div#popupcareer {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 15%;
	
}
.modal-dialog {
    max-width: 504px;
    margin: 1.75rem auto;
}
#careershow {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgb(49 49 49 / 69%);
	
    overflow: auto;
}


.modal-body a {
    color: #3795f9;
}

.modal-body a:hover {
    color: #1e1d5c;
}

.icon {
    max-width: 60px;
}

.our-clients {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .our-clients .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .our-clients .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .our-clients .client-title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
      flex: 0 0 16%;
      }
      .our-clients .client-title h5 {
        position: relative;
        z-index: 9;
        margin-bottom: 0;
        padding-left: 18px;
        }
    .our-clients .svg-item {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      overflow: hidden; }
    .our-clients .brand-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 64%;
              flex: 0 0 64%;
      overflow: hidden;
      padding-right: 30px; }
    .our-clients .client-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; }
  
  /* style 02 */
  .our-clients-style-02 {
    border-radius: 0px;
    padding: 40px 0;
    }
    .our-clients-style-02 .svg-item {
      border-radius: 5px;
      width: 100%;
      height: 100%; }
      .our-clients-style-02 .svg-item:before {
        position: absolute;
        left: -56px;
        width: 208px;
        height: 233px;
        background: #e20e03;
        content: "";
        top: -66px;
        border-radius: 100%;
        }
      .our-clients-style-02 .svg-item:after {
        position: absolute;
        left: 86px;
        width: 96px;
        height: 96px;
        background: #e20e03;
        content: "";
        bottom: -40px;
        border-radius: 100%;
        }
  
  @media (max-width: 1199px) {
    .our-clients-style-02 {
      display: block;
      padding: 0; }
      .our-clients-style-02 .client-title {
        padding-left: 20px;
        padding: 20px;
        background: #ef3139; }
      .our-clients-style-02 .svg-item {
        display: none; }
      .our-clients-style-02 .brand-logo {
        margin: 40px 20px; }
      .our-clients-style-02 .client-btn {
        padding-left: 20px;
        padding-bottom: 20px; } 
    }
  

    .btn {
        font-size: 17px;
        padding: 16px 34px;
        line-height: 1;
        border-radius: 50px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
        color: #ffffff;
        background-color: #e20e03;
    }
    text-white {
        color: #fff!important;
    }

    .bg-dark .btn-primary-round:before {
        opacity: 1;
    }
    .btn-primary-round:before {
        background-color: #e20e03;
    }

    .btn-round:before {
        content: '';
        width: 27px;
        /* height: 100%; */
        position: absolute;
        left: 0px;
        top: 0;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: -1;
        opacity: 0.8;
    }

    .btn-round:hover:before {
        width: 100%;
    }


    .btn-round:hover {
        color: #fff;
    }

    a.explore  {
      font-size: 15px;
      color: #393939;
      font-weight: 600;
  }

  

  .rs-services.style6 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    /* margin-top: -140px; */
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    /* z-index: 2; */
  }
  .rs-services.style6 .services-box-area {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #e20e03;
    box-shadow: 0px 11px 35px 0px #00000021;
  }
  .rs-services.style6 .services-box-area .services-item {
      border-style: dashed;
      border-width: 0px 1px 0px 0px;
      border-color: #2121213d;
      margin: 0px 14px 0px 0px;
      padding: 17px 8px 25px 8px;
  }
  .rs-services.style6 .services-box-area .services-item .services-icon {
    margin-bottom: 6px;
  }
  .rs-services.style6 .services-box-area .services-item .services-icon img {
    width: 68px;
    padding: 8px 0px 0px 0px;
  }
  .rs-services.style6 .services-box-area .services-item .services-content .title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    color: #666666;
  }
  .rs-services.style6 .services-box-area .services-item .services-content .title a {
    color: #0a0a0a;
  }
  .rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
    color: #fd4a36;
  }
  .rs-services.style6 .services-box-area .services-item .services-content p {
    font-size: 15px;
  }
  
  .rs-services.style6 .services-box-area .services-item:hover .dance_hover,
  .rs-services.style4 .services-item:hover .dance_hover,
  .rs-iconbox-area .box-inner .box-item:hover .dance_hover {
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
  }
  @keyframes dance_hover {
    16.65% {
      transform: translateY(8px);
    }
    33.3% {
      transform: translateY(-6px);
    }
    49.95% {
      transform: translateY(4px);
    }
    66.6% {
      transform: translateY(-2px);
    }
    83.25% {
      transform: translateY(1px);
    }
    100% {
      transform: translateY(0);
    }
  }

  
  section.team-page-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.section-title {
    margin-bottom: 26px;
}

