/* 
Theme Name: Skymar
Theme URI: https://skymar.com
Author: CreativeDady
Author URI: https://creativedady.com
Description: 
Version: 1.0
Tags: 
Text Domain: skymar
*/
/*=================
GLOBAL STYLES
=================*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
.contact_list i {
    margin: 0 10px 0 0;
}
.contact_list p {
    margin: 0 0 10px 0;
}
a.lOffer-compare {
    display: none;
}
.read-btn a {
    padding: 10px 30px!important;
    font-size: 18px!important;
}
.txt-uppercase{
	text-transform: uppercase!important;
}
.txt-white p{
	color: #FFF;
}
.fancy-heading-inner a {
    padding: 5px 13px;
    border: 2px solid #FFF!important;
}
.fancy-heading-inner-y a {
    padding: 5px 13px;
    border: 2px solid #ffc527!important;
}
.fancy-heading{
	font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin: 35px auto;
    padding-bottom: 19px;
	text-align: center!important;
	position: relative;
	display: block;
	left: 0;
	right: 0;
}
.fancy-heading b{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    color: #5a5a5a;
    font-weight: 500;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.fancy-heading:before{
    content: "";
    width: 70px;
    height: 96px;
    border: 2px solid #ffc527;
    position: absolute;
    display: block;
    left: 50%;
    top: -38px;
    margin-left: -35px;
    text-align: center;
    z-index: -1;
}
.fancy-heading :after {
/*
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ffc527;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    bottom: -27px;
*/
}
.fancy-heading-left{
	font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin: 35px 0;
    padding-bottom: 19px;
	text-align: left!important;
	position: relative;
	display: inline-block;
	left: 0;
	right: 0;
}
.fancy-heading-left b{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    color: #5a5a5a;
    font-weight: 500;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.fancy-heading-left :before{
    content: "";
    width: 70px;
    height: 96px;
    border: 2px solid #ffc527;
    position: absolute;
    display: block;
    left: 0;
    top: 0px;
    margin-left: -35px;
    text-align: center;
    z-index: -1;
}
.fancy-heading-left :after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ffc527;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    bottom: -27px;
}
.space1{height:1px; font-size:1px; clear:both;}

.space10{height:10px; font-size:10px; clear:both;}

.space20{height:20px; font-size:20px; clear:both;}

.space30{height:30px; font-size:30px; clear:both;}

.space20{height:20px; font-size:20px; clear:both;}

.space90{height:90px; font-size:90px; clear:both;}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-60 {
  padding-top: 30px !important;
}
.pb-60 {
  padding-bottom: 30px !important;
}
.btn-primary{
	background-color: #ffc527;
	border-color: #ffc527;
	border-radius: 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}
