@import url("https://fonts.googleapis.com/css?family=Manrope:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
/* General */
.pb-40 {
	padding-bottom: 40px;
}

.row-eq-height {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}
/* End of General */

/* Header Part */
.header-area {
	border-bottom: 0;
}

.header-area .main-header-area .main-menu ul li a {
	color: #aaa;
	font-size: 16px;
}

.header-area .main-header-area .main-menu ul li a::before {
	display: none;
}

.header-area .main-header-area .main-menu ul li a.active {
	color: #fff;
}

.btn-rounded {
    border-radius: 20px;
}

#header-slider .carousel-caption {
	bottom: 40%;
}

#header-slider .carousel-caption h3.title-slider {
	font-family: "Poppins", "Manrope", "Inter" !important;
	font-weight: 100 !important;
	font-size: 135px !important;
	color: #fff;
}

#header-slider .carousel-caption h3.title-slider b {
	font-weight: 800 !important;
	color: #fff;
}

#header-slider .carousel-caption p {
	color: #fff;
	font-size: 20px;
}

#header-slider .carousel-caption .btn {
	padding: .5rem 2rem;
	font-weight: 500;
	border-radius: 50px;
}

#header-slider .carousel-caption .btn-warning {
	border: 3px solid #fcb040;
	color: #111;
	background: #fcb040;
}

#header-slider .carousel-caption .btn-warning:hover {
	transition-duration: 0.4;
	color: #fcb040;
	background: transparent;
}

#header-slider .carousel-caption .btn-border-white {
	border: 3px solid #fff;
	color: #fff;
	background: transparent;
}

#header-slider .carousel-caption .btn-border-white:hover {
	transition-duration: 0.4;
	color: #111;
	background: #fff;
}

#header-slider .carousel-indicators {
	bottom: 30%;
	z-index: 1;
}

#header-slider .carousel-indicators li {
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
}

#header-slider .carousel-indicators li.active {
	width: 12.5px;
	background: #fcb040;
}

@media (max-width: 767px) {
	#header-slider .carousel-caption h3.title-slider {
		font-size: 60px !important;
	}

	#header-slider .carousel-caption {
		bottom: 40% !important;
	}

	#header-slider .carousel-caption .btn {
		width: 100%;
	}

	#header-slider .carousel-indicators {
		bottom: 25% !important;
	}
}
/* End of Header Part */

/* Section Part */
.section {
	font-family: "Work Sans", sans-serif;
  	font-size: 16px;
  	background: #fff;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section .container {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

.section.dark-section {
	background: #000;
	color: #fff;
}

.section.grey-section {
	background: #2e2e2e;
	color: #fff;
}

.section .section-title h3 {
	font-family: "Poppins", "Manrope", "Inter" !important;
	font-size: 72px;
	font-weight: bold;
	color: #000;
}

.section.dark-section .section-title h3, .section.grey-section .section-title h3 {
	color: #fcb040;
}

.section.dark-section p, .section.grey-section p {
	color: #fff;
}

.section#benefits, .section#features {
	background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-size: 60% 100% !important;
}

.section#benefits {
    background-position: right center !important;
}

.section#features {
    background-position: left center !important;
}

@media (max-width: 767px) {
	.section .section-title h3 {
		font-size: 45px;
	}

	.section#benefits, .section#features {
		background-position: bottom center !important;
		background-size: auto !important;
	}
}

.section#benefits p strong {
	font-size: 18px;
	font-weight: 800;
}

.section#benefits span {
	font-size: 18px;
	font-weight: 400;
}

.section#features strong {
	font-size: 18px;
	color: #fcb040;
	font-weight: 600;
}

.section#features span {
	color: #fcb040;
	font-weight: 600;
}

.section#features span strong{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
/* End of Section Part */

/* Custom Single Counter */
.single_counter h3 {
	color: #fcb040;
	font-weight: bold;
	font-size: 60px;
}

.single_counter p{
	font-weight: 500;
}

@media (max-width: 767px) {
	.single_counter h3 {
		font-size: 28px;
	}
}
/* End of Custom Single Counter */

/* Features */
.tableads-features:hover {
    background: #2E2E2E;
    border-radius: 5px;
}
/* End of Features */

/* Specification List */
#specification-lists .specification-list {
	background: #2e2e2e;
	border-radius: 5px;
}

#specification-lists .specification-list span {
	font-size: 20px;
	font-weight: 400;
}
/* End of Specification List */

