@charset "utf-8";
*, *:after, *:before {box-sizing: border-box;}
  
body {
    font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0;
    color: #263238; 
}
body, html{overflow-x: hidden;}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
.container{position: relative; padding-inline: 15px;}
.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: #213f9a;
	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: #1587a9;text-decoration: none;outline: none;}
a:focus{color: #213f9a;}
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: #213f9a; color: #fff; text-shadow: none;}
::selection{background: #213f9a; 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;}
table th{background: #e4e4e4; color: #000; white-space: nowrap;}
table.no-border th, table.no-border td{border: none;}
.table:last-child{margin-bottom: 0;}

/* FORM
---------------------------------*/
fieldset {padding: 5px 10px 10px; margin: 0 0 30px; border: 1px solid #d3d3d3;}
fieldset:last-child{margin: 0;}
legend{display: block; width: auto; max-width: 100%; padding: 0 10px; margin: 0; font-size: 16px; color: inherit; white-space: normal;}
form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}
input, select, textarea {
	padding: 5px 10px;
	width: 100%;
	height: 40px;
    border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	color: #263238;
	font-size: 14px;
	line-height: 24px;
    font-family: 'Open Sans', 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: 100px;	resize: none; overflow: auto;}
textarea.row2{height: 100px;}
textarea.row3{height: 160px;}
textarea.row4{height: 220px;}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
	background-position: 98% 15px;
	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; width: auto; height: auto;}
input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}

input[type="text"]:focus, textarea:focus, select:focus{border-color: #213f9a; 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: -20px;}
.form_wrap ul > li{margin-bottom: 0;}
.labelWrap{display:block;margin:0 0 20px;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; display: block;}
.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;}

.input_check input, .input_radio input{opacity: 0; position: absolute;}
.input_check > span, .input_radio > span{display: block; position: relative; padding: 5px 5px 5px 20px;}
.input_check > span:before, .input_radio > span:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 8px;
}
.input_check > input:checked + span:before, .input_radio > input:checked + span:before{content: "✓";}
.input_radio > span:before{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family:'FontAwesome';
    font-size: 8px;
    line-height: 12px;
    text-indent: 2px;
}
.input_radio > input:checked + span:before{content: "\f111";}

