*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body a:hover{
  text-decoration: none;
}
body li{
  list-style: none;
}
.f-light{
 font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.f-regular{
 font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.f-medium{
 font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.f-semibold{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.f-bold{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.white{
  color: rgb(255,255,255);
}
.blue{
  color: #2e3192;
}
.dark-blue{
  color: #2e3192;

}
header{
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0;
  top: 0;
  height: 65px;
  background:#13145d;
}
section.slider-section {
    margin-top: 65px;
}
.caption.container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.caption-left {
    color: #fff;
    margin-left: 25%;
    background: #13145da3;
    padding: 28px 27px;
    width: 45%;
}
.caption-left h1 {
    font-size: 60px;
    line-height: 65px;
}
.caption-left p span {
    border-bottom: 1px solid #f04e23;
    padding-bottom: 3px;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background:#21237a;
  box-shadow: 0px 2px 10px #00000059;
}
header .top-header{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
}
header .top-header a{
  color: #5e5b5c;
  font-size: 13px;
  margin-left: 20px;
}
header .navbar-expand-md{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container{
  padding: 0;
}
header .navbar-brand{
  margin: 0;
  display: block;
  z-index: 1;
  padding: 0 15px 0;
  position: relative;
}
header .navbar-brand img {
    display: block;
    margin-top: 5px;
    position: relative;
    margin-left: -40%;
    width: 74%;
}
header .navbar-mob {
  position: absolute;
  right: 0%;
  top: 15px;
}
header .navbar-nav .nav-item:nth-child(9), header .navbar-nav .nav-item:nth-child(10) {
    padding: 0px 22px 0px 0px;
}
header .navbar-nav .nav-item:nth-child(9) span, header .navbar-nav .nav-item:nth-child(10) span{
  font-size:23px;
}

header .navbar-nav .nav-item:nth-child(7) .nav-link:before ,
header .navbar-nav .nav-item:nth-child(8) .nav-link:before 
{
display: none;
}
/*header .navbar-brand:before {
    position: absolute;
    height: 65px;
    top: -4px;
    content: "";
    right: -55px;
    border: 35px solid transparent;
    transform: rotate(90deg);
    border-left: 37px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 21px solid #ffffff;
}*/
header .navbar-nav .nav-item { 
  padding:0 30px 0 0;
}
header .navbar-nav .nav-item:nth-child(9) span a {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}
header .navbar-nav .nav-link{
  color: #fff;
  font-size: 13px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}
.navbar-mob .nav-item.dropdown {
    position: relative;
    cursor: pointer;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 2px 10px #00000059;
    transition: all 0.3s ease-in-out;
    background-color: #343f74;
}

.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}
li.nav-item.dropdown .dropdown-toggle {
    color: #fff;
}
.navbar-mob .dropdown-item {
    font-size: 13px;
    padding: 8px 10px;
    color: #000;
    display: block;
    text-transform: uppercase;
    background-color:#fff;
}
header .navbar-nav .nav-item span {
    font-size: 20px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0px;
}
header .navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  bottom: -15px;
  background-color:#f04e23;
  width: 0%;
  margin: 0 auto;
  z-index: 19;
  height: 3px;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
  opacity: 1;
  width: 100%;
}
header.shrink .navbar-nav .nav-link{
  color: #fff;
}
header .navbar-nav .nav-link.active , header.shrink .navbar-nav .nav-link:hover {
  color: #f04e23;
}
header.shrink .navbar-nav .nav-link:before {
  background-color:#f04e23;
}
.home-slider .caption-left p span {
    border-bottom: 1px solid #f04e23;
    padding-bottom: 5px;
}
.home-slider .caption{
  position: absolute;
  top: 25%;
 
}
.home-slider .caption-left
{
  margin-left: 10%;
}
.home-slider .caption-left {
  position: absolute;
  /* right: 0px; */
}
.home-slider .caption-left h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1;
  color:#fff;
  font-weight: bolder;
  opacity: 0;
  /*-webkit-transform: translateX(400px);
  transform: translateX(400px);
  transition: transform .8s cubic-bezier(.16, .68, .43, .99), opacity .8s ease-in-out;
  transition: transform 0.3s;*/
}
.home-slider .owl-item.active .caption-left h1{
  opacity: 1;
  -webkit-transform: translateX(0);
  /*transition-delay: 0.4s;*/
  
}

.home-slider .caption-left p{
 color:#fff;
 
}
.home-slider .caption-left h1 span {
  display: inline-block;
  padding: 5px 1px;
  text-transform: uppercase;
}
.home-slider .owl-nav {
  
  position: absolute;
    top: 42%;
    width: 100%
}


.home-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background:transparent;
    border-radius: 30px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color:transparent;
    color:#fff;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color:transparent;
}
.home-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}
.home-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}
.owl-theme .owl-nav span{
  /* transform: skew(20deg , 0deg); */
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.owl-carousel .owl-dots.disabled span , .owl-carousel .owl-nav.disabled span{
  color:#bebebc;
}
.common-btn {
    width: 152px;
    height: 50px;
    background-color: #f04e23;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    /* transform: skewX(-10deg); */
    position: relative;
    transform: perspective(1px) translateZ(0);
    border: 0px;
}
.common-btn:hover:before{
  left: 0;
  width: 100%;
}
.common-btn:hover{
  color:#fff;
}
.common-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  right:0;
  bottom:0;
  background:#21237a;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*transform-origin: 0 50%;*/
  transition: all 0.3s ease-in-out;
  color: #fff;
  width: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
footer {
  background-color:#21237a;
  position: relative;
}
footer:before {
    content: "";
    position: absolute;
    background-image: url(../images/footer-element.png);
    height: 500px;
    top: 0px;
}
.nav-head .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.common-btn span {
    /*transform: skewX(10deg);*/
    font-weight: 700;
}
.footer-wrapp {
  display: flex;
}
footer .footer-element {
    position: absolute;
    width: 14%;
    height: 100%;
}
.footer-wrapp .column:nth-child(1) {
    width: 27%;
    padding-right: 0px;
}
.footer-wrapp .column:nth-child(2) {
  width: 18%;
}
.footer-wrapp .column:nth-child(3) {
  width: 25%;
}
.footer-wrapp .column:nth-child(4) {
  width: 30%;
}

.footer-wrapp .column h1 {
  color: #fff;
  font-size: 16px;
}
.footer-wrapp .column .social a {
  display: inline-block;
  padding:5px 10px;
  font-size: 20px;
  margin-bottom: 0px;
  transform: skew(10deg, 0deg);
}
.address-box.opacity-contact {
    margin-top: -20px;
}
.opacity-0 {
    opacity: 0;
}
.orange{
  color:#f04e23;
}

header:before {
    content: "";
    left: 0px;
    width: 27%;
    height: 65px;
    background: #fff;
    position: absolute;
}
.footer-wrapp .column p, .footer-wrapp .column p, .footer-wrapp .column p, .footer-wrapp .column a {
    color: #ffffffa3;
    font-size: 14px;
    /* font-weight: 500; */
    display: block;
}
.footer-wrapp .column p, .footer-wrapp .column p, .footer-wrapp .column p {
    color: #ffffffa3;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.footer-wrapp .column p:hover{
    color: #fff;
   
}
/*.footer-wrapp .column p:hover{
    color: #fff;
    font-weight: 500;
   
    transition: all 0.3s ease-in-out;
}*/
/*.footer-wrapp .column:hover p, .footer-wrapp .column:hover p, .footer-wrapp .column:hover p, .footer-wrapp .column:hover a {
    color: #fff;
    font-weight: 500;

}*/
.bottom-footer .right a{
  color:#b7b1af;
}
.bottom-footer .right span.lightgray{
  color:#b7b1af;
}
.bottom-footer .right span.lightgray .orange{
  color:#fd7e09;
}
.footer-wrapp .column a{
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.footer-wrapp .column a:hover {
    color: #fff;
    /* font-weight: 500; */
    transition: 0.5s all ease-in-out;
}
.footer-wrapp .contact-wrapp{
  margin-bottom: 25px;
  margin-right: 23px;
}
.footer-wrapp .contact-wrapp span{
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
}
.footer-wrapp .column:nth-child(1) img {
    display: block;
    margin-bottom: 8px;
    width: 70%;
}
.footer-wrapp .column:nth-child(1) .social a{
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.footer-wrapp .column:nth-child(1) .social{
  margin-top: 20px;
}
.bottom-footer a, .bottom-footer span {
    font-size: 14px;
    font-weight: 500;
    padding: 0 1px;
}
.developed-sp{
  display: flex;
    justify-content: flex-end;
}
/* .developed-sp span{

} */
.footer-links-sp{
  display: flex;
    justify-content: center;
}
/*.footer-wrapp .column a:hover {
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in-out
}*/
.bottom-footer a {
    color: #ffffffb5;
    transition: all 0.3s ease-in-out;
}
.bottom-footer a:hover {
    color: #fff;
}
.bottom-footer .right span.slash{
  color: #fff;
}
.bottom-footer{
  
  padding: 10px 0;
  color:#ffffff;
 /* padding-left: 3%*/
}
.footer-wrapp{
  padding: 60px 0 30px;
 /* padding-left: 11%;*/
  position: relative;
}
.footer-wrapp .address-box img {
    width: 7%;
    display: flex;
    align-items: flex-start;
    /* padding-left: 0px; */
}
.footer-wrapp .address-box:nth-child(1) img {
    width: 6%;
    display: flex;
    align-items: flex-start;
    /* padding-left: 0px; */
}
.footer-wrapp .address-box:nth-child(2) img {
    width: 7%;
    display: flex;
    align-items: flex-start;
    transform: rotate(7deg);
}
.footer-wrapp .address-box p {
    padding-left: 10px;
}
.footer-wrapp .address-box:nth-child(1) p {
    padding-left: 13px;
}
.footer-wrapp .social-box a {
    padding: 0px 7px;
    font-size: 21px;
}
.bottom-footer .right a:nth-child(7){
  padding-right: 25px;
}
.bottom-footer .right{
  text-align: right;
}
.footer-wrapp .column:nth-child(2) h1:nth-of-type(2){
  margin-top: 20px;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 34px;
    margin-right: 33px;
}
.social-box a{
  color: #fff;
}
.top-footer h2 {
    color: #f04e23;
    font-size: 20px;
}
.contactfooter-wrapp {
  display: flex;
  align-items: center;
}
.contactfooter-wrapp span {
  font-size: 40px;
}
.call-us p {
  color: #aeafaf;
  margin-bottom: 0px;
  font-size: 17px;
}
.call-us a {
  font-size: 20px;
  color: #fff;
}
.call-us {
  margin-left: 10px;
}
.callus-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 9%;
}
.top-footer .row {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
 padding: 15px 0px 10px;
    border-top: 1px solid #0d374b;
}
.address-box {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.address-box i {
    color: #f04e23;
    font-size: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 11px;
}
.address-box:nth-child(2) i {
    color: #f04e23;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 11px;
    transform: rotate(95deg);
}
.address-box:nth-child(3) i {
    color: #f04e23;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 11px;
}
.address-box:nth-child(4) i {
    color: #f04e23;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 11px;
}
.address-box span {
    color: #f04e23;
    padding-right: 15px;
    margin-top: 0px;
    font-size: 20px;
}
.address-box:nth-child(1) span {
    color: #f04e23;
    padding-right: 15px;
    margin-top: 5px;
    font-size: 30px;
}
.future h1 .future-heading:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 65%;
    background: #f04e23;
    right: -10px;
    top: 19%;
}

.black-main{
  padding:50px 0px 0px;
}
.black-main .black-wrapp {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 60px;
}
.black-main .black-wrapp .black-single {
    width: 20%;
    margin-right: 0px;
    position: relative;
}
/* .black-single {
  position: relative;
  width: 50%;
} */
.caption-div {
    position: absolute;
    left: 0;
    bottom: -70px;
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}
.caption-div h4 {
    margin-top: 50px;
}
.caption-div h4 {
    margin-top: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 30px !important;
}
.caption-div h4 img {
    width: 8%;
    margin-left: 15px;
    opacity: 0;
}
.caption-div p{
font-size: 14px;
}
.caption-div span {
  font-size: 11px;
  color: #fff;
  opacity: 0;
}
.black-main .black-single:hover .caption-div {
    background: rgba(44, 42, 42, 0.61);
    height: 556px;
    justify-content: center;
}
.caption-div .en-btn span{
 /* transform: skewX(10deg);*/
  display:inline-block;
}
.black-main .black-single:hover .caption-div h4 img{
  opacity:1;
}
.black-main .black-single:hover .caption-div span{
  opacity: 1;
}
.counter .counter-single:hover {
    background-color: #f04e23;
    color: #ffffff;
    cursor: pointer;
}
.counter .counter-single:hover .span-img span{
  color:#ffffff ;
}
.counter .counter-single:hover .counter-text span h1 {
  color:#ffffff;
}
.counter .counter-single:hover .counter-text p{
 color:#ffffff;
}
/*  */
.people-main {
    padding: 0px 0px 54px;
}
.people-main h6{
  font-size: 16px;
  color:#a6a7a9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
.people-main h3{
 width: 50%;
color:#2e3192;
 margin: auto;
}
.black-main.services{
  padding:0px;
}
.black-main.services .black-wrapp {
  margin-top:0px;
}

.people-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    padding-top: 40px;
}
.people-main .people-wrapp .people-single {
width: 30%;
cursor:pointer;
position: relative;
}
.people-main .people-wrapp .people-single img {
    width: 18%;
    margin-bottom: 5px;
}
.people-main .people-wrapp .people-single:nth-child(3) img {
    width: 22%;
    /*margin-bottom: 5px;*/
}
.people-single p{
font-size: 14px;
color:#585858;
line-height: 1.5;
}
.people-single h6{
  color:#204659;
}
.en-btn a {
    background-color: #f04e23;
    padding: 14px;
    color: #fff;
    font-size: 12px;
    /*transform: skewX(-10deg);*/
}
.en-btn a:hover span{
  color:#fff;
}
.en-btn a span {
    /*transform: skewX(10deg);*/
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
}
.home-element {
    position: absolute;
    width: 25% !important;
    right: -89px;
    top: 50px;
}
.slider-section .common-btn {
    margin-top: 15px;
}
.single-wrapper.miss {
    left: 0px;
}
section.home-about {
    padding: 35px 0px 0px;
}
.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 50px;
}
/*.counter .counter-single:hover{
  background-color:#ebbc0c;
  color:#0a1d3d;
}
.counter-single .counter-single .span-img span:hover {
  color:#0a1d3d;
}
.counter-single:hover .counter .counter-single h1, .counter .counter-single:hover .counter .counter-single .counter-text span.plus{
  color:#0a1d3d;
}*/
.single-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.about-content h2 {
    font-size: 16px;
    color: #a6a7a9;
}
.single-wrapper h3{
  /*transform: skewX(10deg);*/
  font-size:18px;
  color: #263f66;
}
.about-content h2 span {
    border-bottom: 1px solid #f04e23;
    padding-bottom: 3px;
}
.about-content h1 {
    font-size: 30px;
    color: #2e3192;
    margin-top: 20px;
}
.about-content p {
    color: #a6b4bb;
    font-size: 16px;
    width: 90%;
}
.single-wrapper p {
    /* transform: skewX(10deg); */
    font-size: 14px;
    margin-bottom: 0px;
}
.single-wrapper img {
    width: 50%;
    transform: rotateX(10deg) !important;
    /* position: absolute; */
    margin-left: -45px;
}
.home-about .span-icon img {
    width: 50%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 60%;
}
.single-wrapper .span-icon {
    font-size: 87px;
    position: absolute;
    right: 22%;
    top: 17%;

}
.vision-content {
    background: #f5f5f7;
    padding: 20px;
   /* transform: skewX(-10deg);*/
    width: 58%;
}
.vis-misswrapper {
    width: 60%;
}
/*.mils-run {
    position: absolute;
    top: 10%;
    left: -11%;
    background: #f04e23;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 120px;
}
.mils-run:before {
    position: absolute;
    content: "";
    right: 27px;
    height: 10px;
    width: 10px;
    background: #ffffff;
    top: 85%;
    /* z-index: -1; 
    transform: rotate(107deg);
    opacity: 1;
}
.mils-run h3{
  margin-bottom:0px;
}*/
/*.home-element {
    position: absolute;
    width: 20% !important;
    right: 100px;
    top: 0px;
    transform: skewX(20deg);
}*/

/*.single-wrapper:before {
    position: absolute;
    content: "";
    position: absolute;
    height: 30px;
    top: 20px;
    content: "";
    right: -52px;
    border: 95px solid transparent;
    transform: rotate(90deg);
    border-left: 90px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 35px solid #000;

}*/
/*.single-wrapper .span-icon {
    position: relative;
    width: 100%;
    height: 165px;
    background: #eff3f4;
    position: relative;
    z-index: 1;
}*/

.future .parallax-container {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.future .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 500px;
}
.future .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.future .parallax-container .container{
  position:relative;
}
.future .future-element {
    position: absolute;
    width: 12%;
    left: 45%;
    top: 70%;
}
.future h2 {
    color: #2e3192;
    position: relative;
    line-height: 40px;
    top: 160px;
}
.future h2 span.future-text {
    /*transform: skewX(10deg);*/
    display: block;
}
.future h2 .future-heading {
    background-color: #2e3192;
    padding: 15px;
    color: #f04e23;
    margin-top: 10px;
   /* transform: skewX(-10deg);*/
    display: inline-block;
}
.future h2 span{
  /*transform: skewX(10deg);*/
}
.future-heading {
    position: relative;
    /* transform: skewX(-10deg);*/
}
.company-content {
    width: 50%;
    background-color: #2e3192;
    height: 550px;
    padding-left: 90px;
    padding-top: 75px;
    position:relative;
}
.company-content h2 {
    color: #fff;
}
/*.company-content span,h2 {
    color: #000;
}*/
/*.company-wrapper .img-wrapper {
    width: 50%;
}*/
.company-wrapper img {
    width: auto;
    /* height: 550px; */
    margin: 0 auto;
    display: block;
}


.company-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-content h3 {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
   
}
.mils-run h2 {
    margin-bottom: 0px;
}
.company-content h1 {
    color: #fff;
    font-size: 30px;
    margin-top:20px;
}
.company-content p {
    color: #a6b4bb;
    font-size: 16px;
    width: 65%;
}
.company-content h3 span {
    border-bottom: 1px solid #f04e23;
    padding-bottom: 3px;
}
.company-content:before {
    content: '';
    position: absolute;
    left: -64px;
    bottom: 0;
    width: 35px;
    height: 100%;
    border-right: 65px solid #2e3192;
    border-top: 215px solid transparent;
    border-bottom: 335px solid transparent;
    /* transform: rotateX(90deg); */
}
.counter {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -265px;
    top: 20px;
}
.counter .counter-single {
    display: flex;
    align-items: center;
    width: 28%;
    flex-direction: column;
    position: relative;
    margin-left: 3%;
    color: #fff;
    background: #1d207a;
    color: #fff;
    text-align: center;
    padding: 10px;
    /*transform: skewX(-10deg);*/
}
.counter-single .span-img {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.counter-single .span-img span{
  font-size:100px;
}

.counter .counter-single .counter-text span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter .counter-single h1, .counter .counter-single .counter-text span.plus {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px;
    transform: skewX(10deg);
}
.counter-single .span-img span {
    font-size: 50px;
    color: #f04e23;
    /*transform: skewX(10deg);*/
    display: inline-block;
}
.counter .counter-single p {
    width: 100%;
    font-size:13px;
   /* transform: skewX(10deg);*/
}

.people-main h6 span {
    border-bottom: 1px solid #f04e23;
    padding-bottom: 3px;
}

.people-main .people-wrapp .people-single span {
    text-align: center;
    font-size: 60px;
    color: #f04e23;
}
.top-footer:before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    right: 0;
    height: 6px;
    width: 65%;
    margin: 0 auto;
    background: #f04e23;
    transform: skewX(-10deg);
    z-index: 1;
}
.top-footer {
    position: relative;
}
.about-content {
    width: 50%;
}
.about{
  padding:70px 0px;
}
.about-main .about-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-start;
}
  .about-main .about-wrapp .about-single {
  width: 50%;
  float: left; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*cursor:pointer;*/
  position: relative;
  }
  .about-single .about-img{
    width:80%;
  }
  .about-single .about-text span{
    color:#606163;
    font-size: 13px;
    letter-spacing: 2px;
    border-bottom: 1px solid #f04e23;
  }
 .about-text {
    margin-top: -13px;
}
  .about-single .about-text h2{
    color:#2e3192;
  }
  .about-single .about-text p {
    color: #949797;
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
    /* text-align: justify; */
}

