/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: 'Avenir 85';
  src: url("../fonts/avenir/Avenir-Heavy.woff2") format("woff2"), url("../fonts/avenir/Avenir-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal; 
  font-display: block;
}
@font-face {
  font-family: 'Avenir Roman';
  src: url("../fonts/avenir/Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
    font-display: block;
    }
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/avenir/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/avenir/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
    font-display: block;

}
html, body {
  font-size: 100%;
  overflow-x: hidden;
  font-size: 16px;
  background: #ffffff;
  color: #626c84;
  font-family: 'Avenir Roman', sans-serif; }

* {
  margin: 0;
  padding: 0; }
  
  @media (min-width: 1400px){
.container {
    max-width: 1320px;
}
}



ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

h1, h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  color: #4d5568;
  font-family: 'Avenir 85', sans-serif; }

h1 {
  font-size: 2.8rem;
  font-family: 'Avenir Next LT Pro', sans-serif; }

h2 {
  font-size: 2.2rem; }
  @media (max-width: 480px) {
    h2 {
      font-size: 2rem; } }

h3, h4, h5, h6 {
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-weight: bold; }

h3 {
  font-size: 1.8rem; }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.4rem;
      line-height: 2rem; } }

h4 {
  font-size: 1.2rem;
  line-height: 1.6rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.8rem; }

p {
  margin: 0 0 20px 0;
  line-height: 1.8rem;
  font-size: 17px; }

