@charset "utf-8";

:root{
    --bgleft-color:    #b5c1d9;
    --line-title:      #707914;
    --hover-links-color: #edb600;
    --links-color:     #777;
    --menu-brd-left:  #666;
}

html, body, div, span, h3, p, a, i, ul, li, form, label {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    font-size:14px;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Open Sans";
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  word-wrap: break-word;
  background-image: url(../imgs/mainbg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}
footer {
    display: block;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

a, i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
}
a:hover {
    text-decoration: none;
}
h3 {
    font-size: 2.14em
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader i{
  font-size:100px;
  position:absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px)
}



.container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 0px 40px;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

.image_holder{
  width:  100%;
  height: 300px;     
}
.image_holder .main_image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* LightBox ---------------------------------------------------------*/

.sl-overlay {
  background: #000;
  opacity: 0.8;
}
.sl-wrapper .sl-close {
    color: #fff;
}
.sl-wrapper .sl-navigation button {
      color: #fff; 
}
.sl-wrapper .sl-counter {
    color: #fff;
    font-size: 1.6rem;
}

/*	Left Side Panel  ---------------------------*/


.main_wrapper {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  min-height: 100vh;
}
.leftside_back {
  width: 400px;
  height: 100%;
  background-color: var(--bgleft-color);
  transform: skew(359deg, 18deg) translate(10px, 100px);
  position: absolute;    
}
.leftside_back2 {
  width: 400px;
  height: 100%;
  background-color: #90ee90;
  border-radius:15%;
  transform: skew(0deg, 318deg) translate(10px, 190px);
  position:absolute;
}
.leftside_wrap {
  width: 550px;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 15;
    overflow: hidden;
}
.side_nav_bar {
  width: 400px;
  height:max-content;
  padding-bottom: 96px;
  border-radius: 24px;
  position: absolute;
  top: 100px;
  background-color: #1b1b1b;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -ms-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
}
.side_nav_bar.atTop {
  top: 0px;
}

.side_nav_bar .menu_logo {
  width: 100%;
  float: left;
  clear: both;
  padding: 60px 60px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.side_nav_bar .menu_logo img{
   position:relative;
}

@keyframes flight{
  from {transform:scale(1,1);bottom:0}
  to {transform:scale(0.6,1);bottom:20px}
}

@keyframes flight2{
  from {transform:scale(1,1);bottom:0}
  to {transform:scale(0.8,1);bottom:40px}
}

.side_nav_bar .menu_logo.atTop img{
  width: 100%;
  height: auto;
  animation-name: flight;
  animation-duration: 1s;
  animation-iteration-count: 2;
  animation-direction: alternate;
}

.side_nav_bar .menu_logo:not(.atTop) img{
  width: 100%;
  height: auto;
  animation-name: flight2;
  animation-duration: 1s;
  animation-iteration-count: 2;
  animation-direction: alternate;
}



.side_nav_bar .menu_logo:after {
  width: 100%;
  height: 50px;
  /* content: ''; */
  position: absolute;
  transform: skewY(4deg);
  top: 100%;
  margin-top: -14px;
  left: 0px;
}
.side_nav_bar .menu_logo a {
  display: block;
  text-align: center;
}
.side_nav_bar .menu_logo img {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.side_nav_bar .menu_nav_content {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.side_nav_bar .menu_nav_content > ul {
  margin: 0px;
  list-style-type: none;
  padding-top: 44px;
}
.side_nav_bar .menu_nav_content > ul > li {
  margin: 0px;
  padding: 0px 60px 25px 60px;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.side_nav_bar .menu_nav_content > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.side_nav_bar .menu_nav_content > ul > li > a {
  text-decoration: none;
  font-size: 1.14em
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #cccccc;
  display: block;
  position: relative;
  font-weight: 500;
  padding-left: 7px;
  font-family: "Montserrat";
}
.side_nav_bar .menu_nav_content > ul > li > a:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 1px dashed #42370f;
  bottom: -12px;
  left: 0px;
}
.side_nav_bar .menu_nav_content > ul > li:last-child a:before {
  display: none;
}
.side_nav_bar .menu_nav_content > ul > li.active1 > a:after {
  width: 0px;
  height: 0px;
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left-color: #666;
  top: 6px;
  right: 1px;
}

.side_nav_bar li.active{
text-decoration: underline;
}

/*-------------- Rightside ---------------*/
.rightside_wrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  padding-left: 550px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

/*	Responsive menu --------------------------*/

.top_navbar {
  display: none;
  position: sticky;
  top: 0;
  background-color: black;
  height: 60px;
  line-height: 60px;
  z-index: 5000;
}

.top_navbar .logo {
  float: left;
    max-width:64px;
    max-height:64px;
}
.top_navbar .toggle {
  color: white;
  float: right;
  display: block;
  top: 50%;
  margin-top: 30px;
}
.top_navbar .toggle, .toggle::before, .toggle::after {
  width: 30px;
  height: 2px;
  background-color: #fff9f9;
  position: relative;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top_navbar .toggle::before, .top_navbar .toggle::after {
  content: "";
  display: block;
}
.top_navbar .toggle::before {
  top: -10px;
}
.top_navbar .toggle::after {
  bottom: -8px;
}
.top_navbar .toggle.is-active {
  top: 5px;
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top_navbar .toggle.is-active::after {
  top: -2px;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.top_navbar .toggle.is-active::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top_navbar .menu_nav, .top_navbar .nav_content {
  width: 100%;
  height: auto;
  line-height: normal;
  clear: both;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_navbar .menu_nav {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 30px 0px;
  display: none;
  background: black
}
.top_navbar .nav_content ul {
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
}
.top_navbar .nav_content ul li {
  margin: 0px 0px 15px 0px;
}
.top_navbar .nav_content ul li:last-child {
  margin-bottom: 0px;
}
.top_navbar .nav_content ul li > a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Montserrat";
}

/*Top bar ----------------------------------*/

.topbar_info {
  width: 100%;
  text-align: right;
}
.topbar_info > div {
  height: 70px;
  display: inline-block;
}
.social_links {
  margin-right: 30px;
}
.social_links ul {
  list-style-type: none;
  margin: 0px;
}
.social_links li {
  margin: 0px;
  margin-left: 10px;
  display:inline-block;
  padding: 20px 0px;
}
.social_links li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #9b9b9b;
  border-radius: 100%;
  color: #555;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.social_links li a:hover {
  color: white;
  background-color: #555
}
.connect_link > div {
  float: left;
  height: 100%;
}

.connect_link .send_msg a {
  font-size: 2.28em
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  text-decoration: none;
  background-color: var(--hover-links-color);
  position: relative;
  color: white;
}
 

/*	Carousels: generic ---------------------*/

.common_carousel_wrap {
  width: 100%;
  height: auto;
  /*clear: both;
  float: left;*/
    position:relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.common_carousel_wrap .item img{
    margin:0 auto;
}

.common_carousel_wrap .carousel_nav {
  float: right;
  position: relative;
  top: 8px;
}
.common_carousel_wrap .carousel_nav .custom_nav a {
  background-color: #e7c04e;
  padding: 8px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width:  16px;
  height: 16px;
}
.common_carousel_wrap .carousel_nav .custom_nav a:after {
  position:absolute;
  top: -1px;
  left: 7px;
  font-family:'IcoFont';
  font-size: 1.7em;
  content: '\ea69';
}
.common_carousel_wrap .carousel_nav .custom_nav .prev:after {
  left: 3px;
  content: '\ea68';
}
.main_carousel_wrap .owl-carousel:hover {
   cursor: grab; 
}

/*---------- Image Holder ----------*/
.title_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 55px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

.title_holder .span {
  float: left;
}
.title_holder .span h3 {
  text-transform: capitalize;
  font-size: 2.14em;
  color: var(--links-color);
  font-weight: 600;
  position: relative;
}
.title_holder .span h3:before {
  position: absolute;
  font-family: IcoFont;
  font-size: 28px;
  letter-spacing: -15px;
  color: var(--line-title);
  content: "\e908\e908\e908";
  border-bottom: 1px solid var(--line-title);
  width: 140px;
  height: 32px;
  top: 10px;
  left: 0px
}



/*-------------------------First Content Block-----------------------*/
.pre_hero_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 120px 0px 110px 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.pre_hero_wrap .left {
  width: 50%;
  float: left;
  padding-right: 100px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.pre_hero_wrap .left h3 {
  font-size: 3.4em;
  line-height: 1;
  color: var(--links-color);
  margin: 0px;
  font-weight: 600;
}
.pre_hero_wrap .right {
  width: 50%;
  float: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.pre_hero_wrap .right p {
  font-size: 1.3em;
  color: var(--links-color);
  line-height: 1.6;
  letter-spacing: 0px;
}
/*------------------------------ Hero Area --------------------------------------*/
/*Hero Carousel images */
#hero-1 {
  background-image: url(../imgs/hero/im1.jpg);
}
#hero-2 {
  background-image: url(../imgs/hero/im2.jpg);
}
#hero-3 {
  background-image: url(../imgs/hero/im3.jpg);
}
#hero-4 {
  background-image: url(../imgs/hero/im4.jpg);
}
#hero .article_image {
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-position: center;
  height: 100%;
}
/*Set height gallery items */
#hero .owl-item {
  height: 600px;
  background-size: cover
}

#hero{
  padding-bottom:0;
}

.hero-carousel-pages {
  font-size: 1.71em;
  font-family: Montserrat;
  color: #120909;
  border-radius: 50%;
  text-align: center;
  background: #bed92c69;
}
#hero .owl-item .overlay{
  text-align: center;
  font-size: 2.3em;
  background-color:rgba(82,106,78,0.73);
  color:white;
  opacity:0;
  transition:opacity 2000ms;
}
#hero .owl-item.active .overlay{
  opacity:1;
  transition:opacity 2000ms 2000ms;
}