.bg-theme-color-2 {
  background: #0263a9 !important;
  height: 91px;
}

.btn-default:hover {
    background-color: #0263a9;
    border-color: #ffffff;
    color: white;
}
.btn-circled {
    border-radius: 25px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 16px;
}
.bg-theme-color-2 h3{

font-size: 24px;
}
.font-36{font-size: 40px;}
.footer {
    position: relative;
    /* background-image: url(../images/image-9.jpg); */
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-size: cover;
    background-color: #272727;
}

#footer p {
    font-size: 15px;
    text-align: justify;
    color: #fff;
}

.footer-widget.clearfix {
    padding-bottom: 60px;
    border- border-bottom: 1px solid transparent;
}

}

#footer .footer-widget {
    border-bottom: 1px
 solid #fdfdfd4a;
    padding-bottom: 61px;
}

#footer .footer-contact {
    padding-left: 10
px
;
}

#footer .title-ft {
    font-family: rubik,sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    /* text-align: center; */
}
.title-ft  {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.title-ft:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  background-color: #f7941d;
}
.footer-contact .call-us, .mail, .phone {
    display: flex;
    margin-bottom: 10px;
}

.footer-contact .tf-info i {
    min-width: 38px;
    padding-left: 1px;
}

.footer-contact .ul {
   list-style-type:circle;
}

.margintop-3 {
    margin-top: 0px;
}

.call-us .icon-call-us::before {
    content: "\f041";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 64px;
    color: #e3cca1;
}

.footer-contact .call-us .content-call-us {
    margin-top: 1px;
}
.tf-info span {
    color: #fff;
    font-family: system-ui;
    font-size: 15px;
}

.footer-widget .form-email input {
    padding-left: 16px

!important;
    border-radius: 3px
!important;
    background-color: transparent;
    border: 1px solid #ffff;
}
.form-email input {
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
    border: none;
    line-height: 48px;
    height: 48px;
}
{
    font-size: 16px;
    font-family: rubik,sans-serif!important;
    outline: none!important;
    border: none!important;
}
.footer-widget .btn-style-4 .btn-title {
    font-size: 15px;
    font-family: poppins,sans-serif;
    font-weight: 600;
    overflow: visible!important;
    border-radius: 8px
!important;
    margin-bottom: 21px;
}

.btn-style-4 .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: rubik,sans-serif;
    padding: 0 37
px
 0 39
px
;
}
{
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    transition:all .5s ease 0s;
    overflow:hidden;
}

.themesflat-button-style2 span {
    background-color: #ffffff;
    color: #094a6e;
}
.text {
    /* font-size: 18px; */
    /* color: #094a6e; */
}
.link ul li  {
    border-bottom: 1px dashed #bfbcbc6e;
    padding: 4px 2px;
    margin-bottom: 2px;
}

