@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*--------animation---------*/
@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}


:root {
    --thm-font: 'Montserrat' ;
    /*	Hedding*/
    --thm-b-font: "Montserrat", sans-serif;
    /*	Body-font*/
    --thm-icon-font: "Font Awesome 5 Pro";
    /*icon-font*/
    --thm-color-one: #f8e808;
    --thm-color-two: #1f1f1f;
    --thm-color-three: #1f1f1f;
    --var-hero_gr2: #fff3ee;
    --var-hero_gr2: #ead5ff;
/*Light Color*/
--thm-color-light: #f7f7f7;
/*RGB Colors*/
--thm-color-one-rgb: 14, 223, 126;
--thm-color-two-rgb: 0, 0, 0;
--thm-color-three-rgb: 237, 241, 245;
--thm-color-four-rgb: 0, 0, 0;
/*Light Color*/
--thm-color-light-rgb: 247, 247, 247;
/*Theme Colors*/
--thm-body-color: #636060;
/*Body Colors*/
--thm-white: #ffffff;
/*White Color*/
--thm-border: #d1d1d1;
/*Border Color*/

}

/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8;
    font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #999;
	background: rgba(245,245,245,.2);
	border-color: #dfdfdf;
    transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}

.overlay-bg-black:before {
    background-color: #f1f1df;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
}
.transform-center {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.precautions-box:hover .animate-img img{
    transform: scale(1.1);
	transition: 0.5s;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.our_articles.no-bg {
	background:none;
	background-image: none;
}
.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/*section-header*/
.section-header {
	padding-bottom: 30px;
	position: relative;
}

.section-header .section-heading h3 {
    color: #0c0c0c;
    font-size: 39px;
    font-family: "Jost", sans-serif;
    letter-spacing: 4px;
}
.section-header .section-description {
	margin-bottom: 20px;
	position: relative;
}
.section-header.left-side .section-heading {
	margin: 0 auto 0 0;
}
/*Slick Arrow*/
.arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}
.arrow-layout-1 .slick-arrow:after {
    width: 50px;
    height: 50px;
    border: 1px solid #ceb502;
    background: #ceb502;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Flaticon;
}
.arrow-layout-1 .slick-arrow:hover:after {
    color: #fff;
    background-color: #000;
    border-color: #123a54;
}
.arrow-layout-1 .slick-prev {
	left: -100px;
}
.arrow-layout-1 .slick-next {
	right: -100px;
}
.arrow-layout-1 .slick-prev:after {
	content: "\f165";
}
.arrow-layout-1 .slick-next:after {
	content: "\f163";
}
.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px;
}
/*pagination*/
nav.custom-pagination {
	padding-top: 50px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item .page-link {
	border-radius: 0;
}
.page-link:focus {
	box-shadow: none;
	z-index: 1;
}
.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	background-color: transparent;
	border: 2px solid #fcb006;
	color: #337ab7;
	margin: 0 2px;
}
.page-item:hover .page-link, .page-item.active .page-link {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
/*======================
1.1 Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-weight: 500;
	color: #000000de;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 36px;
}
h3 {

	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    /* font-family: 'Source Sans Pro', sans-serif; */
    color: #000;
}
a {
	color: #000000;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: #123a54;
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin: 0px;
	position: relative;
}
ul.custom {
	list-style: none;
	padding: 0;
}

