@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Global Styles */

:root { 
	--primary: #202020; /*Primary Color*/
	--secondary: #ed1c24; /* Secondary Color*/
	--white: #ffffff; /*White*/
	--black: #000000; /*black*/
	--alternate: #32f0f0; /* Alternate Color*/
	--alternate1: #627792; /* Alternate Color*/
	--background1: #f6f6f6;	
	--fontStyle1: "Rubik", serif;
	--blue: #012257;
	}

.primary { color: var(--primary) !important;}
.secondary { color: var(--secondary) !important;} 
.white { color: var(--white) !important; }
.black { color: var(--black) !important; }
.alternate { color: var(--alternate) !important; }
.alternate1 { color: var(--alternate1) !important; }
.background1 { background: var(--background1) !important; }
.fontStyle1 { font-family:var(--fontStyle1) !important; }

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: var(--fontStyle1);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--primary);
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: var(--white);
	overflow-x: hidden;
	}
	
::selection {
	background: var(--secondary); /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: var(--secondary); /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: var(--secondary);
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: var(--alternate2);
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
	display: flex;
	margin: 0px auto;
	max-width: 1920px;
	flex-flow: column;
	height: 100vh !important;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.pageClass {
	position: relative;
	display: block;
	}

.container,
.wide-container,
.header-container,
.extraWide-container,
.container-md {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.wide-container {
    max-width: 1430px;
	}

.extraWide-container,
.header-container {
	/* max-width: 1600px; */
	max-width: 1400px;
	}
	
.container-md {
	max-width: 1230px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	background: var(--white);
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	}

.is-sticky #pageHeader {
	max-width: 1920px;
	background: var(--white);
	box-shadow: 0px 4px 8px 0px rgba(129, 129, 129, 0.25);
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Logo */
	
.logo {
	position: relative;
	display: flex;
    float: left;
	width: 180px;
	height: 42px;
	z-index: 1001;
	overflow: hidden;
	margin: 24px 0px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.topRightHeader {
	position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    /* justify-content: space-between; */
    justify-content: end;
	}
	
/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	width: 100%;
    padding: 0 0 0 3%;
	/* margin: 0px auto; */
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	font-size: 16px;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: center;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    /* margin: 0px 30px; */
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	/* min-width: 220px; */
	/* min-width: 200px; */
	line-height: 24px;
	padding: 33px 0px;
	color: var(--primary);
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}
.nav>ul>li .link-btn a{
	line-height: 0px;
	padding: 15px 25px;
	border-radius: 7px;
}
.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: var(--secondary);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: 0px;
	font-size: 16px;
    font-weight: 400;
	min-width: 250px;
	text-align: left;
	padding: 20px 0px;
	visibility: hidden;    
    text-transform: none;
	border-radius: 5px 5px;
	background: var(--white);
	margin: 30px 0px 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	}
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	line-height: 22px;
	padding: 10px 35px;
	border-radius: 0px;
	color: var(--primary);
	text-transform: capitalize;
	}

.nav>ul ul li:first-child a {
	border-radius: 5px 5px 0px 0px;
	}

.nav>ul ul li:last-child a {
	border-radius: 0px 0px 5px 5px;
	}

.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: var(--secondary);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.headerGroupContainer {
	position: relative;
	display: flex;
	margin: 0px 0px;
	align-items: center;
	justify-content: end;
	width: 25%;
	}

.headerGroupContainer .icons-info {
	display: flex;
	font-size: 15px;
	align-items: center;
	flex-direction: row;
	}

.headerGroupContainer .icons-info .icons {
	margin-right: 15px;
	flex-basis: 40px;
	width: 40px;
	}
	
.headerGroupContainer .icons-info a {
	color: #000000;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	}

.headerGroupContainer .icons-info a:hover {
	color: var(--secondary);
	}
	
/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	margin: 0px auto;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	max-height: 455px;
	-o-object-fit: fill;
	object-fit: fill;
	-o-object-position: center;
	object-position: center;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	background-position: left center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	margin: 0px 0px;
	max-width: 470px;
	color: var(--white);
	}

.banner_caption .captionContainer .bannerHeading1 {
	position: relative;
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 25px;
	color: var(--white);
	padding-bottom: 30px;
	}