.lg-txt {
  font-size: 1.2rem;
  color: #626c84; }

.right {
  float: right; }

.mt-btn {
  background: #5272ff;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 32px;
  position: relative;
  font-weight: bold;
  display: inline-block; }
  .mt-btn i.fa.fa-angle-right {
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: 2px; }
  .mt-btn:hover {
    color: #ffffff;
    background: #005eb8;
    box-shadow: 0px 5px 40px 0px rgba(30, 30, 30, 0.1); }
  @media (max-width: 480px) {
    .mt-btn {
      padding: 10px 20px; } }

a {
  color: #5272ff;
  font-family: 'Avenir Next LT Pro', sans-serif; }

a:hover {
  text-decoration: none;
  color: #005eb8; }

.center {
  text-align: center; }

.mt-content {
  margin-bottom: 40px; }

.mt-border {
  border-radius: 22px;
  display: inline-block; }

/* images */
img {
  height: auto;
  max-width: 100%; }

.main-title {
  text-align: center; }

.main-title h3 {
  margin-bottom: 10px; }

.mt-lg-padding {
  padding: 80px 0; }

.mt-sm-padding {
  padding: 60px 0; }

.mt-center {
  text-align: center; }

a:focus, a:hover {
  outline: 0; }

.section-title {
  text-align: center;
  margin: 0px auto 20px;
  max-width: 700px;
  overflow: hidden; }
  .section-title h2 {
    position: relative;
    display: inline-block; }
    .section-title h2:before, .section-title h2:after {
      position: absolute;
      width: 50px;
      height: 1px;
      background: #ddd;
      content: '';
      top: 18px;
      right: 105%;
      z-index: 99; }
    .section-title h2:after {
      right: auto;
      left: 105%; }
  .section-title.bg-blue h2 {
    color: white; }
    .section-title.bg-blue h2 span {
      color: #ffffff; }
  .section-title.bg-blue p {
    color: rgba(255, 255, 255, 0.8); }
  .section-title h2 {
    color: #5272ff;
    font-weight: 600;
    margin-bottom: 10px; }
    .section-title h2 span {
      color: #5272ff;
      font-weight: 600; }
    @media (max-width: 991px) {
      .section-title h2 {
        font-size: 1.8rem; } }
  .section-title p {
    font-size: 18px;
    line-height: 2rem; }

.mt-lists {
  text-align: left; }
  .mt-lists li {
    position: relative;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 1.1rem; }
    .mt-lists li:before {
      position: absolute;
      left: 0;
      top: 10px;
      width: 5px;
      height: 5px;
      background: #014C9F;
      border-radius: 50%;
      content: ''; }

.breadcrumb {
  background: transparent; }
  .breadcrumb .breadcrumb-item.active {
    color: #ffffff; }
  .breadcrumb .breadcrumb-item a {
    color: #f1f1f1;
    font-weight: bold; }
    .breadcrumb .breadcrumb-item a:hover {
      color: #039CE2;
      text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff; }



header {
  z-index: 999; }
  header .top-header {
    position: relative;
	  text-align:right;
    padding: 7px 15px;
    background: #5272ff; }
    @media (max-width: 991px) {
      header .top-header {
        padding: 7px 0; } }
    header .top-header .header-widgets {
      text-align: right;
      margin-bottom: 0; }
      header .top-header .header-widgets li {
        display: inline-block;
        font-weight: 300;
        color: #ffffff;
        font-size: 0.8rem;
        margin-left: 30px; }
        header .top-header .header-widgets li a {
          color: #ffffff; }
          header .top-header .header-widgets li a:hover {
            color: #039CE2; }
        @media (max-width: 420px) {
          header .top-header .header-widgets li:last-child {
            display: none; }
			
}
  header .main-header {
    background: #ffffff;
    border-bottom: 1px solid #eee; }
    header .top-contacts {
		margin-right:20px;
      text-align: right;}
      header .top-contacts li {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px; }
        header .top-contacts li a {
          color: #fff; }
          header .top-contacts li a:hover {
            color: #e2e2e2; }
            header .main-header .logo{
                width:100px;
                transition:ease all  0.3s;
            }
    header .main-header.fixed-header .logo {
      width: 75px;
      padding: 12px 0;
      transition:ease all  0.3s;}
    header .main-header.fixed-header .navbar,
    header .main-header.fixed-header .nav-link {
      padding: 0; }
    header .main-header.fixed-header nav .navbar-nav li a.nav-link,
    header .main-header.fixed-header .hdr-right-widgets {
      padding: 20px 0; }
      @media (max-width: 767px) {
        header .main-header.fixed-header nav .navbar-nav li a.nav-link,
        header .main-header.fixed-header .hdr-right-widgets {
          padding: 15px 0; } }
    header .main-header.fixed-header nav .navbar-nav li .dropdown-menu li a {
      padding: 5px; }
    header .main-header .logo {
      display: inline-block;
      padding: 10px 0; }
      @media (max-width: 1200px) {
        header .main-header .logo {
          margin-left: 15px;
          margin-bottom: 0; } }
    header .main-header nav {
      background: transparent;
      padding: 0;
      float: right; }
      @media (max-width: 767px) {
        header .main-header nav {
          float: none; } }
      header .main-header nav .navbar-nav li {
        margin-left: 40px;
        position: relative; }
        @media (max-width: 991px) {
          header .main-header nav .navbar-nav li {
            margin-left: 25px; } }
        @media (max-width: 767px) {
          header .main-header nav .navbar-nav li {
            margin-left: 0; } }
        header .main-header nav .navbar-nav li a {
          
          padding: 20px 0;
          font-size: 14px;
          font-weight: bold;
          color: #333333;
          text-transform:uppercase;
          display: block; }
          @media (max-width: 991px) {
            header .main-header nav .navbar-nav li a {
              font-size: 14px; } }
          @media (max-width: 767px) {
            header .main-header nav .navbar-nav li a {
              padding: 15px 0;
              font-size: 13px; } }
          header .main-header nav .navbar-nav li a:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right:0;
            content: '';
            background: #5272ff;
            margin:0 auto;
            width: 0px;
            height: 3px;
            transition: all 0.4s; }
          header .main-header nav .navbar-nav li a:hover, header .main-header nav .navbar-nav li a.active, header .main-header nav .navbar-nav li.current_page_item a{
            color: #5272ff; }
          header .main-header nav .navbar-nav li a:hover:before, header .main-header nav .navbar-nav li a.active:before, header .main-header nav .navbar-nav li.current_page_item a:before {
            width: 100%; }

button.navbar-toggler.ml-auto {
  position: absolute;
  right: 0;
  top: -65px;
  border: none; }

button.navbar-toggler{
	margin-top:10px;
}

.navbar-toggler .bar{
	position:relative;
	width:28px;
	height:3px;
	background-color:#33b6e9;
	display:block;
	border-radius:5px;
	-webkit-transition:ease all 0.3s;
	transition:ease all 0.3s;
}

.navbar-toggler .bar:before,
.navbar-toggler  .bar:after{
	content:"";
	position:absolute;
	width:35px;
	background-color:#5272ff;
	left:0;
	height:3px;
	border-radius:5px;
	-webkit-transition:ease all 0.3s;
	transition:ease all 0.3s;
}

.navbar-toggler .bar:before{
	top:-12px;
}

.navbar-toggler  .bar:after{
	bottom:-12px;
}
.navbar-toggler[aria-expanded="true"] .bar{
background-color:transparent;
	-webkit-transition:ease all 0.3s;
	transition:ease all 0.3s;
}

.navbar-toggler[aria-expanded="true"] .bar:before{
	top:0;
	transform:rotate(45deg);
	-webkit-transition:ease all 0.3s;
	transition:ease all 0.3s;
}

.navbar-toggler[aria-expanded="true"] .bar:after{
	bottom:0;
	transform:rotate(-45deg);
	-webkit-transition:ease all 0.3s;
	transition:ease all 0.3s;
}

#billboard-section {
  position: relative;
  padding-top: 40px; }
  @media (max-width: 480px) {
    #billboard-section .hero-image-caption {
      padding: 0 20px; } }
  #billboard-section .hero-image-caption p {
    color: #626c84;
    margin-bottom: 7px;
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 26px; }
  #billboard-section .hero-image-caption h1 {
    font-size: 3.2rem;
    font-weight:700;
    color: #5272ff;
    text-transform: capitalize; }
    @media (max-width: 1200px) {
      #billboard-section .hero-image-caption h1 {
        font-size: 2.8rem; } }
    @media (max-width: 991px) {
		header .main-header .logo{
			width:75px;
		}
		button.navbar-toggler.ml-auto{
			top:-57px;
		}
      #billboard-section .hero-image-caption h1 {
        font-size: 2.4rem; } }
    @media (max-width: 480px) {
      #billboard-section .hero-image-caption h1 {
        font-size: 2rem;
        line-height: 2.8rem; } }
    #billboard-section .hero-image-caption h1 span {
      font-weight: 300;
      text-transform: lowercase; }

#mt-services {
  position: relative;
  z-index: 9;
  overflow: visible;
  text-align: center;
  margin: 60px 0; }
  @media (max-width: 767px) {
    #mt-services {
      margin-top: 20px; } }
  #mt-services ul li {
    text-align: center;
    display: inline-block;
    transition: all 0.4s;
    position: relative;
    margin-right: 3px;
    top: 8px;
    padding: 0 10px;
    vertical-align: middle; }
    @media (max-width: 991px) {
      #mt-services ul li:first-child {
        width: 100%;
        margin-bottom: 30px; } }
    #mt-services ul li h4 {
      margin: -30px 0 0;
      font-family: 'Avenir Next LT Pro', sans-serif;
      font-size: 1.4rem; }
    #mt-services ul li:hover .srv-icons img {
      filter: none;
      margin-top: -10px;
      opacity: 1; }
    #mt-services ul li:hover .srv-title {
      opacity: 1; }
    #mt-services ul li .srv-icons {
      width: 50px;
      margin: 0 auto;
      position: relative;
      z-index: 9;
      position: relative;
      transition: all 0.4s;
      margin-bottom: 10px;
      margin-top: 0; }
      #mt-services ul li .srv-icons img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.4s;
        opacity: 0.7; }
        @media (max-width: 1200px) {
          #mt-services ul li .srv-icons img {
            width: 50px; } }
    #mt-services ul li .srv-title {
      margin-bottom: 0;
      line-height: 14px;
      opacity: 0;
      transition: all 0.4s;
      margin-top: 20px; }
      #mt-services ul li .srv-title a {
        font-size: 1rem;
        font-weight: 400;
        position: relative;
        z-index: 99; }
        #mt-services ul li .srv-title a:hover {
          color: #039CE2; }

