/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/



/*

font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;

font-family: 'Open Sans', sans-serif;
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
*/

@font-face{
  font-family:'proxima';
  src:url(../fonts/Proxima/Nova/Font.otf);
}
@font-face{
    font-family:'avenir-lt';
    src:url(../fonts/FontsFree-Net-Avenir-Light.ttf);
  }
  @font-face{
    font-family:'lulo-clean';
    src:url(../fonts/Lulo-Clean.ttf);
  }
  html {
    scroll-behavior: smooth;
  }
body{
	background-color: #fff;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
/* ================= normalizing =============*/

a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none!important;
	color: #000;
	list-style: none;
}
img{width: 100%;}
input[type="number"]{
	appearance:textfield;
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	-ms-appearance:textfield;
	-o-appearance:textfield;
}
::selection {background: #0d72b9;color: #fff;}
::-moz-selection {background: #0d72b9;color: #fff;}
::-webkit-selection {background: #0d72b9;color: #fff;}
/*=========  end ===============*/

/*		Common Styles	*/
.master_wrap{
	/* max-width: 1440px; */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ease,a,input,button{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.container{
    max-width: 1150px;
}

/* =============== end ============*/
#nav-icon {
    z-index: 999;
    margin: 0;
    width: 30px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    display: block;
    right: 20px;
    top: 40px;
    display: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4f3553;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate( 
0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 
0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 7px;
}
#nav-icon span:nth-child(3) {
    top: 14px;
}
#nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 100%;
    -webkit-transform: rotate( 
135deg );
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate( 
135deg );
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
}
#nav-icon.open span:nth-child(3) {
    top: 7px;
    width: 100%;
    -webkit-transform: rotate( 
-135deg );
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate( 
-135deg );
}

.header_section{
	position: relative;
}
.header_wrp{
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 42px;
    display: flex;
    align-items: center;
    position: relative;
}
.logo_wrp,
.menu_wrp,
.header_serch_wrp{
    flex-grow: 1;
}
.logo_wrp,
.header_serch_wrp{
    max-width: 400px;
    position: relative;
}

.logo_wrp img {
    max-width: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -43px;
    z-index: 9;
    background: #fff;
}
.header_serch_wrp input{
    width: 100%;
    display: block;
}
.header_serch_wrp form{
    position: relative;
    display: block;
    overflow: hidden;
}
.header_serch_wrp input[type="submit"],
.header_serch_wrp button{
    position: absolute;
    opacity: 0;
    z-index: -9;
}
.header_top {
    background: #372138;
    text-align: center;
    padding: 7px 15px;
}
.header_top p{
    font-size: 13px;
    line-height: 1;
    color: #fff;
}
.header_top p span{
    color: #f0095b;
}
.header_serch_wrp input {
    width: 100%;
    display: block;
    padding: 7px 10px;
    padding-left: 17px;
    border: none;
    background: #f0f0f0;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    border-radius: 4px;
    letter-spacing: 0.2px;
    font-weight: 700;
}
.header_serch_wrp ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6c6c6;
  opacity: 1;
}
.header_serch_wrp ::-moz-placeholder { /* Firefox 19+ */
  color: #c6c6c6;
  opacity: 1;
}
.header_serch_wrp :-ms-input-placeholder { /* IE 10+ */
  color: #c6c6c6;
  opacity: 1;
}
.header_serch_wrp :-moz-placeholder { /* Firefox 18- */
  color: #c6c6c6;
  opacity: 1;
}
.logo_wrp {
    min-width: 200px;
}
.menu_wrp{
    padding: 0 25px;
    text-align: right;
}
.menu_wrp ul li:last-child{
    padding: 0;
}
.menu_wrp li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    padding-right: 50px;
}
.menu_wrp li a{
    color: #20303c;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'lulo-clean';
    letter-spacing: -1px;
}
.menu_wrp li a:hover{
    color: #e9cd00;
}
.gallery_slider_wrpr{
  width: 100%;
}

.home_banner_inner {
    min-height: 115vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-attachment: fixed !important;
}
.home_banner_content {
    width: 100%;
    max-width: 1300px;
    padding: 100px 30px;
    text-align: center;
    position: relative;
z-index: 2;
margin-bottom: 190px;
}
.home_banner_content h1{
    color: #FFF;
    font-weight: inherit;
    font-family: 'avenir-lt';
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
}
.home_banner_content h2{
font-family: 'lulo-clean';
color: #FFF;
text-align: center;
font-size: 55px;
max-width: 100%;
margin: auto;
  margin-top: auto;
  margin-top: 20px;
  line-height: 80px;
}
.service_item {
    width: 100%;
    max-width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 60px;
  }