.banner_caption .captionContainer .bannerHeading1::before {
	position: absolute;
	left: 0px;
	content: '';
	bottom: 0px;
	height: 6px;
	width: 100px;
	background: var(--white);
	}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 60px;
	padding: 14px 25px;
	border-radius: 0px;
	border: 1px solid #000000;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
	border: 1px solid var(--alternate);
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 60px;
	color: #ffffff;
	line-height: 1;
	font-size: 20px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background:  #000000;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: var(--secondary);
	border-color: var(--secondary);
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #C30000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	/* border-radius: 0px; */
	border-radius: 10px;
	}
.modal-header {
	border: none;
	justify-content: center;
}

.modal-backdrop.show {
	/* opacity: 0.9; */
	opacity: 0.6;
	}

.innerBannerSlider{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.innerBannerSlider .title{
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.innerBannerSlider .title h1{
	position: relative;
	text-align: center;
	font-size: 48px;
	font-weight: 400;
	color: var(--white);
	padding: 0;
}
.newsBannerSlider{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-color: var(--secondary);
}
.newsBannerSlider .title{
    margin: 8% !important;
}
.newsBannerSlider .title h1{
	position: relative;
	text-align: left;
	font-size: 32px;
	font-weight: 400;
	color: var(--white);
	padding: 0;
}
.newsBannerSlider .title p{
	color: var(--white);
}
.newsBannerSlider .title small{
	color: var(--white);
	font-weight: 200;
}
.newsBannerSlider a{
	position: relative;
    font-weight: 500;
    overflow: hidden;
    line-height: 22px;
    text-align: center;
	background: var(--blue);
	color: var(--white);
	display: inline-block;
	padding: 10px 35px;
	border: 1px solid var(--blue);
    text-decoration: none !important;
	transition: all 0.5s;
	border-radius: 5px;
}
.newsBannerSlider a:focus, .newsBannerSlider a:hover{
	background: var(--secondary);
	border-color: var(--secondary);
}
.newsBannerSlider img{
    margin-top: 3% !important;
    margin-bottom: 3% !important;
	height: 350px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.news-list a{
	text-decoration: none;
}
.news-list .list-item{
	text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: stretch;
}
.news-list a .list-item .item-main {
    position: relative;
}
.news-list a .list-item .item-main .item-img {
    width: 100%;
    height: 195px;
}
.news-list a .list-item .item-main .item-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    transition: all .3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.news-list a .date {
    color: var(--black);
    font-size: calc(16 + .4px);
    font-weight: 400;
    line-height: 146.341%;
    margin: 10.4px 0;
    text-align: start;
}
.news-list a .card-title {
    font-size: calc(18 + 2px);
    font-weight: 400;
    line-height: 120%;
    color: var(--secondary);
}
.news-list a .list-item:hover .item-main .item-img img {
    transform: scale(1.035);
    transform-origin: center center;
}
.newsDetailBannerSlider{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.newsDetailBannerSlider .title{
    padding: 10% 15% !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.newsDetailBannerSlider .title h1{
	position: relative;
	text-align: center;
	font-size: 48px;
	font-weight: 400;
	color: var(--white);
	padding: 0;
}
.newsDetailBannerSlider .title small{
	color: var(--white);
	font-weight: 200;
}

.otherBg{
	background-color: #231835 !important;
    color: #ffffff;
}
h4.title{
	font-family: Rubik;
    font-weight: 500;
    color: #ed1c24;
    font-size: 1.25rem;
    line-height: 1.35em;
}
.cardview{
	text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10%;
    height: 100%;
    background: #ffffff;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.cardview h4{
	font-family: Rubik;
    font-weight: 500;
    color: #ed1c24;
    font-size: 1.25rem;
    line-height: 1.35em;
}
.contact form .form-group label{
	margin-bottom: 5px;
}
.contact form .form-group input, .contact form .form-group select, .contact form .form-group textarea{
	height: 55px;
	background: #ffffff;
    font-family: Rubik;
    font-style: normal;
    color: #ed1c24;
    font-size: 1rem;
    line-height: 55px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border: 1px solid rgba(3, 42, 95, 0.1);
    border-radius: 5px;
	margin-bottom: 15px;
}
.contact form .form-group input:focus, .contact form .form-group select:focus, .contact form .form-group textarea:focus {
	border-color: #ed1c24; /* Active border color */
	color: #ed1c24;        /* Active text color */
	box-shadow: none;
}
.contact form button{
	background: #ffffff;
    height: 55px;
    font-family: Rubik;
    font-weight: 500;
    color: #202020;
    text-transform: none;
    font-size: 1rem;
    line-height: 55px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border: 1px solid rgba(14, 43, 92, 0.1);
    border-radius: 5px;
	width: 100%;
}
.contact form button:hover{
	border-color: #ed1c24;
	background: #ed1c24;
}
/* Container Style */
	
.row.grid-10 { margin-top: -10px; margin-bottom: -10px; margin-left: -10px; margin-right: -10px; }
.grid-10>.col, .grid-10>[class*="col-"] { padding-top: 10px; padding-bottom: 10px; }
.gutters-10>.col, .gutters-10>[class*="col-"] { padding-right: 10px; padding-left: 10px; }
.row.grid-15 { margin-top: -15px; margin-bottom: -15px; margin-left: -15px; margin-right: -15px; }
.grid-15>.col, .grid-15>[class*="col-"] { padding-top: 15px; padding-bottom: 15px; }
.gutters-15>.col, .gutters-15>[class*="col-"] { padding-right: 15px; padding-left: 15px; }

.row.grid-20 { margin-top: -20px; margin-bottom: -20px; margin-left: -20px; margin-right: -20px; }
.grid-20>.col, .grid-20>[class*="col-"] { padding-top: 20px; padding-bottom: 20px; }
.gutters-20>.col, .gutters-20>[class*="col-"] { padding-right: 20px; padding-left: 20px; }

.row.grid-25 { margin-top: -25px; margin-bottom: -25px; margin-left: -25px; margin-right: -25px; }
.grid-25>.col, .grid-25>[class*="col-"] { padding-top: 25px; padding-bottom: 25px; }
.gutters-25>.col, .gutters-25>[class*="col-"] { padding-right: 25px; padding-left: 25px; }

.row.grid-30 { margin-top: -30px; margin-bottom: -30px; margin-left: -30px; margin-right: -30px; }
.grid-30>.col, .grid-30>[class*="col-"] { padding-top: 30px; padding-bottom: 30px; }
.gutters-30>.col, .gutters-30>[class*="col-"] { padding-right: 30px; padding-left: 30px; }

.row.grid-portfolio { margin-top: -20px; margin-bottom: -20px; margin-left: -12px; margin-right: -12px; }
.grid-portfolio>.col, .grid-portfolio>[class*="col-"] { padding-top: 20px; padding-bottom: 20px; }
.gutters-portfolio>.col, .gutters-portfolio>[class*="col-"] { padding-right: 12px; padding-left: 12px; }

.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px;	text-align: center;	padding: 0px; }
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; } 
.img-holder.img-cover figure img { object-fit: cover; } 
.customGrid-container { padding: 0px 60px; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	width: 100%;
	padding: 110px 0px;
	}

.section-container,
.section-container-full,
.section-container-wide {
	position: relative;
	display: block;
	width: 100%;
	padding: 90px 0px 70px;
	}

.section-container-full {
	padding: 90px 0px;
	}

.section-container-wide {
	padding: 100px 0px;
	}

/*Home*/

.homeIntro-section {
	overflow: hidden;
	background: var(--blue);
	}

.whatOffer_box {
	width: 100%;
	height: 100%;
	}

.whatOffer_box::before {
	position: absolute;
	opacity: 0;
	content: '';
	inset: 0px;
	border-radius: 5px;
	transform: scale(1.2);
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.whatOffer_box:hover::before {
	opacity: 1;
	transform: scale(1);
	}

.whatOffer_box a {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 15%;
	display: block;
	text-align: center;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	}

.whatOffer_box .img-holder {
	padding-bottom: 64px;
	margin-bottom: 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

.whatOffer_box:hover .img-holder {
	animation: crescendo 1s alternate infinite ease-in;
	}

@keyframes crescendo {
	0%   {transform: scale(.8);}
	100% {transform: scale(1.2);}
	}
	
.whatOffer_box h3 {
	font-size: 20px;
	padding: 0px 0px;
	color: var(--white);
	}

.about_intro-caption {
	font-size: 19px;
	text-align: center;
	}

.whyChoose-section {
	padding-bottom: 70px;
	background-size: cover;
	background-position: center center;
	}

.whyChoose-section::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	content: '';
	height: 100px;
	background: var(--background1);
	}

.whyChoose-section::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	content: '';
	height: 20px;
	background: var(--white);
	}

.whyChoose-gridBox {
	padding: 80px 80px;
	background-color: var(--alternate);
	}

.whyChoose-gridBox .link-btn a {
	font-size: 16px;
	border-radius: 5px;
	}

.whyChoose-gridBox ul.ul-listing {
	padding-top: 10px;
	margin-bottom: 50px;
	}

.whyChoose-gridBox.whyChoose-block1 {
	background: #231835;
	}

.whyChoose-gridBox.whyChoose-block1 .pageTitle h2 {
	color: var(--white);
	}

.whyChoose-gridBox.whyChoose-block1 ul.ul-listing li {
	color: #9b9aad;
	}

.whyChoose-gridBox.whyChoose-block1 .link-btn a {
	background: #01daf9;
	}

.teamSub-title {
	font-size: 19px;
	}

.teamListing-grid {
	padding: 60px 0px;
	}

.teamListing-row .teamListing-grid:last-child {
	padding-bottom: 0px;
	}

.teamListing-row .teamListing-grid:nth-child(even) .team_order1 {
	order: 2;
	}

.teamListing-row .teamListing-grid:nth-child(even) .team_order2 {
	order: 1;
	}

.teamListing-grid .img-holder {
	padding-bottom: 75%;
	border-radius: 10px;
	}

.teamInfo-caption {
	font-size: 19px;
	}

.teamInfo-title {
	font-size: 17px;
	margin-bottom: 25px;
	}

.teamInfo-title h4 {
	font-weight: 700;
	padding-bottom: 10px;
	color: var(--secondary);
	}

.team_order2 {
	align-self: center;
	}

.homeLast-section {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 22%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.homeLast-section .container {
	max-width: 750px;
	}

.homeLast-section .pageTitle h2 {
	font-size: 36px;
	}

.homeLast-section .pageTitle h4 {
	font-size: 18px;
	color: var(--secondary);
	}

.homeLast-section .link-btn {
	padding-bottom: 40px;
	}

.homeLast-section .link-btn a {
	border-radius: 5px;
	background: var(--secondary);
	border-color: var(--secondary);
	}

.homeLast-section .link-btn a::after,
.homeLast-section .link-btn a:hover {
	background: var(--blue);
	border-color: var(--blue);
	}











.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	font-size: 16px;
	margin: 0px auto;
	color: var(--primary);
	padding: 0px 0px 30px;
	}

.pageTitle h6 {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 4px;
	padding-bottom: 10px;
	color: var(--alternate1);
	text-transform: uppercase;
	}

.pageTitle h1,
.pageTitle h2 {
	line-height: 1.4;
	padding-bottom: 0px;
	color: var(--secondary);
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.capitalize {
	text-transform: capitalize !important;
	}

.NoUppercase {
	text-transform: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:var(--fontStyle1);
	position: relative;
	line-height: 1.3;
	font-size: 30px;
	margin: 0px 0px;
	font-weight: 500;
	text-transform: none;
	padding: 0px 0px 20px;
	color: var(--primary);
	letter-spacing: normal;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	color: var(--primary);
	}
	
h2, .h2 {
	font-size: 30px;
	}
	
h3, .h3 {
	font-size: 24px;
	}
	
h4, .h4 {
	font-size: 19px;
	}
	
h5, .h5 {
	font-size: 16px;
	}

h6, .h6 {
	font-size: 10px;
	}

p {
    margin: 0 0 20px;
	line-height: 1.6;
	letter-spacing: -0.16px;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing {
	display: block;
	padding: 0px;
	width: 100%;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: var(--primary);
	margin: 0px 0px 30px;
	list-style-position: inside;
	}

ul.ul-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	line-height: normal;
	list-style-type: none;
	padding: 0px 0px 30px 40px;
	}
	
ul.ul-listing li img {
	position: absolute;
	top: 3px;
	left: 0px;
	max-width: 20px;
	}
	
ul.ul-listing li:last-child {
	padding-bottom: 0px;
	}

ul.ul-listing li p {
	margin-bottom: 0px;
	line-height: normal;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}

/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 70px;
	height: 70px;
	font-size: 0px;
	color: #000000;
	border-radius: 70px;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background-position: center center;
	border: 1px solid var(--alternate1);
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: -100px;
	}

.slick-next {
	right: -100px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: var(--white);
	border-color: var(--white);
	background-color: var(--white);
	filter: drop-shadow(0px 1px 13.7px rgba(99, 99, 99, 0.20));
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: -30px;
	font-size: 0px;
	margin: 0px auto 0px;
	}

.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: none;
	margin: auto 12px;
	background: transparent;
	border-color: transparent;
	}

.slick-dots li.slick-active {
	margin: auto 12px;
	}

.slick-dots li::before {
	position: absolute;
	top: -6px;
	left: -6px;
	opacity: 0;
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 25px;
	background: transparent;
	border: 1.5px solid var(--primary);
	}
	
.slick-dots li.slick-active::before {
	opacity: 1;
	}
	
.slick-dots li:hover button,
.slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background: var(--secondary);
	}

.slick-dots li button {
	position: relative;
	width: 12px;
	height: 12px;
	padding: 0px 0px;
	border-radius: 20px;
	background: var(--primary);
	border: 1px solid var(--primary);
	}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	opacity: 1;
	background: var(--primary);
	border-color: var(--primary);
	}

