/* fonts  start */
:root {
	scroll-behavior: unset;
}

body {
	font-family: "new-order",sans-serif;
	font-weight: 400;
	font-style: normal;
}

.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}



/* Base CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin-top: 0px;
	font-weight: 700;
	text-transform: normal;
	letter-spacing: .40px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

a {
	text-decoration: none;
}

p {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.40px;
	color: #000;
	margin-bottom: 16px;
	font-weight: 400;
}


.container {
	max-width: 1700px;
}
/* scrollUp */
.back-to-top {
	background: #353D4A;
	height: 35px;
	width: 35px;
	right: 30px;
	bottom: 30px;
	text-align: center;
	border-radius: 7px;
	line-height: 33px;
	position: fixed;
	z-index: 10;
}
.back-to-top img{
	width: 18px;
	transform: rotate(-180deg);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x,20px);
	padding-left: var(--bs-gutter-x,20px);
}


/* header area */

#menu li {
	display: inline-block;
  }
  #menu li a {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 1;
	margin-left: 35px;
	position: relative;
}
  #menu li:hover a {
	color: #353D4A;
  }
  #menu li a:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 0;
	background: #353D4A;
	bottom: -8px;
	left: 0;
	transition: .3s;
  }
  #menu li:hover a::before {
	width: 100%;
  }
  .header-right p {
	margin: 0;
	font-size: 23px;
	color: #fff;
	background: #353D4A;
	padding: 20px 10px;
	text-align: right;
	margin-left: 20px;
}
.logo a img {
	width: 100%;
}
  .header-right p a {
	display: block;
	color: #fff;
	line-height: 39px;
	margin: 0;
  }
  .header-right p a:hover {
	color: #353D4A;
  }
  .header-right p a:hover img {
	filter: invert(54%) sepia(6%) saturate(3220%) hue-rotate(0deg) brightness(104%) contrast(89%);
  }
  .header-right p a img {
	position: relative;
	top: 0;
	transition: .3s;
	margin-right: 5px;
  }
  .header-area {
	padding: 15px 0;
}  


/* hero area */

.hero-area {
	position: relative;
	z-index: 1;
	background-size: cover;
	height: 555px;
	background-position: center;
}
  .hero-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #5b5b5bc9;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .75;
  }
  .hero-text h2 {
	line-height: 51px;
	font-size: 43px;
	color: #fff;
	margin-bottom: 25px;
	letter-spacing: .40px;
	text-transform: uppercase;
	font-family: "new-order";
	font-weight: 600;
}
  .hero-text ul li {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 26px;
	margin-bottom: 20px;
  }
  .hero-text ul li img {
	margin-right: 7px;
	width: 30px;
	position: relative;
	top: -2px;
  }
  .btn-style {
	color: #000;
	background: #fff;
	display: inline-block;
	padding: 20px 40px;
	font-size: 27px;
	letter-spacing: .40px;
	border-radius: 26px;
  }
  .btn-style:hover {
	background: #353D4A;
	color: #fff;
  }
  .hero-text a {
	margin-top: 16px;
  }


  .contact-text h2 {
	font-size: 60px;
	margin-bottom: 30px;
  }
  .contact-text p {
	font-size: 30px;
	letter-spacing: .40px;
	line-height: 36px;
	margin-bottom: 30px;
  
  }
  .contact-text a {
	background: #2B313B;
	color: #fff;
	border-radius: 0;
	  font-size: 23px
  }

  .contact-form {
	background: #353D4A;
	width: 576px;
	padding: 30px;
	position: relative;
	padding-bottom: 100px;
	margin-top: -390px;
	z-index: 2;
}
.contact-social-wrapp {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
  .contact-social a {
	float: left;
  }
  .contact-social-text {
	overflow: hidden;
	padding-left: 8px;
	position: relative;
  }
  .contact-social-text-2 {
	position: relative;
	top: 8px;
}
  .contact-social > a img {
	width: 46px;
	position: relative;
	top: -5px;
  }
  .contact-social-text img {
	width: 95px;
	display: block;
  }
  .contact-social-text span {
	font-size: 10px;
	color: #fff;
  }
  
  .contact-social {
	margin-right: 15px;
  }



  .contact-title h3 {
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  .contact-title p {
	color: #fff;
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 34px;
  }
  .contact-form input {
	display: block;
	width: 100%;
	background: #2B313B;
	color: #fff;
	opacity: 1;
	font-size: 23px;
	letter-spacing: .40px;
	height: 52px;
	border: 0;
	padding: 0 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
  }
  .contact-form input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 23px;
  }
  .contact-form input::placeholder {
	color: #fff;
	opacity: 1;
	font-size: 23px;
  }
  .contact-form .col-6 {
	padding-left: 7.5px;
	padding-right: 7.5px;
  }
  .contact-form input:focus {
	outline: 0 solid;
  }
  .contact-form textarea {
	display: block;
	width: 100%;
	background: #2B313B;
	color: #fff;
	opacity: 1;
	font-size: 23px;
	letter-spacing: .40px;
	height: 113px;
	border: 0;
	padding: 10px 30px;
	margin-bottom: 30px;
	resize: none;
	text-transform: uppercase;
  }
  .contact-form textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 23px;
  }
  .contact-form textarea::placeholder {
	color: #fff;
	opacity: 1;
	font-size: 23px;
  }
  .contact-form textarea:focus {
	outline: 0 solid;
  }
  .contact-form button {
	color: #fff;
	background: #2B313B;
	border: 0;
	font-size: 23px;
	text-transform: uppercase;
	width: 190px;
	height: 65px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	transition: .3s;
  }
  .contact-form button:hover {
	background: #353D4A;
	color: #fff;
}

