/* stylesheet */
:root{
    --primary-color:#e5f0f5;
    --secondary-color:#ff7010;
    --dark-color1:#031d2e;
    --dark-color2:#17384e;
    --white-color:#ffffff;
    --transition:0.4s ease-in-out;
}
:after,:before{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
.form-control:focus {
    color: #ffffff;
    background-color: #17384e;
    border-color: #17384e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

body{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    background-color: var(--dark-color1);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s linear;
} 
.hide {
    display: none!important;
}
/* common css */
.as_padderTop10{
    padding-top: 10px;
}
.as_padderTop20{
    padding-top: 20px;
}
.as_padderTop30{
    padding-top: 30px;
}
.as_padderTop40{
    padding-top: 40px;
}
.as_padderTop50{
    padding-top: 50px;
}
.as_padderTop60{
    padding-top: 60px;
}
.as_padderTop70{
    padding-top: 70px;
}
.as_padderTop80{
    padding-top: 80px;
}
.as_padderTop90{
    padding-top: 90px;
}
.as_padderTop100{
    padding-top: 90px;
}
.as_padderBottom5{
    padding-bottom: 5px;
}
.as_padderBottom10{
    padding-bottom: 10px;
}
.as_padderBottom20{
    padding-bottom: 20px;
}
.as_padderBottom30{
    padding-bottom: 30px;
}
.as_padderBottom40{
    padding-bottom: 40px;
}
.as_padderBottom50{
    padding-bottom: 50px;
}
.as_padderBottom60{
    padding-bottom: 60px;
}
.as_padderBottom70{
    padding-bottom: 70px;
}
.as_padderBottom80{
    padding-bottom: 80px;
}
.as_padderBottom90{
    padding-bottom: 90px;
}
.as_padderBottom100{
    padding-bottom: 90px;
}
.as_margin0{
    margin: 0px;
}
.as_font14{
    font-size: 14px;
    line-height: 24px;
}
.as_toggle{
    display: none;
}
.as_heading{
    font-size: 36px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 23px;
    position: relative;
    margin:-8px 0 20px;
}
.as_heading.as_heading_center:after{
    left: 50%;
    transform: translateX(-50%);
}
.as_heading:after{
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: 3px solid var(--secondary-color);
    left: 0;
    bottom: 0;
}
.form-control {
    height: 50px;
    background-color: var(--dark-color2);
    border: none;
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 0 40px 0 30px;
}
.form-control::placeholder{
    color: #97b0c1;
}
.as_subheading{
    font-size: 22px;
    text-transform: capitalize;
}
.as_orange{
    color: var(--secondary-color);
}
.as_white{
    color: var(--white-color);
}
.as_btn {
    height: 50px;
    background-color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    position: relative;
    margin-left: 15px;
    color: var(--white-color);
    border: none !important;
    outline: none;
    width: auto;
    transition: 0.2s linear;
}
.as_btn:hover:after {
    border-left-color: var(--dark-color1);
}
.as_btn:hover:before {
    border-right-color: var(--dark-color1);
}
.as_btn:hover {
    background-color: var(--dark-color1);
}
.as_btn:after, .as_btn:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid var(--secondary-color);
    transition: 0.2s linear;
}
.as_btn:before{
    left:auto;
    right: 100%;
    border-left: none;
    border-right: 15px solid var(--secondary-color);
}
.as_verticle_center{
    display: flex;
    align-items: center;
}
.slick-dots {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.slick-dots li {
    display: inline-flex;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    height: 9px;
    width: 9px;
    background-color: #234a64;
    border-radius: 100%;
    margin: 0 6px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background-color: var(--secondary-color);
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #10334a;
    border: none;
    padding: 0 13px;
    z-index: 1;
    outline: none;
}
.slick-arrow::after{
    border-left-color:#10334a;
}
.slick-arrow::before{
    border-right-color:#10334a;
}
.slick-arrow:hover{
    background-color: var(--secondary-color);
} 
.slick-arrow:hover:after{
    border-left-color:var(--secondary-color);
}
.slick-arrow:hover::before{ 
    border-right-color:var(--secondary-color);
}
.slick-arrow.slick-prev {
    left: -120px;
    padding: 0 12px 0 0px;
}
.slick-arrow.slick-prev span{
    margin-right: 10px;
    display: inline-flex;
}
.slick-arrow span svg path{
    fill:var(--secondary-color)
}
.slick-arrow:hover span svg path{
    fill: var(--white-color);
}
.slick-arrow.slick-next span{
    margin-left: 10px;
}
.slick-arrow.slick-next {
    right: -100px;
    padding: 0 0 0 12px;
}
.slick-slide{
    outline: none;
}
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}
.datepicker {
    background-color: #17384e;
    border: 1px solid rgb(255 255 255 / 10%);
    color: var(--primary-color);
}
.datepicker--nav {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.datepicker--nav>div {
    background-color: transparent !important;
    color: var(--primary-color);
}
.datepicker--pointer {
    background-color:#17384e;
    border-top-color: rgb(255 255 255 / 10%);
    border-right-color: rgb(255 255 255 / 10%);
}
.datepicker--cell:hover{
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
}
.datepicker--cell.-current-,.datepicker--day-name {
    color: var(--secondary-color);
}
/* select2 */
.select2-selection {
    height: 50px !important;
    background-color: var(--dark-color2) !important;
    border: 1px solid rgb(255 255 255 / 10%) !important;
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
    color: var(--primary-color) !important;
    font-size: 14px;
    line-height: 50px !important;
    padding: 0 28px !important;
    text-align: initial;
}
.form-group {
    text-align: initial;
}
.form-group {
    text-align: initial;
    margin: 10px 0;
}

.select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection__arrow {
    height: auto !important;
    bottom: 1px;
    right: 18px !important;
}
span.select2-dropdown.select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 0;
} {
    z-index: 0 !important;
}

.select2-container {
    transition: none;
    width: 100% !important;
}

.select2-dropdown {
    transition: none;
    background-color: var(--dark-color2);
    border-color: rgb(255 255 255 / 10%);
    font-size:14px;
}

.select2-search--dropdown {
    padding: 10px 25px;
}

.select2-search--dropdown input {
    background-color: var(--dark-color2);
    border-color: rgb(255 255 255 / 10%) !important;
    outline: none !important;
}

.select2-results__option {
    padding: 10px 26px;
    background-color: transparent !important;
}

.select2-results__option:hover,.select2-results__option.select2-results__option--selected {
    color: var(--secondary-color) !important;
}
/* loader */
.as_loader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark-color1);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_loader img{
    animation: spin 7s infinite linear;
    -webkit-animation: spin 7s infinite linear;
    -moz-animation: spin 7s infinite linear;
}
/* header css start */ 
.as_header_wrapper {
    display: flex;
    background-color: #07273c;
}
.as_logo {
    padding: 35px 150px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
}
.as_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.as_menu >ul >li {
    display: inline-flex;
    text-transform: capitalize;
    margin: 0 20px;
    position: relative;
}
.as_menu_wrapper {
    display: flex;
    border-top: 1px solid rgb(255 255 255 / 10%);
    justify-content: flex-end;
    padding-right: 150px;
    position: relative;
    z-index: 1;
}
.as_header_detail {
    width: calc(100% - 449px);
}
.as_menu > ul > li > a {
    padding: 23px 0;
    position: relative;
    transition: all 0.3s linear;
}
.as_menu >ul >li > a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--secondary-color);
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.as_menu > ul > li > a:hover:before,.as_menu > ul > li > a.active:before{
    width: 29px;
}
.as_menu ul li a:hover,.as_menu ul li a.active{
    color: var(--secondary-color);
}
.as_info_detail {
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
}
.as_search_wrapper {
    padding-top: 22px;
    transition: all 0.3s linear;
}
.as_search {
    cursor: pointer;
    transition: all 0.3s linear;
}
.as_info_detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_info_detail ul li {
    display: inline-flex;
    padding: 15px 30px;
}

.as_info_detail ul li a,.as_info_detail ul li a:focus{
    text-decoration: none;
    color: inherit;
}