.vision-mission .mission-box span {
    font-size: 60px;
    line-height: 43px;
}
.vision-mission{
 padding-top: 50px;
}
.vision-mission  .parallax-container{
  position: relative;
  overflow: hidden;
  height: 450px;
}
.vision-mission .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 450px;
}
.vision-mission .parallax .parallax-img{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.vision-mission .container{
  margin-top: 120px;
}
.parallax-text p{
  font-size: 16px;
  line-height: 1.5;
}
.parallax-text h3 {
    line-height: 1.4;
    margin-top: -11px;
}
.parallax-text .common-btn{
  width: 130px;
  height: 45px;
  background-color: #f04e23;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
 /* transform: skew(-10deg);*/
 }
 .parallax-text .common-btn:hover a{
  color:#fff;
 }
 .parallax-text .common-btn a{
  /*transform: skew(10deg) !important;*/
  color:#ffffff;
 }
 .vision-mission .vision-box {
    background-color: #f04e23;
    padding: 31px;
    /* transform: skew(-10deg); */
    margin-top: -77px;
    height: 367px;
}
.vision-box p {
    font-size: 14px;
    line-height: 1.3;
    /*transform: skew(10deg);*/
    color: #fff;
}
.vision-box h4 {
    /*transform: skew(10deg);*/
    color: #fff;
}
.vision-mission .mission-box {
    background-color: #fff;
    padding: 30px;
    /* transform: skew(-10deg); */
    margin-top: -77px;
    height: 365px;
}
.vision-mission .common-btn {
margin-top: 20px;
}
 .mission-box p {
    font-size: 14px;
    color: #929da3;
    line-height: 1.3;
    /* transform: skew(10deg); */
}
.mission-box h4{
 
  /*transform: skew(10deg);*/
}
.customer  .parallax-container{
  position: relative;
  overflow: hidden;
  height: 400px;
}
.customer .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
}
.customer .parallax .parallax-img{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.customer .arrow-img {
    position: absolute;
    left: 46%;
    bottom: 50px;
    width: 7%;
}
.customer .container{
  margin-top: 120px;
}
.customer .customer-text p{
font-size: 20px;
}
.customer .customer-text{
position: relative;
  
}
.strength{
  padding:50px 0px;
}
.strength h6 span{
  border-bottom: 2px solid #f04e23;
  color: #adaeaf;
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 3px;
}
.strength h3 span {
    background-color: #f04e23;
    padding: 6px;
   /* transform: skew(-10deg);*/
    display: inline-block;
}
.strength h3 span.heading-sub {
    padding: 0px;
    /*transform: skewX(10deg);*/
    display: inline-block;
}
.strength h3{
  line-height: 1.4;
  font-size:31px;
  margin-top: 20px;
}
.strength .strength-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
    align-items: center;
    padding: 0px 210px;
}