.slick-dots li button:before {
	display: none;
	}

/* Link Button */
.new-btn{
	width: 100%;
	position: relative;
	font-weight: 500;
	overflow: hidden;
	line-height: 0px;
	text-align: center;
	padding: 18px 45px;
	border-radius: 8px;
	vertical-align: top;
	color: var(--white);
	display: inline-block;
	text-transform: capitalize;
	background: var(--blue);
	border: 1px solid var(--blue);
	text-decoration: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.new-btn span {
	position: relative;
	z-index: 3;
}
.new-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -2px;
	bottom: 0;
	z-index: 1;
	background: var(--secondary);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.new-btn:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
	
.new-btn:hover  {
	color: var(--white);
	background: var(--secondary);
	border-color: var(--secondary);
}

.link-btn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 18px;
	margin: 0px 0px;
	}

.link-btn a {
	position: relative;
	font-weight: 500;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	padding: 20px 45px;
	border-radius: 60px;
	vertical-align: top;
	color: var(--white);
	display: inline-block;
	text-transform: capitalize;
	background: var(--blue);
	border: 1px solid var(--blue);
	text-decoration: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.link-btn a span {
	position: relative;
	z-index: 3;
	}

.link-btn a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -2px;
	bottom: 0;
	z-index: 1;
	background: var(--secondary);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	}
	
