 @import url(https://fonts.googleapis.com/css?family=Open+Sans);
body,h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans', sans-serif}

body, html {
  height: 100%;
  font-family: 'Open Sans',sans-serif;
  /* font-family: 'Open Sans', "Raleway", sans-serif; */
  /* line-height: 1.8; */
}
.captext{
  text-transform: capitalize;
}
/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
 background: linear-gradient(228.29deg, rgba(163, 206, 239, 0.8) 16.5%, rgba(30, 137, 214, 0.8) 65.63%);
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}
/* .w3-header-padding{
padding: 20vh 8vh 0;
} */

    .w3-header-margin1{
      margin: 14vh 7vh 0;
      }
.w3-image-size{
/* width: 80%!important; */
/*height:60%!important;*/
}

footer p{
font-size: 18px!important;
font-weight:400;
text-align: left;

}
footer p.heading{
    font-weight:800;
}

.w3-bluecol, .w3-hover-bluecol:hover {
    color: #212121!important;
   background-color:#1E89D6!important;
}
.w3-bluecol1, .w3-hover-bluecol1:hover {
    color: #fff!important;
   background-color:#1E89D6!important;
}

.w3-padding-large1{
padding:12px 64px;
}
.w3-padding-large2{
    padding:32px 352px 64px;
}

.w3-padding-large4{
padding:12px 18px 12px 4px;
}

.w3-padding-64top{
padding:64px 12px 12px 12px;
}


.font24{
font-size: 24px;
font-weight: 400;
}
* {
  box-sizing: border-box;
}



form.example button:hover {
  background: #2196F3;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}



form.example1 button:hover {
  background: #2196F3;
}

form.example1::after {
  content: "";
  clear: both;
  display: table;
}
.defaultcol{
  color: #1E89D6;
}
.hourbluebg{
    background-color: #1E89D6;
}
.hourblue{
  color: #1E89D6!important;
}
.white{
  color: #fff;
}

/* .slideimgsize{
  width: 600px;
  height: 400px;
} */
.fa {
  font-size: 14px;
}

.checked {
  color: orange;
}

.btnmat{
  margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    /* font-size: .81rem; */
}
.btnmatwoupper{
  margin: .375rem;
    color: inherit;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    /* font-size: .81rem; */
}

.btnmatwoboxsh{
  margin: .375rem;
    color: inherit;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    /* font-size: .81rem; */
}
ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #1E89D6;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -0.5em;
}
ul li{
font-size: 18px;
font-weight: 600;
  /* line-height: 24.51px; */
}
.ulbelowfont{
  font-size: 32px;
font-weight: 300;
  line-height: 38.4px;
}

.fontbold{
  font-weight: 600;
}
.cardheight{
  height: 210px;
}
.cardinnerheight{
  height: 130px;
  font-size: 14px;
}
.padd0{
padding: 0px!important;
}
.margin0{
  margin: 0px!important;
}
.padd12{
  padding: 12px;
}
.bgcardcol{
  background: rgba(30, 137, 214, 0.2);
}
.padd32{
  padding: 0 32px!important;
}
.padd24{
  padding: 24px!important;
}

/*common*/
.w3-header-padding{
  padding: 20vh 8vh 0;
  }

.workpadd{
  padding:16px 16px 128px;
}
.w3-padding-large3{
  /*padding:56px 255px;*/
  padding: 0;
  }
  .footercl {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    padding-left: 64px;
  }

  .inputCll{
    width: 100%;
    padding: 0px 10px;
}

.imgloadercon{
  position: fixed;
    top: 50%;
    left: 50%;
}

