@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --primary: #ff5e14;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #0b256f;
}
.fs-15{font-size: 15px;}
.back-to-top {
  position:fixed;
  display:none;
  right:30px;
  bottom:30px;
  z-index:99;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #0b256f;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight:700!important;
  font-family: "Poppins", serif;
}
h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight:600 !important;
  font-family: "Poppins", serif;
}
h5,
h6,
.h5,
.h6,
.fw-semi-bold {font-family: "Poppins", serif;
  font-weight:500 !important;
}
p{font-family: "Poppins", serif;font-size:16px;line-height:26px;color: #222;margin-bottom: 10px;}
span{font-family: "Poppins", serif;}
ul li{font-size:16px;line-height:24px;font-family: "Poppins", serif;}


a{ color:#fff; text-decoration:none;font-family: "Poppins", serif !important;}
.text-primary{ color: #ff5e14 !important;}

/*
#spinner {
  opacity:0;
  visibility:hidden;
  transition:opacity .5s ease-out,visibility 0s linear .5s;
  z-index:99999;
}
#spinner.show {
  transition:opacity .5s ease-out,visibility 0s linear 0s;
  visibility:visible;
  opacity:1;
}
*/
.btn-hm{background-color: #ff5e14!important;color: #fff !important;border: 0;padding: 12px 45px!important;font-family: "Poppins", serif;}

.btn-primary{ background-color: #ff5e14!important; color: #fff !important; border: 0;}
.bg-primary{ background-color: #ff5e14 !important; color: #fff !important;}
.bg-dark{ background-color: #0b256f !important; color: #fff !important;}

.btn {
  transition:.5s;
  font-weight:500;
  text-decoration:none;
}
.btn-primary,
.btn-outline-primary:hover {
  color:#fff;
}
.btn-square {
  width:38px;
  height:38px;
}
.btn-sm-square {
  width:32px;
  height:32px;
}
.btn-lg-square {
  width:48px;
  height:48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:400;  
}

.testimonial-item{ box-shadow: 0 0 45px rgba(0,0,0,.08); width: 60%; margin: 50px auto;}
.quote-square{ margin:0 auto; position:relative; top:-20px; z-index:999;}

.topbar-right {
  position:relative;
  background:var(--primary);
}
.topbar-right::before {
  position:absolute;
  content:"";
  width:30px;
  height:100%;
  top:0;
  left:-15px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}
.navbar.sticky-top {
  top:-100px;
  transition:.5s
}
.navbar .navbar-brand {
  right: 36px!important;
  position:relative;
  padding-right:50px;
  height:85px;
  display:flex;
  align-items:center;
  background:var(--primary);
}

header{ position:relative;
    padding-right:10px;
    height:85px;
    display:flex;
    align-items:center;
    background:var(--primary);}
.navbar .navbar-brand::after {
  position:absolute;
  content:"";
  width:50px;
  height:100%;
  top:0;
  right:-25px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}
.navbar .navbar-nav .nav-link {
  /* margin-right:35px; */
  /* padding:20px 0; */
  color:var(--dark);
  font-size: 16px;
  font-weight:500;
  outline:none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color:var(--primary);
}
.navbar .dropdown-toggle::after {
  /* border:none; */
  /* content:"\f107"; */
  /* font-family:"font awesome 5 free"; */
  /* font-weight:900; */
  /* vertical-align:middle; */
  /* margin-left:8px; */
}

.carousel-caption {
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  background:linear-gradient(to right,rgba(2,36,91,1) 0%,rgba(2,36,91,0) 100%);
  z-index:1;
}
.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}
#myslider .carousel-control-prev,
#myslider .carousel-control-next {
  width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width:3.5rem;
  height:3.5rem;
  background-color:var(--primary);
  border:15px solid var(--primary);
  border-radius:3.5rem;
}

.bnnr p {color:#ff5e14;}

.page-header {
  background:linear-gradient(to right,#0b256f 0%,rgba(2,36,91,0) 100%),url(image/carousel-2.jpg) center center no-repeat;
  background-size:cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color:var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size:18px;
  color:var(--light);
}
.why-choose h4 {
  color: #222;  font-family: "Poppins", serif; font-size: 22px;
}
.why-choose span {
  color: #222;  font-family: "Poppins", serif;font-size: 15px;
}


.radius1{ border-radius: 100% 50% 100% 50% !important; position:relative; bottom:-30px; border:10px #fff solid;}
.radius2{ border-radius: 5% !important;}
.radius3{ border-radius: 100% 50% 100% 50% !important;}

.why-radius{ border-radius: 5% 100% 100% 5% !important;}


.facts {
  position:relative;
  margin:6rem 0;
  background:var(--dark);
}

.facts .border {
  border-color:rgba(255,255,255,.1) !important;
}

.btn-play {
  position:absolute;
  top:50%;
  right:-30px;
  transform:translateY(-50%);
  display:block;
  box-sizing:content-box;
  width:16px;
  height:26px;
  border-radius:100%;
  border:none;
  outline:none!important;
  padding:18px 20px 20px 28px;
  background:var(--primary);
}

.bnnr h1.display-2 {
  font-size: 62px;
}
.btn-play:before {
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:var(--primary);
  border-radius:100%;
  animation:pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
  content:"";
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:var(--primary);
  border-radius:100%;
  transition:all 200ms;
}
.btn-play span {
  display:block;
  position:relative;
  z-index:3;
  width:0;
  height:0;
  left:-1px;
  border-left:16px solid #fff;
  border-top:11px solid transparent;
  border-bottom:11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1;
  }
  100% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity:0;
  }
}

.modal-video .modal-dialog {
  position:relative;
  max-width:800px;
  margin:60px auto 0;
}
.modal-video .modal-body {
  position:relative;
  padding:0;
}
.modal-video .close {
  position:absolute;
  width:30px;
  height:30px;
  right:0;
  top:-30px;
  z-index:999;
  font-size:30px;
  font-weight:400;
  color:#fff;
  background:#000;
  opacity:1;
}
.service-item {
  position:relative;
  margin:65px 0 25px;
  box-shadow:0 0 45px rgba(0,0,0,.07);
}

.service-item .service-img {
  position:absolute;
  padding:12px;
  width:130px;
  height:130px;
  top:-65px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
  border-radius:16px;
}
.service-item .service-img img{ border-radius:10px;}

.service-item .service-detail {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:1;
}
.service-item .service-detail hr{ color: var(--primary); border-top: 2px solid; opacity:1; width:70% !important;}

.service-item .service-title {
  position:absolute;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background: rgba(2,36,91,.95);
  transition:.5s;
 
}
.service-item:hover .service-title {
  top:-100%;
}
.service-item .service-text {
  position:absolute;
  overflow:hidden;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:100%;
  left:0;
  display:flex;
  align-items:center;
  text-align:center;
  background:rgba(2,36,91,.7);
  transition:.5s;
}

.service-item:hover .service-text{ top:0;}

.service-item .service-text::before {
  position:absolute;
  content:"";
  width:100%;
  height:100px;
  top:-100%;
  left:0;
  transform:skewY(-12deg);
  background:#fff;
  transition:.5s;
}

.service-item:hover .service-text::before {
  top:-55px;
}
.service-item .btn {
  position:absolute;
  width:130px;
  height:50px;
  left:50%;
  bottom:-25px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  color: #ff5e14;
  background:#fff;
  border:none;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
}
.service-item .btn:hover {
  color:#fff;
  background:var(--primary);
}
.project-carousel {
  position:relative;
  background:var(--dark);
}
.project-item {
  position:relative;
  display:block;
}
.project-item img {
  transition:.5s;
  border-radius: 10px 10px 0 0;
}
.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top:-60px;
}
.project-item .project-title {
  position:absolute;
  padding:0 15px;
  width:100%;
  height:136px;
  bottom:-170px;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--dark);
  transition:.5s;
}
.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
  bottom:-35px;
}

.project-item .project-title::before {
  position:absolute;
  content:"";
  width:100%;
  height:30px;
  top:-15px;
  left:0;
  transform:skewY(-5deg);
  background:var(--dark);
  transition:.5s;
}

 /* # Counts */
.counter-hm{ background: #0b256f; /*background:url(image/count-bg.jpg) no-repeat fixed; background-size:cover;*/ position:relative;}

.counter-hm::before {
  position:absolute;
  content:"";
  width:130px;
  height:100%;
  top:0;
  left:-100px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}

/*
.counter-hm::after {
  position:absolute;
  content:"";
  width:50px;
  height:100%;
  top:0;
  right:-50px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}
*/

.counter-box {
    padding: 40px 20px 37px;
    text-align: center;
	border:1px solid var(--primary);
	border-radius:100%;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}



.counter-box:hover{ background: var(--primary);}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}

.count-box h4 { font-size: 40px; display: block; font-weight: 600; padding-top: 10px; color: #fff;}
.count-box p { font-size: 18px; }
.why-choose h1{color:#212529;    font-size: 46px;}
.why-choose{padding-bottom:20px}
.services h1{color:#212529;}
.services{padding-bottom:20px;}
.team-section h1{color:#212529;}

.team-item .team-social {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:-100%;
  display:flex;
  align-items:center;
  background:var(--primary);
  transition:.5s;
}
.team-item:hover .team-social {
  left:0;
}

.team-item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 320px;
}

.testimonial-carousel::before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:0;
  background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}
.testimonial-carousel::after {
  position:absolute;
  content:"";
  top:0;
  right:0;
  height:100%;
  width:0;
  background:linear-gradient(to left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}

.testimonial-carousel .owl-nav {
  position:absolute;
  width:350px;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  justify-content:space-between;
  opacity:0;
  transition:.5s;
  z-index:1;
}
.testimonial-carousel:hover .owl-nav {
  width:300px;
  opacity:1;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position:relative;
  color:var(--primary);
  font-size:45px;
  transition:.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color:var(--dark);
}
.testimonial-carousel .testimonial-img img {
  width:100px;
  height:100px;
}
.testimonial-carousel .testimonial-img .btn-square {
  position:absolute;
  bottom:-19px;
  left:50%;
  transform:translateX(-50%);
}
.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom:30px;
  box-shadow:0 0 45px rgba(0,0,0,.08);
  transform:scale(.8);
  transition:.5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
  transform:scale(1);
}
.footer {
  color:#b0b9ae;
  position:relative;
}

.footer::before {
  position:absolute;
  content:"";
  width:70px;
  height:100%;
  top:0;
  left:-70px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}

.ft-bg{ background-color:var(--primary);}


.footer .btn.btn-link {
  display:block;
  margin-bottom:5px;
  padding:0;
  text-align:left;
  color:#fff;
  font-weight:400;
  text-transform:capitalize;
  transition:.3s;
  font-size: 15px;
  margin-bottom: 12px;
}
.footer .btn.btn-link::before {
  position:relative;
  content:"";
  font-family:"Font Awesome";
  font-weight:900;
  margin-right:10px
}
.footer .btn.btn-link:hover {
  color:var(--light);
  letter-spacing:1px;
  box-shadow:none;
}
.copyright {
  color:#b0b9ae;
  border-top:1px solid rgba(255,255,255,.1);
}


.footer a{  font-family: "Poppins", serif;}

@media(max-width:991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right:0;
    padding:10px 0;
  }
  .navbar .navbar-nav {
    border-top:1px solid #eee;
  }
}

@media(min-width:992px) {
  .navbar .nav-item .dropdown-menu {
    display:block;
    border:none;
    margin-top:0;
    top:150%;
    opacity:0;
    visibility:hidden;
    transition:.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top:100%;
    visibility:visible;
    transition:.5s;
    opacity:1;
  }
  
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:300px;
  }
  
  .btn-play {
    left:auto;
    right:-12%;
    transform:translate(-50%,-50%);
  }
  
}
@media only screen and (min-width: 576px) {
    .Features_services_tab_sec li button {border: none !important;border-bottom: 3px solid transparent !important;color: #a3a3a3;font-size: 16px;font-weight: 500;line-height: 24px;padding: 26px 50px 18px !important;position: relative;text-align: center;}
}
@media(max-width:1200px)
{
  .feature_sec .feature_item{
    position: relative;
  }
  .feature_sec .display-5{position: relative;}
}


@media(max-width:767px) {
   .feature_sec .feature_item {padding: 15px;display: block;}
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:200px;
  }
  .team-item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: auto;
}
  .project-item img {
    height:auto;}
  
  #header-carousel .carousel-item {
    position:relative;
    min-height:450px
  }
  
  #header-carousel .carousel-item img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
  }
    
  .counter-hm::before{ width: 15px; left: 0; transform: skewX(0deg);}
  .counter-box{ margin-top: 10px; margin-bottom: 20px; border-radius: 30px;}
  
  .footer::before{ width: 100%; height: 10px; left: 0; transform: skewX(0deg);}
    
}

