/*
Theme Name: SK ENGINEERING
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


/* @import url('http://example.com/example_style.css'); */


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:300,400,600;700,900');

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */







/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
	background: #fff;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container {
	float: none;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}

a { 
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
a:hover, a:focus { 
	text-decoration: none;
	outline: none;
	color: #f20001; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}




/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
	margin: 0 0 15px;
} 
p:last-child{
	margin: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px;
	font-family: 'Montserrat', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 40px;
	margin-top: 0;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 16px;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.padding_tb{
	padding-top: 50px;
	padding-bottom: 50px;
}


/* ==========================================================================
   Header
   ========================================================================== */


.topbar {
    padding: 0 ;
    border-top: #00335e solid 6px;
    background-color: #fff ;
}
.topcurve {
    background: #00335e url(images/curvebg.jpg) top left no-repeat;
    height: 29px;
    position: relative;
    z-index: 2;
}
.topbar .topbar-right .widget {
    float: right;
    padding: 0 20px;
}
.topcurve .heatop_sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topcurve .heatop_sec .hc.hc_phn {
    margin-right: 20px;
	padding-right: 15px;
	border-right: 1px solid #fff;
}
.topcurve .heatop_sec .hc a {
    color: #fff;
}
.topcurve .heatop_sec .hc a i {
    margin-right: 10px;
}


/* Header css */   
   
header#header {
    width: 100%;
}
.custom-header-top a.navbar-brand {
	font-size: 27px;
    font-family: arial;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0;
    height: auto;
    text-transform: uppercase;
}

/* Header top css */

.custom-header-top {
    width: 100%;
	box-shadow: 0px 0px 3px rgba(0 0 0 / 12%);
}
.custom-header-top .row {
    display: flex;
    align-items: center;
}
.navbar-brand {
    padding: 15px 0;
	height: auto;
}
.navbar-brand>img {
    max-height: 69px;
}
.header-top-right {
    padding: 15px 0;
}
.header-top-center {
    text-align: right;
}
.header-padding {
    font-weight: 500;
    float: left;
    width: 100%;
	text-align: right;
}
.header-padding .h-block {
    text-align: left;
    border-left: 1px solid #eee;
    padding: 5px 20px;
    display: inline-block;
}
.header-padding .h-block span {
    color: #4C4C4C;
    text-transform: uppercase;
    display: block;
}
.header-padding .h-block a {
    display: block;
}
.header-padding .h-block:last-child {
    border-right: 1px solid #eee;
}
.header-padding .h-block i {
    margin-right: 5px;
}

/* header Social Links */

ul.social-link-list {
    float: right;
    list-style:  none;
    margin: 0;
	padding: 15px 0;
}
ul.social-link-list li {
	float: left;
    margin-left: 20px;
    font-weight: 500;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

ul.social-link-list li:first-child {
    margin: 0;
}
ul.social-link-list li a {
	color: #000;
    font-size: 16px;
    padding: 2px 2px;
    display: block;
    text-align: center;
}
ul.social-link-list li:hover a {
	color: #fff;
}
ul.social-link-list li:nth-child(1):hover{
	background: #3b5998;
}
ul.social-link-list li:nth-child(2):hover{
	background: #0084b4;
}
ul.social-link-list li:nth-child(3):hover{
	background: #f20001;
}

/* Header Bottom Css */

.custom-header-bottom {
    width: 100%;
}
.navbar.navbar-default {
    background: transparent;
    border:  0 none;
    border-radius: 0;
    margin: 0;
	display: inline-block;
}
.navbar-collapse.collapse{
	padding: 0;
}
.navbar.navbar-default ul#menu-main-header-menu {
    float: none;
	text-align: center;
}
.navbar.navbar-default .navbar-nav>li{
	float: none;
	display: inline-block;
}
.navbar.navbar-default .navbar-nav>li>a {
    color: #3c3950 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    font-weight: 700;
	line-height: 25px;
	padding: 20px 15px;
    text-transform: uppercase;
	position: relative;
}
.navbar.navbar-default .navbar-nav>li>a:after{
	position: absolute;
	width: 0;
	height: 5px;
	background-color: #9c0203;
	bottom: 0;
	left: 50%;
	content: "";
	transition: all 0.35s;
}
.navbar.navbar-default .navbar-nav>li>a:focus,
.navbar.navbar-default .navbar-nav>li>a:hover,
.navbar.navbar-default .navbar-nav>li:hover>a,
.navbar.navbar-default .navbar-nav>li.active>a,
.navbar.navbar-default .navbar-nav>li.active>a:hover, 
.navbar.navbar-default .navbar-nav>li.active>a:focus{
	background: transparent;
	
}
.navbar.navbar-default .navbar-nav>li>a:focus:after,
.navbar.navbar-default .navbar-nav>li>a:hover:after,
.navbar.navbar-default .navbar-nav>li:hover>a:after,
.navbar.navbar-default .navbar-nav>li.active>a:after,
.navbar.navbar-default .navbar-nav>li.active>a:hover:after, 
.navbar.navbar-default .navbar-nav>li.active>a:focus:after{
	left: 0;
    width: 100%;
	
}

/* SubMenu Css */
 
.open>.dropdown-menu {
    visibility: hidden;
    opacity: 0;
}
 ul#menu-main-header-menu > li:hover .dropdown-menu{
	opacity: 1;
    visibility: visible;
	-webkit-transform: rotate3d(0,0,0,0deg) !important;
    -moz-transform: rotate3d(0,0,0,0deg) !important;
    -o-transform: rotate3d(0,0,0,0deg) !important;
    -ms-transform: rotate3d(0,0,0,0deg) !important;
    transform: rotate3d(0,0,0,0deg) !important;
}
ul#menu-main-header-menu li .dropdown-menu{
    width: 100%;
	display: block;
    background-color: #f4f6f7;
	min-width: 243px;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
    position: absolute;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-transform: rotate3d(1,0,0,-90deg) !important;
    -moz-transform: rotate3d(1,0,0,-90deg) !important;
    -o-transform: rotate3d(1,0,0,-90deg) !important;
    -ms-transform: rotate3d(1,0,0,-90deg) !important;
    transform: rotate3d(1,0,0,-90deg) !important;
    -webkit-transform-origin: 0 0 0 !important;
    -moz-transform-origin: 0 0 0 !important;
    -o-transform-origin: 0 0 0 !important;
    -ms-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    -webkit-animation-duration: .5s !important;
    -moz-animation-duration: .5s !important;
    -o-animation-duration: .5s !important;
    animation-duration: .5s !important;
    top: 100% !important;
    margin-top: 0px !important;
    left: auto !important;
	visibility: hidden;
    opacity: 0;
    z-index: 10000;
    left: 0;
}
ul#menu-main-header-menu li > ul.dropdown-menu > li{
    margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}
ul#menu-main-header-menu li .dropdown-menu li:last-child{
	border: none;
}
ul#menu-main-header-menu li .dropdown-menu a{
	color: #5f727f;
	text-align: left;
	white-space: normal !important;
	font-family: 'Montserrat', serif;
	border-left: 3px solid transparent;
	font-size: 16px;
	font-weight: 300;
    line-height: 1.2;
	padding: 15px;
    text-align: left;    
	text-transform: none;
	position: relative;
	z-index: 5;
	-webkit-font-smoothing: antialiased;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