.link-btn a:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
	
.link-btn a:hover  {
	color: var(--white);
	background: var(--secondary);
	border-color: var(--secondary);
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
	z-index: 7;
    padding: 0px 0px;
    max-width: 1920px;
    margin: auto auto 0px;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	font-size: 15px;
	overflow: hidden;
	line-height: 24px;
    /* padding: 70px 0px; */
    padding: 40px 0px;
	color: var(--primary);
	border-bottom: 1px solid rgba(204, 204, 204, 0.15);
	}

.footer .row {
	position: relative;
	justify-content: space-between;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	max-width: 25%;
	padding: 0px 15px;
	}

.footLogo {
	/* margin-bottom: 30px; */
	margin-bottom: 5px;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: #0e2b5c;
	margin: 0px 0px 15px;
	text-transform: capitalize;
	}
	
/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px 0px;
	list-style-type: none;
	}
	
ul.footer-nav li {
	position: relative;
	display: block;
	margin: 0px 0px 10px;
	}

ul.footer-nav li a,
.footer-wrapper a {
	position: relative;
	color: #0e2b5c;
	text-transform: capitalize;
	}
	
.footer-wrapper a:hover,
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: var(--secondary);
	text-decoration: underline;
	}
	
/*Social Media*/

ul.footSocial-media {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -6px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.footSocial-media>li {
	padding: 0px 6px 10px;
	}

ul.footSocial-media>li>a {
	position: relative;
	width: 65px;
	height: 65px;
	display: flex;
	font-size: 23px;
	border-radius: 65px;
	color: var(--white);
	align-items: center;
	justify-content: center;
	border: 1px solid #cccccc;
	}

ul.footSocial-media>li>a:hover {
	color: var(--secondary);
	border-color: var(--secondary);
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	font-size: 15px;
	overflow: hidden;
	padding: 30px 0px;
	text-align: center;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	margin: 0px auto;
	font-weight: 400;
    line-height: 24px;
	color: var(--primary);
	}

.mw1280 {
	max-width: 1280px;
	}

.zIndex2 {
	z-index: 2;
	}

.zIndex3 {
	z-index: 3;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	border: none;
	opacity: 1;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	width: 55px;
	height: 55px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0.8;
	}

#toTop:hover {
	opacity: 1;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: var(--secondary);
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: var(--secondary);
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 66px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: var(--secondary) !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	text-transform: uppercase;
	background: var(--alternate1);
	}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
	}
	