@media(max-width:480px) {

.navbar-toggler{ margin: 10px;}	
.navbar .navbar-nav .nav-link{ border-bottom: 1px #ccc solid;}
	
}



/* about-us internal page css */

.about-banner {
    background-image: url(image/about-banner.jpg);
    background-size: cover;
    background-position: center;
}
.about-banner1 {
    background-image: url(image/about-banner1.jpg);
    background-size: cover;
    background-position: center;
}
.comman-banner {
    background-image: url(image/comman-banner.jpg);
    background-size: cover;
    background-position: center;
}
.contact-banner{
    background-image: url(image/contact-banner.jpg);
    background-size: cover;
    background-position: center;
}
.inner-banner h1 {
    padding: 100px 0px;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}
.about-page {
    padding: 5% 0;
}
.main-table {
    padding:40px 0px;
    Font-size: 15px;
    color: #1a1a1a;
    line-height: 24px;
    text-align: justify;
}
.heading {
    font-size: 26px;
    color: #0b256f;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: .8px;
    font-family: "Poppins", serif;
}
.heading-p {
    font-size: 30px;
    color: #0f0f0f;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: .8px;
    font-family: "Poppins", serif;
}

/* #HomepagecontentControl p, #HomepagecontentControl li {
    text-align: left;
    margin: 0 0 10px 0;
} */

.about h1{color:#212529;text-transform: capitalize;}

.about-page .pic {
    position: relative;
}
.about-page .pic img {
    position: relative;
    z-index: 2;
    width:100%;
    height:500px
}

/* .about-page .pic::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #c8daa9;
    border-radius: 50%;
    top: -30px;
    right: -40px;
} */

.ups-about-page {
    padding: 5% 0;
    background: #ff5e14;
}
.ups-about-page .ups {
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    min-height: 365px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups-about-page .ups img {
    width: 80px;
    margin: 0 0 20px 0;
}

.team_img {
    width: 150px;
    border: 3px solid #ff5e14;
    border-radius: 10px;
}
/* .sub-heading {
    font-weight: 600;
    Font-size: 18px;
    color: #000;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
} */
.team-banner {
    background-image: url(image/team-banner.jpg);
    background-size: cover;
    background-position: center;
}

.service-banner {
    background-image: url(image/services.jpg);
    background-size: cover;
    background-position: center;
}

  /* services page css */

  .contact-page {
    padding: 5% 0;
}

.adderas-section .nav-pills .nav-link {
    border-radius: 0;
    background: #fff;
    border: aliceblue;
    border-bottom: 2px solid #e2e2e2;
    text-align: start;
    color: black;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.adderas-section .nav-pills .nav-link.active,.adderas-section  .nav-pills .show>.nav-link {
    background-color: #0b256f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    }
  .adderas-section  .nav-pills .nav-link:hover{background: #ff5e14;color:#fff;}

    .contact-page .sub-heading {
        font-size: 27px;
        color: #0f0f0f;
        margin: 0 0 30px 0;
        font-weight: 700;
        letter-spacing: .5px;
        font-family: "Poppins", serif;
    }

    .main-table .ups ul li {    list-style: none!important;
        text-align: left!important;
        font-size: 16px;
        line-height: 24px;}
.about h5{font-size:16px;color: #222;font-weight: 400 !important;!i;!;}
.team-section span{font-size:16px;}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px 13px;
  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;
  text-align: center;
  z-index: 1;
  border: 1px dashed #ccc;
	display:block;
	height:100%;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #ff5e14;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 80px;
  line-height: 1;
  color: #ff5e14;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
	color:#0b256f ;
	
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.tm-card {
    box-shadow: rgb(215 191 155) 0px 2px 8px 0px;
    height: 100%;
    padding: 10px 15px;
    border-radius: 15px;
    /* text-align: center; */
    background-color: #ff5e14;
    color:white;
    /* width:80%; */
    /* margin:auto; */
}

.tm-card .sub-heading{font-size: 19px;color: #0b256f;}
.tm-card p{color: #000000;margin-bottom:0;}
.display-5{color:#212529;}


.otherpagecss #RadDockZone1 { min-width: 100% !important;}
.otherpagecss #HomepagecontentControl { margin-top: -21px;}
.sub-head{margin-bottom:20px;font-weight: 700;Font-size: 22px;color:#0b256f;line-height: 34px;/* text-transform:uppercase; *//* margin-top:30px; */text-align: left;position: relative;}
.sub-head::after {position:absolute;content:'';width: 60px;height: 3px;background: #ff5e14;left: 0;bottom: -10px}
.main-table ul li{color:#000;line-height:28px;}
.main-table p{color:#000;line-height:25px;}
.about-page table tbody tr td{font-size:15px;}
.about-page table thead tr th{font-size:17px;}
.header img{width:100%;}
.ft-img{height:74px;}


/*--------------------------------------------------------------
# feature
--------------------------------------------------------------*/
.feature_sec{position: relative; margin-bottom: 60px;}
.feature_sec .feature_sec_img{position: absolute; left: 0;}
.feature_sec .feature_sec_img .feature_sec_btm {/* display: inline-block; */padding:42px;background-color: #000;border-right: 8px solid #ff5e14;width:550px;}
.feature_sec .feature_sec_img .feature_sec_btm p{color: #fff;font-size: 22px;font-weight: 600;display: flex;margin-bottom: 0;}
.feature_sec .feature_sec_img .feature_sec_btm .fa{color: #fff;font-size: 36px;margin-right: 22px;}
.feature_sec .feature_item{display: flex;    padding: 32px 40px;transition: 0.3s ease-in-out;}
.feature_sec .feature_item:hover{    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);}
.feature_sec .feature_item .num{width: 60px;height: 60px;font-size: 20px;line-height: 60px;color: #FFFFFF;background-color: #ff5e14;border-radius: 50%;text-align: center;font-weight: 600;flex: none;margin-right: 20px;transition: 0.3s ease-in-out;}
.feature_sec .feature_item .cont{}
.feature_sec .feature_item:hover .num{background-color: #0b256f;}
.feature_sec .feature_item .cont h2{margin-bottom: 16px;font-size: 20px;font-weight: 600; color: #000;}
.feature_sec .feature_item .cont p{margin-bottom: 0;}
.segment-img{overflow: hidden;}
.feature_sec_img img{width:80%;height:550px;}
.feature_sec_img img:hover{transform: scale(1.1);transition: 1s;}
.contact_sec  img:hover{transform: scale(1.1);transition: 1s;}
    
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.Clients{background: url(Image/clients_bg.jpg) no-repeat top center/cover fixed #000;}
.Clients .carousel-control-next, .Clients .carousel-control-prev{width: 60px;  height: 60px; opacity: 1; /*background:#ff5e14;*/ top: 30%; border-radius: 50%;  transition: .3s;}
.Clients .carousel-control-next-icon, .Clients .carousel-control-prev-icon { filter: invert(0) grayscale(0);}
.Clients .carousel-control-next{ right: -70px;}
.Clients .carousel-control-prev{left: -70px;}
.Clients h6{font-size: 18px;text-align: center;padding-top: 20px;}

/* client innr pg */
.hrt_hover:hover{
    animation-name: hvr-pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.heading-innerpage { padding: 5% 0; background: #0b256f;}
.heading-innerpage h2 {color: #fff;font-size: 27px;font-weight: 600;margin: 0;text-transform: uppercase;letter-spacing: 2px;text-align: center;position: relative;}
.heading-innerpage h2::after {position: absolute;content: '';background: #ffff;width: 140px;height: 2px;top: 50px;left: 0;right: 0;margin: 0 auto;} 

.sub-heading {font-size: 20px;color: #0b256f;font-weight: 600;margin: 0 0 23px 0;/* border-bottom: 1px dashed #a5a5a5; */;position: relative;}
.sub-heading::after {position:absolute;content:'';width: 60px;height: 3px;background: #ff5e14;left: 0;bottom: -10px}

/* contact Page */

.contact-info {background: #0b256f;padding: 30px;margin: 10px 0;}
.contact-info i { color: #e4e4e4; font-size: 30px;}
.contact-info h5 {color: #ffffff;text-transform: uppercase;font-size: 17px;font-weight: 700;letter-spacing: .5px;}
.contact-info p, .contact-info p a { color: #e0e0e0; margin: 0;}



.benchmark {
  background-color: ;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center
}
.benchMarkItem img {
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    position: inherit
}

.stats-number{color:#000;border-bottom:1px solid #ff5e14;padding-bottom:10px;font-size:32px;}
.stats-para{color:#000;font-size: 18px;font-weight: 600;}

.callus {
        width: 100%;
        margin: 8px 0 0 0;
        text-align: right;
        position: fixed;
        top: 30em;
        right: 9px;
        width: 50px;
        height: 50px;
        z-index: 99999;
    }
 
    
    .callus .callusL{
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        float: right;
        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;
    }
    
      /*============WHATSAPP==========*/
      
    .whatsapp_btn{
        position: fixed;
        top: 25em;
        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;
        }
    }