.imgloadercon1{
  position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.imgloadercon2{
  position: fixed;
    top: 55%;
    left: 50%;
    z-index: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .padd10vh{
    padding: 0vh;
    margin-bottom:1vh;
  }

  .w3-padding-64top{
    padding:64px 8px 12px 8px;
    }
  .workpadd{
    padding:16px 16px 16px;
  }
  .cardheight {
    height: 235px;
}
  .infopadd{
    padding:12px 32px;
  }
  .w3-image-size {
    width: 100%!important;
    padding: 10px;
}
.w3-header-padding {
  padding: 10vh 2vh 0 4vh;
}
  .infoimg,.slideimgsize{
  width:100%;
  height:100%;
  }
  form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 50%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 50%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 50%;
  background: #f1f1f1;
}

form.example1 button {
  float: left;
  width: 50%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
.padd0-1{
padding: 0px!important;
}
.martop{
  margin-bottom: 20px;
}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.w3-image-size1,.w3-image-size2{
  width: 100%!important; 
  height:60%!important;
  }
  .w3-header-margin{
    margin: 8vh 4vh 0;
    }

    .w3-padd-24{
          padding:24px;
    } 
    .footercl {
      position:  relative;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-left: 0px;
    }
    .w3-margin {
      margin: 8px 0!important;
  }
}
.imgsize{
   background: #fff;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* .w3-padding {
    padding: 8px 10px!important;
}
.w3-xxlarge {
  font-size: 24px!important;
}
.w3-image-size {
  width: 80%!important;
}
.ulbelowfont {
  font-size: 18px;
  font-weight: 300;
  line-height: 38.4px;
}
w3-padding-large4 {
  padding: 6px 4px 6px 4px;
}
ul li {
  font-size: 12px;
  font-weight: 600;
  line-height: 24.51px;
}
.btnmat{
  margin:0rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: 0.5rem;
}
.infoimg{
  width:100%;
  height:100%;
  }

  .w3-padding-48,.w3-padding-24 {
    padding:10px!important;
}

form.example1 input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: 1px solid grey;
  float: left;
  width: 45%;
  background: #f1f1f1;
}

form.example1 button {
  float: left;
  width: 55%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 14px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 50%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 50%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
#team b{
  font-size: 12px;
} */

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.marglef24{
margin-left: 24px!important;
}
  /* body, html {
    height: auto;
    line-height: 1.8;
  } */
  .w3-header-padding{
    padding: 10vh 8vh 0;
    }

  .w3-padding-48,.w3-padding-24 {
      padding:10px!important;
  }
  #information {
    height: 625px!important;
}
  .w3-padding {
    padding: 8px 15px!important;
}
  .infopadd{
    padding:264px 32px;
  }
  .w3-header-margin{
    margin: 8vh 2vh 5vh;
    }
  .padd10vh{
    padding: 1vh;
   
  }
  .w3-padding-heading {
    padding: 4px 40px!important;
}
  .w3-padd10vh{
    padding: 1vh;
  }
  .w3-image-size1{
      width: 80%!important;
  }
 .w3-image-size{
    /* width: 80%!important; */
    /*height:60%!important;*/
    /*height:373px;*/
    }
    .w3-image-size2{
      width:70%!important;
     }
  /* .w3-padding-large3{
padding: 12vh 28vh;
} */
.w3-padding-large31 {
    /* padding: 56px 255px; */
    padding: 12vh 23vh;
}

.infoimg,.slideimgsize{
  width:100%;
  height:100%;
  }

#features{
  height:468px
}

#demo{
  height:450px
}

.w3-padding-large6{
padding:56px 255px;
}



.w3-padding-large9{
  padding-left: 110px;
  padding-right: 110px;
}
.w3-padding-large10{
  padding: 32px 16px 30px  16px;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 70%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 30%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 45%;
  background: #f1f1f1;
}

