﻿@charset "utf-8";
/* CSS Document */


body{
	font-family: Tahoma, Geneva, sans-serif, serif !important;

	font-weight: 400;
	position: relative;
        font-style: bold;
	}

h1 {
  font-family: "Etica W01 Bold",sans-serif !important;
	font-style: bold;
	font-weight: 700;
  }

h2 {
	font-family: Tahoma, Geneva, sans-serif, serif !important;

	font-weight: 400;
	position: relative;
        font-style: normal;
	}
  }



a,
.btn,
#overlay,
#header,
.navbar,
.navbar-nav .nav-item:before,
.page-wrapper,
#bt-close{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
#overlay,
.sticky-wrapper,
#header,
.navbar:before,
.is-sticky #header:before,
.navbar-nav .nav-item:before,
.navbar-toggler span:before,
#bt-close span:before,
#bt-close span:after,
#banner:before,
.parallax,
#testimonials .owl-stage-outer:after,
#testimonials .owl-stage-outer:before,
#testimonials .owl-nav > div{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

a:focus{
	outline:none;
	}
img{
	max-width:100%;
	}
.btn{
	border-radius: 0;
	}
.btn-primary{
	background-color: #0d9ddb;
	border: none;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle{
	background-color: #0d9ddb;
	color:#fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#overlay{
	background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
body.show-navbar #overlay{
	opacity: 1;
	visibility: visible;
}

/* Header start here
====================*/
.sticky-wrapper{
	bottom: auto;
}
#header{
	bottom: auto;
	top: auto;
	/* top: 0; */
	z-index: 99;
	padding-top: 30px;
	white-space: nowrap;
	}
.willfixed #header{	
}
.is-sticky #header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#549dba+0,449485+100 */
	background: rgb(13,157,219); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(13,157,219,1) 0%, rgba(7,54,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(13,157,219,1) 0%,rgba(7,54,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(13,157,219,1) 0%,rgba(7,54,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9ddb', endColorstr='#073655',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
	/* top: 0 !important; */
    padding: 10px 0;
    left: auto;
}
.is-sticky #header .brand img{
	height: 50px;
}

.navbar:before,
.is-sticky #header:before,
#banner:before{
	background-image: url(../images/pattern.png);
	content: "";
}
.num{
	background-color: #0d9ddb;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 4px 15px;
    margin-right: 10px;
}
.num i{
	margin-right: 5px;
}
.num:hover{
	background-color: #fff;
	color: #0d9ddb;
	text-decoration:none;
}

.social-icons a{
	text-decoration:none;
	border: 1px solid;
    border-radius: 50%;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    width: 30px;
}
.fa-facebook:hover{
	background-color: #4e76b9;
	color: #fff;
	border-color:#4e76b9;
}
.fa-twitter:hover{
	background-color: #32c3f2;
	color: #fff;
	border-color:#32c3f2; 
}
.fa-google-plus:hover{
	background-color: #f05649;
	color: #fff;
	border-color:#f05649; 
}

.navbar-toggler{
	cursor: pointer;
	outline: none !important;
}
.navbar-toggler span {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    height: 3px;
    position: relative;
    width: 30px;
}
.navbar-toggler span:before{
	background-color: #000;
    content: "";
    left: 100%;
}
.navbar-toggler[aria-expanded="true"] span:before,
.navbar-toggler:hover span:before{
	left: 0;
}
.navbar-toggler span:nth-child(1):before{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.navbar-toggler span:nth-child(2):before{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar-toggler span:nth-child(3):before{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-toggler span + span {
    margin-top: 4px;
}
/* .navbar-toggler[aria-expanded="true"]{
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
	margin-bottom: -14px;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
 */
.navbar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#549dba+0,449485+100 */
	background: rgb(13,157,219); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(13,157,219,1) 0%, rgba(7,54,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(13,157,219,1) 0%, rgba(7,54,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(13,157,219,1) 0%, rgba(7,54,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549dba', endColorstr='#449485',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	bottom: 0;
	position: fixed;
	right: -300px;
	top: 0px;
	width: 300px;
	height: auto !important;
	overflow-y: auto;
	z-index: 999;
}
.navbar > *{
	position: relative;
	
}
.navbar hr{

}
.navbar-nav .nav-item{
	position: relative;
	margin-bottom: 5px;
}
.navbar-nav .nav-item:before{
	background-color: #073655;
    content: "";
    right: auto;
    width: 3px;
}
.navbar-nav .nav-item:hover:before{
	width: 100%;
}
.navbar-nav .nav-link{
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	position: relative;
	z-index: 9;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{
	background-color: #073655;
}
.page-wrapper{
	position: relative;
	right: 0;
}
.navbar[aria-expanded="true"]{
	right: 0;
}
.navbar[aria-expanded="true"] + .page-wrapper .is-sticky #header,
.navbar[aria-expanded="true"] + .page-wrapper{	
	right: 300px;
}

#bt-close{
	color: #fff;
    float: none;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0 0 20px;
    opacity: 1;
    text-shadow: none;
    text-transform: uppercase;
	outline: none;
}
#bt-close:hover{
	color: #000;
}
#bt-close span{
	display: inline-block;
    height: 2px;
    margin-right: 2px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
#bt-close span:before,
#bt-close span:after{
    background-color: #202121;
    content: "";
    display: block;
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#bt-close span:after {
    -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#banner{
	background-attachment: fixed;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: right center;
	min-height: 100vh;
	color: #fff;
	position: relative;
	padding-top: 152px;	
	padding-bottom:50px;
	line-height: 1.3;
}
#banner > *{
	position: relative;	
}
#banner p{
	margin-bottom: 40px;
}
#banner .btn:hover,
#banner .btn:focus{
	background-color: #073655;
}
#banner .btn .fa{
    background-color: #073655;    
    font-size: 40px;
    height: 46px;
    line-height: 42px;
    margin: -8px -15px -8px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 46px;
}

