/*

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 About
- 2.3 Services
- 2.4 Quotation
- 2.5 Quotation wizard
- 2.6 Tips / faq
- 2.7 Contact us

3. COMMON
- Tooltips
- Containers styles
- Form styles
- Tabs, collapse
- Success submit
- etc

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/
body {background:#fff; font-size:14px; line-height:1.5; font-family:'Poppins', Arial, sans-serif; color:#555;-webkit-font-smoothing: antialiased;}

h1, h2, h3, h4, h5, h6{-webkit-font-smoothing:antialiased; color:#333;}
h3{ font-size:22px;}

label{font-weight: 500;}

/*General links color*/
a {color: #06C;text-decoration: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease; outline:none;}
a:hover,a:focus {color: #111;text-decoration: none; outline:none;}

a.link_normal{
	position:relative;
	font-weight:500;
}
a.link_normal:after{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
	content: "\24";
	top:3px;
	position:relative;
	margin-left:3px;
}
p {
	margin: 0 0 15px 0;
	    text-align: justify;
}
strong {
	font-weight: 600;
}
.main_title {
	background-color:rgba(0, 37, 74, 0.8); 
	display:inline-block; 
	padding:15px 15px 0 15px;
	position:absolute;
	margin-left:15px;
	left:0;
	bottom:0;
	z-index:9;
}
hr {
  margin-top: 20px;
  margin-bottom: 25px;
  border-color:#ededed;
  opacity: 1;
}

h4 {
  font-size: 18px;
}

.img-circle {
    border-radius: 50%;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro  {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff !important;
	background:#FF3333;
	cursor: pointer;
	padding: 12px 35px;
	display: inline-block;
	outline: none;
	font-size:13px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-transition: none;
	transition:none; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a.button_intro:hover, .button_intro:hover {
	background: #06C;
}
a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #06C;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#fff;
	background:#e04f67;
	border:2px solid #e04f67;
}
a.btn_1.medium, .btn_1.medium  {
	padding: 10px 25px;
	font-size:14px;
}
a.btn_1:hover, .btn_1:hover {
	background: #FF3333;
}
a.btn_quote{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background:none;
	cursor: pointer;
	padding: 7px 30px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:500;
	background-color:#222;
	float:right;
	white-space:nowrap;
	text-shadow:none;
	margin-top:5px;
}
a.btn_quote:hover{
	color:#222;
	background:#000;
}
a.btn_full, .btn_full{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background: #06C;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_full:hover, .btn_full:hover{
	background: #FF3333;
}
a.btn_contact, .btn_contact{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background: #FF3333;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_contact:hover, .btn_contact:hover{
	background: #06C;
}

/*-------- 1.3 Structure --------*/
/* Header */
#tag_line{
	font-size:13px;
}
a#phone_top {
	position: relative;
	font-weight: 600;
	margin-right: 10px;
    color: #ffffff!important;
    padding-left: 22px;
}
a#phone_top:hover {
    color: #fff!important;
}
a#phone_top:before {
	font-family: "ElegantIcons";
	content: "\e090";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -1px;
}

a#email_top {
	position: relative;
	font-weight: 600;
	margin-right: 10px;
    color: #ffffff!important;
    padding-left: 22px;
}
a#email_top:hover {
    color: #ffffff!important;
}
a#email_top:before {
	font-family: "ElegantIcons";
	content: "\2709";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -1px;
}

#opening {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
#opening:before {
	font-family: "ElegantIcons";
	content: "\7d";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -3px;
}
#logo {}
header{
	width:100%;
	padding:0 0 0 0;
    background: #000;
	z-index:99999;
	position:fixed;
	left:0;
	top:0;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


#top_line{
	font-size:12px;
	background-color:#f3f3f3;
	 transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 visibility:visible;
	 opacity:1;
	 padding: 8px 0;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:2px 0 0 0;
	float:right;
}
ul#top_links li{
	display:inline-block;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-right:5px;
	padding-left:8px;
}
@media(max-width:767px){
ul#top_links li{
    margin-bottom:5px;
}   
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links a{
	color:#555;
}
ul#top_links a:hover{
	color:#FF3333;
}
/*Animate Sticky header*/
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg); }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg); }
  100% {
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  30% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
  
.parallax_window_in {
	height: 50px;
	position: relative;
	display: table;
	width: 100%;
	z-index: 2;
}
.parallax_window_in.short {
	height: 100px;
	position: relative;
	display: table;
	width: 100%;
	z-index: 2;
}
#sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: middle;
	text-align: right;
}
.parallax_window_in.short #sub_content_in {
	display: table-cell;
	padding: 20px 0 0 0;
	vertical-align: bottom;
	text-align: left;
	background: rgba(0, 0, 0, 0.7);
}
#sub_content_in h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 0;
}

#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

/* Main area  */
main {
	background: #fff;
	z-index:2;
	position:relative;
}
/* Footer  */
footer {
	background:#000;
	color:rgba(255,255,255,0.6);
	padding:45px 0 0 0;
}
footer h3{
	font-size:16px;
	font-weight:600;
	color:#fff;
}
footer a{
	color:rgba(255,255,255,0.6);
}
footer a:hover{
	color:rgba(255,255,255,1);
}
#logo_footer{
	margin:0 0 15px 0;
}
footer ul{
	margin:0;
	padding: 0 0 20px 0;
	list-style:none;
}
#social_footer{
	text-align:center;
	border-top:1px dotted rgba(255,255,255,0.2);
	padding-top:30px;
	margin-top:10px;
}
#social_footer p{
	font-size:12px;
	color:#8c8c8c;
}
#social_footer ul{
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}
#social_footer ul li{
	display:inline-block;
	margin:0 5px 10px 5px;
}
#social_footer ul li a{
	color:#fff;
	text-align:center;
	line-height:36px;
	display:block;
	font-size:16px;
	width:35px;
	height:35px;
    background-color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover{
	background:#fff;
	color:#FF3333;
}
#contact_bg{
	background:url(../img/map_footer.png) no-repeat bottom center;
}
ul#contact_details_footer{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#contact_details_footer li{
	margin-bottom:20px;
}
ul#contact_details_footer li#address_footer, ul#contact_details_footer li#phone_footer, ul#contact_details_footer li#email_footer{
	position:relative;
	padding-left:30px;
}
#address_footer:before, #phone_footer:before, #email_footer:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
    position:absolute;
	 font-size:20px;
  	left:0;
  	top:-5px;
	color:#FF3333;
}
#address_footer:before{
	content: "\e009";
}
#phone_footer:before{
	content: "\e00b";
}
#email_footer:before{
	content: "\e010";
	top:-8px
}
#copy{
	background-color:#1e1e1e;
	padding:10px 0;
	text-align:center;
	color:rgba(255,255,255,0.5);;
	font-size:12px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
#full-slider-wrapper{
	margin-top: 110px;
}
#get_quote {
	background:#ed1c24;
	padding:30px 0;
	color:#fff;
}
#get_quote h3{
	color:#fff;
	margin:5px 0 0 0;
	font-size:32px;
    font-weight: 300;
}
.box_style_1.home {
	padding:20px;
	padding-bottom:5px;

}
.box_style_1.home ul.feat li{
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}
.box_style_1.home ul.feat li p{
	margin-bottom:15px;
}
.box_style_1.home ul.feat li:last-child{
	border-bottom:0;
}
.box_style_1.home ul.feat li:last-child p{
	margin-bottom:0;
}
.box_style_1.home h3{
	background-color:#333;
	text-align:center;
	color:#fff;
	padding:15px 10px ;
	text-transform:uppercase;
	font-size:18px;
	margin:-20px -20px 20px -20px;
	border-bottom:2px solid #fff;
}
#how_to{
	background: #629976 url(../img/pattern_green.png) repeat;
	padding:60px 0 30px 0;
	color:#fff;
	font-size:14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-weight:500;
}
#how_to h3{
	font-family: 'Gochi Hand', cursive;
	color: #fff;
	font-size:36px;
	font-weight:normal;
	margin-bottom:0;
}
#how_to h4{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color: #FFC;
}
#how_to h4:before,#how_to h4:after {
	display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
}
#how_to h4:before{
    margin-right: 10px;
}
#how_to h4:after {
    margin-left: 10px;
}
#feat_home{
	background-color: #f3f3f3;
}
.box_feat_2{
	text-align:center;
	padding:30px 30px 0 30px;
}
.box_feat_2 h3{
	color:#629976;
}
.box_feat{
	position:relative;
	margin-bottom:35px;
    padding-left: 110px;
    color: #555;
}
.box_feat h3{
	margin-bottom: 7px;
}
.box_feat span {
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 90px;
}