.strength-single {
    margin-top: 30px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.strength-single h5{
  text-transform: uppercase;
  font-size: 17px;
} 
.strength-single .shape {
  width: 100px;
  height: 101px;
  background: #eff3f4;
  position: relative;
}
.strength-single .shape::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 0px;
  border-left: 33px solid #fff;
  border-top: 41px solid transparent;
  border-bottom: 61px solid transparent;
}
.strength-single .shape::before {
  content: '';
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 26px solid #eff3f4;
  border-top: 43px solid transparent;
  border-bottom: 58px solid transparent;
}

.services .nav-tabs .nav-item{
  width: 100%;
  padding: 0;
  }
.services .services-border{
   background-color:#fff; 
   padding: 30px;
   height: 70%;
}
.services .services-border .float-right{
  display: flex;
  text-align: right;
  margin-left: 0%;
}
.services .nav-tabs .nav-link{
  color:#0e2954;
  font-size: 13px;
   display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  border-radius: 0;
  border:none;
  border-right: 5px solid transparent;
 background-color: #f5f5f7;
  padding: 14px;
  transition: all 0.3s ease-in-out;
  margin-top: 8px;
  /*transform: skew(-10deg);*/
}
.services .nav-tabs .nav-link i{
color:#f5f5f7;
}
.services .nav-tabs .nav-link span{
  /*transform: skew(10deg);*/
}
.services .nav-tabs .nav-link img{
 display: none;
}
.services  .nav-tabs .nav-item.show .nav-link,
 .services  .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #0e2954;
  
  
}
.services  .nav-tabs .nav-item.show .nav-link,
 .services  .nav-tabs .nav-link.active img{
  display: block;
 color:#fec907;
  width:8px;
  transform: skew(7deg);
}
 .services .card-body h1{
  font-size: 26px;
 line-height: 0.9;
color:#344b70;
letter-spacing: 1px;
}
.services .card-body p{
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.6;
  color:#838181;
}
.req-main{
  margin-left: 20px;
  position: relative;
  }
