/* common */
body {
   font-family: airbnb_cereal_appbook, -apple-system, BlinkMacSystemFont, "Segoe UI",
  Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol";
   font-size: 15px;
   color: #4a4a4a;
   background: url(../images/body-bg.png) scroll repeat;}




  
/* font */
.font-light {
  font-family: airbnb_cereal_applight;
}
.font-book {
  font-family: airbnb_cereal_appbook;
}
.font-medium {
  font-family: airbnb_cereal_appmedium;
}
.font-bold {
  font-family: airbnb_cereal_appbold;
}
.font-extra_bold {
  font-family: airbnb_cereal_appextra_bold;
}
.font-black {
  font-family: airbnb_cereal_appblack;
}



::-moz-selection { background: #2c89c5; color: #fff; }
::selection { background: #2c89c5; color: #fff;}


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #6d6a6a;
     font-weight: normal;}
::-moz-placeholder { /* Firefox 19+ */
     color: #6d6a6a;
     font-weight: normal;}
:-ms-input-placeholder { /* IE 10+ */
     color: #6d6a6a;
     font-weight: normal;}
:-moz-placeholder { /* Firefox 18- */
     color: #6d6a6a;
     font-weight: normal;} 

/* number icon remove */	 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}	
	
/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #00051b;
        background: transparent;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}
    
  



/* custom */
.m-t-25 {
  margin-top: 25px !important;}
.m-r-20 {
  margin-right: 20px !important;}
.m-b-15 {
  margin-bottom: 15px !important;}
.m-l-20 {
  margin-left: 20px !important;}
.m-t-40 {
  margin-top: 40px !important;}
.m-t-15 {
  margin-top: 15px !important;}
.p-b-0 {
  padding-bottom: 0 !important;}
.p-t-0 {
  padding-top: 0 !important;}
.p-t-70 {
  padding-top: 70px !important;}
.p-t-20 {
  padding-top: 20px !important;}
.p-b-70 {
  padding-bottom: 70px !important;}
.p-b-30 {
  padding-bottom: 30px !important;}
.p-b-20 {
  padding-bottom: 20px !important;}
.p-b-15 {
  padding-bottom: 15px !important;}
.p-t-30 {
  padding-top: 30px !important;}
.p-t-40 {
  padding-top: 40px !important;}
.p-t-50 {
  padding-top: 50px !important;}
.p-b-50 {
  padding-bottom: 50px !important;}
.p-t-35 {
  padding-top: 35px !important;}
.p-b-40 {
  padding-bottom: 40px !important;}
.p-t-140 {
  padding-top: 140px !important;}
.p-t-100 {
  padding-top: 100px !important;}
/* pre-line */
.pre-line {
  white-space: pre-line;}
.text-capitalize {
  text-transform: capitalize;}