#hero .common_carousel_wrap .carousel_nav {
  position: absolute;
  right: 20px;
  z-index: 10;
  color: #1b1b1b;
}


/*	Bottom Hero cards------------------------*/

.sub_hero {
  width: 100%;
  height: auto;
  clear: both;
  /* background: whitesmoke; */
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.sub_hero .cards_list_wrap ul.cards_list > li {
  min-height: 450px;
  vertical-align: top;
}
.sub_hero .cards_list_wrap ul.cards_list > li .card {
  min-height: 450px;
}

.sub_hero .card {
  background-color: #fdfdfd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}
.sub_hero .cards_list_wrap {
  position: relative;
  margin-top: -50px;
  z-index: 20;
}

.sub_hero .full_hover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 333;
}

.sub_hero .image_holder{
  width:  100%;
  height: 250px;     
}

.sub_hero .card .main_image.im1 {
  background-image: url(../imgs/details/img1.jpg);
}
.sub_hero .card .main_image.im2 {
  background-image: url(../imgs/details/img2.jpg);
}
.sub_hero .card .main_image.im3 {
  background-image: url(../imgs/details/img3.jpg);
}
.sub_hero .card .main_image.im4 {
  background-image: url(../imgs/details/img4.jpg);
}
.sub_hero .card .main_image.im5 {
  background-image: url(../imgs/services/img5.jpg);
}
.sub_hero .card .main_image.im6 {
  background-image: url(../imgs/details/img6.jpg);
}

/*----------------Cards --------------------*/
.cards_list_wrap {
  width: 100%;
  height: auto;
  clear: both;
  /* float: left; */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.cards_list_wrap ul.cards_list {
  list-style-type: none;
  display: table;
  position:relative;
}
.cards_list_wrap ul.cards_list > li {
  margin: 0px;
  display:table-cell;
  transition: all .3s ease;
  width: 33.3%;
  padding:30px;
  margin-bottom:30px;
  min-height:450px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.cards_list_wrap .card {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.cards_list_wrap .card .image_holder {
  position: relative;
  margin-bottom: 32px;
}

.cards_list_wrap .card .main_image a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 222;
}


.cards_list_wrap .titles_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 0px 20px 35px 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.cards_list_wrap .titles_holder .title {
  margin-bottom: 15px;
}
.cards_list_wrap .titles_holder .title h3 {
  font-size: 1.6em;
  color: var(--links-color);
  font-weight: 600;
}
.cards_list_wrap .titles_holder .title h3 a {
  text-decoration: none;
  color: var(--links-color);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.cards_list_wrap .titles_holder .title h3 a:hover {
  color: var(--hover-links-color);
}
.cards_list_wrap .titles_holder .textContent {
  margin-bottom: 22px;
}
.cards_list_wrap .titles_holder .textContent p {
  font-size: 1em;
  color: var(--links-color);
  line-height: 1.7;
}
.cards_list_wrap .titles_holder .read_more a {
  color: #3d8325;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat";
}

.cards_list_wrap .read_more{
  position:absolute;
  bottom:0px
}
 

/*	 Testimonials & awards --------------------------*/

#testimonials {
  overflow: hidden;
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

#testimonials .common_carousel_wrap {
  margin-bottom: 10px;
}
#testimonials .common_carousel_wrap div.owl-nav {
  display: none;
}
#testimonials .common_carousel_wrap .title_holder.light .span h3 {
  /* color: #fff; */
}
#testimonials .title_holder .span h3:before {
    /*content:'';
    background-color: transparent;*/
}

