.signInField {
    padding-left: 32px;
    padding-right: 32px;
}

/* .login-form .active{
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: orange 2px solid !important;
    border-radius: 0 !important;
}

.abc .activesecond{
    background-color: blue !important;
    color: white !important;
    border-radius: 0 !important;
} */

.forgotPwordBtn {
    padding-left: 32px;
    padding-right: 32px;
}

.loginForm img {
    height: 50px;
}

.loginForm .nav-link {
    background-color: transparent;
    color: #9fa6b2;
}

.loginForm .nav-link.active {
    background-color: transparent;
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    border-radius: 0;
}

.contactIcon{
    padding: 12px;
    border-radius: 10%;
    background: #ffffff;
    width: 40px;
}

.card{
    box-shadow: 0 0 5px  lightblue ;
    border: 2px;
}

.error-message {
    color: red;
  }

  .error-outline {
    border: 1px solid red;
  }




  .rounded-t-5 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  @media (min-width: 992px) {
    .rounded-tr-lg-0 {
      border-top-right-radius: 0;
    }

    .rounded-bl-lg-5 {
      border-bottom-left-radius: 0.5rem;
    }
  }

  .termsconditions{
    text-align: justify;
  }

  /* about us */



.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: blue;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #2879FE;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}


.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 40px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 120px;
padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
position: absolute;
left: -75px;
top: 65px;
height: 520px;
width: 520px;
content: "";
}

.about-section .image-column .image-1{
position: relative;
}

.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #001c9b;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color:white;
}


/* terr */

.testimonials {
  padding: 120px 0 80px;
}
.testimonials .heading {
  margin-bottom: 60px;
}
.testimonials .heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
}
.testimonials .heading h2 span {
  font-weight: 300;
  color: #02a2c4;
  margin: 0;

}
.testimonials .heading p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  color: #727f8c;
}
.testimonials .box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.testimonials .box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #313e4b;
}
.testimonials .box:hover {
  transform: translateY(-10px);
}
.testimonials .box h3 span {
  font-size: 13px;
  font-weight: 400;
  color: #02a2c4;
  margin-left: 10px;
}
.testimonials .box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  color: #727f8c;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-right: 20px;
}
.testimonials .box .image img {
  width: 200px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.testimonials .box .icon {
  border: 1px solid #eee;
  color: #777777;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.testimonials .box .icon:hover {
  color: #ffffff;
  border: 1px solid #02a2c4;
  background: #02a2c4;
}

.abc .social li {
  color: #ffd200;
  font-size: 13px;
  display: inline-block;
}
.abc .social li.disable {
  color: #dcdcdc;
}


@media (min-width: 0px) and (max-width: 575px) {
    .loginForm{
        text-align: center;
    }

    .logoImg{
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