.link ul li a {
    font-family: 'Alegreya Sans';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    /* text-decoration: none; */
    /* text-align: center; */
    padding-bottom: 4px;
    /* border-bottom: 1px dotted #ffff; */
    /* text-transform: uppercase; */
    /* vertical-align: text-bottom; */
    /* letter-spacing: 0px; */
    transition: .3s all;
}
.link ul li a:hover {color: #f71d1d;padding-left: 20px;}
#footer .form-email button {
    width: 100%;
    font-size: 15px;
    font-family: poppins,sans-serif!important;
    font-weight: 600!important;
    height: 48px;
    line-height: 48px;
    margin-top: 4px;
    letter-spacing: 0;
    background: transparent;
    margin-bottom: 25px;
}
#copyright {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #343434;
}
#copyright span {
    color:#fff;
    }

    .footer-icons{
      font-size: 19px;
      color:#ffff;
      margin-top: 0px;
    }
    .tf-info span a {
    color: #ffff;
}


.image-puzzle {
    position: relative;
}

.image-puzzle .img-bg {
    position: absolute;
    width: 49%;
    height: 63.5%;
    z-index: -2;
    background-color: #e3cca1;
    top: 0;
    left: 0;
}

.image-puzzle .image-hover .image {
    margin-left: 12.3%;
}
.image-puzzle .image-hover .image::before {
    margin-top: 60
px
;
    left: -80%;
}
.image-puzzle .image-hover .image img {
    margin-top: 12%;
}

.image-puzzle .image-hover .image {
    margin-left: 12.3%;
}


.image-puzzle .img-bg2 {
    width: 65%;
    height: 55%;
    z-index: -1;
    border: 2
px
 solid #434e6e;
    left: 6%;
    bottom: -8.5%;
    position: absolute;
}

.solution_tabs > ul {
  border-left:3px solid #ffffff;
}