.req-main img{
position: absolute;
right: 70px;
top:-32px;
}
.req-main .req-btn {
  background-color:#0e2954;
  border: none;
  color: #fec907;
  padding: 7px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  margin: 4px 10px;
  cursor: pointer;
  position: relative;
  /*transform: skew(-10deg);*/
}
.req-main span{
  font-size: 23px;
}
.req-main .req-btn::before{
  position: absolute;
  content: "";
  background-color: #fec907;
  height: 32px;
  width:8px ;
  top:7px;
  right: -8px;
  transform: skew(-1deg);
  z-index: -1;
}
.req-btn:hover{
  color:#fec907;
}

.services{
  padding: 50px 0;
}
.services h1 {
    margin-top: 30px !important;
}
.services .card-body{
  padding: 0 20px;
  margin-top: 25px;
}
.breadcum{
  position: relative;
}
.caption-heading{
  display: flex;
  align-items: center;
  justify-content:flex-start
}
.caption-heading h1 {
    text-transform: uppercase;
    font-size: 50px;
    position: absolute;
    color: #fff;
    padding: 10px 30px;
    top: 213px;
    margin-bottom: 0px;
}
  .caption-heading h1:before {
    position: absolute;
    top: 23%;
    right: 0;
    width:7%;
    height: 40px;
    /*background: url(../images/element2.png);*/
    background-repeat: no-repeat;
    content: "";
    z-index: 2;
    background-position: center;
    background-size: cover;
}
  .caption-heading img {
    width: 20px;
    position: absolute;
    top: 42%;
    left: 32%;
}
  
  .breadcum {
    position: relative;
    margin-top: 65px;
    
}
  .breadcum .parallax-container {
    position: relative;
    overflow: hidden;
  }
  .breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .customer .parallax-container {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.vision-mission .vision-box span, .vision-mission .mission-box span {
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.strength-single .shape span {
    font-size: 100px;
    color: #2e3192;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

.services .nav-tabs .nav-item{
  width: 100%;
  padding: 0;
  }
.services .services-border{
   background-color:#fff; 
   padding: 10px;
   height: 70%;
}
.services .services-border .float-right{
  display: flex;
  text-align: right;
  margin-left: 0%;
}
.services .nav-tabs .nav-link{
  color:#0e2954;
  font-size: 15px;
   display: flex;
  align-items: center;
  justify-content: space-between;
  text-align:left;
  border-radius: 0;
  border:none;
  background-color: #f5f5f7;
  padding: 18px 10px;
  transition: all 0.3s ease-in-out;
  margin-top: 8px;
 /* transform: skew(-10deg);*/
}
.services .nav-tabs .nav-link i{
color:#f5f5f7;
}
.services .nav-tabs .nav-link span{
  /*transform: skew(10deg);*/
}
.services .nav-tabs .nav-link img{
 display: none;
}
.services  .nav-tabs .nav-item.show .nav-link,
 .services  .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #2e3192;
  
}
.services  .nav-tabs .nav-item.show .nav-link,
 .services  .nav-tabs .nav-link.active img{
  display: block;
 color:#fec907;
  width:8px;
  /*transform: skew(10deg);*/
}
 .services .card-body h1{
  font-size: 26px;
 line-height: 0.9;
color:#2e3192;
letter-spacing: 1px;
}
.services .card-body p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  color:#838181;
  margin-bottom: ;
}
.services .card-body{
  
}
.req-main{
  margin-left: 20px;
  position: relative;
  }
.req-main img{
position: absolute;
right: 70px;
top:-32px;
}
.req-main .req-btn {
    background-color: #2e3192;
    border: none;
    color: #ffffff;
    padding: 7px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 10px;
    cursor: pointer;
    position: relative;
    /* transform: skew(-10deg); */
}
.req-main span{
  font-size: 23px;
}
.req-main .req-btn::before {
    position: absolute;
    content: "";
    background-color: #f04e23;
    height: 32px;
    width: 8px;
    top: 5px;
    right: -8px;
    /* transform: skew(-10deg); */
    z-index: -1;
}
.req-btn:hover{
  color:#f04e23;
}

.services{
  padding: 50px 0;
}
.services .card-body{
  padding: 0 20px;
  margin-top: 12px;
}

.contact-form {
    background-image: linear-gradient(#fff 0%,#edeef2 );
    padding: 30px;
}

label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}


.contact-form h1 {
    font-size: 35px;
    margin-bottom: 0px;
}

.contact-form .common-btn {
    display: inline-block;
    height: 40px;
    width: 125px;
    border: 0px;
    background: #f04e23;
    color: #ffffff;
    margin-top: 10px;
}
/*.contact-form .common-btn:before{
  background-color:#feca08;
  color:#0f2a55;
}*/
/*.contact-form .common-btn:hover{
color:#0f2a55;
}*/
.contact-form .common-btn span.icon-right-arrow {
    font-size: 10px;
}
.contact-form .common-btn span {
   /* transform: skewX(10deg);
    transform: skewX(10deg);*/
    display: inline-block;
}
.address-icon {
    width: 62px;
    height: 60px;
    background: #eff3f4;
    border-radius: 30px;
    position: relative;
    color: #2e3192;
}
  .address-wrap .address-icon:hover {
    background-color: #2e3192;
    color: #f04e23;
}
  .address-wrap:hover .address-icon::before {
    border-left: 25px solid #2e3192;
}
 .vision-mission .mission-box span {
    font-size: 55px;
    color: #202124;
}
  /*.address-icon::after {
      content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 57px;
        height: 0px;
        border-left: 25px solid #fff;
        border-top: 26px solid transparent;
        border-bottom: 35px solid transparent;
    }*/
 
   .social {
    display: flex;
    align-items: center;
    justify-content: ;
    padding: 5px;
}
  .social h2 {
    font-size:15px;
    margin-bottom: 0px;
    color: #0f2a55;
}
.social a {
    font-size: 23px;
    margin: 0px 12px;
    color: #2e3192;
    transition: all 0.3s ease-in-out;
}
.social a:hover {
    color: #2095f2;
}
.contact-address p {
    font-size: 15px;
}
.contact-form p {
    font-size: 14px;
}
    
    /*.address-icon::before {
      content: '';
      position: absolute;
      right: -25px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 25px solid #eff3f4;
    border-top: 25px solid transparent;
    border-bottom: 35px solid transparent;
  }*/

  .address-wrap span {
    font-size: 25px;
    position: relative;
    top: 18px;
    left: 18px;
    /* padding-top: 23px; */
}
.address-wrap .address-icon .icon-1312839 {
    font-size: 30px;
    top: 15px;
    left: 16px;
}
.address-content h2 {
    font-size: 20px;
    color: #2e3192;
    margin-bottom: 5px;
}
.address-content h6 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #2e3192;
}
.address-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
}
.contact .container {
    padding: 0px 0px;
}
.contact-address h1 {
    font-size: 35px;
    margin-bottom: 5px;
}
.contact-address {
    padding: 30px;
}
.contact {
    padding: 30px 0px;
}
.address-content {
    width:90%;
    padding-left: 14px;
}
.about-wrapper a{
  margin-top: 20px;
}
.address-wrap a {
    color: #7c7f81;
    font-size: 14px;
}