ul#menu-main-header-menu li .dropdown-menu a:hover,
ul#menu-main-header-menu li .dropdown-menu .current-menu-item > a{
	color: #3c3950;
	background: #fff;
	border-left: 3px solid #f44336;
}
ul#menu-main-header-menu li > ul.dropdown-menu > li ul.dropdown-menu {
    left: 100% !important;
    top: 0 !important;
	display: none;
}
ul#menu-main-header-menu li > ul.dropdown-menu > li:hover ul.dropdown-menu{
	display: block;
}
ul#menu-main-header-menu li > ul.dropdown-menu > li a.dropdown-toggle {
    position: relative;
}
ul#menu-main-header-menu li > ul.dropdown-menu > li b.caret {
    position: absolute;
    right: 15px;
    top: 25px;
    transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}


/*=== Search Bar Css ===*/

.minisearch {
    display: none;
}
.menu-item-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
}
.menu-item-search > a{
	color: #3c3950;
}




/* ==========================================================================
   Content                                                 
   ========================================================================== */
   
   
.banner-wrapper {
    height: 450px;
    width: 100% !important;
    background-position:  center center;
    background-size:  cover;
    background-repeat:  no-repeat;
    position: relative;
    display: table;
}
/* .banner-wrapper:before {
    background: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}  */   
.banner-wrapper .banner-wrap-inn {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
}   
.banner-content {
    text-align: center;
    color: #fff;
	padding: 0 50px;
}
.banner-description {
    display: inline-block;
    background: rgba(0, 90, 158, .7);
    padding: 15px 70px;
}
.banner-content h1.banner_title {
    font-weight: 500;
	text-shadow: 0px 1px 2px #000;
	margin: 0;
	letter-spacing: 1px;
	opacity: 0;
	animation-delay: 2s;
	-webkit-transform:translateY(-100%);	
	-moz-transform:translateY(-100%);	
	-mz-transform:translateY(-100%);	
	-o-transform:translateY(-100%);	
	transform:translateY(50px);	
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
	animation-duration: 5s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
}
.owl-item.active .banner-content h1.banner_title {
	opacity:1;
	-webkit-transform:translateY(0px);	
	-moz-transform:translateY(0px);	
	-mz-transform:translateY(0px);	
	-o-transform:translateY(0px);	
	transform:translateY(0px);
}
.home-slider-main{
	position: relative;
}
.custom_slider_navigation{
	position: absolute;
    top: 50%;
	margin-top: -20px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.custom_slider_navigation .slidernav{
    background-color: #394050;
    font-size: 27px;
	position: absolute;
    top: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	color: #fff;
	cursor: pointer;
}
.custom_slider_navigation .slidernav:hover{
	background-color: #9C0203;
}
.custom_slider_navigation .slidernav.prev{
	left: 50px;
}
.custom_slider_navigation .slidernav.next{
	right: 50px;
}
.home-slider-main .owl-dots {
	position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 20;
    margin: 30px 0;
}
.home-slider-main .owl-dots .owl-dot {
	display: inline-block;
    width: 20px;
    height: 8px;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    overflow: hidden;
    margin: 0 3px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
	background-color: #b6c6c9;
	transition: all 0.5s ease-in-out;
}
.home-slider-main .owl-dots .owl-dot.active{
	width: 35px;
}
.home-slider-main .owl-dots .owl-dot:hover,
.home-slider-main .owl-dots .owl-dot.active {
	background-color: #9c0203;
}


/*=== Banner Form Section ===*/

.banner_bottom_form{
	background: #14456f;
	background-size: cover;
	background-position: center center;
	padding: 50px 30px;	
}
.banner_bottom_form .f_top_cnt {
    text-align: center;
    color: #fff;
    padding: 0 0 50px;
}
.banner_bottom_form .f_top_cnt p {
    font-size: 26px;
    line-height: 36px;
	font-weight: 700;
    margin: 0;
}

/************home input field***************************/

.banner_bottom_form .input-blk{
    vertical-align: top;
    width: 18.2%;
    margin-left: 30px;	
    display: inline-block;	
}
.banner_bottom_form .input-blk .error {
    position: absolute;
    color: #fff;
    font-weight: 400;
}
.banner_bottom_form .form-wrap-foot span.wpcf7-not-valid-tip{
	display:none;
}
.banner_bottom_form .input {
    position: relative;
    z-index: 1;
    margin: 0;
	display:inline-block;
	width: 100%;
}
.banner_bottom_form .input--nao {
    overflow: hidden;
    padding-top:  20px;
	font-size: 16px;
}	
.banner_bottom_form .form-wrap-foot .wpcf7-response-output {
    display: none;
    position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
    transform: translateX(-50%);
	margin-top:28px;
}
.banner_bottom_form .form-wrap-foot div.wpcf7 .ajax-loader{
    position: absolute;
    bottom: -17px;
    left: 50%;
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
    transform: translateX(-50%);	
}
.banner_bottom_form input.input__field:focus {
    outline: none;
	background:none;
	color:#fff;
}
.banner_bottom_form .input__field {
    -webkit-appearance: none;
	outline: none;
}
.banner_bottom_form input.input__field--nao {
    width: 100%;
	font-weight: 700;
    background: transparent;
    color: #fff;
    border: none;
	height: 54px;
}
.banner_bottom_form .first-one {
    margin-left: 0;
}
.banner_bottom_form .wpcf7-form-control-wrap{
	display: inline-block;
	width: 100%;
}
.banner_bottom_form .wpcf7-form-control-wrap .input__field--nao:focus + .input__label--nao, .input--filled .input__label--nao {
    color: #333;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}
.banner_bottom_form .input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.banner_bottom_form .input__label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner_bottom_form .input__label--nao {
    position: absolute;
    top: 0;
    font-size: 16px;
	font-weight: 700;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
	margin: 0;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner_bottom_form .input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
    stroke: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0); 
}
.banner_bottom_form .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}
.banner_bottom_form .graphic--nao {
    stroke: #ffffff;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.banner_bottom_form .form-wrap-foot input[type="submit"] {
    display: none;
}
.banner_bottom_form textarea.input__field.input__field--nao {
    background: transparent;
    border: none;
    resize: none;
    height: 50px;
	padding-top: 18px;
    margin: 0;
	color: #fff;
	font-weight: 700;
}
.banner_bottom_form .cta_button {
    padding: 5px 0 0;
}
.banner_bottom_form .cta_button a.getintouchbutton {
    display: inline-block;
    border: 3px solid #fff;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
	position: relative;
	z-index: 1;
    padding: 12px 20px;
    text-align: center;
	white-space: normal;
	margin-top: 18px;
    width: 100%;
    border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}

.banner_bottom_form .cta_button a.getintouchbutton:hover{
	color: #000;
	border-color: #fff;
	background: #fff;
}

.banner_bottom_form div.wpcf7-validation-errors,
.banner_bottom_form div.wpcf7-acceptance-missing,
.banner_bottom_form div.wpcf7-mail-sent-ng,
.banner_bottom_form div.wpcf7-aborted ,
.banner_bottom_form div.wpcf7-mail-sent-ok{
    border: none;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 30px 0;
}


/*==== Our History Section ====*/