.bg-gray-light {
  background: #eeeeee !important;}
.bg-blue-light {
  background: #c4eefc !important;}
.height-40 {
  height: 40px !important;}
.min-width-160 {
  min-width: 160px !important;}
.letter-spacing-5 {
  letter-spacing: 5px !important;}
.first-letter-20:first-letter {
  padding-left: 20px !important;}
.height-70-vh {
  height: 70vh !important;}
.height-100-vh {
  height: 100vh !important;}
@media (min-width: 1200px) {
.xl-p-l-50 {
	padding-left: 50px;}
} 
@media (max-width: 991px) {
.md-p-t-30 {
	padding-top: 30px;}
}





/* pre-loader */
.pre-loader {
	position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #1314143d;}
.pre-loader div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; 
	margin-left: -50px;
  animation: rotation 1s infinite linear;
  border: 5px solid #5c356c;
  border-radius: 50%;
  border-top-color: #fff;}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}





/* button */
button,
.a-btn {
  border: none;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  padding: 12px 20px;
  white-space: nowrap;
  text-align: center;
  line-height: normal;
  background: #684690;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;}
button:hover,
button:focus,
.a-btn:hover,
.a-btn:focus {
    outline: none;
    background: #5b3a82;
    color: #fff;}
.a-btn {
    display: inline-block;}
.a-btn:hover,
.a-btn:focus {
    text-decoration: none;}


/* back-btn, close-btn */
.back-btn,
a.back-btn,
.close-btn {
  background: #666666;
  color: #fff;}

.back-btn:hover,
a.back-btn:hover,
.close-btn:hover {
  color: #fff;
  background: #666666;
}





/* blue-gradient */
.blue-gradient {
  font-size: 18px;}
.blue-gradient,
.blue-gradient:hover {
  background-image: linear-gradient(180deg, #29aae1, #0071bb);}
.blue-gradient span {
  margin-left: 15px;}



/* d-blue-gradient */
.d-blue-gradient,
.d-blue-gradient:hover {
  background-image: linear-gradient(180deg, #812d8e, #5d2781);}



/* blue-btn */
.blue-btn {
  background: #2188dc;
  color: #fff;}
.blue-btn:hover {
  color: #fff;
  background: #2188dc;}


/* red-btn */
.red-btn {
  background: #ff5454;
  color: #fff;}
.red-btn:hover {
  color: #fff;
  background: #ff5454;}



/* more-btn */
.more-btn {
  padding: 13px 24px;
  background: #353535;
  font-size: 14px;
  border-radius: 25px;
  color: #ebefee;}
.more-btn:hover {
  background: #353535;
  color: #ebefee;}
.more-btn img {
  height: 18px;
  margin-left: 10px;}
.more-btn span {
  position: relative;
  top: 3px;}




/* back-icon-btn */
.back-icon-btn {
  padding: 13px 24px;
  background: #ddd;
  font-size: 14px;
  color: #717171;}
.back-icon-btn:hover {
  background: #ddd;
  color: #717171;}
.back-icon-btn img {
  height: 18px;
  margin-right: 10px;}
.back-icon-btn span {
  position: relative;
  top: 3px;}




  
/* read-more */
.read-more {
  padding: 10px 25px;
  background: #fff;
  display: block;
  font-size: 14px;
  border-radius: 25px;
  border: 1px solid #32b4eb;
  color: #32b4eb;
  width: 140px;
  text-align: center;
  margin-top: 25px;}
.read-more:hover {
  text-decoration: none;
  background: #fff;
  color: #32b4eb;}





/* paginated */
.paginated {
  width: 100%;
  text-align: center;
  margin-top: 50px;}
.paginated .current {
  display: inline;
  font-size: 10px;
  position: relative;
  bottom: 1px;}
.paginated .current .text-muted {
  font-size: 18px;}
.paginated .current span {
  padding-left: 2px;
  padding-right: 2px;}
.paginated button {
  border-color: transparent;
  min-width: auto;
  color: #21383e;
  font-size: 13px;
  letter-spacing: 2px;
  box-shadow: inherit;
  background: transparent;
  border-radius: 2px;
  padding: 4px 8px;
  margin-left: 5px;
  margin-right: 5px;}
.paginated button:hover {
  background: transparent;
  border-color: #b3b3b3;
  color: #000;}





/* wrapper */   
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;}
@media (min-width: 768px) {
.wrapper {
    max-width: 2500px;
	  padding: 0 70px;}
}
@media (max-width: 767px) {
.wrapper {
	padding: 0 25px;}
} 



/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #232323;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
 /**/
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;}
body.specific_scroll:not(.up_scroll) header {
  height: 0;
  z-index: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;}
@media (max-width: 991px) {
header {
 /* height: 60px;*/
  padding-left: 15px;
  padding-right: 15px;}
}


/* a-logo */
header .a-logo {
  display: inline-block;
  padding-top: 10px;}
header .a-logo .logo {
  max-width: 100%;
  height: 50px;}
@media (max-width: 767px) {
header .a-logo {
  padding-top: 15px;}
header .a-logo .logo {
  height: 40px;}
}
/* specific_scroll */
/* small-header */
@media (min-width: 992px) {
header .a-logo .logo {
  -webkit-transition: height 1s; 
  -moz-transition: height 1s; 
  -ms-transition: height 1s; 
  -o-transition: height 1s; 
  transition: height 1s;}
body.specific_scroll header .a-logo .logo,
.small-header header .a-logo .logo {
  -webkit-transition: height 1.s; 
  -moz-transition: height 1.s; 
  -ms-transition: height 1.s; 
  -o-transition: height 1.s; 
  transition: height 1.s;}
}



/* toggle-btn */
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 21px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.toggle-btn span {
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  top: 11px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  top: 18px;}
@media (max-width: 991px) {
.toggle-btn {
  right: 25px;}
}
/* toggle_btn_on */
.toggle_btn_on {
  z-index: 11;
  top: 20px;
  right: 275px;}
.toggle_btn_on span {
  top: 12px;
  background-color: #fff;}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
@media (min-width: 2500px) {
.toggle_btn_on {
  display: none;}
}
@media (max-width: 991px) {
.toggle_btn_on {
  right: 310px;}
}

/* reg-btn */
header .reg-btn {
  float: right;
  margin-right: 100px;
  margin-top: 17px;}
header .reg-btn,
header .reg-btn:hover {
  background-image: linear-gradient(180deg, #812d8e, #5d2781);}
header .reg-btn:hover {
  background-color: transparent;}
@media (max-width: 767px) {
header .reg-btn {
  font-size: 9px;
  padding: 8px 9px;
  margin-top: 23px;
  margin-right: 60px;}
}




/* nav */
header nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: right .30s ease-in-out;
  -moz-transition: right .30s ease-in-out;
  -ms-transition: right .30s ease-in-out;
  -o-transition: right .30s ease-in-out;
  transition: right .30s ease-in-out;}
/* menu_open */
header nav:not(.menu_open) {
  right: -400px;}
/* menu-area */
header nav.menu_open .menu-area {
  background: #00000096;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}



/* menu */
.menu {
  background: #351454f0;
  overflow-y: auto;
  height: 100%;
  width: 300px;}
.menu ul {
  padding-left: 0;
  padding-top: 60px;}
.menu li {
  list-style: none;
  padding: 5px 10px 0 40px;}
.menu li a {
  text-decoration: none;
  padding-top: 22px;
  display: block;
  font-size: 16px;
  color: #b6aac1;}
.menu li a:hover,
.menu li a.active {
  color: #fff;}




/* dropdown */
.dropdown-menu {
  position: relative;
  background: transparent;
  border: none;
  padding-bottom: 0;
  float: initial;}
.menu li .dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;}
.menu li .dropdown .dropdown-menu .dropdown-item.active,
.menu li .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;}
/**/
.menu li .dropdown .dropdown-toggle::after {
  font-family: FontAwesome;
    border: none;
    content: "\f107";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    background: #b0a5bd;
    border-radius: 50%;
    color: #2d1642;
    line-height: 20px;
    padding-left: 4px;}




/* main-div */
.main-div {
  padding-top: 70px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;}





/* section */
section {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;}


/* h1 */
h1 {
  font-size: 45px;
  margin-bottom: 0;
  color: #2b2a2a;} 
@media (max-width: 767px) {
h1 {
  font-size: 35px;}
}


/* transparent-header */
body .transparent-header {
  padding-top: 0;}
body:not(.specific_scroll) .transparent-header header {
  background: transparent;}


/* small-header */
body .small-header {
  padding-top: 65px;}





/* razorpay-payment-button */
input.razorpay-payment-button {
  padding: 10px 30px;
  cursor: pointer;
  background: #353535;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  border: none;}



/* pop-up and page-form */


/* page-form-head */

/* page-form-head */
.page-form .page-form-head {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.page-form .page-form-head h1 {
  font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}
.page-form .page-form-head h2 {
  font-size: 15px;
    margin-bottom: 0;
}


/* label */
.page-form .page-body label {
  font-size: 15px;
  margin: 5px 0 0;
  padding: 4px 0 1px;
  color: #252525;
  font-weight: bold;
}



/* page-footer */
.page-form .page-footer {
  text-align: right;
  padding-bottom: 10px;
}

.page-form .page-footer button,
.page-form .page-footer .a-btn {
  margin: 8px 0;
  display: inline-block;
  min-width: 130px;
  font-size: 18px;
  padding: 12px 35px;
}

.page-form .page-footer .delete-btn {
  float: left;
}





/* col */
.pop-up .modal-body [class^="col-"],
.page-form .page-body [class^="col-"] {
  padding-bottom: 20px;}


/* input's */
.pop-up .modal-body input[type="text"],
.pop-up .modal-body input[type=""],
.pop-up .modal-body input[type="number"],
.pop-up .modal-body input[type="date"],
.pop-up .modal-body input[type="password"],
.pop-up .modal-body input[type="email"],
.pop-up .modal-body input[type="url"],
.pop-up .modal-body input[type="time"],
.pop-up .modal-body input[type="file"],
.pop-up .modal-body select,
.pop-up .modal-body textarea,
.page-form .page-body input[type="text"],
.page-form .page-body input[type=""],
.page-form .page-body input[type="number"],
.page-form .page-body input[type="date"],
.page-form .page-body input[type="password"],
.page-form .page-body input[type="email"],
.page-form .page-body input[type="url"],
.page-form .page-body input[type="time"],
.page-form .page-body input[type="file"],
.page-form .page-body select,
.page-form .page-body textarea {
  width: 100%;
  color: #000;
  background: #ececec;
  padding-left: 15px;
  border: none;
  border-radius: 5px;
  margin-top: 5px;
}




/* first-option-hide */
.page-form .page-body .first-option-hide option:first-child {
  display: none;}




/* attach-label-btn */
.page-form .page-body .attach-label-btn {
  width: 300px;
  color: #fff;
  position: relative;
  overflow: hidden;}
.page-form .page-body .attach-label-btn .bg-col {
  background: #a4a4a4;
  border-radius: 10px;
  padding: 10px;}
.page-form .page-body .attach-label-btn input[type="file"] {
  background: transparent;
  position: relative;
  left: -93px;
  height: 30px;}
.page-form .page-body .attach-label-btn img {
  height: 25px;}
.page-form .page-body .attach-label-btn span {
  position: relative;
  top: 3px;
  left: 10px;}



/* icon-col */
.page-form .page-body .icon-col {
  position: relative;}
.page-form .page-body .icon-col input {
  padding-left: 55px;}
.page-form .page-body .icon-col .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-size: 25px;}



/* file */
.pop-up .modal-body input[type="file"],
.page-form .page-body input[type="file"] {
  padding-left: 0;
  border-color: transparent;}

.pop-up .modal-body textarea,
.page-form .page-body textarea {
  padding-top: 11px;
  height: 100px;
}

  .pop-up .modal-body input[type="text"],
  .pop-up .modal-body input[type=""],
  .pop-up .modal-body input[type="number"],
  .pop-up .modal-body input[type="date"],
  .pop-up .modal-body input[type="password"],
  .pop-up .modal-body input[type="email"],
  .pop-up .modal-body input[type="url"],
  .pop-up .modal-body input[type="time"],
  .pop-up .modal-body input[type="file"],
  .pop-up .modal-body select,
  .page-form .page-body input[type="text"],
  .page-form .page-body input[type=""],
  .page-form .page-body input[type="number"],
  .page-form .page-body input[type="date"],
  .page-form .page-body input[type="password"],
  .page-form .page-body input[type="email"],
  .page-form .page-body input[type="url"],
  .page-form .page-body input[type="time"],
  .page-form .page-body input[type="file"],
  .page-form .page-body select {
    height: 40px;}




/* chosen-container */
.pop-up .modal-body .chosen-container .chosen-single,
.page-form .page-body .chosen-container .chosen-single {
    padding-top: 8px;}
.pop-up .modal-body .chosen-container:not(.chosen-container-active) .chosen-single,
.page-form .page-body .chosen-container:not(.chosen-container-active) .chosen-single {
    padding-left: 15px;}



/* choose-img-show */
.pop-up .modal-body .choose-img-div,
.page-form .page-body .choose-img-div {
  position: relative;}
.pop-up .modal-body .choose-img-div .choose-img-show,
.page-form .page-body .choose-img-div .choose-img-show {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  max-width: 100%;
  background: #ffff;}



/*/ pop-up Start /*/

/* pop-up-small */
@media (min-width: 768px) {
  .pop-up .body.pop-up-small {
    max-width: 700px;
    width: 80%;}
}



/* common */
.modal.pop-up {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pop-up .modal-content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  height: 100vh;
}

@media (min-width: 576px) {
  .pop-up .modal-dialog {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .pop-up .modal-dialog {
    max-width: 100%;
  }
}

/* body */
.pop-up .body {
  margin: 0 auto;
  background: #fff;
  border-radius: 23px;
}

@media (min-width: 768px) {
  .pop-up .body {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .pop-up .body {
    width: 100%;
  }
}

/* modal-header */
.pop-up .modal-header {
  padding: 0;
}

.pop-up .modal-header h1,
.pop-up .modal-header h2 {
  margin: 0;
  color: #000;
}
.pop-up .modal-header h1 {
  padding-top: 9px;
}
.pop-up .modal-header .close-btn {
  color: #f12c4f;
  position: relative;
  min-width: auto;
  bottom: 17px;
  left: 32px;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}

@media (min-width: 768px) {
  .pop-up .modal-header {
    padding: 15px 30px;
  }

  .pop-up .modal-header h1 {
    font-size: 20px;
  }

  .pop-up .modal-header h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .pop-up .modal-header {
    padding: 10px 25px;
  }

  .pop-up .modal-header h1 {
    font-size: 19px;
  }

  .pop-up .modal-header h2 {
    font-size: 17px;
  }
}

/* modal-body */
/* common */
.pop-up .modal-body label {
  margin: 10px 0 2px 0;
  width: 100%;
  font-size: 17px;
  color: #1b1b1b;
}

@media (min-width: 768px) {
  .pop-up .modal-body {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .pop-up .modal-body {
    padding: 10px 25px;
  }
}

/* modal-footer */
.pop-up .modal-footer {
  border-top: none;
  padding-top: 5px;
}
.pop-up .modal-footer button,
.pop-up .modal-footer .a-btn {
  min-width: 90px;}
.pop-up .modal-footer .delete-btn {
  margin-right: auto;
  padding-left: 0;
}
@media (min-width: 768px) {
  .pop-up .modal-footer {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .pop-up .modal-footer {
    padding: 10px 25px;
  }
}



/* radio-cbox-btn */
.pop-up .modal-body .radio-cbox-btn label {
  width: auto;
}








/* radio-cbox-btn */
.radio-cbox-btn {
  padding: 4px 0;
}

.radio-cbox-btn label {
  padding: 0;
  margin-right: 11px;
  width: auto;
  cursor: pointer;
}

.radio-cbox-btn label span {
  font-size: 15px;
  padding-right: 5px;
  color: #3c3c3c;
}

@media screen and (max-width: 1199px) {
  .radio-cbox-btn label {
    margin-right: 5px;
  }

  .radio-cbox-btn label span {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .radio-cbox-btn {
    padding-bottom: 8px;
  }
}





/* radio, checkbox */
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 4.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none !important;
  z-index: 1;
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
  background: #9faab7;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background: #0171bc;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  height: 15px;
  width: 15px;
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
  background: #0171bc;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

/* radio */
input[type="radio"]:checked::before {
  content: "\f111";
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]::after {
  border-radius: 50%;
}

/* checkbox */
input[type="checkbox"]:checked::before {
  content: "\f00c";
}

  

/* multi-field */
.multi-fields .multi-field:last-of-type .remove-field-btn {
  display: none;}
/* member_registration */
@media screen and (min-width: 768px) {
.multi_field_wrapper .md-m--t-60 {
  position: absolute;
  right: 0;
  top: -60px;}
}



/* carousel-bg-cover */
.carousel-bg-cover .carousel-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 180deg, #0000008f, #0000008f);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
.carousel-bg-cover.bg-blue .carousel-item::after {
  background-image: linear-gradient( 180deg, #3d005a, #763a93);}
/* carousel-banner */
.carousel-banner .carousel-item img {
  height: 65vh;
  object-fit: cover;}
/* carousel-caption */
.carousel-banner .carousel-caption {
  left: initial;
  right: initial;
  bottom: initial;
  padding-left: 50px;
  padding-right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;}
.carousel-banner .carousel-caption h1 {
  color: #fff;
  letter-spacing: 14px;
  font-size: 70px;}
.carousel-banner .carousel-caption h2 {
  color: #fff;
  letter-spacing: 5px;
  font-size: 45px;}
.carousel-banner .carousel-caption h5 {
  color: #fff;
  font-size: 18px;}
@media (max-width: 991px) {
.carousel-banner .carousel-caption h1 {
  letter-spacing: 2px;
  font-size: 40px;}
.carousel-banner .carousel-caption h2 {
  letter-spacing: 1px;
  font-size: 22px;}
.carousel-banner .carousel-caption h5 {
  font-size: 14px;}
}




  
/* index_page */
.index_page #publications .product_img-3d {
  text-align: center;}
.index_page #publications .product_img-3d img {
  width: 100%;
  height: 200px;
  object-fit: cover;}
.index_page #publications .product_img-3d h6 {
  color: #000;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;}
@media screen and (max-width: 767px) {
.index_page #publications .product_img-3d h6 {
  padding-left: 70px;
  padding-right: 70px;}
}


/* members-section */
.members-section {
  overflow: hidden;}
/* owl */
.members-section .owl-carousel .owl-stage-outer {
  overflow: initial;}
.members-section .owl-carousel .owl-item .item {
  height: 410px;
  background-repeat: no-repeat !important;
  background-size: cover;
  position: relative;}
.members-section .owl-carousel .owl-item .item::before,
.members-section .owl-carousel .owl-item .item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';}
.members-section .owl-carousel .owl-item .item::before {
  background-image: linear-gradient(180deg, #0000003b, #0000003b);}
.members-section .owl-carousel .owl-item .item::after {
  background-image: linear-gradient(180deg, #ffffff00, #000000bf);}
.members-section .owl-carousel .owl-item .cover-img {
  object-fit: contain;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
  height: 100%;}
.members-section .owl-carousel .owl-item .text-content {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  width: 100%;
  color: #fff;
  padding-left: 25px;}
.members-section .owl-carousel .owl-item .text-content h3 {
  font-size: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
.members-section .owl-carousel .owl-item .text-content h5 {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
/**/
.members-section .owl-theme .owl-nav button {
  color: #a9a9a9;
  background: transparent;
  font-size: 90px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.members-section .owl-theme .owl-nav .owl-prev {
  left: -55px;}
.members-section .owl-theme .owl-nav .owl-next {
  right: -55px;}
@media (max-width: 991px) {
.members-section .owl-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;}
/**/
.members-section .owl-theme .owl-nav button {
  top: 44%;
  font-size: 60px;}
.members-section .owl-theme .owl-nav .owl-prev {
  left: -10px;}
.members-section .owl-theme .owl-nav .owl-next {
  right: -10px;}
}




/* members-list */
.members-list .item-row .item {
  padding-bottom: 30px;}
.members-list .item-row .item .cover-img {
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 410px;
  position: relative;}
.members-list .item-row .item .cover-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(180deg, #ffffff00, #000000bf);}
.members-list .item-row .item .text-content {
  color: #fff;
  padding-left: 25px;
  position: relative;
  top: 80%;
  z-index: 1;}
.members-list .item-row .item .text-content h3 {
  font-size: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
.members-list .item-row .item .text-content h5 {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}





/* register-renew-row */
.register-renew-row [class^="col-"] {
  margin-top: 40px;}
.register-renew-row .item {
  -webkit-transition: 0.4s ease-out;
  border: 1px solid #c1c1c1;
  transition: 0.4s ease-out;
  height: 100%;
  border-radius: 25px;
  padding: 50px;}
.register-renew-row .item:hover {
  border: 2px solid #684690;}
.register-renew-row .item h3 {
  margin-bottom: 35px;
  color: #49484a;}
.register-renew-row .item h6 {
  margin-bottom: 100px;}
.register-renew-row .item .a-btn {
  margin-top: 35px;
  background: #fff;
  color: #613e81;
  border: 2px solid #613e81;
  font-size: 16px;
  border-radius: 25px;
  min-width: 180px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);}
.register-renew-row .item:hover .a-btn {
  color: #fff;
  background-image: linear-gradient( 82deg, #812d8e, #613e81);}
/* member-modal */
.member-modal .modal-dialog {
  max-width: 900px;}
.member-modal .register-renew-row [class^="col-"] {
  margin-top: 0;}
.member-modal .modal-content {
  border-radius: 25px;}
.member-modal .modal-body {
  padding: 50px;}
.member-modal .modal-body .close {
  background: transparent;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 30px;}
@media (max-width: 767px) {
.member-modal .register-renew-row [class^="col-"]:last-of-type {
  margin-top: 25px;}
}





/* home */
section#home {
  padding-top: 0;
  padding-bottom: 0;}
#home .carousel-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #0000006e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
#home .carousel-item img {
  height: 100vh;
  object-fit: cover;}
@media (max-width: 767px) {
#home .carousel-item img {
  height: 90vh;}
}
/* carousel-caption */
#home .carousel-caption {
  bottom: initial;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  left: 100px;}
#home .carousel-caption h3 {
  font-size: 45px;}
#home .carousel-caption h6 {
  color: #cacaca;
  text-align: justify;
  font-size: 16px;}
@media (min-width: 992px) {
#home .carousel-caption {
  max-width: 700px;}
}
@media (max-width: 991px) {
#home .carousel-caption {
  left: 30px;}
#home .carousel-caption h3 {
  font-size: 35px;}
#home .carousel-caption h6 {
  font-size: 15px;}
}
@media (max-width: 991px) {
#home .carousel-caption h3 {
  font-size: 25px;}
#home .carousel-caption h6 {
  font-size: 14px;}
}
/* carousel-indicators */
#home .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;}
@media (min-width: 992px) {
#home .carousel-indicators {
  display: initial;
  top: 50%;
  left: initial;
  bottom: initial;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-bottom: auto;
  margin-right: auto;}
#home .carousel-indicators li {
  margin-top: 15px;
  margin-bottom: 15px;}
}



/* annual_meet */
#annual_meet .owl-carousel .owl-item {
  text-align: center;}
#annual_meet .owl-carousel .owl-item img {
  border-radius: 25px;
  height: 360px;
  object-fit: cover;}
#annual_meet .owl-carousel .owl-item h6 {
  margin-top: 20px;}
#annual_meet .owl-carousel .owl-item .primary-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
#annual_meet .owl-theme .owl-nav button {
  color: #a9a9a9;
  background: transparent;
  font-size: 90px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
#annual_meet .owl-theme .owl-nav .owl-prev {
  left: -55px;}
#annual_meet .owl-theme .owl-nav .owl-next {
  right: -55px;}
@media (min-width: 992px) {
#annual_meet .owl-carousel .owl-item h6 {
  padding-left: 10px;
  padding-right: 10px;}
}
@media (max-width: 991px) {
#annual_meet .owl-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;}
#annual_meet .owl-carousel .owl-item img {
  height: 250px;}
#annual_meet .owl-carousel .owl-item h6 {
  margin-top: 15px;
  font-size: 14px;}
#annual_meet .owl-theme .owl-nav button {
  top: 44%;
  font-size: 60px;}
#annual_meet .owl-theme .owl-nav .owl-prev {
  left: -10px;}
#annual_meet .owl-theme .owl-nav .owl-next {
  right: -10px;}
}








/* research_grand */
#research_grand .read-more {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: #613e81;
  border: 2px solid #613e81;
  font-size: 16px;
  min-width: 180px;}
#research_grand .d-blue-gradient {
  font-weight: bold;
  font-size: 16px;}
#research_grand .d-blue-gradient .fa {
  padding-right: 10px;}


/* table */
#research_grand .table-div {
  border: 1px solid #362859;
  border-radius: 25px;}
#research_grand table {
  width: 100%;}
#research_grand table thead tr th,
#research_grand table tbody tr td {
  padding: 15px;}
/* thead */
#research_grand table thead tr th {
  background: #362859;
  color: #fff;
  text-align: center;}
#research_grand table thead tr th:first-of-type {
  border-left: none;
  border-top: none;}
#research_grand table thead tr th:first-of-type {
  border-top-left-radius: 25px;}
#research_grand table thead tr th:last-of-type {
  border-top-right-radius: 25px;}
/* tbody */
#research_grand table tbody tr td {
  border: 1px solid #362859;}
/*
#research_grand table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 25px;}
#research_grand table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 25px;}*/
#research_grand table tbody tr td:first-of-type {
  border-left: none;
  border-right: none;}
#research_grand table tbody tr:last-of-type td {
  border-bottom: none;
  border-right: none;}
#research_grand table tbody tr td .d-blue-gradient {
  font-weight: normal;
  font-size: 12px;
  border-radius: 25px;}



/* annual_meet_page */
/* item-row */
#annual_meet_page .item-row [class^="col-"] {
  padding-bottom: 50px;}