blockquote {
	background-color: #f4f4f4;
	position: relative;
	padding: 3rem;
	margin: 2rem 0;
	border: #4329a333 solid 1px;
}
blockquote p {
	font-size: 32px;
	line-height: 45px;
	font-style: italic;
	margin: 0;
	word-break: break-word;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
iframe {
	border:none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table thead th {
	background: #123a54;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
table tbody td>a, table tbody td {
	font-size: 14px;
	text-align: center;
}
table thead th:first-child {
	text-align: left;
}
table tbody td:first-child a, table tbody td:first-child {
	font-size: 16px;
	color: #123a54;
	text-align: left;
	text-decoration: underline;
}
table tbody td:nth-child(4) {
 background-color: #ceb502;
 color: white;
}
table tbody td:nth-child(4).no-bg {
 background-color: inherit;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-top {
	padding-top:80px;
}
.section-padding-bottom {
	padding-bottom:80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
1.3. Forms
====================*/
::selection {
    background-color: #ceb502c2;
    color: #fff;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-control-custom::placeholder {
 font-size: 14px;
}
.form-control-custom {
	height: 40px;
	padding: 0.375rem 1.2rem;
	border-radius: 0;
	border: 2px solid #ddd;
	width: 100%;
	background: none;
}
.form-control-custom:disabled, .form-control-custom[readonly] {
	background-color: #fff;
}
.form-control-custom:focus {
	border: 2px solid #ddd;
	border-bottom: 2px solid #fcb006;
	box-shadow: none;
}
form label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
label .required {
	color: #ff0018;
}
.form-style-1 label {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: text;
	font-weight: 500;
    transition: all .25s ease;
	color: #495057;
	font-size: 16px;
/*	background: #fff;*/
	padding: 0 8px;
}
.form-style-1 label.has-value {
	top: -9px;
	font-size: 14px;
	margin-bottom: 0;
}
.custom-select {
	background-image: none;
}
.custom-select:focus {
	box-shadow: none;
}
.nice-select .option {
	margin-bottom: 0;
}
.nice-select .option:before {
	display: none;
}
.nice-select.open .list {
	width: 100%;
	min-height: 50px;
	max-height: 200px;
	overflow-y: auto;
}
textarea.form-control-custom {
	resize: none;
	padding: 19px 1.2rem;
}
label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: 20px;
	font-size: 14px;
	left: 0;
	top: 0;
}
/* Create a custom checkbox */
label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
}
/* On mouse-over, add a grey background color */
label.custom-checkbox:hover input ~ .checkmark {
 background-color: #fff;
 border: 1px solid #fcb006;
}
/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .checkmark {
 background-color: #fcb006;
 border: 1px solid #fcb006;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*Custom Radio*/
.custom-radio {
	border: 1px solid #fcb006;
	padding: 10px 20px;
	height: 51px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #888;
}
.custom-radio label {
	margin-bottom: 0;
}
.custom-radio [type="radio"]:checked, .custom-radio [type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
}
.custom-radio [type="radio"]:checked + label, .custom-radio [type="radio"]:not(:checked) + label {
 position: relative;
 padding: 0;
 padding-left: 30px;
 cursor: pointer;
 line-height: 20px;
 display: inline-block;
 top: 0;
 left: 0;

}
.fddafdffdashg:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/13.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: 11px;
    right: 0;
    left: 0;
     z-index: -999;
    bottom: 0;
}
.dddsfdf:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/12.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: 11px;
    right: 0;
    left: 0;
     z-index: -999;
    bottom: 0;
}

.dgdd:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/11.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: -11px;
    right: 0;
    left: 13px;
    z-index: -999;
    bottom: 0;
}


@media screen and (max-width: 992px) {

.banner-title h1{
	font-size: 20px !important;
	font-weight: 700;
}

.banner-title img {
    margin-bottom: 20px;
}	

.login-box {
    padding: 15px !important;
}
.sgnup-info {
    margin-bottom: 25px;
}
.login-title {
    padding-bottom: 60px !important;
}
}


@media screen and (min-width: 992px) {

.dgdd:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/11.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 87%;
    height: auto;
    top: -56px;
    right: 0;
    left: -59px;
    z-index: -999;
    bottom: 0;
    width: auto;
}

.dddsfdf:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/4.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: 45px;
    right: 0;
    left: 104px;
    z-index: -999;
    bottom: 0;
}
.fddafdffdashg:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/03.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: 60px;
    right: 0;
    left: 101px;
    z-index: -999;
    bottom: 0;
}
    /* STYLES HERE */
}