body{
	font-family: 'Montserrat', sans-serif;
	color:#333;
	width:100%;
}
p{
	font-family: 'Raleway';
	font-size: 14px;
	color: #181818;
		
}
main {
	margin:0px 0px;
	padding: 0px 0px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
/*=================
0.1- HEADER
=================*/
header {
    background-color:transparent;
    position: relative;
}
/*--------------
SEARCH FORM
--------------*/
.search {
    position: absolute;
    /*display: inline-block;*/
    right: 0;
}
.search::after{
	font-size: 14px;
	color: #000;

}
[class^="icon-"]::before {
	font-family: "Font Awesome 5 Solid";
	content:"\f002";
	font-size: 14px;
	color: #000;
	display: none;
}
[class^="icon-"] {
  color: #fff;
  border-radius: 0px;
  display: inline-block;
  padding: 6px 7px 7px;
  font-size: 18px;
  text-shadow: 1px 1px 2px #21638f;
  box-shadow: inset 0px 0px 0px #21638f;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
[class^="icon-"]:hover {
  background: none;
  text-shadow: 0px 0px 0px #21638f;
  box-shadow: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.search_form {
  background: #fff;
  position: absolute;
  z-index: 0;
  padding: 0px 5px;
  right: 0;
  top: 15px;
  overflow: hidden;
  border-radius: 0;
  width: 20px;
  height: 0px;
  transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s,
    padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s,
    padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.search_form input {
  background: #fff;
  border: none;
}
.search_form input[type="text"] {
  border-radius: 5px 0 0 5px;
  width: 150px;
  margin: 0px 1px 0px 0;
  padding: 0px 5px 1px;
  min-height: 23px;
}
.search_form input[type="submit"] {
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0px 5px;
  min-height: 24px;
  margin: 0px 0px 0px 0;
  cursor: pointer;
}
.search_box {
  visibility: hidden;
}
.search_box:checked ~ .search_form {
  width: 213px;
  height: auto;
  padding: 5px;
  top: 35px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out,
    0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out,
    padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked ~ .search_form form {
  opacity: 1;
  transition: 0.3s all ease-out 0.5s;
  -webkit-transition: 0.3s all ease-out 0.5s;
}

/*--------------
NAVIGATION 
---------------*/
button.navbar-toggler {
    width: 100%;
    background: #bf9235;
    cursor: pointer;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(./assets/images/menu.svg)!important;
}
.navbar {
    padding: 0px!important;
}
nav.navbar .col {
    padding: 0;
}
.navbar-nav li a {
    font-size: 14px;
    color: #FFF;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background-color: transparent;
color: #fff;
text-decoration: none;
border-bottom-left-radius: 16px;
}
.dropdown-menu  li > a {
padding: 8px 20px;
color: #fff;
}
.mega-parent  li > a {
padding: 8px 0px;
color: #fff;
}
.navbar-nav li .dropdown-menu{

transition: 0.5s;

}

.navbar-nav li .dropdown-menu li .dropdown-menu{

	right: -160px;

	position: absolute !important;

	left: auto;

	top: 0px;

	transition: 0.5s;

	display:none;

}
ul.dropdown-menu li.menu-item-has-children > a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 5px;
}

.navbar-nav li .dropdown-menu li:hover .dropdown-menu{

display:block !important;

}
.mega-parent ul.dropdown-menu {
padding-bottom: 12px;
}
.dropdown-menu  li a:hover {
color: #000;
}
.dropdown-menu  li:first-child{
border-bottom-left-radius: 16px;
}
.dropdown-menu  li:last-child {
border-bottom-right-radius: 16px;
}

.dropdown-menu {
background-clip: padding-box;
background-color: rgb(143, 198, 66);
border: 1px solid rgb(132, 183, 60);
border-top: none;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
float: left;
font-size: 14px;
list-style: outside none none;
min-width: 160px;
position: absolute;
text-align: left;
top: 100%;
z-index: 1000;
/* border-bottom-right-radius: 16px; */
/* border-bottom-left-radius: 16px; */
}

/* Mega menu styles */
.mega-parent .dropdown-menu .sub {
white-space: normal ;
color: #fff;
}

.navbar-nav, .navbar .collapse, .navbar-nav li {
position: static;
margin-right: 10px;
}
.navbar .container {
position: relative;
}
.navbar .dropdown-menu {
left: auto;
}
.mega-parent, .mega-parent .dropdown-menu {
left: 0;
right: 0;
}
.navbar .container {
max-width: 1170px;
width: auto;
}
.sub > div {
font-size: 12px;
line-height: 19px;
height: 100% !important;
}
.sublinks a {
font-size: 12px !important;
font-weight: normal  !important;
padding: 0 !important;
}
.dropdown-menu  li .sub a:hover {
color: #f50000;
}
.sublinks {
list-style-type: none;
margin: 0;
padding: 0;
}
.sublinks > li {
margin-bottom: 6px;
}
.sub img {
margin: 0 18px 12px 0;
}
a.nolink {
visibility: hidden !important;
} 
.tit {
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 0;
}

.sub > form {
background: #eee none repeat scroll 0 0;
border-radius: 8px;
color: #666;
padding: 6px;
}



@media only screen and (min-width: 768px) and (max-width: 989px) {
.call_action_img {
    position: absolute;
    top: -18px;
}

.service-icon {
    left: 40px!important;
    top: 109px!important;
}
}
@media only screen and (min-width: 990px) and (max-width: 1024px) {
.service-icon {
    top: 166px!important;
}
}
@media only screen and (max-width: 767px) { 
.service-img {
    display: block;
    text-align: center!important;
}
.service-txt p {
    text-align: center;
}
.service-heading {
    padding: 0 0 0 0!important;
    text-align: center!important;
}

.service-heading:after {
    text-align: center;
    /* content: ''; */
    margin: auto!important;
}
.fancy-heading-left :before {
    margin-left: -7px;
}
.call_to_action-img {
    position: relative!important;
    width: 100px!important;
    display: block!important;
    float: left!important;
}
#call_to_action {
    position: relative;
}
.call_to_action-txt {
    /* position: absolute; */
    top: 43px;
    /* bottom: 0; */
    /* width: 300px; */
    /* right: 100px; */
}
.call_to_action-btn-wrap a {
    /* position: absolute; */
    /* top: 0; */
    /* position: relative; */
    width: 150px;
    margin: 0px;
}
/*#call_to_action .wpb_column:nth-child(2) {*/
/*    position: absolute;*/
    /* top: 0; */
/*    bottom: 0;*/
/*        width: 300px;*/
/*        right:100px;*/
/*}*/
.call_to_action-btn-wrap {
    /* float: right; */
    bottom: 48px;
    right: 10px;
    /* left: 0; */
    text-align: center;
    margin: 0px;
    position: absolute;
    clear: both;
    padding: 0;
    display: block;
}
.navbar-brand img {
    margin: auto !important;
    display: block !important;
}
.mobile-nav-bg {
    background: #242424;
    width: 100%;
}
.mobile-nav-bg .navbar-collapse {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.mobile-nav-bg .navbar-collapse ul {
    margin: 0px;
    padding: 0px;
}
.mobile-nav-bg .navbar-collapse ul li {
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #bf9235;
}
#menu-main-nav li.mega-parent ul li {
float: none;
}
.dropdown-menu > li:first-child{
border-bottom-left-radius: 0;
}
.dropdown-menu  li:last-child {
border-bottom-right-radius: 0;
}
.navbar-brand img {
    /* display: block; */
}

.action_button {
    display: block;
    float: right;
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}
}
/*------------
TOP RIGHT
------------*/
.top-right ul{
	margin: 0px;
	padding: 0px;
}
.top-right ul li.info-num {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}
.top-right ul li.info-num a {
    background: #8fc642;
    color: #FFF;
    border-radius: 20px;
    margin: auto;
    padding: 8px 25px;
    font-family: Raleway;
    font-size: 18px;
	font-weight: bold;
}
/*=========
SUBHEADER
========*/
.subheader {
    margin: 0px;
    padding: 25px 0;
    width: 100%;
    min-height: 250px;
    background: url(assets/images/header.jpg)no-repeat;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.subheader-overlay {
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    display: block;
}
.subheader .container {
    width:100%;
    position: relative;
    min-height: 250px;
}

.subheader .desc {
    padding: 10px 10px!important;
    /*border-top: 1px solid ;*/
    box-shadow: 0;
    position: absolute;
    bottom: 21px;
    width: 100%;
}
.subheader h2 {
    margin:0 0 10px 0;
    width: 100%;
}
.subheader h2 a {
    color: #FFF;
}
.subheader h2 a:hover {
    text-decoration: none;
    color: #FFF;
}
#crumbs a {
    color: #ffc527;
}

#crumbs li {
    color: #FFF;
}
.cu-breadcrumbs ul{
	margin: 0px;
	padding: 0px;
}
.cu-breadcrumbs ul#crumbs {width: 100%;display: inline-block;/* float:  left; */}

.cu-breadcrumbs ul#crumbs li {
    display: inline-block;
}

.cu-breadcrumbs ul#crumbs li:after {
    content: '/';
    color: #fff;
    margin:  0px 9px;
}