#annual_meet_page .item-row .item .cover-img {
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 350px;
  border-radius: 30px;
  position: relative;}
#annual_meet_page .item-row .item .cover-img::after {
  position: absolute;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(180deg, #ffffff00, #000000bf);}
#annual_meet_page .item-row .item h3 {
  color: #fff;
  font-size: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 5px;
  position: relative;
  top: 84%;
  z-index: 1;}
#annual_meet_page .item-row .item h6 {
  padding-left: 25px;
  padding-right: 5px;
  color: #545880;
  word-break: break-all;
  margin-top: 20px;}
#annual_meet_page .item-row .item .primary-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
@media (max-width: 991px) {
#annual_meet_page .item-row .item {
  padding-left: 30px;
  padding-right: 30px;}
#annual_meet_page .item-row .item h6 {
  margin-top: 15px;
  font-size: 14px;}
}




/* annual_meet_view */
#annual_meet_view .carousel-indicators {
  bottom: -50px;}
#annual_meet_view .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;}
#annual_meet_view .carousel-indicators .active {
  background-color: #777;}




/* publications */
#publications {
  overflow: hidden;}
#publications .carousel-indicators {
  bottom: -50px;}
#publications .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;}
#publications .carousel-indicators .active {
  background-color: #777;}
#publications .carousel-control-next, 
#publications .carousel-control-prev {
  color: #000;
  font-size: 65px;
  bottom: initial;
  top: 29%;}
