
@font-face {
    font-family: 'reguler';
    src: url('../webfonts/SF-Pro-Display\ Regular.ttf');
}
@font-face {
    font-family: 'medium';
    src: url('../webfonts/SFPRODISPLAYMEDIUM.OTF');
}
@font-face {
    font-family: 'bold';
    src: url('../webfonts/SFPRODISPLAYBOLD.OTF');
}
/* fonts end */



:root {
	scroll-behavior: unset;
}

body {
    font-family: 'reguler';
	font-size: 16px;
	line-height: 22px;
	color: #A8A6B3;
	background: #1F1F1F;
}

.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 {
    font-family: 'bold';
	color: #FFFFFF;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	line-height: 48px;
	color: #FFFFFF;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

a {
	text-decoration: none;
}

p {
	font-size: 16px;
	line-height: 22px;
	color: #A8A6B3;
	margin-bottom: 0;
    font-family: 'reguler';
}

.container {
	max-width: 1170px;
}
/* scrollUp */
.back-to-top {
	background: #FFE14D;
	height: 35px;
	width: 35px;
	right: 30px;
	bottom: 30px;
	text-align: center;
	border-radius: 7px;
	line-height: 32px;
	position: fixed;
	z-index: 10;
}
.back-to-top img{
	width: 18px;
	transform: rotate(-180deg);
}

/* header area */

.header-top-menu ul li {
	display: inline-block;
  }
  .header-top-menu ul li a {
	display: block;
	color: #fff;
	font-family: 'medium';
	padding: 15px 12px;
  }
  .header-top-menu ul li:hover a {
	background: #383838;
  }
  .header-select {
	display: inline-block;
	width: 61px;
	position: relative;
	top: 7px;
}

.header-top-right a {
	display: inline-block;
	background: #282828;
	border-radius: 12px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin-left: 10px;
	position: relative;
	color: #fff;
	font-size: 14px;
	top: -7px;
  }
  .header-top-right a.head-map img {
	position: relative;
	top: -1px;
	margin-right: 7px;
  }
  .header-top-right a:last-child:before {
	position: absolute;
	content: '';
	background: #61CA45;
	border-radius: 3px;
	width: 8px;
	height: 8px;
	right: -1px;
	top: -1px;
  }

  .header-menu ul li {
	display: inline-block;
	margin: 0 12px;
  }
  .header-menu ul li a {
	color: #858295;
	display: block;
	font-family: 'bold';
	padding: 20px 0;
	position: relative;
  }
  .header-menu {
	margin-left: 45px;
  }
  .header-menu ul li:hover a {
	color: #10083F;
  }
  .header-menu ul li a:before {
	background: #FFD400;
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	bottom: 0;
	border-radius: 2px;
	left: 0;
	transition: .3s;
  }
  .header-menu ul li:hover a::before {
	width: 100%;
  }
  .header-search a img {
	width: 16px;
  }
  .header-search a {
	display: inline-block;
	position: relative;
	top: 20px;
  }
  /* hero area */
  
  .hero-items {
	height: 500px;
	background-size: cover;
	background-position: center center;
	width: 100%;
}
  .hero-text p {
	color: #fff;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 24px;
  }
  .btn-style {
	background: #FFE14D;
	border-radius: 12px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	color: #1F1F1F;
	font-size: 18px;
	font-family: 'medium';
  }
  .btn-style:hover {
	background: #282828;
	color: #FFE14D;
  }
  
  /* services area */
  
.services-box {
	background: #282828;
	border-radius: 16px;
	height: 210px;
	padding: 15px;
	padding-top: 26px;
  }
  .services-box img {
	width: 45px;
	margin-bottom: 13px;
  }

  .services-wrapper a {
	display: block;
	background: #282828;
	border-radius: 12px;
	position: relative;
	height: 55px;
	padding: 0 24px;
	font-size: 18px;
	font-family: 'bold';
	color: #fff;
	line-height: 55px;
	margin-bottom: 15px;
  }
  .services-wrapper a img {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
  }
  .services-wrapper ul li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
  }
  .services-wrapper ul li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #A8A6B3;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  }

  /* comment area */
  