.cu-breadcrumbs ul#crumbs li:last-child:after {
    content:  none;
}
.content-padd {
    margin: 0px 0px;
}
/*============
SLIDER
===========*/
.tp-shadow1{
	box-shadow: none!important;
}
.custom.tparrows {
    top: 93%!important;
}
.custom.tparrows {
    background: rgba(0, 0, 0, 0.80)!important;
    width: 24px!important;
    height: 96px!important;
}
.custom.tparrows:before {
    line-height: 96px !important;
}
.slider-bottom-wrap {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
	display: block;
}
.slider-bottom-wrap h1, h2, h3, h4, h5, h6, p{
	margin: 0px;
	padding: 0px;
}
.slide-desc {
    margin: 0px;
    padding: 0px;
    float: right;
}
.slider-bottom-wrap a {
    margin: 6px;
}
.slide-desc i {
margin: 0px 0 0 0;
    padding: 0 10px 0 0;
    /* display: inline-block; */
    line-height: normal;
    border-right: 2px solid #FFF;
    color: #FFF;
    top: -8px;
    position: relative;
    font-size: 24px;
}

.slide-desc span {margin: 0;padding: 0 0 0 10px;color: #FFF;font-family: Lato;font-size: 16px;display: block;font-weight: 300;text-align: left;}
.slide-box-item {
    display: inline-block;
}

bb {
    margin: 0;
    padding: 0 0 0 10px;
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    display: block;
    font-weight: 300;
    text-align: left;
}
/*=========
SERVICES
==========*/
.service-icon {
    margin: 0px;
    padding: 0px;
    width: 70px;
    height: 70px;
    background: #313131;
    position: absolute;
    top: 225px;
    left: 41px;
}
.service-icon img {
    position: relative;
    margin: 10px 12px!important;
    width: 48px;
    height: 48px;
}
.service-img {
    margin: 0 0 45px 0!important;
}
.service-heading{
    margin-bottom: 20px;
	padding: 0 0 0 27px;
    color: #313131;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.service-heading:after {
    content: '';
    margin: 6px 0 0 0;
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
}
.service-txt {
    padding: 0 0 0 27px;
}
/*==========
GALLERYIES
=========*/
ul.gallery_box {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.gallery_box li {
    margin: 0px;
    padding: 0px;
    width: 25%;
    height: 292px;
    display: inline-block;
    position: relative;
    float: left;
}
ul.gallery_box li .img_wrap{
	margin: auto;
	padding: 0px;
	width: 100%;
	height: 292px;
	/* -webkit-mask-clip: content-box; */
	/*
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
*/
}
ul.gallery_box li img {
    width: 100%;
    height: 292px;
    object-fit: cover;
}
ul.gallery_box .pic_overlay{
	display: none;
}
ul.gallery_box  li:hover .pic_overlay{
	margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.56);
    color: #FFF;
}
.gallery .nav-link {
	margin: 0 15px;
    display: block;
    padding: 0px ;
}
.gallery ul.nav.nav-tabs {
display: inline-block;
    margin: 20px auto 35px;
    width: 100%;
    text-align: center;
    border: 0;
}
.gallery ul.nav.nav-tabs li {
    display: inline-block;    
	 font-family: 'Montserrat', sans-serif; 
    font-weight: 700;
     text-transform: uppercase; 
    font-size: 13px;
	
}
.gallery a.nav-link{
	color: #000;
}
.gallery .nav-link.active{
	border: 0px;
	color: #ffc62c;
	border-bottom: 2px solid #ffc62c; 
}
.gallery .nav-tabs .nav-link:hover{
	border: 0px;
	color: #ffc62c;
	border-bottom: 2px solid #ffc62c ; 
}
/*==========
WHY CHOOES US
============*/
#why-chooes-us .about-section {
    margin: 0;
    padding: 25px 10px;
}
.about-section p {
    font-size: 18px;
}