#who-we-are .content-section {
  padding: 0 10px;
  margin-top: -30px; }
  @media (max-width: 991px) {
    #who-we-are .content-section {
      margin-top: 0px; } }
  @media (max-width: 767px) {
    #who-we-are .content-section {
      margin-top: 30px; } }
#who-we-are .content-thumbnail {
  position: relative;
  overflow: hidden; }
  /*#who-we-are .content-thumbnail:before {*/
  /*  position: absolute;*/
  /*  left: -30px;*/
  /*  right: -30px;*/
  /*  bottom: -35px;*/
  /*  content: '';*/
  /*  height: 60px;*/
  /*  background: #ffffff;*/
  /*  transform: rotate(-5deg); }*/
#who-we-are .feature-icons {
  margin-top: 40px; }
  #who-we-are .feature-icons .meta-icons {
    text-align: center; }
    #who-we-are .feature-icons .meta-icons h5 {
      color: #014C9F;
      font-family: 'Avenir Next LT Pro', sans-serif;
      line-height: 20px; }
    #who-we-are .feature-icons .meta-icons:hover img {
      transform: scale(1.2); }
    #who-we-are .feature-icons .meta-icons img {
      width: 40px;
      margin-bottom: 10px;
      transition: all 0.4s; }

#working-areas {
  background: #f5f5f5;
 padding-bottom: 60px;
}
  #working-areas .working-area {
    text-align: center;
    margin-top: 10px;
    padding: 30px 15px 40px;
    border-radius: 6px;
	  border-top:6px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
       /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);*/
       /*clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);*/
       }
       #working-areas .working-area:hover {
         background: #ffffff;
		   border-top:6px solid #5272ff;
         -webkit-transform: scale(1.1);
         transform: scale(1.1);
         /* -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2); */
         box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.03); 
       }
    @media (max-width: 991px) {
      #working-areas .working-area {
        padding: 0px; } }
    #working-areas .working-area:hover svg, #working-areas .working-area:hover h4 a {
      fill: #5272ff;
      color: #5272ff;
      -webkit-transition: all 0.4s;
    transition: all 0.4s;}
    
    #working-areas .working-area figure img {
      height: 50px; }
    #working-areas .working-area figure figcaption {
      margin-top: 20px; }
      #working-areas .working-area figure figcaption h4 {
          color:#1985b9;
        margin-bottom: 10px; }
      #working-areas .working-area figure figcaption a {
        margin-bottom: 10px;
        color: #02b8f7; }
        #working-areas .working-area figure figcaption a:hover {
          color: #011B91; }
#working-areas .working-area:hover figure figcaption h4{
    color: #011B91;
}
#work-with-us {
  background-image: linear-gradient(-90deg, #014C9F, #039CE2);
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
  margin-bottom: -20px; }
  #work-with-us:before {
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -50px;
    content: '';
    height: 100px;
    background: #ffffff;
    transform: rotate(3deg); }
  #work-with-us .job-section {
    margin: 10px 0;
    display: inline-block;
    width: 90%; }
    @media (max-width: 480px) {
      #work-with-us .job-section {
        width: 100%; } }
    #work-with-us .job-section h3 {
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 1.4rem; }
    #work-with-us .job-section .job-lists li a {
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.4);
      padding: 12px 15px;
      display: inline-block;
      color: #ffffff;
      margin: 5px 0;
      border-radius: 6px;
      text-transform: capitalize;
      line-height: 26px;
      transition: all 0.4s;
      font-weight: normal;
      font-size: 15px; }
      #work-with-us .job-section .job-lists li a i.fa {
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 16px;
        float: right;
        opacity: 0.7; }
        @media (max-width: 480px) {
          #work-with-us .job-section .job-lists li a i.fa {
            display: none; } }
      #work-with-us .job-section .job-lists li a:hover {
        background: #ffffff;
        color: #039CE2;
        box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2); }
        #work-with-us .job-section .job-lists li a:hover i.fa {
          color: #014C9F;
          border: 1px solid #014C9F;
          opacity: 1; }
    #work-with-us .job-section .job-btn {
      display: inline-block;
      float: right;
      color: #ffffff;
      text-decoration: underline; }
      #work-with-us .job-section .job-btn:hover {
        text-decoration: none;
        opacity: 0.8; }
    @media (max-width: 767px) {
      #work-with-us .job-section {
        margin-bottom: 40px; } }