#Entrance .img-thumbnail{
	border-radius: 1rem;
	padding: 8px;
}

/* Content start here
====================*/
#content{}

section{
	position: relative;
}
.title{
	color: #073655;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shadow{
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
}
.rounded-top-left{
	border-top-left-radius: 160px;
}
.rounded-bottom-right{
	border-bottom-right-radius: 160px;
}
.rounded-bottom-right{
	border-bottom-right-radius: 160px;
}
.border-right{
	border-right: solid 6px #073655;
}
.border-left{
	border-left: solid 6px #073655;
	
}
.text-white .border-right,
.text-white .border-left{
	border-color: #fff;
}
.text-white .btn-outline-primary{
	border-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
}
.text-white .btn-outline-primary.active,
.text-white .btn-outline-primary:active,
.text-white .btn-outline-primary:focus,
.text-white .btn-outline-primary:hover{
	background-color: #fff;
	color: #073655;
}
.text-white a{
	color: #fff;
}


p:last-child{
	margin-bottom: 0;
}

#innovative{
	min-height: 550px;
	font-size: 30px;
}
#innovative hr{
	border-width: 3px;
	border-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
}
#awards .d-flex{
	margin: auto;
    max-width: 900px;
}
#awards .d-flex figure{
	padding: 0 30px;
}


#contact-us{
	background-color: #073655;
}
#contact-us .btn{
    font-weight: 500;
    letter-spacing: 7px;
}


#testimonials{}
#testimonials .owl-carousel{

}
#testimonials .owl-carousel:after,
#testimonials .owl-carousel:before{
	background-color: #7aa96d;
    color: #fff;
    content: "“";
    display: block;
    font-family: arial;
    font-size: 80px;
    font-weight: bold;
    height: 50px;
    line-height: 1.06;
    margin-left: 4px;
    text-align: center;
    width: 50px;
    z-index: 9;	
    
    position: absolute;
    top: 0;
    left: 0;
}
#testimonials .owl-carousel:after,
#testimonials .owl-stage-outer:after{
	left: 50% !important;
}
#testimonials .owl-stage-outer:after,
#testimonials .owl-stage-outer:before{
	background-color: #fff;
    border-left: 4px solid #dad9d6;
    content: "";
    right: auto;    
    width: 20px;
    z-index: 9;
}
#testimonials .owl-carousel{}
#testimonials .owl-item{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 80px;
	padding-bottom: 20px;
}
#testimonials .owl-dots{
	margin: 50px 0 20px;
	text-align: center;
}
#testimonials .owl-dots > div{
	background-color: #dad9d6;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    vertical-align: middle;
    width: 10px;
}
#testimonials .owl-dots > div.active{
	background-color: #073655;
}
#testimonials .owl-nav > div{
	background-color: #073655;
    color: #fff;
    font-size: 32px;
    height: 40px;
    line-height: 38px;
    margin: auto;
    text-align: center;
    width: 40px;
}
#testimonials .owl-nav > div:hover{
	background-color: #0d9ddb;
}
#testimonials .owl-nav > div.owl-prev{
	right: auto;
	left: -48px;
}
#testimonials .owl-nav > div.owl-next{
	left: auto;
	right: -48px;
}
 
/* Footer start here
====================*/
.footer{
	font-size: 15px;
}
.footer .footer-top [class*="col"] + [class*="col"]:before{

}
.footer h5{
	color: #0d9ddb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.footer a{
	color: #282828;
}
.footer a:hover{
	color: #4868a2;
	text-decoration: none;
}
.footer address{
	max-width: 260px;
}
.footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer ul li{
	margin: 13px 0;
}
.footer-top{
	
}
.footer .Subscribe form {
	position: relative;
}

.footer .Subscribe label.error{
	bottom: -20px;
    color: #f00;
    font-size: 11px;
    font-weight: 300;
    left: 0;
    margin: 0;
    position: absolute;
}
.footer .Subscribe .form-control{
	background-color: #f4f4f4;
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
}
.footer .Subscribe .input-group-addon,
.ajax-loader{
	border: medium none;
    border-radius: 0;
    padding: 0;
    width: 30px;
}
.footer .Subscribe .btn,
.ajax-loader{
	background-color: #0d9ddb;
	color: #fff;
    border: medium none;
    height: 30px;
    line-height: 0;
    padding: 7px;
}
.footer .Subscribe .btn .fa{
	margin-top: -1px;
}
.footer .Subscribe .alert{
	display: none;
    font-size: 12px;
    font-weight: 300;`
    left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 3px 8px;
    position: absolute;
    top: 100%;
}
.ajax-loader{
	visibility: hidden;
	position: absolute;
	right: 0;
}
.footer-bottom{
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 30px 0;
	position: relative;
}
.footer-bottom:before{

}


.modal button.close{
	background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-family: Kalinga;
    font-size: 20px;
    height: 40px;
    line-height: 2.2;
    opacity: 1;
    text-shadow: none;
    width: 40px;
}
.modal .modal-header{
	border: none;
}
.modal-content{
	background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.modal-content p{
	margin-bottom: 30px;
}
.modal-content hr{
	margin-top: 40px;
	margin-bottom: 40px;
}
.modal-content a{
	color: inherit;
}
.modal-lg{
	max-width: 980px;
}
.modal .modal-dialog{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-left: auto;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6{
	font-weight: 400;
}