#why-chooes-us {
    border: 1px solid #e6e6e6;
}

#why-chooes-us .about-section h4, h3, h2, h1, h5, h6 {
    margin: 0px 0 35px 0;
    padding: 0px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 700;
}

#why-chooes-us .about-section p:nth-child(1) {
    border-top: 1px solid #e6e6e6;
    padding: 22px 0 0 0;
}

#why-chooes-us .about-section p {
    text-align: justify;
}
/*===========
TESTIMONIALS
=============*/

/*---------
ABOUT SECTION
---------*/
#ceo-slide_wrapper .zeus .tp-bullet{
	    border: 2px solid rgb(197, 73, 78)!important;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: #c4494e!important;
}
.tp-shadow2:after, .tp-shadow4:after{
	    box-shadow: 0 11px 55px rgba(0,0,0,.8)!important;
}
.tp-shadow2:before, .tp-shadow3:before{	
	    box-shadow: 0 11px 55px rgba(0,0,0,.8)!important;
}
/*#ceo-slide_wrapper
{
  position: relative;
}
#ceo-slide_wrapper:before, #ceo-slide_wrapper:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#ceo-slide_wrapper:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#ceo-slide .zeus .tp-bullet{
	    border: 2px solid rgb(196, 73, 78)!important;
}*/
#about {
    position: relative;
    width: 100%;
}