.our_history_sec{
	
}
.our_history_sec h2 {
    font-size: 30px;
    color: #bababa;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.5em;
}
.our_history_sec h2 strong {
    font-size: 2.8em;
    color: #0f66c3;
}
.heart_title {
    margin: 0 0 25px;
}
.heart_title h2 {
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
	padding: 0 0px 15px;
    position: relative;
    margin: 0;
}
.his_wrap {
    display: table;
    width: 100% !important;
}
.his_wrap .his_col {
    display: table-cell;
    vertical-align: top;
    float: none;
}
.his_wrap .his_col.his_col1 {
    background-size: cover;
    background-position: center center;
}
.his_inn {
    padding-left: 10px;
}
.his_inn p {
    margin: 0 0 20px;
}
.his_inn a.his_btn {
    background: #005A9E;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
	margin-top: 15px;
    text-align: center;
    white-space: normal;
    position: relative;
	z-index: 1;
	border: 1px solid #005A9E;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.his_inn a.his_btn:hover{
	color: #000;
	background-color: transparent;
}
.our_history_sec ul.abtnmbrs {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
}
.our_history_sec ul.abtnmbrs li:nth-child(1) {
    text-align: center;
    border-bottom: 78px solid #2b76b7;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 62%;
    margin: 0 auto 10px auto;
}
.our_history_sec ul.abtnmbrs li:nth-child(2){
    text-align: center;
    border-bottom: 78px solid #0c528e;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 81%;
    margin: 0 auto 10px auto;
}
.our_history_sec ul.abtnmbrs li:nth-child(3) {
    text-align: center;
    border-bottom: 78px solid #00335e;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 100%;
}
.our_history_sec ul.abtnmbrs li strong {
    font-size: 40px;
    line-height: 40px;
}


.our-certificate-sec{
	background-image: url(images/banner-1-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.our-certificate-sec:before{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 69, 111, .95);
    content: "";
}
.our-certificate-sec > .container {
    position: relative;
    z-index: 1;
}
.certificate-top {
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
}
.certificate-top h2 {
    margin: 0 0 10px;
    text-transform: capitalize;
}
.certificate-image {
    text-align: center;
}
.certificate-image .cer-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #fff;
}
.certificate-image .cer-img img {
    max-height: 120px;
}

/*=== Product Section ===*/

.cf_col {
    margin-bottom: 15px;
}
.project-feat-image{
  width:100%;
  position: relative;
  background-position:center;
  background-size:cover;
  height:225px;
  overflow:hidden;
}
.project-hover{
  width:100%;
  height:100%;
  background-color:rgba(1,1,1,0.6);
  padding:9px;
  transition:0.5s linear;
  -webkit-transition:0.5s linear;
  display:flex;
  display:-webkit-flex;
  position: relative;
  align-items:center;
  -webkit-align-items:center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px $red;
  opacity:0;
}
.project-feat-image:hover .project-hover{
  opacity:1;
}
.project-hover h4{ 
  text-align:center;
  font-size:18px;
  color:#fff;
  font-weight:700;
  margin:0px;
  position:relative;
  padding:25px 30px;
  transform: translateY(40px);
  opacity: 0;
  z-index:2;
   transition:0.5s linear;
  -webkit-transition:0.5s linear;
}

.project-wrapper .common-heading h3{
  text-align:center;
  margin-bottom:45px;
}

.project-hover h4:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 44px;
    border-top: 4px solid #fff;
    display: block;
    top: 0px;
    left: 0px;
    border-left: 4px solid #fff;
    transform: translateY(-118px);
    -webkit-transform: translateY(-118px);
   transition:all 1s ease 0.4s;
    -webkit-transition:all 1s ease 0.4s;
    opacity: 0;
}
.project-hover h4:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 44px;
    border-bottom: 4px solid #fff;
    display: block;
    bottom: 0px;
    right: 0px;
    border-right: 4px solid #fff;
    transform: translateY(118px);
    -webkit-transform: translateY(118px);
    transition:all 1s ease 0.8s;
    -webkit-transition:all 1s ease 0.8s;
    opacity: 0;
}
.project-feat-image:hover .project-hover h4:after, 
.project-feat-image:hover .project-hover h4:before {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.project-feat-image:hover .project-hover h4{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity:1;
}
.project-hover:before{
  border: 4px solid transparent;
  width: 0;
  height: 0;
  top:6px;
  left:7px;;
  content: '';
  position: absolute;
}
.project-hover:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width 0.23s ease-out, height 0.23s ease-out 0.23s;
}
.project-hover:hover::before, .project-hover:hover::after{
  width:95%;
  height: 96%;
}
.project-hover:after{
  border: 4px solid transparent;
  width: 0;
  height: 0;
  bottom: 6px;
  right: 6px;
  content: '';
  position: absolute;
}
.project-hover:hover:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 0.4s, width 0.24s ease-out 0.4s, height 0.24s ease-out 0.65s;
}

/*=== service css===*/

.services-feat-image{
  width:100%;
  height:210px;
  background-position:center;
  background-size:cover;
}

.servies-column{
  padding:0px 4px 25px 4px;
  float: left;
  width:20%;
  /* overflow:hidden; */
}
.service-clm-content{
  padding:30px 35px 40px 35px;
  box-shadow:1px 6px 8px 0px rgba(176, 175, 175,0.75);
  text-align:center;
  position: relative;
  z-index:2;
  height:205px;
}
.service-clm-content:after{
  width:0px;
  height:100%;
  position: absolute;
  content: '';
  top:0px;
  left:0px;
  background-color:#005A9E;
  opacity: 0;
 
  transition: 0.4s linear;
  -webkit-transition:0.4s linear ;
}
.servi-inner:hover .service-clm-content:after{
  opacity:1;
  z-index:-1;
  width:100%;
}
.servi-inner:hover .service-clm-content .services-heading a, .servi-inner:hover .service-clm-content p, .servi-inner:hover .service-clm-content a{
  color:#fff;
}
.service-clm-content .services-heading a{
  color:#010101;
  font-size:18px;
  padding-bottom:15px;
  position: relative;
  text-align:center;
  font-weight:700;
  display:block;
  position: relative;
  margin-bottom: 10px;
    transition: 0.4s linear;
  -webkit-transition:0.4s linear ;
}
.service-clm-content .services-heading a:after{
    width:56px;
    height:10px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(images/services-heading-icon-hover.png);
    position: absolute;
    content: '';
    left:50%;
     transform:translate(-50%, 0px);
    -webkit-transform:translate(-50%, 0px);
    bottom:0px;
    transition:all 1s ease 0.4s;
    -webkit-transition:all 1s ease 0.4s;
}
.servi-inner:hover .service-clm-content .services-heading a:after{
    background-image:url(images/services-heading-icon-hover.png);
}
.service-clm-content p{
  text-align:center;
  font-size:16px;
  color:#303030;
  font-weight:400;
  margin:0px 0px 10px 0px;
  transition: 0.4s linear;
  -webkit-transition:0.4s linear ;
}
.service-clm-content a{
  font-size:18px;
  color:#128414;
  font-weight:400;
  display:inline-block;
  transition: 0.4s linear;
  -webkit-transition:0.4s linear ;
}
.servi-inner:hover .service-clm-content a:hover{
  color:#000;
}



/*==== Gallery Css ====*/