#publications .carousel-control-next {
  right: 60px;} 
#publications .carousel-control-prev {
  left: 60px;}
#publications .read-more {
  padding: 0;
  width: auto;
  display: inline-block;
  margin-top: 0;
  color: #000;
  font-weight: bold;
  border: none;}
@media (max-width: 991px) {
#publications .carousel-control-next, 
#publications .carousel-control-prev {
  font-size: 40px;}
#publications .carousel-control-next {
  right: -100px;} 
#publications .carousel-control-prev {
  left: -100px;}
}





/* news_events */
section#news_events {
  background-image: linear-gradient(180deg, #665690, #663090);
  padding-top: 50px;
  padding-bottom: 50px;}
#news_events .owl-carousel .item {
  color: #fff;
  text-align: center;}
#news_events .owl-carousel .item img {
  height: 250px;
  object-fit: cover;}
#news_events .owl-carousel .item h3 {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 5px;}
#news_events .owl-carousel .item h6 {
  font-size: 14px;}
#news_events .owl-carousel .item .more-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 7px 15px;
  font-size: 12px;;}
#news_events .owl-carousel .item .more-btn span {
  top: 2px;}
#news_events .owl-carousel .item .more-btn img {
  display: initial;
  height: 14px;
  width: auto;}
/* nav */
#news_events .owl-theme .owl-nav button {
  color: #a9a9a9;
  background: transparent;
  font-size: 90px;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