#feat_home h2{
	font-size:24px;
	font-weight:300;
	margin-bottom:0;
}
.phone_feat {
	text-align:center;
	font-size:24px;
	margin:0 0 -15px 0;
}
.phone_feat a{
	color:#FF3333;
    font-weight: 700;
}
.phone_feat a:hover{
	color:#222;
}
.intro_title {display:table-cell;vertical-align:middle;}
.intro_title h1 {
    font-size: 45px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.header-video {
	position: relative;
	overflow: hidden;
}
#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;
}
#hero_video > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}
#hero_video > div h3{
	font-size:56px;
	font-weight:700;
	text-transform:uppercase;
	margin:90px 0 5px 0;
	color:#fff;
}
#hero_video > div p{
	font-size:28px;
	margin-bottom: 45px;
}
.header-video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
iframe {
	height: 100%;
	width: 100%;
}
video {
	width: 100%;
}
.teaser-video {
	width: 100%;
	height: auto;
}
.header-video--media {
	width: 100%;
	height: auto;
}

.intro_title_booking {
	margin-top:170px;
}
.intro_title_booking h2 {
    font-size: 46px;
	margin-bottom:5px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.intro_title_booking p {
	color:#fff;
	font-size:21px;
}
#booking_container {
    position: relative;
    height: 700px;
	padding-top:155px;
    background: #ccc url(../img/slides/slide_1.jpg) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #FF3333;
}
#book {
	background: rgba(0, 0, 0, 0.75);
	padding:30px;
	padding-bottom:10px;
	position:relative;
}
#book .form-control{
	border: 0;
}
#book .loader, #book_in .loader{
	position:absolute;
	right: 10px;
  bottom: 12px;
}
.error_message { margin:0 0 5px 0; padding:0;color: #C33; display:inline-block; font-weight:600;}
#book .error_message {color: #FF9;}
#book h3{
	color:#fff;
	margin-top:0;
	font-weight: 300;
	font-size: 26px;
}
#book p{
	opacity: 0.8;
}

/*-------- 2.2 About us --------*/
#intro{
	text-align:center;
} 
#intro h2{
	text-transform:uppercase;
	font-weight:700;
	margin-top:0;
} 

ul.feat#about{
	list-style:none;
	margin: 20px 0 20px 0;
	padding:0;
}
ul.feat#about li{
	margin-bottom:20px;
	padding:20px 25px 10px 85px;
	border:1px solid #ddd;
	background-color:#f3f3f3;
}
ul.feat#about li h4{
	color:#362f2d;
}
ul.feat#about li p{
	margin-bottom:20px;
}
ul.feat#about li i{
	position:absolute;
	left:25px;
	top:25px;
	font-size:42px;
	color:#FF3333;
}
.promo_full_wp div h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	margin-bottom: 30px;
}
.promo_full_wp div h3 span {
	color: #fff;
	display: block;
	text-transform: none;
	font-size: 24px;
}
.promo_full {
	height: auto;
	background: url(../img/promo_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}
.promo_full_wp {
	display: table;
	width: 100%;
	height: auto;
}
.promo_full_wp > div {
	display: table-cell;
	padding: 5% 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: content-box;
}
.box_overlay {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 25px 25px 25px 225px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-size: 14px;
	text-align: left;
	min-height:125px;
}
.pic {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 190px;
	height: 80px;
}
.pic h4 {
	position: absolute;
	left: 95px;
	top: 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.pic h4 small {
	display: block;
	color: #fff;
	margin-top: 3px;
}
.pic figure {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.pic figure img {
	width: 80px;
	height: auto;
	border: 5px solid rgba(0, 0, 0, 0.2);
}
.comment {
	padding-left: 25px;
	font-style:italic;
	line-height:1.3;
	font-size: 16px;
}
.team-item-img {
	position: relative;
}
.team-item-img .team-item-detail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner {
	margin: auto;
	padding: 25px;
}
.team-item-detail-inner h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.team-item-detail-inner .social {
	margin: 0 0px 25px 0px;
	padding: 0px;
}
.team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}
.team-item-detail-inner .social li a {
	color: #fff;
}
.team-item-detail-inner .social li a:hover {
	color: #FF3333;
}
.team-item-info {
	padding-top: 15px;
	text-align: center;
}
.team-item-info h4 {
	margin-bottom: 0px;
	text-transform: uppercase;
}

/*-------- 2.3 Services--------*/
.box_style_1 {
	padding:10px;
	position:relative;
	background:#f9f9f9;
	margin-bottom:20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:5px;
}
.box_style_3 {
	background:#619979 url(../img/pattern_green.png) repeat;
	padding:30px 20px 10px 20px;
	color:#fff;
}
.box_style_3 h4{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}
.box_style_3 h4:before,.box_style_3 h4:after {
	display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
}
.box_style_3 h4:before{
    margin-right: 10px;
}
.box_style_3 h4:after {
    margin-left: 10px;
}
ul#cat_nav{
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	font-weight:500;
}
ul#cat_nav li a{
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	padding:10px;
	display:block;
	margin-bottom:7px;
	position:relative;
}
ul#cat_nav li a#active{
	background-color:#629976;
	color:#fff;
}
ul#cat_nav li:last-child a{
	margin-bottom:0;
}
ul#cat_nav li a:before{
	position:relative;
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
    position:absolute;
	 font-size:20px;
  	right:5px;
  	top:5px;
	content: "\35";
}
img.img-fluid.border{
	border-bottom:3px solid #FF3333!important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:5px;
}
ul.feat{
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
}
ul.feat li{
	padding-left:70px;
	position:relative;
}
ul.feat li img{
	position:absolute;
	left:0;
	top:0;
}
.strip h4{
	margin-top:0;
}
.strip{
	padding:20px 0 20px 0;
	/*border-top:1px dashed #ddd;*/
}

/*-------- 2.4 Quotation --------*/
.form_title{
	position:relative;
	padding-left:55px;
	margin-bottom:10px;
}
.form_title h3 strong{
	background-color:#FF3333;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:18px;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.form_title h3{
	margin:0;
	padding:0;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
}
.step{
	border-left: 1px solid #ddd;
	padding:20px 0 20px 31px;
	margin:0 0 10px 20px;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:14px;
}
.form-group.options{
	border-bottom: 1px dotted #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.form-group.options strong{
	position:relative;
	top:5px;
}
/* Error validate style */   
label.error{
	font-size:11px;
	position: absolute;
	top:-12px;
	right:0;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
} 