.gallery_sec {
    overflow: hidden;
	padding-top: 70px;
    padding-bottom: 0px;
}
.gallery_sec .gall_top_heading {
    margin: 0 0 40px;
}
.gimg-wrap {
    float: left;
	padding: 6px 3px 0px;
}
.grid-item { 
	width: 25%; 
}
.gimg-wrap.grid-item.grid_item5,
.gimg-wrap.grid-item.grid_item9 {
    width: 50%;
}
.gimg-wrap img {
    width: 100%;
	min-height: 250px;
	object-fit: cover; 
	object-position: center center;
}
.gimg-wrap .view_more{
	display: none;
}
.gimg-wrap .gitem_inn{
	position: relative;
    overflow: hidden;
}
.gimg-wrap .gitem_inn a{
	position: relative;
	display: block;
}
.gimg-wrap .gitem_inn a:after{
	content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 0;
    height: 100%;
    top: 0px;
    z-index: 0;
    left: 0px;
    opacity: 0;
    transition: 0.5s linear;
    background-image: url(images/zoom-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.gimg-wrap .gitem_inn a:hover:after{
    opacity: 1;
    width: 100%;
}
.gimg-wrap:last-child .gitem_inn a:after{
	content: none;
}
.gimg-wrap:last-child .view_more {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(62,62,62,.6);
    width: 100%;
    height: 100%;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	text-align: center;
    display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.gimg-wrap:last-child:hover .view_more {
	visibility: visible;
	opacity: 1;
}
.gimg-wrap:last-child .view_more a.vmore_btn{
	background: #4ab7c1;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    text-align: center;
    white-space: normal;
    position: relative;
    z-index: 1;
}
.gimg-wrap:last-child .view_more a.vmore_btn:hover{
	color: #4ab7c1;
}
.gimg-wrap:last-child .view_more a.vmore_btn:after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background: #03484e;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.gimg-wrap:last-child .view_more a.vmore_btn:hover:after{
	width: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.widget{
	margin: 0;
}   
.f_members h5 {
    font-size: 18px;
    margin: 0 0 10px;
}   
#main_footer {
    background: #181828;
    position: relative;
    color: #ccc;
}  
#main_footer .color-part2 {
    position: absolute;
    margin-top: -5px;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 2;
}
#main_footer  .color-part2:after {
    content: "";
    display: inline-block;
    border-top: 12px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    width: 900px;
    max-width: 90%;
    position: relative;
    margin-top: -10px;
}
#main_footer:before {
    height: 65px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: 0px;
} 


/*=== Footer Contact Css ===*/

.footer_con_sec {
    padding: 50px 0;
    text-align: center;
	background: #ededed;
}
.footer_con_sec p {
    font-size: 26px;
    color: #4ab7c1;
    margin: 0;
    line-height: 1.2;
}
.footer_con_sec p a {
    font-weight: 900;
    color: #4ab7c1;
}
.footer_con_sec p a:hover{
	color: #000;
}

/*==== Main Footer Top Css ====*/

.inner_footer{
	overflow: hidden;
}
.footer_top {
    background: #181828;
    color: #fff;
    padding: 70px 0 50px;
}
.footer_top a{
	color: #fff;
}
.footer_top a:hover,
.footer_top li.active a{
	color: #95e2e8;
}
.f_col.f_col1 {
    padding-right: 55px;
}
a.footer_brand {
	margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
span.f_site_title {
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
	padding: 17px 8px;
    color: #fff;
    margin: 0;
	vertical-align: middle;
}
span.f_site_title a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: 'Audiowide', cursive;
    text-transform: uppercase;
    margin: 0 0 5px;
}
span.f_site_title p {
    font-size: 13px;
}
.f_shor_cnt {
    margin: 0 0 20px;
}
.f_shor_cnt p {
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}
.footer_top ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_top ul.social_share li {
    height: 35px;
    width: 35px;
    float: left;
    border: 2px solid #fff;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
.footer_top ul.social_share li:last-child {
    margin: 0;
}
.footer_top ul.social_share li a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 32px;
}
.footer_top ul.social_share li a:hover{
	color: #03484e;
}
.footer_top ul.social_share li a i{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.footer_top ul.social_share li:hover a i{
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.footer_top h6.widget_title {
    font-size: 21px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
}
.footer_top h6.widget_title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    background: #fff;
    content: "";
}
.footer-links {
    float: none !important;
    margin: 0;
}
.footer-links li {
    float: none !important;
    margin: 0 0 10px !important;
    display: block;
    text-transform: capitalize;
}
.footer-links li:last-child {
    margin: 0;
}
.call-wrap ul.add_list{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
}
.call-wrap ul.add_list li,
.footer_top ul.add_list li{
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding-left: 25px;
	line-height: 24px;
}
.call-wrap ul.add_list li{
	padding-left: 0;
}
.call-wrap ul.add_list li:nth-child(1):before{
	background: url(images/con-marker.png) no-repeat;
	height: 40px;
	width: 28px;
	display: block;
	margin: 0 auto 15px;
	content: "";
}  
.footer_top ul.add_list li:nth-child(1):before{
	background: url(images/marker.png) no-repeat;
	height: 14px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
}  
.call-wrap ul.add_list li:nth-child(2):before{
	background: url(images/con-phn.png) no-repeat;
	height: 30px;
	width: 27px;
	display: block;
	margin: 0 auto 15px;
	content: "";
}  
.footer_top ul.add_list li:nth-child(2):before{
	background: url(images/phn.png) no-repeat;
	height: 14px;
	width: 13px;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
} 
.call-wrap ul.add_list li:nth-child(3):before{
	background: url(images/con-msg.png) no-repeat;
	height: 26px;
	width: 39px;
	display: block;
	margin: 0 auto 15px;
	content: "";
}   
.footer_top ul.add_list li:nth-child(3):before{
	background: url(images/message.png) no-repeat;
	height: 12px;
	width: 13px;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
} 
.insta_widget ul.instagram-pics{
	max-width: 200px;
	width: 100%;
}
.insta_widget ul.instagram-pics li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.insta_widget ul.instagram-pics li img {
    width: 100%;
    max-width: 75px;
}
.insta_widget ul.instagram-pics li:nth-child(2n+1) {
    margin-left: 0;
}

/*==== Footer Copy Right Css ====*/

.footer_copyright {
    padding: 18px 0;
    border-top: 1px solid #515151;
}
.footer_copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
    letter-spacing: 0.5px;
}
   
.footer-client-wrap {
    background-position: center center;
    background-image: url(images/banner-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	padding: 45px 0;
}
.footer-client-wrap:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(0,0,0,.7);
}   
.footer-client-wrap > .container{
	position: relative;
	z-index: 1; 
}
.f_top_cnt {
    text-align: center;
    padding-bottom: 20px;
}
.f_top_cnt h2 {
    color: #fff;
}
.f_top_cnt {
    text-align: center;
    padding-bottom: 20px;
}

.f_top_cnt h2 {
    color: #fff;
}

.owl-nav,
.client-slider .owl-nav {
    text-align: center;
    padding: 20px 0 0;
    color: #fff;
    font-size: 18px;
}.owl-nav{
	color: #000;
}
.owl-nav .owl-prev,
.client-slider .owl-nav .owl-prev {
    display: inline-block;
    margin: 0 5px;
}
.owl-nav  .owl-next,
.client-slider .owl-nav  .owl-next {
    display: inline-block;
    margin: 0 5px;
}
.project-coumn {
    margin-bottom: 35px;
}
.project-coumn a.gc-link {
    display: block;
}
.project-coumn h4 {
    color: #000080;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

/* ==========================================================================
   Forms
   ========================================================================== */


   

/* All Global Forms
   ========================================================================== */


/* Labels */
body label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}



/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}

body input[type="submit"]:hover,
body input[type="button"]:hover {}

body input[type="submit"]:focus,
body input[type="button"]:focus {}






/*=========== Inner Page Css =============*/

#content,#main article {
    margin: 0;
    padding: 0;
}

/*=== Inner Banner Css ===*/

/*=== Inner Banner Css ===*/

.inner-banner {
    height: 120px;
    width: 100%;
    display: table;
    position: relative;
	margin-bottom: 0px;
	background-image: url(images/banner-1-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.inner-banner:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .7);
}
.inner-banner .custom_banner_inn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 12;
}
.inner-banner .custom_bann_caption{
	text-align: left;
}
.inner-banner .custom_bann_caption h2 {
	font-size: 25px;
	line-height: 1.3;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
	display: inline-block;
}
.inner-banner .custom_bann_caption h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32%;
    height: 1px;
    background: #fff;
    content: "";
}
.inner-banner .custom_bann_caption h2:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 40%;
    height: 1px;
    background: #fff;
    content: "";
}
.inner-banner .custom_banner_inn p#breadcrumbs,
.inner-banner .custom_banner_inn p#breadcrumbs a{
    color: #fefefe;
    margin: 0;
}
.inner-banner .custom_banner_inn p#breadcrumbs a:hover{
    color: #03484e;
    margin: 0;
}