#news_events .owl-theme .owl-nav .owl-prev {
  left: -55px;}
#news_events .owl-theme .owl-nav .owl-next {
  right: -55px;}

@media (min-width: 992px) {
#news_events .owl-carousel .owl-item h6 {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;}
}
@media (max-width: 991px) {
#news_events .owl-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;}
#news_events .owl-theme .owl-nav button {
  top: 30%;
  font-size: 60px;}
#news_events .owl-theme .owl-nav .owl-prev {
  left: -10px;}
#news_events .owl-theme .owl-nav .owl-next {
  right: -10px;}
}





/* news_events_page */
/* item-row */
#news_events_page .item-row [class^="col-"] {
  padding-bottom: 50px;}
#news_events_page .item-row .item .cover-img {
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 280px;
  position: relative;}
/*
#news_events_page .item-row .item .cover-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(180deg, #ffffff00, #000000bf);}*/
#news_events_page .item-row .item h3 {
  color: #545880;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 5px;}
#news_events_page .item-row .item h6 {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 5px;
  color: #545880;
  margin-top: 20px;}
#news_events_page .item-row .item .primary-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
@media (max-width: 991px) {
#news_events_page .item-row .item h6 {
  margin-top: 15px;}
}




/* news_events_view */
#news_events_view .carousel-indicators {
  bottom: -50px;}