#about .about-left {
}

#about .about-right {
	right: 10%;
    top: 40px;
    position: absolute;
}
.about-img img{
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.ceo-social {
    width: 100%;
    text-align: center;
}
.hexagon-box {
  position: relative;
    width: 28px;
    height: 16px;
  background-color: #ffffff;
  margin: 7.79px 0;
  border-left: solid 1px #c4494e;
  border-right: solid 1px #c4494e;
	display: inline-block;
	margin:0 7px 0 0 ;
	margin:0 7px 0 0 ;
}

.hexagon-box:before,
.hexagon-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20.09px;
  height: 19.09px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.9541px;
}

.hexagon-box:before {
  top: -9.5459px;
  border-top: solid 1.4142px #c4494e;
  border-right: solid 1.4142px #c4494e;
}

.hexagon-box:after {
  bottom: -9.5459px;
  border-bottom: solid 1.4142px #c4494e;
  border-left: solid 1.4142px #c4494e;
}

.hexagon-box li {
	    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 2;
    /* text-align: center; */
}

.hexagon-box li .svg-inline--fa {text-align: center;display: block;margin:  auto;}
.hexagon-box:hover {
    background: #e8242b;
    cursor:  pointer;
    color: #FFF;
}
.hexagon-box li svg.fa-facebook-f {
    color: #3b5998;
}
.hexagon-box:hover li .svg-inline--fa {
    color: #FFF;
}
.hexagon-box li svg.fa-dribbble {
    color: #EC4A89;
	width:27px;
}
.hexagon-box li svg.fa-linkedin-in {
    color: #1f418e;
}
.hexagon-box li svg.fa-twitter {
    color: #598dca;
}

/*----------
SERVICE SETION
---------*/
.txt-feature{margin: auto; max-width: 945px;}
#service-two {
    position: relative;
}

#service-two .service-darl-box {
    max-width: 457px;
    position: relative;
    top: -185px;
    left: 10%;
}
.video-txt{
	margin: auto;
	max-width: 940px;
	text-align: center;
}
#video-box iframe {
    max-width: 710px;
    max-height: 532px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.player .vp-player-layout{
    width: 710px!important;
    height: 532px!important;
    top: 24px!important;
    left: 18px!important;
}
.img-frame {
    max-width: 360px;
    height: 410px;
    position: absolute!important;
    right: 3%;
    bottom: 136px;
}
.hexagon-service {
  position: relative;
  width: 105px; 
  height: 60.62px;
  background-color: #ffffff;
  margin:30.31px auto;
  border-left: solid 2px #c4494e;
  border-right: solid 2px #c4494e;
}

.hexagon-service:before,
.hexagon-service:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 74.25px;
  height: 74.25px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 13.3769px;
}

.hexagon-service:before {
  top: -37.1231px;
  border-top: solid 2.8284px #c4494e;
  border-right: solid 2.8284px #c4494e;
}