/*======= Contact Page Css =======*/

/* .page_contact {
    background: #f4f4f4;
} */
.con_f_w {
    padding: 0 35px;
}
.con_f_w .con_f_w_inner {
    padding: 0;
	position: relative;
}
.con_f_w .con_f_w_inner span.c_h1 {
    position: absolute;
    right: 145px;
    bottom: 125px;
}
.con_f_w .con_f_w_inner span.c_h2 {
    position: absolute;
    right: 15px;
    bottom: 225px;
}
.con_f_w .con_f_w_inner span.c_h3 {
    position: absolute;
    right: 230px;
    bottom: 185px;
}
.con_f_w .con_f_w_inner span.c_h4 {
    position: absolute;
    right: 55px;
    top: 55px;
}
.ff_wrap {
    position: relative;
    z-index: 50;
}
.ff_wrap .form_top_title h3 {
    font-size: 36px;
    color: #04656d;
    font-weight: 700;
    margin: 0 0 40px;
}
.ff_wrap .form-control {
	border: 1px solid #005A9E;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
	background: #fff;
    margin-bottom: 30px;
    color: #585858;
    padding: 15px;
}
.ff_wrap textarea.form-control {
    height: 183px;
    resize: none;
}
.ff_wrap .ct_btn_wrap{
	position: relative;
}
.ff_wrap .ct_btn{
	background: #4ab7c1;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    white-space: normal;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.ff_wrap .ct_btn:hover{
	color: #4ab7c1;
}
.ff_wrap .ct_btn:after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background: #03484e;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.ff_wrap .ct_btn:hover:after{
	width: 100%;
}

.ff_wrap .form-btn {
    background: transparent;
    border: none;
    display: block;
    outline: none;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    padding: 15px 50px;
}
.ff_wrap .ct_btn_wrap span.ajax-loader {
    position: absolute;
    bottom: -20px;
    left: 0;
}
 
/* Placeholder Text */
.ff_wrap .form-control::-webkit-input-placeholder { /* Webkit Browsers */
    color: #585858;
    font-weight: 400;
}
.ff_wrap .form-control:-moz-placeholder { /* Firefox 18- */
    color: #585858;
    font-weight: 400;
}
.ff_wrap .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #585858;
    font-weight: 400;
}
.ff_wrap .form-control:-ms-input-placeholder { /* IE10 */
    color: #585858;
    font-weight: 400;
}

.ff_wrap div.wpcf7-validation-errors, 
.ff_wrap div.wpcf7-mail-sent-ng,
.ff_wrap div.wpcf7-mail-sent-ok {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #f00;
    border: none;
}
.ff_wrap span.wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom:  9px;
	color: #4ab7c1;
}

/*====== Personalise Page Css ======*/

.ct_left_img {
    height: 525px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.ct_left_img:after {
    width: 60%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -30%;
    height: 60%;
    content: "";
    background: #000;
    z-index: -1;
	box-shadow: 0px 10px 200px 0px rgba(0,0,0,.9);
	-moz-box-shadow: 0px 10px 200px 0px rgba(0,0,0,.9);
	-webkit-box-shadow: 0px 10px 200px 0px rgba(0,0,0,.9);
	-o-box-shadow: 0px 10px 200px 0px rgba(0,0,0,.9);
	-ms-box-shadow: 0px 10px 200px 0px rgba(0,0,0,.9);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}
section.post_content.left_cnt {
    background: #eeeeee;
    padding: 50px 40px;
}
section.post_content.left_cnt p {
    color: #393939;
    line-height: 22px;
    margin: 0 0 20px;
}
section.post_content.left_cnt p:last-child{
	margin: 0;
}
section.post_content.left_cnt h5 {
    font-size: 16px;
    line-height: 22px;
    color: #4ab7c1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

/*===== Blog Page Css =====*/

.blog_post_inner {
    height: 322px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
	display: table;
	margin-bottom: 25px;
	padding: 22px 22px 25px;
}
.blog_post_inner:before {
    background: rgba(20,20,20,.7);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.blog_post_inner .ct_post{
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	color: #fff;
	z-index: 1;
}
.blog_post_inner .ct_date {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 1;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #e20431;
}
.blog_post_inner .ct_date span.day {
    background: #ff0034;
    padding: 12px 18px;
    display: inline-block;
}
.blog_post_inner .ct_date  span.month {
    padding: 12px 15px;
}
.blog_post_inner h3.blog_post_title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 22px;
    font-weight: 700;
}
.blog_post_inner h3.blog_post_title a {
    color: #fff;
    text-transform: capitalize;
}
.blog_post_inner h3.blog_post_title a:hover{
	color: #03484e;
}
.blog_post_inner .ct_post p {
    line-height: 22px;
}
.blog_post_inner .ct_post .read_more_btn{
	background: #4ab7c1;
    display: inline-block;
    font-weight: 700;
    color: #fff;
	padding: 12px 20px;
    text-transform: capitalize;
    text-align: center;
    white-space: normal;
    position: relative;
    z-index: 1;
	margin: 18px 0 0; 
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.blog_post_inner .ct_post .read_more_btn:hover{
	color: #4ab7c1;
}
.blog_post_inner .ct_post .read_more_btn:after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background: #03484e;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.blog_post_inner .ct_post .read_more_btn:hover:after{
	width: 100%;
}
.post-paginations {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
	margin-bottom: 13px;
}
.post-paginations .page-numbers {
    display: inline-block;
    margin-right: 30px;
}
.post-paginations .page-numbers:last-child {
    margin: 0;
}
.post-paginations a.next.page-numbers {
    height: 41px;
    width: 41px;
    background: #a23149;
    position: relative;
    top: 15px;
}
.post-paginations a.next.page-numbers:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    content: "\f105";
    color: #fff;
    position: absolute;
	right: 13px;
    top: 2px;
}
.post-paginations a.prev.page-numbers{
	height: 41px;
    width: 41px;
    background: #a23149;
    position: relative;
    top: 15px;
}
.post-paginations a.prev.page-numbers:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    content: "\f104";
    color: #fff;
    position: absolute;
	right: 15px;
    top: 2px;
}
.post-paginations a.next.page-numbers:hover,
.post-paginations a.prev.page-numbers:hover{
	background: #03484e;
}

/*===== Single Post Page Data=====*/

.post_meta {
    padding: 15px 28px;
    border-bottom: 1px solid #d7d7d7;
	font-weight: 700;
	font-size: 16px;
	color: #141414;
}
.post_meta span.ct_date {
    padding: 0 10px 0 25px;
    position: relative;
}
.post_meta_col.post_meta_col2 {
    text-align: right;
}
.post_meta span.ct_comment {
    padding: 0 0 0 25px;
    position: relative;
    display: inline-block;
}
.post_meta span.ct_date:before{
	background: url(images/calender.png) no-repeat;
    height: 17px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}
.post_meta span.ct_comment:before{
	background: url(images/message-.png) no-repeat;
    height: 17px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}
