@charset "utf-8";
*, *:after, *:before {box-sizing: border-box;}
 
body {
    font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 0;
	margin: 0;
    color: #0b262d;  
}
/*----------------------------------------------------
scroll bar
------------------------------------------------------*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
    width: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;

}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5821f;
}
body, html{overflow-x: hidden;}
.container{position: relative; max-width: 1270px; width: 100%;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.container .container{width: 100%;padding: 0;}
.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-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; 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; }
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
	color: #f5821f;
	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: #2d454b;text-decoration: none;outline: none;}
a:focus{color: #f5821f;}
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: #f5821f; color: #fff; text-shadow: none;}
::selection{background: #f5821f; 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{
    padding: 5px 10px 20px;
    margin: 0 0 30px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
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;} */
legend{
    background-color: #f5821f;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}
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 10px;
	width: 100%;
	height: 40px;
    border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	color: #212020;
	font-size: 16px;
	line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
	vertical-align: top;
	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;
}
input[type="password"]{font-family: 'verdana';}
input[type="file"]{padding: 0 10px;}
textarea {height: 90px;	resize: none; overflow: auto;}
textarea.row2{height: 90px;}
textarea.row3{height: 140px;}
textarea.row4{height: 190px;}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 20px;
}
::-webkit-input-placeholder {opacity: 1;}
:-moz-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder {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[type="text"]:focus, textarea:focus, select:focus{border-color: #f5821f; 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;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: #f5821f no-repeat;
    border: 1px solid #f5821f;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    height: 52px;
    min-width: 190px;
    padding: 6px 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    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;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    -moz-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
}

.btn.btn_white::before{
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #f5821f transparent transparent;
}
.btn.btn_white:hover::before{
    border-color: transparent #fff transparent transparent;
}
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: #fff; color: #f5821f;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #f5821f; color: #f5821f;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus{
    outline: none;
	background-color: #fff;
	border-color: #f5821f;
	color: #f5821f;
}
[type="submit"].btn_white:hover, [type="submit"].btn_white:focus, [type="reset"].btn_white:hover, [type="reset"].btn_white:focus, button.btn_white:hover, button.btn_white:focus, button.btn_white:active:focus, .btn.btn_white:hover, .btn.btn_white:focus, .btn.btn_white:active:focus{
	background-color: #f5821f;
	border-color: #f5821f;
	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-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 20px;}
.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: 10px;}
.btn_left{text-align: left;	margin-top: 20px;}
.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%;}
/* 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 #f5821f;
    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: center;
}
.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: #f5821f; 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 0;}
/*THANKYOU END*/

/* BREADCRUMB
----------------------*/
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 0 30px;
    margin: 0 0 -35px;
    font-family: 'Montserrat', sans-serif;
    color: #1b4a64;
    font-size: 15px;
    line-height: 20px;
    /* text-transform: capitalize; */
    text-align: right;
    z-index: 5;
    font-weight: 500;
}
.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;     font-family: 'Oswald', sans-serif;}
.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: #163c51;}
/*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: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #f5821f;
    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: #fff; color: #f5821f; 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 #fff;
    -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: #f5821f; border-color: #f5821f;}
/*OWL END*/

/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 43px;
    height: 43px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #f5821f;
    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;
}
#scroll-section{
    -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;}
.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;}
.bullet li:before, .editor_text ul > li:before{
    position: absolute;
	content: "\f054";
	display: block;
	font-family: 'FontAwesome';
    font-size: 14px;
	line-height: 24px;
	top: 0;
	left: 0;
}
.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;}