/** footer section css **/
footer.mt-footer {
    position:relative;
    padding-bottom:30px;
  clear: both;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003466+0,005eb8+100 */
background: rgb(0,52,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,52,102,1) 0%, rgba(0,94,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5272ff', endColorstr='#005eb8',GradientType=0 ); /* IE6-9 */


  overflow: hidden; }
  footer.mt-footer:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-repeat:no-repeat;
      background-size:auto;
      background-position:center center;
      opacity:0.2;
  }
  
  @media (max-width: 480px) {
    footer.mt-footer {
      padding: 40px 0; } }
  footer.mt-footer .mt-footer .col-md-3.col-sm-4 {
    left: -20px;
    position: relative; }
    @media (max-width: 767px) {
      footer.mt-footer .mt-footer .col-md-3.col-sm-4 {
        left: 0px; } }
  footer.mt-footer .footer-widgets {
    margin-bottom: 40px;
    color:#fff;}
    @media (max-width: 991px) {
      footer.mt-footer .footer-widgets {
        overflow: hidden; } }
    footer.mt-footer .footer-widgets.middle-ftr {
      position: relative;
      left: -30px; }
      @media (max-width: 991px) {
        footer.mt-footer .footer-widgets.middle-ftr {
          left: 0; } }
    footer.mt-footer .footer-widgets p span img {
      width: 18px;
      margin-right: 10px;
     filter:brightness(10);}
    footer.mt-footer .footer-widgets .ftr-menu li,
footer.mt-footer .footer-widgets ul li{
      /*width: 33.3333%;*/
      /*float: left;*/
      line-height: 34px; }
    footer.mt-footer .footer-widgets p {
      margin-bottom: 10px;
      line-height: 27px; }
    footer.mt-footer .footer-widgets .subscription-form .input-group {
      position: relative;
      border-radius: 32px;
      height: 50px;
      margin-bottom: 20px; }
      footer.mt-footer .footer-widgets .subscription-form .input-group input {
        position: absolute;
        width: 100%;
        height: 50px;
        border-radius: 32px;
        padding: 0 20px;
        border: 1px solid transparent;
        inner-shadow: none;
        -webkit-box-shadow: 0px 5px 40px 0px rgba(30, 30, 30, 0.1);
        box-shadow: 0px 5px 40px 0px rgba(30, 30, 30, 0.1); }
        footer.mt-footer .footer-widgets .subscription-form .input-group input:focus {
          outline: none;
          border: 1px solid #039CE2; }
      footer.mt-footer .footer-widgets .subscription-form .input-group button {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        background: #039CE2;
        color: #ffffff;
        width: 50px;
        border: none;
        border-radius: 0 32px 32px 0px;
        cursor: pointer;
        transition: all 0.4s; }
        footer.mt-footer .footer-widgets .subscription-form .input-group button:hover {
          background: #014C9F; }
    footer.mt-footer .footer-widgets h4 {
      color: #fff;
      font-size:16px;
      font-family: 'Avenir Next LT Pro', sans-serif;
margin-bottom:20px;
        text-transform:uppercase;
    }

    footer.mt-footer .footer-widgets li {
      margin-bottom: 5px; }
    footer.mt-footer .footer-widgets a {
      width: 100%;
      display: block;
      margin-bottom: 7px;
      color: #fff; }
      
      footer.mt-footer .footer-widgets a img{
          width:18px;
          filter:brightness(10);
      }
      
      footer.mt-footer .footer-widgets a:hover {
        color: #e9e9e9; }
    footer.mt-footer .footer-widgets .ftr-contact {
      margin-top: 20px; }
    footer.mt-footer .footer-widgets .ftr-socials {
        margin-top:10px;
        margin-left:0;
      clear: both;
      /*text-align: center; */}
      footer.mt-footer .footer-widgets .ftr-socials li,
.top-header .ftr-socials li{
        display: inline-block;
        margin-right: 5px;
        margin-top: 8px; }
.top-header ul{
	display:inline-block;
}

.top-header ul li a{
	color:#fff;
}
        footer.mt-footer .footer-widgets .ftr-socials li a i.fa {
          font-size: 18px;
          color: #fff;
          margin-right:15px;
          /*width: 30px;*/
          /*height: 30px;*/
          /*border-radius: 50%;*/
          /*line-height: 30px;*/
          /*text-align: center;*/
          /*transition: all0 0.4s;*/ }
          footer.mt-footer .footer-widgets .ftr-socials li a i.fa:hover {
            /*background: #039CE2;*/
            color: #e9e9e9; }
  footer.mt-footer .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px; }
    footer.mt-footer .bottom-footer p {
      margin-bottom: 0px;
      margin-top: 5px;
      color: #fff;
      font-size: 0.9rem; }
    footer.mt-footer .bottom-footer .footer-logo {
      float: right;
      width: 60px; }
      @media (max-width: 480px) {
        footer.mt-footer .bottom-footer .footer-logo {
          float: none;
          margin-top: 20px; } }

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
      animation: smoothScroll 1s forwards;
  z-index: 99999; }
  
  @keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

#fade-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
  transition: all 0.4s; }

#inner-banner {
  width: 100%;
  height: 400px;
  background: #458db4;
  position: relative; }
  #inner-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(30, 30, 30, 0.5);
    z-index: 9;
    content: '';
    width: 100%;
    height: 100%; }
  #inner-banner .inner-banner-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;
    margin: 0; }
    @media (max-width: 767px) {
      #inner-banner .inner-banner-caption {
        position: relative;
        left: auto;
        right: auto;
        transform: none; } }
    #inner-banner .inner-banner-caption h1,
    #inner-banner .inner-banner-caption p {
      color: #ffffff;
      margin-bottom: 12px; }
    #inner-banner .inner-banner-caption p {
      font-size: 1.25rem;
      line-height: 2.2rem; }