.single_service .s_ser_post_col1 {
    padding-right: 45px;
}
.left_img {
    height:  355px;
    background-position:  center center;
    background-size:  cover;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
}
h3.single-title {
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
}
.single_service .s_ser_post_col2 .post_content p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.single_blog_page .post_meta {
	padding: 10px 0;
	margin: 0 0 20px;
}
.comment_sec {
    clear: both;
    padding: 40px 0 0;
	max-width: 740px;
    width: 100%;
}
.comment_sec h3#comments {
	font-weight: 700;
    color: ##4ab7c1;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
}
.comment_sec form#commentform input#submit{
	background: #4ab7c1;
    line-height: 1;
    display: inline-block;
    font-size: 18px;
    padding: 14px 45px 15px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    border: 1px solid #4ab7c1;
	outline: none;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.comment_sec form#commentform input#submit:hover{
	background: #fff;
    color: #4ab7c1;
}

/*=== Event Page Css ===*/

.ev_post_one .ev_post_inner {
    height: 601px;
}
.ev_img_wrap{
	overflow: hidden;
	position: relative;
    margin-bottom: 30px;
}
.ev_post_inner {
    background-size:  cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 288px;
	position: relative;
	overflow: hidden;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.ev_post_inner:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
} 
.evct_post {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 210px;
    z-index: 1;
    background: #4ab7c1;
    padding: 22px 30px;
}
.ev_post_header h3.ev_post_title {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.ev_post_header h3.ev_post_title a {
    color: #fff;
}
.ev_post_header h3.ev_post_title a:hover{
	color: #03484e;
}
.ev_date {
    color: #fff;
}
.ev_post_last .ev_last_post {
    background: #4ab7c1;
	overflow: hidden;
}
.ev_last_post_in {
    display: table;
    width: 100%;
}
.ev_last_post_in .ev_last_col {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    position: relative;
	float: none;
}
.ev_last_post_in .ev_last_col1 {
	padding: 0;
}
.ev_last_post_in .ev_last_col1 .ev_lastimg_l{
	overflow: hidden;
	position: relative;	
	padding: 0;
	display: block;
}
.ev_last_post_in .ev_lastimg {
    background-size:  cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 288px;
	position: relative;
	overflow: hidden;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.ev_last_post_in .ev_lastimg:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.ev_last_post_in .evct_post {
    position: relative;
    max-width: 100%;
    bottom: auto;
    right: auto;
	background: transparent;
	z-index: 1;
}
.ev_last_post_in .ev_post_header h3.ev_post_title{
	font-size: 36px;
	line-height: 1.3;
}
.ev_last_post_in .ev_last_col2:after{
	position: absolute;
	left: -360px;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(images/shadow.png) no-repeat;
	background-position: center center ;
	background-size: cover;
	content: "";
}
	
/*==== Featured Member Page Css ====*/

.feature_member {
    background: #fff;
    position: relative;
}
.feature_member > .container{
	position: relative;
	z-index: 1;
}
.mem_col_inn {
    background: #f5f5f5;
    padding: 100px 40px 30px;
    text-align: center;
    margin-top: 100px;
    position: relative;
}
.mem_col_inn .member_img {
    height: 155px;
    width: 155px;
    position: absolute;
    left: 50%;
    top: -75px;
    margin-left: -75px;
}
.mem_col_inn .member_img .m_img {
    height: 155px;
    width: 155px;
    background-size: cover;
    background-position: center center;
    border: 2px solid #b1858e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.mem_col_inn .mem_content {
    padding-top: 35px;
    position: relative;
}
.mem_col_inn .mem_content:before {
    background: #a23149;
    height: 2px;
    width: 45px;
    position: absolute;
    top: 13px;
    left: 50%;
    content: "";
    margin-left: -22px;
}
.mem_col_inn .mem_content h3.mem_title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #a23149;
    margin: 0 0 20px;
	text-transform: capitalize;
}
.mem_col_inn .mem_content span.mem_img {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
}
.mem_col_inn .mem_content p {
    font-size: 18px;
    line-height: 24px;
    color: #424242;
    margin: 0 0 20px;
}	
.mem_col_inn .mem_content a.mem_btn {
    background: #4ab7c1;
    display: inline-block;
    font-weight: 400;
	font-size: 18px;
	line-height: 1;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 60px 12px 20px;
    text-align: center;
    white-space: normal;
    position: relative;
	z-index: 1;
}
.mem_col_inn .mem_content a.mem_btn:before{
	background: url(images/btn-arrow.png) no-repeat 0px 0px;
	height: 12px;
	width: 14px;
	position: absolute;
	right: 20px;
	top: 16px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	content: "";
}
.mem_col_inn .mem_content a.mem_btn:hover:before{
	background-position: 0px -12px;
}
.mem_col_inn .mem_content a.mem_btn:hover{
	color: #4ab7c1;
}
.mem_col_inn .mem_content a.mem_btn:after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background: #03484e;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.mem_col_inn .mem_content a.mem_btn:hover:after{
	width: 100%;
}
.feature_member span.l_heart {
    position: absolute;
    left: 40px;
    top: 70px;
}
.feature_member span.r_heart {
    position: absolute;
    right: 40px;
    top: 150px;
}


/*==== Top Search Form ====*/

.search_member {
    background: #e5e5e5;
    padding: 20px 0;
}
.search_member .search_form {
    position: relative;
    padding-right: 42px;
}
.search_member .search_form .fsearch_icon {
    position: absolute;
    right: 0;
    top: 0;
}
.search_member .search_form .form_field {
    width: 18%;
    float: left;
    margin-right: 2%;
}
.search_member .search_form .form_field .form-control {
    border: none;
    height: 35px;
    border-radius: 0;
    font-size: 14px;
    color: #424242;
	padding: 8px 12px;
	box-shadow: none;
}
.search_member .search_form .form_field select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(images/f-arrow.png) no-repeat right 12px top 15px;
    color: #424242;
}
.search_member .search_form .form_field .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #424242;
}
.search_member .search_form .form_field .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #424242;
}
.search_member .search_form .form_field .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #424242;
}
.search_member .search_form .form_field .form-control:-moz-placeholder { /* Firefox 18- */
	color: #424242;
}
.search_member .search_form .fsearch_icon button {
    background: #4ab7c1;
    border: none;
    color: #fff;
    padding: 7px 10px 8px;
    display: inline-block;
    outline: none;
}
.search_member .search_form .fsearch_icon button:hover{
	color: #4ab7c1;
	background: #03484e;
}
	
/*======= Company Profile Page======*/

.video_sec .buttons_pp{
	text-align: center;
}
.video_sec .buttons_pp span {
    background: #4ab7c1;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
	margin-top: 15px;
    text-align: center;
    white-space: normal;
    position: relative;
	z-index: 1;
	margin-right: 5px;
	cursor: pointer;
}
.video_sec .buttons_pp span:hover,
.video_sec .buttons_pp span.active{
	color: #fff;
}
.video_sec .buttons_pp span:after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background: #03484e;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.video_sec .buttons_pp span:hover:after,
.video_sec .buttons_pp span.active:after{
	width: 100%;
}

/*===== Product Page Css =====*/

.product_short_des {
    margin: 0 0 30px;
}

/* Product Sec Css */

/* Product Sec Css */