.news{
  padding: 50px 0px;
}  

.news .news-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin: auto;
}
.news .news-wrapper .news-single{
  width: 33%;
  float: left; 
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 19px;
  cursor:pointer;
  position: relative;
  margin-top: 18px;
  
}

.news-wrapper .news-single .news-content{
  border-bottom: 5px solid #d8dce4;
}

.news-wrapper .news-single .news-content h6{
  color:#a6a8aa;
  font-size: 10px;
  letter-spacing: 0.01rem;
  margin-top: 10px;
}
.news-wrapper .news-single .news-content h5{
   font-size: 14px;
   color: #4b4a4a;
   margin-top: -5px;
} 
.news-wrapper .news-single p {
  font-size: 12px;
  line-height: 1.2;
  color: #979797;
  margin-bottom: 15px;
}
.news-single .news-content .arrow {
  color: #b3b3b3;
  line-height: 0.5;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.news-single:hover{
  box-shadow: 0px 0px 10px rgb(216, 216, 216);
}
.news-single:hover .news-content{
  border-bottom: 5px solid #0d2953;
 }
 .news-single:hover .arrow{
  color: #0d2953;
 }

 .services .container {
    padding: 0px 80px;
}

.common-btn span.icon-right-arrow {
    font-size: 10px;
    transform: skewX(0deg);
    margin-top: 2px;
}

.sitemap,.common-pages{
  padding: 60px 0;
}
.common-pages h1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.common-pages p {
  font-size: 15px;
} 
.sitemap .l-menu {
  font-size: 18px;
}
.sitemap .s-menu {
  font-size: 14px;
  display: block;
  color: #5e5b5c;
}
.sitemap .s-menu:hover  {
    color: #f04e23;
    /*font-weight: 500;*/
}
.gallery-main {
    padding: 50px 0px 20px;
}
.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
 /* justify-content: space-between;*/
  width: 100%;
  margin: auto;
}
.gallery-wrapp .gallery-single {
    width: 32%;
    margin-bottom: 30px;
    margin-right: 13px;
}
.gallery-wrapp .gallery-single .img-wrapp{
  position: relative;
  z-index: 2;
}
.gallery-wrapp .gallery-single .img-wrapp img {
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .img-wrapp span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  font-size: 40px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-single .top-gal{
  margin-top: -45px;
}
.gallery-single .top-gal-2{
  margin-top: -15px;
}
.gallery-wrapp .gallery-single .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background:#f04e23c9;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-single p{
  font-size: 12px;
  margin-top: 10px;
  color: #637985;
}
.gallery-wrapp .gallery-single:hover .img-wrapp span, .gallery-wrapp .gallery-single:hover .overlay {
  opacity: 1;
}
.gallery-main .common-btn{
  margin-top: 40px;
  height: 41px;
  width: 135px;
  font-size: 10px;
}
/*team*/
.team-main {
  padding: 60px 0px;
}
.team-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 width: 80%;
 margin: auto;
 margin-bottom: 50px;
}
.team-wrapp .team-single {
  width: 32%;
  margin-top: 75px;
  position: relative;
}
.team-single .text{
  position: absolute;
  background-color: #eff3f4;
 width: 90%;
  bottom: -45px;
  padding: 15px;
 transform: skew(-10deg);
 height: 60px;
 margin-left: 13px;
 line-height: 20px;
 cursor: pointer;
 
}
.team-single:hover .text{
  background-color: #fec907;
}
.team-single:hover .text::before{
  background-color: #f7952e;
}
.team-single .text::before{
  content: "";
  position: absolute;
  height: 60px;
  width: 7px;
  background-color:#fec907;
  right: 0px;
  bottom:0px;
 
}
.team-single .text p{
  transform: skew(10deg);
  font-size: 12px;
margin-bottom: 0px;
color:#9a9fa0 ;
}
.team-single .text h5{
  transform: skew(10deg);
  font-size: 14px;
margin-bottom: 0px;
}
.head-img{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -25px;
}
.head-img img{
  width: 30%;
}
.head-img .shape {
  width: 466px;
  height: 320px;
  background: #eff3f4;
  position: relative;
  left: -121px;
  z-index: -1;
  top:33px;
}
.head-img .shape::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 0px;
  }