#news_events_view .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;}
#news_events_view .carousel-indicators .active {
  background-color: #777;}






/* blog */
#blog {
  overflow: hidden;}
/* owl */
#blog .owl-carousel .owl-stage-outer {
  overflow: initial;}
#blog .owl-carousel .owl-item .item {
  border-radius: 30px;
  padding-bottom: 30px;
  box-shadow: 9px 13px 32px #b9b9b9;}
#blog .owl-carousel .owl-item .cover-img {
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 300px;
  border-radius: 30px 30px 0 0;
  position: relative;}
#blog .owl-carousel .owl-item .cover-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(180deg, #ffffff00, #000000bf);}
#blog .owl-carousel .owl-item h3 {
  color: #fff;
  font-size: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 5px;
  position: relative;
  top: 84%;
  z-index: 1;}
#blog .owl-carousel .owl-item h6 {
  padding-left: 25px;
  padding-right: 5px;
  color: #545880;
  margin-top: 20px;}
#blog .owl-carousel .item .more-btn {
  margin-right: 30px;
  background: transparent;
  border: 1px solid #787e84;
  color: #353535;
  padding: 10px 15px;
  font-size: 12px;}
#blog .owl-carousel .item .more-btn span {
  top: 2px;}
#blog .owl-carousel .item .more-btn img {
  display: initial;
  height: 14px;
  width: auto;}
/**/
#blog .owl-theme .owl-nav button {
  color: #a9a9a9;
  background: transparent;
  font-size: 90px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
#blog .owl-theme .owl-nav .owl-prev {
  left: -55px;}
#blog .owl-theme .owl-nav .owl-next {
  right: -55px;}
@media (min-width: 1200px) {
#blog .owl-carousel .owl-item h6 {
  height: 35px;}
}
@media (max-width: 991px) {
#blog .owl-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;}
#blog .owl-carousel .owl-item h6 {
  margin-top: 15px;
  font-size: 14px;}
#blog .owl-theme .owl-nav button {
  top: 44%;
  font-size: 60px;}
#blog .owl-theme .owl-nav .owl-prev {
  left: -10px;}
#blog .owl-theme .owl-nav .owl-next {
  right: -10px;}
}




/* blog_page */
#blog_page .item-col {
  padding-top: 40px;
  padding-bottom: 40px;}
#blog_page .item-col:not(:last-of-type) {
  border-bottom: 1px solid #c3c3c3;}
#blog_page .item-col .primary-img {
  border-radius: 25px;
  height: 250px;
  width: 100%;
  object-fit: cover;}