.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"], button, .btn {
	background: #0480d6 no-repeat;
	border: 1px solid #0480d6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
	font-size: 16px;
	line-height: 38px;
	height: 40px;
	min-width: 120px;
    padding: 0 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
  	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
}
button i, .btn i{vertical-align: middle; margin: -3px 0 0 5px; position: relative; top: 0;}
button i.ml0, .btn i.ml0{margin-left: 0; margin-right: 5px;}
[type="reset"]{margin-right: 10px;}
[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #263238; border-color: #263238; color: #fff;}
[type="submit"].btn_blue, [type="reset"].btn_blue, button.btn_blue, .btn.btn_blue{background-color: #1587a9; border-color: #1587a9; color: #fff;}
[type="submit"].btn_blued, [type="reset"].btn_blued, button.btn_blued, .btn.btn_blued{background-color: #0480d6; border-color: #0480d6; color: #fff;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #213f9a; color: #213f9a;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, button:hover, button:focus, button:active:focus, .btn:hover, .btn:focus, .btn:active:focus{outline: none; background-color: #1587a9; border-color: #1587a9; color: #fff;}

[type="submit"].btn_blue:hover, [type="submit"].btn_blue:focus, [type="reset"].btn_blue:hover, [type="reset"].btn_blue:focus, button.btn_blue:hover, button.btn_blue:focus, button.btn_blue:active:focus, .btn.btn_blue:hover, .btn.btn_blue:focus, .btn.btn_blue:active:focus{outline: none; background-color: #213f9a; border-color: #213f9a; color: #fff;}

[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{height: 30px; line-height: 28px; font-size: 14px; 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;}

input.input-sm, select.input-sm{height: 34px;}
select.input-sm{background-position: 100% -9px;}
input.input-lg, select.input-lg{height: 60px;}
select.input-lg{background-position: 100% -9px;}

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

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

/* CAPTCHA
---------------------------------*/
.captcha_img{float: left;}
.captcha_img > div, .captcha_img > img {-webkit-transform: scale(0.6); transform: scale(0.6); margin: -16px -61px;}
.captcha_img > img{max-width: inherit;}
.btn_wl {float: left; margin: 0 0 0 30px;}
.btn_wr {float: right;}
.btn_wr.w100{width: 100%; margin: 0;}
.btn_wr.w100 [type="submit"], .btn_wr.w100 [type="reset"]{width: 100%;}
/* CAPTCHA END */

/* ERROR_MSG
---------------------------------*/
.wpcf7 form .wpcf7-response-output{ 
	background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px;
    border: 1px solid #eab4b4 !important;
    -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;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05 !important;
}
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-image: url(../images/warning_icon.png);
	background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404 !important;
}
.msgtop .error, .msgtop .success, .msgtop .information{margin: 0 0 10px;}
.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;}
.wpcf7-form-control-wrap {
  display: block;
}
.submitting .btn {
  pointer-events: none;
}
.submitting .btn_wr {
  cursor: not-allowed
}
.btn .wpcf7-spinner {
	position: absolute;
	margin: 0;
	left: 50%;
	transform: translate(-50%, 0);
	top: 6px;
}
/* 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;
    width: 100%;
    height: 100%;
    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;}
.clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3799FE;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@-moz-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
/*CLICKED END*/

/* PAGINATION
---------------------------------*/
.pagination {
    display: block;
    clear: both;
	margin: 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: right;
}
.pagination:after{content: ""; display: block; clear: both;}
.pagination p{
	display:inline-block;
	vertical-align:top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}
.pagination > div{display:inline-block; vertical-align:top;}
.pagination ul {float: left; margin: 0; padding: 0;}
.pagination ul li{background: #d3d3d3; color: #fff;}
.pagination ul li, .previous_pagi, .next_pagi, a.pagination_view {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	margin: 0;
    padding: 0;
	width: 36px;
	height: 36px;
    line-height: 34px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.previous_pagi{border-left: 1px solid #d3d3d3;}
.pagination ul li a{
	display: block;
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	line-height: 34px;
    background: #fff;
    color: #000;
}
.previous_pagi, .next_pagi, a.pagination_view{
    padding: 0 5px;
	color: #000;
    background: #fff;
    font-size: 0;
    position: relative;
}
a.pagination_view{font-size: inherit;}
.previous_pagi:before, .next_pagi:before{
    content: "\f104";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family:'FontAwesome';
}
.next_pagi:before{content: "\f105";}
.pagination ul li a:hover, a.previous_pagi:hover, a.next_pagi:hover, a.pagination_view:hover {background: #213f9a; 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: #f7f7f7;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 0;
	margin: 0;
    font-weight: 400;
    color: #263238;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: left;
	z-index: 5;
}
.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}
.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 25px 0 0; padding: 0; position: relative; font: inherit;}
.breadcrumb ul li:before{content: "\f105"; display: block; position: absolute; top: 0; 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: #1587a9;}
/*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: -16px 0 0;
    padding: 0;
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 36px;
    color: #263238;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
	border-radius: 0;
    float: left;
    cursor: pointer;
    opacity: 1;
    -webkit-text-stroke: 1px #fff;
	-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:hover .owl-nav .owl-prev{left: 0;}
.owl-carousel:hover .owl-nav .owl-next{right: 0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4; cursor: auto;}
.owl-carousel .owl-nav [class*="owl-"]:hover{background: #fff; color: #213f9a; opacity: 1;}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover{color: #263238; opacity: 0.4;}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: left;}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #858585;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
    min-width: auto;
	-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: #213f9a; border-color: #213f9a;}
/*OWL END*/

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

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

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

.ul, .alter_list{list-style: none; padding: 0; margin-top: 0; margin-bottom: -30px; overflow: hidden;}
.ul > li, .alter_list > li{margin-bottom: 30px;}
.border_list{list-style: none; padding: 0; margin: 0;}
.border_list > li{margin: 0; padding: 30px 0; border-bottom: 1px solid #d3d3d3;}
.border_list > li:first-child{padding-top: 0;}
.border_list li:last-child{padding-bottom: 0; border-bottom-width: 0;}
.divider_list{list-style: none; padding: 0;	margin: 0;}
.divider_list:after{content: "";display: block;clear: both;}
.divider_list > li{float: left;	margin: 0; padding: 0 0 0 30px;	position: relative;}
.divider_list > li:before{content: "|";	display: block;	position: absolute;	top: 0;	left: 15px;}
.divider_list > li:first-child{padding: 0;}
.divider_list > li:first-child:before{display: none;}
.center_list{text-align: center; margin-left: -16px; margin-right: -16px; justify-content: center;}
.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;
    -webkit-text-stroke: 1px;
}
.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;}
.siteicon.icon_cart{width: 32px; height: 35px;	background-position: 0 -200px;}

/* SOCIAL_ICON
---------------------------------*/
.social a{color: #263238; vertical-align: top; margin: 0 5px 0 0; position: relative; font-size: 0;}
.social a:last-child{margin-right: 0;}
.social a i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
    font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}

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

/* SECTION_HEADING
----------------------*/
.section{width: 100%; padding: 40px 0;	position: relative;}
.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}
.heading{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #263238;
	font-size: 48px;
    line-height: 52px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.heading span{color: #71d1f6; font-size: 35px; line-height: 37px;}

.heading.text-left{text-align: left;}
.heading.text-right{text-align: right;}
.heading.text-center{text-align: center;}
.heading.text-left:before{left: 0; right: auto;}
.heading.text-right:before{left: auto; right: 0;}
.heading.text-center:before{left: 50%; right: auto; margin: 0 0 0 -35px;}
.heading_tag{
    color: #263238;
	margin: -25px 0 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading_tag:first-child{margin-top: 0; margin-bottom: 10px; font-weight: 600; font-size: 18px; line-height: 20px;}
.heading_tag p{text-align: inherit;}

.subheading{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
	color: #263238;
	margin-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.subheading span{font-weight: 400;}
.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: #213f9a;}

/* COMMON
---------------------------------*/
.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; text-align: justify;}
.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: 0 15px; margin: 0 0 15px;}
.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; clear: none !important;}
.sk_map{-webkit-cursor: grab; cursor: grab; background: #E5E3DF; height: 405px; position: relative;}
.sk_map iframe{width: 100%; height: 100%; border: none; margin: 0;}

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

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

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

.sk_box figure{overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; text-align: center;}
.sk_box figure img{-moz-transition: all 300ms ease-in-out 0s; -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{color: #fff;}
.sk_box a.btn, .sk_box a.readmore{display: inline-block;}
.sk_box .sk_text{margin-top: 10px;}
/* .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: #213f9a;}
.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_ques .subheading{font-size: 16px;line-height: 30px;}
.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;}

/* HEADER
---------------------------------*/
.sticky .header_main {
    position: fixed;
    top: -48px;
    background: rgba(255, 255, 255, 0.9);
    border-width: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.sticky.fixed .header_main {top: 0; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}
.sticky .common_banner{margin-top: 65px;}
.sticky .logo{width: 92px; padding: 4px 0; position: static; -webkit-transform: none; transform: none;}
.sticky .logo a{width: 92px !important; height: 40px !important;}
.sticky .nav_menu > ul > li:nth-child(4){margin-right: 35px;}
.sticky .nav_menu > ul{font-size: 14px;}
.sticky .htop, .sticky .hmiddle, .sticky .nav_wrapper:before, .sticky .nav_wrapper:after{display: none;}
.sticky .nav_wrapper{padding: 0; background: transparent; margin-top: 7px; float: right;}
.sticky .hbtm{min-height: auto; padding: 0;}
.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: #213f9a;border-color: #213f9a;}
.sticky .responsive_btn span, .sticky .responsive_btn span:before, .sticky .responsive_btn span:after{background: #213f9a;}

.mainHeader{position: relative; z-index: 5;}
.header_main{
	position: relative;
	left: 0;
	right: 0;
	z-index: 5;
    height: auto;
}
.htop{
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
	position: relative;
    height: auto;
}
.hinfo{list-style: none; margin: 0; padding: 0; float: left; text-transform: uppercase;}
.hinfo li{display: inline-block; padding: 0; margin: 0 20px 0 0; text-align: left; vertical-align: top;}
.hinfo li:last-child{margin: 0;}
.hinfo li:after, .hmiddle:after, .hright:after{content: ""; display: block; clear: both;}
.hinfo i{float: left; margin: 0; line-height: inherit; font-size: 15px;}
.hinfo li > div{margin: 0 0 0 20px;}
.hinfo li > div span{margin: 0 5px;}
.hinfo li > div a{color: inherit; background: #71d1f6; padding: 0 5px; -webkit-border-radius: 3px; border-radius: 3px;}
.hinfo li > div a:hover{color: #fff;background: #213f9a;}
.htop .social{float: right;}
.htop .social a i{width: 20px; height: 20px; line-height: 20px; font-size: 14px;}

.htop .social a.sk_facebook i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_twitter i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_x_twitter i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_linkedin i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_google-plus i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_instagram i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_youtube i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_pinterest i{background-color: transparent; border-color: transparent; color: #fff;}
.htop .social a.sk_rss i{background-color: transparent; border-color: transparent; color: #fff;}

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

.hbtm{min-height: 136px; padding: 7px 0;}
.logo{width: 267px;	float: left; padding: 10px 0; position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); z-index: 1;}
.custom-logo { width: 100%; height: 100%; }
.logo a{display:block;width:267px;height:116px;background:no-repeat center;-webkit-background-size:contain;background-size:contain;}
/*HEADER END*/

/* MENU
---------------------------------*/
.nav_wrapper{position: relative; padding: 48px 0;height: auto;}
.nav_menu{height: 40px;}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
	color: #1e1e1e;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
}
.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}
.nav_menu > ul > li {margin: 0 35px 0 0; padding: 0; float: left; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.nav_menu > ul > li:nth-child(4){margin-right: 380px;}
.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: 32px;
	line-height: 30px;
    padding: 0 1px;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    background: transparent;
}
.nav_menu > ul > li > a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #213f9a;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul > li:last-child > a:after{
    opacity: 0;
}
.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: #213f9a;}
.nav_menu ul li:hover a:after, .nav_menu ul li.active a:after, .nav_menu ul li.current-menu-item a:after{opacity: 1;}

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

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

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

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

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

/*RESPONSIVE MENU*/
.home_ph{
    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;
}
.home_ph: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: #213f9a;
    -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: #1587a9;}

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

/* SLIDER
---------------------------------*/
.common_banner{position: relative; overflow: hidden; background: #ccc;height: auto;}
.common_banner img{width: 100%; display: block; opacity: 1;}
.homebanner{height: auto;}
.homebanner .bannerimg{position: relative; overflow: hidden; padding-top: 34.5%;}
.homebanner .bannerimg img{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.innerbanner{max-height: 310px; overflow: hidden;}

.bannerbox{position: relative; z-index: 1;}
/* .homebanner .bannerbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.bannertext{
    text-align: center;
    font-size: 13px;
    line-height: 18px;
	color: #fff;
	width: auto;
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 15px 25px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}
.bannertext .heading{font-family: 'Oswald', sans-serif; font-weight: 700; color: #002353; font-size: 100px; line-height: 100px; padding: 0; text-align: inherit; text-transform: uppercase; margin-bottom: 25px;}
.bannertext .subheading{color: inherit; font-size: 30px; line-height: 34px; -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.3); text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.bannertext .heading:before{display: none;}
.homeslider .bannerbox .btn, .homeSingleBanner .bannerbox .btn{background: #002353; padding: 0 20px;}
.homeslider .bannerbox .btn:hover, .homeslider .bannerbox .btn:focus, .homeSingleBanner .bannerbox .btn:hover, .homeSingleBanner .bannerbox .btn:focus{background: #0480d6;}
.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 .container, .homeSingleBanner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.homeslider .bannertext, .homeSingleBanner .bannertext{
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    text-align: right;
    background: transparent;
}
.homeslider .bannertext p, .homeSingleBanner .bannertext p {
    text-shadow: 2px 0px #6e6e6e;
    font-size: 14px;
    line-height: 21px;
    max-width: 450px;
    margin-left: auto;
    letter-spacing: 0.7px;
}
/*SLIDER END*/

/* FOOTER
---------------------------------*/
.mainFooter{background: #272727; color: #fff; font-size: 13px; line-height: 20px;}
.mainFooter a{color: inherit;}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover{color: #71d1f6;}
.ftop{padding: 50px 0 30px; font-family: 'Montserrat', sans-serif; letter-spacing: 0.9px;}
.ftop .logo{width: 240px; position: relative; -webkit-transform: none; transform: none; left: auto; padding: 0; background: #fff; float: none;}
.sticky .ftop .logo{width: 240px;}
.ftop .logo a, .sticky .ftop .logo a{width: 240px !important; height: 108px !important;}
.ftop .subheading{text-transform: capitalize; color: #fff; font-size: 22px; font-family: 'Poppins', sans-serif; font-weight: 700; margin-bottom: 15px;}
.fnav ul{list-style: none; padding: 0; margin: 0; text-align: left;}
.fnav li{margin: 0 0 10px; padding: 0; position: relative; line-height: 16px;}
.fnav li:last-child{margin: 0;}
.fnav li a{display: block; padding: 0;}
.fnav:after, .copyright:after, .sk_payment_modes:after{content: ""; display: block; clear: both;}

.mainFooter .ul, .mainFooter .ul:last-child > li:last-child{margin-bottom: 0;}
.mainFooter .ul > li{margin-bottom: 15px;}
.mainFooter .sk_comm > i, .mainFooter .sk_comm > .siteicon, .mainFooter .sk_comm > .fa{line-height: inherit; margin: 0 0 0 2px; float: left;}
.mainFooter .sk_comm > div{margin: 0 0 0 25px;}

.copyright:after{content:""; display:block; clear: both;}
.copyright {padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.5); font-size: 12px; line-height: 20px; text-align: center;}
.copyright p{padding: 0; text-align: inherit;}
.copyright p:first-child{float: left;}
.copyright p:last-child{float: right;}
.mainFooter .social{margin: 20px 0 0;}
.footer_nav{padding-left: 40px;}
.f_service{padding-left: 0;}
.mainFooter .social a.sk_facebook i{background-color: #fff; border-color: #fff; color: #3b5999;}
.mainFooter .social a.sk_twitter i{background-color: #fff; border-color: #fff; color: #1da1f2;}
.mainFooter .social a.sk_linkedin i{background-color: #fff; border-color: #fff; color: #006fa6;}
.mainFooter .social a.sk_google-plus i{background-color: #fff; border-color: #fff; color: #DE5347;}
.mainFooter .social a.sk_instagram i{background-color: #fff; border-color: #fff; color: #A4765C;}
.mainFooter .social a.sk_youtube i{background-color: #fff; border-color: #fff; color: #E52117;}
.mainFooter .social a.sk_pinterest i{background-color: #fff; border-color: #fff; color: #bd081c;}
.mainFooter .social a.sk_rss i{background-color: #fff; border-color: #fff; color: #F36F24;}

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

/* HOME PAGE
---------------------------------*/
.srvice_form {
    max-width: 600px;
    margin:0 auto;
    padding: 30px;
    box-shadow: 0 0 15px #ccc;
}
.home_service .heading span{font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 5px 10px;
    background: #71d1f6;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.home_service .heading{margin-bottom: 15px;}
.homeServiceDesp{margin-bottom: 35px;}

.home_service .btn_center{margin-top: 45px;}
.home_service .btn_center .btn{min-width: 170px;}
.hook_testimonial{padding-top: 0;}
.hook_testimonial .testi_description{padding-left: 20px; padding-top: 55px; height: 143px;}
.hook_testimonial .testi_description:after{width: 30px; height: 25px;}
.hook_testimonial .testi_secscroll_box{margin-bottom: 0;}
.hook_testimonial .owl-carousel .owl-nav [class*="owl-"]{margin: -60px 0 0;}
.hook_gallery{background: #e4e3e3;}
/* .hook_gallery .gallery_list ul li:first-child{width: 66.666666%;} */
.hook_gallery .gallery_list .sk_box figure{position: relative; width: 100%; padding-top: 87%; margin: 0; background: #000;}
/* .hook_gallery .gallery_list ul li:first-child .sk_box figure{padding-top: 53%;}
.hook_gallery .gallery_list ul li:nth-child(3){float: right; top: -77px; margin-bottom: -65px;}
.hook_gallery .gallery_list ul li:nth-child(3) .sk_box figure{padding-top: 108%;} */
.hook_gallery .gallery_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);}
.hook_gallery .gallery_list .sk_box:hover figure img{-webkit-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.hook_gallery .gallery_list .ul > li{padding: 0 8px; vertical-align: top;}
.hook_gallery .gallery_list .ul{margin: 0 -8px; overflow: hidden;}

.home_service .heading, .hook_gallery .heading, .home_blog .heading, .hook_testimonial .heading{font-size: 40px; line-height: 44px;}
/*HOME END*/

/* TESTIMONIAL
---------------------------------*/
.testi_secscroll_box{
   margin-bottom: 30px;
}


.testi_sec{
	padding: 0 0 50px;
	min-height: 155px;
}
.testi_sec:last-child{padding: 0;}
.testimonial .testi_cntnt p{
	padding-bottom: 0;
}
.testimonial .testi_cntnt p{
	text-align: justify;
}

.testi_description{
    position: relative;
    min-height: 85px;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 20px;
    padding-left: 100px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.testi_description:after{
    content: "";
    display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(../images/testi_quote.png) no-repeat 0 0;
	height: 45px;
	width: 55px;
	background-size: contain;
}
.testi_description:before{
    content: "";
    display: block;
	position: absolute;
	top: 100%;
	left: 20px;
	background: url(../images/testi_arrow.png) no-repeat 0 0;
	height: 15px;
	width: 15px;
	background-size: contain;
}
.testi_cntnt span.name{
    font-size: 20px;
    line-height: 20px;
	color: #1d1d1d;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.testi_cntnt span.desig{
	font-size: 14px;
	color: #5496ce;
    display: block;
    font-weight: 400;
}
.testi_right .testi_img{
	text-align: center;
}
.testi_right {
	position: relative;
}
.testi_detail{margin-left: 10px;}
.testi_right:after{
	position: absolute;
	content: "";
	height: 234px;
	width: 640px;
	background-size: contain;
	top: 7px;
	left: auto;
	right: -30px;
}
/*TESTIMONIAL END*/

/* CONTACT PAGE
---------------------------------*/
.sk_contact .sk_comm{
    border: 1px solid #d3d3d3;
    padding: 30px;
    text-align: center;
    height: 196px;}
.sk_contact .sk_comm > i, .sk_contact .sk_comm > .siteicon, .sk_contact .sk_comm > .fa{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d3d3d3;
    font-size: 0;
    color: #213f9a;
    margin: 0 auto 30px;
    float: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.sk_contact .sk_comm > .fa:before{font-size: 40px;}
.sk_contact .sk_comm a{color: inherit;}
.sk_contact .sk_comm a:hover{color: #213f9a;}
/* .sk_contact .sk_comm.sk_contact_email{height: 196px;} */
/*CONTACT END*/

/* BLOG PAGE
---------------------------------*/
.blog_list .sk_box{
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.blog_list .sk_box figure{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 65%;
    background-color: #efefef;
    margin: 0;
}
.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%;
}
.blog_list .subheading, .blog_list .sk_para{overflow: hidden; height: 48px;}
.blog_list .subheading{height: 37px;}
.blog_list .sk_box .sk_text{margin-top: 0; padding: 20px 10px; background: #f5f5f5;}
.blog_list .sk_date{position: absolute; bottom: 20px; background: rgba(255, 255, 255, 0.9); padding: 5px 8px; -webkit-border-radius: 5px; border-radius: 5px; right: 20px;}
.blog_list .sk_date i{color: #0480d6;}
.blog_list .sk_box:hover a figure img{-webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1);}
.share_blog  .b_share{display: inline-block;}
.share_blog > span{margin: 5px 5px 0 0;}
.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; padding-bottom: 20px;}
.sk_sideblock .blog_list .sk_box figure{width: 80px; height: 60px; float: left; margin: 0 10px 0 0; padding: 0;}
.sk_sideblock .blog_list .sk_box .sk_text{margin: 0; background: #fff;}
.sk_sideblock .blog_list .sk_box{ -webkit-box-shadow: none; box-shadow: none; border-bottom: 1px solid #d3d3d3;}
.sk_sideblock .blog_list ul li:last-child .sk_box{border-bottom: 0;}
.sk_sideblock .blog_list .sk_box .sk_text{padding: 0 0 10px;}
.contact_form .heading{font-size: 28px; line-height: 28px;}
.sk_sideblock .blog_list .subheading { font-size: 12px; line-height: 15px; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 30px; }
/*BLOG END*/

/* SERVICE
---------------------------------*/
.service_list .sk_box figure.sk_img{
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
}
.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_text .subheading{height: 37px; overflow: hidden;}
.service_list .sk_box .sk_para{height: 90px; overflow: hidden; font-size: 13px; line-height: 18px;}
.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_list .sk_box .skimg_outer{
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.service_list .sk_box .skimg_outer > span{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    -webkit-border-radius: 50%;
    background: #213f9a;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    z-index: 1;
}
.service_list .sk_box .btn{margin-top: 15px;}
.service_list .sk_box{
    padding: 0 15px;
}
.srvice_form .subheading {
    font-size: 24px;
    margin-bottom: 25px;
}
/*SERVICE END*/

/* Gallery PAGE
---------------------------------*/
.album_list{width: 1000px; margin: 0 auto 10px;}
.album_list .owl-carousel{margin: 0 0 25px;}
.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;}
.album_list .owl-carousel .owl-stage{margin: 0 auto;}
.item .sk_album{
	white-space: nowrap;
	font-size: 13px;
	line-height: 30px;
    height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
	color: #002353;
	background: transparent;
    padding: 0 15px;
    text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
    cursor: pointer;
    letter-spacing: 1px;
}
.item .selected.sk_album{background: #71d1f6; color: #fff;}
.selected.sk_album{color: #213f9a;}

.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; float: none; display: inline-block;}
.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%;
	object-fit: cover;
	height: 100%;
}
.gallery_list .sk_box .sk_text{
    position: absolute;
    left: 25px;
    right: 10px;
    padding: 10px 15px;
    margin: 0;
    bottom: -80px;
    -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 .sk_box .sk_text span{text-transform: uppercase; letter-spacing: 1px; font-size: 12px; margin-bottom: 15px; line-height: 15px;}
.gallery_list .readmore{
    width: 50px;
    height: 50px;
    background: url(../images/sprite.png) no-repeat 12px -188px #202020;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
}
.gallery_list span.gal_icon{
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(33, 63, 154, 0.6);
    margin-bottom: 6px;
    font-size: 20px;
}
.gallery_list .sk_text .subheading{text-transform: capitalize; font-size: 26px; line-height: 30px;}
.gallery_list .sk_box .sk_text .subheading{text-align: inherit; color: inherit; text-transform: capitalize;}
.gallery_list .sk_box:hover figure img{opacity: 0.5;}
.gallery_list .sk_box:hover .sk_text{ bottom: 25px;}
.gallery_list .sk_box .zoom_icon{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); font-size: 30px; color: #fff; opacity: 0; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.gallery_list .sk_box:hover .zoom_icon{-webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); opacity: 1;}
#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover,.lcl_tn_inner li.lcl_sel_thumb{border: 2px solid #213f9a;}
/*GALLERY END*/
.m_brochure{
    position: absolute;
    right: 0;
    bottom: -65px;
    width: 49px;
    z-index: 4;
    display: none;
}
.brochure {
    position: fixed;
    right: 0;
    top: 36%;
    width: 49px;
    z-index: 10;
}
.brochure a, .m_brochure a {
    border-radius: 12px 0 0 12px;
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,.5);
    font-size: 0;
    height: 50px;
    margin-bottom: 15px;
    text-indent: -9999px;
    transition: all .3s ease-in-out 0s;
    width: 50px;
}
.brochure a.messenger, .brochure a.whtsapp, .m_brochure a.messenger, .m_brochure a.whtsapp {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
}
.brochure a.messenger, .m_brochure a.messenger {
    background: url(../images/fbmessage.png) 0 0/contain no-repeat rgba(0,0,0,0);
    border-color: #3db2e5 currentcolor #3db2e5 #3db2e5;
}
.brochure a.whtsapp, .m_brochure a.whtsapp {
    background: url(../images/whatsapp.png) 0 0/contain no-repeat rgba(0,0,0,0);
    border-color: #65d17a currentcolor #65d17a #65d17a;
}

.float_booking.btn{
	display: block;
    position: fixed;
    left: -83px;
    top: 295px;
    z-index: 9;
    width: 220px;
    height: 56px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	line-height: 54px;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	color: #fff;
	background: #1075c3;
	border-color: #26438b;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.1);
}
.float_booking.btn:hover{
	color: #1075c3;
	background: #fff;
}

.booking_frm .captcha_img > div{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: -8px -30px;
}
/* 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: #213f9a;}
.green{color: #9cbe2f;}

#ajax-pagination ul.page-numbers {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 40px 0 0;
  border: 1px solid #d3d3d3;
  padding: 0;
}
#ajax-pagination li .page-numbers {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #fff;
  border-right: 1px solid #d3d3d3;
}
#ajax-pagination ul.page-numbers li {
  margin: 0;
}
#ajax-pagination li:last-child .page-numbers {
  border: none;
}