/*-------- 2.5 Quotation --------*/
.button-back {float: left; }
.button-next {float: right; }
a.button-back, a.button-next {text-decoration:none; color:#fff; }
.button-back, .button-next {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #06C;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
}
.button-back:hover, .button-next:hover{background: #333; text-decoration: none; }
#custom .step {clear:left;background:#f3f3f3; padding:30px; margin:0; border:0;}
#custom .step label {display: block;position:relative;}
#custom .step legend { font-size:11px}
#custom .step .form-group {margin-bottom: 20px;}
#custom .step h3 {margin:0 0 20px 0;}

ul.stepy-titles { margin:0; padding:0;}
.stepy-titles { list-style: none; margin: 0; padding: 0; width: 100%; margin-bottom:0; height:40px; }
.stepy-titles li:first-child {margin-left:0;}
.stepy-titles li { cursor: pointer; float: left; padding: 7px 20px; background:#f3f3f3; font-weight:600; margin-bottom:2px;  margin-left:2px; position:relative; font-size:16px; }
.stepy-titles li span { font-size:11px; display: block; font-weight:normal; }
.stepy-titles .current-step { cursor: auto; background:#FF3333; padding: 7px 20px; color:#fff;}

.form-control.error{ background:#fdf5f5}
.stepy-error{ display:block;}
.stepy-error label.error {
	background: #e34f4f url(../img/alert.png) no-repeat 5px center; 
	color: #fff; 
	display: block; 
	display:inline-block; 
	font-size: 12px ; 
	padding: 4px 10px 0px  25px;  
	margin:8px 5px 2px 0; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-opera-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;  
	position:static; 
	line-height:normal;
    font-weight: 500;
}
.stepy-error label.error:after {border-width:0;}
input[type="submit"].finish{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #FF3333;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	float:right;
	margin-top:20px;
}
input[type="submit"].finish:hover{
	background: #333;
}
input#website {display:none;}
.modal-dialog {margin-top:80px;}

.styled-select select {
  background: transparent;
  width: 107%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 41px;
  color: #999;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.styled-select select:focus {
  color: #555;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: white url(../img/arrow_down.svg) no-repeat right center;
  border: 1px solid #ddd9d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select select:focus {
  outline: none;
  box-shadow: none;
}

.box_quote {
	padding-right: 30px;
}
.box_quote h3{
	font-size: 32px;
	margin-top: 0;
}
.box_quote h3 strong{
	color: #FF3333;
	display: block;
}
.box_quote ul{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.box_quote ul li{
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.box_quote ul li i{
	position: absolute;
	left: 0;
	top:0;
	font-size: 20px;
}
a.call_us_bt{
	background-color: #FF3333;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 600;
	
}
 /*-------- 2.6 Tips/faq --------*/
.box_style_4{
	background:#fafafa;
	padding:25px;
	margin-bottom:20px;
	border-top: 3px solid #FF3333;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:5px;
} 
.box_style_4 ul{
	padding:0 0 0 25px;
	margin:0 0 0 0;
} 
.box_style_4 ul li{
	margin: 0 0 10px 0;
} 

/*-------- 2.7 Contacts --------*/
#map {width:100%; height:350px; border:3px solid #ededed;}
.box_style_4 h3{margin-top:0;} 
.error_message {font-weight:bold; color:#e34f4f; margin-bottom:5px}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
.modal-dialog {
	margin-top:120px;
}
.gray_bg {
	background-color:#fafafa;
}
.box_style_2 {
	padding:10px 25px 0 25px;
	margin-bottom:20px;
	border:1px dashed #ddd;
}
.box_style_2 h4{
	margin:10px 0 20px;
}
.box_style_2 h5{
	font-size: 21px;
}
.box_style_2 ul{
	padding-left:20px;
	padding-bottom:10px;
}
.box_style_2 ul li{
	margin-bottom:10px;
}
.box_style_2 ul li:last-child{
	margin-bottom:0;
}
.quote_banner a{
	background-color:#362f2d;
	color:#fff;
	display:block;
	padding:17px 15px 15px 45px;
	margin-bottom:20px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.quote_banner{
	position:relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote_banner:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
	content: "\e0ee";
	top:15px;
	font-size:18px;
	margin-right:5px;
	position:absolute;
	left:15px;
	color:#fff;
}
.quote_banner a:hover{
	background-color:#ed1c24;
}
/* Input form style */   
.form-control {
  font-size: 14px;
  color: #333;
  border-radius: 3px;
height: 40px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-group{
     position: relative;
     margin-bottom: 15px;
}
#booking .form-group{
	position:relative;
}
/* Scroll top button */      
#toTop {
	width:40px; 
	height:40px;
	background-color:rgba(0, 0, 0, 0.6);
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
}
#toTop:before{
	font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  content: "\e899";
}
/*Spacing*/
.nopadding {margin: 0 !important;padding: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    background: #f9f9f9;
}
.nomargin {margin:0 !important}
.add_bottom_15 {margin-bottom:15px;}
.add_bottom_30 {margin-bottom:30px;}
.add_bottom_45 {margin-bottom:45px;}
.add_bottom_60 {margin-bottom:60px;}

/*List*/
ul.list_ok {
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
	line-height:22px;
}
ul.list_ok li {
	position:relative;
	padding-left:25px;
}
ul.list_ok li strong{
	position:relative;
}
ul.list_ok li:before {
 font-style: normal;
  font-style: normal;
  font-family: 'ElegantIcons';
  font-size:14px;
  content: "\4e";
  color:#FF3333;
  position:absolute;
  left:0;
  top:0;
}
ul.list_order {
	list-style:none;
	margin: 0 0 30px 0;
	padding:0;
	line-height:30px;
	font-size:14px;
}
ul.list_order li {
	position:relative;
	padding-left:40px;
	margin-bottom:10px;
}
ul.list_order li span {
	background-color:#e04f67;
	color:#fff;
  position:absolute;
  left:0;
  top:0;
  text-align:center;
  font-size:18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
   border-radius: 50%;
  width:30px;
  height:30px;
  line-height:30px;
}
ul.list_2 {
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
}
ul.list_2 li {
	position:relative;
	padding-left:20px;
	margin-bottom:5px;
}
ul.list_2 li strong{
	font-weight: 600;
}
ul.list_2 li:before {
 font-style: normal;
  font-style: normal;
  font-family: 'ElegantIcons';
  font-size:14px;
  content: "\5c";
  color:#FF3333;
  position:absolute;
  left:0;
  top:0;
}

/* Margin tools */
.margin_60 {padding-top:60px; padding-bottom:60px;}
.margin_60_35 {padding-top:60px; padding-bottom:35px;}
.margin_60_25 {padding-top:60px; padding-bottom:25px;}
.margin_30 {margin-top:30px; margin-bottom:30px;}

@media(max-width:767px){
.margin_60 {padding-top:10px; padding-bottom:15px;}
.margin_60_35 {padding-top:10px; padding-bottom:15px;}
.margin_60_25 {padding-top:10px; padding-bottom:15px;}
.margin_30 {margin-top:10px; margin-bottom:15px;}
  
}
/* Bg Content */
.bg_content{
   display: table;
   width:100%;
   height:500px;
   background: url(../img/bg_parallax.jpg) no-repeat center center; 
   background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg_content > div{
  display: table-cell;
  padding:0 10%;
   vertical-align: middle;
	text-align:center;
	color:#222;
	font-size:18px;
	font-weight:400;
}
.bg_content div h3{
	font-size:48px;
	font-weight:300;
	color:#222;
}
.bg_content div h3 strong{
	font-weight:500;
	color:#ffffff;
}
.bg_content div p {
	color:#ffffff;
}
.bg_content div a i{
	color:#FF3333;
	font-size:60px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bg_content div a:hover i{
    color: #222;
}
#position{
	color:#fff;
	font-size:13px;
	margin-top:42px;
}
#position ul li:first-child{
	padding-left:20px;
}
#position ul li:first-child:before{
   content:'\eaf4';
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  left:0;
  top:1px;
  color:#fff;
}
#position ul{
	margin:0;
	padding:0;
	float:right;
}
#position ul li a{
	color:#fff;
	opacity:0.7;
}
#position ul li a:hover{
	color:#fff;
	opacity:1;
}
#position ul li{
	display:inline-block;
	padding-right:8px;
	margin-right:3px;
	position:relative;
}
#position ul li:after{
  content:'\e9ee';
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  right:0;
  top:1px;
}
#position ul li:last-child:after{
	content:'';
}


/*Preloading*/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fff; 
	z-index:999999;
}
.sk-spinner-wave.sk-spinner {
  margin:-15px 0 0 -25px; 
  position:absolute;
  left:50%; 
  top:50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
 }
 .ie8 .sk-spinner-wave.sk-spinner {display:none;}
.sk-spinner-wave div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
   animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-spinner-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s;animation-delay: -0.8s;}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}

  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}
  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}

/** Collapse **/   
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.panel-title a {display:block; color:#333;}
.panel-default > .panel-heading {
  background-color: #f9f9f9;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}


.loader { margin-left:5px; position:absolute;}

/** Blockquote **/   
blockquote.styled{
	font-style: italic;
	font-size: 16px;
	 line-height: 1.7;
   padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

/** tabs **/   
.tab-content{
	padding:30px; 
	background-color:#fff; 
	border:1px solid #ddd; 
	border-top:none; 
	margin-bottom:25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/** Carousel (about page)**/   
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height:90vh;
    margin-top:130px!important;
      
  }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }
@media(max-width:767px){
.no-js .owl-carousel {
  display: none!important; }
}
@media(max-width:767px){
.caros-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-top:150px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    width: 100%;
    margin-top:10px;
    border-radius: var(--bs-nav-pills-border-radius);
}
@media (max-width: 767px){
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    width: 100%;
}
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #F33; }


figure.animated {
	overflow: hidden;
	border-bottom: 3px solid #FF3333;
}
figure.animated a img{
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.animated a:hover img{
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*-------- Success submit --------*/
body#confirmation {
	background-color: #FF3333;
}
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 150px;
  margin-top: -120px;
  margin-left: -195px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 45px;
  box-sizing: content-box;
}

#success h4 {
  margin: 15px 0 0 0;
  font-weight: 300;
}

#success small {
  color: #777;
}

