/* 
font-family: 'Bree Serif', serif;
font-family: 'Raleway', sans-serif;
*/
/* Common-Setting */
body { font-family: 'Raleway', sans-serif; color:#2f2f2f; font-size:18px; font-weight:400; line-height:1.4; padding-top:90px;}
img { max-width:100%; height:auto; font-smoothing:antialiased; }
strong {font-weight:500;}
a, button, input[type=submit] { -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
a, .btn-link {color:#2988b8;}
.btn-link {text-decoration:underline; font-size:14px;}
a:hover, a:focus, .btn-link:hover {color:#000;}
a:hover, a:focus, button, .btn { text-decoration:none; outline:0 !important; outline-offset:0px !important;}
label { font-weight:normal; }
.rlt {position:relative;}
.data-table { display:table; table-layout:fixed; width:100%; float:none; height:100%; }
.data-cell { display:table-cell; vertical-align:middle; min-width:1%; float:none; }
iframe { width:100% !important; }
sub, sup {font-size:60%;}
.btn {border-radius:0;}
.btn-primary { background:#1ca029; border-color:#1ca029; box-shadow:2px 2px 0 1px #0b7215;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background:#108e1c; border-color:#108e1c; box-shadow:4px 4px 0 1px #0b7215;}
.panel {box-shadow:none; border:none; border-radius:0;}
.form-control {box-shadow:none !important; font-weight:400;}
.section {padding:60px 0;}
.icon {background:url(../images/sprites.png) no-repeat; display:inline-block; vertical-align:middle;}
h1 {font-size:40px; }
h2 {font-size:32px;}
h3 {font-size:26px;}
h4 {font-size:22px;}
h5 {font-size:18px;}
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt100 { padding-top:100px; }
.pd-none { padding:0; }
.mg-none { margin:0; }

.title-header { margin-bottom:40px; font-size:18px;}
.title-header .title { font-weight:500; color:#252f3c; text-transform:uppercase; font-size:36px; margin:0 0 10px;}

.owl-prev, .owl-next { width:40px; height:40px; display:inline-block; font-size:0; line-height:40px; background:#efefef; position:absolute; top:50%; margin-top:-20px; text-align:center; -webkit-transition-duration:0.4s; transition-duration:0.4s;}
.owl-prev:before, .owl-next:before { font-size:30px; font-family:FontAwesome; width:40px; height:40px; display:inline-block; vertical-align:middle;}
.owl-prev:before {content:'\f104';}
.owl-next:before {content:'\f105';}

.owl-prev {left:0;}
.owl-next {right:0;}
.owl-prev:hover, .owl-next:hover {background-color:#c6c6c6; color:#333;}


.owl-dots {text-align:center; display:block;}
.owl-dots .owl-dot {display:inline-block; margin:0 3px;}
.owl-dots .owl-dot span {display:inline-block; width:50px; height:5px; background:#6a8ecf;}
.owl-dots .owl-dot.active span { background:#0c3276;}

/*custom checkbox and radio button*/
.btn-radio input[type="radio"] + label, .btn-checkbox input[type="checkbox"] + label {position: relative; padding:0 0 0 24px; margin:0; cursor:pointer; display:inline-block; margin:0 20px 8px 0; font-size:14px;}
.btn-radio input[type="radio"], .btn-checkbox input[type="checkbox"] {display:none;}
.btn-checkbox input[type="checkbox"] + label:before{border: 1px solid #b4b4be; content:""; display: inline-block; width:16px; height:16px; left:0; border-radius:2px; position: absolute; top:0; background:#fff;}
.btn-checkbox input[type="checkbox"]:checked + label:before {background:#0c3276; border-color:#0c3276;}
.btn-checkbox input[type="checkbox"] + label:after { content:''; position:absolute; top:3px; left:3px; width:10px; height:6px; border:solid transparent; border-width:0 0 2px 2px; line-height:0; -webkit-transition-duration:0.2s; transition-duration:0.2s; -ms-transform:rotate(-45deg) scale(2); -webkit-transform:rotate(-45deg) scale(2); transform:rotate(-70deg) scale(2);}
.btn-checkbox input[type="checkbox"]:checked + label:after {-ms-transform:rotate(-45deg) scale(1); -webkit-transform:rotate(-45deg) scale(1); transform:rotate(-45deg) scale(1); border-color:#fff;}
.btn-radio input[type="radio"] + label:before {border: 1px solid #b4b4be; content: ""; display: inline-block; width:16px; height: 16px; left: 0; position: absolute; top:0;border-radius:50%; background:#fff;}
.btn-checkbox input[type="checkbox"] + label:hover:before, .btn-radio input[type="radio"] + label:hover:before { border-color:#0c3276;}
.btn-radio input[type="radio"]:checked + label:before {border-color:#0c3276;}
.btn-radio input[type="radio"] + label:after {width:8px; height:8px; display:inline-block; position:absolute; top:4px; left:4px; line-height:0; background:#0c3276; content:''; border-radius:50%;-ms-transition-duration:0.2s; -webkit-transition-duration:0.2s; transition-duration:0.2s; -ms-transform:scale(0); -webkit-transform:scale(0); transform:scale(0);}
.btn-radio input[type="radio"]:checked + label:after {-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);}
.btn-radio input[type="radio"]:disabled + label, .btn-checkbox input[type="checkbox"]:disabled + label {opacity: 0.5;}
/*custom checkbox and radio button*/
/* Common-Setting-End */

/*Header*/
@media only screen and (max-width:480px){
.navbar-brand>img {display: block;max-width: 200px;}
#header span.inner-menu{ right:60px;}
}
#header {background:#fff; position:fixed; z-index:100; width:100%; height:90px; top:0; left:0; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); font-family: 'Bree Serif', serif;}
.navbar-brand { padding:0;}
#navbar {width:65%; float:right;}
#navbar .navbar-nav {border-bottom:solid 1px #ddd; width:100%; padding-right:80px;}
#navbar .nav {text-align:right;}
#navbar .nav li {float:none; display:inline-block;}
#navbar .nav li a {color:#57595a; padding:0 15px; line-height:50px; font-size:15px;}
#navbar .nav li:last-child a {padding-right:0;}
#navbar .nav li a:hover, #navbar .nav li a:focus {color:#2988b8; background:transparent;}
#navbar .nav-primary li a {padding:0 25px; line-height:40px;}
.header-call {position:absolute; top:0; right:0;}
.call-trigger {background:#962a43; border:none; width:50px; height:50px;}
.icon-call { background-position:0 0; width:33px; height:33px;}
.call-popup {background:rgba(152,40,65,0.96); position:absolute; top:100%; right:0; width:550px; color:#fff; opacity:0; visibility:hidden; -webkit-transition-duration:0.4s; transition-duration:0.4s; -ms-transform:scale(0); -webkit-transform:scale(0); transform:scale(0); -webkit-transform-origin:top right; transform-origin:top right;}
.call-popup .data-cell {padding:30px 20px; font-size:14px; vertical-align:top;}
.call-popup .data-cell-right {border-left:solid 1px #cf5873;}
.call-popup .btn-default { border-color:#cf5873; background:none; color:#fff; padding:6px 20px;}
.call-popup .btn-default:hover, .call-popup .btn-default:focus {background:#cf5873; color:#fff;}
.header-call:hover .call-popup {opacity:1; visibility:visible; -ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);}
/*Header*/

/*mobile menu*/
span.inner-menu {
    right:80px;
    margin-top: 0;
    padding: 0 15px 9px;
    position: absolute;
    z-index: 1;
    top: 0;
    color: #fff;
    background-color: #0d567c;
}
.menu-icon {
    color: #333;
    font-size: 30px;
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #0d567c;
    overflow-x: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding:3px 8px 3px 16px;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
/*mobile menu*/



/*Footer*/
#footer { background:#363435; color:#fff; position:relative;}
#footer .container {padding:30px 15px 20px;}
#footer h3 {font-size:20px; font-weight:400; margin:0 0 10px; color:#fff;}
.footer-nav .nav li a {color:#aaa; font-size:14px; padding:4px 0; position:relative; display:inline-block;}
.footer-nav .nav li a:hover, .footer-nav .nav li a:focus {background-color:transparent; color:#fff;}
.footer-nav .nav li a:before { height:1px; background:#fff; position:absolute; bottom:0; left:0; content:''; transition:width 0.4s ease 0s, left 0.4s ease 0s; width:0;}
.footer-nav .nav li a:hover:before {width:100%;}
.exp-bacth { display:inline-block; padding:20px;}
.exp-bacth img { filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ -webkit-filter: grayscale(100%); filter: grayscale(100%); filter: gray; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; opacity:0.7; }
.exp-bacth:hover img { filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:none; filter:none; opacity:1; }
.social-links {margin:10px 0 30px;}
.social-links a { margin-right:5px; width:35px; height:35px; border-radius:100%; text-align:center; font-size:18px; display:inline-block; line-height:35px; color:#363435; background:#7a7a7a;}
.social-links a:hover { background:#d6d6d6;}
.other-links li {display:inline-block; border-right:solid 1px #aaa; line-height:10px; }
.other-links li:last-child {border:none;}
.other-links li a {color:#aaa; font-size:13px; display:inline-block; padding:2px 10px;}
.other-links li a:hover {color:#fff;}
.copyright {border-top:solid 1px #484747; padding:10px 0; color:#ddd; font-size:13px;}
.scroll-top {background:#7a7a7a; width:60px; height:35px; line-height:35px; font-size:30px; margin-left:-30px; color:#fff; text-align:center; position:absolute; left:50%; top:0;}
.scroll-top:hover {background:#2988b8; color:#fff; border-radius:0 0 10px 10px;}
@media only screen and (min-width:1280px){ .footer-contact {box-shadow:0 30px 0 0 #292929; height:100%; position:absolute; top:-30px; right:0; padding:30px;}}
.footer-contact {color:#ddd; background:#292929; }
.footer-contact:before, .footer-contact:after { content:''; position:absolute; top:0; width: 0; height: 0;}
.footer-contact:before {border-style: solid; border-width: 0 0 30px 22px; border-color: transparent transparent #121111 transparent; right:100%;}
.footer-contact:after {border-style: solid; border-width: 30px 0 0 22px; border-color: transparent transparent transparent #121111; left:100%;}
.footer-contact address {margin-bottom:30px;}
.footer-mail a, .footer-skype a { color:#ddd; display:inline-block;}
.footer-mail .fa, .footer-skype .fa {color:#aaa; font-size:18px; display:inline-block; vertical-align:middle; width:30px;}	
.footer-contact .btn { margin-top:30px;}
/*Footer*/


/** Services **/
.sec-services {background:url(../images/element-left.jpg),url(../images/element-right.jpg);background-position:top left, right bottom;background-repeat:no-repeat;background-color:#fcfcfc;}
.panel-services {color:#5f5f5f; line-height:1.6; padding:0 20px 40px; margin:100px 0 0; -webkit-transition: all .6s cubic-bezier(0.165, .84, .44, 1), box-shadow .8s cubic-bezier(0.165, .84, .44, 1); transition: all .6s cubic-bezier(0.165, .84, .44, 1), box-shadow .8s cubic-bezier(0.165, .84, .44, 1); position:relative;}
.panel-services:hover {background:#0d567c; color:#fff; box-shadow:0 20px 35px -20px #000; -webkit-transform:translateY(-8px); transform:translateY(-8px);}
.panel-services:hover h3 {color:#fff;}
.panel-services:after {content:''; width:1px; height:80%; background:#ddd; position:absolute; top:10%; right:-15px;}
.service-row > div:last-child .panel-services:after {display:none;} 
.panel-services .img-circle {background:#fff; margin-top:-70px; box-shadow:0 -5px 8px 0 rgba(42,135,183,0.2);} 
.panel-services h3 {color:#242e3b; font-size:20px; margin:10px 0; font-weight:700;}
.btn-more {width:40px; height:40px; line-height:45px; text-align:center; display:inline-block; background:#1ca029; color:#fff; box-shadow:0 0 0 4px rgba(28,160,41,0.5); position:absolute; bottom:-22px; left:50%; margin-left:-22px; -webkit-transition-duration:0.6s; transition-duration:0.6s; opacity:0; visibility:hidden; }
.btn-more i {display:inline-block; width:22px; font-style:normal; height:22px; line-height:22px; font-family:Arial, Helvetica, sans-serif; font-size:18px; border-radius:100%; border:solid 1px #fff; text-align:center; -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
.panel-services:hover .btn-more {-ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); opacity:1; visibility:visible;}

/** Services **/

/** About **/
.sec-about {background:url(../images/about-bg.jpg) no-repeat #95223f; background-attachment:fixed; background-size:cover; color:#fff; position:relative;}
.sec-about:before { content:''; height:100%; background-color:rgba(149,34,63,0.9); position:absolute; top:0; left:0;}
@media only screen and (min-width:768px){
	.sec-about:before { width:60%;}
}
@media only screen and (max-width:767px){
.footer-contact:before, .footer-contact:after{ display:none;}
#footer .container { padding:45px 15px 20px;}
.sec-about:before {  width:100%;}	
.footer-contact { padding:15px; }
}
.sec-about .title {color:#fff;}
.row-counter {border-top:solid 1px #c8627c; padding-top:40px;}
.count {font-family: 'Bree Serif', serif; font-size:20px; text-transform:uppercase; font-weight:400; line-height:1.2;}
.count strong { font-size:40px; display:block;}
.count strong:after {content:'+';}
/** About **/

/** Work **/
.sec-work {background:url(../images/work-bg.jpg) no-repeat #f2f2f2; background-attachment:fixed; background-size:cover; position:relative;}
.get-in-touch {margin-top:60px; text-align:center;}
.curve-remove p,
.sec-work p{ font-size:13px;}
.get-in-touch p { margin:0; text-transform:uppercase; font-size:20px; font-weight:500;}
.get-in-touch .btn {text-transform:none; margin-left:10px; font-weight:500;}
.row-work {margin:0;}
.work-thumb {position:relative; padding:0;}
.thumb-overlay { -ms-transform:scale(0.5); -webit-transform:scale(0.5); transform:scale(0.5); width:100%; height:100%; background:rgba(42,135,183,0.6); position:absolute; top:0; left:0; color:#fff; text-align:center; opacity:0; visibility:hidden;}
.work-thumb:hover .thumb-overlay {opacity:1; visibility:visible; -ms-transform:scale(1); -webit-transform:scale(1); transform:scale(1); }
.thumb-title { color:#fff; display:block; font-weight:500; font-size:20px; margin-bottom:10px;}
.btn-plus { color:#fff;  display:inline-block; padding:0; font-size:20px; font-family:Arial, Helvetica, sans-serif; -webkit-transition-duration:0.4s; transition-duration:0.4s; border:solid 1px #fff; min-width:80px; font-weight:500;}
.btn-plus:hover {background:#fff; color:#2a87b7;} 
.btn-all { background:#96263f; text-align:center; color:#fff; width:80px; height:80px; display:inline-block; position:absolute; top:50%; left:50%; box-shadow:0 0 0 5px rgba(255,255,255,0.5); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg); margin:-40px 0 0 -40px;}
.btn-all span { line-height:80px; text-transform:uppercase; font-size:16px; color:#fff; font-weight:500; -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); display:inline-block;}
.btn-all:hover {background:#b42d4b; color:#fff;} 
/** Work **/

/** approach **/
.sec-approach {background:#2a87b7; color:#fff; position:relative;}
.sec-approach .title-header {background:#0d567c; height:150px; margin:0; padding:20px 15px; position:relative; font-size:13px;}
.sec-services.curve  .title-header p{ font-size:13px;}
@media only screen and (min-width:991px){
.sec-approach:before {content:''; width:25%; height:100%; background-color:#0d567c; position:absolute; top:0; left:0;}	
.sec-approach .title-header:before { content:''; position:absolute; top:0; width: 0; height: 0; border-style: solid; border-width: 150px 0 0 60px; border-color: transparent transparent transparent #0d567c; left:100%;}
.steps { font-size:20px; font-weight:500; display:inline-block; width:19%; margin-left:-3px; vertical-align:top;}
}
@media only screen and (max-width:990px){
.steps { font-size:20px; font-weight:500; display:inline-block; width:19%; margin-left:-3px; vertical-align:top;}	
}
.sec-approach .title-header .title { color:#fff; }
.plan-step {background:url(../images/stroke.png) no-repeat center 35px; padding:20px 10px; height:150px;}

.steps img {display:block; margin:0 auto 20px; width:60px;}
/** approach **/

/** blog **/
.sec-blog {background:url(../images/blog-bg.jpg) no-repeat #f2f2f2 top center; background-size:cover; padding:60px 0 100px;}
.hp-post-title {font-weight:700; margin:0 0 15px; text-transform:uppercase; font-size:22px;}
.post-date {display:block; margin-bottom:15px; text-transform:uppercase; font-size:13px; color:#333; font-weight:700;}
.post-text {margin-bottom:20px; font-size:13px;}
.blog-slider .owl-prev, .blog-slider .owl-next {top:inherit; bottom:0;}
.blog-slider .owl-prev {left:inherit; right:40px;}
.blog-slider .owl-next {right:0;}
@media only screen and (max-width:990px){
.sec-blog h3.hp-post-title {
    margin: 15px 0;
}	
}
/** blog **/


/** Home Banner **/
.home-slider .item {background-color:#08344b; background-position:center; background-repeat:no-repeat; background-size:cover;}
.home-slider .item, .home-slider .data-table {height:510px;}
.hp-slider-caption { color:#fff; max-width:550px; font-family: 'Bree Serif', serif;}
.hp-slider-caption p {margin-bottom:20px;}
.hp-slider-caption h3  {font-size:50px; margin:0 0 15px; text-shadow:3px 3px 0px rgba(0,0,0,0.2);}
.hp-slider-caption h3 strong {font-size:70px; line-height:0.7;}
.hp-slider-caption .btn {box-shadow:2px 2px 0 1px #08344b; padding:8px 20px;}
.hp-slider-caption .btn:hover { box-shadow:4px 4px 0 1px #08344b;}
.home-slider .owl-dots {position:absolute; bottom:70px; left:0; width:100%;}
.home-slider .owl-dots .owl-dot span {background:#fff;}
.home-slider .owl-dots .owl-dot.active span { background:#6a8ecf;}
/** Home Banner **/

.curve {	
	  -webkit-transform: skewy(-2deg);
    -moz-transform: skewy(-2deg);
    -o-transform: skewy(-2deg);
    transform: skewy(-2deg);
    overflow: hidden;
		margin-top:-50px;
		position:relative;
		z-index:10;
}
.curve-remove {
	padding:50px 0;
	-webkit-transform: skewy(2deg);
    -moz-transform: skewy(2deg);
    -o-transform: skewy(2deg);
    transform: skewy(2deg);
	}

@media only screen and (max-width:380px){
}


/*Banner*/
section.banner-section {background-color: #0d567c;text-align: center;padding: 10px 0; position:relative;}
section.banner-section .banner-content h1 {font-family: 'Bree Serif', serif;font-size: 52px;/*text-transform: uppercase;*/line-height: 65px;}
section.banner-section .container{ position: relative;}
section.banner-section .banner-content {position: absolute;z-index: 1; color: #fff;top: 0; left: 0; right: 0;font-size: 18px;line-height: 24px;}
/*Banner*/

/*Breadcrumb*/
section.Breadcrumb {background-color: #216d93;text-align: left;font-size: 11px;text-transform: uppercase; padding: 2px 0;}
section.Breadcrumb span{ color:#fff;}
section.Breadcrumb a{ color:#a2d1e9;}
/*Breadcrumb*/


/*Services pages*/
.services-pages section.banner-section .banner-content{ top:4%;}
.services-pages .website-design {background-image: url(../images/about-body-bg.jpg);	}
.services-pages .title-header .title {font-size: 40px;font-weight: 700;margin-bottom: 24px;text-transform: capitalize;}
.services-pages  p {margin: 0 0 10px;font-size: 22px;line-height: 33px;}
.services-pages .website-design .learn-more {border: 1px #ccc solid; color: #333;padding: 9px 30px;display: inline-block;}
.services-pages .website-design .learn-more:hover{ color:#fff; background-color:#0d567c;}

section.ecommerce-section{ background-color:#b04589; padding:70px 0 44px; color:#fff;}
section.ecommerce-section a, section.ecommerce-section .title-header .title{ color:#fff;}
section.ecommerce-section a{ border-color:#fff;}
.services-pages section.ecommerce-section .learn-more {border: 1px #d766ae solid; color: #fff;padding: 9px 30px;display: inline-block;}
.services-pages section.ecommerce-section .learn-more:hover{ color:#fff; background-color:#d766ae;}


section.mobile-app-section{ background-color:#ee4043; padding:70px 0 44px; color:#fff;}
section.mobile-app-section a, section.mobile-app-section .title-header .title{ color:#fff;}
section.mobile-app-section a{ border-color:#fff;}
.services-pages section.mobile-app-section .learn-more {border: 1px #fc9092 solid; color: #fff;padding: 9px 30px;display: inline-block;}
.services-pages section.mobile-app-section .learn-more:hover{ color:#fff; background-color:#fc9092;}

section.digital-section{ background-color:#31accb; padding:70px 0 90px; color:#fff;}
section.digital-section a, section.digital-section .title-header .title{ color:#fff;}
section.digital-section a{ border-color:#fff;}
.services-pages section.digital-section .learn-more {border: 1px #69dffd solid; color: #fff;padding: 9px 30px;display: inline-block;}
.services-pages section.digital-section .learn-more:hover{ color:#fff; background-color:#69dffd;}

section.whatsapp-section{ background-color:#47b647; padding:70px 0 90px; color:#fff;}
section.whatsapp-section a, section.whatsapp-section .title-header .title{ color:#fff;}
section.whatsapp-section a{ border-color:#fff;}
.services-pages section.whatsapp-section .learn-more {border: 1px #267426 solid; color: #fff;padding: 9px 30px;display: inline-block;}
.services-pages section.whatsapp-section .learn-more:hover{ color:#fff; background-color:#1d851d;}
/*Services pages*/




/*About Us pages*/
body.about-us .journey-contant .title{ color:#2d353a; font-size:32px;}
body.about-us section.section { padding: 0;}
@media only screen and (min-width:991px){
	body.about-us .img-box {position: absolute;z-index: 1;}
	body.about-us .title-header {margin-bottom: 103px;}
}
@media only screen and (max-width:990px){
.our-journey .heilight{ margin-bottom:32px;}
body.about-us .img-box {width: 100%;display: block; text-align: center;}
section.banner-section .banner-content{ top:0;}
}
.more-content a.learn-more {color: #333; font-size: 28px;border: 1px #333 solid;padding: 9px 25px;}
.more-content a.learn-more:hover{ background-color:#0d567c; color:#fff;}
body.about section.section h2.title {font-size: 24px;font-weight: 700;padding: 40px 0 22px;margin: 0;}

body.about-us .title-header .title {font-weight: 700;color: #252f3c;text-transform: uppercase; font-size: 24px;margin: 40px 0 22px;}
body.about-us .title-header p {font-size: 18px;color: #021925;line-height: 30px;font-weight: 500;}
body.about .main-more-content .more-content p {font-size: 30px;}
.our-journey {background-color: #fff;line-height: 22px;font-size: 16px;}
.our-journey h2.title {color: #2d353a;font-size: 32px;font-weight: 600;}
.our-journey .heilight {font-size: 32px;font-weight: 400;margin-top: 25px;}
.box-area.vision {background-color: #e38564;padding: 18px 18px 30px;color: #fff;font-size: 14px; line-height: 22px;}
.box-area.vision h3.title {margin: 0; font-size:30px;}
.box-area.mission {background-color: #37354f; padding: 18px 18px 30px;color: #fff;font-size: 14px; line-height: 22px;}
.box-area.mission h3.title {margin: 0; font-size:30px;}
.box-area.goals {background-color: #135770;padding: 18px 18px 30px;color: #fff;font-size: 14px;line-height: 22px;}
.box-area.goals h3.title {margin: 0; font-size:30px;}
.language-row {background-image: url('../images/about/bg-aboutlogo.jpg');padding: 25px 0;}
.language-row ul { padding:0; margin:0;}
.language-row ul li {display: inline-block;width: 154px;text-align: center;}
.language-row ul li b{ display:block;}
.language-row ul li.languaga-list {text-align: right;font-size: 20px;width: 205px;}
.main-more-content{ background-color:#fff;}
.more-content {font-size: 30px;padding:51px 0 76px;line-height: 57px;color: #2d353a;text-align: center;}
.more-content p {margin: 0;}
.main-leaning{background-image: url('../images/about/bg-about.jpg');}
body.about-us .leaning-inner ul {padding: 15px 0 22px;margin: 0;}
body.about-us .leaning-inner li {color: #fff; display: inline-block;font-size: 20px;text-transform: uppercase;border-right: 1px #6dd1ea solid;padding: 0 22px 0;}
body.about-us .leaning-inner li:last-child {border: 0;}
.leaning-inner li span.count{ font-size:50px;}
.leaning-inner li span {display: block;text-align: center;}
.journey-contant p { font-size: 16px;color: #2d353a;line-height: 22px;margin-bottom: 22px;}
@media only screen and (max-width:480px){
	body.about-us .leaning-inner li{ width:100%; border:0; }
	section.banner-section .banner-content h1{ font-size:20px; line-height:normal;}
	section.banner-section .banner-content p{ font-size:14px; line-height:normal;}
}
/*About Us pages*/



/*who choose pages*/
.section.who-choose {background-image: url(../images/why-choose-bg.jpg);background-repeat: no-repeat;background-size: cover; color: #fff;font-size: 13px;line-height: 20px;}
.section.who-choose h4 {margin: 20px 0 3px;font-size: 16px;font-weight: 700;}
.section.who-choose .title-header .title {font-size: 26px;color: #fff;font-weight: 700;margin: 0;padding: 0;}
/*who choose pages*/


/*Web design pages*/
.top-section{background-image: url('../images/about-body-bg.jpg');}
.main-tabs .tab-content { background-color: #0d567c;border: 2px #c6e1ef solid;color: #fff;font-size: 13px; padding: 10px;line-height:22px}
.main-tabs .tab-content p{ margin:0 0 30px;}
.main-tabs .tab-content p:last-child{ margin:0;}
.main-tabs .title {color: #0d567c;font-size: 26px;margin: 0;text-transform: uppercase;}
.main-tabs .title span{ font-size:28px; font-weight:700; border-top-left-radius:50%; border-top-right-radius:50%;background-color: #0d567c;color:#fff;padding: 10px;}
.main-tabs .nav-tabs {border-bottom: 0;}
.main-tabs .nav.nav-tabs.left-tabs{margin-top: 35%;position: relative;}
.main-tabs .nav.nav-tabs.right-tabs {margin-top: 50%;position: relative;}
.main-tabs .nav-tabs > li {float: none;margin-bottom: 44px;border-radius: 0;}
.main-tabs .nav-tabs > li.active > a{background-color: #0d567c;border: 1px #0d567c solid;border-left: 10px #0d567c solid; color:#fff;}
.main-tabs .nav-tabs > li  > a{border-radius: 0;background-color: #fff;border: 1px #ccc solid;border-left: 10px #0d567c solid;color:#2f2f2f;font-size:19px;text-transform: capitalize;}

section.section.main-client h2 {font-size: 30px;color: #1f1e1e;}
section.section.main-client .client-contant {font-size: 19px;font-style: italic;line-height: 31px;}
section.section.main-client .client-name { color: #292929;font-size: 13px;}
.main-accordion .title {color: #0d567c;font-size: 26px;margin:0 0 15px;text-transform: uppercase;font-weight:700;}
.main-accordion .panel-default>.panel-heading {border-radius: 0;background-color: #fff;border: 1px #ccc solid; border-left: 10px #0d567c solid;color: #2f2f2f;font-size: 19px;text-transform: capitalize;}
.main-accordion .panel-default>.panel-heading a{ display:block;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {background-color: #0d567c;border: 2px #c6e1ef solid;color: #fff;font-size: 13px;padding: 10px;line-height: 22px;}
.top-section .req-btn{ margin-top:15px;}

/*Web design pages*/






/*Contact pages*/
.request-quota:before,
.request-quota:after{ clear:both; content:""; display:block;}
.contact-pages  .title-header .title {font-weight: 500;color: #252f3c;text-transform: capitalize;font-size: 24px;margin: 0 0 10px;}
.request-quota {background-color: #962a43;}
@media only screen and (min-width:991px){
	.request-quota {position: absolute;z-index: 1;padding:9px 95px 39px;top: 0;}
}
@media only screen and (max-width:990px){
	.request-quota {padding:9px 15px 39px;}
}


.request-quota .field-wrapper {margin-bottom: 20px;color: #fff; font-size: 14px;}
.request-quota .field-wrapper  h3{font-size: 30px;}
.request-quota .field-wrapper .form-control {border-radius: 0;height: 46px;color: #d5c1ab; font-size: 16px; border: 3px #ba4e67 solid;}
.request-quota button#cf-submit {background-color: #84233a;color: #fff;text-transform: uppercase;font-size: 20px;border: 1px #df728b solid;padding: 12px 30px;}
.cantact-number .title ,
.address-cantact .title {font-size: 20px;text-transform: uppercase;}
.cantact-number b {color: #575757;font-weight: 400;}
.address-cantact {padding-bottom: 32px;border-bottom: 1px #ccc solid; line-height: 34px;}
.cantact-number{padding-top: 25px;line-height: 34px;}
.request-quota .field-wrapper select{appearance:none;-moz-appearance:none; /* Firefox */-webkit-appearance:none; /* Safari and Chrome */ background-image: url('../images/select-arrow.png');background-position: 97% center;background-repeat: no-repeat;}
.request-quota .field-wrapper textarea.form-control{ height: 110px;}
/*Contact pages*/
.imgcen{text-align:center; margin-top:20px;}