/* SOCIAL_ICON
---------------------------------*/
.social a{color: #5f7075; vertical-align: top; margin: 0 5px 0 0; position: relative; font-size: 0; width: 100%; text-align: center;}
.social a:last-child{margin-right: 0;}
.social a i {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 40px;
	line-height: 40px;
    font-size: 18px;
	text-align: center;
	-webkit-border-radius: 00%;
	border-radius: 00%;
	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: transparent; border-color: transparent; color: #5f7075;}
.social a.sk_twitter i{background-color: transparent; border-color: transparent; color: #5f7075;}
.social a.sk_linkedin i{background-color: transparent; border-color: transparent; color: #5f7075;}
.social a.sk_google-plus i{background-color: #DE5347; border-color: #DE5347; color: #5f7075;}
.social a.sk_instagram i{background-color: transparent; border-color: transparent; color: #5f7075;}
.social a.sk_youtube i{background-color: #E52117; border-color: #E52117; color: #5f7075;}
.social a.sk_pinterest i{background-color: #5a7282; border-color: #5a7282; color: #5f7075;}
.social a.sk_rss i{background-color: #F36F24; border-color: #F36F24; color: #5f7075;}

.social a.sk_facebook i:hover{background-color: transparent; border-color: transparent; color: #f5821f;}
.social a.sk_linkedin i:hover{background-color: transparent; border-color: transparent; color: #f5821f;}
.social a.sk_twitter i:hover{background-color: transparent; border-color: transparent; color: #f5821f;}
.social a.sk_pinterest i:hover{background-color: transparent; border-color: transparent; color: #f5821f;}
.social a.sk_instagram i:hover{background-color: transparent; border-color: transparent; color: #f5821f;}

.social a.fb i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.twtr i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.gplus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.lnkdn i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.pin i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.insta i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.ytb i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}
.left-side {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100px;
    background-color: #fff;
    height: 100%;
    left: 0;
    padding-top: 30%;
    display: inline-block;
}
/* 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: 'Oswald', sans-serif;
    font-weight: 400;
    color: #2d454b;
	font-size: 45px;
    line-height: 50px;
    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;
    text-transform: uppercase;
    padding-top: 0px;
    letter-spacing: 1px;
}
/* .heading:before{
    left: -5%;
    -webkit-animation: hllineanimate linear infinite 2s;
    animation: hllineanimate linear infinite 2s;
    position: absolute;
    top: 100%;
    left: 42%;
    content: "";
    background: url(../images/line-w.png) no-repeat bottom center;
    height: 4px;
    width: 35px;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    background-size: contain;
    z-index: 1;
    
}  */
.banner-form .heading:after{ 
    display: none;
}
.social-text{
    transform: rotate(-90deg);
    position: absolute;
    top: auto;
    bottom: 138px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    height: 60px;
    text-align: center;
    color: #0c272e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    position: relative;
}
.social-text:before{
    position: absolute;
    height: 2px;
    width: 60px;
    background-color: #c9cfd0;
    content: "";
    left: -230px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 19%;
    bottom: 10px;
}
.heading:after{
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    background: url(../images/line-left.png) no-repeat;
    height: 3px;
    width: 115px;
    background-size: contain;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 0;
    -webkit-transform: none;
    transform: none;

}
@-webkit-keyframes hllineanimate{
	0%{
		left: -5%;
	}
	100%{
		left: 7%;
	}
}
@keyframes hllineanimate{
	0%{
		left: -5%;
	}
	100%{
		left: 7%;
	}
}
.bannertextInner .heading{
    font-size: 56px !important;
    line-height: 62px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bannertextInner .heading span{    
    background-color: rgba(70, 70, 70, 0.58);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 10px 10px 10px 20px;
}
.banner-form-text  .heading{
margin-bottom: 10px;
font-size: 30px !important;
line-height: 34px !important;
}
.bannertext .btn{
    box-shadow: none;
}
.bannertext .btn{
    border: none;
}
.banner-form-text .heading-top{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    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;
}
.banner-form-text{padding: 0 10px; color: #fff; text-align: left; margin-bottom: 10px;}
.heading span{font-family: 'Montserrat', sans-serif; color: #f5821f;}

.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: 0; right: 0; margin: 0 auto;}
.heading.text-center::after{
    margin: 0 auto;
    left: 0;
    right: 0;
}
.heading_tag{
    color: #212020;
	font-size: 22px;
    line-height: 24px;
	margin: -20px 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.heading_tag:first-child{margin-top: 0;}
.heading_tag p{text-align: inherit;}

.subheading{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #141b1f;
    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;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.subheading span{font-weight: 300;}
.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: #f5821f;}

/* 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;}
.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;}
.sk_contact .editor_text ul > li::before{display: none;}
.sk_comm > i, .sk_comm > .siteicon{float: left; line-height: 30px; margin: 0;}
.sk_comm > div{margin: 0 0 0 40px; clear: none !important;}
.sk_map{-webkit-cursor: grab; cursor: grab; background: #E5E3DF; height: 300px; 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: 0px; border-radius: 0px; 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; color: inherit;}
.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{text-align: left;}
.sk_box .sk_para{margin-bottom: 10px; text-align: left; min-height: 48px; 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_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: #f5821f;}
.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: #d3d3d3;
    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: #d3d3d3; color: #fff;}
.sk_ans{display: none; margin: 10px 0 0;}

.sk_box .readmore{
    width: auto;
    height: auto;
    font: inherit;
    color: #f5821f;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    }
.sk_box .readmore:hover{color: #212020;}
.service_list .sk_box .readmore:hover{
    color: #ffff;
}
/* HEADER
---------------------------------*/
.sticky .header_main {
    position: fixed;
    top: 0px;
    background: rgb(45, 69, 75);
    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 .nav_menu > ul > li > a{color: #fff;}
.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: 165px; padding: 4px 0;}
.sticky .logo a{width: 165px !important; height: 67px !important;}
.sticky .htop, .sticky .hmiddle, .sticky .nav_wrapper:before, .sticky .nav_wrapper:after{display: none;}
.sticky .nav_wrapper{padding: 0; background: transparent; margin-top: 7px;}
.sticky .nav_menu > ul{color: #000;}
.sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #f5821f;border-color: #f5821f;}
.sticky .responsive_btn span, .sticky .responsive_btn span:before, .sticky .responsive_btn span:after{background: #f5821f;}
.sticky .hbtm .hright{
    padding: 10px 0;
}
.mainHeader{position: relative; z-index: 5;}
.header_main{
	position: absolute;
	left: 0;
	right: 0;
    z-index: 5;
    height: auto;
}
.htop {
    color: #fff;
    padding: 15px 0;
    position: relative;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    background: transparent;
}
.hleft {
    float: left;
    text-align: left;
    height: auto;
    padding: 15px 0;
}
.htop .hinfo li > div {
    margin: 0 0 0px 0px;
    display: inline-block;
}
.hleft-left{float: left;}
.logo{width: 200px;	float: left; padding: 12px 20px; background-color: #fff;}
.logo a{display:block;width:160px;height:165px;background:no-repeat center transparent;-webkit-background-size:contain;background-size:contain;-webkit-border-radius: 0%;border-radius: 0%;}
.hright{float: right; text-align: right;height: auto;}
.htop .time{padding: 3px 0; font-size: 13px;}
.htop .time, .htop .social{display: inline-block; vertical-align: top; margin: 5px 0 0 20px}
.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{display: block; padding: 0; margin: 0 0 0 0px; text-align: left; clear: both;}
.hinfo li:first-child{margin: 0;}
.hinfo li:after, .hmiddle:after, .hright:after{content: ""; display: block; clear: both;}
.hinfo .siteicon{float: left; margin: 3px 0;}
.hinfo li > div{margin: 0 0 26px 0px; display: inline-block;}
.hinfo li >div i {
    margin-right: 10px;
    font-size: 20px;
    color: #f5821f;
}
.hinfo  .social{margin-top: 6px;}
.hinfo a{color: inherit;}
.hinfo a:hover{color: #f5821f;}
.hinfo li > div span{
    display: block;
    color: #363535;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.hinfo li > div h3{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 0px;
}
.htop .hinfo li > div a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.htop .hinfo li > div a:hover,
.hinfo li > div a:hover,
.htop .hinfo li > div a:focus,
.hinfo li > div a:focus,
.htop .hinfo li > div a:active,
.hinfo li > div a:active{
    color: #f5821f;
}
.contact-details ul li > div a:hover{
    color: #f5821f !important; 
}
.hinfo li > div span,
.hinfo li > div a{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}
.hmiddle .btn{margin-left: 70px;}
/*HEADER END*/

/* MENU
---------------------------------*/
.nav_wrapper{
    position: relative;
    float: left;
    background: transparent;
    height: auto;
}
.nav_menu{height: 36px;}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}
.nav_menu > ul > li {margin: 0 0px 0 0; 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: inherit; display: block;}
.nav_menu > ul > li > a {
    height: 36px;
	line-height: 32px;
    padding: 0 15px;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    font-size: 16px;
    color: #fff;
}
.nav_menu > ul > li:last-child a{
    padding-right: 0px;
}
.nav_menu > ul > li:before {
    position: absolute;
    content: "";
    height: 40px;
    left: 10px;
    right: 0;
    left: 0;
    top: -4px;
    opacity: 0;
    background: #f5f5f5;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.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{color: #f5821f;}
.nav_menu ul li:hover > a{
    color: #fff;
}

/*******  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: -70px;
	z-index: 1;
	padding: 0;
    margin: 15px 0 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.50);
    font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
	width: 310px;
	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;
    letter-spacing: 1px;
}
.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;
    font-size: 14px;
    padding-left: 20px;
}
/* .homebanner:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.58), #0000004f, rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.58), #0000004f, rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.58), #0000004f, rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
    z-index: 2;
} */
.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: #f5821f;
	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; text-transform: capitalize;}
.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: #f5821f;}
.responsive .icon{float: right;}
.responsive_nav {
    display: inline-block;
    position: fixed;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    top: 50%;
    bottom: 0;
    width: 280px;
    opacity: 0;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f5821f;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    height: auto;
}
.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: 5px 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;

}
html.responsive .mainHeader,
html.responsive .header_main
{z-index: auto;}
.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 10px 8px; color: inherit; position: relative;}
/* .responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #163c51; background: #f5821f;} */
.responsive_nav ul ul {padding: 0 0 15px 15px;}
.responsive_nav ul .sub-menu,.responsive_nav ul li a i {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.87);
    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 {
    opacity: 1;
    /* background-color: transparent; */
    height: 100%;
} 


/* .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: 470px; overflow: hidden; position: relative;}
/* .bannerbox:before{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;  
    background: rgba(0, 64, 64, 0.4);
    z-index: 1;
} */
.bannertextInner{padding-top: 0px;}
.bannerbox{position: relative;}
.bannertext{
    text-align: right;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px;
    position: absolute;
    top: 60%;
    left: 0%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    z-index: 2;
}
.bannertext .heading{color: inherit; font-size: 40px; line-height: 44px; padding: 0;}
.bannertext .subheading{
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}
.bannertext .heading:before{display: none;}
.banner-form{
    text-align: left;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px;
    position: absolute;
    top: 60%;
    left: auto;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    z-index: 2;
    right: 8%;  
    background-color: #163b4f;
    display: inline-block;
    width: 34.2%;  
}
.banner-form .form-row input[type="checkbox"]{
    width: 15px;
    height: 24px;
}
.banner-form .form-row label{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 3px;    
}
.banner-form .form_wrap .form-group{
    margin-bottom: 6px;
}
.banner-form .btn:hover,
.banner-form .btn:focus,
.banner-form .btn:active
{
    border: 1px solid #f5821f;
    background-color: transparent;
}
.banner-form input, .banner-form select, .banner-form textarea{
    border: 1px solid #31596e;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    background-color: #31596e;
}
.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: 46%; /*padding-top: 37%; */position: relative; overflow: hidden;}
.homeslider .bannerimg img{width: 100%; position: absolute; top: 0; left: 0;}
/* .homeslider .bannerimg:before{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.35));
    background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.35));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.35));
    z-index: 1;
} */
/*SLIDER END*/
.share-link a{display: inline-block; margin-bottom: 20px;}

/* FOOTER
---------------------------------*/
.mainFooter{
    background: url(../images/sample/footer-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font-size: 14px;
    padding: 30px 0 0;
    color: #fff;
    position: relative;
    clear: both;
    height: auto;
    margin-top: -8px;
}
.mainFooter::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(9, 13, 5, 0.94);
}
.mainFooter a{color: inherit;}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover{color: #fff;}
.mainFooter .ftop{
    padding:0px 0px 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: left;   
}
.mainFooter .ftop .fblock_1 p{
    font-size: 14px;
}
.ftop .heading {
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    color: #f5821f;
    padding-bottom: 6px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.ftop .heading:before{
display: none;
}
.f_logo a {
    width: 280px;
    height: 80px;
    margin-bottom: 0px;
    background-position: left;
    background-repeat: no-repeat;
}
.fnav ul{list-style: none; padding: 0; margin: 0; text-align: center;}
.fnav li{
    margin: 0 0px 0 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    line-height: 26px;
}
.fblock_1 .hinfo li:last-child div{
    margin: 0;
}
/* .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; padding: 0 0 0 0;}
.fnav li a:hover{display: block; padding: 0 0 0 0; color: #f5821f;}
.fnav:after, .copyright:after{content: ""; display: block; clear: both;}
.copyright .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright .fnav{display: inline-block;font-family: 'Oswald', sans-serif; color:#fff; text-transform: uppercase; }
.copyright .fnav ul{display: flex;font-family: 'Oswald', sans-serif; color: #fff; text-transform: uppercase;}
.copyright:after{content:""; display:block; clear: both;}
.copyright {padding: 10px 0 0; font-size: 13px; line-height: 15px;}
.copyright p{padding: 0; text-align: inherit;}
.copyright p:first-child{float: left;}
.copyright p:last-child{float: right;}
.copyright{
    background-color: transparent;
    padding: 30px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #464646;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.copyright .fnav li{
    margin: 0 30px 0 0;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.copyright .fnav li:last-child{
    margin: 0 !important;
}
.mainFooter .ftop .fblock_3 div {display: block; text-align: center;}
.mainFooter .ftop .fblock_3 div > span{
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: inherit;
    font-weight: 300;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flogo{
    width: 163px;
    margin: 0 auto;
}
.flogo a{
    height: 100px;
    width: 163px;
    background-size: contain;
    background-repeat: no-repeat;
}
.mainFooter .para{
    width: 70%;
    margin: 0 auto;
    padding: 30px 0px;
}

/*FOOTER END*/

/* HOME PAGE
---------------------------------*/
.hook_about_us::before{
    background: url(../images/sample/about-bg.jpg) no-repeat right;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: right;
    background-size: cover;
}
.hook_about_us .editor_text:before{
    background: url(../images/line-left.png) no-repeat center;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.hook_about_us .editor_text{padding: 80px 80px;}
.hook_about_us .sk_content_wrap figure.sk_img img{
    float: left;
    padding-right: 15px;
    margin-bottom: 15px;
}
.hook_about_us .sk_content_wrap figure.sk_img img:nth-child(1){
    height: 336px;
    width: 281px;
}
.hook_about_us .sk_content_wrap figure.sk_img img:nth-child(2){
    height: 249px;
    width: 275px;
}.hook_about_us .sk_content_wrap figure.sk_img img:nth-child(3){
    float: right;
    height: 335px;
    width: 277px;
    position: relative;
    left: -30px;
}.hook_about_us .sk_content_wrap figure.sk_img img:nth-child(4){
    height: 251px;
    width: 271px;
    padding-right: 0;
}
.top-heading {
    color: #f5821f;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 6px;
}
.hook_service .heading{
    padding: 0px;
}
.hook_service .center_list .subheading{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.hook_service .subheading{
    font-size: 20px;
    line-height: 26px;
}
.hook_service .btn_group.btn_left{margin-top: 6px;}
.hook_service .sk_box figure{position: relative; overflow: unset; min-height: 76px;}
.hook_service .sk_box figure::before {
    position: absolute;
    height: 70px;
    width: 70px;
    content: "";
    top: 0;
    left: 0;
    border-radius: 50px;
    background-color: #f1f1f1;
    z-index: 1;
}
.hook_service  .sk_box figure img{
    position: relative;
    z-index: 2;
    width: 40px;
    margin: 14px;
}
.hook_service .text-first-latter{
    -webkit-text-stroke: 1px rgba(156, 156, 156, 0.26);
}
.hook_service ul li .sk_box,
.hook_service .sk_box{
    background-color: #fff;    
    padding: 30px 0px 30px 30px;
    box-shadow: 0px 0px 15px #e2e0e0;
    margin-top: 15px;
    -moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.hook_service ul li .sk_box .sk_text{
    margin-top: 0;
}
.hook_service ul li .sk_box:hover,
.hook_service .sk_box:hover{
    background-color: #1d262c;
    color: #fff;
    box-shadow: none;
}
.hook_service ul li .sk_box:hover .sk_text .subheading,
.hook_service ul li .sk_box:hover .sk_text p
{color: #fff;}
.hook_service ul li  .sk_box .readmore:hover{
    color: #ffff;
}
.hook_service  .subheading:before{
    background-position: center;
}
.hook_service ul li .sk_box p,
.hook_service .sk_box p{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #141b1f;
    font-weight: 500;
    padding: 0;
}
.hook_service .sk_box:hover p{
    color: #fff;
}
.hook_service {
    display: block;
    width: 100%;
    background-color:#f6f7f8;
    text-align: center;
}
.hook_service:before{
    background: url(../images/sample/service-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}
.bannertext .heading:after{
display: none;
}
.hook_service .heading span{display: block;}
.hook_service .btn{
    background-color: transparent;
    border-color: transparent;
    color: #042130;
    margin-bottom: 20px;
    width: 50%;
    text-align: left;
    margin-left: 0 !important;
}
.hook_service .btn:hover ,.hook_service .btn.active{
    background: #f5821f no-repeat;
    border: 1px solid #f5821f;
}
.hook_service .btn span{
    width: 40%;
    color: #fff;
    opacity: 0;
    text-align: right;
    float: right;
    padding-right: 40px;
}
.hook_service .btn:hover span,
.hook_service .btn.active span{
    opacity: 1;
}
.hook_testimonial{
    display: block;
    width: 100%;
    background-color: transparent;  
}

.hook_testimonial:before{
    background: url(../images/sample/testimonial.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}
.hook_project{
    background: url(../images/sample/latest-projects.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    clear: both;
    height: auto;
    z-index: 1;
}
.hook_project::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000701;
    opacity: 0.9;
}
.hook_project .sk_shadow_full .sk_box{
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.32);
}
.hook_project .project-heading{
    font-family: 'Oswald', sans-serif;
    font-size: 73px;
    color: transparent;
    text-align: left;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.hook_project .sk_box .sk_text .subheading{
    text-align: left;
    padding-top: 14px;
}
.hook_project .sk_box .sk_text p{
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}
.hook_project .hook_project_list .owl-nav{
    width: 110px;
    position: absolute;
    bottom: -85px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.hook_project  .owl-carousel .owl-nav .owl-prev{
    background-color: #fff;
    color: #f5821f;
    top: -10px;
}
.hook_project  .owl-carousel .owl-nav .owl-prev:hover{
    top: 0px;
}
.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;}

.people_list_box p{text-align: left;}

.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 .testimonial_list .sk_box .sk_text{text-align: center;}
.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 .sk_para{color: #fff; text-align: center;}
/*HOME END*/


.instafeed .heading span {
    position: relative;
    vertical-align: top;
    padding-top: 10px;
    width: 40px;
}
.instafeed .heading span.insta::before {
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/insta.png) no-repeat center;
}
.instafeed .heading span.facebook::before {
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/facebook.png) no-repeat center;
}
.instafeed .heading span.twitter::before {
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/twitter.png) no-repeat center;
}
.instafeed .heading span.linkedin::before {
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/linkedin.png) no-repeat center;
}

/* SERVICE
---------------------------------*/
.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%;
}
.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 END*/

/* BLOG
---------------------------------*/
.blog_list .sk_box figure{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 80%;
}
.blog_list .sk_box figure:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 0px -126px 130px 100px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0px -126px 130px 100px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px -126px 130px 100px rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.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);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.blog_section .blog_list .sk_box 
.blog_list .sk_box{
    position: relative;
}
.blog_list .sk_box .sk_text{
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 45px;
}
.blog_list .sk_box .sk_info{color: #fff; text-align: left;}
.blog_list .sk_box .sk_text .heading{
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 30px;
    font-size: 26px;
    width: 70%;
    float: left;
}
.blog_list .paddind-box figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 37%;
}
.blog_list .sk_box .readmore{
    color: #f5821f;
    text-align: left;
    float: left;
    font-weight: 600;
}
.blog_list .sk_date {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: transparent;
    text-align: left;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100px;
    z-index: 1;
    opacity: 1;
    padding: 10px;
}
.blog_list .sk_date span{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;    
    font-weight: 300;
}
.blog_list  .blog-left .sk_text{
    position: static;
    border: 1px solid #dadada;
    margin-top: 0;
    padding:10px  20px;
}
.blog_list  .blog-left .sk_date{
    position: static;
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #0f1215;
    text-align: left;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0;
    -webkit-text-stroke: snow;
}
.blog_list  .blog-left .sk_date >div{
    display: flex;
}
.blog_list  .blog-left{margin-bottom: 30px;}
.blog_list  .blog-left .sk_date >div span{
    font-weight: 600;
    font-size: 25px;
    color: #0f1215;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 5px;
}
.blog_list  .blog-left .sk_info {
    color: #f5821f;
    text-align: left;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.blog_list  .blog-left .subheading{
    padding-top: 0px;
    height: 60px;
    display: flex;
    align-items: center;
} 
.blog_list  .blog-left .sk_text p{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}
.blog_list .sk_box .sk_side{
    border-left: 6px solid #f5821f;
    padding-left: 20px;
    display: inline-block;
}
.blog_list .sk_box .readmore:hover{ color: #fff;}
.blog_list .sk_box .sk_text .heading::before,
.blog_list .sk_box .sk_text .heading::after
{
    display: none;
}
.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;
}
.blog_list .sk_box figure .sk_info span:last-child:after {display: none;}
.blog_list .subheading{overflow: hidden;}
.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 ul li a{padding: 0;}
.sk_sideblock .blog_list .sk_box{font-size: 12px; line-height: 18px;}
.sk_sideblock .blog_list .sk_box figure{width: 80px; height: 46px; float: left; margin: 0 10px 0 0; padding: 0;}
.sk_sideblock .blog_list .sk_box .sk_text{margin: 0;}
.sk_sideblock .blog_list .subheading{margin-bottom: 5px;}

.contractor_list .sk_box .sk_text {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 1;
    width: 100%;
}
.contractor_list .sk_box figure {
    position: relative;
    padding-top: 90%;
    width: 100%;
}
.contractor_list .sk_box {
    position: relative;
    overflow: hidden;
    background-color: #000;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.contractor_list .sk_box figure:before {
    -webkit-box-shadow: inset 0px -100px 60px -18px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: inset 0px -100px 60px -18px rgba(0, 0, 0, 0.63);
    box-shadow: inset 0px -100px 60px -18px rgba(0, 0, 0, 0.63);
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}
.contractor_list .sk_box figure img {
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    /* opacity: 0.5; */
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(1.01);
    transform: translate(0, -50%) scale(1.01);
    width: 100%;
}
.contractor_list .sk_box .sk_text .subheading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 36px;
}
.contractor_list .sk_box .sk_para {
    opacity: 1;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    min-height: auto;
}
.contractor_list .sk_box:hover a figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    opacity: 0.5;
}
.contractor_list .sk_box:hover .sk_text {
    bottom: 30px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.contractor_list .sk_box:hover .sk_para {
    opacity: 1;
}


/*BLOG END*/

/* TESTIMONIAL
---------------------------------*/
.hook_testimonial {
    background: url(../images/sample/testi_bg.jpg) no-repeat center;
    margin-bottom: 240px;

}
.testimonial_list{padding-bottom: 30px;}
.testimonial_list .sk_box {position: relative; padding: 0px 0px;}
.testimonial_list .sk_box:before, .testimonial_list .sk_box figure{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}
.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 .sk_text {padding: 0px; margin: 0; border: none; -webkit-border-radius: 3px; border-radius: 3px; height: auto;}
.testimonial_list .sk_box .sk_text .subheading{
    color: #021a26; text-align: left; font-size: 18px; font-weight: 600;
    padding-left: 100px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.testimonial_list .sk_box .sk_text .subheading span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.testimonial_list .sk_box .subheading span{display: block; font-size: 16px; line-height: 24px;}
.hook_testimonial .testimonial_list .sk_box .sk_text .subheading {
    clear: both;
    padding-left: 85px;
    height: 66px;
}
.hook_testimonial .testimonial_list .sk_box .sk_para {
    height: 130px;
    overflow-y: auto;
    font-size: 20px;
    line-height: 40px;
    color: #021a26;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
}
.testimonial_list .sk_box .sk_text {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: auto;
}
.hook_testimonial .testimonial_list .sk_box .sk_text {
    text-align: center;
}

.hook_testimonial .testimonial_list .sk_box:before, .hook_testimonial .testimonial_list .sk_box figure {
    height: 66px;
    width: 66px;
    bottom: 10px;
    top:auto;
}
.testimonial_list .sk_box:before, .testimonial_list .sk_box figure {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}
.testimonial_list .sk_box figure img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
}
.hook_testimonial .testimonial_list .sk_box .sk_para::before {
    content: "";
    width: 65px;
    height: 2px;
    background: #f5821f;
    position: absolute;
    left: 0;
    top: 130px;
}

.testimonial_list .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100px;
}

.testimonial_list .owl-carousel .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonial_list .owl-carousel .owl-nav [class*="owl-"]::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    border-left-color: #f5821f;
    border-top-color: #f5821f;
    opacity: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.testimonial_list .owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 0 0;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 25px;
    color: #ccc;
    background: transparent;
    border: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    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;
}
.testimonial_list .owl-carousel .owl-nav .owl-next {
    float: right;
    padding: 0 0 0 4px;
    left: auto;
    right: 0;
}
.event-request{
    position: absolute;
    left: 0;
    right: 0;
    top: 94%;
    display: block;
    z-index: 1;
}
.event-request ul li:first-child .sk_box:before{
    content: "";
    width: 110px;
    height: 33px;
    background: url(../images/meeting.png) no-repeat right;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: 12px;
    bottom: 12px;
}
.event-request ul li:nth-child(3) .sk_box:before{
    content: "";
    width: 110px;
    height: 33px;
    background: url(../images/eve.png) no-repeat right;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: 12px;
    bottom: 12px;
}
/*TESTIMONIAL END*/

.event-request ul li .sk_box {
    background-color: #fff;
    padding: 32px 16px;
    box-shadow: 0px 0px 15px #e2e0e0;
    margin-top: 15px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.event-request .sk_box:hover figure::before{opacity: 0.1;}
.event-request .sk_box .sk_text{margin-top: 0px;}

.event-request ul li .sk_box:hover {
    background-color: #1d262c;
    color: #fff;
    box-shadow: none;
}
.event-request ul li .sk_box:hover .subheading{
    color: #fff;
}
.event-request .sk_box figure {
    position: relative;
    overflow: unset;
}
.event-request .sk_box figure img{ position: relative; z-index: 2;height: 94px;width: 94px;}
.event-request .sk_box .sk_text .subheading {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}
.event-request .sk_box figure::before {
    position: absolute;
    height: 100px;
    width: 100px;
    content: "";
    top: 1px;
    right: -50px;
    border-radius: 50px;
    background-color: #fef2e8;
    z-index: 1;
}
.text-first-latter{
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -20px;
    font-size: 200px;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke: 1px rgba(245, 130, 31, 0.26);
    color: transparent;
    font-weight: 600;
}
/* 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;
}
.gallery_list .ul{margin-bottom: -15px; overflow: visible;}
.gallery_list .ul > li{margin-bottom: 15px;}
.gallery_list .sk_box{position: relative; overflow: hidden; background: #000; color: #fff;}
.gallery_list .sk_box figure{-webkit-border-radius: 0; border-radius: 0;}
.gallery_list .sk_box figure img{display: block; width: 100%;}
.gallery_list .sk_box .sk_text{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.gallery_list .readmore{
    width: 50px;
    height: 50px;
    background: #202020;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
    color: #fff;
    font-size: 0;
    position: relative;
}
.gallery_list .readmore:before{
    content: "\f00e";
    display: block;
    font-family:'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gallery_list .readmore:hover{color: #fff;}
.gallery_list .sk_box .sk_text .subheading{text-align: inherit; color: inherit; text-transform: uppercase;}
.gallery_list .sk_box:hover figure img{opacity: 0.5;}
.gallery_list .sk_box:hover .sk_text{top: 50%; -webkit-transform: translate(0,-50%); transform: translate(0,-50%);}
#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}
/*PRODUCT END*/


/* HELPER_CSS
---------------------------------*/
.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: #f5821f;}
.green{color: #9cbe2f;}

/* ERROR 404 PAGE 
---------------------------------*/
.error-page{
    margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	overflow-x:hidden;
	color:#fff;
	font-size:14px;
    height: 100%;
    width: 100%;
    letter-spacing: 1px;        
}

.error-page .head {
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 25px;
    margin: 10px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    color:#163c51;
}

.error-page .head span {
    position: relative;
    display: inline-block;
}
.error-page  p {
    font-size: 20px;
    line-height: 1.5;
    text-align:center;
    color:#163c51;
}
.error-page .head span:before {
    left: -55%;
}
.error-page .head span:after {
    right: -55%;
}
.error-page .head span:before, .error-page .head span:after {
    position: absolute;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #163c51;
    content: '';
}
.error-page .btn-outline {
    border: 2px solid #163c51;
    color: #163c51;
    padding: 12px 40px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 600;
     -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none;
    background-color: transparent;
}

/* Testimonials */
.testimonials{
    margin-bottom: 30px;
}
.testimonials blockquote {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #1b4a64 transparent transparent transparent;
}
.testimonials .carousel-info img {
    height: 75px;
    width: 75px;
    overflow: hidden;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #1b4a64;
    font-size: 16px;
    margin: 15px 0 0px;
    font-weight: 600;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 14px;
    font-weight: 500;
}


.site-addresses {padding:30px 30px;}
.site-addresses .site-address h4 {
    font-size: 18px;
    color: #094197;
    padding: 15px;
    text-align: center;
    margin:0;
}
.site-addresses .contact_box {
    text-align: center;
    color: #282828;
    font-size: 18px;
}
.site-addresses .contact_box .cnt-details{
    font-size: 14px;
    text-align: center;
}
.cicon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #00bbf2;
    line-height: 60px;
    text-align: center;
    border: 10px solid #fff;
    box-shadow: 0 0 0 4px #00bbf2;
    margin: 4px auto;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_wrap .form-row{
    margin-bottom: 20px;
    clear: both;
    display: flex;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    background: #fd2e00;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    z-index: 1;
    right: 0;
    width: auto;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-weight: normal;
    display: block;
}
span.wpcf7-not-valid-tip::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fd2e00 transparent;
}
.banner-form div.wpcf7-validation-errors,
.banner-form div.wpcf7-acceptance-missing{
    border: 1px solid #ff0000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
span.wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.form_wrap label {
    font: 600 13px 'Montserrat', sans-serif;
    line-height: 14px;
    color: #3f4a52;
}
.form_wrap label span {
    color: #d21d1d;
}

.form_wrap  .form-control {
    line-height: 32px;
    height: 32px;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    color: #000;
}
.form_wrap  .form-control:focus,
.form_wrap  .form-control:active{
    outline:0;
    box-shadow:none;
    border:1px solid #094197;
}
.contact_form{
    padding: 30px 30px 0;
    background-color: #f7f7f7;
    border-radius: 3px;
}
.boxMap{padding:30px 0px;}
.contact_form .contact_form_heading{
    font: 600 30px/35px 'Montserrat', sans-serif;
    color: #1b4a64;
    text-align: center;
    padding: 0px 0 20px;
}
.contact_form .recaptcha {
    -webkit-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 16px -94px;
    height: 50px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #ff0000;
    text-align: center;
}
.thankyou_img {
    margin: 30px 0 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #ff0000;
    text-align: center;
    font-size: 12px;
    color: #1b4a64;
    font-weight: 500;
}
.contact_form iframe{
    width: 100%;
}
.contact-details .hinfo li > div h3{
    color: #2d454b !important;
}
.contact-details  ul li > div a{
    color: #2f2f2f !important;
}
.contact-details .hinfo li > div span, .contact-details.hinfo li > div a{
    color: #2f2f2f !important;
}
.blog-list-details .sk_box{
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
}
.blog-list-details .sk_box:last-child{
    border: none;
}
.blog-list-details .sk_box .sk_text .subheading{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.blog-list-details .author-part {
    display: inline-block;
    color: #163b4f;
    text-decoration: underline;
}
.blog-list-details .author-part:hover{
    color: #f5821f;
}
.blog-list .sk_box .sk_text .subheading:hover{
    color: #28c7c7;
}

.blog-list-details .comment-respond .comment-reply-title, .blog-list-details .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.blog-list-details .widget ul{
    padding-left: 0px;
}
.blog-list-details .widget ul li,
.blog-list-details .widget ol li{
    padding-left: 0px;
    border-top: none;
    padding: 0 0 10px;
}
.blog-list-details .widget ul li:hover a,
.blog-list-details .widget ol li:hover a{
color: #000;
}

.blog-list-details .widget ul li:last-child,
.blog-list-details .widget ol li:last-child{
    border: none;
}
.blog-list-details .widget ul li a,
.blog-list-details .widget ol li a{
    box-shadow: none;
    color: #009494;
}
.the_champ_vertical_counter, .the_champ_vertical_sharing{
    padding: 6px 6px 6px 10px !important;
    background-color: #fff !important;
}
.theChampSharingArrow{
    margin-top: 10px !important;
    float: none !important;
}

.fixedsocial {
    right: auto;
    left: 0;
    background: #fff;
    padding: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
    z-index: 999;
}
.fixedsocial .social a {
    display: block;
    margin: 5px 2px;
}

.fixedsocial .social a i {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-size: 18px;
}
.compliance .sk_content_wrap .sk_img_right{width: 40%;}
.compliance .sk_content_wrap .editor_text h2{
    width: auto;
    clear: none;
    display: flex;
}
.wpcf7-list-item-label{
    font-size: 15px;
}
.left-section .banner-form{
    text-align: left;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    position: unset;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 2;
    right: 0;
    background-color: #163b4f;
    display: inline-block;
    width: 100%;
}
.left-section .banner-form .btn{
    font-size: 14px;
    line-height: 27px;
    height: 40px;
    padding: 6px 15px;
}

.left-section .banner-form-text .heading {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 0;
}
.left-section .wpcf7-list-item-label{
    font-size: 12px;
}
.left-section .banner-form div.wpcf7-validation-errors, .left-section .banner-form div.wpcf7-acceptance-missing {
    border: 1px solid #ff0000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin: 15px;
    line-height: 16px;
}
.art-section .widget{
    padding-bottom: 0;
}
.art-section .blog-list-details .widget_recent_entries,
.art-section .blog-list-details .widget_archive{
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px #ececec;
    -moz-box-shadow: 0px 0px 8px #ececec;
    box-shadow: 0px 0px 8px #ececec;
    margin-bottom: 20px;
}
.art-section .blog-list-details .widget_archive{
    margin-bottom: 0;
}
.arrow-show{display: none !important;}
.blog-details-box .subheading {
font-weight: 600;
font-size: 30px;
}
.author-link i{margin-right: 6px;}
.error-form{
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
#quantity_5ddd190de5481-error{display: none;}

.search_form {
    width: 280px;
    position: relative;
}
.hsearch {
    margin: 0 60px 0 30px;
}
.hbtm .hright {
    text-align: right;
    height: auto;
    padding: 40px 0px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search_form {
    display: inline-block;
    position: relative;
}
.search_form input {
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    border-radius: 55px;
    text-indent: 20px;
    border: none;
}
.search_form .search_btn {
    position: absolute;
    top: 49%;
    right: 1px;
    border: none;
    padding: 0;
    min-width: auto;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #f5821f;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
   
}
.search_form .search_btn:hover,
.search_form .search_btn:active,
.search_form .search_btn:focus{
    background-color: #2d454b;
}

.search_form button i, .search_form .btn i{margin: 0;}
::-webkit-input-placeholder { /* Edge */
    color: #5f7075;
    font-size: 12px;
    letter-spacing: 2px;
    /* font-family: 'Oswald', sans-serif; */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5f7075;
    font-size: 12px;
    letter-spacing: 2px;
/*     font-family: 'Oswald', sans-serif; */
  }
  
  ::placeholder {
    color: #5f7075;
    font-size: 12px;
    letter-spacing: 2px;
    /* font-family: 'Oswald', sans-serif; */
  }
  .instagram ul{
    margin: 0 0px;
}
.instagram ul li{
    list-style: none;
    padding: 0 0px;
    margin-top: 0px;
}
.instagram ul li {
    width: 20%;
    margin-bottom: 0;
    display: inline-block;
}
.instafeed .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.ContactCheck input[type="checkbox"]{
    width: 20px;
    height: 20px;
    float: left;
}
.ContactCheck .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
}
:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus{
    background: transparent;
}

.faq_heading .fhead {
    color: #2c2d2e;
    font-size: 24px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    background: #e5e4e4;
    padding-left: 13px;
    border: 1px solid transparent;
}
.faq_heading > div em {
    text-align: center;
    line-height: 46px;
    display: block;
    position: absolute;
    right: 11px;
    top: -6px;
    width: 40px;
    height: 46px;
    background: #222833;
    color: #fff;
}
.faq_heading > div em:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 46px;
    border-left: 13px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 46px solid #222833;
    left: -14px;
}
.faq_heading > div em:after {
    content: "+";
    display: inline-block;
    font-size: 30px;
    color: #ffff;
}
.faq_heading .fhead strong {
    font-weight: 600;
    font-size: 20px;
}
.faq_wrapper .faq_heading .c_toggle {
    display: none;
    padding: 13px 0 20px;
}
.ansblock {
    position: relative;
    padding: 0 45px 0 13px;
    display: inline-block;
}
.ansblock img{
    float: right;
    margin: 5px 0 0 30px;
}
.faq_wrapper .faq_heading .c_toggle p {
    text-align: left;
}
.faq_heading > div {
    background: none;
    position: relative;
    cursor: pointer;
    position: relative;
}
.faq_heading > div.closed em {
    background: #f5821f;
    color: #fff;
}
.faq_heading.active .fhead {
    border: 1px solid #f5821f;
}
.faq_heading > div.closed em:before {
    border-left: 13px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 46px solid #f5821f;
    left: -14px;
}
.division_heading{
    background-color: #f9f9f9;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px #d8d8d8;
    -moz-box-shadow: 0px 0px 10px #d8d8d8;
    box-shadow: 0px 0px 10px #d8d8d8;
}

.hook_project_inner .sk_shadow_full .sk_box{
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.32);
}
.hook_project_inner .project-heading{
    font-family: 'Oswald', sans-serif;
    font-size: 73px;
    color: #2d454b;
    text-align: left;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.hook_project_inner .sk_box .sk_text .subheading{
    text-align: left;
    padding-top: 14px;
}
.hook_project_inner .sk_box .sk_text p{
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}
.hook_service_all {background-color: transparent !important;}

.people_list{margin-top: 20px;}
.ul > li.people_list_box {
    margin-bottom: 70px;
}
.people_list_box .sk_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.people_list_box .image_part{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; 
} 
.people_list_box .text-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 30px;
}
.people_list_box .sk_para {
    font-size: 16px;
    line-height: 30px;
}
.people_list_box .social a.sk_linkedin i{
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}
.people_list_box .social a.sk_linkedin:hover i{
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}
.people_list_box .social a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.people_list_box .social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}
.people_list_box span{
    font-weight: 400;
    color: #fff;
    margin-left: 20px;
    background-color: #f5821f;
    padding: 0 10px;
}
/* .inner-page .editor_text{display: table;} */
.inner-page .short-des{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.blog-dt .sk_side .sk_info p{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.blog_list_inner .sk_box figure img{
    height: 100%;
}
.blog_list_inner .sk_box .sk_text .subheading{
    height: 60px;
    display: flex;
    align-items: center;
}
.service.service-inner .service-inner-a {width:350px}
.service-inner .sk_box .sk_text .subheading{
    height: 60px;
    display: flex;
    align-items: center;
}

.subdivision{
	background: url(../images/sample/sub-bg.png) no-repeat right bottom; 
	color: #0b262d;
	font-size: 15px;
	line-height: 30px; 
	padding: 50px 0;
}
.subdivision .top-cnt{/*columns: 2;*/ font-size: 16px;}
.subdivision .top-heading{font-size: 22px; line-height: 24px; font-weight: 600;}
.subdivision .container{
	max-width: 1140px; 
}
.subdivision .sk_img{position: relative; margin-top: 50px;}
.subdivision .sk_img::before{
	content: "";
	position: absolute;
	left: -50px;
	top: -30px;
	width: 475px;
	height: 327px;
	background: url(../images/sample/sub-left.png) no-repeat left top;
}

.service-section{
	background: #f6f7f8;
}
.service ul{padding-top: 15px;}
.service .sk_box{
	background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px #e2e0e0; 
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.service ul li .sk_box .sk_text {
	margin-top: 0;
	text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #141b1f;
	font-weight: 500;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.service ul li .sk_box .sk_text p{padding: 0; text-align: left;}
.service ul li .sk_box .sk_text figure{margin-top: 25px; position: relative; overflow: visible; z-index: 1; width: 80px; height: 80px; background-color: rgba(254, 242, 232, 0.62); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
.service ul li .sk_box .sk_text figure img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 75%;
}
/* .service .sk_box figure::before {
    position: absolute;
    height: 80px;
    width: 80px;
    content: "";
    top: -10px;
    left: -10px;
    border-radius: 50px;
    background-color: rgba(254, 242, 232, 0.62);
    z-index: -1;
} */
.service .text-first-latter {
    -webkit-text-stroke: 1px rgba(156, 156, 156, 0.26);
}
.service ul li .sk_box:hover {
    background-color: #1d262c;
    color: #fff;
    box-shadow: none;
}
.service ul li .sk_box:hover .sk_text,.service ul li .sk_box:hover .sk_text .subheading{color: #fff;} 


.service-last-section{padding: 50px 0 0 0;}
.service-last-section .container{max-width: 100%;}
.event-list ul{padding-top: 15px;}
.event-lista{display: block;}
.event-list .sk_box{
	background-color: #fff;
    padding: 16px;
    box-shadow: 0px 0px 15px #e2e0e0; 
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.event-list .sk_box:hover{
	background: #1d262c;
}
.event-list .sk_box:hover figure::before{
	opacity: 0.2;
}
.event-list .sk_box .sk_text{margin-top: 0;}
.event-list .sk_box .sk_text .subheading {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    font-size: 28px;
	line-height: 40px; 
	max-width: 100%;
}
.event-list .sk_box:hover .sk_text .subheading {color: #fff;}
.event-list .sk_box figure {
    position: relative; 
	z-index: 1;
    background-color: #fef2e8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.event-list .sk_box figure img{
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 62%;
}
.event-list a{display: block;}
.event-list .sk_box figure::before {
    position: absolute;
    height: 100px;
    width: 100px; 
	top: 50%;
	transform: translateY(-50%);
    left: 20px;
    border-radius: 50px;
    background-color: #fef2e8;
	z-index: -1;
	content: "";
}

.others-services{ padding: 80px 0 0; }
.others-service-list{ background: #f5821f; padding: 20px 0;}
.others-service-list ul li a{
	color: #fff;
    display: flex;
    align-items: center;
	font-size: 20px;
	padding: 0 15px;
    justify-content: center;
    line-height: normal;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: transparent;
	min-height: 140px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.others-service-list ul li:last-child a{border: none;}
.others-service-list ul li:hover a{background: #f8a863;}
.others-service-list ul{
	margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; vertical-align: middle;
}
.others-service-list ul li{list-style: none; width: 14.28%; text-align: center; margin: 0;}


/* =======request=========== */
.price{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	background: #f5821f;
	color: #fff;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 74px;
	max-width: 225px;
	height: 75px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}
.reports-survey .sk_img{margin-bottom: 60px;}
.get-start{background: #f6f7f8;}
.get-start .top-heading{text-align: left;}
.get-start-form input,.get-start-form select,.get-start-form textarea{
	height: 55px;
	font-size: 15px;
	padding: 10px 25px;
	color: #7a7a7a;
	font-weight: 600;
	border-color: #e8e8e8;
	font-family: 'Montserrat', sans-serif;
}
.get-start-form textarea{height: 100px;}
.get-start-form input::-webkit-input-placeholder { /* Edge */
	color: #999999;
	font-size: 15px;
}

.get-start-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
	font-size: 15px;
}

.get-start-form input::placeholder {
	color: #999999;
	font-size: 15px;
}
.price-left{
	float: left;
	border: 1px solid #e8e8e8;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #364d52;
	height: 50px;
	line-height: 50px;
	width: 150px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 22px 0;
	font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
}
/* .nmbr{float: left;} */
.plus{
	float: right;
    font-size: 30px;
    cursor: pointer;
    color: rgba(54, 77, 82, 0.5);
}
.minus{
	float: left;
    font-size: 30px;
    cursor: pointer;
    color: rgba(54, 77, 82, 0.5);
}
.price-right{
	padding-top: 10px;
	color: #f6974a;
	font-size: 35px;
	line-height: 37px;
	font-weight: 700;
	float: right;
}
.get-start-form .btn{min-width: 100%;}
.get-start-form ul li,.get-start-form ul {margin-bottom: 0;}
.get-start-form .labelWrap{margin-bottom: 20px;}
.small-head{
	color: #f5821f;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.product-desc ul{
	color: #0b262d;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.product-desc .heading{padding-top: 30px;}
.get-start-form-sec{padding-right: 50px;}
.product-desc ul li{margin-bottom: 15px;}
.bullet li:before, .editor_text ul > li:before{content: "\f00c"; line-height: 18px; 
	font-size: 8px; width: 14px; height: 14px; line-height: 14px; border-radius: 100%;
	background: #f7974a;
	color: #fff;
	text-align: center;
}
.editor_text .dslc-text-module-content ul > li:before{
    margin-top: 10px;
}
.bottom-para{  
	font-size: 13px;
	line-height: 15px; 
	color: #0b262d; 
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.feasibility-reports .others-service-list ul li{
	width: 20%;
}
.feasibility-reports .others-service-list ul li a{padding: 0 50px;}
.feasibility-reports{padding-top: 50px;}

#product_qty{
    border: none;
    height: auto;
    text-align: center;
}


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce .cart .button, .woocommerce .cart input.button
{
    padding: 10px;
    float: right;
    width: auto;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #f5821f;
    color: #fff;  
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ 
    background-color: #f5821f;
    color: #fff; 
 }
 .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #000;
    color: #fff; 
 }
 .woocommerce-info {
    border-top-color: #f5821f;
}
.woocommerce-error {
    border-top-color: #b81c23;
    padding: 10px 10px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{display: none;}
#pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #66586f;
    font-weight: 400;
    opacity: 1;
    margin-bottom: 0;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 13px;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 15px;
    margin: 0;
    background: #f1f1f1;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 10px -6px rgba(140,140,140,1);
    -moz-box-shadow: 0px 9px 10px -6px rgba(140,140,140,1);
    box-shadow: 0px 9px 10px -6px rgba(140,140,140,1);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    font: 700 15px 'Montserrat', sans-serif;
    line-height: 45px;
    color: #404040;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a.active, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
    display: block;
    font: 700 15px 'Montserrat', sans-serif;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    background: #2f2f2f;
    transition: all .5s ease 0s;
    padding: 0 0 0 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{color: #fff;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{border-bottom: 0px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display: block;}
.woocommerce table.my_account_orders .button{margin-right: 8px;}
.woocommerce-MyAccount-content p{
    background-color: transparent;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.woocommerce-MyAccount-content mark{background-color: transparent;}
.woocommerce-MyAccount-content .table-responsive {
    min-height: .01%;
    overflow-x: inherit;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce-MyAccount-content  table.shop_table{border: none;}
.woocommerce-MyAccount-content .customer_details{
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 3px;
}
.woocommerce-MyAccount-content .customer_details dd{
    margin: 0;
    padding-bottom: 20px;
}
.woocommerce-MyAccount-content address{
    margin: 0;
    padding-bottom: 20px;  
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 3px;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
  width:auto;  
}
input[type="radio"]:focus, input[type="checkbox"]:focus{outline: 0;}
.woocommerce-cart table.cart .product-thumbnail{
    min-width: 32px;
    text-align: center;
}
.woocommerce-cart table.cart img {
    width: 100px;
    box-shadow: none;
}
.woocommerce ul.order_details{
    background-color: #f4f4f4;
    padding: 10px 20px;    
    -webkit-border-radius: 5px;   
    border-radius: 5px;   
    margin: 0;
}
.woocommerce table.shop_table{
    background-color: #f4f4f4;
    border: none;   
}
.woocommerce ul.order_details li{width: 20%;}
.product-details .product-images img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.product-details .amount{
    font-weight: 800;
}
.woocommerce-products-header h1{
    font-weight: 600;
}
.woocommerce ul.products li.product .price{
    text-align: center;
    color: #231f20;
    font-size: 15px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del{
    display: inline-flex;
}
.woocommerce ul.products li.product .star-rating{
    position: absolute;
    top: 57%;
    right: 0;
    background-color: #fff;
    margin: 0;
    height: 21px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    height:420px;
}
.woocommerce-products-header{
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 15px;
    margin: 0;
    background: #f1f1f1;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 10px -6px rgba(140,140,140,1);
    -moz-box-shadow: 0px 9px 10px -6px rgba(140,140,140,1);
    box-shadow: 0px 9px 10px -6px rgba(140,140,140,1);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    font: 700 15px 'Montserrat', sans-serif;
    line-height: 45px;
    color: #404040;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a.active, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
    display: block;
    font: 700 15px 'Montserrat', sans-serif;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    background: #2f2f2f;
    transition: all .5s ease 0s;
    padding: 0 0 0 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{color: #fff;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{border-bottom: 0px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display: block;}
.woocommerce table.my_account_orders .button{margin-right: 8px;}
.woocommerce-MyAccount-content p{
    background-color: transparent;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.woocommerce-MyAccount-content mark{background-color: transparent;}
.woocommerce-MyAccount-content .table-responsive {
    min-height: .01%;
    overflow-x: inherit;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce-MyAccount-content  table.shop_table{border: none;}
.woocommerce-MyAccount-content .customer_details{
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 3px;
}
.woocommerce-MyAccount-content .customer_details dd{
    margin: 0;
    padding-bottom: 20px;
}
.woocommerce-MyAccount-content address{
    margin: 0;
    padding-bottom: 20px;  
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 3px;
}

.woocommerce table.shop_table{border: none;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: 200px;
}
.select2-container .select2-selection--single{
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 0px;
    border: 1px solid #231f20 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px !important;
    line-height: 45px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
    display: table;
}
.woocommerce form .form-row .input-checkbox{
    height: 20px;
    width: 20px;
    padding-left: 20px;
    margin: 0px 8px 0 0;
}
.woocommerce form .form-row label.checkbox >span{
    padding-left: 30px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline-block;
    line-height: 20px;
}

.product-images .thumbnails{margin-right: 20px;}
.product-images .thumbnails, .product-images .preview{float: left;}
.product-images .thumbnails{height: 420px; overflow: hidden;}
.product-images .preview{border: 1px solid #ddd; width: 430px;text-align: center;}
.product-images .thumbnails .thumbs{cursor: pointer; margin-bottom: 20px; border: 1px solid #ddd;}
.product-images .thumbnails .thumbs.active-image{border-color: #df3128;}
.product-images .thumbnails .thumbs:last-of-type{margin-bottom: 0;}
.product-images{
    float: left;
    text-align: center;
    margin: auto;
    display: block;
}
.ug-gallery-wrapper .ug-strip-panel{
    background: #fff;
    margin-bottom: 5px;
}
.ug-gallery-wrapper .ug-slider-wrapper{
    background: #fff;
    padding: 5px;
}
.ug-item-wrapper {
    border: 1px solid #eee;
}
.woocommerce-tabs{
    margin-top: 30px;
}
.entry-summary .woocommerce-product-details__short-description{
    margin-bottom: 10px; 
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, .woocommerce form .select2-selection    {
    border: 1px solid #231f20;
}
.woocommerce a.remove{
    line-height: 22px;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating{
    color: #fc9b59;
    height: 2em;
    margin: 4px 4px 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    height:420px;
}
.woocommerce-products-header{
    margin-bottom: 30px;
}
.woocommerce-products-header h1{display: none;}
.hentry .entry-header h1{display: none;}
.woocommerce .cart .button, .woocommerce .cart input.button{
    width: auto;
    background: #f5821f  no-repeat;
    border: 1px solid #f5821f ;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font: normal 600 17px/20px 'Montserrat', sans-serif;
    color: #fff;
    height: 46px;
    min-width: 130px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
    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;
    line-height: 46px;
}
.woocommerce .cart .button::before, .woocommerce .cart input.button::before{
    display: none;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
    outline: none;
    background-color: #000000;
    border-color: #000;
    color: #fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    background: #f5821f  no-repeat !important;
    border: 1px solid #f5821f !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font: normal 600 17px/20px 'Montserrat', sans-serif;
    color: #fff;
    height: 46px;
    min-width: 130px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
    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;
    line-height: 46px;
}
.product-thumbnail.multi a{margin: 0 auto; text-align: center; display: block;}
.product-thumbnail.multi a img{width: 100px;}
.woocommerce a.remove{
    background-color: red;
    margin: 0 auto;
    color: #fff !important;
    border-radius: 4px;
    line-height: 24px;
}

.woocommerce .woocommerce-checkout .col2-set {
    width: 54% !important;
    float: left !important;
    margin-right: 10px;
}
.woocommerce .woocommerce-checkout .col2-d {
    width: 42%;
    float: right;
    margin-left: 10px;
}
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
}
.woocommerce-cart table.cart .product-thumbnail {text-align: center;}
.woocommerce-cart table.cart img{
    max-width: 100%;
    box-shadow: none;
    width: 100px;
}
.woocommerce .woocommerce-breadcrumb a{
    color: #f5821f;
    font-weight: 400;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    top: 15px;
    position: absolute;
    left: 10px;
    height: 40px;
    width: 40px;
    background-color: #f5821f;
    z-index: 2;
    /* border: 5px solid #f5821f; */
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0;
    line-height: 35px;
    border-radius: 50%;
    font-size: 10px;
}
.woocommerce .woocommerce-breadcrumb a:hover{color: #000;}
.products li{
    background-color: transparent;
    padding: 0px 0 20px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px #dcdcdc;
    -moz-box-shadow: 0px 0px 8px #dcdcdc;
    box-shadow: 0px 0px 8px #dcdcdc;
    -moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.products li:hover{
    -webkit-box-shadow: 2px 5px 20px #dcdcdc;
    -moz-box-shadow: 2px 5px 20px #dcdcdc;
    box-shadow: 2px 5px 20px #dcdcdc;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.products li .btn{
    font-size: 14px;
    line-height: 35px;
}
.woocommerce-loop-product__title{
    font-size: 16px !important;
    text-align: center;
    font-weight: 600;
    color: #4c1908;
    margin-bottom: 6px;
}
.woocommerce .woocommerce-breadcrumb{display: block;}

.modal-header .close{
    margin-top: -2px;
    width: auto;
    min-width: 30px;
    color: #fff;
    font-size: 34px;
    height: 30px;
    line-height: 10px;
    opacity: 1;
    background-color: red;
    font-weight: 200;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.modal-header .close::before{display: none;}
.modal-header .close:hover{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0,0,0,0.7);
    color: #fff;
}
.modal-body [type="submit"]{    
width: 200px;
margin: 0 auto;
display: block;
}
.modal-content{
    border-radius: 0px;
}
.modal-body label{
    color: #111111;
    font-weight: 600;
    font-size: 14px;
}
.post_name_date .name{
    font-size: 14px;
    text-transform: uppercase;
    color: #f5821f;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 20px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #f5821f;
    color:#fff;


}

/*===============================Woo=================*/
/* PRODUCT
---------------------------------*/
#text-2.widget.widget_text{padding-bottom: 0;}
.sideLeft.productSidebar .widget-woof{
    background: #f9f9f9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 10px 0 10px;
    border-top: 10px solid #f5821f;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sideLeft.productSidebar .widget-woof input[type="checkbox"]{
    height: 25px;
    position: absolute;
    left: 0;
}
.sideLeft.productSidebar .widget-woof .woof_list label{
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.sideLeft.productSidebar .widget-woof .woof_list label:hover{
    color: #f5821f;
}
.sideLeft.productSidebar .widget-woof .woof_container {
    margin-bottom: 15px;
}
.woof_list.woof_list_radio {
    margin: 7px 0 0 0px !important;
    padding-left: 6px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.icheckbox_square-aero, .iradio_square-aero{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.sideLeft.productSidebar .widget-woof .woof_list li{
    position: relative;
    padding-left: 0px !important;
    border-top: 0;
}
.woof_list_checkbox li div{position: absolute;
left: 0;
}
a.woof_front_toggle {
    float: right;
    opacity: 0;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    font-weight: 600;
    font-size: 20px;
}
.woocommerce .woocommerce-ordering select{
    font-weight: 500;
    background-position: 98% -10px;
}

.product_list .sk_box{text-align: center;}
.product_list .sk_box .sk_img{background: #fff; position: relative; overflow: hidden;}
/* .product_list .sk_box .sk_img:after{content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); position: absolute; top: 0; left: 0; opacity: 0; -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;} */
.product_list .sk_box figure{position: relative; overflow: hidden; width: 100%; padding-top: 100%; -webkit-border-radius: 0; border-radius: 0;}
.product_list .sk_box figure img{padding:0 2px; 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%;}
.product_list .sk_box .sk_img .btn{position: absolute; top: 150%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 1;}
.product_list .sk_box .subheading{font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 20px; line-height: 24px;}
.sk_price{font-weight: 700; color: #f7941f;}
.sk_price span{display: inline-block; vertical-align: top; margin: 0 5px 0 0;}
.sk_price span:last-child{margin: 0;}
.old_price, .discount_price{font-size: 14px; font-weight: 400; color: #585858; position: relative;}
.old_price:after{content: ""; display: block; height: 1px; background: #585858;	position: absolute;	left: -1px;	right: -1px; top: 50%; -webkit-transform: translate(0,-50%); transform: translate(0,-50%);}
.discount_price{color: #7bc143; font-weight: 700;}
.product_list .sk_box:hover .sk_img:after{opacity: 1;}
.product_list .sk_box:hover .sk_img .btn{top: 50%}
.product_list .sk_box:hover figure a img{-webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1);}
.product-details .product_title{font-weight: 600; color: #f39000;  margin-top: 15px;  font-size: 40px;}
.product-details .woocommerce-Price-amount{font-weight: 800;}
.product-details .price{font-weight: 600;color: #204895; font-size: 20px;}
.product-details .woocommerce-product-gallery figure{width: 80%; margin: 0 auto;}
.product-details .section{padding: 80px 0 0 0;}
.product-details .related>h2{
    
    font-weight: 400;
    color: #f5821f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    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;
    clear: none;
}
.product-details .related>h2:before {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    background: #f5821f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-details .woocommerce-product-details__short-description ul{margin-left: 8px;}
.product-details .main_contact_form{margin: 20px 50px; position: relative;}
.product-details .close_edit{
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 99;
}
#tgl_enquire_frm{margin-top: 10px;}
.product-details .close_edit i {  font-size: 35px;  color: #ff2121;}
#review_form .subheading.comment-reply-title{
    padding: 15px 0;
}
.wc-tabs-wrapper #review_form .comment-form{margin-top: 15px;}
/*PRODUCT END*/


.woof_container_inner h4{ 
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #f5821f; 
    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;
} 
.productSidebar .woof_container_inner h4{
    font-size: 18px;
    line-height: 20px;
    /* border: 1px solid #e8e8e8; */
    margin-bottom: 0;
    padding: 8px;
    cursor: pointer;
}
.widget_layered_nav_filters{display: none;}
.hook_about_us .subheading{font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 28px; line-height: 34px; margin-bottom: 15px; text-transform: uppercase;}
/* .heading:last-child, */ .subheading:last-child, .heading_tag:last-child, .heading_group: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: #f5821f;}

.woof_show_auto_form{display: none !important;}
.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    transform: none;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.openFilter .bodyOverlay {
    visibility: visible;
    opacity: 1;
}
/* .woof_block_html_items { 
    max-height: 240px;
    overflow: hidden;
} */
/* .woof_container_inner h4:after {
    position: absolute;
    content: "\f107";
    right: 5px;
    left: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
    font-family: 'FontAwesome';
} */
.filter_mob {
    display: none;
    padding: 0 6px;
    margin: 0 0 0 7px;
    border: 1px solid #959595;
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #535252;
    font-family: 'PoppinsRegular';
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#cookie-law-info-bar{display: none !important;}
.home_product .sideblock .subheading{
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    background-image: linear-gradient(to right, #043c9b, #1b9be8);
}
.home_product .sideblock .subheading .fa{
    font-size: 30px;
    font-weight: 700;
    position: absolute; 
    font-size: 25px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.home_product .sideblock .product-categories{
    padding: 10px 5px 25px 5px;
    background: #f0f7fa;  
}
.sideblock .fa-angle-down.active_arrow::before{ 
    content: "\f106";
}
.home_product .sideblock .product-categories li {
    border-bottom: 1px solid #d8dee1;
    margin-bottom: 0;
    padding: 5px 10px;
    list-style: none;
}
.home_product .sideblock .product-categories li:last-child{border: none;}
.home_product .sideblock .product-categories li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #002353;
}
.home_product .sideblock .product-categories li:hover a{
    color: #f5821f;
}
.home_product .sideblock .product-categories li .count{
    color: #f5821f;
    font-weight: 600;
}  
.products{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.products .product{  
    text-align: center;
    margin-bottom: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.special_product_section .product{width: 100%; padding: 0;} 
.product .sk_box{
    padding:0 0 20px;
    border: 1px solid #cfe7f1;
    position: relative;
    text-align: center;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    background-image: url(../images/star-rating-sprite.png);
    background-repeat: repeat-x;
    background-position: 0 115%;
    float: left;
    height: 21px;
    display: block;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    width: 0;
}
.woocommerce .products .star-rating{margin:  0 auto 10px;}
.product .sk_box .sk_text{
    padding: 0 15px;
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product .sk_box .sk_text .woocommerce-LoopProduct-link{width: 100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display: block;}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{box-shadow: none;}
.product .sk_box .sk_text .subheading,.home_product .product .woocommerce-loop-product__title{ 
    font-size: 16px;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
}
.product .sk_box .para{
    line-height: 18px;
    font-weight: 500;
    margin: 5px 0;
    min-height: 55px;
}
.product .sk_box .price,.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 16px;
    font-weight: 700;
    color: #f5821f;
    padding: 10px 0 16px;
}
.woocommerce div.product .stock{font-weight: 600;}
.product .sk_box a.button {
    margin-top: 5px;
    font-weight: 500;
}
.product .sk_box .tinvwl-icon-heart{
    position: absolute;
    right: 22px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #f5821f;
    opacity: 0;
}
.product .sk_box .tinvwl-icon-heart::before{
    margin: 0;
}
.product .sk_box:hover .tinvwl-icon-heart, .product .sk_box:hover .compare{
    opacity: 1;
}
.product .sk_box:hover .tinvwl-icon-heart:hover, .product .sk_box:hover .compare:hover{
    background: #000; 
}
.products .sk_box, .product .sk_box {
    min-height: 340px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #807e7e0f;
}
.product .summary .cart .quantity .input-text.qty{
    height: 46px;
    font-weight: 500;
}
.product .summary  .tinv-wraper.tinv-wishlist { 
    display: inline-block;
    vertical-align: top;
}
.product .summary  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    border: 1px solid #ccc;
} 
.product .summary  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button::before{
    margin: 0 !important;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 25px;
}
.sk_box .compare{
    text-indent: -99999px;
    position: absolute;
    left: 22px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    color: #fff !important;
    text-align: center;
    border-radius: 100%;
    background: #002353;
    opacity: 0;
}
.sk_box .compare:after{
    content: "\f021";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-indent: initial;
    right: 0;
    margin: 0 auto;
    line-height: 40px;
}
.sk_box .compare:before {
    content: "Compare this Product";
    font-size: 12px;
    line-height: 24px;
    display: block;
    position: absolute;
    top: -27px;
    left: -50px;
    width: 150px;
    height: 24px;
    text-indent: initial;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 9;
    color: rgb(255, 255, 255);
    background-color: #f5821f;
    opacity: 0;
}
.product .summary .compare{
    margin-left: 0;
    padding: 4px 20px;
    background-color: #d8d8d9;
    color: #4d4c4c;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.2s;
    border-radius: 3px;
    box-shadow: none;
}
.product .sk_box:hover .compare:hover:before{
    opacity: 1;
}
/*========================cart and checkout section Starts====================*/
.woocommerce-input-wrapper {
    display: block;
width: 100%;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
    height: 36px;
}


.emaillist{
    width: 100%;
    background: rgba(204, 204, 204, 0.32);
    padding: 15px;
    text-align: center;
}
.emaillist .es-field-wrap{
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
.emaillist .es-field-wrap label{display: block;}
.woocommerce-checkout-payment .form-row {display: block;}
.woocommerce ul.order_details li strong{font-weight: 500;}
/* .woocommerce-billing-fields h3{
    font-weight: 500;
    color: #002353;
    font-size: 18px;
    line-height: 20px;
} */
.widget ul.woof_list.woof_list_checkbox{padding: 0;}
.widget ul li a:focus, .widget ul li a:hover {
    color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quick_view.button{
    height: 35px;
    width: 45px;
    position: relative !important;
    margin-left: 4px !important;
    text-align: center;
}
.quick_view.button span{display: none;}
.quick_view.button::before{
    content: "\f06e";
    font-family: 'FontAwesome';
    line-height: 0px;
}
.tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
    position: absolute;
    top: -27px;
    left: -40px;
    width: 120px;
    height: 24px;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
    z-index: 9;
    color: rgb(255, 255, 255);
    background-color: #f5821f;
    opacity: 0;
    font-size: 12px;
    line-height: 24px;
}
.tinvwl_add_to_wishlist_button:hover .tinvwl_add_to_wishlist-text {
    opacity: 1;
}
.tinv-wishlist table .product-cb input[type=checkbox]{width: 20px; height: 20px;}
.summary .woocommerce div.product form.cart {
    margin-bottom: 20px;
}
/*========================cart and checkout section Ends====================*/
#cliModalClose{
    width: 20px !important;
    height: 20px;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    min-width: 20px;
}
#cliModalClose svg{
    width: 20px !important;
    height: 20px;
}
#cliModalClose:hover{
    background: none;
}
#cliModalClose:after{
    display: none;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{min-width: 23px;}
#cboxPrevious:after, #cboxNext:after, #cboxSlideshow:after, #cboxClose:after{display: none;}
.woocommerce div.product form.cart .variations label{
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
    min-width: auto;
    display: inline-block;
    margin-right: 0;
    width: 200px;
    height: 32px;
    background-position: 100% -12px;
}
.woocommerce div.product p.price ins,
.price .woocommerce-Price-amount.amount{
    background: inherit;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
}
del .woocommerce-Price-amount.amount{
    font-size: 16px !important;
}
.summary .subheading{
    font-size: 24px;
    line-height: 28px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {padding: 0 15px;}
.woocommerce div.product p.stock{
    margin-bottom: 20px;
}
.reset_variations{
    text-decoration: none;
    padding: 0 10px;
    margin-left: 10px;
    box-shadow: none !important;
    color: #dd0d0d;
    border: 1px solid #dd0d0d;
    border-radius: 20px;
    font-weight: 500;
}
.reset_variations:hover {
    color: #fff !important;
    background: #dd0d0d;
    text-decoration: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 11px 7px 11px;
    margin: 0 4px 0 0;
    outline: 0;
    height: 46px;
    width: 200px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #00bbf2;
}
#comments {
    padding-top: 0;
}
.comment-form-rating{ 
    margin-bottom: 10px; 
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.comment-form-rating label{ 
    font-weight: 700;
    font-size: 18px;
}
.woocommerce #review_form #respond .comment-notes{
    padding-bottom: 0;
}
.woocommerce  .comment-form-rating p.stars a{
    font-size: 20px;
}
.woocommerce .comment-form-rating p.stars a::before{
    font-size: 20px;
    color: #f2b01e;
}
.woocommerce .star-rating{color: #f2b01e;}
.woocommerce #reviews #comments ol.commentlist li.review{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); 
}
.woocommerce #reviews #comments ol.commentlist li img.avatar { 
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    border: 2px solid #00bbf2;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border: none;
    background: #cccccc26;
}
.woocommerce #review_form #respond .comment-form-rating p.stars{
   margin-bottom: 0;
}
.woocommerce-Reviews #commentform{
    background: #024aad0f;
    padding: 20px;
}
ol.commentlist{padding-left: 0;}

.woocommerce-page.single div.product div.summary {
    float: left;
    padding: 0 15px;
    width: 41.66666667%;
}
.ug-gallery-wrapper .ug-strip-panel{
    background: #fff;
    margin-bottom: 5px;
}
.ug-gallery-wrapper .ug-slider-wrapper{
    background: #fff;
    padding: 5px;
}
.ug-item-wrapper {
    border: 1px solid #eee;
}
#pgallery.slider-single-img .ug-strip-panel{visibility: hidden;}
.single.single-product .compare {display: none;}
.single.single-product .tinvwl_add_to_wishlist_button {margin-left: 5px;}
.single.single-product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {display: none;}
.woocommerce .products ul, .woocommerce ul.products{width: 100%;}
.blog_sidebar .widget-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #141b1f;
    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;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.widget_recent_entries ul li a:hover{color:#002353;}
.button.woof_reset_search_form{display: none !important;}
.woocommerce-notices-wrapper ul.woocommerce-error:before {display: none;}
.woocommerce-notices-wrapper ul.woocommerce-error li {padding-left: 5px;}
.woocommerce-notices-wrapper ul.woocommerce-error li:before {display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin: 0px -5px 0px 6px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;font-weight: 500;padding: 5px 3em;}
.woocommerce-product-details__short-description .para{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce div.product p.stock{margin-bottom: 0;}
.woocommerce-product-details__short-description .more_des{box-shadow: none;text-decoration: none;}
.woocommerce-product-details__short-description .more_des:hover{box-shadow: none;text-decoration: none;}
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a{box-shadow: none;}
.entry-content a:hover, .entry-summary a:hover, .comment-content a:hover, .widget a:hover, .site-footer .widget-area a:hover, .posts-navigation a:hover{box-shadow: none;}
.tax-product_cat .term-description{ margin-bottom: 20px; }
.show_more_description{ display: none; margin-bottom: 30px;}
.woocommerce div.product p.stock{
    color: #40bd0b;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce div.product p.stock.out-of-stock{
    color: #bd0b0b;
}
.brand_block{ 
    text-align: center; 
    padding: 0;
}
.brand_block .sk_box{
    padding: 15px;
    margin:8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.brand_block .subheading{ font-size: 16px; }
.brand_block img{ 
    height: 50px;
    width: auto;
    max-width: 100%;
}
.summary .product_brand{
    background: transparent;
    padding: 8px 0px;
    display: inline-block;
    border-radius: 5px;
    color: #6f6a6a;
    text-align: center;
    margin-bottom: 20px;
}
.summary .product_brand a:focus{
    box-shadow: none;
}
.summary .product_brand span{
    color: #0a48a9;
}
.summary .product_brand img{height: 30px;}
.summary .product_brand a{
    color: #4d4c4c;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}
#paypal-animation-content{margin-bottom: 20px;}
/* Hide the additional information tab */
/* li.additional_information_tab {
    display: none !important;
} */
.occp_combo_item{padding-left: 30px;}
.radio_box {
    display: block;
    position: absolute; 
    left: 0;
}
.radio_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio_box .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 21px;
    border: 1px solid #fff;
    background-color: #b7b7b7;
    cursor: pointer;
}
.checkmark:after {
    content: "";
    position: absolute;
}
.radio_box input:checked ~ .checkmark {
    background-color: #094197;
}
.radio_box input:checked ~ .checkmark:after {
    border-color: #fff;
}

.paypal-button{
    margin-bottom: 24px;
}

span.wpcf7-not-valid-tip {
    background: #fd2e00;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 0;
    width: auto;
    text-align: center;
    right: auto;
}
span.wpcf7-not-valid-tip::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fd2e00 transparent;
}
.contact_form .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
}
.woocommerce-error::before{
    top: 3px !important;
}
.editor_text ul.woocommerce-error > li{ padding-left: 40px !important; }
.editor_text ul.woocommerce-error > li::before{display: none;}
.woocommerce table.shop_table tr{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-cart table.cart th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: inherit;

}
.woocommerce ul#shipping_method li{
    padding: 0;
}
.woocommerce ul#shipping_method li::before, .woocommerce ul.order_details li::before{
    content: '';
}
.content-area .woocommerce-breadcrumb{
    display: none;
}
.site-main .related.products ul.products li.product {
    width: 22%;
    float: left;
    margin-right: 4%;
}
.floatingBtn {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9;
    /* -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
    width: 60px;
}
.floatingBtn a {
    width: 60px;
	height: 60px;
	line-height: 60px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
	font-size: 0;
	margin: 0 0 16px;
	-webkit-box-shadow: -1px 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: -1px 0 20px 0 rgba(0,0,0,0.3);
	background: no-repeat top left;
	-webkit-background-size: contain;
	background-size: contain;
}
.floatingBtn a:last-child{margin: 0;}
.floatingBtn a.messenger {background-image: url("../images/fbmessage.png"); border-color: #29aae3;}
.floatingBtn a.whtsapp {background-image: url("../images/whatsapp.png"); border-color: #55cd6c;}
.floatingBtn a.skype {background-image: url("../images/skype.png"); border-color: #00aff0;}
.floatingBtn a.googlep {background-image: url("../images/google-right.png"); border-color: #f4422d;}
/* .woof_childs_list_opener{display: none !important;} */


/*===order details============*/
.woocommerce ul.order_details li{width: auto;}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading,
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title{
    margin-top: 20px;
    color: #f5821f;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    margin-top: 10px;
    padding-bottom: 10px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
    color: #f5821f;
}

.product-list-sideber li{
    margin-bottom: 8px;
    color: #111111;
}
.product-list-sideber li a{
    color: #111111;
    text-decoration: underline;
}
.product-list-sideber li a:hover{
    color: #f5821f;
}
.product-list-sideber li:last-child{
    margin-bottom: 0px; 
}
.woocommerce div.product form.cart .variations td.label{
    color:#000;
}
.woocommerce-message {
    border-top-color: #f5821f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin: 0px -5px 0px 6px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 14px;font-weight: 500;padding: 5px 3em;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: 1px solid #f5821f;
    background-color: #f5821f;
    border-radius: 0px 0px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    left: -5px;
    border-bottom-right-radius: 0px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #f5821f;
    border: 1px solid #f5821f;
    opacity: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #f5821f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    right: -5px;
    border-bottom-left-radius: 0px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #f5821f;
    opacity: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    text-decoration: none;
    color: #1c140d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #f5821f;
}

.hook_newlatter{overflow: hidden;}
.hook_newlatter:after {
    background: url(../images/sign-two.png) no-repeat right;
    width: 276px;
    height: 414px;
    position: absolute;
    bottom: -40px;
    left: auto;
    right: 0;
    content: "";
    z-index: 0;
    opacity: 0.2;
}
.hook_newlatter::before{
    background: url(../images/sign-one.png) no-repeat left;
    width: 314px;
    height: 414px;
    position: absolute;
    bottom: auto;
    left: 0;
    right: auto;
    content: "";
    z-index: 0;
    opacity: 0.2;
    top: -110px;
}
.free-box{
    padding: 30px 10px;
    background-color: #f5821f;
    border: 6px solid #fff;
    text-align: center;
    margin: 24px 0 0;
    width: 250px;
    overflow: hidden;
}
.free-box .sk_text{
    font-weight: 600;
    text-transform: capitalize;
}
.free-box::before{
    background: url(../images/free-box-bg.png) no-repeat right;
    width: 94px;
    height: 63px;
    position: absolute;
    bottom: 20px;
    right: 100px;
    content: "";
    z-index: 1;
}
.free-box .free-price{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-top: 14px;
}
.ftop .fnav ul > li:first-child a{padding-left: 0px;}
.blog-right-side ul li .sk_box figure{
    position: relative;
    padding-top: 58%;
    width: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
}
.blog-right-side ul li .sk_box figure img{
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(1.01);
    transform: translate(0, -50%) scale(1.01);
    width: 100%;
}
.blog-right-side ul li .sk_box:hover  figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    opacity: 0.5;
}
.iradio_flat-aero{
    display: none;
}
/* .woof_childs_list_opener{
    display: none !important;
} */
.iradio_flat-aero input[type="radio"]{
    height: 0px;
    width: 0px;
}
.woof_products_top_panel{
    display: none !important;
}
.woof_radio_term_reset.woof_radio_term_reset_visible{
    display: none !important;
}
.sideLeft.productSidebar .widget-woof .woof_list li input[type="hidden"],
.sideLeft.productSidebar .widget-woof .woof_list li input{
    height: 0px;
    width: 0px;
}
.woocommerce #wcqv_contend .product .cart .button{
    float: left;
}
#wcqv_contend .woocommerce-Price-amount {
    color: #f5821f;
}
.remodal-close{
    background-color: #f5821f;
}
.remodal .remodal-close:hover {
    background-color: #f5821f;
}
.remodal .remodal-close {
    color: #ffffff;
}
.remodal{
    box-shadow: none;
    bottom: 10%;
}
.remodal:focus{outline: 0;}
.woof_childs_list_opener span:after {
    position: absolute;
    content: "\f107";
    right: 4px;
    left: auto;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 24px;
}
.woof_childs_list_opener:hover ,
.woof_childs_list_opener:active,
.woof_childs_list_opener:focus{
    color: #000 !important;
}
.woof_childs_list_opener span:after:hover,
.woof_childs_list_opener span:after:active,
.woof_childs_list_opener span:after:focus{
    color: #000 !important;
}
.woof_childs_list_opener span.woof_is_opened{background: 0;}
.woof_childs_list_opener span.woof_is_closed{background: 0;}
#wcqv_contend .images{
    margin-right: 20px;
}
.map-section iframe{
    width: 100% !important;
    height: 400px !important;
}
.shopproduct .shopproduct-ul{
    height: 400px;
}


.btn.btn_white::before{
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;  
    border-width: 8px 0 8px 12px;
border-color: transparent transparent transparent #f5821f;

}
.responsive_nav {
    display: inline-block;
    position: fixed;
    left: -100%; 
    /* margin: 0 auto; */
    top: 50%;
    bottom: 0;
    width: 280px;
    height: 100%;
    opacity: 0;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f5821f;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

 .responsive .responsive_nav {
    opacity: 1;
    /* background-color: transparent; */ 
    left: 0;
} 

#order_review_heading{
        display: inline-block;
    margin-bottom: 20px;
}
.wcppec-checkout-buttons.woo_pp_cart_buttons_div{
display: none;
}


/* =======request=========== */
.price{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	background: #f5821f;
	color: #fff;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 74px;
	max-width: 225px;
	height: 75px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}
.reports-survey .sk_img{margin-bottom: 60px;}
.get-start{background: #f6f7f8;}
.get-start .top-heading{text-align: left;}
.get-start-form input,.get-start-form select,.get-start-form textarea{
	height: 55px;
	font-size: 15px;
	padding: 10px 25px;
	color: #7a7a7a;
	font-weight: 600;
	border-color: #e8e8e8;
	font-family: 'Montserrat', sans-serif;
}
.get-start-form textarea{height: 100px;}
.get-start-form input::-webkit-input-placeholder { /* Edge */
	color: #999999;
	font-size: 15px;
}

.get-start-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
	font-size: 15px;
}

.get-start-form input::placeholder {
	color: #999999;
	font-size: 15px;
}
.price-left{
	float: left;
	border: 1px solid #e8e8e8;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #364d52;
	height: 50px;
	line-height: 50px;
	width: 150px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 22px 0;
	font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
}
/* .nmbr{float: left;} */
.plus{
	float: right;
    font-size: 30px;
    cursor: pointer;
    color: rgba(54, 77, 82, 0.5);
}
.minus{
	float: left;
    font-size: 30px;
    cursor: pointer;
    color: rgba(54, 77, 82, 0.5);
}
.price-right{
	padding-top: 10px;
	color: #f6974a;
	font-size: 35px;
	line-height: 37px;
	font-weight: 700;
	float: right;
}
.get-start-form .btn{min-width: 100%;}
.get-start-form ul li,.get-start-form ul {margin-bottom: 0;}
.get-start-form .labelWrap{margin-bottom: 16px;}
.small-head{
	color: #f5821f;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.product-desc ul{
	color: #0b262d;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.product-desc .heading{padding-top: 30px;}
.get-start-form-sec{padding-right: 50px;}
.product-desc ul li{margin-bottom: 15px;}
.bullet li:before, .editor_text ul > li:before{content: "\f00c"; line-height: 18px; 
	font-size: 8px; width: 14px; height: 14px; line-height: 14px; border-radius: 100%;
	background: #f7974a;
	color: #fff;
	text-align: center;
}
.bottom-para{  
	font-size: 13px;
	line-height: 15px; 
	color: #0b262d; 
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.feasibility-reports .others-service-list ul li{
	width: 20%;
}
.feasibility-reports .others-service-list ul li a{padding: 0 50px;}
.feasibility-reports{padding-top: 50px;}

#product_qty{
    border: none;
    height: auto;
    text-align: center;
}

body.logged-in .YouTubePopUp-Wrap {
    top: 0px;
    z-index: 99998;
}
.next.page-numbers{
    float: none;
}
span.wpcf7-not-valid-tip {
    background: #fd2e00;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 0;
    width: auto;
    text-align: center;
    right: auto;
}
.report-section{
    background-color: #fff;
    position: absolute;
    bottom: -22px;
    padding: 0px;
    right: 0px;
    display: flex;
    align-items: center;
}
.report-section  .sk_box{
    width: 270px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    height: auto;
    margin: 8px;
}
.report-section .sk_box:last-child{border: none;}
.report-section .sk_box .sk_text {margin-top: 0px; padding-left: 80px;}
.report-section .sk_box a{display: flex; flex-wrap: wrap; position: relative; min-height: 70px;}
.report-section .sk_box figure{
    position: relative;
    width: auto;
}
.report-section .sk_box:hover a figure img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.report-section figure.sk_img_left{
    float: left;
    margin: 0 0 0;
    background: #fef2e8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.report-section .sk_box figure img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
}
/* .report-section .sk_box figure::before {
    position: absolute;
    height: 60px;
    width: 60px;
    content: "";
    top: 0px;
    right: 0px;
    border-radius: 50px;
    background-color: #fef2e8;
    z-index: 1;
} */
/* .report-section  .sk_box figure img{position: relative; z-index: 2; width: 40px;
    margin: 14px;} */
.report-section  .subheading{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px
}
.widget.widget_recent_entries ul {
    padding-left: 0;
}
.widget.widget_recent_entries  ul li, .widget.widget_recent_entries ol li {
    padding-left: 0;
    border-top: none;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}
.widget.widget_recent_entries ul li{
    border-bottom: none;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 0;
}
.widget.widget_recent_entries ul li a{
    font-size: 14px;
    line-height: 24px;
}
.blog-meta-details { margin: 10px 0;}
.blog-meta-details span, .blog_list .sk_box .sk_text .text-left span{margin-right: 10px;}
.blog-meta-details span i, .sk_box .sk_text .text-left span i{color: #f7941f; margin-right: 5px;}
.comment-meta{margin-left: 8%;}
.instagramsection .ul li img{margin-bottom: -1px;}
.innerbanner:before , .homebanner .bannerbox .bannerimg:before{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to top, rgba(255, 0, 0, 0), rgba(239, 239, 239, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.50));
    background-image: -moz-linear-gradient(to top, rgba(255, 0, 0, 0), rgba(239, 239, 239, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.50));
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(239, 239, 239, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.50));
    z-index: 2;
}
.responsive_nav ul li > a{
    padding: 10px 12px 10px;
}
.responsive_nav ul li.current-menu-item a:hover, 
.responsive_nav ul li.current-menu-item a:focus, 
.responsive_nav ul li.current-menu-item > a {
    color: #fff;
    background: #000;
}
.variation-PropertyAddress {
    width: 100%;
}
.woocommerce-order-details .wc-item-meta>li:last-child strong {
    width: 100%;
}
#cart-message {display: none;}
.get-start-form input[type="radio"]{
    height: 20px;
    width: 20px;
}
.property-details legend, .customer_details legend{
    background-color: #f5821f;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}
.property_lot{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.property_lot label{
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #5f7075;
    font-size: 14px;
    line-height: 20px;
}
.property_lot label:last-child{ margin-right: 0px;}
.property_lot label:last-child{margin-right: 0px;}
.property-details{position: relative;}
.remove-property{
    position: absolute;
    top: 0px;
    left: auto;
    right: 12px;
    height: 24px;
    width: 24px;
    background-color: red;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    line-height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.remove-property:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #000000;
    color: #fff;
}
.woocommerce form .property-row .form-row.row {
    margin: 0 -15px 0;
}
.woocommerce form .property-row .form-row.row .form-group {margin-bottom: 6px;}

.property-row fieldset{margin-bottom: 20px; padding: 20px 20px;}
.property-details .labelWrap{margin-top: 20px;}
.get-start-form-sec br{display: none;}
.get-start-form-sec .form-group label{
    font-size: 17px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    color: #2d454b;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
} 
.get-start-form-sec .form-group input,
.get-start-form-sec .form-group select,
.get-start-form-sec .form-group textarea{
    height: 44px;
    font-size: 15px;
    padding: 10px 10px;
    color: #7a7a7a;
    font-weight: normal;
    border-color: #d6d6d6;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}
.PreRelease{margin-top: 10px; margin-bottom: 10px;}
.PreRelease .wpcf7-list-item.first {
    margin-right: 0px;
}
.PreRelease .wpcf7-list-item.first label,
.PreRelease .wpcf7-list-item.last label,
 .wpcf7-list-item label,
.SpecificDate .wpcf7-list-item label
{
    display: flex;
    width: 80px;
    align-items: center;
   /*  justify-content: center; */
    color: #2d454b;
}
.PreRelease .wpcf7-list-item.first label input,
.PreRelease .wpcf7-list-item.last label input,
 .wpcf7-list-item label input,
.SpecificDate .wpcf7-list-item label input{
    height: 20px;
}
.get-start-form-sec .form-group label span{color: #ff0000;}
 .wpcf7-list-item label{
    width: 120px;
    display: flex !important;
    align-items: center;
   /*  justify-content: center; */
}
.type_of_survey_wrap .wpcf7-list-item label{
    width: 250px;
}
.SpecificDate .wpcf7-list-item label{
    width: 80px;
    display: flex !important;
   /*  justify-content: center; */
    align-items: center;
}
.PreRelease .wpcf7-list-item.first label span,
.PreRelease .wpcf7-list-item.last label span,
 .wpcf7-list-item label span,
.SpecificDate .wpcf7-list-item label span{
    color: #2d454b !important;
}
 .wpcf7-list-item label input{
    height: 20px;
    width: 20px;
    margin: 0 0 0 6px;
}
.get-start-form-sec .form-group textarea{
    height: 120px !important;
    border-color: #d6d6d6 !important;
}
.SpecificDate .wpcf7-list-item label input{
    height: 20px;
    width: 20px;
    margin: 0 0 0 6px;
}

/* .AccessInformation,
.SpecificDate{
    margin-bottom: 20px;
} */
.Notes{margin-bottom: 10px;}
.right-text label{
    text-align: right !important;
}
.contact_form br{display: none;}
.contact_form .Address textarea{
    height: 40px;
}
.AccessInformation, .SpecificDate {
    margin-top: 4px;
}
.wpcf7-field-group{position: relative;}
.wpcf7-field-group p{
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 5px;
    margin-top: -32px;
}
.wpcf7-field-group p button{
    min-width: auto;
    height: auto;
    padding: 4px;
    line-height: 10px;
    border-radius: 0;
    background: #f5821f no-repeat;
    border: 1px solid #f5821f;
    display: initial;
    width: 20px;
    margin: 0;
 } 
.wpcf7-field-group p button:hover,
.wpcf7-field-group p button:active,
.wpcf7-field-group p button:focus{
    background: #f5821f no-repeat;
    border: 1px solid #f5821f;
 }
.add-more-property{
    min-width: auto !important;
    float: right;
    padding: 0px 16px;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 6px;
    margin-top: 6px;
    height: 34px;
    line-height: 32px;
 }
.woocommerce div.product form.cart{
    margin-bottom: 0;
 }
.propdet li{list-style: none;}
.propdet strong{
    display: block;
    color: #000;
    font-size: 14px;
 }
.propdet .larger-sub{
     font-size: 12px;
     line-height: 16px;
     color:#ff0000;
 }
.woocommerce-cart-form .table-responsive thead tr th{
		background:#0b262d;
		text-transform:uppercase;
		color:#fff;
		padding:15px 10px;
}
.woocommerce-cart-form tbody tr{
		background-color:#f2f2f2;
		-webkit-box-shadow: -1px 0px 9px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: -1px 0px 9px -7px rgba(0,0,0,0.75);
		box-shadow: -1px 0px 9px -7px rgba(0,0,0,0.75);
}
.woocommerce-cart-form tbody tr:nth-child(odd) td{
		background:#fff;
}
.woocommerce-cart-form tbody tr td{
		border-right:1px solid #ccc !important;
}
.woocommerce-cart-form table{
		border-left:1px solid #ccc !important;
		border-radius:0;
}
.woocommerce-cart-form .product_name{
		padding:0;
		margin:0;
		font:700 16px 'Montserrat', sans-serif;
		line-height:20px;
		color:#4c4c4c;
}
.woocommerce-cart-form .variation-PropertyAddress{
		margin:15px 0 0 0px;
}
.woocommerce-cart-form .variation .variation-Name{
		display:inline-block;
}
.woocommerce-cart-form .product-price .variation .variation-Name,
.woocommerce-cart-form .product-price .variation .variation-Phone,
.woocommerce-cart-form .product-price .variation .variation-Email,
.woocommerce-cart-form .product-price .variation .variation-RealEstateAgency,
.woocommerce-cart-form .product-price .variation dt.variation-PropertyAddress
{
		display:none;
}

.woocommerce-cart-form .product-name .variation .variation-PropertyAddress{	
		display:none;
}
.woocommerce-cart table.cart td{
		vertical-align:top !important;
}
.woocommerce-cart-form .product-price .variation,
.woocommerce-cart-form .product-price .variation dd
{
		padding:0;
		margin:0;
}
.woocommerce-cart-form .product-price .variation ul{
		padding:0;
		margin:0;
}
.woocommerce-cart-form .product-name .variation{
		font:400 14px 'Montserrat', sans-serif;
		line-height:25px;
		color:#686868;
		padding:0;
		margin:8px 0 0 0;
}
.woocommerce-cart-form .product-price .variation ul li strong{
		font:700 16px 'Montserrat', sans-serif;
		line-height:20px;
		color:#4c4c4c;
		display:block;
		margin:0 0 8px 0px;
}
.woocommerce-cart-form .product-price .variation ul li {
		font:400 14px 'Montserrat', sans-serif;
		line-height:20px;
		color:#686868;
}
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount{
		font:700 16px 'Montserrat', sans-serif;
		line-height:20px;
		color:#292929;
}
.wpcf7-checkbox label{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wpcf7-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #f5821f;
}
.wpcf7-checkbox label:hover input ~ .checkmark {
    background-color: #f5821f;
}
.wpcf7-checkbox input:checked ~ .checkmark {
    background-color: #f5821f;
}
.wpcf7-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.wpcf7-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.wpcf7-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpcf7-checkbox span.wpcf7-list-item {margin-right:25px;}    
.lowcase{text-transform: lowercase;color: inherit !important;}
/* ====date picker=============== */
.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;}

.ui-widget-header .ui-icon{background: url(../images/ui-icons/ui-icons_444444_256x240.png) no-repeat;}
.ui-widget-header{background: #f5821f; border-color: #f5821f;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{background-color: #ccc;}
.ui-datepicker-title select{background-position: 100% -12px;}
.ui-icon-circle-triangle-e{background-position: -48px -192px !important;}
.ui-icon-circle-triangle-w{background-position: -80px -192px !important;}
.range_bottom, .range_search{padding: 10px 0 0; text-align: center; float: left;}
.ui-datepicker .ui-datepicker-title select{padding-left: 7px; line-height: 20px;}
.ui-state-default, .ui-widget-content .ui-state-default{color: #03617d;    border: 1px solid #cccccc;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight { background: #f5821f; color: #fff;}
.ui-icon { width: 16px;  height: 16px; text-indent: -99999px; overflow: hidden; filter: brightness(0) invert(1); cursor: pointer;}
.datepicker{cursor: pointer;}

input[type="text"]:focus, textarea:focus, select:focus{border-color: #03617d; outline: none;}
.ui-datepicker{width: 240px;}
#ui-datepicker-div {font-size: 12px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.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%; background: #fff;}
.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;}

/* ============================================================ */
.wpcf7-form-control-wrap.Date i{
    position: absolute;
    right: 16px;
    color: #f5821f;
    z-index: 1;
    pointer-events: none;
    top: 14px;
}
.hook_service_desc{ height: 76px; overflow: hidden;}
.position-relative{position: relative;}



/* =====================last added ====21/07/2020====================== */
.xoo-el-form-container.xoo-el-form-inline .xoo-aff-checkbox_single{margin-bottom: 15px; padding-top: 2px;}

.xoo-el-form-container.xoo-el-form-inline{
    margin: 0 auto;
}
.xoo-el-form-container.xoo-el-form-inline .xoo-el-form-label input[type="checkbox"],
.xoo-el-form-container.xoo-el-form-inline .xoo-aff-checkbox_single label input[type="checkbox"]{
    width: 24px;
    height: 0;
}
.xoo-el-form-container.xoo-el-form-inline .xoo-el-form-label .checkmark,
.xoo-el-form-container.xoo-el-form-inline .xoo-aff-checkbox_single label .checkmark{
    height: 22px;
    width: 22px;
    border: 1px solid #f5821f;
    background-color: #c7cdce;
}
.xoo-el-form-container.xoo-el-form-inline .xoo-el-form-label .checkmark:after,
.xoo-el-form-container.xoo-el-form-inline .xoo-aff-checkbox_single label .checkmark::after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xoo-el-form-container.xoo-el-form-inline .xoo-el-form-label input:checked ~ .checkmark,
.xoo-el-form-container.xoo-el-form-inline .xoo-aff-checkbox_single label input:checked ~ .checkmark{
    background-color: #f5821f;
}
.xoo-el-form-container.xoo-el-form-inline .xoo-el-form-label input:checked ~ .checkmark:after,
.xoo-el-form-container.xoo-el-form-inline .xoo-aff-checkbox_single label input:checked ~ .checkmark::after
 {
    border-color: #fff;
}