/* make sidebar nav vertical */
@import url("https://fonts.googleapis.com/css?family=Basic&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  background-color: #29292a !important;
  font-family: "Unica One", cursive !important;
  overflow-x: hidden;
  /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 1000; */
}

body p {
  color: #aaa9a9;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .logo-header > a > img.logo-img {
    width: auto;
    max-height: 120px;
  }
  div#sidebar-my {
    width: 25%;
  }
  .logo-header a {
    padding: 0 !important;
  }
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav {
    height: 100vh;
    border-style: solid;
    border-width: 0.1px;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #29292a;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow:visible;
  }
  .sidebar-nav {
    overflow: -moz-scrollbars-none;
  }
  .sidebar-nav {
    -ms-overflow-style: none;
  }
  .sidebar-nav::-webkit-scrollbar {
    width: 0 !important;
  }
  .navbar {
    border-radius: 0px !important;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .sidebar-nav .navbar > ul > li > ul {
    left: 319px;
  }
  .sidebar-nav .sub-menu {
    background-color: #3e3e3e;
    width: 200px;
    /* border-top: 3px solid #3e3e3e;
    border-bottom: 3px solid #3e3e3e; */
    font-family: Basic, Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  ul.sub-menu {
    padding-left: 0px;
    left: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    display: none important;
  }
  li.sub-menu-li:hover .sub-menu {
    opacity: 1;
    display: block !important;
  }
  ul.sub-menu li {
    padding: 2px !important;
  }
  .dropdown-menu {
    padding: 0 !important;
  }

  ul.sub-menu li {
    padding: 16px;
    color: #d6d6d6;
    font-family: Basic, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    background-color: #383838;
  }
  ul.sub-menu li:hover {
    background-color: #3e3e3e;
  }
  .sub-menu li > a {
    text-decoration: none;
    color: #fff !important;
    background-color: #38383800 !important;
  }

  .sub-menu li > a:hover {
    text-decoration: none;
    color: beige;
    background-color: #38383800 !important;
  }
  .sub-menu li.active-sub {
    text-decoration: none;
    color: beige;
    background-color: #3e3e3e !important;
  }
  .visible {
    overflow: visible !important;
  }
  .col-sm-3 {
    /* width: 30% !important; */
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .col-sm-9 {
    /* width: 70% !important; */
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .col-md-4 {
    padding: 0 !important;
  }
  .slider-trio a.right.carousel-control {
    margin-right: 0px !important;
  }
  .slider-trio a.left.carousel-control {
    margin-left: 0px !important;
  }
  .slider-trio a.left.carousel-control,
  .slider-trio a.right.carousel-control {
    top: 45% !important;
  }
  div#myCarousel {
    position: relative !important;
    z-index: 3;
  }
  .big-slider .contry-box .carousel-inner > .item > img {
    /*-- height: auto !important;
    object-fit: cover; --*/
  }
  .theslide .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: auto !important;
    width: 100%;
    object-fit: cover !important;
    object-position: top;
  }
  .logo-header a {
    display: block;
    max-width: 100%;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #cc3399 !important;
  }
  a img.logo-img {
    width: 200px;
  }
  .theslide {
    position: relative;
    z-index: 3;
    height: auto !important;
  }
  .col-sm-9.main-side {
    padding-left: 0px;
    padding-left: 0px;
  }
  .row {
    max-width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .col-sm-3,
  .col-sm-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .side-content {
    min-height: 410.165px;
    padding-top: 8% !important;
    text-align: center;
  }
  a.left.carousel-control,
  a.right.carousel-control {
    height: 45px !important;
    width: 45px !important;
    font-size: 25pt !important;
    line-height: 45px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 15px 15px 15px !important;
  }
  a.sub-menu-a.main-link.dropdown-toggle:after {
    content: ">";
    position: absolute;
    right: 20px;
  }
  /*===============experiance slides*/
  .contry-box a.left.carousel-control,
  .contry-box a.right.carousel-control {
    height: 30px !important;
    width: 30px !important;
    background: rgb(51, 51, 51);
    color: white;
    padding: 0;
    top: 50%;
    font-size: 14px !important;
    border-radius: 50%;
    line-height: 25px;
  }
  .contry-box .carousel-control .glyphicon-chevron-right {
    right: 25%;
    top: 25%;
  }
  .contry-box .carousel-control .glyphicon-chevron-left {
    left: 25%;
    top: 25%;
  }
  .contry-box .text-box {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1.55;
  }
}
.dropdown-menu {
  padding: 0px 0 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: beige !important;
  background-color: #3e3e3e !important;
}
.menu .menuitem:hover .menu {
  display: block;
  float: left;
  // likely need to set top & left
}
ul.nav.navbar-nav li:hover .main-link {
  color: #cc3399 !important;
}
.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  width: 100% !important ;
}
.sidebar-nav .navbar li {
  text-align: center !important;
}
.sidebar-nav {
  border-style: solid;
  border-width: 0.1px;
}
.navbar-default {
  background-color: #29292a !important;

  border-style: solid;
  border-width: 0.1px;
}

ul.nav.navbar-nav > li > a {
  font-family: "Unica One", cursive, Arial, Helvetica, sans-serif;
  font-size: 13pt !important;
  font-weight: 400;
  color: white;
  line-height: 18pt;
  letter-spacing: 2px;
  font-style: normal;
}

.navbar-default .navbar-nav > .active > a {
  border-right-style: solid;
  background-color: transparent !important;
  color: #cc3399 !important;
  border-right-color: #cc3399;
  border-left-color: #cc3399;
}

.navbar-default > ul > li > a a,
a:after,
a:before {
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

ul.nav.navbar-nav li {
  border-color: #ffffff1f !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.main-side {
  border-left: #ffffff36;
}
.logo-header {
  padding-left: 7%;
  padding-right: 7%;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.nv-mobile {
  margin-top: 10px !important;
  margin-right: 0px;
  margin-bottom: 10px !important;
  margin-left: 0px;
}
.logo-header a {
  display: block;
  max-width: 100%;
}

ul.sub-menu.dropdown-menu li a {
  font-family: basic !important;
}
.col-sm-9.main-side {
  color: white;
}
/*===============carousel arrows=====================*/
a.left.carousel-control,
a.right.carousel-control {
  height: 63px;
  width: 63px;
  background: rgba(51, 51, 51, 0.7);
  color: white;
  top: 50%;
  font-size: 30pt;
  line-height: 63px;
}
.carousel-control:hover {
  background: rgba(51, 51, 51, 0.8);
}

.carousel-inner {
  max-height: 100vh;
}
.theslide {
  position: relative;
  z-index: 3;
  height: 100vh;
}
div#myCarousel {
  position: fixed;
  z-index: 3;
}
.next-content {
  z-index: 10;
  position: relative;
  background-color: #242424;
  color: white;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.main-content {
  padding: 7% !important;
  color: white;
}
h2 {
  font-size: 60px !important;
  line-height: 1.33 !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
h3 {
  font-size: 36px !important;
  line-height: 1.33 !important;
}
h4 {
  font-size: 18px !important;
  line-height: 1.33;
  text-transform: uppercase;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.fusion-imageframe > img {
  max-width: 100%;
  padding: 7%;
}
* {
  box-sizing: border-box;
}
.side-content {
  min-height: 410.165px;
  padding-top: 24%;
  text-align: center;
}
.navbar-header {
  min-height: 150px !important;
}
.navbar-collapse {
  max-height: 500px !important;
}
.navbar {
  position: relative;
  min-height: 150px !important;
}
.fusion-imageframe {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
}
.image-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.spacing {
  height: 1px;
  border-color: transparent;
  margin-bottom: 15px;
  margin-top: 15px;
}
/*=================0button test==========================0*/
a.button-white {
  border-width: 1px;
  color: white;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 2px;
  box-shadow: none !important;
  font-family: "Unica One", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.2s;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
}
a.button-white:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
  color: white !important;
}
a:hover,
a:focus {
  color: #fff !important;
  text-decoration: none !important;
}
.our-services-img > img {
  width: 100% !important;
}
.our-services-img {
  background-image: url(../images/homepage/kate-headshot.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
.text-link-dark {
  width: 100%;
  padding: 10%;
  color: white;
  height: 200px;

  background-color: #24292d;
}
.text-link-light {
  width: 100%;
  padding: 10%;
  height: 200px;
  color: white;
  background-color: #2b3136;
}

.content {
  padding: 10% 10%;
  overflow-x: hidden;
  border-bottom: #f6f2f22e solid 1px !important;
}
.text-part p {
  padding-bottom: 10px;
  color: #aaa9a9;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);

  font-family: Basic, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 30px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
}
.carousel-caption2 {
padding: 0;
  background-color: #000000ab;
  width: 100%;
  text-align: center;
  bottom: 0 !important;
  left: 0;
  right: 0;
  padding-top: 5px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  padding-bottom: 0px;
}
.col-sm-3,
.col-sm-8 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
body #toTop:before {
  color: #fff;
}

#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  height: 35px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0.9;
  z-index: 100000;
  transition: all 0.2s ease-in-out 0s;
}
#toTopHover {
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
}
#toTop > i.fas.fa-angle-up {
  font-size: 20px;
  padding: 10px;
}
a#toTop:hover {
  background-color: #cc3399;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.footer-copyright-area {
  background-color: #313539;
  border-color: #4b4c4d;
  color: #8c8989;
  font-family: Basic, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-top-width: 1px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 40px;
}
/*=====================language div*/

/*=================meet our team divs=====================*/
.meet-person-div {
  padding: 10% 5%;
}

.meet-person-div > img.person-image {
  width: 100%;
}
.meet-person-div > .person-desc {
  margin-top: 25px;
}
.person-desc > span {
  display: block;
  font-family: "Unica One", cursive !important;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  margin-bottom: 5px;
}
/*==============contact page ==========================*/
.contact-info > span {
  display: block;
  padding: 5px 5px 5px 0px;
  font-size: 15px;
  font-family: "Basic", sans-serif;
  color: #aaa9a9;
}
.contact-info > span > a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.contact-info > span > a:hover {
  color: #cc3399 !important;
  font-weight: 500;
  text-decoration: none;
}
.col-sm-5 {
  padding: 0 !important;
}
.contact-image-side {
  min-height: 100vh;
  min-width: 100%;
  background-image: url("../images/contact/IMG_20170919_1612086.jpg");
  background-position-x: right;
  background-position-y: center;
  background-size: cover;
}
.content.contact {
  padding: 0% 0% 0% 10% !important;
}
.contact .inside-content {
  padding-top: 10% !important;
}
/*====================affiliate======================*/
/* [1] The container */
.img-hover-zoom { /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  margin: 0px 5px 10px 5px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.7s ease;
  width: 100%;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/*===================awards*/
span.award-text h4 a {
  color: white;
}
span.award-text h4 a:hover {
  color: #cc3399 !important;
}
/* ==========================experience page====================== */
.contry-box {
  padding: 7px;
  background-color: #3e3e3e;
}
.contry-box .carousel-caption {
  padding: 0;
  background-color: #000000ab;
  width: 100%;
  bottom: 0 !important;
  left: 0;
  right: 0;
  padding-top: 5px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  padding-bottom: 0px;
}
.contry-box a.left.carousel-control,
.contry-box a.right.carousel-control {
  height: 30px;
  width: 30px;
  background: rgb(51, 51, 51);
  color: white;
  padding: 0;
  top: 50%;
  font-size: 14px;
  border-radius: 50%;
  line-height: 25px;
}
.contry-box .carousel-control .glyphicon-chevron-right {
  right: 25%;
  top: 25%;
}
.contry-box .carousel-control .glyphicon-chevron-left {
  left: 25%;
  top: 25%;
}
.contry-box .text-box {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.55;
}
.contry-box .text-box span.box-year {
  color: #bababa;
}
.spacing-dash {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  border-bottom: solid;
  border-width: thin;
  border-bottom-color: #3e3e3e;
}
.spacing-dot {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  border-bottom: dotted;
  border-width: thin;
}
/* attention please at the end */
.contry-box .carousel-inner > .item > img {
  height: 300px;
  width: 100%;
  object-fit: fill;
}
.theslide .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
/**================================services page*/

.col-md-12 {
  padding: 0 !important;
}
.slider-trio .item .col-xs-4 {
  padding: 10px !important;
}
.slider-trio a.left.carousel-control,
.slider-trio a.right.carousel-control {
  height: 60px !important;
  width: 25px !important;
  background: rgba(51, 51, 51, rgba(51, 51, 51, 0.7));
  color: white;
  top: 35%;
  font-size: 12px !important;
  line-height: 60px !important;
  opacity: 1 !important;
}
.slider-trio a.left.carousel-control {
  margin-left: 10px;
}
.slider-trio a.right.carousel-control {
  margin-right: 10px;
}
.slider-trio a.left.carousel-control:hover,
.slider-trio a.right.carousel-control:hover {
  background: #333333 !important;
}
.slider-trio .carousel-control .icon-prev,
.slider-trio .carousel-control .icon-next,
.slider-trio .carousel-control .glyphicon-chevron-left,
.slider-trio .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 40%;
}
.slider-trio .carousel-control .glyphicon-chevron-left {
  left: 22%;
}
.slider-trio .carousel-control .glyphicon-chevron-right {
  right: 22%;
}
h3.title-box {
  margin-top: 0;
  padding-left: 1%;
}
p.text-box {
  padding-left: 1%;
  padding-right: 1%;
}
.box-content {
  padding: 5%;
  background-color: #24292d;
}
.slider-trio .img-hover-zoom {
  margin: 0;
}
.big-slider .contry-box .carousel-inner > .item > img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.big-slider .carousel-inner {
  max-height: fit-content !important;
}
.big-slider .carousel-indicators {
  bottom: -50px;
}
span.text {
  color: white;
}
.big-slider .carousel-indicators li {
  border-color: #999;
  background-color: #ccc;
}
.carousel-caption p {
  line-height: 1 !important;
  margin-bottom: 3px;
}
.big-slider .carousel-inner {
  margin-bottom: 50px;
}
.big-slider .carousel-indicators li {
  border-color: #999;
  background-color: transparent;
}
.big-slider .carousel-indicators li.active {
  border-color: #cc3399;
  background-color: rgb(223, 175, 207);
}