.hexagon-service:after {
  bottom: -37.1231px;
  border-bottom: solid 2.8284px #c4494e;
  border-left: solid 2.8284px #c4494e;
}
.hexagon-service figure img {
    z-index: 2222;
    position: relative;
    margin: auto;
    display: block;
    padding: 15px 0;
}
/*----------
Testimonial 
---------*/
.slick-slide img{
    display: block;
    margin: auto;
    width: 80px;
    /*height: 80px;
     background: #000; */
    border-radius: 0px;
    border: 1px solid #FFF;
}
.item-testimonial-text{
	    background-color: #ffc527;
    padding: 0;
	margin: 0px ;
	border-radius: 4px;
	position: relative;
	float: left;
}
.item-testimonial-text .headings{
	position: relative;
	padding: 0px 15px 15px;
	/* background: yellow; */
}
.item-testimonial-text .headings img{
	position: absolute;
	left: 0;
	right: 0;
	display: block !important;
	margin: auto;
	top: -40px;
	border: 2px solid #8fc642;
}
.item-testimonial-text h2{
    /* font-size: 19px; */
    /* font-weight: 700; */
    color: #333;
    display: inline-block;
    width: auto;
    float: left;
    margin: -37px 100px;
    font-size: 13px;
    font-weight: 400;
}
.item-testimonial-text .inner-item-testimonial-text{
    
    padding:0px 25px 60px 25px;
}
.item-testimonial-text .inner-item-testimonial-text p:first-child{	
    padding-top: 90px;
}
.item-testimonial-text .inner-item-testimonial-text p{
    padding-top: 0px;
	color: #fff;
	font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-style: italic;
    text-align: left;
}
.item-testimonial-text .headings h2{
    text-transform: uppercase !important;
}
.item-testimonial-text .headings h2 span{
	font-weight: 400;
	font-size: 18px;
}
.item-testimonial-text .headings h3{
    font-weight: 400 !important;
    color: #333 !important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px!important;
    height: 10px!important;
    margin: 0 5px!important;
    padding: 0;
    cursor: pointer;
}
ul.slick-dots {
    top: 0;
    right: 21px!important;
    /* float: right; */
    /* left: unset; */
    width: auto;
    display: block;
    /* position: absolute; */
    /* z-index: 999; */
    /* margin: 0!important; */
}

ul.slick-dots li button {
    width: 10px;
    height: 10px!important;
    border: 1px solid #FFF;
    border-radius: 0!important;
}

.slick-dots li button:before {
    content: ''!important;
    width: 6px!important;
    height: 6px!important;
    background: #000!important;
    margin: 3px!important;
}
.test_img_wrap {
margin: 0px;
    padding: 0px;
    width: 100%;
    height: 45px;
    background: #FFF;
    position: relative;
    /* bottom: -56px; */
    display: block;
}
.test_img_wrap img {
    position: absolute;
    top: -34px;
    left: 28px;
    width: 65px!important;
    /*height: 65px;*/
}
/* Testimonial */
select, textarea, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    color: #555;
    font-size: 13px;
    width: 100%;
    border: 1px solid #ccc!important;
    padding: 8px 10px!important;
}
/*==========
CALL ACTION BTN
========*/
.call_action_img {
    position: absolute;
    top: -71px;
    margin: 0;
}
.add_call_action b {
    font-size: 14px!important;
    font-weight: 400;
}
/*==========
SERVICE SLIDER
==========*/

