@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');


/* Global Start */
@font-face{font-family:'Gilroy';src:url(../fonts/gilroy-regular.woff2) format("woff2"),url(../fonts/gilroy-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Gilroy';src:url(../fonts/gilroy-semibold.woff2) format("woff2"),url(../fonts/gilroy-semibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Gilroy';src:url(../fonts/gilroy-bold.woff2) format("woff2"),url(../fonts/gilroy-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Gilroy';src:url(../fonts/gilroy-extrabold.woff2) format("woff2"),url(../fonts/gilroy-extrabold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}

*{margin: 0;padding: 0;}
body{background-color:#fff;font-family: "Gilroy", sans-serif; color: #000; /*font-size:16px;*/ font-size:20px;font-weight:400;font-style: normal;line-height: normal;margin: 0;padding:0;min-width: 320px;overflow-x: hidden;}
::selection {background: #017e37;color: #fff;}
a,button{transition:all 0.3s ease;}
a{text-decoration:none;color:#017e37;}
a:hover{text-decoration:none;outline:0;color:#000;}
a, img,svg{border:none;outline:none;}
img,svg{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
h1, h2, h3, h4 {font-family: "Gilroy", sans-serif;font-weight: 800;margin:0 0 20px;color: #000;position: relative;}
h1{font-size: 62px;}
h2{font-size: 42px;}
.sub-hd{color: #78206e;font-weight: 800;font-size: 18px;text-transform: uppercase;margin: 0 0 10px;}
h3{font-size: 28px;}
h4{font-size: 18px;}
ul, ol{padding:0;margin:0;}
ul li{list-style:none;}
p{display: block;margin:0 0 20px;line-height: 24px;}
p:last-child{margin: 0;}
b, strong {font-weight: 700;}
.paddt-40{padding-top:40px;}
.paddt-20{padding-top:20px;}
.btn.btn-custom {background: #017e37 url(../images/rt-arw.png) no-repeat right 35px center;border:none;color: #fff;font-family: "Gilroy", sans-serif;font-weight: 600;padding: 0 80px 0 40px;font-size: 18px;border-radius: 60px;transition:all 0.3s ease;box-shadow: none !important;text-decoration: none;text-transform: none;height: 60px;line-height: 60px;}
.btn.btn-custom:hover,.btn.btn-custom:focus,.btn.btn-custom:active,.btn.btn-custom:not(:disabled):not(.disabled):active{background:#000 url(../images/rt-arw.png) no-repeat right 25px center; color:#fff; outline:none;transition:all 0.3s ease;}
.btn.btn-custom.btn-full {width: 100%;padding: 0 40px;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.43) !important;display: block;background-position: right 36% center;}
.btn.btn-custom.btn-full:hover,.btn.btn-custom.btn-full:active,.btn.btn-custom.btn-full:focus,.btn.btn-custom.btn-full:not(:disabled):not(.disabled):active{background-position: right 33% center;}
.btn.btn-primary{ padding-left: 35px !important; padding-right: 35px !important; background-image: none;box-shadow: 0 0 30px 0 rgba(145, 145, 145, 0.3) !important;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background-image: none !important;}

.cmn-link{background: url(../images/rt-arw2.png) no-repeat right center;padding-right: 30px;font-size: 14px;text-transform: uppercase;font-weight: 800;}
.cmn-link:hover{color: #017e37;padding-right: 20px;}
.form-group {margin-bottom: 20px;}
.form-control {padding: 0 25px;font-size: 16px;color: #000;background-color: #f8f2f8;border: 2px solid #ead4ea;border-radius: 10px;font-family: "Gilroy", sans-serif;height: 60px;}
textarea.form-control {height: 240px;resize: none;padding: 15px 25px;}
.form-control:focus {color: #000;background-color: #f8f2f8;border-color: #017e37;box-shadow: none;}
select.form-control{padding: 0px 35px  0px 25px;height: 44px !important; line-height: 44px !important;background-image: url(../images/select_arrow.png); background-size: 16px; background-position: calc(100% - 15px) center; background-repeat: no-repeat; appearance: none;} 

/*******Custom**Radio**And***Checkbox***********/
.customcheckBox {font-weight: 400;padding-left: 40px;position: relative;margin: 0;}
.customcheckBox input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmarkCheck {position: absolute;top:-1px;left: 0;height: 26px;width: 26px;background-color: #fff;border-radius:5px;border:1px solid #837e85;}
.customcheckBox input:checked ~ .checkmarkCheck {background-color: #672771;border-color: #672771;}
.checkmarkCheck:after {content: "";position: absolute;display: none;}
.customcheckBox input:checked ~ .checkmarkCheck::after {display: block;}
.customcheckBox .checkmarkCheck::after {left:8px;top: 3px;width: 8px;height: 14px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.customRadio {font-weight:500;padding-left: 40px;position: relative;margin:0;font-size:16px;color:#000;margin-right:30px;}
.customRadio input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {position: absolute;top:-2px;left: 0;height: 25px;width: 25px;background-color:transparent;border-radius: 50%;border: solid 1px #837e85;}
.customRadio input:checked ~ .checkmark {background-color: #672771;border-color:#672771;}
.checkmark:after {content: "";position: absolute;display: none;}
.customRadio input:checked ~ .checkmark:after {display: block;}
.customRadio .checkmark:after {left: 6px;top: 6px;width: 12px;height: 12px;border: 3px solid white;border-radius: 50%;}

/*******Custom**Radio**And***Checkbox***********/


.container{width:100%;max-width:1310px;position:relative;}




/*owl carouse css start*/
.owl-dots {display: flex; justify-content: center; gap: 0 13px;}
.owl-dots button.owl-dot {width: 22px; height: 22px; background-color: #ccb3d0; border-radius: 100%; outline: none;}
.owl-dots button.owl-dot.active {background-color: #017e37;}
/*owl carouse css end*/
/*list type css start*/
.list-icon li {position: relative; display: flex; margin-bottom: 22px;}
.list-icon li:last-child {margin-bottom: 0;}
.list-icon li:before {background: url('../images/check-icon.png') no-repeat; content: ""; width: 34px;height: 34px;background-size: 100%;min-width: 34px;margin-right: 17px;margin-top: 3px;}
/*list type css end*/

@media (max-width:1400px){
body{font-size: 15px;}
p {line-height: 22px;}
h1{font-size: 52px;}
h2 {font-size: 34px;}
h3{font-size: 22px;}
.btn.btn-custom {padding: 0 55px 0 30px;font-size: 16px;border-radius: 50px;height: 50px;line-height: 50px;background-position: right 30px center;}
.sub-hd {font-size: 15px;}
.form-control {padding: 0 15px;font-size: 15px;height: 44px;}
textarea.form-control {height: 150px;padding: 15px;}
}
@media (max-width:767px){
h1{font-size: 42px;}
h2 {font-size: 26px;}
h3{font-size: 20px;}
.owl-dots button.owl-dot {width: 16px; height: 16px;}
}
/* Global End */


/* Animation Css Start Here */
.hidden2 {opacity: 0;}
.visible2 {opacity: 1;}
.animated {animation-duration: 2s;animation-fill-mode: both;}

@keyframes slideInDown {
0% {opacity: 0;transform: translateY(-2000px);}
100% {transform: translateY(0);}
}
.slideInDown {animation-name: slideInDown;}

@keyframes slideInLeft {
0% {opacity: 0;transform: translateX(-2000px);}
100% {transform: translateX(0);}
}
.slideInLeft {animation-name: slideInLeft;}

@keyframes slideInRight {
0% {opacity: 0;transform: translateX(2000px);}
100% {transform: translateX(0);}
}
.slideInRight {animation-name: slideInRight;}

@keyframes fadeInUp {
0% {opacity: 0;transform: translateY(50px);}
100% {opacity: 1;transform: translateY(0);}
}
.animated.fadeInUp {animation-name: fadeInUp;}

@keyframes fadeInDown {
0% {opacity: 0;transform: translateY(-50px);}
100% {opacity: 1;transform: translateY(0);}
}
.animated.fadeInDown {animation-name: fadeInDown;}

@keyframes fadeInLeft {
0% {opacity: 0;transform: translateX(-50px);}
100% {opacity: 1;transform: translateX(0);}
}
.animated.fadeInLeft {animation-name: fadeInLeft;}

@keyframes fadeInRight {
0% {opacity: 0;transform: translateX(50px);}
100% {opacity: 1;transform: translateX(0);}
}
.animated.fadeInRight {animation-name: fadeInRight;}

@keyframes fadeInUpBig {
0% {opacity: 0;transform: translateY(2000px);}
100% {opacity: 1;transform: translateY(0);}
}
.animated.fadeInUpBig {animation-name: fadeInUpBig;}

@media (max-width:767px){
.hidden2 {opacity: 1;}
.animated {animation-duration: 0s;animation-fill-mode: inherit;animation-name: inherit;}
}
/* Animation Css End Here */



/* Header Start*/
.header{position: absolute;left: 0;right: 0;top: 0;z-index: 9;transition: all 0.3s ease;padding: 20px 0;}
.header .container-fluid {padding-right: 100px;padding-left: 100px;display: flex;align-items: center;justify-content: space-between;}
.header .logo {width: 60px;height: 60px;transition: all 0.3s ease;}
.header .logo a {visibility: hidden;opacity: 0;transition: all 0.3s ease;display: block;}
.new-menu ul {display: flex;}
.new-menu ul li{margin: 0 8px;}
.new-menu ul li:last-child{margin-right: 0;}
.new-menu ul li a{display: block;height: 50px;line-height: 50px;padding: 0 30px;font-weight: 600;font-size: 18px;color: #fff;border-radius: 8px;}
.new-menu ul li a:hover,.new-menu ul li a.active{background-color: #672771;color: #fff;}
.header.shrink {position: fixed;background: #fff;padding: 10px 0;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.header.shrink .logo a {visibility: visible;opacity: 1;}
.header.shrink .new-menu ul li a{color: #672771;}
.header.shrink .new-menu ul li a:hover,.header.shrink .new-menu ul li a.active{color: #fff;}

@media (max-width:1600px){
.header .container-fluid {padding-right: 15px;padding-left: 15px;max-width: 1310px;}
}
@media (max-width:1400px){
.header {padding: 15px 0;}
.new-menu ul li a {height: 40px;line-height: 40px;padding: 0 20px;font-size: 16px;border-radius: 6px;}
}
@media (max-width:991px){
.new-menu{display: none;}
.menu-icon{display:block;height:18px;position:absolute;right:15px;top:32px;width:26px;z-index:9}
.menu-icon span{background:#672771;border-radius:2px;display:block;height:2px;left:0;position:absolute;right:0;top:0;transition:all 0.3s ease}
.menu-icon span.line2{top:8px}
.menu-icon span.line3{top:16px}
.nav-body .menu-icon span.line2{width:0;opacity:0}
@keyframes line-animation {
0%{opacity:1;transform:rotate(0) scaleX(1)}50%{opacity:1;transform:rotate(0) scaleX(0)}100%{opacity:1;transform:rotate(45deg) scaleX(1)}}
.nav-body .menu-icon span.line1{animation:line-animation 1s;transform:rotate(45deg);top:8px;transform-origin:center}
@keyframes line-animation2 {0%{opacity:1;transform:rotate(0) scaleX(1)}50%{opacity:1;transform:rotate(0) scaleX(0)}100%{opacity:1;transform:rotate(-45deg) scaleX(1)}}
.nav-body .menu-icon span.line3{animation:line-animation2 1s;transform:rotate(-45deg);top:8px;transform-origin:center}
.mobile-navigation{background:#fff;bottom:0;display:block!important;left:0;overflow-y:auto;margin:0;position:fixed;top:78px;transition:all .3s ease;width:100%;right:0;padding:0;transform:translateX(-120%);z-index:99999999}
.nav-open{transform:translateX(0)!important;-webkit-transform:translateX(0)!important}
.mobile-navigation ul{margin:0;padding:0;list-style:none}
.mobile-navigation ul li{position:relative;list-style:none}
.mobile-navigation ul li a {background-color: #fff;color: #000;display: block;padding: 15px 40px 15px 15px;text-align: left;border-bottom: 1px solid #ededed;text-decoration: none;position: relative;font-size: 16px;margin: 0;font-weight: 600;}
.parent-menu>div.sub-item{cursor:pointer;height:54px;left:0;position:absolute;right:0;width:100%;z-index:3;background:url(../images/arw-up.svg) no-repeat right 15px center}
.parent-menu.parent-menu-active>div.sub-item{background:url(../images/arw-down.svg) no-repeat right 15px center}
.mobile-navigation ul li a:hover{color:#672771;text-decoration:none}
.mobile-navigation>ul ul{width:100%;display:none}
.header {position: fixed;background: #fff;padding: 10px 0;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.header .logo a {visibility: visible;opacity: 1;}
}
/* Header End */



/* Home Banner Start */
.home-banner{background:#3a352d url(../images/banner-bg.jpg) no-repeat center center;background-size: cover;height: 920px;position: relative;overflow: hidden;}
.home-banner::before {position: absolute;content: "";left: 0;right: 0;bottom: -2px;width: 100%;height: 122px;background: url(../images/shape-bg.png) no-repeat center bottom;background-size: 100% auto;z-index: 2;}
.home-banner::after {content: "";background: #000;position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0.3;}
.home-banner .container-fluid {padding-right: 100px;padding-left: 100px;}
.home-bnr-lt{position:absolute;left:0;top:0;bottom:0;width:37.5%;background:url(../images/shape-bg3.png) no-repeat right top;background-size: auto 100%;z-index:1;text-align:center;padding:90px 0 0}
.home-bnr-lt::before{position:absolute;left:0;top:0;bottom:0;width:calc(100% - 95px);display:block;content:"";background:#672771;z-index:-1}
.bnr-logo{width:200px;height:200px;background:#fff;border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;line-height:200px}
.bnr-logo a{display:block;height:100%;width:100%}
.home-bnr-lt h1{color:#fff;margin:40px 0 60px;font-weight:700;text-transform:uppercase}
.home-bnr-lt h1 span{font-weight:400}
.home-bnr-rt{position:relative;width:49%;margin-left:auto;padding:130px 0 0; z-index: 1;}
.home-bnr-rt ul{display:flex;flex-wrap:wrap;justify-content:flex-end;position:relative}
.home-bnr-rt ul li{margin:0 3% 3% 0;width:38%}
.home-bnr-rt ul li:last-child{margin-right:20%}
.graphic-img{width:59px;height:207px;background:url(../images/graphic1.png) no-repeat center center;position:absolute;left:15px;top:200px}
.graphic-img::before{width:73px;height:45px;position:absolute;left:-170px;bottom:-270px;background:url(../images/graphic3.png) no-repeat center center;content:""}
.home-bnr-rt ul li:nth-of-type(1){animation-delay: 0.5s;}
.home-bnr-rt ul li:nth-of-type(2){animation-delay: 1s;}
.home-bnr-rt ul li:nth-of-type(3){animation-delay: 1.5s;}
.home-bnr-rt ul li:nth-of-type(4){animation-delay: 2s;}
.home-bnr-rt ul li img{animation: move 1s infinite  alternate;}
@keyframes move {0% { transform: translateY(0);}100% { transform: translateY(-10px);}}

@media (max-width:1850px){
.home-bnr-lt::before{width:86%;}
}
@media (max-width:1600px){
.home-banner {height: 760px;}
.home-banner .container-fluid {padding-right: 15px;padding-left: 15px;max-width: 1310px;}
.home-bnr-lt h1 {font-size: 52px;margin: 30px 0 40px;}
.bnr-logo {width: 160px;height: 160px;line-height: 160px;}
.bnr-logo a {padding: 0 30px;}
}
@media (max-width:1400px){
.home-banner {height: 700px;}
.home-bnr-rt {padding: 110px 0 0;background-position:right 20px bottom 20%;}
.bnr-logo {width: 120px;height: 120px;line-height: 120px;}
.bnr-logo a {padding: 0 22px;}
.home-bnr-lt h1 {font-size: 42px;margin: 20px 0;}
.graphic-img {width: 40px;height: 150px;top: 120px;background-size: 100% auto;}
.graphic-img::before {left: -130px;bottom: -100%;}
}
@media (max-width:1199px){
.home-banner {height: auto;padding-bottom: 7%;}
}
@media (max-width:991px){
.home-banner {height: auto;padding-bottom: 65px;padding-top: 80px;min-height: 600px;}
.home-bnr-lt {width: 370px;padding: 100px 0 0;}
.home-banner::before {height: 70px;}
}
@media (max-width:767px){
.home-bnr-lt {width: auto;padding: 25px 15px;background: #672771;position: relative;margin: 0 -15px;}
.home-bnr-lt::before,.graphic-img::before,.bnr-logo{display: none;}
.home-bnr-rt {padding: 40px 0 0;width: 100%;background: none;}
.graphic-img {width: 24px;height: 100px;top: 40px;}
.home-banner {padding-bottom: 45%;min-height: inherit;}
.home-bnr-lt h1 {font-size: 30px;margin: 0 0 20px;}
}
/* Home Banner End */



/* Home Section 1 Start */
.home-sec1{padding:5% 0 5%;position:relative; z-index: 7;background:url(../images/shape-bg.png) no-repeat center bottom;background-size:100% auto}
.home-sec1::before{position:absolute;content:"";background:url(../images/shape-bg1.png) no-repeat left bottom;width:55%;height:100%;left:0;top:-110px;z-index:2;background-size: 100% auto;}
.home-sec1 .container{z-index:2}
.m-b-140{margin-bottom:11%}
.cmn-img{text-align:right}
.cmn-img img {box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);border-radius: 18px;}
.cmn-img-left{text-align:left}
.cmn-text-info{padding-left:18%}
.pad-right-info{padding-right:18%; padding-left: 0;}
.home-sec1 .row:nth-child(even){flex-direction:row-reverse}
.home-sec1 .row:nth-child(even) .cmn-img{text-align:left}
.home-sec1 .row:nth-child(even) .cmn-text-info{padding:0 13% 0 5%}
.scroll-down-btn{position:absolute;left:0;right:0;margin:0 auto;width:90px;top:35px;color:#78206e;font-size:14px;font-weight:800;text-align:center;letter-spacing:5px;
z-index:2;animation: action 1s infinite  alternate;}
.scroll-down-btn img{display:block;margin:0 auto 10px}
@keyframes action {0% { transform: translateY(0);}100% { transform: translateY(-10px);}}

@media (max-width:1400px){
.scroll-down-btn {top: 10px;}
.cmn-text-info {padding-right: 0; padding-left: 7%;}
.pad-right-info{padding-right: 7%; padding-left: 0%;}
.home-sec1 .row:nth-child(even) .cmn-text-info {padding: 0;}
.cmn-img img {width: 100%;display: block;}
.m-b-140 {margin-bottom: 5%;}
}
@media (max-width:991px){
.cmn-text-info h2 br{display: none;}
}
@media (max-width:767px){
.scroll-down-btn{display: none;}
.home-sec1 {padding: 40px 0;}
.cmn-text-info {padding: 30px 0 20px !important;}
}

/*Home Section 1 - 2*/


.home-sec1-2 {
	padding: 5% 0;
}


/* Home Section 1 End */



/* Home Section 2 Start */
.home-sec2{background:#fff url(../images/shape-bg.png) no-repeat center top;background-size:100% auto;padding:180px 0 40px;position:relative;margin-top:-2px}
.home-sec2 .container {z-index: 1;}
.home-sec2 .row [class*=col-]{margin:30px 0 0}
.help-info-card{border:2px solid #ebd5eb;border-radius:25px;background:#f8f2f8 url(../images/shape-bg2.png) no-repeat center top;height:100%;overflow:hidden;position:relative;background-size:100% auto;transition:all .3s ease}
.help-info-card img,.help-info-card h3{transition:all .3s ease}
.help-info-card img{width: 92px;}
.help-info-card h3{font-size:18px;text-transform:uppercase;color:#78206e;margin:0 0 0 25px}
.info-card-hd{display:flex;align-items:center;min-height:130px;padding:20px 25px;margin:0 0 15px}
.help-info-card p{color:#696969;text-align:center;padding:20px 30px}
.help-info-card:hover{background: #017e37 url(../images/shape-bg2.png) no-repeat center top;border-color: #017e37;background-size: 100% auto;}
.help-info-card:hover h3{color: #017e37;}
.help-info-card:hover p{color:#fff;}
/* .help-info-card:hover img {filter: brightness(100);} */

@media (max-width:1400px){
.home-sec2 {padding: 140px 0 40px;}
.help-info-card h3 {font-size: 16px;margin: 0 0 0 20px;}
.help-info-card img {width: 50px;}
.info-card-hd {min-height: 110px;padding: 0 20px 25px;}
.help-info-card p {padding: 0 15px 15px;}
.help-info-card,.help-info-card:hover {background-size: 100% 45%;}
}

@media (max-width:1199px){
    .home-sec2 {padding: 120px 0 40px;}
    }
@media (max-width:767px){
.home-sec2 .row [class*=col-] {margin: 15px 0 0;}
.home-sec2 {padding: 40px 0 60px;}
}
/* Home Section 2 End */



/* Home Section 3 Start */
.home-sec3{background:#fff url(../images/shape-bg4.png) no-repeat center bottom;padding:75px 0 150px;margin-top:-2px;position:relative;background-size:100% auto}
.home-sec3::before {width: 32.8%;height: 100%;position: absolute;left: 4%;bottom: 0;content: "";background: url(../images/girl-img.png) no-repeat center bottom;background-size: 100% auto;}
.line-box{position:relative;margin:110px 0 160px 65px}
.line-box .line-shape {max-width: 100%;display: block;position: relative;}
.box-num1,.box-num2,.box-num3,.box-num4,.box-num5{position:absolute;left:0;z-index: 1;}
.box-num1{left:-65px;bottom:32%;animation-delay: 0s;}
.box-num2{top:-5%;left:18%;animation-delay: 1s;}
.box-num3{left:38%;bottom:32%;animation-delay: 1.5s;}
.box-num4{top:-5%;left:auto;right:39.5%;animation-delay: 2s;}
.box-num5{right:18%;bottom:58%;left:auto;animation-delay: 2.5s;}
.count-box{position:absolute;left:0;top:0;width:150px;height:150px;border-radius:50%;background-color:#fff;box-shadow:0 0 60px rgba(128,66,134,0.24);display:flex;align-items:center;justify-content:center;color:#672771;font-size:60px;font-weight:800;transition:all .5s ease;cursor:pointer;flex-direction: column;text-align: center;line-height: 50px;}
.count-box span {font-size: 16px;text-transform: uppercase;line-height: 20px;}
.count-overlay{position:absolute;background:#017e37;width:200px;min-height:260px;border-radius:15px;left:-17%;right:0;margin:0 auto;bottom:120%;font-size:18px;display:flex;text-align:center;color:#dfdfdf;font-weight:400;padding:15px;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .5s ease;transform: scale(0);}
.count-overlay::before{position:absolute;top:100%;left:0;right:0;margin:0 auto;width:0;height:0;border-style:solid;border-width:13px 11px;border-color:#017e37 transparent transparent;display:block;content:""}
.count-hd{font-size:18px;font-weight:700;padding:0 0 10px}
.count-overlay p{line-height:18px}
.count-box:hover{background:#017e37;color:#fff}
.count-box:hover .count-overlay{opacity:1;visibility:visible;transform: scale(1);}
.box-num2 .count-overlay,.box-num4 .count-overlay{bottom:auto;top:120%}
.box-num2 .count-overlay::before,.box-num4 .count-overlay::before{top:auto;bottom:100%;border-color:transparent transparent #017e37}
.get-in-touch-form{width:100%;max-width:410px;margin:0 auto;position: relative;z-index: 3;}
.attached-file-btn{position:relative;margin:0 0 35px;height:30px;width:100%;background:url(../images/attached-icon.png) no-repeat left center;color:#017e37;font-size:16px;text-decoration:underline;display:flex;align-items:center;padding:0 0 0 40px}
.attached-file-btn .file-btn{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;font-size:0}


/*********Home**Contact*****Start*****/

.home-contact-sec{background:#fff url(../images/shape-bg4.png) no-repeat center top;padding:180px 0 150px;margin-top:-105px;position:relative;background-size:100% auto; margin-bottom: 0px;}
.home-contact-sec::before {width: 100%;height: 150px;position: absolute;left: 0%;bottom: -50px;content: "";background: url(../images/shape-bg.png) no-repeat center top;background-size: 100% auto;}

/*********Home**Contact****End******/

@media (max-width:1400px){
.home-contact-sec {padding: 180px 0 170px;}
.home-sec3 {padding: 50px 0 100px;}
.line-box {position: relative;margin: 70px 0 120px 50px;}
.box-num1 {left: -50px;}
.box-num5 {bottom: 62%;}
}
@media (max-width:1260px){
.box-num5 {right: 13%;}
}
@media (max-width:1199px){
.count-box {width: 110px;height: 110px;font-size: 40px;line-height: 36px;}
.count-box span {font-size: 12px;line-height: 16px;}
.box-num5 {right: 105px;bottom: 65%;}
.count-overlay {width: 170px;height: 220px;font-size: 13px;left: -30%;}
.get-in-touch-form {max-width: 300px;}
.home-contact-sec {
	padding: 130px 0 70px;
	margin-top: -110px;
}

}
@media (max-width:767px){
.home-sec3{padding:40px 0 50px;background:#fff}
.home-sec3::before,.count-overlay::before{display:none}
.line-box{margin:0 0 75px}
.line-box .line-shape{display:none}
.box-num1,.box-num2,.box-num3,.box-num4,.box-num5{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}
.count-box{width:100%;height:auto;font-size:40px;line-height:36px;position:relative;border-radius:8px;right:auto;left:auto;top:auto;bottom:auto;box-shadow:none;flex-direction:row;justify-content:flex-start;text-align:left;border:1px solid #ddd;margin:0 0 15px;padding:10px;flex-wrap:wrap}
.count-box span{padding-left:10px}
.count-overlay{width:100%;height:auto; min-height:inherit;font-size:13px;left:auto;position:relative;text-align:left;top:auto;bottom:auto;right:auto;padding:10px 0 0;opacity:1;visibility:visible;transform:scale(1);border-radius:0;background-color:#fff}
.count-overlay p{color:#672771;line-height:20px}
.count-box:hover .count-overlay{background: #017e37;color: #fff;}
.count-box:hover .count-overlay p{color: #fff;}
.home-contact-sec {
	padding: 0px 0 75px;
	margin-top: 0;
}

#target {
	padding-top: 70px;
}
}
/* Home Section 3 End */



/* four-img-sec Start */

.four-img-sec {
	padding: 110px 0 200px;
}

.gallery-img { margin-bottom: 30px;}
.gallery-img img { border-radius: 15px;}

@media (max-width:1199px){

.four-img-sec {
	padding: 20px 0 80px;
}

}

@media (max-width:1199px){

  .four-img-sec {
    padding: 0px 0 60px;
    margin-top: -60px;
  }
  
  }

/* four-img-sec End */

/* Footer Start */
.footer{background: #672771;position: relative;color: #fff;}
.footer a{color: #fff;}
.footer a:hover{color: #ccc;}
.footer::before {width: 100%;height: 122px;position: absolute;left: 0;right: 0;content: "";background: url(../images/shape-bg6.png) no-repeat center bottom;background-size: 100% auto;bottom: 99.7%;}
.ftr-top{padding:100px 0 50px}
.ftr1{max-width:39%;flex:0 0 39%;}
.ftr2{max-width:31%;flex:0 0 31%;}
.ftr3{max-width:30%;flex:0 0 30%;}
.ftr-btm{border-top:1px solid #7d3988;padding:50px 0;text-align:center}
.ftr-hd{font-weight:600;font-size:20px;margin:0 0 25px}
.ftr1 p{margin:25px 0 0}
.ftr2 ul li{margin:0 0 25px}
.newsletter-form{display:flex;align-items:center;justify-content:space-between}
.newsletter-form .form-control{height:46px;border:none;background:#fff;width:225px;padding:0 15px;margin-right: 15px;}
.btn.subs-btn{width:120px;background:#017e37;color:#fff;height:46px;border-radius:50px;box-shadow:none;outline:none}
.btn.subs-btn:hover{background:#000;color:#fff}
.footer-logo-col img { margin-bottom: 15px;}
.ft-1{margin: auto; display: table;}
.ft-2{margin: 0 auto;display: table; padding-left: 75px;}
.ft-3{margin-left: auto; display: table;}
.footer .footer-col ul li {margin-bottom: 15px;}

@media (max-width:1400px){
.ftr-top {padding: 50px 0 25px;}
.ftr-btm {padding: 25px 0;}
.ftr1 a {display: block;width: 110px;}
.ftr2 ul li {margin: 0 0 15px;}
}
@media (max-width:1199px){
.newsletter-form {display: block;}
.newsletter-form .form-control {width: 100%;margin-right: 0;margin-bottom: 15px;}
}
@media (max-width:991px){
.ftr-hd {font-size: 18px;margin: 0 0 20px;}
}
@media (max-width:767px){
.ftr1,.ftr2,.ftr3 {max-width: 100%;flex: 0 0 100%;}
.footer::before {height: 50px;}
.ftr-top {padding: 20px 0;}
.ftr2 {padding-top: 20px;padding-bottom: 20px;}
.ftr1 a {width: 80px;}
.footer-col {
	display: block !important;
	margin: 25px 0 0 !important;
	padding-left: 0;
}
}
/* Footer End */


/* Inner banner css start */
.cmn-inner-bnr{height:550px}
.cmn-inner-bnr.blog-bnr{background:#3a352d url(../images/blog-bnr-bg.jpg) no-repeat right center;background-size:cover}
.cmn-inner-bnr.about-bnr{background:#3a352d url(../images/about-bnr-bg.jpg) no-repeat right center;background-size:cover}
.cmn-inner-bnr.contact-bnr{background:#3a352d url(../images/contact-bnr-bg.jpg) no-repeat right center;background-size:cover}
.cmn-inner-bnr.product-bnr{background:#3a352d url(../images/product-bnr-bg.jpg) no-repeat right top;background-size:cover}
.cmn-inner-bnr .home-bnr-lt{width:34%;background:#672771;padding:40px 0 0 5%}
.cmn-inner-bnr .home-bnr-lt::before{left:99.9%;width:80px;background:url(../images/shape-bg7.png) no-repeat left center;background-size:auto 100%}
.cmn-inner-bnr .home-bnr-lt h1{margin:40px 0 20px;text-transform:none;font-size:48px}
.breadcrumb-box{background:#017e37;padding:13px 40px;border-radius:60px;display:inline-block}
.breadcrumb-box ul{display:flex;align-items:center}
.breadcrumb-box ul li{color:#fff;font-size:16px;font-weight:600;padding-right:32px;background:url(../images/arw1.png) no-repeat right 14px center}
.breadcrumb-box ul li:last-child{padding-right:0;background:none}
.breadcrumb-box ul li a{color:#fff;text-decoration:underline}
.bnr-hd{color:#fff;font-weight:700;text-transform:uppercase;font-size:72px}
.bnr-hd span{font-weight:400}
.cmn-inner-bnr .home-bnr-rt{width:63%;padding:150px 0 0;}
.cmn-inner-bnr .graphic-img{left:auto;right:102%;z-index:1}
.cmn-inner-bnr .bnr-img {width: 100%; max-width: 638px; margin: -7% auto 0 auto;position: relative;z-index: 2;}



@media (max-width:1600px){
.cmn-inner-bnr .home-bnr-rt {width: 60%;}
.bnr-hd {font-size: 60px;}
.cmn-inner-bnr {height: 480px;}
.cmn-inner-bnr .graphic-img {right: 103%;width: 40px;background-size: 100% auto;height: 150px;}
.cmn-inner-bnr .home-bnr-lt h1 {font-size: 42px;}
.cmn-inner-bnr .bnr-img {max-width: 518px;}
}
@media (max-width:1400px){
.cmn-inner-bnr {height: 420px;}
.cmn-inner-bnr .graphic-img::before{display: none;}
.bnr-hd {font-size: 50px;}
.cmn-inner-bnr .home-bnr-lt h1 {margin: 30px 0 15px;font-size: 38px;}
.cmn-inner-bnr .graphic-img {top: 200px;}
.cmn-inner-bnr.product-bnr {background-position: 66%;}
.cmn-inner-bnr .bnr-img {max-width: 430px;}
}
@media (max-width:1199px){
.bnr-hd {font-size: 42px;}
.cmn-inner-bnr .home-bnr-rt{background: none;}
.cmn-inner-bnr .home-bnr-lt {width: 34%;background: #672771;padding: 40px 0 0 2%;}
}
@media (max-width:991px){
.cmn-inner-bnr {min-height: inherit;}
.cmn-inner-bnr .home-bnr-lt {padding: 100px 0 0 15px;}
.bnr-hd {font-size: 34px;}
.cmn-inner-bnr .home-bnr-rt {width: 57%;padding: 110px 0 0;}
.cmn-inner-bnr .graphic-img {top: 170px;width: 30px;height: 100px;}
.cmn-inner-bnr.product-bnr {background-position: 50% 80px;}
.cmn-inner-bnr .bnr-img {max-width: 348px;}
}
@media (max-width:767px){
.cmn-inner-bnr {height: auto;}
.cmn-inner-bnr .home-bnr-lt {padding: 25px 15px;width: auto;position: relative;}
.cmn-inner-bnr .home-bnr-lt h1 {margin: 0 0 15px;font-size: 32px;}
.cmn-inner-bnr .home-bnr-rt {width: 100%;padding: 20px 0 10px;text-align: center;}
.cmn-inner-bnr .graphic-img{display: none;}
.cmn-inner-bnr.product-bnr {background-position: 70% 230px;}
.cmn-inner-bnr .bnr-img {margin: auto;}
}
@media (max-width:679px){
.cmn-inner-bnr.product-bnr {background-position: 60% 230px;}
}
/* Inner banner css End */


/* Blog Page css Start */
.blog-box{padding:25px 0 100px}
.blog-box .row [class*=col-]{margin-bottom:40px}
.blog-post-box{background:#fff;height:100%;box-shadow:0 0 50px rgba(66,114,134,0.15);border-radius:15px;overflow:hidden}
.blog-info{padding:5px 30px 30px;position:relative}
.blog-info::before{background:url(../images/shape-bg8.png) no-repeat center bottom;height:31px;width:100%;background-size:100% auto;content:"";position:absolute;left:0;right:0;bottom:99.5%}
.blog-img img,.blog-img a{display:block;width:100%;transition:all .5s ease;overflow:hidden}
.blog-img a:hover img{transform:scale(1.2)}
.blogger-info{display:flex;align-items:center}
.blogger-name{color:#672771;font-size:16px;padding-left:12px}
.blogger-name span{font-weight:600}
.blog-info h3{font-size:24px;font-weight:700;margin:20px 0;color:#000}
.blog-info h3 a{color:#000}
.blog-info h3 a:hover{color:#017e37}
.blogger-img img{width:35px;height:35px;object-fit:cover;border-radius:50%}
.blog-post-date{padding:0 0 0 25px;font-size:14px;color:#017e37;font-weight:700;background:url(../images/cald-icon.png) no-repeat left center}
.load-more-btn{padding:20px 0 0}
.load-more-btn a{color:#017e37;font-weight:700;text-transform:uppercase;font-size:14px}
.load-more-btn a img{width:30px;padding-right:5px}
.blog-dtl-info{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #ddd}
.blog-dtl-outer{margin:40px 0 0;display:flex;flex-wrap:wrap;justify-content:space-between}
.blog-dtl-lt{flex:0 0 72%;max-width:72%}
.blog-dtl-sidebar{flex:0 0 25%;max-width:25%}
.blog-dtl-img{border:1px solid #ddd;border-radius:15px;overflow:hidden;margin:0 0 20px}
.blog-dtl-img img{width:100%;display:block}
.blog-dtl-lt ul{margin:0 0 20px 30px}
.blog-dtl-lt ul li{list-style:disc;line-height:24px;margin:0 0 10px}
.blogdtl-box{border:1px solid rgba(49,49,49,0.2);border-radius:15px;padding:20px;margin-bottom:20px;position:relative;background:#fff}
.media.recent-card{margin-bottom:15px}
.recent-card-img{width:110px;height:76px}
.recent-card-img img{width:100%;height:100%;border-radius:5px;object-fit:cover}
.recent-card .media-body{padding-left:12px}
.recent-card p{font-weight:600;line-height:20px;margin:0;color:#000}
.recent-card .art-date-txt{font-size:12px;line-height:16px;margin:0;color:#888}
.bdtl-newsletter{position:relative}
.bdtl-newsletter .icon{left:18px;position:absolute;top:14px}
.bdtl-newsletter .form-control{height:50px;line-height:48px;padding-left:48px;padding-right:42px}
.bdtl-newsletter .btn{position:absolute;right:9px;top:10px;line-height:28px;width:30px;height:30px;border:0;box-shadow:none;outline:none;padding:0;border-radius:100px;background:#023548;cursor:pointer}
.bdtl-newsletter .btn img{position:relative;top:-1px}
.blogdtl-box ul li{border-bottom:1px solid #ddd;margin:0 0 10px}
.blogdtl-box ul li:last-child{border:none;margin:0}
.blogdtl-box ul li a{display:flex;align-items:center;justify-content:space-between;padding:0 0 10px}

@media (max-width:1400px){
.blog-info h3 {font-size: 20px;margin: 15px 0;}
}
@media (max-width:1199px){
.blog-box {padding: 0 0 50px;}
.blog-info {padding: 5px 20px 20px;}
.blog-box .row [class*=col-] {margin-bottom: 30px;}
.load-more-btn {padding: 0;}
.recent-card-img {width: 76px;height: 60px;}
}
@media (max-width:991px){
.blog-info {padding: 5px 15px 15px;}
.blog-info h3 {font-size: 18px;margin: 10px 0;}
.blog-dtl-lt {flex: 0 0 100%;max-width: 100%;}
.blog-dtl-sidebar{flex: 0 0 100%;max-width:100%;margin: 30px 0 0;}
}
@media (max-width:767px){
.blog-info::before {height: 60px;}
}
/* Blog Page css End */

/*About Page Css Start*/
.about-sec{padding:75px 0 230px;margin-top:-2px;position:relative;background-size:100% auto}
.about-sec .cmn-text-info{padding-left:10%; padding-right: 0;}
.about-block {margin-bottom: 50px;}
.sub-info-block {border-top: solid 1px #e1e1e1;margin-top: 35px;padding-top: 35px;}
.sub-info-block h4 {font-size: 16px; text-transform: uppercase; margin-bottom: 8px;}
.testimonial-slider {max-width: 780px; margin: 60px auto 0;}
.testimonial-slider.owl-carousel .owl-item {padding: 0 30px;}
.testimonial-slider.owl-carousel .owl-stage {padding: 0 0 50px 0;}
.testimonial-block {background-color: #ffffff; width: 100%; border-radius: 20px; box-shadow:0 3px 26px rgba(66, 114, 134, 0.15); overflow: hidden;}
.testimonial-content {background-color: #ccb3d0; background-image: url('../images/testimonila-bottom-shape.png'); background-repeat: no-repeat; background-position: bottom; background-size: contain; padding: 35px 48px 55px;}
.testimonial-content h3 {font-size: 24px; color: #672771; font-weight: 700; margin-bottom: 5px;}
.testimonial-content .rating {background-color: #f0e9f1; border-radius: 14px;padding: 7px 15px;gap: 0 4px; box-shadow:0 0 15px rgba(103,39,113,0.17); margin-bottom: 30px;}
.testimonial-content .rating i {width: 12px;}
.testimonial-content p {font-size: 22px; font-weight: 700; color: #ffffff;}
.about-author {padding: 10px 48px 30px;}
.about-author .user-img {width: 62px; height: 62px; border-radius: 100%; overflow: hidden;}
.about-author .user-img img {width: 100%; height: 100%; display: block;}
.author-name {font-size: 24px; font-weight: 700; margin-left: 15px;}

.about-sec-top-area{position: relative; margin-bottom: 60px;}
.about-sec-top-area::after {
	content: "";
	background: url(../images/shape-bg.png) no-repeat center bottom;
	background-size: auto;
	background-size: 100% auto;
	width: 100%;
	display: block;
	height: 120px;
}

.about-text-box {margin-bottom: 80px;}
.about-text-box h5 {font-size: 20px;font-weight: 600;text-transform: uppercase;}

@media (max-width: 1400px) {
.about-sec {padding: 50px 0 130px 0;}
.about-sec .cmn-text-info {padding-left: 0;}
.testimonial-content p {font-size: 18px;}
.author-name {font-size: 22px;}
}

@media (max-width: 991px) {
.about-img-block {text-align: center;margin-bottom: 40px;}
.testimonial-content {padding: 22px 30px 50px;}
.testimonial-content .rating {margin-bottom: 20px;}
.about-author {padding: 5px 30px 26px;}
}

@media (max-width: 767px) {
.about-sec {padding: 20px 0 75px 0;}
.about-block {margin-bottom: 30px;}
.about-img-block {margin-bottom: 10px;}
.testimonial-slider.owl-carousel .owl-stage {padding-bottom: 30px;}
.testimonial-slider {margin: 30px auto 0;}
.testimonial-content {padding: 20px 20px 50px;}
.testimonial-content h3 {font-size: 20px;}
.testimonial-content p {font-size: 16px;}
.about-author {padding: 5px 20px 20px;}
.about-author .user-img {width: 45px; height: 45px;}
.author-name {font-size: 17px;margin-left: 10px;}
.sub-info-block {margin-top: 20px; padding-top: 20px;}
.sub-info-block .row {gap: 15px 0;}

.about-sec-top-area .about-text-box:last-child {
	margin-bottom: 0;
}
.about-sec-top-area::after {
	height: 90px;
}
}
/*About Page Css end*/

/*Contact Page Css Start*/
.contact-step-block {margin: 85px 0 100px 0;}
.contact-step-block li {width: 100%; max-width: 195px; text-align: center; position: relative;}
.contact-step-block li h3 {margin-top: -20px; margin-bottom: 5px;}
.contact-step-block li p {margin: 0; color: #4e4e4e;}
.contact-step-block li::after {background: url('../images/step-arrow-down-curve.png') no-repeat;background-size: 100%;content: "";display: inline-block;background-size: 100%;width: 200px;height: 72px;position: absolute;left: 179px;bottom: 93px;right: auto;}
.contact-step-block li:nth-of-type(even):after {background: url('../images/step-arrow-up-curve.png') no-repeat; background-size: 100%; bottom: auto; top: 12px;}
.contact-step-block li:last-child:after {display: none;}


.faq-sec {
    margin: 50px 0;
  }
  
  .faq-sec #faq .card {
    margin-bottom: 0px;
    border: 0;
  }
  
  .faq-sec #faq .card .card-header {
    border: 0;
    padding: 0;
  }
  
  .faq-sec #faq .card .card-header .btn-header-link {
    color: #fff;
    background: #fff;
    display: block;
    text-align: left;
    color: #000;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    border-bottom:1px solid #c9c9c9;
    box-shadow: none !important;
    outline: none !important;
  }
  
  .faq-sec #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  .faq-sec #faq .card .card-header .btn-header-link.collapsed {
    color: #000;
  }
  
  .faq-sec #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
  }

  .faq-sec #faq .card .card-body
  {
    padding: 15px 0;
  }
  
  .faq-sec #faq .card .collapsing {
    line-height: 30px;
  }
  
  .faq-sec #faq .card .collapse {
    border: 0;
  }
  
  .faq-sec #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
  }

  .profile-top-user .profile-user-img span{
    color: #fff;
  }

  .profile-top-user .profile-user-img img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
    margin-right: 5px;
  }

  .profile-top-user .dropdown-toggle {
    background: transparent !important;
    cursor: pointer;
  }

  .profile-top-user .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
  }

  .profile-top-user .dropdown-menu
  {
    padding: 0;
  }



  .profile-top-user .dropdown-menu a {
    font-size: 14px;
    padding: 8px 12px !important;
    color: #000;
    height: auto;
    min-height: inherit;
    line-height: normal;
    border-radius: 0;
    font-weight: normal;
  }

@media (max-width: 1400px) {
.contact-step-block {margin: 55px auto 70px auto; max-width: 1180px;}
.contact-step-block li {max-width: 170px;}
.contact-step-block li::after {left: 153px;}
}

@media (max-width: 1199px) {
.contact-step-block {max-width: 973px;}
.contact-step-block li i {width: 130px;display: block;margin: auto;}
.contact-step-block li::after {width: 145px; height: 53px; bottom: 106px;}
.contact-step-block li h3 {margin-top: -10px;}
}

@media (max-width: 991px) {
.contact-step-block {max-width: 740px; margin: 35px auto 45px auto;}
.contact-step-block li i {width: 100px;}
.contact-step-block li::after {width: 115px;height: 41px;left: 122px;}
}

@media (max-width: 767px) {
.contact-step-block li {max-width: 25%; padding: 0 10px;}
.contact-step-block li:after {display: none;}
.faq-sec #faq .card .card-header .btn-header-link {
	padding: 20px 0;
	font-size: 14px;
	white-space: normal;
}
}

@media (max-width: 679px) {
.contact-step-block {margin: 35px auto 15px auto;}
.contact-step-block li {max-width: 100%;text-align: left !important;padding-left: 81px;margin-bottom: 30px;}
.contact-step-block li i {width: 68px;margin: 0;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
}
/*Contact Page Css end*/

/*Product Page Css Start*/
.home-sec1.product-sec1 {background: url(../images/shape-bg.png) no-repeat center bottom; background-size: 100% auto;}
.home-sec1.product-sec1:before {display: none;}
.product-sec1 .cmn-img {border-radius: 15px; overflow: hidden;}
.product-sec1 .cmn-img img {width: 100%; display: block;}
.product-sec1 .cmn-text-info.pad-left {padding-left: 15%; padding-right: 0;}
.product-sec1 .cmn-text-info.pad-right {padding-left: 0; padding-right: 15%;}
.subscription {margin-bottom: 80px;}
.subscription .btn-custom {margin-top: 60px; box-shadow:0 7px 18px rgba(0, 0, 0, 0.43) !important;}
.subscription-block {background-color: #ffffff; border-radius: 20px; box-shadow:0 3px 26px rgba(66, 114, 134, 0.15); overflow: hidden; margin-top: 40px;height: calc(100% - 40px);}
.subscription-block ul {padding: 12px 40px 35px;}
.subscription-block ul li {font-size: 18px; color: #672771; display: flex; margin-bottom: 20px;}
.subscription-block ul li:last-child {margin-bottom: 0;}
.subscription-block ul li i {width: 22px;min-width: 22px;margin: 0 20px 0 0;}
.subscription-block ul li em {width: 22px;min-width: 22px;margin: 0 20px 0 0;}
.subscription-block ul li.disable {opacity: 0.4;}
.subscription-top {padding: 29px 58px 50px; font-size: 18px; color: #672771;}
.subscription-top.start {background-color: #ccb3d0; background-image: url('../images/subscription-start-shape.jpg'); background-position: bottom; background-repeat: no-repeat; background-size: contain;}
.subscription-top.start label {color: #672771;}
.subscription-top.start .price-box {background-color: #e9deea; color: #672771;}
.subscription-top.enterprise {background-color: #7bb594; background-image: url('../images/subscription-enterprise-shape.jpg'); background-position: bottom; background-repeat: no-repeat; background-size: contain; color: #ffffff;}
.subscription-top.enterprise label {color: #ffffff;}
.subscription-top.enterprise .price-box {background-color: #017e37; color: #ffffff;}
.subscription-top label {font-size: 18px; font-weight: 700; text-transform: uppercase; width: 100%; margin-bottom: 19px;}
.subscription-top .price-box {border-radius: 14px; box-shadow:0 0 15px rgba(103,39,113,0.17); padding: 15px 20px; margin-bottom: 25px;}
.subscription-top .price-box b {font-size: 68px; min-width: 100px; line-height: 1; text-align: left;}
.subscription-top .price-box b em {font-style: normal; font-size: 18px; display: inline-block; vertical-align: top; margin: 3px 8px 0 0;}
.subscription-top .price-box p {text-align: left; font-size: 18px;}


/*list type css start*/
.product-bullets {
    margin-top: 60px;
}

.product-bullets ul {margin-bottom: 15px;}

.product-bullets li {position: relative; display: flex; margin-bottom: 15px;}
.product-bullets li:last-child {margin-bottom: 0;}
.product-bullets li:before {background: url('../images/check-icon.png') no-repeat; content: ""; width: 24px;height: 24px;background-size: 100%;min-width: 24px;margin-right: 17px;margin-top: 3px;}
.product-bullets ul li:last-child {margin-bottom: 0px;}
/*list type css end*/

@media (max-width: 1199px) {
.subscription-top {padding: 29px 30px 50px;}
.subscription-block ul {padding: 12px 30px 35px;}
}

@media (max-width: 767px) {
.subscription-top .price-box b {font-size: 50px; min-width: 78px;}
.subscription-top .price-box p {font-size: 16px;}
.subscription-block ul li {font-size: 16px;}
}
/*Product Page Css end*/



/*My Accout pages Start*/

 .my-accout-banner {height:auto !important;min-height: 330px;}

 .login-sec{ background: #fff; padding-top: 40px; padding-bottom: 180px;}
 .login-sec::before { display: none;}

.my-account-wrapper {padding: 80px 0 200px;}

 /* my-account */
.user-profile {padding: 30px 0 18px;text-align: center;border-bottom: 1px solid #e7e7e7;background: #672771;color: #ffffff;}
.user-img {height: 100px;width: 100px;margin: 0 auto 18px;border: 3px solid #fff;border-radius: 50%;box-shadow: 0 0 20px rgba(0,0,0,0.16);}
.user-img img {width: 100%;height: 100%;object-fit: cover;}
.user-profile span {font-weight: 500;font-size: 18px;}
.dashborad-panel{display: flex; flex-wrap: wrap;}
.dashborad-leftsider{position: sticky; top: 100px; max-width: 280px; flex: 0 0 100%;background-color:#fff; align-self: flex-start;box-shadow: 5px 0 50px rgba(231,231,231,0.75);border-radius: 4px;overflow: hidden;}
.dashborad-leftsider ul{padding:0px 0 25px;}
.dashborad-leftsider h4 {color: #040404;padding: 15px;font-size: 15px;text-transform: uppercase;letter-spacing: 2px;margin-bottom: 0;}
.dashborad-leftsider h4:after {display: block;height: 3px;background: #000;content: "";width: 41px;margin-top: 8px;}
.dashborad-leftsider ul li{margin: 0 0px;position: relative;}
.dashborad-leftsider ul li a{color: #282828;display: flex;align-items: center;padding: 14px 15px;text-transform: uppercase;font-size: 15px;font-weight: 600;letter-spacing: 0.5px;}
.dashborad-leftsider ul li a i {width: 28px;font-size: 16px;color: #6a6a6a;}
.dashborad-leftsider ul li.active a {background: #f8f2f8;border-radius: 0px;color: #672771;}
.dashborad-leftsider ul li.active a i {color: #672771;}
.dashborad-leftsider ul li a:hover, .dashborad-leftsider ul li a:hover i {color: #672771;}
.dashborad-rightsider{max-width: calc(100% - 280px); flex: 0 0 100%; padding-left: 50px;}
.white-box {background-color: #ffffff;padding: 25px;box-shadow: 5px 0 50px rgba(231,231,231,0.75);border-radius: 4px;}
.dashright-block h2 {font-size: 22px;font-weight: 500;border-bottom: 1px solid #efefef;padding-bottom: 20px;margin-bottom: 25px;position: relative;color: #282828;line-height: 22px;}
.dashright-block h2::after {position: absolute;height: 3px;width: 65px;background-color: #672771;content: '';left: 0;bottom: 0;}
/*  edit-profile */
/*view-profile*/
/*.profile-change-section {padding: 45px 0;}
.profile-change-section figure {border: 5px solid #fff;box-shadow: 1px 1px 42px 1px rgba(41,81,161,0.10);width: 200px;height: 200px;background-color: transparent;border-radius: 50%;margin: 0px auto 15px;overflow: hidden;}*/
.my-profile {display: flex;flex-direction: column;padding: 30px 0 20px;}
.my-profile h3 {text-align: center;font-weight: 600;margin-bottom: 25px;font-size: 34px;}
.my-profile ul {background-color: #f1f3fb;margin: 0 auto 40px;width: auto;}
.my-profile ul li {padding: 10px 30px;position: relative;}
.my-profile ul li a {color: #672771;display: inline-block;line-height: normal;}
.my-profile ul li a:hover {color: #333;}
.my-profile ul li:first-child::after {content: '';width: 1px;background: #e2e2e2;position: absolute;right: 0;top: 5px;bottom: 5px;}
.my-profile ul li a i {margin-right: 7px;}

.profile-change-section {display: flex;margin-bottom: 30px;align-items: center;}
.profile-change-section .profile-img {height: 110px;width: 110px;box-shadow: 0 0 15px rgba(41,81,161,0.10);border-radius: 50%;border: 3px solid #fff;position: relative;}
.profile-change-section .profile-img > img {width: 100%;height: 100%;object-fit: cover;}
.profile-detail {padding-left: 20px;}
.profile-user-name {font-size: 20px;font-weight: 600;}
.change-profile-photo {position: absolute;left: 74%;width: 35px;height: 35px;background: #672771; color:#fff; cursor: pointer; border-radius: 50%;top: 87%;transform: translateY(-87%);}
.change-profile-photo input {opacity: 0;height: 100%;width: 100%;cursor: pointer;}
.change-profile-photo span {position: absolute;top: 0;z-index: 999;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;z-index: -1;}
.change-profile-photo span img {width: 18px;}

.edit-btn:hover {color: #ffffff;}
.edit-btn i {margin-right: 5px;}
.dash-head {position: relative;}
.dash-head .edit-btn {position: absolute;top: -2px;height: 30px;line-height: 30px;padding: 0 15px;text-transform: capitalize;right: 0;font-size: 12px;}

.view-info {border: 1px solid #ccc;padding: 10px;margin-bottom: 30px; border-radius: 8px;}
/* .view-info label {text-transform: uppercase;font-size: 14px;font-weight: 600;display: block;} */
.view-info label {font-size: 15px;font-weight: 600;display: block;}



/******CMS****Content***Pages*************/

.cms-content-pages ul, .cms-content-pages ol{margin-bottom: 25px;}
.cms-content-pages ul li{margin-left: 15px; padding-left: 3px; list-style: disc outside; margin-bottom: 10px;}
.cms-content-pages ol li{margin-left: 15px; padding-left: 3px;  margin-bottom: 10px;}

.invalid-feedback {
  font-size: 97% !important;
}
.coming-soon-button {background-color:#672771 !important;}


.even-odd-panel-sec:before{display: none;}
.even-odd-panel .row:nth-child(even) {flex-direction: inherit;}
.igrab-description-outer .list-icon li{margin-bottom: 10px;}
.igrab-description-outer .list-icon li:before{    width: 20px;  height: 20px; min-width: 20px;     margin-right: 10px; margin-top: 0;}
.footer-logo-col{text-align: center;}
.home-sec1-before-none:before{display: none;}

.even-odd-panel img{border-radius: 18px;}

.color-value-checkout{gap: 0 20px;}
.color-value-checkout select{width: 110px; height: 38px !important; line-height: 38px !important; background-size: 12px;}
.color-value-checkout .btn{border-radius: 10px; width: 115px;}

@media (max-width: 767px) {

  .my-accout-banner {
    height: auto !important;
    min-height: 60px;
    padding: 0;
  }
  
  .my-account-wrapper {
    padding: 30px 0 110px;
  }
  .login-sec {
    padding-bottom: 110px;
  }  
.dashborad-leftsider {
	position: static;
	max-width: 100%;
	flex: 0 0 100%;
  margin-bottom: 30px;
}

.dashborad-rightsider {
	max-width: 100%;
	flex: 0 0 100%;
	padding-left: 0;
}
.about-text-box h5 {
	font-size: 16px;
}


.even-odd-panel-img{margin-bottom: 15px;}

}


.product-detail-dashboard {
  background: #fff url(../images/shape-bg4.png) no-repeat center top;
  /* padding: 180px 0 150px; */
  /* margin-top: -105px; */
  position: relative;
  background-size: 100% auto;
  margin-bottom: 0px;
}

.content-box-block {
  padding: 100px 0;
  background: #fff url(../images/shape-bg4.png) no-repeat center top;
  background-size: 100% auto;
}
.home-bg-img::after {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0%;
  bottom: -50px;
  content: "";
  background: url(../images/shape-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.cms-content-pages {
  background: #fff url(../images/shape-bg4.png) no-repeat center top;
  background-size: 100% auto;
}

.product-price-card {
  padding-bottom: 40px;
}
.product-price-card h2 {
  margin: 0 0 5px;
  font-size: 32px;
}
.product-price-card p {
  margin: 0 0 5px;
}