

@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");


*,
body {
   font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
html,
body {
    height: 100%;
    overflow:hidden;
}

.first-sec {
    position: relative;
    background-color: #0a6f9e;
    height: 100%;
    z-index: 1;

      display: flex;
    align-items: center;     
  justify-content: center; 
}
.logo-wrapper {
  position: absolute;
  top: 100px;
  left: 190px;
  z-index: 2;
  display: flex;
  gap: 1200px;

}
@media screen and (max-width: 1400px) {
    .logo-wrapper {
        top: 30px;
        /* left: 20px; */
         gap: 840px;
    }
    
}

.address-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  display: flex;
  align-items: center;
  width: 80%;
  gap: 20px;
}
.address-wrapper h6{
    font-weight: 600;
    margin-bottom:10px;
}
.address-wrapper a{
    font-weight: 600;
}
.email-address {
  margin-left: auto;
}
.first-sec>.row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.first-sec.gradient-bg {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#pagebg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.other-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/graphic-bg1.svg);
    background-position: -550% 50%;
    background-size: 104%;
    background-repeat: no-repeat;
    z-index: -1;
}


.other-links {
    /* margin-top: 30px; */
}

.other-links span {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin-right: 20px;
}

.other-links a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

.other-links a:last-child {
    margin-right: 0;
}

.other-links a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    font-size: 17px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.other-links a i[class*="fa-twitter"] {
    background-color: #00aced;
}

.other-links a i[class*="fa-facebook"] {
    background-color: #3b5998;
}

.other-links a i[class*="fa-youtube"] {
    background-color: #bb0000;
}

.other-links a i[class*="fa-google"] {
    background-color: #dd4b39;
}

.other-links a i[class*="fa-linkedin"] {
    background-color: #007bb6;
}

.other-links a i[class*="fa-instagram"] {
    background-color: #517fa4;
}

.other-links a:hover,
.other-links a:focus {
    opacity: 0.8;
}

.other-links.no-bg-icon a {
    margin-right: 0;
}

.other-links.no-bg-icon a i {
    background-color: transparent;
}

.other-links.other-links-up {
    position: absolute;
    z-index: 1000;
    top: 50px;
    right: 50px;
    margin-top: 0;
}

.imt-logo {
    margin-top: -10px;
    margin-bottom: 100px;
}

.imt-logo img {
    /* width:140px; */
    /* height: 80px; */
}

.imt-logo a {
    display: inline-block;
}

.imt-logo .logo {
    display: inline-block;
    background-image: url("../images/logo-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.imt-logo .logo img {
    width: 140px;
}

.imt-logo .logo img.logo-size {
    opacity: 0 !important;
}

.no-side .imt-logo {
    margin-bottom: 40px;
}


.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

.img-holder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/cloud-bg.svg);
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.img-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-holder .info-holder h3 {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
    width: 100%;
    max-width: 378px;
    padding-right: 30px;
}

.img-holder .info-holder p {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 378px;
    padding-right: 30px;
}

.img-holder .info-holder img {
    width: 100%;
    max-width: 378px;
}

.img-holder .bg {
    position: absolute;
    opacity: 0.23;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/img1.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.img-holder.on-top {
    z-index: 99999;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    padding: 20px;
}

@media (min-height: 700px) {
    .img-holder {
        position: fixed;
    }
    .website-logo {
        /*position: fixed;*/
    }
}

.img-holder-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: left;
    -webkit-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}

.img-holder-right img {
    width: 100%;
    max-width: 620px;
    
}

@media (max-height: 700px) {
    .first-sec {
        height: initial;
        min-height: 100%;
    }
    .first-sec .form-content {
        display: block;
    }
}


.first-sec.without-side .website-logo {
    top: 70px;
    left: 50%;
    margin-left: -50px;
    right: initial;
    bottom: initial;
    display: inline-block;
}

.first-sec.without-side .imt-logo .logo {
    background-image: url("../images/logo-dark.svg");
}

.first-sec.without-side .form-holder .form-content ::-webkit-input-placeholder {
    color: #000;
}

