body {
    /*font-family: "Open Sans", sans-serif;*/
    margin: 0;
    padding: 0px;
    font-family: 'Montserrat' !important;
  }

  /* ---- 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 10px 100px;
   
  }
  #topheader1 {
    background-color: #fff;
    padding: 0px 100px;
  }
  .img2 {
    height: 70px;
    margin-top: 14px;
    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 86px;
  }
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: none;
    }

       li {
            float: left;
        }

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 10px 25px;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Montserrat' !important;
    }

     li a:hover:not(.loginbtn) {
        border-bottom: 4px solid #fff;
        /*border-radius: 2px;*/
        opacity: 1;
    }

    li a.active {
        border-bottom: 4px solid #EF9407;
        border-radius: 2px;
        opacity: 1;
    }
  .dropdown {
    float: left;
    overflow: hidden;
  }

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 10px 25px;
        background-color: inherit;
        font-family: montserrat !important;
       /* 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: 12px !important;
   font-size: 16px;
    font-family: 'Montserrat' !important;
  }
  .loginbtn:hover {
    background: transparent linear-gradient(180deg, #EF9407 0%, #C47806 100%) 0% 0% no-repeat padding-box;
    color: #fff;
  }
   /* ------ End -------*/

/* ------carousel css -------*/
  /* #slideshow {
    padding: 0px 100px;
    margin: 50px 0px;
   }
   .slideshow-container {
    max-width: 1130px;
    position: relative;
    margin: auto;
  }
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
 .dot:hover {
    background-color: #EF9407;
  }
  
  span .active {
    background-color: #EF9407;
  }

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  

  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }*/

#slideshow {
    padding: 0px 100px;
           
}

 .mySlides {
    display: none;
}

   img {
    vertical-align: middle;
}

    .slideshow-container {
    max-width: 1000px;
    position: relative;
   margin: auto;
}

.dot {
   height: 15px;
   width: 15px;
   margin: 0 2px;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.6s ease;
   background-color:#bbb;
}

span.active {
  background-color: #717171;       
}

@media only screen and (max-width: 300px) {
          .text

{
    font-size: 11px
}
}

/* ------ End -------*/



/* ------About css -------*/


#about1 {
  padding: 0px 110px;
  margin: 50px 0px;
}
#about {
  padding: 0px 110px;
  margin: 50px 0px;
}
#about3 {
    padding: 0px 110px;
    margin: 50px 0px;
}
.par {
    padding: 0px 10px;
    font-size: 14px;
    color: #215A8B;
    line-height: 1.7;    
    max-width: 55%;
    text-align: justify;
}
.par1 {
  width: 100%; 
  margin: 0px 0px; 
  border: 2px solid #B843AE; 
  border-radius: 10px;
}
.h1 {
  background: #B843AE;
  color: white;
  font-size: 25px;
  padding: 3px 4px;
  width: 450px;
  border-left: 7px solid #215A8B;
  text-align: center;
}
.img3 {
  float: right;
  height: 315px;
  width: 450px;
  margin-top: 0px !important;
  background: #b843ae;
}
.clearfix {
  overflow: auto;
}

.flwrimg1 {
    position: absolute;
    top: -8px;
    right: 7px;
    transform: rotate(90deg);
}

.flwrimg2 {
    position: absolute;
    bottom: -8px;
    left: 7px;
    transform: rotate(90deg);
}
/* ------ End -------*/


/* ------Image slide show css -------*/

.h2 {
  background: #EF9407;
  color: white;
  font-size: 25px;
  padding: 3px 4px;
  width: 275px;
  border-left: 7px solid #215A8B;
  text-align: center;
}
.slider {
  max-width: 1088px;
  width: 90%;
  margin: -30px auto;
  background: #333;
  border-radius: 5px;
  padding: 0px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); 
}