#testimonials .textContent {
  margin-bottom: 42px;
}
#testimonials .textContent p {
  font-size: 1.3em;
  line-height: 1.6;
  color: var(--links-color);
}

#testimonials .main_carousel_wrap .item .inner {
  width: 100%;
  height: auto;
  max-height:300px;
  clear: both;
  float: left;
  position: relative;
  padding: 23px 20px 1px 20px;
  overflow: hidden;
  background: url(../imgs/quotes.png);
  background-repeat: no-repeat;
  background-position: 110% 120%;
  background-size: 40%;
  background-color: white;
  box-shadow: inset -2px -3px 8px 1px b9cfb6b0; 
  border-radius: 3%;
  margin: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

#testimonials .main_carousel_wrap .item  {
  width: 95%;
}


#testimonials .main_carousel_wrap .item .name_holder_wrap {
  position: relative;
  display:table;
  bottom:0px;
  padding-right: 120px;
  width: 100%;
}
#testimonials .main_carousel_wrap .item .inner .name_holder_wrap .image {
  width: 150px;
  height: 150px;
  float: left;
  position: relative;
  top: -8px;
}
#testimonials .main_carousel_wrap .item .inner .name_holder_wrap .image img {
  border-radius: 100%;
}

#testimonials .main_carousel_wrap .item .inner .name span {
  display: block;
}
#testimonials .main_carousel_wrap .item .inner .name span:nth-child(1) {
  font-size: 1em;
  color: #333;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Montserrat";
}
#testimonials .main_carousel_wrap .item .inner .name span:nth-child(2) {
  font-size: 1em;
  font-style: italic;
  color: var(--links-color);
  line-height: 1.7;
  font-weight: 500;
}
#testimonials .main_carousel_wrap .item .inner .quote {
  position: absolute;
  right: -5px;
  bottom: -35px;
}

