@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
@font-face {
    font-family: 'metropolis-light';
    src: url('../fonts/metropolis-light-webfont.eot');
    src: url('../fonts/metropolis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-light-webfont.woff') format('woff'),
         url('../fonts/metropolis-light-webfont.ttf') format('truetype'),
         url('../fonts/metropolis-light-webfont.svg#metropolislight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis-regular-webfont.eot');
    src: url('../fonts/metropolis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-regular-webfont.woff') format('woff'),
         url('../fonts/metropolis-regular-webfont.ttf') format('truetype'),
         url('../fonts/metropolis-regular-webfont.svg#metropolisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolismedium';
    src: url('../fonts/metropolis-medium-webfont.eot');
    src: url('../fonts/metropolis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-medium-webfont.woff') format('woff'),
         url('../fonts/metropolis-medium-webfont.ttf') format('truetype'),
         url('../fonts/metropolis-medium-webfont.svg#metropolismedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolisbold';
    src: url('../fonts/metropolis-bold-webfont.eot');
    src: url('../fonts/metropolis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-bold-webfont.woff') format('woff'),
         url('../fonts/metropolis-bold-webfont.ttf') format('truetype'),
         url('../fonts/metropolis-bold-webfont.svg#metropolisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolisextra_bold';
    src: url('../fonts/metropolis-extrabold-webfont.eot');
    src: url('../fonts/metropolis-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metropolis-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-extrabold-webfont.woff') format('woff'),
         url('../fonts/metropolis-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/metropolis-extrabold-webfont.svg#metropolisextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofiapro-light-webfont.eot');
    src: url('../fonts/sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofiapro-light-webfont.woff2') format('woff2'),
         url('../fonts/sofiapro-light-webfont.woff') format('woff'),
         url('../fonts/sofiapro-light-webfont.ttf') format('truetype'),
         url('../fonts/sofiapro-light-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:after, *:before {box-sizing: border-box;}
 
body {
    font-family: 'metropolis';
	font-size: 15px;
	line-height: 27px;
	padding: 0;
	margin: 0;
    color: #212020;  
}
body, html{overflow-x: hidden;}
.container{position: relative;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}

/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 15px;}
h3 {font-family: 'metropolismedium';font-size: 24px;line-height: 30px;color: #920e09;margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
.service-details .sk_img_left{width: 100%; max-width: 300px; margin-bottom: 15px !important;}
.service-details .sk_img_left img{width: 100%; box-shadow: 8px 8px 0 #dc261e; transition: all 300ms ease-in-out; }
.service-details:hover .sk_img_left img{width: 100%; box-shadow: -8px -8px 0 #dc261e; }
.service-details .heading{margin-bottom: 15px; font-size: 30px; line-height: normal; padding-bottom: 0;}
.service-details h4 {font-family: 'metropolisbold';font-size: 18px;color: #dc261e;margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {padding-bottom: 20px;margin: 0; text-align: justify;}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong {font-weight: 700;}
.sk_content_wrap strong{font-size: 17px;line-height: 24px; font-family: 'metropolisbold'; color: #dc261e;}
a {
	color: #dc261e;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{color: #920e09;text-decoration: none;outline: none;}
a:focus{color: #920e09;}
img {border: none; outline: none; display: inline-block; max-width: 100%;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
hr {display: block; height: 1px; border: 0; margin: 10px 0; padding: 0; border-top: 1px solid #d3d3d3;}
/* ::-moz-selection{background: #920e09; color: #fff; text-shadow: none;}
::selection{background: #920e09; color: #fff; text-shadow: none;} */
table {border: none; border-collapse: collapse;	border-spacing: 0; width: 100%;}
table th, table td {padding: 10px 12px;	vertical-align: top; border: 1px solid #d3d3d3;}

/* FORM
---------------------------------*/
fieldset {padding: 5px 10px 10px; margin: 0 0 30px; border: 1px solid #d3d3d3;}
fieldset:last-child{margin: 0;}
legend{display: block; width: auto; max-width: 100%; padding: 0 10px; margin: 0; font-size: 16px; color: inherit; white-space: normal;}
form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}
input, select, textarea {
    padding: 5px 25px;
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff00;
    -webkit-border-radius: 3px;
    border-radius: 30px;
    background-color: #e11b12;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif; 
    font-weight: 400;
    font-family: 'metropolis';
    position: relative;
    vertical-align: top;
    margin-bottom: 15px;
    outline: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.homeContact input, .homeContact select, .homeContact textarea {height: 50px;}
input[type="password"]{font-family: 'verdana';}
input[type="file"]{padding: 0 10px;}
textarea {height: 120px; border-radius: 10px; resize: none; overflow: auto;}
textarea.row2{height: 90px;}
textarea.row3{height: 120px; border-radius: 10px;}
textarea.row4{height: 190px;}
select{
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #e11b12 url(../images/select.png) no-repeat right 18px center/26px 54px;
	padding-right: 20px;
}
.homeContact select{
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #e11b12 url(../images/up-down-arrow.png) no-repeat right 15px center;
    background-size: 18px;
	padding-right: 43px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}
::-webkit-input-placeholder {color: #ffffff; opacity: 1;}
:-moz-placeholder {color: #ffffff; opacity: 1;}
::-moz-placeholder {color: #ffffff; opacity: 1;}
:-ms-input-placeholder {color: #ffffff; opacity: 1;}
input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 2px 5px 0 0; vertical-align: top;}
input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}

input:focus, textarea:focus, select:focus{border-color: #ffffff; outline: none;}
.ui-datepicker{width: 240px;}
#ui-datepicker-div {font-size: 12px;}
.ui-datepicker-title select{height: 26px;background-position: 100% -15px;padding: 3px;margin: 1px 3px !important;width: 45%;border: 1px solid;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}
.ui-datepicker td span, .ui-datepicker td a{text-align: center;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width: 25px;height: 28px;top: 3px;border: none;}
.ui-datepicker .ui-datepicker-prev-hover{left: 2px;}
.ui-datepicker .ui-datepicker-next-hover{right: 2px;}

.form_wrap ul{list-style: none; padding: 0; margin-bottom: -10px;}
.form_wrap ul > li{margin-bottom: 0;}
.labelWrap{display:block;color: #ffffff; margin:0 0 10px;line-height:inherit; position: relative;}
.labelWrap > span{margin: 0 0 5px;}
.hideLabel{position:absolute;opacity:0;pointer-events:none}
.form_wrap ul:after, .labelWrap:after, .input_check:after, .input_radio:after{content: "";display: block;clear: both;}
.labelWrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #6b6b6b;}

.input_check, .input_radio{margin: 0; padding: 0; cursor: pointer;}
.input_check label, .input_radio label{font-family: inherit; font-weight: inherit; color: inherit;}
.input_check input[type="checkbox"], .input_radio input[type="radio"]{margin: 4px 5px 0 0;}

.col4.input_check, .col4.input_radio, .col5.input_check, .col5.input_radio{margin: 0 -10px;}
.col4.input_check > label, .col4.input_radio > label{float: left; padding: 0 10px; width: 25%;}
.col5.input_check > label, .col5.input_radio > label{float: left; padding: 0 10px; width: 20%;}

.file_upload{position: relative;}
.file_upload input{padding-right: 110px; padding-left: 0; border-width: 0;}
.file_upload label.inputfile{
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
	font-weight: normal;
    cursor: pointer;
    position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.file_upload label.inputfile .btn{display: block; padding: 0; min-width: auto;}
.file_upload label.inputfile input{display: none;}

/* BUTTONs
---------------------------------*/
[type="submit"], [type="reset"], [type="button"], .btn {
	background: #db2219 no-repeat;
	border: 1px solid #db2219;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
	font-size: 15px;
	line-height: 42px;
	height: 45px;
	min-width: 125px;
    padding: 0 15px;
    text-align: center;
    font-family: 'metropolismedium';
    font-weight: 400;
  	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
}
button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}
[type="reset"]{margin-right: 10px;}
[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}
[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #086600; border-color: #086600; color: #fff;}
[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #920e09; color: #920e09;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #920e09; color: #920e09;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus{
    outline: none;
	background-color: #920e09;
	border-color: #920e09;
	color: #fff;
}
[type="submit"].btn_green:hover, [type="submit"].btn_green:focus, [type="reset"].btn_green:hover, [type="reset"].btn_green:focus, button.btn_green:hover, button.btn_green:focus, button.btn_green:active:focus, .btn.btn_green:hover, .btn.btn_green:focus, .btn.btn_green:active:focus{
	background-color: #177b1e;
	border-color: #177b1e;
	color: #fff;
}

[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{height: 34px; line-height: 32px; min-width: inherit;}
[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{height: 45px; line-height: 43px; padding: 0 30px;}
[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{height: 60px; line-height: 60px; font-size: 18px;}

.btn_group a, .btn_group input, .btn_group button{margin: 0 0 0 5px;}
.btn_group a:first-child, .btn_group input:first-child, .btn_group button:first-child{margin-left: 0;}
.btn_group a:last-child, .btn_group input:last-child, .btn_group button:last-child{margin-right: 0;}

.btn_center{text-align: center; margin-top: 30px;}
.btn_left{text-align: left;	margin-top: 30px;}
.btn_right{text-align: right; margin-top: 30px;}

/* CAPTCHA
---------------------------------*/
.captcha_img{float: left;}
.captcha_img > div, .captcha_img > img {-webkit-transform: scale(0.6); transform: scale(0.6); margin: -16px -61px;}
.captcha_img > img{max-width: inherit;}
.btn_wl {float: left; margin: 0 0 0 30px;}
/* .btn_wr {float: right;} */
.btn_wr.w100{width: 100%; margin: 0;}
.btn_wr.w100 [type="submit"], .btn_wr.w100 [type="reset"]{width: 100%;}
.contactFrom {margin-top: 30px;}
.form-wrapper {background: #e92a21;padding: 30px; border-radius: 5px;}
.contactFrom .mt30 {margin-top: 0;height: 100%;}
.map-wrapper {height: 100%; padding-left: 30px;}
.contactFrom [type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus{
    background-color: #fff;
    border-color: #db2219 ;
    color: #920e09;
}
.form-wrapper .subheading{color: #ffffff;margin-bottom: 20px;}
.topheading {font-size: 18px;line-height: 26px;font-family: 'metropolisbold';color: #dc261e;margin-bottom: 10px;}
.boat-team{padding-bottom: 15px !important;}
/* CAPTCHA END */

/* ERROR_MSG
---------------------------------*/
.error, .success, .information { 
	background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
	min-height: 40px;
    margin: 10px 0 0;
    padding: 8px 5px 8px 40px;
	text-align: left;
}
.success {
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}
.information {
    background-image: url(../images/warning_icon.png);
	background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}
.error p, .success p, .information p {
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}
.input_error{border-color: #c00 !important;}
.input_success{border-color: #425c05 !important;}
.norecord{text-align: center;}
/* ERROR_MSG END*/

/* CLICKED
---------------------------------*/
.loader.clicked{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;}
.loader.clicked:before{-webkit-border-radius: 0; border-radius: 0; background: rgba(0, 0, 0, 0.8);}
.loader.clicked:after{width: 70px; height: 70px; margin: -35px 0 0 -35px; border-color: #fff; border-right-color: transparent;}
.noloader.loader.clicked:after{display: none;}
.loader.clicked > div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}
.loader.clicked > div span{text-transform: uppercase; margin-top: 20px;}
.clicked{position: relative; pointer-events: none;}
.clicked:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}
[type="submit"].clicked:before, [type="reset"].clicked:before, button.clicked:before, .btn.clicked:before{-webkit-border-radius: 3px;border-radius: 3px; top: -1px; left: -1px; right: -1px; bottom: -1px;}
.clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #e11b12;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@-moz-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
/*CLICKED END*/

/* PAGINATION
---------------------------------*/
.pagination {
    display: block;
    clear: both;
	margin: 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: right;
}
.pagination:after{content: ""; display: block; clear: both;}
.pagination p{
	display:inline-block;
	vertical-align:top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}
.pagination > div{display:inline-block; vertical-align:top;}
.pagination ul {float: left; margin: 0; padding: 0;}
.pagination ul li{background: #d3d3d3; color: #fff;}
.pagination ul li, .previous_pagi, .next_pagi, a.pagination_view {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	margin: 0;
    padding: 0;
	width: 36px;
	height: 36px;
    line-height: 34px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.previous_pagi{border-left: 1px solid #d3d3d3;}
.pagination ul li a{
	display: block;
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	line-height: 34px;
    background: #fff;
    color: #000;
}
.previous_pagi, .next_pagi, a.pagination_view{
    padding: 0 5px;
	color: #000;
    background: #fff;
    font-size: 0;
    position: relative;
}
a.pagination_view{font-size: inherit;}
.previous_pagi:before, .next_pagi:before{
    content: "\f104";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family:'FontAwesome';
}
.next_pagi:before{content: "\f105";}
.pagination ul li a:hover, a.previous_pagi:hover, a.next_pagi:hover, a.pagination_view:hover {background: #920e09; color: #fff;}
/*PAGINATION END*/

/* THANKYOU
----------------------*/
.thankyou_block{text-align: center;}
.thankyou_text .heading span, .thankyou_text .subheading span {display: block; color: #9cbe2f; margin-bottom: 10px;}
.thankyou_img{margin: 30px 0 30px;}
.thankyou_text{padding-top: 30px;}
/*THANKYOU END*/

/* BREADCRUMB
----------------------*/
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
	margin: 0 0 -35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #212020;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
	z-index: 5;
}
.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}
.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 25px 0 0; padding: 0; position: relative; font: inherit;}
.breadcrumb ul li:before{content: "/"; display: block; position: absolute; top: 1px; right: -14px; font-family:'FontAwesome';}
.breadcrumb ul li:last-child{margin: 0; padding: 0;}
.breadcrumb ul li:last-child:before{display: none;}
.breadcrumb ul li a {color: inherit;}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #920e09;}
/*BREADCRUMB END*/

/* VIDEO
----------------------*/
.sk_vdo{background-color: #000; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio */ position: relative;}
.sk_vdo iframe, .sk_vdo img{position: absolute; top: 0; left: 0; border: none; width: 100%; height: 100%;}
/*VIDEO END*/

/* OWL
---------------------------------*/
.owl-carousel{padding: 0 35px;}
.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}
/* .owl-carousel .owl-nav{width: 100px;	position: absolute;	right: 0; top: -65px;} */
.owl-carousel .owl-nav [class*="owl-"]{
	position: absolute;
	top: 50%;
	left: 0;
    margin: -30px 0 0;
    padding: 0;
    width: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    color: #db2219;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
	border-radius: 0;
    float: left;
    cursor: pointer;
	opacity: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}
.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #920e09; opacity: 1;}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #858585;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active{background: #920e09; border-color: #920e09;}
/*OWL END*/

/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {-webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); background: rgba(0,0,0,0.7); color: #fff;}

.floatingBtn {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 60px;
}
.floatingBtn a {
	height: 60px;
	line-height: 60px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size: 24px;
}

.sk_fleft{float: left;}
.sk_fright{float: right;}
.sk_img_left{ float: left; margin: 5px 30px 0 0; }
.sk_img_right{ float: right; margin: 5px 0 0 30px; }

.ul, .alter_list{list-style: none; padding: 0; margin-top: 0; margin-bottom: -30px; overflow: hidden;}
.ul > li, .alter_list > li{margin-bottom: 30px;}
.border_list{list-style: none; padding: 0; margin: 0;}
.border_list > li{margin: 0; padding: 30px 0; border-bottom: 1px solid #d3d3d3;}
.border_list > li:first-child{padding-top: 0;}
.border_list li:last-child{padding-bottom: 0; border-bottom-width: 0;}
.divider_list{list-style: none; padding: 0;	margin: 0;}
.divider_list:after{content: "";display: block;clear: both;}
.divider_list > li{float: left;	margin: 0; padding: 0 0 0 30px;	position: relative;}
.divider_list > li:before{content: "";	display: block;	position: absolute;	top: 0;	left: 15px;}
.divider_list > li:first-child{padding: 0;}
.divider_list > li:first-child:before{display: none;}
.center_list{text-align: center; margin-left: -16px; margin-right: -16px;}
.center_list li{float: none; display: inline-block; vertical-align: top; margin-left: -3px; margin-right: -3px;}
.border_top{padding-top: 30px; margin-top: 30px; border-top: 1px solid #d3d3d3;}
.border_btm{padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #d3d3d3;}
.bullet, .editor_text ul{list-style: none; margin: 0 0 20px; padding: 0; overflow: hidden;}
.editor_text ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.editor_text .common_list {justify-content: start;}
.service-common-list .common_list {justify-content: space-between;align-items: inherit;margin-top: 10px;}
.service-common-list .editor_text ul li {max-width: 49%; vertical-align: text-top;}
.service-common-list .editor_text ul > li:before {top: 0;transform: none;}
.bullet:last-child, .editor_text ul:last-child{margin: 0;}
.bullet li, .editor_text ul > li{padding: 0 0 0 25px; margin-bottom: 10px; position: relative;transition: all 0.5s ease-in-out;}
/* .bullet li:hover, .editor_text ul > li:hover {color: #920e09;} */
.bullet li:before, .editor_text ul > li:before {
    position: absolute;
    content: "\f00c";
    display: block;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 24px;
    color: #dc261e;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}
/* .bullet li:hover::before, .editor_text ul > li:hover::before{color: #920e09;} */
.editor_text ul li {font-size: 16px;font-family: 'metropolismedium';color: #383642;max-width: 33%;width: 100%;display: inline-block;}
.editor_text .vectortop li {max-width: 49%;}
.bullet.col2 > li, .editor_text ul.col2 > li{float: left;width: 50%;padding-right: 5px;}
.bullet.col3 > li, .editor_text ul.col3 > li{float: left;width: 33.33%;padding-right: 5px;}
.bullet.col4 > li, .editor_text ul.col4 > li{float: left;width: 25%;padding-right: 5px;}
.bullet.col5 > li, .editor_text ul.col5 > li{float: left;width: 20%;padding-right: 5px;}
.bullet.inline > li, .editor_text ul.inline > li{display: inline-block;margin-right: 40px;}
.table_box {display: table;width: 100%;height: 100%;}
.table_box_cell {display: table-cell;width: inherit;height: inherit;vertical-align: middle;}
.table_box_cell img {max-width: 100%;max-height: 100%;vertical-align: middle;display: inline-block;}

/* SITE_ICON
---------------------------------*/
.siteicon{display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/sprite.png) no-repeat;}
.siteicon.icon_map{width: 27px;	height: 34px; background-position: 0 -100px;}
.siteicon.icon_phone{width: 30px; height: 30px;	background-position: -100px -100px;}
.siteicon.icon_email{width: 30px; height: 30px;	background-position: -200px -100px;}
#mail {vertical-align: text-bottom; margin: 0; font-size: 20px; color: #fff; margin-right: 12px;}
/* SOCIAL_ICON
---------------------------------*/
.social a{color: #212020; vertical-align: top; margin: 0 5px 0 0; position: relative; font-size: 0;}
.social a:last-child{margin-right: 0;}
.social a i {
	display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 31px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 5px;
    background-color: transparent;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;

}
.social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}

.social a.sk_facebook i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.sk_twitter i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.sk_linkedin i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.sk_google-plus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.sk_instagram i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.sk_youtube i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.sk_pinterest i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.sk_rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}

/* SECTION_HEADING
----------------------*/
.section{width: 100%; padding: 50px 0;	position: relative;}
.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}
.heading{
    font-family: 'metropolisbold';
    color: #1e1e1e;
	font-size: 37px;
    line-height: 40px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.heading.w{color: #fff}
.heading.w:before{background: #fff;}
.heading.noborder{padding-bottom: 0}
.heading.noborder:before{display: none;}
.heading.text-left{text-align: left;}
.heading.text-right{text-align: right;}
.heading.text-center{text-align: center;}
.heading.text-left:before{left: 0; right: auto;}
.heading.text-right:before{left: auto; right: 0;}
.heading.text-center:before{left: 50%; right: auto; margin: 0 0 0 -35px;}
.heading_tag{
    color: #212020;
	font-size: 22px;
    line-height: 24px;
	margin: -20px 0 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.heading_tag:first-child{margin-top: 0;}
.heading_tag p{text-align: inherit;}

.subheading{
    font-family: 'metropolismedium';
    font-size: 24px;
    line-height: 30px;
	color: #920e09;
	margin-bottom: 10px;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;}
.heading a, .subheading a{color: inherit;display: inline;}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #920e09;}

/* COMMON
---------------------------------*/
.disabled{opacity: 0.5; pointer-events: none;}
.sk_content_wrap:after, .sk_content:after, .sk_box:after, .sk_social:after{content: "";display: block;clear: both;}
.sk_content_wrap .sk_content{margin-bottom: 30px;}
.sk_content_wrap .sk_content:last-child{margin-bottom: 0;}
p > strong > a{color: #920e09 !important;transition: all 0.5s ease-in-out;}
p > strong > a:hover{color: #dc261e !important;}
.sk_content_wrap figure{margin: 0 0 20px;}
.sk_content_wrap figure.sk_img_right{float: right; margin: 0 0 0 30px;}
.sk_content_wrap figure.sk_img_left{float: left; margin: 0 30px 0 0;}
/* .sk_content_wrap .btn_center{clear: both;} */

.sk_contact .editor_text ul > li{padding-left: 0; margin-bottom: 0;}
.sk_contact .editor_text ul > li:nth-child(2) {text-align: center;}
.sk_contact .editor_text ul > li:nth-child(3){text-align: right;}
.sk_contact .editor_text ul > li::before{display: none;}
.sk_comm > i, .sk_comm > .siteicon{float: left; font-size: 22px; line-height: 30px; margin: 0 12px 0 0;}
.sk_comm > div{margin: 0 0 0 0px; clear: none !important;}
.sk_map{-webkit-cursor: grab; cursor: grab; position: relative;}
.sk_map iframe{width: 100%; height: 100%; border: none; margin: 0;}

.withIcon.sk_content_wrap figure.sk_icon {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.withIcon.sk_content_wrap figure.sk_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_content_wrap .heading{padding-left: 70px;}
.withIcon.sk_content_wrap .heading:before{left: 70px;}
.withIcon.sk_content_wrap .sk_content{clear: both;}

.sk_shadow .sk_box{margin: 5px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}
.sk_shadow .sk_box figure{-webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}
.sk_shadow .sk_box .sk_text{padding: 0 10px 10px;}

.sk_shadow_full .sk_box{margin: 5px; padding: 10px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}

.sk_box figure{overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; text-align: center;}
.sk_box figure img{-webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.sk_box a{display: block !important; color: inherit; transition: all 0.5s ease-in-out;}
.sk_box a::before{
    content: '';
    position: absolute;
    background: #00000033;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.sk_box a.btn, .sk_box a.readmore{display: inline-block;}
.sk_box .sk_text {margin-top: 10px;text-align: center;}
.sk_box .sk_text .subheading{color: #383642; text-align: left; font-size: 23px; line-height: 37px; font-family: 'Raleway', sans-serif; font-weight: 700;}
.inner-area-list .sk_box .subheading {text-align: center;}
.sk_box .sk_para{margin-bottom: 10px; text-align: left; min-height: 48px; height: 150px; overflow: hidden;}
.sk_info{margin-bottom: 10px; text-align: left;}
.sk_info span{margin-right: 10px;}
.sk_info span:last-child{margin-right: 0;}
.sk_info span i{margin-right: 3px;}
.sk_box .sk_para:last-child, .sk_info:last-child{margin-bottom: 0;}
.sk_box:hover a figure img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.withIcon.sk_box .sk_text{position: relative; padding: 25px 0 0; margin: 0;}
.withIcon.sk_box figure.sk_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -25px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.withIcon.sk_box figure.sk_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_box:hover a figure.sk_icon img{-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.sk_toggle .subheading{font-size: 21px;	color: #383642;}
.sk_toggle .opened .subheading{color: #920e09;}
.sk_sideblock{margin-bottom: 40px;}
.sk_sideblock:last-child{margin-bottom: 0;}
.sk_sideblockShadow{padding:10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_sideblock .bullet li:before{top: 4px;}
.sk_sideblock ul li a{display: block; color: inherit; padding: 5px 0;}
.sk_sideblock ul li.active a, .sk_sideblock ul li:hover a{color: #920e09;}
.sk_sideblockShadow > .subheading{margin: -10px -10px 10px; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}

.sk_toggle .sk_box{margin: 0 0 15px; padding: 10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_toggle .sk_box:last-child{margin: 0;}
.sk_toggle .sk_ques{cursor: pointer; position: relative; padding: 0 50px 0 0;}
.sk_toggle .sk_ques:after{
    content: "\f078";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #920e09;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding: 0 0 0 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.sk_toggle .sk_box.opened > .sk_ques:after {line-height: 28px; padding: 0 1px 0 0; transform: rotate(180deg); background: #920e09; color: #fff;}
.sk_ans{display: none; margin: 10px 0 0;}

.sk_box .readmore{font-size: 15px; line-height: 30px; font-family: 'metropolismedium'; text-transform: capitalize; width:auto; height: auto; color: #db2219; background: transparent; -webkit-border-radius: 0; border-radius: 0; margin: 10px 0 0;}
.home-services .readmore {margin: 0;}
.sk_box .readmore:hover{color: #212020;}

/* HEADER
---------------------------------*/
.sticky .header_main {
    position: fixed;
    top: -48px;
    background: rgba(255, 255, 255, 0.9);
    border-width: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.sticky.fixed .header_main {top: 0; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}
.sticky .common_banner{margin-top: 65px;}
.sticky .logo{width: 70px; margin: 0px;}
.sticky .logo a{width: 70px !important; height: 56px !important;}
.sticky .htop, .sticky .hmiddle, .sticky .nav_wrapper:before, .sticky .nav_wrapper:after{display: none;}
.sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #fff;}
.sticky .responsive_btn span, .sticky .responsive_btn span:before, .sticky .responsive_btn span:after{background: #fff;}

.mainHeader{position: relative; z-index: 5;}
.header_main{
	position: relative;
	left: 0;
	right: 0;
	z-index: 5;
    height: auto;
}
.logo{width: 160px;	float: left; margin: -75px 0 0;}
.logo a{display:block;width: 160px;height: 130px;background:no-repeat center #f7f7f7;-webkit-background-size:contain;background-size:contain;-webkit-border-radius: 50%;border-radius: 50%;}
.hright{float: right; text-align: right;height: auto;}
.htop{
    background: url(../images/footer_Bg.jpg) center;
    color: #fff;
    padding: 10px 0px;
	position: relative; 
    height: auto;
} 
.htop .time{padding: 3px 0; font-size: 13px;}
.htop .time, .htop .social{display: inline-block; vertical-align: top; padding: 0 0 0 200px}
.htop .social a{color: #fff;}
.hmiddle{padding: 20px 0; clear: both;height: auto;}
.hinfo{list-style: none; margin: 0; padding: 0; font-size: 14px; color: #555353; line-height: 18px; display: inline-block; vertical-align: top;}
.hinfo li{padding: 5px 0; margin: 0 15px 0 0;vertical-align: top; clear: both; position: relative;}
.hinfo li:last-child{margin: 0; border-left: 1px solid #46454a; padding-left: 12px;}
.hinfo li:after, .hmiddle:after, .hright:after{content: ""; display: block; clear: both;}
.hinfo .siteicon{float: left; margin: 3px 0;}
.hinfo li > div{display: inline-block; margin: 0px;}
.hinfo a{color: #fff; font-family: 'metropolisbold';font-size: 16px;line-height: 24px;}
.callback {background: #dc261e;text-transform: capitalize;padding: 2px 15px; border-radius: 5px;font-size: 22px; margin-top: 4px;}
.hinfo .callback:hover{background: #920e09; color: #ffffff;}
.hinfo .brouch{color: #fff; font-family: 'metropolisbold'; display: block; font-size: 14px;}
.hinfo a:hover{color: #dc261e;}
.hinfo li > div span{
    display: block;
    color: #363535;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.hmiddle .btn{margin-left: 70px;}
.hbottom {background: #dc261e;}
/*HEADER END*/

/* MENU
---------------------------------*/
.nav_wrapper{position: relative; float: left; padding: 0px;height: auto; margin-left: auto;} 
.nav_menu > ul {
    margin: 0;
    padding: 0; 
    font-family: 'metropolismedium';
    font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
}
.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}
.nav_menu > ul > li {margin: 0px; float: left;}
.nav_menu > ul > li:first-child{margin-left: 0;}
.nav_menu > ul > li:last-child{margin-right: 0;}
.nav_menu > ul > li a{color: #fff; display: block;}
.nav_menu > ul > li > a {
	line-height: 36px;
    padding: 10px 15px;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
}
.nav_menu ul li a > span{display: block;position: relative;z-index: 1;}
.nav_menu > ul > li > a i.fa-home{font-size: 18px;}
.nav_menu ul li:hover > a, .nav_menu ul li.active > a, .nav_menu ul li.current-menu-item > a{background: #920e09;}

/*******  sub menu *****/
.subarrow {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li > .sub-menu{
	visibility: hidden;
    opacity: 0;
	position: absolute;
    top: 100%;
    left: 0;
	z-index: 1;
	padding: 0;
    margin: 15px 0 0;
    color: #fff;
	background: #920e09;
	width: 270px;
	max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul li:hover > .sub-menu{visibility: visible;opacity: 1;}
.nav_menu > ul > li:hover > .sub-menu{margin: 0;}

.nav_menu ul li > .sub-menu ul{list-style: none; padding: 0; margin: 0;}
.nav_menu > ul > li > .sub-menu li > .sub-menu{left: 100%; top: 0; list-style: none; margin: 0 0 0 15px;}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}

.nav_menu ul li .sub-menu li {height: auto;	float: none; margin: 0; padding: 0; position: relative;}

.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}
.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}
.nav_menu ul li .sub-menu li a{
	padding: 10px;
	line-height: 18px;
	height: auto;
	position: relative;
    overflow: hidden;
}
.nav_menu ul li .sub-menu li:last-child a{border: none;}
.nav_menu ul li .sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #00b4d5;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    
}
.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}

.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #fff;;}
.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}
.nav_menu ul li .sub-menu li i{float: right; margin: 2px -15px 0 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}

/*RESPONSIVE MENU*/
.homeBtn{
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: -2px 0;
}
.homeBtn:hover{color: #014baf;}
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_btn span {display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto;}
.responsive_btn span:before,.responsive_btn span:after {content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0;}
.responsive_btn span:before {top: -6px;}
.responsive_btn span:after {bottom: -6px;}
.responsive_btn span,.responsive_btn span:before,.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #fff;}

.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 20;
    background: #4a4a4a;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_nav ul {margin: 0; padding: 0; text-align: left;}
.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.responsive_nav ul li:first-child {border-top: none;}
.responsive_nav ul li:after{display: none;}
.responsive_nav ul li > a {display: block; padding: 12px 16px; color: inherit; position: relative;}
.responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #fff; background: #dc261e;}
.responsive_nav ul ul {padding: 0 0 15px 15px;}
.responsive_nav ul .sub-menu{display: none;}
.responsive_nav .subarrow {display: block; pointer-events: inherit; width: 30px; height: 40px; line-height: 40px !important; right: 0;}
.responsive_nav ul .sub-menu .container {width: 100%; padding: 0;}
.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
html.responsive,.responsive body {overflow-y: hidden;}
.responsive .wrapper {-webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important;}
.responsive .bodyOverlay {opacity: 1; visibility: visible;}
.responsive .responsive_nav {left: 0;}
.responsive .responsive_btn {pointer-events: none;}
.responsive .responsive_btn span {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0;}
.responsive .responsive_btn span:before {opacity: 0;}
.responsive_nav .opened > .subarrow {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.responsive_nav .mCSB_outside + .mCSB_scrollTools{right: 0;}
.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: -4px;}
/*MENU END*/

/* SLIDER
---------------------------------*/
.common_banner{position: relative; overflow: hidden; background: #ccc;height: auto;}
.common_banner img{width: 100%; display: block; opacity: 1;}
.homebanner{height: auto;}
.innerbanner{max-height: 310px; overflow: hidden;}

.bannerbox{position: relative;}
.bannertext{
	text-align: center;
	color: #fff;
	width: auto;
    background: rgba(0,0,0,0.4);
	padding: 15px 25px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}
.bannertext .heading{color: #ffffff;font-size: 50px;line-height: 64px;padding: 0;text-transform: uppercase;letter-spacing: 1px; margin: 0;}
.innerbanner .bannertext .heading{
    font-size: 24px !important;
    line-height: normal;
}

.bannertext .subheading{color: inherit;}
.bannertext .heading:before{display: none;}

.homeslider.owl-carousel{padding: 0;}
.homeslider.owl-carousel .owl-nav{width: auto;}
.homeslider.owl-carousel .owl-nav [class*="owl-"]{
	margin: -30px 0 0;
    font-size: 0;
    min-width: inherit;
	width: 35px;
	height: 62px;
	background: url(../images/sprite.png) no-repeat -300px -100px;
	opacity: 1;
}
.homeslider.owl-carousel .owl-nav .owl-prev{left: -70px;}
.homeslider.owl-carousel .owl-nav .owl-next{right: -70px; background-position: -400px -100px;}
.homeslider.owl-carousel:hover .owl-nav .owl-prev{left: 10px;}
.homeslider.owl-carousel:hover .owl-nav .owl-next{right: 10px;}
.homeslider.owl-carousel .owl-dots{position: absolute; left: 0; right: 0; bottom: 0;}
.homeslider .bannerimg{width: 100%; padding-top: 24%; position: relative; overflow: hidden;}
.homeslider .bannerimg img{width: 100%; position: absolute; top: 0; left: 0;}
/*SLIDER END*/

/* FOOTER
---------------------------------*/
.mainFooter {background: url(../images/footer_Bg.jpg) center;font-size: 14px;padding: 50px 0 0;color: #d3d3d3;}
.mainFooter a{color: inherit;}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover{color: #db2219;}
.ftheading {color: #db2219;font-size: 19px;line-height: 26px;font-family: 'metropolisbold';margin-bottom: 25px;}
.mainFooter .brouch{font-size: 22px; line-height: 26px; font-family: 'metropolis'; color:#fff;}
.mainFooter .callback {background: transparent;text-transform: capitalize;color: #c62119;padding: 0;border-radius: 0;font-size: 27px;line-height: 26px;margin: 0 0 15px; font-family: 'metropolisbold'; transition: all 0.5s ease-in-out;}
.mainFooter .callback:hover{color: #fff;}
.officehead {font-family: 'metropolis-light';font-size: 15px;margin: 5px 0 15px;}
address {font-family: 'metropolis-light';font-size: 16px;line-height: 24px;margin-bottom: 25px;}
.fnav ul{list-style: none; padding: 0; margin: 0; }
.fnav li{
    margin: 0 0 14px 0;
	padding: 0;
	position: relative;
	float: left;
	font-size: 14px;
    width: 100%;
	line-height: 20px;
	text-transform: capitalize;
}
/* .fnav li:after{
	content: "";
	display:block;
	position: absolute;
	top: 50%;
	left: auto;
	right: -15px;
	height: 13px;
	width: 2px;
	background: #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
} */
.fnav li:last-child{margin: 0;}
.fnav li:last-child:after{display: none;}
.fnav li a{display: block; color: #fffffe; padding: 0 0 0 0;}
.fnav:after, .copyright:after{content: ""; display: block; clear: both;}
.copyright:after{content:""; display:block; clear: both;}
.copyright {padding: 20px 0;font-size: 14px;line-height: 24px;font-family: 'sofia_prolight';background: #121118;margin-top: 45px;}
.copyright p{padding: 0; text-align: inherit;}
.copyright p:first-child{float: left;}
.copyright p:last-child{float: right;}
/*FOOTER END*/

/* HOME PAGE
---------------------------------*/
.image_section{
    width: 40%;
    float: left;
    position: relative;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.content_section{
    width: 60%;
    float: right;
    position: relative;
    padding: 50px 0 50px 30px;
}
.image_section_inner{
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: -50px;
} 
.content_section_inner{
    background: #086600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.skewSection{padding: 50px 0; color: #fff;}
.skewSection .subheading{color: inherit; margin-bottom: 15px;}

.speciality_box p{text-align: left;}
.speciality_text{margin-left: 80px;}
.speciality_img{float: left; width: 50px; height: 50px; overflow: hidden;}
.speciality_img img{max-width: 100%; max-height: 100%;}

.stay_on_top{
    background: url(../images/stayontop_bg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.stay_on_top .heading{font-size: 55px; line-height: 65px;}

.hook_contact{padding: 100px 0;}
.hook_contact .image_section{float: right;}
.hook_contact .content_section{float: left; padding: 50px 30px 50px 0;}
.content_section input, .content_section textarea{color: #fff}
.content_section .captcha_img{min-height: 58px;}
.content_section input::placeholder, .content_section textarea::placeholder{color: #fff;}
.content_section input::-webkit-input-placeholder, .content_section textarea::-webkit-input-placeholder{color: #fff;}
.content_section input:-moz-placeholder, .content_section textarea:-moz-placeholder{color: #fff;}
.content_section input::-moz-placeholder, .content_section textarea::-moz-placeholder{color: #fff;}
.content_section input:-ms-input-placeholder, .content_section textarea:-ms-input-placeholder{color: #fff;}
.hook_contact .image_section_inner{right: auto; left: 30px;}
.hook_contact .content_section_inner{right: -50px; left: auto;}
.free_quote_sec .heading{font-size: 60px; line-height: 60px;}
.free_quote_main{
    background: #014baf;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: -160px 0 0;
    padding: 45px;
    text-align: center;
    font-size: 20px;
}
.hook_testimonial {padding: 50px 0 65px;}
.rating_box {display: block;}
/* .hook_testimonial .heading{display: none;} */
.hook_testimonial .testimonial_list{position: relative;}
.hook_testimonial .testimonial_list .sk_box:before, .hook_testimonial .testimonial_list .sk_box figure{left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.hook_testimonial .testimonial_list .sk_box .sk_para{height: 120px; overflow-y: auto;}
.hook_testimonial .testimonial_list .sk_box .readmore{float: right;}
.hook_testimonial .testimonial_list .sk_box .sk_text .subheading{clear: both;}
.hook_testimonial .testimonial_list .sk_box:before {content: none; position: unset; display: none;}
.hook_testimonial .testimonial_list .sk_box {padding-top: 0;border: 2px solid #e4e1e1;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px #e4e1e1;margin: 5px;}
.testimonial_list p {font-family: 'Cormorant Garamond', serif;font-weight: 400; font-style: italic;font-size: 21px;line-height: 31px;padding-right: 10px;}
.hook_testimonial .owl-carousel .owl-nav [class*="owl-"]{color: #1e284b; transition: all 0.5s ease-in-out;}
.hook_testimonial .owl-carousel .owl-nav [class*="owl-"]:hover{color: #920e09;}
.ratting {font-size: 25px;line-height: 30px;color: #383642;font-family: 'Open Sans', sans-serif;font-weight: 600;}
.hook_testimonial .testimonial_list .star-ratting{display: inline-block; margin-left: 5px;}
/*HOME END*/

/* SERVICE
---------------------------------*/
.service-details .red-head {font-size: 20px;font-family: 'metropolismedium';line-height: 30px;color: #920e09;}
.inner_service-details{margin-top: 20px !important;}
.service_list .sk_box figure.sk_img{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 58%;
}
.service_list .sk_box figure.sk_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.01);
    transform: translate(-50%,-50%) scale(1.01);
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service_list .sk_box:hover a figure.sk_img img{-webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1);}
.service-details #sk_gallery.sk_img_left{max-width: 450px;}
.service-details #sk_gallery.sk_img_left figure {margin: 0;padding: 8px;}
/* .service-details #sk_gallery.sk_img_left figure img{max-height: 300px;} */
#sk_gallery.owl-carousel{padding: 0;}
#sk_gallery.owl-carousel .owl-nav [class*="owl-"]{left: 20px;}
#sk_gallery.owl-carousel .owl-nav .owl-next{left:auto;right: 20px;}
/*SERVICE END*/

/* BLOG
---------------------------------*/
.blog-details-info .heading{
    margin-bottom: 16px; padding-bottom: 0;
    font-size: 26px; line-height: normal;
}
.blog_list .sk_box figure{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 58%;
    position: relative;
    z-index: 1;
}
.blog_list .sk_box figure::before, .sk_gal::before, .sk_shadow_full .sk_box figure::before{
    content: '';
    position: absolute;
    background: #dc261e;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%);
}
.blog_info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    padding: 5px;
    background: #920e09;
}
.sk_box a:hover figure::before, .gallery-item:hover .sk_gal::before, .sk_shadow_full .sk_box figure:hover::before{
    height: 100%;
    width: 100%;
    background: transparent;
}
.blog_list .sk_box figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.01);
    transform: translate(-50%,-50%) scale(1.01);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_list .subheading {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.blog_para {overflow: hidden;height: 60px;}
.blog_list .sk_box figure .sk_info{
    position: absolute;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 20px;
}
.blog_list .sk_box figure .sk_info span {position: relative; margin-right: 15px;}
.blog_list .sk_box figure .sk_info span:last-child {margin-right: 0;}
.blog_list .sk_box figure .sk_info span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    background: #d3d3d3;
}
.inner-blog ul li {max-width: 50%;}
.sk_box a:hover .blog_text{box-shadow: 0 2px 5px #ccc;}
.blog_text .readmore{margin-top: 10px;}
.blog_text {padding: 15px 10px;border-radius: 5px;transition: all 0.5s ease-in-out;}
.blog_list .sk_box figure .sk_info span:last-child:after {display: none;}
.blog_list .sk_box:hover a figure img{-webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1);}

.comment_list .sk_box .sk_text{margin: 0;}
.comment_list .sk_box .sk_para{min-height: inherit;}
.comment_list .sk_box .sk_text .subheading{text-transform: capitalize;letter-spacing: 0;}
.comment_list .sk_box .sk_text .subheading span{margin-left: 10px;}
.sk_sideblock .blog_list .sk_box{font-size: 12px; line-height: 18px;}
.sk_sideblock .blog_list ul{margin-bottom: -10px;}
.sk_sideblock .blog_list li{margin-bottom: 10px;}
.sk_sideblock .blog_list .sk_box a { display: flex !important; align-items: center; }
.sk_sideblock .blog_list .sk_box figure { width: 80px; padding-top: 25%; margin: 0 10px 0 0; flex-shrink: 0; }
.sk_sideblock .blog_list .sk_box .sk_text { margin: 0; max-width: 60%; }
.sk_sideblock .blog_list .subheading { margin-bottom: 5px; font-size: 14px; line-height: normal; }
/*BLOG END*/

/* TESTIMONIAL
---------------------------------*/
.testimonial_list .sk_box {position: relative; padding-top: 40px; }
.testimonial_list .sk_box .sk_text{border: 1px solid transparent; transition: all 300ms ease-in-out;}
.testimonial_list .sk_box:hover .sk_text{border-color: #dc261e;}
.testimonial_list .sk_box:before, .testimonial_list .sk_box figure{
    width: 80px;
    height: 80px;
    border: 2px solid #cecece;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}
.testimonial_list .sk_box{margin-top: 40px;}
.testimonial_list .sk_box figure img{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
}
.testimonial_list .sk_box:before {
    content: "";
    display: block;
    background: #fff url(../images/quote.png) no-repeat scroll center center / 35px 33px;
}
.testimonial_list .sk_box .sk_text {padding: 50px 30px 30px; margin: 0; -webkit-border-radius: 3px; border-radius: 8px; height: auto; box-shadow: 0 0 5px #e4e1e1;}
.testimonial_list .sk_box .subheading span{font-size: 16px; line-height: 24px; color: #dc261e;}
.hook_testimonial .subheading span {display: inline-block;margin-left: 5px;}
.testimonial_list .star-ratting {display: block;}
.star-ratting i, .star-ratting .checked {font-size: 22px; color: #ccc4b6; margin-right: 5px;}
.star-ratting .checked {color: #ffa500;}
.star-ratting i:last-child{margin-right: 0;}
/*TESTIMONIAL END*/

/* Gallery PAGE
---------------------------------*/
.album_list .owl-carousel{margin: 0 0 30px;}
.album_list .owl-carousel .owl-nav.disabled{display: block;}
.album_list .owl-carousel .owl-nav .owl-prev.disabled, .album_list .owl-carousel .owl-nav .owl-next.disabled{opacity: 0.1;}
.item .sk_album{
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #666;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}
.item .selected.sk_album{background: #086600; border-color: #086600; color: #fff;}
.selected.sk_album{color: #086600;}

.sk_sideblock .album_list .ul{margin: 0;}
.sk_sideblock .album_list .ul > li{padding: 0 0 0 30px; margin-bottom: 10px; position: relative;}
.sk_sideblock .album_list .ul > li:last-child{margin-bottom: 0;}
.sk_sideblock .album_list .ul > li:before{
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/bullet.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.masonry {
    margin: 0;
    padding: 0;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.sk_shadow_full .sk_box figure{position: relative; padding-top: 58%; transition: all 0.5s ease-in-out;}
.sk_shadow_full .sk_box figure img {width: 100%;height: 100%;object-fit: cover; position: absolute;top: 0;left: 0;}

.gallery_list .sk_text{margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.gallery_list .sk_text > .subheading{color: #ffffff; opacity: 0;visibility: hidden; transition: all 0.5s ease-in-out;}
.gallery_list .sk_box:hover .sk_text > .subheading{opacity: 1; visibility: visible;}

.gallery_list .ul{margin: -6px; overflow: visible;}
.gallery_list .ul > li{margin-bottom: 0; padding: 6px;}
.gallery_list .sk_box a{position: relative; display: block; border: 3px solid #dc261eb3;}
.gallery_list .sk_box a::before{display: none; position: unset;}
.gallery_list .sk_box a::after{content: '';position: absolute;background: #dc261eb3;top: 50%;left: 50%;right: 0;bottom: 0;width: 0%;height: 0%;transition: all 0.5s ease-in-out;transform: translate(-50%, -50%);}
.gallery_list .sk_box a:hover:after{width: 100%;height: 100%;}
.gallery_list .sk_box figure{position: relative;padding-top: 75%; border-radius: 0px;}
.gallery_list .sk_box figure img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0; transform: scale(1.02);}
.gallery_list .sk_box .sk_text{position: absolute;top: 50%;left: 50%;margin: 0 auto;z-index: 1;transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out;}
.gallery_list .sk_box a:hover .sk_text{visibility: visible; opacity: 1;}
.gallery_list .sk_text .subheading {text-align: center;color: #fff;font-family: 'metropolisbold';line-height: normal;}
.home_gallery .container{max-width: 1600px; padding: 0;}
/* .home_gallery .gallery_list {border-bottom: 12px solid #db2219;} */
.home_gallery .sk_content_wrap{margin-bottom: 0;}
.home_gallery .projectHead {padding-bottom: 25px;color: #212020;font-family: 'metropolis';font-size: 18px;}
.home_gallery .recentPart{display: none;}
.sk_content_wrap .gallery_details_box {display: flex;flex-wrap: wrap; align-items: center;justify-content: start; margin: 0 -5px -10px;}
.sk_content_wrap .gallery-item{max-width: 25%; width: 100%; padding: 0 5px; margin: 0 0 10px;}  
.gallery_list .readmore:hover{color: #fff;}
.sk_content_wrap .sk_gal {position: relative;padding-top: 75%;width: 100%; vertical-align: top;border: 2px solid #dc261e;overflow: hidden;}
.sk_content_wrap .sk_gal img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transform: scale(1.02); transition: all 0.5s ease-in-out;}
.sk_content_wrap .sk_gal:hover img{transform: scale(1.1);}
.sk_shadow_full .sk_box figure:hover .sk_gal img {transform: scale(1.1);}
#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover,.lcl_tn_inner li.lcl_sel_thumb{border: 2px solid #086600;}
/*GALLERY END*/

/* PRODUCT PAGE
---------------------------------*/
.product_list ul li:nth-child(even) .service_box .service_img{float: right; margin: 0 0 0 35px;}
.product_list .service_box .subheading{text-transform: capitalize}
.sk_ans .editor_text{padding-right: 50px;}
/*PRODUCT END*/


/* HELPER_CSS
---------------------------------*/

/* HOME ABOUT */
/* ---------------------------------------   */
.homeAbout {padding: 60px 0 15px;}
.homeAbout .row > div[class^="col-"] {padding-right: 40px;}
.cms_page .sk_content .sk_img_left{min-width: 300px; max-width: 500px;}
.cms_page .sk_content .sk_img_left img{width: 100%;}
.cms_page .sk_content .editor_text [class*="col-"] img{width: 100%; height: auto;}

/* HOME ABOUT END*/
/* ---------------------------------------   */

/* HOME SERVICE */
/* ---------------------------------------   */
.home-services{padding: 30px 0 30px;}
.home-services .heading {text-align: center; margin-bottom: 15px;}
 
.service_list .owl-carousel .sk_box{margin-bottom: 10px;}
.service_list .sk_box .sk_text .subheading{text-transform: capitalize; color: #383642; text-align: center; font-size: 18px;line-height: 24px; height: 24px; overflow: hidden; font-family: 'metropolismedium';}
.service_list .sk_box .sk_text{margin: 0; padding: 10px;}
.service_list .sk_box .readmore {margin: 0; position: relative;margin: 0;}
.service_list .readmore::after{display: inline-block;content: '';position: absolute;border-bottom: 2px solid #db2219;width: 0;height: 1px;bottom: 0;left: 0;margin: 0;transition: all 0.5s ease-in-out;}
.service_list .readmore:hover:after{width: 100%;}
.service_list .sk_box{border-radius: 5px;box-shadow: 0px 0px 15px #ccc;margin: 0 15px;padding: 0;}
/* HOME SERVICE END*/
/* ---------------------------------------   */


/* contact us*/
/* ---------------------------------------   */
.sk_contact ul {overflow: visible;}
.sk_content_wrap .row {align-items: start;}
.contact-icon {position: relative;margin: 0;font-size: 18px; padding-left: 50px;transition: all 0.5s ease-in-out;}
.contact-icon::before {content: '\f041';position: absolute;font-size: 30px;color: #920e09;font-family: "FontAwesome";top: 0;left: 0;width: 40px;height: 40px;line-height: 40px;border: 1px solid #920e09;text-align: center;border-radius: 50%;transition: all 0.5s ease-in-out;}
.contact-phone::before {content: '\f095';font-size: 25px;top: -5px;}
.contact-mail::before {content: '\f0e0';font-size: 25px;top: -5px;}
.contact-icon a {color: #dc261e; transition: all 0.5s ease-in-out;}
.contact-icon:hover a {color: #920e09;}
.contact-icon:hover::before{background: #920e09; color: #ffffff;}
/* contact us END*/
/* ---------------------------------------   */


/* number-count*/
/* ---------------------------------------   */
.number-count {background: #c62119;color: #fff;padding: 30px 0;}
.countdown {display: flex;flex-grow: 1;flex-basis: 0;}
.count-head {width: 100%;border-right: 1px solid #cc3830;text-align: center;display: flex;flex-direction: column-reverse; padding: 10px 0; position: relative;z-index: 1; transition: all 0.5s ease-in-out;}
.count-head > .count{font-family: 'metropolisbold';font-size: 40px;line-height: normal;}
.count-head > span {font-family: 'metropolis';font-size: 20px;}

/* number-count END*/
/* ---------------------------------------   */


/* homeContact*/
/* ---------------------------------------   */
.homeContact {background: #e92a21; position: relative; padding: 45px 0;}
.homeContact::before{content: ''; position: absolute; background: #db2219; width: 36%; height: 100%; top: 0; left: 0; right: 0;
 bottom: 0; }
 .homeContact .book {padding-right: 50px;}
.homeContact .heading {font-size: 46px;line-height: 48px;font-family: 'metropolisextra_bold'; color: #fff; margin-bottom: 0; padding: 0;}
.homeContact .btn_wr .btn {background: #fff;color: #b43229; padding: 0 35px;margin-top: 10px;}
.homeContact .btn_wr .btn:hover{border-color: #ffffff; color: #ffffff; background: #e11b12;}
/* homeContact END*/
/* ---------------------------------------   */
/* ourProject*/
/* ---------------------------------------   */
.ourProject {padding: 65px 0 0;border-bottom: 12px solid #db2219;}
.ourProject .container {max-width: 1600px; padding: 0;}
.ourProject .projectHead {padding-bottom: 25px;}
.home_gallery .heading {text-align: center;font-size: 42px;line-height: normal; margin-bottom: 0;}
.ourProject p{font-size: 18px;}
.recentimg {display: block; position: relative; z-index: 1;}
.recentimg::after{
    content: '';
    position: absolute;
    background: #dc261eb3;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%);
}
.blog-img-left{text-align: center;} 
.targetblank{border: 1px solid #dc261eb3;max-width: 32.33%;}
.blog_list .sk_box, .inner-area-list .sk_box {
    border: 1px solid #e4e1e1;
    border-radius: 5px;
    box-shadow: 0 0 15px #e4e1e1;
}
.inner-area-list .row{overflow: visible;}
.inner-area-list .sk_box{padding: 10px; border: 2px solid transparent; transition: all 300ms ease-in-out;
min-height: 100%;}
.inner-area-list .sk_box:hover{border-color: #dc261eb3;}
.chooseUs {position: relative;background: url(../images/footer_Bg.jpg) center; padding: 60px 0 40px;}
.chooseUs .heading {color: #ffffff; padding: 0;}
.chooseUs .editor_text li {color: #ffffff;}
.choosePart {max-width: 60%;}
.chooseUs .btn {margin-top: 10px;}
.ourProject .recentBox:hover .recentimg::after {width: 100%;height: 100%;}
.carpet {position: relative;padding-top: 51.5%;}
.carpet img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.cartpet-ctn {font-family: 'metropolisbold';font-size: 30px;line-height: normal;text-align: center; color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); z-index: 1; transition: all 0.5s ease-in-out; opacity: 0; visibility: hidden;}
.ourProject .recentBox:hover .cartpet-ctn {opacity: 1; visibility: visible;}
.chooseimg {position: absolute;right: 0;top: 0;width: 40%;height: 100%;clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);}
.chooseimg img {width: 100%;height: 100%;object-fit: cover;}
.chooseimg::after {content: '';position: absolute;background: #ffffff;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;clip-path: polygon(0 0, 2% 0, 15% 100%, 9% 100%);}
.chooseUs1 .chooseimg{
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
.chooseUs1 .choosePart{margin-left: auto;}
.chooseUs1 .chooseimg::after{
    right: 0;
    left: auto;
    clip-path: polygon(98% 0%, 100% 0%, 100% 100%, 85% 100%);
}
/* ourProject END*/
/* ---------------------------------------   */

.fancybox-slide--html .fancybox-close-small{
	position: absolute; 
	min-width: auto;width: 40px; 
	height: 40px; 
	padding: 0; 
	background-color: #f44336; 
	border-color: #f44336;
}
.fancybox-button svg path {
        fill: #fff; 
}

body.compensate-for-scrollbar{width: 100%;}

.floating-btn {
    position: fixed;
    right: -55px;
    top: 50%;
    z-index: 9;
    text-transform: capitalize;
    transform: rotate(90deg);
}
/* service-form */
/* ---------------------------------------   */
.service-form {max-width: 900px;margin: 0 auto;box-shadow: 0 0 15px #adadad;padding: 30px;border-radius: 15px;}
.service-form .subheading {margin-bottom: 20px;}
.service-form .btn_wr {text-align: center;}
/* service-form  END*/

/* ---------------------------------------   */

.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}
.mt_25{margin-top: -25px;}
.mt_85{margin-top: -85px;}
.mt_210{margin-top: -210px;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}

.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml55{margin-left: 55px;}
.ml60{margin-left: 60px;}
.ml65{margin-left: 65px;}
.ml70{margin-left: 70px;}
.ml75{margin-left: 75px;}
.ml80{margin-left: 80px;}
.ml85{margin-left: 85px;}
.ml90{margin-left: 90px;}
.ml95{margin-left: 95px;}
.ml100{margin-left: 100px;}

.mr0{margin-right: 0;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr55{margin-right: 55px;}
.mr60{margin-right: 60px;}
.mr65{margin-right: 65px;}
.mr70{margin-right: 70px;}
.mr75{margin-right: 75px;}
.mr80{margin-right: 80px;}
.mr85{margin-right: 85px;}
.mr90{margin-right: 90px;}
.mr95{margin-right: 95px;}
.mr100{margin-right: 100px;}

.pt0{padding-top: 0;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pt60{padding-top: 60px;}
.pt65{padding-top: 65px;}
.pt70{padding-top: 70px;}
.pt75{padding-top: 75px;}
.pt80{padding-top: 80px;}
.pt85{padding-top: 85px;}
.pt90{padding-top: 90px;}
.pt95{padding-top: 95px;}
.pt100{padding-top: 100px;}
.pt_25{padding-top: -25px;}
.pt_85{padding-top: -85px;}
.pt_210{padding-top: -210px;}

.pb0{padding-bottom: 0;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}
.pb60{padding-bottom: 60px;}
.pb65{padding-bottom: 65px;}
.pb70{padding-bottom: 70px;}
.pb75{padding-bottom: 75px;}
.pb80{padding-bottom: 80px;}
.pb85{padding-bottom: 85px;}
.pb90{padding-bottom: 90px;}
.pb95{padding-bottom: 95px;}
.pb100{padding-bottom: 100px;}

.pl0{padding-left: 0;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl55{padding-left: 55px;}
.pl60{padding-left: 60px;}
.pl65{padding-left: 65px;}
.pl70{padding-left: 70px;}
.pl75{padding-left: 75px;}
.pl80{padding-left: 80px;}
.pl85{padding-left: 85px;}
.pl90{padding-left: 90px;}
.pl95{padding-left: 95px;}
.pl100{padding-left: 100px;}

.pr0{padding-right: 0;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr55{padding-right: 55px;}
.pr60{padding-right: 60px;}
.pr65{padding-right: 65px;}
.pr70{padding-right: 70px;}
.pr75{padding-right: 75px;}
.pr80{padding-right: 80px;}
.pr85{padding-right: 85px;}
.pr90{padding-right: 90px;}
.pr95{padding-right: 95px;}
.pr100{padding-right: 100px;}

.ph0 {padding-top: 0; padding-bottom: 0;}
.ph60 {padding-top: 60px; padding-bottom: 60px;}

.w0{width: 0;}
.w10{width: 10%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w33{width: 33.33%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w66{width: 66.66%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}
.h0{height: 0;}
.h100{height: 100%;}

.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.blue{color: #920e09;}
.green{color: #9cbe2f;}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #920e09;
}