.slick-slider button{ 
  position: absolute;
  top: 50%;
  background: #fff;
  border: none;
  outline: none;
  z-index:100;
  width: 50px;
  height: 50px; 
  color: transparent;
  cursor: pointer;
  transform: translate(0%,-70%);
  border-radius: 36px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.07);
}
.slick-slider .slick-prev{
  left:-30px;
  background-color: #fff;
}
.slick-slider .slick-prev::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size:30px;
  color: #EF9407;
  left: 8px;
  position: relative;
  z-index: 10;
}
.slick-slider .slick-next{
  right:-30px;
  background-color:#fff;
}
.slick-slider .slick-next::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size:30px;
  color: #EF9407;
  right: 15px;
  position: relative;
  z-index: 10;
}
.slick-slide {
  color: #333;
  padding: 40px 0;
  font-size: 1.25em;
  font-family: "Verdana";
  text-align: center;
  pointer-events: none;
}

.slick-slide .desc {
  opacity: 0;
}

.slick-slide .desc>* {
  transition: all 900ms ease;
}

.slick-slide .desc h2 {
  position: relative;
  left: 50px;
  line-height: 1;
}
.slick-slide .desc h2 span{
  color:#bcdee7;
}
.slick-slide .desc p {
  position: relative;
  top: 50px;
  opacity: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots {
  text-align: center;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  padding: 1px;
  background: #ccc;
  margin: 10px 5px;
  width: 40px;
  height: 4px;
  border-radius: 10px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #072f5f;
}

.slick-dots button {
  display: none;
}
.slick-slide {
  opacity: 0.2;
  transition: all 300ms ease;
}

.slick-current {
  opacity: 1;
  transform: scale(1.1);
}

.slick-current .desc {
  opacity: 1;
}

.slick-current .desc h2 {
  left: 0; 
}

.slick-current .desc p {
  top: 0;
  opacity: 1;
}

.btn {
  border-radius: 30px;
  padding: 10px 20px;
  border: 2px solid #072f5f;
  text-decoration: none;
  color: #072f5f;
  font-size: .6em;
  text-transform: uppercase;
  display: block;
  margin: 30px auto 0;
  max-width: 100px;
  width: 100%;
  font-weight: bold;
  pointer-events: initial;
}
.credit{
  text-align: center;
  color: #fff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.credit a{
  text-decoration: none;
  color: #bcdee7;
  font-weight: bold;
}
.btnmore {
  padding: 10px 20px;
  background: #03A3D3;
  color: #fff;
  border: none;
  border-radius: 25px;
  text-decoration: none;
}
/* ------ End -------*/

/* ------ Toggle section css -------*/
.togglebtn {
  padding: 10px 20px;
  background: transparent linear-gradient(180deg, #03A3D3 0%, #06789B 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  text-decoration: none;
}
.clearfix1 {
  position: relative;
  height: 333px;
  margin: 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  line-height: 2;
  padding: 20px 50px;
  font-size: 16px; 
  background:#fff;
  min-width:400px;
 
}
.clearfix1 a{
  color:#215A8B;
}
.responsive-iframe {
  width: 500px;
  height: 300px;
  border: none;
}
.tglsec {
  padding: 0px 110px;
  margin: 50px 0px;
}
  
/* ----- End -----*/

/*------ Footer section css -----*/
#footer {
  background-color: none;
}
.ftrcls {
    background: #215A8B !important;
    padding: 15px 110px;
    margin: 0px 0px 0px 0px;
}
.column1 {
  float: left;
  width: 45%;
  /*padding: 5px;*/
}
.column2 {
    float: left;
    width: 25%;
}
.column3 {
    float: left;
    width: 25%;
}
.row1::after {
  content: "";
  clear: both;
  display: table;
}
.ftrh1 {
 color: #fff;
 font-size: 20px;
 font-weight: 400;
}
.ftrp {
  color: #f1f1f1;
 font-size: 15px;
 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: 14px;
}
/*------ Footer section ended -----*/



/* ..... Media queries -------*/


/* ..... @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:48% !important;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .column1 {
    float: left;
    width: 100%;
    padding: 5px;
  }
  .ftrcls {
    padding: 10px 20px;
    margin: 0px 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;
}

}

@media (max-width: 768px) {
    .column2, .column3 {
        width: 100%;
    }
    .imgwidth {
        width: 50% !important;
    }
    .flwrimg {
        width: 50px;
    }
}
/* ..... @Media(Toggle)-------*/
@media (max-width: 768px) {
    .tglsec {
        display: none;
    }
}
@media (min-width: 769px) {
  .tglsec1 {
   display: none;
  } 
 }
.tglsec1 {
  padding: 0px 20px;
  margin: 50px 0px;
}

/* ..... @Media(About)-------*/

@media (min-width: 1400px) {
    .par {       
        font-size: 20px !important;      
        max-width: 70% !important;

    }
}

@media (max-width: 768px) {
  .h2 {
    background: #EE9306;
    color: #fff;
    font-size: 18px;
    border-left: none;
    text-align: center;
    width: 140px;
    padding: 5px;
    margin-top: 50px;
    margin-left: 10px;
    /*border-left: 7px solid #215A8B;*/
  }
  .h1 {
    background: #B843AE;
    color: #fff;
    font-size: 14px;
    border-left: none;
    text-align: center;
    width: 140px;
    padding: 5px;
    margin-top: 50px;
    /*border-left: 7px solid #215A8B;*/
  }
  .img3 {
    display: none;
  }
  .par {
    padding: 0px 0px; 
    font-size: 12px; 
    color:#707070;
    line-height: 1.7;
    min-width:500px;
  }

  .par1 {
    width: 100%; 
    margin: 0px 0px; 
    border: none; 
    border-radius: 0px;
  }
  #about {
    /*padding: 0px 10px;*/
    margin: 50px 0px;
}
 #about1 {
  /*padding: 0px 20px;*/
  margin: -30px 0px;
}
    #about2 {
        padding: 0px 20px;
        margin: -30px 0px;
    }