.tp-dottedoverlay.twoxtwo {
    background: rgba(0, 0, 0, 0.3)!important;
}
.item-ourservice_slider-text{
	/* background-color: #fff; */
	/* background-color: red; */
	padding: 0;
	margin: 60px 10px 0;
	border-radius: 4px;
	position: relative;
	float: left;
}
.item-ourservice_slider-text .headings{
	position: relative;
	padding: 60px 15px 15px;
	/* background: yellow; */
}
.item-ourservice_slider-text h2{
	font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.inner-item-ourservice_slider-text{
	background: red;
	width: 100%;
	height: 300px;
	display: -webkit-flex; display: inline-flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;
	position: relative;
}
.inner-item-ourservice_slider-text:after{
    content: ' ';
    position: absolute;
    background: #00000057;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    z-index: 0;
}
.item-ourservice_slider-text .inner-item-ourservice_slider-text{
    background-color: #fff;
}
.item-ourservice_slider-text .inner-item-ourservice_slider-text p{
	color: #FFF;
	font-family: Raleway;
	font-size: 16px;
}
.item-ourservice_slider-text .headings h2{
    color: #FFF !important;
    text-transform: uppercase !important;
}
.item-ourservice_slider-text .headings h2 span{
	font-weight: 400;
	font-size: 18px;
}
.item-ourservice_slider-text .headings h3{
    font-weight: 400 !important;
    color: #FFF !important;
}
.service-txt a {
    color: #ffc527;
        display: block;
}

.service-txt a:hover {
    text-decoration: none;
    color: #242424;
    font-weight: bold;
    transition: 0.8s;
}
.services-img-wrap .vc_column-inner {
    width: 100%;
    height: 409px;
    background-size: cover!important;
    background-position: center;
}
/*---------------
CONTACT US
---------------*/
.contact-txt{
	margin: auto;
	max-width:80%;
}
.map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}
input.wpcf7-form-control {
    background: #f9f9f9;
    border-color: #cacaca!important;
    /* color: #FFF; */
    max-width: 570px;
    border-radius: 5px;
    box-shadow: 0 0px 5px #ccc;
}
textarea.wpcf7-form-control {
    background: #f9f9f9;
    border-color: #cacaca!important;
    /* color: #FFF; */
    max-width: 570px;
    border-radius: 5px;
    box-shadow: 0 0px 5px #ccc;
}

.wpcf7 p {
    margin: 22px 0 0 0;
}

