@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Noto Sans", sans-serif !important;
    overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans", sans-serif !important;
}

a {
    text-decoration: none;
}

p,
.main-table ul li {
    font-size: 15px;
    margin: 0 0 15px 0;
    color: #121212;
    line-height: 1.7;
    letter-spacing: .3px;
}

.main-table ul li,
.main-table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-table ul li {
    font-size: 15px;
    margin: 0 0 4px 0;
    color: #121212;
    line-height: 1.7;
    letter-spacing: .5px;
    display: flex;
}

.main-table ul li i {
    color: #d85909;
    font-size: 17px;
    margin: 4px 5px 0 0;
}

.heading h2{ font-size: 42px; margin: 0 0 10px 0; font-weight: 700; position: relative; color: #131313; text-align: center;}
.heading h2 span { color: #d85909;}
.heading .border-btm {
    margin-left: 0;
    position: relative;
    left: 0;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #131313;
    bottom: 0px;
    text-align: center;
    margin: 0 auto 25px auto;
    right: 0;
}
.heading .border-btm:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #d85909;
}
.heading .border-btm:after {
    position: absolute;
    content: '';
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #d85909;
}

.sub-heading {
    font-size: 32px;
    margin: 0 0 30px 0;
    font-weight: 700;
    color: #313131;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}
.sub-heading1 { font-size: 27px; margin: 0 0 15px 0; font-weight: 700; color: #d85909;}

.custom-btn {
    display: inline-block;
    background: linear-gradient(45deg, #f18a3d, #d85909);
    color: #fff;
    padding: 12px 32px;
    font-weight: 500;
    font-size: 15px;
}
.custom-btn:hover { color: #fff; background: linear-gradient(45deg,#d85909, #f18a3d);}

.top-header {
    background: #ec6a01;
    overflow: hidden;
}

.top-nav-lft ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.top-nav-lft ul li {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

.top-nav-lft ul li a {
    color: #e9e9e9;
    font-size: 14px;
}

.top-nav-lft ul li .fa {
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #676568;
    padding: 15px 15px;
}

.top-header .social-icon a {
    display: inline-block;
    position: relative;
    background: #676568;
    color: #fff;
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 15px;
    line-height: 3;
}

.top-header .social-icon a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: #242424;
    transition: all .3s ease-in-out;
}

.top-header .social-icon a:hover::after {
    top: 0;
}

.top-header .social-icon a span {
    position: relative;
    z-index: 2;
}

header {
    position: absolute;
    z-index: 3;
    left: 7%;
}

.banner-section {
    position: relative;
}

.banner-section .carousel-item img {
    height: 100vh;
}

.banner-section .carousel-indicators [data-bs-target] {
    background-color: #ec6a01;
    width: 6px;
    height: 6px;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
}

.banner-section .carousel-indicators {
    bottom: 20px;
}

.banner-section .carousel-indicators .active {
    background: #121212;
}

.banner-section .carousel-caption {
    top: 42%;
}

.banner-section .carousel-caption h4 {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 3px 3px 3px #0f0f0f;
    letter-spacing: .5px;
}

.banner-section .carousel-caption h1 {
    font-size: 62px;
    font-weight: 700;
    text-shadow: 3px 3px 3px #0f0f0f;
}

.banner-section .carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 48px;
    overflow: visible;
    width: 50%;
    height: 5px;
    z-index: 1;
    transform: skewY(5deg);
    background: #ec6a01;
}

.banner-section .carousel-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 48px;
    overflow: visible;
    width: 50%;
    height: 5px;
    z-index: 1;
    transform: skewY(-5deg);
    background: #ec6a01;
}

.banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 2;
    transform: skewY(5deg);
    background: #fff;
}

.banner-section:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    transform: skewY(-5deg);
    background: #fff;
}

.banner-btm {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 5em;
}

.banner-btm .banner-btm-bx {
    display: flex;
    margin-bottom: 40px;
}

.banner-btm .banner-btm-bx:hover .img-box {
    background: #242424;
}

.banner-btm .img-box {
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    display: flex;
    background: #ec6a01;
    transition: .5s;
}

.banner-btm .img-box .fa {
    font-size: 40px;
    color: #fff;
}

.banner-btm .cont-bx {
    width: calc(100% - 100px);
    margin-left: 20px;
}

.banner-btm .cont-bx h4 {
    color: #003b5b;
    font-weight: 350;
    font-size: 26px;
}

.banner-btm .cont-bx h4 a {
    font-size: 26px;
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 500;
}

.banner-btm .cont-bx p {
    font-size: 15px;
}

.counts {padding: 6% 0; margin: 4% 0 0 0; background-image: url(image/count-bg.jpg); background-size: cover;}
.counts .count-bx h2 { color: #fff; text-align: center; font-size: 60px; font-weight: 600;}
.counts .count-bx p { color: #fff; margin: 0; font-size: 21px; font-weight: 500; text-align: center; } 

.about-section {padding: 10% 0 8% 0;}
.about-section .heading h2{ text-align: left;}
.about-section .heading .border-btm { margin: 0 0 25px 20px;}

.service-section { background: #ebebeb; padding: 5% 0; margin-top: 68px;}
.ser-cnt, .serv-bx, .ser-img img, .ser-cnt h3, .ser-cnt p.rd-mr, p.rd-mr a, p.rd-mr a:after,
.serv-bx:hover, .serv-bx:hover .ser-img img, .serv-bx:hover p.rd-mr a, .serv-bx:hover p.rd-mr img, .serv-bx:hover p.rd-mr a:after,
p.rd-mr img {transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.serv-bx{background: #fff;border: 1px solid #dddddd;margin-bottom: 40px;position: relative;z-index: 9;padding-bottom: 25px;}
.serv-bx:hover{box-shadow: 0px 6px 4px #ddd; transform:translate(0,-4px);}
.serv-bx:hover .ser-img img {transform:scale(1.2) rotate(5deg);}
.serv-bx:hover p.rd-mr a{background: #ec6a01;color:#fff;border-color: #ec6a01;}
.serv-bx:hover p.rd-mr img, .hm-team p.rd-mr a img{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);}
.serv-bx:hover p.rd-mr a:after{background: #b9defd; border: 2px solid #b9defd;}
.ser-img{ overflow: hidden;}
.ser-cnt{ margin: 0 auto; margin-top: -18px; position: relative;}
.ser-cnt h3{ background: #ec6a01; color: #fff; padding: 9px 0; font-size: 19px; margin: 0 25px; text-align: center;}
.ser-cnt p.rd-mr{text-align: center;position: absolute;bottom: -50px;margin: 0 auto;left: 0;right: 0;}
p.rd-mr a{ background: #fff; position:relative; border: 2px solid #434343; padding: 9px 24px; text-transform: uppercase; font-size: 12px; color: #333; font-weight: 600;}
p.rd-mr a:after{content:""; position:absolute; width:100%; height:100%; background: #fff; border: 2px solid #434343; left:2px; top:2px; z-index:-1;}
.service-section .ser-cnt ul { margin: 20px 0 15px 0; list-style-type: none;}
.service-section .ser-cnt ul li{ color: #121212; font-size: 15px; margin: 0 0 5px 0; }
.service-section .ser-cnt ul li i { color: #d85909; font-size: 13px; margin: 0 6px 0 0;}

.team-section { padding: 5% 0;}
.team-col{
    margin-bottom: 12px;
    margin-top: 15px;
    }
	
	
.team-col .hexagon {
    width: 185px;
    height: 107px;
    position: relative;
}

.team-col .hexagon2 {
    width: 183px;
    height: 107px;
    left: -1px;
    top: 0px;
}

.team-thumb {
    display: table;
    position: relative;
    margin: 55px auto 65px auto;
}

.hexagon-image{
    width: 170px;
    height: 203px;
    position: absolute;
    overflow: hidden;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    top: -51px;
    left: 1px;
    }
	
.team-col .hexagon-image {
        width: 180px;
        height: 210px;
        left: 1px;
        top: -52px;
}

.hexagon-in1 {
    width: 100%;
    height: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    overflow: hidden;
}

	
.team-img{float: left;
    width: 45%; max-height:265px; overflow:hidden;}
	
.team-img img{width:100%; transition:0.5s;}

.team-col:hover .team-img img{transition:0.5s; transform:scale(1.1);}

.team-cnt{width: 100%;
    text-align: center;}
	
.team-cnt p{text-align:center;}
	
.team-cnt h3{
    color:#d85909;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0px;
    }
	
.team-cnt h4{font-weight: normal;
    font-style: italic;
    color: #888888;
    margin-bottom: 10px; text-transform: none; text-align:center;}
	
.info-btn a{
    color: #d85909;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    }
	
.team-hm{padding: 40px 0 50px;}

.team-thumb .hexagon2 .corner1, .team-thumb .hexagon2 .corner2{border-left: 2px solid #d85909;
    border-right: 2px solid #d85909;     left: -2px;}
	
.hexagon-in2 {
    background-position: 40% 10%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    visibility: visible;
}

.hexagon-in2 img{width: 100%;transition:0.5s;}

.team-col:hover img{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform: rotateY(360deg);
    transition:0.5s;
    }



    .hexagon-shapes {
        display: inline-block;
        margin: 30px auto 45px;
        position: relative;
    }
    
    .hexagon {
        position: relative;
        float: left;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .hexagon {
        background-color: #d85909;
    }
    
    .tp-colthree-inner .hexagon {
        width: 106px;
        height: 62px;
    }
    
    .hexagon .corner1, .hexagon .corner2, .hexagon2 .corner1, .hexagon2 .corner2 {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: inherit;
        left: 0;
        top: 0;
    }
    
    .hexagon .corner1, .hexagon2 .corner1 {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    
    .hexagon .corner2, .hexagon2 .corner2 {
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    
    .hexagon2 {
        position: absolute;
        float: left;
    }
    
    .hexagon2 {
        background-color: #ffffff;
        border-left: 2px solid #d85909;
        border-right: 2px solid #d85909;
    }
    
    .tp-colthree-inner .hexagon2 {
        width: 103px;
        height: 61px;
        left: 0px;
    }
    
    .hexagon2 img{position:relative; height: 55px;}
    
    .tp-colthree-inner .hexagon2 .corner1, .tp-colthree-inner .hexagon2 .corner2 {
        left: -2px;
        border-left: 2px solid #d85909;
        border-right: 2px solid #d85909;
    }

.contact{padding:50px 0;}
.contact .info-box { color: #444444; text-align: center; box-shadow: 0 0 30px rgb(214 215 216 / 60%); padding: 30px 0 32px 0;   border-radius: 4px;margin-top: 15px;margin-bottom: 15px;}
.contact .info-box i {width:60px;height:60px;font-size: 32px;color: #ec6a01;border-radius: 50%;padding: 8px;border: 2px dotted #f8d4d5;line-height: 40px;}
.contact .info-box h3 {font-size: 20px;color: #393939;font-weight: 700;margin: 10px 0;}
.contact .info-box p {padding: 0; line-height: 24px; font-size: 14px; margin-bottom: 0;}
.contact .map-hm-rht { box-shadow: 0 0 30px rgb(214 215 216 / 60%); padding: 30px; border-radius: 4px; margin-top: 20px;}
.contact .sub-btn-hm {background: #ec6a01;border: 0;padding: 10px 32px;color: #fff;transition: 0.4s;border-radius: 4px;}
.contact .map-hm-rht label{margin-bottom: 0px;}
.contact .form-control{border: 1px solid #ced4da;padding: 14px;margin: 0 0 13px 0;}

footer {padding: 5% 0 0 0; background-image: url(image/footer-bg.jpg); background-size: cover;}
footer h4 { color: #fff; font-size: 21px; border-bottom: 1px dashed #dadada; padding: 0 0 5px 0; margin: 0 0 20px 0;}
footer li a { color: #d1d1d1; font-size: 14px; display: inline-block; margin: 0 0 10px 0;}
footer li a:hover { color: #d85909;}
footer p { display: flex; color: #d1d1d1; font-size: 14px; letter-spacing: .2px;}
footer p i { margin: 0 10px 0 0; display: inline-block; width: 45px; height: 45px; border: 1px solid #fff; padding: 15px; text-align: center; font-size: 30px;}  

footer .footer-bottom { background: rgba(0, 0, 0, .6); margin: 4% 0 0 0; padding: 10px 0;}
footer .footer-bottom p { margin: 0;}
footer .footer-bottom .social-icon a{ background: #d85909; color: #fff; display: inline-block; width: 30px; height: 30px; border-radius: 50%; text-align: center; font-size: 14px; line-height: 2;}




.wp-block.icon-square .img-icon-wrapper { width: 210px; padding: 20px; border-radius: 3px; margin: 0 auto; margin-top: 10px; margin-bottom: 40px; position: relative; background: #d85909;}
.wp-block.icon-square.arrow-down .img-icon-wrapper:after {top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #d85909; border-width: 20px; margin-left: -20px }
.wp-block.icon-square.arrow-down .img-icon-wrapper .img-icon { display: block; text-align: center; margin: 20px 0 }

.wp-block.icon-square.arrow-down .img-icon-wrapper .img-icon i {
    font-size: 64px; color: #fff;
}

.wp-block.icon-square h1 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-style: normal;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: center;
    color: #333
}

.wp-block.icon-square p {
    color: #616161
}

.wp-block.thumbnail {
    border: 1px solid #e0eded;
    padding: 5px
}

.wp-block.image-holder .wp-block-info {
    padding: 15px 0;
    background: #3498db
}

.wp-block.image-holder .wp-block-info.over {
    padding: 15px !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    background: #fff;
    background: rgba(255,255,255,0.6)
}

.slice { padding: 5% 0 0 0;}

.services-page .nav-pills .nav-link {background: #c4c4c4;border-radius: 0;margin: 0 0 4px 0;padding: 20px;color: #212121 !important;border-left: 4px solid #d85909;text-align: left;color: #08084a;font-size: 17px;font-weight: 700;} 
.services-page .nav-pills .nav-link.active {background: #686669;color: #FFF !important;}
.services-page .nav-pills .nav-link:hover {background: #666467;color: #fff !important;}
.services-page ul li p {margin: 0 0 7px 0;display: flex;line-height: 1.4;letter-spacing: .2px;}



.cont-page .st-feature-box{
    background: #656366;
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
    }
	
.cont-page .feature-box-image{margin-top: 18px;}

.brnh-off p{ margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
    margin-bottom: 35px;
}

.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;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
    text-align: left;
    margin: 0 0 15px 0;
    line-height: 20px;
    font-weight: 600;
}
.feature-box-content{font-size: 15px;text-align: left;letter-spacing: .3px;line-height: 1.5;}

.whatsapp_btn2{
    position: fixed;
    bottom: 5em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn2 .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn2 .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn2 .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;
    }
}

#CalendarControl_C_ctl00_tdeee
{
    width: 95%!important;
    /* height: 300px;*/
}
#CalendarControl_C_ctl00_Calendar1{
background-color: #FFFFFF;
    border-color: Black;
    border-width: 0px;
    border-style: Solid;
    font-family: Arial;
    font-size: 9pt;
    width: 100%;
    border-collapse: collapse;
    height: 258px!important;
}

#WhatsNewControl {
    padding: 0% 1% 0% 3%;
    margin-top: -7px;
}