.head-img .shape::before {
    content: '';
    position: absolute;
    right: -130px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 130px solid #eff3f4;
    border-top: 111px solid transparent;
    border-bottom: 210px solid transparent;
}
.head-img .shape .shape-text{
  padding: 40px 0px;
  margin-left: 130px;
}
.head-img .shape .shape-text p{
 font-size: 12px;
 line-height: 1.7;
 color: #9a9fa0;
}
.head-img .shape .shape-text h5{
   color: #9a9fa0;
   margin-top: -5px;
 }

 .safety-single {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.safety-icon .icon {
    width: 65px;
    height: 70px;
    background-image: linear-gradient(to right, rgba(255,0,0,0), #fec907);
    position: relative;
  font-size: 60px;
    padding-left: 15px;
    padding-top: 0px;
    color:#273f67;
    font-weight:bold;
    margin: 0 auto;
}
.safety-single .content {
    position: relative;
    width: 85%;
}
.safety-icon {
    width: 19%;
}
.safety-icon .icon::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #fec907;
    border-top: 25px solid transparent;
    border-bottom: 45px solid transparent;
    z-index: -1;
}
.safety-wrapper .content p {
    padding-left: 20px;
    font-size: 14px;
    width: 100%;
    color: #999b9c;
}
.safety-single h3 {
    color: #263f67;
      font-size: 19px;
    margin-top: 13px;
    text-align: center;
}


.safety-single .content {
    padding-left: 20px;
}
.safety-wrapper {
    padding: 0px 100px;
}
.safety img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.safety {
    padding: 70px 0px;
}
/*client*/

.client{
   padding:60px 0px;
   
 }
 .client .text-wrapp h2{
  color: #2e3192;
 }
 .client .text-wrapp p{
 width:60%;
 margin: auto;
 color: #2c4d5e;
  }
  .client .text-wrapp{
    position: relative;
    margin-bottom: 71px;
  }
  .client .text-wrapp img {
    width: 4%;
    position: absolute;
    bottom: -26px;
    z-index: -1;
    left: 47%;
}
 .client .client-wrapp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
.client .client-wrapp .client-single {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 20px;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 20px;
  height: 120px;
  background-color: #fff;
}
.client .client-wrapp .client-single img{
  width: 65%;
}
.safety-single .content{
  position: relative;
}
/*.safety-single .content.border-section:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    left: 40px;
    bottom: -20px;
    background: #fec907;
}*/

.social-img {
    width: 50%;
}

.caption-div img {
    width: 7% !important;
}


.error-div .common-btn {
    display: inline-block;
    padding: 10px 0;
    margin: 0 10px;
    width: 130px;
    height: 40px;
    margin-bottom: 20px;
}
.error-div .error-wrap{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 28%;
  margin: auto;
}
.mils-run h2{
  font-size: 25px;
}

/* career */
.career {
    padding: 60px 0px 12px;
}
.career .row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.job-openings {
  background: #e6e8f4;
  padding: 40px 0px;
}
.career-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  flex-wrap: wrap;
}
.img-box { 
 
  overflow: hidden; 
  margin: 0 auto; 
} 
 