.as_infobox .as_infoicon {
    width: 50px;
    height: 50px;
    background-color: var(--dark-color2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}
.as_infobox {
    display: flex;
    align-items: center;
    text-decoration: none !important; 
}
 
.as_info_detail ul li .as_infobox>span {
    font-weight: 600;
    margin-right: 5px;
}
.as_right_info {
    display: flex;
    align-items: center;
}

.as_cart_wrapper {
    background-color: var(--dark-color2);
    padding: 14px 24px;
    border-radius: 50px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
}
.as_cart_wrapper>span {
    position: relative;
    margin-right:20px;
}
.as_cart_wrapper>span .as_cartnumber {
    width: 18px;
    height: 18px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    font-size: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
}
.as_cart {
    position: relative;
}
.as_cart_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: var(--dark-color2);
    z-index: 1;
    padding: 5px 20px 20px;
    box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
    border-radius: 20px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s linear;
}
.as_cart.cart_open .as_cart_box {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}
.as_cart_list .as_cart_img{
	float:left;
}
.as_cart_list .as_cart_img img{
	width:70px;
    height: 70px;
    object-fit: cover;
}
.as_cart_info{
	width:calc(100% - 70px);
	float:right;
	padding-left:10px;
}
.as_cart_list .as_cart_info a{
	font-size:16px;
	font-weight:500;
	font-family:'Philosopher', sans-serif;
	margin-bottom:5px;
	width:110px;
	text-transform:capitalize;
}
.as_cart_list {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.as_cart_list li{
	width: 100%;
}
.as_cart_list .as_cart_info p{
	font-size:14px;
}
.as_cart_box .as_cart_total , .as_cart_box .as_cart_btn{
	padding-right:20px;
}
.as_cart_box .as_cart_total p{
	margin-top:10px;
	text-align:left;
	text-transform:capitalize;
}
.as_cart_box .as_cart_total p span{
	float:right;
	font-family:'Philosopher', sans-serif;
}
.as_cart_box .as_cart_btn{
	text-align:center;
	padding-top:5px;
}
.as_cart_box .as_cart_btn button{
	background-color: var(--dark-color1);
	padding:0 5px;
	text-transform:capitalize;
}
.as_cart_box .as_cart_btn button::after{
    border-left-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button::before{
    border-right-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button:hover{
	background-color:var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::after{
    border-left-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::before{
    border-right-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:first-child{
    margin-right: 25px;
}
.as_cart_list::-webkit-scrollbar {
	width:4px;
}
.as_cart_list::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.as_cart_list::-webkit-scrollbar-thumb {
	background-color:#ff6f00;
	outline:#708090 solid 1px;
}
.as_menu >ul >li .as_submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--dark-color2);
    padding: 15px 0;
    border-radius: 10px;
    width: 170px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.as_menu >ul >li >.as_submenu{
    transform: translateY(-10px);
}
.as_menu >ul >li:hover >.as_submenu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.as_menu >ul >li .as_submenu li a {
    padding: 7px 20px;
    display: flex;
}

.as_menu >ul >li .as_submenu>li>.as_submenu {
    right: 100%;
    top: 8px;
    left: auto;
    transform: translateX(-20px);
}
.as_menu >ul >li .as_submenu>li:hover>.as_submenu{
    transform: translateX(-10px);
    opacity: 1;
    visibility: visible;
}

.as_menu >ul >li .as_submenu>li {
    position: relative;
}

.as_menu >ul >li .as_submenu:before {
    content: '';
    position: absolute;
    border-bottom: 7px solid var(--dark-color2);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom:100%;
    left:13px;
}
.as_menu >ul >li > .as_submenu > li >.as_submenu:before {
    bottom:auto;
    top:10px;
    left:100%;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left:  7px solid var(--dark-color2);
}
/* header css end */ 
/* banner css start */
.as_banner_wrapper{
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 310px;
    overflow: hidden;
}
.as_banner_detail h5{
    font-size: 26px;
    margin: 0 0 5px;
}
.as_banner_detail h1{
    font-size: 54px;
    line-height: 62px;
    margin: 0 0 13px;
}
.as_banner_detail p {
    margin-bottom: 26px;
}
.as_banner_wrapper .slick-dots {
    text-align: center;
    display: none;
}
.as_banner_img img{
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    display: inline-block;
    width: 100%;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.as_banner_slider .slick-arrow.slick-prev{
    left:-265px; 
}
.as_banner_slider .slick-arrow.slick-next{
    right:-900px; 
}
.as_banner_wrapper .as_btn:hover{
    background-color: var(--dark-color2);
}
.as_banner_wrapper .as_btn:hover:after{
    border-left-color: var(--dark-color2);
}
.as_banner_wrapper .as_btn:hover:before{
    border-right-color: var(--dark-color2);
}
.as_banner_slider .slick-arrow:hover {
    background-color: var(--secondary-color);
}
.as_banner_slider .slick-arrow:hover:after{
    border-left-color:var(--secondary-color)
}
.as_banner_slider .slick-arrow:hover:before{
    border-right-color:var(--secondary-color)
}
/* banner css end */
/* about css start */
.as_about_wrapper{
    background-image: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
/* Mobile Only Margin Top */
@media (max-width: 767px) {
    .mobile-mt-629 {
        margin-top: 62px !important;
    }
}
.as_about_wrapper p{
    margin-bottom: 32px;
}
.as_contact_expert {
    /* display: flex; */
    background-color: var(--dark-color2);
    /* border-radius:10px; */
    padding:25px;
    margin-top:40px;
    align-items:center;
    max-width: 470px;
}
.as_contact_expert .as_icon{
    width:65px;
    height:65px;
    background-color:var(--secondary-color);
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:25px;
    position: relative;
}
.as_contact_expert .as_icon:before{
    position: absolute;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px dashed var(--secondary-color);
    content: '';
    border-radius: 100%;
}
.as_contact_expert:hover .as_icon:before{
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_contact_expert h5{
    font-size:18px;
    margin:0 0 7px 0;
}
.as_contact_expert h1{
    font-size:34px;
    font-weight:700;
    margin:0 0 0 0;
}
.as_aboutimg {
    position: relative;
    z-index: 1;
    padding: 0 0 40px;
    text-align: right;
}
.as_aboutimg img{
    display: inline-block;
}
.as_aboutimg::after{
    position: absolute;
    content: '';
    top: 95px;
    right: 84px;
    background-color: var(--dark-color2);
    width: 420px;
    height: 450px;
    z-index: -1;
}
.as_aboutimg::before{
    position: absolute;
    content: '';
    left: 17px;
    bottom: 0;
    border-left: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    width: 90px;
    height: 90px;
}
.as_about_slider {
    max-width: 520px; 
    margin: 0 20px 0 auto;
}
.as_about_slider .slick-dots {
    position: absolute;
    left: -46px;
    bottom: 32px;
}

.as_about_slider .slick-dots li {
    display: flex;
    cursor: pointer;
    margin: 15px 0; 
}
/* about css end */
/* service css start */
.as_service_box {
    background-color: #07273c;
    padding: 50px 22px;
    margin-top: 30px;
}
.as_service_box .as_icon {
    width: 80px;
    background-color: #10334a;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
}
.as_service_box .as_icon:after {
    border: 1px dashed #173f59;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}
.as_service_box:hover .as_icon {
    background-color: var(--secondary-color);
}
.as_service_box:hover .as_icon:after{
    border-color: var(--secondary-color);
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_service_box .as_subheading {
    margin: 30px 0 10px;
    padding-bottom: 16px;
    position: relative;
}

.as_service_box .as_subheading:after {
    width: 70px;
    height: 2px;
    background-color: var(--secondary-color);
    position:absolute;
    content:'';
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.as_service_box p{
    font-size:14px;
    line-height: 24px;
}
.as_link{
    text-transform:uppercase;
    font-size:14px;
    line-height:24px;
    border-bottom:1px solid var(--secondary-color);
    color:var(--secondary-color);
    letter-spacing: 0.6px;
}
/* service css end */
/* zodiec sign css start */
.as_zodiac_sign_wrapper{
    background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_sign_img img{
    margin: 0 auto;
}
.as_sign_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_sign_ul li{
    margin-top: 40px;
}
.as_sign_box {
    background-color: #0e344d;
    max-width: 230px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}
.as_sign_box >a{
    display: flex;
    align-items: center;
}
.as_sign_box .as_sign {
    background-color: #07273c;
    height: 80px;
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 38px;
    position: relative;
    transition: all 0.2s linear;
}
.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}
.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.as_sign_box:after,.as_sign_box:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #0e344d; 
} 

.as_sign_box:before{
    left:auto;
    right: 100%;
    border-left: none;
    border-right: 20px solid #0e344d;

}
.as_sign_box .as_sign:after,.as_sign_box .as_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 18px solid #07273c;
 
} 
.as_sign_box:hover {
    background-color: var(--secondary-color);
}
.as_sign_box:hover:after{
    border-left-color: var(--secondary-color);
}
.as_sign_box:hover:before{
    border-right-color: var(--secondary-color);
}
.as_sign_box:hover .as_sign {
    background-color: #e66712;
}
.as_sign_box:hover .as_sign:after{
    border-left-color: #e66712;
}
.as_sign_box:hover .as_sign:before{
    border-right-color: #e66712;
}
.as_sign_box .as_sign:before{
    left:auto; 
    right: 100%; 
    border-left: none; 
    border-right: 18px solid #07273c;
}
.as_sign_ul li:first-child,.as_sign_ul li:last-child  {
    transform: translateX(200px);
}
.as_sign_ul li:nth-child(2), .as_sign_ul li:nth-child(5) {
    transform: translateX(100px);
    z-index: 1;
}
.as_sign_ul.as_sign_ul_right li:first-child,.as_sign_ul.as_sign_ul_right li:last-child  {
    transform: translateX(-200px);
}
.as_sign_ul.as_sign_ul_right li:nth-child(2),.as_sign_ul.as_sign_ul_right li:nth-child(5) {
    transform: translateX(-100px);
}
.as_sign_img img {
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    width: 100%;
}
.as_sign_ul_right .as_sign_box {
    margin: 40px 0 0 auto;
}
/* zodiec sign css end */
/* zodiec sign form css start */
.as_sign_form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
}
.as_input_feild {
    position: relative;
}
.as_input_feild>span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.as_sign_form ul li {
    max-width: 270px;
    width: 100%;
    padding: 0 15px;
}
.as_sign_form ul li:nth-child(3) {
    max-width: 370px;
}
.as_sign_form ul li:last-child{
    max-width: 205px;
}
.as_sign_form {
    background-color: #07273c;
    padding: 25px 33px 50px;

}
li.as_form_box {
    text-align: left;
}
/* zodiec sign form css end */
/* customer css start */
.as_customer_wrapper{
    background-image: url('../images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_customer_slider .slick-dots {
    text-align: center;
}
.as_customer_box {
    background-color: #10334a;
    padding: 0 45px 42px;
    position: relative;
    margin: 50px 15px;
    z-index: 1;
}
.as_customer_box:before {content: '';position: absolute;top: 75px;transform: translateX(-50%);left: 50%;width: 86px;height: 74px;background-image: url(../images/svg/quote2.svg);z-index: -1;}
.as_customer_box .as_customer_img>img {
    border-radius: 100%;
}
.as_customer_box .as_customer_img {
    position: relative;
    display:inline-flex;
    margin: -45px 0 34px;
}
.as_customer_box .as_customer_img span {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: var(--secondary-color);
    border-radius:100%;
    line-height:32px;
    right:-10px;
    bottom:0px
}
.as_customer_box .as_customer_img span img{
    display: inline-block;
}
.as_customer_box p {
    font-size: 14px;
    line-height: 24px;
}
.as_customer_box h3{
    font-size: 20px;
    margin: 15px 0 0;
}
/* customer css end */
/* why choose css start */

section.as_whychoose_wrapper.as_padderTop80 {
    padding-top: 80px;
}
.as_whychoose_box .as_number>span {
    font-size: 24px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.as_whychoose_box h4 {
    font-size: 20px;
    margin: 25px 0 35px;
    text-align: center;
    transition: all 0.2s linear;
}
.as_number {
    display: block;
    position: relative;
    width: 130px;
    margin: 0 auto;
}
.as_whychoose_box:hover h4 {
    color: var(--secondary-color);
}
/* why choose css end */
/* blog css start */
.as_blog_wrapper{
    background-image: url('../images/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_blog_img {
    position: relative;
    margin-bottom: 36px;
    border: 4px solid #ff7010;
}

.as_blog_img .as_btn {
    position: absolute;
    right: 35px;
    bottom: -25px;
    color: #fff;
    padding: 0 5px;
}
.as_blog_box {
    margin-top: 30px;
    text-align: initial;
}
.as_blog_img img {
    width: 100%;
}
.as_blog_box:hover .as_subheading {
    color: var(--secondary-color);
}
.as_blog_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_blog_box ul li {
    display: inline-flex;
    margin-right: 30px;
    font-size: 14px;
    line-height: 24px;
}
.as_blog_box ul li img {
    margin-right: 10px;
}
.as_blog_box .as_subheading {
    line-height: 32px;
    margin: 8px 0;
    transition: all 0.2s linear;
}
.as_blog_box.as_blog_single .as_subheading {
    color: var(--primary-color);
}
/* blog css end */
/* product css start */
.as_product_box {
    text-align: left;
    margin: 30px 10px 0;
}
.as_product_img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.as_product_img ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: -60px;
    left: 0;
    right: 0;
    background-color: var(--secondary-color);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    display: flex;
    justify-content: space-around;
}
.as_product_img > img {
    width: 100%;
}
.as_product_box:hover .as_product_img ul{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.as_product_img ul li {
    display: inline-flex;
    line-height: 40px;
    color: #ffffff;
}
.as_product_img ul li:last-child{
    border-right: none;
} 
.as_product_img ul li:nth-child(2){
    position: relative;
}
.as_product_img ul li:nth-child(2):after {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #fda2658f;
    border-right: 1px solid #fda2658f;
}
.as_product_box .as_subheading {
    margin: 5px 0 6px;
}

.as_product_box .as_price {
    font-size: 18px;
    font-weight: 600;
}

.as_product_box .as_price>span {
    font-size: 14px;
    font-weight: 400; 
}

.as_product_box .as_price>del {
    color: #5e7482;
}
.as_product_img ul li span{
    margin-left: 14px;
    font-size: 14px;
}
.as_product_box ul li img {
    display: inline-block;
}
.as_product_wrapper.as_product_page {
    background-color: var(--dark-color2);
}
/* product css end */
/* overview css start */

.as_overview_wrapper{
    background-image: url('../images/bg6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_overview_inner {
    background-color: #10334a;
    padding: 42px 50px 50px;
}
.as_overview_inner h4 {
    font-size: 24px;
    margin: 0 0 11px;
}
.as_overview_inner .as_btn {
    margin-top: 10px;
    padding: 0 8px;
}

.as_overview_inner .as_btn img {
    margin-right: 10px;
}
/* overview css end */





/* footer css start */
.as_newsletter_wrapper{
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.as_newsletter_box{
    position:relative;
}
.as_newsletter_box .form-control {
    border-radius: 0px;
    height: 60px;
}
.as_newsletter_wrapper .row {
    align-items: center;
}
.as_newsletter_box:after,.as_newsletter_box:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 17px solid var(--dark-color2);
}
.as_newsletter_box:after{
    right:100%;
    left:auto;
    border-left: none;
    border-right: 17px solid var(--dark-color2);
}
.as_newsletter_box .as_btn{
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 1;
}
.as_footer_inner {
    display: flex;
}
.as_footer_widget{
    margin-top: 30px;
}
.as_footer_widget>p {
    margin: 18px 0 20px;
}
.as_footer_widget > ul > li:hover {
    color: var(--secondary-color);
}
.as_footer_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_footer_widget > ul > li {
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
}
.as_footer_widget>ul>li span svg {
    fill:#ffffff;
    margin-right: 10px;
}
.as_footer_widget>ul>li:hover span svg path{
    fill:var(--secondary-color);
}
.as_footer_widget>ul>li:hover span{
    transition: none;
}
.as_footer_heading {
    font-size: 22px;
    line-height: 60px;
    margin: 0;
    position: relative;
     margin-bottom: 22px;
}

.as_footer_heading:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 92px;
    height: 2px;
    background-color: var(--secondary-color);
}
.as_footer_widget .as_contact_list li {
    padding-left: 0;
    display: flex;
    align-items: baseline;
}

.as_footer_widget .as_contact_list li:before {
    display: none;
}

.as_footer_widget .as_contact_list li img {
    margin: 0 15px 0 0;
    transform: translateY(3px);
}

.as_footer_widget .as_contact_list li p {
    margin: 0;
}
.as_share_box ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0c2d43;
    border-radius: 100%;
}
.as_share_box ul li a:hover{
    background-color: var(--secondary-color);
}
.as_share_box ul li {
    display: inline-flex;
    margin-right: 5px;
}
.as_copyright_wrapper {
    background-color: #07273c;
    padding:13px 0 5px
}

/* footer css end */
/* breadcrum start */
.as_breadcrum_wrapper{
    background-image: url('../images/bg7.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0 30px;
}
.as_breadcrum_wrapper  h1 {
    margin: 0px 0 15px;
    font-size: 28px;
}
.as_breadcrum_wrapper .breadcrumb {
    display: inline-flex;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 30px;
    margin: 0px;
}
.breadcrumb>li+li:before {
    content: '/\00a0/\00a0';
}

/* breadcrum end */
/* service detail start */
.as_service_page .as_service_wrapper{
    background-image: url(../images/bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.as_service_page .as_service_wrapper .as_service_box {
    background-color: #031d2e;
}
.as_servicedetail_wrapper{
    background-color: #07273c;
}
.as_service_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_service_ul li {
    padding: 0 0 6px 23px;
    position: relative;
}
.as_service_ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/svg/arrow.svg) no-repeat center;
    left: 0;
    top:8px;
}
.as_service_detail_inner .as_heading {
    font-size: 32px;
    padding-bottom: 15px;
    margin: 22px 0 15px;
}
.as_service_detail_inner p {
    margin-bottom: 20px;
}
.as_service_detail_inner h4 {
    font-size: 24px;
}
.as_service_widget h3 {
    font-size: 22px;
    display: inline-flex;
    padding-bottom: 11px;
}
.as_service_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_service_widget ul li {
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 24px;
    position: relative;
}
.as_service_widget ul li a{
    display: flex;
    justify-content: space-between;
}
.as_service_widget ul li a span{
    transition: none;
}
.as_service_widget ul li a span:first-child {
    border-bottom: 1px solid transparent;
}
.as_service_widget ul li:hover a span:first-child {
    border-color: var(--secondary-color);
}
.as_service_widget ul li:hover{
    color: var(--secondary-color);
}
.as_service_widget ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/svg/arrow.svg) no-repeat center;
    left: 0;
    top:8px;
}
.as_service_widget ul li:hover:before{
    background: url(../images/svg/arrowHover.svg) no-repeat center;
}
.as_service_widget.as_download_box{
    background-color: var(--secondary-color);
    padding: 50px 10px;
}
.as_gplay{
    margin-bottom: 15px;
    display: inline-flex;
}
.as_service_widget .as_heading::after {
    width: 75%;
}
/* service detail End */
/* zodiac detail start */
.as_card_box img {
    border-radius:10px
}
.as_card_box>a {
    outline:none;
}
.as_zodiac_sidebar .as_sign_box {
    margin-bottom: 20px;
}
.as_zodiac_heading .as_sign {
    background-color: var(--secondary-color);
    height: 80px;
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 38px;
    position: relative;
}
.as_zodiac_heading .as_sign:after, .as_zodiac_heading .as_sign:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 18px solid var(--secondary-color);
}
.as_zodiac_heading .as_sign:before{
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 18px solid var(--secondary-color);
}
.as_zodiac_heading{
    font-family: 'Philosopher', sans-serif;
    font-size: 36px;
    padding-left: 20px;
}
.as_zodiac_heading>span{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.as_tab_wrapper div#myTabContent {
    margin-top: 20px;
}
.as_tab_wrapper .nav-tabs>li>button {
    background-color: transparent !important;
    border: none !important;
    font-size: 14px;
    padding: 16px 35px;
    position: relative;
    color: #fff;
}
.as_tab_wrapper .nav-tabs>li>button::before{
    position: absolute;
    content: '';
    height: 4px;
    width:0;
    background-color: var(--secondary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.as_tab_wrapper .nav-tabs>li>button:hover,.as_tab_wrapper .nav-tabs>li>button.active{
    color: var(--secondary-color);
}
.as_tab_wrapper .nav-tabs>li>button:hover:before,.as_tab_wrapper .nav-tabs>li>button.active:before{
    width: 42px; 
}
.as_tab_wrapper .nav-tabs {
    background-color: #10334a;
    border: none;
}
.as_tab_wrapper li {
    margin: 10px 0;
}
.as_countdown_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_countdown_wrapper ul li {
    display: inline-flex;
    flex-direction: column;
    margin: 50px 0 30px;
    padding-right: 62px;
    position: relative;
}
.as_countdown_wrapper ul li .progress-percentage {
    width: 108px;
    height: 108px;
    border: 9px solid #193e57;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: 'Philosopher', sans-serif;
}
.as_countdown_wrapper ul li h3 {
    margin: 15px 0 0;
    text-transform: capitalize;
}
.as_countdown_wrapper ul li:last-child {
    padding-right: 0px;
}
.as_zodiac_single_wrapper {
    background-color: #07273c;
}
.as_progressbar{
    position: relative;
    width: 108px !important;
    height: 108px !important;
}
.as_countdown_wrapper ul li canvas {
    position: absolute;
    top: -21px;
    left: -21px;
}
/* zodiac detail End */
/* Blog Single Start */
.as_customer_box.as_bloquote {
    padding: 50px;
    margin-bottom: 20px;
}
.as_customer_box.as_bloquote h3 span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
.as_tag_wrapper .as_btn {
    background-color: #17384e;
    height: 40px;
    text-transform: capitalize;
    padding: 0 12px;
}
.as_tag_wrapper .as_btn:after,.as_tag_wrapper .as_btn:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 13px solid #17384e;
}

.as_tag_wrapper .as_btn:before {
    border-left:none;
    border-right: 13px solid #17384e;
}
.as_tag_wrapper ul li {
    margin-right: 17px;
    align-items: center;
}

.as_tag_wrapper ul {
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.as_about_admin {
    background-color: var(--secondary-color);
    display:flex;
    align-items:center;
    padding:30px 40px;
}
.as_about_admin .as_aboutImage {
    width: 117px;
    margin-right: 32px;
}
.as_about_admin .as_aboutDetail {
    width: calc(100% - 149px);
}
.as_about_admin .as_aboutImage img {
    border: 3px solid #fff;
    border-radius: 100%;
}

.as_comment_section ul{
    margin: 0px;
    padding:0px;
    list-style: none;
}
.as_comment_section ul li{
    display: flex;
}
.as_comment_section > ul > li{
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding: 40px 0;
}
.as_comment_section > ul > li:last-child{
    border-bottom: none;
}
.as_comment_section > ul > li > ul > li {border-top: 1px solid rgb(255 255 255 / 10%);padding: 40px 0 0;}

.as_comment_section > ul > li > ul > li:first-child {
    border: none;
    padding: 0 0 40px;
}
.as_comment_section > ul > li > ul > li{
    margin-left: 100px;
}
.as_comment_section >ul>li .as_comnt_img{
    width: 110px;
}
.as_comment_section >ul>li .as_comnt_img img{
    border-radius: 100%;
}
.as_comment_section >ul>li .as_comnt_detail{
    width: calc(100% - 110px);
    position: relative;
}
.as_comment_section >ul>li .as_comnt_detail .as_btn{
    position: absolute;
    right: 35px;
    top: 0;
    padding: 0 10px;
}
.as_comment_section >ul>li .as_comnt_detail .as_btn img{
    margin-right: 10px;
}
.as_comment_section >ul>li .as_comnt_detail>span {
    display: flex;
    padding: 5px 0 10px;
}

.as_comment_section >ul>li .as_comnt_detail>span img {
    margin-right: 10px;
}
.as_comment_form .as_heading,.as_comment_section .as_heading{
    font-size: 32px;
}
.as_comment_form .form-control {
    margin-bottom: 30px;
    border-radius: 0px;
}
.as_comment_form textarea.form-control {
    height: 210px;
    padding:15px 30px;
    resize:none;
}
.as_blog_box.as_blog_single {
    margin: 0px;
}

.as_search_widget {
    position: relative;
    margin-bottom: 50px;
}

.as_search_widget>a {
    position: absolute;
    background-color: var(--secondary-color);
    padding: 15px 18px;
    display: inline-flex;
    bottom: 0;
    top: 0;
    right: 0;
}

.as_search_widget .form-control {
    padding-right: 70px;
    border-radius: 0px;
}
.as_tag_wrapper>.as_btn {
    margin: 0 15px 10px;
}
.as_service_widget 
 .as_recentposts li {
    padding: 0;
    margin: 5px 0 13px;
}

.as_service_widget .as_recentposts li h5 {
    margin: -5px 0 0;
    font-size: 16px;
    line-height: 26px;
    transition: none;
}
.as_service_widget .as_recentposts li:before{
    display: none;
}
.as_service_widget .as_recentposts li .as_img {
    margin-right: 15px;
}

.as_service_widget .as_recentposts li .as_detail>span {
    display: flex;
    align-items: center;
}

.as_service_widget .as_recentposts li .as_detail>span img {
    margin-right: 10px;
}
.as_tag_wrapper .as_btn:hover {
    background-color: var(--secondary-color);
}
.as_tag_wrapper .as_btn:hover:before{
    border-right-color:var(--secondary-color)
}
.as_tag_wrapper .as_btn:hover:after{
    border-left-color:var(--secondary-color)
}
.as_blog_box .as_subheading>a {
    transition: none;
}
/* Blog Single End */
/* Contact Start */
.as_info_box {
    display: flex;
    align-items: center;
}
.as_info_box .as_icon {
    width: 65px;
    background-color: var(--secondary-color);
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    margin-right: 26px;
}
.as_info_box .as_icon:after {
    border: 1px dashed var(--secondary-color);
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    border-radius: 100%;
}
.as_info_box:hover .as_icon:after{
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_info_box .as_info {
    width: calc(100% - 100px);
}
.as_info_box h5 {
    color: var(--secondary-color);
    font-size:20px;
}
.as_contact_info .as_heading {
    font-size: 32px;
}
.as_contact_info>p {
    margin-bottom: 36px;
}
.as_contact_form {
    padding: 46px 50px 50px;
    background-color: #17384e;
    margin-bottom: -263px;
    position: relative;
}

.as_contact_form .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 0px;
}

.as_contact_form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
}

.as_contact_form textarea.form-control {
    resize: none;
    height: 120px;
    margin-bottom: 30px;
}

.as_contact_form .as_subheading {
    margin: 0 0 37px;
}
/* Contact End */
/* Search popup start */
.as_search_boxpopup {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background-color: rgb(3 29 46 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.as_search_boxpopup.popup_open{
    top:0;
    opacity: 1;
    visibility: visible;
}
.as_search_inner {
    max-width: 600px;
    width: 100%;
}
.as_search_inner .as_search_widget {
    margin: 0;
}
.as_cancel {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.as_cancel svg {
    fill: var(--primary-color);
}
.as_cancel:hover svg {
    fill: var(--secondary-color);
}
/* Search popup End */
/* Login popup Start */
.modal.show{
    opacity: 1;
    background-color: rgb(3 29 46 / 87%);
}
.modal .modal-dialog {
    margin: 0 auto;
    transform: none !important;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.modal-content{
    background-color: var(--dark-color2);
    width: 100%;
}
.modal-header {
    padding: 15px 25px;
    border-color: rgb(255 255 255 / 10%);
}

.modal-header h4 {
    font-size: 24px;
}

.modal-body .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
}

.modal-body {
    padding: 40px;
}

.modal-header .close {
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 18px;
    background-color: var(--dark-color1);
    border-radius: 100%;
    margin-top: 5px;
    font-size: 16px;
    outline: none !important;
}

.as_login_data {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
}

.as_login_data label {
    font-weight: 400;
    margin: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.as_login_data label input {
    display: none;
}

.as_login_data label .checkmark {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    background-color: var(--dark-color1);
    border-radius: 4px;
    top: 4px;
}

.as_login_data label .checkmark:after {content: '';position: absolute;width: 9px;height: 5px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;transform: rotate(-45deg) scale(0);top: 5px;left: 4px;}
.as_login_data label input:checked + .checkmark:after{
    transform: rotate(-45deg) scale(1);
}
.as_login_box,.as_signup_box{
    display: none;
}
.as_login_box.active,.as_signup_box.active{
    display: block;
}
/* Login popup End */
/* Appointment Page Start */
.as_appointment_wrapper,.as_product_single_wrapper,.as_team_wrapper,.as_privacy_wrapper,.as_faq_wrapper,.as_contact_section {
    background-image: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.as_journal_box_wrapper {
    background-color:var(--dark-color2);
    display: flex;
    padding: 40px;
    border-radius: 10px;
}
.as_journal_box_wrapper label {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.as_journal_box_wrapper .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
}
.as_faq_section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--dark-color2);
    border-radius: 10px;
}
.as_faq_section .accordion-item:first-of-type .accordion-button {
    color: #ffffff;
    background-color: var(--dark-color2);
    border-radius: 10px;
    border: none;
}
.as_faq_section .accordion-item:first-of-type {
    background-color: var(--dark-color2);
    border-radius: 10px;
}
.as_faq_section .accordion-button {
    color: #ffffff;
    background-color: #17384e;
}
.as_faq_section .as_journal_box_wrapper textarea.form-control{
    height: 100px;
    resize: none;
    padding-top: 10px;
    border: none;
}
.as_faq_section .as_journal_box_wrapper .as_subheading {
    margin: 0 0 40px;
    font-size: 28px;
}
.as_faq_section .accordion-body {
    padding: 1rem 1.25rem;
    background: #17384e;
    border-radius: 5px;
}
.as_faq_section .accordion-item {
    background-color: #17384e;
    border: 1px solid rgb(23 56 78);
    margin-bottom: 10px;
}
.as_faq_section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-360deg);
    content: '-';
    font-size: 40px;
    line-height: 15px;
} 
.as_faq_section .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '+';
    font-size: 30px;
    transition: transform .2s ease-in-out;
    line-height: 20px;
    background-image: none;
    transition: all 0.3s linear;
} 
.as_faq_section .accordion-button:focus {
    border-color: #17384e;
    box-shadow: 0 0 0 0.25rem rgb(23 56 78);
} 
.as_journal_box_wrapper .form-group {
    margin-bottom: 20px;
}
/* Appointment Page End */
/* Error Page Start */
.as_error_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--dark-color2);
}

.as_error_wrapper h1 {
    font-size: 150px;
    line-height: 200px;
}

.as_error_wrapper h2 {
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 35px;
}

.as_error_wrapper p {
    font-size: 20px;
}
/* Error Page End */
/* FAQ Page Start */
.card {
    background-color: var(--dark-color2);
    border-radius:10px;
}

.card button.btn.btn-link {
    color: var(--primary-color);
    font-size: 18px;
    padding: 15px 20px;
    text-decoration: none;
    outline: none;
    width: 100%;
    text-align: left;
    white-space: normal;
}

.card-body {
    padding: 20px;
    font-size: 14px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
    margin-bottom: 0;
}
/* FAQ Page End */
/* Team Page Start */
.as_team_box 
 .as_share_box ul {
    padding: 0;
}
.as_team_box .as_team_img {
    border: 1px solid transparent;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s linear;    
}
.as_team_box .as_team_img img {
    border-radius: 5px;
    transition: all 0.3s linear;
}
.as_team_box:hover .as_team_img img,.as_team_box:hover .as_team_img {
    border-radius: 100%;
}
.as_team_box:hover .as_team_img{
    border: 1px solid rgb(255 255 255 / 10%);
}
.as_team_box .as_subheading {
    margin-bottom: 4px;
}
.as_team_box {
    margin-bottom: 30px;
}
/* Team Page End */
/* shop single */
.as_shopsingle_wrapper,.as_cartsingle_wrapper,.as_checkout_wrapper{
    background-image: url('../images/bg4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.as_shopsingle_nav .as_prod_img {
    margin: 20px 5px 0;
    cursor: pointer;
}
.as_shopsingle_for .as_prod_img img {
    margin: 0 auto;
}
.as_price {
    font-size: 28px;
    margin: 5px 0 15px;
    color: var(--secondary-color);
}
.as_price del {
    color: rgb(97 117 130);
    margin-left: 10px;
}
.prod_quantity {
    display: flex;
    align-items: center;
}
.prod_quantity input {
    max-width: 180px;
    margin: 0;
    padding: 0 60px;
    text-align: center;
}
.quantity {
    position: relative;
    margin-left:30px;
    border:1px solid rgb(255 255 255 / 0.1);
    width: 150px;
}
.quantity .qty_button {
    position: absolute;
    background-color: var(--dark-color2);
    border: none;
    right: 0;
    height: 50px;
    width: 50px;
    top: 0;
    border-left: 1px solid rgb(255 255 255 / 0.1);
    outline: none;
    color: #fff;
}
.quantity .qty_button.minus{
    left: 0;
    border-left: none;
    border-right: 1px solid rgb(255 255 255 / 0.1);
}
.product_buy .as_btn {
    margin-right: 25px;
}
.as_shopsingle_nav .slick-list.draggable {
    padding: 0 !important;
}
textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 15px;
}
.as_cartsingle_wrapper .prod_thumb {
    position: absolute;
}

.as_cartsingle_wrapper .prod_thumb img {
    width: 50px;
}

.as_cartsingle_wrapper .product_details {
    padding: 0 0 0 70px;
}
.as_cartsingle_wrapper td,.as_cartsingle_wrapper th {
    padding: 20px !important;
    border-top:1px solid rgb(255 255 255 / 10%) !important;
}

.as_cartsingle_wrapper table {
    border: 1px solid rgb(255 255 255 / 10%);
    color: #fff;
}
.cupon_code_wrap {
    display: flex;
}
.cupon_code_wrap .form-control {
    width: 35%;
    margin-right: 25px;
}
.checkout_wrapper_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.checkout_wrapper_box ul li {
    display: flex;
}

.checkout_wrapper_box ul li {
    display: inline-flex;
    margin: 0 20px 30px;
    background-color: var(--dark-color1);
}
.checkout_wrapper_box ul li:after{
    border-left-color: var(--dark-color1);
}
.checkout_wrapper_box ul li:before{
    border-right-color: var(--dark-color1);
}
.checkout_wrapper_box ul li.active {
    background-color: var(--secondary-color);
}
.checkout_wrapper_box ul li.active:after{
    border-left-color: var(--secondary-color);
}
.checkout_wrapper_box ul li.active:before{
    border-right-color: var(--secondary-color);
}
.checkout_wrapper_box {
    text-align: center;
    background-color: var(--dark-color2);
    padding: 40px;
    border-radius: 10px;
}
.checkout_wrapper_box .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
}
.checkout_wrapper_box .step:not(:first-of-type) {
    display: none;
}
.step .receipt_btn {
    margin: 10px 25px;
}
.stock_details span{
    color: #1cb71c;
}
.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    background-color: var(--secondary-color) !important;
}

/* Responsive css */
@media (min-width:1400px) and (max-width:1810px){
    .as_logo {
        padding: 35px;
    }
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_info_detail {
        padding-right: 20px;
    }
    .as_menu_wrapper{
        padding-right: 50px; 
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: -795px;
    }
    .as_info_detail ul li,.as_right_info,.as_menu >ul >li{
        font-size: 14px;
    }
}
@media (max-width:1610px){
    .as_banner_slider .slick-arrow.slick-next {
        right: -730px;
    }
    .as_customer_slider .slick-arrow.slick-prev {
        left: -100px;
    }
    .as_customer_slider .slick-arrow.slick-next {
        right: -80px;
    }
}
@media (max-width:1450px){
    .as_banner_slider .slick-arrow.slick-next {
        right: -700px;
    }
    .as_customer_slider .slick-arrow.slick-prev {
        display: none !important;
    }
    .as_customer_slider .slick-arrow.slick-next {
        display: none !important;
    }
}
@media (max-width:1399px){
    .as_logo {
        padding: 35px;
    }
        .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_banner_wrapper {
        padding: 80px 100px;
    }
    .as_customer_box {
        padding: 0 40px 42px;
    }
   
    .as_info_detail,.as_menu_wrapper{
        padding-right: 35px;
    }
    .as_info_detail ul li{
        padding:15px;
    }
    .as_infobox{
        font-size: 14px;
    }
    .as_menu > ul > li{
        margin: 0 10px;
    }
    .slick-arrow.slick-prev, .as_banner_slider .slick-arrow.slick-prev {
        left: -110px;
    }
    .slick-arrow.slick-next {
        right: -100px;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: -640px;
    }
}
@media (max-width:1360px){
    .as_menu ul li a{
        font-size: 13px;
    } 
    .as_infobox {
        font-size: 12px;
    }
    .as_overview_slider button.slick-prev.as_btn.slick-arrow , .as_overview_slider button.slick-next.as_btn.slick-arrow {
        display: none !important;
    }
}
@media (max-width:1260px){
    .as_infobox .as_infoicon{
        width: 40px;
        height: 40px;
    }
    .as_cart_wrapper{
        margin-left: 20px;
        padding: 10px 15px;
        font-size: 11px;
    }
    .as_menu ul li a{
        padding: 13px 0;
    }
    .as_search_wrapper {
        padding-top: 14px;
    }
    .as_logo {
        padding: 15px;
    }
    .as_info_detail ul li {
        padding: 12px;
    }
    .as_info_detail, .as_menu_wrapper {
        padding-right: 0;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: -580px;
    }
    .as_customer_wrapper .slick-prev {
        left: 0;
    }
    .as_customer_wrapper .slick-next {
        right: 20px;
        margin: 0;
    }
    .as_overview_wrapper .slick-prev {
        left: -20px;
    }
    .as_overview_wrapper .slick-next {
        right: -4px;
    }
}
@media (max-width:1199px){
    .as_info {
        margin: 10px 0;
    }
    .as_banner_detail h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .as_aboutimg::after {
        display: none;
    }
    .as_aboutimg::before {
        display: none;
    }
    .as_about_slider .slick-dots {
        position: absolute;
        left: 0;
        bottom: -15px;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .as_about_slider .slick-dots li {
        margin: 15px 5px;
    }
    p{
        font-size: 14px;
        line-height: 24px;
    }
    .as_product_img > img{
        width: 100%;
    }
    .as_tab_wrapper .nav-tabs>li>a{
        padding: 16px 20px;
    }
    .as_countdown_wrapper ul li{
        padding-right: 30px;
    }
    .as_tag_wrapper .as_btn{
        margin-bottom: 10px;
    }
    .as_contact_form {
        margin-top: 50px;
    }
}
@media (max-width:1160px){
    .as_banner_slider .slick-arrow.slick-next {
        right: -545px;
    }
}
@media (min-width:1145px){
    .as_banner_wrapper .slick-dots{
        display: none !important;
    }
}
@media (max-width:1145px){
    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .as_banner_slider .slick-arrow.slick-next ,.slick-arrow.slick-prev, .as_banner_slider .slick-arrow.slick-prev, .as_overview_wrapper .slick-next {
        display: none !important;
    }
    .as_banner_wrapper .slick-dots {
        text-align: left;
        display: none;
        position: absolute;
        left: -80px;
        transform: rotate(90deg);
        bottom: 0;
    }
}

@media (max-width:991px){
    .as_about_slider {
        max-width: 100%;
        margin: auto;
    }
        .as_contact_form {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .as_product_description {
        padding-top: 50px;
    }
    .as_infobox .as_infoicon {
        width: 30px;
        height: 30px;
    }
    .as_infobox .as_infoicon img{
        width: 15px;
    }
    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 40px;
    }
    .as_logo {
        padding: 10px;
    }
    .as_cart_wrapper {
        margin-left: 10px;
    }
    .as_infobox .as_infoicon{
        margin-right: 5px;
    }
    .as_cart_wrapper>span {
        margin-right: 12px;
    }
    .as_header_detail {
        width: calc(100% - 200px);
    }
    .as_info_detail, .as_menu_wrapper {
        padding-right: 6px;
    }
    .as_info_detail ul li {
        padding: 12px 5px;
    }
    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 34px;
    }
    .as_infobox .as_logintext {
        display: none;
    }
    .as_banner_detail h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: -450px;
    }
    .as_banner_detail h5 {
        font-size: 18px;
    }
    .as_aboutimg::before,.as_aboutimg::after{
        display:none
    }
    .as_aboutimg img {
        margin: 0 20px 30px auto;
        width: 100%;
    }
    .as_padderBottom80{
        padding-bottom: 70px;
    }
    .as_padderTop80 {
        padding-top: 70px;
        overflow: hidden;
    }
    .as_sign_ul li:first-child, .as_sign_ul li:last-child,.as_sign_ul li:nth-child(2), .as_sign_ul li:nth-child(5),.as_sign_ul.as_sign_ul_right li:first-child, .as_sign_ul.as_sign_ul_right li:last-child ,  .as_sign_ul.as_sign_ul_right li:nth-child(2), .as_sign_ul.as_sign_ul_right li:nth-child(5) {
        transform: translateX(0);
    }
    .as_sign_form ul{
        flex-direction: column;
    }
    .as_sign_box>div {
        width: calc(100% - 80px);
    }
    .as_sign_form ul li {
        max-width: 100%;
        width: 100%;
    }
    .as_sign_form ul li:nth-child(3) {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .as_sign_form ul li:last-child {
        max-width: 100%;
        text-align: center;
    }
    .as_newsletter_wrapper {
        display: block;
        text-align: center;
        float: left;
        width: 100%;
    }
    .as_newsletter_wrapper .as_heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .as_newsletter_wrapper p {
        margin-bottom: 30px;
    }
    .as_footer_inner {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-top: 20px;
    }
    .as_product_img ul {
        display: flex;
        justify-content: space-around;
    }
    .as_whychoose_wrapper  .as_verticle_center {
        display: block;
        text-align: center;
    }
    .as_whychoose_wrapper .as_heading:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .as_whychoose_wrapper p {
        margin-bottom: 30px;
    }
    .as_service_detail_inner {
        margin-bottom: 50px;
    }
    .as_newsletter_box {
        margin: 0 20px;
    }
    .as_card_box {
        text-align: center;
    }
    .as_card_box img {
        display: inline-block;
    }
    .as_service_widget.as_download_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .as_service_widget.as_download_box h3 ,.as_service_widget.as_download_box .as_gplay{
        display: inline-block;
    }
    .as_comment_form {
        margin-bottom: 50px;
    }
    .as_heading {
        font-size: 30px;
    }
    .as_about_slider .slick-dots {
        position: absolute;
        left: -45px;
        bottom: 55px;
        display: block;
    }
    .as_sign_box {
        max-width: 100%;
    }
    .as_sign_img {
        margin-top: 45px;
    }
    .as_blog_wrapper .row {
        justify-content: center;
    }
}
@media (max-width:895px){
    
}
@media (max-width:830px){
    .as_banner_slider .slick-arrow.slick-next {
        right: -360px;
    }
}
@media (max-width:767px){
    .as_info_box {
        margin: 10px 0;
    }
    .menu_open~span.as_body_overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(3 29 46 / 0%);
        z-index: 0;
    }
    .as_verticle_center{
        display: block;
    }
    .as_search_wrapper {
        padding-top: 0;
    }
    .as_sign_box {
        margin: 40;
        margin: 40px auto 0 !important;
    }
    .as_blog_img img{
        width: 100%;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: -75px;
    }
    .as_toggle{
        display: flex;
        margin-right: 20px;
        cursor: pointer;
    }
    .as_menu_wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .as_menu ul li,.as_menu ul li a{
        display: block;
    }
    .as_menu {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        background-color: var(--dark-color1);
        z-index: 999;
        width: 200px;
        border-right: 2px solid var(--secondary-color);
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        transition: all 0.3s linear;
    }
    .menu_open .as_menu{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .as_menu li{
        display:flex;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        margin: 0;
    }
    .as_menu ul li a:before {
        display: none;
    }
    .as_menu_wrapper {
        padding:12px 10px;
    }
    .as_cart_wrapper{
        display: flex;
    } 
    .as_cart_wrapper>span {
        margin-right: 20px;
    }
    .slick-arrow.slick-prev, .as_banner_slider .slick-arrow.slick-prev {
        left: -102px;
    }
    .as_info_detail {
        justify-content: center;
        flex-direction: column;
        padding: 10px;
    }
    .as_right_info {
        padding-left: 5px;
    }
    .as_search_inner {
        padding: 0 20px;
    }
    .as_menu >ul >li .as_submenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
        right: auto !important;
        padding: 0;
        background-color: transparent;
        display: none;
    }
    .as_menu >ul >li .as_submenu .as_submenu{
        display: none;
    }
    .as_menu >ul >li .as_submenu:before {
        display: none;
    }
    .as_menu ul li .as_submenu.active{
        display: block;
    }
    .as_menu ul li.as_submenu_li:after {
        position: absolute;
        content: '';
        border-left:5px solid transparent;
        border-right:5px solid transparent ;
        border-top: 5px solid #ffffff;
        top:25px;
        right:0;
    }
    .as_menu ul li.as_submenu_li ul li.as_submenu_li:after{
        top: 18px;
    }
    .as_banner_img {
        margin-top: 50px;
    }
}
@media (max-width:650px){
    .as_about_slider .slick-dots {
        position: absolute;
        left: 0;
        bottom: 15px;
        right: 0;
        display: flex;
        justify-content: center;
    }
}
@media (max-width:600px){
    .as_comment_section >ul>li .as_comnt_detail .as_btn {
        position: relative;
        right: auto;
        top: auto;
        padding: 0 20px;
        margin: 10px 0 0 0;
    }
    .slick-arrow.slick-prev, .as_banner_slider .slick-arrow.slick-prev, .as_banner_slider .slick-arrow.slick-next {
        display: none !important;
    }
    .as_banner_wrapper {
        padding: 80px 40px;
        overflow: hidden;
    }
    .as_header_detail {
        width: calc(100% - 0px);
    }
    .as_banner_wrapper .slick-dots {
        text-align: center;
        display: none;
        position: relative;
        right: 0;
        left: 0;
        transform: rotate(0deg);
        bottom: 0;
    }
    .as_banner_wrapper .slick-initialized .slick-slide {
        text-align: center;
    }
    .as_comment_section > ul > li > ul > li {
        margin-left: 40px;
    }

}
@media (max-width:567px){
    .as_btn {
    margin: 0;
}
.modal .modal-dialog {
    width: 100%;
}
.as_zodiac_heading {
    font-size: 24px;
}
.as_overview_inner {
    padding: 30px 30px 40px;
}
.as_cart_box {
    right: -30px;
}
}
@media (max-width:450px){
.as_newsletter_box {
    position: initial;
}
.as_about_admin {
    display: block;
}
.as_about_admin .as_aboutImage {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.as_about_admin .as_aboutDetail {
    width: calc(100% - 0px);
    text-align: center;
    padding-top: 10px;
}

.as_newsletter_box .as_btn {
    position: relative;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.as_btn:after, .as_btn:before{
    display: none;
}

.as_journal_box_wrapper {
    padding: 40px 18px !important;
}
.as_banner_wrapper {
        padding: 80px 0px;
    }
    .as_banner_wrapper .slick-dots {
        text-align: center;
        display: block;
    }
    .as_info_detail ul li .as_infobox>span.as_orange{
        display: none;
    }
    .as_contact_expert h1 {
        font-size: 20px;
    }
    .as_contact_expert h5 {
        font-size: 15px;
    }
    .as_contact_expert .as_icon {
        width: 50px;
        height: 50px;
    }
    .as_zodiac_heading .as_sign {
        margin-right: 20px;
    }
    .as_zodiac_heading {
    font-size: 20px;
    padding-left: 10px;
}
.as_newsletter_box:after, .as_newsletter_box:before{
    display: none;
}
}

@media (max-width:400px){
.as_logo img {
    width: 107px;
}
.as_cart_box {
    width: 270px;
}
.modal .modal-dialog {
    margin: 50px auto;
}
.as_zodiac_heading {
    font-size: 16px;
}
.as_zodiac_heading .as_sign:after, .as_zodiac_heading .as_sign:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.as_zodiac_heading .as_sign {
    height: 60px;
    width: 35px;
}
.as_zodiac_heading>span {
    font-size: 12px;
}
.as_comment_section > ul > li > ul > li {
    margin-left: 20px;
}
}
/* edit css */

/*==============================
    HERO SECTION
==============================*/

.rr-hero-banner{
    width:100%;
    padding:100px 0;
    background:var(--primary-color);
    position:relative;
    overflow:hidden;
}

.rr-hero-banner::before{
    content:"✦";
    position:absolute;
    top:80px;
    left:8%;
    font-size:50px;
    color:#e6dccf;
}

.rr-hero-banner::after{
    content:"☾";
    position:absolute;
    right:8%;
    top:90px;
    font-size:70px;
    color:#e6dccf;
}

.rr-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.rr-hero-content{
    flex:1;
}

.rr-hero-tag{
    display:inline-block;
    color:var(--secondary-color);
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
}

.rr-hero-content h1{
    font-size:68px;
    line-height:1.1;
    color:var(--dark-color1);
    margin-bottom:30px;
    font-weight:700;
}

.rr-hero-content h1 span{
    color:var(--secondary-color);
}

.rr-hero-content p{
    font-size:19px;
    line-height:34px;
    color:#58616b;
    max-width:580px;
    margin-bottom:40px;
}

.rr-hero-btn{
    display:inline-block;
    background:var(--secondary-color);
    color:#fff;
    text-decoration:none;
    padding:18px 45px;
    border-radius:6px;
    font-size:18px;
    font-weight:600;
    transition:var(--transition);
}

.rr-hero-btn:hover{
    background:var(--dark-color1);
    color:#fff;
}

.rr-hero-image{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.rr-circle-bg{
    width:540px;
    height:540px;
    background:#d6e5ed;
    border-radius:50%;
    position:absolute;
    z-index:0;
}

.rr-wheel{
    width:520px;
    position:relative;
    z-index:2;
    animation:rrRotateWheel 30s linear infinite;
}

@keyframes rrRotateWheel{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/*==============================
    TABLET
==============================*/

@media(max-width:991px){

.rr-container{
    flex-direction:column;
    text-align:center;
}

.rr-hero-content h1{
    font-size:52px;
}

.rr-hero-content p{
    margin:0 auto 35px;
}

.rr-circle-bg{
    width:420px;
    height:420px;
}

.rr-wheel{
    width:400px;
}

}

/*==============================
    MOBILE
==============================*/

@media(max-width:767px){

.rr-hero-banner{
    padding:70px 0;
}

.rr-hero-content h1{
    font-size:38px;
}

.rr-hero-content p{
    font-size:16px;
    line-height:28px;
}

.rr-circle-bg{
    width:280px;
    height:280px;
}

.rr-wheel{
    width:260px;
}

.rr-hero-btn{
    padding:15px 35px;
    font-size:16px;
}

}

@media(max-width:480px){

.rr-hero-content h1{
    font-size:32px;
}

.rr-hero-tag{
    font-size:14px;
}

.rr-circle-bg{
    width:240px;
    height:240px;
}

.rr-wheel{
    width:220px;
}

}

/*==========================
    ABOUT SECTION
==========================*/

.rc-about-section{
    position:relative;
    padding:100px 0;
    background:#fbf8f2;
    overflow:hidden;
}

.rc-container{
    width:90%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.rc-about-image{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.rc-arch-bg{
    width:420px;
    height:650px;
    background:#dce9ef;
    border-radius:220px 220px 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.rc-main-img{
    width:100%;
    max-width:480px;
    display:block;
}

/* Decorative Stars */

.rc-star{
    position:absolute;
    color:#1f2035;
    opacity:.8;
    animation:rcFloat 5s ease-in-out infinite;
}

.rc-star1{
    top:60px;
    left:20px;
    font-size:34px;
}

.rc-star2{
    bottom:100px;
    left:60px;
    font-size:42px;
}

.rc-star3{
    top:150px;
    right:40px;
    font-size:26px;
}

@keyframes rcFloat{
    0%,100%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
}

/*==========================
    CONTENT
==========================*/

.rc-about-content{
    flex:1;
}

.rc-subtitle{
    display:inline-block;
    color:#ff7010;
    font-size:17px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
    text-transform:uppercase;
}

.rc-about-content h2{
    font-size:60px;
    line-height:1.1;
    color:#031d2e;
    margin-bottom:30px;
    font-weight:700;
}

.rc-about-content p{
    font-size:18px;
    line-height:34px;
    color:#555;
    margin-bottom:20px;
}

.rc-btn{
    display:inline-block;
    margin-top:20px;
    background:#ff7010;
    color:#fff;
    padding:18px 45px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    border-radius:6px;
    transition:.4s;
}

.rc-btn:hover{
    background:#031d2e;
    color:#fff;
}

/*==========================
    BACKGROUND DECORATION
==========================*/

.rc-about-section:before{
    content:"";
    position:absolute;
    left:-80px;
    top:60px;
    width:220px;
    height:220px;
    border:6px solid rgba(230,215,190,.5);
    border-radius:50%;
    opacity:.4;
}

.rc-about-section:after{
    content:"";
    position:absolute;
    right:-120px;
    bottom:80px;
    width:260px;
    height:260px;
    border:6px solid rgba(230,215,190,.5);
    border-radius:50%;
    opacity:.4;
}

/*==========================
    RESPONSIVE
==========================*/

@media(max-width:991px){

.rc-container{
    flex-direction:column;
    text-align:center;
}

.rc-about-content h2{
    font-size:42px;
}

.rc-about-content p{
    font-size:17px;
    line-height:30px;
}

.rc-arch-bg{
    width:340px;
    height:520px;
}

}

@media(max-width:767px){

.rc-about-section{
    padding:70px 0;
}

.rc-about-content h2{
    font-size:34px;
}

.rc-about-content p{
    font-size:16px;
    line-height:28px;
}

.rc-arch-bg{
    width:270px;
    height:420px;
}

.rc-btn{
    padding:15px 35px;
    font-size:16px;
}

}

@media(max-width:480px){

.rc-arch-bg{
    width:230px;
    height:360px;
}

.rc-about-content h2{
    font-size:28px;
}

.rc-subtitle{
    font-size:14px;
}

}
.we-about-section{
    padding:100px 0;
    background:#fff;
}

.we-gallery-top img{
    width:100%;
    border-radius:12px;
    display:block;
}

.we-gallery-bottom{
    display:flex;
    gap:20px;
    margin-top:20px;
}

.we-gallery-bottom img{
    width:50%;
    border-radius:12px;
}

.we-content{
    padding-left:40px;
}

.we-subtitle{
    color:#ff7010;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.we-content h2{
    color:#031d2e;
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:25px;
}

.we-content p{
    color:#555;
    font-size:17px;
    line-height:30px;
    margin-bottom:18px;
}

.we-btn{
    display:inline-block;
    margin-top:15px;
    background:#ff7010;
    color:#fff;
    padding:16px 42px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.we-btn:hover{
    background:#031d2e;
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

.we-content{
    padding-left:0;
    margin-top:40px;
}

.we-content h2{
    font-size:40px;
}

}

@media(max-width:767px){

.we-about-section{
    padding:70px 0;
}

.we-gallery-bottom{
    flex-direction:column;
}

.we-gallery-bottom img{
    width:100%;
}

.we-content h2{
    font-size:30px;
}

.we-content p{
    font-size:16px;
    line-height:28px;
}

.we-btn{
    width:100%;
    text-align:center;
}

}
/*=========================================
    CRDTHEN SERVICES SECTION
=========================================*/

.crdthen-services-section{
    padding:100px 0;
    background:url("../images/service-bg.jpg") center center;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    overflow:hidden;
}

.crdthen-services-section::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(3,29,46,.75);
}

.crdthen-services-section .container{
    position:relative;
    z-index:2;
}

.crdthen-subtitle{
    display:inline-block;
    color:#ff7010;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.crdthen-title{
    color:#ffffff;
    font-size:48px;
    font-weight:700;
    line-height:60px;
    margin-bottom:70px;
}

.crdthen-card{
    display:flex;
    align-items:center;
    gap:20px;
    background:#ffffff;
    padding:25px;
  
    margin-bottom:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    transition:.4s;
}

.crdthen-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.20);
}

.crdthen-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#ff7010;
    display:flex;
    align-items:center;
    justify-content:center;
}

.crdthen-icon img{
    width:36px;
    height:36px;
}

.crdthen-content h4{
    font-size:22px;
    color:#031d2e;
    font-weight:700;
    margin-bottom:10px;
}

.crdthen-content p{
    margin:0;
    color:#666;
    line-height:28px;
    font-size:15px;
}

.crdthen-center-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.crdthen-center-image::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border:2px dashed rgba(255,255,255,.30);
    border-radius:50%;
    animation:crdthenRotate 40s linear infinite;
}

.crdthen-center-image img{
    width:100%;
    max-width:380px;
    position:relative;
    z-index:2;
    animation:crdthenFloat 4s ease-in-out infinite;
}

@keyframes crdthenRotate{

0%{
transform:rotate(0deg);
}

100%{
transform:rotate(360deg);
}

}

@keyframes crdthenFloat{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

}

/*=========================
Tablet
=========================*/

@media(max-width:991px){

.crdthen-title{
font-size:36px;
line-height:46px;
margin-bottom:50px;
}

.crdthen-center-image{
margin:40px 0;
}

.crdthen-center-image::before{
width:320px;
height:320px;
}

.crdthen-center-image img{
max-width:280px;
}

.crdthen-card{
padding:20px;
}

}

/*=========================
Mobile
=========================*/

@media(max-width:767px){

.crdthen-services-section{
padding:70px 0;
}

.crdthen-title{
font-size:30px;
line-height:40px;
}

.crdthen-card{
flex-direction:column;
text-align:center;
}

.crdthen-icon{
margin-bottom:15px;
}

.crdthen-center-image{
margin:50px 0;
}

.crdthen-center-image::before{
width:260px;
height:260px;
}

.crdthen-center-image img{
max-width:220px;
}

.crdthen-content h4{
font-size:20px;
}

.crdthen-content p{
font-size:14px;
line-height:25px;
}

}

@media(max-width:480px){

.crdthen-title{
font-size:26px;
line-height:34px;
}

.crdthen-center-image::before{
width:220px;
height:220px;
}

.crdthen-center-image img{
max-width:190px;
}

.crdthen-card{
padding:18px;
}

}
.con-section{
    padding:80px 0;
    background:#f8f8f8;
}

.con-heading{
    margin-bottom:60px;
}

.con-heading h2{
    font-size:52px;
    font-weight:700;
    color:#031d2e;
    margin-bottom:15px;
}

.con-divider{
    position:relative;
    width:80px;
    height:20px;
    margin:0 auto 25px;
}

.con-divider:before,
.con-divider:after{
    content:"";
    position:absolute;
    top:50%;
    width:30px;
    height:2px;
    background:#d9d9d9;
}

.con-divider:before{
    left:0;
}

.con-divider:after{
    right:0;
}

.con-divider span{
    position:absolute;
    left:50%;
    top:50%;
    width:12px;
    height:12px;
    background:#ff7010;
    border-radius:50%;
    transform:translate(-50%,-50%);
}

.con-heading p{
    max-width:700px;
    margin:0 auto;
    color:#666;
    font-size:18px;
    line-height:30px;
}

.con-box{
    position:relative;
    background:#fff;
    border:4px solid #f2f2f2;
    padding:70px 40px 40px;
    text-align:left;
    margin-top:40px;
    height:100%;
    transition:0.4s;
}

.con-box:hover{
    border-color:#ff7010;
    transform:translateY(-5px);
}

.con-icon{
    position:absolute;
    top:-28px;
    left:50%;
    transform:translateX(-50%);
    font-size:50px;
    color:#777;
    background:#f8f8f8;
    padding:0 20px;
}

.con-box h4{
    color:#031d2e;
    font-size:34px;
    font-weight:600;
    margin-bottom:25px;
}

.con-box p{
    color:#666;
    font-size:22px;
    line-height:42px;
    margin:0;
}

@media(max-width:991px){

    .con-heading h2{
        font-size:40px;
    }

    .con-box{
        margin-bottom:30px;
    }

    .con-box h4{
        font-size:28px;
    }

    .con-box p{
        font-size:18px;
        line-height:34px;
    }
}

@media(max-width:767px){

    .con-section{
        padding:60px 0;
    }

    .con-heading h2{
        font-size:32px;
    }

    .con-heading p{
        font-size:16px;
        line-height:28px;
    }

    .con-box{
        text-align:center;
        padding:65px 25px 30px;
    }

    .con-box h4{
        font-size:24px;
    }

    .con-box p{
        font-size:16px;
        line-height:30px;
    }

    .con-icon{
        font-size:40px;
    }
}
/*=========================
 PREMIUM FAQ
==========================*/

.fnq-section{

background:#f8f5ef;
position:relative;
overflow:hidden;

}

.fnq-section:before{

content:"";
position:absolute;
width:450px;
height:450px;
background:#ff6b3512;
border-radius:50%;
top:-180px;
right:-180px;

}

.fnq-section:after{

content:"";
position:absolute;
width:350px;
height:350px;
background:#ffc10710;
border-radius:50%;
bottom:-150px;
left:-150px;

}

.fnq-subtitle{

display:inline-block;
padding:10px 24px;
background:#fff;
border-radius:40px;
color:#ff6b35;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:20px;
box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.fnq-title{

font-size:50px;
font-weight:800;
color:#1b2035;
line-height:1.2;
margin-bottom:20px;

}

.fnq-title span{

display:block;
color:#ff6b35;

}

.fnq-desc{

max-width:750px;
margin:auto;
font-size:18px;
line-height:32px;
color:#666;
margin-bottom:60px;

}

.fnq-wrapper{

max-width:950px;
margin:auto;

}

.fnq-item{

background:#fff;
border-radius:18px;
margin-bottom:22px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.06);
transition:.4s;
border:2px solid transparent;

}

.fnq-item:hover{

transform:translateY(-5px);
box-shadow:0 25px 45px rgba(0,0,0,.12);
border-color:#ff6b35;

}

.fnq-question{

width:100%;
padding:26px 30px;
background:none;
border:none;
display:flex;
justify-content:space-between;
align-items:center;
font-size:22px;
font-weight:700;
cursor:pointer;
color:#1b2035;

}

.fnq-question i{

width:50px;
height:50px;
line-height:50px;
text-align:center;
border-radius:50%;
background:#ff6b35;
color:#fff;
transition:.4s;

}

.fnq-answer{

display:none;
padding:0 30px 30px;
font-size:17px;
line-height:32px;
color:#666;

}

.fnq-item.active{

border-color:#ff6b35;

}

.fnq-item.active .fnq-question{

color:#ff6b35;

}

.fnq-item.active .fnq-question i{

transform:rotate(45deg);

}

@media(max-width:991px){

.fnq-title{

font-size:38px;

}

.fnq-question{

font-size:19px;
padding:22px;

}

}

@media(max-width:767px){

.fnq-title{

font-size:30px;

}

.fnq-desc{

font-size:15px;
line-height:28px;

}

.fnq-question{

font-size:16px;
padding:18px;

}

.fnq-question i{

width:42px;
height:42px;
line-height:42px;

}

.fnq-answer{

font-size:15px;
line-height:28px;
padding:0 18px 20px;

}

}

.ugc_wrapper{
    background:#031d2e;
}

.ugc_box,
.ugc_card{
    background:#08283e;
    border:1px solid rgba(255,255,255,.08);
    margin-bottom:30px;
    padding:25px;
    border-radius:8px;
}

.ugc_box h4,
.ugc_card h4{
    color:#fff;
    margin-bottom:20px;
    font-weight:700;
}

.ugc_item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:15px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.ugc_item:last-child{
    border-bottom:none;
}

.ugc_item i{
    font-size:26px;
    color:#ff7b00;
    width:35px;
    margin-top:4px;
}

.ugc_item h5{
    color:#fff;
    margin-bottom:5px;
    font-size:18px;
}

.ugc_item p{
    color:#bfc8d4;
    margin:0;
    line-height:26px;
}

.ugc_card img{
    width:100%;
    border-radius:6px;
    margin:15px 0;
}

.ugc_card p{
    color:#bfc8d4;
    line-height:28px;
}

@media(max-width:991px){

.ugc_box,
.ugc_card{
margin-bottom:30px;
}

}

@media(max-width:767px){

.ugc_item{
flex-direction:row;
}

.ugc_item h5{
font-size:17px;
}

}
/*==============================
 Mission & Vision
==============================*/

.kkmv_section{
    padding:90px 0;
    background:#031d2e;
    position:relative;
    overflow:hidden;
}

.kkmv_section:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(images/bg/pattern.png) center center repeat;
    opacity:.04;
}

.kkmv_subtitle{
    display:inline-block;
    color:#f4b84c;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.kkmv_title{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
    font-family:'Playfair Display',serif;
}

.kkmv_desc{
    color:#c8d2dc;
    font-size:17px;
    max-width:750px;
    margin:0 auto 60px;
    line-height:30px;
}

.kkmv_box{
    background:#08263b;
    padding:45px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    transition:.4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.kkmv_box:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#f4b84c;
    transition:.4s;
}

.kkmv_box:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.kkmv_box:hover:before{
    height:100%;
}

.kkmv_icon{
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    border-radius:50%;
    background:linear-gradient(135deg,#f4b84c,#ff8f1f);
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.kkmv_box h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    font-family:'Playfair Display',serif;
}

.kkmv_box p{
    color:#cdd8e2;
    line-height:30px;
    font-size:16px;
    margin-bottom:25px;
}

.kkmv_list{
    margin:0;
    padding:0;
    list-style:none;
}

.kkmv_list li{
    color:#fff;
    font-size:16px;
    margin-bottom:15px;
}

.kkmv_list i{
    color:#f4b84c;
    margin-right:10px;
}

@media(max-width:991px){

.kkmv_box{
    margin-bottom:30px;
}

.kkmv_title{
    font-size:38px;
}

}

@media(max-width:767px){

.kkmv_section{
    padding:70px 0;
}

.kkmv_title{
    font-size:30px;
}

.kkmv_box{
    padding:30px;
}

.kkmv_icon{
    width:70px;
    height:70px;
    line-height:70px;
    font-size:28px;
}

.kkmv_box h3{
    font-size:24px;
}

.kkmv_desc{
    font-size:15px;
    line-height:28px;
}

}
.as_footer_wrapper{
    background:#031d2e;
    padding:70px 0 0;
    color:#d9d9d9;
}

.as_footer_box{
    margin-bottom:35px;
}

.as_footer_heading{
    color:#f4b84c;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
}

.as_footer_heading:after{
    content:"";
    width:60px;
    height:3px;
    background:#f4b84c;
    position:absolute;
    left:0;
    bottom:0;
}

.as_footer_box p{
    color:#d7d7d7;
    line-height:28px;
    font-size:15px;
}

.as_footer_links,
.as_footer_contact{
    margin:0;
    padding:0;
    list-style:none;
}

.as_footer_links li,
.as_footer_contact li{
    margin-bottom:15px;
}

.as_footer_links li a,
.as_footer_contact li a{
    color:#d7d7d7;
    text-decoration:none;
    transition:.3s;
}

.as_footer_links li a:hover,
.as_footer_contact li a:hover{
    color:#f4b84c;
    padding-left:6px;
}

.as_footer_links i{
    color:#f4b84c;
    margin-right:8px;
}

.as_footer_contact i{
    color:#f4b84c;
    width:24px;
    font-size:17px;
}

.as_footer_social{
    margin-top:20px;
}

.as_footer_social a{
    width:45px;
    height:45px;
    line-height:45px;
    display:inline-block;
    text-align:center;
    background:#0b2d43;
    color:#fff;
    border-radius:50%;
    margin-right:8px;
    transition:.3s;
}

.as_footer_social a:hover{
    background:#f4b84c;
    color:#031d2e;
    transform:translateY(-5px);
}

.as_footer_bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:25px;
    padding:22px 0;
}

.as_footer_bottom p{
    margin:0;
    color:#cfcfcf;
    font-size:15px;
}

@media(max-width:991px){

.as_footer_box{
    margin-bottom:40px;
}

}

@media(max-width:767px){

.as_footer_wrapper{
    text-align:center;
}

.as_footer_heading:after{
    left:50%;
    transform:translateX(-50%);
}

.as_footer_social a{
    margin:5px;
}

.as_footer_contact i{
    display:block;
    margin:0 auto 8px;
    width:auto;
}

}
/*==============================
Deepa Dixit Introduction
==============================*/

.ddintro-section{
    background:#fff;
}

.ddintro-image{
    position:relative;
}

.ddintro-imgbox{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    background:#031d2e;
    padding:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.ddintro-imgbox img{
    width:100%;
    border-radius:15px;
    transition:.5s;
}

.ddintro-imgbox:hover img{
    transform:scale(1.05);
}

.ddintro-badge{
    background:#031d2e;
    margin-top:20px;
    padding:18px;
    border-radius:12px;
    text-align:center;
}

.ddintro-badge h4{
    color:#ff7010;
    margin:0 0 5px;
    font-size:24px;
    font-weight:700;
}

.ddintro-badge span{
    color:#fff;
    font-size:15px;
}

.ddintro-subtitle{
    color:#ff7010;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
    display:inline-block;
}

.ddintro-title{
    font-size:46px;
    font-weight:700;
    color:#031d2e;
    margin-bottom:25px;
}

.ddintro-title span{
    color:#ff7010;
}

.ddintro-content p{
    color:#555;
    line-height:30px;
    margin-bottom:20px;
}

.ddintro-features{
    margin:35px 0;
}

.ddintro-item{
    margin-bottom:18px;
    font-size:16px;
    font-weight:600;
    color:#031d2e;
}

.ddintro-item i{
    color:#ff7010;
    margin-right:10px;
    font-size:18px;
}

@media(max-width:991px){

.ddintro-image{
margin-bottom:40px;
}

.ddintro-title{
font-size:36px;
text-align:center;
}

.ddintro-content{
text-align:center;
}

}

@media(max-width:767px){

.ddintro-title{
font-size:30px;
}

.ddintro-content p{
font-size:15px;
line-height:28px;
}

.ddintro-item{
font-size:15px;
}

.ddintro-badge h4{
font-size:20px;
}

}
/*==============================
8+ Years Experience
==============================*/

.ddexp-section{
    background:#f8fbfd;
}

.ddexp-subtitle{
    display:inline-block;
    color:#ff7010;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
}

.ddexp-title{
    font-size:46px;
    font-weight:700;
    color:#031d2e;
    margin-bottom:25px;
}

.ddexp-title span{
    color:#ff7010;
}

.ddexp-content p{
    color:#555;
    line-height:30px;
    margin-bottom:20px;
}

.ddexp-list{
    margin:35px 0;
}

.ddexp-item{
    margin-bottom:18px;
    font-size:16px;
    font-weight:600;
    color:#031d2e;
}

.ddexp-item i{
    color:#ff7010;
    margin-right:10px;
}

.ddexp-card{
    background:#031d2e;
    color:#fff;
    padding:45px 35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.ddexp-number{
    width:120px;
    height:120px;
    line-height:120px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#ff7010;
    color:#fff;
    font-size:48px;
    font-weight:700;
}

.ddexp-card h3{
    color:#fff;
    margin-bottom:15px;
}

.ddexp-card p{
    color:#d8d8d8;
}

.ddexp-card hr{
    border-color:rgba(255,255,255,.15);
    margin:30px 0;
}

.ddexp-stat{
    margin-bottom:25px;
}

.ddexp-stat h4{
    color:#ff7010;
    font-size:34px;
    margin-bottom:5px;
    font-weight:700;
}

.ddexp-stat span{
    color:#fff;
}

.ddexp-bottom{
    margin-top:20px;
}

@media(max-width:991px){

.ddexp-card{
margin-top:40px;
}

.ddexp-content{
text-align:center;
}

.ddexp-title{
font-size:36px;
}

}

@media(max-width:767px){

.ddexp-title{
font-size:30px;
}

.ddexp-item{
font-size:15px;
}

.ddexp-card{
padding:35px 25px;
}

.ddexp-number{
width:100px;
height:100px;
line-height:100px;
font-size:40px;
}

.ddexp-stat h4{
font-size:28px;
}

}
/*==============================
Why Astro Magic Codes
==============================*/

.ddwhy-section{
    background:#fff;
}

.ddwhy-subtitle{
    display:inline-block;
    color:#ff7010;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:12px;
}

.ddwhy-title{
    font-size:46px;
    color:#031d2e;
    font-weight:700;
    margin-bottom:25px;
}

.ddwhy-title span{
    color:#ff7010;
}

.ddwhy-content p{
    color:#555;
    line-height:30px;
    margin-bottom:20px;
}

.ddwhy-box{
    background:#fff;
    border:1px solid #edf2f7;
    padding:30px 25px;
    margin-bottom:25px;
    transition:.35s;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.ddwhy-box:hover{
    transform:translateY(-8px);
    border-color:#ff7010;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.ddwhy-box i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#031d2e;
    color:#ff7010;
    text-align:center;
    font-size:28px;
    margin-bottom:20px;
}

.ddwhy-box h4{
    color:#031d2e;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.ddwhy-box p{
    color:#666;
    font-size:15px;
    line-height:26px;
    margin:0;
}

@media(max-width:991px){

.ddwhy-content{
text-align:center;
margin-bottom:40px;
}

.ddwhy-title{
font-size:36px;
}

}

@media(max-width:767px){

.ddwhy-title{
font-size:30px;
}

.ddwhy-box{
padding:25px 20px;
}

.ddwhy-box h4{
font-size:18px;
}

.ddwhy-box i{
width:60px;
height:60px;
line-height:60px;
font-size:24px;
}

}
/*====================================
Our Journey
====================================*/

.ddjourney-section{
    background:#031d2e;
}

.ddjourney-subtitle{
    display:inline-block;
    color:#ff7010;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
}

.ddjourney-title{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin-bottom:25px;
}

.ddjourney-title span{
    color:#ff7010;
}

.ddjourney-content p{
    color:#d8d8d8;
    line-height:30px;
    margin-bottom:20px;
}

.ddjourney-card{
    background:#17384e;
    padding:40px 35px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.ddjourney-circle{
    width:90px;
    height:90px;
    line-height:90px;
    margin:0 auto 25px;
    background:#ff7010;
    border-radius:50%;
    text-align:center;
}

.ddjourney-circle i{
    color:#fff;
    font-size:36px;
    line-height:90px;
}

.ddjourney-card h3{
    color:#fff;
    text-align:center;
    margin-bottom:30px;
    font-weight:700;
}

.ddjourney-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:20px;
    color:#fff;
    font-size:16px;
}

.ddjourney-item i{
    color:#ff7010;
    margin-right:15px;
    margin-top:4px;
    font-size:18px;
}

@media(max-width:991px){

.ddjourney-content{
    text-align:center;
    margin-bottom:50px;
}

.ddjourney-title{
    font-size:36px;
}

}

@media(max-width:767px){

.ddjourney-title{
    font-size:30px;
}

.ddjourney-card{
    padding:30px 20px;
}

.ddjourney-item{
    font-size:15px;
}

.ddjourney-circle{
    width:75px;
    height:75px;
    line-height:75px;
}

.ddjourney-circle i{
    line-height:75px;
    font-size:30px;
}

}
/*==================================
Certifications & Expertise
==================================*/

.ddcert-section{
    background:#f8fbfd;
}

.ddcert-subtitle{
    color:#ff7010;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    display:block;
    margin-bottom:10px;
}

.ddcert-title{
    font-size:46px;
    color:#031d2e;
    font-weight:700;
    margin-bottom:25px;
}

.ddcert-title span{
    color:#ff7010;
}

.ddcert-content p{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
}

.ddcert-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.ddcert-list li{
    margin-bottom:18px;
    font-size:16px;
    font-weight:600;
    color:#031d2e;
}

.ddcert-list li i{
    color:#ff7010;
    margin-right:10px;
}

.ddcert-box{
    background:#fff;

    overflow:hidden;
    margin-bottom:25px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.ddcert-box:hover{
    transform:translateY(-8px);
}

.ddcert-box img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}

.ddcert-owner{
    background:#fff;
   
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.ddcert-owner:hover{
    transform:translateY(-8px);
}

.ddcert-owner img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.ddcert-bottom{
    margin-top:15px;
}

@media(max-width:991px){

.ddcert-content{
text-align:center;
margin-bottom:50px;
}

.ddcert-title{
font-size:36px;
}

}

@media(max-width:767px){

.ddcert-title{
font-size:30px;
}

.ddcert-owner img{
height:140px;
}

.ddcert-list li{
font-size:15px;
}

}
/*==============================
Numerology Section
==============================*/

.srvnum-section{
    background:#fff;
}

.srvnum-section .srvastro-subtitle{
    color:#ff7010;
}

.srvnum-section .srvastro-title{
    color:#031d2e;
}

.srvnum-section .srvastro-desc{
    color:#031d2e;
}

.srvnum-section .srvastro-card{
    background:#fff;
    border:1px solid #e8edf2;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    margin-bottom:30px;
}

.srvnum-section .srvastro-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.srvnum-section .srvastro-content{
    padding:25px;
}

.srvnum-section .srvastro-content h4{
    color:#031d2e;
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.srvnum-section .srvastro-content p{
    color:#031d2e;
    line-height:28px;
    margin:0;
}

.srvnum-section .srvastro-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

@media(max-width:767px){

.srvnum-section .srvastro-content{
    padding:20px;
}

.srvnum-section .srvastro-content h4{
    font-size:20px;
}

.srvnum-section .srvastro-card img{
    height:220px;
}

}
/*=============================
FAQ SECTION
==============================*/

.faqpro-section{
    background:#031d2e;
    position:relative;
}

.faqpro-subtitle{
    color:#ff9800;
    font-weight:700;
    letter-spacing:2px;
    display:block;
    margin-bottom:10px;
}

.faqpro-title{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.faqpro-desc{
    color:#cfd8dc;
    max-width:700px;
    margin:0 auto 50px;
}

.faqpro-wrapper{
    max-width:900px;
    margin:auto;
}

.faqpro-item{
    background:#08263d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.18);
}

.faqpro-item.active{
    border-color:#ff9800;
    box-shadow:0 20px 45px rgba(255,152,0,.25);
}

.faqpro-question{
    width:100%;
    border:none;
    background:none;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:24px 30px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
}

.faqpro-question span i{
    color:#ff9800;
    margin-right:12px;
}

.faqpro-icon{
    color:#ff9800;
    font-size:20px;
    transition:.3s;
}

.faqpro-answer{
    display:none;
    padding:0 30px 25px;
}

.faqpro-answer p{
    color:#d8d8d8;
    line-height:1.9;
    margin:0;
    font-size:15px;
}

.faqpro-item:hover{
    transform:translateY(-4px);
}

@media(max-width:991px){

.faqpro-title{
    font-size:32px;
}

}

@media(max-width:767px){

.faqpro-title{
    font-size:28px;
}

.faqpro-question{
    font-size:16px;
    padding:18px;
}

.faqpro-answer{
    padding:0 18px 18px;
}

}
/* Product Banner */

.as_product_banner{
    position:relative;
    width:100%;
    overflow:hidden;
}

.as_product_banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.as_product_overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
}

.as_banner_text{
    color:#fff;
    max-width:600px;
}

.as_banner_text h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
    color: black;
}

.as_banner_text p{
    font-size:20px;
    margin:0;
    color:black;
}

/* Tablet */

@media(max-width:991px){

.as_product_banner{
    height:320px;
}

.as_banner_text h1{
    font-size:40px;
}

.as_banner_text p{
    font-size:18px;
}

}

/* Mobile */

@media(max-width:767px){

.as_product_banner{
    height:220px;
}

.as_banner_text{
    text-align:center;
    max-width:100%;
}

.as_banner_text h1{
    font-size:28px;
    /* margin-bottom:10px; */
    text-align: left;
            margin-top: -81px;
}

.as_banner_text p{
    font-size:15px;
    display: none;
}

}
/*=================================
Clock Product Section
==================================*/

.clock_products_section{
    background:#f9fbfd;
}

.clock_section_heading{
    margin-bottom:20px;
}

.clock_section_heading span{
    color:#d4af37;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
    font-size:15px;
}

.clock_section_heading h2{
    font-size:42px;
    font-weight:700;
    color:#031d2e;
    margin:15px 0;
}

.clock_section_heading p{
    color:#666;
    line-height:30px;
    font-size:16px;
}

.clock_product_card{
    background:#fff;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.clock_product_card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.clock_product_img{
    overflow:hidden;
}

.clock_product_img img{
    width:100%;
    object-fit:cover;
    transition:.5s;
}

.clock_product_card:hover .clock_product_img img{
    transform:scale(1.08);
}

.clock_product_content{
    padding:25px;
    text-align:center;
}

.clock_product_content h4{
    font-size:24px;
    font-weight:600;
    color:#031d2e;
    margin-bottom:15px;
}

.clock_product_content p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

/* Responsive */

@media(max-width:991px){

.clock_section_heading h2{
    font-size:34px;
}

.clock_product_img img{
    height:280px;
}

}

@media(max-width:767px){

.clock_section_heading h2{
    font-size:28px;
}

.clock_section_heading p{
    font-size:15px;
    line-height:26px;
}

.clock_product_img img{
    height:240px;
}

.clock_product_content{
    padding:20px;
}

.clock_product_content h4{
    font-size:22px;
}

}
/*=================================
Bracelet Product Section
==================================*/

.bracelet_products_section{
       background: #f9fbfd;
}

.bracelet_section_heading{
    margin-bottom:20px;
}

.bracelet_section_heading span{
    color:#d4af37;
    text-transform:uppercase;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.bracelet_section_heading h2{
    font-size:42px;
    font-weight:700;
      color: #031d2e;
    margin:15px 0;
}

.bracelet_section_heading p{
    color:#666;
    font-size:16px;
    line-height:30px;
}

.bracelet_product_card{
    background:#fff;;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.bracelet_product_card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.bracelet_product_img{
    overflow:hidden;
}

.bracelet_product_img img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.bracelet_product_card:hover .bracelet_product_img img{
    transform:scale(1.08);
}

.bracelet_product_content{
    padding:25px;
    text-align:center;
}

.bracelet_product_content h4{
    font-size:24px;
    color:#031d2e;
    font-weight:600;
    margin-bottom:15px;
}

.bracelet_product_content p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

/* Responsive */

@media(max-width:991px){

.bracelet_section_heading h2{
    font-size:34px;
}

.bracelet_product_img img{
    height:280px;
}

}

@media(max-width:767px){

.bracelet_section_heading h2{
    font-size:28px;
}

.bracelet_section_heading p{
    font-size:15px;
    line-height:26px;
}

.bracelet_product_img img{
    height:240px;
}

.bracelet_product_content{
    padding:20px;
}

.bracelet_product_content h4{
    font-size:21px;
}

}
/*=================================
Gemstone Tree Product Section
==================================*/

.gemtree_products_section{
    background:#f9fbfd;
}

.gemtree_section_heading{
    margin-bottom:20px;
}

.gemtree_section_heading span{
    color:#d4af37;
    text-transform:uppercase;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.gemtree_section_heading h2{
    font-size:42px;
    font-weight:700;
    color:#031d2e;
    margin:15px 0;
}

.gemtree_section_heading p{
    color:#666;
    font-size:16px;
    line-height:30px;
}

.gemtree_product_card{
    background:#fff;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.gemtree_product_card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.gemtree_product_img{
    overflow:hidden;
}

.gemtree_product_img img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.gemtree_product_card:hover .gemtree_product_img img{
    transform:scale(1.08);
}

.gemtree_product_content{
    padding:25px;
    text-align:center;
}

.gemtree_product_content h4{
    font-size:24px;
    color:#031d2e;
    font-weight:600;
    margin-bottom:15px;
}

.gemtree_product_content p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

@media(max-width:991px){

.gemtree_section_heading h2{
    font-size:34px;
}

.gemtree_product_img img{
    height:280px;
}

}

@media(max-width:767px){

.gemtree_section_heading h2{
    font-size:28px;
}

.gemtree_section_heading p{
    font-size:15px;
    line-height:26px;
}

.gemtree_product_img img{
    height:240px;
}

.gemtree_product_content{
    padding:20px;
}

.gemtree_product_content h4{
    font-size:21px;
}

}
.cc_connect_wrapper{
    background:#031d2e;
    color:#fff;
}

.cc_tag{
    display:inline-block;
    color:#ff9800;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.cc_connect_content h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.cc_connect_content h2 span{
    color:#ff9800;
}

.cc_connect_content p{
    color:#d5d5d5;
    line-height:30px;
    margin-bottom:35px;
}

.cc_feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
}

.cc_feature i{
    width:55px;
    height:55px;
    background:#ff9800;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.cc_feature h5{
    color:#fff;
    margin-bottom:5px;
    font-weight:600;
}

.cc_feature p{
    margin:0;
    color:#ccc;
    line-height:24px;
}

.cc_connect_box{
    display:flex;
    justify-content:center;
    align-items:center;
}

.cc_box{
    width:100%;
    max-width:420px;
    background:#07263c;
    border:2px solid rgba(255,152,0,.3);
    border-radius:25px;
    padding:50px 35px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.3);
}

.cc_box i{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#ff9800;
    color:#fff;
    font-size:35px;
    margin-bottom:25px;
}

.cc_box h4{
    color:#fff;
    margin-bottom:15px;
    font-weight:700;
}

.cc_box p{
    color:#d4d4d4;
    margin-bottom:30px;
    line-height:28px;
}

@media(max-width:991px){

.cc_connect_content{
    margin-bottom:40px;
}

.cc_connect_content h2{
    font-size:32px;
}

}

@media(max-width:767px){

.cc_connect_content h2{
    font-size:28px;
}

.cc_feature{
    margin-bottom:20px;
}

.cc_box{
    padding:35px 20px;
}

}
.cttrust-section{
    background:#031d2e;
    position:relative;
    overflow:hidden;
}

.cttrust-subtitle{
    color:#ff9800;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.cttrust-title{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}

.cttrust-desc{
    color:#d5d5d5;
    max-width:800px;
    margin:auto;
    line-height:1.9;
}

.cttrust-card{
    background:#0b2a3e;
    border:1px solid rgba(255,255,255,.08);
    padding:35px 25px;
    text-align:center;
    transition:.4s;
    height:100%;
}

.cttrust-card:hover{
    transform:translateY(-10px);
    background:#102f45;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.cttrust-card i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#ff9800;
    color:#fff;
    font-size:34px;
    margin-bottom:20px;
    transition:.4s;
}

.cttrust-card:hover i{
    transform:rotateY(180deg);
}

.cttrust-card h4{
    color:#fff;
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.cttrust-card p{
    color:#d5d5d5;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.cttrust-title{
    font-size:34px;
}

.cttrust-card{
    margin-bottom:25px;
}

}

@media(max-width:767px){

.cttrust-title{
    font-size:28px;
}

.cttrust-desc{
    font-size:15px;
}

.cttrust-card{
    padding:30px 20px;
}

.cttrust-card i{
    width:70px;
    height:70px;
    line-height:70px;
    font-size:28px;
}

}
.tt_trust_section{
    background:#031d2e;
    position:relative;
    overflow:hidden;
}

.tt_small_title{
    color:#ff9800;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:12px;
}

.tt_trust_content h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
}

.tt_trust_content p{
    color:#d5d5d5;
    line-height:30px;
    margin-bottom:30px;
}

.tt_features{
    margin-bottom:35px;
}

.tt_item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:25px;
}

.tt_item i{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#ff9800;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    transition:.4s;
}

.tt_item:hover i{
    transform:rotate(360deg) scale(1.1);
}

.tt_item h5{
    color:#fff;
    margin-bottom:6px;
    font-size:20px;
}

.tt_item p{
    margin:0;
    color:#cfcfcf;
    line-height:24px;
}

.tt_counter_box{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.tt_counter{
    background:#07283d;
    padding:45px 25px;
    border-radius:18px;
    text-align:center;
    transition:.4s;
    border:1px solid rgba(255,255,255,.08);
}

.tt_counter:hover{
    transform:translateY(-10px);
    background:#ff9800;
}

.tt_counter h2{
    color:#fff;
    font-size:48px;
    margin-bottom:10px;
    font-weight:700;
}

.tt_counter p{
    color:#fff;
    margin:0;
    font-size:17px;
}

@media(max-width:991px){

.tt_trust_content{
    margin-bottom:45px;
    text-align:center;
}

.tt_item{
    text-align:left;
}

.tt_trust_content h2{
    font-size:34px;
}

}

@media(max-width:767px){

.tt_counter_box{
    grid-template-columns:1fr;
}

.tt_trust_content h2{
    font-size:28px;
}

.tt_item{
    gap:14px;
}

.tt_item i{
    width:50px;
    height:50px;
    font-size:18px;
}

.tt_counter{
    padding:35px 20px;
}

.tt_counter h2{
    font-size:38px;
}

}
.abtowner-section{
    background:#031d2e;
    padding:90px 0;
    overflow:hidden;
    position:relative;
}

.abtowner-content{
    color:#fff;
}

.abtowner-tag{
    color:#ff8c3a;
    font-size:15px;
    letter-spacing:2px;
    font-weight:700;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:20px;
}

.abtowner-content h2{
    font-size:55px;
    font-weight:700;
    line-height:1.2;
    color:#fff;
    margin-bottom:25px;
}

.abtowner-content h2 span{
    color:#ff8c3a;
    display:block;
}

.abtowner-content p{
    color:#c8d5df;
    line-height:1.9;
    font-size:16px;
    margin-bottom:18px;
}

.abtowner-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:35px 0;
}

.abtowner-item{
    background:#08283d;
    padding:14px 18px;
    border-radius:12px;
    color:#fff;
    transition:.4s;
}

.abtowner-item i{
    color:#ff8c3a;
    margin-right:10px;
}

.abtowner-item:hover{
    transform:translateY(-6px);
    background:#0c3550;
}

.abtowner-btn{
    display:inline-block;
    padding:15px 35px;
    background:#ff8c3a;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.abtowner-btn:hover{
    background:#fff;
    color:#031d2e;
}

.abtowner-image-box{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:620px;
}

.abtowner-circle{
    position:absolute;
    width:470px;
    height:470px;
    background:#12364f;
    border-radius:45% 55% 60% 40%;
    animation:blob 10s infinite alternate;
}

.abtowner-image{
    width:390px;
    position:relative;
    z-index:2;
    animation:float 5s infinite ease-in-out;
}

.abtowner-card{
    position:absolute;
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    padding:18px 30px;
    z-index:5;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.abtowner-card h4{
    margin:0;
    color:#031d2e;
    font-size:24px;
}

.abtowner-card p{
    margin:5px 0 0;
    color:#777;
}

.abtowner-badge{
    position:absolute;
    top:40px;
    right:50px;
    background:#ff8c3a;
    color:#fff;
    padding:15px 22px;
    border-radius:50px;
    font-weight:700;
    z-index:4;
    animation:float 3s infinite;
}

.abtowner-star{
    position:absolute;
    color:#ffb347;
    font-size:34px;
}

.star1{
    top:70px;
    left:60px;
    animation:float 3s infinite;
}

.star2{
    top:180px;
    right:20px;
    animation:float 4s infinite;
}

.star3{
    bottom:170px;
    left:30px;
    animation:float 5s infinite;
}

.star4{
    bottom:90px;
    right:80px;
    animation:float 3s infinite;
}

@keyframes float{
0%,100%{
transform:translateY(0px);
}
50%{
transform:translateY(-18px);
}
}

@keyframes blob{
0%{
border-radius:45% 55% 60% 40%;
}
100%{
border-radius:60% 40% 45% 55%;
}
}

@media(max-width:991px){

.abtowner-content{
text-align:center;
margin-bottom:50px;
}

.abtowner-content h2{
font-size:42px;
}

.abtowner-features{
grid-template-columns:1fr;
}

.abtowner-image-box{
min-height:500px;
}

.abtowner-circle{
width:340px;
height:340px;
}

.abtowner-image{
width:290px;
}

}

@media(max-width:576px){

.abtowner-section{
padding:70px 0;
}

.abtowner-content h2{
font-size:34px;
}

.abtowner-circle{
width:270px;
height:270px;
}

.abtowner-image{
width:230px;
}

.abtowner-card{
padding:15px;
width:85%;
}

.abtowner-badge{
top:20px;
right:20px;
font-size:13px;
padding:10px 16px;
}

}
.owner_img {
    position: relative;
    overflow: hidden;
}

.owner_img img{
    width:100%;
    display:block;
}

.owner_img::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:90px;
    background:linear-gradient(to bottom,
        rgba(255,255,255,0) 0%,
        #0b2238 100%);
}
/* pic css from here  */

/*==========================================
HHHH HERO SECTION
==========================================*/

.hhhh-hero-section{

    padding:120px 0;

    background:linear-gradient(135deg,var(--primary-color),#fff);

    overflow:hidden;

    position:relative;

}

.hhhh-hero-section::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(255,112,16,.08);

    border-radius:50%;

    right:-150px;

    top:-150px;

}

.hhhh-badge{

    display:inline-block;

    padding:10px 22px;

    background:rgba(255,112,16,.12);

    color:var(--secondary-color);

    font-weight:600;

    margin-bottom:20px;

}

.hhhh-title{

    font-size:60px;

    line-height:1.15;

    font-weight:800;

    color:var(--dark-color1);

}

.hhhh-title span{

    color:var(--secondary-color);

}

.hhhh-subtitle{

    margin:25px 0;

    color:#555;

    line-height:30px;

    font-size:18px;

}

.hhhh-course-info{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin:35px 0;

}

.hhhh-info-box{

    display:flex;

    align-items:center;

    gap:15px;

    background:#fff;

    padding:18px;

    

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.hhhh-info-box i{

    font-size:28px;

    color:var(--secondary-color);

}

.hhhh-info-box h6{

    margin:0;

    color:var(--dark-color1);

    font-weight:700;

}

.hhhh-info-box span{

    color:#777;

}

.hhhh-btn-group{

    display:flex;

    gap:20px;

    margin-top:40px;

    flex-wrap:wrap;

}

.hhhh-btn-main{

    background:var(--secondary-color);

    color:#fff;

    padding:16px 38px;

  

    text-decoration:none;

    transition:var(--transition);

    font-weight:700;

}

.hhhh-btn-main:hover{

    background:var(--dark-color1);

    color:#fff;

}

.hhhh-btn-outline{

    border:2px solid var(--secondary-color);

    color:var(--secondary-color);

    padding:16px 38px;

  

    text-decoration:none;

    transition:var(--transition);

    font-weight:700;

}

.hhhh-btn-outline:hover{

    background:var(--secondary-color);

    color:#fff;

}

.hhhh-right-card{

    background:#fff;

    padding:40px;


    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.hhhh-card-head{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;

}

.hhhh-card-head h3{

    margin:0;

    color:var(--dark-color1);

}

.hhhh-card-head span{

    background:#d4edda;

    color:#198754;

    padding:8px 16px;

    border-radius:25px;

    font-size:14px;

}

.hhhh-right-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.hhhh-right-card li{

    padding:10px 0;

    border-bottom:1px solid #eee;
    color:black;

}

.hhhh-price-box{

    text-align:center;

    margin:35px 0;

}

.hhhh-price-box small{

    color:#777;

}

.hhhh-price-box h2{

    color:var(--secondary-color);

    font-size:48px;

    font-weight:800;

}

.hhhh-enroll-btn{

    display:block;

    background:var(--secondary-color);

    color:#fff;

    text-align:center;

    padding:18px;

  

    text-decoration:none;

    font-weight:700;

    transition:var(--transition);

}

.hhhh-enroll-btn:hover{

    background:var(--dark-color1);

    color:#fff;

}

@media(max-width:991px){

.hhhh-title{

font-size:42px;

}

.hhhh-course-info{

display:block;

}

.hhhh-info-box{

margin-bottom:15px;

}

.hhhh-right-card{

margin-top:50px;

}

}

@media(max-width:576px){

.hhhh-title{

font-size:34px;

}

.hhhh-btn-group{

display:block;

}

.hhhh-btn-main,

.hhhh-btn-outline{

display:block;

margin-bottom:15px;

text-align:center;

}

}
/*=====================================
HHHH WHY CHOOSE
======================================*/

.hhhh-why-section{

    padding:100px 0;

    /* background:#fff; */

}

.hhhh-section-tag{

    display:inline-block;

    background:rgba(255,112,16,.12);

    color:var(--secondary-color);

    padding:10px 22px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;

}

.hhhh-section-title{

    font-size:46px;

    font-weight:800;

    color:var(--dark-color1);

    max-width:900px;

    margin:auto;

}
.tt{
      color:white !important;
}

.hhhh-section-title span{

    color:var(--secondary-color);

}

.hhhh-section-desc{

    max-width:760px;

    margin:25px auto 0;

    color:white;

    line-height:30px;

    font-size:18px;

}
.oo{
    color: black !important;
}

.hhhh-feature-card{

    background:#fff;

    padding:40px 30px;


    border:1px solid #ececec;

    transition:var(--transition);

    height:100%;

    position:relative;

    overflow:hidden;

}

.hhhh-feature-card:before{

    content:"";

    position:absolute;

    width:100%;

    height:4px;

    left:0;

    top:0;

    background:var(--secondary-color);

    transform:scaleX(0);

    transition:.4s;

}

.hhhh-feature-card:hover:before{

    transform:scaleX(1);

}

.hhhh-feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.hhhh-feature-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:var(--primary-color);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.hhhh-feature-icon i{

    font-size:30px;

    color:var(--secondary-color);

}

.hhhh-feature-card h4{

    font-size:24px;

    color:var(--dark-color1);

    margin-bottom:15px;

    font-weight:700;

}

.hhhh-feature-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

@media(max-width:991px){

.hhhh-section-title{

font-size:36px;

}

}

@media(max-width:576px){

.hhhh-section-title{

font-size:28px;

}

.hhhh-section-desc{

font-size:16px;

line-height:28px;

}

.hhhh-feature-card{

padding:30px 20px;

}

}
/*=====================================
HHHH ABOUT SECTION
======================================*/

.hhhh-about-section{

    padding:110px 0;

    background:var(--primary-color);

}

.hhhh-about-image{

    position:relative;

}

.hhhh-about-image img{

    width:100%;

   

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.hhhh-experience-box{

    position:absolute;

    right:3px;

    bottom:30px;

    background:var(--secondary-color);

    color:#fff;

    padding:25px;



    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.hhhh-experience-box h2{

    font-size:42px;

    margin:0;

    font-weight:800;

}

.hhhh-experience-box span{

    font-size:16px;

}

.hhhh-about-text{

    color:#555;

    line-height:30px;

    margin-top:20px;

    font-size:17px;

}

.hhhh-about-point{

    display:flex;

    align-items:flex-start;

    gap:18px;

    background:#fff;

    padding:22px;

   

    transition:var(--transition);

    height:100%;

}

.hhhh-about-point:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.hhhh-about-point i{

    width:60px;

    height:60px;

    border-radius:50%;

    background:rgba(255,112,16,.15);

    color:var(--secondary-color);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    flex-shrink:0;

}

.hhhh-about-point h5{

    color:var(--dark-color1);

    margin-bottom:8px;

    font-weight:700;

}

.hhhh-about-point p{

    margin:0;

    color:#666;

    line-height:26px;

}

@media(max-width:991px){

.hhhh-experience-box{

position:relative;

right:0;

bottom:0;

margin-top:20px;

display:inline-block;

}

}

@media(max-width:576px){

.hhhh-about-section{

padding:80px 0;

}

.hhhh-about-point{

padding:18px;

}

.hhhh-about-point i{

width:50px;

height:50px;

font-size:20px;

}

.hhhh-experience-box h2{

font-size:32px;

}

}
/*=====================================
HHHH MAIN COURSE
======================================*/

.hhhh-course-section{

    padding:110px 0;

    background:#fff;

}

.hhhh-course-card{

    background:var(--dark-color1);

    color:#fff;



    padding:40px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.hhhh-course-header h3{

    font-weight:700;

    margin-bottom:35px;

}

.hhhh-course-item{

    display:flex;

    align-items:center;

    margin-bottom:25px;

}

.hhhh-course-item i{

    width:60px;

    height:60px;

    background:rgba(255,255,255,.12);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:var(--secondary-color);

    font-size:24px;

    margin-right:20px;

}

.hhhh-course-item h5{

    margin:0;

    font-size:18px;

}

.hhhh-course-item span{

    color:#ddd;

    font-size:15px;

}

.hhhh-course-btn{

    display:block;

    text-align:center;

    margin-top:30px;

    background:var(--secondary-color);

    color:#fff;

    padding:18px;

    

    text-decoration:none;

    font-weight:700;

    transition:var(--transition);

}

.hhhh-course-btn:hover{

    background:#fff;

    color:var(--dark-color1);

}

.hhhh-learn-card{

    background:var(--primary-color);

    padding:22px;

    border-radius:18px;

    font-weight:600;

    color:var(--dark-color1);

    transition:var(--transition);

    display:flex;

    align-items:center;

    gap:15px;

    height:100%;

}

.hhhh-learn-card:hover{

    background:var(--secondary-color);

    color:#fff;

    transform:translateY(-8px);

}

.hhhh-learn-card i{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    color:var(--secondary-color);

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.hhhh-learn-card:hover i{

    color:var(--dark-color1);

}

@media(max-width:991px){

.hhhh-course-card{

margin-bottom:40px;

}

}

@media(max-width:576px){

.hhhh-course-section{

padding:80px 0;

}

.hhhh-course-card{

padding:25px;

}

.hhhh-course-item{

align-items:flex-start;

}

}
.afd-banner-section{
    position:relative;
    width:100%;
    overflow:hidden;
    line-height:0;
}

.afd-banner-image{
    width:100%;
    height:550px;
    display:block;
}

.afd-banner-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    z-index:2;
}

.afd-banner-heading{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin:0;
    line-height:1.2;
    text-shadow:0 4px 12px rgba(0,0,0,0.4);
}

/* Optional dark overlay */
.afd-banner-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
    z-index:1;
}

.afd-banner-content{
    z-index:2;
}

@media (max-width:991px){
    .afd-banner-image{
        height:380px;
    }

    .afd-banner-heading{
        font-size:42px;
    }
}

@media (max-width:767px){
    .afd-banner-image{
        height:250px;
    }

    .afd-banner-content{
        left:6%;
    }

    .afd-banner-heading{
        font-size:30px;
    }
}
/*====================================
HHHH MODULES
=====================================*/

.hhhh-module-section{

padding:110px 0;

background:var(--primary-color);

}

.hhhh-module-card{

background:#fff;



padding:35px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:var(--transition);

height:100%;

}

.hhhh-module-card:hover{

transform:translateY(-10px);

}

.hhhh-module-top{

display:flex;

align-items:center;

justify-content:space-between;

gap:20px;

flex-wrap:wrap;

margin-bottom:25px;

}

.hhhh-module-icon{

width:70px;

height:70px;

background:rgba(255,112,16,.12);

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

}

.hhhh-module-icon i{

font-size:30px;

color:var(--secondary-color);

}

.hhhh-module-top h3{

margin:0;

font-size:24px;

font-weight:700;

color:var(--dark-color1);

}

.hhhh-module-top span{

color:#666;

}

.hhhh-module-price{

background:var(--secondary-color);

padding:10px 20px;

border-radius:50px;

color:#fff;

font-weight:700;

}

.hhhh-module-card ul{

margin:0;

padding-left:20px;

}

.hhhh-module-card li{

padding:8px 0;

color:#555;

}

.hhhh-mini-box{

background:var(--primary-color);

padding:20px;

text-align:center;

border-radius:15px;

font-weight:700;

transition:var(--transition);
color:black;

}

.hhhh-mini-box:hover{

background:var(--secondary-color);

color:#fff;

}

@media(max-width:768px){

.hhhh-module-top{

flex-direction:column;

align-items:flex-start;

}

.hhhh-module-price{

margin-top:10px;

}

}
.lol{
        color: black;
}
/*=====================================
HHHH BONUS SECTION
======================================*/

.hhhh-bonus-section{

    padding:110px 0;

    background:#ffffff;

}

.hhhh-bonus-card{

    background:#fff;

    padding:35px;


    text-align:center;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:var(--transition);

    border:1px solid #ececec;

    height:100%;

}

.hhhh-bonus-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.hhhh-bonus-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:rgba(255,112,16,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.hhhh-bonus-icon i{

    font-size:34px;

    color:var(--secondary-color);

}

.hhhh-bonus-card h4{

    font-weight:700;

    color:var(--dark-color1);

}

.hhhh-bonus-card h3{

    color:var(--secondary-color);

    font-size:34px;

    margin:15px 0;

    font-weight:800;

}

.hhhh-bonus-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

.hhhh-total-bonus{

    background:linear-gradient(135deg,var(--dark-color1),var(--dark-color2));

    padding:45px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#fff;

    flex-wrap:wrap;

}

.hhhh-total-bonus small{

    color:#ddd;

    font-size:16px;

}

.hhhh-total-bonus h2{

    margin-top:10px;

    font-size:48px;

    color:#fff;

    font-weight:800;

}

.hhhh-bonus-btn{

    background:var(--secondary-color);

    color:#fff;

    text-decoration:none;

    padding:18px 40px;

    border-radius:50px;

    font-weight:700;

    transition:var(--transition);

}

.hhhh-bonus-btn:hover{

    background:#fff;

    color:var(--dark-color1);

}

@media(max-width:768px){

.hhhh-total-bonus{

text-align:center;

justify-content:center;

gap:25px;

padding:35px 25px;

}

.hhhh-total-bonus h2{

font-size:34px;

}

}
/*=====================================
HHHH PRICING
======================================*/

.hhhh-pricing-section{

    padding:110px 0;

    background:var(--primary-color);

}

.hhhh-price-card{

    background:#fff;

    padding:45px;



    box-shadow:0 20px 60px rgba(0,0,0,.08);

    position:relative;

    transition:var(--transition);

    height:100%;

}

.hhhh-price-card:hover{

    transform:translateY(-10px);

}

.hhhh-special-card{

    border:3px solid var(--secondary-color);

}

.hhhh-offer-badge{

    position:absolute;

    top:-15px;

    right:25px;

    background:var(--secondary-color);

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.hhhh-price-head h3{

    font-size:30px;

    color:var(--dark-color1);

    font-weight:700;

}

.hhhh-price-head small{

    color:#777;

}

.hhhh-old-price{

    margin-top:20px;

    color:#888;

    font-size:22px;

}

.hhhh-main-price{

    color:var(--secondary-color);

    font-size:58px;

    font-weight:800;

    margin:10px 0;

}

.hhhh-booking{

    font-size:18px;

    margin-bottom:30px;
    color:black;

}

.hhhh-price-card ul{

    list-style:none;

    padding:0;

}

.hhhh-price-card li{

    padding:12px 0;

    border-bottom:1px solid #eee;
    color:black;

}

.hhhh-price-card li i{

    color:var(--secondary-color);

    margin-right:10px;

}

.hhhh-price-btn{

    display:block;

    text-align:center;

    margin-top:35px;

    background:var(--secondary-color);

    color:#fff;

    padding:18px;



    text-decoration:none;

    font-weight:700;

    transition:var(--transition);

}

.hhhh-price-btn:hover{

    background:var(--dark-color1);

    color:#fff;

}

@media(max-width:768px){

.hhhh-price-card{

padding:30px;

}

.hhhh-main-price{

font-size:44px;

}

}
/*=====================================
HHHH INSTALLMENT SECTION
======================================*/

.hhhh-installment-section{

    padding:110px 0;

    /* background:#ffffff; */

}

.hhhh-install-card{

    background:#fff;

  
    padding:40px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    position:relative;

    transition:var(--transition);

    height:100%;

}

.hhhh-install-card:hover{

    transform:translateY(-8px);

}

.hhhh-install-featured{

    border:3px solid var(--secondary-color);

}

.hhhh-install-ribbon{

    position:absolute;

    top:-15px;

    right:20px;

    background:var(--secondary-color);

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.hhhh-install-head{

    text-align:center;

    margin-bottom:30px;

}

.hhhh-install-head h3{

    color:var(--dark-color1);

    font-weight:700;

}

.hhhh-install-head h2{

    color:var(--secondary-color);

    font-size:48px;

    font-weight:800;

}

.hhhh-install-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

    border-bottom:1px solid #eee;

}

.hhhh-install-row span{

    color:#555;

}

.hhhh-install-row strong{

    color:var(--dark-color1);

}

.hhhh-payment-note{

    background:var(--dark-color1);

    color:#fff;

    padding:35px;

    border-radius:20px;

    display:flex;

    align-items:center;

    gap:25px;

}

.hhhh-payment-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    justify-content:center;

    align-items:center;

}

.hhhh-payment-icon i{

    color:var(--secondary-color);

    font-size:28px;

}

.hhhh-payment-note h4{

    margin-bottom:10px;

}

.hhhh-payment-note p{

    margin:0;

    color:#ddd;

    line-height:28px;

}

@media(max-width:768px){

.hhhh-install-card{

padding:30px;

}

.hhhh-payment-note{

flex-direction:column;

text-align:center;

}

.hhhh-install-head h2{

font-size:38px;

}

}
/*=====================================
HHHH CLASS SCHEDULE
======================================*/

.hhhh-class-section{

    padding:110px 0;

    background:var(--primary-color);

}

.hhhh-class-box{

    background:#fff;

    padding:35px;

    text-align:center;



    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:var(--transition);

    height:100%;

}

.hhhh-class-box:hover{

    transform:translateY(-10px);

}

.hhhh-class-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:rgba(255,112,16,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

}

.hhhh-class-icon i{

    color:var(--secondary-color);

    font-size:34px;

}

.hhhh-class-box h4{

    color:var(--dark-color1);

    font-weight:700;

    margin-bottom:10px;

}

.hhhh-class-box p{

    margin:0;

    color:#666;

}

.hhhh-learning-card{

    background:var(--dark-color1);

    color:#fff;

    padding:45px;

  

}

.hhhh-learning-card h3{

    text-align:center;

    font-weight:700;

}

.hhhh-step-card{

    background:rgba(255,255,255,.06);

    padding:30px;

    

    text-align:center;

    height:100%;

    transition:var(--transition);

}

.hhhh-step-card:hover{

    background:var(--secondary-color);

}

.hhhh-step-card span{

    width:55px;

    height:55px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    border-radius:50%;

    background:#fff;

    color:var(--secondary-color);

    font-weight:700;

    margin-bottom:18px;

}

.hhhh-step-card h5{

    font-weight:700;

    margin-bottom:12px;

}

.hhhh-step-card p{

    color:#ddd;

    margin:0;

    line-height:26px;

}

.hhhh-step-card:hover p{

    color:#fff;

}

@media(max-width:768px){

.hhhh-learning-card{

padding:30px 20px;

}

.hhhh-step-card{

margin-bottom:20px;

}

}
/*====================================
GGGG PACKAGE SECTION
====================================*/

.gggg-package-section{

    padding:110px 0;

    /* background:#ffffff; */

}

.gggg-package-tag{

    display:inline-block;

    background:rgba(255,112,16,.12);

    color:var(--secondary-color);

    padding:10px 24px;

    border-radius:40px;

    font-weight:700;

}

.gggg-package-title{

    font-size:48px;

    font-weight:800;

    color:var(--dark-color1);

    margin:20px 0;

}

.gggg-package-title span{

    color:var(--secondary-color);

}

.gggg-package-desc{

    max-width:750px;

    margin:auto;

    color:#666;

    line-height:30px;

}

.gggg-package-card{

    background:#fff;

  

    padding:40px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    position:relative;

    transition:.4s;

    height:100%;

}

.gggg-package-card:hover{

    transform:translateY(-12px);

}

.gggg-package-active{

    border:3px solid var(--secondary-color);

}

.gggg-popular{

    position:absolute;

    top:-15px;

    left:50%;

    transform:translateX(-50%);

    background:var(--secondary-color);

    color:#fff;

    padding:8px 20px;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

}

.gggg-package-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    margin-bottom:25px;

}

.bronze{

    background:#b87333;

}

.silver{

    background:#8c939d;

}

.gold{

    background:#f4b400;

}

.gggg-package-card h3{

    font-weight:700;

    color:var(--dark-color1);

}

.gggg-package-card h2{

    color:var(--secondary-color);

    font-size:48px;

    font-weight:800;

    margin:20px 0;

}

.gggg-package-card ul{

    list-style:none;

    padding:0;

    text-align:left;

}

.gggg-package-card li{

    padding:12px 0;

    border-bottom:1px solid #eee;
    color: black;

}

.gggg-package-card li i{

    color:var(--secondary-color);

    margin-right:10px;

}

.gggg-package-btn{

    display:block;

    margin-top:30px;

    background:var(--secondary-color);

    color:#fff;

    text-decoration:none;

    padding:16px;

    border-radius:50px;

    font-weight:700;

    transition:.4s;

}

.gggg-package-btn:hover{

    background:var(--dark-color1);

    color:#fff;

}

@media(max-width:991px){

.gggg-package-title{

font-size:38px;

}

}

@media(max-width:576px){

.gggg-package-section{

padding:80px 0;

}

.gggg-package-title{

font-size:30px;

}

.gggg-package-card{

padding:30px;

}

}
/*=========================================
FFFF FAQ SECTION
=========================================*/

.ffff-faq-section{

    padding:120px 0;

    background:linear-gradient(135deg,#031d2e,#17384e);

}

.ffff-faq-tag{

    display:inline-block;

    background:rgba(255,255,255,.12);

    color:#fff;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.ffff-faq-title{

    font-size:48px;

    font-weight:800;

    color:#fff;

    margin-bottom:20px;

}

.ffff-faq-title span{

    color:#ff7010;

}

.ffff-faq-desc{

    color:#ddd;

    max-width:700px;

    margin:auto;

    line-height:30px;

}

.ffff-item{

    border:none;

    margin-bottom:20px;



    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.ffff-item .accordion-button{

    background:#fff;

    color:#031d2e;

    font-size:20px;

    font-weight:700;

    padding:25px;

    box-shadow:none;

}

.ffff-item .accordion-button:not(.collapsed){

    background:#ff7010;

    color:#fff;

}

.ffff-item .accordion-button:focus{

    box-shadow:none;

}

.ffff-item .accordion-body{

    background:#fff;

    color:#555;

    padding:25px;

    font-size:17px;

    line-height:30px;

}

.accordion-button::after{

    filter:brightness(0);

}

.ffff-item .accordion-button:not(.collapsed)::after{

    filter:brightness(100);

}

@media(max-width:992px){

.ffff-faq-title{

font-size:38px;

}

}

@media(max-width:768px){

.ffff-faq-section{

padding:80px 0;

}

.ffff-faq-title{

font-size:30px;

}

.ffff-item .accordion-button{

font-size:17px;

padding:20px;

}

.ffff-item .accordion-body{

font-size:15px;

padding:20px;

line-height:28px;

}

}
/*=====================================
WWW BOOKING SECTION
======================================*/

.www-booking-section{

padding:120px 0;

background:linear-gradient(135deg,#031d2e,#17384e);

overflow:hidden;

}

.www-payment-card{

background:#fff;

padding:45px;



box-shadow:0 25px 60px rgba(0,0,0,.2);

text-align:center;

height:100%;

}

.www-tag{

display:inline-block;

background:#ff7010;

color:#fff;

padding:10px 24px;

border-radius:40px;

font-weight:700;

margin-bottom:25px;

}

.www-payment-card h2{

font-size:42px;

font-weight:800;

color:#031d2e;

}

.www-payment-card h2 span{

color:#ff7010;

}

.www-payment-card p{

margin:25px 0;

color:#666;

line-height:30px;

}

.www-qr-box{

background:#f5f5f5;

padding:25px;

border-radius:20px;

margin:35px 0;

}

.www-qr-box img{

width:100%;

max-width:260px;

margin:auto;

display:block;

border-radius:15px;

}

.www-paytm-number{

background:#e5f0f5;

padding:20px;

border-radius:15px;

}

.www-paytm-number h4{

margin-bottom:10px;

color:#031d2e;

}

.www-paytm-number h3{

color:#ff7010;

font-weight:800;

font-size:34px;

margin-bottom:5px;

}

.www-contact-card{

background:#fff;

padding:45px;



box-shadow:0 25px 60px rgba(0,0,0,.2);

height:100%;

}

.www-contact-card h2{

font-size:42px;

font-weight:800;

color:#031d2e;

}

.www-contact-card p{

margin:20px 0 35px;

color:#666;

line-height:30px;

}

.www-contact-card input,

.www-contact-card textarea{

width:100%;

padding:18px;

margin-bottom:20px;

border:1px solid #ddd;

border-radius:12px;

outline:none;

transition:.4s;

}

.www-contact-card input:focus,

.www-contact-card textarea:focus{

border-color:#ff7010;

}

.www-contact-card textarea{

height:160px;

resize:none;

}

.www-whatsapp-btn{

display:block;

background:#25D366;

color:#fff;

text-align:center;

padding:18px;

border-radius:50px;

font-size:18px;

font-weight:700;

text-decoration:none;

transition:.4s;

}

.www-whatsapp-btn i{

margin-right:10px;

font-size:22px;

}

.www-whatsapp-btn:hover{

background:#031d2e;

color:#fff;

transform:translateY(-3px);

}

@media(max-width:991px){

.www-payment-card,

.www-contact-card{

margin-bottom:30px;

}

}

@media(max-width:576px){

.www-booking-section{

padding:80px 0;

}

.www-payment-card,

.www-contact-card{

padding:30px;

}

.www-payment-card h2,

.www-contact-card h2{

font-size:30px;

}

.www-paytm-number h3{

font-size:28px;

}

}
.www-payment-note{
    margin-top:20px;
    padding:18px;
    background:rgba(229,240,245,0.8);
    border-left:4px solid var(--secondary-color);
    border-radius:10px;
    color:var(--dark-color1);
    font-size:15px;
    line-height:1.7;
}
/*====================================
BBBB IMAGE BANNER
====================================*/

.bbbb-banner-section{

    width:100%;

    overflow:hidden;

    background:#fff;

}

.bbbb-banner-wrapper{

    width:100%;

    line-height:0;

}

.bbbb-banner-img{

    width:100%;

    height:auto;

    display:block;

    object-fit:cover;

}

/* Desktop */

@media(min-width:1200px){

.bbbb-banner-img{

    max-height:650px;

}

}

/* Tablet */

@media(max-width:991px){

.bbbb-banner-img{

    max-height:500px;

}

}

/* Mobile */

@media(max-width:767px){

.bbbb-banner-img{

    width:100%;

    height:auto;

}

}
.jj{
    text-align: justify;
}