@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */
.container, p, a{font-family:Montserrat !important; line-height: 24px;}
.main-table{ font-family:Montserrat; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight:bold; Font-size: 20px; color:#222; text-align:left; line-height:30px; border-bottom:1px #ccc dashed; text-transform:uppercase; margin-bottom:10px;}
.sub-heading{ font-weight:bold; Font-size:16px; color:#222; line-height:30px; text-align:left; margin:0;}
.team-title{ font-weight:bold; Font-size:14px; color:#222; line-height:30px; text-align:left;}
.maps{ text-align:center;}
#divmainenquiry11 .close, #alertneew .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
.RadDock .rdContent{font-family:Montserrat !important; }
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl .bg-light{background-color: transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover, #MenuControl .dropdown-item:focus, #MenuControl .dropdown-item:hover{background-color:#000 !important; color:#fff !important;}
.nav-link{font-weight: 600; color:#fff;}
.nav-fill{width:100%; font-size: 15px;}
.nav-item a{font-size:15px;}
.navbar-brand{margin:0;}
.RadGrid_Default .rgHoveredRow{background:#c5c5c5 !important;}
.navbar-toggler{background: #fff;}
#MenuControl_C .dropdown-menu {border-radius: 0;  padding: 0 !important;  animation: fadeInUp 400ms;}
#HeaderControl_C_ctl00_tr_HeaderBackImage{background-color: transparent !important;}

/*nav-bar*/
.heading {
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}
.heading h2 {
    font-size: 1.875rem;
    color: #0f151d;
    margin: 0;
}
.heading::before {
    content: "";
    width: 2px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #12BFA0;
}
.heading h2 span {
    color: #FF4901;
}
:root{
    --primary-orange:#ff5a12;
    --primary-teal:#12cfc0;
}
.bg-1{background-color: #ff5a12 !important;}
.bg-2{background-color: #12cfc0 !important;}
.hero-banner{
    position:relative;
    min-height:650px;
    background:url("../image/banner-img.jpg") center center/cover no-repeat;
    display:flex;
    align-items:center;
}
.RadDock .rdContent{    font: initial !important;}
.hero-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero-title{
    color:#fff;
    font-weight:700;
    line-height:1.15;
    font-size:clamp(2rem,4vw,4rem);
    margin-bottom:1.5rem;
}

.country-list{
    color:var(--primary-orange);
    font-weight:700;
    line-height:1.2;
    font-size:clamp(1.5rem,3vw,3rem);
    margin-bottom:2rem;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0 0 2rem;
}

.feature-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#fff;
    font-size:clamp(0.85rem,0.95vw,1.2rem);
    margin-bottom:10px;
    font-weight:400;
}

.feature-list i{
    color:var(--primary-teal);
    font-size:1rem;
    margin-top:3px;
}

.hero-btn{
    /* min-height:58px; */
    padding:14px 30px;
    font-weight:700;
    border-radius:6px;
    border:none;
    transition:.3s;
}

.btn-orange{
    background:var(--primary-orange);
    color:#fff;
}

.btn-orange:hover{
    background:#e44b06;
    color:#fff;
}

.btn-teal{
    background:var(--primary-teal);
    color:#fff;
}

.btn-teal:hover{
    background:#0db3a6;
    color:#fff;
}


.consultation-section{
    background:#f6f1eb;
    position:relative;
    overflow:hidden;
}

.consultation-section::before{
    content:"";
    position:absolute;
    top:-250px;
    left:-250px;
    width:600px;
    height:600px;
    border:1px solid rgba(0,0,0,.05);
    border-radius:50%;
}
.consultation-section::after{
    content:"";
    position:absolute;
    top:-175px;
    left:-175px;
    width:450px;
    height:450px;
    border:1px solid rgba(0,0,0,.05);
    border-radius:50%;
}
.stat-icon i{
    font-size: 3rem;
    color: #121826;
    transition: .3s ease;
}

.stat-box:hover .stat-icon i{
    transform: translateY(-5px);
}
.stats-wrapper{
    min-height:520px;
}

.stat-item{
    border-color:#d5d0ca !important;
}

.stat-box{
    padding:60px 40px;
    height:100%;
}

.stat-icon{
    width:50px;
    margin-bottom:10px;
}

.stat-box h2{
    color:#ff5700;
    font-size:4rem;
    font-weight:800;
    line-height:1;
    margin-bottom:10px;
}

.stat-box p{
    color:#555;
    font-size:1.4rem;
    margin:0;
}

.consultation-card{
    background:#fff;
    padding:40px;
    border:1px solid #ff5700;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.heading-border{
    border-left:3px solid #18c4a8;
    padding-left:15px;
    margin-bottom:30px;
}

.heading-border h2{
    font-size:2.2rem;
    font-weight:700;
    color:#121826;
    line-height:1.25;
}

.heading-border span{
    color:#ff5700;
}

.custom-control{
    height:52px;
    border-radius:6px;
    border:1px solid #d6d6d6;
    box-shadow:none;
}

textarea.custom-control{
    height:auto;
}

.custom-control:focus{
    border-color:#ff5700;
    box-shadow:none;
}

.submit-btn{
    background:#ff5700;
    color:#fff;
    font-weight:700;
    padding:12px;
    border-radius:4px;
}

.submit-btn:hover{
    background:#e54d00;
    color:#fff;
}

/*services box*/

@media (max-width: 767px) {
	.home-sec .carousel-inner .carousel-item > div {
			display: none;
		}
	.home-sec .carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.home-sec .carousel-inner .carousel-item.active,
	.home-sec .carousel-inner .carousel-item-next,
	.home-sec .carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.home-sec .carousel-inner .carousel-item-end.active,
		.home-sec .carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.home-sec .carousel-inner .carousel-item-start.active, 
		.home-sec .carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.home-sec .carousel-inner .carousel-item-end,
	.home-sec .carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}
    .home-sec {background-color: #fff7f0; padding-top: 100px;}
    .home-sec #recipeCarousel .card img{/*width: 60px; height: 60px;*/ border-radius: 15px;}
    .home-sec #recipeCarousel .card { border:0; height: 100%;background: #fff7f0; text-align:justify;}
    .home-sec #recipeCarousel .col-md-4{padding: 0px;}
    .home-sec #recipeCarousel .w-aut{width: 50px; height: 50px; padding: 10px; top: 40%;background: #ccc; transition:all .5s; opacity: 0;}
    .home-sec #recipeCarousel .carousel-control-next.w-aut{right: -30px; }
    .home-sec #recipeCarousel .carousel-control-prev.w-aut{left: -30px;}
    .home-sec #recipeCarousel:hover .carousel-control-next.w-aut{right: 0px;}
    .home-sec #recipeCarousel:hover .carousel-control-prev.w-aut{left: 0px;}
    .home-sec #recipeCarousel:hover .w-aut{ opacity: .85;}
    .home-sec h4{font-size: 20px; font-weight: 600;}
    .home-sec #recipeCarousel .card a{color: #ff5a12;}

/*services box*/
.hm-content{background-color: #fff; }
.text-justify{text-align: justify;}
/**/
.footer-section{
    background:#1d171b;
    color:#fff;
}

/* CTA AREA */

.footer-cta{
    background:linear-gradient(
        135deg,
        #ff4f1a,
        #ff5b12
    );
    padding:40px 0;
    position:relative;
    overflow:hidden;
}

.footer-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    repeating-radial-gradient(
        circle at top center,
        rgba(255,255,255,.08) 0,
        rgba(255,255,255,.08) 2px,
        transparent 2px,
        transparent 25px
    );
    opacity:.4;
}

.cta-title{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:15px;
}

.cta-title .line{
    width:3px;
    height:35px;
    background:#00d2a8;
}

.cta-title h3{
    margin:0;
    font-size:2rem;
    font-weight:700;
    color:#fff;
}

.cta-contact{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:end;
    gap:15px;
    flex-wrap:wrap;
}

.phone-box{
    background:#fff;
    color:#222;
    padding:14px 20px;
    border-radius:6px;
    font-weight:600;
}

.phone-box i{
    color:#ff5b12;
    margin-right:8px;
}

.call-btn{
    background:#000;
    color:#fff;
    padding:14px 25px;
    font-weight:600;
}

.call-btn:hover{
    background:#222;
    color:#fff;
}

/* FOOTER */

.footer-main{
    padding:70px 0 25px;
}

.footer-logo h2{
    font-size:4rem;
    font-weight:800;
    margin-bottom:0;
}

.footer-logo span{
    letter-spacing:3px;
    color:#bdbdbd;
}

.footer-heading{
    margin-top:30px;
    margin-bottom:20px;
    font-weight:700;
}

.contact-list,
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-list li,
.footer-links li{
    margin-bottom:12px;
}

.contact-list i{
    color:#ff5b12;
    margin-right:10px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ff5b12;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#ff5b12;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#000;
    color:#fff;
}

.footer-divider{
    margin:40px 0 20px;
    border-color:rgba(255,255,255,.15);
}

.footer-main a{
    color:#fff;
    text-decoration:none;
}



/*fix menu*/
/*about us*/
.about-section{
    background:#f8f6f3;
    overflow:hidden;
}

.sub-title{
    color:#ff5b12;
    font-weight:600;
    letter-spacing:2px;
    font-size:.9rem;
}

.section-heading h2{
    font-size:3rem;
    font-weight:700;
    margin:15px 0;
}

.section-heading h2 span{
    color:#ff5b12;
}

.section-heading p{
    color:#666;
    line-height:1.9;
}

.info-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    /* height:100%; */
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.4s;
}

.info-card:hover{
    transform:translateY(-8px);
}

.info-card i{
    font-size:2rem;
    color:#ff5b12;
    margin-bottom:15px;
}

.about-image-wrapper{
    position:relative;
    min-height:500px;
}

.main-card{
    background:linear-gradient(135deg,#ff5b12,#ff7b3d);
    color:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 25px 50px rgba(255,91,18,.25);
}

.main-card i{
    font-size:4rem;
}

.main-card h3{
    margin:20px 0;
    font-size:2rem;
    font-weight:700;
}

.floating-card{
    position:absolute;
    background:#fff;
    padding:18px 22px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    animation:float 4s ease-in-out infinite;
}

.floating-card i{
    color:#ff5b12;
    font-size:1.4rem;
}

.card-1{
    top:20px;
    right:-20px;
}

.card-2{
    bottom:120px;
    left:-30px;
}

.card-3{
    bottom:20px;
    right:30px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

@media(max-width:991px){

    .section-heading h2{
        font-size:2.3rem;
    }

    .about-image-wrapper{
        min-height:auto;
    }

    .floating-card{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        margin-top:15px;
    }
}
/*about us*/
/*our team*/
.team-section{
    background:#f8f6f3;
    position:relative;
    overflow:hidden;
}

.team-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border:1px solid rgba(255,91,18,.08);
    border-radius:50%;
    top:-200px;
    right:-150px;
}

.section-subtitle{
    color:#ff5b12;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title{
    font-size:2.8rem;
    font-weight:700;
    margin-top:10px;
}

.team-content-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    height:100%;
    transition:.4s;
}

.team-content-card:hover{
    transform:translateY(-8px);
}

.icon-box{
    width:70px;
    height:70px;
    background:#ff5b12;
    color:#fff;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    margin-bottom:20px;
}

.team-content-card h3{
    font-weight:700;
    margin-bottom:20px;
}

.team-content-card p{
    color:#666;
    line-height:1.9;
}

.leader-card{
    background:linear-gradient(
        135deg,
        #121826,
        #1c2333
    );
    color:#fff;
    padding:40px;
    border-radius:25px;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.2);
}

.leader-card::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-100px;
    right:-100px;
}

.leader-avatar{
    width:90px;
    height:90px;
    background:#ff5b12;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2.5rem;
    margin-bottom:20px;
}

.leader-tag{
    display:inline-block;
    background:rgba(255,91,18,.15);
    color:#ff8b57;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:15px;
}

.leader-card h3{
    font-size:2rem;
    font-weight:700;
}

.leader-card h6{
    color:#d9d9d9;
    margin-bottom:10px;
}

.qualification{
    color:#ffb18e;
    font-weight:500;
}

.leader-card p{
    color:#d7d7d7;
    line-height:1.8;
}

.leader-card hr{
    border-color:rgba(255,255,255,.15);
    margin:20px 0;
}
/*our team*/
/*services page*/
.service-detail-section{
    background:#f8f6f3;
}

.service-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff3ed;
    color:#ff5b12;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.service-title{
    font-size:2.8rem;
    font-weight:700;
    margin-bottom:25px;
}
.service-content{ text-align: left;}
.service-content p{
    color:#666;
    line-height:1.9; text-align: justify;
}

.highlight-card{
    background:#1c2333;
    color:#fff;
    padding:35px;
    border-radius:20px;
    height:100%;
}

.icon-circle{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#ff5b12;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.icon-circle i{
    font-size:2rem;
}

.highlight-card ul{
    padding-left:18px;
    margin-top:20px;
    text-align: justify;
}

.highlight-card li{
    margin-bottom:10px;
}

.section-heading h3{
    font-weight:700;
}

.service-box{
    background:#fff;
    padding:22px;
    border-radius:15px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.4s;
    display:flex;
    align-items:center;
    gap:12px;
}

.service-box:hover{
    transform:translateY(-8px);
}

.service-box i{
    color:#ff5b12;
    font-size:1.2rem;
}

.choose-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.choose-card:hover{
    transform:translateY(-8px);
}

.choose-card i{
    font-size:2.5rem;
    color:#ff5b12;
    margin-bottom:15px; display: inline-block;
}

.choose-card p{
    margin:0;
    font-weight:500;
}

.service-cta{
    background:linear-gradient(135deg,#ff5b12,#ff7b3d);
    color:#fff;
    padding:40px;
    border-radius:20px;
}

.service-cta h4{
    margin:0;
    line-height:1.7;
}

@media(max-width:991px){

    .service-title{
        font-size:2rem;
    }

    .highlight-card{
        margin-top:20px;
    }
}
/*services page*/
/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container {
    max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
    margin-top: 0 !important;
}

.innr-pg-c {
    padding: 32px 0;
    position: relative;
    background-image: url(../image/inner-bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat;
}

.innr-pg-c h1 {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    Font-size: 40px;
    color: #fff;
    text-align: left;
    border-left: 3px #fff solid;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    padding: 5px 0 5px 20px;
}

.innr-pg-c:after {
    content: '';
    position: absolute;
    left: -1px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(90deg, rgba(8, 25, 41, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
}

/* innr-pg-c End */

/* Large Desktop */
@media (min-width:1400px){
    .hero-title{
        font-size:2.5rem;
    }

    .country-list{
        font-size:2.1rem;
    }
}
/* Mobile */

#HeaderControl, #MenuControl{ transition:.3s; background-color: #081929;border-bottom: 1px solid #FF4901;}
#HeaderControl .rdCenter, #MenuControl .rdCenter{background: transparent;}
@media (min-width: 991px){
.body-fx #HeaderControl, .body-fx #MenuControl{position:fixed; top:0; height:70px; transition:.3s;}
.body-fx #HeaderControl{width:33%; float:left; left:0;}
.body-fx #MenuControl{width:67%; float:right; right:0;}
}
/*fix menu*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){

.navbar-expand-md .navbar-nav .nav-link, .dropdown-menu{font-size: 13px;}
.hero-banner{
        min-height:auto;
        padding:120px 0 80px;
    }

    .hero-content{
        max-width:100%;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-buttons .btn{
       width: 200px;

    }
    .stats-wrapper{
        min-height:auto;
    }

    .stat-box{
        padding:40px 20px;
        text-align:center;
    }

    .stat-box h2{
        font-size:3rem;
    }

    .stat-box p{
        font-size:1.1rem;
    }

    .consultation-card{
        padding:25px;
    }

    .heading-border h2{
        font-size:1.6rem;
    }

.fixed-top { position: relative;}
    .cta-title{
        justify-content:center;
    }

    .cta-contact{
        justify-content:center;
    }

    .footer-logo h2{
        font-size:3rem;
    }

	}
    #widgetsControl_C, #widgetsControl{height:initial !important}
@media (max-width: 769px){
}
a, a:hover{text-decoration:none !important;}
@media (max-width: 767px){
    #MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
    #widgetsControl_C, #widgetsControl, #MenuControl, #MenuControl_C{height:initial !important}
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
    .hero-banner{
        text-align:left;
        padding:100px 0 70px;
    }

    .country-list{
        line-height:1.4;
    }

    .feature-list li{
        margin-bottom:12px;
    }
.stat-item{
border-right:none !important;
}

.stat-box{
border-bottom:1px solid #d5d0ca;
}

.stat-box h2{
font-size:2.5rem;
}

.heading-border h2{
font-size:1.4rem;
}
    .cta-title h3{
        font-size:1.5rem;
        text-align:center;
    }

    .phone-box,
    .call-btn{
        /* width:100%; */
        text-align:center;
    }

    .social-icons{
        /* justify-content:center; */
    }

    .footer-main{
        /* text-align:center; */
    }
}

@media(max-width:568px){
	
}
@media(max-width:480px){
	
}



@media (max-width: 414px){


}
.table-responsive {
    min-height: .01%;
    overflow-x: hidden !important;border: 0; padding:0;
}

/*callus*/
.callus {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: right;
    position: fixed;
    bottom: 40%;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.callus .fa{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}
/*callus*/
  /*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 20%;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
	 animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes waves {
           from {
           transform: scale(.55, .55);
           opacity: .6;
           }

           to {
              transform: scale(1.8, 1.8);
              opacity: 0;
              }
           }

  /*============WHATSAPP==========*/
.cont-page h2 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #1c2333;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
/*cont-page*/
