

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg') format('svg');
}        
        
@font-face {    
	font-family: 'MinionPro-Regular';    
    src: url('../fonts/MinionPro-Regular.eot') format('embedded-opentype'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.ttf') format('truetype'),
        url('../fonts/MinionPro-Regular.otf') format('opentype'),
        url('../fonts/MinionPro-Regular.svg') format('svg');
}
body {
	
	padding: 0;
	margin: 0;
	color: #000;
	letter-spacing: normal;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;	
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px 0;
	line-height: 1;
	/*font-family: 'MinionPro-Regular';*/
	color: #fff;
	font-weight: bold;
}
h1 {
	font-size: 50px;

}
h2{
	font-size: 45px;
}
h3{	
	font-size: 30px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 1.6;
}
p{
	margin: 0 0 20px 0;
}
ul , ol{
	padding: 0px;
	margin: 0 0 20px 10px;
}
ul li , ol li{
	margin: 0 0 0 10px;
	padding: 0px;
}
a, a:visited, a:focus{
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}    
img{
	max-width: 100%;
}
input, textarea, a, img {
	outline: none !important;
}
section:before , section:after{
	clear: both;
	display: table;
	content: "";
}
section{
	position: relative;
	clear: both;
	padding:50px 0;
	display: inline-block;
	float: left;
	width: 100%;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
	border: 1px solid #58646a;
	width: 100%;
	padding: 0 20px;
	background: #ffffff;
	//height: 42px;
}*/

/*textarea{
	height: 150px;
	resize: none;
	padding: 20px;
}*/
table{	
	margin-bottom: 0px;
	overflow-x: auto;
}
td , th{
	padding: 10px 20px;
	border-right: 1px solid #e1e1e1;
}
tr th:first-child , tr td:first-child{
}
th,tr{	
	border: 1px solid #e1e1e1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.main-part {
	clear:both;
}
/*-------header--------*/
.header-part {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
	padding: 30px 0;
	background: #1E5071;
	z-index: 9999;
	border-bottom: 2px solid #000;
}
.header-inner {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
}
.header-logo {
	display: inline-block;
	position: relative;
	float: left;
	width: 180px;
}
.main-menu {
	float: right;
	text-align: right;
	padding: 0;
	margin: 80px 0 0;
	display: inline-block;
}
.main-menu li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin:0 0 0 0px;
	float: left;
}
.main-menu li a {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 1;
	padding: 15px 35px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-menu li.current-menu-item a ,.main-menu li:hover a{
	background: #96ccec;
	color: #fff;
}
.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	background: #96ccec;
	padding: 0;
	margin: 0;
	width: auto;
	text-align: left;
	display: none;
}
.sub-menu li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 200px;
}
.sub-menu li a{
	display: block;
	font-size: 16px;
	padding: 15px 35px;
    font-weight: normal;
}
.peta-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: auto;
	background:  #96ccec;
	padding: 0;
	margin: 0;
	width:auto;
	text-align: left;
	display: none;
}
.main-menu li:hover .sub-menu {
	display: block;
}
.main-menu li:hover .sub-menu li a{
	color: #000;
	background: none;
}
.main-menu li .sub-menu li:hover a {
	background: #96ccec;
	color: #fff;
}
.sub-menu li:hover .peta-menu {
	display: block;
}
.sub-menu li:hover .peta-menu li a {
	color: #000;
	background: none;
}
.sub-menu li .peta-menu li:hover a {
	background: #1e5071;
	color: #fff;
}