.img-wrapper img { 
  width: 100%; 
  transition: 0.5s all ease-in-out; 
} 
 
.img-wrapper:hover img { 
  transform: scale(1.1); 
} 
.career .text-wrapper p{
  font-size: 15px;
  line-height: 1.5;
  width: 57%;
  margin: auto;
}
.job-openings .opening-single {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}
.job-openings .opening-single:before {
  position: absolute;
  bottom: 0;
  width: 22%;
  background-color: #2e3192;
  content: "";
  height: 80%;
  border-radius: 20px;
  left: -6px;
  top: 11px;
  right: 0;
}
.job-openings h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    color: #2e3192;
}
.job-openings .box-wrapper {
  position: relative;
  background-color: #fff;
  padding: 17px 17px 10px;
}
.job-openings .opening-single h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.job-openings .opening-single p {
  color: #494949;
  margin-bottom: 10px;
}
.job-openings .box-wrapper .common-btn {
    color: #ffffff;
    width: 75px;
    height: 28px;
    background-color: #f04e23;
    margin-top: 11px;
    font-size: 11px;
    text-transform: uppercase;
}
.job-openings .box-wrapper .common-btn:hover {
  color: #fff;
 
}
.modal-content.career-form {
  position: relative;
  padding: 20px 0px;
  border-radius: 0px;
}