.service_item img{
    max-width: 75px;
}
.scroll_box_section {
    position: absolute;
    bottom: 60px;
    background: #010212;
    left: 42px;
    right: 42px;
    padding: 15px 0;
    z-index: 9;
    display: flex;
    align-content: center;
    max-width: 90%;
margin: auto;
  }
  .scroll_btn {
    margin-top: 40px;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
.scroll_btn svg{
  max-width: 36px;
  color: #FFF;
  fill: #FFF;
  height: 70px;
  }
  a.book_now{
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-family: 'avenir-lt';
    /* color: #010212;
    background: #e9cd00; */
    color: #FFF;
background: #010212;
    border-radius: 45px;
    margin-top: 40px;
  }
  .custom_flex_column .service_item{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service_home_wrpr  .custom_flex_column p {
    margin-top: auto;
  }
  .service_home_wrpr  .custom_flex_column p  a{
    text-decoration: underline!important;
    font-weight: bold;
    color: #010212;;
  }
  .service_home_wrpr .custom_flex_column  h3 {
    margin-bottom: 15px;
  }
.box-item {
    color: #FFF;
    width: 25%;
    padding-left: 50px;
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
}
  /* .box-item::before {
    content: '';
    width: 8px;
    top: 0;
    bottom: 0;
    left: 20px;
    background: #e9cd00;
    display: block;
    position: absolute;
    border-radius: 15px;
  }
   */
.box-item .line_top {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 20px;
  background: #e9cd00;
  display: block;
  position: absolute;
  border-radius: 15px;

}
.box-item:first-child .line_top {
    opacity: 0 !important;
}
.box-item p {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #e9cd00;
    font-family: 'avenir-lt';
    font-size: 18px;
    text-transform: uppercase;
}
.box-item p strong {
    display: block;
    font-size: 30px;
    font-family: 'lulo-clean';
    letter-spacing: -6px;
}
.loaded .home_half_overlay {
    position: absolute;
    left: auto;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background: rgba(233, 205, 0, .65);
    
}
.loaded .home_half_overlay_right {
    position: absolute;
    right: auto;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background: rgba(26, 27, 31, .65);
    
}
.loaded .home_half_overlay{
    animation: to_left 2s ease;
}
.loaded .home_half_overlay_right{
    animation: to_right 2s ease;
}
@keyframes to_left {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes to_right {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

.home_banner_content p{
    color: #efedea;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0;
}
.home_banner_content a{
    display: inline-block;
    margin-top: 10px;
    min-width: 170px;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
    border: 1px solid #efedea;
    color: #efedea;
    font-family: 'Oswald', sans-serif;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home_banner_content a:hover{
    border: none;
}
.testimonials_home_wrpr {
  padding: 117px 0;
  position: relative;
  background: #FFF;
}
.gallery_home_wrpr{
  padding: 117px 0;
  position: relative;
  background: #010212;
  padding-bottom: 125px;
}
.testimonials_home_wrpr h2 {
  font-family: 'lulo-clean';
  text-align: center;
  font-size: 50px;
  color: #010212;
  width: 100%;
  margin-bottom: 90px;
}
.gallery_home_wrpr h2{
  font-family: 'lulo-clean';
  text-align: center;
  font-size: 50px;
  color: #FFF;
  width: 100%;
  margin-bottom: 90px;
}
.testimonials_home_wrpr .joint_title {
  height: 100px;
  top: 0;
}
.gallery_home_wrpr .joint_title {
  height: 100px;
  top: 0;
}
.testimonials_outer{
  width: 100%;
max-width: 1150px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.testimonials_outer .testimonials_item{
width: 100%;
max-width: 33.33%;
text-align: center;
padding: 0 15px;
position: relative;
display: flex;
flex-direction: column;
}
.testimonials_outer .testimonials_item p::before {
  content: '';
  width: 8px;
  top: 0;
  bottom: 0;
  left: -40px;
  background: #e9cd00;
  display: block;
  position: absolute;
  border-radius: 15px;
}
.author_area {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: auto;
}
.img_block_author {
  width: 100%;
  max-width: 70px;
  border-radius: 10px;
overflow: hidden;
}
.author_desc {
  padding-left: 20px;
  padding-top: 10px;
}
.author_desc h3{
  text-align: left;
  font-family: 'avenir-lt';
  font-size: 18px;
  color: #010212;
}
.author_desc h5 {
  font-size: 16px;
  font-family: 'avenir-lt';
  max-width: 470px;
  text-align: justify;
  margin-left: auto;
  margin-top: 7px;
  font-weight: 400;
  color: #010212;
}
.testimonials_outer .testimonials_item p {
  max-width: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-family: 'avenir-lt';
  margin-left: 40px;
  margin-top: 0;
  color: #010212;
  line-height: 1.5em;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}
.home_banner_content a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(247,11,84);
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
.about_home_wrpr {
    padding: 117px 0;
    background: #e5e5e5;
    padding-bottom: 200px;
    position: relative;
  }
  .about_each{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
flex-wrap: wrap;
width: 100%;
position: relative;
  }
 .service_home_wrpr .joint_title {
    height: 100px;
    top: 0;
    /*background: #fff;*/
  }
  .about_each h2{
    font-family: 'lulo-clean';
    text-align: center;
    font-size: 50px;
    color: #010212;
    width: 100%;
  }
  .about_left_sec {
    float: left;
    width: 100%;
    max-width: 50%;
  }
  .about_right_sec {
    float: left;
    width: 100%;
    max-width: 50%;
  }
  .about_each h2 span{  
font-family: 'avenir-lt';
text-transform: uppercase;
color: #010212;

}
.img_block{
    width: 387px;
    height: 460px;
    position: relative;
    padding-top: 80px;
}
.box_column{
    width: 387px;
    height: 460px;
    position: absolute;
    border: 3px solid #e9cd00;
    left: -80px;
    top: 0;
    z-index: 0;
}
.img_block img{
    position: relative;
    z-index: 9;
    width: 387px;
    height: 460px;
    object-fit: cover;
}
.about_left_sec p {
    font-size: 18px;
    font-family: 'avenir-lt';
    max-width: 500px;
    text-align: justify;
    margin-left: auto;
    margin-top: 200px;
    color: #010212;
    line-height: 1.7;
  }
  .about_right_sec {
    margin-top: 200px;
  }
.about_right_sec p {
    font-size: 18px;
    font-family: 'avenir-lt';
    max-width: 500px;
    text-align: justify;
    margin-left: 0;
    color: #010212;
    line-height: 1.7;
  }
  .about_right_sec  .img_block {
    margin-left: auto;
  }
  .about_right_sec .box_column {
    right: -80px;
    left: auto;
    margin-top: 45px;
  }
  .about_right_sec .img_block img{
    margin-left: -70px;
    margin-top: 75px;
    height: auto;
    width: 400px;
  }
.line-block {
    position: relative;
    margin-top: 35px;
  }
  .line-block::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -80px;
    height: 3px;
    background: #e9cd00;
    display: block;
    width: 115px;
  }
  .joint_title{
    width: 3px;
    height: 117px;
    background: #e9cd00;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -20px;
    z-index: 9;
    
  }
  .rounded_circle{
    margin-top: 40px;
margin-left: auto;
max-width: 470px;
position: relative;
  }
  .rounded_circle::before{
    width: 60px;
    height: 60px;
    background: #e9cd00;
    content: '';
    border-radius: 50%;
    display: block;
  }
  .home_banner_content a:hover::after {
    color: #fff;
    box-shadow: none;
    opacity: 1;
  }
.three_box_section_home{
    background: #fff;
    padding: 100px 0;
}
.three_box_each_wrp{
    background: #f4f4f4;
    border-radius: 10px;
    padding: 15px;
}
.three_box_each_wrp h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 7px;
    line-height: 1;
}
.three_box_each_wrp p {
    line-height: 1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
}
.service_home_wrpr{
    padding: 117px 0;
    /* background: #010212; */
    position: relative;
    background: #fff;

}
.service_home_wrpr::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: rgba(255,255,255,.1);
    z-index: 0;
  }
.why_choose_wrpr.service_home_wrpr {
    background: #010212;
    background-image: url(../images/pexels-fauxels-3184325.jpg);
    background-size: 150% auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    z-index: 1;
}
.why_choose_wrpr.service_home_wrpr:after {
    content: "";
    z-index: -1;
    background: rgb(1,2,18);
    background: linear-gradient(90deg, rgba(1,2,18,1) 0%, rgba(1,2,18,1) 65%, rgba(1,2,18,0.49343487394957986) 100%);
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
  .why_choose_wrpr.service_home_wrpr::before {
    display: none;
  }
.service_each{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service_each hr{
    width: 100%;
    margin: 0;
    border: none;
  }
  .service_home_wrpr h2 {
    font-family: 'lulo-clean';
    text-align: center;
    font-size: 50px;
    color: #000;
    width: 100%;
    margin-bottom: 90px;
  }
  .why_choose_wrpr.service_home_wrpr p {
    color: #FFF;
    text-align: left;
    max-width: 270px;
    margin-left: 0;
  }
  .why_choose_wrpr.service_home_wrpr h3{
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
  }
.why_choose_wrpr.service_home_wrpr .service_item {
    text-align: left;
    max-width: 50%;
    margin: 25px 0;
    padding: 20px;
}
.why_choose_wrpr.service_home_wrpr .service_item:nth-child(2) {
    border-left: 1px dotted #e9cd00;
    border-bottom: 1px dotted #e9cd00;
}
.why_choose_wrpr.service_home_wrpr .service_item:nth-child(3) {
    border-right: 1px dotted #e9cd00;
    border-top: 1px dotted #e9cd00;
}
  .why_choose_wrpr.service_home_wrpr .service_each {
    max-width: 1150px;
    justify-content: left;
  }
  .service_home_wrpr h3{
    text-align: center;
font-size: 18px;
/* color: #FFF; */
color: #010212;
font-family: 'avenir-lt';
margin-top: 30px;
}
.why_choose_separation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
  }
.service_home_wrpr p {
    font-size: 15px;
    font-family: 'avenir-lt';
    margin-left: auto;
    margin-top: 20px;
    /* color: #FFF; */
    color: #010212;
    line-height: 1.5em;
  }
  .service_home_wrpr h2 span {
    font-family: 'avenir-lt';
    text-transform: uppercase;
    color: #000;
  }
  .why_choose_wrpr.service_home_wrpr h2,
    .why_choose_wrpr.service_home_wrpr h2 span{
    color: #fff;
}
.three_box_each_wrp a {
    display: inline-block;
    background: #1bb57c;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 18px;
    border-radius: 50px;
    margin-top: 8px;
}
.three_box_each_wrp a:hover {
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
}
.best_seller_list_section{
    padding: 70px 0;
    padding-top: 125px;
    position: relative;
    text-align: center;
    background: #efedea;
}
.best_seller_list_section ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    padding: 0 50px;
    padding-top: 35px;
}
.best_seller_list_section ul li{
    width: 33.33%;
    padding: 0 50px;
    position: relative;
    z-index: 20;
}
.best_seller_each{
    background: #fff;
    padding: 25px 20px;
    text-align: center;
}
.best_seller_each img{
    max-width: 85px;
}

.best_seller_list_section h2{
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}
.best_seller_list_section h2:after{
    content: "";
    width: 275px;
    margin: 0 auto;
    margin-top: 5px;
    display: block;
    height: 2px;
    background: #8f3981;
    background: rgb(247,11,84);
    background: linear-gradient(90deg, rgba(247,11,84,1) 45%, rgba(13,114,185,1) 65%);
}
.best_seller_list_section ul li:first-child,
.best_seller_list_section ul li:last-child{
    margin-top: -85px;
}
.best_seller_each h4{
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
}
.best_seller_each a{
    width: 90px;
    line-height: 30px;
    /*border: 1px solid #000;*/
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-top: 3px;
    position: relative;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 0px 1px #000;
    overflow: hidden;
}
.best_seller_each a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(247,11,84);
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.best_seller_each a:hover{
    color: #fff;
    box-shadow: 0px 0px 0px 1px #fff;
}
.best_seller_each a:hover:after{
    opacity: 1;
}
.view_all_btn {
    background: #222222;
    color: #fff;
    border: none;
    margin-top: 75px;
    display: inline-block;
    min-width: 180px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}

.view_all_btn:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(247,11,84);
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.view_all_btn:hover:after{
    opacity: 1;
}
.about_section{
    padding: 100px 0;
    background: #fff;
}
.about_section .row{
    /*align-items: center;*/
}
.home_about_content{
    padding-left: 25px;
}
.home_about_content h3{
    color: #222222;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 60px;
    text-transform: uppercase;
}
.home_about_content p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #222;
    padding-bottom: 30px;
}
.home_about_content a {
    min-width: 145px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    /*border: 2px solid #222;*/
    box-shadow: 0px 0px 0px 2px #222;
    border-radius: 50px;
    color: #595959;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 20px;
}

.home_about_content a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(247,11,84);
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home_about_content a:hover{
    color: #fff;
    border-width: 0;
    box-shadow: 0px 0px 0px 0px #222;
}
.home_about_content a:hover:after{
    opacity: 1;
}

.client_slider_sction{
    padding-bottom: 100px;
}
.client_slider_sction img {
    max-width: 145px;
    margin: 0 auto;
}
footer{
    background: #FFF;
    padding: 65px 0;
    padding-bottom: 40px;
}
.footer_logo_wrp{
    max-width: 250px;
}
.footer_logo_wrp img{
    max-width: 175px;
    width: 100%;
    margin-bottom: 15px;
    image-rendering: pixelated;
}
.footer_logo_wrp p{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 13px;
}
.copyright p {
    font-size: 16px;
    font-family: 'avenir-lt';
    margin-left: auto;
    margin-top: 20px;
     color: #010212;
    line-height: 1.5em;
    text-align: center;
    margin-top: 45px;
  }
.footer_menu_wrp {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer_sec {
    width: 25%;
  }
  .footer_sec h3 {
    font-family: 'lulo-clean';
    text-align: left;
    font-size: 16px;
    color: #010212;
  }
.footer_sec h3 span {
    width: 100%;
    display: block;
    font-family: 'avenir-lt';
    font-size: 11px;
    margin-top: 7px;
    font-weight: normal;
    max-width: 275px;
    text-align: center;
}
.footer_menu_wrp .footer_sec p {
    font-size: 16px;
    font-family: 'avenir-lt';
    margin-left: auto;
    color: #010212;
    line-height: 1.5em;
    text-align: left;
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
}
.footer_menu_wrp .footer_sec p i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #e9cd00;
    font-size: 16px;
}
.footer_menu_wrp p a {
    display: inline-block;
    padding-left: 5px;
}
.footer_menu_wrp ul{
    padding-bottom: 15px;
}
.footer_menu_wrp li {
    display: inline-block;
    line-height: 0;
    margin: 0 -2px;
    padding: 0 12px;
    border-right: 1px solid #fff;
}
.footer_menu_wrp li:last-child{
    border: none;
}
.footer_menu_wrp li a{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}
.footer_menu_wrp li a:hover{
    color: #d82b70;
}
.footer_menu_wrp p,
.footer_menu_wrp p a{
    font-size: 16px;
    line-height: 1;
    font-family: 'avenir-lt';
    margin-left: auto;
    color: #010212;
}
.footer_menu_wrp p a:hover{
color: #d82b70;
}
.inner_page_banner{
    height: auto;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.inner_banner_content {
    width: 100%;
    max-width: 1150px;
    padding: 100px 30px;
    position: relative;
}
.inner_banner_content h1 {
    font-size: 73px;
    color: #6d345d;
    font-weight: 700;
}
.inner_banner_content p {
    color: #462446;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0;
}
.inner_banner_content img {
    position: absolute;
    width: 100%;
    max-width: 270px;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
}

.about .home_about_content p {
    line-height: 30px;
}
.about_intro_section{
    padding: 100px 0;
    background: #fff;
    padding-bottom: 20px;
    position: relative;
}
.about_intro_section::after{
    content: '';
    background: #a14f80;
    position: absolute;
    height: 1px;
    width: 220px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about_intro_section p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #222;
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
}
.about_intro_section p span{
    font-weight: bold;
}
.featured_background{
height: auto;
min-height: 500px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 60px;
}
.featured_background_content {
    width: 100%;
    max-width: 1150px;
    padding: 100px 30px;
    position: relative;
}
.featured_background_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.featured_background_content ul li{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-left: 30px;
}

.featured_background_content ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    background: linear-gradient(
90deg
, rgb(199, 43, 86), rgb(172, 79, 51) );
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.featured_background_content ul li:first-child{
    padding-left: 0;
}
.featured_background_content ul li:first-child::before{
    display: none;
}
.contact_page_banner {
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f2125;
}
.contact_banner_content {
    width: 100%;
    max-width: 1150px;
    padding: 50px 30px;
    position: relative;
}
.contact_banner_content h1{
    color: #FFF;
}
.contact_info_div h3 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact_info_div h2 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact_info_div p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #6b6b6b;
    padding-bottom: 25px;
    line-height: 28px;
}

.contact_info_div h5  {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 25px;
}
.contact_info_div ul li,   .contact_info_div ul li a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 28px;
}
.contact_info_div ul li{
    padding-bottom: 10px;
}
.location_map {
    height:100%;
    float: left;
    width: 100%;
    margin-bottom: 80px;
  }
  .location_map iframe {
    height:100%;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
      -webkit-filter: grayscale(99%); 
      -webkit-backface-visibility: hidden;  
      min-height: 450px;
  }
  .form_container form input{
    width: 100%;
    border: none;
    border-bottom: 2px solid #2f2125;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    padding-bottom: 10px;
    line-height: 10px;
    padding-top: 20px;
    padding-left: 15px;
}
.form_container form textarea{
    width: 100%;
    border: none;
    border: 2px solid #2f2125;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    padding-bottom: 15px;
    line-height: 10px;
    min-height: 150px;
    padding-top: 20px;
    padding-left: 15px;
}
.form_container form  a.form_submit {
    text-transform: uppercase;
    min-width: 145px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 0px 2px #222;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 0;
    letter-spacing: 2px;
}
.form_container form  a.form_submit:hover {
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    color: #FFF;
    box-shadow: none;
}
.form_container{
    margin-top: 60px;
}
.template_social_icons{
    margin-top: 50px;
}
.template_social_icons a {
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #000;
    color: #FFF;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}
.template_social_icons a:hover {
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    color: #FFF;
}
.products  .inner_banner_content h1{
    color: #FFF;
}
.products  .inner_banner_content p{
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0;
    max-width: 650px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    opacity: .9;

}
.products  .inner_banner_content a {
    min-width: 145px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 0px 2px #FFF;
    border-radius: 50px;
    color: #FFF;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 20px;
}
.products  .inner_banner_content a:hover {
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    box-shadow: none;
}
.products  .inner_banner_content img {
    max-width: 350px;
    right: 27px;
}
.product_lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 0 88px;
}
.product_lists ul::after {
    content: "";
    flex: auto;
    width: 10em;
}
.product_lists ul li{
    width: 28%;
    position: relative;
    z-index: 1;
    /* background: #f6f5f5; */
    margin-bottom: 80px;
}

.thumbnail_container {
    text-align: center;
    padding: 30px 15px;
    background: #f6f5f5;
    position: relative;
}
.thumbnail_container img{
    max-width: 105px;
}
.gallery_home_wrpr .container{
  max-width: 90%;
}
.gal_item {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.gal_item img {
    border-radius: 15px;
    position: relative;
    height: 250px;
    object-fit: cover;
}
.img_item {
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}
.gal_item .img_item::before {
  content: '';
  background-image: linear-gradient(to bottom, transparent, #e9cd00);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.gal_item .img_item:hover::before {
  opacity: .6;
}
.gal_item h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 20px;
  font-family: 'proxima';
  font-weight: normal;
}
.gallery_slider_wrpr .slick-next {
  right: -25px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  opacity: 1;
}
.gallery_slider_wrpr .slick-next::before {
  content: '';
}
.gallery_slider_wrpr .slick-prev {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(-45deg);
  opacity: 1;
}
.gallery_slider_wrpr .slick-prev::before {
  content: '';
}
.slick-disabled{
  opacity: 0!important;
}
.product_desc{
    float: left;
    width: 100%;
    background: #FFF;
    text-align: center;
    padding-top: 20px;
}
.product_lists{
    margin: 100px 0;
    margin-bottom: 50px;
}
.product_desc h3{
    font-size: 23px;
    color: #222;
    font-weight: 600;
}
.product_desc p{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
    margin: 0;
    color: #6b6b6b;
}
.product_lists ul li:hover .product_desc h3{
    color: #d82b70;
    -webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.product_lists ul li:hover .thumbnail_container{
    background: #FFF;
    -webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.thumbnail_container span{
    position: absolute;
    left: 15px;
    bottom: 22px;
    color: #2f2c2d;
    font-family: 'Oswald', sans-serif;
}
.mg_measure {
    background: #222222;
    color: #FFF;
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 20px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
}
.other_wrpr{
    background: #f6f6f6;
    padding: 25px 30px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.other_products_left{
    float: left;
    width: 100%;
} 
.other_product_sction{
     margin-bottom: 100px;
}
.other_products_left h3{
   color:  #222222;
   font-size: 20px;
   font-family: 'Lato', sans-serif;
   font-weight: 900;
   margin-bottom: 10px;
}
.other_products_left p{
    font-family: 'Lato', sans-serif;
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
.other_products_left a {
    min-width: 145px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 7px;
    background: #1bb57c;
}
.other_products_left a:hover{
    background: linear-gradient(90deg, rgba(247,11,84,1), rgba(13,114,185,1) );
    color: #FFF;
}
.other_product_sction h2 {
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.other_product_sction h2:after {
    content: "";
    width: 275px;
    margin: 0 auto;
    margin-top: 5px;
    display: block;
    height: 1px;
    background: #f6d0e0;
}
.drop {
    position: relative;
}
.drop .custm_dropdown_menu{
    background: #FFF;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    display: initial;
    top: calc(100% + 20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    left: 0;
    min-width: 200px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 4px rgb(0 0 0 / 10%);
    z-index: 9;
}
.drop .custm_dropdown_menu.active{
    display: block;
    top: calc(100% + 15px);
    opacity: 1;
    visibility: visible;
}
.drop .custm_dropdown_menu ul li{
    width: 100%;
    border-bottom: 1px solid #e0e2e4;
    cursor: pointer;
}
.drop .custm_dropdown_menu ul li a{
    text-align: left;
    display: block;
    padding: 12px 0;
}
.drop .custm_dropdown_menu ul li:hover a{
    color: #d82b70;
}
.client_slider_wrp .client_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .drop .custm_dropdown_menu ul li:last-child {
    padding: 0 25px;
  }
  .product_lists h2 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .product_lists h2::after {
    content: "";
    width: 235px;
    margin: 0 auto;
    margin-top: 5px;
    display: block;
    height: 1px;
    background: #f6d0e0;
  }
  .product_single_item{
      margin-top: 50px;
  }
  .single_product_description  {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 25px;
  }
  .single_product_description h3{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 36px;  
    color: #000;
    width: 100%;
  }
  .single_product_description h5{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 25px;
  color:   #a2a2a2;
  width: 100%;
  }
  .single_product_description p{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #848484;

  }
  .product_single_item .thumbnail_container img {
    max-width: 150px;
  }
  .product_single_item  .thumbnail_container {
    background: #eeedea;
    padding: 40px 15px;
  }

  .single_product_description  .template_social_icons a {
    width: auto;
    height: auto;
    background: transparent;
    color: #000;
  }
  .single_product_description  .template_social_icons {
    margin-top: auto;
    padding-top: 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .single_product_description h4 {
    color: #ababab;
    margin-right: 20px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
  }
  .product_breadcrumbs ul{
      display: flex;
  }
  .product_breadcrumbs ul li {
    
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400; 
    color: #d82b70;
  }
  .product_breadcrumbs ul li a {
    color: #372138;
    position: relative;
  }
  .product_breadcrumbs ul li a::after {
      content: ' / ';
      text-transform: uppercase;
      font-family: 'Lato', sans-serif;
      color: #372138;
      padding-right: 5px;
      padding-left: 5px;
  }
  
.product_breadcrumbs{
    margin-top: 40px;

}
.contact_page_wrp {
    width: 100%;
}
.contact_form_wrp,
.contact_addrs{
    padding: 50px 35px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
    margin-bottom: 15px;
}
.contact_form_wrp .row input, 
.contact_form_wrp .row textarea {
    width: 100%;
    resize: none;
    border: none;
    line-height: 1;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.contact_form_wrp .row textarea{
    height: 80px;
}
.contact_form_wrp .row label {
    display: block;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
.contact_form_wrp form .row {
    margin: 0 -5px;
    padding-bottom: 25px;
}
.contact_form_wrp form .row .col{
    padding: 0 5px;
}
.contact_form_wrp form button {
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-family: 'avenir-lt';
    color: #FFF;
    background: #010212;
    border-radius: 45px;
    margin-top: 0px;
    border: none;
    padding: 0;
    cursor: pointer;
}
.contact_form_wrp form button:hover{
    background: #e9cd00;
    color: #222;
}
.contact_form_wrp form .row:last-of-type{
    padding-bottom: 0;
}
.contact_addrs h4 {
    font-size: 26px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.contact_addrs h4 i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #e9cd00;
}
.service_home_wrpr .contact_addrs p i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #e9cd00;
}
.service_home_wrpr .contact_addrs p a{
    color: #010212;;
}
.service_home_wrpr .contact_addrs p {
    font-size: 18px;
    color: #010212 !important;
    margin: 0;
    max-width: 100% !important;
    line-height: 1.4;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.contact_addrs h6 a {
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-family: 'avenir-lt';
    color: #FFF;
    background: #010212;
    border-radius: 45px;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 20px;
    font-weight: normal;
}
.service_each ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 33.33%;
    width: 100%;
    position: relative;
}
.service_each ul li {
    width: 50%;
}
.service_each ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33%;
    border-top-width: 2px;
}
.service_each ul li:nth-child(6) {
    position: absolute;
    bottom: 213px;
    left: 0;
    width: 33.33%;
}
.service_each ul li:nth-child(9) {
    position: absolute;
    width: 33.33%;
    left: 0;
    bottom: 2px;
}
.service_each ul li:last-child {
    margin-left: 0;
    width: 50%;
}
.service_each ul li:nth-child(4) {
    /*width: 100%;*/
}
.what_we_do_each {
    padding-top: 211px;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
}
.what_we_do_each img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.what_we_do_each:hover img {
    background-size: 120% !important;
    transform: scale(1.1);
}
.service_each ul li .what_we_do_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
}
.what_we_do_inner{
    
}
.what_we_do_inner h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.what_we_do_inner h5 {
    color: #e8cc2d;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'avenir-lt';
    font-size: 22px;
}
.service_each ul li:first-child .what_we_do_inner h4{
    font-size: 34px;
}
.service_each ul li:first-child .what_we_do_inner h5 {
    font-size: 26px;
}
.what_we_do_each a.book_now {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'avenir-lt';
    text-transform: uppercase;
    font-weight: 900;
    background: #e8cc2d;
    color: #000;
}
.service_each ul li:first-child .what_we_do_each {
    height: 425px;
    padding: 0;
}
.what_we_do_each a.book_now:hover {
    background: #111;
    color: #e8cc2d;
}
.footer_sec h3 {
    font-family: 'lulo-clean';
    text-align: left;
    font-size: 16px;
    color: #010212;
    max-width: 220px;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 211px;
    perspective: 1000px;
    border: 1px solid #fff;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
  background-color: #e8cc2d;
  color: black;
}
.flip-box-back {
    background-color: #e8cc2d;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 15px;
    overflow: auto;
    z-index: 2;
}
.flip-box-back h4{
    padding-bottom: 10px;
    text-transform: uppercase;
}
.flip-box-back h4,
.flip-box-back p{
    width: 100%;
}
.flip-box{
    /*display: none;*/
}

.service_each ul li:first-child .flip-box {
    height: 422px;
    padding: 0;
}

.what_we_do_each {
    display: none;
}
.flip-box-front img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.what_we_do_each.what_we_do_btn {
    display: block;
}
span.succ_message {
    display: block;
    background: #333;
    text-align: center;
    padding: 15px;
    color: #e9cd00;
    margin-bottom: 20px;
}
.why_choose_wrpr.service_home_wrpr.terms_page h2 {
    margin: 0;
}
.terms_contwnt_section {
    padding: 65px 0;
}
.terms_contwnt_section h3 {
    font-size: 36px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'lulo-clean';
}
.terms_contwnt_section p{
    padding: 7px 0px;
}
.terms_contwnt_section p a:hover{
    color: #e9cd00;
}
.terms_contwnt_section * {
    font-size: 18px;
    font-family: 'avenir-lt';
}
.terms_contwnt_section li ul {
    padding: 10px 0;
}
.terms_contwnt_section li {
    position: relative;
    padding: 5px 0;
    padding-left: 30px;
}
.terms_contwnt_section li abbr {
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 15px;
}
.terms_contwnt_section h5 {
    font-size: 18px;
    font-family: 'avenir-lt';
    font-weight: normal;
    padding-top: 15px;
    line-height: 1.3;
}



/*

font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;

*/

@media screen and (max-width: 1400px) {
.home_banner_content h1 {
    font-size: 46px;
}
.home_banner_content h2 {
    font-size: 46px;
    line-height: 70px;
}
.about_each h2,
.service_home_wrpr h2,
.testimonials_home_wrpr h2,
.gallery_home_wrpr h2{
    font-size: 40px;
}
.menu_wrp li {
    padding: 0 15px;
}
.box-item p strong {
    font-size: 23px;
    letter-spacing: -4px;
}
.box-item {
    padding-left: 20px;
}
}



@media screen and (max-width: 1200px) {
    
.menu_wrp li {
    padding: 0 15px;
}
.about_each {
    padding: 0 15px;
}
.home_banner_content h1 {
    font-size: 36px;
}
.home_banner_content h2 {
    font-size: 36px;
    line-height: 1.4;
}
.box-item {
    padding-left: 35px;
}
.box-item .line_top {
    width: 1px;
}
.box-item p {
    font-size: 17px;
}
.about_each h2, .service_home_wrpr h2, .testimonials_home_wrpr h2, .gallery_home_wrpr h2 {
    font-size: 32px;
}
.service_home_wrpr h3 {
    font-size: 16px;
}
.contact_page_wrp {
    padding: 0 15px;
}
.menu_wrp {
    padding-right: 0;
}
.menu_wrp li a {
    font-size: 15px;
}
.what_we_do_inner h4 {
    font-size: 26px;
}
.service_each ul{
    /*padding: 0 15px;*/
    
}
.what_we_do_inner h4 {
    font-size: 28px !important;
}
.what_we_do_inner h5 {
    font-size: 20px !important;
}
}


@media screen and (max-width: 1024px) {
.product_lists ul {
    gap: 0 49px;
  }
  .product_lists ul li {
    width: 30%;
  }
  .products .inner_banner_content p {
    max-width: 520px;
  }
  
}







@media screen and (max-width: 992px) {
    .location_map iframe {
        min-height: 350px;
    }
#nav-icon {
    display: block;
    top: 30px;
    right: 10px;
}
    .menu_wrp {
        padding: 15px 0;
        padding-top: 15px;
      position: absolute;
      right: 0;
      min-height: auto;
      z-index: 9;
      width: 100%;
      background: #010212;
        top: -60vh;
        padding-top: 30px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        left: 0;
    }
    .menu_wrp.active {
        top: 100% !important;
        transition-delay: 0.3s;
        z-index: 99;
    }
    .logo_wrp img {
    z-index: 9999;
}
.header_wrp {
    padding: 5px 10px;
}
.logo_wrp img {
    max-width: 115px;
    width: 115px;
    image-rendering: pixelated;
}
.logo_wrp img {
    position: static;
}
    .menu_wrp.active  li {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding-bottom: 15px;
    }
    .menu_wrp.active  li a{
        color: #FFF;
    }
    .drop .custm_dropdown_menu ul li:first-child {
       padding-top: 10px;
    }
      .drop .custm_dropdown_menu ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
      }
      .drop .custm_dropdown_menu ul li {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
      }
      .header_serch_wrp {
        max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 25px;
    padding-right: 25px;
      }
      .header_serch_wrp input {
        padding: 9px 10px;
        border: 1px solid rgba(255,255,255,.2);
        background: transparent;
      }
      .header_serch_wrp ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #FFF;
      }
      .header_serch_wrp ::-moz-placeholder { /* Firefox 19+ */
        color: #FFF;
      }
      .header_serch_wrp :-ms-input-placeholder { /* IE 10+ */
        color: #FFF;
      }
      .header_serch_wrp :-moz-placeholder { /* Firefox 18- */
        color: #FFF;
      }
      .menu_wrp ul li:last-child {
        border: none;
      }
      .menu_wrp li {
    padding: 15px 25px !important;
    margin: 0 !important;
}
      .client_slider_each{
        width: 33.33%;
        text-align: center;
    }
    .client_slider_sction img {
      max-width: 110px;
    }
    .drop .custm_dropdown_menu.active {
        left: 20px;
        right: 20px;
      }
      .drop .custm_dropdown_menu.active {
        background: transparent;
        position: relative;
        box-shadow: none;
        top: 0;
        left: 5px;
      }
.logo_wrp {
    min-width: 160px;
    max-width: 160px;
}      
.scroll_box_section {
    bottom: 20px;
    flex-wrap: wrap;
} 
.box-item {
    width: 50%;
    min-height: 60px;
    margin: 5px 0;
} 
.box-item p {
    padding-top: 5px;
    padding-bottom: 5px;
        line-height: 1.4;
}
.scroll_btn {
    bottom: -45px;
}
.home_banner_content h2,
.home_banner_content h1{
    font-size: 30px;
}
.about_each {
    flex-wrap: wrap;
}
.about_left_sec {
    float: none;
    width: 100%;
    max-width: 100%;
}
.about_right_sec {
    float: none;
    width: 100%;
    max-width: 100%;
}
.img_block {
    width: 387px;
    max-width: 100%;
    height: 460px;
    position: relative;
    padding-top: 80px;
    margin: 0 auto;
}      
.box_column {
    top: -40px;
    left: -40px;
}
.img_block {
    padding-top: 0;
    margin: 0 auto;
    margin-top: 80px;
}
.about_left_sec p,
.about_right_sec p{
    margin: 0 auto;
    padding-top: 25px;
}
.about_right_sec {
    margin-top: 100px;
}
.about_right_sec {
    display: flex;
    flex-wrap: wrap;
}
.about_right_sec  .img_block {
    margin-left: auto;
    order: -1;
    margin-top: 0;
    padding-bottom: 25px;
}
.about_right_sec .img_block img {
    margin-left: 0;
    margin-top: 0;
    height: auto;
    width: 400px;
    max-width: 100%;
}
.about_right_sec .box_column {
    right: -40px;
    top: -40px;
    left: auto;
    margin-top: 0;
}
.about_home_wrpr {
    padding-bottom: 100px;
}
.testimonials_outer .testimonials_item p {
    margin-left: 15px;
}
.testimonials_outer .testimonials_item p::before {
    width: 6px;
    left: -15px;
}
.contact_page_wrp .col-md-6 {
    min-width: 100%;
    padding: 15px;
}
.box-item:nth-child(3) .line_top {
    opacity: 0 !important;
}
.box-item {
    margin: 12px 0;
}



}

@media screen and (max-width: 850px) {
.featured_background {
    min-height: 280px;
}
.featured_background_content ul li {
    font-size: 20px;
}
.client_slider_sction {
    padding-bottom: 40px;
}
.inner_banner_content img {
    max-width: 235px;
    right: 100px;
}
.product_lists ul li {
    width: 48%;
}
.product_lists ul {
    gap: 0;
}
.inner_banner_content h1 {
    font-size: 60px;
}
.products .inner_banner_content p {
    max-width: 340px;
}
.products .inner_banner_content img {
    max-width: 300px;
}
.best_seller_list_section ul li {
    padding: 0 15px;
  }
  .best_seller_list_section h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .best_seller_list_section h2::after {
    width: 250px;
  }
  .home_banner_section.home .home_banner_inner{
    height: auto !important;
    background-position: center center !important;
    min-height: calc(100vh - 132px);
}
.what_we_do_inner h4 {
    font-size: 24px !important;
}
.what_we_do_inner h5 {
    font-size: 18px !important;
}
}


@media screen and (max-width: 767px) {
.service_item {
    max-width: 33.33%;
}
.scroll_box_section {
    bottom: 20px;
    flex-wrap: wrap;
    position: static;
    width: 100%;
    margin-bottom: 10%;
    margin-top: 0;
}
.home_banner_inner {
    flex-wrap: wrap;
}
.home_banner_content {
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.scroll_btn {
    bottom: -60px;
}
.service_each ul {
    padding-left: 0%;
}
.service_each ul li {
    width: 100%;
}
.service_each ul li:first-child {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    border-top-width: 2px;
}
.service_each ul li:nth-child(6) {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
}
.service_each ul li:nth-child(9) {
    position: static;
    width: 100%;
}
.what_we_do_inner h4 {
    font-size: 30px !important;
}
.what_we_do_inner h5 {
    font-size: 24px !important;
}
section#whychoose{
    z-index: -1;
}
section#whychoose:after {
    /*content: "";*/
    /*position: absolute;*/
    /*background: #000;*/
    /*opacity: 0.4;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: -1;*/
}
.why_choose_wrpr.service_home_wrpr p,
.why_choose_wrpr.service_home_wrpr h3{
    text-align: center;
}
.why_choose_wrpr.service_home_wrpr img {
    max-width: 75px;
    margin: 0 auto;
    display: block;
}
.why_choose_wrpr.service_home_wrpr .service_item {
    padding: 20px 15px;
}
.why_choose_wrpr.service_home_wrpr p {
    margin: 0 auto;
    padding-top: 10px;
}
.why_choose_wrpr.service_home_wrpr h3 {
    margin-top: 15px;
}
.footer_sec h3 {
    max-width: 220px;
    margin: 0 auto;
}
.scroll_box_section {
    padding: 0;
}
.box-item p {
    font-size: 13px;
}
.box-item p strong {
    font-size: 18px;
}
.box-item p {
    padding-top: 0;
    padding-bottom: 0;
}
.box-item {
    margin: 8px 0;
}
.footer_menu_wrp .footer_sec p {
    max-width: 220px;
    margin: 0 auto;
}
.service_each ul li:nth-child(8) {
    position: static;
    width: 100%;
}
.service_each ul li:last-child {
    margin-left: 0;
    width: 100%;
}
.service_each ul li:last-child .what_we_do_each {
    padding-top: 100px;
}
.terms_contwnt_section h3 {
    font-size: 26px;
}
}






@media screen and (max-width: 600px) {
.contact_info_div h2 {
    letter-spacing: 3px;
    font-size: 26px;
}
.location_map iframe {
    min-height: 250px;
}
.footer_menu_wrp {
    position: relative;position: relative;
    top: 0;
    transform: none;
    left: 0;
    margin-top: 45px;
}
.footer_logo_wrp {
    margin: auto;
    text-align: center;
}
.home_about_content {
    padding-left: 0;
    margin-bottom: 70px;
}
.featured_background_content ul {
    gap: 25px;
    flex-wrap: wrap;
}
.featured_background_content ul li::before {
    display: none;
}
.featured_background_content ul li{
    padding-left: 0;
    font-size: 25px;
}
.featured_background {
    min-height: auto;
}
.about_intro_section p {
    font-size: 22px;
}
.inner_banner_content img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: block;
    margin: auto;
    max-width: 180px;
}
.inner_banner_content h1 {
    font-size: 40px;
    width: 100%;
}
.inner_banner_content p {
    width: 100%;
  }
.product_lists ul li {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.other_wrpr {
    margin-top: 30px;
}
.other_product_sction h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.products .inner_banner_content a {
    margin-bottom: 20px;
}
.products .inner_banner_content img {
    max-width: 250px;
}
.products .inner_banner_content p {
    font-size: 14px;
  }
  .best_seller_list_section ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
  }
  .best_seller_list_section ul li:first-child, .best_seller_list_section ul li:last-child {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .best_seller_list_section ul li:last-child {
      margin-bottom: 0;
  }
  .thumbnail_container img {
    max-width: 100px;
  }
  .three_box_each_wrp {
    margin-bottom: 15px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background-image: linear-gradient(to right, #e3e3e3, #f2f2f2);
  }
  .three_box_section_home {
    padding: 60px 0;
    padding-bottom: 45px;
  }
  .best_seller_list_section {
    padding-top: 70px;
  }
  .about_section {
    padding: 70px 0;
    padding-bottom: 45px;
  }
  .home_about_content h3 {
    padding-bottom: 35px;
  }
  .home_banner_content h1 {
    font-size: 30px;
    text-shadow: 2px 4px 5px rgba(0,0,0,.7);
  }
  .home_banner_content a {
    margin-top: 35px;
  }
  .header_wrp {
    justify-content: space-between;
    padding-right: 65px;
  }


 
  .about_intro_section {
    padding: 70px 0;
  }
  footer {
    padding: 65px 0;
    padding-bottom: 120px;
    position: relative;
  }
  .footer_logo_wrp p{
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 245px;
    opacity: .6;
  }
  .client_slider_each{
      width: 33.33%;
      text-align: center;
  }
  .client_slider_sction img {
    max-width: 110px;
  }
  .about_section .col-md-6:nth-child(1){
      order: 2;
  }
  .about_section .col-md-6:nth-child(2){
    order: 1;
}
.best_seller_each .best_seller_img{
    text-align: center;
}
.best_seller_each .best_seller_img img {
    display: block;
    margin: auto;
  }
  .best_seller_list_section .slick-initialized .slick-slide {
    padding: 0px 45px;
  }
  .best_seller_list_section .slick-initialized .slick-next {
    right: 50px;
}
.best_seller_list_section .slick-initialized .slick-prev {
    left: 50px;
    z-index: 9;
  }
  .best_seller_list_section .slick-initialized .slick-next::before {
    color: #494949;
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 45px;
    font-weight: 100;
  }
  .best_seller_list_section .slick-initialized .slick-prev::before {
    color: #000;
    content: "\f104";
    font-family: "fontAwesome";
    font-size: 45px;
    font-weight: 100;
}
.best_seller_list_section ul {
    margin-bottom: 0 !important;
  }
  .three_box_each_wrp a {
    margin-top: 0;
  }
  .home_banner_section.home .home_banner_inner{
      /*background: url(../images/responsive-banner.png)!important;*/
      background-size: cover !important;
      background-repeat: no-repeat !important;
      height: auto !important;
      background-position: center center !important;
      min-height: calc(100vh - 115px);
  }
  .inner_banner_content {
    height: auto !important;
    background-position: center center !important;
    min-height: calc(100vh - 115px);
    padding: 35px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .view_all_btn {
    margin-top: 45px;
  }
  .about_section.about .col-md-6:nth-child(1) {
    order: 1;
  }
  .about_section.about .col-md-6:nth-child(2) {
    order: 2;
  }
  .about_section.contact .col-md-6:nth-child(1) {
    order: 1;
  }
  .about_section.contact .col-md-6:nth-child(2) {
    order: 2;
  }
  .home_about_content.about {
    margin-bottom: 0;
  }
  .location_map {
    margin-bottom: 45px;
    margin-top: 20px;
  }
  .menu_wrp.active {
    top: 88px;
  }
 .about .home_about_content {
    margin-bottom: 0px;
}
.drop .custm_dropdown_menu ul li a {
    font-size: 14px;
  }
  .single_product_description {
    padding-left: 0;
    margin-top: 30px;
  }
  .product_single_item .thumbnail_container img {
    max-width: 115px;
  }
  .single_product_description h3 {
    font-size: 32px;
  }
  .product_breadcrumbs {
    margin-top: 30px;
  }
  .product_single_item .col-md-6{
      padding-left: 30px;
      padding-right: 30px;
  }
  .box-item {
    width: 100%;
}
.scroll_box_section {
    margin-top: 40px;
}
.home_banner_content {
    padding: 60px 15px;
    padding-bottom: 50px;
}
.about_each h2, .service_home_wrpr h2, .testimonials_home_wrpr h2, .gallery_home_wrpr h2 {
    font-size: 26px;
}
.img_block img {
    height: 350px;
    object-fit: cover;
    max-width: 100%;
}
.about_right_sec .box_column {
    max-width: 100%;
    max-height: 100%;
}
.about_right_sec  .img_block {
    height: auto;
}
.box_column {
    max-width: 100%;
    max-height: 100%;
}
.img_block {
    height: auto;
}
.line-block::before {
    bottom: -45px;
}
.service_item {
    max-width: 50%;
    margin-bottom: 25px;
}
.service_home_wrpr h2,
.testimonials_home_wrpr h2,
.gallery_home_wrpr h2{
    margin-bottom: 60px;
}
.gallery_home_wrpr {
    padding-bottom: 75px;
}
.footer_sec {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.footer_sec h3 {
    text-align: center;
}
.footer_sec h3 span {
    margin: 0 auto;
    padding-top: 8px;
}
.footer_menu_wrp {
    margin-top: 0;
}
footer {
    padding: 50px 0;
}
.gallery_slider_wrpr .slick-next {
    right: -12px;
}
.gallery_slider_wrpr .slick-prev {
    left: -12px;
}
.testimonials_outer .testimonials_item {
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
}
.testimonials_outer .testimonials_item p {
    margin-bottom: 25px;
}
.testimonials_outer {
    max-width: 310px;
}
.testimonials_home_wrpr {
    padding-bottom: 60px;
}
.why_choose_wrpr.service_home_wrpr .service_item {
    max-width: 100%;
    margin-bottom: 70px;
    max-width: 347px;
    margin: 0 auto;
}
.home_banner_content h2, .home_banner_content h1,.home_banner_content h1 {
    font-size: 24px;
}
.about_each h2, .service_home_wrpr h2, .testimonials_home_wrpr h2, .gallery_home_wrpr h2 {
    font-size: 23px;
}
.contact_form_wrp form .row .col {
    min-width: 100%;
    margin-bottom: 20px;
}
.contact_form_wrp form .row {
    padding-bottom: 0;
}
.why_choose_wrpr.service_home_wrpr {
    background-position: center;
}
.scroll_box_section .box-item .line_top{
        width: 1px;
    opacity: 1 !important;
}
.box-item {
    width: 100%;
    padding: 5px;
}
.scroll_box_section .box-item .line_top {
    width: 90%;
    opacity: 1 !important;
    height: 1px;
    left: 5%;
    top: -13px;
}
.scroll_box_section .box-item:first-child .line_top {
    opacity: 0 !important;
}
.what_we_do_each.what_we_do_btn {
    padding-top: 35%;
}
.service_home_wrpr {
    padding-bottom: 50px;
}
.why_choose_wrpr.service_home_wrpr .service_item {
    border: none !important;
    border-bottom: 1px dotted #e9cd00 !important;
}
.why_choose_wrpr.service_home_wrpr .service_item:last-child {
    border: none !important;
}
.service_home_wrpr .contact_addrs p i {
    top: 15px;
  }
  .why_choose_wrpr.service_home_wrpr .contact_page_wrp p, .why_choose_wrpr.service_home_wrpr .contact_page_wrp h3 {
    text-align: left;
  }
}





@media screen and (max-width: 375px) {
.header_serch_wrp {
    max-width: 125px;
  }
  
}

@media screen and (max-width: 320px) {
.inner_banner_content img {
    max-width: 155px;
  }
}