

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;700&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: 0px !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400 !important;
} 
 
body {
  font-family: 'Nunito', sans-serif !important;
  color: #333;
  font-weight: 300;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  overflow-x:hidden !important;
}

.hrs{
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  height: 1px !important; width: 100% !important;
  margin: -4em 0 20px 0px;
}
.hrs1{
  border: none !important;
  border-bottom: 1px solid #f7f7f7 !important;
  height: 1px !important;
  width: 98% !important;
  /* margin: -4em 0 20px 0px; */
}

a, p {
  
  font-family: 'Nunito', sans-serif !important;
  letter-spacing: 0px !important;
}

.border_all{
  border: 1px solid #999 !important;
}

button{outline: none !important;}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { 
  overflow: hidden;
  position: relative !important;
  z-index: 999 !important
 }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 70px; padding-bottom: 30px; }
.wide-40 { padding-top: 40px; padding-bottom: 0px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }


/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }


.select_states p{
  margin: 0 !important;
  background-color: rgba(184, 80, 130, 0.85) !important;
  /* background-color: rgba(245, 153, 198, 0.8) !important; */
  display: inline-block;
  padding: 3px 15px;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.select_states p:hover{
  background-color: rgba(105, 23, 23, 0.9) !important;
  padding: 3px 20px;
  border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.all_states{
  position: absolute;
  background-color: rgba(30, 30, 30, .95);
  left: 8.5%;
  z-index: 9999 !important;
  width: 650px;
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  top: 32px;
  color: #60c2e9;
  letter-spacing: 0px;
  padding: 8px 5px;
  border-radius: 6px;
  display: none;
  text-align: center !important;
}

.all_states1{
  left: 10%;
}

.all_states span{
  line-height: 30px !important;
  cursor: pointer;
}

.all_states div.col-4{
  border-bottom: 1px solid #333;
}

.all_states span:hover{
  color: #ccc;
}

.item_name{
  color: #333;
  text-align: left;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item_name1{
  background: rgba(8, 104, 148, 0.9);
  padding: 7px;
  top: -22px;
  font-size: 13.5px;
  line-height: 18px;
  border-radius: 20px;
}

.item_name span{
  background: rgba(5, 75, 107, 0.95);
  color: #fff;
  padding: 3px 15px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -23px;
  left: 35%;
  font-size: 13px;
  border: none !important;
}

.item_name .name{
  color: #222;
  font-weight: 600;
  font-size: 16px;
}
.item_name .price{
  color: #137a88;
  font-weight: 600;
  font-size: 16.5px;
}
.item_name .links a, .item_name .links .atag{
  color: #00587D;
  font-size: 13px;
  position: relative;
  z-index: 9;
}
.item_name .address{
  color: #666;
  font-size: 13px;
}
.item_name .links i{
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-size: 15px;
}
.item_name .links i:hover{
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.selfie_div{
  background:#ddd;
  border-radius:10px!important;
  height: 300px;
  text-align: center !important;
  display: block;
  line-height: 250px;
  cursor: pointer;
  overflow: hidden;
}

.selfie_div i{
  background: #eee !important;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  color: #069;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  position: absolute;
  z-index: 999;
  left: 15%;
  top: 5%;
  transform: translate(100%, 100%);
}

.selfie_div:hover i{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  left: 44px;
  top: 0px;
  transform: translate(100%, 100%);
  border-radius: 110px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 36px;
}

.selfie_div_image{
  /* border-radius: 340px; */
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  opacity: 0.4;
}
.selfie_div_image:hover{
  opacity: 0.5;
}
.warning_sign i{
  font-size: 9em;
  color: #069;
}

.selfie_info{
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
}

.my_profile i.fa-pencil{
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 63px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.my_profile i.fa-pencil:hover{
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.my_profile img{
  border-radius: 10px;
  width: 100%;
  height: 32vw;
  object-fit: cover;
}

textarea.prof_background{
  height: 10em !important;
}

.interests input[type="checkbox"] {
  display: none;
}

.interests input[type="checkbox"] + label {
  display: block;
  position: relative;
  margin-bottom: 7px !important;
  margin-right: 6px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #025883;
  background-color: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 7px 22px 9px 22px;
  padding-left: 33px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.interests input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.interests input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #afcbd6;
  position: absolute;
  border-radius: 2px;
  left: 7px;
  top: 9px;
  opacity: 0.3;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.interests input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 5px;
  left: 12px;
  border: 2px solid #366577;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.professional_pics{
  border: 3px solid #666;
  border-radius: 5px;
  padding: 5px;
  width: 82%;
  height: 31vw;
  object-fit: cover;
}


.swapit_logo, .big_logo{
  background: url(../images/swaps.png) top center no-repeat;
  background-size: 75px;
  width: 100%;
  height: 50px;
  position: relative;
  top: -30px;
  z-index: 9;
}

.big_logo{
  background: url(../images/bid.png) top center no-repeat;
  background-size: 35px 34px;
  top: -23px;
}

.swap_name{
  background: rgba(151, 21, 49, 0.95);
  color: #fff;
  padding: 5px 5px 7px 5px;
  border-radius: 7px;
  text-align: center;
  position: relative;
  top: -42px;
  font-size: 15px;
  line-height: 19px;
  height_: 48px;
  height: auto;
  overflow: hidden;
  letter-spacing: 0.2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swap_name_view{
  border-radius: 12px !important;
  font-family: 'Nunito', sans-serif !important;
  
  /* overflow: visible !important;
  white-space: wrap !important;
  text-overflow: unset !important; */
  
}

.swap_name_bid{
  background: rgba(202, 104, 12, 0.95);
  font-size: 16px;
}

.swap_name_bid_view{
  color: #fff !important;
  padding: 5px 5px 7px 5px;
  border-radius: 7px;
  text-align: center;
  /* position: relative;
  top: -62px; */
  font-size: 15px;
  line-height: 19px;
  height: auto;
  overflow: hidden;
  letter-spacing: 0.2px;
}

.swap_name a, .swap_name_bid a{
  position: relative;
  z-index: 99;
  color: #fff !important;
  font-weight: 500;
}

.swap_name a:hover, .swap_name_bid a:hover{
  color: #a7dcf1;
}

.swap_name1{
  padding: 12px;
  top: -50px;
  font-size: 15.5px;
  line-height: 21px;
}

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed !important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-primary { background-color: #2980b9!important; }

.bg-lightdark { background-color: #283034; }
.bg-dark { background-color: #1d1e29!important; }
.bg-lightcyan { background-color: #ecfaff; }
.bg-lightgrey { background-color: #f8f9fb; }
.bg-lightgreyi { background-color: #eee; }
.bg-lightgray { background-color: #e4e3e3; }
.bg-carrot { background-color: #e67e22; }
.bg-dodgerblue { background-color: #2980b9; }
.bg-blue { background-color: #405982; }
.bg-bluestone { background-color: #517082; }
.bg-darkblue { background-color: #162a59; }
.bg-skyblue { background-color: #12a5ea; }
.bg-green { background-color: #20ab5c; }
.bg-deepgreen { background-color: #1b904e; }
.bg-indigo { background-color: #3a3953; }
.bg-magenta { background-color: #8e3178; }
.bg-olive { background-color: #7ba323; }
.bg-orange { background-color: #ff4500; }
.bg-red { background-color: #ef3f54; }
.bg-teal { background-color: #008080; }
.bg-purple { background-color: #4c47a1; }
.bg-violet { background-color: #8a8cbd; }

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-map,
.bg-pattern {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed!important;
}

.bg-01 {
  background-image: url(../images/bg-01.jpg);
}

.bg-02 {
  background-image: url(../images/bg-02.jpg);
}

.bg-03 {
  background-image: url(../images/bg-03.jpg);
}

.bg-04 {
  background-image: url(../images/bg-04.jpg);
  background-attachment: scroll!important;
}

.bg-05 {
  background-image: url(../images/bg-05.jpg);
  background-attachment: scroll!important;
}

.bg-06 {
  background-image: url(../images/bg-06.jpg);
  background-attachment: scroll!important;
}

.bg-map {
  background-image: url(../images/bg-map.png);
  background-attachment: scroll!important;
}

.bg-pattern {
  background-image: url(../images/bg-pattern.png);
  background-attachment: scroll!important;
}

/*------------------------------------------*/
/*  Background Overlays for Sections
/*------------------------------------------*/

.white-overlay-top,
.white-overlay-wave,
.white-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.white-overlay-wave {
  background-image: url(../images/white-overlay-wave.png);
  height: 155px;
}

.white-overlay-top {
  background-image: url(../images/white-overlay-top.png);
  height: 48px;
}

.white-overlay-bottom {
  background-image: url(../images/white-overlay-bottom.png);
  height: 200px;
}

/*------------------------------------------*/
/*  Grey Border for Sections
/*------------------------------------------*/

.grey-border {
  width: 100%;
  height: 2px;
  background-image: url(../images/border.png);
  background-position: center center;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #333;
  /* font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif; */
  font-family: 'Nunito', sans-serif !important;
  font-weight: 600;
  letter-spacing: 0px !important;
}

/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.14rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }  /* 20px */
h5.h5-lg { font-size: 1.2rem;  } /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 1.6rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

/* Header H3 */
h3.h3-xs { font-size: 1.475rem; letter-spacing: 0px; }  /* 38px */
h3.h3-sm { font-size: 2.1rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 2.5rem; }      /* 48px */

.hero-txt h3{
  font-weight: 600 !important;
  font-size: 31px !important;
}


/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */ 
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p { font-size: 1.05rem; }          /* 16.8px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.txt-list {
  list-style: disc;
  margin-left: 15px;
}

ul.txt-list li,
ul.ico-list li {
  font-size: 1.05rem;
  margin-bottom: 3px;
  font-weight: 400;
  letter-spacing: 0px;
}

ul.txt-list li:last-child,
ul.ico-list li:last-child {
  margin-bottom: 0;
}

ul.txt-list li span {
  font-weight: 700;
}

ul.ico-list li i {   
  text-align: center;
  float: left;
  font-size: 0.85rem;
  margin-top: 6px;
  margin-right: 10px;
}

.large_contents a{color: #069 !important;}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 14px 30px;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.btn.show_mores {
  background-color: rgba(151, 21, 49, 0.95) !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
  padding: 14px 2.6em !important;
  box-shadow: 0px 5px 13px 0px rgba(96, 96, 96, .6);
  border: none !important;
  border-radius: 12px !important;
}

.btn.show_mores:hover {
  background-color: rgba(139, 20, 46, 0.95) !important;
  color: #fff !important;
}

.btn.last-link {
  margin-top: 5px !important;
  padding: 4px 10px !important;
}

.img-hand:hover{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 13px;
  padding: 11px 22px;
}

.btn.btn-md {
  font-size: 17px;
  padding: 15px 35px;
}

.btn.btn-lg {
  font-size: 18px;
  padding: 18px 45px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-primary,
.white-color .btn-primary {
  color: #fff !important;
  background-color: #2980b9 !important;
  border-color: #2980b9 !important;
}


.btn.btn-primaryi{
  background_: #991935;
  background-image: linear-gradient(rgba(109, 15, 35, 0.95), rgba(148, 25, 52, 0.95), rgba(109, 15, 35, 0.95)) !important;
  border: none !important;
  padding: 16px 1.8em !important;
  border-radius: 10px !important;
  text-transform_: capitalize !important;
  font-size: 16px !important;
  letter-spacing: 0.2px !important;
}

.btn-white {
  color: #333 !important;
  background-color: #e1e3e6 !important;
  border-color: #fff !important;
}

.browse_list p{margin: -10px 0 10px 0; color: #ddd; font-size: 18px;}

.btn-white:hover {
  color: rgb(38, 66, 226) !important;
}

.btn-tra-black,
.white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
  color: #333;
  background-color: transparent;
  border: 2px solid #ccc;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff!important;
}

.btn-blue,
.scroll .btn-blue,
.white-color .btn-blue {
  color: #fff!important;
  background-color: #405982;
  border-color: #405982;
}

.btn-bluestone,
.scroll .btn-bluestone,
.white-color .btn-bluestone {
  color: #fff!important;
  background-color: #517082;
  border-color: #517082;
}

.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue {
  color: #fff!important;
  background-color: #12a5ea;
  border-color: #12a5ea;
}

.btn-dodgerblue,
.scroll .btn-dodgerblue,
.white-color .btn-dodgerblue {
  color: #fff!important;
  background-color: #2980b9;
  border-color: #2980b9;
}

.btn-carrot,
.scroll .btn-carrot,
.white-color .btn-carrot {
  color: #fff!important;
  background-color: #e67e22;
  border-color: #e67e22;
}

.btn-green,
.scroll .btn-green,
.white-color .btn-green {
  color: #fff!important;
  background-color: #20ab5c;
  border-color: #20ab5c;
}

.btn-deepgreen,
.scroll .btn-deepgreen,
.white-color .btn-deepgreen {
  color: #fff!important;
  background-color: #1b904e;
  border-color: #1b904e;
}

.btn-magenta,
.scroll .btn-magenta,
.white-color .btn-magenta {
  color: #fff!important;
  background-color: #8e3178;
  border-color: #8e3178;
}

.btn-olive,
.scroll .btn-olive,
.white-color .btn-olive {
  color: #fff!important;
  background-color: #7ba323;
  border-color: #7ba323;
}

.btn-orange,
.scroll .btn-orange,
.white-color .btn-orange {
  color: #fff!important;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-red,
.scroll .btn-red,
.white-color .btn-red {
  color: #fff!important;
  background-color: #ef3f54 !important;
  border-color: #ef3f54 !important;
}

.btn-teal,
.scroll .btn-teal,
.white-color .btn-teal {
  color: #fff!important;
  background-color: #008080;
  border-color: #008080;
}

.btn-purple,
.scroll .btn-purple,
.white-color .btn-purple {
  color: #fff!important;
  background-color: #6b507d;
  border-color: #6b507d;
}

.btn-violet,
.scroll .btn-violet,
.white-color .btn-violet {
  color: #fff!important;
  background-color: #8a8cbd;
  border-color: #8a8cbd;
}

.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow {
  color: #333!important;
  background-color: #ffc832;
  border-color: #ffc832;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.primary-hover:hover,
.scroll .primary-hover:hover,
.white-color .primary-hover:hover {
  color: #fff!important;
  background-color: #2980b9;
  border-color: #2980b9!important;
}

.white-hover:hover,
.scroll .white-hover:hover {
  color: #333!important;
  background-color: #fff;
  border-color: #fff;
}

.black-hover:hover,
.scroll .black-hover:hover {
  color: #fff!important;
  background-color: #333;
  border-color: #333;
}

.grey-hover:hover,
.scroll .grey-hover:hover {
  color: #333!important;
  background-color: #ddd;
  border-color: #ddd;
}

.tra-white-hover:hover,
.scroll .tra-white-hover:hover
.white-color .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover
.white-color .tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.tra-black-hover:hover {
  color: #fff!important;
  background-color: #c51f3a !important;
  border-color: #fff!important;
}

.tra-blue-hover:hover{
  background-color: #144091 !important;
  border-color: #fff!important;
}

.blue-hover:hover,
.scroll .blue-hover:hover,
.white-color .blue-hover:hover {
  color: #fff!important;
  background-color: #405982;
  border-color: #405982;
}

.bluestone-hover:hover,
.scroll .bluestone-hover:hover,
.white-color .bluestone-hover:hover {
  color: #fff!important;
  background-color: #517082;
  border-color: #517082;
}

.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
  color: #fff!important;
  background-color: #12a5ea;
  border-color: #12a5ea!important;
}

.carrot-hover:hover,
.scroll .carrot-hover:hover,
.white-color .carrot-hover:hover {
  color: #fff!important;
  background-color: #e67e22;
  border-color: #e67e22!important;
}

.dodgerblue-hover:hover,
.scroll .dodgerblue-hover:hover, 
.white-color .dodgerblue-hover:hover {
  color: #fff!important;
  background-color: #1b6696;
  border-color: #1b6696;
}

.green-hover:hover,
.scroll .green-hover:hover,
.white-color .green-hover:hover {
  color: #fff!important;
  background-color: #20ab5c;
  border-color: #20ab5c!important;
}

.deepgreen-hover:hover,
.scroll .deepgreen-hover:hover,
.white-color .deepgreen-hover:hover {
  color: #fff!important;
  background-color: #1b904e;
  border-color: #1b904e!important;
}

.magenta-hover:hover,
.scroll .magenta-hover:hover,
.white-color .magenta-hover:hover {
  color: #fff!important;
  background-color: #8e3178;
  border-color: #8e3178!important;
}

.olive-hover:hover,
.scroll .olive-hover:hover,
.white-color .olive-hover:hover {
  color: #fff!important;
  background-color: #7ba323;
  border-color: #7ba323!important;
}

.orange-hover:hover,
.scroll .orange-hover:hover,
.white-color .orange-hover:hover {
  color: #fff!important;
  background-color: #ff4500;
  border-color: #ff4500!important;
}

.red-hover:hover,
.scroll .red-hover:hover,
.white-color .red-hover:hover {
  color: #fff!important;
  background-color: #ef3f54;
  border-color: #ef3f54!important;
}

.teal-hover:hover,
.scroll .teal-hover:hover,
.white-color .teal-hover:hover {
  color: #fff!important;
  background-color: #008080;
  border-color: #008080!important;
}

.purple-hover:hover,
.scroll .purple-hover:hover,
.white-color .purple-hover:hover {
  color: #fff!important;
  background-color: #6b507d;
  border-color: #6b507d!important;
}

.violet-hover:hover,
.scroll .violet-hover:hover,
.white-color .violet-hover:hover {
  color: #fff!important;
  background-color: #8a8cbd;
  border-color: #8a8cbd!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  VIDEO POPUP LINK
/*------------------------------------------*/

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 36px;
  height: 52px;
  border-radius: 50%;
  padding: 20px 22px 20px 34px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  background: rgba(248, 248, 248, .5);
  border-radius: 50%;
  -webkit-animation: pulse-border 2200ms ease-out infinite;
  animation: pulse-border 2200ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transition: all 500ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 36px solid #fff;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*------------------------------------------*/
/*  VIDEO BUTTON COLOR 
/*------------------------------------------*/

.play-btn-primary .video-play-button:after { background: #2980b9; }
.play-btn-primary .video-play-button:hover:after { background: #2980b9; }

.play-btn-blue .video-play-button:after { background: #405982; }
.play-btn-blue .video-play-button:hover:after { background: #364b6e; }

.play-btn-skyblue .video-play-button:after { background: #12a5ea; }
.play-btn-skyblue .video-play-button:hover:after { background: #1095d3; }

.play-btn-carrot .video-play-button:after { background: #e67e22; }
.play-btn-carrot .video-play-button:hover:after { background: #e67e22; }

.play-btn-dodgerblue .video-play-button:after { background: #2980b9; }
.play-btn-dodgerblue .video-play-button:hover:after { background: #2980b9; }

.play-btn-green .video-play-button:after { background: #20ab5c; }
.play-btn-green .video-play-button:hover:after { background: #1c9650; }

.play-btn-magneta .video-play-button:after { background: #8e3178; }
.play-btn-magneta .video-play-button:hover:after { background: #792a66; }

.play-btn-olive .video-play-button:after { background: #7ba323; }
.play-btn-olive .video-play-button:hover:after { background: #7ba323; }

.play-btn-orange .video-play-button:after { background: #ff4500; }
.play-btn-orange .video-play-button:hover:after { background: #e43e00; }

.play-btn-red .video-play-button:after { background: #ef3f54; }
.play-btn-red .video-play-button:hover:after { background: #d13749; }

.play-btn-teal .video-play-button:after { background: #008080; }
.play-btn-teal .video-play-button:hover:after { background: #008080; }

.play-btn-purple .video-play-button:after { background: #6b507d; }
.play-btn-purple .video-play-button:hover:after { background: #584267; }

.play-btn-violet .video-play-button:after { background: #8a8cbd; }
.play-btn-violet .video-play-button:hover:after { background: #73759f; }

/*------------------------------------------*/
/*  QUOTE
/*------------------------------------------*/ 

.quote p {
  color: #777 !important;
  font-size: 16px;
  line-height: 22px !important;
  border-left: 3px solid #6bbb28;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.quote.quote-primary p { border-left: 3px solid #2980b9; }

.quote.quote-blue p { border-left: 3px solid #405982; }
.quote.quote-bluestone p { border-left: 3px solid #517082; }
.quote.quote-skyblue p { border-left: 3px solid #12a5ea; }
.quote.quote-carrot p { border-left: 3px solid #e67e22; }
.quote.quote-dodgerblue p { border-left: 3px solid #2980b9; }
.quote.quote-green p { border-left: 3px solid #20ab5c; }
.quote.quote-magneta p { border-left: 3px solid #8e3178; }
.quote.quote-olive p { border-left: 3px solid #7ba323; }
.quote.quote-orange p { border-left: 3px solid #ff4500; }
.quote.quote-red p { border-left: 3px solid #ef3f54; }
.quote.quote-teal p { border-left: 3px solid #008080; }
.quote.quote-purple p { border-left: 3px solid #6b507d; }
.quote.quote-violet p { border-left: 3px solid #8a8cbd; }

/*------------------------------------------*/
/*  Quote Avatar 
/*------------------------------------------*/ 

.quote-avatar {
  display: inline-block;
  margin: 0 auto; 
}

.quote-avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.quote-author {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  position: relative;
  top: 10px;
}  

/*------------------------------------------*/
/*  Quote Avatar 
/*------------------------------------------*/ 
   
.quote-author h5 {
  font-weight: 400;
  margin-bottom: 0;
}

.quote-author span {
  font-size: 0.95rem; 
  font-weight: 700;
  display: block;
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.25rem;
  line-height: 1!important;
}

.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.75rem;
  line-height: 1!important;
}

.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.125rem;
  line-height: 1!important;
}

.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 1!important;
}

.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 6rem;
  line-height: 1!important;
}

/*------------------------------------------*/
/*   PNG ICONS SETTINGS
/*------------------------------------------*/ 

.img-150 { width: 150px; height: 150px; }
.img-145 { width: 145px; height: 145px; }
.img-140 { width: 140px; height: 140px; }
.img-135 { width: 135px; height: 135px; }
.img-130 { width: 130px; height: 130px; }
.img-125 { width: 125px; height: 125px; }
.img-120 { width: 120px; height: 120px; }
.img-115 { width: 115px; height: 115px; }
.img-110 { width: 110px; height: 110px; }
.img-105 { width: 105px; height: 105px; }
.img-100 { width: 100px; height: 100px; }
.img-95 { width: 95px; height: 95px; }
.img-90 { width: 90px; height: 90px; }
.img-90j { width: 90px; height: 90px; }
.img-85 { width: 85px; height: 85px; }
.img-80 { width: 80px; height: 80px; }
.img-75 { width: 75px; height: 75px; }
.img-70 { width: 70px; height: 70px; }
.img-65 { width: 65px; height: 65px; }
.img-60 { width: 60px; height: 60px; }
.img-55 { width: 55px; height: 55px; }
.img-50 { width: 50px; height: 50px; }
.img-45 { width: 45px; height: 45px; }
.img-40 { width: 40px; height: 40px; }
.img-35 { width: 35px; height: 35px; }
.img-30 { width: 30px; height: 30px; }

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  text-align: center;
  margin-bottom: 5px;     
}

.section-title p {
  color: #333;
  padding: 0 8%;
  margin-top: 16px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  SUBTITLE
/*------------------------------------------*/

.section-subtitle {
  display: block;
  /* font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif; */
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing_: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/*------------------------------------------*/
/*  TEXT COLOR
/*------------------------------------------*/

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.grey-color,
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color a,
.grey-color li, 
.grey-color i,
.grey-color span, 
.white-color .grey-color { color: #444343; }

.hero-txt p.grey-color{font-weight: 400; font-size: 17px;}

.lightgrey-color,
.lightgrey-color h2, 
.lightgrey-color h3, 
.lightgrey-color h4, 
.lightgrey-color h5, 
.lightgrey-color h6, 
.lightgrey-color p, 
.lightgrey-color a,
.lightgrey-color li, 
.lightgrey-color i, 
.lightgrey-color span,
.white-color .lightgrey-color { color: #bbb; }

.primary-color,
.primary-color h2, 
.primary-color h3, 
.primary-color h4, 
.primary-color h5, 
.primary-color h6, 
.primary-color p, 
.primary-color a, 
.primary-color li,
.primary-color i,
.primary-color span, 
.grey-color .primary-color,
.white-color .primary-color { color: #2980b9; }

.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a,
.blue-color li, 
.blue-color i, 
.blue-color span,
.grey-color .blue-color,
.white-color .blue-color { color: #405982; }

.bluestone-color,
.bluestone-color h2, 
.bluestone-color h3, 
.bluestone-color h4, 
.bluestone-color h5, 
.bluestone-color h6, 
.bluestone-color p, 
.bluestone-color a,
.bluestone-color li, 
.bluestone-color i, 
.bluestone-color span,
.grey-color .bluestone-color,
.white-color .bluestone-color { color: #3b799c; }

.skyblue-color,
.skyblue-color h2, 
.skyblue-color h3, 
.skyblue-color h4, 
.skyblue-color h5, 
.skyblue-color h6, 
.skyblue-color p, 
.skyblue-color a,
.skyblue-color li, 
.skyblue-color i, 
.skyblue-color span,
.grey-color .skyblue-color,
.white-color .skyblue-color { color: #12a5ea; }

.darkblue-color,
.darkblue-color h2, 
.darkblue-color h3, 
.darkblue-color h4, 
.darkblue-color h5, 
.darkblue-color h6, 
.darkblue-color p, 
.darkblue-color a,
.darkblue-color li, 
.darkblue-color i, 
.darkblue-color span,
.grey-color .darkblue-color,
.white-color .darkblue-color { color: #162a59; }

.carrot-color,
.carrot-color h2, 
.carrot-color h3, 
.carrot-color h4, 
.carrot-color h5, 
.carrot-color h6, 
.carrot-color p, 
.carrot-color a, 
.carrot-color li,
.carrot-color i,
.carrot-color span, 
.grey-color .carrot-color,
.white-color .carrot-color { color: #e67e22; }

.dodgerblue-color,
.dodgerblue-color h2, 
.dodgerblue-color h3, 
.dodgerblue-color h4, 
.dodgerblue-color h5, 
.dodgerblue-color h6, 
.dodgerblue-color p, 
.dodgerblue-color a, 
.dodgerblue-color li,
.dodgerblue-color i, 
.dodgerblue-color span,
.grey-color .dodgerblue-color,
.white-color .dodgerblue-color { color: #2980b9; }

.green-color,
.green-color h2, 
.green-color h3, 
.green-color h4, 
.green-color h5, 
.green-color h6, 
.green-color p, 
.green-color a, 
.green-color li,
.green-color i, 
.green-color span,
.grey-color .green-color,
.white-color .green-color { color: #20ab5c; }

.deepgreen-color,
.deepgreen-color h2, 
.deepgreen-color h3, 
.deepgreen-color h4, 
.deepgreen-color h5, 
.deepgreen-color h6, 
.deepgreen-color p, 
.deepgreen-color a, 
.deepgreen-color li,
.deepgreen-color i, 
.deepgreen-color span,
.grey-color .deepgreen-color,
.white-color .deepgreen-color { color: #1b904e; }

.indigo-color,
.indigo-color h2, 
.indigo-color h3, 
.indigo-color h4, 
.indigo-color h5, 
.indigo-color h6, 
.indigo-color p, 
.indigo-color a,
.indigo-color li, 
.indigo-color i, 
.indigo-color span,
.grey-color .indigo-color,
.white-color .indigo-color { color: #3a3953; }

.magneta-color,
.magneta-color h2, 
.magneta-color h3, 
.magneta-color h4, 
.magneta-color h5, 
.magneta-color h6, 
.magneta-color p, 
.magneta-color a,
.magneta-color li, 
.magneta-color i, 
.magneta-color span,
.grey-color .magneta-color,
.white-color .magneta-color { color: #8e3178; }

.olive-color,
.olive-color h2, 
.olive-color h3, 
.olive-color h4, 
.olive-color h5, 
.olive-color h6, 
.olive-color p, 
.olive-color a, 
.olive-color li,
.olive-color i, 
.olive-color span,
.grey-color .olive-color
.white-color .olive-color { color: #7ba323; }

.orange-color,
.orange-color h2, 
.orange-color h3, 
.orange-color h4, 
.orange-color h5, 
.orange-color h6, 
.orange-color p, 
.orange-color a, 
.orange-color li,
.orange-color i, 
.orange-color span,
.grey-color .orange-color,
.white-color .orange-color { color: #ff4500; }

.red-color,
.red-color h2, 
.red-color h3, 
.red-color h4, 
.red-color h5, 
.red-color h6, 
.red-color p, 
.red-color a, 
.red-color li,
.red-color i, 
.red-color span,
.grey-color .red-color,
.white-color .red-color { color: #ef3f54; }

.salmon-color,
.salmon-color h2, 
.salmon-color h3, 
.salmon-color h4, 
.salmon-color h5, 
.salmon-color h6, 
.salmon-color p, 
.salmon-color a, 
.salmon-color li,
.salmon-color i, 
.salmon-color span,
.grey-color .salmon-color,
.white-color .salmon-color { color: #f77459; }

.purple-color,
.purple-color h2, 
.purple-color h3, 
.purple-color h4, 
.purple-color h5, 
.purple-color h6, 
.purple-color p, 
.purple-color a,
.purple-color li, 
.purple-color i, 
.purple-color span,
.grey-color .purple-color,
.white-color .purple-color { color: #6b507d; }

.teal-color,
.teal-color h2, 
.teal-color h3, 
.teal-color h4, 
.teal-color h5, 
.teal-color h6, 
.teal-color p, 
.teal-color a,
.teal-color li, 
.teal-color i, 
.teal-color span,
.grey-color .teal-color,
.white-color .teal-color { color: #008080; }

.violet-color,
.violet-color h2, 
.violet-color h3, 
.violet-color h4, 
.violet-color h5, 
.violet-color h6, 
.violet-color p, 
.violet-color a,
.violet-color li, 
.violet-color i, 
.violet-color span,
.grey-color .violet-color,
.white-color .violet-color { color: #8a8cbd; }

.darkviolet-color,
.darkviolet-color h2, 
.darkviolet-color h3, 
.darkviolet-color h4, 
.darkviolet-color h5, 
.darkviolet-color h6, 
.darkviolet-color p, 
.darkviolet-color a,
.darkviolet-color li, 
.darkviolet-color i, 
.darkviolet-color span,
.grey-color .darkviolet-color,
.white-color .darkviolet-color { color: #35344c; }

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h4.h4-lg,
.txt-block h4.h4-xl,
.txt-block h3.h3-xs {
  margin-bottom: 30px;
}

.txt-block h4.h4-xs {
  margin-bottom: 20px;
}

.txt-block h5.h5-lg {
  margin-top: 5px;
  margin-bottom: 20px;
}

.txt-block .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  IMAGE BLOCK SETTINGS
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}




/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

#loading {
  background-color: #23668d;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg); 
  -webkit-transform: rotate(-135deg); 
  transform: rotate(-135deg);
}

.btn_login{
  position: absolute;
  color: #333;
  top: 3%;
  right: 10%;
  z-index: 9999;
  font-weight: 600;
}
.btn_login a:first-child{
  padding-right: 5px;
}
.btn_login a:last-child{
  padding-left: 5px;
}


.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left:  5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite; 
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
              
#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
    
#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; 
} 

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8); 
    -webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  }
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8); 
    -webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  } 
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  
}

.tra-menu .wsmainfull {
  background-color: transparent!important;
  padding: 15px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  /* background-color: #fff!important; */
  padding: 10px 0;
  
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 20px;
  font-size: 17px;
  font-weight: 400 !important;
  letter-spacing: 0.3px;
  margin: 0 6px;
  padding: 10px 6px;
  line-height: 30px;
  text-decoration: none;
  
}

.wsmenu-list li a.active{color: #17535B !important;}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #fff;
  position: relative;
  z-index: 99;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a:hover {
  color: #eb3c62;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

/* li a.bell_notify {
  font-size: 10px !important;
} */

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

.border_bottom{
  border-bottom: 1px solid #cac8c8 !important;

}

.view_con{
  margin-top: -35px;
}

.view_con span{
  background: #17535B !important;
  color: #fff;
  letter-spacing: 0px;
  padding: 10px 3em 10px 3em;
  border-radius: 0 0 50px 50px;
  border-radius: 8px;
  cursor: pointer;
}

.view_con span:hover{
  color: #ddd;
  background: #014b68 !important;
}

/*------------------------------------------*/
/*  HEADER BUTTON
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 18px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.3px !important;
  border: 2px solid transparent;
  margin-top: 13px;
  margin-left: 15px;
  padding: 6px 30px;
  background-color: #17535B !important;
  border-color: #eee !important;
}

.wsmenu > .wsmenu-list > li a.btn.btn-red {
  color: #eee !important;
  background-color: rgba(179, 6, 90, 0.6) !important;
  opacity: 1 !important;
}

.wsmenu > .wsmenu-list > li a.btn:hover{
  background-color: #0d2f6e !important;
}

.wsmenu > .wsmenu-list > li a.btn.btn-red:hover{
  background-color: #b42031 !important;
}

.wsmenu > .wsmenu-list > li a.last-link-number {
  /* font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif; */
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  margin-left: 16px;
  letter-spacing: 0.3px !important;

}

.wsmenu > .wsmenu-list > li a.last-link-number i {
  position: relative;
  font-size: 16px;
  margin-right: 1px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  font-size: 16px;
  padding: 11px 9px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  padding: 11px 9px 11px 15px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  /* font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif; */
  font-family: 'Nunito', sans-serif !important;
  letter-spacing: 0.5px !important;
}

/*------------------------------------------*/
/*   MEGAMENU LATEST NEWS
/*------------------------------------------*/

.wsmegamenu .latest-news li { 
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:first-child {
  padding: 0 0 15px;
}

.wsmegamenu .latest-news li:last-child {
  padding: 15px 0 0;
  border-bottom: 0; 
}

.wsmegamenu .latest-news img {
  text-align: center;
  float: left;
  width: 85px;
  height: 85px;
}

.wsmegamenu .post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

.wsmegamenu .post-summary a { 
  color: #888!important;
  font-size: 16px;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif; 
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0px !important;
}

.wsmegamenu h5.h5-md a { 
  color: #333!important;
  margin-bottom: 0;
}

.wsmegamenu .latest-news .post-summary a:hover { 
  color: #333!important;
  text-decoration: underline;
}

.wsmegamenu .latest-news p { 
  color: #999;  
  font-size: 15px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll { /*Menu scroll here*/
  /* background-color: #4c47a1 !important; */
  background-color: #17535B !important;
  padding: 3px 0 0px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  heights: 48px;
}

.wsmainfull.scroll1 .wsmenu > .wsmenu-list > li > a {
  /* color: #444; */
  position: relative;
  z-index: 99;
  font-weight: 500;
}

.wsmainfull.scroll .wsmenu > .wsmenu-list > li > a {
  /* color: #444; */
  position: relative;
  z-index: 99;
  font-weight: 500;
}

.white-menu .wsmainfull.scroll {
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.tra-menu.dark-scroll .wsmainfull.scroll {
  background-color: #35344c!important;
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.scroll .btn-tra-white {
  color: #444!important;
  background-color: transparent;
  border-color: #444!important;
} 

.scroll .tra-white-hover:hover {
  color: #fff!important;
  background-color: #444;
  border-color: #444!important;
} 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.primary-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.primary-scroll a { color: #2980b9; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.blue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.blue-scroll a { color: #12a5ea; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.carrot-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.carrot-scroll a { color: #e67e22; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.dodgerblue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.dodgerblue-scroll a { color: #2980b9; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.green-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.green-scroll a { color: #20ab5c; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.magneta-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.magneta-scroll a { color: #8e3178; }

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.olive-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.olive-scroll a { color: #7ba323; }  

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.orange-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.orange-scroll a { color: #ff4500; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.red-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.red-scroll a { color: #ef3f54; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.teal-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.teal-scroll a { color: #008080; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.purple-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.purple-scroll a { color: #6b507d; } 

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #444;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

#hero-6 .hero-section,
.hero-section .container {
  position: relative;
  z-index: 3;
}

#hero-1 {
  background-image: url(../images/hero-1.jpg);
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}

#hero-2 {
  background-image: url(../images/hero-2.jpg);
  padding-top: 180px;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}

#hero-3 {
  background-image: url(../images/hero-3.jpg);
  padding-top: 190px;
  padding-bottom: 120px;
}

#hero-4 {
  background-image: url(../images/hero-4.jpg); 
  background-position: center bottom;
  padding-top: 170px;
  padding-bottom: 180px;
}

#hero-5 {
  /* padding-top: 90px;
  padding-bottom: 50px; */

  padding-top: 20px;
  padding-bottom: 0px;
}

#hero-7 {
  background-image: url(../images/hero-7.jpg);
  padding-top: 150px;
  position: relative;
  z-index: 3;
}

#hero-8 {
  background-image: url(../images/hero-8.jpg);
  padding-top: 170px;
  position: relative;
  z-index: 3;
}

#hero-9 {
  background-image: url(../images/hero-9.jpg);
  background-position: bottom center;
  padding-top: 140px;
  padding-bottom: 50px;
}

#hero-10 {
  background-image: url(../images/hero-10.jpg);
  padding-top: 170px;
}

#hero-11 {
  padding-top: 120px;
  padding-bottom: 100px;
}

#hero-12 {
  background-image: url(../images/hero-12.jpg);
  padding-top: 180px;
  margin-bottom: 120px;
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 680px;
}

.slider .slides {
  margin: 0;
  height: 680px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

.center-align {
  text-align: center;
}

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0; 
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

/*------------------------------------------*/
/*  HERO ANIMATED WAVES
/*------------------------------------------*/

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves { height: 40px; min-height: 40px; }
  
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/


#hero-1 .hero-txt {
  margin-top: -40px;
}

#hero-3 .hero-txt {
  margin-left: 30px;
}

#hero-6 .caption-txt {
  margin-top: 50px;
}

#hero-7 .hero-txt {
  margin-top: -30px;
}

#hero-8 .hero-txt,
#hero-10 .hero-txt {
  padding-bottom: 80px;
}

#hero-9 .hero-txt {
  margin-top: -25px;
}

.hero-txt a.btn{border-radius: 50px;}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/ 

#hero-1 h3,
#hero-2 h3 { 
  font-size: 3.35rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

#hero-3 h3 { 
  font-size: 3.25rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

#hero-4 h3 { 
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing_: 1px;
  margin-bottom: 20px; 
}

#hero-5 h4 { 
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#hero-5 h3 { 
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}

#hero-6 h2 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 5%;
  margin-bottom: 25px;
}

#hero-7 h3 { 
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}

#hero-8 h4 { 
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing_: 1.5px;
  margin-bottom: 40px;
}

#hero-8 h2 { 
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 40px;
}

#hero-9 h3 { 
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

#hero-9 h3 span { 
  font-size: 4.15rem;
  font-weight: 800;
  letter-spacing: 0.25px;
}

#hero-10 h4 { 
  font-size: 2.15rem;
  font-weight: 300;
  margin-bottom: 25px;
}

#hero-10 h3 { 
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero-11 h2 { 
  font-size: 4rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 25px;
}

#hero-11 h2 span { 
  font-weight: 800;
  letter-spacing: -1.5px;
}

#hero-12 h3 { 
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

.hero-txt p {
  font-size: 1.1rem !important;
  margin-bottom: 20px;
}

#hero-2 .hero-txt p {
  padding: 0 12%;
}

#hero-3 .hero-txt p {
  font-size: 1.25rem;
}

#hero-4 .hero-txt p {
  font-size: 1.25rem;
  padding: 0 10%;
  margin-bottom: 40px;
}

#hero-5 .hero-txt p,
#hero-7 .hero-txt p,
#hero-9 .hero-txt p {
  padding-right: 5%;
}

#hero-6 .caption-txt p {
  font-size: 1.25rem;
  padding: 0 15%;
  margin-bottom: 35px;
}

#hero-10 .hero-txt p {
  font-size: 1.35rem;
  padding: 0 10%;
  margin-bottom: 40px;
}

#hero-12 .hero-txt p {
  padding: 0 5%;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Hero Buttons
/*------------------------------------------*/

.hero-3-btn {
  position: relative;
  margin-top: -30px;
  margin-left: 50px;
}

/*------------------------------------------*/
/*  HERO LINKS 
/*------------------------------------------*/

.hero-links {
  margin-top: 45px;
}

.hero-links span {
  font-size: 1rem;
  line-height: 1;
  margin-right: 25px;
}

.hero-links span:last-child {
  margin-right: 0
}

.hero-links span a {
  text-decoration: underline;
}

.hero-links span a:hover {
  opacity: .8;
}




/*------------------------------------------*/
/*  HERO FORM
/*------------------------------------------*/

.form-holder {
  background-color: rgba(255, 255, 255, .2);
  padding: 20px 30px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#hero-2 .form-holder {
  background-color: rgba(255, 255, 255, .45);
}

.form-holder [class^='col-lg'] {
  padding: 0 8px;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.seo-form .form-control {
  height: 54px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  color: #999;
  font-size: 1.05rem;
  padding: 5px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Hero Form Placeholder
/*------------------------------------------*/

.hero-section .form-control::-moz-placeholder { color: #999; } 
.hero-section .form-control:-ms-input-placeholder { color: #999; }
.hero-section .form-control::-webkit-input-placeholder { color: #999; }

/*------------------------------------------*/
/*  Register Form Input Focus
/*------------------------------------------*/

.seo-form .form-control:focus,
.seo-form .form-control:focus {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*   Hero Form Button
/*------------------------------------------*/

.seo-form .btn {
  height: 54px;
  width: 100%;
  font-size: 1.05rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

/*------------------------------------------*/
/*  Hero Form Message
/*------------------------------------------*/

.seo-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

.seo-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
}

.seo-form .error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  padding-top: 8px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-1-img {
  margin-bottom: -50px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}

.hero-2-img {
  margin-top: 45px;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

.hero-1-img img,
.hero-5-img img,
.hero-7-img img,
.hero-10-img img,
.hero-11-img img {
  position: relative;
  max-width: none;
  display: inline-block;
  width: 85%;
}

.hero-5-img {
  margin-left: -30%;
}

.hero-7-img {
  margin-left: 20px;
}

.hero-9-img {
  position: relative;
  margin-right: -40px;
}

.hero-11-img {
  margin-left: 30px;
}

.hero-12-img {
  margin-top: 50px;
  margin-bottom: -120px;
  position: relative;
  z-index: 999;
}


/* ==========================================================================
  06. ABOUT
  =========================================================================== */




/* ==========================================================================
  07. SERVICES
  =========================================================================== */

#services-1 .section-title,
#services-2 .section-title {
  margin-bottom: 55px;
}

#services-3 .section-title {
  margin-bottom: 80px;
}

#services-7 .inner-bg {
  padding: 100px 60px 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  SERVICES TEXT
/*------------------------------------------*/

.services-txt {
  position: relative;
  margin-top: 100px;
  margin-right: -150px;
  z-index: 9999;
}

.services-txt h3 {
  letter-spacing: -1px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  SERVICE BOXES
/*------------------------------------------*/

#services-1 .service-boxes {
  margin: 0 40px;
} 

#services-4 .services-boxes {
  padding: 0 30px;
}

/*------------------------------------------*/
/*  SERVICE BOX
/*------------------------------------------*/

.sbox-1,
.sbox-2 {
  position: relative;
  top: 0;
  z-index: 999; 
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 40px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.sbox-1:hover,
.sbox-2:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
  top: -10px;
}

.sbox-3 {
  text-align: center;
  margin-bottom: 40px;
}

.sbox-4,
.sbox-5,
.sbox-6 {
  margin-bottom: 40px;
}

.sbox-8 {
  position: relative;
  top: 0;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 40px 25px;
  margin-bottom: 40px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.bg-lightgrey .sbox-8 {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.sbox-8:hover {
  top: -10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.bg-lightgrey .sbox-8:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  SERVICE BOX TEXT
/*------------------------------------------*/

.sbox-4-txt {
  overflow: hidden;
  padding-left: 25px;
  padding-right: 15px;
}

.sbox-5-txt {
  overflow: hidden;
  padding-left: 8px;
  padding-right: 6px;
}

.step {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.step span {
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
}

/*------------------------------------------*/
/*  SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/

.sbox-1 h5 {
  font-size: 1.135rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.sbox-2 h5,
.sbox-3 h5 {
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sbox-4 h5,
.sbox-5 h5,
.sbox-7 h5 {
  margin-bottom: 8px;
}

.sbox-6 h5 {
  line-height: 1.3;
  padding-right: 5%;
  margin-bottom: 0;
}

.sbox-2 p,
.sbox-3 p,
.sbox-4 p,
.sbox-5 p,
.sbox-6 p,
.sbox-7 p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #444;
  font-weight: 400;
}

.sbox-3 p {
  padding: 0 10%;
}

.sbox-6 p:before {
  display: block;
  content: "";
  height: 0.045rem;
  width: 65px;
  background: #aaa;
  margin: 35px 0 27px;
  position: relative;
}

.sbox-8 p {
  line-height: 1.35;
  margin-top: 25px;
  margin-bottom: 0;  
}

.sbox-8 p:after {
  display: block;
  content: "";
  height: 2px;
  width: 80px;
  background: #517082;
  margin: 25px auto 0;
  position: relative;
  opacity: .5;
}

/*------------------------------------------*/
/*  SERVICE BOX ICON
/*------------------------------------------*/ 

.sbox-4 span,
.sbox-4 img,
.sbox-5 span,
.sbox-5 img {     
  float: left;
  text-align: center;
  margin-top: 4px;
}

.sbox-6 span,
.sbox-6 img {     
  float: left;
  text-align: center;
  margin-right: 30px;
}

/*------------------------------------------*/
/*  SERVICES IMAGE
/*------------------------------------------*/ 

.services-7-img {
  position: relative;
  text-align: center;
  left: -85%;
}

.services-7-img img {
  max-width: none;
  display: inline-block;
}




/* ==========================================================================
  08. CONTENT
  =========================================================================== */

#content-9 .container {
  overflow: hidden;
} 

#content-9 .section-title {
  margin-bottom: 50px;
}   

/*------------------------------------------*/
/*  CONTENT BOX
/*------------------------------------------*/ 

.cbox-1-txt {
  overflow: hidden;
  padding-left: 10px;
}

.cbox-1 i {   
  text-align: center;
  float: left;
  font-size: 0.85rem;
  margin-top: 6px;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/ 

.content-3-img {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 40px;
}

.content-4-img {
  text-align: center;
  padding-left: 50px;
}

.content-5-img {
  text-align: center;
  padding-left: 25px;
  margin-bottom: 40px;
}

.content-6-img {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  left: -65%;
}

.content-4-img img,
.content-5-img img,
.content-6-img img {
  max-width: none;
  display: inline-block;
}




/* ==========================================================================
  09. TABS
  =========================================================================== */

#tabs-1 .tab-content {
  display: none;
}

.tabs-nav {
  border-bottom: 1px solid #e5e5e5;
}

#tabs-1 .tab-content.current,
#tabs-1 .tab-content.displayed {
  display: inherit;
}

.tabs-1 li {
  display: inline-block; 
  margin: 0 15px;
  background-color: transparent;
  color: #bbb;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tabs-1 li.displayed, 
.tabs-1 li.displayed:hover { 
  color: #666; 
  font-weight: 600; 
  border-color: #517082;
}

.tabs-1.primary-tabs li.displayed, .tabs-1.primary-tabs li.displayed:hover { border-color: #2980b9; }

.tabs-1.blue-tabs li.displayed, .tabs-1.blue-tabs li.displayed:hover { border-color: #12a5ea; }
.tabs-1.bluestone-tabs li.displayed, .tabs-1.bluestone-tabs li.displayed:hover { border-color: #517082; }
.tabs-1.carrot-tabs li.displayed, .tabs-1.carrot-tabs li.displayed:hover { border-color: #e67e22; }
.tabs-1.dodgerblue-tabs li.displayed, .tabs-1.dodgerblue-tabs li.displayed:hover { border-color: #2980b9; }
.tabs-1.green-tabs li.displayed, .tabs-1.green-tabs li.displayed:hover { border-color: #20ab5c; }
.tabs-1.olive-tabs li.displayed, .tabs-1.olive-tabs li.displayed:hover { border-color: #7ba323; }
.tabs-1.orange-tabs li.displayed, .tabs-1.orange-tabs li.displayed:hover { border-color: #ff4500; }
.tabs-1.red-tabs li.displayed, .tabs-1.red-tabs li.displayed:hover { border-color: #ef3f54; }
.tabs-1.teal-tabs li.displayed, .tabs-1.teal-tabs li.displayed:hover { border-color: #008080; }
.tabs-1.purple-tabs li.displayed, .tabs-1.purple-tabs li.displayed:hover { border-color: #4c47a1; }

#tabs-2 .list-group-item {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 30px 35px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#tabs-2 .list-group-item.active {
  background-color: #f6f9fd;
  color: #333;
}

#tabs-2.bg-lightgrey .list-group-item.active {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

#tabs-2.bg-primary .list-group-item.active {
  background-color: #456070;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  TABS CONTENT
/*------------------------------------------*/ 

#tabs-1 .tab-content {
  margin-top: 70px;
}

/*------------------------------------------*/
/*  TAB BOX
/*------------------------------------------*/  

.tbox-1 span {
  float: left;
  margin-right: 12px; 
}

.tbox-1 h5 {
  line-height: 2rem!important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tbox-1 p {
  margin-bottom: 0;
}

.bg-bluestone .tbox-1 p {
  color: #eee;
}

.list-group-item.active .tbox-1 h5,
.list-group-item.active .tbox-1 span {
  color: #12a5ea;
}

.bg-bluestone .list-group-item.active .tbox-1 h5,
.bg-bluestone .list-group-item.active .tbox-1 span,
.bg-bluestone .list-group-item.active .tbox-1 p {
  color: #fff;
}

.tbox-1.icon-xs [class*="flaticon-"]:before,
.tbox-1.icon-xs [class*="flaticon-"]:after {   
  font-size: 2rem;
  line-height: 1!important;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}




/* ==========================================================================
  10. RESOURCES
  =========================================================================== */

#resources-1 .masonry-item { 
  width: 33.3333%;
  margin: 0;
}

.rbox-1 {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 40px 30px;
  margin: 0 10px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.rbox-1:hover {
  top: -10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.rbox-1 h4 {
  margin-bottom: 20px;
}

.rbox-1 p {
  margin-bottom: 30px;
}




/* ==========================================================================
  11. PROJECTS
  =========================================================================== */

#projects-1 .col-md-4 {
  padding: 0 10px;
}

/*------------------------------------------*/
/*  PROJECT ITEM
/*------------------------------------------*/ 

.project-1 {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff; 
  border: 1px solid #ddd;
  padding: 30px 25px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.bg-lightcyan .project-1,
.bg-lightgrey .project-1 {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.project-1:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
  top: -10px;
}

.project-2 {
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.project-3 {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #f5f5f5; 
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.project-3:hover {
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
  top: -10px;
}

/*------------------------------------------*/
/*  Project Data
/*------------------------------------------*/ 

.project-1 .project-data {
  border-top: 1px solid #d5d5d5;
  padding-top: 22px;
  margin-top: 10px;
}

.project-3 .project-data {
  padding: 35px 20px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.project-3 .project-data h5 {
  color: #757575;
  padding: 0 10px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  PPOJECT DATA BOX
/*------------------------------------------*/  

.pd-box {
  display: block;
  margin-bottom: 6px;
}

.pd-box h5 {
  display: inline-block;
  float: left;
  font-weight: 800;
  margin-right: 12px;
  margin-bottom: 0;
}

.project-1 p.p-sm {
  color: #757575;
  margin-top: 0;
  margin-bottom: 0;
}

.pd-box h5 i {
  margin-right: 3px;
}

.pd-box p {
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PROJECT PREVIEW IMAGE
/*------------------------------------------*/  

.project-1 img {
  padding-right: 40%;
  margin-bottom: 10px;
}

.project-3 .project-data img {
  padding-right: 50%;
}

.project-3 .project-preview img {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

/*------------------------------------------*/
/*  PROJECT DESCRIPTION
/*------------------------------------------*/  

.project-description {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.project-description img {
  padding: 0 22%;
}

.project-description p {
  display: inline-block;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.3px !important;
}

.project-description p:before {
  display: block;
  content: "";
  height: 1px;
  width: 85px;
  background: #fff;
  margin: 15px auto 20px;
  position: relative;
}

.big_circle{
  background-color: #17535B;
  width: 400px;
  height: 400px;
  border-radius: 30em;
  margin: 0 auto;
  position: relative;
  top: -21em;
  z-index: 1;
  borders: 1px solid #666;
  margin-bottom: -25em;
  box-shadow: 0px 16px 15px 0px rgba(0, 0, 0, .2);
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.blog-post .hover-overlay,
.blog-post-img .hover-overlay {
  text-align: center; 
}

.hover-overlay img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, .6);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.project-2:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

.project-2:hover .item-overlay {
  background: rgba(10, 10, 10, 0.75);
}

/*------------------------------------------*/
/*  SINGLE PROJECT
/*------------------------------------------*/ 

.sp-wrapper {
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
} 

.sp-page { 
  margin-top: -185px;
}

/*------------------------------------------*/
/*  Single Project Text
/*------------------------------------------*/ 

.sp-txt {
  position: relative;
  padding: 0 30px;
}

.sp-logo {
  margin-left: -20px;
  margin-bottom: 10px;
}

.sp-right .sp-logo {
  margin-left: -5px;
}

.sp-logo img {
  width: 40%;
  height: auto;
}

.sp-txt p.p-sm {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Single Project Data
/*------------------------------------------*/ 

.sp-data {
  text-align: center;
  position: relative;
  background-color: #fafafa;
  padding: 35px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0 20px -220px;
  z-index: 20;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.sp-right .sp-data {
  margin: 20px -220px 15px 0;
}

.sp-data .row {
  margin-right: 0;
  margin-left: 0;
}

.sp-data .col-md-4 {
  border-right: 1px dashed #ccc;
}

.sp-data .col-md-4:last-child {
  border-right: none;
}

.sp-data h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.sp-data p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sp-data span {
  display: block;
  color: #999;
  line-height: 1.2;
  padding: 0 8%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Single Project Link
/*------------------------------------------*/  

.sp-links {
  position: absolute;
  top: 25px;
  right: 40px;
}

.sp-links a {
   display: block;
   margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Single Project Preview Image
/*------------------------------------------*/  

.sp-preview {
  position: relative;
}

.sp-preview img {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.sp-right .sp-preview img {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

/*------------------------------------------*/
/*  All Projects Button
/*------------------------------------------*/  

.all-projects-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

#projects-2 .all-projects-btn,
#projects-3 .all-projects-btn {
  margin-top: 30px;
}




/* ==========================================================================
  12. TEAM
  =========================================================================== */

.team-member {
  text-align: center;
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.team-member:hover {
  top: -10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.team-member img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.tm-meta {
  padding: 25px 20px;
}

.tm-meta h5 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}

.tm-meta span {
  display: block;
}

.tm-meta a {
  color: #888;
  font-weight: 0.9rem;
  line-height: 1;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.team-member-photo {
  position: relative;
}

.tm-social ul {
  width: 100%;
  display: inline-block; 
  padding-left: 0;
  margin-top: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tm-social ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.tm-social a {
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 34px !important;
  margin-right: 1px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tm-social a.ico-facebook { background-color: #3b5998; }
.tm-social a.ico-twitter { background-color: #00a9ed; }
.tm-social a.ico-instagram { background-color: #e44772 }
.tm-social a.ico-dribbble { background-color: #d92d84; }
.tm-social a.ico-behance { background-color: #2473f6; }
.tm-social a.ico-pinterest { background-color: #ac281a; }
.tm-social a.ico-linkedin { background-color: #337a84; }
.tm-social a.ico-google-plus { background-color: #cd1111; }
.tm-social a.ico-youtube { background-color: #cd1b20; }
.tm-social a.ico-tumblr { background-color: #3a5976; }
.tm-social a.ico-vk { background-color: #3b5998; }


.team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1; 
  -moz-opacity: 1; 
}


.not_avail{
  position: absolute;
  z-index: 99;
  background-color: rgba(252, 252, 253, 0.55);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 20%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #8a8888;
}

.not_avail2{
  background-color: rgba(252, 252, 253, 0.6);
  height: 10%;
  padding-top: 5%;
  color: #555;
}



/* ==========================================================================
  13. VIDEO
  =========================================================================== */

#video-2 {
  background-image: url(../images/imgs.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 140px;
  width: 100%;
}

#video-3 .video-link {
  padding-left: 30px;
}

#video-3 .video-link .play-btn {
  margin-right: 30px;
}

#video-3 .video-link img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}

.video-txt p {
  margin-top: 30px;
  margin-bottom: 30px;
}




/* ==========================================================================
  14. TESTIMONIALS
  =========================================================================== */

#reviews-4 { 
  padding-top: 80px;
  padding-bottom: 70px;
} 

#reviews-3 span.title-digit,
#reviews-3 span.count-element {
  font-weight: 800;
} 

.review-1 { 
  text-align: center;
}

.review-2 { 
  text-align: center;
  margin-bottom: 70px;
}

.review-3 { 
  background-color: #ccc !important;
  backgrounds: none !important;
  border: 1px solid #f5f5f5;
  padding: 0px;
  margin: 0 10px;
  overflows: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 8px 20px 0px rgba(20, 20, 20, .15);
}


.review-intro { 
  background-color: #000 !important;
  border: none;
  padding: 0px;
  margin: 0 0px;
  overflows: hidden;
}


.notificatns{
  position: relative;

}

.notify_divs{
  margin-bottom: 10px;
  line-height: 21px;
  padding: 4px 7px 4px 9px;
  border-bottom: 1px solid #e9e9e9;
  width: 80%;
  background: #f7f7f7;
}

.notify_divs_color{
  background: #ddd;
  border-bottom: 1px solid #ccc;
}

.notify_divs span{
  color: #666;
  
}

.notify_divs a{
  color: #444;
  font-size: 15px;
}

.notify_divs a:hover{
  color: #069;
}

.notify_divs:hover{
  background: #eee;
}

.back_from_notify{
  margin: 6px 0 35px 0;
}

.back_from_notify span{
  background: #777;
  padding: 13px 3.2em;
  border-radius: 100px;
  color: #eee;
  cursor: pointer;
}

.back_from_notify span:hover{
  color: #0CF;
  background: #555;
}


.img-thumbs img{
  width: 44px;
  height: 44px;
  border-radius: 100px !important;
  border: 1px solid #ccc;
}

.chosen_item{
  background-color: #daeff5;
  padding: 8px;
  font-size: 15px;
  border-radius: 8px;
  height: 70px;
}

.chosen_item p{
  margin: 0 0 0px 0 !important;
  line-height: 20px;
  color: #10678b;
}

.chosen_item span{
  position: relative;
  float: right;
  cursor: pointer;
  color: #068abe;
}

.chosen_item img{
  width: 70px;
  height: auto;
}

.chosen_item span:hover{
  color: #0476a3;
}

.chosen_item p.small_title{
  font-size: 14.5px;
  
  color: rgba(14, 60, 80, 0.7) !important;
}
.chosen_item p.small_condition{
  font-size: 13px;
  color: #666 !important;
}


.view_full{
  position: relative;
  text-align: center;
}

.view_full span{
  background-color: rgba(17, 85, 117, 0.88);
  position: absolute;
  color:#fff;
  transform: translate(-40%, -75%);
  height: 33px;
  width: 120px;
  padding: 6px 0 12px 0;
  text-align: center;
  border-radius: 100px 100px 0 0;
  line-height: 18px;
  border-top: 1px solid #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
  margin-top: -16px;
}

.view_full span:hover{
  height: 50px;
  width: 100px;
  padding-top: 16px;
  -webkit-transition: .1s;
  transition: .1s;
  margin-top: -21px;
}

.terms{
  background-color: #daeff5;
  color: #095D80;
  line-height: 21px;
  font-size: 15.5px;
  padding: 10px;
}

.terms:hover{
  background-color: #cfe9f0;
  /* margin-left: 10px; */
}

.terms:hover a{
  margin-left: 10px;
}

.terms a:hover{
  margin-left: 10px;
  color: #0e4258;
}

.terms i{
  font-size: 20px;
  margin-left: 5px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.similar_title{
  font-size: 20px;
  color: #17535B;
  font-weight: 600;
}

.other_details, .similar_details{
  font-size: 14.5px;
  position: absolute;
  bottom: 40px !important;
  width: 90%;
  margin-left: -5px;
  line-height: 18px;
  overflow: hidden;
  border-radius: 0 0 6px 6px !important;
}

.similar_details{
  font-size: 14.5px;
  position: absolute;
  bottom: 50px !important;
  width: 90.4%;
  margin-left: -5px;
  line-height: 18px;
  overflow: hidden;
  border-radius: 0 0 6px 6px !important;
}

.other_details span, .similar_details span{
  background-color: #17535B;
  color: #eee !important;
  display: block;
  padding: 10px;
  border-radius: 0 5px 0 8px !important;
  color:#41486e;
  cursor: pointer;
}

.other_details span:hover, .similar_details span:hover{
  background-color: #0e3b41;
}

.other_details span.call_seller, .similar_details span.call_seller{
  background-color: #00587D;
  border-radius: 5px 0 8px 0 !important;
}

.other_details span.call_seller:hover, .similar_details span.call_seller:hover{
  background-color: #025f86;
}

.other_details_home{
  width: 85%;
  bottom: 40px;
}

.other_details_small{
  font-size: 14px;
  bottom: 6px !important;
  width: 92%;
}


.sold:before {
  content: 'SOLD';
  font-weight: bold;
  color: #fff;
  background-color: rgba(230, 230, 230, 0.7);
  font-size: 2em;
  width: 90%;
  height: 90%;
  position: absolute;
  z-index: 9;
  top: 49.5%;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, -55.5%);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.sold1:before {
  color: #666;
  font-size: 1.7em;
  width: 100%;
  height: 100%;
  top: 49.5%;
  left: 50%;
}

.item_price{font-size: 28px; color: #3b5998; font-weight: 600; margin: 0 !important;}

.big_heart{
  position: absolute;
  z-index: 9;
  margin: 8px 0 0 10px;
}

.big_heart i{
  font-size: 35px;
  font-weight: 600;
  -webkit-transition: .1s;
  transition: .1s;
  color: #fff;
}

.big_heart i:hover{
  -webkit-transition: .1s;
  transition: .1s;
  transform: scale(1.2);
  color: red;
}

.big_heart i:active{
  -webkit-transition: .1s;
  transition: .1s;
  transform: scale(1.7);
}

.like_product i{
  font-size: 35px;
  font-weight: 600;
  -webkit-transition: .1s;
  transition: .1s;
  color: #fff;
}

.like_product i:hover{
  -webkit-transition: .1s;
  transition: .1s;
  transform: scale(1.2);
  color: red;
}

.like_product i:active{
  -webkit-transition: .1s;
  transition: .1s;
  transform: scale(1.7);
}

.product_info .address{
  font-size: 14px;
  margin-top: -4px;
  color: #444;
}
.product_info p{
  margin: 0 !important;
}
.product_info .range{
  margin: 0px 0 20px 0;
  font-size: 14px;
  color: #555;
}

.btn_btns button{
  background-color: #17535B;
  color: #eee !important;
  padding: 6px 10px;
  border-radius: 0 3px 8px 8px !important;
  color:#41486e;
  border: none;
  width: 100%;
  font-size: 15px;
}

.btn_btns button.call_seller, .btn_btns button.report_div{
  border-radius: 3px 0 8px 8px !important;
}

.btn_btns button:hover{
  background-color: #0e3b41;
}

.btn_btns button.show_contact, button.report_div{
  background-color: #00587D;
}

button.report_div{
  background-color: #ddd;
  border: 1px red solid;
  color: red !important;
  padding: 4px 10px;
}
button.report_div:hover{
  background-color: #ccc;
}

.promote_info{
  background-color: #073F57;
  border-radius: 15px;
  padding: 20px;
}

.promote_info p{
  color: #fff;
  line-height: 22px;
}
.promote_info p b{
  font-weight: 600;
}

.my_leads .cards{
  background-color: #ddd !important;
  margin-top: 25px;
  border-radius: 15px;
  padding: 10px;
  -webkit-transition: .1s;
  transition: .1s;
}

.my_leads .cards:hover{
  background-color: #e0dede !important;
  -webkit-transition: .1s;
  transition: .1s;
  transform: scale(1.03);
}

.my_leads .cards p{
  color: #222;
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
}

.my_leads .cards img{
  width: 90px;
  height: auto;
}
.my_leads .cards span.counts{
  background-color: #fff;
  width: 40px !important;
  height: 40px !important; 
  font-size: 19px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: block;
  color: #2447a7;
}
.my_leads .cards span.star{
  position: absolute;
  top: 10px;
  left: 46px;
  font-size: 1.5em;
  color: red;
}

.my_leads .card_ads {
  background-color: #fff;
  padding: 0px;
  border-radius: 8px;
  /* height: 500px; */
}

.my_leads .card_ads img{
  width: 13.5vw;
  height: 11.4vw;
  border-radius: 0;
  margin-bottom: -10px;
}
.my_leads .card_ads .name{
  font-size: 20px;
  color: #052c3d;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_leads .card_ads .price{
  color: #07555f;
  font-weight: 500;
  font-size: 19px;
  margin-top: -30px;
}
.my_leads .card_ads .expiry, .my_leads .card_ads .impressions{
  color:#f16161;
  font-size: 14px;
  margin-top: -7px;
}

.my_leads .card_ads .posted{
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  color: rgba(20, 121, 165, 0.9) !important;
}
.my_leads .card_ads .impressions{
  color:#888;
  font-size: 13px;
  margin-top: -5px;
  position: absolute;
  bottom: 32px;
}

.my_leads .card_ads button{
  padding: 8px 30px;
  margin-top: 10px;
  background-color: #00587D;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
  border: none;
  width: 160px;
}


.my_leads .card_ads button.boost{
  padding: 8px 15px;
  width: 95px;
  font-size: 16px;
}

.my_leads .card_ads button.active{
  background-color: #2e6075;
  opacity: 0.4;
}

.my_leads .promote_info1{
  background-color: #ddd;
  border-radius: 0 0 10px 10px;
  padding: 10px 5px 8px 20px;
  color: #00587D;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
.my_leads .promote_info1:hover{
  background-color: #d1cfcf;
}

.my_leads .promote_info1 i{
  background-color: #ccc;
  border-radius: 50px;
  padding: 7px;
  font-size: 13px;
  border: 1px solid #999;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.my_leads .promote_info1 i:hover{
  -webkit-transition: .2s;
  transition: .2s;
  transform: scale(1.22);
  color: #004462;
}

.my_leads .edit_div{
  font-size: 20px;
  margin-bottom: 2px;
  color: #147aa5;
}
.my_leads .edit_div span{
  margin-right: 13px;
  cursor: pointer;
  color: #147aa5;
  font-size: 17px;
}
.my_leads .edit_div span:hover{
  color: #0e6185;
}
.my_leads .edit_div span:last-child{
  margin-left: 13px;
  color: red;
}
.my_leads .edit_div span:last-child:hover{
  color: #c70b0b;
}

.myNotifys{
  width: 100%;
  height: 100% !important;
  background-color: #f7f7f7;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
  overflow: hidden !important;
  overflow-y: auto !important;
}

/* .dynamic_notificatn{
  width: 50%;
} */


.one_item{
  background-color: #eee;
  border-radius: 50px;
  padding: 4px 8px 4px 8px;
  border: 1px solid #ccc;
}

.one_item1{
  background-color: #ddd;
}

.one_item img{
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 52px;
  height: 52px;
}

.one_item_noti img{
  width: 52px !important;
  height: 52px !important;
  border-radius: 100px !important;
}

.one_item p.items{
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color:#333;
}

.one_item_noti p.items{
  font-size: 14px;
  line-height: 21px;
  margin-top: 0px !important;
}

.notify_div .one_item_noti{
  -webkit-transition: .2s;
  transition: .2s;
}

.notify_div .one_item_noti:hover{
  transform: scale(1.03);
  -webkit-transition: .2s;
  transition: .2s;
}


.chats{
  background:#eee;
  border: 1px solid #ccc;
  padding: 5px 4px 4px 4px;
  border-radius: 20px;
}

.chats1{
  background:#E9E8F4;
}

.chats img{
  width: 60px;
  border: 1px solid #999;
  border-radius: 10px;
}

.chats .name, .chats .dates{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 22px;
  color:#444;
  font-weight:600;
}

.chats .prods{
  font-size: 15px;
  margin-top: 2px !important;
  color:#5852AD;
  font-weight:600;
}

.chats .dates{
  font-size: 13px;
  margin-top: 0px !important;
  color:#777;
  font-weight:500;
}

.chats1 .rights{
  text-align: right !important;
  padding-right: 8px !important;
}

.chats p{
  margin: 5px 0 0 0 !important;
  font-size: 15px;
  line-height: 23px;
  color:#555;
}

.one_item b{
  font-size: 18px;
  color:#333;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.hidden_infos .hidden_infos1{
  border-radius: 15px;
  padding: 7px;
  background-color: #007AAE;
  color: #fff;
}

.hidden_infos .hidden_infos1.active{
  opacity: 0.6;
  background-color: #888;
}

.hidden_infos .hidden_infos1 button{
  margin-top: 0px;
}
.hidden_infos .hidden_infos1 span{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 30px;
}

.hidden_infos .hidden_infos1 button{
  background-color: #004462;
  color: #fff;
}

.hidden_infos1 {
  font-size: 18px;
  line-height: 20px;
  color: #444;
  font-weight: 500;
}
.hidden_infos1 b{
  font-weight: 600;
}

.delete_fav{
  position: absolute;
  right: 22px;
  margin-top: 0px;
  font-size: 22px;
  color:red;
  font-weight: 600;
  -webkit-transition: .1s;
  transition: .1s;
}

.delete_fav:hover{
  -webkit-transition: .1s;
  transition: .1s;
  transform: scale(1.4);
  color:red;
}

.other_details span.bidders{
  position: relative;
  top: 4px;
}

.other_details span.bidders_hme{
  position: relative;
  top: 4px;
}

.div_from_user{
  margin: 0 auto;
  text-align: center;
}

.div_from_user .inner_div{
  background-color: #e9e8e8;
  padding: 15px 14px 0px 14px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
}

.div_from_user .moreItems{
  background-color: #054158;
  border-radius: 50px;
  color: #fff;
  padding: 5px 40px;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
  position_: relative;
  z-index: 999;
}


.div_from_user .moreItems:after{
  border-bottom: 2px solid #999;
  content: "";
  position: absolute;
  left: 6%;
  margin-top: 9px;
  width: 26%;
  border-radius: 20px;
  z-index: 9;
}

.div_from_user .moreItems:before{
  border-bottom: 2px solid #999;
  content: "";
  position: absolute;
  right: 6%;
  margin-top: 9px;
  width: 26%;
  border-radius: 20px;
  z-index: 9;
}

.show_reviews .rev_name{
  font-size: 14px;
  color: #00618A;
}

.show_reviews .rev_name span{
  font-size: 12px;
  opacity: 0.7;
}

.show_reviews .rev_message{
  font-size: 14px;
  color: #444;
  line-height: 20px;
}
.show_reviews .row-border{
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.prod_titles{
  color: #333;
  font-weight: 600;

}

.img-responsive{
  width: 100%;
  height: 16vw;
  object-fit: cover;
}

.modal_info{
  font-size: 15px;
  color: red;
  margin-top: -10px;
  line-height: 21px;
}
.modal_desc{
  font-size: 14.5px;
  color: #444;
  padding:5px 0 20px 0;
}

.all_tables1_ th, .all_tables1 th{
  background:#C1D7E6 !important; font-size:15px!important; color:#222 !important; font-weight:600!important; border:none!important; padding: 13px 10px 13px 10px !important;
  height:auto !important;
}

.all_tables .txt_cats, .all_tables .txt_cats_types{
  background-color: #eee;
  text-align: left;
  color: #333 !important;
  padding: 10px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc !important;
}

#brands_info{
  display: none;
}

.add_more_brand, .add_more_brand_type{
  background-color: #18b956;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  width: 80%;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
}

.all_tables1_ select.txt_status{
  padding: 7px 8px !important;
  height: auto !important;
}

.all_tables1_ th:first-child{
  border-radius: 10px 0 0 0px;
}
.all_tables1_ th:last-child{
  border-radius: 0 10px 0px 0;
}

.all_tables1_ tfoot th:first-child{
  border-radius: 0px 0 0 10px;
}
.all_tables1_ tfoot th:last-child{
  border-radius: 0 0px 10px 0;
}

.all_tables1_ td, .all_tables1 td{
  color:#222 !important; font-size:15px!important; font-weight:500!important;
   border-bottom:1px solid #ccc!important; padding: 9px 8px!important;
}

.all_tables1_ tbody{
  background:#fff
}

.all_tables1_.index thead th{
  padding: 12px 10px 12px 10px!important; 
  text-align:left !important;
  background: #fff !important;
}
.all_tables1_.index tbody td{font-size: 15px;}

.all_tables1_ .sorting_1:before{
  position: absolute !important;
  top: 18px !important;
  left: 22px !important;
  /* margin-top: 10px !important; */
}

.all_tables1_ .row{
  width: 100% !important;
}

.all_tables1_{
  width:100% !important;
  float: left !important;
}

table th:nth-child(2){
  /* width:20% !important; */
}


.all_tables1_ .over_flows{
  width: 100% !important;
}

.all_tables1_ .over_flows1{
  width: 100% !important;
  overflow: hidden;
  overflow-x: scroll;
}


.review1{
  padding: 0px 5px;
}

.review1_small{
  padding: 6px;
  height: 100px;
}

.blog-post-txt_height{
  height: 140px !important;
}

.blog-post-events{
  padding: 6px 0 10px 0;
}

.blog-post-events-mine{
  padding: 0px 0 8px 0;
}

.blog-post-events .name{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px !important;
  height: 50px;
  overflow: hidden;
}

.blog-post-events .paid{
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.blog-post-events .col_2{
  text-align: right !important;
  color: #fff;
}

.blog-post-events .date{
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.edit_events i{
  font-size: 16px;
}
.edit_events, .edit_events a {
  font-size: 16px;
  color: #0076A8;
  line-height: 20px;
}
.edit_events small{
  font-size: 13px;
  font-weight: 500;
}
.edit_events font{
  font-size: 15px;
  font-weight: 600;
}
.view_attendee span, .view_attendee font{
  color: #0076A8;
  cursor: pointer;
  font-size: 16px;
}
.view_attendee span:hover, .view_attendee font:hover{
  color:#00587D;
}
.event_attendee .about {
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  max-height: 350px;
}
.view_attendee select, .view_attendee input{
  padding: 6px !important;
  border-radius: 5px;
  font-size: 15px;
  width: 80%;
  float: right;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  height: 40px !important;
}
.view_attendee input{
  width: 94%;
}
.view_attendee input::placeholder{
  font-size: 15px !important;
}
.event_attendee .about .row{
  background-color: #eee;
  border-radius: 8px;
  font-size: 15px;
  padding-bottom: 0 !important;
}
.event_attendee img{
  width: 42px;
  height: 42px;
  border-radius: 100px;
}
.event_attendee .about span{
  display: block;
  line-height: 20px !important;
}
.event_attendee .row{
  padding-top: 4px;
}
.event_attendee button{
  border-radius: 6px;
  background-color: #00618A;
  color: #fff;
  font-size: 13.5px;
  border: none;
  padding: 2px 15px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.event_attendee button:hover{
  transform: scale(1.05);
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.event_attendee button.white{
  color: #00618A;
  background-color: #fff;
  margin-left: 3px;
}





.my_events{
  border-radius: 8px !important;
}

.my_events .name{
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  height: 35px;
  overflow: hidden;
}

.my_events .paid{
  font-size: 14px;
  line-height: 20px;
}
.my_events .date{
  font-size: 11.5px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fw-600{
  font-weight: 600;
}

.cat_card{
  background-color: #fff;
  border-radius: 20px;
  line-height: 22px;
  padding: 7px 20px;
  display: inline-block;
  margin-right: 20px;
  color: #00587D;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.cat_card:hover{
  background-color: #f8f8f8;
  transform: scale(1.05);
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.blog-post-1{
  background-color: #FFFFCE !important;
}

.blog-post-txt_height_small{
  height: 54px !important;
}

.blog-post-txt_height .other_details{
  bottom: 6px;
}


.gotoDashboard {
  position: absolute;
  z-index: 99;
}

.gotoDashboard a{
  font-size: 20px;
  font-weight: 600;
  display: block;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.gotoDashboard a:hover{
  color: #00a9ed;
  font-size: 22px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.gotoDashboard i{
  margin-right: 4px;
  font-size: 25px;
  margin-top: 10px;
}

.review-3 img, .blog-post-img img{
	width: 100%;
  height: 14vw;
  object-fit: cover;
}

.review-3 img, .blog-post-img-view img{
	width: 100%;
  height: 27vw;
  object-fit: cover;
}

.review-3 img, .post-img-create img{
	width: 100%;
  height: 18vw;
  object-fit: cover;
}

.review-3 img, .blog-post-img-mine img{
  height: 10vw;
  margin-top: -5px;
}

.review-3 img, .blog-post-img-mine-view img{
  height: 13vw;
  margin-top: -5px;
}

.success_caption{
  color: #0076A8;
  font-size: 16px;
  line-height: 22px;
}
.success_caption1{
  font-size: 17px;
  line-height: 26px;
}

.event-qr-code-details img{
  width: 200px;
  height: 200px;
  border: 2px solid #999;
}

.qr-code-details{
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
}

.btnCopy1{
  background-color: #999 !important;
  border: none;
  color: #f9f9f9 !important;
}

.success1 i{
  background-color: #fff;
  padding: 20px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 400;
  color: #00CC00;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.qr-details p{
  margin: 0 !important;
}
.qr-details p.gen_id{
  font-weight:600;
  font-size:18px;
  color:#0076A8;
  margin-top: 0px !important;
}
.qr-details p button{
  margin-top: 15px !important;
  padding: 9px 5em;
  color:#00587D;
  background-color: #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.qr-details p button:hover{
  background-color: #999 !important;
  color:#fff !important;
}
.qr-details p a{
  font-size: 16px;
}

.my_leads .card_ads .name{
  font-size: 20px;
  color: #052c3d;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qr-details p.truncate{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.versn{
  background: rgba(0, 0, 0, .85) !important;
  position: relative;
  z-index: 9999;
  bottom: 135px;
  text-align: center;
  width: 100%;
  color: #eee;
  font-size: 13px;
  padding: 2px 10px;
}

.review-intro img{
	width: 100%;
  height: 100vh;
  object-fit: cover;
}

.reviews-holder1 .owl-dots{
  position: relative !important;
  bottom: 100px !important;
}

.reviews-holder1 .intro_title{
  position: absolute;
  top: 38%;
  left: 0;
  text-align: center;
  padding: 10px 20px;
  height: 140px;
  width: 100%;
  color: #f3c5ca !important;
  font-size: 22px;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, .75);
}

.enter_app{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.enter_app span{
  background-color: #881220;
  width: 50%;
  padding: 8px 3em;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: #eee;
  font-size: 20px;
}

.enter_app span:hover{
  background-color: #700e1a;
}

.reviews-holder1 .owl-nav{
  position: relative;
  bottom: 160px;
  z-index: 999;
  border: none !important;
}

.reviews-holder1 .owl-dots{
  bottom: 140px !important;
}

.reviews-holder1 .owl-nav .owl-next{
  right: 10px;
  border-radius: 37px 0 0 37px !important;
}

.reviews-holder1 .owl-nav .owl-prev{
  left: 10px;
  border-radius: 0 37px 37px 0 !important;
}

.reviews-holder1 .intro_title p.small_font{
  font-size: 18px;
  color: #eee;
  line-height: 22px;
  padding: 0 40px;
}

.blog-post-img-small img{
  height: 10vw;
}

.view_event .about {color: #333;}
.view_event .bg-lightgray {border-radius: 20px !important;}
.view_event .about b{font-weight: 600; font-size: 15.5px;}
.view_event .about p {line-height: 20px; font-size:14.5px; margin-bottom: 10px;}

.view_event .about1 {line-height:20px; color:#222; font-size:15px;}
.view_event .about1 div.col-sm-4 {font-size:14px;}
.view_event .about1 div.col-sm-9 {font-weight:600;}

.about2{font-size:14px !important;}
.about1 div.col-sm-4 {font-size:14px !important;}

.small_imgs img{
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.remove_file{
  position: absolute;
  padding: 6px 8px;
  background-color: rgba(255, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  z-index: 99;
  bottom: 0;
  left: 5px;
  width: 96.3%;
  font-size: 15px;
  cursor: pointer;
}

.remove_file:hover{
  background-color: rgba(146, 5, 5, 0.8);
}

.review-4 { 
  padding: 0 30px;
  margin-bottom: 30px;
}

.giveaways{
  background: url(../images/giveaways.jpg) #17535B top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 600px;
}

.giveaways .giveaway_info{
  position: absolute;
  top: 57%;
  left: -15px;
}

.giveaways .giveaway_info1{
  top: 30%;
}

.info2 img{
  width: 100%;
  object-fit: contain;
  height: 45vw;
}

.writeups h4, .writeups p, .writeups li{
  color: #eee !important;
  line-height: 22px;
}

.writeups a{
  color: #c2c7f3 !important;
}

.writeups{
  border: 5px solid #ee769a;
  margin-top: 15%;
  border-radius: 15px;
}

.writeups ul{
  text-align: left;
  margin: 20px 0 0 10px;
}

.writeups ul li{
  margin-bottom: 10px;
  list-style-type: disc;
}

.giveaways button, .writeups button, button.btn_css{
  font-size: 23px;
  line-height: 23px;
  padding: 10px 1.7em 13px 1.7em;
  background-image: linear-gradient(#881220, #af2132, #881220) !important;
  border: 2px solid #eee;
  border: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  border-radius: 50px;
  color: #eee !important;
}

button.btn_css{
  padding: 16px 1.7em 19px 1.7em;
}

button.btn_css_back{
  font-size: 16px;
  margin-top: 7px;
  line-height: 23px;
  padding: 8px 1.7em 10px 1.7em;
  background-image: linear-gradient(#881220, #af2132, #881220) !important;
  border: 2px solid #eee;
  border: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  border-radius: 14px;
  color: #eee !important;
}

.giveaways button:hover, .writeups button:hover, button.btn_css:hover{
  background-image: linear-gradient(#740d19, #af2132, #740d19) !important;
  color: #eee !important;
}


/* .writeups button, .btn_css{
  font-size: 23px;
  padding: 14px 2.5em;
  background-image: linear-gradient(#6b4451, #ccc, #6b4451);
  border: none;
  color: #412931 !important;
} */

/* .writeups button:hover, .btn_css:hover{
  font-size: 24px;
  background-image: linear-gradient(#533841, #ccc, #533841);
  color: #333 !important;
} */


.btn_css{
  background-image: linear-gradient(#3d4394, #ddd, #3d4394);
  color: #412931 !important;
  padding: 18px 1.9em;
}

.btn_css:hover{
  background-image: linear-gradient(#3f4599, #ccc, #3f4599);
  color: #333 !important;
}


.cat_imgs img{
  width: 90px !important;
  height: 90px !important;
  text-align: center;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

.cat_imgs div.mycats{
  border-left: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  border-top: none;
  padding: 10px;
  cursor: pointer;
}

.cat_imgs div.mycats span{
  background-color: #17535B;
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 100px;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}

/* div.cat_imgs div.col-4:hover, */
div.cat_imgs div.mycats:hover {
  background: #ddd !important;
}

.cat_imgs img:hover{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}


.cat_imgs div.mycats:nth-child(10), .cat_imgs div.mycats:nth-child(11), .cat_imgs div.mycats:nth-child(12){
  padding-bottom: 24px !important;
  /* display: none */
}

.cat_imgs div.mycats:nth-child(13), .cat_imgs div.mycats:nth-child(14), .cat_imgs div.mycats:nth-child(15), .cat_imgs div.mycats:nth-child(16), .cat_imgs div.mycats:nth-child(17), .cat_imgs div.mycats:nth-child(18) {
  border-bottom: none !important;
}

.cat_imgs div.mycats:nth-child(1), .cat_imgs div.mycats:nth-child(7), .cat_imgs div.mycats:nth-child(13){
  border-left: none !important;
}

.cat_imgs div.mycats:nth-child(6), .cat_imgs div.mycats:nth-child(12), .cat_imgs div.mycats:nth-child(18){
  border-right: none !important;
}

.swap_lists .cat_imgs img{
  width: 57px !important;
  height: 57px !important;
}

.postItemBtn{
  text-align: center;
  padding: 16px 10px;
  background-image: linear-gradient(#17535B, #04729e, #17535B);
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.7px;
  cursor: pointer;
}

.postItemBtn a{
  color: #fff !important;
}

.postItemBtn:hover{
  background-image: linear-gradient(#014d6b, #036891, #014d6b);
}

.cat_imgs div.mycats:nth-child(odd), .cat_imgs div.mycats:nth-child(even){
  /* border-left: none; */
}

.cat_imgs div.mycats:nth-child(3), .cat_imgs div.mycats:nth-child(6), .cat_imgs div.mycats:nth-child(9){
  /* border-right: none; */
}

.btn-xs{
  width: auto !important;
  padding: 5px 12px !important;
  font-size: 19px !important;
}

.cat_imgs .cat-names{
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111 !important;
  text-transform: capitalize;
}

.cat_imgs .cat-counts{
  font-size: 12.5px;
  font-weight: 500 !important;
  line-height: 20px;
  color: #666 !important;
}

.cat_imgs .cat-names-green{
  color: #17535B !important;
  font-size: 16.5px;
  margin-top: -5px;
}

.trending_button button{
  background-color: #17535B !important;
  opacity: 0.7;
  border: none;
  color: #eee;
  padding: 6px 5em;
  border-radius: 5px;
  position: relative;
  top: -10px;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.trending_button button:hover{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


.big_btn button{
  background-color: #17535B !important;
  border: none;
  color: #eee;
  font-weight: 600;
  padding: 10px 5em;
  border-radius: 50px;
  position: relative;
  top: -10px;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.about1 .big_btn button{
  font-size: 16px;
}

.big_btn button:hover{
  background-color: #124349 !important;
  transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.big_btn a{
  font-size: 16px;
}

.big_btn .award{
  font-size: 24px;
  font-weight: 600;
}

.ticket_cards {
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
}

.ticket_cards img {
  width: 85px;
  height: 90px;
  margin-bottom: -10px;
  border-radius: 10px;
}

.ticket_cards_view img.qr_code {
  width: 160px;
  height: 160px;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 1px solid #777;
}

.ticket_cards p {
  margin: 0 0 -2px 0 !important;
  font-size: 14px;
  color: #00587D;
}
.ticket_cards p.name{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -4px !important;
}
.ticket_cards p.contacts{
  color: #0076A8;
  line-height: 19px;
  margin-top: 3px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ticket_cards p.money{
  margin-top: 15px !important;
  font-weight: 600;
  font-size: 17px;
}
.ticket_cards p.money1{
  margin: 5px 0 2px 0 !important;
}
.ticket_cards p.booked{  
  text-align: center;
}
.ticket_cards p.booked span{
  cursor: pointer;
  background-color: #00587D;
  padding: 4px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 13.5px;
  line-height: 18px;
}
.ticket_cards p.booked span:hover{
  background-color: #00425E;
}
.ticket_cards p a{
  color: red;
  font-size: 15px;
}

.view_ticket_details i{
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}
.view_ticket_details i:hover{
  background-color: #999;
  color:#fff;
}

.cards_height{
  height: 330px;
  overflow: hidden;
  overflow-y: auto;
}

.ticket_info{
  font-size: 15.5px;
  color: #00587D;
}

.ticket_info b{
  font-weight: 600;
}

.ticket_info .duration span{
  font-size: 14.5px;
  color: #00587D;
  background-color: #ddd;
  padding: 5px 7px;
  border-radius: 6px;
}

.curved{
  border-radius: 0 0 100px 100px !important;
  width: 98%;
  background-color: #ccc !important;
  margin-left: 1%;
}

.confirm_btns span.spin_btn{
  /* background-image: linear-gradient(#3d4394, #ddd, #3d4394); */
  background-image: linear-gradient(#881220, #af2132, #881220) !important;
  color: #eee !important;
  width: 40% !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 20px;
  border: none;
  cursor: pointer;
}

.confirm_btns span.spin_btn:hover{
  background-image: linear-gradient(#740d19, #af2132, #740d19) !important;
}

.confirm_btns span.spin_btn:first-child{
  border-radius: 40px 0 0 40px;
  width: 45% !important;
  margin-right: 3px;
  color:#bbf3d7 !important;
}

.confirm_btns span.spin_btn:last-child{
  border-radius: 0 40px 40px 0;
  width: 40%;
  font-size: 16px;
  padding: 15px 20px 14px 20px;
}

#gameOutput{
  position: fixed;
  background-color: rgba(0, 0, 0, .5);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 7px;
  color: #eee;
  text-align: center;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 40%;
  font-size: 17px;
}

#gameOutput_house{
  position: fixed;
  background-color: rgba(0, 0, 0, .9);
  text-align: center;
  z-index: 100;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.color_backgrnd{
  background: #17535B;
  height_: 88vh;
}

.disable_btn{
  opacity: 0.6;
}

.pix_counts{
  position: absolute;
  padding: 2px 10px 2px 7px;
  background-color: rgba(54, 35, 35, 0.6);
  color: #eee;
  border-radius: 0 50px 50px 0;
  font-size: 11.5px;
  margin-top: 6px;
}



.pix_counts1{
  padding: 4px 14px 4px 8px;
  font-size: 13px;
}

/*------------------------------------------*/
/*  MASONRY GRID TESTIMONIALS
/*------------------------------------------*/ 

.review-5 { 
  width: 50%;
  padding: 0 2%;
  margin: 0 0 60px 0;
}

/*------------------------------------------*/
/*  Testimonial Message Avatar 
/*------------------------------------------*/ 

#reviews-1 img,
#reviews-2 img {
  width: 100px;
  height: 100px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.review-3 .author-avatar,
.review-5 .author-avatar { 
  display: inline-block;
  float: left;
}

.owl-carousel .owl-item .review-3-author img {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.review-5-author img {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.quote-ico {
  position: relative;
  margin-bottom: -25px;
}

.review-4 .quote-ico {
  margin-bottom: -55px;
}

.review-4 .quote-ico img {
  width: 85px;
  height: 85px;
  opacity: .15;
}

.owl-carousel .owl-item .quote-ico img {
  width: 65px;
  height: 65px;
  opacity: .15;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-1-txt p,
.review-2-txt p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 25px;
} 

.review-3 p {
  color: #757575;
  line-height: 1.4;
  margin-bottom: 25px;
} 

.review-4 p {
  color: #bbb;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 25px;
} 

.review-4 p span {
  color: #fff;
  font-weight: 700;
} 

.review-5-txt p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 25px;
} 

/*------------------------------------------*/
/*  Testimonial Author
/*------------------------------------------*/

.review-1-author h5,
.review-2-author h5 {
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 5px;
}

.review-3-author h5,
.review-5-author h5 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.review-5-author h5 {
  font-size: 1.075rem;
}

.review-4-author h5 {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 35px;
  margin-bottom: 0;
}

.review-1-author span,
.review-2-author span {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.review-3-author span,
.review-5-author span {
  color: #858585;
  font-size: 0.95rem;
  font-weight: 300;
}

.review-4-author span {
  font-size: 1.25rem;
  font-weight: 300;
}

/*------------------------------------------*/
/*  Review Rating
/*------------------------------------------*/

.review-5 .app-rating {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}

.review-5 .app-rating i {
  color: #ea7000;
  font-size: 0.85rem;
  line-height: 1;
}

/*------------------------------------------*/
/*   Reviews FlexSlider Navigation
/*------------------------------------------*/

.flex-control-paging li a {
  background: transparent;
  width: 10px;
  height: 10px;  
  border: 2px solid #bbb;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-next_, .owl-prev_{
  position: absolute !important;
  z-index: 99;
  top: 30%;
  font-size: 0 !important;
  font-weight: 600;
  color: #eee;
  border: none !important;
  background-image: linear-gradient(rgba(30, 30, 30, 0.95), rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.95)) !important;
  opacity: 0.7;
}


.owl-next:before, .owl-prev:before{
  content: "";
  font-size: 0 !important;
}

.owl-next_{
  right: -5px;
  font-size: 25px !important;
  border-radius: 7px 0 0 7px !important;
  padding: 5px 9px 10px 10px !important;
}

.owl-prev_{
  left: -5px;
  font-size: 25px !important;
  border-radius: 0 7px 7px 0 !important;
  padding: 5px 10px 10px 9px !important;
}


/* .slick-arrow{
  position: absolute !important;
  z-index: 99;
  top: 41%;
  font-size: 0 !important;
  border: none;
  font-weight: 600;
  color: #eee;
  border: none !important;
  background-image: linear-gradient(rgba(30, 30, 30, 0.95), rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.95)) !important;
  opacity: 0.7;
}

.slick-arrow:before{
  content: "";
  font-size: 0 !important;
}

.slick-next{
  right: 0px;
  border-radius: 7px 0 0 7px;
  padding: 5px 11px 10px 12px;
}

.slick-prev{
  border-radius: 0 7px 7px 0;
  padding: 5px 12px 10px 11px;
}

.slick-next:before{
  content: ">";
  font-size: 25px !important;
}

.slick-prev:before{
  content: "<";
  font-size: 25px !important;
} */

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #bbb;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bbb;
  border: 2px solid transparent; 
}




/* ==========================================================================
  15. STATISTICS
  =========================================================================== */

#statistic-1,
#statistic-2 {
  padding-top: 37px;
  padding-bottom: 20px;
}

#statistic-3 .bg-inner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 130px;
}

.statistic-block {
  text-align: center;
  margin-bottom: 40px;
}

#statistic-3 .statistic-block {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 70px 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

#statistic-3 .statistic-block:hover {
  top: -10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

.statistic-block h5 {
  font-size: 2.15rem;
  line-height: 1; 
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 12px;
}

#statistic-2 .statistic-block h5 {
  font-size: 4.5rem;
  margin-top: 25px;
  margin-bottom: 20px;
}

#statistic-3 .statistic-block h5 {
  font-size: 3rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.statistic-block p.p-md {
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0px !important;
}

#statistic-2 .statistic-block p.p-md {
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 800;
}

#statistic-2 .statistic-block p.p-sm {
  padding: 0 10%;
  margin-bottom: 0;
}

#statistic-3 .statistic-block p.p-md {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

#statistic-3 .statistic-block p.p-sm {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  CONTENT SMALL STATISTIC
/*------------------------------------------*/ 

.small-statistic {
  margin-top: 20px;
  padding: 0 5px;
}

.small-statistic .statistic-block {
  text-align: left;
  margin-bottom: 0;
}

#reviews-4 .small-statistic .statistic-block {
  margin-bottom: 30px;
}

.small-statistic .statistic-block h5 {
  font-size: 2.65rem;
  margin-bottom: 10px;
}

.small-statistic .statistic-block p {
  font-weight: 500;
  margin-bottom: 5px;
}

#reviews-4 .small-statistic .statistic-block p {
  font-weight: 300;
  padding-right: 15%;
  margin-bottom: 5px;
}

.small-statistic .statistic-block p.p-sm {
  font-weight: 300;
  margin-bottom: 0;
}




/* ==========================================================================
  16. PRICING
  =========================================================================== */

/*------------------------------------------*/
/*  PRICING TABLE
/*------------------------------------------*/  

#pricing-1 .pricing-table {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff;   
  border: 1px solid #ddd;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#pricing-1.bg-lightgrey .pricing-table {
  border: 1px solid #eee;
}

#pricing-1 .pricing-table:hover {
  top: -10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

#pricing-2 .pricing-table {
  margin-bottom: 40px;
} 

/*------------------------------------------*/
/*  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-plan h5 {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-plan h4 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pricing-table span.price {
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}

.pricing-table sup {
  font-size: 45px;
  font-weight: 500;
  top: -12px;
  right: 3px;
}

.pricing-table sup.coins {
  font-weight: 500;
  font-size: 45px;
  top: -27px;
  left: 1px;
}

.pricing-table p.p-sm {
  color: #999;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

ul.features {
  color: #757575;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 300;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 28px;
}

#pricing-2 ul.features {
  font-size: 1rem;
  line-height: 1.3;
  border-top: none;
  margin-top: 0;
  padding-top: 20px;
}

ul.features li {
  padding: 12px 8%;
} 

#pricing-2 ul.features li {
  padding: 0 8% 14px;
} 

ul.features li span {
  font-weight: 500;
} 

#pricing-2 ul.features li span {
  font-weight: 600;
} 

ul.features li.disabled-option {
  color: #ccc;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

.pricing-table .btn {
  margin-top: 25px;
}

#pricing-1 .pricing-table .btn {
  display: block;
  width: 100%;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice p {
  padding: 0 8%;
  margin-top: 10px;
  margin-bottom: 0;
}

#pricing-2 .pricing-notice p {
  margin-top: 20px;
}

.pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}




/* ==========================================================================
  17. BRANDS
  =========================================================================== */

#brands-1,
#brands-5 {
  padding-top: 80px;
  padding-bottom: 50px;
}

#brands-2 {
  padding-top: 85px;
  padding-bottom: 75px;
}

#brands-3 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.brands-section h4 {
  margin-bottom: 50px;
}

.brands-section span.title-digit,
.brands-section span.count-element {
  font-weight: 800;
} 

.brands-section p {
  font-weight: 400;
  margin-bottom: 40px;
}

#brands-4.brands-section p {
  font-weight: 300;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
}

.brands-section .btn {
  margin-top: 15px;
}

/*------------------------------------------*/
/*  BRANDS LOGO HOLDER
/*------------------------------------------*/ 

.brands-list {
  text-align: center;
}

#brands-1 .brand-logo,
#brands-3 .brand-logo,
#brands-5 .brand-logo {
  margin-bottom: 30px;
} 

#brands-2 .brand-logo {
  width: 19%;
  padding: 22px 18px;
  display: inline-block;
} 

#brands-4 .brand-logo {
  margin-bottom: 40px;
} 

#brands-1 .brand-logo img {
  padding: 0 15px;
}

#brands-1.bg-map .brand-logo img,
#brands-1.bg-pattern .brand-logo img {
  opacity: .75;
} 

#brands-1.bg-02 .brand-logo img,
#brands-1.bg-05 .brand-logo img,
#brands-1.bg-06 .brand-logo img {
  opacity: .65;
} 

#brands-2 .brand-logo img {
  opacity: .85;
} 

#brands-3 .brand-logo img {
  opacity: .65;
  padding: 0 2px;
}

#brands-5 .brand-logo img {
  opacity: .65;
  padding: 0 30px;
}




/* ==========================================================================
  18. FAQs
  =========================================================================== */

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

#faqs-1 .card-header {
  position: relative;
  padding: 18px 17px;
  background-color: #d6dae0;
  border: none;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

#accordion p { font-size: 1rem !important; line-height: 22px !important; color: #444 !important; }

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-1 #accordion [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
  position: absolute;
  font-size: 1.15rem;
  top: 10px;
  right: 20px;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f107";
}

#faqs-1 .card-header a:hover {
  color: #151515;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

#accordion .card {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;  
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px; 
}

#accordion .card-header h5 {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}

#accordion .card-header h5 span {
  font-weight: 400;
  margin-right: 2px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

#accordion .card-body {
  padding: 18px 15px 15px 15px; 
}

#accordion .card-body p {
  color: #555 !important;
  font-size: 16px;
}

#accordion .card-body .content-list {
  margin-bottom: 1rem;
}

/*------------------------------------------*/
/*  FAQS TYPOGRAPHY 
/*------------------------------------------*/ 

#faqs-1 h4 {
  margin-left: 10px;
  margin-bottom: 60px;
}

/*------------------------------------------*/
/*  MORE QUESTIONS BUTTON
/*------------------------------------------*/

.more-questions {
  margin-top: 60px;
}

.more-questions h5 {
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.more-questions a {
  font-weight: 800;
  text-decoration: underline;
  letter-spacing: -1px;
  margin-left: 3px;
}

.more-questions a:hover {
  color: #333;
}




/* ==========================================================================
  19. CALL TO ACTION
  =========================================================================== */

#cta-2 .inner-bg {
  padding: 80px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#cta-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#cta-5 {
  padding-top: 100px;
  padding-bottom: 110px;
}

#cta-6 {
  padding-top: 80px;
  padding-bottom: 85px;
}

/*------------------------------------------*/
/*  CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/ 

.cta-txt h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.cta-txt h3 {
  letter-spacing: 0;
  margin-bottom: 10px;
}

.cta-txt h3 span {
  font-weight: 800;
}

#cta-2 .cta-txt h3,
#cta-3 .cta-txt h3 {
  padding: 0 5%;
  margin-bottom: 40px;
}

#cta-5 .cta-txt h3 {
  letter-spacing: 0;
  margin-bottom: 5px;
}

#cta-5 .cta-txt h5 {
  font-size: 1.9rem;
  font-weight: 300;
  margin-bottom: 30px;
}

#cta-6 .cta-txt h3 {
  font-weight: 400;
}

/*------------------------------------------*/
/*  CTA Paragraphs
/*------------------------------------------*/ 

#cta-1 .cta-txt p {
  font-size: 1.35rem;
  padding: 0 8%;
  margin-bottom: 40px;
}

#cta-2 .cta-txt p {
  font-size: 0.9rem;
  margin-top: 40px;
  margin-bottom: 0;
}

#cta-4 .cta-txt p {
  padding: 0 15% 0 0;
  margin-bottom: 0;
}

#cta-6 .cta-txt p {
  font-size: 1.4rem;
  padding: 0 10%;
}

/*------------------------------------------*/
/*  CTA Links
/*------------------------------------------*/ 

#cta-5 .cta-txt a {
  font-size: 3rem;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.1px !important;
}

#cta-5 .cta-txt a i {
  font-size: 2.35rem;
  position: relative;
  top: -3px;
  right: 3px;
}

/*------------------------------------------*/
/*  CALL TO ACTION FORM
/*------------------------------------------*/ 

.cta-section .form-holder {
  background-color: rgba(255, 255, 255, .2);
  padding: 22px 25px 11px;
  margin: 30px 60px 0;
}




/* ==========================================================================
  20. BLOG
  =========================================================================== */

/*------------------------------------------*/
/*  BLOG POST
/*------------------------------------------*/ 

.print_slip{
  color: #0076A8;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.print_slip:hover{
  color: #005980;
  font-size: 19px;
}

.terms_info{
  color: #555;
  font-size: 14.5px;
  line-height: 20px;
}

.small_circle{
  position: absolute;
  z-index: 999;
  left: 43.3%;
  top: 50px;
  transform: translate(100%, 100%);
  background-color: #000;
  border-radius: 50px;
  width: 13px;
  height: 13px;
}

.ent_dates{
  font-weight:500;
}
.ent_dates p{
  font-size:14px;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #eee;
}
.ent_dates p:last-child{
  border-bottom: none;
}

.blog-post {
  top: 0;
  z-index: 99; 
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 5px 2px rgba(60, 60, 60, .1);
  letter-spacing: 0px;
}

.blog-post-main, .blog-post-main-view {
  margin-bottom: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #17535B;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  overflow: hidden;
}

.blog-post-main:hover{
  transform: scale(1.03);
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.blog-post-main-view:hover{
  transform: scale(1);
}

.mini_menu{
  position: relative;
  margin-bottom: -33px;
}

.mini_menu .ellipsis{
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50px;
  color: #222;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin: 8px 0 0 0px;
  cursor: pointer;
}

.mini_menu .ellipsis:hover{
  color: #007AAE;
}

.event_menu{
  position: absolute;
  background-color: rgba(255, 255, 255, .95);
  width: 134px;
  margin-left: -72px;
  text-align: left;
  display: none;
  border-radius: 4px;
}

.event_menu1{
  width: 130px;
  margin-left: -50px;
}

.event_menu ul li{
  border-bottom: 1px solid #ddd; 
}
.event_menu ul li a{
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 3px 8px;
}
.event_menu ul li a:hover{
  background-color: #ddd;
}

.uploaded_imgs{
  width: 20%;
}

.blog-post-main .duration span{
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 12px;
  display: inline-block;
  margin: 4px 0 0 6px;
  font-weight: 600;
  color: #00618A;
  letter-spacing: -0.3px;
  line-height: 18px;
  position: relative;
  left: 0px;
}

.my_visible{
  font-size: 12px;
  line-height: 15px !important;
  color:red;
  opacity: 0.8;
  display: block;
}

.blog-post-nopad {
  background-color: rgba(220, 220, 220, .3);
  padding: 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}

.mini-review {
  position: absolute;
  top: 45px;
  z-index: 900 !important;
  background-color: #fff;
  /* width: 115%; */
  /* margin-left: -15px !important; */
  width: 113%;
  padding: 8px;
  margin-left: -25px !important;
}

.mini-review textarea.form-control{
  height: 40px !important;
  font-size: 13px !important;
  padding: 5px !important;
}

.mini-review textarea.form-control::placeholder{
  font-size: 13px !important;
}

.mini-review button{
  font-size: 12px !important;
  padding: 10px 5px !important;
  margin-left: 2px;
}

.blog-post:hover {
  top: -10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.seller_details p{
  margin: 0 0 -6px 0 !important;
  color: #333;
  font-size: 15px;
}
.seller_details p b{
  font-weight: 600;
  margin-top: 3px;
}
.seller_details p:first-child{
  margin: 0 0 -3px 0 !important;
  color: #00587D;
}
.seller_details img{
  width: 80px;
  height: 80px;
  border-radius: 90px;
}




.product_other_info{
  background-color: #E6F9FF;
  padding: 8px;
  font-size: 14.5px;
  border-radius: 7px;
}
.product_other_info img{
  width: 40px;
  height: 40px;
}
.product_other_info label{
  position: relative;
  top: -17px;
  color: #222;
}
.product_other_info .cards{
  border-right: 1px solid #ddd !important;
}
.product_other_info .cards:last-child{
  border: none !important;
}

.product_info1{
  background-color: #eee;
  padding: 12px 25px !important;
  border-radius: 6px;
}

.product_social{
  background-color: #f2f2f2;
  /* padding: 18px 25px 5px 25px !important; */
  padding-top: 18px;
  padding-bottom: 5px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.product_social b{
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.product_social p, .product_social ul{
  display: inline-block;
}

.product_social ul{
  margin-left: 10px;
}

.product_info1 p{
  font-size: 11.5px;
  margin: 0 !important;
  color: #00587D;
  font-weight: 600;
  line-height: 15px;
}

.product_info1 span{
  font-size: 15px;
  margin-top: 4px;
  display: block;
  line-height: 19px;
  color: #333;
}

.product_info1 .card{
  /* margin: 5px; */
  background: none;
  padding: 7px;
  border-radius: 8px;
  border: none;
}

.product_info1 .cards div{
  background-color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* .product_info1 .cards div{
  background-color: #fff !important;
  padding:20px;
  border: 1px solid #ddd;
} */

.bottom_btns{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 20px 65px 24px 60px;
  background-color: rgba(190, 190, 190, 0.8);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
  border-radius: 80px 0 0 0;
  /* border: 1px solid #ddd; */
}
.bottom_btns a{
  background-color: #17535B;
  color: #eee !important;
  padding: 10px 15px;
  border-radius: 8px;
  margin-right: 4px;
  font-size: 15px;
}
.bottom_btns a:hover{
  background-color: #13444A;
}

.bottom_btns a.active{
  background-color: rgba(23, 83, 91, 0.6);
}

.bottom_btns_meet{
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 99;
  background-color: #fff;
  height: 52px;
  overflow: hidden;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.7);
}

.bottom_btns_meet a{
  font-size: 11px;
  text-align: center;
  line-height: 17px !important;
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
}
.bottom_btns_meet a:hover{
  background: #ccc;
  font-weight: 600;
}
.bottom_btns_meet i{
  font-size: 20px;
  display: block;
}

.card_box .boxes{
  background-color: #fff;
  padding: 3px 8px 8px 8px;
  border-radius: 12px;
  cursor: pointer;
}

.card_box .boxes:hover{
  background-color: #E1F7FF;
}


.card_box .boxes span, .card_box .boxes p{
  color: #fff;
  margin: 0;
}

.card_box .boxes span{
  font-size: 1.8em;
  color: #08445e;
  font-weight: 600;
}

.card_box .boxes.active{
  background-color: #00587D;
  color: #fff !important;
}

.card_box .boxes.active span, .card_box .boxes.active p{
  color: #fff !important;
}

.card_box .boxes p{
  margin: -15px 0 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: #08445e;
}

.card_box .boxes .red{
  color: red;
}

.form_review input, .form_review textarea{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px !important;
  height: auto;
}

.form_review label{
  font-size: 15px;
  color:#333;
}

.reviews img{
  width: 70px !important;
  height: 70px !important;
  border-radius: 100px;
  border: 1px solid #ccc;
}
.reviews .reply img{
  width: 50px !important;
  height: 50px !important;
  border-radius: 100px;
}
.reviews .reply .name, .reviews .reply .message{
  font-size: 14px;
}
.reviews .reply .message{
  margin-top: 2px;
  line-height: 19px;
}

.reviews p{
  margin: 0 !important;
  line-height: 20px;
}
.reviews p.name{
  color: #00587D;
  font-size: 16.5px;
}
.reviews p.name span, .reply p.name span{
  color: #888;
  font-size: 12px;
}
.reviews .message{
  color: #333;
  font-size: 15.5px;
  line-height: 20px !important;
  margin-top: 5px;
}
.open_review{
  font-size: 15px;
  background-color: #00618A;
  color: #fff;
  display: block;
  padding: 7px 25px 7px 15px;
  margin: 0px 0 0 -14px;
  border-radius: 5px 0 60px 0;
  width: 180px;
}

.open_review:hover{
  color: #fff !important;
  background-color: #004462;
}

.bg-eee{
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.reviews .owl-next, .reviews .owl-prev{
  position: absolute !important;
  z-index: 99;
  top: -10px;
  font-size: 3em !important;
  font-weight: 500;
  color: #111 !important;
  border: none !important;
  background: none !important;
  width: 30px;
  height: 30px;
}

.reviews .owl-next{
  right: -5px;
  border-radius: 7px 0 0 7px !important;
  padding: 5px 9px 10px 10px !important;
}

.reviews .owl-prev{
  left: -5px;
  border-radius: 0 7px 7px 0 !important;
  padding: 5px 10px 10px 9px !important;
}

.reviews .arrow img{
  border: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  position: absolute;
  left: -30px;
  margin-top: 10px
}








#blog-2 .descrip{
  font-size: 15px;
  color: #222;
  line-height: 23px;
}

#blog-2 .descrip p{
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #00587D;
  text-transform: uppercase;
}

#leave-comment,
.single-post-title,
.single-post-txt {
  padding: 0 3%;
}

.single-post-txt .txt-list {
  margin-bottom: 16px;
}

/*------------------------------------------*/
/*  MASONRY GRID TESTIMONIALS
/*------------------------------------------*/ 

#blog-2 .masonry-item { 
  width: 33.3333%;
  margin: 0;
}

.text_right{text-align: right;}
.text_right2{text-align: center;}

#blog-2 .blog-post { 
  margin: 0 10px 50px;
}

#blog-2 .masonry-item_ { 
  margin: 0 0 -16px 0 !important;
}


/*------------------------------------------*/
/*  POST IMAGE
/*------------------------------------------*/ 

.blog-post-img img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/*------------------------------------------*/
/*  Post Read
/*------------------------------------------*/ 

p.post-read {
  color: #999;
  font-size: 0.975rem;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0px !important;
}

/*------------------------------------------*/
/*  POST TEXT
/*------------------------------------------*/ 

.blog-post-txt {
  padding: 25px 20px;
}

.blog-post-txt h5 {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px;
}

.blog-post-txt a:hover {
  color: #858585;
}

/*------------------------------------------*/
/*  Post Tag
/*------------------------------------------*/ 

p.post-tag {
  color: #aaa;
  font-size: 0.975rem;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  line-height: 1;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 0;
}

p.post-tag a {
  color: #aaa;
}

/*------------------------------------------*/
/*  Post Data
/*------------------------------------------*/ 

p.post-data {
  color: #aaa;
  font-size: 0.975rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}

p.post-data a {
  color: #353637;
  font-weight: 700;
}

/*------------------------------------------*/
/*  More Post Button
/*------------------------------------------*/ 

.more-posts {
  margin-top: 30px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  SINGLE BLOG POST
/*------------------------------------------*/

.post-share-links {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}

.single-post-txt h5 {
  margin-bottom: 20px;
}

.single-post-txt h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  SINGLE POST DATA
/*------------------------------------------*/ 

.single-post-data {
  margin-top: 15px;
}

.single-post-data p {
  font-size: 1.1rem;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
}

.single-post-data a {
  color: #333;
  font-weight: 700;
}

.post-title-meta {
  margin-bottom: 20px;
}

.post-title-meta span {
  color: #bbb;
  font-size: 0.815rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

/*------------------------------------------*/
/*  Single Post Inner Image
/*------------------------------------------*/

.post-inner-img {
  margin-top: 40px;
  margin-bottom: 40px;  
}

.post-inner-img p.p-sm {
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Follow Button 
/*------------------------------------------*/ 

.follow-author {
  position: relative;
  color: #757575;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  padding: 3px 8px;
  top: -2px;
  margin-left: 8px;
  border: 1px solid #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/ 

.post-share-links {
  margin-top: 70px;
}

.post-tags-list span a {
  color: #999;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 7px 16px;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.post-tags-list span a:hover {
  background-color: #f0f1f3;
  border-color: #f0f1f3;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

a.share-ico {
  color: #555;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: block;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/ 

.author-senoff {
  background-color: #f8f9fb;
  margin: 100px 0;
  padding: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.author-senoff img {  
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.author-senoff-txt {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.author-senoff-txt h5.h5-xs {
  color: #757575;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.author-senoff-txt h5.h5-lg {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-senoff-txt p {
  color: #757575;
  padding-right: 5%;
  margin-bottom: 0;
}

.author-follow-btn {
  display: inline-block;
  position: absolute;
  color: #757575;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 10px;
  top: 1px;
  right: 12px;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*------------------------------------------*/
/*  SINGLE POST COMMENTS
/*------------------------------------------*/

.single-post-comments {
  padding: 0 3%;
}

.single-post-comments img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2px;
}

.comment-date {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.notify_lnk span, .link-list a span{
  width: 20px !important;
  height: 20px !important;
  padding: 2px 8px;
  background-color: #18b956 !important;
  color: #fff;
  border-radius: 50px;
  border:1px solid #fff;
}

.notify_lnk1 font span{
  width: 23px !important;
  height: 23px !important;
  padding: 3px 7px;
  line-height: 19px;
  background-color: #18b956 !important;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 37px;
  top: 8px;
}

.link-list a span{
  border: none;
}

.background_img{
  background: url(../img/backgrnd_img.jpg) #17535B no-repeat top center;
  background-size: cover;
  /* padding: 50px 0 0px 0 !important; */
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}

.background_img2{
  background: url(../img/backgrnd_img2.jpg) #17535B no-repeat 80% -20px;
  background-size: cover;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}

.background_img3{
  background: url(../img/backgrnd_img3.jpg) #17535B no-repeat 100% 0px;
  background-size: cover;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  margin-top: 58px;
  height: 270px;
}

.background_img4{
  background: url(../img/backgrnd_img4.jpg) #17535B no-repeat 100% 0px;
  background-size: cover;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  margin-top: 58px;
  height: 230px;
}

.background_img1{
  background: #ddd;
  background: url(../img/new_images/listings.jpg) #ddd repeat top center;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}

#hero-5.background_img1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.background_img1 h3{color: #222;}
.background_img1 .search_info{color: #444 !important;}

.background_img1 input, .background_img1 select{
  opacity: 1 !important;
  background-color: #fff;
}

.quiz_div .ad_image{
  width: 100% !important;
  height: 100% !important;
  border-right: 1px solid #ccc;
  border-radius: 0 !important;
}

.quiz_div .name_1, .quiz_div .nobold{
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 7px;
  line-height: 18px;
}

.quiz_div .passport{
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: -20px !important;
}



.house_models{
  position: relative;
  z-index: 9;
}
.models {
  /* width: 300% !important; */
  background-color: #fff;
}
.models span{
  background-color: #eee;
  padding: 8px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
}

.models span:hover{
  background-color: #1D6974;
  color: #fff;
}

.container_info{
  position: relative;
  top: 30px;
}

.btn-reply a {
  background-color: #888;
  color:  #fff;
  font-size: 13px;  
  font-weight: 400;
  padding: 3px 8px; 
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn-reply a:hover {
  color:  #fff;
  background-color: #555;
}

.comment-reply {
    margin-left: 40px;
}

.single-post-comments hr { 
  margin-top: 20px; 
  margin-bottom: 20px; 
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h5.h5-lg {
  margin-bottom: 3px;
}

.comment-form {
  position: relative;
}

.comment-form p {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc !important;
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
  border-color: #16a2e0;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea { min-height: 200px; }
.comment-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*    Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  21. CONTACTS
  =========================================================================== */

#contacts-2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.contact-box {
  margin-bottom: 40px;
}

#contacts-2 .contact-box {
  margin-bottom: 30px;
}

.cbox-2-txt {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/

.contact-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-box p {
  font-size: 16px !important;
  margin: 15px 0 0 0;
  color: #444;
}

.contact-box p a{
  color: #1f65e6;
}

.contact-box1 p {
  font-size: 16px !important;
  margin: 5px 0 0 0;
  color: #333;
}


#contacts-2 .contact-box p {
  font-size: 1.1rem;
  margin-bottom: 1px;
}

#contacts-2 .contact-box span,
#contacts-2 .contact-box img {     
  float: left;
  text-align: center;
  margin-top: 3px;
}

#contacts-1 .form-holder {
  background-color: transparent;
  padding: 0;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contacts-section{
  background-color: #e0dede;
}

.contact-form .form-control {
  height: auto !important;
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
  font-size: 1.05rem;
  font-weight: 500 !important;
  padding: 12px 10px !important;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.contact-form label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.selectdiv {
  position: relative;
}

.txtswap{
  min-height: 120px !important;
}

label.custom-control-label{font-size: 16px !important; color: #777}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '< >';
  font: 18px "Consolas", monospace;
  font-weight: 700 !important;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 1px;
  top: 25px;
  padding: 40px 18px 10px 7px;
  position: absolute;
  cursor: pointer;
}

.selectdiv1:after {
  right: 1px;
  top: -5px;
  padding: 40px 18px 10px 7px;
}

.selectdiv:hover::after {
  color: #00a9ed
}

.contact-form select{
  width: 100% !important
}

.contact-form p{
  font-size: 15px;
  line-height: 20px;
  margin-top: -15px;
  color: #555;
}

textarea{resize: none; line-height: 23px !important;}

.bg-lightgrey .contact-form .form-control {
  background-color: #fcfcfc;
  border-color: #ccc;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 200px; }
.contact-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #777; } 
.contact-form .form-control:-ms-input-placeholder { color: #777; }
.contact-form .form-control::-webkit-input-placeholder { color: #777; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus,
.bg-lightgrey .contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #517082;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.contact-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  23. GOOGLE MAP
  =========================================================================== */

#gmap {
  width: 100%;
  height: 450px;
}




/* ==========================================================================
  24. FOOTER
  =========================================================================== */

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

#footer-2{
  border-top: 1px solid #dbdbdb;
}
 
.footer h5 {
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 3px;
  margin-bottom: 25px;
}

.footer-info p {
  margin-top: 10px;
  font-size: 16px;
}

.footer-info img {
  width: 140px !important;
}

.footer-contacts p {
  font-size: 1.05rem;
  margin-bottom: 1px;
}

.footer-copyright p span {
  font-weight: 800;
}

.footer-contacts .btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}

.footer-links li a {
  color: #337a84;
  font-weight: 500 !important;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 10px auto 0;
}

.bottom-footer .foo-socials {
  margin: 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-socials a {
  color: #888;
  font-size: 26px;
  line-height: 30px !important;
  margin-right: 14px;
  display: block;
}

#footer-3 .foo-socials a {
  color: #aaa;
  background-color: #fff;
  border: 2px solid #aaa;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  line-height: 37px !important;
  margin-right: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.foo-socials1 a {
  margin-right: 8px;
  font-size: 32px;
}


.cus_name{font-size: 20px !important; color: #3b5998; font-weight: 600;}
.verified{font-size: 16px !important; color: #dfa72e; font-weight: 600;}
.blog-post p{margin: 0; letter-spacing: 0.2px;}

.contacts-info img{ width: 210px; }
.contacts-info{ text-align: center;}
.contacts-info .contact-box {
  background-color: #fff; 
  padding: 10px 20px 20px 20px !important;
  border-radius: 20px;
  border: 1px solid #c5c5c5;
}

.contacts-info .contact-box1 {
  padding: 10px 20px 20px 20px !important;
  border-radius: 10px;
}

.notice_li {margin-top: -20px;}

.notice_li p{color: red; font-weight: 600; font-size: 18px; margin-bottom: 8px;}
.notice_li ul li{
  margin-bottom: 10px;
  list-style: decimal;
  font-size: 15.5px;
  line-height: 21px;
  margin-left: 10px;
  letter-spacing: 0px;
  color: #444 !important;
}

.foo-socials a.ico-facebook:hover { color: #3b5998; }
.foo-socials a.ico-twitter:hover { color: #00a9ed; }
.foo-socials a.ico-instagram:hover { color: #e44772; }
.foo-socials a.ico-dribbble:hover { color: #d92d84; }
.foo-socials a.ico-behance:hover { color: #2473f6; }
.foo-socials a.ico-pinterest:hover { color: #ac281a; }
.foo-socials a.ico-linkedin:hover { color: #337a84; }
.foo-socials a.ico-google-plus:hover { color: #cd1111; }
.foo-socials a.ico-youtube:hover { color: #cd1b20; }
.foo-socials a.ico-tumblr:hover { color: #3a5976; }
.foo-socials a.ico-vk:hover { color: #3b5998; }
.foo-socials a.ico-whatsapp:hover { color: #3b9857; }

.foo-socials1 a.ico-facebook { color: #3b5998; }
.foo-socials1 a.ico-twitter { color: #00a9ed; }
.foo-socials1 a.ico-whatsapp { color: #3b9857; }

#footer-3 .foo-socials a.ico-facebook:hover { color: #fff; background-color: #3b5998; border-color: #3b5998; }
#footer-3 .foo-socials a.ico-twitter:hover { color: #fff; background-color: #00a9ed; border-color: #00a9ed; }
#footer-3 .foo-socials a.ico-instagram:hover { color: #fff; background-color: #e44772; border-color: #e44772; }
#footer-3 .foo-socials a.ico-dribbble:hover { color: #fff; background-color: #d92d84; border-color: #d92d84; }
#footer-3 .foo-socials a.ico-behance:hover { color: #fff; background-color: #2473f6; border-color: #2473f6; }
#footer-3 .foo-socials a.ico-pinterest:hover { color: #fff; background-color: #ac281a; border-color: #ac281a; }
#footer-3 .foo-socials a.ico-linkedin:hover { color: #fff; background-color: #337a84; border-color: #337a84; }
#footer-3 .foo-socials a.ico-google-plus:hover { color: #fff; background-color: #cd1111; border-color: #cd1111; }
#footer-3 .foo-socials a.ico-youtube:hover { color: #fff; background-color: #cd1b20; border-color: #cd1b20; }
#footer-3 .foo-socials a.ico-tumblr:hover { color: #fff; background-color: #3a5976; border-color: #3a5976; }
#footer-3 .foo-socials a.ico-vk:hover { color: #fff; background-color: #3b5998; border-color: #3b5998; }

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 0.925rem;
  padding: 0 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  height: 48px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1!important;
  padding: 0 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #eee;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 18px;
}

.bg-dark .bottom-footer { 
  border-top: 1px solid #454647;
}

.bottom-footer p {
  margin-bottom: 0;
}

.bottom-footer p.p-sm {
  display: inline-block;
  font-size: 0.925rem;
  line-height: 1;
  margin-left: 17px;
  margin-bottom: 0;
}

.bg-dark .bottom-footer p.p-sm { 
  color: #ddd;
}

/*------------------------------------------*/
/*  Bottom Footer List
/*------------------------------------------*/

.bottom-footer-list li {
  font-size: 1rem;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 4px 5px 0;
  padding: 0px 0 0 0;
}

.bottom-footer-list li p{
  font-size: 14.5px !important;
}

.bottom-footer-list li a {
  font-weight: 500;
  color: #337a84;
}

.bottom-footer-list p:after { 
  content: "|"; 
  padding-left: 6px; 
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}

li.for_desktop, .for_desktop{display: block !important}
li.for_mobile, .for_mobile, li.for_mobile1{display: none !important}
.for_desktop1{display: inline-block !important}

.wsmenu-list li.for_mobile{display: none !important}
.wsmenu-list li i.for_mobile2{display: none !important}

.show_cats_div{
  margin-top: 25px;
}

.house_cats{
  positions: absolute;
  z-index: 91;
  padding-top: 10px;
  top: 9.9%;
}


.show_cats_div font{
  /* background: #3F3E50; */
  background: #015677;
  color: #f7f7f7;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  padding: 6px 10px 6px 10px !important;
  border-radius: 0 0 20px 20px;
  display: block;
  width: 170px;
  text-align: center;
  margin: auto;
  margin-top: -36px;
  cursor: pointer;
}

.show_cats_div font:hover{
  color: #f5dada;
}


.search_contents{
  display: none;
  background: #ddd;
  border-top: none;
  border-radius: 0 0 5em 5em;
  padding: 5px 0 25px 0;
  margin-top: 40px;
  margin-bottom: -39px;
  overflow: hidden;
  box-shadow: 0px 5px 6px rgba(96, 96, 96, .6) !important;
}

/* .search_contents .cat_imgs div.col-4:nth-child(10), .search_contents .cat_imgs div.col-4:nth-child(11), .search_contents .cat_imgs div.col-4:nth-child(12), */
/* .search_contents .cat_imgs div.col-3:nth-child(10), .search_contents .cat_imgs div.col-3:nth-child(11), .search_contents .cat_imgs div.col-3:nth-child(12), */

.search_contents .cat_imgs div.mycats:nth-child(10), .search_contents .cat_imgs div.mycats:nth-child(11), .search_contents .cat_imgs div.mycats:nth-child(12){
  border-bottom: none !important;
}

/* .search_contents1{
  display: none;
  background: #002142;
  border:4px solid #999;
  border-top: none;
  border-radius: 0 0 5em 5em;
  padding: 5px 0;
  position: fixed !important;
  top: 3px;
  z-index: 9992 !important;
  margin-top: 40px;
  margin-bottom: -39px;
} */

.wsmenu-list li i.fa{
  font-size: 19px !important; color: #333 !important;
  position: relative;
  top: -2px;
}
.wsmenu-list li a.last-link i.fa{color: #eee !important;}

/* ==========================================================================
  25. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-wrapper {
  margin-top: 85px;
}

/*------------------------------------------*/
/*  INNER PAGE HERO
/*------------------------------------------*/

.page-hero-section {
  background: no-repeat center center;
  padding-top: 100px;
  padding-bottom: 110px;
  background-size: cover;
}

.page-hero-section1 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.faqs-section p a{
  color: #009BD7 !important;
}

.faqs-section h5 a:hover{
  color: #009BD7 !important;
}

#about-page.page-hero-section {
  background-image: url(../images/about-page.jpg);
}

#services-page.page-hero-section {
  background-image: url(../images/services-page.jpg);
}

#service-details-page.page-hero-section {
  background-image: url(../images/service-details-page.jpg);
}

#pricing-page.page-hero-section {
  background-image: url(../images/pricing-page.jpg);
}

#team-page.page-hero-section {
  background-image: url(../images/team-page.jpg);
}

#reviews-page.page-hero-section {
  background-image: url(../images/reviews-page.html);
}

#resources-page.page-hero-section {
  background-image: url(../images/resources-page.html);
}

#faqs-page.page-hero-section {
  background-image: url(../images/blog-listing-page.jpg);
}

#contacts-page.page-hero-section {
  background-image: url(../images/blog-listing-page.jpg);
  background-position: 0px 10%;
}

#case-studies-page.page-hero-section {
  background-image: url(../images/case-studies-page.jpg);
}

#project-details-page.page-hero-section {
  background-image: url(../images/project-details-page.jpg);
  padding-bottom: 250px;
}

#blog-listing-page.page-hero-section {
  background-image: url(../images/blog-listing-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-section h3 {
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.page-hero-section p {
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0 15%;
  margin-bottom: 0;
  margin-top: -15px;
}


.mobile_btns{
  position: fixed !important;
  bottom: 0px;
  left: -9px !important;
  background-color: rgba(245, 245, 245, 0.9) !important;
  box-shadow: 10px -2px 4px rgba(50, 50, 50, 0.6);
  z-index: 999;
  width: 103%;
  text-align: center;
  height: 45px;
  overflow: hidden;
}

.mobile_btns div.col-2, .mobile_btns div.col-3, .mobile_btns div.col-2{
  border-right: 1px solid #a5a2a2;
  padding: 10px 0px 9px 0px;
  text-align: center !important;
}

.mobile_btns div.col-2:first-child, .mobile_btns div.col-3:first-child, .mobile_btns div.col-2:first-child{
  padding-left: 35px;
  padding-right: 10px;
  min-width: 21% !important;
}

.small_circles{
  position: fixed;
  left: 3.4%;
  bottom: 45px;
  z-index: 1000;
  border-radius: 70px 70px 0 0;
  width: 27.6%;
  height: 8px;
  background-color: rgba(245, 245, 245, 0.9) !important;
  box-shadow: 0px -4px 4px rgba(50, 50, 50, 0.6);
}

.wsmenu-list{
  z-index: 1001 !important;
}

.mobile_btns div.col_2{
  min-width: 18% !important;
}

.mobile_btns div.col_3{
  min-width: 20% !important;
  position: relative;
  top: -9px;
}

.mobile_btns i{
  font-size: 23px !important;
  font-weight: 400 !important;
}

.mobile_btns a{
  display: block;
}

.mobile_btns div div:hover i{
  color: #0b8dc0;
  font-size_: 28px !important;
  position: relative;
  top: -3px;
}

.mobile_btns div div:hover{
  color: #0b8dc0;
  background-color: #eee !important;
}


.mobile_btns div.col_3.active i, .mobile_btns div.col_2.active i{
  color: #0b8dc0 !important;
  font-size: 28px !important;
  position: relative;
  top: -2px;
}

.mobile_btns div.col_3.active i{
  font-size: 36px !important;
}

.mobile_btns div.col_2.gifts i{
  font-size: 28px !important;
  position: relative;
  top: -2px;
  /* color: #08632b; */
}

.mobile_btns div.col_2.gifts:hover i{
  top: -4px;
}

.mobile_btns div.col_3 i{
  font-size: 36px !important;
}

.mobile_btns div.col_3.active:hover i{
  position: relative;
  top: -3px;
}

.intro{
  position: fixed;
  z-index: 99999 !important;
  top: 0 !important;
  background-color: #000;
  height: 100vh;
  width: 100%;
}

/* ==========================================================================
  26. BREADCRUMB
  =========================================================================== */

.breadcrumb {
  padding: 16px 5px 14px 16px;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #929191;
  
}

#breadcrumb.breadcrumbs{
  margin-top: -10px;
}

.breadcrumbs1{
  margin-top: 0px !important;
}


.breadcrumbs {
  background-color: rgba(166, 177, 202, 0.4) !important;
}


/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/ 

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 20px;
}

.breadcrumb-item.active {
  position: relative;
  top: 1px;
  font-weight: 600 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.breadcrumb-item.active {
  color: #444;
  cursor: default;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 10px;
  margin-top: -1px;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}

.cnt_info{
  margins: -27px 0 26px 0;
  color: #444;
  font-size: 16px;
}

.cnt_info_nums{
  color: #926bee;
}




/* ==========================================================================
  27. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
  position: relative !important;
  z-index: 999;
  margin-top: -20px;
  padding-bottom: 90px;
}

.page-link {
  color: #666;
  font-weight: 600;
  padding: 7px 14px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #3a3953;
  color: #fff;
  border-color: #3a3953;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  28. SCROLL TO TOP
  =========================================================================== */ 

#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #151515;
}

nav a#pull {  
    display: none;  
} 




/* ==========================================================================
   STYLE CHANGER 
  ========================================================================== */

#stlChanger {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  right: -340px;
  top: 25px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#stlChanger.open {
  right: 0px;
}

#stlChanger .bgChanger {
  min-width: 385px;
  min-height: 385px;
}

#stlChanger .blockChanger {
  width: 340px;
}

#stlChanger .chBody {
  background: #283034;
  width: 340px;
  height: 625px; 
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  overflow: scroll; 
  overflow-x: hidden;
  margin-left: 45px;
}

#stlChanger ::-webkit-scrollbar { 
  width: 3px; 
}

#stlChanger ::-webkit-scrollbar-thumb{
  border-width:1px 1px 1px 2px;
  border-color: #646566;
  background-color: #646566;
}

#stlChanger .chBut {
  background: #ef3f54;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 1000000;
  text-align: center;
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
   box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
}

#stlChanger img {   
  width: 34px;
  height: 34px;
  margin-top: 5px;
}

#stlChanger p {
  color: #3a3953;
  color: #fff;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-size: 17px;
  font-weight: 800;
  letter-spacing_: 0.5px;
  margin-bottom: 12px;
}

#stlChanger .stBgs a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  float: left;
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
  opacity: 1;
}

#stlChanger .stBgs a img {
  width: 30px;
  height: 30px;
}

#stlChanger .stBgs a:hover {
  opacity: 0.7;
}

.stBlock .btn {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  padding: 9px 14px;
  margin-top: 16px;
}

#stlChanger .stBlock a.s_1 {
  text-decoration: none;
  width: 150px;
  height: 91px;
  float: left;
  padding: 0;
  margin: 0 5px 12px;
  cursor: pointer;
  opacity: 1;
}

#stlChanger .stBlock a.s_1 img {
  width: 150px;
  height: 91px;
}

#stlChanger .stBlock a.s_1 img:hover {
  opacity: 0.8;
}


/***********THis is for search button************/

:root {
  --border-radius: 10px;
}


.swap_list .CardInner {
  padding: 13px 10px 5px 10px;
  border-radius: 0;
  margin-top: 0px;
  border: none !important;
  box-shadow: 0px 3px 4px rgba(96, 96, 96, .3) !important;
}



.swap_list .CardInner label {
  font-family: "Roboto", sans-serif;
  font-family: 'Nunito', sans-serif !important;
  display: block;
  text-align: center;
  color: #e1e3e6 !important;
  margin-bottom: 8px;
  letter-spacing: 0px !important;
  
}

input, select {
  background-color: #e3edf7;
  padding: 16px 32px;
  border: none;
  display: block;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400;
  color: #2e2f30;
  /* -webkit-appearance: none; */
  transition: all 240ms ease-out;
  width: 100%;
  letter-spacing: 0.5px !important;
}


#TextBoxContainer input[name=CreateTextbox]{
  background: #fff !important;
  height: auto !important;
  padding: 10px 13px;
  font-size: 16.5px !important;
  border-radius: 6px;
  border: 1px solid #999;
  color: #1e2963 !important;
  letter-spacing: 0.5px !important;
}

#TextBoxContainer span.remove{
  background: rgb(245, 23, 23) !important;
  color: #fff !important;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 13px 11px 15px !important;
  line-height: 18px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  font-size: 25px;
  font-weight: 600 !important;
  position: relative;
  top: 27px;
  text-align: left;
}

#TextBoxContainer span.remove:hover{
  background: #b40909 !important;
}

#buttonAdd{
  padding: 12px 30px 30px 18px;
  background: rgb(18, 194, 97) !important;
  color: #fff !important;
  font-weight: 600 !important;
  margin: 0 auto;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 26px;
  border-radius: 60px;
  font-size: 50px;
  font-weight: 600 !important;
  margin-top: 10px;
}

#buttonAdd:hover{
  background: rgb(8, 131, 63) !important;
}

.open_bid1{
  color: #069 !important;
  cursor: pointer;
}


input::placeholder, textarea::placeholder {
    color: #999 !important;
    font-size: 16px !important;
}
  
input:focus {
  outline: none;
  color: #6d7f8f;
  background-color: lighten(#e3edf7, 3%);
}

.ui.selection.dropdown{
  background: #fff !important;
}

.pro_features1{
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #069;
  opacity: 0.7;
  margin-left: 5px;
}
.pro_features1:hover{
  color: #004F75;
}

.profile_forms .ui.selection.dropdown{
  background: #fff !important;
  padding:8px 10px;
  /* height: 55px !important; */
}

.swap_list.Card{
  margin-bottom: -40px;
  border: none !important;
  border-radius: 0 !important;
  background-color: #e2e9f4;
  background-image: url(../images/listing_pg.jpg);
}

.alerts{
  display: none;
  padding: 12px 13px !important;
  height: auto !important;
}

.alerts p{
  margin: 0 0 2px 0 !important;
  font-size: 15px !important;
  color: #af2f2f !important;
  line-height: 20px !important;
}


.search {
  width: 100%;
  position: relative;
  display: flex;
}

input.searchTerm, .sels {
  width: 100%;
  border-right: none;
  padding: 14px;
  border-radius: 5px;
  outline: none;
  z-index: 9;
  font-size: 16.5px;
  color: #444 !important;
}

.sels0 {
  border: 2px solid #d4284d;
}

input.searchTerm::placeholder {
  color: #555 !important;
  font-size: 16px !important;
}

.sels {
  border-left: 2px solid rgba(218, 114, 114, 0.7);
  border-right: none;
  padding: 15px 10px;
  border-radius: 5px;
  margin-left: 0px;
  z-index: 8;
  text-align: left;
  margin-left: -2px !important;
  border: none !important;
  border-left: 2px solid #b28e0c !important;
  border-right: 2px solid #b28e0c !important;
  background-color: #fff;
  border:none !important;
}
.sels option {
  text-align: center !important;
}

.more_btn{
  /* background-color: #fff; */
  /* padding: 12.5px 10px; */
  border-radius: 5px;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}

.more_btn:hover{
  color: #ddd;
}

.page_title{
  margin: -30px 0 24px 0;
  font-size: 28px;
  font-weight: 600;
  color:#222;
}

.modal .modal-content h4{
  font-size: 18px;
}
.modal .modal-content button.fas{
  border: none;
  background: none;
}
.modal .modal-content .modal-body p{
  margin: 0;
  font-size: 15px;
  color: #333;
}

.modal-body .terms_content{
  color:#333;
  font-size:15px;
  line-height: 21px;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.modal .modal-content .modal-body input, .modal .modal-content .modal-body select{
  font-size: 15px;
  color: #333;
  padding: 13px 10px;
  border-radius: 5px;
}

.ad_steps div{
  background-color: #ccc;
  padding: 10px 0px;
  color:#eee;
  border-radius: 0 30px 30px 0;
  font-size: 15px;
  font-weight: 600;
  height: 48px !important;
}

.ad_steps div.active{
  border-radius: 30px 0 0 30px;
  background: url(../img/new_images/lights.png) #234a5c no-repeat right;
  background-size: 8%;
}

.ad_steps div.success{
  border-radius: 30px;
  background: #234a5c;
  font-size: 18px;
  line-height: 24px;
}

.ad_steps div.active1{
  border-radius: 0 30px 30px 0 !important;
  background: url(../img/new_images/lights2.png) #234a5c no-repeat left;
}

.ad_steps div.border_radius{
  border-radius: 30px 0 0 30px;
}


.sels1 {
  margin-left: -1px !important;
  z-index: 7;
  width: 35%;
}

.searchTerm:focus{
  color: #2e5faa;
}

.searchButton {
  width: 70px;
  padding: 12px 14px 12px 14px;
  border: none;
  /* background-color: rgba(245, 153, 198, 0.8) !important; */
  background-image: linear-gradient(rgba(123, 34, 77, 0.8), rgba(199, 96, 146, 0.8), rgba(123, 34, 77, 0.8)) !important;
  text-align: center;
  color: #fff !important;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  font-size: 20px;
  border:none !important;
}

.searchButton:hover {
  background: #d4284d;
  background-image: linear-gradient(rgba(123, 34, 77, 0.8), rgba(199, 96, 146, 0.8), rgba(123, 34, 77, 0.8)) !important;
}



.sels0 {
  border: 2px solid #d4284d !important;
}

.sels3 {
  border-right: none !important;
}

.bluestone-color1{
  color: #c1d2f1;
}

.swap_list .input_container, .close-icon, .swap_list .wrap {
	position: relative;
}

.input_container i{
  position: absolute;
  z-index: 9;
  right: 30px;
  margin-top: -38px;
  /* transform: translate(-100%, -200%); */
  font-size: 21px;
  color: #17535B;
  cursor: pointer;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.input_container i:hover{
  margin-top: -40px;
  font-size: 25px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: relative;
  z-index: 999;
  margin-left: -18px;
  left: 30px;
}

.close-icon:after {
	content: "X";
	display: block;
	width: 25px;
	height: 24px;
	position: absolute;
	background-color: #a795fa;
	z-index:1;
	right: 35px;
	top: 3px;
	bottom: 0;
	margin: auto;
	padding: 2px 2px 3px 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}

.close-icon:hover:after {
	background-color: #755aec;
}

.close-icon {
	display: none;
}

.show_more{
  width: 45%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
  color_: #29b1e7;
}

.download_btns img{
  width: 130px;
  margin-bottom: 7px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.download_btns img:hover{
  /* width: 148px; */
  transform: scale(1.06);
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}


  
.show_more.button:active::before { padding: 1px 0 0; }


.show_more.button {
  -moz-box-shadow: inset 0 0 0 1px #63ad0d;
  -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #eee;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#d1d1d1));
  background: -moz-linear-gradient(#fff, #d1d1d1);
  background: linear-gradient(#fff, #d1d1d1);
  border: solid 1px #d0d0d0;
  border-bottom: solid 2px #b2b1b1;
  border-radius: 40px;
  box-shadow: 0 0 16px 11px #f5f5f5;
  color_: #555;
  display: inline-block;
  font: bold 12px Arial, Helvetica, Clean, sans-serif;
  padding: 13px 20px;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

  
.show_more.button.dark_grey:hover {
  background: #f3f1f1;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3f1f1), to(#cccdd1));
  background: -moz-linear-gradient(#f3f1f1, #cccdd1);
  background: linear-gradient(#f3f1f1, #cccdd1);
  color: #295dbe;
}
 

.show_more.button:active, .show_more.button:focus {
  background: #dfdfdf;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
  background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
  background: linear-gradient(#dfdfdf, #e3e3e3);
  box-shadow: inset 0 10px 15px 0 #c4c4c4;
  top:2px;
  color: #81a7ee !important;
}








#country_list_id{
  display: none;
  width: 92%;
  margin-left:1em;
  margin-top:-63px;
  border-radius: 6px;
  border: 1px solid #999;
  position: absolute;
  color:#333;
  z-index: 9999 !important;
  background: rgba(238, 238, 238, 0.93);
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow:hidden;
  box-shadow:0 5px 10px -2px rgba(0,0,0,.41);
}

#country_list_id i{color:#666 !important;}

li.set_item {
	padding: 3px 10px;
  text-align:left;
  margin-left: 0px;
  cursor:pointer !important;
  font-size: 15px !important;
  color:#222 !important;
  letter-spacing: 0px;
}

li.set_item:hover {
	background: #ccc;
  color:#960;
}



/*Resize the wrap to see the search bar change!*/
.wrap{
  /* width: 60%; */
  position: relative;
  top: 50%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 25px;
  /* transform: translate(-50%, -50%); */
}

.wrap1{
  /* width: 64%; */
  top: 50%;
  margin-top: 10px;
  margin-bottom: 25px;
}


/***********THis is for search button************/



/*********************************/
#card {
  position: relative;
  /* width: 320px; */
  display: block;
  margin: 10px auto;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Nunito', sans-serif !important;
}

#upper-side {
  padding: 1em;
  background-color: #4a7ec3;
  display: block;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#upper-side1 {
  padding: 1em;
  background-color: #c34a50;
  display: block;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

svg {
  width: 90px !important; height: 90px !important;
}

.meet_btns .info{
  color: #333;
  font-size: 15px;
  line-height: 18px;
  margin-top: 32px;
}

.form_inputs .form-group label{
  color: #00618A;
  display: block;
  margin-bottom: -2px !important;
  font-size: 15px;
}
.form_inputs .form-group input, .form_inputs .form-group select{
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  height: 49px;
  height: auto !important;
  padding: 13px 10px !important;
}
.form_inputs .form-group input:hover, .form_inputs .form-group input:active, .form_inputs .form-group input:focus{
  border: 1px solid #C0C0C0 !important;
}





#status {
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing_: 1px;
  font-size: 1em;
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 10px;
  color: #fff;
}

#lower-side {
  padding: 2em 12px 3em 12px;
  display: block;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}



.lower-side1 a#logins {
  background-color: #c34a50;
  
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
}


#lower-side a.anchor {
  color: #1260d6;
  text-decoration: underline;
}

#message {
  margin-top: -.5em;
  color: #444 !important;
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
  
  font-family: 'Nunito', sans-serif !important;
}

#message b{
  font-weight: 600;
}

.invalid_svg{
  width:100px !important;
  height: 100px !important;
}

#contBtn, #logins {
  margin-top: 20px !important;
  display: inline-block;
  text-decoration: none;
  background: #4a7ec3;
  color: #fff;
  font-size: 18px;
  margin: auto;
  padding: 16px 4em;
  -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  border-radius: 50px;
  -webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
}

#contBtn:hover, #logins:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  -webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
}


/*********************************/

body {
  -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
     -khtml-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
}


.forms{
  background-color: #f2f2f2 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px;
}
.forms1{
  background-color: #eee !important;
  border: 1px solid #eee !important;
  border-radius: 8px;
}

textarea{resize: none !important;}

/* flex justify-between flex-1 sm:hidden */

.paginations nav div:first-child{
  display: none !important;
}

.paginations nav svg{
  width: 30px !important;
  height: 30px !important;
}

.paginations span.leading-5{
  /* opacity: 0.6; */
  background-color: #eee;
  color: #ccc;
}
/* .paginations span span.leading-5:first-child{
  border-radius: 30px 0 0 30px;
} */


.negotiate{
  position: absolute;
  top: -2px;
  left: 75px;
}
.negotiate label{
  font-weight: 400 !important;
  font-size: 15px !important;
}
.negotiate input{
  position: absolute;
  top: 4px;
  left: 70px;
}

.input_file{
  background-color: #ddd;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.request_refund{
  position: relative;
  top: 1px;
  left: 39px;
}
.request_refund label{
  font-weight: 400 !important;
  font-size: 14px !important;
  cursor: pointer;
  color: #0076A8 !important;
}
.request_refund input{
  position: absolute;
  top: 1px;
  left: -6px;
  width: 18px;
  height: 18px;
}

.commission_fee{
  font-size: 14px;
  color:#555;
  margin: -10px 0 16px 0 !important;
}

.post_ad_form label, .post_event_form label{
  font-size: 17px;
  color: #333;
  font-weight: 600;
}

.radio_btns label, .radio_btns input{
  display: inline !important; 
  cursor: pointer;
}
.radio_btns2 label{
  position: relative;
  top: 5px;
  margin-right: 30px !important;
  font-size: 17px;
}
.radio_btns input{
  position: relative;
  top: 3px;
}

.radio_btns2 input{
  position: relative;
  top: 0px;
}
.radio_btns label{
  margin-right: 10px;
  font-size: 15.5px;
}

.radio_btns{
  float: right;
  margin-top: -10px;
}
.radio_btns2 {
  float: left;
}

.radio_btns1{
  float: left;
  margin-top: -10px;
}
.radio_btns1 label{
  margin-right: 40px;
}

.to_date{
  background:#0076A8;
  color: #fff;
  font-size:12px;
  font-weight: 600;
  padding: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
}

.radio_btns.date{
  position: relative;
  top: 10px;
}


.radio_btns .form-control{
  width: 21px;
  height: 21px;
}

.faint{
  font-weight: 400 !important;
  color: #666 !important;
  font-size: 16px !important;
  padding-left: 4px;
}
.double_arrow{
  font-size: 30px;
  color: #333;
  position: absolute;
  left: -15px;
  top: 40px;
}

.post_ad_form .currency{
  background-color: #1d4355;
  color: #fff;
  padding: 10px;
  line-height: 32px;
  margin-right: -10px;
  position: relative;
  z-index: 9;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px 0 0 5px;
}

.post_ad_form input, .post_ad_form select, .post_ad_form textarea, .post_event_form input, .post_event_form select, .post_event_form textarea{
  font-size: 17px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 13px !important;
  color: #333;
}

.post_ad_form textarea{
  height: 10em !important;
}

.post_ad_form .txt_cat, .post_ad_form .txtsubcat, .txt_cat1 .txtsubcat{
  padding: 0 0 20px 0 !important;
  border-radius: 0 !important;
  background-color: #f2f8fa;
  border: 1px solid #ddd;
  font-size: 16px !important;
}

.post_ad_form .txt_cat:focus, .post_ad_form .txtsubcat:focus, .txt_cat1 .txtsubcat:focus{
  border: 1px solid #ddd !important;
}


.post_ad_form .txtsubcat{
  margin-left: -30px;  
  border-left: 1px solid #dedede;
}

.post_ad_form button, .post_event_form button{
  font-size: 17px;
  background: #1d4355;
  border: none;
}

.post_ad_form button:hover, .post_event_form button:hover{
  background: #12303d !important;
}

.post_ad_form button i, .post_event_form button i{
  font-size: 30px;
  position: absolute;
  right: 40px;
  margin-top: -2px;
  font-weight: 600;
}
.post_ad_form button.cmdBack i, .post_event_form button.cmdBack i, button.back_btn i{
  font-size: 30px;
  position: absolute;
  left: 10px;
  right: 65%;
  margin-top: -2px;
  font-weight: 600;
}

.post_ad_form button.cmdBack, .post_event_form button.cmdBack, button.back_btn {
  border-radius: 60px 0 0 60px !important;
  opacity: 0.8 !important;
}

.post_ad_form button.submitProds, .post_event_form button.submitProds, .post_event_form button.submitEvent2, .next_btn {
  border-radius: 0 60px 60px 0 !important;
}


.post_ad_form button:hover{
  background-color: #234a5c;
}

.img_photo_css{
  width: 200px !important;
  height: auto !important;
  border: 3px solid #555;
  border-radius: 10px;
}

.upload_images span{
  background-color: #00587D;
  padding: 17px 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
}

.add_more span{
  background-color: #00587D;
  padding: 9px 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}

.upload_images.input_file span{
  border-radius: 8px 0px 0px 8px;
}

.upload_images span:hover{
  background-color: #00618A;
}
.upload_images p{
  margin: 0 0 -4px 0 !important;
  font-size: 16px;
  line-height: 18px
}
.upload_images p:first-child{
  color:#00587D;
  font-weight: 600;
  font-size: 18px !important;
  margin-bottom: 8px !important;
}
.upload_images p:last-child{
  color:#666;
  font-size: 15px !important;
}

.input_file p:first-child{
  font-size: 16px !important;
  margin-bottom: 8px !important;
}
.input_file p:last-child{
  font-size: 13px !important;
  margin-top: -5px !important;
}




/* Dropdown with images */
.upload_images .img-thumbs1 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 6px !important;
  margin: 1.5rem 0;
  padding: 0.75rem;
}

.upload_images .img-thumbs1 img{
  border-radius: 6px !important;
  border: 1px solid #ccc;
}

.btn.btn-remove{
  background: red !important;
  font-size: 14px !important;
}
.btn.btn-remove:hover{
  background: #D70000 !important;
}

.input_img{
  background-color: #eee;
  border-radius: 10px;
  border: 1px solid #ddd;
}
#addEventsRow{
  background-color: #E4E3F2 !important;
  border: 1px solid #ccc;
}
#addEventsRow:hover{
  background-color: #D9D7EC !important;
  border: 1px solid #999;
}

.input_img1{
  background-color: #ddd;
  border: 1px solid #ccc;
  cursor:pointer;
}

.input_img span{
  padding: 14px 0px;
  font-size: 23px;
  position: relative;
  left: 17px;
  border-radius: 0 5px 5px 0;
}

.input_img .placeholder{
  font-size: 15px;
  color: #888;
  margin-top: 2px;
  margin-left: -10px;
  cursor: pointer;
}

.event_forms div.caption, .event_forms label{
  font-size: 15px;
  font-weight: 600;
  color: #00618A;
  margin-bottom: 2px;
}

.event_forms div.caption1{
  font-size: 17px;
}

.borders{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 15px 5px 15px;
  background-color: #f9f9f9;
}

.borders .tiny_info{
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin-top: -3px;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.event_forms fonts{
  padding-left: 3px;
  padding-top: 2px;
  color: red;
}

.event_forms .small_info{
  font-size: 13.5px !important;
  color: #555;
  font-weight: 500 !important;
}

.event_forms input, .event_forms select{
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #222;
  font-size: 16.5px !important;
  padding: 15px 14px !important;
  height: auto !important;
}

.quiz_forms input, .quiz_forms select{
  font-size: 15px !important;
  padding: 13px 6px !important;
  height: 50px !important;
  border-color: #ccc !important;
}

#img_picture{
  padding: 13px 10px !important;
}

.event_forms input:focus, .event_forms select:focus{
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}

.btn-remove-customer span{
  margin: 0 0 0 -15px;
  cursor: pointer;
  color: #FF2D2D;
}

.btn-remove-customer span:hover{
  color: #B30000;
}

.booking_title{
  background-color: #eee;
  padding: 13px 10px;
  border-radius: 0 0 40px 40px;
  margin: -10px 0 0 0;
  font-weight: 600;
  color: #00587D;
  border: 1px solid #ccc;
  font-size: 18px;
}

.book_id{
  color: #00618A;
  font-weight: 600;

}

.img-thumbs-hidden {
  display: none;
}

.wrapper-thumb {
  position: relative;
  display:inline-block;
  margin: 1rem 0;
  justify-content: space-around;
}

.img-preview-thumb {
  background: #fff;
  border: 1px solid none;
  border-radius: 6px !important;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  width: 100px !important;
  height: 100px !important;
  padding: 0.25rem;
}

.remove-btn{
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:.7rem;
  top:-5px;
  right:10px;
  width:20px;
  height:20px;
  background:white;
  border-radius:10px;
  font-weight:bold;
  cursor:pointer;
}

.remove-btn:hover{
  box-shadow: 0px 0px 3px grey;
  transition:all .3s ease-in-out;
}
/* Dropdown with images */



.alert1, .overlay1{
  position: fixed !important;
  display: none;
}
.alert1{
  right: 0px;
  width: 29%;
  /* z-index: 1060 !important; */
  z-index: 99999 !important;
  top: 17%;
  padding: 10px 15px;
  border-radius: 10px 0 0 10px;
  line-height: 23px !important;
  font-size: 14.5px !important;
}

.overlay1{
  width: 100%;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  height: 100vh;
  /* z-index: 1000; */
  z-index: 99998 !important;
  background-color: rgba(0, 0, 0, 0.4);
}



/*IMAGE UPLOAD CSS*/
  .suggested-posts-article{
    background: white;
    -moz-box-shadow: rgba(0,0,0,0.0666) 0 3px 10px;
    -webkit-box-shadow: rgba(0,0,0,0.0666) 0 3px 10px;
    box-shadow: rgba(0,0,0,0.0666) 0 3px 10px;
    display: inline-block;
    margin: 5px;
    width: 18%;
    border-radius: 8px;
    overflow: hidden;
  }

  .suggested-posts-articlees {
    display: inline-block;
    width: 49.5%;
  }
  @media screen and (max-width:450px) {
  .suggested-posts-article {

    width:40% !important;
    }
  }
  .more-photos:after{
    right: 3px !important;
    bottom: 0px !important;
  }

  .posts_article {
    background-color: #333;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 2px;
    padding-bottom: 63.5%;
  }


  @media screen and (max-width:450px) {
    .suggested-posts-article {
      width:40% !important;
    }
  }

  .more-photos:after{    right: 3px !important;
    bottom: 0px !important;}

  .more-photos{
    cursor:pointer !important;
  }	

  .bluess {
    width:100%;
    margin:10px;
  }

  .btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
  }

  .btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
  }


  .btnxc {
    border:1px solid #868e96;
    /* margin:0px 0 0 -18px; */
    border-radius: 30px;
    font-size: 13px !important;
    color:#868e96;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 23px;
  }

  .btnxc:hover {
    background-color: #ddd;
    color: #222;
  }

  .set_process{
    margin: 0px 7px 0px 0px;
  }
  .messaf{display:none;}
  .progress{
    width:80%;
  }
  .success_msg{
  color:green;
  display:none;
  }
  #post_send{
  margin:8px 0 8px 0;
  }
  .fa_p{ /*cancel*/
    margin:-5px 0 2px -10px; 
    margin-top:5px;
    border:0px; 
    z-index:9999
  }
  .p_run_div{
  margin-top:-7px;
  border-radius:0px; 
  padding:0px;
  margin-bottom:8px;
  display:none;
  }
  .btnxc{
  margin-left:15px;
  cursor:pointer;
  }
  .btnxc_r{
  margin-left:15px; 
  display:none;
  }
/*IMAGE UPLOAD CSS*/


#reader img:first {
  display: none !important;
}

.result {
  background-color: #ddd;
  color: #333;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}

.row {
  display: flex;
}

#reader__scan_region {
  background: white;
}

#reader__dashboard_section a{
  display: block;
  margin-top: 10px !important;
  text-decoration: none !important;
}

#reader__dashboard_section_csr button{
  border: none;
  background-color: #00618A;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
}

#reader__filescan_input{
  padding: 10px !important;
  width: 100% !important;
  font-size: 14px;
  border: 1px solid #ddd;
}
#reader__dashboard_section_fsr span{
  font-size: 15px;
  display: block;
  margin: 8px 0 -8px 0;
}
#qr-canvas-visible{
  margin-bottom: -35px;
  width: 300px !important;
  height: 224px !important;
}



.post_giveaway_form input, .post_giveaway_form select{
  border: 1px solid #999;
  border-radius: 5px;
}

.post_giveaway_form1 input, .post_giveaway_form1 select{
  border: 1px solid #ccc;
  border-radius: 5px;
}

.post_giveaway_form1 spans {
  background: #069;
  border-radius: 50px;
  padding: 2px 10px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.post_giveaway_form1 label {
  font-weight: 600;
  color: #333;
  font-size: 15px;
}


.post_giveaway_form button:hover{
  background-color: #00587D;
}

.post_giveaway_form .range__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0.4em 0;
  background: none;
  border: none;
  padding: 10px !important;
}
.post_giveaway_form .range__slider:focus {
  outline: none;
}
.post_giveaway_form .range__slider::-webkit-slider-runnable-track {
  background-color: #444;
  height: 0.3em;
  margin: 0.4em 0;
  border-radius: 2px;
}
.post_giveaway_form .range__slider::-moz-range-track {
  background-color: #888;
  height: 3px;
  border-radius: 20px;
}
.post_giveaway_form .range__slider::-moz-focus-outer {
  border: 0;
}
.post_giveaway_form .range__slider::-ms-track {
  background-color: #444;
  height: 0.3em;
  margin: 0.1em 0;
  border-radius: 2px;
}
.post_giveaway_form .range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  text-align: center;
  width: 2.3em;
  height: 2.3em;
  border: 4px solid #666;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: -0.5em;
}
.post_giveaway_form .range__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  text-align: center;
  width: 2.3em;
  height: 2.3em;
  border: 4px solid #236FA0;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}
.post_giveaway_form .range__slider::-ms-thumb {
  margin: 0;
}

.post_giveaway_form .counters {
  border-radius: 0 !important;
}

.inner_box{
  color: #333;
}
.inner_box .box.active{
  color: #069;
}

.inner_box .box{
  background: #DADADA !important;
  padding: 10px 0px 10px 10px;
  margin-bottom: 12px;
  border-radius: 20px;
  cursor: pointer;
}

.remove_filter{
  display: none;
  position: relative;
  z-index: 9;
}

.remove_filter1{
  position: relative;
  z-index: 9;
}

.remove_filter span, .remove_filter1 span{
  color: #0083C1;
  font-size: 16px;
  cursor: pointer;
  
}
.remove_filter span:hover, .remove_filter1 span:hover{
  color: #069;
  font-weight: 600;
}

.edit_box {
  font-size: 13.5px;
  margin-top: -7px;
  margin-bottom: 0px;
}
.edit_box a:hover {
  font-weight: 600;
}
.delete_giveaway{
  color:red
}

.inner_box .box.active{
  background: #C6EBF0 !important;
}

.inner_box .box:hover{
  background: #ccc !important;
}
.inner_box .box.active:hover{
  background: #B1E3EB !important;
}

.inner_box .winner_details{
  margin-top: 2px;
  margin-bottom: 10px !important;
}
.inner_box .winner_details .row{
  border-radius: 7px !important;
}

.inner_box .winner_details .won{
  color:green;
  font-weight: 600;
  font-size: 15px;
}
.inner_box .winner_details .failed{
  color:red;
  font-weight: 600;
  font-size: 15px;
}

.inner_box .winner_details .name_1{
  font-weight: 600;
  line-height: 18px;
}

.inner_box .winner_details .small_1{
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.inner_box .winner_details.active .row{
  background-color: #DBF2F7 !important;
}

.inner_box .row img{
  width: 52px;
  height: 52px;
  border-radius: 100px;
}

.inner_box .winner_details img{
  width: 50px;
  height: 50px;
}

.inner_box .date_info{
  font-weight: 600;
  margin-bottom: 8px;
  color: #0076A8;
}

.inner_box .name{
  margin:-5px 0 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 18px;
}

.inner_box .big{
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.inner_box .big2{
  font-size: 17px;
}
.inner_box .small{
  font-size: 13px !important;
  margin-top: 0px;
  color: #555;
}
.inner_box .big.nobold{
  font-weight: 500;
}
.inner_box .btns{
  border-radius: 50px 0 0 50px;
  border: none;
  background-color: #555;
  color: #fff;
  text-align: center;
  width: 92%;
  padding: 5px;
  float: right;
  line-height: 18px;
  font-size: 15px !important;
  padding: 10px;
}

.inner_box .btns.active{
  background-color: #1C646F !important;
}

.inner_box .quiz_id{
  font-size: 13px;
  color: #444 !important;
  margin-bottom: 3px;
  line-height: 18px;
}

.show_amt{
  text-align: center;
  font-size: 25px;
  padding: 0;
  font-weight: 600;
  background: none;
  color: #069;
  border: none !important;
}

.show_dis{
  margin-bottom: 3px;
  color:#069;
}

.show_amt_div{cursor: pointer;}

.range_div{
  background-color: #f8f8f8 !important;
  border-radius: 8px;
  padding-bottom: 5px;
  height: 90px !important;
}

.btn_link{
  /* background-color: #eee; */
  text-align: center;
  /* border-radius: 50px 0 0 50px; */
}
.btn_link .demark{
  border-right: 1px solid #999;
}
.btn_link span{
  padding: 5px !important;
  display: block;
  cursor: pointer;
  background-color: #ddd;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 !important;
}
.btn_link .demark span{
  border-radius: 50px 0 0 50px !important;
}
.btn_link span:hover{
  background-color: #ccc;
}
.btn_link span.active{
  color: #069;
}

.event_img{
  border: 1px solid #999;
  border-radius: 10px;
}

.no_of_interests{
  background: #eee;
  border-radius: 50px;
  font-size: 13px !important;
  padding: 2px 9px;
  color: #00587D !important;
  position: absolute;
  right: 12px;
  bottom: -5px;
}
.no_of_interests1, .no_of_interests2{
  background: #eee;
  font-size: 14px !important;
  padding: 4px 15px;
  font-weight: 600;
  cursor: pointer;
}
.no_of_interests1:hover, .no_of_interests2:hover{
  background: #ddd;
}


.form-group label{
  color: #333;
  font-weight: 600;
  margin-bottom: 2px;
}

.form-group label.options{
  background-color: #069;
  height: 57px;
  padding: 5px 20px;
  margin-left: 5px;
  position: relative;
  z-index: 9;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
}

.quiz_forms input.form-control.options{
  font-size: 15px !important;
  padding: 22px 6px !important;
  height: 42px !important;
  border-color: #ccc !important;
}

.quiz_forms .inputbox{
  margin-bottom: -20px !important;
}


.borders input{
  border-radius: 0 6px 6px 0;
  margin-left: -5px;
  border: 1px solid #ccc;
}

.post_giveaway_form legend {
  padding-bottom: 14px;
  text-align: left;
}
.post_giveaway_form fieldset, .form_inputs fieldset {
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.post_giveaway_form fieldset, .post_giveaway_form fieldset input[type="button"],
.form_inputs fieldset, .form_inputs fieldset input[type="button"] {
  border: 0;
}
.post_giveaway_form fieldset input[type="button"], .form_inputs fieldset input[type="button"] {
  background-color: #236FA0;
  color: #fff;
  cursor: pointer;
  height: 53px !important;
  padding: 0px 10px !important;
  font-size: 30px;
  font-weight: 600;
}
.form_inputs fieldset input[type="button"] {
  height: 51px !important;
  padding: 0px 10px !important;
  font-size: 27px;
  font-weight: 600;
  position: relative !important;
  z-index: 1 !important;
}


.form_inputs fieldset input.counters, .form_inputs fieldset input.counters_meet {
  border-radius: 0px !important;
  color:#069 !important;
  text-align: center;
}

textarea{
  border-color: #ccc !important;
}

.decrease, .decrease_meet{
  border-radius: 20px 0 0 20px !important;
  margin-left: 5px;
}
.increase, .increase_meet{
  border-radius: 0 20px 20px 0 !important;
  margin-right: -5px;
}

.form_inputs .decrease, .form_inputs .decrease_meet{
  border-radius: 7px !important;
  margin-left: 5px;
}
.form_inputs .increase, .form_inputs .increase_meet{
  border-radius: 7px !important;
  margin-left: -5px;
}

.post_giveaway_form fieldset input[type="button"]:hover, .form_inputs fieldset input[type="button"]:hover {
  background-color: #1E5E88;
}

.form_inputs fieldset input[type="text"] {
  font-size: 24px;
  padding: 5px 10px !important;
  height: 51px !important;
}









.middle {
  width: 100%;
  text-align: center;
  margin-bottom: -5px;
}
.middle h1 {
  font-family: 'Dax', sans-serif;
  color: #fff;
}
.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  background-color: #007e90 !important;
}
.middle input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(70px);
}
.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}

.middle .box {
  width: 50px;
  height: 46px;
  background-color: #ddd;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Dax', sans-serif;
  font-weight: 600;
  border-radius: 7px 0 0 7px;
  line-height: 40px;
}
.middle1 .box {
  width: 50px;
  height: 50px;
  font-weight: 600;
  line-height: 40px;
  background-color: #ddd !important;
}

.middle .box span {
  position: absolute;
  transform: translate(0, 70px);
  left: 0;
  right: 0;
  top: -66px;
  transition: all 300ms ease;
  font-size: 1.3em;
  user-select: none;
  color: #222;
  z-index: 9;
  font-weight: 600;
}

.middle1 .box span {
  transform: translate(0, 70px);
  top: -66px;
  font-size: 1.3em;
}

.middle .box:active {
  transform: translateY(10px);
  color: #fff !important;
}
.middle p {
  color: #fff;
  font-family: 'Dax', sans-serif;
  font-weight: 400;
}
.middle p a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}
.middle p span:after {
  content: '\f0e7';
  font-family: FontAwesome;
  color: yellow;
}

.quiz_questions img{
  width: auto !important;
  height: auto !important;
}

.quiz_questions .option_ans{
  margin-left: -35px !important;
  height: 50px !important;
  background-color: #eee !important;
  border: none !important;
  cursor: pointer !important;
  position: relative;
  z-index: 2;
  border-radius: 0 !important;
}

.div_forms .box{
  background-color: #eee;
  height: 155px;
  line-height: 135px;
  border-radius: 7px;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.div_forms .box:hover{
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.div_forms .file_name{
  margin-top: -97px;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.div_forms .box i{
  font-size: 26px;
  background-color: #ccc;
  border-radius: 100px;
  padding: 13px;
}

.custom-file-container {
  max-width: 100%;
  margin: 0 auto;
}

.fileuploads p{
  color: #069;
  font-size: 16px;
  font-weight: 600;
}

.quiz_questions .option_ans:hover{
  background-color: #ddd !important;
}

.questions{
  font-size: 17px !important;
  color: #333 !important;
}

.inner_quiz_questions{
  height: 86vh;
  overflow: hidden;
  overflow-y: auto;
}

.success_circle{
  background: #069;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 99;
  text-align: center;
  line-height: 110px !important;
}

.success_circle label{
  line-height: 20px!important;
  font-size: 15px;
  font-weight: 600;
}

.danger_circle{
  background: #FF4F4F !important;
  line-height: 130px !important;
}

.imgs img{width: 140px;}

.parent_div {
  position: relative;
  width: 100%;
}

.child_div {
  left: 50%;
  position: absolute;
  top: 16%;
  transform: translate(-50%, -82%);
  text-align: center;
  background: #069;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  line-height: 110px;
  color: #fff;
  font-size: 17px;
}

.parent_div h4{
  color: #069;
}






div#timer {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  font-size: 20px;
  position: absolute;
  top: -18px;
  right: -1px;
  background-color: #333;
  z-index: 9;
  border-radius: 50px 0 0 50px;
}

#timer span {
  display: inline !important;
  font-size: 12px;
  color: white;
}
#timer div {
  display: inline !important;
}

/* #days {
  font-size: 100px;
  color: #db4844;
} */
#hours {
  font-size: 17px;
  color: #f07c22;
}
#minutes {
  font-size: 17px;
  color: #f6da74;
}
#seconds {
  font-size: 14px;
  color: #abcd58;
}





.radios label {
  width: 100% !important;
  border-radius: 30px !important;
  border: 1px solid #ccc !important;
  background-color: #eee;
  padding: 4px;
  overflow: hidden;
  color:#444;
}
.radios label:hover {
  background-color: #ddd;
  border: 1px solid #ccc !important;
}

input.radio:empty {
	margin-left: -999px;
}

input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.4em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: 1em;
	color: #888;
  font-size: 20px;
  line-height: 50px;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: 1em;
  font-size: 20px;
  line-height: 50px;
	color: #fff;
	background-color: #235167;
}

input.radio:checked ~ label {
	color: #333;
  font-weight: 600;
}

.top_buttons{
  color: #00587D;
}
.top_buttons font{
  margin-right: 20px;
  cursor: pointer;
}

.settings_forms fonts{
  background-color: #069 !important;
  color: #fff;
  padding: 0px 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}

.overflow_applicants{
  height: 200px !important;
  overflow: hidden;
  overflow-y: scroll !important;
  font-size: 14px;
}

.overflow_applicants .row{
  border-bottom: 1px solid #eee;
}

.link_btn{
  background: #000;
  color: #eee;
  border-radius: 100px;
  padding: 9px 28px;
  font-size: 15px;
}
.link_btn b{
  font-weight: 600;
  color: #069;
}
.link_btn1{
  color: #069 !important;
  padding: 8px 0px 8px 18px;
  
}
.link_btn1 i{
  background: #069;
  padding: 11px 13px 11px 13px;
  color: #fff;
  border-radius: 0 80px 80px 0;
  margin-left: 8px;
}
.no_bg{
  background: none;
  border: 1px solid #ccc;
  color: #666;
}
.no_bg:hover{
  background: #f4f4f4;
  color: #444;
}

.connections_div img{
  width: 100%;
}

.connections_div .house_div{
  overflow: hidden !important;
  display: block;
  text-align: center;
}
.connections_div .house_div img{
  border-radius: 10px 10px 0 0;
}
.connections_div .house_div i{
  background-color: #eee;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 23px;
  top: 8px;
  z-index: 10;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.connections_div .house_div i:hover{
  color:#005980;
  background-color: #ddd;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.connections_div .house_div .remove_connection,
.connections_div .house_div .reject_connection,
.connections_div .house_div .reject_connection1,
.connections_div .house_div .accept_connection,
.connections_div .house_div .view_profile{
  background-color: #069;
  border-radius: 50px;
  position: absolute;
  /* left: 20%; */
  top: 34%;
  left: 50%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 transform: translateX(-50%);
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 10px 22px;
  width: 62%;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 11 !important;
  display: none;
  opacity: 0.6;
}

.connections_div .house_div .remove_connection{
  top: 37%;
}
.connections_div .house_div .accept_connection{
  top: 26%;
}
.connections_div .house_div .reject_connection, 
.connections_div .house_div .reject_connection1{
  top: 39%;
  background-color:#FF3333;
}

.connections_div .house_div .view_profile,
.connections_div .house_div .view_profile_connect {
  top: 38%;
  left: 50%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 transform: translateX(-50%);
}

.connections_div .house_div .view_profile {
  top: 32%;
}

.connections_div .house_div .view_profile_connect {
  top: 24%;
}

.connections_div .house_div .view_profile1{
  left: 4.5%;
}
.connections_div .house_div .remove_connection:hover,
.connections_div .house_div .reject_connection:hover,
.connections_div .house_div .reject_connection1:hover,
.connections_div .house_div .accept_connection:hover,
.connections_div .house_div .view_profile:hover{
  background-color: #00496C;
}
.connections_div .house_div .reject_connection:hover,
.connections_div .house_div .reject_connection1:hover{
  /* left: 23%;
  top: 39%; */
  background-color:red;
}

.overlay_house_div, .overlay_house_div_profile{
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10 !important;
  height: 83%;
  width: 90%;
  display: none;
  border-radius: 10px;
}
.overlay_house_div_profile{
  height: 71%;
  width: 89.5%;
  border-radius: 10px 10px 0px 0px;
}

.overlay_house_div_profile_applied{
  height: 71.4%;
  width: 88.1%;
}

.bottom_user_details {
  background-color: #ccc;
  position: relative;
  z-index: 99;
  top: 0%;
  left: 15px;
  transform: translate(0%, -125%);
  width: 100%;
  height: 50px;
  bottom: -3px;
  padding-top: 10px;
  opacity: 0.85;
  color: #fff;
  background-image:
    linear-gradient(
      to top, 
      rgba(10,30,60,0.95), rgba(100,100,100,0.7), rgba(250,250,250,0.1)
    );
}

.house_div_info, .house_div_info_nojs{
  position: absolute;
  z-index: 98;
  background-color: #eee;
  width: 89%;
  margin-left: 1px;
  margin-top: -2px;
  bottom: 58px;
  bottom: -38px;
  padding: 6px 10px;
  text-align: center;
  height: 88px;
  height: 98px;
  box-shadow: 0px 2px 4px 0px rgba(96, 96, 96, .6);
  border-radius: 0 0 10px 10px !important;
  cursor: pointer;
}

.house_div_info1{
  width: 87%;
}

.house_div_info_single{
  position: relative;
  background: none;
  box-shadow: none;
  bottom: 10px;
  height: auto;
  padding-bottom: 50px !important;
  width: 98%;
}

.house_div_info h5, .house_div_info_nojs h5{
  padding-top: 10px;
  font-size: 14px;
  color: #069;
  opacity: 0.5;
  text-align: left;
}
.house_div_info_single h5{
  font-size: 16px;
  opacity: 1;
}
.house_div_info div.show, .house_div_info div.hide, .house_div_info.show_details, .house_div_info_nojs.show_details_{
  font-size: 13px;
  line-height: 18px;
  margin-top: -10px;
  overflow: hidden;
  color:#777;
  text-align: left;
}
.house_div_info_single div.show, .house_div_info_single div.show_details, .house_div_info_single div.show_details_{
  font-size: 13px;
  line-height: 20px;
  margin-top: -5px;
  color:#333;
}

.house_div_info div.hide{
  height: 35px;
}

.house_div_info i, .house_div_info_nojs i{ 
  font-size: 20px;
  color: #069;
  font-weight: 600;
  position: relative;
  bottom: 0px;
}

.house_div_info button, .house_div_info_nojs button{
  padding: 8px 15px !important;
  font-size: 13px !important;
  background: #ccc;
  border-radius: 50px;
  position: relative;
  z-index: 9;
  color: #fff;
}
.house_div_info_single button{
  padding: 12px !important;
  font-size: 13.5px !important;
  background: #003955;
}
.house_div_info_single button:hover{
  background: #002D42;
}

.house_div_info button.active, .house_div_info_nojs button.active{
  background: #00587D;
}
.house_div_info button.active:hover, .house_div_info_nojs button.active:hover{
  background: #004664;
}

.house_div_info_single button.active{
  background: #0080B7;
}
.house_div_info_single button.active:hover{
  background: #00587D;
}

.bottom_user_details big{
  font-size: 18px !important;
  display: block;
  font-weight: 400;
}
.bottom_user_details big.name{
  font-weight: 600;
}
.bottom_user_details small{
  font-size: 11px !important;
  display: block !important;
  line-height: 16px !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.bottom_user_details div{
  line-height: 16px !important;
  text-align: center;
  border-right: 1px solid #ddd;
  height: 30px;
  padding-top: 0px;
}
.bottom_user_details div:last-child{
  border: none;
}

.bottom_user_details1 h4{
  font-size: 17px !important;
  margin-top: -5px;
  color: #fff;
}
.bottom_user_details1 .row div p{
  font-size: 13px;
  color: #eee;
}
.bottom_user_details1 .row div:first-child{
  text-align: right;
}
.bottom_user_details1 .row div:last-child{
  text-align: left;
}
.bottom_user_details1 div{
  border-right: 1px solid #ccc;
  height: 17px;
}
.bottom_user_details1 {
  background-image:
    linear-gradient(
      to top, 
      rgba(10,30,60,0.95), rgba(100,100,100,0.9), rgba(200,200,200,0.1)
    );
}

.house_div_info ul li span, .house_div_info_nojs ul li span{
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0 1px 4px 0;
  display: inline-block;
}

#search_box, .search_btn { 
  background: rgba(0,0,0,.375) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQBJREFUeNqslI0RgyAMhdENWIEVWMEVXIGO0BW6Ah2hHcGOoCPYEewINFzBe9IA9id37w4kfEZesHHOCSYUqSPJML+RJlELDwN1pMHxMZNMkr8RTgyz2YPH5LmtwXpIHkOFmKhIlxowDmYAycKnHAHYcTCsSpXOJCie6YWDnXKLGeHLN2stGaqDsXXrX3GFcYcLrfhjtKEhffQ792gYT2nT6pJDjCw4z7ZGdGipOIqNbXIwFUARmCbKpMfYxsWJBmCEDoW7+gYUTAU2s3HJrK3AJvMLkqGHFLgWXTckm+SfSQexs+tLRqwVfgvjgMsvMAT689S5M/sk/I14kO5PAQYAuk6L1q+EdHMAAAAASUVORK5CYII=) no-repeat 14px 14px;
  text-indent: .75em; 
  display: inline-block; 
  border: 0 none; 
  width: 0; 
  height: 3em; 
  border-radius: 3em; 
  -webkit-transition: .2s; 
  transition: .2s; 
  outline: none; 
  padding: 1em 1.5em 1em 2em; 
  cursor: pointer; 
  -webkit-appearance: none; 
  font-weight: inherit; 
  font-size: inherit; 
  font-family: inherit; 
  color: #333 !important; 
  vertical-align: baseline; 
  margin-top: -10px;
}

.search_box_open { 
  font-size: 16px;
  line-height: 1.5;
  background: #E9EEF0;
  border: 1px solid #D5D9DB;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23222' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 95% 12px;
  background-size: 20px 20px;
  border-radius: 100px;
  width: 100%;
  padding: .7em 2.5em .7em 1em;
  color: #333 !important;
}

#search_box::placeholder, .search_btn::placeholder { 
  color: #555 !important;
  font-weight: 400 !important;
}

#search_box:hover, #search_box:focus, .search_btn:focus { 
  background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT5JREFUeNqsVLtOw0AQtIMlRJHCEhUVMg398QEUSZnSfILzCXxDPsFu6XAJHWnTcS1lWsprKdmLxtKwvjVBYaTV7cm+udnX5fPb+yyBSmwhVmK/FfPZLyjUPhI8YtXYi23EOovs7PzyevAbsWeoGg5HNUHsCipX8F9TZDOstVgLPxIsxW6w3sHv6dJ2StkLbh6IPtR/AWRfSIET20H9D2U1hfaAgxY2KMagcBSmg9/rmwx0lBqTzGfHoVfVHxXgXzCjHNRHnnHke4vMGc2q0RBR0GSeCLlpLaJGFWKUszVuib32nih7iTFrjXAPyGnQ48c3Gu5AOVlMtMk6NZuf+FiC+AIhV0T+pBQ5ntXceIJKqKko2duJ2TwoLAz5QTVnagJaXWEO8y/wSMuKH9RTJoCTHyNZFidOUEfNu/8WYAAOXUT04MOtlwAAAABJRU5ErkJggg==) 14px 14px no-repeat; 
}

#search_box:focus, .search_btn:focus { width: 100%; cursor: text; }

.row_overflow {
  width: 100%;
  overflow: hidden;
}

.row_overflow1 {
  width: 1000px;
  overflow: hidden;
  overflow-x: auto;
}
.row_overflow1 td, .row_overflow1 th {
  font-size: 13px !important;
  line-height: 19px;
}

.jobs_container h4{
  background-color: #004664;
  padding: 15px 10px 15px 15px;
  color: #fff;
  font-size: 17px;
  border-radius: 20px 0 0 0;
  margin: 0;
}

.jobs_overflow{
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background-color: #f4f4f4;
  /* padding-top: 10px; */
}
.job_details{
  background-color: #f8f8f8;
  border: 1px solid #eee;
  overflow: hidden;
  overflow-y: auto;
  height: 115vh;
}
.jobs_overflow img{
  width: 50px;
  height: 50px;
}
.jobs_overflow p{
  margin: 0 0 -3px 0 !important;
  color: #333;
  font-size: 15px;
}
.jobs_overflow .job_title{
  font-size: 15.5px;
  color: #069;
  line-height: 20px;
  font-weight: 600;
}
.jobs_overflow .company_name{
  font-size: 14px;
  color: #F07800;
  line-height: 20px;
  margin-top: 4px !important;
}
.jobs_overflow .job_loc{
  font-size: 14px;
  color: #777;
  line-height: 20px;
  margin: 4px 0 3px 0 !important;
}
.jobs_overflow .job_posted{
  font-size: 12px;
  color: #068;
}
.jobs_overflow b{
  font-weight: 600;
}
.jobs_overflow a{
  background-color: #f4f4f4 !important;
  display: inline-block;
  padding: 12px 10px 10px 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.jobs_overflow a:hover, .jobs_overflow a.active{
  background-color: #CEEFFF !important;
}

.job_details small{
  font-size: 16px;
  color: #069;
  font-weight: 600;
}
.job_details .descrip{
  font-size: 14px;
  line-height: 22px;
  color: #444;
}
.job_details h6{
  font-size: 15px;
  line-height: 20px;
  color: #222;
  font-weight: 500;
}
.job_details .h7{
  font-size: 15px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}
.job_details button{
  background: #069;
  padding: 15px 4em;
  border-radius: 50px;
  font-size: 15px !important;
}
.job_details button:hover{
  background: #004D71;
}






.ui.dropdown {
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
      max-height: 16.02857142rem; /* Double size */
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 12.0214285763rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; /* + 1.3357142858 to 17.3642857158rem */
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
      max-height: 21.37142857rem; /* + 1.3357142856 to 22.7071428556rem */
  }
}








.slider-area {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 0px;
  background: inherit;
  padding: 10px 0;
  border-radius: 20px;
  backdrop-filter: blur(100px);
}
.slider-area .slider-title {
  font-size: 16px;
  font-weight: bold;
}
.slider-area-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 15px;
}
.slider-area #skip-value-lower, .slider-area #skip-value-upper {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #e3e3e3;
  border-radius: 50px;
}
.slider-area .noUi-target.noUi-horizontal {
  height: 6px;  
}
.slider-area .noUi-target .noUi-base, .slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-area .noUi-target .noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
.slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  background-color: #0060DF;
}
.slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  background: #fff;
  cursor: default;
  background-color: #666;
  border: 2px solid #fff;
  box-shadow: 0px 1px 2px 0px rgba(96, 96, 96, .6);
  backface-visibility: hidden;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -10px;
  top: -8px;
}
.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
}
.slider-area .noUi-draggable {
  cursor: ew-resize;
}

.connect_menu{
  position: absolute;
  background: #fff;
  top: 43px;
  right: 20px;
  border-radius: 5px;
  box-shadow: -2px 0px 3px 0px rgba(96, 96, 96, .8);
  display: none;
}

.fa_ellipsis i{
  display: block;
  font-size: 20px;
  line-height: 45px;
}
.fa_ellipsis{
  background: #ddd;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  margin-top: -10px;
}

.swal2-container{
  z-index: 9999 !important;
}

.overlay_connected{
  position: fixed;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9991;
}

.connect_menu li span{
  font-size: 13px;
  padding: 5px 14px;
  display: block;
  cursor: pointer;
}
.connect_menu li {
  border-bottom: 1px solid #ddd;
}
.connect_menu li:last-child {
  border-bottom: none;
}
.connect_menu li span:hover{
  background-color: #eee;
  color: #069;
}

.filter_heading{
  font-size: 14px;
  color: #555;
}
.filter_heading font{
  font-size: 14px;
  color: #069;
}

.filter_heading fonts{
  font-weight: 600 !important;
  color: #333;
}

.connected_div, .view_profile_div{
  position: fixed;
  height: 100vh;
  width: 35%;
  background: #f8f8f8;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  z-index: 99991;
  border-radius: 10px 0 0 10px;
  border-right: none;
  box-shadow: -2px 0px 7px 0px rgba(96, 96, 96, .8);
}
.view_profile_div{
  width: 32%;
  overflow: hidden;
  overflow-y: scroll;
  right: -100%;
  z-index: 9999;
}
.connected_div i.fa-times, .view_profile_div i.fa-times{
  background: #666;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: 15px;
  font-weight: 400;
  cursor: pointer;
}
.connected_div i:hover{
  background: #444;
}
.connected_div img{
  width: 100%;
  height: 26vw;
  object-fit: cover;
  border-radius: 14px;
}
.connected_div i.link{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 55%;
  transform: translate(-45%, -100%);
  line-height: 50px;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  background-color: #069;
  border-radius: 100px !important;
  text-align: center;
  color: #fff;
}

.connected_div i.link2{
  background: #fff;
  color: #222;
  position: absolute;
  top: 8px;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 40px !important;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.connected_div i.link2:hover{
  background: #eee;
  border: 1px solid #ddd;
}

.connected_div h4{
  color: #069;
  font-size: 23px;
  font-weight: 600;
}

.connected_div h5{
  color: #004664;
  font-size: 18px;
  font-weight: 600;
  margin: -6px 0 5px 0;
}

.full_photo{
  object-fit: cover;
  width: 100%;
  height: 23vw;
  border: 1px solid #ddd;
}

.view_profile_div .selected_user{
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  height: 30vw;
}
.messages_div{
  display: flex;
}
.messages_div .box{
  background-color: #f6f6f6;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 7px 10px 0 10px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.messages_div .box:hover{
  background-color: #f1f1f1;
  transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.messages_div img{
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
.messages_div p{
  margin: 0 0 2px 0 !important;
  font-size: 15px;
  color: #222;
  line-height: 20px;
}
.messages_div p:first-child{
  font-weight: 400 !important;
}
.messages_div p big{
  font-weight: 600;
}
.messages_div .unread{
  background: #F2FCFF;
}
.messages_div .unread:hover{
  background-color: #ECFBFF;
}
.messages_div .unread p:last-child{
  color: #069;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.messages_div .unread img{
  border: 4px solid #0077B0;
}



.box_pro{
  background-image: linear-gradient(#A8E2FF, #D5F1FF, #fff, #fff) !important;
  width: 100%;
  border-radius: 50px;
  padding: 40px !important;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.05);
}
.box_pro h4{
  font-weight: 600;
  font-size: 32px;
  color: #00486A !important;
}
.box_pro ul{
  margin: -10px 0 0 15px;
}
.box_pro li{
  list-style: disc;
  font-size: 15px;
  color: #222;
  margin-bottom: 5px;
  line-height: 18px;
}

.box_pro .plan{
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding-top: 25px;
  height: 220px;
  border: 1px solid #eee !important;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.box_pro .plan:hover{
  background: #f3f3f3;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.total_amt span{
  font-size: 18px;
}

.box_pro .plan.active h4{
  color: #fff !important;
}
.box_pro .plan h4{
  font-size: 45px;
  font-weight: 400;
  margin-bottom: -8px;
}
.box_pro .plan p{
  margin: 0 0 -5px 0 !important;
  font-size: 15px;
  color: #00486A;
}
.box_pro .plan.active{
  background: #00486A;
}
.box_pro .plan.active p{
  color: #fff;
}
.box_pro .plan .hrs{
  background: #888 !important;
  height: 1.5px !important;
  width: 16% !important;
  text-align: center;
  margin: 0 auto;
}
.box_pro .plan .price{
  font-size: 23px;
  font-weight: 600;
  color: #222;
}

.box_pro .plan.active .price{
  color: #fff !important;
}

.pro_features p.title{
  font-weight: 500;
  font-size: 28px !important;
  line-height: 34px;
  margin-top: 20px;
  color: #222 !important;
}
.wallet_bal h4{
  font-size: 30px;
  margin-bottom: -4px;
}
.wallet_bal p{
  font-size: 14px;
}
.wallet_bal p {
  font-size: 14px;
  color: #222;
}
.pro_features b{
  font-weight: 600;
}
.pro_features button{
  background: #00486A !important;
  border-radius: 50px;
  padding: 12px 3em;
  font-size: 15px;
}
.pro_features button:hover{
  background: #003651 !important;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 26px;
  padding: 2px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 7px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 7px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #18545C;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch .invinc{
  display: block !important;
  width: 100px;
  position: relative;
  top: -27px;
  margin-left: 60px;
  font-size: 15px;
  color: #777;
}

.switch .check_lbl{
  display: block !important;
  width: 250px;
  position: relative;
  top: -27px;
  margin-left: 70px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
