html,
body {
	height: 100%;
	font-family: "Quicksand", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Quicksand", sans-serif;
	color: #5e6164;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
}

.section-title span {
	color: #2AB5D2;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 10px;
}

.section-title h2 {
	color: #03123b;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	padding: 14px 30px;
	background: #2AB5D2;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}

.primary-btn span {
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}

.site-btn {
	border: none;
	display: inline-block;
	padding: 14px 32px;
	background: #2AB5D2;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}

.site-btn span {
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}

.view-btn {
	font-family: sans-serif;
	border: none;
  outline: none;
  background-color: transparent ;
  font-weight: 150;
	color: #000000;
	font-size: 14px;
	border-radius: 10px;
	cursor: pointer;
}

.view-btn2 {
	font-family: sans-serif;
	border: none;
  outline: none;
  background-color: transparent ;
  font-weight: 550;
	color: #555;
	font-size: 14px;
 	text-align: left;
	display: inline;
	
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 45px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*---------------------
  Header
-----------------------*/

.header {
	position: relative;
}

.header.header__normal {
	-webkit-box-shadow: 0px 15px 60px rgba(3, 18, 59, 0.07);
	box-shadow: 0px 15px 60px rgba(3, 18, 59, 0.07);
}

.header__top {
	background: #03123b;
	padding: 10px 0;
	overflow: hidden;
}

.header__top__widget {
	float: left;
	padding-left: 25px;
}

.header__top__widget li {
	list-style: none;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	color: #9caaaf;
	margin-right: 0px;
}

.header__top__widget li:last-child {
	margin-right: 0;
}

.header__top__widget li span {
	font-size: 12px;
	color: #ffffff;
	margin-right: 0px;
}

.header__top__right {
	float: right;
}

.header__top__right__auth {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	margin-right: 20px;
}

.header__top__right__auth:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
}

.header__top__right__auth a {
	font-size: 14px;
	color: #9caaaf;
}

.header__top__right__auth a span {
	font-size: 16px;
	color: #ffffff;
	margin-right: 5px;
}

.header__top__right__social {
	display: inline-block;
}

.header__top__right__social a {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	margin-right: 14px;
}

.header__top__right__social a:last-child {
	margin-right: 0;
}

.header__options {
	background: #ffffff;
}

.header__logo {
	position: relative;
	margin-top: -62px;
	z-index: 1;
}

.header__logo:after {
	position: absolute;
	left: -500px;
	top: 0;
	height: 100%;
	width: 800px;
	background: #2AB5D2;
	content: "";
	z-index: -1;
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	margin: 0px;
	padding-top: 10px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}


.header__menu ul li.active a {
	color: #2AB5D2;
}

.header__menu ul li a:hover  {
	cursor: pointer;
}

.header__menu ul li a {
	font-size: 17px;
	font-family: "Oswald", sans-serif;
	color: #03123b;
	display: block;
	font-weight: 600;
	padding-right: 20px;
	text-transform: uppercase;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}
.header__menu ul li a: last-child{
		padding-right: 0px;
		margin-right: 0;
	}

.search__option {
	padding: 34px 0;
	text-align: right;
}

.search__option span {
	font-size: 24px;
	color: #03123B;
	cursor: pointer;
}

.login__option {
	padding: 5px 0;
	text-align: right;
}

.login__option a {
	color: #03123B;
}

.login__option span {
	font-size: 24px;
	color: #03123B;
	cursor: pointer;
}
.logout__option span {
	padding: 0;
	text-align: left;
	font-size: 20px;
	color: #03123B;
	cursor: pointer;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}
.header__lang {
		color: #9caaaf;
		color: #FFFFFF;
		text-align: right;
		padding: 5px 0;
	}
	.header__lang input{
		font-size: 10px;
			padding: 2px;
	}
/*---------------------
  Hero
-----------------------*/

.hero {
	padding-top: 50px;
	padding-bottom: 100px;
}

.hero__text .hero__label {
	font-size: 60px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #f4c221;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.hero__text h2 {
	font-size: 40px;
	color: #ffffff;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.hero__text .primary-btn {
	margin-left: 20px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.hero_text1 .hero__label {
	font-size: 55px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: yellow;
	display: block;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.hero_text1 h2 {
	font-size: 40px;
	color: red;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.hero_text1 .primary-btn {
	margin-left: 20px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/*---------------------
  Chooseus
-----------------------*/

.chooseus {
	background: #03123b;
	position: relative;
	padding-bottom: 49px;
	padding-top: 90px;
}

.chooseus__pic {
	position: absolute;
	right: 0;
	top: 0;
	height: 565px;
	width: 50%;
	margin-top: -50px;
}

.chooseus__text .section-title h2 {
	color: #ffffff;
}

.chooseus__item {
	margin-bottom: 45px;
}

.chooseus__item__icon {
	float: left;
	margin-right: 20px;
}

.chooseus__item__text {
	overflow: hidden;
}

.chooseus__item__text h5 {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.chooseus__item__text p {
	color: #ffffff;
	opacity: 0.9;
	margin-bottom: 0;
}

/*---------------------
  Projects
-----------------------*/

.projects__all {
	text-align: right;
	margin-bottom: 45px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.projects__slider.owl-carousel .col-lg-4 {
	max-width: 100%;
}

.projects__slider.owl-carousel .owl-dots {
	text-align: center;
	padding-top: 45px;
}

.projects__slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: #a6a8ab;
	border-radius: 50%;
	margin-right: 10px;
}

.projects__slider.owl-carousel .owl-dots button.active {
	background: #2AB5D2;
}

.projects__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*home slider*/
.home__slider.owl-carousel section{
  width:100%;
  min-height:80%;
  position:relative;
  display: block;
}

.home__slider.owl-carousel .col-lg-12 {
	max-width: 100%;
}

.home__slider.owl-carousel .owl-dots {
	text-align: center;
	padding-top: 10px;
}

.home__slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: #a6a8ab;
	border-radius: 50%;
	margin-right: 10px;
}

.home__slider.owl-carousel .owl-dots button.active {
	background: #2AB5D2;
}

.home__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.projects__item {
	overflow: hidden;
}

.projects__item__pic img {
	min-width: 100%;
}

.projects__item__text {
	background: #03123b;
	padding: 35px 30px 25px;
	position: relative;
}

.projects__item__text h5 {
	padding: 12px 30px 10px 40px;
	background: #2AB5D2;
	display: inline-block;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	position: absolute;
	left: -14px;
	top: -23px;
}

.projects__item__text h5 span {
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transform: skew(32deg);
	-ms-transform: skew(32deg);
	transform: skew(32deg);
	display: block;
}

.projects__item__text p {
	color: #ffffff;
	margin-bottom: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
	padding-bottom: 60px;
}

.testimonial__text {
	margin-bottom: 40px;
}

.testimonial__text .section-title h2 {
	color: #ffffff;
}

.testimonial__slider.owl-carousel img {
	display: inline-block;
	width: auto;
}

.testimonial__slider.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: 38px;
}

.testimonial__slider.owl-carousel .owl-nav button {
	color: #bfbfbf;
	font-size: 36px;
	line-height: 36px;
}

.testimonial__slider.owl-carousel .owl-nav button.owl-next {
	margin-left: 20px;
}

.testimonial__item p {
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 35px;
	margin-top: 20px;
}

.testimonial__item__author {
	overflow: hidden;
}

.testimonial__item__author__pic {
	float: left;
	margin-right: 30px;
}

.testimonial__item__author__text {
	overflow: hidden;
	padding-top: 14px;
}

.testimonial__item__author__text h5 {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.testimonial__item__author__text span {
	font-size: 14px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}

.request__form {
	margin-bottom: 40px;
}

.request__form .section-title h2 {
	color: #ffffff;
}

.request__form form input {
	width: 100%;
	height: 50px;
	border: 1px solid #515768;
	background: #BDC0B9;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.request__form form input:focus::-webkit-input-placeholder {
	color: #ffffff;
}

.request__form form input:focus::-moz-placeholder {
	color: #ffffff;
}

.request__form form input:focus:-ms-input-placeholder {
	color: #ffffff;
}

.request__form form input:focus::-ms-input-placeholder {
	color: #ffffff;
}

.request__form form input:focus::placeholder {
	color: #ffffff;
}

.request__form form input::-webkit-input-placeholder {
	color: #7d8184;
}

.request__form form input::-moz-placeholder {
	color: #7d8184;
}

.request__form form input:-ms-input-placeholder {
	color: #7d8184;
}

.request__form form input::-ms-input-placeholder {
	color: #7d8184;
}

.request__form form input::placeholder {
	color: #7d8184;
}

.request__form form .nice-select {
	float: none;
	display: block;
	height: 50px;
	border: 1px solid #515768;
	background: #BDC0B9;
	margin-bottom: 30px;
	padding-left: 20px;
	border-radius: 0;
	line-height: 50px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.request__form form .nice-select:after {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	height: 8px;
	right: 22px;
	width: 8px;
}

.request__form form .nice-select:focus span {
	color: #ffffff;
}

.request__form form .nice-select span {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.request__form form .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

.request__form form textarea {
	font-weight: 900;
	width: 100%;
	height: 50px;
	border: 1px solid #515768;
	background: #EFF2EB;
	margin-bottom: 34px;
	font-size: 15px;
	color: #000000;
	padding-left: 20px;
	padding-top: 10px;
	resize: none;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.request__form form textarea:focus::-webkit-input-placeholder {
	color: #ffffff;
}

.request__form form textarea:focus::-moz-placeholder {
	color: #ffffff;
}

.request__form form textarea:focus:-ms-input-placeholder {
	color: #ffffff;
}

.request__form form textarea:focus::-ms-input-placeholder {
	color: #ffffff;
}

.request__form form textarea:focus::placeholder {
	color: #ffffff;
}

.request__form form textarea::-webkit-input-placeholder {
	color: #7d8184;
}

.request__form form textarea::-moz-placeholder {
	color: #7d8184;
}

.request__form form textarea:-ms-input-placeholder {
	color: #7d8184;
}

.request__form form textarea::-ms-input-placeholder {
	color: #7d8184;
}

.request__form form textarea::placeholder {
	color: #7d8184;
}

.request__form form .site-btn {
	margin-left: 15px;
}

/*---------------------
  Latest
-----------------------*/

.latest {
	padding-bottom: 70px;
}

.latest__item {
	margin-bottom: 30px;
}

.latest__item__pic {
	height: 370px;
	position: relative;
	-webkit-box-shadow: 5px 5px 15px rgba(6, 14, 34, 0.15);
	box-shadow: 5px 5px 15px rgba(6, 14, 34, 0.15);
}

.latest__item__pic__inner {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding: 0 70px 0 30px;
}

.latest__item__pic__inner .label {
	background: #2AB5D2;
	padding: 2px 10px 1px 10px;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	display: inline-block;
}

.latest__item__pic__inner .label span {
	font-size: 11px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
	display: block;
}

.latest__item__pic__inner h5 {
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 12px;
}

.latest__item__text {
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 35px;
}

.latest__item__text ul {
	margin-bottom: 10px;
}

.latest__item__text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #888888;
	margin-right: 28px;
	position: relative;
}

.latest__item__text ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.latest__item__text ul li:last-child {
	margin-right: 0;
}

.latest__item__text ul li:last-child:after {
	display: none;
}

.latest__item__text ul li span {
	color: #2AB5D2;
}

.latest__item__text p {
	margin-bottom: 18px;
}

.latest__item__text a {
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	color: #404040;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

.latest__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: #2AB5D2;
	content: "";
	opacity: 0.4;
	z-index: -1;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	background: #09122b;
	padding-top: 70px;
}

.footer__logo {
	margin-bottom: 32px;
}

.footer__logo a {
	display: inline-block;
}

.footer__about {
	margin-bottom: 30px;
	position: relative;
}

.footer__about:after {
	position: absolute;
	right: -12px;
	top: -70px;
	height: 333px;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
}

.footer__about p {
	font-size: 14px;
	color: #9caaaf;
	line-height: 24px;
	margin-bottom: 30px;
}

.footer__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 24px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h5 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer__widget ul li {
	list-style: none;
	line-height: 30px;
	font-size: 14px;
	color: #9caaaf;

}

.footer__widget ul li a:hover {
	cursor: pointer;
	color: #2AB5D2 !important;
}

.footer__widget ul.address li {
	line-height: normal;
	font-size: 14px;
	font-weight: 500;
	color: #9caaaf;
	margin-bottom: 0px;
}

.footer__widget ul.address li:last-child {
	margin-bottom: 0;
}

.footer__widget ul.address li span {
	font-size: 16px;
	color: #2AB5D2;
	margin-right: 5px;
}

.footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0 20px;
	margin-top: 50px;
}

.footer__copyright__text p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #2AB5D2;
}

.footer__copyright__text p a {
	color: #2AB5D2;
}

.footer__copyright__links {
	text-align: right;
}

.footer__copyright__links a {
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	margin-right: 24px;
	position: relative;
}

.footer__copyright__links a:after {
	position: absolute;
	right: -17px;
	top: -1px;
	content: "|";
}

.footer__copyright__links a:last-child {
	margin-right: 0;
}

.footer__copyright__links a:last-child:after {
	display: none;
}

/*---------------------
  About
-----------------------*/

.about {
	position: relative;
	padding-bottom: 150px;
	z-index: 1;
}

.about.services-about {
	padding-bottom: 100px;
}

.about:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	height: 492px;
	width: 970px;
	background-image: url(../img/about/about-bg.png);
	content: "";
	margin: 0 auto;
	z-index: -1;
}

.counter__content {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.counter__item__num {
	margin-bottom: 16px;
	margin-top: 22px;
}

.counter__item__num h2 {
	color: #2AB5D2;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.counter__item__num strong {
	font-size: 36px;
	font-weight: 700;
	color: #2AB5D2;
	display: inline-block;
}

.counter__item {
	margin-bottom: 30px;
}

.counter__item h5 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.counter__item p {
	margin-bottom: 0;
}

.partner__logo {
	padding-top: 70px;
}

.partner__logo__slider.owl-carousel img {
	display: inline-block;
	width: auto;
}

.partner__logo__item {
	height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*---------------------
  About Company
-----------------------*/

.about-company {
	padding-bottom: 40px;
}

.about__company__title {
	margin-bottom: 30px;
}

.about__company__title p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.scm__title p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 500;
}

.scm__title .title-1 {
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}
.about__company__pic {
	margin-bottom: 30px;
}

.about__company__pic img {
	min-width: 100%;
	margin-bottom: 30px;
}

.about__company__counter {
	position: relative;
	z-index: 1;
}

.about__company__counter:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	height: 492px;
	width: 970px;
	background-image: url(../img/about/about-bg.png);
	content: "";
	margin: 0 auto;
	z-index: -1;
}

/*---------------------
  History
-----------------------*/

.history {
	padding-top: 150px;
}

.history__item {
	text-align: center;
	padding: 0 35px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}

.history__item span {
	color: #2AB5D2;
	font-size: 250px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	opacity: 0.1;
	position: absolute;
	left: 0;
	right: 0;
	top: -90px;
	margin: 0 auto;
	z-index: -1;
	line-height: 252px;
}

.history__item h2 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.history__item p {
	margin-bottom: 0;
}

/*---------------------
  Call To Action
-----------------------*/

.callto__text h2 {
	color: #ffffff;
	font-weight: 600;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

/*---------------------
  Team
-----------------------*/

.team {
	padding-bottom: 70px;
}

.team .section-title h2 {
	color: #000000;
}

.team__item {
	height: 370px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.team__item:hover .team__item__social {
	top: 20px;
}

.team__item__title {
	background: #2AB5D2;
	padding: 14px 25px 16px 32px;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	display: inline-block;
	position: absolute;
	left: -15px;
	bottom: 0;
}

.team__item__title h6 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}

.team__item__title h6 span {
	font-size: 13px;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
}

.team__item__social {
	position: absolute;
	right: 20px;
	top: -300px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.team__item__social li {
	list-style: none;
	margin-bottom: 10px;
}

.team__item__social li:last-child {
	margin-bottom: 0;
}

.team__item__social li a {
	color: #5e6164;
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #ffffff;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.team__item__social li a:hover {
	background: #2AB5D2;
	color: #ffffff;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb__text h2 {
	font-size: 48px;
	font-weight: 700;
	color: #f4c221;
	text-transform: uppercase;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/*---------------------
  Services
-----------------------*/

.services {
	background: #f7f7f7;
}

.services__top__text {
	margin-bottom: 45px;
}

.services__top__text p {
	color: #5e6164;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

.services__item__pic {
	height: 353px;
}

.services__item__text {
	padding: 40px;
	position: relative;
	background: #ffffff;
	height: 353px;
	z-index: 1;
}

.services__item__text.services__item__text--bottom:after {
	left: auto;
	right: -20px;
}

.services__item__text:after {
	position: absolute;
	left: -20px;
	top: 50%;
	height: 50px;
	width: 50px;
	background: #ffffff;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -25px;
	z-index: -1;
}

.services__item__text .services__item__icon {
	margin-bottom: 26px;
}

.services__item__text h5 {
	color: #2AB5D2;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.services__item__text p {
	color: #5e6164;
	margin-bottom: 30px;
}

.services__item__text a {
	display: inline-block;
	color: #404040;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.services__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #404040;
	content: "";
}

/*---------------------
  Services Page
-----------------------*/

.services-page {
	padding-bottom: 70px;
}

.services__page__item {
	margin-bottom: 30px;
}

.services__page__item h5 {
	color: #2AB5D2;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 26px;
}

.services__page__item p {
	color: #5e6164;
	margin-bottom: 18px;
}

.services__page__item ul {
	margin-bottom: 24px;
}

.services__page__item ul li {
	list-style: none;
	font-size: 15px;
	color: #03123b;
	line-height: 30px;
	position: relative;
	padding-left: 14px;
}

.services__page__item ul li:after {
	position: absolute;
	left: 0;
	top: 10px;
	height: 9px;
	width: 9px;
	border: 1px solid #2AB5D2;
	content: "";
	border-radius: 50%;
}

.services__page__item a {
	display: inline-block;
	color: #404040;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.services__page__item a:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #404040;
	content: "";
}

/*---------------------
  Services Details
-----------------------*/

.services-details {
	padding-bottom: 70px;
}

.services__sidebar__nav {
	margin-bottom: 65px;
}

.services__sidebar__nav h4 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.services__sidebar__nav .nav {
	border: none;
	display: block;
}

.services__sidebar__nav .nav-item {
	margin-bottom: 10px;
}

.services__sidebar__nav .nav-item:last-child {
	margin-bottom: 0;
}

.services__sidebar__nav .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 15px;
	color: #03123b;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	border: 1px solid #ebebeb;
	position: relative;
	overflow: hidden;
	padding-left: 75px;
}

.services__sidebar__nav .nav-link.active {
	background: #2AB5D2;
	color: #ffffff;
	border-color: #ebebeb;
}

.services__sidebar__nav .nav-link .play-icon {
	color: #ffffff;
	background: #03123b;
	display: inline-block;
	position: absolute;
	left: -6px;
	top: 0;
	height: 100%;
	padding: 0 18px 0 23px;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}

.services__sidebar__nav .nav-link .play-icon span {
	font-size: 24px;
	display: block;
	-webkit-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(15deg);
	position: relative;
	top: 8px;
}

.services__sidebar__brochure {
	margin-bottom: 65px;
}

.services__sidebar__brochure h4 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.services__sidebar__brochure ul li {
	list-style: none;
	margin-bottom: 10px;
}

.services__sidebar__brochure ul li:last-child {
	margin-bottom: 0;
}

.services__sidebar__brochure ul li a {
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	color: #03123b;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 20px 12px;
	display: block;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.services__sidebar__brochure ul li a i {
	margin-right: 5px;
}

.services__sidebar__address h4 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.services__sidebar__address ul li {
	list-style: none;
	font-size: 14px;
	color: #03123b;
	margin-bottom: 15px;
}

.services__sidebar__address ul li:last-child {
	margin-bottom: 0;
}

.services__sidebar__address ul li span {
	font-size: 16px;
	color: #2AB5D2;
	margin-right: 10px;
}

.services__details__text {
	margin-bottom: 60px;
}

.services__details__text img {
	min-width: 100%;
	margin-bottom: 35px;
}

.services__details__text h4 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.services__details__text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.services__details__benefits h4 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.services__details__benefits p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 32px;
}

.services__details__benefits img {
	min-width: 100%;
	margin-bottom: 30px;
}

.services__details__benefits ul {
	padding-top: 8px;
	margin-bottom: 30px;
}

.services__details__benefits ul li {
	list-style: none;
	font-size: 16px;
	color: #03123b;
	line-height: 40px;
}

.services__details__benefits ul li span {
	color: #2AB5D2;
	margin-right: 5px;
}

/*---------------------
    Blog
-----------------------*/

.purchase__item {
	margin-bottom: 60px;
}

.purchase__item.extra__large__item .purchase__item__pic {
	height: 600px;
}

.purchase__item.small__large .purchase__item__pic {
	height: 400px;
}

.purchase__item.large__item .purchase__item__pic {
	height: 460px;
}

.purchase__item.mid__large .purchase__item__pic {
	height: 445px;
}

.purchase__item.m__large .purchase__item__pic {
	height: 430px;
}

.purchase__item.n__large .purchase__item__pic {
	height: 420px;
}

.purchase__item__pic {
	height: 370px;
	position: relative;
	-webkit-box-shadow: 5px 5px 15px rgba(6, 14, 34, 0.15);
	box-shadow: 5px 5px 15px rgba(6, 14, 34, 0.15);
}

.purchase__item__pic__inner {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding: 0 70px 0 30px;
}

.purchase__item__pic__inner .label {
	background: #2AB5D2;
	padding: 2px 10px 1px 10px;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	display: inline-block;
}

.purchase__item__pic__inner .label span {
	font-size: 11px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
	display: block;
}

.purchase__item__pic__inner h5 {
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 12px;
}

.purchase__item__text {
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 35px;
}

.purchase__item__text ul {
	margin-bottom: 10px;
}

.purchase__item__text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #888888;
	margin-right: 28px;
	position: relative;
}

.purchase__item__text ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.purchase__item__text ul li:last-child {
	margin-right: 0;
}

.purchase__item__text ul li:last-child:after {
	display: none;
}

.purchase__item__text ul li span {
	color: #2AB5D2;
}

.purchase__item__text p {
	margin-bottom: 18px;
}

.purchase__item__text a {
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	color: #404040;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

.purchase__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: #2AB5D2;
	content: "";
	opacity: 0.4;
	z-index: -1;
}

/*---------------------
  Blog Details
-----------------------*/

.purchase-details {
	padding-top: 85px;
}

.purchase__details__top {
	margin-bottom: 44px;
}

.tnc__details__top pre{
	white-space:pre-wrap;
}

.purchase__details__top .purchase__details__top__title ul {
	margin-bottom: 20px;
}

.purchase__details__top .purchase__details__top__title ul li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	color: #888888;
	margin-right: 40px;
	position: relative;
}

.purchase__details__top .purchase__details__top__title ul li:after {
	position: absolute;
	right: -25px;
	top: 0;
	content: "|";
}

.purchase__details__top .purchase__details__top__title ul li:last-child {
	margin-right: 0;
}

.purchase__details__top .purchase__details__top__title ul li:last-child:after {
	display: none;
}

.purchase__details__top .purchase__details__top__title ul li span {
	color: #2AB5D2;
}

.purchase__details__top .purchase__details__top__title h2 {
	color: #03123b;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
}

.purchase__details__top img {
	min-width: 100%;
	margin-bottom: 44px;
}

.purchase__details__top p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.purchase__details__top p:last-child {
	margin-bottom: 0;
}

.purchase__details__quote {
	text-align: center;
	margin-bottom: 38px;
}

.purchase__details__quote p {
	font-size: 20px;
	line-height: 30px;
	color: #03123b;
	margin-bottom: 20px;
	margin-top: 34px;
}

.purchase__details__quote h5 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
}

.purchase__details__desc {
	margin-bottom: 40px;
}

.purchase__details__desc p {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 10px;
}

.purchase__details__desc p:last-child {
	margin-bottom: 0;
}

.purchase__details__item__pic img {
	min-width: 100%;
	margin-bottom: 30px;
}

.purchase__details__widget {
	margin-bottom: 55px;
}

.purchase__details__widget__tags span {
	font-size: 15px;
	color: #03123b;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 8px;
}

.purchase__details__widget__tags a {
	font-size: 15px;
	color: #b7b7b7;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 16px;
	position: relative;
}

.purchase__details__widget__tags a:after {
	position: absolute;
	right: -14px;
	top: 9px;
	height: 6px;
	width: 6px;
	background: #b7b7b7;
	content: "";
	border-radius: 50%;
}

.purchase__details__widget__tags a:last-child {
	margin-right: 0;
}

.purchase__details__widget__tags a:last-child:after {
	display: none;
}

.purchase__details__widget__social {
	text-align: right;
}

.purchase__details__widget__social a {
	display: inline-block;
	font-size: 16px;
	color: #7d8184;
	margin-right: 24px;
}

.purchase__details__widget__social a:last-child {
	margin-right: 0;
}

.purchase__details__btns {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.purchase__details__btns__item {
	display: block;
	overflow: hidden;
}

.purchase__details__btns__item.purchase__details__btns__item--next .purchase__details__btns__item__pic {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}

.purchase__details__btns__item.purchase__details__btns__item--next .purchase__details__btns__item__text {
	text-align: right;
}

.purchase__details__btns__item__pic {
	float: left;
	margin-right: 30px;
}

.purchase__details__btns__item__text {
	overflow: hidden;
	padding-top: 13px;
}

.purchase__details__btns__item__text p {
	color: #2AB5D2;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}

.purchase__details__btns__item__text p span {
	font-size: 20px;
	position: relative;
	top: 3px;
}

.purchase__details__btns__item__text h5 {
	font-size: 20px;
	font-weight: 600;
	color: #353535;
	text-transform: uppercase;
}

.purchase__details__comment {
	margin-top: 55px;
}

.purchase__details__comment h4 {
	color: #03123b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
	text-align: center;
}

.purchase__details__comment form input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-size: 15px;
	color: #7d8184;
	padding-left: 20px;
	margin-bottom: 30px;
}

.purchase__details__comment form input::-webkit-input-placeholder {
	color: #7d8184;
}

.purchase__details__comment form input::-moz-placeholder {
	color: #7d8184;
}

.purchase__details__comment form input:-ms-input-placeholder {
	color: #7d8184;
}

.purchase__details__comment form input::-ms-input-placeholder {
	color: #7d8184;
}

.purchase__details__comment form input::placeholder {
	color: #7d8184;
}

.purchase__details__comment form textarea {
	width: 100%;
	height: 130px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-size: 15px;
	color: #7d8184;
	padding-left: 20px;
	padding-top: 12px;
	resize: none;
	margin-bottom: 24px;
}

.purchase__details__comment form textarea::-webkit-input-placeholder {
	color: #7d8184;
}

.purchase__details__comment form textarea::-moz-placeholder {
	color: #7d8184;
}

.purchase__details__comment form textarea:-ms-input-placeholder {
	color: #7d8184;
}

.purchase__details__comment form textarea::-ms-input-placeholder {
	color: #7d8184;
}

.purchase__details__comment form textarea::placeholder {
	color: #7d8184;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-bottom: 60px;
}

.contact__map {
	height: 460px;
	-webkit-box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1);
	box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1);
	margin-bottom: 80px;
}

.contact__map iframe {
	width: 100%;
}

.contact__text {
	margin-bottom: 40px;
}

.contact__text .section-title {
	margin-bottom: 15px;
}

.contact__text p {
	margin-bottom: 45px;
}

.contact__text ul li {
	list-style: none;
	margin-bottom: 55px;
	overflow: hidden;
}

.contact__text ul li:last-child {
	margin-bottom: 0;
}

.contact__text ul li .contact__widget__icon {
	float: left;
	margin-right: 30px;
}

.contact__text ul li .contact__widget__icon span {
	font-size: 36px;
	color: #2AB5D2;
}

.contact__text ul li .contact__widget__text {
	overflow: hidden;
}

.contact__text ul li .contact__widget__text h6 {
	font-size: 15px;
	color: #5e6164;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.contact__text ul li .contact__widget__text p {
	font-size: 24px;
	color: #03123b;
	margin: 0;
}

.contact__form {
	margin-bottom: 40px;
}

.contact__form .section-title {
	margin-bottom: 15px;
}

.contact__form p {
	margin-bottom: 45px;
}

.contact__form form input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	color: #5e6164;
	padding-left: 20px;
	margin-bottom: 30px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #5e6164;
}

.contact__form form input::-moz-placeholder {
	color: #5e6164;
}

.contact__form form input:-ms-input-placeholder {
	color: #5e6164;
}

.contact__form form input::-ms-input-placeholder {
	color: #5e6164;
}

.contact__form form input::placeholder {
	color: #5e6164;
}

.contact__form form textarea {
	width: 100%;
	height: 120px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	color: #5e6164;
	padding-left: 20px;
	padding-top: 12px;
	resize: none;
	margin-bottom: 24px;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #5e6164;
}

.contact__form form textarea::-moz-placeholder {
	color: #5e6164;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #5e6164;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #5e6164;
}

.contact__form form textarea::placeholder {
	color: #5e6164;
}

.contact__form form button {
	position: relative;
	left: 15px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {

	.header__logo:after {
		left: -535px;
	}
	.services__item__text {
		padding: 28px;
	}
	.footer__about:after {
		height: 360px;
	}
	.chooseus__pic {
		margin-top: 0;
		width: 49%;
		height: 100%;
	}
}

@media only screen and (min-width: 1450px) {
	.home__slider.owl-carousel section{
  width:100%;
  height:50%;
  position:relative;
  display: block;
}
	.container {
		max-width: 1410px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 990px) and (max-width: 1199px) {
	.home__slider.owl-carousel section{
	  width:100%;
	  height:50%;
	  position:relative;
	  display: block;
	}
	.header__logo:after {
		left: -575px;
	}
	.header__top__widget li {
		margin-right: 0px;
	}
	.header__top__right__auth {
		padding-right: 10px;
		margin-right: 5px;
	}
	.header__top__right__social a {
		margin-right: 8px;
	}
	.header__menu ul li {
		padding-right: 0px;
	}
	.services__item__text {
		padding: 20px;
	}
	.chooseus__pic {
		margin-top: 0;
	}
	.chooseus__pic {
		height: 100%;
		width: 48%;
	}
	.latest__item__pic__inner {
		padding: 0 30px 0 30px;
	}
	.footer__about:after {
		height: 382px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.home__slider.owl-carousel section{
	  width:100%;
	  height:100%;
	  position:relative;
	  display: block;
	}
	.header__logo {
		padding: 10px 0;
		margin-top: 0;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.search__option {
		display: none;
	}
	.about:after {
		display: none;
	}
	.services__item__text:after {
		left: 50%;
		top: -20px;
		margin-left: -25px;
		margin-top: 0;
	}
	.services__item__text.services__item__text--bottom:after {
		right: 50%;
		top: -20px;
		margin-top: 0;
		margin-right: -25px;
	}
	.chooseus__pic {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
	.chooseus {
		padding-bottom: 100px;
	}
	.projects__all {
		text-align: left;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.projects__all .primary-btn {
		margin-left: 15px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.request__form .site-btn {
		margin-left: 15px;
	}
	.footer__about:after {
		display: none;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 37px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 40px;
		top: 35px;
		z-index: 9;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 0px;
	}
	.offcanvas__widget {
		margin-bottom: 0px;
	}
	.offcanvas__widget li {
		font-weight:  600;
		list-style: none;
		font-size: 14px;
		color: #9caaaf;
		margin-bottom: 10px;
	}
	.offcanvas__widget li:last-child {
		margin-bottom: 0;
	}
	.offcanvas__widget li span {

		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	.offcanvas__auth {
		display: block;
		margin-bottom: 20px;
	}
	.offcanvas__auth a {
		font-size: 14px;
		color: #9caaaf;
	}
	.offcanvas__auth a span {
		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	.offcanvas__social {
		display: inline-block;
	}
	.offcanvas__social a {
		font-size: 14px;
		color: #ffffff;
		display: inline-block;
		margin-right: 14px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.offcanvas__search__option {
		margin-bottom: 20px;
	}
	.offcanvas__search__option span {
		font-size: 24px;
		color: #ffffff;
		cursor: pointer;
	}

	.offcanvas__lang form input{
		font-size: 14px;
		font-weight: 600;
		padding: 0px;
		color: #9caaaf;
		color: #000000;
	}
	.header__lang {
		color: #9caaaf;
		color: #FFFFFF;
		/*padding: 5px 5px;*/
	}
	.header__lang input{

		font-size: 10px;
			padding: 2px;
	}

	.header .container {
		position: relative;
	}
	.about__company__counter:after {
		display: none;
	}
	.history__item {
		margin-bottom: 85px;
	}
	.history {
		padding-bottom: 45px;
	}
	.services__sidebar {
		margin-bottom: 50px;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.header__logo {
		padding: 10px 0;
		margin-top: 0;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.search__option {
		display: none;
	}
	.about:after {
		display: none;
	}
	.services .p-0 {
		padding: 0 15px !important;
	}
	.services__item__text:after {
		left: 50%;
		top: -20px;
		margin-left: -25px;
		margin-top: 0;
	}
	.services__item__text.services__item__text--bottom:after {
		right: 50%;
		top: -20px;
		margin-top: 0;
		margin-right: -25px;
	}
	.chooseus__pic {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
	.chooseus {
		padding-bottom: 100px;
	}
	.projects__all {
		text-align: left;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.projects__all .primary-btn {
		margin-left: 15px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.request__form .site-btn {
		margin-left: 15px;
	}
	.footer__about:after {
		display: none;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 37px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 35px;
		z-index: 9;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 0px;
	}
	.offcanvas__widget {
		margin-bottom: 25px;
	}
	.offcanvas__widget li {
		list-style: none;
		font-size: 14px;
		color: #9caaaf;
		margin-bottom: 0px;
	}
	.offcanvas__widget li:last-child {
		margin-bottom: 0;
	}
	.offcanvas__widget li span {
		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	.offcanvas__auth {
		display: inline-block;
		margin-bottom: 20px;
	}
	.offcanvas__auth a {
		font-size: 14px;
		color: #9caaaf;
	}
	.offcanvas__auth a span {
		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	.offcanvas__social {
		display: inline-block;
	}
	.offcanvas__social a {
		font-size: 14px;
		color: #ffffff;
		display: inline-block;
		margin-right: 14px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.offcanvas__search__option {
		margin-bottom: 20px;
	}
	.offcanvas__search__option span {
		font-size: 24px;
		color: #ffffff;
		cursor: pointer;
	}
	.header .container {
		position: relative;
	}
	.about__company__counter:after {
		display: none;
	}
	.history__item {
		margin-bottom: 85px;
	}
	.history {
		padding-bottom: 45px;
	}
	.services__sidebar {
		margin-bottom: 50px;
	}
	.footer__copyright__text {
		text-align: center;
		margin-bottom: 15px;
	}
	.footer__copyright__links {
		text-align: center;
	}
	.breadcrumb__text h2 {
		font-size: 42px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.purchase__details__widget__tags {
		text-align: center;
		margin-bottom: 15px;
	}
	.purchase__details__widget__social {
		text-align: center;
	}
	.purchase__details__btns__item.purchase__details__btns__item--next {
		margin-top: 30px;
	}
	.search-model-form input {
		width: 100%;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 600px) {
	.header__logo:after {
		left: -556px;
	}
	.hero__text h2 {
		font-size: 34px;
		line-height: 50px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.latest__item__pic__inner {
		padding: 0 30px 0 30px;
	}
	.breadcrumb__text h2 {
		font-size: 32px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	.contact__text ul li .contact__widget__icon {
		margin-right: 20px;
	}
	.contact__text ul li .contact__widget__text p {
		font-size: 18px;
	}
	.search-model-form input {
		font-size: 20px;
	}
}


body {
    background-color: #eee
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 85px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 1 1 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 77px
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 100px;
    font-size: .8rem
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -100px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

.bs4-order-tracking {
    margin-bottom: 5px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 0px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 50%;
    right: 0%;
    top: 0px;
    z-index: 1
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #dc3545
}

.bs4-order-tracking li.active>div {
    background: #dc3545
}

.bs4-order-tracking li.active:after {
    background: #dc3545
}

.card-timeline {
    background-color: #fff;
    z-index: 0
}
.table-data2 {
    border-collapse: collapse;
    overflow: visible;
}

.table-data2.table thead th {
    font-size: 16px;
    padding-left: 10px;
    color: #555;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    vertical-align: top;
}

.table-data2.table thead th:first-child {
    padding-right: 0;

}

.table-data2.table tbody {
    background: #fff;

}

.table-data2.table tbody tr td:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: center;
}

@media (max-width: 1199px) {
    .table-data2.table tbody tr td:first-child {
        vertical-align: middle;
    }

    .table-data2.table tbody tr td:first-child .au-checkbox {
        margin-top: 0;
    }
}


.table-data2.table tbody tr td {
    font-size: 14px;
    color: #808080;
    vertical-align: middle;
    padding: 10px 0;
    border: none;
}

.table-data2.table tbody td.desc {
    color: #4272d7;
}

.table-data2.table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.form-group label {
	display: block;
  padding-left: 50px;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  z-index: 999;
  top: 80%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  border-style: ridge;
  border-radius: 15px 0px 0px 15px;
  text-align: center;
  padding: 5px 5px;
  transition: all 0.3s ease;

}

.icon-bar a:hover {
  background-color: #000;
}


.track {
  background: #2AB5D2;
  color: white;
  font-size: 15px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.track i{
	animation: bump 4s cubic-bezier(0.2,0.2,0.2,0.2) both;
	animation-iteration-count: infinite;
  transform: translate3d(0, -10px, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  font-size: 30px;
  color: white;
}

.find {
  background: #2AB5D2;
  color: white;
  font-size: 15px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.find i{
	animation:  shake 2s cubic-bezier(0.2,0.2,0.2,0.2) both;
	animation-iteration-count: infinite;
  backface-visibility: hidden;
  perspective: 1000px;
  font-size: 30px;
}

.calculate {
  background: #2AB5D2;
  color: white;
  font-size: 15px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.calculate i{
	animation: bump 4s cubic-bezier(0.2,0.2,0.2,0.2) both;
	animation-iteration-count: infinite;
  transform: translate3d(0, -10px, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  font-size: 30px;
  color: white;
}

.whatsapp {
  background: #25D366;
  color: white;
  font-size: 15px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.whatsapp i{
	animation: flip 3s cubic-bezier(1,0.2,0.2,1) both;
	animation-iteration-count: infinite;
  backface-visibility: hidden;
  perspective: 1000px;
  font-size: 30px;
}

@keyframes bump {
  90%, 10% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: rotate3d(0);
  }
  
  20%, 80% {
    transform: rotate3d(0, 0.5, -0.5, 30deg);
  }
}

@keyframes flip {
	90%, 10% {
		/*-webkit-transform: scaleX(-1);*/
	  transform: rotate3d(0.5, 0,0, 30deg);
	}
}