.comment-box {
	background: #FFD400;
	border-radius: 12px;
	padding: 22px 45px;
  }
  .comment-text h3 {
	margin: 0;
	color: #1F1F1F;
  }
  .comment-btn a {
	background: #1F1F1F;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 0 40px;
  }
  .section-title h2 {
	border-bottom: 1px solid #3A3A3C;
	padding-bottom: 15px;
}

/* link area */

.link-btn ul li {
	display: block;
  }
  .link-btn ul li a {
	display: block;
	border-radius: 12px;
	height: 55px;
	line-height: 55px;
	padding: 0 24px;
	color: #fff;
  }
  .link-btn ul li a img {
	width: 23px;
	margin-right: 10px;
  }
  .link-btn ul li:hover a, .link-btn ul li.active a {
	background: #282828;
  }
  .link-text h3 img {
	width: 35px;
	margin-right: 19px;
  }
  .link-text h3 {
	margin-bottom: 20px;
  }
  .link-text p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
  }
  .link-text {
	background: #282828;
	border-radius: 16px 16px 0 0;
	padding: 45px;
	height: 280px;
  }
  .link-img img {
	width: 100%;
	border-radius: 0 0 16px 16px;
  }
  .link-img {
	border-radius: 0 0 16px 16px;
  }
  /* price area */
  
.section-title.section-title-2 h2 {
	border-bottom: 0;
	padding-bottom: 0;
  }
  .section-title.section-title-2 p {
	border-bottom: 1px solid #3A3A3C;
	padding-bottom: 15px;
  }

  .price-box {
	background: #282828;
	border-radius: 10px;
	height: 410px;
	border: 2px solid transparent;
	padding: 28px 22px;
	position: relative;
	padding-top: 25px;
	transition: .3s;
  }
  .price-box:hover {
	border-color: #FFD400;
  }
  .price-box.active {
	border-color: #FFD400;
  }
 
  .price-box.mb-30 h4 {
	margin-bottom: 20px;
  }
  .price-box h2 {
	font-size: 40px;
	margin-bottom: 20px;
  }
  .price-box h2 span {
	float: right;
	color: #A8A6B3;
	font-size: 24px;
	font-family: 'reguler';
  }
  .price-box > a {
	background: #E8E8EB;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	margin: 0 22px;
	text-align: center;
  }
  .price-box > a:hover {
	background: #FFE14D;
	color: #1F1F1F;
  }
  
  .price-box.active > a {
	background: #FFE14D;
  }
  .price-box:hover > a {
	background: #FFE14D;
	color: #1F1F1F;
  }
  .price-box > ul li {
	display: block;
	margin-bottom: 15px;
  }
  .price-box > ul li a {
	color: #fff;
	display: flex;
	align-items: start;
  }
  .price-box > ul li a img {
	float: left;
	width: 23px;
	margin-right: 10px;
  }
  .price-box > ul li a span {
	overflow: hidden;
  }
  .price-box-list ul li {
	display: block;
	margin-bottom: 15px;
	color: #fff;
  }
  .price-box-list ul li span {
	text-align: right;
	float: right;
	font-family: 'bold';
  }

/* table area */
.table > :not(caption) > * > * {
	padding: 15px;
	background-color: var(--bs-table-bg);
	box-shadow: none !important;
	border: 1px solid #3A3A3C;
	width: 25%;
	vertical-align: top;
	color: #fff;
	font-family: 'reguler';
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #3A3A3C;
}
.table tr td {
	text-align: center;
}

.table tr td.text-left {
	text-align: left;
}
table > thead tr th {
	font-family: 'bold';
}

.accordion-button {
	padding: 15px 0;
	font-size: 18px;
	color: #212529;
	text-align: left;
	background: none !important;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #3A3A3C;
	margin-bottom: 15px;
}
.accordion-button:not(.collapsed) {
	color: inherit;
	box-shadow: none;
}
.accordion-item {
	background: none;
	border: 0 !important;
}
.accordion-button:focus {
	z-index: 3;
	border-color: noene !important;
	outline: 0;
	box-shadow: none;
}
.accordion-button h4 {
	margin-bottom: 0;
}
.accordion-body {
	padding: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #3A3A3C;
	outline: 0;
	box-shadow: none;
}
.accordion-button::after {
	width: 17px;
	height: 10px;
	background-image: url(../img/angle.png);
	background-size: 17px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../img/angle.png);
	transform: rotate(-180deg);
}
/* contact area */

