/**
 * =================================================================== 
 *
 *  Lhander v1.0 Main Stylesheet
 *  url: styleshout.com
 *  01-11-2016
 * -------------------------------------------------------------------
 *
 *	TOC:
 *	01. webfonts and iconfonts 
 *	02. base style overrides
 * 03. preloader
 * 04. forms
 * 05. buttons
 * 06. common styles
 * 07. header styles
 * 08. intro section
 * 09. process section
 * 10. features section
 * 11. pricing section
 * 12. testimomials section 
 * 13. faq section 
 *	14. ad-section 
 *	15. call-to-action section
 *	16. footer
 *
 * =================================================================== 
 */

/** 
 * ===================================================================
 * webfonts and iconfonts 
 *
 * ------------------------------------------------------------------- 
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/** 
 * ===================================================================
 * base style overrides
 *
 * ------------------------------------------------------------------- 
 */

html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}

html, body {
	height: 100%;
}
body {
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal
	font-size: 1.6rem;
	line-height: 24px;
	color: #737373;
	font-size:16px;
}

/**
 * links 
 * -
 */

a, a:visited {
 
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #ff7b29;
}

/**
 * typography  
 * -
 */

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: "Poppins", sans-serif;
	color: #252525;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
	font-weight:400;
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
		font-weight:400;
}
h5, .h05, h6, .h06 {
	font-family: "Poppins", sans-serif;
	margin-bottom: 1.2rem;
		font-weight:400;
}

h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}

h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .15rem;
}

p img {
	margin: 0;
}
p.lead {
	font-family: "merriweather-light", serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #737373;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}
 
small {
	font-size: 1.1rem;
	line-height: inherit;
}
 
 

/**
 * Lists  
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #05bca9;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #05bca9;
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables  
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "raleway-regular", sans-serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #252525;
	font-family: "raleway-bold", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * Spacing  
 * -
 */

button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
	margin-bottom: 3rem;
}

/**
 * floated image  
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/**
 * block grids paddings 
 * -
 */

.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}


/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0;
	background-color: #05bca9;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}


/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #737373;
	font-family: "merriweather-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 3px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
 
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	background: #f4fffe;
	border: 1px solid #d2fef9;
}
label, legend {
	font-family: "merriweather-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #05bca9;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}


/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
	margin: 0 .3rem 1rem 0;
	background: #d8d8d8;
	color: #252525;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	border-radius: 1000px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #05bca9;
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

#homeIntro{text-align:center; padding:80px 0;}

#homeIntro p span{color:#c1182c;}



@media only screen and (max-width:600px) {
	section .h01 {
		font-size: 2.5rem;
	}
}

/**
 * responsive:
 * common styles
 * - 
 */

@media only screen and (max-width:768px) {
	.section-intro {
		max-width: 650px;
	}
	.section-intro h1 {
		font-size: 4.2rem;
	}
}
@media only screen and (max-width:600px) {
	.section-intro h1 {
		font-size: 3.8rem;
	}
	.section-intro h5 {
		font-size: 1.5rem;
		letter-spacing: .3rem;
	}
}
@media only screen and (max-width:400px) {
	.section-intro h1 {
		font-size: 3.6rem;
	}
}


/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	    padding: 20px 0 0;
	z-index: 600;
	background: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	    border-bottom: solid 1px #ccc;
}
header .row {
	width: auto;
	height: 66px;
	position: relative;
}