.home-product {
    position: relative;
}
/* .home-product:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: rgb(124 124 152 / 80%);
} */
.home-product > .container{
	position: relative;
	z-index: 1;
}
.column-info.animated {
    overflow: hidden;
	margin-bottom: 25px;
}
.img-hover-effect {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
	/* border: 1px solid #9db5a6; */
}
.img-hover-effect a.pimg{
	padding: 15px;
	width: 100%;
	display: block; 
	min-height: 210px;
	background: #fff;
	text-align: center;
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	display: inline-block;
}
.img-hover-effect a:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.img-hover-effect img {
    width: auto;
	max-height: 250px;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	max-width: 100%;
	display: inline-block;
}
.home .img-hover-effect img {
    max-height: 180px;
    object-fit: inherit;
    max-width: 100%;
    display: inline-block;
}
.img-hover-effect{
  border: 1px solid #9db5a6; 
}
.our-product-main-cnt {
	background-image: linear-gradient(to right, #58a1d2 0%, #4f51a1 50%, #58a1d2 100%);
    background-size: 200% auto;
    padding: 15px;
	min-height: 180px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.our-product-main-cnt h4{
	font-size: 20px;
}
.our-product-main-cnt .column-info h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
}
.our-product-main-cnt .column-info p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
}
.our-product-main-cnt h4 a{
    color: #fff;
}