@media (max-width: 991px) {
#blog_page .item-col .primary-img {
  margin-bottom: 30px;}
}
@media (max-width: 767px) {
#blog_page .item-col h3 {
  padding-bottom: 5px;
  font-size: 20px;}
}






/* blog_view */
#blog_view .carousel-bg-cover .carousel-item::after{
  background-image: linear-gradient( 180deg, transparent, #040304ad);}
#blog_view .carousel-banner .carousel-caption {
  top: 85%;
  text-align: left;}
#blog_view .carousel-banner .carousel-caption h1 {
  letter-spacing: normal;
  font-size: 30px;}
@media (max-width: 991px) {
#blog_view .carousel-banner .carousel-caption h1 {
  font-size: 20px;}
}
/**/
#blog_view .read-more {
  padding: 0;
  width: auto;
  display: inline-block;
  margin-top: 0;
  color: #000;
  font-weight: bold;
  border: none;}
/* icon-btn */
#blog_view .icon-btn {
  padding: 15px 20px;
  background: #ddd;
  border-radius: 25px;
  min-width: 170px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  color: #717171;}
#blog_view .icon-btn:hover {
  background: #2583d2;
  color: #fff;}
#blog_view .icon-btn img {
  height: 18px;
  margin-right: 5px;
  margin-left: 5px;}
#blog_view .icon-btn:not(:hover) img:last-of-type,
#blog_view .icon-btn:hover img:first-of-type {
  display: none;}
#blog_view .icon-btn span {
  position: relative;
  top: 3px;}

  



/* contact */
/* table */
#contact table {
  width: 100%;}
#contact table tr td {
  color: #684690;
  font-size: 18px;
  padding-top: 20px;}
#contact table td img {
  margin-right: 15px;
  height: 32px;}
#contact table tr td a {
  color: #684690;
  font-size: 18px;
  text-decoration: none;}
@media (max-width: 991px) {
#contact table tr {
  padding-top: 5px;
  padding-bottom: 5px;}
}




/* members */
/* plan-item-row */
#members .plan-item-row [class^="col-"] {
  margin-top: 60px;}
#members .plan-item-row .item {
  position: relative;
  box-shadow: 11px 11px 21px 10px #e6e6e6;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  height: 100%;
  border-radius: 25px;
  padding: 120px 50px 50px 30px;}
#members .plan-item-row .item:hover {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);}
#members .plan-item-row .item h3 {
  margin-bottom: 35px;}
#members .plan-item-row .item h6 {
  color: #757179;}
#members .plan-item-row .item button {
  margin-top: 35px;
  background: #636363;
  font-size: 22px;
  border-radius: 25px;
  min-width: 200px;}
#members .plan-item-row .item:hover button {
  background: #4293e4;}
#members .plan-item-row .item .url-primary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}


/* members */
/* search-form */
#members .search-form .div-col {
  position: relative;}
#members .search-form .div-col input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #c0bfc1;
  padding: 12px 25px 12px 60px;}
#members .search-form .div-col button {
  position: absolute;
  left: 20px;
  top: 11px;
  background: transparent;
  padding: 0;}
#members .search-form .div-col button img {
  height: 25px;}
/* tooltip */
.tooltip-inner {
  max-width: 90% !important;
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #684690;
  border-radius: 5px;}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #684690 !important;}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #684690 !important;}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #684690 !important;}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #684690 !important;}
@media (min-width: 768px) {
.tooltip-inner {
  white-space: nowrap;
  width: 500px;}
}
/* item-row */
#members .item-row [class^="col-"] {
  padding-bottom: 50px;}
#members .item-row .item {
  box-shadow: 9px 6px 19px #dee2e8;
  padding: 35px;
  height: 100%;
  border-radius: 25px;}
#members .item-row .item .cover-img {
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 300px;
  border-radius: 25px;
  position: relative;}
#members .item-row .item .cover-img::after {
  position: absolute;
  border-radius: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(180deg, #ffffff00, #0000006b);}
#members .item-row .item .cover-img img {
  max-width: 100%;
  height: 120px;
  position: absolute;
  z-index: 2;
  top: -9px;
  left: -10px;}
#members .item-row .item h3 {
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 85%;
  z-index: 1;}
#members .item-row .item h6 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;}
#members .item-row .item table tr td,
#members .item-row .item table tr th {
  vertical-align: top;
  font-size: 14px;
  padding-top: 5px;}
#members .item-row .item table tr th {
  color: #333;}
#members .item-row .item table tr td:first-of-type {
  white-space: nowrap;}
#members .item-row .item table tr th:nth-child(2) {
  padding-left: 10px;
  padding-right: 25px;}

  


/* get_in_touch */
.get-in-touch {
  background-image: url('../images/get-in-touch/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}
/* form */
.get-in-touch form {
  margin-top: 20px;}
.get-in-touch form input,
.get-in-touch form textarea {
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  outline: none;
  font-size: 13px;}
.get-in-touch form textarea {
  height: 95px;}
.get-in-touch form .primary-btn {
  background-image: linear-gradient(180deg, #4aa9e8, #086daf);
  float: right;
  min-width: 110px;
  border-radius: 5px;}
/* iframe */
.get-in-touch iframe {
  display: block;
  margin-top: 70px;
  width: 100%;
  height: 280px;}





/* affiliated_institutions */
#affiliated_institutions .button-read-more .read-more {
  color: #240842;
  border-color: #5e3e80;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  width: 165px;
  padding: 10px;
  margin-top: 30px;}
#affiliated_institutions .label-read-more .read-more {
  padding: 0;
  width: auto;
  display: inline-block;
  margin-top: 0;
  color: #313131;
  font-weight: bold;
  border: none;}
#affiliated_institutions .large-btn {
  padding: 15px 50px;
  font-size: 20px;}
/* owl */
#affiliated_institutions .owl-carousel .item {
  text-align: center;}
#affiliated_institutions .owl-carousel .item img {
  height: 220px;
  border-radius: 10px;
  object-fit: cover;}
#affiliated_institutions .owl-carousel .item h3 {
  font-size: 20px;
  color: #333;
  padding-top: 15px;
  padding-bottom: 5px;}
