@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Regular.eot');
    src: url('fonts/SegoeUI-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Regular.woff2') format('woff2'),
        url('fonts/SegoeUI-Regular.woff') format('woff'),
        url('fonts/SegoeUI-Regular.ttf') format('truetype'),
        url('fonts/SegoeUI-Regular.svg#SegoeUI-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('fonts/SegoeUI-Semilight.eot');
    src: url('fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('fonts/SegoeUI-Semilight.woff') format('woff'),
        url('fonts/SegoeUI-Semilight.ttf') format('truetype'),
        url('fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Light.eot');
    src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Light.woff2') format('woff2'),
        url('fonts/SegoeUI-Light.woff') format('woff'),
        url('fonts/SegoeUI-Light.ttf') format('truetype'),
        url('fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUIBlack.eot');
    src: url('fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUIBlack.woff2') format('woff2'),
        url('fonts/SegoeUIBlack.woff') format('woff'),
        url('fonts/SegoeUIBlack.ttf') format('truetype'),
        url('fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Semibold.eot');
    src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('fonts/SegoeUI-Semibold.woff') format('woff'),
        url('fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.eot');
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff'),
        url('fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #191919;
	background-color: #fff;
	height: 100%;
	font-family: 'Segoe UI';
	overflow-x: hidden;
}
body {
	font-size: 17px;
	color: #191919;
	min-height: 100%;
	position: relative;
	font-family: 'Segoe UI';
	overflow-x: hidden;
}
section {
	position: relative;
	padding: 80px 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	color: #191919;
	margin: 0;
	line-height: 1.6;
	font-family: 'Segoe UI';
}
p {
	font-size: 18px;
    line-height: 1.9;
	margin-bottom: 0;
    color: #191919;
}
a {
	position: relative;
	color: #191919;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #4ca4ba;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bg-img{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
}
#top.back-top {
	z-index: 10;
    color: #fff;
    background-color: #4ca4ba;
    font-size: 18px;
    height: 40px;
    width: 40px;
    font-weight: 500;
    line-height: 36px;
    padding: 0px 13px 0;
    border: 2px solid #4ca4ba;
    border-radius: 30px;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}
.bg-black {
    background-color: #113d58;
}
.bg-theme {
	background-color: #4ca4ba;
}
.text-theme {
	color: #4ca4ba !important;
}
.default-btn {
    font-size: 17px;
    line-height: 1em;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 18px 50px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #4ca4ba;
}
.default-btn:hover {
    color: #fff;
    background: #176685;
}
.overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.overlay-dark {
    background-color: rgba(0, 0, 0, 0.65);
}
.caption-video {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.slider-part {
    min-height: 90vh;
    z-index: 0;
}
.video-responsive {
    width: 100%;
}
.caption-video .canvas, .caption-video .video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.banner-sec h2 {
	font-size: 6em;
    line-height: 1.2;
    letter-spacing: -.03em;
	text-shadow: 0 10px 10px rgb(0 0 0);
}
.banner-sec p {
    font-size: 22px;
}
.sec-title h2 {
    font-size: 3.5em;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -1px;
}
.contact-bg {
    background-image: url(../images/contact-bg.jpg);
}
.brand-bg {
    background-image: url(../images/bg2.jpg);
}
.icons {
    height: 60px;
    width: 60px;
    padding: 10px;
}
.head-top p {
	font-weight: 600;
}
.icon-sec h4, .count-sec p {
	font-size: 22px;
	font-weight: 600;
}
h4.counter, .count-sec span {
    font-size: 3em;
    font-weight: 500;
	display: inline;
}
.brand-sec .col-lg-4 {
	border: 1px solid #ddd;
	margin-bottom: -1px;
	margin-left: -1px;
}
.text-red {
	color: red;
}
.footer p, .footer a {
	font-size: 1em;
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
	color: #4ca4ba;
}
.footer .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}
.footer li {
	line-height: 2;
}
.copyright p {
	font-size: 15px;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
@media  screen and (max-width: 1200px) {
	.banner-sec h2 {
		font-size: 5em;
	}
	.banner-sec p {
		font-size: 20px;
	}
	.sec-title h2 {
		font-size: 3em;
	}
}
@media  screen and (max-width: 992px) {
	.banner-sec h2 {
		font-size: 4.5em;
	}
	.sec-title h2 {
		font-size: 2.8em;
	}
}
@media  screen and (max-width: 768px) {
	section {
		padding: 60px 0;
		text-align: center;
	}
	.banner-sec h2 {
		font-size: 3em;
	}
	.sec-title h2 {
		font-size: 2.2em;
	}
	.banner-sec p {
		font-size: 18px;
	}
	.footer p, .footer a {
		font-size: 16px;
	}
	.copyright p {
		font-size: 15px;
	}
	.slider-part {
		min-height: 95vh;
	}
	#top {
		position: fixed;
		bottom: 60px;
		right: 20px;
		cursor: pointer;
		display: none;
	}
	.default-btn {
		font-size: 16px;
		padding: 14px 38px;
	}
	.nav-brand img {
		width: 110px;
	}
	.footer .list-inline-item:not(:last-child) {
		margin-right: 1rem;
	}
}