header .logo {
	margin-top: 2px;
	z-index: 600;
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
 width: 100px;
	height:100px;
 	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header {
    width: 93%;
    position: absolute;
    left: 60px;
}

header .row {  max-width: 100%;}
.sticky {
	position: fixed;
	background: #fff;
	top: 0;
}
 
  header.sticky {  width: 100%;   left:0; }
/**
 * responsive:
 * header section
 * - 
 */

@media only screen and (max-width:800px) {
	header {
		top: 0;
		padding: 6px 0;
	}
	header .logo a {
		width: 65px;
		height: 50px;
		background-size: 38px 38px;
	}
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
 
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: absolute;
	top: 6px;
	right: 30px;
}
.main-navigation {
	min-height: 66px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li ul li{
height: auto;}
.main-navigation li.current a {
	color: #c51624;
}
 .main-navigation li.current ul li a{color:  #fff;} 
 .main-navigation li.current ul li a:hover{color:  #c51624;} 
.main-navigation li.highlight a {
	color: #05bca9;
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* navigation links */
.main-navigation li a {
	display: block;
	padding: 5px 15px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #616060;
	    font-weight: 500;
    font-size: 16px;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent !important;
}
.main-navigation li a:hover {
	color:#c51624;
}

.main-navigation li.contact a{
background: #ae151f;
color: #fff;}
.main-navigation li.contact a:hover{
background: #004b6e;
color: #fff;}
.main-navigation li.current.contact a{
background: #ae151f;
color: #fff;}
 .main-navigation li.current.contact a:hover{
background: #004b6e;
color: #fff;}
/* ===== Desktop Dropdown ===== */
.has-submenu {
  position: relative;
}
.submenu {
  position: absolute;
  left: 0;
  top: 60px; /* below parent li */
  background: #043d5f;
  display: none;
  min-width: max-content;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.submenu li {
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.submenu li a {
  color: #e6e6e6;
  padding: 12px 18px;
  display: block;
  text-decoration: none;
}
.submenu li a:hover {
  background: #23516e;
  color: #c51624;
}
.has-submenu:hover > .submenu {
  display: block;
}

/**
 * mobile view - primary navigation
 * - 
 */
 
 
 
 

@media only screen and (max-width:800px) {
	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
		top: 69px;
		right: 0;
	}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 50px;
		margin-top: -20px;
	}
	a.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: #23516e;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: rgba(255, 255, 255, 0);
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: #000;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
        background: #043d5f;
        padding: 48px 42px 54px 42px;
        margin: 0;
        width: 100%;
        height: 100vh;
        clear: both;
        display: none;
    }
	.main-navigation > li {
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #e6e6e6;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
	}
	.main-navigation li a:hover {
		color: #ff7b29;
	}
	.main-navigation li.with-sep a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.with-sep a::before {
		display: none;
	}
	 
	.main-navigation li.current > a:after {
		display: none;
	}
	    .main-navigation li.current > a {
        background: none;
        color: #ff0707;
    }
	
	
	 .submenu {
    position: static;
    background: none;
    display: none; /* keep hidden until toggled */
    padding-left: 15px;
  }
  .submenu li a {
    padding: 12px 0;
    color: #e6e6e6;
  }
  .has-submenu.open > .submenu {
    display: block; /* toggled by JS */
  }
  /* Optional arrow indicator */
  .has-submenu > a::after {
    content: "▾";
    float: right;
    margin-left: 8px;
    font-size: 12px;
  }
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

@media only screen and (min-width:769px) {
	#main-nav-wrap ul.main-navigation {
		display: block !important;
	}
}


/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */

#intro {
	background: #14181E url(../images/banner-bg.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 720px;
	display: table;
	position: relative;
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
.intro-content h1 {
	color: #FFFFFF;
	 font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
	    padding-top: 60px;
		margin:0 0 15px;
 }
.intro-content h1 strong {
    font-weight: 700;
}
 .intro-content p{color:#fff; font-size:22px;}
.intro-content h5 {
	color: rgba(255, 255, 255, 0.6);
  font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.intro-content .video-link a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 4.2rem;
	outline: none;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #05bca9;
	border-color: #05bca9;
}

/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1024px) {
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 4.8rem;
		max-width: 700px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
}
 
 

/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */

@media only screen and (max-width:900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

h1{font-size:70px; padding:0; margin:0; color:#043e61;}
h1 strong{font-weight:600;}
 
 .comTitle h2{font-size:60px; padding:0; margin:0 0 20px; color:#043e61;   text-transform: uppercase;  line-height: 1;}
   .comTitle h2 strong{font-weight:600;}	
  .comTitle  h5  {
   font-size: 20px;}

/** 
 * ===================================================================
 * ad-section
 *
 * ------------------------------------------------------------------- 
 */

.servicesec {
	margin-top: 4.8rem;
	padding-top: 6rem;
	max-width: 650px;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	text-align: center;
}
 
 


/** 
 * ===================================================================
 * call-to-action section
 *
 * ------------------------------------------------------------------- 
 */

#cta {
	background:url(../images/cta-bg.jpg) no-repeat;
	 text-align: center;
	color: #FFFFFF;
	padding:100px 0;
}
#cta .comTitle h2 {
    color: #fff;
}
.cta-content {
	 margin: 0 auto;
}
 
 #cta .readmore {
    background: #fff;
 color: #c1182c;}
  #cta	.readmore:hover {
    background: #930516;  color: #fff;}

/**
 * responsive:
 * cta
 * -
 */

 

.readmore {background: #c1182c;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase; font-weight:600;}
	
	.readmore:hover {
    background: #930516;  color: #fff;}


#servicesec{text-align: center;
      padding: 100px 20px;
	  background:url(../images/service-bg.jpg) no-repeat; background-size:cover;}
	  
	  
	.services-section {
    text-align: center;
      padding: 100px 20px;
	  background:url(../images/service-bg.jpg) no-repeat; background-size:cover;
    }
	.services-section .slick-slider {
    margin-bottom: 60px;
	    margin-top: 60px;
}

.services-section .slick-arrow{width: 40px;height: 40px;z-index: 9;top: 50%;-webkit-transform: translate(0, 0%);-ms-transform: translate(0, 0%);transform: translate(0, 0%);opacity:0.4;}
.services-section .slick-arrow:hover{opacity:0.8;    background: url(../images/arrow.svg) no-repeat center center;
    background-size: 100%;}
.services-section .slick-arrow:before{opacity:0;visibility:hidden;}
.services-section .slick-prev{left:-45px;background:url(../images/arrow.svg) no-repeat center center;background-size:100%;   transform: rotate(180deg);}
.services-section .slick-next{right:-45px; background:url(../images/arrow.svg) no-repeat center center;background-size:100%;}
 .services-section  .card {
     
      border: 1px solid #ddd;
      background: #fff;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	  margin:0 20px;
    }

  .services-section  .card img {
      width: 100%;
      display: block;
       object-fit: cover;
    }

 .services-section   .card h3 {
      font-size: 25px;
      color: #004b6e;
      margin: 15px 0 5px;
	      line-height: 1;
    }

   .services-section .card p {
      font-size: 14px;
      padding: 0 15px 20px;
      color: #555;
	  min-height: 190px;
    }  
	  
	  
.why-choose {
      text-align: center;
      padding: 100px 20px;
	  background:#043d5f;
    }
	 .why-choose .comTitle h5{color:#fff;}
 .why-choose .comTitle h2{color:#fff;}
  .why-choose .comTitle h2 strong{color:#fff;}

    .features {
      display: grid;
          grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 70px;
      margin-top: 60px;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .feature-box {
      display: flex;
      align-items: center;
      text-align: left;
      gap: 15px;
    }

    .feature-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .feature-icon img {
      width: 50px;
      height: 50px;
    }

    .feature-text h4 {
      margin: 0;
      font-size: 28px;
      font-weight: 600;
	  color: #fff;
	      line-height: 1;
    }

    .feature-text p {
      margin:0;
       color: #fff;
    }



.iso-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 100px 0;
      gap: 40px;
    }
    .iso-text {
      flex: 1;
    }
    .iso-text h4 {
      font-size: 14px;
      letter-spacing: 1px;
      color: #555;
      margin-bottom: 10px;
    }
    .iso-text h2 {
      font-size: 48px;
      margin: 0;
      line-height: 1.2;
      font-weight: 300;
      color: #003366;
    }
    .iso-text h2 span {
      font-weight: 700;
      color: #004477;
    }
    .iso-text p {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.6;
      color: #666;
      max-width: 400px;
    }
    .iso-images {
      display: flex;
      gap: 40px;
      flex: 1;
      justify-content: center;
    }
    .iso-images img {
      width: 200px;
      height: auto;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .iso-section {
        flex-direction: column;
        text-align: center;
      }
      .iso-images {
        margin-top: 20px;
      }
    }
/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */
 .site-footer{
    background: #8d080d;
    color: #fff;
    padding: 20px 24px;
     font-size: 14px;
  }

  .site-footer .container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .site-footer .copyright{
    font-size: 13px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .site-footer .copyright span{
    opacity: 0.95;
    margin-right: 8px;
  }

  .socials{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .social-btn{
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--muted-outline);
    text-decoration: none;
    color: white;
        background: rgba(255, 255, 255, 0.2);
    transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease;
    box-shadow: inset 0 0 0 0 rgba(255,255,255,0.02);
  }

  .social-btn svg { display: block; }

  .social-btn:hover,
  .social-btn:focus{
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    background: rgba(255,255,255,0.04);
    outline: none;
  }

  /* Responsive - on small screens stack */
  @media (max-width: 520px){
    .site-footer .container{
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 8px 16px;
    }

    .site-footer .copyright{
      white-space: normal;
      margin-bottom: 10px;
    }
  }
  
  
  .contact-wrapper{
        display:flex;
        flex-wrap:wrap;
        max-width:1200px;
        margin:40px auto;
        padding:80px 20px;
        gap:40px;
    }
    .left{
        flex:1 1 300px;
    }
    .left h1{
        font-size:48px;
        font-weight:700;
        line-height:1.2;
        margin-bottom:20px;
    }
    .left h1 span{
        color:#003552; /* deep blue for "LET'S" */
    }
    .left p{
        margin-bottom:30px;
        font-size:18px;
        max-width:400px;
        line-height:1.5;
    }
    .info-block{
        margin-bottom:30px;
    }
    .info-block h3{
        font-weight:700;
        color:#003552;
        margin-bottom:10px;
        text-transform:uppercase;
        letter-spacing:0.5px;
    }
    .info-block p{
        font-size:16px;
        line-height:1.6;
    }
    .info-block a{
        color:#003552;
        text-decoration:none;
    }

    /* Right Form */
    .form-container{
        flex:1 1 320px;
        background:#003552;
        padding:40px 30px;
        color:#fff;
    }
    .form-container h2{
        font-size:40px;
        margin-bottom:30px;
        text-transform:uppercase;
        letter-spacing:1px;
		color:#fff;
    }
    .form-container input,
    .form-container textarea{
        width:100%;
        padding:15px;
        margin-bottom:20px;
        border:1px solid rgba(255,255,255,0.3);
        background:transparent;
        color:#fff;
        font-size:16px;
    }
	 .form-container textarea{height:70px;}
    .form-container input::placeholder,
    .form-container textarea::placeholder{
        color:rgba(255,255,255,0.7);
    }
    .form-container button {
    background: #c21d23;
    color: #fff;
    border: none;
    padding: 0 40px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
    font-weight: 600;
}
    .form-container button:hover{
        background:#a5181c;
    }

    @media(max-width:768px){
        .contact-wrapper{flex-direction:column;}
        .left h1{font-size:36px;}
    }
  
    .about-section{    text-align: center;
    padding: 100px 20px;
    background: url(../images/service-bg.jpg) no-repeat;
    background-size: cover;}
  .about-section  .aboutvision{
         margin:auto;
        display:flex;
        justify-content:center;
        gap:40px;
        flex-wrap:wrap;
    }
 .about-section .card{
        background:#fff;
        border:1px solid #999;
        width:40%;
        padding:40px 20px;
        text-align:center;
        box-sizing:border-box;
        transition:transform .2s;
    }
   .about-section  .card:hover{
        transform:translateY(-5px);
    }
   .about-section  .icon{
        font-size:60px;
        color:#215a9e;
        margin-bottom:20px;
    }
   .about-section  h3{
            font-size: 40px;
    padding: 0;
    margin: 0 0 20px;
    color: #043e61;
    text-transform: uppercase;
    line-height: 1;
    }
   .about-section  p{
        color:#555;
        line-height:1.6;
        font-size:14px;
    }

 #Innerbanner .bannercontent h1 {
    color: #FFFFFF;
    font-size: 40px;
    }
	
	
	
#Innerbanner{ display: flex
;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

#Innerbanner .bannercontent{position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
}
#Innerbanner .bannercontent h1 {
    color: #FFFFFF;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 40px;
}
    /* Responsive */
    @media(max-width:800px){
        .about-section .card{width:100%;}
	 #Innerbanner img{ object-fit: cover;  height: 500px;}
	 
	 
	}
	
 
.servicesCard {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping to next line */
  justify-content: center;     /* Center cards horizontally */
  gap: 20px;                   /* Space between cards */
  padding: 20px;
 }

.servicesCard .card {
 border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
	padding:0 0 35px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0 10px 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  flex: 1 1 calc(25% - 20px);   /* 4 per row on desktop */
  max-width:330px;            /* Optional: limits size */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.servicesCard .card p {
    font-size: 14px;
    padding: 0 15px 20px;
    color: #555;
    margin: 0;
}

.servicesCard .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.servicesCard .card img{ height: 326px;}
 
 .servicesCard h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.servicesCard .card p {
    font-size: 15px;
}



/* ===== Section Wrapper ===== */
.servicesDetail {
  padding: 80px 20px;
  background: #ffffff; /* default */
}
.servicesDetail.alt-bg {
     background: url(../images/service-bg.jpg) no-repeat;
    background-size: cover;
}
/* ===== Inner Card ===== */
.servicesCard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
/* ===== Image & Text ===== */
.serviceImg,
.serviceText {
  flex: 1 1 45%;
  min-width: 280px;
}
.serviceImg img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



.serviceText h3 {
  font-size: 40px;
   color: #004b6e;
    margin: 0 0 15px;
	text-transform:uppercase;
}
.serviceText ul {
  list-style: disc;
  padding-left: 20px;
  color: #444;
  padding:0; margin:0;
}
.serviceText ul li {
  margin-bottom: 10px;
  position:relative;
  list-style:none;
  padding:0 0 0 15px;
}
  .serviceText ul li:before{    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid red;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 6px;
  }
  
  
  .serviceImg {
  position: relative;
      min-height: 640px;
 }

.serviceImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Show the first image initially */
.serviceImg img.active {
  opacity: 1;
}
  
  
/* ===== Alternate Layout ===== */
.servicesCard.reverse {
  flex-direction: row-reverse;
}
/* ===== Responsive ===== */
@media (max-width: 768px) {
  .servicesCard,
  .servicesCard.reverse {
    flex-direction: column;
    text-align: center;
  }
  .serviceText ul {
    text-align: left;
    padding-left: 30px;
  }
}



 .view-gallery-btn {
    background:var(--btn);
    color:#fff;
    border:none;
    padding:12px 22px;
    border-radius:8px;
    margin:10px;
    cursor:pointer;
    font-size:15px;
  }
  .view-gallery-btn:hover { background:var(--btn-hover); }

  /* LIGHTBOX */
  .lightbox {
    display:none; /* toggled to flex when open */
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,0.85);
    align-items:center;
    justify-content:center;
    padding:20px;
  }
  .lightbox.open { display:flex; }

  .lightbox-content {
    position:relative;
    max-width:1100px;
    width:100%;
    max-height:90vh;
  }
  .lightbox-main {
    background:transparent;
    border-radius:8px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    max-height:80vh;
  }
  .lightbox img {
    width:100%;
    height:auto;
    max-height:80vh;
    object-fit:contain;
    display:block;
    user-select:none;
  }
  .zoom { transform:scale(1.15); transition:transform .25s ease; }

  /* nav */
  .nav-btn {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:36px;
    color:#fff;
    background:transparent;
    border:none;
    cursor:pointer;
    padding:8px 12px;
    user-select:none;
  }
  .nav-btn:active { transform:translateY(-50%) scale(.98); }
  .nav-prev { left:6px; }
  .nav-next { right:6px; }

  .close {
    position:absolute;
    top:-14px;
    right:0;
    color:#fff;
    font-size:34px;
    background:transparent;
    border:none;
    cursor:pointer;
  }

  /* small screen adjustments */
  @media (max-width:720px){
    .nav-btn { font-size:28px; left:6px; right:6px; }
    .close { top:8px; right:8px; }
    .lightbox { padding:10px; }
  }
 

/* ✅ Responsive Breakpoints */
@media (max-width: 992px) {
  .servicesCard .card {
    flex: 1 1 calc(33.333% - 20px); /* 3 per row on tablets */
  }
.serviceImg {
    position: relative;
    min-height: 540px;
}
       
.serviceImg, .serviceText {
    flex: 0;
    min-width: auto;
    text-align: left;
}

}
@media (max-width: 768px) {
	#Innerbanner .bannercontent h1
 {
  font-size: 50px;line-height : 1;}
  .servicesCard .card {
    flex: 1 1 calc(50% - 20px);     /* 2 per row on small tablets */
  }
  .serviceText ul {
        text-align: left;
        padding-left: 6px;
    }
	.serviceText h3 {
    font-size: 35px;        line-height : 1;}
  .servicesCard {
display: grid ; }
.serviceImg {
    position: relative;
    min-height: 400px;
}
.iso-text h2 {
    font-size: 37px;
}
@media (max-width: 480px) {
  .servicesCard .card {
    flex: 1 1 100%;                 /* 1 per row on phones */
  }
}
/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 66px;
	width: 60px;
	line-height: 66px;
	text-align: center;
	background: #003e61;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
	background: #ff7b29;
	color: #FFFFFF;
}

 

/* Default styles for the link with the class 'my-link' */
.footer_link{
    color: deepskyblue !important;
    text-decoration: none !important;
    transition: color 0.3s !important; /* Smooth transition for the color change */
}

/* Styles to apply when the link is hovered */
.footer_link:hover {
    color: red !important; /* Change text color to red on hover */
    text-decoration: underline !important; /* Add underline on hover */
    background-color: yellow !important; /* Change background color to yellow on hover */
}

/*# sourceMappingURL=main.css.map */



  @media (max-width: 1600px){
	  .intro-content h1 {   font-size: 60px;}
.comTitle h2 {
    font-size: 60px;
}
 }
 
   @media (max-width:800px){
	   .intro-content p {   font-size: 30px;
}
 header {  width: 100%;    position: fixed;  left: 0; top:0; }
.why-choose { text-align : left;}
.intro-content h1 {
        font-size:60px;
    }
.comTitle h2 {     font-size: 40px;   }
.card p {
    font-size: 14px;
    padding: 0 15px 0;
    color: #555;
}
    .iso-section {
        padding: 70px 30px;
    }
   }
   
      @media (max-width:600px){
		  .intro-content h1 {
            font-size: 45px;
        }
   .site-footer .container {
    max-width: 100%;
    margin: 0 auto;
    display: grid ;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.socials {
   justify-content: center;
}
.intro-content p {
    color: #fff;
    font-size: 23px;
}
	  }