#testimonials .owl-carousel {
  overflow: hidden
}


#awards {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 80px 45px 10px 45px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

#awards:before
{
  content:'';
  position:absolute;
  top: 60px;
  left: -55px;
  transform: skew(0deg, 5deg) translate(-45px, 0px);
  width:150%;
  height: 20px;
  background-color: #e9dddd;
  border-bottom: 2px solid #9bcccda6;
}

#awards div.owl-nav {
  display: none;
}
#awards .owl-carousel .owl-dot.active span {
  background-color: #fff;
}

#awards .item img{
    max-width:150px;
}
/*buttons nav*/
#awards .owl-dots {
  background: transparent;
  border: 0;
  margin: 10px 0;
  text-align: center;
}
#awards .main_carousel_wrap{
    width: 95%;
    margin: 0 auto;
}
#awards .owl-carousel .owl-dot {
  display: inline-block;
  margin: 0px 5px;
}
#awards .owl-carousel .owl-dot span {
  width: 20px;
  height: 7px;
  background: #333;
  display: inline-block;
}

/* activities -------------------------------*/
#activities {
box-sizing: border-box;
padding-bottom: 45px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
}

#activities .cards_list_wrap {
  /* padding: 20px 0; */
  background-color: #eeeeee;
}


#activities .cards_list_wrap ul.cards_list > li {
  min-height: 350px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

#activities .cards_list_wrap ul li .card {
  position: static;
}

#activities .cards_list_wrap ul li:last-child {
  border-right:0;
}
  #activities .cards_list_wrap ul li .inner:before {
    display: none;
  }
  #activities .cards_list_wrap ul li .inner {
    padding: 40px 20px 64px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  #activities .cards_list_wrap ul li:last-child .inner {
    border-bottom: none;
  }

#activities .cards_list_wrap ul li .card .image_activities {
  margin-bottom: 22px;
 }
#activities .cards_list_wrap ul li .card .image_activities i {
  font-size: 3.8em;
  color: #607D8B;
}
#activities .cards_list_wrap ul li .card .title_holder_activities {
  margin-bottom: 18px;
}
#activities .cards_list_wrap ul li .card .title_holder_activities h3 {
  font-size: 1.8em;
  color: var(--links-color);
  line-height: 1.5;
  font-weight: 600;
}
#activities .cards_list_wrap ul li .card .title_holder_activities h3 a {
  text-decoration: none;
    font-size: .8em;
  color: var(--links-color);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#activities .cards_list_wrap ul li .card .title_holder_activities h3 a:hover {
  color: var(--hover-links-color);
}
#activities .cards_list_wrap ul li .card .textContent {
  margin-bottom: 1.3em;
}
#activities .cards_list_wrap ul li .card .textContent p {
  font-size: 1em;
  color: var(--links-color);
  line-height: 1.7;
}
#activities .cards_list_wrap ul li .card .read_more_activities a {
  text-decoration: none;
  font-size: 1em;
  color: #3d8325;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-family: "Montserrat";
}
#activities .cards_list_wrap ul li .card .read_more_activities a:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: var(--links-color);
  left: 100%;
  top: 50%;
  margin-left: 3px;
}
#activities .cards_list_wrap ul li .card .read_more_activities span {
  font-size: 1em;
  color: var(--links-color);
  padding-left: 20px;
  display: inline-block;
}
#activities .read_more_activities{
  position:absolute;
  bottom: 10px;
  }
