@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body {font-family: "Nunito", sans-serif;color: #444444; font-size: 15px;}

a {color: #000; text-decoration:none;font-family: "Nunito", sans-serif;}
a:hover {color: #000; text-decoration:none;font-family: "Nunito", sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: "Nunito", sans-serif !important;}
p{font-family: "Nunito", sans-serif;font-size: 16px; color: #444;} 
section.bnr{padding:0;}
img{max-width:100%;}
.section-title{margin-bottom: 20px;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
#widgetsControl_C, #widgetsControl{height: inherit !important;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 60px 0;}
  /* background-color */
 .bg-1{background-color:#f84923;}
 .bg-2{background-color :#3843c1;}
  /* Text-color */
 .cl-1{color:#f84923;}
 .cl-2{color :#3843c1;}
  /* Font-Size */
 .fs-15{font-size: 15px;}
 .fs-18{font-size: 18px;}
 .fs-22{font-size: 22px;}
 /* Scroll */
 ::-webkit-scrollbar{   width: 10px;height: 10px;border-radius: 0px}
 ::-webkit-scrollbar-thumb{ background-color:#3843c1;border-radius: 0px}
 ::-webkit-scrollbar-track{ background: #00000086; box-shadow: inset 0 0 6px rgba(0,0,0,0.3);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 0px}
 
 /* hm-heading */
 .hm-heading{font-size: 40px;font-weight: 700;vertical-align: middle;margin: 0 2px;color: #000;}

 /* text-justify */
 .text-justify{text-align: justify;}
 /* read-more btn */
 .hm-btn {position: relative;z-index: 2;overflow: hidden;vertical-align: middle;display: inline-flex;border: none;text-transform: uppercase;text-align: center;background-color: #f84923;color: #fff !important;font-size: 16px;font-weight: 600;line-height: 1;padding: 19px 30px;min-width: 170px;border-radius: 0px;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center}
 .hm-btn:before,.hm-btn:after {content: "";position: absolute;background-color: #3843c1;z-index: -1;-webkit-transition: all 0.6s ease-out;transition: all 0.6s ease-out;top: 50%;width: 20px;height: 20px;border-radius: 0}
 .hm-btn:before {left: -20px;transform: translate(-50%, -50%) rotate(45deg)}
 .hm-btn:after {right: -20px;transform: translate(50%, -50%) rotate(45deg)}
 .hm-btn i {transition: 0.4s all;position: relative;right: 2px;transform: rotate(48deg);}
 .hm-btn:hover:before,.hm-btn.active:before {animation: criss-cross-left 0.9s both;animation-direction: alternate}
 .hm-btn:hover:after,.hm-btn.active:after {animation: criss-cross-right 0.9s both;animation-direction: alternate}
 .hm-btn:hover i,.hm-btn.active i {animation: btn-icon-anim 0.9s both;animation-direction: alternate}
 .hm-btn.style3:hover:before,.hm-btn.style3:hover:after {background-color: #3843c1;}
 @-webkit-keyframes criss-cross-left {
     0% {
         left: -20px
     }
 
     50% {
         left: 50%;
         height: 20px;
         width: 20px
     }
 
     100% {
         left: 50%;
         height: calc(300px*1.5);
         width: calc(300px*1.5)
     }
 }
 
 @keyframes criss-cross-left {
     0% {
         left: -20px
     }
 
     50% {
         left: 50%;
         height: 20px;
         width: 20px
     }
 
     100% {
         left: 50%;
         height: calc(300px*1.5);
         width: calc(300px*1.5)
     }
 }
 
 @-webkit-keyframes criss-cross-right {
     0% {
         right: -20px
     }
 
     50% {
         right: 50%;
         height: 20px;
         width: 20px
     }
 
     100% {
         right: 50%;
         height: calc(300px*1.5);
         width: calc(300px*1.5)
     }
 }
 
 @keyframes criss-cross-right {
     0% {
         right: -20px
     }
 
     50% {
         right: 50%;
         height: 20px;
         width: 20px
     }
 
     100% {
         right: 50%;
         height: calc(300px*1.5);
         width: calc(300px*1.5)
     }
 }
 
 @-webkit-keyframes btn-icon-anim {
     0% {
         top: 0;
         right: 2px
     }
 
     25% {
         top: -10px;
         right: -10px
     }
 
     50% {
         top: 10px;
         opacity: 0;
         right: 17px
     }
 
     100% {
         top: 0;
         right: 2px;
         opacity: 1
     }
 }
 
 @keyframes btn-icon-anim {
     0% {
         top: 0;
         right: 2px
     }
     25% {
         top: -10px;
         right: -10px
     }
 
     50% {
         top: 10px;
         opacity: 0;
         right: 17px
     }
 
     100% {
         top: 0;
         right: 2px;
         opacity: 1
     }
 }


/*--------------------------------------------------------------
# Header-Top
--------------------------------------------------------------*/
 .header-links ul {margin: 0;padding: 0;list-style-type: none}
.header-links li {display: inline-block;position: relative;font-size: 16px;font-weight: 600;}
.header-links li a{color: #fff;}
.header-links li:not(:last-child) {margin: 0 55px 0 0}
.header-links li:not(:last-child):after {content: '';height: 20px;width: 2px;background-color: #B7B7B7;position: absolute;top: 0px;right: -30px;margin-top: 3px}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header .fa-mobile{font-size: 50px !important;}
#header .head-img{position:relative; padding:15px 0;}
/* #MenuControl{padding: 12px 0;} */
.table-responsive{overflow-x: 0; padding: 0;}
/*--------------------------------------------------------------
# nav-bar
--------------------------------------------------------------*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{background-color: transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{color: #f84923;}
.nav-link{font-weight: 600; color:#555;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
.nav-item{position:relative;}

@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.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;}
}




/*--------------------------------------------------------------
# Banner-Section
--------------------------------------------------------------*/


.bnr-sec .carousel-control-next:hover, .bnr-sec .carousel-control-prev:hover{background:#355EFC;}
.bnr-sec .carousel-control-next-icon,.bnr-sec .carousel-control-prev-icon{    width: 1.5rem;height: 1.5rem;}
.bnr-sec .carousel-dark .carousel-control-next-icon, .bnr-sec .carousel-dark .carousel-control-prev-icon { filter: invert(0) grayscale(0);
}
.bnr-sec .carousel-item{position: relative;}
.bnr-sec .carousel-item::before{ content: ""; background:url(../Image/bg_shape.png) #f84923 no-repeat right/contain; position: absolute; width: 30%; z-index: 0; right: 0; top: 0; bottom: 0;}
.bnr-sec .carousel-caption {bottom: 3.25rem;left: 5%;width: 84%;}

.bnr-sec .carousel-caption h2{font-size: 22px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase;  color:#f84923;}
.bnr-sec .carousel-caption h3{font-size: 48px; font-weight: 800; margin-bottom: 16px; text-transform: uppercase; color:#fff;}
.bnr-sec .carousel-caption p{font-size:20px; line-height: 25px; margin-top:30px; color: #fff;}
.bnr-sec .carousel-caption{text-align:left;}
.bnr-sec .carousel-indicators {position: absolute;right: -11%;flex-direction: column;left: inherit;bottom: inherit;top: inherit;height: 100%;}
.bnr-sec .carousel-indicators [data-bs-target] {width: 22px;height: 40px; opacity: 1;}
.bnr-sec .carousel-indicators [data-bs-target].active {opacity: 1;background-color: #3843c1;}

/*bnr-sec*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.hm-abt-img {position: relative;z-index: 2;padding-bottom: 64px;margin-right: 50px;}

.hm-abt-img .hm-abt-img-1 {position: relative;display: inline-block;}
.hm-abt-img .hm-abt-img-1 .year-counter {position: absolute;right: 0;top: 0;padding: 24px 6px 16px}
.hm-abt-img .hm-abt-img-1 .year-counter .year-counter_number {margin-bottom: 5px;font-size: 48px;margin-top: -6px}
.hm-abt-img .hm-abt-img-1 .year-counter .year-counter_text {color: #fff;text-transform: capitalize}
.hm-abt-img .hm-abt-img-1:after {content: '';position: absolute;right: 0;top: 0;background: #fff;height: 162px;width: 145px;z-index: 1}

.hm-abt-img .hm-abt-img-2 {position: absolute;bottom: -5px;right: 0}
.hm-abt-img .hm-abt-img-2 img {border: 6px solid #fff;}
.hm-abt-img .shape1 {position: absolute;top: 60px;right: 14px;animation: jumpAni 5s linear infinite}
.hm-abt-img .abt-exp {position: absolute;top: 231px;left: -242px}
.hm-abt-img .abt-exp .abt-since {font-size: 74px;font-weight: 700;color: transparent;-webkit-text-stroke: 1px #f84923;transform: rotate(-90deg)}
.year-counter {max-width: 270px;text-align: center;padding: 22px;border-radius: 0px;background-color: #040f28;position: relative;z-index: 3}
.year-counter_number {font-size: 74px;font-weight: 700;color: #f84923;line-height: 50px;margin-bottom: 10px;margin-top: 3px}
.year-counter_text {color: #f84923;font-size: 18px;line-height: 26px;font-weight: 400;margin-bottom: -0.32em;text-transform: uppercase;max-width: 113px;display: inline-block}
.jump {animation: jumpAni 7s linear infinite;}
@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 1500px) {
    .hm-abt-img {
        margin-right:30px;
        margin-left: 30px
    }
}

@media (max-width: 1399px) {
    .hm-abt-img {
        margin-right:10px;
        margin-left: 50px
    }
}

@media (max-width: 1199px) {
    .hm-abt-img {
        display:inline-block;
        margin-right: 0;
        margin-left: 90px;
        padding-right: 155px
    }
}

@media (max-width: 767px) {
    .hm-abt-img {
        margin-right:0;
        margin-left: 62px;
        padding-right: 50px
    }

    .hm-abt-img .abt-exp {
        top: 180px;
        left: -180px
    }

    .hm-abt-img .abt-exp .abt-since {
        font-size: 54px
    }
}

@media (max-width: 575px) {
    .hm-abt-img {margin-right:0;margin-left: 62px;padding-right: 0;padding-bottom: 150px}

}

@media (max-width: 375px) {.hm-abt-img {padding-bottom:220px}}
@media (max-width: 767px) {.year-counter .year-counter_number {font-size:64px}}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.ser_bx {border: 1px solid #E6E6E6;padding: 30px;text-align: center;position: relative;}
.ser_bx .service-card-icon {height: 115px;width: 115px;border-radius: 50%;background: #f84923;position: relative;transition: 0.4s;display: flex;justify-content: center;align-items: center;margin: auto;}
.ser_bx .service-card-icon .fa {transition: 0.4s;}
.ser_bx .service-card-icon:after {content: '';position: absolute;border: 1px dashed #f84923;inset: -12px;border-radius: 50%;animation: spin 10s linear infinite;transition: 0.4s;}
.ser_bx:after {content: '';position: absolute;background: #f84923;width: 100%;height: 100px;top: 0;left: 0;-webkit-clip-path: circle(88% at 50% -161px);clip-path: circle(88% at 50% -161px);z-index: -1;opacity: 0.1;transition: 0.4s;}
.ser_bx:hover:after {background:#3843c1;}
.ser_bx:hover .service-card-icon {background:#3843c1;}
.ser_bx:hover .service-card-icon .fa {transform: rotateY(180deg);}
.ser_bx:hover .service-card-icon:after {border-color:#3843c1;}

@media (max-width: 1299px) {
    .ser_bx .box-title {
        font-size:20px;
    }

    .ser_bx {
        padding: 30px 15px;
    }

    .ser_bx:after {
        clip-path: circle(87% at 50% -140px);
    }
}

@media (max-width: 1199px) {
    .ser_bx:after {
        clip-path: circle(90% at 50% -190px);
    }
}

@media (max-width: 991px) {
    .ser_bx:after {
        clip-path: circle(84% at 50% -120px);
    }
}

@media (max-width: 767px) {
    .ser_bx:after {
        clip-path: circle(100% at 50% -265px)
    }
}

@media (max-width: 575px) {
    .ser_bx:after {
        clip-path: circle(100% at 50% -206px)
    }
}

@media (max-width: 375px) {
    .ser_bx:after {
        clip-path: circle(84% at 50% -122px)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
    .tm_bx {position: relative}
    .tm_bx .tm_bx_wrap {margin: 0 30px 0;position: relative;}
    .tm_bx .tm_bx_wrap:before {display: none;}
    .tm_bx .tm_bx_wrap:after {bottom: -6px;top: auto;right: 50%;width: 46px;height: 6px;opacity: 1;transform: translate(50%, 0);}
    .tm_bx .team-img {position: relative;overflow: hidden;margin-bottom: -110px;}
    .tm_bx .team-img img { width: 100%;transform: scale(0.9);}
    .tm_bx { padding: 0; background: transparent;}
    .tm_bx .box-title a {color:#3843c1;}
    .tm_bx .box-title a:hover {color: #f84923;}
    .tm_bx .tm-social {position: absolute;background: #fff;z-index: 1;border-radius: 25px 25px 0 0;opacity: 0;visibility: hidden;transition: 0.4s;transform: scaleY(0.5);left: 50%;transform: translate(-50%, 0);bottom: 0px;background: transparent;padding: 0;display: inline-flex;gap: 10px;width: auto;}
    .tm_bx .tm-social a {display: block;text-align: center;height: 35px;width: auto;padding: 0;line-height: 35px;color:#3843c1;margin: 0;background: transparent;}
    .tm_bx .tm_bx_cont {background: #f7f7f7;border-top: 2px solid rgba(184,184,184,0.5);padding: 122px 30px 30px;background-size: 100%;transition: 0.4s;}
    .tm_bx .tm-social a {width: 46px;height: 46px;line-height: 46px;background: #fff;font-size: 18px;}
    .tm_bx .tm-social a:hover {background: #f84923;color: #fff;}
    .tm_bx:hover .tm_bx_cont {border-top-color: #f84923;}
    .tm_bx:hover .tm-social {opacity: 1;visibility: visible;bottom: 34px;}
    
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.RadGrid_Default .rgHoveredRow{background:#c5c5c5 !important;}
footer a{font-size: 15px;}
#footer {background: url(../Image/footer_bg.png) no-repeat center/cover;font-size: 15px; line-height: 24px;}
.ft_title{position: relative; font-size: 20px; color: #fff;}
.ft_title:after {content: "";position:absolute;left: 4px;bottom: -8px;border-radius: 10px;height: 2px;width: 106px;background-color: transparent;background-image: -webkit-linear-gradient(left,#f84923, transparent);background-image: linear-gradient(to right,#f84923, transparent);}
#footer .social-links a{display: inline-block;color: #fff;border-radius: 50%;background-color: #3843c1;width: 50px;height: 49px;line-height: 49px;text-align: center !important;margin-left: 6px;}


.top {  position: fixed;right: 18px;bottom: 30px;text-align: center;color: #fff;border-radius: 50%;background-color: #3843c1;width: 50px;height: 49px;line-height: 49px;z-index: 999;cursor: pointer;opacity: 0;transition: ease-in 0.5s;display: flex;justify-content: center;align-items: center;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 56px;}
.top .fa { display: block !important;}
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/

.tp-head {  top: 0; position: absolute; right: 0;}
.tp-head h3{ margin:0; font-size:20px; color: #fff; font-weight:bold; line-height:30px; padding: 35px 30px; display:block; cursor: pointer;}
.tp-head a{ color: #fff;}
.tp-fx-head{ position: fixed; z-index: 9;  color: #fff; font-weight: bold; left: 0;bottom: 0;}
.tp-fx-head .btn{ margin:0;font-size:16px;  color: #fff; font-weight:bold; line-height:25px; padding: 6px 30px;display:block; cursor: pointer; background:#f84923;    border-radius: 0;border-top-right-radius: 6px; }
.tp-fx-head .btn:hover{border-color:#f84923; }
.tp-fx-head .btn:focus{border-color:#f84923; }
.tp-fix a{ color:#fff;}
.tp-fix a:hover{ text-decoration:none;}
.modal-open .modal-content{border-radius:6px;}
.modal-open .modal-hm-bg{background-color:#fff; border-top-left-radius:0; border-top-right-radius:0;border-bottom-left-radius:6px; border-bottom-right-radius:6px; padding-bottom:10px;}
.modal-header{color:#000; text-transform:uppercase; font-size: 20px; font-weight: bold;}
.modal-body input{display:inline-block; margin:7px auto;}
.modal-body center input{padding:7px 20px; color:#000; background:#87c232; border-radius:40px; transition:.3s;}
.modal-body center input:hover{color:#fff; background:#000;}
.modal-header .close{ /*background: #87c232;*/ padding: 5px 10px; color: #000; opacity:.9;position: absolute; right: 16px;}
.modal{ top:50px; z-index:999999999 !important;}
.modal-content{ padding:15px;}
.modal-backdrop{ z-index:9;}
.modal-open .modal-dialog{z-index:9999;}
.smt-btn {cursor: pointer;color: #fff;background: #f84923;padding: 10px 30px;line-height: 26px;border: 2px solid #f84923;border-radius: 45px;font-size: 16px;font-weight: bold;letter-spacing: 1px;}





@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .bnr-sec .carousel-caption{display: none;}
  .bnr-sec .carousel-caption h2 {font-size: 22px; margin-bottom: 10px;}
  .bnr-sec .carousel-caption h3 {font-size: 18px; margin-bottom: 10px;}
  .bnr-sec .carousel-caption p{ display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;}
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .abt_img{border-radius: 0; width: 100%;}
 

#header img{margin:inherit;}
  /* .navbar-toggler{position: absolute; top: -60px; right: 0;} */
.caption{width: 100%;}
.wback .caption{    top: 30%;}

}
@media (max-width: 575px) {
  .about .content > h2 {
    font-size: 26px;
    color: #2d2926;
    font-weight: 800;}
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
}
@media (max-width: 414px) {
}