form.example1 button {
  float: left;
  width: 55%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  /* padding: 18px; */
  /* width: 100%; */
  width: 60vh;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.ratecard{
  margin: 10px 0px;
}

.datecolwid{
  /* margin-left: 15px; */
  width: 20.99999%!important;
}
.minheight{
  /* min-height:625px!important; */
  min-height:100vh!important;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* body, html {
    height: 100%;
    line-height: 1.8;
  } */
  .w3-header-padding {
    padding: 20vh 8vh 0;
}
w3-image-size{
  /* width: 80%!important; */
  height:373px; 

}
  .w3-image-size1{
    width: 80%!important;
  }
  .w3-padding-large10{
    padding: 32px 136px 30px  136px;
  }
    .w3-padd10vh{
    padding: 10vh;
  }
  .w3-header-margin{
    margin: 14vh 8vh 0;
    }
  .infopadd{
    padding:128px 32px;
  }
  form.example1 input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 55%;
    background: #f1f1f1;
  }
  
  form.example1 button {
    float: left;
    width: 45%;
    padding: 10px;
    background: #1E89D6;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  .w3-padding-48 {
    padding:28px!important;
}
.w3-padding-24 {
  padding:24px!important;
}
  #demo{
    height:580px
  }
  #information{
    height:700px!important;
  }
  .slideimgsize{
    width:700px;
    height:394px;
  }
  .w3-padding-large8 {
    padding: 12px 300px;
}
  .infoimg{
    /* width:572px; */
    height:488px;
  }
  .w3-padding-large7 {
    padding: 56px 300px;
}
  .w3-padding-large5{
    padding: 12px 12px 12px 24px!important;
  }
  .w3-padding-large3{
    padding: 12vh 20vh;
    }
    .imgloadercon1{
      position: fixed;
        top: 50%;
        left: 25%;
        z-index: 1;
    }
    .imgloadercon2{
      position: fixed;
        top: 55%;
        left: 28.5%;
        z-index: 1;
    }
    .imgloadercon{
      position: fixed;
        top: 50%;
        left: 75%;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .w3-padding-large5{
    padding: 12px 144px 12px 24px!important;
  }
  .imgsize{
    /* height: 400px;
     width: 350px;
    */
     height: 400px; 
     width: 350px;
     background: #fff;
 }
 .w3-padding-large7 {
  padding: 56px 395px;
}
.w3-padding-large8 {
  padding: 12px 350px;
}
.infoimg{
  width:572px;
  height:488px;
}
form.example1 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 59%;
  background: #f1f1f1;
}

form.example1 button {
  float: left;
  width: 41%;
  padding: 10px;
  background: #1E89D6;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
.paddlr{
  padding: 0 10vh;
}
.w3-padding-large10{
  padding: 32px 30vh 32px  30vh;
}
.w3-padding-large {
  /*padding: 12px 96px!important;*/
}
.paddright{
  padding: 0 40vh 0 0;
}
}

/*aboutus*/
.bgcol{
    background: #EEF8FF;

}

.bgaboutus{
    background: #A3CEEF;

}


  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .panel1 {
    padding: 0 18px;
    /* background-color: white; */
    overflow: hidden;
  }

  .width60{
    /* width: 60vh; */
  }
  textarea{
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    /* font: 400 13.3333px Arial; */
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.butborcol{
  border-width: 2px !important;
  border-style: inset !important;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
  border-image: initial !important;
}
  /*contact input*/
  /* textarea{
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  } */
.inputCl{
    width: 100%;
    line-height: 2.5rem;
    padding: 0px 10px;
}
.lineheight{
  line-height: 0.5rem;
}

/*ul li default css*/
ul li::before {
  content: "\2022";
  color: #1E89D6;
  font-weight: bold;
  display: inline-block;
  width: auto;
  margin-left: -0.5em;
}

.textdecoration{
  text-decoration: none;
}
.disblock{
  display: block;
}

.modaldes{
   padding-top: 30vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.imgheight{
height:151px;
width: 100%;
}

.msg{
font-size: 12px!important;
}

form.label{
  color:#a3ceef!important;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.alert {
  padding: 10px;
  /* background-color: #f44336;
  color: white; */
}
.curpoin{
  cursor: pointer!important;
}