/*********************** Sections *************/

.section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position:relative;
  left: -46px;
  padding: 40px 0 65px 46px;
  margin-bottom: 95px;
  box-sizing: border-box; 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  
} 




/*	 Rooms  ----------------------------------*/

#rooms {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}


#rooms .owl-carousel {
  width: 100%;
  height: 100%;
}
#rooms .main_carousel_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
rooms .item .view_room {
  visibility: visible;
  position: relative;
  background-color: var(--bgleft-color);
  opacity: 0;
  transition: opacity 500ms;
  text-align: center;
  z-index: 1;
  height: 32px;
  line-height: 32px
}

rooms .item .view_room a {
  color: white;
  text-decoration: none;
}
rooms .item:hover .view_room {
  visibility: visible;
  position: relative;
  background-color: var(--bgleft-color);
  text-align: center;
  z-index: 1;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  transition: opacity 500ms;
}
/*************************/
#rooms .item .overlay_color:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background-color: #000000;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity 500ms;
    z-index:100;
}
#rooms .item .overlay_color:hover:after{
    opacity:0.7;
}
#rooms .item{
}
#rooms .item .overlay_color:hover .overlay_title{
  position: absolute;
  top:50%;
  left:0;
  right:0;
  padding: 2px 0;
  text-align:center;
  background-color:#260808f7;
  opacity:0;
  transition:opacity 500ms;
  z-index:210
}

#rooms .item .overlay_color:hover .overlay_title{
  opacity:1;
  transition:opacity 500ms;
}
#rooms .item .overlay_color:hover .overlay_title a{
  color: white;
  text-decoration:none;
  font-size: 1.2em
}
#rooms .item .overlay_color:hover .overlay_title a:before {
  content:"";
  position:absolute;
  left:8px;
  right:0;
  top:0;
  bottom:0;
}

#rooms .item .overlay_color:hover .overlay_title a:after {
  font-family:"IcoFont";
  font-size: 0.8em;
  content:"\e909";
  position: relative;
  left:8px;
}

/*Main room images for carousel*/
#rooms .main_image.im1{
    background-image:url('../imgs/rooms/room1.jpg') !important;
}
#rooms .main_image.im2{
    background-image:url('../imgs/rooms/room2.jpg') !important;
}
#rooms .main_image.im3{
    background-image:url('../imgs/rooms/room3.jpg') !important;
}
#rooms .main_image.im4{
    background-image:url('../imgs/rooms/room4.jpg') !important;
}
#rooms .main_image.im5{
    background-image:url('../imgs/rooms/room5.jpg') !important;
}
#rooms .main_image.im6{
    background-image:url('../imgs/rooms/room6.jpg') !important;
}
#rooms .view_room :not(a:first-of-type){
    display: none;
}


/* Contact  ------------------------------------------------------*/

textarea {
    border-radius: 0;
    font-size: 1em;
    color: #333;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 10px !important;
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
input[type="text"] {
    border-radius: 0;
    font-size: 1em;
    color: #333;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    padding: 10px !important;
    height: 44px;
    vertical-align: middle;
    border: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
textarea:focus, input[type="text"]:focus {
    border-color: #ccc;
    background: #eee;
}
#contact {
  padding-top:0;
  padding-bottom:0;
}
#contact .section_title_lg, 
.section_title_lg .inner {
  width: 100%;
  height: auto;
  clear: both;
  position:relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

#contact .section_title_lg {
  margin-bottom:80px;
  color: var(--links-color)
}

#contact .section_title_lg .inner {
  position: relative;
  padding: 46px 121px 46px 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

#contact .section_title_lg .inner:before,
#contact .section_title_lg .inner:after{
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  top: 0px;
  right: calc(125px + 8vw);
  background-color: #e7dd8f;
  z-index: 2;
}
#contact .section_title_lg .inner:before {
  transform: skewX(48deg);
}
#contact .section_title_lg .inner:after {
  transform: skewX(-48deg);
}
#contact .section_title_lg .inner .text {
  font-size: 2.4em;
  position: relative;
  z-index: 3;
  font-weight: 500;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