#key-section {
  background: #f5f5f5; }
  #key-section .mt-features {
    margin: 20px; }
    #key-section .mt-features img {
      width: 60px; }
    #key-section .mt-features h4 {
      margin: 20px 0 10px; }

#mt-hero-block {
  position: relative;
  padding: 60px 0;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003466+0,005eb8+100 */
background: rgb(0,52,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,52,102,1) 0%, rgba(0,94,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5272ff', endColorstr='#005eb8',GradientType=0 ); /* IE6-9 */

  min-height: 500px;
  padding-top: 100px; 
  overflow: hidden;
}

.mt-hero-block{
    position:relative;
       /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003466+0,005eb8+100 */
background: rgb(0,52,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,52,102,1) 0%, rgba(0,94,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5272ff', endColorstr='#005eb8',GradientType=0 ); /* IE6-9 */
}
.mt-hero-block:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../images/footer-overlay.png');
	background-repeat:no-repeat;
	background-position: 80%  center;
	background-size:contain;
	opacity:0.12;
}

.mt-hero-img{
    width:100%;
    height:100%;
}

.mt-hero-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.mt-hero-content{
    color:#fff;
    padding:60px 60px 60px 0;
}
.mt-hero-content h3{
    margin-bottom:25px;
}

#mt-hero-block:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../images/footer-overlay.png');
	background-repeat:no-repeat;
	background-position: 80%  center;
	background-size:contain;
	opacity:0.12;
}

  #mt-hero-block .mt-hero-content {
    padding-right: 60px; }
    @media (max-width: 640px) {
      #mt-hero-block .mt-hero-content {
        padding: 0 20px; } }
    #mt-hero-block .mt-hero-content h3,
    #mt-hero-block .mt-hero-content p {
      color: #ffffff; }

#form-section {
  background: linear-gradient(-90deg, #286090, #0099E0); }

#contact-info {
  background: #f5f5f5;
  /*border-bottom: 1px solid #ddd;*/
  }
  #contact-info h4 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #5272ff; }
    #contact-info h4:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      background: #5272ff;
      width: 3px;
      height: 100%; }
  #contact-info .us-office, #contact-info .kathmandu-office {
    background: #ffffff; 
height:100%;}
  #contact-info .mt-contacts li {
    margin-bottom: 8px; }
    #contact-info .mt-contacts li strong a {
      text-decoration: underline; }
    #contact-info .mt-contacts li span {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
      #contact-info .mt-contacts li span img {
        width: 20px; }
    #contact-info .mt-contacts li p {
      display: inline-block;
      margin-bottom: 0;
      font-size: 1rem; }
    #contact-info .mt-contacts li a {
      color: #626c84; }
      #contact-info .mt-contacts li a:hover {
        color: #014C9F; }
  #contact-info .mt-socials {
    margin-top: 25px; }
    #contact-info .mt-socials li {
      display: inline-block;
      margin-right: 5px; }
      #contact-info .mt-socials li a {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 1.2rem;
        background: #f5f5f5; }
        #contact-info .mt-socials li a:hover {
          background: #039CE2;
          color: #ffffff; }

.contact-section {
	border-radius:10px;
/*   padding: 25px; */
  position: relative;
/*   margin: 0px 0px 30px; */
  border: 1px solid #eee;
  	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003466+0,005eb8+100 */
background: rgb(0,52,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,52,102,1) 0%, rgba(0,94,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5272ff', endColorstr='#005eb8',GradientType=0 ); /* IE6-9 */
} 
  .contact-section h3{
    color: #fff;
    margin-bottom: 15px;
  }
  .contact-section.mt-form {
    border: none;
    padding: 30px; }
  @media (max-width: 991px) {
      
      .mt-hero-content{
    color:#fff;
    padding:60px 30px 60px 30px;
}
      
    .contact-section {
      margin: 0; }
      
    
      
  }
  .contact-section.review-form {
    margin: 0;
    position: inherit;
    padding: 20px; }
    .contact-section.review-form:after, .contact-section.review-form:before {
      display: none; }
  .contact-section .form-control {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    resize: none;
    margin: 0 0 20px;
    min-height: 50px;
    font-weight: bold;
    color: #ffffff; }
    .contact-section .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff;
      opacity: 0.7; }
    .contact-section .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff;
      opacity: 0.7; }

