/*====================== 1. Basic ========================*/      
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #0D1C29;
	letter-spacing: 0.5px;
}
a, a:hover, a:active, a:focus,
.btn, .btn:focus, button, button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a{
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
    max-width: 100%;
    width: 100%;
}
/*========================== End Basic ============================*/
/*========================== 2. Start Common ============================*/      
.section {
    padding: 80px 0;
    position: relative;
    background-color: #fff;
}
.bg{
	background-color: #F9F9F9;
}
.common-title h2{
	position: relative;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -2px;
}
.custom-btn {
    border: 1px solid #EAD3BC !important;
    background-color: #EAD3BC !important;
    color: #00173C !important;
    height: 48px;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    border-radius: 4px;
}
.custom-btn:hover,
.custom-btn:focus{
    border: 1px solid #EAD3BC;
    background-color: #EAD3BC;
    color: #00173C;
}
/*========================== End Common ============================*/
/*==========================  3. Start Navigation ============================*/      
.custom-navbar {
    background-color: #fff;
    z-index: 999;
    padding: 15px 0;
    border-bottom: 1px solid #E8EDED;
}
.custom-navbar .navbar-nav li a.nav-link {
    color: #66748A;
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    margin: 0 15px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    padding: 0;
    white-space: nowrap;
}
.custom-navbar .navbar-toggler {
    color: #C5A788;
	padding: 0px;
    font-size: 22px;   
}
.navbar img {
    width: 100px;
}
.custom-navbar .navbar-nav li a:hover,
.custom-navbar .navbar-nav li a.active {
    color: #00173C;
    border-bottom: 1px solid #00173C;
}
.custom-navbar .navbar-nav li:last-child a.nav-link{
    margin-right: 0;
}
.custom-navbar .navbar-nav li {
    align-self: center;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    padding: 0;
    right: 0;
    display: none;
    z-index: 1;
    opacity: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-top: 3px solid #EAD3BC;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul::before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    border-top: 0;
    width: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #EAD3BC;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn:hover ul{
    display: block;
    opacity: 1;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li a {
    white-space: nowrap;
    margin: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 20px;
}
.custom-navbar .navbar-nav li {
    position: relative;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li:last-child a {
    margin-left: 0;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li a:hover,
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li a.active {
    color: #00173C;
    border-bottom: none;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #E8EDED;
    padding: 8px 10px;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.custom-navbar .navbar-nav li.nav-item.nav-item-dropdwn i.fa {
    position: absolute;
    right: 0;
    top: 4px;
}
.custom-navbar .navbar-nav li:nth-child(5) {
    margin-left: 150px;
}
.custom-navbar .navbar-nav li.nav-item-dropdwn ul li:nth-child(5) {
    margin-left: 0 !important;
}
/*==========================  End Navigation ============================*/
/*==========================  4. Start Banner ============================*/
.banner {
    background: #0D1C29;
	position: relative;
}
.banner-height {
    min-height: calc(100vh - 106px);
}
.banner .banner-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
.banner .banner-title span{
    color: #2ce87c;
}
.banner .banner-desc {
    line-height: 30px;
    font-size: 20px;
    color: #CFD2D4;
    margin-bottom: 30px;
}
.banner .banner-detail h3{
    color: #C5A788;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*==========================  End Banner ============================*/
/*==========================  5. Start Counter ============================*/
.counterarea {
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    border: 1px solid #E8EDED;
    border-radius: 0;
    min-height: 106px;
    height: 100%;
}
.counter-icon img {
    width: 50px;
}
.counter-image img {
    border-radius: 8px;
}
.counter-icon {
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.counter-data{
    margin-bottom: 20px;
}
.counter .counter-number {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #C5A788;
}
.counter span.counter-text {
    font-size: 14px;
    line-height: 20px;
}
.common-col{
    padding-left: 10px;
    padding-right: 10px;
}
.common-row{
    margin-left: -10px;
    margin-right: -10px;
}
.section.cm-pb-60 {
    padding-bottom: 60px;
}
/*==========================  End Counter ============================*/
/*==========================  6. Start About ============================*/
.about{
	position:relative;
}
.ct-max-width {
    max-width: 800px;
    margin: auto;
}
.about .about-image{
	position:relative;
	z-index: 0;
}
.about h3 {
    font-size: 16px;
    margin: 0 0 30px;
    color: #C5A788;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.about ul li .about-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.about ul li .about-icon img{
    width: 24px;
}
.about li {
    position: relative;
    list-style: none;
    padding-left: 36px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px !important;
}
.about ul li p, .about ul li {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.about ul li:last-child{
    margin: 0 !important;
}
.about .about-image img {
    max-width: 560px;
}
.about.about-sec li {
    padding: 0;
    font-weight: 400;
    color: #0D1C29CC;
    line-height: 30px;
}
.about.about-sec .about-detail-padding p{
    padding: 0;
    font-weight: 400;
    color: #0D1C29CC;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.about-image.about-image-main img {
    max-width: 100%;
    margin-bottom: 30px;
}
.common-title.inner-page-title h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 30px;
}
.about-detail-padding {
    padding: 0 15px;
}
/*==========================  End About ============================*/
/*==========================  7. Start Services ============================*/
.service .service-handle-data p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8EDED;
    min-height: 70px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}
.cm-overflow-hidden{
    overflow: hidden;
    position: relative;
}
.inner-page-right p {
    font-size: 20px;
    font-weight: 400;
    color: #0D1C29CC;
    line-height: 30px;
}
.service .service-handle-data p img.star-iconimg {
    width: 16px;
    margin-right: 10px;
}
/*==========================  End Services ============================*/
/*==========================  8. Start We Work ============================*/
.we-work-data {
    background: #fff;
    padding: 36px 20px;
    min-height: 180px;
}
.we-work-desc h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.we-work-icon span {
    display: inline-block;
    background: #EAD3BC;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.we-work-icon {
    margin-bottom: 15px;
}
.wework-desc p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    color: #0D1C29CC;
}
/*==========================  End We Work ============================*/
/*==========================  9. Start Testimonial ============================*/
.testimonial .inner-testimonial .testimonial-data .testimonial-img {
    float: left;
    width: 120px;
    margin-right: 15px;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-detail {
    text-align: left;
}
.testimonial .inner-testimonial .testimonial-data {
    background-color: #f9f9f9;
    padding: 32px;
    position: relative;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-inner-data {
    display: inline-block;
}
.testimonial .inner-testimonial .testimonial-data .client-review {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    color: #0D1C29CC;
}
.testimonial .inner-testimonial .testimonial-data h3.client-name {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}
.testimonial .inner-testimonial .testimonial-data h3.client-name span{
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 30px;
    margin-top: 3px;
    color: #0D1C2999;
    text-transform: none;
}
.testimonial .owl-carousel .owl-dot {
    border-radius: 50%;
    height: 15px;
    margin-right: 4px;
    width: 15px;
	background-color:transparent;
	margin-bottom: 10px;
}
.testimonial .owl-carousel .owl-dot.active{
	background-color:#EAD3BC;
}
.testimonial .owl-carousel .owl-dots {
    text-align: center;
	margin-top: 15px;
}
.testimonial .owl-carousel .owl-dot{
	border:1px solid #EAD3BC;
}
.quote-icon img {
    width: 64px !important;
}
.quote-icon {
    margin-bottom: 20px;
}
/*==========================  End Testimonial ============================*/
/*==========================  10. Start Footer ============================*/
.topfooter{
    background-color: #1B273A;
    padding: 30px 0;
}
.footer-contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer-contact h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 40px;
}
.bottomfooter{
    background-color: #132030;
    padding-top: 65px;
}
.footlogo img {
    width: 100px;
    margin-bottom: 30px;
}
.footlogo ul li a {
    height: 24px;
    width: 24px;
    display: inline-block;
}
.footlogo ul li a img{
    height: 24px;
    width: auto;
    margin-bottom: 0;
}
.footlogo ul li{
    margin-right: 16px;
}
.footlogo ul {
    display: flex;
    flex-wrap: wrap;
}
.foot-detail{
    margin: 15px 0;
}
.footlogo ul li:first-child{
    margin-right: 8px;
}
.foot-detail.fd-foot-detail h4 {
    color: #EAD3BC;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.foot-detail.fd-foot-detail ul li a {
    display: inline-block;
    color: #FFFFFFB2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.foot-detail.fd-foot-detail ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.foot-detail.fd-foot-detail ul li:last-child{
    margin-bottom: 0px;
}
.foot-detail.fd-foot-detail ul li img {
    height: 20px;
    margin-right: 10px;
    align-self: baseline;
    width: auto;
}
.footer-copyright p {
    color: #B8BCC1;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    font-weight: 300;
}
.footer-copyright {
    border-top: 1px solid #5A636E;
    padding: 50px 0;
    margin-top: 65px;
}
/*==========================  End Footer ============================*/
/*==========================  11. Start Map ============================*/
.map iframe {
    width: 100%;
    height: 350px;
    border: none;
}
.map-detail h4 {
    color: #C5A788;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.map-detail ul li a, .map-detail ul li {
    display: block;
    color: #000000B2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.map-detail ul li a{
    display: inline-block;
}
.map-detail ul li {
    margin-bottom: 15px;
}
.map-detail ul.no-margin-list li{
   margin: 0;
}
.cm-mt-30{
    margin-top: 30px;
}
.map-detail ul li:last-child {
    margin-bottom: 0px;
}
/*==========================  End Map ============================*/
/*==========================  12. Start Contact ============================*/
.contact-form .form-control {
    border: 1px solid #D0D5DD;
    border-radius: 0;
    height: 48px;
    background: #F8F9FA;
}
.contact-sec .contact-form textarea.form-control {
    height: auto;
	min-height:120px;
    resize: none;
    padding: 0.75rem;
}
.contact-sec .contact-form .form-control {
	border: 1px solid #D0D5DD;
    border-radius: 0;
    height: 48px;
    background: #F8F9FA;
	font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #0D1C29;
}
.contact-sec .contact-form .form-control:focus {
    border: 1px solid #000;
}
.contact-sec .contact-form label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.no-cm-boxshadow:focus{
    box-shadow: none;
    outline: none;
}
.contact-form {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}
.common-saperator span {
    display: inline-block;
    height: 2px;
    width: 85px;
    background: #EAD3BC;
    margin: auto;
}
.cm-banner-mt{
    margin-top: 96px;
}
.arm-tag{
    padding: 6px 0;
    border-bottom: 1px solid #E8EDED;
}
.arm-tag p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
/*.arm-tag p a{
    color: #EAD3BC;
}*/

/*==========================  End Contact ============================*/
/*==========================  13. Start Scroll-top ============================*/
.scroll-top {
    border-radius: 50%;
    bottom: 15px;
    color: #00173C;
    display: none;
    height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 45px;
    z-index: 99;
    background-color: #C5A788;
}
.scroll-top i:focus {
    color: #00173C;
}
.scroll-top:hover i {
    color: #00173C;
}
.scroll-top .fa-angle-up {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	font-size: 30px;
    line-height: 40px;
}
/*==========================  End Scroll-top ============================*/
/*===========================  14. Responsive ============================*/
@media (min-width: 1280px) {
    .container {
        max-width: 1210px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}
@media (max-width: 1399px) {
    .custom-navbar .navbar-nav li:nth-child(5) {
        margin-left: 100px;
    }
}
@media (max-width: 1399px) {
    .custom-navbar .navbar-nav li:nth-child(5) {
        margin-left: 50px;
    }
}
@media (max-width: 1199px) {
    .custom-navbar .navbar-nav li:nth-child(5) {
        margin-left: 0;
    }
    .banner .banner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .common-title h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .about li {
        margin-bottom: 15px !important;
    }
    .about h3 {
        font-size: 14px;
        margin: 0 0 20px;
        line-height: 22px;
    }
    .testimonial .inner-testimonial .testimonial-data h3.client-name {
        font-size: 24px;
        line-height: 28px;
    }
    .testimonial .inner-testimonial .testimonial-data h3.client-name span {
        font-size: 18px;
        line-height: 28px;
    }
    .footer-contact h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .service .service-handle-data p {
        font-size: 18px;
        line-height: 22px;
    }
    .we-work-desc h3, .inner-page-right p, .wework-desc p, .banner .banner-desc, .about ul li p, .about ul li,
    .about.about-sec .about-detail-padding p{
        font-size: 18px;
        line-height: 28px;
    }
    .common-title.inner-page-title h2 {
        font-size: 44px;
        line-height: 54px;
    }
    .custom-navbar .navbar-nav li a.nav-link {
        margin: 0 12px;
    }
}
@media (max-width: 991px) {
	.custom-navbar .navbar-nav li a {
		font-size: 14px;
	}
	.custom-navbar, .custom-navbar.sticky-top {
	    padding: 4px 0;
	}
	.navbar-nav {
		margin: 15px 0;
	}
	.section {
		padding: 50px 0;
	}
    .section.cm-pb-60 {
        padding-bottom: 50px;
    }
    .bottomfooter {
        padding-top: 50px;
    }
    .footer-copyright {
        margin-top: 50px;
    }
	.custom-navbar .navbar-nav li a {
		margin: 0;
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cm-banner-mt {
        margin-top: 74px;
    }
    .about .about-image {
        margin-bottom: 30px;
    }
    .custom-navbar .navbar-nav li a.nav-link {
        margin: 10px;
    }
    .custom-navbar .navbar-nav li:last-child a.nav-link {
        margin-left: 10px;
        margin-right: 10px;
    }
    .ls-mb-768{
        margin-bottom: 30px;
    }
    .custom-navbar .navbar-nav li.nav-item-dropdwn ul{
        display: none !important;
    }
    .custom-navbar .navbar-nav li.nav-item.nav-item-dropdwn i.fa {
        display: none;
    }
}
@media (max-width: 767px) {
	.banner-detail {
        margin-bottom: 30px;
    }
    .we-work-data {
        min-height: auto;
    }
}
@media (max-width: 575px) {
	.banner .banner-title {
        font-size: 30px;
        line-height: 40px;
    }
    .we-work-desc h3, .inner-page-right p, .wework-desc p, .banner .banner-desc, .about ul li p, .about ul li, 
    .about.about-sec .about-detail-padding p {
        font-size: 16px;
        line-height: 26px;
    }
    .custom-btn {
        height: 40px;
        padding: 6px 15px !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .common-title h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .service .service-handle-data p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        min-height: auto;
    }
    .quote-icon img {
        width: 40px !important;
    }
    .testimonial .inner-testimonial .testimonial-data h3.client-name {
        font-size: 18px;
        line-height: 24px;
    }
    .testimonial .inner-testimonial .testimonial-data h3.client-name span {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-contact h4 {
        font-size: 26px;
        line-height: 36px;
    }
    .footer-copyright p {
        font-size: 16px;
        line-height: 18px;
    }
    .footer-copyright {
        padding: 30px 0;
    }
    .common-title.inner-page-title h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .contact-form {
        margin-top: 30px;
    }
}
/*===========================  End Responsive ============================*/