.contact_form_wrap, .contact_form_wrap .get_in_touch_wrap, .contact_form_wrap .form_body, .contact_form_wrap .form_body .row {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.contact_form_wrap {
  position: relative;
}
.contact_form_wrap .form_body .row {
  margin-bottom: 27px;
}
.contact_form_wrap .form_body .row:last-child {
  margin-bottom: 0px;
}
.contact_form_wrap .leftbox {
  width: 65%;
  height: auto;
  float: left;
  position:relative;
}
.contact_form_wrap .leftbox .subtitle {
  margin-bottom: 60px;
}
.contact_form_wrap .leftbox .subtitle p {
  font-size: 1.3em;
  line-height: 1.6;
  color: var(--links-color);
}
.contact_form_wrap .title {
  margin-bottom: 34px;
}
.contact_form_wrap .title h3 {
  font-size: 1.7em;
  font-weight: 600;
  color: var(--links-color);
  letter-spacing: -0.25px;
}
.contact_form_wrap .title {
  position: relative
}
.contact_form_wrap .title h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #fab702;
  bottom: -10px;
}
.contact_form_wrap .form_body .row label {
  display: block;
  font-size: 1em;
  color: var(--links-color);
  line-height: 1.7;
  position: relative;
}
.contact_form_wrap .form_body .row label span {
  position: relative;
}
.contact_form_wrap .form_body .row label span:before
 {
  position: absolute;
  content: "*";
  color: #edb600;
  left: 100%;
  margin-left: 4px;
}
.contact_form_wrap .form_body .row input {
  width: 340px !important;
  height: 40px !important;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-top: 9px;
}
.contact_form_wrap .form_body .row input:focus {
  outline: none;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.contact_form_wrap .form_body .row textarea {
  max-width: 600px;
  height: 220px !important;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-top: 9px;
}
.contact_form_wrap .form_body .row textarea:focus {
  outline: none;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.contact_form_wrap .form_body .row a {
  text-decoration: none;
  display: inline-block;
  background-color: var(--hover-links-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  padding: 12px 27px 11px 27px;
  font-family: "Montserrat";
}
.contact_form_wrap .rightbox {
  width: 35%;
  height: auto;
  float: right;
  padding-left: 30px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.contact_form_wrap .rightbox_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.contact_form_wrap .rightbox_inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #c7b380;
  left: -24px;
  transform: skewX(-20deg);
}
.contact_form_wrap .rightbox_inner .contact_info {
  padding: 42px 40px 44px 40px;
}
.contact_form_wrap .rightbox_inner ul {
  margin: 0px;
  list-style-type: none;
}
.contact_form_wrap .rightbox_inner ul li {
  margin: 0px 0px 37px 0px;
}
.contact_form_wrap .rightbox_inner ul li:last-child {
  margin-bottom: 0px;
}
.contact_form_wrap .rightbox_inner ul li p, .contact_form_wrap .rightbox_inner ul li h3 {
  font-size: 1em;
  color: var(--links-color);
  line-height: 1.7;
}
.contact_form_wrap .rightbox_inner ul li a {
  text-decoration: none;
  color: black;
}
.contact_form_wrap .rightbox_inner ul li .office {
  margin-bottom: 15px;
}
.contact_form_wrap .rightbox_inner ul li .office h3 {
  font-size: 1.3em;
  font-weight: 600;
}
.contact_form_wrap .rightbox_inner ul li .image {
  border-radius:50%;
  display:block;
  width:150px;
  height:150px;
  margin:0 auto;
}

/*-------------------- Form alerts -----------------------*/

.contact_form_wrap .form_alerts {
  display: none;
  box-sizing:border-box;
  text-align: center;
  width: 90%;
  position:absolute;
  top: 50%;
  z-index: 1;
  box-shadow: 4px 4px 5px 1px lightgrey;
}

.contact_form_wrap .form_alerts span{
   display:flex;
   flex-direction: column;
   padding: 10px 10px 14px 10px;
   font-size: 1.6em;
   background-color: #fedbc0;
}

.contact_form_wrap .contact_error {
  color: #43430E;
  background-color: #fedbc0;
}
.contact_form_wrap .contact_success {
  color: #1a1a19;
  background-color: #fedbc0;
}
/*----------------------------- the map ---------------------*/
.themap{
width: 100%;
border: 1px solid black;
}

/*	Foot area  ---------------------------*/

.footer_wrap {
  width: 100%;
  height: auto;
  clear: both;
  /* float: left; */
  background-color: #f5f5f5;
  padding-top: 35px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

.footer_wrap .cards_list_wrap {
  box-sizing: border-box;
}
.footer_wrap .cards_list_wrap ul.cards_list {
    display:block;
}
.footer_wrap .cards_list_wrap ul.cards_list > li {
  min-height: 0;
  padding-bottom: 90px;
}
.footer_wrap .cards_list_wrap .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.footer_wrap .cards_list_wrap .footer_section_title {
  margin-bottom: 45px;
}
.footer_wrap .cards_list_wrap .footer_section_title h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--links-color);
  position: relative;
}
.footer_wrap .cards_list_wrap .footer_section_title h3:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--line-title);
  bottom: -12px;
}
.footer_wrap .cards_list_wrap .textContent {
  margin-bottom: 21px;
}
.footer_wrap .cards_list_wrap .textContent p {
  font-size: 1em;
  line-height: 1.7;
  color: var(--links-color);
}
.footer_wrap .inner_list ul {
  margin: 0px;
  list-style-type: none;
}


