/* Ordino HTML Template */


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Work+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');


@import url('owl.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('custom-animate.css');










/*=================     main header style  ==================*/

.main-header {
	position: absolute;
	padding: 0 90px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.main-header .logo {
	margin: 28px 0;
}

.main-header .logo img {
    width: 150px;
}

.main-header ul li {
	margin: 42px 24px;
	display: inline-block;
}

.main-header ul li a {
	color: #fff;
	font-size: 16px;
	font-weight:  600;
}

.main-header .menu,
.main-header .link-btn {
	display: inline-block;
}

.main-header .link-btn .btn-style-one {
	margin-left: 75px;
	background: rgba(255, 255, 255, 0.19);
	border-color: #31322e52;
}

.main-header .link-btn .btn-style-one:hover {
	border-color: #222;
	background-color: #222;
}

/*========== responsive =========*/

@media only screen and (max-width: 1300px) {
	.main-header {
	    padding: 0 20px;
	}
	.main-header ul li {
	    margin: 42px 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.main-header .pull-left,
	.main-header .pull-right {
	    float: inherit!important;
	}
	.main-header ul li {
	    margin: 30px 10px;
	}
	.main-header .logo {
	    margin: 20px 0 0;
	    text-align: center;
	}
	.main-header .link-btn .btn-style-one {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header ul {
		text-align: center;
	}
	.main-header ul li {
	    margin: 30px 10px 0;
	}
	.main-header .link-btn {
	    text-align: center;
	    display: block;
	    margin: 30px 0px;
	}
	.main-header .link-btn .btn-style-one {
		margin-left: 0px;
	}

}




/*=================     banner style  ==================*/


.banner {
    position: relative;
    text-align: center;
    padding: 220px 0;
    overflow: hidden;
    background-color: #003a4f;
}

.banner .box {
	position: absolute;
}

.banner h2 {
	color: #fff;
	font-weight: 600;
	font-size: 60px;
	line-height: 100px;
	text-transform: capitalize;
}

.banner h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner .theme-btn {
	line-height: 29px;
}

.banner .theme-btn:hover {
	background: #222;
	color: #fff;
}

.banner .parallax-container {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .slide1 {
	display: block;
	position: absolute;
	left: 55px;
}

.banner .slide2 {
	display: block;
	position: absolute;
	right: 300px;
	top: 100px;
}

.banner .slide3 {
	display: block;
	position: absolute;
	right: 55px;
	bottom: 100px;
}

.banner .slide4 {
	display: block;
	position: absolute;
	top: 50px;
}

.banner .slide5 {
	display: block;
	position: absolute;
}

/* banner style two */

.banner-two {
    position: relative;
    text-align: center;
    padding: 420px 0 350px;
    overflow: hidden;
    background-color: #003a4f;
}

.banner-two:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner-overlay.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
}

.banner-two .banner-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 170%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-two .box {
	position: absolute;
}

.banner-two h2 {
	position: relative;
	z-index: 10;
	color: #fff;
	font-weight: 600;
	font-size: 55px;
	line-height: 70px;
	text-transform: capitalize;
}

.banner-two h3 {
	position: relative;
	z-index: 10;
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-two .theme-btn {
	position: relative;
	z-index: 10;
	line-height: 29px;
}

.banner-two .theme-btn:hover {
	background: #222;
	color: #fff;
}

@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



/* feature text */

.feature-text {
	position: relative;
	padding: 90px 0;
	background-color: #f7f9f8;
}

.feature-text .feature-text-block {
	position: relative;
	padding: 0 80px;
}

.feature-text .feature-text-block h2 {
	font-weight: 600;
	margin-bottom: 20px;
}


/* main demo */

.main-demo {
	position: relative;
	padding: 100px 0;
}

.main-demo .container {
	max-width: 1630px;
	width: auto;
}

.main-demo .image {
	position: relative;
	box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
	margin: 0 5px;
	background-repeat:  no-repeat;
	background-size:  cover;
	background-position: top center;
	transition: .5s ease;
}

.main-demo .image img {
	width: 100%;
	transition: .5s ease;
}

.main-demo .image:hover {
	transform: translateY(-30px);
	transition: .5s ease;
}

.main-demo .image a {
    display: block;
}

.main-demo h3 {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 65px;
}

.main-demo h3:hover {
	color: #dc013b;
}

.main-demo h3 a {
	color: inherit;
}

/* feature */

.feature {
	position: relative;
	background-color: #0d0d0d;
	padding-top: 160px;
	background-position:  center;
	margin-bottom: 200px;
}

.feature-block {
	margin-bottom: 60px;
	padding-left: 20px;
}

.page-title {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 240px 0px 180px 0px;
    min-height: 509px;
}

.feature-block h4 {
	position: relative;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.feature-block h4:before {
    position: absolute;
    left: -40px;
    top: 8px;
    height: 4px;
    width: 16px;
    background-color: #ee2d50;
    content: "";
}

.feature-block .text {
	color: #ccc;
}

.feature .image img {
	max-width: none;
	float: left;
	margin-bottom: -178px;
	position:  relative;
	z-index: 9;
}


/* feature icon */

.feature-icon {
	position: relative;
	background-color: #ffffff;
	padding-top: 120px;
	padding-bottom: 40px;
	background-position:  center;
}

.feature-icon .shape {
	position: absolute;
	top: -100px;
	left: 150px;
}

.feature-block-two {
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}

.feature-block-two .image {
	min-height: 95px;
}

.feature-block-two span {
	color: #ee2d50;
	font-size: 45px;
}

.feature-block-two h4 {
	font-weight: 700;
	margin-bottom: 20px;
}

/* portfolio */

.portfolio {
	position: relative;
	padding: 160px 0 130px;
}

.portfolio .sec-title {
	margin-bottom: 150px;
}

.portfolio .sec-title:before {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-image: url(../images/sec-title.png);
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
}

.portfolio .container {
	position: relative;
	max-width: 700px;
}

.portfolio .image {
	position: relative;
	box-shadow: 0px 5px 35px 0px rgba(4, 4, 4, 0.07);
	margin-bottom: 90px;
}

.portfolio .owl-carousel .owl-stage-outer {
	overflow: visible;
}


/* responsive */

.responsive {
	position: relative;
	background-color: #003a4e;
	padding-top: 100px;
	background-position:  center;
	margin-bottom: 80px;
	background-repeat:  no-repeat;
	background-position:  center;
	background-size: cover;
}

.responsive-block {
	margin-bottom: 60px;
}

.responsive-block h4 {
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
	font-size: 50px;
}

.responsive-block .text {
	color: #fff;
	margin-bottom: 30px;
}

.responsive .image img {
	max-width: none;
	float: left;
	margin-bottom: -236px;
	margin-top: -170px;
	position:  relative;
	z-index: 9;
}

.responsive .theme-btn {
	background-color: #ee2d50;
	border-color:  #ee2d50;
}


/* header style */

.header-style {
	position: relative;
	padding: 160px 0 130px;
	background: #f6f6f6;
}


@media (min-width: 1200px) {
	.header-style .container {
		width: 1600px;
	}
}

.header-style .image {
	position: relative;
	box-shadow: 0px 5px 35px 0px rgba(4, 4, 4, 0.07);
	margin-bottom: 90px;
}

/* feature-image */

.feature-image {
	position: relative;
	padding: 139px 0 594px;
	background-position: center;
	background-color: #242424;
	background-repeat:  no-repeat;
}

/* shop */

.shop {
	position: relative;
	padding: 280px 0 800px;
	background-position: center;
	background-color: #242424;
	background-repeat:  no-repeat;
}

.shop-content h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 70px;
}

.shop-content h4 {
	font-size: 16px;
	color: #e54761;
	margin-bottom: 20px;
}

/* core feature */


.core-feature {
	position: relative;
	padding: 160px 0 90px;
	background-position: center;
	background-color: #f6f6f6;
	background-repeat:  no-repeat;
	text-align: center;
}

.core-feature-wrap {
	display: inline-block;
	width: 1225px;
	margin: 0 auto 80px;
}
.core-feature .features-list {
	width: 14.8%;
	float: left;
	height: 166px;
	padding: 30px 0px 10px;
	margin-right: 6.5%;
	margin-bottom: 68px;
	color: #222;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.core-feature .features-list:nth-child(5n) {margin-right: 0;}
.core-feature .features-list {
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.05);
}
.core-feature .features-list .feature-title {
	font-size: 13px;
	color: #555;
	letter-spacing: 0.3px;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
	display: block;
}

.core-feature .icon-box {
	display: block;
	color: #b0b0b0;
	margin-bottom: 20px;
}






/*=================     footer style  ==================*/


.footer {
	position: relative;
	text-align: center;
	padding: 206px 0;
	overflow: hidden;
	background-position:  center;
	background-repeat:  no-repeat;
	background-size:  cover;
}

.footer .overlay {
	position: absolute;
	top: 60px;
	left: 100px;
}

.footer h2 {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 80px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.footer .link-btn .btn-style-one {
	margin-left: 75px;
	background: #ffffff;
	border-color: #ffffff;
	color: #222;
}

.footer .link-btn .btn-style-one:hover {
	border-color: #ee2d50;
	background-color: #ee2d50;
	color: #fff;
}

.footer .text {
	color: #fff;
	margin-bottom: 30px;
	font-size:  32px;
}

@media only screen and (max-width: 767px) {
	.responsive .image img {
	    margin: 0;
	    width: 100%;
	}
	.feature .image img {
	    margin: 0;
	    width: 100%;
	}

	.banner-two h2 {
	    font-size: 30px;
	    line-height: 1.3em;
	}
}