input.wpcf7-submit {border: 1px solid #ffc527;border-radius: 0px;background: #ffc527!important;padding: 5px 27px;text-transform: uppercase;cursor: pointer;}

input.wpcf7-submit:hover {
    background: #1f1f1f!important;
    color: #ffc527!important;
}
.feature.map {
  height: 100%;
}
.feature.map iframe {
  height:350;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
/*---------
PHONE SLIDER
--------*/
.flipster {
    height: 758px;
}
.flipster--coverflow .flipster__container {
    padding-top: 18%;
}
ul.flip-items.flipster__container {
    margin: auto;
    left: 2.79999%;
}
.mobile-holder{
	margin: auto;
    width: 100%;
    height: 758px;
    background: url(assets/images/iPhone-dummy-big.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	z-index: -1;
}
/*================
FOOTER
=============*/
footer{
     width: 100%;
	background: #f6f6f6;
	
}
Footer p {
    color: #7f7f7f;
}
.footer-main{
	margin: 0px 0px ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 0;
}
.footer-main:after{
	content: '';
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    position: absolute;
    top: 0;
    z-index: -1;
}
.col.col-lx-3.col-md-3.widget-column.footer-widget-1 {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.widget-title {
    margin: 0px 0 8px 0;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FFF;
}
.footer-widget-2 {
	margin:0px;
    padding: 0;
	color: #FFF;
}
Footer li {
    color: #7f7f7f !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    /* column-count: 2; */
}

Footer ul {
    padding-left: 0;
    list-style: none;
    column-count: 2;
    max-width: 250px;
}

Footer li a {
    color: #7f7f7f;
}
footer .widget_text {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.footer_copy .footer-widgets p {
    font-size: 12px!important;
    font-family: inherit;
    margin: 0px;
    padding: 5px 0;
}
/*---
CONTACT FORM FOOTER
---------------*/
form.wpcf7-form {
    max-width: 570px;
    /* float: right; */
    position: relative;
    /* right: 0; */
}
input.wpcf7-form-control {

input.uemail {
    max-width: 270px;
    float:  left;
    margin: 0 30px 15px 0;
}

input.phone {
    margin: 0 0px 15px 0;
    max-width: 270px;
    float: left;
}
textarea.umessage {
    max-width: 570px;
    background: #080a0b;
    border-color: #080a0b!important;
}
input.submit-btn {
    margin: 0px 0px;
    padding: 10px 27px;
    width: auto;
    float: right;
    background: #e8242b;
    border: 0px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;

    color: #FFF;
}
.location-address h4 {
    font-size: 18px;
    font-weight: 700;
    color: #e8242b;
}
.divider{
	width:100%;
	height: 2px;
	background: rgba(232,36,43,1);
background: -moz-linear-gradient(left, rgba(232,36,43,1) 0px, rgba(232,36,43,1) 35px, rgba(76,76,76,1) 35px, rgba(76,76,76,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0px, rgba(232,36,43,1)), color-stop(35px, rgba(232,36,43,1)), color-stop(35px, rgba(76,76,76,1)), color-stop(100%, rgba(76,76,76,1)));
background: -webkit-linear-gradient(left, rgba(232,36,43,1) 0px, rgba(232,36,43,1) 35px, rgba(76,76,76,1) 35px, rgba(76,76,76,1) 100%);
background: -o-linear-gradient(left, rgba(232,36,43,1) 0px, rgba(232,36,43,1) 35px, rgba(76,76,76,1) 35px, rgba(76,76,76,1) 100%);
background: -ms-linear-gradient(left, rgba(232,36,43,1) 0px, rgba(232,36,43,1) 35px, rgba(76,76,76,1) 35px, rgba(76,76,76,1) 100%);
background: linear-gradient(to right, rgba(232,36,43,1) 0px, rgba(232,36,43,1) 35px, rgba(76,76,76,1) 35px, rgba(76,76,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8242b', endColorstr='#4c4c4c', GradientType=1 );
}

.location-address ul {
	margin: 20px 0;    
	max-width: 335px;
    list-style:  none;
    padding:  0px;
}
.location-address ul li {
    display: flex;
	font-size: 14px;
}
.location-address ul li svg{
	margin: 4px 10px 0 0;
	font-size: 14px;
	color: #e8242b;
}
.buisness-hrs h4 {
    font-size: 18px;
    font-weight: 700;
    color: #e8242b;
}
.buisness-hrs ul {
    margin: 16px 0px;
    padding: 0px;
    column-count: 2;
    list-style: none;
    font-size: 14px;
}
.buisness-hrs ul li {
    padding: 0 21px;
    position: relative;
}

.buisness-hrs ul li svg {
    display: flex;
    float: left;
    position: absolute;
    top: 4px;
    left: 0;
    color: #e8242b;
}
.note {
    margin:0 21px 25px 21px;
    font-size: 12px;
}

.social-follow h4 {
    font-size: 18px;
    font-weight: 700;
    color: #e8242b;
}
.foot-social {
	margin: 22px 0px 0px 0px;
    width: 100%;
}
.foot-hexagon-box {
  position: relative;
    width: 28px;
    height: 16px;
  background-color: #e8242b;
  margin: 7.79px 0;
  border-left: solid 1px #c4494e;
  border-right: solid 1px #c4494e;
	display: inline-block;
	margin:0 7px 0 0 ;
	margin:0 7px 0 0 ;
}

.foot-hexagon-box:before,
.foot-hexagon-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20.09px;
  height: 19.09px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.9541px;
}

.foot-hexagon-box:before {
  top: -9.5459px;
  border-top: solid 1.4142px #c4494e;
  border-right: solid 1.4142px #c4494e;
}

.foot-hexagon-box:after {
  bottom: -9.5459px;
  border-bottom: solid 1.4142px #c4494e;
  border-left: solid 1.4142px #c4494e;
}

.foot-hexagon-box li {
	    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 2;
    /* text-align: center; */
}

.foot-hexagon-box li .svg-inline--fa {text-align: center;display: block;margin:  auto;}
.foot-hexagon-box:hover {
    background: #e8242b;
    cursor:  pointer;
    color: #FFF;
}
.foot-hexagon-box li svg{
    color: #202020;
}
ul.social-icons {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}
ul.social-icons li {
    display: inline-block;
    padding: 4px 11px;
    border: 0px!important;
}

/*-------
COPYRIGHT
-------*/
.footer_copy {
	padding: 15px 0;
    position: absolute;
    width: 100%;
    background: #000000;
    color: #ccc;
    text-align: cente
}
.footer_copy p {
    margin: 0px;
    padding: 25px 0 0px 0;
    color: #999999;
    font-size: 18px;
}
.footer_copy .widget_nav_menu ul {
    margin:  0px;
    padding: 0px;
    list-style:  none;
}

.footer_copy .widget_nav_menu ul li {
    display: inline-block;
    padding: 0 13px;
}