/*
Theme Name: Zoom IT
Theme URI: https://thezoomit.com
Author: Muhammad Kamrul Hasan
Author URI: https://kamrulbd.com
Description: The theme is designed for Corporate, Multinational, Organization websites.
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');

*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	color: #111 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Baloo Paaji 2', cursive;
	font-weight: bold !important;
	margin-top: 0; 
	line-height: inherit;
}
p{
	margin-top: 0;
	line-height: 23px;
}
ul{
	margin: 0 !important;
	padding: 0;
}
li{
	list-style: none;
}
a, a:hover{
	text-decoration:none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.top-bar span{
	width: 20%;
	height: 2px;
	float: left;
}
.top-bar .one{
	background: #31BCEE; 
}
.top-bar .two{
	background: #72BF44; 
}
.top-bar .three{
	background: #FFC80A; 
}
.top-bar .four{
	background: #92278F; 
}
.top-bar .five{
	background: #383795; 
}
.fix{
	display: block;
	overflow: hidden;
}
.text-white {
	color: #fff;
}
.text-grey {
	color: #ddd;
	text-shadow: 1px 1px #222;
}
.text-black {
	color: #222;
}
.text-green {
	color: #72BF44;
	text-shadow: 1px 1px #41672A;
}
.text-green-check {
	color: #72BF44;
}
.text-blue {
	color: #31BCEE;
	text-shadow: 1px 1px #41672A;
}
.text-violet {
	color: #383795;
}
.text-purple {
	color: #92278F;
	text-shadow: 0px 0px #92278F;
}
.text-red{
	color: red;
}
.btn-blue{
	background: #31BCEE;
	color: #fff;
}
.btn-green{
	background: #72BF44;
	color: #fff;
}
.btn-violet{
	background: #383795;
	color: #fff;
}
.btn {
	border-radius: 25px;
	padding: 12px 20px;
}
.btn:hover{
	color: #fff;
	box-shadow: 0 0 12px #ddd;
}
.button{
	display: inline-block;
	color: #92278F;
	line-height: 35px;
	padding: 0 20px;
	border: 1px solid #92278F;
	font-size: 13px;
	position: relative;
	z-index: 0;
	border-left-width: 5px;
}
.button, .button:after{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.button:hover{
	color: #fff;
}
.button:after{
content: "";
position: absolute;
top: 0%;
left: 0%;
bottom: 0%;
right: 100%;
background-color: #92278F;
z-index: -1
}
.button:hover:after{
background-color: #92278F;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/*==========Fonts==============*/
@font-face {
  font-family: 'SolaimanLipiNormal';
  src: url('fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),  url('fonts/SolaimanLipiNormal.woff') format('woff'), url('fonts/SolaimanLipiNormal.ttf')  format('truetype'), url('fonts/SolaimanLipiNormal.svg#SolaimanLipiNormal') format('svg');
  font-weight: normal;
  font-style: normal;
}
/****************
Main CSS
****************/
.about-us-area, .services-area, .skills-area, .product-area, .testimonial-area, .contact-area, .blog-area, .pricing-area, .portfolio-area, .client-area{
	padding: 100px 0;
} 
.about-header, .services-header, .product-header, .skill-header, .blog-header, .pricing-header, .portfolio-header, .client-header {
	text-align: left;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}
.header-area.home {
	background: transparent;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
.inner-text img {
	display: block;
	height: 4px;
}
.inner-text h2 {
	font-size: 27px;
	margin-bottom: 7px;
}
.inner-text span {
	font-size: 16px;
	line-height: 32px;
}
.logo {
	margin-top: 20px;
}
.header-area.pages {
	height: 76px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 99;
}
.logo img{}
.header-info {
	background: #92278F;
	position: relative;
	padding: 6px 16px;
	width: 100%;
	height: 30px;
	z-index: 10;
}
.header-info ul li {
	float: left;
	color: #fff;
	margin-right: 33px;
	font-size: 13px;
}
.header-info ul li strong {
	font-family: 'Baloo Paaji 2', cursive;
}
.mainmenu {
	background: #fff;
	width: 100%;
	height: 44px;
}
.mainmenu ul li {
	float: left;
	position: relative;
}
.mainmenu ul li.active a, .mainmenu ul li a:hover {
	color: #92278F;
	font-weight: bold;
}
.mainmenu ul li a {
	padding: 11px 15px;
	color: #222;
	display: block;
	font-family: 'Baloo Paaji 2', cursive;
	font-size: 17px;
	font-weight: bold;
}
.mainmenu ul li ul {
	position: absolute;
	left: -999999;
	display: none;
	z-index: 11;
}
.mainmenu ul li:hover ul {
	left: -74px;
	display: block;
}
.mainmenu ul li ul li {
	float: none;
	width: 240px;
	left: 74px;
	border: 1px solid #eaeaea;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 1px solid #eaeaea;
}
.mainmenu ul li ul li a, .header-area.pages .mainmenu ul li ul li a{
	background: #fff;
	color:#000;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}
.mainmenu ul li ul li a:hover, .header-area.pages .mainmenu ul li ul li a:hover {
	background: #92278F;
	color: #fff;
	box-shadow: none;
}
.header-area.pages .mainmenu ul {
	float: right;
}
.header-area.pages .mainmenu {
	margin-top: 17px;
}
.header-area.pages .mainmenu ul li a {
	padding: 11px 13px;
	font-size: 17px;
}
#corporateCarousel {
	color: #fff;
	padding-top: 170px;
	padding-left: 130px;
}
#corporateCarousel .owl-item .item img {
	background-image: -moz-linear-gradient(0deg, #2489AC 0%, #72BF44 100%);
	background-image: -moz-linear-gradient(0deg, #2489AC 0%, #72BF44 100%);
	background-image: -moz-linear-gradient(0deg, #2489AC 0%, #72BF44 100%);
	padding: 15px;
}
#corporateCarousel .owl-item .item p{
	text-align: justify;
}
/*===Gallery carousel===*/
#corporateCarousel .owl-nav div {
	position: absolute;
	bottom: 0%;
	background: #2681cf;
	background: -moz-linear-gradient(left, #2681cf 0%, #26d0ce 100%);
	background: -webkit-linear-gradient(left, #2681cf 0%, #26d0ce 100%);
	background: linear-gradient(to right, #31BCEE 0%, #26d0ce 100%);
	color: rgba(255, 255, 255, 1);
	width: 35px;
	height: 35px;
	transform: translateY(-50%);
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
}
#corporateCarousel .owl-nav .owl-prev {
	position: absolute;
	right: 61px;
}
#corporateCarousel .owl-nav .owl-next {
	position: absolute;
	left: auto;
	right: 14px;
}
.about-us-area {
	background: url('img/homepage-promo-bg.jpg');
	background-size: cover;
}
.about-right {
	margin-top: 28px;
}
.about-right p {
	text-align: justify;
}
.about-right h2 {
	font-size: 22px;
}
.card {
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 13px;
	min-height: 241px;

}
.card:hover {
	box-shadow: 0 0px 20px #ccc;
}
.card-title span.fa {
	font-size: 22px;
	float: left;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	color: #222;
	text-align: center;
	padding-top: 14px;
	border-radius: 50%;
	margin-right: 14px;
}
.card-green .card-title span.fa{
	color: #fff;
}
.card-title h4 {
	float: left;
	font-size: 24px;
	margin-top: 5px;
}
.card-title {
	margin-bottom: 7px;
}
.contentMargin160 {
	margin-top: 100px;
}
.about-us-area {
	background: url('img/shattered.png');
	background-size: contain;
}
.why-us-title {
	padding: 140px 0;
}
.card-green{background: #72BF44;}
.card-grey{background: #efefef;}
.services {
	margin-top: 10px;
}
.inner-service {
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
	min-height: 420px;
	box-shadow: inset 0 0 15px #ddd !important;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.single-module-head {
	width: 70%;
	float: left;
}
.inner-service .icon {
	width: 30%;
	float: left;
	min-height: 416px;
	border-top-left-radius: 17px;
}
.inner-service .icon h1 {
	font-size: 25px;
	border-bottom: 2px solid rgba(255,255,255,0.1);
	color: #fff;
	padding: 7px;
	text-align: center;
}
.inner-service.color1 .icon {
	background: url('img/cat-bg.png');
	background-color: #31BCEE;
}
.inner-service.color2 .icon{
	background: url('img/cat-bg.png');
	background-color: #383795;
}
.inner-service.color3 .icon{
	background: url('img/cat-bg.png');
	background-color: #92278f;
}
.inner-service .icon ul li {
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
}
.inner-service .icon ul li.active {
	font-weight: 700;
}
.inner-service .icon ul li a{
	color: #fff;
}
.inner-service .icon ul li a:hover{
	color: #efefef;
}
.inner-service .icon ul li a i.fa {
	margin-right: 8px;
}
.inner-service.color1 {
	border: 3px solid #31BCEE;
}
.inner-service.color2 {
	border: 3px solid #383795;
}
.inner-service.color3 {
	border: 3px solid #92278f;
}

.single-module-head {
	padding: 22px;
}

.readmore a {
	color: #222;
	font-family: 'Hind Siliguri', sans-serif;
}

.product-area {
	background: url('img/bg/furley_bg.png');
}
.singleProduct {
	background: #fff;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.singleProduct .thumb {
	padding: 0;
}
.singleProduct .thumb img {
	max-width: 100%;
	height: 120px !important;
	width: 100%;
}
.singleProduct .content h3 {
	font-size: 20px;
	margin-top: 14px;
}
.singleProduct .content h3 a{
	color: #222;
}
.singleProduct .content h3 a:hover {
	color: #A84CB8;
}
#testimonialCarousel .item h3 {
	font-size: 15px;
}
.testimonial-area {
	background: url(img/bg-one.jpg);
	color: #fff;
	background-size: cover;
	padding-bottom: 150px;
}
.testimonial-header {
	margin-bottom: 30px;
}
#testimonialCarousel .owl-nav div {
	position: absolute;
	bottom: -48px;
	color: #eee;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 52px;
	background: #66AC3D;
	border-radius: 50%;
}
#testimonialCarousel .owl-nav .owl-prev {
	position: absolute;
	left: 45%;
}
#testimonialCarousel .owl-nav .owl-next {
	position: absolute;
	left: auto;
	right: 45%;
}
#testimonialCarousel .item h3 span {
	color: #72BF44;
}
.owl-carousel .owl-item {
	position: relative;
	cursor: url(img/cursor.png), move;
	overflow: hidden;
}
.single-post:hover {
	box-shadow: 0px 0px 15px #ddd;
}
.post-content {
	padding: 15px;
	min-height: 217px;
	border: 1px solid #eaeaea;
}
.post-content h3 {
	line-height: 17px;
	margin-top: 0;
}
.post-content h3 a {
	font-size: 17px;
	color: #222;
}
.post-content a.button {
	line-height: 30px;
	margin-top: 8px;
}
.contact-left .head h2 {
	color: #92278F;
}
.contact-left .head {
	margin-bottom: 21px;
}
.contact-left .content {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.contact-left .content span.fa {
	background: #92278F;
	width: 80px;
	height: 80px;
	float: left;
	font-size: 43px;
	text-align: center;
	padding-top: 17px;
	color: #fff;
	margin-right: 18px;
}
.contact-left .content div span.title {
	display: block;
	font-family: 'Baloo Paaji 2', cursive;
}
.footer-area {
	background: url('img/event-bg.jpg');
	background-size: cover;
}
.footer-top {
	padding: 122px 0 80px 0;
	color: #fff;
}
.footer-bottom {
	background: rgba(0,0,0,0.5);
}
.copyright {
	text-align: center;
	color: #fff;
	padding: 8px;
}
.copyright p {
	margin: 0;
	font-size: 14px;
}
.copyright p i{
	color: #92278F;
}
.widget ul.social-icon li {
	list-style: none;
	float: left;
	margin-right: 6px;
	margin-left: 0;
}
.widget ul.social-icon li:before{
	content: '';
}
.widget ul.social-icon li a {
	width: 30px;
	height: 25px;
	display: block;
	text-align: center;
	padding-top: 3px;
	border-radius: 3px;
}
.widget ul li a {
	color: #ddd;
}
.widget ul li a:hover {
	color: #fff;
}
.footer-service li a {
	border: 1px solid #404C38;
	padding: 10px;
	font-size: 13px;
	margin-bottom: 9px;
	display: block;
	border-left: 3px solid #72BF44;
}
.footer-service li a:hover {
	background: #437724;
}
.facebook a{
	background: #315A94;
	color: #fff;
}
.twitter a{	
	background: #1EA1F3;
	color: #fff;
}
.linkedin a{
	background: #006599;
	color: #fff;	
}
.youtube a{	
	background: #CD201F;
	color: #fff;
}
.widget p {
	font-size: 16px;
}
.pageBreadcrumb {
	padding: 40px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	background: rgba(0,0,0,0.5);
	margin-top: -106px;
}
.content-area {
	padding-bottom: 55px;
}
.pageBreadcrumb h3 {
	margin: 0;
}
.slideImg {
	width: 30%;
	margin-right: 20px;
	float: left;
}
.slideContent {
	width: 55%;
	float: left;
}
.slideContent h2 {
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 5px;
}
.post-content p a {
	color: #92278F;
}
.siteorigin-widget-tinymce.textwidget p {
	font-size: 15px;
	text-align: justify;
}
.pageBreadcrumb.blog {
	text-align: left;
	padding: 20px;
	margin-top: -66px;
}
.content h3 {
	margin-top: 0;
}
.blog-content-area {
	padding-bottom: 80px;
}
.sidebar_widget {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	padding: 20px;
}
.sidebar_widget h3 {
	margin: 0 0 12px 0;
	padding-bottom: 10px;
	font-weight: 400 !important;
	border-bottom: 1px solid #31BCEE;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.sidebar_widget ul li a {
	color: #444;
	text-transform: capitalize;
	padding: 7px 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(97,191,168,0.2);
}
.singlePost h3 {
	font-size: 18px;
	margin-top: 9px;
}
.singlePost {
	padding: 20px;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.permalink {
	margin-top: 10px;
}
.permalink a {
	border: 2px solid #222;
	color: #222;
}
.post-extra {
	padding: 6px 10px;
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.post-extra a {
	color: #92278F;
}
.pageBreadcrumb.blog h3 span.fa {
	color: #72BF44;
}
#searchform input[type="text"] {
	border: 2px solid #72BF44;
	width: 100%;
	padding: 5px;
}
#searchsubmit {
	border: 0;
	padding: 5px 15px;
	margin-top: 6px;
	background: #72BF44;
}
.screen-reader-text {
	display: none;
}
#es_txt_email {
	border: 1px solid #72106F;
	padding: 5px;
	color: #222;
	width: 100%;
	height: 43px;
}
#es_txt_button {
	border: 0;
	background: #72106F;
	width: 100%;
	padding: 9px;
	font-size: 18px;
}
.page-title-content {
	margin-top: 222px;
	width: 600px;
}
.page-title-content h2 {
	color: #72BF44 !important;
	text-shadow: 5px 4px 2px rgba(0, 0, 0, 0.34);
	font-size: 40px;
	letter-spacing: -1px;
}
.page-title-content p {
	color: #fff;
	font-size: 18px;
}
.inner-type p {
	background: #223744;
	font-size: 17px;
	padding: 9px 0 9px 49px;
	color: #fff;
	text-align: left;
	position: relative;
}
.inner-type p i{
	position: absolute;
	font-size: 14px;
	font-family: FontAwesome;
	left: 0;
	top: 0;
	width: 41px;
	height: 42px;
	background: #72BF44;
	padding: 14px 0 0 13px;
}
.inner-why-web {
	padding: 1.3em;
    background: #fff;
    min-height: 266px;
}
.why-website {
	background: linear-gradient(135deg, rgb(24, 223, 32) 0%, rgb(101, 35, 200) 100%);
	min-height: 277px;
	padding: 5px;
	transition: all 0.3s;
}
.why-website:hover{
transform: translateY(-5px);
}
#pg-32-0, #pg-32-1, #pg-32-2, #pg-32-3, #pg-32-4, #pg-32-5, #pg-32-6, #pl-32 .so-panel {
	margin-bottom: 0px !important;
}
#pg-32-7 {
	margin-bottom: -56px;
}
.grecaptcha-badge {
	display: none !important;
}
.es-field-wrap label{width: 100%}
.es_required_field.es_txt_email, .es-field-wrap input[type="text"] {
	width: 100%;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.5);
	height: 40px;
	padding: 10px;
}
.es_subscription_form_submit {
	background: #383795;
	color: #fff;
	border-radius: 2px;
	padding: 11px;
	font-size: 15px;
	text-align: center;
	border: 0px solid;
	width: 100%;
}
.single-post .thumbnails img {
	height: 218px;
}
/**Pricing table*/
.table-border {
	padding: 3px;
	border-radius: 7px;
	border-image: url(img/grbg2.jpg) 10 fill;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 25px;
}
.single-table {
	background: #fff;
	border-radius: 8px;
	min-height: 433px;
}
.table-head {
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 10px;
}
.table-head h3{
	font-size: 22px;
	color: #222;
	margin-bottom: 0;
}
.package-price {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.package-price h4 {
	font-size: 22px;
	margin-bottom: 0;
}
.table-content ul li {
	padding: 7px 15px;
	font-size: 15px;
}
.table-content ul li:nth-child(2n+1) {
	background: #f9f9f9 !important;
}
.table-content ul li span {
	margin-right: 9px;
}
.table-footer a {
	text-align: center;
	border-top: 1px solid #ddd;
	color: #222;
	padding: 14px 29px;
	border-radius: 6px;
	width: 100%;
	display: block;
	font-weight: bold;
}
.table-footer:hover {
	background: #F9F9F9;
}
/*
************************************
Footer About Us Style
************************************
*/
.footer-logo img {
	display: inline;
	padding-bottom: 15px;
}
.social-footer {
	display: block;
	margin-top: 10px;
}
.social-footer ul {
	float: left;
}
.social-footer ul li {
	margin-right: 5px;
	float: left;
	margin-bottom: 4px;
	list-style: none;
}
.social-footer ul li a span {
	font-size: 14px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	color: #fff;
}
.social-footer ul li a span:hover{
	opacity: 0.9;
	border-radius: 2px;
}
.social-footer ul li a span.fa-facebook {
	background: #315A94;
}
.social-footer ul li a span.fa-twitter{
	background: #1EA1F3;
}
.social-footer ul li a span.fa-linkedin{
	background: #006599;
}
.social-footer ul li a span.fa-google-plus{
	background: #E33729;
}
.social-footer ul li a span.fa-instagram{
	background: #FD9F13;
}
.social-footer ul li a span.fa-pinterest{
	background: #DB1000;
}
.social-footer ul li a span.fa-youtube{
	background: #CD201F;
}
/*
/*
************************************
Footer Contact Style
************************************
*/

.footer-content .email .fa-envelope:before {
	font-size: 13px;
	color: #666;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	border-radius: 25px;
	background: #fafafa;
}
.footer-content .footer-content .address {
	line-height: 1.5em;
}
.footer-content .address i {
	float: left;
}
.footer-content .address .fa-map-marker:before {
	font-size: 15px;
	color: #666;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	background: #fafafa;
}
.footer-content .phone .fa-phone:before, .footer-content .phone .fa-fax:before {
	border: 1px solid #eaeaea;
	border-radius: 25px;
	color: #666;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	height: 35px;
	line-height: 34px;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	width: 35px;
	background: #fafafa;
}
.footer-content p {
	display: inline-block;
	padding-left: 5px;
	width: 80%;
}

.portfolio-content .image-box{
	position: relative;
}
.portfolio-content .title-text {
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 8px;
	border: 1px solid #ddd;
}
.portfolio-content .title-text h6 {
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0
}
.portfolio-content .title-text span{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #aeaeae;
}
.portfolio-content .image-box img{
	width: 100%;
}
.portfolio-content .image-box:hover .images-overly{
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
	transition:all 500ms ease;
}
.portfolio-content .images-overly{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: center;
	transform: scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	transition:all 500ms ease;
	background: rgba(102, 172, 61, 0.84);
}
.portfolio-content .images-overly a {
	display: inline;
	top: 45%;
	left: 0;
	position: relative;
	transform: translate(0);
	width: 100%;
	text-align: center;
}
.portfolio-content .overlay-box i {
	position: relative;
	font-size: 17px;
	width: 38px;
	height: 38px;
	color: #012f5d;
	text-align: center;
	margin: 5px;
	background: #ffffff;
	line-height: 38px;
	border-radius: 2px;
}
.cta-container {
	padding: 50px;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: url('img/cat-bg.png');
	background-color: rgba(0, 0, 0, 0);
	background-color: #383795;
}
.call-to-action {
	margin-bottom: 50px;
}
.cta-contact a {
	float: right;
	background: transparent;
	padding: 11px;
	text-align: center;
	width: 156px;
	margin: 26px 0;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px;
	transition: all 0.3s
}
.cta-contact a:hover{
	background: #fff;
	color: #383795;
}
.breadcrumb-area {
	padding: 100px 0;
	background: url(img/bg-one.jpg);
	background-size: cover;
}
.breadcrumb-content h1 {
	font-size: 36px;
	color: #72BF44;
}
.breadcrumb-content  {
	font-size: 17px;
	color: #fff;
}
.skills-area {
	background: url(img/bg/binding_dark.png);
	color: #fff;
}
.skills-content .progress {
  height: 35px;
  margin-bottom: 10px;
}

.skills-content .progress .skill {
	font-family: 'Hind Siliguri', sans-serif;
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.skills-content .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.skills-content .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}
.progress-bar-one{
	background-color: #31BCEE; 
}
.progress-bar-two{
	background-color: #72BF44;
}
.progress-bar-three{
	background-color: #FFC80A;
}
.progress-bar-four{
	background-color: #92278F;
}
/*-------------------------------
    Contact addresses css
---------------------------------*/
.single-contact-address {
	background: #fff;
	height: 120px;
	line-height: 140px;
	text-align: center;
	border-left: 5px solid #72BF44;
	box-shadow: inset 0px 0px 47px #ddd;
}
.single-contact-icon {
    display: inline-block;
    position: relative;
    top: -8px;
}
.single-contact-desc {
    display: inline-block;
    margin-left: 8px;
}
.single-contact-icon i {
	background: #72BF44;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.single-contact-desc > p {
    color: #333333;
    font-size: 16px;
    margin: 0;
    text-align: left;
}
.contact-address {
  margin-bottom: -60px;
  position: relative;
  z-index: 99;
}
.missionVision {
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff;
	text-align: center;
	min-height: 217px;
	margin-bottom: 20px;
}
.more-about-us {
	margin-top: 80px;
}
.missionVision.one {
	border-bottom: 4px solid #2c98f0;
}
.missionVision.two {
	border-bottom: 4px solid #A84CB8;
}
.missionVision.three {
	border-bottom: 4px solid #2FA499;
}
.contact-form-box input,  .contact-form-box textarea {
	margin-bottom: 10px;
	padding: 20px;
	font-size: 16px;
}
.contact-form-box select{
	margin-bottom: 10px;
	font-size: 16px;
}
.opening-hour li {
	text-align: right;
	border-bottom: 1px solid #404C38;
	margin-bottom: 0;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.opening-hour li span {
	float: left;
}
.opening-hour li:last-child{
	border-bottom: 0px solid;
}
.opening-hour li.active {
	color: #72BF44;
}
/*
************************************
web design page
************************************
*/
.who-need{
	background-image: url(img/bg/gplaypattern.png);
	background-repeat: repeat;
	padding-bottom: 120px !important;
}
	.inner-type {
	text-align: center;
}

.type-icon .inner-type h2 {
	background: #223744;
	font-size: 20px;
	padding: 10px 0 10px 55px;
	color: #fff;
	text-align: left;
	position: relative;
	font-weight: 400 !important;
	line-height: 1.1;
}
.type-icon .inner-type h2::before {
	position: absolute;
	font-size: 14px;
	font-family: FontAwesome;
	left: 0;
	top: 0;
	width: 41px;
	height: 42px;
	background: #72BF44;
	padding: 14px 0 0 13px;
}
.type-icon:nth-child(1) .inner-type h2::before{
	content: '\f0b1';
}
.type-icon:nth-child(2) .inner-type h2::before{
	content: '\f1ea';
}
.type-icon:nth-child(3) .inner-type h2::before{
	content: '\f07a';
}
.type-icon:nth-child(4) .inner-type h2::before{
	content: '\f03e';
}
.type-icon:nth-child(5) .inner-type h2::before{
	content: '\f0f5';
}
.type-icon:nth-child(6) .inner-type h2::before{
	content: '\f19c';
}
.type-icon:nth-child(7) .inner-type h2::before{
	content: '\f0e4';
}
.type-icon:nth-child(8) .inner-type h2::before{
	content: '\f1e3';
}
.type-icon:nth-child(9) .inner-type h2::before{
	content: '\f08b';
}
.type-icon:nth-child(10) .inner-type h2::before{
	content: '\f08b';
}
.type-icon:nth-child(11) .inner-type h2::before{
	content: '\f08b';
}
.type-icon:nth-child(12) .inner-type h2::before{
	content: '\f08b';
}
.padding80{
	padding: 80px 0px;
}
.why-choose-area {
	background: url('img/bg/playstation-pattern.png') repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.why-choose-us {
  margin: auto;
}

.why-choose-us p {
  border-top: 2px dashed;
  border-color: #284049 !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}
.why-choose-us p:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -16px;
  position: absolute;
  border-radius: 50%;
  padding: 4px;
  height: 32px;
  width: 32px;
  background: radial-gradient(circle at top right,#3f6e79,#0f0e16);
  text-align:center;
  color: white;
  font-size: 110%;
}

.why-choose-us p:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -16px;
  position: absolute;
  border-radius: 50%;
  padding: 4px;
  height: 32px;
  width: 32px;
  background: radial-gradient(circle at top right,#3f6e79,#0f0e16);
  text-align:center;
  color: white;
  font-size: 110%;
}
.why-choose-us p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.why-choose-us p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.why-choose-us p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.why-choose-us p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
@media screen and (max-width: 480px) {
.why-choose-us ol li {
  width: 100%;
}
}
ol.gradient-list > li, ol.gradient-list > li::before {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

.profitable-web {
  display: block;
  margin: 0 auto;
  padding: 1rem;
}
ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ol.gradient-list > li {
	background: white;
	border-radius: 0 0.5rem 0.5rem 0.5rem;
	counter-increment: gradient-counter;
	margin-top: 1rem;
	min-height: 3rem;
	padding: 1rem 1rem 1rem 3rem;
	position: relative;
	font-size: 17px;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: '';
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #1d1f20;
  display: flex;
  font: 900 1.5em/1 'Montserrat';
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}
ol.gradient-list > li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+5):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(253, 220, 50, 1) 100%);
}
ol.gradient-list > li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}
ol.gradient-list > li + li {
  margin-top: 2rem;
}
.how-to-develop{
	background: url('img/bg/photography.png') repeat;
}
#compare {
  border-collapse: collapse;
  width: 100%;
}