#success h4 span {
  display: block;
  font-size: 24px;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

.sec-pad-with-content-margin-70 {
	margin-top: 40px;
	background: linear-gradient(48deg, #f5f5f5 0, #fcfffc 42%, #ffffff 100%);
}

@media(max-width:767px){
	.sec-pad-with-content-margin-70 {
		margin-top: 20px;
	}
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 20px;
}
.sec-title h2 {
    color: #203260;
    font-weight: 700;
    margin: 0;
}
@media only screen and (max-width: 767px){
.sec-title h2 {
    font-size: 20px;
}
}

.sec-title .title {
    position: relative;
    display: block;
    color: #203260;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 19px;
    text-transform: capitalize;
    z-index: 1;
}
@media only screen and (max-width: 360px){
.sec-title .title {
    font-size: 25px;
}
}
@media only screen and (max-width: 767px){
.sec-title .title {
    font-size: 18px;
    margin: 0;
}
}
.sec-title .border-box {
    position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.single-service-style-one {
    margin-bottom: 70px;
    position: relative;
}
.single-service-style-one .image-block {
    position: relative;
}
.single-service-style-one .image-block > img {
    width: 100%; 
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 767px){
.single-service-style-one .image-block > img {
    width: 100%;
}
}
.single-service-style-one .image-block .overlay-block {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all .9s ease;
}
.single-service-style-one:hover .overlay-block {
    opacity: 1;
}
.single-service-style-one .image-block .overlay-block:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all .5s;
    background-color: rgba(2, 31, 61, .9);
}
.single-service-style-one .image-block .overlay-block:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition: all .5s;
    background-color: rgba(2, 31, 61, .9);
}
.single-service-style-one .main-content {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
	border-radius: 10px;
    opacity: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: calc(100% - 40px);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .4s ease;
}
.single-service-style-one .main-content .icon-block, .single-service-style-one .main-content .text-block {
    display: table-cell;
    vertical-align: middle;
}
.single-service-style-one .main-content .icon-block .inner-box {
    width: 65px;
    height: 65px;
    background: linear-gradient(48deg, #18191a 0, #2f312f 42%, #575854 100%);
    text-align: center;
}
.single-service-style-one .main-content .icon-block .inner-box img {
    margin-top: 16px;
}


.single-service-style-one .main-content .text-block {
    padding-left: 35px;
}
.single-service-style-one .main-content .icon-block, .single-service-style-one .main-content .text-block {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767px){
.single-service-style-one .main-content .text-block {
    padding-left: 30px;
    padding-right: 0;
}
}
@media (max-width: 1199px){
.single-service-style-one .main-content .text-block {
    padding-left: 20px;
    padding-right: 20px;
}
}

.single-service-style-one .main-content .text-block h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767px){
.single-service-style-one .main-content .text-block h3 {
    font-size: 18px;
}
}
@media (max-width: 1199px){
.single-service-style-one .main-content .text-block h3 {
    font-size: 15px;
    line-height: 20px;
}
}
.single-service-style-one:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.single-service-style-one .hover-content {
    display:none;
}
.icon-block:before {
    display: none!important;
}
.cta-style-two {
    padding: 55px 0;
    background: linear-gradient(48deg, #000000 0, #0a0a0a 42%, #000000 100%);
}

.float-left {
    float: left!important;
}
@media (max-width: 991px) {
.cta-style-two [class*=float-] {
    width: 100%;
    text-align: center;
}
}


.cta-style-two h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 57px;
}
@media (max-width: 991px) {
.cta-style-two h2 {
    line-height: 37px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px){
.cta-style-two h2 {
    font-size: 20px;
}
}

.cta-style-two p {
    color: #fff;
}

.float-right {
    float: right!important;
}
@media (max-width: 991px){
.cta-style-two [class*=float-] {
    width: 100%;
    text-align: center;
}
}

@media (max-width: 767px){
.strip {
  margin-top:60px;
  padding:10px;
}
}
.btn {
    position: relative;
    display: inline-block;
    /*margin: 25px;*/
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    background: #ffffff;
    border: 2px solid #999999;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-border-4::after,
.btn.btn-border-4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn.btn-border-4::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btn.btn-border-4::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.btn.btn-border-4:hover {
    color: #ffffff;
}

.btn.btn-border-4:hover::after,
.btn.btn-border-4:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: #222222;
}
.about-style-two {
    padding: 20px 0;
    margin-bottom: 5px;
    position: relative;
	
}
@media only screen and (max-width: 767px){
.four-box {
    margin-top: 20px !important;
}
}
.four-box .box-shadow {
    text-align: center;
    box-shadow: 0 0 10px #c3b9b9;
    padding: 20px;
	height: 200px;
    border-radius: 10px;
    background: #fff;
}
@media only screen and (max-width: 767px){
.four-box .box-shadow {
    margin-bottom: 20px;
}
}
.four-box .box-shadow p {
    margin: 0;
    padding-top: 15px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.rts-section-gap {
    padding: 10px 0;
}
.bg-about-h4 {
	background: #F6F6F6;
  }
  
  .about-inner-four-h4 .check-area-wrapper .single-check {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
  }
  .about-inner-four-h4 .check-area-wrapper .single-check img {
	margin-right: 13px;
  }
  .about-inner-four-h4 .check-area-wrapper .single-check p {
	color: #1F1F25;
	font-weight: 500;
	line-height: 28px;
	font-size: 16px;
	margin-top: 31px;
  }
  
  .mittion-right-left-h4 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 50px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.mittion-right-left-h4 {
	  justify-content: flex-start;
	}
  }
  
  .bg-why-choose-us {
	background: #F6F6F6;
  }
  
  .single-reason-style-4 {
	display: flex;
	align-items: center;
	gap: 29px;
	align-items: flex-start;
	margin-bottom: 20px;
  }
  @media only screen and (max-width: 575px) {
	.single-reason-style-4 {
	  flex-direction: column;
	  align-items: flex-start;
	}
  }
  .single-reason-style-4 .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 4px 30px 0px #1f1f2510;
  }
  .single-reason-style-4 .content-info a .title {
	margin-bottom: 5px;
	font-size: 22px;
	color: #1F1F25;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
  }
  .single-reason-style-4 .content-info p.dsic {
	color: var(#74787C);
	font-size: 16px;
	line-height: 26px;
  }
  
  .counter-main-wrapper-h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter-main-wrapper-h4 {
	  flex-wrap: wrap;
	  gap: 30px;
	}
  }
  @media only screen and (max-width: 767px) {
	.counter-main-wrapper-h4 {
	  flex-wrap: wrap;
	  gap: 30px;
	}
  }
  .counter-main-wrapper-h4 .single-counter-up {
	position: relative;
	z-index: 1;
  }
  .counter-main-wrapper-h4 .single-counter-up .water-text {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0px;
	display: flex;
	align-items: center;
  }
  .counter-main-wrapper-h4 .single-counter-up .water-text p {
	color: transparent;
	font-weight: 700;
	font-size: 120px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ebebeb;
  }
  @media only screen and (max-width: 1199px) {
	.counter-main-wrapper-h4 .single-counter-up .water-text p {
	  font-size: 80px;
	}
  }
  .counter-main-wrapper-h4 .single-counter-up .water-text span {
	color: transparent;
	font-weight: 700;
	font-size: 120px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ebebeb;
	margin-top: -40px;
  }
  @media only screen and (max-width: 1199px) {
	.counter-main-wrapper-h4 .single-counter-up .water-text span {
	  font-size: 80px;
	}
  }
  .counter-main-wrapper-h4 .single-counter-up .title {
	color: #1F1F25;
	font-size: 34px;
	font-family: Exo;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: -10px;
  }
  .counter-main-wrapper-h4 .single-counter-up p.content {
	color: #1F1F25;
	font-size: 24px;
	font-weight: 600;
	line-height: 58px;
  }
  
  .title-main-area-four-water .title {
	text-align: center;
	-webkit-text-stroke: 0.5px #D9D9D9;
	color: rgba(0, 0, 255, 0);
	font-size: 120px;
	font-weight: 700;
	line-height: 44px;
	text-transform: uppercase;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.title-main-area-four-water .title {
	  font-size: 80px;
	}
  }
  @media only screen and (max-width: 1199px) {
	.title-main-area-four-water .title {
	  font-size: 80px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-main-area-four-water .title {
	  font-size: 80px;
	  min-width: max-content;
	  text-align: center;
	}
  }
  @media only screen and (max-width: 767px) {
	.title-main-area-four-water .title {
	  font-size: 32px;
	}
  }
  @media only screen and (max-width: 575px) {
	.title-main-area-four-water .title {
	  font-size: 20px;
	}
  }
  
  .thumbanil-about-four {
	position: relative;
	max-width: max-content;
  }
  @media(max-width:767px){
  .thumbanil-about-four {
	position: relative;
	max-width: max-content;
	margin-top:20px;
  }     
  }
  .thumbanil-about-four img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .thumbanil-about-four .small-bottom-right {
	position: absolute;
	bottom: -40px;
	right: -40px;
	padding: 30px;
	background-image: url(../img/aboutus/30.jpg);
	max-width: max-content;
	border-radius: 10px;
  }
  @media only screen and (max-width: 767px) {
	.thumbanil-about-four .small-bottom-right {
	  top: 50px;
	  right: 50px;
	  bottom: auto;
	  padding: 15px;
	}
  }
  .bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
  .thumbanil-about-four .small-bottom-right .title {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 38px;
	font-size: 26px;
  }
  @media only screen and (max-width: 767px) {
	.thumbanil-about-four .small-bottom-right .title {
	  font-size: 20px;
	  line-height: 26px;
	}
  }
  
.pl--50 {
    padding-left: 50px !important;
}
@media only screen and (max-width: 767px){
.mt_sm--50 {
    margin-top: 50px !important;
}
}
@media only screen and (max-width: 767px){
.pl_sm--15 {
    padding-left: 15px !important;
}
}

.solari-title-area-four span.pre-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ef3035;
    display: block;
    margin-bottom: 16px;
    padding-left: 60px;
    position: relative;
    max-width: max-content;
    margin-bottom: 16px;
}
.solari-title-area-four .pre-title {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}
.skew-up {
    opacity: 0;
}
.word-line {
    overflow: hidden;
}
.solari-title-area-four span.pre-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../img/aboutus/03.png);
    height: 7px;
    width: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}