.footer_wrap .inner_list ul li {
  margin: 0px;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  height:auto;
  float: left;
  padding-bottom: 4px;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.footer_wrap .inner_list ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.footer_wrap .inner_list ul li .wrap {
  width: 100%;
  float: left;
}
.footer_wrap .inner_list ul li .wrap.pay {
    display: flex;
    justify-content: space-around;
}

.footer_wrap .inner_list ul li .wrap .left, 
.footer_wrap .inner_list ul li .wrap .right {
  font-size: 1em;
  line-height: 1.7;
  color: var(--links-color);
}
.footer_wrap .inner_list ul li .wrap .left {
  float: left;
}
.footer_wrap .inner_list ul li .wrap .right {
  float: right;
  font-weight: 600;
}
.services_list .inner_list ul li {
  border-bottom: none;
}
.services_list .inner_list ul li span {
  vertical-align:super;
  padding-left: 8px
}
.services_list .inner_list ul li .wrap .right {
  font-weight: normal;
}
.services_list .inner_list ul li a {
  text-decoration: none;
  color: var(--links-color);
  margin-left: 8px;
  vertical-align: super;
}
.footer_wrap .services_list ul li {

  padding-right: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-top: 1px solid #e5e5e5;
  padding: 27px 0px;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.copyright p {
  font-size: 1em;
  color: var(--links-color);
}
.copyright p a {
  text-decoration: none;
  color: var(--links-color);
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.copyright p a:hover {
  color: var(--line-title);
}
.container .goTop {
  width: auto;
  height: auto;
  background-color: #f5f5f5;
  position: absolute;
  top: -43px;
  right: 0px;
  padding-left: 11px;
  display: flex;
  align-items: center;
}
.container .goTop span {
  font-size: 0.86em;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 11px;
  color: #999;
  font-family: "Montserrat";
}
.container .goTop a {
  background-color: #fab702;
  padding: 15px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.container .goTop a:after {
  width: 0px;
  height: 0px;
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #1b1b1b;
  top: 7px;
  right: 10px;
}


/*	Media queries (responsive) */

@media (max-width: 1720px) {
  .leftside_wrap {
    width: 450px;
  }
  .rightside_wrap {
    padding-left: 450px;
  }
}
@media (max-width: 1620px) {
  .leftside_back {
    width: 440px;
  }
  .leftside_wrap {
    width: 440px;
  }
  .rightside_wrap {
    padding-left: 440px;
  }
}
@media (max-width: 1570px) {
  .leftside_back {
    width: 340px;
  }
  .side_nav_bar {
    width: 300px;
  }
  .leftside_wrap {
    width: 340px;
  }
  .rightside_wrap {
    padding-left: 340px;
  }
}
@media (max-width: 1200px) {
  .cards_list_wrap ul.cards_list > li {
    width: 25%;
  }
  .contact_form_wrap .form_body .row textarea {
    width: 400px !important;
  }
}
@media (max-width: 1040px) {
  .section{padding-left:0px; left:0px}

  .top_navbar {
    display: block;
  }
  .topbar_info {
    background-color: #3d8325;
  }

  .social_links li a {
    color: #fff;
    border-color: #fff;
  }
  .social_links {
    margin-right: 0px;
  }
  .pre_hero_wrap .left h3 {
    font-size: 3.1em;
  }
  .prev_next {
    left: 20px;
  }
  .rightside_wrap {
    padding-left: 0px;
  }
  .leftside_wrap {
    display: none;
  }
  
  .cards_list_wrap ul.cards_list{
      display:block;
  }
  
}
@media (max-width: 768px) {
.html{
   font-size:12px;
}
  .section_title_lg .inner{
    padding:0;
  }
  .connect_link .send_msg {
    display: none;
  }
  .connect_link .phone_numb_in {
    padding-right: 20px !important;
    padding-left: 0px !important;
  }
  .connect_link .phone_numb img {
    display: none;
  }
  .connect_link .phone_numb p {
    font-size: 1em;
  }
  .social_links li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .pre_hero_wrap .left h3 {
    font-size: 2.86em;
  }
  .pre_hero_wrap .right p {
    font-size: 1.14em
  }
  .pre_hero_wrap .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .pre_hero_wrap .right {
    width: 100%;
  }
  .pre_hero_wrap {
    padding: 30px 0px 97px 0px;
  }
  .pre_hero_wrap .left {
    padding-right: 0px;
  }
  #testimonials .textContent p {
    font-size: 1.14em
  }
  .prev_next {
    left: 20px;
  }
  .prev_next > div:after {
    top: 17px;
    left: 19px;
  }
  .prev_next .tm_next_button:after {
    left: 14px;
  }

  .prev_next > div {
    padding: 22px;
  }
  .cards_list_wrap  ul.cards_list > li {
    width: 100%;
    padding-bottom:8px;
    position:relative;
    display:block;
  }

  .section_title_lg .inner .text {
    font-size: 2.14em
  }
  .contact_form_wrap .leftbox .subtitle p {
    font-size: 1.14em
  }
  .contact_form_wrap .form_body .row textarea {
    width: 100% !important;
  }
  .contact_form_wrap .form_body .row input {
    width: 100% !important;
  }
  .contact_form_wrap .leftbox {
    width: 100%;
    margin-bottom: 70px;
  }
  .contact_form_wrap .rightbox {
    width: 100%;
    padding-left: 0px;
  }
  .contact_form_wrap img {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    padding-left: 0;
  }
  .footer_wrap .cards_list_wrap ul.cards_list > li{
      padding-bottom:8px;
  }
  .footer .cards_list_wrap ul.cards_list > li{
      min-height: initial;
  }
  .footer .cards_list_wrap ul.cards_list > li,
  .footer_wrap .inner_list ul li .wrap,
  .footer_wrap .inner_list ul li .wrap .left,
  .footer_wrap .inner_list ul li{
       float:none
  }
}
@media (max-width: 480px) {
  .container{padding:0px 10px;}    
  .connect_link .phone_numb p {
    font-size: 1em;
    line-height: 15px !important;
  }
  .connect_link {
    width: 100% !important;
    text-align: center !important;
  }
  .pre_hero_wrap .right p {
    font-size: 1em;
  }
  .topbar_info {
    height: auto;
  }
  .connect_link > div {
    float: none;
  }
  .topbar_info > div {
    height: auto;
  }
  .topbar_info .social_links {
    width: 100%;
    text-align: center;
  }
  .topbar_info .social_links ul {
    display: inline-block;
  }
  .connect_link .phone_numb {
    padding-left: 0px;
  }
  .connect_link .phone_numb_in {
    padding: 0px !important;
  }
  .social_links li:nth-child(1) {
    margin-left: 0px !important;
  }
  .pre_hero_wrap {
    padding: 50px 0px 97px 0px;
  }
  .pre_hero_wrap .left h3 {
    font-size: 2.5em;
  }
  #testimonials .textContent p {
    font-size: 1em;
  }
  #testimonials .main_carousel_wrap .item .inner .name span:nth-child(1) {
    font-size: 0.86em;
  }
  #testimonials .main_carousel_wrap .item .inner .name span:nth-child(2) {
    font-size: 1em;
  }
  .title_holder .span h3 {
    font-size: 1.5em
  }
  .common_carousel_wrap .carousel_nav {
    top: -8px;
  }
  .section_title_lg .inner .text {
      font-size: 1.9em
  }
  .contact_form_wrap .leftbox .subtitle p {
    font-size: 1em;
  }
  .contact_form_wrap .rightbox_inner .in {
    padding: 42px 20px 44px 20px;
  }
}
@media (max-width: 360px) {
  #testimonials .main_carousel_wrap .item .inner .name_holder_wrap .image {
     float:none;
    }
 #testimonials .main_carousel_wrap .item .inner .name{    
    border-bottom:1px solid lightgray;
    margin-bottom:4px;
  }
  .connect_link .phone_numb_in {
    padding-right: 20px;
  }
  .connect_link .phone_numb p {
    font-size: 1em;
  }
}