.modal-content.career-form .close {
  position: absolute;
  right: 0px;
  padding-right: 20px;
  top: 10px;
  outline: none;
}
.career-body p{
  font-size: 14px;
}
.career-body h5{
  color:#1e456c;
  font-weight: bold;
}
.career-body ul{
  position: relative;
  font-size: 14px;
}
.card-body ul li{
  margin-left: 20px;
}

.career-body span{
  color:#1e456c;
  font-size: 16px;
  font-weight: bold;
}

.career .parallax-container {
  position: relative;
  overflow: hidden;
  height: 397px;
}
.career .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 397px;
}
.career .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 57%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.career .container {
  margin-top: 75px;
}
.career .parallax p{
  width: 57%;
  margin: auto;
}

.people-main .people-wrapp .people-single span.establish {
    font-size: 50px;
}
.common-page {
    padding: 50px 0px 35px;
}
.common-page h4 {
    font-size: 24px;
}
.common-page h3 {
    font-size: 22px;
}
.common-page.thank-you img {
    width: 20%;
}
.slider-section .item span {
    color: #fff;
}
video {
    height: 93vh;
    object-fit: cover;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.career-popup {
    display: flex;
}
.career-content {
    width: 50%;
    padding-right: 5px;
}
.opening-form {
    width: 50%;
    padding-left: 10px;
    border-left: 1px solid #ccccccab;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
    margin-bottom: 1rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.sticky.fixed {
    position: fixed;
    width: 351px;
    top: 94px;
}
.col-lg-3.col-md-4.services-border.d-md-block.d-none.sticky.aos-init.aos-animate {
    position: sticky;
    top: 0;
    left: 0;
}
.message-error {display: none; color: red;}
div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
  /*display:none;*/
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary{
    color: #fff;
    background-color: #13145d;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
    border-radius:0px;
}
.footer-wrapp .address-box h6 {
    color: #fff;
    font-size: 14px;
    padding-left: 13px;
    margin-bottom: 2px;
}
.career h2 {
    margin-top: 60px;
    font-size: 50px;
}
.request {
    padding: 50px 0px;
}
.request-content {
    display: flex;
    background: #21237af0;
    color: #fff;
    padding: 15px 32px;
    border-radius: 40px;
    text-align: center;
    justify-content: space-between;
}
.request .request-content h2 {
    font-size: 25px;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 0px;
}
.request .download-btn {
    background-color: #f04e23;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    padding: 15px 35px;
}