.skew-up {
    opacity: 0;
}
.mb--30 {
    margin-bottom: 30px !important;
}
.about-inner-four-h4 .check-area-wrapper .single-check {
    margin-bottom: -51px;
    display: flex;
    align-items: center;
}
.about-inner-four-h4 .check-area-wrapper .single-check img {
    margin-right: 13px;
}
.about-inner-four-h4 .check-area-wrapper .single-check p {
    color: #1F1F25;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
}
.video-section-h iframe {
    height: 250px;
	width: 100%;
    border-radius: 15px;
}
iframe {
    width: 100%;
}
iframe {
    border: 0;
}


.main_title_3 {
    position: relative;
}
.main_title_3 h2, .main_title_3 h3 {
    font-size: 32px;
    font-size: 2rem;
    margin: -5px 0 0 0;
    display: inline-block;
}
.main_title_3 p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}
.main_title_3 a {
    display: inline-block;
    right: 0;
    bottom: 0;
    background:#333;
    padding:5px 10px;
    border-radius:5px;
    position: absolute;
    color:#fff;
}
.main_title_3 a {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.main_title_3 a:after {
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 21px;
    font-size: 1.3125rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 5px;
    margin-left: 4px;
}
a.grid_item {
    display: block;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    height: 200px;
}
a.grid_item {
    color: #3578fa;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
a.grid_item figure {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}
a.grid_item figure img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px 25px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}

.card{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f5f6fa;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}
@media(max-width:767px){
	.card {
		margin-top: 30px!important;
	}
}
.card:hover{
    height: 200px;
}
.card .image{
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: #33d;
    border-radius: 12px;
    transition: 0.5s;
    overflow: hidden;
}
.card:hover .image{
     top: -100px;
     scale: 0.75;
     box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}
.card .image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card .content{
    position: absolute;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    top: 235px;
    /*height: 40px;*/
    overflow: hidden;
    transition: 0.5s;
    /* border: 2px solid red; */
}
.card:hover .content{
    top: 120px;
    height: 200px;
}
.card .content h2{
    color: purple;
    font-size: 1.5em;
    font-weight: 900;
}
.card .content p{
    color: #333;
    font-size: 1.5em;
	font-weight: 600;
}
.card .content a{
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    background-color: rgb(0, 0, 0);
    color: #ffff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
}


.products {
    margin-bottom: 81px;
}
.product-row {
    display: flex;
    justify-content: center;
}
@media (max-width:767) {
.product-row {
    display: flex;
    justify-content: center;
	}
}
.product-col {
    height:35vh;
    margin-right: 50px;
    background-color: #f5f6fa;
    padding: 11px 16px;
    box-shadow: 0 4px 8px #0030971f;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex: 1;
    transition: all .3s ease-in-out;
}
@media (max-width: 767px){
.product-col{
    margin-right: 0;
}
}
.product-col picture {
    width: 100%;
}
@media(max-width:767px){
	.product-col picture {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}
.product-col picture {
    display: block;
}
.product-col picture img{
    object-fit: contain;
}

.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
img {
    max-width: 100%;
    display: inline-block;
}
.description {
    width: calc(55% - 1px);
    margin:10px 20px;
}

.description p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #111;
}
@media(max-width:767px){
.description p {
display:none;
}  
.description {
  display:none;
}
}
.description label {
    color: #333;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.1rem;
}

.description h4 {
	font-size: 20px;
	font-weight: 600;
}
@media(max-width:767px){
.description h4 {
    display:none;
}   
}
.arrow, .nextarrow {
    position: relative;
}

.description label:after {
    right: -30px;
    transform: translateY(-50%) rotate(-45deg);
}
.arrow:after, .nextarrow:after {
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 10px;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 5px;
    transition: all .5s;
}
.pattern_p {
	background: #18191a;
	padding: 5px;
}


button {
  /* Layout */
  padding: 8px 22px;
  border: 1px solid;

  /* Text */
  font-family: sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;

  /* Skin */
  color: hsl(0, 100%, 100%);
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(to bottom,
    hsl(0, 0%, 17%) 0%,
    hsl(0, 0%, 12%) 100%);
  border-color: hsl(0, 0%, 5%);
  border-radius: 5px;
  box-shadow:
    0 2px 0 hsla(0, 100%, 100%, 0.04) inset;

  /* Behavior */
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 28ms ease;
  -moz-transition: all 28ms ease;
  transition: all 28ms ease;
}

.btn:hover,
button:hover,
.btn:focus,
button:focus {
  /* Skin */
  background: linear-gradient(to bottom,
    hsl(0, 0%, 24%) 0%,
    hsl(0, 0%, 11%) 100%);
  border-color: hsl(0, 0%, 0%);
  box-shadow: 
    0 -2px 0 hsl(0, 0%, 1%) inset,
    0 2px 0 hsla(0, 100%, 100%, 0.08) inset;
  outline: none;
}

.btn:active,
button:active {
  /* Skin */
  color: hsla(0, 100%, 100%, 0.8);
  background: linear-gradient(to bottom,
    hsl(0, 0%, 17%) 0%,
    hsl(0, 0%, 11%) 100%);
  border-color: hsl(0, 0%, 3%);
  box-shadow:
    0 2px hsl(0, 0%, 0%) inset;
}
/*Estilos generales del boton whatsapp*/
.call-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #abc5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.call-btn i {
  color: #fff;
  font-size: 20px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.06);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.06);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius:5px;
}
@media(max-width:767px){
.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius:5px;
  margin-top:25px;
}    
}
.portfolio-item .portfolio__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item .portfolio__body {
  background: #ffffff;
  padding: 25px 36px 36px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
}