.mt-half-section {
  width: 50%;
  float: left;
  margin-bottom: -10px; }
  @media (max-width: 640px) {
    .mt-half-section iframe {
      height: 300px; } }
  @media (max-width: 640px) {
    .mt-half-section {
      width: 100%; } }
  .mt-half-section.right-section {
    position: relative;
    background: #116a9e url(../images/why-us-pattern.png) fixed repeat center center;
    background-size: 40%;
    float: right;
    height: 450px; }
    @media (max-width: 640px) {
      .mt-half-section.right-section {
        height: auto; } }
  .mt-half-section .contact-info {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%; }
    @media (max-width: 640px) {
      .mt-half-section .contact-info {
        top: auto;
        left: auto;
        transform: none;
        position: inherit;
        padding: 60px 0; } }
    .mt-half-section .contact-info .contact-logo {
      margin-bottom: 20px; }
    .mt-half-section .contact-info p {
      color: #ffffff;
      margin: 5px; }
      .mt-half-section .contact-info p span {
        color: #039CE2; }
      .mt-half-section .contact-info p a {
        color: #ffffff; }
        .mt-half-section .contact-info p a:hover {
          color: #039CE2; }

.career-benefit-section {
  padding: 20px 0; }
  .career-benefit-section h3 {
    margin-bottom: 20px; }
  .career-benefit-section .career-benefits img {
    height: auto;
    max-width: 100%;
    width: 70px;
    margin: 10px 0; }
    
    
    .hm-page .vacancy-section{
        margin-top:20px;
        margin-bottom:0;
    }

.vacancy-section {
  border-top: 4px solid #5272ff;
  margin: 60px 60px 20px;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1); 
border-radius:10px;
}
  @media (max-width: 991px) {
    .vacancy-section {
      margin: 60px 0 0;
      padding: 30px; } }
  .vacancy-section .job-listings li {
    clear: both;
    overflow: hidden;
    padding: 15px 12px;
    border-bottom: 1px solid #eee; }
    .vacancy-section .job-listings li:hover {
      background: #f5f5f5; }
    .vacancy-section .job-listings li:last-child {
      border: none; }
    .vacancy-section .job-listings li h4 {
      float: left;
      display: inline-block;
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .vacancy-section .job-listings li h4 {
          display: block;
          float: none;
          margin-bottom: 5px; } }
    .vacancy-section .job-listings li a {
      display: inline-block;
      float: right;
      font-weight: bold; }
      @media (max-width: 480px) {
        .vacancy-section .job-listings li a {
          display: block;
          float: none; } }
      .vacancy-section .job-listings li a i.fa {
        margin-left: 5px; }
      .vacancy-section .job-listings li a:hover {
        color: #014C9F;
        text-decoration: underline; }

#internship-section {
  background: url(../images/internship-banner.png) fixed no-repeat center center/cover;
  text-align: center;
  padding: 140px 0;
  position: relative; }
  @media (max-width: 767px) {
    #internship-section {
      padding: 80px 0; } }
  #internship-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.3);
    content: ''; }
  #internship-section h2 {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 99; }

#cta-section {
  padding: 30px 0;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b6f7+0,0e85bd+100 */
background: rgb(0,182,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,182,247,1) 0%, rgba(14,133,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,182,247,1) 0%,rgba(14,133,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,182,247,1) 0%,rgba(14,133,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6f7', endColorstr='#0e85bd',GradientType=0 ); /* IE6-9 */
  text-align: center; }
  #cta-section h3 {
    display: inline-block;
    margin: 10px 20px;
    color: #ffffff;
    font-size: 1.4rem; }
  #cta-section a {
    display: inline-block;
    margin: 10px 20px;
    background: transparent;
    border: 2px solid #fff; }
    #cta-section a:hover {
/*       border: 2px solid #039CE2; */
      background: #039CE2; }

#job-details {
  border-bottom: 1px solid #ddd;
/*   background: url(../images/map.jpg) no-repeat bottom right/cover; */
/*   background-size: 150%; */
 } 
  #job-details .job-section {
    text-align: left;
    border: 2px solid #eee;
/*     padding: 30px 60px; */
    margin-bottom: 30px;
    transition: all 0.4s;
    background: #ffffff; }
#job-details .job-section .job-section-inner{
	padding: 30px 60px;
}
    #job-details .job-section:hover {
      background: #f5f5f5;
      border: 2px solid #f5f5f5; }
    #job-details .job-section h4 {
      position: relative;
      padding-left: 0px;
      color: #014C9F;
      margin-bottom: 10px; }
      #job-details .job-section h4:before {
        left: 60px;
        top: 50%;
		  margin-top:-13px;
        position: absolute;
        width: 24px;
        height: 32px;
        content: '';
        background: url(../images/name.png) no-repeat;
        background-size: 100%; }
    #job-details .job-section .description-lists li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 7px; }
      #job-details .job-section .description-lists li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #014C9F; }
  #job-details .job-buttons .mt-btn {
    margin: 10px;
    display: inline-block; }
    #job-details .job-buttons .mt-btn i.fa {
      margin-right: 8px;
      font-size: 16px; }
    #job-details .job-buttons .mt-btn.mt-border {
      color: #039CE2;
      background: #fff;
      border: 1px solid #039CE2; }
  #job-details .mt-note {
    font-size: 18px;
    margin: 10px 0 30px; }
  #job-details #cta-section {
    padding: 20px; }
  #job-details #apply_form .input-group {
    margin-bottom: 15px; }
    #job-details #apply_form .input-group input,
    #job-details #apply_form .input-group textarea {
      height: 50px; }
      #job-details #apply_form .input-group input::-webkit-input-placeholder,
      #job-details #apply_form .input-group textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #626c84;
        opacity: 0.4; }
      #job-details #apply_form .input-group input::-moz-placeholder,
      #job-details #apply_form .input-group textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #626c84;
        opacity: 0.4; }
    #job-details #apply_form .input-group textarea {
      min-height: 140px; }
#job-details .meta-date{
	display:inline-block;
	padding:10px 50px;
	color:#0c84b8;
	background-color:#a8e9ff;
	border-radius:6px;
}