.our-product-main-cnt p {
    min-height: 130px;
}
.more-link{
	background: transparent ;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    padding: 12px 45px;
    border: none;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 15px 0 0;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.more-link:hover{
	color: #333;
	background: #fff;
}
.proct-title {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.proct-title h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
	text-align: left;
}
.proct-title h4 a {
    color: #005A9E;
}
.proct-title h4 a:hover {
    color: #000;
}
.cat-sec.ser_ct .ser_inn_wrapper .row {
    display: flex;
    flex-wrap: wrap;
}


.product_col2 .padding-left {
    padding-left: 25px;
}
.product-carousel .gal_img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	border: 1px solid #ededed;
}
.sp_details_slider .item a {
  display: block;
}
.sp_details_slider .item .zoom_icon {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.sp_details_slider .item .zoom_icon span {
    display: table-cell;
    vertical-align: middle;
}
.sp_details_slider .item .zoom_icon span img {
    margin: 0 auto;
	max-width: 80px !important;
}
.sp_details_slider .item:hover .zoom_icon {
    opacity: 1;
}
.product-carousel .owl-pagination {
    display: none;
}
.product-carousel .owl-buttons {
    margin-top: 20px;
}
.single_main_product ul{
	list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: block;
    width: 100%;
}
.single_main_product ul li{
	display: block;
    margin: 0 0 5px;
    padding-left: 28px;
	position: relative;
}
.single_main_product ul li:before {
    content: "\f25a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 3px;
    transform: rotate(90deg);
    color: #04656d;
}
.main-content.single_main_product .cus_main_product_des h2.pro_title {
   font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
	color: #f00;
}
.product_price {
    font-size: 23px;
    margin: 0 0 10px;
}
.product_price span {
    display: inline-block;
    margin-right: 15px;
}
div#html5-watermark {
    display: none !important;
}
.sp_details_slider .item {
    background-size: cover;
    background-position: center;
	border: 1px solid #ededed;
}
.sp_details_slider .item a{
	display: block;
}
.sp_details_slider .item a img{
	width: 100%;
}
.sp_details {
    margin-top: 0px;
    width: 100%;
    display: block;
}
.sp_details .slider-nav{
    padding:2px 0px 1px 0px;
    background-color: transparent;
}
.slider.slider-nav .item.slick-slide{
    height:145px;
    background-position: center;
    background-size:cover;
	border: 1px solid #000;
    margin:0px 1.5px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    outline: none;
}
.slider.slider-nav .item.slick-slide:hover{
    opacity: 1;
}
.slider.slider-nav .item.slick-slide.slick-current{
    opacity: 1 !important;
}
.sp_details .slider-nav .slick-prev{
    width: 35px;
    height: 145px;
    bottom: 0;
    left: 0;
    background: rgba(36,36,36,.9);
}
.sp_details .slider-nav .slick-next{
    width: 35px;
    height: 145px;
    bottom: 0;
    right: 0;
    background: rgba(36,36,36,.9);
}
.sp_details .slider-nav .slick-prev:before{
    content: '\f104';
    font-size: 45px;
    color:#fff;
    opacity:1;
    font-family:FontAwesome;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sp_details .slider-nav .slick-next:before{
    content: '\f105';
    font-size: 45px;
    opacity:1;
    color:#fff;
    font-family:FontAwesome;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sp_details .slider-nav .slick-next:hover:before,
.sp_details .slider-nav .slick-prev:hover:before{
    color: #f00;
}
.product_short_des {
    margin: 0 0 30px;
}
.home-product ul.nav.nav-tabs {
    border-bottom: 1px solid #8c182f;
	margin-bottom: 35px;
}
.home-product .nav-tabs>li{
	margin-bottom: 0;
}
.home-product .nav-tabs>li a{
	margin-right: 2px;
    line-height: 1.428571429;
    border: none !important;
	background: #4ab7c1;
    display: inline-block;
    font-weight: 700;
    color: #fff;
	font-size: 12px;
    text-transform: uppercase;
    padding: 15px 17px;
    text-align: center;
    white-space: normal;
    position: relative;
    z-index: 1;
    border-radius: 0;
}
.home-product .nav-tabs>li a:hover,
.home-product .nav-tabs>li.active a{
	color: #fff;
}
.home-product .nav-tabs>li a:after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background: #03484e;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.home-product .nav-tabs>li a:hover:after,
.home-product .nav-tabs>li.active a:after{
	width: 100%;
}
.img-hover-effect img {
	height: 100% !important;
}
.product_other_des {
    margin: 0 0 30px;
}


/* Side Form css */

.sliding-enquiry {
    position: fixed;
    visibility: hidden;
    z-index: 100;
}
.enquiry-content-bounce-in-right{ 
    -webkit-animation-name:popup_content_bounce_in_right;
    -moz-animation-name:popup_content_bounce_in_right;
    -o-animation-name:popup_content_bounce_in_right;
    animation-name:popup_content_bounce_in_right;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sliding-enquiry-right{
	top: 12%;
}
.open_sliding_enquiry_right {
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
    -o-transition: right .8s;
    transition: right .8s;
}
.enquiry-content {
	max-width: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #344a71 !important;
    border: 1px solid rgb(52, 74, 113);
    padding: 15px;
}
.sliding-enquiry-right .enquiry-content {
    width: auto;
}
.enquiry-content .form-control {
	border-color: #fff;
    width: 100%;
    background: transparent;
    color: #fff;
}
.enquiry-content .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
.enquiry-content .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.enquiry-content .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
}
.enquiry-content .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.enquiry-content textarea.form-control {
    height: 50px;
}
.sliding-enquiry-right .enquiry-header {
    width: 35px;
    margin-top: 22%;
    float: left;
    height: 160px;
    border-radius: 4px 0 0 4px;
    padding: 0px;
	border: 1px solid #00325b;
    cursor: pointer;
    background-color: #00325b !important;
}
.sliding-enquiry-right .enquiry-title {
    writing-mode: tb-rl;
    white-space: nowrap;
    display: block;
	padding: 13px 5px 5px 2px;
	color: #ffffff;
	font-size: 18px;
}
.enquiry-content-pad h2 {
    font-weight: 500 !important;
    text-align: center;
	color: #fff;
}
.enquiry-content .form-btn {
    background-color: #e7c130 !important;
    border: none;
    color: #fff;
    padding: 12px 20px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.client-image {
    border: 1px solid #ccc;
    padding: 8px;
}
.client-image img {
    width: auto;
}
@-webkit-keyframes popup_content_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes popup_content_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.sp_details_slider .item {
    height: 410px;
    background-size: cover;
    background-position: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sp_details_slider .item img {
    width: auto;
    max-height: 300px;
}
.sp_details {
    margin-top: 0px;
    width: 100%;
    display: block;
}
.sp_details .slider-nav{
    padding:2px 0px 1px 0px;
    background-color: transparent;
}
.sp_details .slider-nav .item{
    height:145px;
    background-position: center;
    background-size:cover;
    margin:0px 1.5px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    outline: none;
}
.sp_details .slider-nav .item:hover{
    opacity: 1;
}
.sp_details .slider-nav .item.slick-current{
    opacity: 1 !important;
}
.sp_details .slider-nav .slick-prev{
    width: 35px;
    height: 145px;
    bottom: 0;
    left: 0;
    background: rgba(36,36,36,.9);
}
.sp_details .slider-nav .slick-next{
    width: 35px;
    height: 145px;
    bottom: 0;
    right: 0;
    background: rgba(36,36,36,.9);
}
.sp_details .slider-nav .slick-prev:before{
    content: '\f104';
    font-size: 45px;
    color:#fff;
    opacity:1;
    font-family:FontAwesome;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sp_details .slider-nav .slick-next:before{
    content: '\f105';
    font-size: 45px;
    opacity:1;
    color:#fff;
    font-family:FontAwesome;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sp_details .slider-nav .slick-next:hover:before,
.sp_details .slider-nav .slick-prev:hover:before{
    color: #f00;
}
.main_image_thumb_slider .proslider-carousel .owl-nav > div {
    background: #9c0203;
    font-size: 11px;
    padding: 2px 7px;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
}
.main_image_thumb_slider .proslider-carousel .owl-nav > div:hover{
	background: #000;
}
.call-wrap {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 25px;
	min-height: 230px;
	border: 2px solid #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 5px 2px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0px 5px 2px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, .7);
	-o-box-shadow: 0px 5px 2px rgba(0, 0, 0, .7);
	-ms-box-shadow: 0px 5px 2px rgba(0, 0, 0, .7);
}
.call-wrap .b_icon {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 45px;
}
.call-wrap .b_icon img{
	max-height: 45px;
}
.call-wrap .b_icon:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
    content: "";
}
.call-wrap h3 {
    font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
    margin-top: 18px;
    margin-bottom: 10px;
}
.call-wrap .box_s p {
    line-height: 24px;
}
.cnt-wrap {
    display: table;
    width: 100%;
    height: 320px;
    margin-bottom: 25px;
    background: #e0e0e0;
    padding: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.cnt-wrap .ct-imgcnt-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content {
    padding: 20px;
    box-shadow: none;
    color: #5f727f;
    text-align: center;
	height: auto;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content h3{
	color: #000080;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
    margin: 1.13em 0;
    letter-spacing: 0.05em;
	padding: 0;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content .services-heading h3 a{
	color: #000080;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content .services-heading a:after{ 
	content: none;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content p {
    color: #5f727f !important;
	text-align: left;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content::after {
    content: none;
}
.ctlr-imgcnt-wrap.even .cnt-wrap {
    background: #fff;
}
.cnt-wrap .ct-imgcnt-col .service-clm-content ol,
.cnt-wrap .ct-imgcnt-col .service-clm-content ul{
	text-align: left;
}
div#wpcf7-f93-p15-o2 {
    max-width: 600px;
    margin: 0 auto;
}
div#wpcf7-f93-p15-o2 .contact_form .form-control {
    background-color: #ddd;
    border: 1px solid #001;
    height: 40px;
    color: #000;
}
div#wpcf7-f93-p15-o2 .contact_form textarea.form-control {
    height: 100px;
    resize: none;
}
div#wpcf7-f93-p15-o2 .contact_form .ct_btn {
    text-align: center;
}
div#wpcf7-f93-p15-o2 .contact_form .ct_btn .form-btn {
	background-color: #f00 !important;
    border: none;
    color: #fff;
    padding: 12px 20px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%;
} 
.tax-pro-wrapper {
    margin-bottom: 25px;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    display: table;
    width: 100%;
}

.tax-pro-wrapper .tax-pro-innner {
    display: table;
    width: 100%;
}
.tax-pro-wrapper .tax-pro-innner > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.tax-pro-wrapper .tax-pro-innner > div.tax-pro-cnt {
    width: 70%;
}
.tax-pro-wrapper .tax-pro-innner > div.tax-pro-image {
    width: 30%;
}
.tax-pro-even-wrapper .tax-pro-innner > div.tax-pro-image{
	border-right: 1px solid #ddd;
}
.tax-pro-odd-wrapper .tax-pro-innner > div.tax-pro-image{
	border-left: 1px solid #ddd;
}
.tax-pro-wrapper .tax-pro-innner > div.tax-pro-cnt .proct-title{
	min-height: 0px;
	text-align: left;
	padding: 0;
}

/*==== Gallery Page Css ====*/

/*=== Gallery Page Css ===*/

.gallery_section .gallery-item {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
} 
.page-template-page-gallery .gallery_section .gallery-item{
	display: none;
}
.gallery-item .gal_img{
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 270px;
    position: relative;
    overflow: hidden;
	border: 1px solid #eee;
}
.gal_img .mask {
    background-color: rgba(84,84,84, 0.6);
    width: 100%;
    padding: 60px;
    height: 100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(100px, 100px) ;
    -moz-transform: translate(100px, 100px) ;
    -o-transform: translate(100px, 100px) ;
    -ms-transform: translate(100px, 100px);
    transform: translate(100px, 100px) ;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.gallery-item:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px) ;
    -ms-transform: translate(0px, 0px) ;
    transform: translate(0px, 0px) ;
}
.gallery-item .gal_img a{
    display: flex;
    position: relative;
    z-index: 11;
    max-height: 100%;
	height: 100%;
    align-items: center;
    justify-content: center;
}
.gallery-item .gall_cnt{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.gallery-item .gall_cnt h4 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0px 0px 10px 0px;
    -webkit-transform: translate(0px, -200px);
    -moz-transform: translate(0px, -200px);
    -o-transform: translate(0px, -200px);
    -ms-transform: translate(0px, -200px);
    transform: translate(0px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery-item:hover .gall_cnt h4 {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.gallery-item .gall_cnt img{
    margin:0 auto;
    -webkit-transform: translate(0px, 230px);
    -moz-transform: translate(0px, 230px);
    -o-transform: translate(0px, 230px);
    -ms-transform: translate(0px, 230px);
    transform: translate(0px, 230px);
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
}
.gallery-item:hover .gall_cnt img{
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.gallery_section .load_more {
    text-align: center;
}
.gallery_section .load_more a#loadMore {
    cursor: pointer;
}
.load_more {
    padding: 15px 0;
	float: none;
}
.load_more a#loadMore {
    text-transform: capitalize !important;
}
.gallery-item .gal_img a img.img-responsive {
    height: auto;
    display: inline-block;
    max-height: 70%;
}

/*==== New Cat post ====*/

.home-product.what_we_offer_home .row.product-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.cat_left_sidebar {
    position: sticky;
    top: 0;
}
.home-product .cat_left_sidebar  ul.nav.nav-tabs.custom-tabs {
    margin: 0 0 30px;
    border: 0 none;
    position: sticky;
    top: 0;
}
.home-product .cat_left_sidebar ul.nav.nav-tabs.custom-tabs li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.home-product .cat_left_sidebar ul.nav.nav-tabs.custom-tabs li a {
    display: block;
    background: #00335e;
}
.home-product .cat_left_sidebar ul.nav.nav-tabs.custom-tabs li a:after{
	background: #9c0203;
}

.product-card {
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    border-radius:10px;
    overflow:hidden;
    margin-bottom:30px;
}
.product-img img {
    width:100%;
    height:220px;
    object-fit:cover;
}
.product-content {
    padding:15px;
    text-align:center;
}