.portfolio-item .portfolio__cat {
  margin-bottom: 15px;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 14px;
  color: #4aab3d;
  padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #282828;
}

.portfolio-item .portfolio__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  right: 2px;
  color: #4aab3d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__title {
  font-size: 20px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-item .portfolio__title a {
  color: #282828;
}

.portfolio-item .portfolio__title a:hover {
  color: #4aab3d;
}

.portfolio-item .portfolio__desc {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.portfolio {
     margin-top:50px;
     margin-bottom:20px;
}
@media(max-width:767px){
.portfolio-filter {
 margin-top:50px; 
 margin-bottom:20px;
}
}
.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4aab3d;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #ff3333;
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
  width: 100%;
}

.mix {
  display: none;
}

.portfolio-hidden > .portfolio-item {
  display: none;
}

.portfolio-standard-carousel {
  overflow-x: hidden;
}

.portfolio-standard-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.portfolio-standard-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
}

.portfolio-standard-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.portfolio-standard-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.portfolio-single .portfolio-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.portfolio-single .portfolio-item .portfolio__title {
  font-size: 28px;
  margin-bottom: 0;
}

.portfolio-single .portfolio-item .portfolio__body {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
}

.portfolio-single .portfolio-item .portfolio__body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background-color: #4aab3d;
}

.portfolio-single .portfolio-item .portfolio__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  font-size: 65px;
  color: #4aab3d;
}

.portfolio-single .list-items-layout2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-single .list-items-layout2 li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-next {
  right: 320px;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-prev {
  left: 320px;
}

.portfolio__meta-list {
  border-radius: 6px;
  border: 1px solid #eaeaea;
}

.portfolio__meta-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 36px;
  border-right: 1px solid #eaeaea;
}

.portfolio__meta-list li:last-child {
  border-right: 0;
}

.portfolio__meta-list li .meta__name {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
}

.portfolio__meta-list li .meta__desc {
  color: #4aab3d;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.portfolio-layout1 .portfolio-item .portfolio__title,
.portfolio-layout2 .portfolio-item .portfolio__title {
  margin-bottom: 0;
}

.portfolio-layout1 .portfolio-item:hover .portfolio__title,
.portfolio-layout1 .portfolio-item:hover .portfolio__title a,
.portfolio-layout1 .portfolio-item:hover .portfolio__cat a,
.portfolio-layout1 .portfolio-item:hover .portfolio__cat a:after,
.portfolio-layout2 .portfolio-item:hover .portfolio__title,
.portfolio-layout2 .portfolio-item:hover .portfolio__title a,
.portfolio-layout2 .portfolio-item:hover .portfolio__cat a,
.portfolio-layout2 .portfolio-item:hover .portfolio__cat a:after {
  color: #ffffff;
}

.portfolio-layout1 .portfolio-item:hover .portfolio__body,
.portfolio-layout2 .portfolio-item:hover .portfolio__body {
  background-color: #4aab3d;
}

.portfolio-layout1 .portfolio-item {
  overflow: hidden;
}

.portfolio-layout2 .portfolio-item {
  margin-bottom: 40px;
}

.portfolio-layout2 .portfolio-item .portfolio__img {
  border-radius: 5px;
}

.portfolio-layout2 .portfolio-item .portfolio__body {
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-radius: 5px 0 5px 5px;
  padding: 25px 15px 26px 30px;
}


.portfolio-layout3 .portfolio-item .portfolio__body {
  position: absolute;
  bottom: -166px;
  left: 0;
}

.portfolio-layout3 .portfolio-item:hover .portfolio__body {
  bottom: 0;
}

.portfolio-carousel .btn__white.btn__outlined .icon-arrow-right {
  color: #1b1a1a;
  background-color: #ffffff;
}

.portfolio-carousel .btn__white.btn__outlined:hover {
  color: #1b1a1a;
}

.portfolio-carousel .btn__white.btn__outlined:hover .icon-arrow-right {
  color: #ffffff;
  background-color: #1b1a1a;
}

@media (max-width: 1200px) {
  .portfolio__meta-list li {
    padding: 15px 20px;
  }
  .portfolio__meta-list li .meta__name {
    font-size: 13px;
    white-space: nowrap;
  }
  .portfolio__meta-list li .meta__desc {
    font-size: 17px;
    white-space: nowrap;
  }
}

@media (min-width: 1600px) {
  .portfolio-carousel {
    margin: 0 70px;
  }
}

@media (min-width: 1400px) {
  .portfolio-carousel {
    margin: 0 50px;
  }
}

@media (min-width: 1200px) {
  .portfolio-single .portfolio-item {
    margin-top: 390px;
    margin-bottom: -50px;
  }
  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 20px;
  }
  .portfolio-single .portfolio-slider .slick-dots {
    margin-top: 15px;
  }
  .portfolio-carousel {
    margin: 0 20px;
    border-radius: 10px;
  }
  .portfolio-carousel .slick-arrow {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .portfolio-carousel .slick-arrow.slick-prev {
    left: -60px;
  }
  .portfolio-carousel .slick-arrow.slick-next {
    right: auto;
    left: -60px;
    top: 60px;
  }
  .portfolio-carousel .view-projects {
    position: absolute;
    bottom: 104px;
    left: -80px;
    width: 120px;
    color: #ffffff;
    padding-bottom: 3px;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .portfolio-carousel .view-projects:hover {
    color: #292929;
  }
}

@media (max-width: 1199px) {
  .portfolio-single .portfolio-item {
    margin: 30px 0;
  }
}

@media (max-width: 992px) {
  .portfolio-single .portfolio-slider .slick-list {
    margin: 0 -5px;
  }
  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 5px;
  }
  .portfolio-single .portfolio-slider .slick-arrow.slick-next {
    right: 40px;
  }
  .portfolio-single .portfolio-slider .slick-arrow.slick-prev {
    left: 40px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio__body {
    padding: 20px 25px 25px;
  }
  .portfolio-item .portfolio__title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .portfolio-item .portfolio__cat {
    margin-bottom: 5px;
  }
  .portfolio-layout2 .portfolio-item .portfolio__body {
    left: 20px;
    padding: 15px 15px 20px 20px;
  }
  .portfolio-layout3 .portfolio-item .portfolio__body {
    bottom: -121px;
  }
  .portfolio-layout3 .portfolio-item .portfolio__desc {
    font-size: 14px;
    opacity: 0;
    margin-top: 0;
  }
  .portfolio-layout3 .portfolio-item:hover .portfolio__desc {
    opacity: 1;
    margin-top: 10px;
  }
  .portfolio-layout3 .slick-arrow {
    top: 43%;
  }
  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .portfolio-filter li a {
    font-size: 13px;
  }
  .portfolio-single .portfolio-item .portfolio__body {
    padding: 20px;
    max-width: 270px;
  }
  .portfolio-single .portfolio-item .portfolio__body:before {
    left: 20px;
    right: 20px;
  }
  .portfolio-standard-carousel .slick-slide {
    margin: 5px;
  }
  .portfolio-standard-carousel .slick-list {
    margin: -15px;
  }
  .portfolio-standard-carousel .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
  }
  .portfolio__meta-list li {
    padding: 10px 15px;
  }
  .portfolio__meta-list li .meta__name {
    font-weight: 400;
  }
  .portfolio__meta-list li .meta__desc {
    font-size: 15px;
    font-weight: 400;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .portfolio__meta-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .portfolio__meta-list li:last-child {
    border-bottom: 0;
  }
}
.section-product-details {
  padding: 50px 0;
  background: #e8e8e8;
}
.et_pb_section_1_tb_body.et_pb_section {
  background-color: #f5f5f5!important;
}
@media only screen and (max-width: 980px){
.et_pb_section_1_tb_body.et_pb_section {
  padding-right: 30px;
  padding-left: 30px;
}
}
.et_pb_section {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}

.et_pb_all_tabs, .et_pb_module, .et_pb_posts_nav a, .et_pb_tab, .et_pb_with_background {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.et_pb_row_2_tb_body.et_pb_row {
padding-top: 0px!important;
padding-top: 0px;
}
@media only screen and (max-width: 767px){
.et_pb_row_2_tb_body.et_pb_row {
  padding-top: 20px!important;
  padding-top: 20px!important;
}
}
@media only screen and (max-width: 980px){
.et_pb_row_2_tb_body.et_pb_row {
  padding-top: 0px!important;
  padding-top: 0px!important;
}
}

.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0!important;
}
@media (max-width: 980px){
.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child {
  margin-bottom: 0;
}
}

.et_pb_column, .et_pb_row, .et_pb_row_inner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.et_pb_column {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
@media (max-width: 980px){
.et_pb_column {
  width: 100%;
  margin-bottom: 30px;
}
}
.et_pb_css_mix_blend_mode_passthrough {
  mix-blend-mode: unset!important;
}
ul.related-posts-listing {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
list-style: none;
}

.et_pb_text ol, .et_pb_text ul {
padding-bottom: 1em;
}
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
list-style-type: disc;
padding: 0 0 23px 1em;
line-height: 26px;
}
.single .post {
padding-bottom: 25px;
}
@media(max-width:767px){
.pattern_bg {
  padding-top:70px!important;  
  padding-bottom:50px!important; 
}
}
ul.related-posts-listing>li {
display: inline-block;
width: 100%;
padding: 20px!important;
margin-bottom:30px;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.08), 0 5px 26px 0 rgba(67,94,131,.15);
background-color: #fff;
border-radius: 5px;
transition: background-color .3s,color .3s,transform .3s;
}
@media (max-width: 767px){
ul.related-posts-listing>li {
width: 100%;
}
}
.related-posts-listing .post-image {
height: 200px;
width: 100%;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
border-radius: 8px;
}
.et_pb_text_6_tb_body h2 {
font-weight: 600;
font-size: 25px;
line-height: 20px;
}
.related-post-title h2 {
margin-top: 20px;
}
p:not(.has-background):last-of-type {
padding-bottom: 0;
}

.related-post-meta p {
font-size: 16px;
display: flex;
justify-content: space-between;
color: #777777;
}
@media (max-width: 767px){
.related-post-meta p {
display: block;
}
}
.related-post-meta p a {
color: #777777;
}

.single-service-sidebar {
    position: relative;
    display: block;
}
@media only screen and (max-width: 767px){
.single-service-sidebar {
    margin: 0 auto 0;
}
}
.sidebar-contact-box {
  position: relative;
  display: block;
}
.sidebar-contact-box .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.sidebar-contact-box .img-holder:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 70%;
  background: #203260;
  background: linear-gradient(0deg, #203260 0, #203260 0, rgba(32, 50, 96, 0) 100%, rgba(32, 50, 96, .6530987394957983) 100%, #50a6fd 100%, #5dadfd 100%, #64b1fd 100%);
}
.sidebar-contact-box .inner-content {
  position: relative;
  display: block;
  padding: 20px 30px 0;
  background: #203260;
  z-index: 1;
}
.sidebar-contact-box .inner-content:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  content: "";
  background: #fff;
  z-index: -1;
}
.sidebar-contact-box .inner-content .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 15px;
}
.sidebar-contact-box .inner-content .icon-holder .fa:before {
  color: #3398fd;
  font-size: 65px;
  line-height: 65px;
}
.sidebar-contact-box .inner-content h3 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box {
  position: relative;
  display: block;
  border-top: 1px solid #31426c;
  padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 3px;
}.sidebar-contact-box .inner-content .bottom-box span {
  color: #fff;
  font-size: 16px;
}