#compare td, #compare th {
  border: 1px solid #ddd;
  padding: 8px;
}
	#compare td{vertical-align: top;	}
#compare tr:nth-child(even){background-color: #f2f2f2;}
#compare tr:nth-child(odd){background-color: #ffffff;}

#compare tr:hover {background-color: #ddd;}

#compare th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #72BF44;
  color: white;
}
.static-dynamic{
	background: url('img/bg/weave.png') repeat;
}
.Institute-types.wp .inner-type h2::before {
	content: "\f19a" !important;
}
ol.rounded-list{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol.rounded-list span {
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	*padding: .4em;
	margin: .5em 0;
	background: #fff;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
	border: 1px solid #ddd;
}
.rounded-list li {
	width: 40%;
	float: left;
	margin: 4px 35px;
}
ol.rounded-list span:hover{
    background: #eee;
  }

ol.rounded-list span::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #72BF44;
	height: 30px;
	width: 30px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
	color: #fff;
}
.call-to-action.ecoomerce {
	padding: 80px 0;
	margin-bottom: 0;
	background-image: url('img/coundown-bg.jpg');
	background-size: cover;
	border-bottom: 3px solid #2C4204;
}
.cd-hero__content.cd-hero__content--half-width a:hover {
	box-shadow: 0 0 0 #444;
}
.Institute-types.ecom .inner-type h2::before {
	content: "\f07a" !important;
}
.languageBar a {
	background: #373694;
	color: #fff;
	padding: 4px 8px;
	line-height: 15px;
	font-size: 14px;
	border-radius: 12px;
	width: 56px;
	display: block;
	text-align: center;
}
.languageBar {
    position: absolute;
    left: 180px;
    top: 39px;
    z-index: 100;
}
.cta-link a:hover {
	border-bottom: 2px solid #111;
}
/**
Countdown timer css
**/
#timer {
	color: #F6F4F3;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	margin-top: 30px;
	font-weight: 500;
}
.days, .hours, .minutes, .seconds {
  display: inline-block;
  padding: 15px;
  width: 120px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.numbers {
  color: #f8f8f8;
  font-size: 40px;
  font-weight: 700;
}

.days {
  background: #72BF44;
}

.hours {
  background: #FFDD0A;	
  color: #183059;
}
.hours .numbers{	
  color: #183059;
}
.minutes {
  background: #92278F;
}
.seconds {
  background: #393897;
}
.single-module-head h1 {
	font-size: 30px;
	line-height: 30px;
}
.single-module-head {
	height: 395px;
	overflow-y: scroll;
}
.single-module-head::-webkit-scrollbar {
    display: none;
}
.single-module-head {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menulink {
	background: transparent;
	position: relative;
	width: 100%;
	bottom: 57px;
	z-index: 2;
	text-align: center;
	height: 57px;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0 1px rgba(255,255,255,0.5);
	margin-bottom: -57px;
}
.menulink li {
	width: 25%;
	line-height: 57px;
	float: left;
}
.menulink li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #f8f8f8;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	background: transparent;
	height: 100%;
	text-transform: uppercase;
}
.menulink li:nth-child(1) a{
	background: #72BF44;
}
.menulink li:nth-child(2) a{
	background: #FFDD0A;
	color: #222;
}
.menulink li:nth-child(3) a{
	background: #92278F;
}
.menulink li:nth-child(4) a{
	background: #393897;
}
.cd-hero__nav {
	visibility: hidden;
}