/*---------main-part------------*/
.home-slider {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0 0 50px 0;
	float: left;
}
.hero-home {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
}
.slider-item {
	height: 700px;
	display: inline-block;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-home .slick-prev {
	position: absolute;
	left:50px;
	top: 50%;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	border: none;
	box-shadow: none;
	font-size: 0px;
	outline: none;
	background: url(../images/slider-arrow-left-black.png) no-repeat center rgba(255,255,255,0.9);
	background-size: 30px;
	outline: none;
}
.hero-home .slick-next {
	position: absolute;
	right:50px;
	top: 50%;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	border: none;
	box-shadow: none;
	font-size: 0px;
	outline: none;
	background: url(../images/slider-arrow-right-black.png) no-repeat center rgba(255,255,255,0.9);
	background-size: 30px;
	outline: none;
}
.hero-home .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	bottom: -30px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.hero-home .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border:1px solid #666;
	border-radius: 50%;
	padding: 0px;
	margin:0 5px;
}
.hero-home .slick-dots li button {
	display: none;
}
.hero-home .slick-dots li.slick-active {
	background: #666;
}
.grid {
	width: 100%;
	display: inline-block;
	position: relative;
}
.grid-item {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
}
.image-caption {
	position: absolute;	
}
.image-caption.left-bottom {
	left: 30px;
	bottom: 20px;
}
.image-caption.top-right{
	right:40px;
	top: 20px;
}
.image-caption.top-center{
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	top: 20px;
}
.image-caption.bottom-center{
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	bottom: 20px;
}
.image-caption h2 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}
.insta-title {
	width: 100%;
	display:block;
	position: relative;
	text-align: center;
	margin: 30px 0 30px;
}
.insta-title h6 {
	color: #000;
	position: relative;
	overflow: hidden;
	background: #fff;
	display: inline-block;
	margin-bottom: 0;
	z-index: 1;
	padding: 1px 20px;
	line-height: 1;
}
.insta-title:after {
	position: absolute;
	content: '';
	left: 0%;
	width: 100%;
	background: #000;
	height: 1px;
	top:47%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	display: inline-block;
}
.call-us {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #1e5071;
	padding: 15px 15px;
	font-size: 26px;
	font-weight: 900;
	margin: 25px 0 30px;
}
.call-us:hover,.call-us:focus {
	color: #fff;
}
/*------------footer-part---------*/