#affiliated_institutions .owl-carousel .item h6 {
  font-size: 14px;}
/* nav */
#affiliated_institutions .owl-theme .owl-nav button {
  color: #a9a9a9;
  background: transparent;
  font-size: 90px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
#affiliated_institutions .owl-theme .owl-nav .owl-prev {
  left: -55px;}
#affiliated_institutions .owl-theme .owl-nav .owl-next {
  right: -55px;}

@media (min-width: 992px) {
#affiliated_institutions .owl-carousel .owl-item h6 {
  padding-left: 10px;
  padding-right: 10px;}
}
@media (max-width: 991px) {
#affiliated_institutions .owl-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;}
#affiliated_institutions .owl-theme .owl-nav button {
  top: 30%;
  font-size: 60px;}
#affiliated_institutions .owl-theme .owl-nav .owl-prev {
  left: -10px;}
#affiliated_institutions .owl-theme .owl-nav .owl-next {
  right: -10px;}
}






/* about_page */
#about_page .mission-vision {
  background-image: url('../images/about/mission-vision.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;}
#about_page .mission-vision .card-item {
  background: #fff;
  height: 100%;
  padding: 40px;
  border-radius: 30px;}
#about_page .mission-vision .card-item h2 {
  color: #2b2a2a;
  margin-bottom: 20px;
  font-size: 40px;}
@media (max-width: 767px) {
#about_page .mission-vision [class^="col-"] {
  margin-top: 20px;
  margin-bottom: 20px;}
#about_page .mission-vision .card-item h2 {
  font-size: 30px;}
}


/* history-section */
#about_page .history-section {
  background-image: linear-gradient(to right, #0000008f, #0000008f), url('../images/about/history-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;}
#about_page .history-section h1 {
  color: #fff;
  letter-spacing: 14px;
  font-size: 70px;}
#about_page .history-section h5 {
  color: #fff;
  font-size: 18px;}
@media (max-width: 991px) {
#about_page .history-section h1 {
    letter-spacing: 2px;
    font-size: 40px;}
#about_page .history-section h5 {
  font-size: 14px;}
}


/* current_research */
#current_research .item-col {
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c3c3c3;}
@media (max-width: 767px) {
#current_research .item-col h3 {
  font-size: 24px;}
}





/* login */
.login {
  margin: 0 auto;
  text-align: center;
  width: 95%;
  max-width: 350px;
  background: #ffffff;
  box-shadow: 0 15px 10px #ccd3d6;}
/* body */
.login .body {
  padding: 140px 30px 100px;}
.login .body h2 {
  margin-bottom: 55px;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 25px;}	
.login .body .div-col {
  position: relative;}
.login .body .div-col img {
  height: 24px;
  position: absolute;
  left: 18px;
  top: 8px;}
.login .body .div-col input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  padding-left: 55px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  background: #dcf8fd;}
/* placeholder */
.login .body .div-col ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5ec5ea;}
.login .body .div-col ::-moz-placeholder { /* Firefox 19+ */
  color: #5ec5ea;}
.login .body .div-col :-ms-input-placeholder { /* IE 10+ */
  color: #5ec5ea;}
.login .body .div-col :-moz-placeholder { /* Firefox 18- */
  color: #5ec5ea;}
.login .body .primary-btn {
  padding: 10px 50px;
  font-size: 15px;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  background: #29abe2;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 18px;}
.login .body .clone_copyright_t {
  font-size: 11px;
  margin-top: 50px;
  color: #575858;}
.login .body .clone_copyright_t a {
  color: #292b2b;}



/* footer */
/* top-footer */
footer .top-footer {
  background: #362859;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 35px;}
/* h3 */
footer .top-footer h3 {
  font-size: 22px;
  position: relative;
  margin-bottom: 25px;}
footer .top-footer h3::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;}
@media (max-width: 991px) {
footer .top-footer h3 {
  margin-top: 50px;}
}
/* social-media */
footer .top-footer .social-media ul {
  margin-top: 40px;}
footer .top-footer .social-media ul li {
  margin-top: 10px;
  padding-right: 20px;
  display: inline-block;
  list-style: none;}
footer .top-footer .social-media ul li a {
  color: #fff;
  font-size: 24px;}
@media (max-width: 991px) {
footer .top-footer .social-media ul {
  padding-left: 0;}
}
/* about-info */
footer .top-footer .about-info {
  padding-top: 40px;}
footer .top-footer .about-info p {
  color: #f1def0;}
/* a-logo */
footer .top-footer .about-info .a-logo {
  display: inline-block;
  margin-bottom: 50px;}
footer .top-footer .about-info .a-logo img {
  height: 55px;}
/* sitemap */
footer .top-footer .sitemap ul {
  padding-left: 0;}
footer .top-footer .sitemap ul li {
  list-style: none;
  padding-top: 15px;}
footer .top-footer .sitemap ul li a {
  color: #fff;
  text-decoration: none;}
/* table */
footer .top-footer table {
  width: 100%;}
footer .top-footer table td {
  padding-top: 20px;}
footer .top-footer table tr:first-of-type td {
  vertical-align: top;}
footer .top-footer table td img {
  height: 28px;}
footer .top-footer table tr:last-of-type td img {
  height: 20px;}
footer .top-footer table td a {
  color: #fff;
  text-decoration: none;}


/* bottom-footer */
footer .bottom-footer {
  background: #1e1e1e;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #676762;
  font-size: 12px;
  margin-bottom: 0;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  color: #676762;}
@media (max-width: 991px) {
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
}


.auto-complete-results {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
background: #fff;
  max-height: 100px;
  min-height: 80px;
  z-index: 500;
  padding: 7px 0;
  position: absolute !important;
  }
.auto-complete-result-item{
  min-width: 100%;
  padding: 2px 3px;
white-space: nowrap;
padding: 4px 10px;
color: #000;
cursor: pointer;
font-size: 13px;}       
.auto-complete-result-item:hover{
  background-color: #efefef;
  color: #292929;}