@media screen and (min-device-width: 992px) and (max-device-width: 1350px) {

	.dddsfdf:before {
    position: absolute;
    content: '';
    background: url(../images/home-2/12.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: -31px;
    right: 0;
    left: -7px;
    z-index: -999;
    bottom: 0;
}

.child-one {
    position: relative;
    top: -80px !important;
}

    /* STYLES HERE */
}
.custom-radio [type="radio"]:checked + label:before, .custom-radio [type="radio"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 20px;
 height: 20px;
 border: 1px solid #fcb006;
 border-radius: 100%;
 background: #fff;
}
.custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
 content: '';
 width: 12px;
 height: 12px;
 background: #fcb006;
 position: absolute;
 top: 4px;
 left: 4px;
 border-radius: 100%;
 transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
 opacity: 0;
 transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/*==================
1.4. Buttons
====================*/
.btn-submit {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 26px 0px 0 0;
    padding: 12px 25px;
    color: #fff;
    background-color: #ceb502;
    align-items: center;
    display: inline-flex;
    justify-content: center;
/*    border-radius: 11px;*/
}
.text-white {
    padding-top: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff!important;
}
.text-education{
	 padding-top: 33px;
    font-weight: 500;
}
.action {
    /* align-items: center; */
    justify-content: center;
    display: flex;
}
.btn-submit .button_title {
	display: inline-block;
	line-height: 1;
	overflow: hidden;
}
.btn_letters {
	display: inline-block;
	line-height: 1em;
}
.btn-submit:hover, .btn-submit:focus {
    background-color: #000;
    color: #fff;
}
.btn-small {
	padding: 10px 28px;
	font-size: 14px;
}
/*==================
1.5. Section-Colors-&-Backgrounds
====================*/
.bg-light-white {
	background-color: #f4f4f4;
}
.bg-custom-white {
	background-color: #ffffff;
}
.bg-theme {
	background-color: #fcb006;
}
.bg-custom-theme {
	background-color: #123a54;
}

/*Colors*/
.text-custom-black {
    font-weight: 700;
    font-family: "Jost", sans-serif;
    color: #000000;
}
.text-theme {
	color: #fcb006;
}
.text-custom-theme {
	color: #123a54;
}
.text-light-white {
    color: #999;
    font-family: "Jost", sans-serif;
}

/*======================
1.6 Modal & Popups
========================*/
/*======================
2. Homepages
========================*/
.header .topbar .leftside ul>li>a {
	margin: 10px 10px 10px 0px;
	line-height: 33px;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
}
.header .topbar .leftside ul>li:hover>a {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
.header .topbar .rightside ul {
	justify-content: flex-end;
}
.header .topbar .rightside ul>li.login {
	background-color: #45afce;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	height: 100%;
	padding: 0 30px;
}
.header .topbar .rightside ul>li.book-appointment>a {
	background: #123a54;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 0 30px;
	font-weight: 600;
	color: #fff;
}
.header .topbar .rightside ul>li>a>i {
	margin-right: 10px;
}
/*Navigation*/
.header .navigation-wrapper {
    background-color: #fff;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
    /* padding: 10px 0; */
}
.header .navigation-wrapper.sticky {
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
     background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    animation-fill-mode: both;
}

ul.custom-flex {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.header .navigation-wrapper nav>.main-navigation .logo img {
    width: 155px;

}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul {
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
	margin: 0px 3px;
	/* padding: 15px 0; */
}
.button {
	background: #fcb006;
	padding: 10px 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.button a {
	color: #fff;
	font-size: 22px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child {
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
    color: #000;
    transition: 0.6s ease;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    padding: 25px 12px;
    font-weight: 500;
    border-radius: 0px;
}

.image-fit.logo-image-red {
    display: none;
}
.image-fit.logo-image-white {
    display: block;
}


/* .header .navigation-wrapper.sticky nav>.main-navigation .main-menu>ul>.menu-item>a {
    color: #999;
} */
.header .navigation-wrapper.sticky .image-fit.logo-image-red {
    display: block;
}
.header .navigation-wrapper.sticky .image-fit.logo-image-white {
	display: none;
 }




.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-ite> a{
 color: #fff;
    transition: 0.6s ease;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    padding: 5px 12px;
    font-weight: 600;
    border-radius: 0px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a:after {
    content: '';
    display: block;
    height: 2px;
    background: #ceb502;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    transition: 0.3s all;
    margin: auto;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:before, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:before {
	top: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:after, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:after {
    /* bottom: 0px; */
    opacity: 1;
    /* margin: 0 auto; */
    width: 100%;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
	display: flex;
	align-items: center;
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search>a {
	padding: 5px 20px;
	padding-right: 0;
	font-size: 14px;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\f078";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 400;
}
.ft-logo img {
    width: 50%;
}

.menu-item-has-children .submenu {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 200px;
    transform: translateY(10px);
    transition: 0s all;
    border-top: 2px solid #ceb502;
    background-image: linear-gradient(to left top, #e7feff, #eafdf7, #f0fbf0, #f6f9ec, #fcf6eb, #fef2e8, #ffede7, #ffe9e8, #ffe2e8, #ffdced, #f9d7f5, #ead5ff);
    opacity: 0;
    visibility: hidden;
}
.menu-item-has-children:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menu-item-has-children .submenu>.menu-item>a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #000 !important;
    border-bottom: 1px solid;
}
li.menu-item a:hover{
   color: #ceb502;
}
.menu-item-has-children .submenu>.menu-item:hover>a {
	background-color: #123a54;
	color: #fff !important;
}
.menu-item-has-children .submenu .menu-item-has-children>a>.arrow:after {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg);
}
.menu-item-has-children .submenu .menu-item-has-children>.submenu {
	left: 100%;
	top: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	/* padding: 25px 0; */
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span {
    background: #000 !important;
    height: 3px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    transition: 0.3s;
}
.form-btn{
	background-color: #ceb502;
	border: none;
	color: #fff;
	padding: 10px 20px;
	}
	.parent-diiv {
    display: flex;
}

.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header .navigation-wrapper nav>.main-navigation .hamburger-menu .btnn span {
    background: #000 !important;
}
li.menu-ite.scs a i {
    background: #ceb502;
    padding: 13px 14px;
    border-radius: 50px !important;
    color: #fff !important;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
 display: none;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
}

/*Main Slider*/

.main-banner .slide-item {
	margin: 0;
	position: relative;
	z-index: 1;
	height: 800px;
}

.slider-img img {
	width: 100%;
	height: 600px;
	position: relative;
}
.slider-img img:before {
	background: #000;
	content: "";
	display: block;
	height: 600px;
}
/*back to top*/
#back-top {
	text-align: center;
	display: none;
}
#back-top {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 36px;
    border: #ceb502;
    color: #ffffff;
    background: #ceb502;
    transition-duration: 0.3s;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
    position: fixed;
    cursor: pointer;
    z-index: 100;
    bottom: 20px;
    border-radius: 6px;
    right: 20px;
}
/*=============================================themes set====================================================*/

.banner-title {
    z-index: 1;
    color: #fff;
    position: relative;
    padding: 20px 0;
}

.banner-title h2 {
    font-size: 40px;
    transition: 0.5s all;
    line-height: 1.2;
}
.banner-title h2 {
    color: #fff;
}
.banner-title p {
    color: #ccc;
}
.banner-title p {
    transition: 0.5s all;
}
.banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.slider-content.slider-sec-tag h1 {
    font-size: 60px;
    font-weight: 600;
}
.banner-right-image img {
    width: 685px;
    height: 547px;
}
.transform-center {
    padding-top: 170px;
}

a.btn-submit.btn_text_effec {
    width: 100%;
    padding: 20px 10px;
    border-radius: 30px;
}
.slider-content.slider-sec-tag p {
    color: #000;
}

.slide-text {
    position: relative;
    margin-top: 46px;
}
.text-block {
    font-size: 30px;
	margin-bottom: 0;
	color: #2bcd6a;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.slick-dots li {
    list-style: none;
}
ul.slick-dots li {
    list-style: none;
    background: #ccc;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    background: #ceb502;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
	z-index: 99;
}

button.slick-next.slick-arrow {
    right: 10px;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\f054";
    font-size: 18px;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
}
button.slick-prev.slick-arrow {
    left: 10px;
    right: auto;
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
button.slick-prev.slick-arrow::before {
    position: absolute;
    content: "\f053";
    font-size: 18px;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
}

li.slick-active {
    background: #000 !important;
}


.learn-more a {
	width: 30% !important;
	padding: 20px 30px !important;
}

section.section-padding.section__checkout {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-color: #f0f3f4;
}
.main-bannerf {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* --------======================================================================= */

.slide-itemk {
    background: #fff;
    margin: 55px;
    border-radius: 20px;
}
.banner-card:hover .service-image img {
    transform: rotate(360deg);
}
.banner-card {
    padding: 15px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    transition: 0.5s all;
}
.banner-card:hover {
    box-shadow: 0px 0px 10px 0px rgb(143 196 199 / 50%);
}

.banner-card p {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.3;
}

.btn-thm-big {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #ceb502;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ceb502;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 14px -7px #000000;
    padding: 10px 25px;
}
.btn-thm-big:hover {
    background-color: #ceb502c2;
    border-color: #ceb502c2;
    color: #fff;
}
.service-image img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 8px;
    box-shadow: rgb(96 171 172) 1.95px 1.95px 2.6px;
}
.offer-sec {
    box-shadow: 0px 0px 10px 0px rgb(226 209 84 / 50%);
    border-radius: 10px;
    transition: 0.5s all;
    padding: 30px;
    background-color: #fff;
}
.offer-sec:hover {
    box-shadow: none;
}

.offer-top-box {
    padding: 20px 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.offer-list-headding {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

ul.offer-list {
    margin-bottom: 25px;
    padding: 0;
}
ul.offer-list li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    list-style: none;
    display: flex;
    align-items: baseline;
}
ul.offer-list li i {
    padding-right: 10px;
}
i.bg-icon {
    background: #ceb502;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;

}
.offer-item-list {
    padding: 10px 0;
}
.offer-top-box-text h3 {
    font-size: 20px;
}
.offer-top-box hr {
    width: 60%;
    margin: 0 auto;
    height: 3px;
    color: #fff;
    background: #fff;
    opacity: 1;
}
.offer-thour {
    padding: 10px 0;
}
.offer-thour h4 {
    color: #fff;
    text-decoration: line-through;
    font-weight: 500;
}
.offer-thour h2 {
    color: #fff;
    font-size: 25px;
}
.offer-thour h6 {
    color: #fff;
    font-weight: 400;
}

.offer-btn:hover {
    background-color: #fff;
    color: #ceb502c2;
}
.customer-star i {
    color: #f0ad4e;
    font-size: 18px;
}
.customer img {
    width: 138px;
}
.customer-box i {
    font-size: 35px;
    color: #FFCF2D;
    border: 1px solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    box-shadow: rgb(203 185 55 / 84%) 0px 3px 6px, rgb(228 166 14 / 60%) 0px 3px 6px;
}
.customer-box {
    text-align: center;
    background: #fff;
    padding: 25px;
    /* margin: 10px 15px; */
    transition: 0.5s all;
    box-shadow: 0px 0px 10px 0px rgba(33, 34, 34, 0.5);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.customer-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 0px rgb(143 196 199 / 50%);
}
.customer-box h3 {
    font-size: 22px;
}
.container.customer-container {
    max-width: 1140px;
}
.customer-big-image img {
    border-radius: 20px;
}
.cust-btn {
    background-color: #FFCF2D;
    border-color: #FFCF2D;
    color: #000;
}
.cust-btn:hover {
    background-color: #FFCF2D;
    border-color: #FFCF2D;
}
.marketing-section {
    margin-bottom: 20px;
}
ul.marketing-list {
    padding: 0;
    list-style: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
ul.marketing-list li i {
    /* background: #ceb502; */
    color: #ceb502;
    padding: 2px;
    margin-right: 10px;
    border-radius: 3px;
    border: 2px solid;
}
ul.marketing-list li {
    display: flex;
    align-items: baseline;
    font-size: 18px;
}

.qoute-text i {
    font-size: 20px;
}

.qoute-text p {
    font-size: 17px;
    color: #000;
    padding-left: 20px;
    font-weight: 600;
    line-height: 1.3;
    font-style: italic;
}
p.qoute-perra-name {
    font-style: normal;
    font-weight: 700;
}
.marketing-section.direction-left {
    flex-direction: row-reverse;
    display: flex;
}
.offer-sec.top-35 {
    margin-top: -40px;
}
.sales-efficiency-box:hover img {
    transform: scale(1.2);
}
.sales-efficiency-box {
    border: 1px solid #ccc;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgb(143 196 199 / 50%);
    display: flex;
    align-items: center;
    height: 175px;
    margin: 10px;
    margin-bottom: 25px;
    background-color: #fff;
    transition: 0.5s all;
}
.sales-efficiency-box:hover {
    box-shadow: none;
    border: 1px solid  #fff;
    /* box-shadow: 0px 0px 10px 0px rgba(37, 37, 37, 0.5); */
}
.sales-efficiency-box img {
    width: 80px;
}
.sales-efficiency-box h6{
    padding-left: 15px;
}
.slick-initialized .slick-slide {
    display: flex;
}

section.section-padding.testimonial-sec:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #2d2c2c85;
    z-index: -1;
}
section.section-padding.testimonial-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
}
.text-left {
    text-align: left;
}
.color-white {
    color: #fff;
}
.copy-right p {
    color: #fff;
}
.copy-right p {
    color: #fff;
    margin: 12px 0;
    font-size: 16px;
}
footer.footer-sec {
    background: #ceb502;
}
.copy-right p a {
    color: #0ef0ff;
}
.copy-right {
    background: #000;
    border-top: 1px solid #fff;
}

body::-webkit-scrollbar {
    width: 10px;
  }

  body::-webkit-scrollbar-track {
    background: transparent;
  }

  body::-webkit-scrollbar-thumb {
    background-color: #ceb502;
    border-radius: 20px;
    border: 2px solid #fff;
  }
  .scroller {
    --scrollbar-color-thumb: hotpink;
    --scrollbar-color-track: blue;
    --scrollbar-width: thin;
    --scrollbar-width-legacy: 10px;
}

.color-one {
    color: #f3d60d ;
}

.main-bannerf {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
}
.btn-book {
    background-color: #ceb502;
    margin-right: 20px;
    font-size: 21px;
    color: #fff;
    padding: 10px 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.footer-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}


.my-button {
    color: white;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    border: 2px solid #ceb502;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 30px;
    margin-right: 5px;
}
  .my-button:hover {
    background-color: #ceb502; /* Background color on hover */
  }

  .my-button.active {
    border-color: #ceb502;
    background-color: #ceb502;
    transform: scale(0.98); /* Slightly reduce the button size when clicked */
  }
  .ft-form {
    padding: 30px;
}


/* ----------------------------------------------- */


.about-text h6 {
    text-transform: uppercase;
    color: #ceb502;
}
.row.bg-empowers {
    background: #ceb502;
    padding: 50px;
    border-radius: 15px;
}
.empowers h5 {
    color: #fff;
}
.empowers p {
    color: #fff;
}
.empowers h5 i {
    color: #fff;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
}
ul.item-list {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.empowers {
    border-right: 1px solid #fff;
}
.border-none {
    border: none;
}
.sec-card {
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.text-midule {
    padding: 10px;
}
.sec-card img {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.text-midule h4 {
    font-size: 22px;
}
.service-sec {
    text-align: end;
    padding-right: 30px;
}
.service-title {
    max-width: 600px;
    margin: auto;
}
.service-bgcolor {
    padding: 80px 0;
    background-color: rgb(245 245 245 / 71%);
    z-index: 0;
    position: relative;
}
.service-right-image img {
    position: absolute;
    top: 0;
}
.service-right-image img {
    position: absolute;
    top: 63px;
    right: -20%;
    width: 360px;
    height: 300px;
    z-index: -1;
}
.service-title h4 {
    margin-right: -130px;
    color: #000;
    background: #ffffffab;
    padding: 35px 16px;
    font-size: 32px;
}
.sec-card img {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    border-radius: 50%;
    margin-bottom: 20px;
    outline-style: groove;
    outline-color: #ceb502;
    outline-width: 12px;
}
.banner-title img {
    margin-bottom: 95px;
}
.section-heading.text-center {
    margin-bottom: 40px;
}

.service-title p {
    font-size: 21px;
}
.counter {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}
.counters {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counters span {
    font-size: 40px;
    color: #000;
    padding-left: 10px;
}
.counter-box {
    text-align: center;
    margin-bottom: 20px;
}
.trused-image img {
    width: 130px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.trused-image {
    text-align: center;

}
.customer-box {
    position: relative;
    overflow: hidden;
    perspective: 1000px; /* Add perspective to create 3D effect */
}
.costm-hover {
    display: none;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #ceb502;
    transition: 0.5s all;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden; /* Prevents flickering during flip */
    transform: rotateY(90deg); /* Initially rotate 90deg */
}

.costm-hover p {
    padding: 20px;
    color: #fff;
    font-weight: 600;
}
/* .customer-box:hover .costm-hover {
   left: 0;
   display: inline-block;
   transform: rotate(360deg);
} */

.customer-box:hover .costm-hover {
    display: flex; /* Make it visible when hovered */
    transform: rotateY(0deg); /* Reset rotation to show it (flip in) */
}
.row.trused-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

/* Tab buttons */
.tab-buttons {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.tab-buttons button {
    padding: 7px 20px;
    margin: 0 3px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    background-color: #f1f1f1;
    font-size: 16px;
}

/* Active button style */
.tab-buttons button.active {
    background-color: #ceb502;
    color: white;
}

/* Tab content */
.tab-content {
    display: none;
    margin-top: 20px;
}

/* Show the active tab content */
.tab-content.active {
    display: block;
}

ul {
    list-style: none;
}
ul.tab-list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
ul.tab-list li i {
    background: #ceb502;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.customer-container h2 {
    font-size: 29px;
}
.form-control {
    margin-bottom: 10px;
}
.submit-btn {
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    padding: 6px 8px;
    border-radius: 6px;
    margin-top: 20px;
    transition: 0.5s all;
}
.submit-btn:hover {
    background-color: #fff;
    color: #000;
}
form.idea.pl-5 {
    padding: 38px;
    padding-left: 60px !important;
}
.contact-form.p-0 {
    background: #ceb502;
}
.contact img {
    width: 690px;
    height: 460px;
}

.banner-app {
    display: none;
}

.banner-anim {
    animation-name: banner-animation;
}
.banner-anim {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}
.banner-anim img {
   /* width: 100%;
    height: 100%;*/
    object-fit: cover;
    animation: banner-animation 3s ease-in-out infinite;
}
@keyframes banner-animation {
    0% {
        transform: translateX(0);  /* Starting position */
    }
    50% {
        transform: translateX(40px);  /* Move 20px to the right */
    }
    100% {
        transform: translateX(0);  /* Return to starting position */
    }
}

.ft-title h5 {
    font-weight: 600;
}
.social-icon i {
    font-size: 20px;
    width: 40px;
    background: #ceb502;
    height: 40px;
    display: inline-flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #fff;
    margin-right: 8px;
}
.address a {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.ft-title {
    margin-bottom: 20px;
}




.banner-sec {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title h1 {
    font-size: 35px;
    color: #fff;
}
.contact img{
	width: 100%;
	height: 460px;
}

.whatsapp-btn {
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index: 9999;
}
.whatsapp-btn i {
	width: 70px;
	height: 70px;
	background-color: #45c801;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

}
.whatsapp-btn i {
	color: #fff;
	font-size: 35px;
}
.need-helf {
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
}
a.custom-whatsapp {
    display: flex;
    align-items: center;
    gap: 14px;
}


#back-top:hover {
  background-color: #333;
}
