
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0px;
  }

  /* ---- Hamburger Icon ---*/
  .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    /* display: flex; */
    padding: 0;
    float: left;
}
  .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  

  /* ------Top Header css -------*/
  #topheader {
    background-color: #fff;
    padding: 0px 100px;
   
  }
  #topheader1 {
    background-color: #fff;
    padding: 0px 100px;
  }
  .img2 {
    height: 60px;
    margin-top: 11px;
    margin-left: 20px;
  }
  .header {
    overflow: hidden;
    background-color: none;
    padding: 0px 10px;
  }
  
  .header a {
    float: left;
    text-align: center;
    padding: 0px;
    text-decoration: none;
  }
    
  .header-right {
    float: right;
  }
  
  @media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
    
    .header-right {
      float: none;
    }
  } 
 

  /* ------ End -------*/


  /* ------Main Header css -------*/
  #mainheader {
    background:#215A8B;
    opacity: 1;
    padding: 0px 110px;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
    background-color: none;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
    font-size: 14px;
  }
  
  li a:hover:not(.loginbtn) {
   border-bottom: 2px solid #fff;
   border-radius: 2px;
   opacity: 1;
  }
  
  li a.active {
    border-bottom: 2px solid #EF9407;
    border-radius: 2px;
    opacity: 1;
  }
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 14px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: none;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .loginbtn {
    background: transparent linear-gradient(180deg, #06AFE2 0%, #067293 100%) 0% 0% no-repeat padding-box;
    padding: 18px;
  }
  .loginbtn:hover {
    background: transparent linear-gradient(180deg, #EF9407 0%, #C47806 100%) 0% 0% no-repeat padding-box;
    color: #fff;
  }
   /* ------ End -------*/


/* ..... @Media(header)-------*/
@media screen and (max-width: 1200px) {
  #mainheader {
    display: none;
  }
  #topheader {
    display: none;
  }
  }

@media screen and (max-width: 1200px) {
    #topheader1 {
      display: block;
    }
    }
@media screen and (min-width: 1200px)  {
      #topheader1 {
        display: none;
      }
      }

/* ..... @Media(footer)-------*/
@media (min-width: 768px) and (max-width: 1200px) {
  .column1 {
    float: left;
    width: 40% !important;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .column1 {
    float: left;
    width: 100%;
    padding: 5px;
  }
  .ftrcls {
    padding: 10px 20px;
    margin: 50px 0px 0px 0px;
  }
  .ftrh1 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.ftrp {
  color: #f1f1f1;
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.6;
}
.ftrcls1 {
  background: #03A3D3;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
}



/* --- Mobile hamburger view css ----*/
.dropbtn21 {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: -15px;
}

.dropdown21 {
  position: relative;
  display: inline-block;
}

.dropdown-content21 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content21 ul li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown21 a:hover {background-color: #ddd;}

.show1 {display: block;}

.column4 {
  float: left;
 
  padding-top: 20px;
}
.column44 {
  width: 80%;
  float: left;
  padding-top: 20px;
}


/* Clearfix (clear floats) */
.row4::after {
  content: "";
  clear: both;
  display: table;
}
.row {
  width: 100%;
}

@media (max-width: 768px) {
  .column44 img {
    /* max-width: 460px !important;*/
    padding-top: 20px;
  }
  #slideshow {
    margin: 0px 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .column44 img {
    /* max-width: 460px !important;*/
    padding-top: 20px;
  }
  #slideshow {
    margin: 0px 0px !important;
  }
}
@media (max-width: 540px) {
  .column44 img {
    max-width: 260px !important;
    padding-top: 35px;
  }
  #slideshow {
    margin: 0px 0px !important;
  }
  
}
@media  (max-width: 540px) {
button svg  {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
#topheader1 {
 padding: 0px 10px;
}
#slideshow {
  margin: 0px 0px !important;
}
}

@media (max-width: 1122px) {
  .dropdown .dropbtn {
    color: #1c1c1c;
    padding: 10px 16px;
    
}
}
@media (max-width: 768px) {
  .dropdown-content21 {
    max-width: 135px !important;
    
}
}


/* ----- Login CSS -----*/

.login-form {
  background: #fff;
  width: 500px;
  margin: 65px auto;  
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}
.login-form h1 {
    padding: 35px 35px 0 35px;
    font-weight: 600;
    text-align: center;
    color: #06789B;
}
.login-form .content {
  padding: 35px;
 /*text-align: right !important;*/
  font-size: 18px;
}
.login-form .input-field {
  padding: 12px 5px;
}
.login-form .input-field input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 1px;
  border: 0;
  border-bottom: 1px solid #707070;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.login-form .input-field input:focus {
  border-color: #222;
}
.login-form a.link {
  color: #1473E6;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
  font-family: montserrat !important;
}

.login-form .action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.login-form .action button {
  width: 100%;
  border: none;
  padding: 18px;
  font-family: 'Rubik', sans-serif;
  cursor: pointer;
  text-transform: capitalize;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  letter-spacing: 0.2px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.login-form .action button {
  background: transparent linear-gradient(180deg, #707070 0%, #383838 100%) 0% 0% no-repeat padding-box;
}
.login-form .action button:nth-child(2) {
  background: transparent linear-gradient(180deg, #03A3D3 0%, #06789B 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}
::placeholder {
  color: #707070;
  font-weight: 600;
  font-size: 16px;
}




/* ------ End -------*/




/*------ Footer section css -----*/
#footer {
  background-color: none;
}
.ftrcls {
  background: transparent linear-gradient(180deg, #215A8B 0%, #001D36 100%) 0% 0% no-repeat padding-box;
  padding: 40px 110px;
  margin: 0px 0px 0px 0px;
}
.column1 {
  float: left;
  width: 31%;
  padding: 5px;
}
.row1::after {
  content: "";
  clear: both;
  display: table;
}
.ftrh1 {
 color: #fff;
 font-size: 17px;
 font-weight: 400;
}
.ftrp {
  color: #f1f1f1;
 font-size: 13px;
 font-weight: lighter; 
 line-height: 1.6;
}
.fa {
  text-align: center;
  text-decoration: none;
  margin: 5px 3px;
  border-radius: 25px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.ftrcls1 {
  background: #03A3D3;
  padding: 1px 110px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
/*------ Footer section ended -----*/