/* expart area */

.expart-text h2 {
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  .expart-text h3 {
	font-size: 56px;
	text-transform: uppercase;
	background: #353D4A;
	text-align: center;
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: 45px;
	margin-left: 200px;
	color: #ffffff;
	}
  .expart-wrape img {
	float: left;
	width: 127px;
	margin-right: 15px;
  }
  .expart-wrape-text p {
	font-size: 35px;
	line-height: 42px;
	position: relative;
	top: 4px;
	margin: 0;
	overflow: hidden;
}
.expart-wrape {
	margin-bottom: 50px;
}
  .expart-img img {
	width: 100%;
}
.expart-wrape-2 img {
	width: 90px;
	margin-left: 15px;
	margin-right: 37px;
}


/* video area */

.video-wrapper > img {
	width: 100%;
  }
  .video-wrapper {
	position: relative;
  }
  .video-wrapper a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 150px;
	border: 7px solid #fff;
	text-align: center;
	line-height: 137px;
	border-radius: 50%;
	padding-left: 10px;
  }
  .video-text h2 {
	background: #353D4A;
	color: #fff;
	font-size: 40px;
	padding: 30px;
	margin-bottom: 20px;
  }

  .video-text p {
	margin: 0;
	padding-right: 3%;
}
.video-text-2 p {
	margin: 0;
	padding-right: 15%;
}


/* testimonila area */

.test-title h2 {
	font-size: 60px;
	color: #006341;
  }
  .test-title h3 {
	font-size: 45px;
  }
  .testimonial-img > p {
	overflow: hidden;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 22px;
	padding-right: 0%;
}
  .testimonial-img img {
	float: left;
	margin-right: 11px;
	width: 36px;
  }
  .testimonial-text h4 {
	text-align: center;
	font-size: 35px;
  }
  .testimonial-text > img {
	width: 170px;
	margin-left: 50%;
	transform: translateX(-50%);
  }

  /* gallery area */
  .gallery-img {
	overflow: hidden;
  }
  .gallery-img a img {
	width: 100%;
	transform: scale(1);
	transition: .3s;
}
.gallery-img a:hover img {
	transform: scale(1.1);
}
  .midle-padd {
	padding: 0 7.5px;
  }
  .gallery-area {
	padding: 0 7.5px;
  }
  .gallery-img {
	margin-bottom: 15px;
  }

  /* price area */
  .price-area {
	padding: 0 7.5px;
  }
.price-img img {
	width: 100%;
}


/* footer area */

.footer-call p {
	font-size: 22px;
	color: #fff;
	letter-spacing: .46px;
	margin-bottom: 40px;
  }
  .footer-area {
	background: #353D4A;
	padding: 30px 0;
}
  .footer-call p a {
	color: #fff;
	font-size: 40px;
	letter-spacing: .46px;
	margin-top: 11px;
	display: inline-block;
  }
  .footer-call p a img {
	position: relative;
	top: -1px;
	margin-right: 12px;
	transition: .3s;
}
  .footer-call p a:hover img {
	filter: invert(54%) sepia(6%) saturate(3220%) hue-rotate(0deg) brightness(104%) contrast(89%);
  }
  .footer-call p a:hover {
	color: #353D4A;
}
  .footer-menu ul li {
	display: inline-block;
	margin: 0 18px;
  }
  .footer-menu ul li a {
	display: block;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: .56px;
	font-family: 'new-order';
  }
  .footer-menu ul {
	position: relative;
	display: inline-block;
  }
  .footer-menu ul li:hover a {
	color: #353D4A;
  }
  .footer-social,.footer-menu {
	margin-bottom: 35px;
  }
  .footer-social ul:before {
	position: absolute;
	content: '';
	width: 96%;
	height: 3px;
	background: #fff;
	bottom: -1px;
	left: 0;
	margin: auto;
	right: 0;
  }
  .footer-social span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: 'new-order';
  }

  .footer-social > a {
	display: inline-block;
	margin-left: 50px;
  }
  .footer-social > a img {
	width: 30px;
	transition: .3s;
  }
  .footer-text p {
	font-size: 23px;
	color: #fff;
	letter-spacing: .56px;
	margin-bottom: 30px;
	font-family: 'new-order';
  }
  .footer-text h5 {
	font-size: 23px;
	color: #fff;
	letter-spacing: .56px;
	margin: 0;
	font-family: 'new-orderr';
  }
  .footer-social a:hover img {
	filter: invert(54%) sepia(6%) saturate(3220%) hue-rotate(0deg) brightness(104%) contrast(89%);
  }


/*humburger menu*/
.hamburger-menu {
	cursor: pointer;
	position: absolute;
	right: 15px;
	display: none;
	z-index: 999;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.hamburger-menu span {
	background: #000;
	width: 30px;
	height: 3px;
	display: block;
	margin: 4px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger-menu.current .line-top {
	-webkit-transform: translateY(260%) rotate(135deg);
	-ms-transform: translateY(260%) rotate(135deg);
	transform: translateY(260%) rotate(135deg);
}

.hamburger-menu.current .line-center {
	opacity: 0;
}

.hamburger-menu.current .line-bottom {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}
/* sticky active */
.header-area{
	transition: .3s;
}
.header-area.is-stick {
	position: fixed;
	top: 0;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 10px 0;
}

.header-area.is-stick .logo a img {
	width: 245px;
}
.header-right p{
	transition: .3s;
}
.header-area.is-stick .header-right p {
	padding: 12px 10px;
}


.contact-social-wrapp-mobile {
	display: none;
}
/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #000;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}

/* preloder end */