.solution_tabs .active a {
  background: #ff9a32;
  /* background: #f2f2f2; */
  color: #5a5a5a;
  font-size: 16px;
  display: block;
  /* height: 58px; */
  line-height: 54px;
  width: 100%;
  padding-left: 16px;
  border-bottom: 1px solid #cecece;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}

.solution_tabs > ul {
  margin-top: 18px;
  list-style:none;
  magin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.solution_tabs ul li a {
  background: #094a6e;
  color: #ffffff;
  font-size: 18px;
  display: block;
  /* height: 58px; */
  line-height: 52px;
  width: 100%;
  padding-left: 14px;
  border-bottom:1px solid #cecece;
}

.solution_tabs ul li a:hover{
  background: #ff9d30;
  color: #ffffff;
  text-decoration:none;
}

.services-block-three{
	position: relative;
	margin-bottom: 35px;
}

.company-section .inner-box{
	position: relative;
	overflow: hidden;
	 box-shadow: 0px 0px 25px rgb(183 180 180 / 60%); 
	background-color: #ffffff;
}

.company-section .services-block-three .inner-box{
	margin:0px 15px;
}

.company-section .inner-box .image{
	position: relative;
	display:block;
	overflow: hidden;
}


.company-section .inner-box .image img{
	position: relative;
	width: 100%;
	display: block;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.company-section .inner-box:hover .image img{
	-webkit-transform: scale(1.08,1.08);
	-ms-transform: scale(1.08,1.08);
	transform: scale(1.08,1.08);
}

.company-section .inner-box .lower-content{
	position: relative;
	padding: 30px 30px 30px;
	height: 300px;
}

.company-section .inner-box .lower-content h2{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: red !important;
}

.company-section .inner-box .lower-content h2:before{
	position: absolute;
	content: '';
	left: -27px;
	top: -10px;
	width: 55px;
	height: 55px;
	z-index: -1;
	border: 10px solid #eef2ed;
	-moz-transform: perspective(400px) rotateY(35deg);
	-webkit-transform: perspective(400px) rotateY(35deg);
	-ms-transform: perspective(400px) rotateY(35deg);
	-o-transform: perspective(400px) rotateY(35deg);
	transform: perspective(400px) rotateY(35deg);
}

.company-section .inner-box .lower-content h2 a{
	position: relative;
	color: #084679;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.company-section .inner-box .lower-content h2 a:hover{
	position: relative;
	color: #f7941d !important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.company-section .inner-box .lower-content .text{
	position: relative;
	color: #444444;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 28px;
}

.company-section .inner-box .lower-content .icon-box{
	position: relative;
	color: #084679;
	font-size: 57px;
	line-height: 1em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.company-section .inner-box .lower-content .explore{
	position: absolute;
	right: 16px;
	bottom: 14px;
	color: #084679;
	font-weight: 500;
	font-size: 18px;
	float: right;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.company-section .inner-box .lower-content .explore .arrow{
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.company-section .inner-box:hover .lower-content .icon-box,
.company-section .inner-box:hover .lower-content h2 a,
.company-section .inner-box:hover .lower-content .explore{
	color: #084679;
}





/* Style 02 */
.feature-info-style-02 {
  background: #ffffff;
  padding: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
  }
  .feature-info-style-02 .feature-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    position: inherit;
    top: 0; }
  .feature-info-style-02 .feature-info-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .feature-info-style-02 .feature-info-bg-img:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(2, 45, 98, 0.5);
      z-index: 9;
      width: 100%;
      height: 100%; }
  .feature-info-style-02:hover .feature-info-bg-img {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .feature-info-style-02:hover .feature-info-content .icon-btn {
    opacity: 1; }
  .feature-info-style-02 .feature-info-content .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* Style 03 */
.feature-info-style-03 {
  padding: 45px;
  background: #f6f6f6;
  border-radius: 5px; }

/* Style 04 */
.feature-info-style-04 {
  padding: 45px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
  .feature-info-style-04:hover {
    background: #022d62; }
    .feature-info-style-04:hover .feature-info-content .feature-info-title {
      position: absolute;
      top: -55px; }
    .feature-info-style-04:hover .feature-info-content p {
      color: #ffffff;
      margin-top: 0px;
      margin-bottom: 50px; }
    .feature-info-style-04:hover .feature-info-content .btn {
      bottom: 35px; }
  .feature-info-style-04 .feature-info-content .feature-info-title {
    position: absolute;
    top: 45px; }
  .feature-info-style-04 .feature-info-content p {
    margin-top: 50px;
    margin-bottom: 0; }
  .feature-info-style-04 .feature-info-content .btn {
    position: absolute;
    bottom: -55px; }


    section.space-pb {
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .feature-info-style-02:hover .feature-info-bg-img {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .feature-info-style-02:hover .feature-info-content .icon-btn {
    opacity: 1; }
  .feature-info-style-02 .feature-info-content .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }



            .icon-btn {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 40px;
              height: 40px;
              text-align: center;
              background: #ef3139;
              border-radius: 50%;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-item-align: center;
              align-self: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              color: #ffffff;
          }

          h5.mb-0.feature-info-title {
            color: #3f3f3f;
            font-weight: 500;
            font-size: 18px;
        }

        ul.list-style-one {
          margin-bottom: 40px;
      }

      ul.list-style-two {
        margin-bottom: 40px;
    }

    .title-inner {
      color: #1e1e29;
      font-size: 30px;
      /* font-weight: 600; */
  }

  h3.h3_heading {
    font-size: 25px;
    color: #3b3b3b;
    font-weight: 300;
}


img.side-img {
  border: 13px solid #e3e3e3bb;
  max-width: 331px;
  margin-bottom: 30px;
}

.padding {
  padding-top: 20px;
  padding-bottom: 60px;
}


section.clients {
  padding: 50px 0px;
}

.office-block .text a {
  color: #000;
}

section.video-gallery-section {
    padding-bottom: 42px;
    padding-top: 50px;
}

.bottom-space {
    margin-bottom: 22px;
}
.enquire-us-right > button {
    background-color: #e20e03;
    color: #fff;
    border: 1px solid #550501;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    height: 51px;
    cursor: pointer;
    }
	
		.enquire-us-right {
    position: fixed;
    right: -72px;
    top: 46%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 999;
    }

.loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background: rgba(255, 255, 255, 0.6);
}

img.loading-image {
    top: 50%;
    position: absolute;
}