.contact-area {
	padding: 60px 0;
	background: #FFD400;
	border-radius: 16px;
	padding-top: 50px;
	margin: 0 60px;
	margin-bottom: 60px;
  }
  .contact-form {
	width: 590px;
	margin: auto;
  }
  .contact-form h3 {
	color: #000000;
  }
  .contact-form p {
	color: #000000;
	margin-bottom: 15px;
  }
  .contact-form input {
	background: #F1F1F4;
	border: 0;
	height: 55px;
	width: 100%;
	display: block;
	padding: 1px 15px;
	margin-bottom: 15px;
	color: #403965;
	font-size: 16px;
	border-bottom: 1px solid #A8A6B3;
	border-radius: 5px 5px 0 0;
  }
  .contact-form input::placeholder {
	opacity: 1;
  }
  .contact-form input::-moz-placeholder {
	opacity: 1;
  }
  input:focus {
	outline: 0 solid;
  }
  .contact-form button {
	background: #1F1F1F;
	border-radius: 12px;
	border: 0;
	width: 100%;
	height: 48px;
	color: #fff;
	transition: .3s;
  }
  .contact-form button:hover {
	color: #FFD400;
  }

  .footer-top-menu ul li {
	display: inline-block;
	margin-right: 30px;
  }
  .footer-top-menu ul li a {
	display: inline-block;
	color: #B8B5C6;
	font-size: 18px;
	font-family: 'bold';
  }
  .footer-top-menu ul li:hover a {
	color: #fff;
  }
  .footer-social a {
	margin-right: 14px;
	display: inline-block;
  }
  .footer-social a img {
	width: 23px;
  }
  .footer-social a:hover img {
	filter: invert(72%) sepia(74%) saturate(725%) hue-rotate(360deg) brightness(104%) contrast(104%);
  }
  .footer-bottom-menu ul li {
	display: block;
	margin-bottom: 20px;
  }
  .footer-bottom-menu ul li a {
	display: inline-block;
	color: #B8B5C6;
	font-family: 'bold';
  }
  .footer-bottom-menu ul li:hover a {
	color: #fff;
  }
  .footer-bottom-menu ul {
	float: left;
	overflow: hidden;
  }
  .mr-70 {
	margin-right: 70px;
}
.footer-top-menu {
	margin-top: 15px;
}

.mr-70 {
	margin-right: 70px;
  }
  .footer-top-menu {
	margin-top: 15px;
  }
  .footer-right-box {
	background: #1F1F1F;
	border-radius: 12px;
	width: 320px;
	float: right;
	padding: 20px;
	height: 195px;
	position: relative;
  }
  .footer-right-box h5 {
	font-size: 14px;
	margin-bottom: 17px;
  }
  .footer-right-icon a {
	display: inline-block;
	margin-right: 10px;
  }
  .footer-right-icon a img {
	width: 30px;
  }
  .footer-right-box > img {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 150px;
  }
  .footer-text {
	width: 320px;
	float: right;
	display: flex;
  }
  .footer-right-text h3 {
	margin-bottom: 10px;
  }
  .footer-right-text p {
	font-size: 12px;
	line-height: 16px;
  }
  .footer-right-text {
	width: 50%;
  }
  .ml-25 {
	margin-left: 25px;
}

.owl-dots div {
	display: inline-block;
	width: 70px;
	height: 4px;
	background: rgba(255,255,255,.5);
	border-radius: 2px;
	margin: 0 5px;
  }
  .owl-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
  }
  .owl-dots div.active {
	background: #FFD400;
  }







/*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: #10083F;
	width: 19px;
	height: 2px;
	display: block;
	margin: 3px 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(150%) rotate(135deg);
	-ms-transform: translateY(150%) rotate(135deg);
	transform: translateY(150%) 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 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}
.header-area.is-stick {
	position: fixed;
	top: 0;
}
.hero-area {
	padding-top: 112px;
}



/* page loader  */
#preloader {
	position: fixed;
	background: #1f1f1f;
	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: #fff;
	-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 */