@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {margin: 0;padding: 0;font-family: "Inter", sans-serif !important;}
a{ text-decoration: none;}
p {color: #383838;font-size: 16px;margin: 0 0 15px 0;letter-spacing: .3px;font-family: "Inter", sans-serif;line-height: 1.6}
.main-table ul li {color: #383838;font-size: 16px;margin: 0 0 12px 0;letter-spacing: .3px;font-family: "Inter", sans-serif;line-height: 1.5}
.heading { color: #212529; font-size: 34px; font-weight: 600; padding: 0 0 0 20px; border-left: 5px solid #18a790; margin: 0 0 25px 0;}
.sub-heading, .main-heading {color: #212529;font-size: 25px;padding: 0 0 5px 0;border-bottom: 1px solid #bbbbbb;margin: 0 0 20px 0;font-weight: 600;}
.sub-heading1 {color: #2b2724; font-size: 19px;  margin: 20px 0 15px 0; font-weight: 600;}
.custom-btn { display: inline-block; background: linear-gradient(60deg, #18a790, #316db3); color: #fff; padding: 12px 34px;}
.custom-btn:hover { color: #fff; background: linear-gradient(60deg, #316db3,#18a790);}


.testimonial-tab .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-link:hover {
    background: rgb(43 40 37) !important;
    color: #fff;
    border-color: rgb(43 40 37) !important;
}
.testimonial-tab .nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(232 143 41) !important;
}
.testimonial-item {
    padding: 0px !important;
    height: auto !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.testimonial-img img {
    object-fit: cover;
    width: 100% !important;
    height: 320px !important;
    border-radius: 0px !important;
}
.text-primary {
    color: #097d8f !important;
}

.industry h5 {
    padding: 20px 0px 20px 0px;
    background: rgb(232 143 41) !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    text-align: center;
}
.testimonial-img img{width:100%;}


.border-inner{ position: relative;}
.rd-mr .btn-primary{ color: #FFFFFF; background-color: #E88F2A;  border-color: #E88F2A;}
.rd-mr .btn-primary:hover{ color: #000;}
.border-inner::before{position: absolute; content: ""; top: 10px; right: 10px; bottom: 10px; left: 10px; background:none; border: 1px solid #fff; z-index: 0;}

/*nav-top*/
.nav-top {position:relative; overflow:hidden; background-color: #2b2825;}
.nav-top:before{position: absolute; left: -140px; top: 0; z-index: 0; border-right: 5px solid #fff; background: #e88f2a;  content:'';  height: 60px; width: 40%;  transform: skew(-20deg, 0deg);}
.nav-top .text-end .d-inline-flex .fa{background: #e88f2a; width: 45px;  height: 45px; line-height: 50px; text-align: center;    border-radius: 5px;  transition: .5s; margin-top:5px;}
.nav-top .text-end .d-inline-flex .fa:hover{background: #000;}
/*nav-top*/


header img {padding: 10px;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{background: url(./Image/about-bg.jpg) no-repeat; background-size:100% 100%; position:relative; padding: 5% 0;}
.about img { box-shadow: 0px 8px 71px -9px rgb(0 0 0 / 40%); opacity: 1; transition: .3s ease-in-out;}
.about:hover figure img {opacity: .5;}
.about figure{background: #ef800d;margin-top: 48px;}
.about .content { padding:15px 38px; font-size:16px;}
.about .container {position: relative;  z-index: 10;}
.about .content h3 { font-weight: 700; margin: 0;  font-size: 34px;  color: #ef800d;  margin-bottom: 30px;  position: relative;  left: 20px;}
.about .content p {margin-bottom: 10px;text-align:justify;font-family: 'Montserrat', sans-serif;line-height:26px;color: #fff;}

.about .icon-boxes .icon-box { padding: 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); transition: all 0.3s ease-in-out;  border-radius: 8px;  z-index: 1;border:1px dashed #ccc;margin: 10px auto;text-align:center;}
.about .section-title h2{color:#fff;}
.about .section-title h2::before{background: #fff;}


.callus2 {
  width: 100%;
  margin: 8px 0 0 0;
  text-align: right;
  position: fixed;
  bottom: 9em;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

.callus2 .callusL2{
   width: 45px;
   height: 45px;
   font-size: 20px;
   border-radius: 100%;
   text-align: center;
   line-height: 40px;
   display: inline-block;
   background: #e88f2a;
   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: 1px 2px 7px #222222a1;
   -webkit-animation: tada 1.25s infinite;
   -moz-animation: tada 1.25s infinite;
   -ms-animation: tada 1.25s infinite;
   animation: tada 1.25s infinite;
}

.whatsapp_btn {
  position: fixed;
  bottom: 14em;
  right: 35px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
  top: -9px;
  right: -7px;
}

.whatsapp_btn .icon_logo > a > img {
  width: 100%;
}

.whatsapp_btn .circle_waves {
  border-radius: 50%;
  background-color: rgb(60, 192, 78);
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: 4s cubic-bezier(0.36, 0.11, 0.89, 0.32) 0s infinite normal none running waves;
}

@keyframes waves {
  0% {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
  }

  100% {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}





/* hm-heading */
.hm-head {position: relative;display: inline-block;text-transform: uppercase;}
.hm-head::before {content: "";width: 100px;position: absolute;bottom: 50%;left: 0;transform: translateY(-50%);margin-bottom: -6px;margin-left: -100px;border: 1px solid #ef800d !important;}
.hm-head::after {content: "";width: 50px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);margin-top: -8px;margin-left: -50px;border: 1px solid #2b2825 !important;}
.sub-hm-head{font-size: 22px; margin-bottom: 2px; }
.sub-hm-head::before {content: "";width: 100px;position: absolute;bottom: 50%;right: 0;transform: translateY(-50%);margin-bottom: -8px;margin-right: -100px;border: 1px solid #ef800d !important;}
.sub-hm-head::after {content: "";width: 50px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);margin-top: -6px;margin-right: -50px;border: 1px solid #2b2825 !important;}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service{ padding: 5% 0;}
.service .service-item {position: relative;overflow: hidden}
.service .service-item .service-inner .service-title {position: relative;margin-top: -30px;text-align: center;transition: .5s}
.service .service-item .service-inner .service-title .service-content {position: absolute;bottom: -100%;left: 0;margin-left: 30px;margin-right: 30px;text-align: center;border-radius: 10px;background: #ef800d;opacity: 0;transition: .5s}
.service .service-item:hover .service-inner .service-title .service-content {bottom: 0;opacity: 1}
.service .service-item .service-inner .service-title .service-content a h4 {border-bottom: 1px solid rgba(256,256,256,.1)}
.service .service-item .service-inner .service-title .service-title-name {transition: .5s}
.service .service-item:hover .service-inner .service-title .service-title-name {opacity: 0}
.service .service-item .service-inner .service-img {position: relative;border-radius: 10px;overflow: hidden}
.service .service-item .service-inner .service-img::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;border-radius: 10px;background: rgba(255,255,255,.5);transition: .5s;opacity: 0}
.service .service-item:hover .service-inner .service-img::after {height: 100%;opacity: 1}
.service .service-item .service-inner .service-img img {transition: .5s}
.service .service-item:hover .service-inner .service-img img {transform: scale(1.3)}
.bg-1{background-color:#ef800d;}
.hm-btn{position: relative;display: inline-block;overflow: hidden;text-transform: uppercase;border: 1px solid currentColor;color: #030f27;padding: 10px 24px;border-radius: 2px;transition: 0.3s linear;}
.hm-btn:hover{background-color:#ef800d; border: 1px solid#030f27;}



/*--------------------------------------------------------------
# career
--------------------------------------------------------------*/
.career{background:url(image/career-img.jpg) no-repeat; padding: 4% 0; background-attachment:fixed; background-size:cover;}
/*--------------------------------------------------------------
# btm-three-bx
--------------------------------------------------------------*/
.btm-three-bx::after { position: absolute;  content: ""; width: 100%; height: calc(80% - 45px); bottom:-10px; left: 0;    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9));  background-size: cover; z-index: -1;}
.btm-three-bx .bg-primary{background-color: #E88F2A !important;min-height: 330px;}
.btm-three-bx .rd-mr .btn-primary{background:#2b2825;}
.btm-three-bx .rd-mr:hover .btn-primary{color:#fff;}

/*--------------------------------------------------------------
# btm-three-bx
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{background-image: linear-gradient(to right, #000 , #2b2825);     background-size: cover; color: #111; font-size: 15px;}
footer .bg-primary { background-color: #E88F2A !important;}
#footer .footer-info h3 {font-size: 24px; margin: 0 0 20px 0;padding: 2px 0 2px 0;line-height: 1; font-weight: 700;}
#footer .footer-info p {font-size: 15px; line-height: 24px; color:#111; margin-bottom: 0; font-family: 'Poppins', sans-serif;}
#footer .footer-info .fa{width: 60px; height: 40px; line-height: 40px; margin-right: 10px; text-align: center; font-size: 20px;}
footer .footer-links ul{list-style:none; margin:0; padding:0px;}
footer .footer-links ul li{border-bottom: 1px dashed rgba(54, 184, 190, 0.2); padding: 8px 0;}
#footer .social-links a {margin-top: 15px; font-size: 13px; display: inline-block; background:#fff; color:#35b8be; padding: 8px 0; margin-right: 2px; border-radius: 50%; text-align: center;  width: 35px;  height: 35px;  transition: 0.3s;}
footer .footer-links ul li a{color:#111; padding: 10px; transition:.5s;}
footer .footer-links ul li:hover a{ padding-left: 15px;}
footer .footer-links .fa{color:#35b8be;}
#footer .social-links a:hover {background: #000; color: #fff; text-decoration: none;}

#footer h3{ font-size: 24px; border-bottom:1px dashed #000; font-weight: 600; color: #000; position: relative;  padding-bottom: 12px;}
footer .text-primary{ color:#E88F2A !important;}
footer .footer-links { margin-bottom: 30px;}
footer .btn-primary{background-color: #E88F2A; border-color: #E88F2A;}
footer .btn-lg-square {text-align: center; width: 50px;  height: 50px; line-height:50px;}
#footer .footer-links ul a:hover {color: #35b8be;}
#footer .copyright {text-align: center;}
#footer .container-fluid{background: #111111; margin-top:10px; border-top: 1px solid rgba(254,254,254,.2);}
footer .text-secondary{color:#fff !important;}
.credits a{color:#000;}
#footer .credits {padding-top: 10px; text-align: center; font-size: 14px; color: #111;}
.top {  position: fixed;  right: 20px;  bottom: 30px;  text-align: center;  color: #fff; background-color: #E88F2A;  padding: 10px 15px; z-index: 9; cursor: pointer;  opacity: 0;  transition: ease-in 0.5s;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 50px;}
.top .fa { display: block !important;}

/* innr-pg-c Start */
.innr-pg-c {
  margin-bottom: 20px;
  padding: 40px 0;
  position: relative;
  background: url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll ;
}

.innr-pg-c h1 {
  font-weight: 600;
  Font-size: 30px;
  color: #fff;
  text-align: left;
  border-left: 3px #fff solid;
  padding-left: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.innr-pg-c:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(25deg, #e88f29, #e88f29 );
}
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
/* innr-pg-c End */

.st-feature-box {
    padding-left:75px;
    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: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{
    font-weight:bold;
    color: #111;
    font-size: 23px;
    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 h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .st-feature-box{    background: #2b2724;
    padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;}
	
.cont-page .feature-box-image{    margin-top: 13px;}