.apply-section {
  background: #f5f5f5; }

.inputDiv {
  position: relative;
  width: 100%;
  height: 50px; }
  .inputDiv label {
    position: absolute;
    width: 100%;
    height: 50px;
    background: #cdebf8;
    top: 0;
    left: 0;
    color: #039CE2;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    padding: 0 20px; }
    .inputDiv label i.fa {
      margin-right: 10px; }

.g-recaptcha {
  position: relative;
  margin: 0 auto 10px; }

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
  position: relative; }

select::-ms-expand,
select::-webkit-expand,
select::-moz-expand {
  display: none; }

/* select.form-control:not([size]):not([multiple]) {
  background: transparent; } */

/* Arrow */
.select {
  position: relative;
  border-radius: 4px;

  height: 50px; }
/* 
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  bottom: 0;
  height: 50px;
  padding: 0 1em;
  background: #75ADCF;
  pointer-events: none; } */

/* Transition */
.select:hover::after {
  color: #fff; }

.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

.select option {
  background: #039CE2; }

small {
  font-size: 13px;
  padding: 10px 10px 0;
  margin: 0; }

.section-title h3 {
  color: #014C9F;
  font-size: 1.6rem; }

.mt-captcha {
  position: relative; }
  .mt-captcha iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#team-section .team-member figure {
  position: relative;
  height: 305px;
  background: #f5f5f5;
  overflow: hidden; }



#team-section .team-member figure:hover figcaption{
	margin-top:-10px;
	transition: ease all 0.4s;
}


  /*#team-section .team-member figure:hover figcaption {*/
  /*  top: 0;*/
  /*  padding: 30px;*/
  /*  background: #014C9F; }*/
  /*  @media (max-width: 991px) {*/
  /*    #team-section .team-member figure:hover figcaption {*/
  /*      padding: 20px; } }*/
  /*  @media (max-width: 767px) {*/
  /*    #team-section .team-member figure:hover figcaption {*/
  /*      padding: 30px; } }*/
  /*  #team-section .team-member figure:hover figcaption h4,*/
  /*  #team-section .team-member figure:hover figcaption p {*/
  /*    color: #ffffff; }*/
  /*  #team-section .team-member figure:hover figcaption .description-section {*/
  /*    opacity: 1; }*/
  /*    #team-section .team-member figure:hover figcaption .description-section p {*/
  /*      opacity: 1;*/
  /*      padding-top: 10px; }*/
  #team-section .team-member figure .imgDiv {
    display: block;
    height: 220px;
    width: 100%;
    overflow: hidden;
    transition: ease all 0.4s;
    position: relative; }
    @media (max-width: 991px) {
      #team-section .team-member figure .imgDiv {
        height: 210px; } }
    @media (max-width: 480px) {
      #team-section .team-member figure .imgDiv {
        height: 225px; } }
    #team-section .team-member figure .imgDiv img {
      height: 220px;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        #team-section .team-member figure .imgDiv img {
          height: 210px; } }
      @media (max-width: 480px) {
        #team-section .team-member figure .imgDiv img {
          height: 230px; } }
  #team-section .team-member figure figcaption {
     position: relative;
    /*height: 100%;
    top: 220px;
    left: 0; */
	  z-index:999;
    padding: 17px;
    transition: ease all 0.4s;
    text-align: center;
color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003466+0,005eb8+100 */
background: rgb(0,52,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,52,102,1) 0%, rgba(0,94,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,52,102,1) 0%,rgba(0,94,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5272ff', endColorstr='#005eb8',GradientType=0 ); /* IE6-9 */
}
/*     @media (max-width: 991px) {
      #team-section .team-member figure figcaption {
        top: 210px; } } */
/*     @media (max-width: 480px) {
      #team-section .team-member figure figcaption {
        top: 220px; } } */
    #team-section .team-member figure figcaption h4 {
      margin-bottom: 5px; }
    #team-section .team-member figure figcaption p {
      margin-bottom: 0;
      line-height: 20px;
      opacity: 0.8; }
    #team-section .team-member figure figcaption .description-section {
      opacity: 0;
      transition: all 1s; }
    #team-section .team-member figure figcaption .team-meta {
      position: absolute;
      bottom: 20px; }
      #team-section .team-member figure figcaption .team-meta li {
        display: inline-block;
        margin-right: 3px; }
        @media (max-width: 991px) {
          #team-section .team-member figure figcaption .team-meta li {
            margin-right: 0px; } }
        #team-section .team-member figure figcaption .team-meta li a {
          color: #ffffff;
          font-size: 1.1rem;
          text-align: center;
          display: inline-block;
          background: transparent;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          line-height: 40px;
          transition: all 0.4s; }
          #team-section .team-member figure figcaption .team-meta li a:hover {
            background: #039CE2; }

.team-faculty {
  margin: 40px 0 0; }
  .team-faculty ul {
    text-align: center; }
    .team-faculty ul li.team-member {
      width: 25%;
      display: inline-block;
      margin: 10px 20px; }
      @media (max-width: 991px) {
        .team-faculty ul li.team-member {
          width: 30%; } }
      @media (max-width: 767px) {
        .team-faculty ul li.team-member {
          width: 45%; } }
      @media (max-width: 480px) {
        .team-faculty ul li.team-member {
          width: 80%;
          margin-bottom: 20px; } }

#team-section {
  border-bottom: 1px solid #ddd; }
  #team-section .description {
    font-size: 1rem;
    line-height: 20px; }

#service-section {
  border-bottom: 1px solid #ddd; }
  #service-section .mt-services {
    margin: 40px 0;
    display: inline-block; }
    #service-section .mt-services .case-desc h3 a {
      color: #014C9F; }
      #service-section .mt-services .case-desc h3 a:hover {
        color: #039CE2; }
    #service-section .mt-services .case-desc .mt-btn {
      margin-top: 10px;
      display: inline-block; }

.case-desc h3{
	color:#5272ff;
}

.break-section span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #014C9F;
  margin-bottom: 7px; }