@media (max-width: 1699.98px) {
	
	}

@media (max-width: 1599.98px) {
	/* .nav>ul>li>a {  */
		/* min-width: 160px;  */
		/* min-width: 150px;  */
	/* } */
    }

@media (max-width: 1499.98px) {
	
    }

@media (max-width: 1399.98px) {
	
	}

@media (max-width: 1299.98px) {
	/* .nav>ul>li>a { min-width: 100px; }	 */
	.row.grid-15 { margin-top: -10px; margin-bottom: -10px; margin-left: -10px; margin-right: -10px; }
	.grid-15>.col, .grid-15>[class*="col-"] { padding-top: 10px; padding-bottom: 10px; }
	.gutters-15>.col, .gutters-15>[class*="col-"] { padding-right: 10px; padding-left: 10px; }
	}

@media (max-width: 1250px) {
	}

@media (max-width: 1199.98px) {
	body, .about_intro-caption, .link-btn, .teamInfo-caption { font-size: 16px; }
	.nav>ul>li { margin: 0px 10px; }
	.section-container-full { padding: 60px 0px; }
	.whatOffer_box a { padding: 8%; }
	.whyChoose-gridBox { padding: 50px 40px; }
	.teamListing-grid { padding: 30px 0px; }
	.homeLast-section .pageTitle h2 { font-size: 30px; }
	
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.logo { width: 190px; height: 45px; margin: 10px 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .mean-container a.meanmenu-reveal { top: 16px; right: 0px !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
	.topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; justify-content: end; padding: 22px 70px 22px 0px; }
	.nav-wrapper { margin: 0px 0px; order: 3; position: absolute; top: 0px; right: 0px; float: none; width: 100%; }
	.headerGroupContainer { display: none; }
	.banner_caption { position: relative; inset: auto; background: var(--black); padding: 30px 0px; }
	.banner_caption .captionContainerInner { max-width: 100%; font-size: 16px; }
	.whatOffer_box h3 { font-size: 18px; }
	.whyChoose-gridBox { padding: 30px 15px; }
	.teamListing-row .teamListing-grid:nth-child(even) .team_order1 { order: 1; }
	.teamListing-row .teamListing-grid:nth-child(even) .team_order2 { order: 2; }
	.ftcol { max-width: 100%; width: 100%; margin-bottom: 20px; }
	.footer-top { padding: 40px 0px 20px; }
	.footer-bottom { font-size: 13px; padding: 20px 0px; }
	.footLogo { text-align: center; }
	.footLogo img { max-width: 100px; }
	.homeLast-section .pageTitle h4 { font-size: 16px; }
	}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
    h1, h2, .pageTitle h1, .pageTitle h2 { font-size: 25px !important; letter-spacing: 0px !important; }
	h3 { font-size: 20px; letter-spacing: 0px !important; }
	h4 { font-size: 16px;  letter-spacing: 0px !important; }
	h5 { font-size: 15px;  letter-spacing: 0px !important; }
	h6 { font-size: 14px;  letter-spacing: 0px !important; }
	#toTop { bottom: 20px; right: 10px; width: 40px; height: 40px; background-size: cover; }
	#toTopHover { background-size: cover; width: 40px; height: 40px; }
	.whatOffer_box a { padding: 30px 15px; }	
	}

@media (max-width: 575.98px) {
	
	}

@media (max-width: 480px) {
	
	}

@-ms-viewport{ width: auto !important; }