@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;

}
.page-id-17,.page-id-20,.page-id-43{
    background-color: #ffffff;
}
.page-id-39,.page-id-68,.page-id-72,.page-id-75{
    background: linear-gradient(#FFE1F5,#ffffff);
}
.page-id-8{
    background: linear-gradient(#FFE1F5,#ffffff,#ffffff,#FFE1F5);
}
body{
    overflow-x: hidden;
    
}
main{
    background: linear-gradient(#FFE1F5,#ffffff,#ffffff,#FFE1F5);
}
p{
    font-size: 18px !important;
    color: #333 !important;
    font-family: "Cabin", sans-serif !important;
}
ul li{
    font-size: 18px !important;
    color: #333 !important;
    font-family: "Cabin", sans-serif !important;
}
.header-outer{
    position: sticky !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}
.header-outer{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 999;
    backdrop-filter: blur(2px);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-outer .header-right .header-search a i{
    color: #333;
    font-size: 20px;
}
.header-outer .container{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.header-outer .header-left img{
    width: 80px;
}
.header-outer .container .row{
    margin-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

/* #mega-menu-wrap-menu-1 {
    background: #faeff1;
    color: black;
    font-size: 16px;
    font-weight: 600;
    color: #faeff1 !important;
} */

#mega-menu-wrap-menu-1,#mega-menu-wrap-menu-1 >li.mega-menu-item{
    background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{
    background-color: transparent;
    padding: 0 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
    background-color: transparent !important;
    font-size: 20px ;
    font-family: "Cabin", sans-serif;
    color: #333 !important;
    padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item a.mega-menu-link{
    color: #800083 !important;
    border-bottom: 1px solid #800083;
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover a.mega-menu-link{
    color: #800083 !important;
    border-bottom: 1px solid #800083;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .mega-current-menu-item a{
    color: #800083 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover{
    color: #800083 !important;
    background: transparent;
    
}
header.header-outer:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff3fb !important;
    z-index: -1;
    opacity: 0.9;
    transition:0.5s;
    filter: blur(0);
}
header.header-outer:hover:before{
    background: #fff !important;
    opacity:1;

}


.header-outer #mega-menu-wrap-menu-1 .mega-menu-toggle{
    background-color: transparent;
}

.header-left {
    width: 46px;
    height: 52px;
}
.header-left a img{
    width: 100%;
    height: 100%;
}
.heading h1{
    font-size: 52px;
    color: #000;
    font-family: "Montserrat", sans-serif;
	line-height:1.4;
}
.heading h1 span{
    font-weight: 700;
}
.span3{
    color: #ff68ba;
}
.heading p{
    font-size: 29px;
    font-weight: 600;
    color: #000;
    font-family: "Cabin", sans-serif;
	padding-right:31px;
	margin-top:40px;
}
.btn-flex .btn1{
    background-color: #ffffff;
    padding: 13px 77px;
    border-radius: 30px;
    border: 1px solid #ff68ba;
    text-align: center;
    color: #ff68ba;
    text-decoration: none;
    font-size: 20px;
    margin-right: 10px;
    font-family: "Cabin", sans-serif;
    transition: .7s;
}
.btn-flex .btn1:hover{
    color: #ffffff;
    background-color: #FF68BA;
    
}
.btn-flex .btn2{
    background-color: #FF99CC;
    padding: 13px 77px;
    border-radius: 30px;
    margin-left: 10px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    font-family:"Cabin", sans-serif;
    transition: .7s;
}
.btn-flex .btn2:hover{
    color: #ffffff;
    background-color: #FF68BA;
   
}
.btn-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: start;
    margin-top: 85px;
}
.home-service-outer h2{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    padding: 40px;
    margin: 0;
}
.home-service-description{
	padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-service-image{
	padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
.home-service-outer .row.home-service-row1,.home-service-row2,.home-service-row3{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
}
.home-service-outer .home-service-row1:hover .home-service-image img{
    transform:scale(1.1);
    transition: .5s;
}
.home-service-outer .home-service-row1:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFE1F5;
    opacity: 50%;
    border-radius: 20px;
    transition: .7s;
    opacity: 50%;
}
.home-service-outer .home-service-row2:hover .home-service-image img{
    transform:scale(1.1);
    transition: .5s;
}
.home-service-outer .home-service-row2:hover:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #AFE6EF;
    opacity: 50%;
    border-radius: 20px;
    transition: .7s;
    width: 100%;
    height: 100%;
}
.home-service-outer .home-service-row3:hover .home-service-image img{
    transform:scale(1.1);
    transition: .5s;
}
.home-service-outer .home-service-row3:hover:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color:#C4FEE2;
    opacity: 50%;
    border-radius: 20px;
    transition: .7s;
    width: 100%;
    height: 100%;
}
.home-banner-outer .row{
    margin-top: 40px;
}
.circle-3{
    border-radius: 50%;
    background-color: #C4FEE2;
    margin: 0;
    padding: 3px;
}
.circle-2{
    border-radius: 50%;
    background-color: #afe6ef;
    margin: 0;
    padding: 3px;
}
.circle-1{
    border-radius: 50%;
    background-color: #FF99CC80;
    padding: 3px;
    margin: 0;
}
.head-flex{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 40px;
    gap: 20px;
}
.circle-1 p{
    font-size: 34px !important;
    font-weight: 700;
    color: #800083 !important;
    font-family: "Cabin", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 55px;
    height: 55px;
}
.circle-2 p{
    font-size: 34px !important;
    font-weight: 700;
    color: #800083 !important;
    font-family: "Cabin", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 55px;
    height: 55px;
}
.circle-3 p{
    font-size: 34px !important;
    font-weight: 700;
    color: #800083 !important;
    font-family: "Cabin", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 55px;
    height: 55px;
}
.head-flex h3{
    font-size: 35px;
    color: #800083;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-left: 0px;
    width: 80%;
}
.container .parha{
    font-size: 20px;
    color: #333;
    font-family: "Cabin", sans-serif;
}
.home-service-description a,i{
    font-size: 22px;
    color: #1a47ab;
    text-decoration: none !important;
	font-weight:700;
}

.home-service-description ul li{
    font-size: 20px;
    font-family: "Cabin", sans-serif;
    color: #333;
}
.home-service-description ul{
    padding-left: 20px;
}
.home-global-massive{
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 60px;

}
.home-global-massive h2{
    text-align: center;
    font-size: 50px;
    color: #333;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    padding: 40px;
    margin: 0;
}

.home-global-massive .row .home-global-massive-box{
    border: 1px solid #5959594D;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}
.home-global-massive .row .home-global-massive-box:hover{
    transform: scale(1.2);
    transition: .5s;
}
.home-global-massive .row{
    justify-content: center;
    display: flex;
    gap: 50px;
}

.home-global-massive .row .home-global-massive-box h3{
    font-size: 35px;
    color: #800083;
    font-family: "Lato", sans-serif;
	font-weight: 700;
}
.home-global-massive .row .home-global-massive-box p{
    font-size: 18px;
    color: #333;
    font-family: "Lato", sans-serif;
    margin: 0;
    line-height: 45px;
}
.home-global-massive .row .home-global-massive-box p span{
    font-weight: 700;
}

.home-global-massive .dec{
    font-size: 20px;
    color: #000;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 30px;
}
.home-global-massive .dec span{
    font-weight: 700;
}
.btn3-box{
    text-align: center;
}
.btn3{
    border: 1px solid #000;
    font-size: 20px;
    padding: 16px 77px;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 30px;
    transition: .7s;
}
.btn3:hover{
    background-color: #FF68BA;
    color: #ffffff !important;
    border: none; 
}
section.service-outer {
    margin-top: 90px;
}

.service-outer .service-row{
    display: flex;
    align-items: center;
    margin-top: 40px;
    
}
.right-content .service-box{
    margin-top: 10px;
}

.service-outer h1{
    color: #800083;
    font-size: 45px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.service-outer .service-row-1 h3{
    font-size: 45px;
    font-weight: 700;
    color: #800083;
    font-family: "Cabin", sans-serif;
    margin: 0;
    padding-left: 20px;
}
.service-row-heading{
    display: flex;
    position: relative;
    bottom: 40px;
    align-items: center;
}
.service-row-1{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.service-row-1 h3{
    color: #800083;
    font-size: 35px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin: 0;
    padding-left: 0px;
    width: 80%;
}
.service-row-heading img{
    width: 110px;
    height: 144px;
}
.service-row-2{
    display: flex;
    align-items: center;
    top: -5px;
    justify-content: space-evenly;
}
.service-row-2 h3{
    color: #800083;
    font-size: 35px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin: 0;
    padding-left: 0px;
    width: 80%;
}
.service-row-2 img{
    width: 110px;
    height: 144px;
}

.left-img{
    background-color: #FFE1F5;
    border-radius: 20px;
    padding: 0px 40px;
    height: 606px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-content .sub-title{
    font-size: 20px;
    color: #333;
    padding-left: 9px;
    margin: 0;
	font-family:"Cabin", sans-serif;
    margin-top: 20px;

}
.service-box .info-flex{
    display: flex;
    align-items: center;
}

.service-box .info-flex p{
    font-size: 22px !important;
    font-weight: 700;
    padding-left: 35px;
    color: #333 !important;
    font-family: "Cabin", sans-serif !important;
    margin: 0;
}

.cont-flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.cont-flex span{
	font-weight:700;
}
.cont-flex i{
    color: #ffa8a9;
    font-size: 24px;
    padding: 0px 43px;
    
}
.cont-flex p{
    color: #404040;
    font-size: 16px;
    font-family: "Cabin", sans-serif;
}
.cont-flex-p{
    margin-left: 100px;
}

.service-first-sec-circle{
    background-color: #FFE1F5;
    border-radius: 50%;
    margin-right: 10px;
    margin: 0;
}

.service-first-sec-circle p{
    font-size: 34px !important;
    font-family:"Cabin", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #800083 !important;
    margin: 0;
    width: 55px;
    height: 55px;
}
.right-content a i{
    color: #333;
}

.right-content a{
    color: #333;
    background-color: #ff99cc;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    top: 20px;
    left: 40px;
	text-decoration:none;
}
.right-content a:hover{
    background-color: #FFCCEE;
    color: #333;
}

.service-second-sec-circle{
    border-radius: 50%;
    background-color: #AFE6EF;
}
.service-second-sec-circle p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px !important;
    color: #800083 !important;
    font-family:  "Lato", sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    margin: 0;
}
.service-second-title p{
    font-size: 35px !important;
    color: #800083 !important;
    font-weight: 700;
    font-family:"Lato", sans-serif !important;
    margin: 0;
    padding-left: 0px;
    width: 100%;

}
.service-second-sec-left-content-sub{
    font-size: 20px;
    font-family: "Cabin", sans-serif;
	margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-data-outsourcing-outer .row{
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 50px;
    
}
.service-second-sec-outer .row{
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 70px;
    margin-top: 50px;
}
.service-second-sec-right-content a{
    background-color: #4cc7db;
    color: #333;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    top: 20px;
	

}
.service-data-outsourcing-border{
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}
.service-second-sec-right-content a i{
    color: #333;
}
.service-second-sec-right-content a:hover{
    background-color: #AFE6EF;
}

.service-second-sec-left-content h3{
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    font-family: "Cabin", sans-serif;
    margin: 0;
    padding-left: 45px;
    margin-bottom: 19px;

}
.service-second-sec-left-content ul{
    padding-left: 70px;
}
.service-second-sec-left-content ul li{
    font-size: 16px;
    color: #404040;
    font-family: "Cabin", sans-serif;
    padding: 0;
}
.service-second-sec-sub-head{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.service-second-sec-sub-head p:before{
    content: '';
    position: absolute;
    top: 49px;
    left: 14px;
    border-radius: 5px;
    border: 1px solid #FFA8A9;
    height: 260px;
}
.service-second-sec-sub-head p{
    font-size: 22px !important;
    font-family: "Cabin", sans-serif !important;
    font-weight: 700;
    color: #333 !important;
    margin: 0;
    position: relative;
    background-color: #ffffff;
}
.service-second-sec-sub-head h2{
    font-size: 22px;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    color: #333;
    padding-left: 20px;
    margin-bottom: 0px;
}
.service-row-head{
    display: flex;
    justify-content: left;

}

.service-second-sec-left-content a{
    background-color: #4CC7DB;
    color: #333;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    top: 20px;
	text-decoration:none;
}
.service-second-sec-left-content a:hover{
    background-color: #AFE6EF;
    color: #333;
}
.service-second-sec-left-content a i{
    color: #333;
}
.service-third-sec-outer .row{
    margin-top: 50px;
}
.service-third-sec-outer{
    padding-bottom: 120px;
}
.service-third-content-title{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.service-second-sec-outer .container .row .right-img .service-second-sec-right-img{
    background-color: #AFE6EF80;
    border-radius: 20px;
    padding: 0px 40px;
    height: 793px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.service-third-sec-outer .container .row .third-left-img .service-third-sec-image{
    background-color: #C4FEE280;
    border-radius: 20px;
    padding: 0px 40px;
    height: 562px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-third-sec-circle{
    border-radius: 50%;
    background-color: #C4FEE2;
}

.service-third-sec-circle p{
    font-size: 34px !important;
    font-weight: 700;
    color: #800083 !important;
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 55px;
    width: 55px;
}
.service-third-sec-title p{
    font-size: 28px !important;
    color: #800083 !important;
    font-weight: 700;
    font-family:"Lato", sans-serif !important;
    padding-left: 20px;
    margin: 0;
}
.service-third-sec-subtitle{
    font-size: 20px;
    color: #333;
    margin: 0;
	font-family:"Cabin", sans-serif;
}
.service-third-sec-sub-head{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.service-third-sec-sub-head p{
    color: #333 !important;
    font-size: 22px !important;
    font-weight: 700;
    margin: 0;
    font-family: "Cabin", sans-serif !important;
    position: relative;
    background-color: #ffffff;
}
.service-third-sec-sub-head p:before{
    content: '';
    position: absolute;
    left: 14px;
    top: 32px;
    border: 1px solid #FFA8A9;
    height: 186px;

}
.service-third-sec-sub-head h3{
    color: #333;
    font-size: 22px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    padding-left: 15px;
    margin: 0;
}
.service-third-sec-right-content li{
    font-size: 16px;
    color: #404040;
    font-family: "Cabin", sans-serif;
    padding: 3px;
}
.service-third-sec-right-content ul{
    padding-left: 60px;
}

.service-third-sec-right-content a{
    background-color: #26DB83;
    padding: 12px 20px;
    font-size: 18px;
    font-family:"Cabin", sans-serif;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 20px;
}
.service-third-sec-right-content a i{
    color: #333;
}

.service-third-sec-right-content a:hover{
    background-color: #C4FEE2;
    color: #333;
}

.about-heading-outer .row{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 77px;

}
.about-sec-outer{
	padding-bottom:80px;
}
.about-sec-outer .container{
	padding:0;
}
.about-heading-outer .row h1{
    font-size: 45px;
    font-weight: 700;
    color: #800083;
    font-family:"Cabin", sans-serif;
}
.about-sec-right-img img{
	width:330px;
}

.about-sec-left-content p{
    font-size: 16px;
    color: #333;
    font-family: "Cabin", sans-serif;
    
}
.about-sec-outer p{
    font-size: 16px;
    color: #333;
    font-family: "Cabin", sans-serif;
	margin-top: 30px;
    margin-bottom: 30px;
    
}
.about-sec-outer p.about-img-bottom-point{
	font-size:16px;
	color:#333;
	font-family:"Cabin", sans-serif;
	margin:0;
	
}

.about-sec-outer .about-sec-mission-content p{
    font-size: 16px;
    color: #333;
    font-family: "Cabin", sans-serif;
    
}

.about-sec-outer .about-sec-vision-content h2{
    color: #800083;
    font-size: 25px;
    font-weight: 700;
    font-family:"Cabin", sans-serif;
    
}
.about-sec-outer h2{
    color: #800083;
    font-size: 25px;
    font-weight: 700;
    font-family:"Cabin", sans-serif;
	margin-top:40px;
    
}

.about-sec-outer .container ul{
    padding-left:20px;
}
.about-sec-outer .container ul li{
    color: #333;
    font-size: 16px;
    font-family:"Cabin", sans-serif;
	margin-top:10px;
    
}

.about-heading-outer img{
    width:88px;
}

.about-sec-outer .container ul li span{
    font-weight: 700;
    display: block;
}

.privacy-policy-outer .d-flex img{
    width: 100px;

}
.privacy-policy-left-sec-button{
    position: sticky;

}
.privacy-policy-left-sec-button h1{
    font-size: 40px;
    color: #800083;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-left-sec-button img{
    position: relative;
    bottom: 45px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #FFE1F5;
    font-weight: 700;
    
}
.nav-pills .nav-item .nav-link{
    color: #800083;
    font-size: 19px;
    font-family:"Cabin", sans-serif;
}
.privacy-policy-outer{
    margin-bottom: 100px;
    margin-top: 100px;
}
.privacy-policy-right-content #myTabContent::-webkit-scrollbar{
  display: none;
}
.privacy-policy-right-content #home h2{
    color: #800083;
    font-size: 25px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #contact h2{
    color: #800083;
    font-size: 25px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #profile h2{
    color: #800083;
    font-size: 25px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #profile a{
    font-size: 16px;

}
.privacy-policy-right-content #contact a{
    font-size: 16px;

}
.privacy-policy-right-content #profile p{
    font-size: 16px;
    font-family:"Cabin", sans-serif;
    margin-bottom: 40px;
}
.privacy-policy-right-content #contact p{
    font-size: 16px;
    font-family:"Cabin", sans-serif;
    margin-bottom: 40px;
}
.privacy-policy-right-content #profile h3{
    font-size: 16px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #contact h3{
    font-size: 16px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #home a{
    font-size: 16px;

}
.privacy-policy-right-content #home p{
    font-size: 16px;
    font-family:"Cabin", sans-serif;
    margin-bottom: 40px;
}
.privacy-policy-right-content #home h3{
    font-size: 16px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #myTabContent{
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;
    height: 550px;

}
.privacy-policy-right-content #privacypolicy p,ul,li,p a{
    font-size: 16px;
    font-family: "Cabin", sans-serif;
}
.privacy-policy-right-content #service p,ul,li,a{
    font-size: 16px;
    font-family: "Cabin", sans-serif;
}
ul.privacy-policy-list-content li{
    margin-left:20px;
}
.privacy-policy-right-content #service h2{
    font-size: 25px;
    color: #800083;
    font-weight: 700;
    font-family: "Cabin", sans-serif;

}
.privacy-policy-right-content #privacypolicy h2{
    font-size: 25px;
    color: #800083;
    font-weight: 700;
    font-family: "Cabin", sans-serif;

    
}
.container.privacy-policy-outer .row.privacy-policy-left-sec-outer{
    align-items:normal;
}

.privacy-policy-right-content .tab-pane .active h2{
    font-size: 25px;
    color: #800083;
    font-weight: 700;
    font-family: "Cabin", sans-serif;

}
.information-content{
    position: relative;
    top: 60px;
}

.information-content h3{
    font-size: 25px;
    color: #800083;
    font-weight: 700;
}
.contact-sec-outer{
    margin-bottom: 80px;
}

.contact-left-sec{
    width: 50%;
    margin-top: 120px;

}
input.wpcf7-form-control.wpcf7-text.wpcf7-not-valid{
    border-color: red !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
    color: #484848;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border:1px solid #484848;
    border-radius: 5px;
    padding: 7px 20px;
	display:block;
    font-size: 13px;
}
.scalmail p a{
    font-size: 13px;
    text-decoration: underline;
    color: #1A47B8;
}
.scalmail p{
    font-size: 13px;
}
.scaprivacy p{
    font-size: 13px;
}
.scaprivacy p a{
    font-size: 13px;
    text-decoration: underline;
    color: #1A47B8;
}
.welcome-two__left-btn p .wpcf7-form-control{
    background-color: #FF99CC;
    padding: 3px 35px;
    color: #000;
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    left: 70%;
    border: none;
    top: 10px;
    transition: .7s;
    margin-top: 20px;
}
.welcome-two__left-btn p .wpcf7-form-control:hover{
    background-color: #FF68BA;
    color: #ffffff;
}
.scafname p{
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input{
    padding-left: 180px;
    border: 1px solid #484848;
    border-radius: 5px;
} 
.wpcf7-form-control-wrap{
    margin-top: 20px;
    display: flow;
}
ul.scacontact-form{
    list-style: none;
}
label{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
     
}
ul .scafname label{
    width: 49%;
    float: left;
}
ul .scalname label{
    width: 49%;
    float: right;
}
.contact-left-sec h1{
    font-size: 38px;
    color: #800083;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.contact-sub-title-sec {
    margin-top: 55px;
}
.contact-left-sec img.contact-bottom-image{
    margin-top: 60px;
}
.contact-left-sec p{
    font-size: 16px;
    color: #333;
    font-family: "Cabin", sans-serif;
    margin-left: 60px;
}
.contact-sub-title{
    display: flex;
    align-items: center;
}
.contact-sub-title img{
    width: 57px;
    height: 41px;
}
.contact-sub-title h3{
    font-size: 25px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    color: #333;
}
.contact-left-sec .contact-bulb-img{
    position: relative;
    position: absolute;
    left: 30px;
}
.contact-right-sec{
    width: 50%;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #ededed;
    margin-top: 70px;
    padding-bottom: 20px;
    margin-left: 20px;
    padding: 20px;
}

.contact-right-sec h1{
    font-size: 30px;
    font-weight: 700;
    color: #333;
    font-family: "Cabin", sans-serif;
    margin-top: 20px;
    padding: 15px;
}

.contact-right-sec .contact-right-sec-sub-title p{
    padding: 0px 20px;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.contact-sec-outer .contact-sec-dflex{
    display: flex;
    justify-content: center;

}

.wpcf7-list-item{
    margin-left: 0px;
}
.scalmail p{
    margin-bottom: 0px;
    font-size: 16px !important;
}
span.wpcf7-list-item-label{
    font-size: 16px;
    margin-bottom: 1rem;
}
span.wpcf7-list-item-label a{
    font-size: 13px;
    text-decoration: underline;
    color: #1A47B8;
}
form{
    margin-left: 20px;
    margin-right: 20px;
}
form p span{
    color: red;

}
form select{
    width: 100%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 1px solid #484848;
    font-size: 13px;
    color: #484848;
}
form select::-webkit-input-placeholder{
    color: #484848 !important;
    opacity: 1;
}
form select option {
    background: #fff;
    color: #484848;
    position: relative;
}
form select option:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 50%;
}
form .contact-firstname-input{
    width: 49%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 2px solid #ededed;
}
form .contact-lastname-input{
    width: 49%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 2px solid #ededed;
}

form .contact-sec-mail-input{
    width: 100%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 2px solid #ededed;
}

form .contact-sec-mn-input{
    width: 100%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 2px solid #ededed;
}
form .contact-sec-cn-input{
    width: 100%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 2px solid #ededed;
}
form textarea::-webkit-input-placeholder {
    color: #484848 !important;
    opacity: 1;
}
form textarea{
    width: 100%;
    border-radius: .5rem;
    padding: 7px 20px;
    border: 1px solid #484848;
    font-size: 13px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder {
color: #484848 !important;
opacity: 1;
}
.contact-right-sec .contact-right-footer-sec{
    font-size: 13px;
    font-weight: "Cabin", sans-serif;
    color: #333;
    padding-left: 20px;
}
.contact-right-sec .contact-right-footer-sec a{
    font-size: 13px;
    font-family: "Cabin", sans-serif;
}

.contact-right-sec .contact-right-footer-btn{
    background-color: #FF99CC;
    padding: 5px 10px;
    color: #000;
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    left: 80%;
}
.wpcf7-not-valid-tip {
    color: #F93939;
    font-size: 9px;
    font-weight: normal;
    display: contents;
}
.scasend .welcome-two__left-btn input.wpcf7-form-control{
    background-color: #FF99CC;
    padding: 5px 10px;
    color: #000;
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    left: 80%;
} 
.search-sec-outer .container .row{
    justify-content: center;
    margin-bottom: 100px;
}

#is-ajax-search-result-90{
    background-color: #fff;
    margin-top: 10px;
    z-index: 0;

}
.page-id-86{
    background: linear-gradient(#FFE1F5, #ffffff);
}
.is-title{
    color: #1A47B8;
    font-size: 15px;
}
.is-ajax-search-result a {
    color: #1A47B8 !important;
    font-size: 15px !important;
    text-decoration: none !important;
}
.is-ajax-search-post-8:hover{
    background: #ffe1f5 !important;
}
.footer-outer{
    background-color: #000;
    width: 100%;
    padding: 40px;
}
.footer-outer .container{
    display: flex;
    justify-content: space-between;
}
.footer-outer .footer-logo a img{
    width: 46px;
}
.footer-deatils{
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-top: 40px;
}
.footer-outer .footer-logo h5{
    color: #FF68BA;
    font-size: 36px;
    font-weight: 700;
    font-family:"Cabin", sans-serif;
    padding-left: 20px;
    margin: 0;
}
.footer-outer .footer-logo{
    display: flex;
    flex-direction: column;
    width: 40%;
}
.footer-outer .row{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.footer-outer .footer-logo p{
    color: #ffffff !important;
    font-size: 15px;
    font-family: "Cabin", sans-serif !important;
    width: 70%;
    margin-top: 20px;
    position: relative;
    right: 15px;

}
.footer-common h3{
    color: #FFE1F5;
    font-size: 25px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}
.footer-common .zellet{
    list-style: none;
    color: #ffffff;
    font-size: 18px;
    font-family: "Cabin", sans-serif;
}

.footer-common .contact{
    list-style: none;
    text-decoration: none;
    
}
.footer-common .zellet li a{
    color: #ffffff;
    font-size: 18px;
    font-family:"Cabin", sans-serif;
    padding-left: 5px;
	text-decoration:none;
    padding-bottom: 10px;
}
.footer-common .contact li a{
    color: #ffffff;
    font-size: 18px;
    font-family:"Cabin", sans-serif;
    padding-left: 5px;
	text-decoration:none;
    padding-bottom: 10px;

}
.footer-common .contact li i{
    color: #ffffff;
    font-size: 20px;
}
.footer-common .social-media{
    list-style: none;
    text-decoration: none;
}
.footer-common .social-media li a{
    color: #ffffff;
    font-size: 18px;
    font-weight:"Cabin", sans-serif;
    padding-left: 5px;
	text-decoration:none;
    padding-bottom: 10px;
}
.footer-common .social-media li i{
    font-size: 20px;
    color: #ffffff;

}
.footer-common .social-media li a img{
    position: relative;
    right: 5px;
    width: 19px;
}
.footer-outer .footer-deatils ul li{
    margin-bottom: 10px;

}

.footer-outer .copyrights{
    color: #ffffff !important;
    text-align: center;
    font-size: 20px;
    font-family:"Cabin", sans-serif !important;
    margin: 0;
    position: relative;
    top: 30px;
}

.error-page-outer{
   background: linear-gradient(#FFE1F5,#ffffff,#ffffff,#FFE1F5);
   width: 100%; 
   padding-bottom: 70px;
   padding-top: 45px;
}
.error-content h2{
    color: #800083;
    font-size: 40px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    text-align: center;
}
.error-content p{
    color: #333;
    font-size: 25px;
    font-family: "Cabin", sans-serif;
    text-align: center;
}
.error-img{
    text-align: center;
}
.error-img img{
    width: 200px;
}
.thank-you-page-outer{
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 70px;
    padding-top: 45px;
}
.thank-you-page-img{
    text-align: center;
    width: 300px;
}
.thank-you-page-content h2{
    color: #333;
    font-size: 30px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    text-align: center;
}
.thank-you-page-content p{
    color: #333;
    font-size: 30px;
    font-family: "Cabin", sans-serif;
    text-align: center;
}
.thank-you-page-inner .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thank-you-page-inner .container a{
    background-color: #FF99CC;
    padding: 7px 40px;
    border-radius: 30px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-family: "Cabin", sans-serif;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.thank-you-page-inner .container a i{
    color: #333;
    font-size: 25px;
}
.error-page-outer .container a i{
    color: #333;
    font-size: 20px;
}
.error-page-outer .container a {
    background-color: #FF99CC;
    padding: 7px 40px;
    border-radius: 30px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-family: "Cabin", sans-serif;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.error-page-outer .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
} */


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-left: 6px;
        background-color: transparent;
    }
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
    background:transparent;
}
.mega-toggle-blocks-right{
    background-color: #ffe1f5;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    /* border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: 
ease; */
}
    /* #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        left:0;

    } */


    /* #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
        display: flex;
        content: "";
        font-family: dashicons;
        font-weight: normal;
        color: #000;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 34px;
    } */


    /* #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: visible;
        opacity: 1;
        
    } */



    /* #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close {
    visibility: hidden;
    opacity: 0;
    display: none;
} */

    
   