/* Pricing List */
#pricing-lists .pricing-list {
	border-radius: 5px;
	color: #000;
}

#pricing-lists .pricing-list-1 {
	background: #fad193;
}

#pricing-lists .pricing-list-2 {
	background: #fbc575;
}

#pricing-lists .pricing-list-3 {
	background: #faba5b;
}

#pricing-lists .pricing-list-4 {
	background: #fcb040;
}

#pricing-lists .pricing-list .month {
	font-size: 24px;
	font-weight: 500;
}

#pricing-lists .pricing-list .price {
	font-size: 36px;
	font-weight: 600;
}

#pricing-lists .pricing-list hr {
    border-top: 2px solid #000;
}

#pricing-lists .pricing-list ul {
    padding: 7.5px;
    margin: 7.5px;
}

#pricing-lists .pricing-list ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

#pricing-lists .pricing-list .btn-border-black {
	border: 3px solid #000;
	color: #000;
	background: transparent;
}

#pricing-lists .pricing-list .btn-border-black:hover {
	transition-duration: 0.4;
	color: #fff;
	background: #000;
}
/* End of Pricing List */

/* Gallery */
#gallery button.slick-arrow {
    position: absolute;
    z-index: 9;
    /*top: calc(50% - 15px);*/
    background: transparent;
    color: #fff;
    border: 0;
    height: 100%;
    top: 0;
    text-align: center;
}

#gallery button.slick-arrow i {
    font-size: 30px;
}

#gallery button.slick-prev.slick-arrow {
    left: 0;
}

#gallery button.slick-next.slick-arrow {
    right: 0;
}

div[data-target="#lightbox-gallery"] {
    padding: 0 !important;
}

#lightbox-gallery .modal-header {
    top: 0;
    position: absolute;
    z-index: 999999;
    right: 0;
    border-bottom: 0;
}

.thumbnail-gallery div {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    background: #111;
    opacity: 0.6;
    text-align: center;
    font-weight: 500;
    display: none;
    border: 3px solid #fcb040;
    color: #fff;
    height: 100%;
    text-align: center;
	vertical-align: middle;
}

.thumbnail-gallery:hover div {
	display: block;
}
/* End of Gallery */

/* Contact Us */
#contact-us strong {
	font-size: 16px;
	font-weight: 800;
}

#contact-us p {
	font-size: 16px;
}

#contact-us .form-group label {
	color: #fff;
    font-weight: 800;
}

#contact-us .form-group input, #contact-us .form-group textarea {
	font-size: 16px;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

 #contact-us .form-group textarea {
 	resize: none;
 	overflow-y: hidden;
 }
/* End of Contact Us */

/* Footer */
.footer {
	background: #fff;
	color: #898989 !important;
	font-family: "Work Sans", sans-serif !important;
  	font-size: 12px !important;
}

.footer .footer_top {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .footer_top .footer_widget p {
	color: #898989 !important;
	font-family: "Work Sans", sans-serif !important;
  	font-size: 12px !important;
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 16px;
    font-weight: 800;
}

.footer .footer_top .footer_widget ul li {
    color: #898989 !important;
    font-size: 12px;
    line-height: 30px;
}

.footer .footer_top .footer_widget ul li a, .footer .footer_top .footer_widget p a {
	color: #898989 !important;
}

.footer .footer_top .footer_widget ul li a:hover, .footer .footer_top .footer_widget p a:hover {
	color: #fcb040 !important;
}

.footer .copy-right_text .copy_right {
    font-size: 10px;
    color: #898989;
    font-weight: 300;
    border-top: 1px solid #F4F4F4;
}

/* End of Footer */

/* Modal */
.modal-backdrop {
	z-index: 1;
}
/* End of Modal */

/* Choose Plan's Modal */
#choose-plan-popup {
    color: #000;
}

#choose-plan-popup .modal-header {
	border-bottom: 0;
}

#choose-plan-popup .modal-header .close {
    padding: .5rem;
}

#choose-plan-popup button[type="submit"] {
	color: #fff;
	background: #fcb040;
}
/* Choose Plan's Modal */

/* Thank You's Modal */
#thankyou-popup {
    color: #000;
}

#thankyou-popup .modal-header {
	border-bottom: 0;
}

#thankyou-popup .modal-header .close {
    padding: .5rem;
}
/*  Thank You's Modal */