.first-sec.without-side .form-holder .form-content :-moz-placeholder {
    color: #000;
}

.first-sec.without-side .form-holder .form-content ::-moz-placeholder {
    color: #000;
}

.first-sec.without-side .form-holder .form-content :-ms-input-placeholder {
    color: #000;
}

.first-sec.without-side h3 {
    color: #000;
}

.first-sec.without-side p {
    color: #000;
}

.first-sec.without-side label {
    color: #000;
}

.first-sec.without-side .img-holder {
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

.first-sec.without-side .img-holder .info-holder img {
    display: none;
    max-width: 534px;
    -webkit-animation: zoom-in-img 50s linear 0s infinite;
    -moz-animation: zoom-in-img 50s linear 0s infinite;
    -ms-animation: zoom-in-img 50s linear 0s infinite;
    animation: zoom-in-img 50s linear 0s infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.first-sec.without-side .form-holder {
    margin-left: 0;
}

.first-sec.without-side .form-holder .form-content {
    background-color: transparent;
}

.first-sec.without-side .form-content {
    padding: 125px 60px 60px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.first-sec.without-side .form-content .form-items {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.first-sec.without-side .form-content .form-items form {
    margin-bottom: 0;
}

.first-sec.without-side .form-content .form-items .other-links {
    margin-top: 38px;
    margin-bottom: 30px;
}

.first-sec.without-side .form-content .form-items .other-links .text {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.first-sec.without-side .form-content .form-items .other-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    color: #000;
    background-color: #F7F7F7;
}

.first-sec.without-side .form-content .form-items .other-links a i {
    width: 18px;
    height: 18px;
    font-size: 9px;
    margin-left: 0;
}

.first-sec.without-side .form-content .form-items .page-links {
    margin-bottom: 0;
}

.first-sec.without-side .form-content .form-items .page-links a {
    font-weight: 700;
}

.first-sec.without-side .form-content .form-items .page-links a:after {
    bottom: -3px;
}

.first-sec.without-side .form-content .page-links a {
    color: #000;
}

.first-sec.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.first-sec.without-side .form-content .page-links a.active:after {
    background-color: #0092FE;
}

.first-sec.without-side .form-content .page-links a:hover:after,
.first-sec.without-side .form-content .page-links a:focus:after {
    background-color: #0092FE;
}

.first-sec.without-side .form-content input,
.first-sec.without-side .form-content .dropdown-toggle.btn-default {
    border: 0;
    background-color: #F7F7F7;
    color: #000000;
}

.first-sec.without-side .form-content input:hover,
.first-sec.without-side .form-content input:focus,
.first-sec.without-side .form-content .dropdown-toggle.btn-default:hover,
.first-sec.without-side .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

.first-sec.without-side .form-content textarea {
    background-color: #F7F7F7;
    border: 0;
    color: #000000;
}

.first-sec.without-side .form-content textarea:hover,
.first-sec.without-side .form-content textarea:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

.first-sec.without-side .form-content input[type="checkbox"]:not(:checked)+label,
.first-sec.without-side .form-content input[type="checkbox"]:checked+label,
.first-sec.without-side .form-content input[type="radio"]:not(:checked)+label,
.first-sec.without-side .form-content input[type="radio"]:checked+label {
    color: #000;
}

.first-sec.without-side .form-content input[type="checkbox"]:checked+label:before,
.first-sec.without-side .form-content input[type="radio"]:checked+label:before {
    background: #000;
    border: 0px solid #000;
}

.first-sec.without-side .form-content input[type="checkbox"]:not(:checked)+label:before,
.first-sec.without-side .form-content input[type="radio"]:not(:checked)+label:before {
    background: transparent;
    border: 2px solid #000;
}

.first-sec.without-side .form-content input[type="checkbox"]:not(:checked)+label:after,
.first-sec.without-side .form-content input[type="checkbox"]:checked+label:after {
    color: #fff;
}

.first-sec.without-side .form-content input[type="radio"]:not(:checked)+label:after,
.first-sec.without-side .form-content input[type="radio"]:checked+label:after {
    background-color: #fff;
}

.first-sec.without-side .form-content .custom-options input[type="checkbox"]:not(:checked)+label,
.first-sec.without-side .form-content .custom-options input[type="checkbox"]:checked+label,
.first-sec.without-side .form-content .custom-options input[type="radio"]:not(:checked)+label,
.first-sec.without-side .form-content .custom-options input[type="radio"]:checked+label {
    color: #606060;
    background-color: #F7F7F7;
}

.first-sec.without-side .form-content .custom-options input[type="checkbox"]:checked+label,
.first-sec.without-side .form-content .custom-options input[type="radio"]:checked+label {
    color: #fff;
    background-color: #57D38C;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}

.first-sec.without-side .form-content .form-button {
    margin-bottom: 0;
}

.first-sec.without-side .form-content .form-button .ibtn {
    background-color: #29A4FF;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.first-sec.without-side .form-content .form-button .ibtn:hover,
.first-sec.without-side .form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    background-color: #1099ff;
}

.first-sec.without-side .form-content .form-button a {
    font-weight: 300;
    color: #000;
}

.first-sec.without-side .form-content .form-sent {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.first-sec.without-side .form-content .form-sent.show-it {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.first-sec.without-side .form-content .form-sent .tick-holder .tick-icon {
    -webkit-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -moz-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -ms-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    background-color: rgba(233, 253, 214, 0);
}

.first-sec.without-side .form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #8CCB57;
}

.first-sec.without-side .form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #8CCB57;
}

.first-sec.without-side .form-content .form-sent h3 {
    color: #000;
}

.first-sec.without-side .form-content .form-sent p {
    color: #000;
}

.first-sec.without-side .form-content .form-sent .info-holder {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.first-sec.without-side .form-content .form-sent .info-holder span {
    color: #000;
}

.first-sec.without-side .form-content .form-sent .info-holder a {
    color: #000;
}

.first-sec.without-side .form-content .hide-it {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/

@media (max-width: 991px) {
    .img-holder {
        display: none;
    }
    .form-holder {
        margin-left: 0;
    }
    .form-holder .form-content {
        display: block;
        padding: 155px 40px 80px;
    }
    .website-logo {
        top: 50px;
        left: 50px;
        right: initial;
        bottom: initial;
    }
    .website-logo .logo {
        background-image: url("../images/logo-light.svg");
    }
    .first-sec.without-side .img-holder {
        display: inline-block;
    }
    .first-sec.without-side .website-logo .logo {
        background-image: url("../images/logo-light.svg");
    }
    .first-sec.without-side .form-holder .form-content {
        padding: 125px 30px 60px;
    }
}

/* @media (max-width: 767px) {
    .img-holder-right {
        display: none;
    }
} */

 .float-up-down {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* move up by 20px */
  }
}

.reveal-heading {
 
  color: white;
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.3s;
  line-height: 1.4;
  max-width: 800px; /* optional */
  margin: 0 auto;    /* optional for centering */
  color: white; 
  font-size: 60px;
   font-weight: 600;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.left-side{
    display: flex; 
    justify-content: center;  
    flex-direction: column;
    text-align: left;
}
@media screen and (max-width: 700px) {
    .logo-wrapper {
        top: 50px;
        left: 30px;
        gap: 170px;
    }
    .reveal-heading{
        font-size: 22px;
    }
    .letter-reveal{
        font-size:17px;
    }
    .address-wrapper{
        display: block;
    }
    .imt-logo .logo img {
    width: 100px;
}
.logo-wrapper {

  top: 20px;
 

}
.address-wrapper h6{
    font-size: 14px;
    
}
}
@media (min-width: 700px) and (max-width: 1400px) {
 .reveal-heading {
 
 
  font-size: 40px;

}

}
@media (min-width: 700px) and (max-width: 1400px) {

.reveal-heading {
 
  font-size: 40px;
  
}
.imt-logo .logo img {
    width: 100px;
}
}