.sidebar-contact-box .inner-content .button {
  position: relative;
  display: block;
  padding-top: 32px;
}
.sidebar-contact-box .inner-content .button a {
  -webkit-box-shadow: 0 3px 7px 2px #ededed;
  box-shadow: 0 3px 7px 2px #ededed;
}
.btn-three {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #203260;
  font-size: 14px;
  line-height: 62px;
  font-weight: 700;
  height: 60px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  padding: 0 30px 0;
  border-radius: 5px;
  transition: all .5s ease;
}
.btn-three .fa:before {
  position: relative;
  display: inline-block;
  top: 4px;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 400;
}
.download-brochure-btn {
  background: #203260;
  border-radius: 10px;
  margin-top: 20px;
}
.download-brochure-btn .btn-three {
  background: #203260;
  color: #ffff;
}
.btn-three {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #203260;
  font-size: 14px;
  line-height: 62px;
  font-weight: 700;
  height: 60px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  padding: 0 30px 0;
  border-radius: 5px;
  transition: all .5s ease;
}
.download-brochure-btn .btn-three {
  background: #203260;
  color: #ffff;
}

.choose-area {
    position: relative;
    display: block;
    padding: 90px 0 90px;
    background: #fff;
}
@media only screen and (max-width: 767px){
.choose-area {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    background: #fff;
}
}
.why-whoose-content {
    position: relative;
    display: block;
}
.why-whoose-content .sec-title {
    padding-bottom: 34px;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 0px;
}
.sec-title p {
    color: #a0a7ae;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 11px;
}

.sec-title .title {
    position: relative;
    display: block;
    color: #203260;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 19px;
    text-transform: capitalize;
    z-index: 1;
}
@media only screen and (max-width: 767px){
.sec-title .title {
    font-size: 18px;
    margin: 0;
}
}
.why-whoose-content .inner-content {
    position: relative;
    display: block;
}
.why-whoose-content .inner-content p {
    margin: 0px;
}
.why-whoose-content .inner-content ul {
    position: relative;
    display: block;
}
.why-whoose-content .inner-content ul li {
    line-height: 38px;
}

.whychoose-right-content {
    position: relative;
    display: block;
}
@media only screen and (max-width: 767px){
.whychoose-right-content {
    margin-top: 40px;
}
}
.whychoose-right-content ul {
    display: block;
}
.whychoose-right-content li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.whychoose-right-content ul li {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px){
.whychoose-right-content ul li {
    padding-left: 0;
    margin-bottom: 40px;
}
}

.whychoose-right-content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    box-shadow: 0 3px 5px 1px #f4f4f4;
    z-index: 1;
    transition: all .5s ease .1s;
}
@media only screen and (max-width: 767px){
.whychoose-right-content ul li .icon {
    position: relative;
}
}
.whychoose-right-content ul li .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #FF3333;
    transform: scale(.5);
    opacity: 0;
    border-radius: 5px;
    transition: all .5s ease .1s;
    z-index: -1;
}
.whychoose-right-content ul li .icon .fa:before {
    display: block;
    padding: 20px 0 19px;
    color: #FF3333;
    font-size: 56px;
    line-height: 56px;
    transition: all .7s ease .3s;
}

