body { margin: 0px;  padding: 0px; font-family: "Mulish", sans-serif;}

a:hover, a{text-decoration: none;}

a{color: #193865;}

header {width: 100%;  height: auto;  margin: 0px;box-shadow: 0px 3px 15px 0px #00000026;
 background: #fffbf9;}

h1{margin: 0px; padding: 0px; font-size: 50px}

h2{font-size: 32px; color: #000; font-weight: 800; margin: 0px; padding: 0px; color:#F5821F}

h3{margin:0px 0px; padding: 0px; font-size: 24px; color: #606060;}

h4{margin:0px 0px; padding: 0px; font-size: 22px;color: #606060; font-weight:700;}

h5{margin:0px 0px; padding: 0px; font-size: 20px;}

h6{margin:0px 0px; padding: 0px;font-size:16px; font-weight:700; color:#163563;  }

p{margin: 0px; padding: 0px;font-size: 18px; font-weight:500; color:#606060;}

.logo-dv {height: 100%; margin: 0px; padding:0px 0px 0px 0px; display: flex; align-items: center;}

.logo-dv img { max-width: 100%;    width:180px;}

.talk-btn{ height: 100%;  display: flex; align-items: center; justify-content: flex-end;}

.talk-btn a{font-size: 16px; background: linear-gradient(90deg, #F37F20 0%, #C4442C 100%);
font-weight:700; color:#fff ;    transition: all .3s; padding: 7px 45px; border-radius: 5px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);}

.header-right{display: flex; align-items: center; height: 100%;}

.login-top{padding: 15px 0px 0px;}

.login-top .col-md-6{padding: 0px;}

.cloudsun{margin-top: 20px; display: inline-flex; justify-content: center; width: 20%; float: left;}

.logincenter{width: 60%; float: left;}

.cloudsun img{max-width: 100%;}

.logincenter img{max-width:100%; width: 330px;}

.logincenter p{margin-top: 10px;}

.logincenter p strong{color: #F5821F; font-weight: 800;}

.mainsection{background-image: url("../images/fanbg.png"), url("../images/earth.png"), url("../images/centerbg.svg");
  background-position: left bottom, right bottom, top 100px right 100px;  padding-top: 10px; min-height: 78vh;
  background-repeat: no-repeat, no-repeat, no-repeat; background-size:30%, 30%,160px; padding-bottom: 50px;}

.registerfrm-main{border-radius: 20px; margin-top: 10px;
border: 2px solid #F5821F;
background: #FFF; padding:50px 45px;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.10);}

.input-frm input, .input-frm select{max-width: 100%; border-radius: 8px; outline: none;
border: 1px solid #F48020; width: 100%; height: 50px; color: #626262;
background-color: #FFF3E9; padding: 0px 15px; font-size: 15px;font-weight: 500;
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}

.input-frm select{ appearance: none; background-image: url("../images/selectdrop.svg");
background-repeat: no-repeat; background-size:12px; background-position: right 20px center;}

.input-frm input::placeholder, .input-frm select::placeholder{color: #626262;}

.input-frm{margin-bottom:30px; }

.frminner .input-frm:last-child{margin-bottom: 0;}

.otp-btn{margin-top: 20px;}

.btn-style-1 ,.otp-btn input{font-size: 16px; background: linear-gradient(90deg, #F37F20 0%, #C4442C 100%);
font-weight:700; color:#fff ;    transition: all .3s; padding: 9px 40px; border-radius: 7px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10); border:none;}

.letstext p{color: #606060; font-size: 17px; font-weight: 500; margin-top: 20px; margin-bottom: 0px; text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
  1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;;}

.termschk{margin-top: 15px;}

.termschk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.termschk #agree_t_c_label {
  position: relative;  display: flex; align-items: center;
  cursor: pointer; font-size: 13px; font-weight: 400;
}

.termschk #agree_t_c_label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #F48020;
    border: none;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}

.termschk input:checked + #agree_t_c_label:after  {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.verifyotp label{color: #261C1E; font-size: 15px; font-weight: 600; margin-bottom: 5px;}

.didnt-receive p{font-size: 13px;color: #261C1E; margin: 20px 0px 0px;}

.didnt-receive p a{font-weight: 800;color: #261C1E; text-decoration: underline;}

.otpdvs {display:flex; align-items: center; justify-content: space-between;}

.otpinputs input{border-radius: 8px; outline: none;color: #261C1E;
border: 1px solid #F48020; width:52px; height: 50px; color: #626262; text-align: center;
background-color: #FFF3E9; padding: 0px 15px; font-size:25px;font-weight: 500;
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}

.otpinputs input::placeholder{color: #261C1E;}

.otp-main{padding:30px 45px;}

.uploadinner{
    border-radius:15px;
    border: 2px solid #F5821F;
    background: #FFF;  margin-top: 10px;
    padding: 0px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.10);
}

.uploadmainbx{padding: 0px;}

.uploaded-date{position: absolute; left: 0; bottom: 0}

.uploaded-date p{
  margin: 0px;
  color: #fff;
  background-color: #000;
  padding: 3px 15px;
  font-size: 12px; float: left;
  display: inline-block;
}

.mainuploading{padding: 20px;}

.downld-certify input, .downld-certify .btn-style-1{font-size: 20px;}

.uploadtitlelabel label{color: #000; font-size: 13px; font-weight: 600;}

.uploadinner .otp-btn input{font-size: 15px;  padding: 7px 35px;}

.uplodfile-input{margin: 5px 0px ;}

.mainupload-dv{margin-bottom:5/.0px;}

.filelabel {
    width:100%;
    border: 1px dashed #5C5C5C;
    border-radius: 5px;
    display: block;background: #FFFBFB;
    padding: 5px;box-shadow: 0px 3.173px 11.899px 0px rgba(0, 0, 0, 0.10);
    transition: border 300ms ease; justify-content: center;
    cursor: pointer; display: flex ; align-items: center;
    text-align: center; height:90px;
    margin: 0;
}
.filelabel span {
    display: block;  font-weight: 800;
    font-size: 25px;color: #000;
}

.filelabel .title {
  transition: 200ms color;
}


#FileInput{
    display:none;
}

.mainupload-dv {margin-bottom: 250px;}

.uploadhver {
    position: absolute;
    left: 0px;
    background: #D9D9D980;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;padding: 0px 5px;
}

.uploadhver p{font-size: 11px; color: #000;}

.uploadhver p strong{color: #FF7600; font-weight: 800;}

.uploadhver img{width: 25px; margin-top: 5px;}

.disableupload .uploadmainbx{-webkit-filter: blur(1.5px); -moz-filter: blur(1.5px); -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);   filter: blur(1.5px);}

.disableupload {border-color: #D9D9D9}

.disableupload .filelabel span{display: none;}

.disableupload .otp-btn input{background:#b8b8b8;}

.home-data h4 strong{color: #F5821F;}

.homepage{margin-top: -40px;}

.home-data p strong{color: #F5821F;}

.home-data p{margin-top: 20px;}

.registerbtn p{font-size: 20px;}

.registerbtn{margin-top: 20px;}

 .registerbtn a{
    font-size: 18px;
    background: linear-gradient(90deg, #F37F20 0%, #C4442C 100%);
    font-weight: 700;
    color: #fff; margin-top: 10px;
    transition: all .3s;
    padding: 7px 35px; display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.logsbt a{color: #535353; font-size: 18px; text-decoration: none; font-weight: 600; margin-top: 10px; display:inline-block;
  position: relative;
}

.logsbt a:before{
    height: 1px;
    background: #535353;
    content: "";
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aboutdv h4{margin-top: 10px; color: #F5821F;}

.workshopdv{margin-top: 20px; margin-bottom: 30px;}

.workbx-main{border-radius: 13px; border:2px solid #F5821F;padding: 12px 0px 12px 18px; margin-top: 10px;
   background: #FFFDFC; box-shadow: 9px 8px 10px 0px rgba(0, 0, 0, 0.10); overflow: hidden; height: 100%;
}

.workbx-main p{font-size: 13px; padding-right: 120px; margin-top: 10px;}

.workbx-main img{position: absolute; bottom: 0; right: 0; width: 130px;}

.workbx-main img.plantimg{width: 80px;}

.workbx-main p a{color: #F5821F; text-decoration: underline; font-weight: 700;}

.voucherdv img{width: 100%;}

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

.galleryimg {
  height: 180px; overflow: hidden; display: flex; justify-content: center;align-items: center;
}

.galleryimg img{
 width: 100%; transition: all linear 0.3s;
  object-fit: cover;
}

/*.galleryimg:hover img{transform: scale(1.3);}*/

.gallerymain{border-radius: 22.396px; overflow: hidden; margin-top: 20px;
box-shadow: -2.986px -2.986px 8.958px 0px rgba(0, 0, 0, 0.10), 2.986px 2.986px 8.958px 0px rgba(0, 0, 0, 0.10);}

.gallerytext{border-radius: 0px 0px 22.396px 22.396px; border: 0.847px solid #F5821F; background: #FFF;
padding: 10px 15px;margin-top: -1px;}

.gallerytext h6{color: #F5821F; font-size: 13px; font-weight: 600;white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;height: 34px;
  -webkit-box-orient: vertical;
  overflow: hidden;}

.gallerytext p{color: #606060; font-size: 11px; font-weight: 500; margin: 3px 0px;
}

.gallerytext a{color: #606060; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: flex-end;}

.gallerytext a img{margin-left: 5px;}

.gallerytextnew p{margin-top: 7px;}

.filerdv{margin-top: 20px; display: inline-flex; justify-content: center; align-items: center;}

.fiterbytext{color: #222; font-size: 20px; font-weight: 700;}

.progress-select{border-radius: 8.133px; border: 1.017px solid #F5821F; background: #FFF;
color: #828282; font-size: 15px; font-weight: 600; padding: 5px 7px; width: 20%; margin: 0px 10px;
background-image: url("../images/arrowdrop.svg"); background-repeat: no-repeat; background-size: 10px;
background-position: center right 7px; appearance: none; outline: none}

.searchinput{border-radius: 8.133px; border: 1.017px solid #F5821F; background: #FFF;
color: #828282; font-size: 15px; font-weight: 600; padding: 5px 7px 7px 40px; width:40%;
background-image: url("../images/searchicon.svg"); background-repeat: no-repeat; background-size: 25px;
background-position: center left 9px; appearance: none; outline: none}

.sort-search{ width: 25%; margin: 0px 10px; position: relative;}

.sort-search input{border-radius: 8.133px; border: 1.017px solid #F5821F; background: #FFF;
color: #828282; font-size: 15px; font-weight: 600; padding: 5px 7px; width: 100%; ; outline: none}

.iconssort {
    position: absolute;
    right: 0px;
    top: 20%;
    width: 20px;
    display: flex;
    flex-direction: column;
}

.iconssort img{
    width: 9px;
    margin: 1px 0px;
}

.mobilecloud{position: absolute; right: 0; bottom: 0;}

.mobilecloud img{margin-right: 20px;}

.sort-search  .progress-select{width: 100%; margin-left: 0px;}

/**menu-css**/

.menus {
    width: 100%;
    float: left; height: 100%; display: flex; align-items: center; font-weight: 800;
}

div#overlay { display: none; }

a#toggle {
 float: right;
  position: absolute;
  text-align: center; right: 20px; top: 30px;
  color: #33373d;
  display: none;
  transition: all ease-out 0.3s;
    align-items: center;
    justify-content: center;
}

a#toggle img{width: 35px;}

a#toggle i {
  position: relative; font-size: 20px;
}

main#content { padding: 10px; }

#menu {
  text-align:right; margin-right: 20px;
  transition: all ease-out 0.3s;
}

#menu a { color:#2D2729; text-decoration: none;}

#menu ul {margin: 0px;padding: 0px;}

#menu ul li {
  display: inline-block;
  position: relative;margin: 0px 0px;
}

#menu ul li > a {
    display: inline-block;
    font-size: 16px;  color: #1C3664;
    padding: 25px 15px;    text-transform: uppercase;
    font-weight:700;
}

#menu ul li > a > i {
  margin: 0px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
  display: none;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 9;
  width: 200px;
  background:#FFF; left: 20px;
  text-align: left;
  padding: 3% 0;
  transition: all 0.3s ease;
  transform: translateY(0 0 50px);
  box-shadow: 1px 3px 5px #00000030;
  border-top: 2px solid #0f75bc;
}

#menu ul li ul li { display: block; }


#menu ul li ul li a {
    display: block;
    text-transform: capitalize;
    color: #555;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
}


/*#menu ul li ul li a:hover {
    background: #f38325;
}

#menu ul li a.active{ color: #9A006C;}*/

#menu ul li:hover > a > i { transform: rotateZ(90deg); }

#menu ul li:hover ul { display: block; }

@media screen and (max-width:767px) {

a#toggle { display: flex; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}
#menu ul li a.active {
    background: #396a00;
    color: #7dbd32;
}
#menu{
    position: absolute;
    width: 100%;
    height: auto;
    top: 82px;
    padding: 0px;
    left: 0;
    overflow-y: hidden;
    overflow-y: auto;
    background-color: #f7f8f8;
    transform: translateY(0px);
    z-index: 99;
    display: none;
  }

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#menu ul li a.active, #menu ul li a:hover {
    background:linear-gradient(90deg, #F37F20 0%, #C4442C 100%); font-size: 15px;
    color: #fff;
}
#menu ul {
  text-align: left;
  background-color: transparent;
  padding-top:0px;
}
#menu ul li ul{
  padding-top:0px;
}

#menu ul li a:hover::before, #menu ul li a.active::before{display: none;}

#menu ul li { display: block; }

#menu ul li a { display: block; color:#2D2729; padding: 11px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1); }

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  padding: 0px 20px;
  background-color:transparent;
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { display: block;}

html.open-menu nav#menu {
  z-index: 3; display: block;
}

}

/**menu-end**/

/**multiple-select**/

a#toggle i.crosstime{display: none;}

.open-menu a#toggle i.crosstime{display: block;}

.open-menu a#toggle i.linetoggle{display: none;}

#contactModal .modal-content{background: rgba(206, 206, 206, 0.94);}

#contactModal .tellbx{border-radius: 0; padding:0px 20px 20px; background:transparent; box-shadow: none;}

#contactModal .modal-header{
  border-bottom: none;
  padding-bottom: 0;
}

.read-more-content, .read-more-content1 {
  display: none;
}


/**selectbox**/


.dropdown {
  position: relative;}

  .dropdown-list {
    padding: 25px 20px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(black, .2);
    max-height: 223px;
    overflow-y: auto;box-shadow: -1px 2px 5px #c4c4c4;
    background: #fff;
    display: none;
    z-index: 10;
  }

  .checkbox {
    opacity: 0;
    transition: opacity .2s;
  }

  .dropdown-label {
    display: block;
   width: 100%;
  background: #fff;
  padding: 11px 15px;
  color: #000;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-weight: 500;
    cursor: pointer;
    position: relative;}

    .dropdown-label:before {
  content: '\e313';
  position: absolute;
  font-family: 'Material Symbols Outlined';
  right: 10px;
  top: 52%; font-weight: normal;
  transform: translateY(-50%);
  transition: transform .25s;
  transform-origin: center center;
  font-size: 29px;
}

.dropdown.open .dropdown-list {
    display: block;
}

.dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}

.dropdown.open .dropdown-label:before {
      transform: translateY(-50%) rotate(-180deg);
    }


.checkbox {
  margin-bottom: 15px;}
  .checkbox:last-child {
    margin-bottom: 0;
  }

  .checkbox-custom {
    display: none;
  }

  .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
  }

.checkbox .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 14px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
}

.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "\e5ca"; font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 1px;
    left: -1px;
    text-align: center;
}
  .checkbox-custom-label {
    line-height: 16px;
    font-size: 16px;
    margin-right: 0;
    margin-left: 0;
    color: black;
  }

.errormessage{
  font-size: 13px;
  color: #c95151;
  margin-top: 5px;
}

.certificateimg img{max-width: 100%;}

#agree_t_c_2:before{display: none;}

.icon-css {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.icon-css img {
    height: 80px;
    text-align: center;
    display: inline-block;
}

.mobilefoot .col-md-6{padding: 0px;}

.earthimg img{width: 100%;}

.mobilefoot .col-5, .mobilefoot .col-7{padding: 0px;}

.earthimg{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67% !important;
}

.fanmobile{width: 104%;}

.mobilefoot{margin-top: -50px; z-index: -1;
}

.share-list p{
    color: #606060;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

 .share-list{
  display: flex; margin-top: 5px;
  justify-content: flex-end;
}

.gallerytext .share-list ul li img {
  width: 21px;margin-left: 1px;
}

.uplodfile-input span{font-size: 19px;}

.back-btn{
  
  margin-bottom: 20px;
  font-size: 16px;
}

.back-btn span{font-size: 16px;margin-top: 3px;}

.back-btn a{
  display: flex;
  align-items: center;
  color: #000;
}

.uploadimgdv{ background-repeat: no-repeat; background-position: center center; background-size:contain;}

.img-listing{
  height: 217px;
  display: flex;
  align-items: center;
}

.uploaded-image {
  max-height: inherit;
  width: 100%;
}

#g-recaptcha-response-error{
  margin-bottom: 10px;
  float: left;
}