.footer-part {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 80px 0 40px 0;
	background: #1e5071;
}
.footer-inner {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
}
.footer-address{
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
}
.footer-address ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
	float: left;
}
.footer-address ul li {
	display:block;
	padding: 0;
	margin: 0;
}
.footer-address ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.footer-address ul.social {
	padding: 0;
	margin:15px 0 0;
	width: 100%;
	display: inline-block;
	float: left;
}
.footer-address ul.social li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}
.footer-address ul.social li a {
	font-size: 18px;
}
.form {
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
}
.form-left {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.form-right {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
.form input {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	border:none;
	background: #fff;
	padding: 10px 15px;
}
.form textarea {
	width: 100%;
	display: inline-block;
	border:none;
	background: #fff;
	padding: 10px 15px;
	height: 180px;
	float: left;
}
.coupon-input {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 15px 15px;
	background:#fff;
}
.coupon-input input {
	border-bottom: 1px solid #666;
	margin-top: 50px;
	padding: 5px 0px;
	margin-bottom: 0;
}
.submit {
	box-shadow: none;
	outline: none;
	border: none;
	padding: 10px 15px;
	text-align: center;
	background:#fff;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	color: #666;
}
.address {
	display:inline-block;
	width: 100%;
	padding-left: 30%;
}
.address p,.address p a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.insta-info {
	padding: 60px;
}
/*--------about.html----------*/
.container.fancybox-content  {
	overflow: hidden;
}
.fancybox-bg {
    background:rgb(93,157,194);
}
.sk-popup {
	box-shadow:  5px 5px 0px 0px rgba(0,0,0,0.4);
}
.banner-part {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}
.banner-caption {
	position: absolute;
	left: 0;
	bottom: 50px;
	display: inline-block;
	width: 100%;
}
.banner-caption h2 {
	font-size:80px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	overflow-wrap: break-word;
}
.max-title {
	display: block;
	text-align: left;
	margin:40px 0;
}
.max-title h2 {
	color: #1e5071;
	font-size: 60px;
	font-family:'roboto',sans-serif;
	font-weight: 900;
	overflow-wrap: break-word;

}
.max-title h6 {
	margin-top: 40px;
}
.max-title h6 a{
	color: #1e5071;
	font-weight: 900;

}

/*------------service-part-------*/
.main-title {
	margin-bottom: 40px;
	display: block;
	text-align: left;
}
.main-title h2 {
	color: #1e5071;
	font-size: 60px;
	font-family:'roboto',sans-serif;
	font-weight: 900;
	overflow-wrap: break-word;
	margin-bottom: 30px;
}
.main-title h6 {
	font-weight: 400;
	color: #000;
}
.main-title h6 a:first-child {
	text-decoration: underline;
	
}
.main-title h6 a {
	color: #1e5071;
	font-weight: 900;
}
.sk-popup {
	display: none;
}
.service-img {
	width: 100%;
	display: inline-block;
	position: relative;
}
.service-img img {
	width: 100%;
	height: 100%;
}
.service-info {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 45px 30px;
}
.service-info h3 {
	color: #000;
	padding-right: 40px;
}
.service-info h6 a {
	color: #1e5071;
}
.fancybox-content {
    margin: 0 0 44px;
    padding: 0px;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 20px;
    top: 20px;

}
.fancybox-slide--html .fancybox-close-small svg {
	display: none;
}
.fancybox-slide--html .fancybox-close-small:after {
	position: absolute;
	content: '\f00d';
	font-family: 'fontawesome';
	font-size: 40px;
	font-weight: 900;
	color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    
}

/*-------17-10-2018----------*/
.gallery-inner {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
}
.gallery-title {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 40px 30px 20px;
}
.gallery-title h3 {
	margin-bottom: 10px;
	color: #000;
}
.gallery-title h5 {
	margin-bottom: 15px;
	color: #000;
	font-weight: 400;
}
.gallery-slider {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
	padding-bottom: 00px;
}
.gallery-slider .owl-theme .owl-nav {
	position: absolute;
    right:70px;
    top: -50px;
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    width: 135px;
    margin: 0;
}
.gallery-slider .owl-theme .owl-nav .owl-prev {
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -o-transform: translateY(-0%);
	outline: none;
}
.gallery-slider .owl-theme .owl-nav .owl-next {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -o-transform: translateY(-0%);
	outline: none;
}
.gallery-slider .owl-theme .owl-nav span {
	font-size: 50px;
	font-weight: 900;
	color: #000;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    text-decoration: none;
}
.fancybox-slide--html .fancybox-content {
    margin: 30px 0 6px;
}
.gallery-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(17,73,141,0.8);
	opacity: 0;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.gallery-hover-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
}
.gallery-hover-info h3 {
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.gallery-hover-info h6 {
	color: #fff;
	margin-bottom: 10px;
}
.grid-item:hover .gallery-hover{
	opacity: 1;
}

.form-div {
	width:800px;
	display: block;
	margin: auto;
	padding: 50px 0 10px;
}
.form-div input {
	width: 100%;
	display: inline-block;
	position: relative;
	background: none;
	border: 1px solid #000;
	padding: 5px 15px;
	color: #666;
	margin-bottom: 20px;
	box-shadow: none;
	outline: none;
}
.form-div textarea {
	width: 100%;
	display: inline-block;
	position: relative;
	background: none;
	border: 1px solid #000;
	padding: 5px 15px;
	color: #666;
	margin-bottom: 20px;
	box-shadow: none;
	outline: none;
	height: 200px;
}
.form-coupon {
	width: 100%;
	display: inline-block;
	position: relative;
}
.form-coupon span {
	display: inline-block;
	height: 50px;
}
.form-coupon span img {
	display: inline-block;
}
.form-div .form-coupon input {
	padding: 12px 15px;
	margin-bottom: 0;
}
.form-div p {
	text-align: center;
}
.form-div .submit {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #1e5071;
	border-radius: 50%;
	position: relative;
	margin-top: 40px;
}
.form-div .submit span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	color: #fff;
	text-transform: uppercase;
}

.coupon-input .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
	margin-bottom: 41px;
}

.wpcf7-form-control-wrap.captcha-1 {
	width: 100%;
}