.whychoose-right-content ul li .text {
    position: relative;
    display: block;
    padding-left: 40px;
}
@media only screen and (max-width: 767px){
.whychoose-right-content ul li .text {
    padding-left: 0;
    padding-top: 24px;
}
}
.whychoose-right-content ul li .text h3 {
    margin: 0 0 18px;
    color:#203260;
}
.whychoose-right-content ul li .text p {
    margin: 0;
}
.services-style-three {
    background-color: #fff;
    background-image: url(../img/aboutus/customer-care-support-services.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.sec-pad-with-content-margin-30 {
    padding: 0 0;
    padding-bottom: 70px;
}
.sec-title .border-box {
    position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.services-style-three .single-service-style-three {
    border-radius: 0;
    padding: 36px;
    height: 152px;
}
.single-service-style-three {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 40px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .08);
}
.services-style-three .single-service-style-three:after, .services-style-three .single-service-style-three:before {
    border-color: #91c942;
    border-radius: 0;
}
.single-service-style-three:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 4px solid #91c942;
    border-bottom: 4px solid #91c942;
}
.single-service-style-three:after, .single-service-style-three:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
}
.services-style-addsection .top-box {
    float: left;
    margin-right: 12px;
}
.single-service-style-three .top-box {
    position: relative;
    z-index: 9;
    margin-bottom: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media(max-width:767px){
 .single-service-style-three .top-box {
    position: relative;
    z-index: 9;
    margin-bottom: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: center;
}   
}
.services-style-three .single-service-style-three .top-box .icon-box {
    border: 0;
    border-radius: 0;
}
.single-service-style-three .top-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #f2f2f2;
    text-align: center;
    border-radius: 5px;
}
.services-style-three .single-service-style-three .top-box .icon-box::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    left: 0;
    border-right: 0;
}
.services-style-three .single-service-style-three .top-box .icon-box::after, .services-style-three .single-service-style-three .top-box .icon-box::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100%;
    border: 2px solid #91c942;
    transition: all .4s ease;
    -webkit-transform: scale(1, 1) translateY(-50%);
    transform: scale(1, 1) translateY(-50%);
}
.services-style-three .single-service-style-three .top-box .icon-box:before {
    background: 0 0;
    border-radius: 0;
}
.single-service-style-three .top-box .icon-box:before {
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(48deg, #185f8b 0, #34964d 42%, #91c942 100%);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all .4s ease;
}

.single-service-style-three .top-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #f2f2f2;
    text-align: center;
    border-radius: 5px;
}
.services-style-three .single-service-style-three .top-box .icon-box i {
    color: #ff3333;
    position: relative;
    z-index: 9;
}
.single-service-style-three .top-box .icon-box i {
    color: #ff3333;
    font-size: 45px;
    line-height: 78px;
    position: relative;
    transition: all .4s ease;
}
.services-style-three .single-service-style-three .top-box .icon-box::after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    right: 0;
    border-left: 0;
}
.services-style-three .single-service-style-three .top-box .icon-box::after, .services-style-three .single-service-style-three .top-box .icon-box::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100%;
    border: 2px solid #91c942;
    transition: all .4s ease;
    -webkit-transform: scale(1, 1) translateY(-50%);
    transform: scale(1, 1) translateY(-50%);
}
.single-service-style-three .text-box {
    position: relative;
    z-index: 9;
}
.single-service-style-three .text-box .main-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .4s ease;
}

.single-service-style-three .text-box h3 {
    font-size: 20px;
    font-weight: 400;
}
.single-service-style-three .text-box h3, .single-service-style-three .text-box p {
    margin: 0;
}
@media(max-width:767px){
.single-service-style-three .text-box h3, .single-service-style-three .text-box p,.single-service-style-three .text-box span {
    margin: 0;
    text-align:center;
}    
}
.single-service-style-three .text-box h3 a {
    color: #3a3a3a;
    transition: all .4s ease;
}
.single-service-style-three .text-box p, .single-service-style-three .text-box span {
    color: #83888d;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.services-style-addsection .text-box .hover-content {
    background: #fff;
    height: 100%;
}
.single-service-style-three .text-box .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .4s ease;
}
.single-service-style-three .text-box p, .single-service-style-three .text-box span {
    color: #83888d;
    font-size: 16px;
    line-height: 26px;
    display: block;
}

.services-style-three .single-service-style-three:after, .services-style-three .single-service-style-three:before {
    border-color: #91c942;
    border-radius: 0;
}
.single-service-style-three:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 4px solid #91c942;
    border-right: 4px solid #91c942;
}
.single-service-style-three:after, .single-service-style-three:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
}

.contact-form {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.contact-form {
    position: relative;
    display: block;
}
}

.contact-form .inner {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.contact-form .inner {
    display: block;
}
}
.contact-form form {
    position: relative;
    display: block;
    padding: 10px;
    /* border: 2px solid #82c044; */
}
.contact-form form .input-box {
    position: relative;
    display: block;
}
.contact-form form .input-box .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form form input[type=email], .contact-form form input[type=text], .contact-form form textarea {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all .5s ease;
}
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #36348d;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #e82c88;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*#hero--buttons {
  margin: 0px auto; 
  text-align: center;
}*/


#finance-btn {
  width: 250px;
  height: 50px;
  background: #203260;
  border: 0;
  display: inline-block;
  margin-right: 10px;
  color: #fff;

}
@media(max-width:767px){
 #finance-btn {
  width: 150px;
  height: 50px;
}   
}
#refer-btn {
  width: 250px;
  height: 50px;
  background: #203260;
  border: 0;
  display: inline-block;
  color: #fff;
}
@media(max-width:767px){
 #refer-btn {
  width: 160px;
  height: 50px;
}   
}
#gform_7, #gform_63 {
  display: none;
}

#gform_7 {
  margin: 0 auto;
  width: 300px;
  padding: 10px;
}

#gform_63 {
  margin: 0 auto;
  width: 300px;
  padding: 10px;
}

.contact__section {
    background-image: url(https://cdn.statcdn.com/static/askStatista/img/worldmap.svg);
    background-repeat: no-repeat;
    background-position: 30px 0;
}
.responsiveSection {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.padding-top-80 {
    padding-top: 80px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.contact__panelCard {
    padding: 50px;
    position: relative;
    z-index: 1;
}

.panelCard--mobileReset {
    box-shadow: none;
    border: 0;
}
@media only screen and (min-width: 768px){
.panelCard--mobileReset {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08), 0 5px 26px 0 rgba(67,94,131,.15);
    background-color: #fff;
    border-radius: 5px;
    transition: background-color .3s,color .3s,transform .3s;
}
}
.panelCard {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08), 0 5px 26px 0 rgba(67,94,131,.15);
    background-color: #fff;
    border-radius: 5px;
    transition: background-color .3s,color .3s,transform .3s;
}
.width60 {
    width: 60%;
}
.body--responsive .sectionHeadline {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #0f2741;
    font-weight: 300;
    letter-spacing: .02em;
    margin-bottom: 40px;
}
.body--responsive .h2, .body--responsive h2 {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 2.5rem;
    color: #0f2741;
    font-weight: 300;
}
.contact__row {
    display: flex;
    margin-bottom: 10px;
}
select:not([multiple]) {
    background-image: url(https://cdn.statcdn.com/static/icons/arr/arr-down-black.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://cdn.statcdn.com/static/icons/arr/arr-down-black.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.dropdownContainer__button, .input-fake, .input__text, .textarea-fake, input[type=email], input[type=file], input[type=number], input[type=password], input[type=phone], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    color: rgba(69, 95, 124, .8);
    transition: border-color .3s;
    width: 100%;
}
.contact__rowItem--left {
    margin-right: 10px!important;
}
.input--webkit {
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
}
.input-fake, .input__text, .textarea-fake, input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    color: #444;
    width: 100%;
    transition: border-color .3s;
}
.input-fake, .textarea-fake, [type=reset], [type=submit], input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    vertical-align: middle;
    border-radius: 3px;
    transition: background-color .3s,border-color .3s,color .3s;
}
.contact__phoneEmpty {
    width: 51%;
    margin-left: 0px;
}
.margin-top-10 {
    margin-top: 10px!important;
}
.font-size-s {
    font-size: .9rem;
}
.flex {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.input--webkit {
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
}
.button--large {
    font-size: 15px;
    padding: 1.2em 1.6em;
}
.button--green {
    border-color: #7cc305;
    background-color: #7cc305;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.contact__status {
    display: none;
    margin: 20px auto auto 20px;
    max-width: 50%;
    font-size: 13.5px;
}
.contactCard__wrapper {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}
.contactCard__headline {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.contactCard__divider {
    margin: 5px 0 10px;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 10px 0;
}
hr {
    width: 60%;
    border-top: 1px solid #e6e6e6;
}
.contactCard__grid {
    display: flex;
}
.margin-right-10 {
    margin-right: 10px!important;
}
.contactCard__image {
    border-radius: 50%;
    height: 72px;
    width: 72px;
}
.contactCard__name {
    margin: 0;
    padding: 0 0 5px;
    border: 0;
    font-weight: 700;
    font-size: 1rem;
}
.contactCard__title {
    margin: 0;
    padding: 0 0 10px;
    color: #999;
    font-weight: 400;
    font-size: .9rem;
}
.pattern_bg {
    
}
.blog_se {
    padding-top:50px;
}

@media(max-width:767px){
.blog_se {
    padding-top:60px;
    padding-bottom:60px;
}
}
  /*===== Footer===== */
  .footer {
    margin-left: auto;
    margin-right: auto;
    padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap);
    color: #1f2029;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
  }
  .footer span {
    margin-left: 1px;
    margin-right: 1px;
  }
  .footer a {
    color: inherit;
  }
  .footer a:hover {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
  }