@media (max-width: 768px) {
	.navbar-toggler .bar{
		width:20px;
	}
	
	.navbar-toggler .bar:before,
	.navbar-toggler .bar:after{
		width:28px;
	}
	
  .navbar-nav {
    padding: 20px 0; }

  .hero-image {
    max-width: 300px;
    text-align: center;
    margin: 20px auto 40px; }

  #job-details {
    background-size: 300%; }

  #inner-banner {
    padding: 80px 0;
    height: auto; }

  .hero-image-caption {
    margin-bottom: 60px; }

  #mt-services ul li {
    margin-bottom: 30px;
    padding: 0px; }

  #mt-services ul li .srv-icons img {
    width: 40px; }

  header .main-header .top-contacts,
  #mt-hero-block:after {
    display: none; }

  #inner-banner .inner-banner-caption h1 {
    font-size: 36px; }

  #mt-hero-block .mt-hero-content {
    padding-right: 0; } 
	
	

}
@media (max-width: 648px) {
  .case-img {
    margin-bottom: 30px; }

  #service-section .mt-services {
    margin: 20px 0; } }
.main-header.fixed-header .top-contacts {
  display: none; }

.fixed-header button.navbar-toggler.ml-auto {
  position: absolute;
  right: 0;
  top: -45px; 
}

/*# sourceMappingURL=main.css.map */
span.wpcf7-form-control-wrap{
  z-index: 99;
}


#vacancyInt {
    display: none;
}

#team-section .team-member figure figcaption{
    width:100%;
}

.newsletter-section{
	padding:40px  0  20px  0  !important;
    background-color:transparent;
}

#apply_form p{
	 margin-bottom:0;
}

.client-item{
	display:flex;
	justify-content:center;
	height:100px;
	border:1px solid #eee;
	padding:15px;
	margin-bottom:30px;
}

.client-item img{
    object-fit:contain;
}

.footer-widgets h4{
	border-left:2px solid #fff;
	padding-left:8px;
	line-height:0.9;
}

.menu-footer-menu-navigation-container ul,
.footer-services ul{
	margin-left:15px;
}

.menu-footer-menu-navigation-container ul li,
.footer-services ul li{
	list-style:disc;
}

.bottom-footer p a{
	color:#fff;
	text-decoration:underline;
}

@media (max-width: 575.98px) {
	header .top-header .ftr-socials{
				display:none;
			}
	
/* 	.newsletter-section{
		padding-bottom:100px !important;
	} */
	
	.subscription-form button{
		right:15px !important;
	}
	
	.col-xs-6{
	    width:50%;
	}
}

/* .subscription-form .wpcf7-form-control-wrap{
	width:auto;
} */

.subscription-form .wpcf7-form-control-wrap.emailAddress input{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.subscription-form .input-group-prepend [type='submit']{
	cursor:pointer;
	color:#fff;
	background-color:#5272ff;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}

.subscription-form .input-group-prepend [type='submit']:hover{
	background-color:#005eb8;
}
.wpcf7-not-valid-tip{
	position:absolute;
	left:4px;
	bottom:0;
}

/* .input-group .emailAddress{
	width:calc(100% - 112px);
} */

.overflow-hidden{
	overflow:hidden;
}
.contact-info  img{
	margin-right:10px;
	filter:brightness(20);
}
button:focus{
	outline:none;
}

@media (max-width: 768px){
	.input-group .emailAddress{
	width:100%;
		margin-bottom:15px;
}
	
	.subscription-form .wpcf7-form-control-wrap.emailAddress input{
		border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}
	.subscription-form .input-group-prepend [type='submit']{
		border-radius:32px !important;
		width:100%;
	}

}


/*Industrial We Support*/


#inner-banner{
    height:300px;
}

.indistries-support{
    background-color:#6B6B6B;
}

.indistries-support .section-title h2{
    color:#fff;
}

.supporter{
    display:flex;
    align-items:center;
    margin-bottom:40px;
    cursor:pointer;
}

.supporter .icon{
    max-width:75px;
    width:100%;
    height:75px;
    line-height:75px;
    background-color:#fff;
    border-radius:7px;
    text-align:center;
    margin-right:15px;
    float:left;
    overflow:hidden;
}

.supporter:hover .icon img{
    transform:scale(1.3);
    transition:ease all 0.3s;
}

.supporter h4{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:0;
    overflow:hidden;
}

.mt-hero-block:before{
    background-image:url('../images/bg-over.png');
    opacity:0.07;
}

#service-section .mt-services{
    margin:40px 0;
}

#contact-info .us-office, #contact-info .kathmandu-office{
    background-color:transparent;
    border:none;
}

.capabilities-item{
    margin-bottom:40px;
}

.capabilities-item h4{
        color:#5272ff;
        font-weight:700;
}

.capabilities-item ul{
    padding-left:20px;
}

.capabilities-item ul li{
    list-style:disc;
}


.case-img .post-thumbnail img{
	object-fit:cover !important;
	border-radius:15px;
}

footer.mt-footer{
    background:#011B91 !important;
}

footer.mt-footer:before{
    background-image:url('https://zdi.com.au/wp-content/uploads/2023/05/ZDI-logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0.07;
}

.menu-footer-menu-navigation-container ul, .footer-services ul{
    margin-left:0;
}

.menu-footer-menu-navigation-container ul li, .footer-services ul li{
    list-style:none;
}
span.wpcf7-form-control-wrap{
	display:block;
}

span.wpcf7-not-valid-tip{
	color:red !important;
	background-color:transparent !important;
}

.wpcf7-not-valid-tip {
    left: -18px;
    bottom: -23px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	background-color:red;
	border-color:red !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	background-color:#46b450;
}

.wpcf7 form .wpcf7-response-output{
	font-size:14px;
	color:#fff;
	margin:0 !important;
}