#slideshow {
  padding: 0px 0px;
  margin: 50px 0px;
}

}

/* --- 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;
  /*width: 20%;*/
  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: 535px) {
  .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;
    
}
    #about {
        padding: 0px 10px !important;
    }

/* ----- Login popup code ------*/

.modal12 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 50px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8); 
}

/* Modal Content */
.modal-content12 {
  background-color: none;
  margin: auto;
  padding: 10px;
  border: none;
  width: 500px;
}

/* The Close Button */
.close12 {
  color: #fff;
  float: right;
  font-size: 48px;
  font-weight: bold;
}

.close12:hover,
.close12:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
    @media (max-width: 768px) {

        .column1 {
            width: 100% !important;
        }

        .ftrcls1 {
            text-align: center;
            line-height: 1.4;
        }

        .clearfix1 {
            min-width: 250px !important;
        }
    }





.mySlides1 {
    display: none;
}

.slideshow-container1 {
   /* max-width: 1250px;*/
    position: relative;
    margin: auto;
}
.next{
    right:60px !important;
    
}
.prev{
    left:60px !important;
}
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev, .next {
        background-color: rgba(0,0,0,0.8);
    }

    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }
@media (min-width: 360px) and (max-width: 1100px) {
    .slideshow-container {
        margin-top:-30px !important;
    }
}
@media (width: 1024px) {
    .column44 {
       padding-top: 40px;
    }
    .imgcls {
        width: 730px;
    }
}
@media (min-width: 768px) and (max-width: 1020px) {
    .column44 {
        padding-top: 27px;
    }

    .imgcls {
        width: 490px !important;
    }
}
@media (width: 820px) {
    .imgcls {
        width: 520px !important;
    }
}
@media (width: 912px) {
    .imgcls {
        width: 615px !important;
    }
    .column44 {
        padding-top: 15px !important;
    }
}
@media (width: 540px) {
    .imgcls {
        width: 420px !important;
    }
    .column44 {
        padding-top: 28px !important;
    }
}
























