/*

Theme Name: Oyster

Author: Jaina

Description: Convert HTML to WordPress theme.

Version: 1.0

*/



@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Nunito:wght@900&family=Roboto&display=swap);
@font-face { font-family: Proza Libre; src: url('/wp-content/themes/oyster/assets/fonts/ProzaLibre-Regular.ttf'); font-weight: normal; }
/**slider title not ok**/
@font-face { font-family: Nunito; src: url('/wp-content/themes/oyster/assets/fonts/Nunito-ExtraBold.ttf'); font-weight: normal; }
/**welcome to oyster supported title not used using from elementor**/
@font-face { font-family: Caveat; src: url('/wp-content/themes/oyster/assets/fonts/Caveat-Regular.ttf'); font-weight: normal; }
/**double quotes in testimonial***/


.top-head{
    background-color:#c12065;
    position: relative;
    height: 16px;
    z-index: 99;
}
.header-contact-section{
 position: absolute;
    width: 432px;
    height: 40px;
    background-color: #ecec25 !important;
    right:0;
}
.header-contact-section:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ecec25;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.slider-section {
  margin-top: -60px;
}
.slider-text {
  margin-top: 60px;
  padding: 10% 0;
  position: relative;
  z-index: 10;
}
.slider-item {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
  min-height: 500px;
}
.slider-item:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.99) 3%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.99) 3%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.99) 3%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 100px;
  content: "";
}
.slider-item:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider-h2 {
  font-size: 2.25rem;
  margin-bottom: 25px;
  line-height: 1.3;
	color: #000000;
}
/*footer{
    background-color:#646464;
    padding-top:55px;
    padding-bottom: 40px;
    margin-top:-40px;
}*/
/*.top-head i, .footer-list i{
    color: #000000 !important;
}*/
/*.email-header i{
    margin-right: 6px;
}
.phone-header{
    margin-right:10px;
}
.email-header, .phone-header{
    color:#000000;
}
.footer-single-content p, .footer-single-content img{
    
    color:#ffffff;
}*/
/*.footer-single-content i{
    color:#000000;
    margin-right:10px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100%;
}*/
/*.white-li li a, .footer-list a, .footer-list{
    color:#ffffff;
    text-decoration:none;
}
.footer-list h4{
    color:#ecec25;
}

.logo-oyster{
    width:60%;
}
.footer-single-content img{
    margin-bottom:20px;
}
.footer-button{
    background-color: #ecec25 !important;
    border-radius: 20px;
    border: none;
    padding: 6px 10px;
    font-weight:700;
}
.fa-comments{
    margin-right:7px;
}
.footer-menus,.footer-heading{
    margin-bottom:20px;
}
.no-head{
    margin-top: 49px;
}
.getintouch i{
    color:#ecec25 !important;
    margin-right: 5px;
}
.footer-bottom{
    background-color:#888888;
    padding:15px 0;
}
.copyright-text{
    color:#bababa;
}
.social-ul li{
    background-color: #646464;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.social-ul li a{
    color:#ffffff;
}*/
#menu-main-menu li a{
    text-decoration:none !important;
    font-weight:700 !important;
    color:#000000;
}

.download-sec{
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.comments-section{
    margin-top: -45px;
    background-color: floralwhite;
    padding: 46px 46px 26px 46px;
    border-radius: 10px;
}
.img-name-section{
    margin-left: 20px;
}
.icon-section{
    display: flex;
    align-items: center;
    /* font-size: 26px; */
    color: antiquewhite;
    background: radial-gradient(black, transparent);
    padding: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    justify-content: center;
    margin-top: 31px;
    margin-right: 21px;
}
.para1{
    margin-bottom:0 !important;
}
.fa-angle-left, .fa-angle-right{
       background: yellow;
    padding: 10px;
    border-radius: 100%;
    margin-right: 20px;
    /* font-size: 20px; */
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.test-name{
    font-weight: 700;
}
.test-des{
    color: #C12065;
    font-family: "Taprom", Sans-serif;
    font-weight: 600;
}
@media (max-width:767px){
    .navbar-brand{
        max-width:60%;
    }
    .logo-oyster{
        width:100%;
    }
}
@media (max-width:991px){
#menu-main-menu li {
    margin: 25px;
}
}
@media (min-width:992px){
#menu-main-menu li{
    margin-right: 25px;
}
}
.contact-icon, .contact-head{
    margin-bottom:10px !important;
}
.phone-icon-sec .elementor-element{
    display:flex;
    align-items:end;
    justify-content:end;
}
.wpcf7-text{
    
     
    width:100%;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.conlabel{
    font-weight:700;
    margin-bottom:5px;
}
.wpcf7-textarea{
     
     border-radius:10px;
     width:100%;
     height:150px;
     display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-row{
    margin-bottom:10px;
}
.wpcf7-submit{
    background-color: #ffde67 !important;
    border-radius: 100px !important;
    border: none;
    padding: 5px 25px;
    font-weight: 700;
    
}
@media (max-width:767px){
.phone-icon-sec .elementor-element, .mail-icon-sec .elementor-element{
    display:flex;
    justify-content:center !important;
}
.phone-icon-sec .elementor-icon-box-wrapper, .mail-icon-sec .elementor-icon-box-wrapper{
    display:flex !important;
    align-items:center !important;
}
.phone-icon-sec .elementor-icon-box-icon, .mail-icon-sec .elementor-icon-box-icon{
    margin-right: 10px !important;
    margin-bottom:0 !important;
}
}
.service-list .elementor-icon-box-title{
    display:none;
}
.phone-header .fa-phone{
    margin-right: 7px;
}
/***header**/
body {
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.headerwrapper {
  position: relative;
  z-index: 100;
}
.headtopwrp {
  position: relative;
  overflow: hidden;
}
.headtopwrp:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 36%;
	background-color: #FFDE67;
	z-index: 1;
}
.headtopwrp::before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #CB006C;
	z-index: 0;
}
.my-container {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 15px;
}
.my-container:after, .my-container:before {
  content: "";
  display: table;
}
.my-container:after {
  clear: both;
}
.headtoplist__in {
  width: fit-content;
  background-color: #FFDE67;
	position: relative;
	z-index: 3;
}
.headtoplist__in::before {
  content: "";
  top: 0;
  bottom: 0;
  width: 0px;
  position: absolute;
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 40px solid #FFDE67;
}
.headerNavwrp {
  -moz-transition: all .4s ease .0s;
  -webkit-transition: all .4s ease .0s;
  transition: all .4s ease .0s;
  top: -60px;
}
.headerwrapper.sticky .headerNavwrp {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0 !important;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.fullwidth {
    width: 100%;
}
.headerNavwrp {
  -moz-transition: all .4s ease .0s;
  -webkit-transition: all .4s ease .0s;
  transition: all .4s ease .0s;
  top: -60px;
}

/*.mainNavli {
    padding: 0 10px;
}*/
.current-menu-item a{
    color:#c12065 !important;
}
.menu-icon{
    display:none;
}
#menu-main-menu-1 li{
     padding: 0 10px;
}
#menu-main-menu-1 li a{ 
    color: #666;
    padding: 0 5px;
    font-weight: 700;
}
.slider-section {
  margin-top: -60px;
}
.slider-text {
  margin-top: 60px;
  padding: 10% 0;
  position: relative;
  z-index: 10;
}
.slider-item {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
  min-height: 500px;
}
.slider-item:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.99) 3%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.99) 3%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.99) 3%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 100px;
  content: "";
}
.slider-item:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider-h2 {
  font-size: 2.25rem;
  margin-bottom: 25px;
  line-height: 1.3;
	color: #000000;
}
.headergap {
    display: none;
}
.btn {
    -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
}
.headerwrapper.sticky .mainlogo{
  max-width: 165px;
	margin-top: 0;
}
.headerwrapper.sticky .mainNav {
  margin-top: 0px;
}
.headerwrapper.sticky .headerNavin {
	-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.title-font {
  font-weight: 900;
  font-family: 'Nunito', sans-serif !important;

}
.btn-secondary, a.btn-secondary  {
 background-color: #FFDE67;
color:#000000;
border-color: #FFDE67;
}
.our-services-title {
    margin-bottom:10px !important;
}
.circleLogo{
     max-width: 250px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*.serviceClmImg {
    border-radius: 0px 60px 60px 0px;
}
.serviceClmImg {
  width: 80px;
  min-width: 80px;
  text-align: center;
  line-height: 0px;
  background-color: #56A255;
  height: 80px;
  	border-radius:none;
	/*border-radius: 60px 0px 0px 60px;*/

/*}
.serviceClmImgCircle.rounded-circle {
    width: 100%;
    height: 100%;
    background-color: #FFDE67;
    padding: 10px;
}
.icon-html-col .elementor-widget-wrap{
    padding:0px !important;
}
.our-services-listings .elementor-widget-wrap{
     padding:0px !important;
}
.righticon{
    border-radius: 60px 0px 0px 60px;
}
.listing-right .elementor-widget-container{
    margin-left: 8px !important;
}*/
.logo-leaf-yellow {
    right: 37%;
    top: 15px;
}
.logo-leaf {
    position: absolute;
}
.logo-leaf-yellow{
	background-image: url('/wp-content/uploads/2023/05/logo-yellow-element-1.png');
	width: 55px;
	height: 60px;
	
}
.logo-leaf.logo-leaf-pink {
       bottom: -196px;
    right: 31%;
}
.logo-leaf-pink {
    background-image: url('/wp-content/uploads/2023/05/logo-pink-element-1.png');
    width: 55px;
    height: 60px;
}
.logo-leaf {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo-leaf.logo-leaf-blue {
    bottom: -220px;
    left: 0;
}
.logo-leaf-blue {
    background-image: url('/wp-content/uploads/2023/05/logo-blue-element-1.png');
    width: 40px;
    height: 16px;
}
.testi-content-slider .slick-track {
  display: flex;
}
.testi-content-slider  .slick-slide {
  height: auto;
}
.testi-info-in  {
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
}
.testi-info-in::after {
  content: " '' ";
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  right: 30px;
  background: #CB006C;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  font-family: 'Nunito', sans-serif;
  padding-top: 10px;
  bottom:0px;
}
.testi-image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #fff;
}
.testi-info {
    padding-left: 15px;
}
.testi-designatin {
    font-family: 'Caveat', cursive;
    font-size: 1.125rem;
    line-height: 1;
}
.testi-text {
    background-color: #F9FBE5;
    border-radius: 10px;
    padding: 50px 30px 30px;
    margin-top: -30px;
}
.pargraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #666666;
}
.primary-color {
  color: #cb006c;
}
.slick-arrow.testi-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #FFDE67;
  position: static;
  text-align: center;
  color: #000000;
  font-size: 20px;
  text-indent: 0;
  line-height: 40px;
  display: inline-block;
  margin: 5px 2px 0;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	font-size: 1rem;
}
.footerwrp {
    background-color: #444444;
    margin-top: -50px;
    padding-top: 100px;
    background-image: url('/wp-content/uploads/2023/05/oyeter-icon-only.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.my-container {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 15px;
}
.my-container:after, .my-container:before {
  content: "";
  display: table;
}
.my-container:after {
  clear: both;
}
.partnshiptext {
  color: #FFDE67;
  font-size: 1rem;
  margin-bottom: 10px;
}
.footerlogo  {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  max-width: 160px;
  margin: 10px auto;
    margin-bottom: 10px;
  width: 100%;
}
.footerTitle {
  color: #FFDE67;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 20px;
}
img{
    max-width:100%;
}
.footerli {
    width: 100%;
    margin-bottom: 10px;
}

.footerli a {
    color: #E0E7F2;
}
.footeradresssicons {
    color: #FFDE67;
    font-size: 1.5rem;
    margin-right: 15px;
}
.footerBottom {
    background-color: #4E4E4E;
    margin-top: 20px;
    padding: 15px 0;
}
.social_link {
    width: 40px;
    height: 40px;
    background-color: #444444;
    text-align: center;
    line-height: 40px;
    font-size: 1.125rem;
    color: #ffffff;
    margin: 4px;
}
.copyright {
    font-size: 13px;
}
/**services**/
.serviceClmIn.flex-row-reverse .serviceClmImg {
    border-radius: 0px 60px 60px 0px;
}
.serviceClmImg {
    width: 80px;
    min-width: 80px;
    text-align: center;
    line-height: 0px;
    background-color: #56A255;
    height: 80px;
    border-radius: 60px 0px 0px 60px;
}
.serviceClmImgCircle.rounded-circle {
  width: 100%;
  height: 100%;
  background-color: #FFDE67;
	padding: 10px;
}
.serviceClmIn.flex-row-reverse .serviceClmText {
    border-radius: 60px 0px 0px 60px;
}
.serviceClmText {
  background-color: #56A255;
  padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
  border-radius: 0px 60px 60px 0px ;
}
.serviceTitle {
    font-size: 1rem;
    color: #ffffff;
}

.t4hrImg {
    max-width: 148px;
    width: 100%;
    position: absolute;
    right: 19%;
    top: 21px;
}
.t4hrImgIn{
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.t4imgCircle, .t4imgText {
    position: absolute;
    top: 0;
    left: 0;
}
.logolin1, .logolin2, .logolin3, .logolin4, .logolin5 {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.logolin5, .logolin2 {
  -webkit-animation: rotate-center 4s ease-in-out .1s infinite alternate both;
  animation: rotate-center 4s ease-in-out .1s infinite alternate both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page-img{
    position:relative !important;
}
.mainlogo {
    max-width: 285px;
    width: 100%;
    margin-top: -20px;
}
.teamlist__arrow {
    width: 40px;
    height: 40px;
    background: #cb006c;
    text-align: center;
    line-height: 40px;
    font-size: 1.25rem;
    color: #ffffff;
    margin: 0 auto -40px;
}
.team-col .elementor-element-populated{
    padding-right:0 !important;
    padding-left:0 !important;
     padding-top:0 !important;
}
.contact-head h5{
    font-family: 'Nunito' !important;
    font-size: 1.25rem !important;
}
.contact-head p{
    font-size: 1rem;
    line-height: 1.7;
    color: #666666;
    margin-bottom:0px !important;
    
}

.contactusbox h2{
    font-family: 'Nunito' !important;
}

.contactusbox p
{
    
    max-width: 945px;
    margin: 10px auto 0;
    text-align: center;
    opacity: .8;
    padding-bottom: 3rem!important;
}
.contactFormSection_intro{
    
}
.contactFormSection_intro p{
    font-size: 1rem;
    line-height: 1.7;
    color: #666666;
}
.contact-row label{
    font-family: 'Nunito', sans-serif !important;
}
.contactFormSection_intro .contact-icon-sec p{
     font-family: 'Nunito', sans-serif !important;
}

.innereaderwrapper .mainlogo {
    margin-top: -30px;
    max-width: 200px;
}
/**our home**/
.inner-title.sectiontitle {
    font-size: 1.875rem;
}

.innerIntroText {
    max-width: 945px;
    margin: 10px auto 0;
    text-align: center;
    opacity: .8;
}
.primary-bg {
  background-color: #cb006c;
}
/*.ourHomeSlider__bigWrp {
    border-radius: 10px;
    overflow: hidden;
}
.ourHomeSlider__bigWrp  .customSlider-next.customSliderarrow, .ourHomeSlider__bigWrp  .customSlider-prev.customSliderarrow  {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
		padding-left: 2px;

}
.ourHomeSlider__bigWrp  .customSlider-prev.customSliderarrow  {
	right: inherit;
	left: 10px;
		padding-right: 5px;

}
.customSliderarrow  {
	border-radius: 50%;
width: 40px;
height: 40px;
background-color: #ffffff;
text-align: center;
color: #000000;
text-indent: 0;
line-height: 40px;
display: inline-block;
margin: 5px 2px 0;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
font-size: 1rem;
	position: absolute;
	z-index: 11;
}*/
.ourHomeSlider__bigImgIn, .ourHomeSlider__thumb-imgIn {
  padding-top: 70.3%;
  position: relative;
  background: #6c757d;
 border-radius: 10px;
  overflow: hidden;
}
.ourHomeSlider__bigImgIn img, .ourHomeSlider__thumb-imgIn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ourHomeSlider__thumb-imgIn img {
	object-fit: cover;
}
.slideroverlayTex{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
z-index: 2;
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20% 15px 15px 15px;
	color: #ffffff;
	margin-bottom: 0;
}
.customSliderarrow  {
	border-radius: 50%;
width: 40px;
height: 40px;
background-color: #ffffff;
text-align: center;
color: #000000;
text-indent: 0;
line-height: 40px;
display: inline-block;
margin: 5px 2px 0;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
font-size: 1rem;
	position: absolute;
	z-index: 11;
}
.ourHomeSlider__bigWrp  .customSlider-next.customSliderarrow, .ourHomeSlider__bigWrp  .customSlider-prev.customSliderarrow  {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
		padding-left: 2px;

}
.ourHomeSlider__bigWrp  .customSlider-prev.customSliderarrow  {
	right: inherit;
	left: 10px;
		padding-right: 5px;

}
.ourHomeSlider__thumbWrp .customSliderarrow{
	left: 50%;
	transform: translateX(-50%);
	padding-right: 2px;
}
.ourHomeSlider__thumbWrp .customSlider-next.customSliderarrow  {
   bottom: 40px;
	top: inherit;
}
.ourHomeSlider__thumbWrp .customSlider-prev.customSliderarrow  {
  top: 10px;
	
}
.ourHomeSlider__thumb-item {
  margin-bottom: 7%;
}
.ourHomeSlider__bigWrp {
	border-radius: 10px;
	overflow: hidden;
}
.ourHomeSlider__big-item, .ourHomeSlider__thumb-item{
	display: none;
}
.slick-initialized .ourHomeSlider__big-item, .slick-initialized .ourHomeSlider__thumb-item, .ourHomeSlider__big-item:first-child, .ourHomeSlider__thumb-item:first-child {
	display: block;
}

.slick-current  .ourHomeSlider__thumb-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #CB006C;
  z-index: 1;
	border-radius: 10px;
}
.ourHomeSlider__thumb-img {
  position: relative;
}
.ourHomeBoxRow{
	margin: 0 -5px;
}
.ourHomeBoxCol{
	margin: 5px 0;
	padding: 0 5px;
}
.ourHomeBoxInfo {
  padding: 15px 5px;
  text-align: center;
  font-family: 'Roboto', arial, sans-serif;
  background: #F9FBE5;
	color: #000000;
  border-radius: 10px;
  height: 100%;
	
}
.ticker-list__li {
  position: relative;
  padding-left: 40px;
	margin-bottom: 10px;
}
.ticker-list__icon {
  color: #56A255;
  position: absolute;
  left: 0;
  top: 0;
}

.twocolgrid {
  display: -ms-grid; /* Internet Explorer 10 */
  display: grid;
  -ms-grid-columns: 1fr 1fr; /* Internet Explorer 10 */
  grid-template-columns: 1fr 1fr; /* Other browsers */
  grid-gap: 10px;
}

.grid li {
  padding: 10px;
	
}
.teamWrp {
	position: relative;
}
.contactFormSection:after, .teamWrp:after{
	content: "";
	height: 100px;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #F9FBE5;
}

.teamWrp, .contactFormSection  {
  background-color: #F9FBE5;
  padding: 50px 0;
}
/**thumb**/
.ourHomeSlider__thumbWrp .customSliderarrow{
	left: 50%;
	transform: translateX(-50%);
	padding-right: 2px;
}
.ourHomeSlider__thumbWrp .customSlider-next.customSliderarrow  {
   bottom: 40px;
	top: inherit;
}
.ourHomeSlider__thumbWrp .customSlider-prev.customSliderarrow  {
  top: 10px;
	
}
.ourHomeSlider__thumb-item {
  margin-bottom: 7%;
}
.quickbox3  {
  background-color: #CB006C;
  color: #ffffff;
  z-index: 1;
  position: relative;
  padding: 20px 15px;
  border-radius: 10px;
}
.footerwrp li{
    list-style:none;
}
/**services main**/
/*.cmp-top-tab-block{
	position: relative;
	z-index: 1;
}
.cmp-top-tab-block .nav-tabs{
	border: none;
	position: relative;
	z-index: 10;
}
.top-tab-nav{
	padding: 0 10px;
}
.top-tab-nav a{
	width: 275px;
	height: 230px;
	padding:30px 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	position: relative;
	font-family: 'Nunito', sans-serif;
}*/

/***service main added without checking**/
/*.cmp-top-tab__icon {
	background-image: url("/wp-content/uploads/2023/06/icon-tab-1.png");
	background-size: 290px 155px;
	width: 75px;
	height: 75px;
	margin: 0 auto 10px;
	opacity: 0.5;
}
.cmp-top-tab--icon1{
	background-position: -96px 0;
}
.cmp-top-tab--icon2{
	background-position: -192px 0;
}
.cmp-top-tab--icon3{
	background-position: 0 0;
}
.active  .cmp-top-tab--icon1{
	opacity: 1;
}
  .active  .cmp-top-tab--icon2, .active  .cmp-top-tab--icon3{
	background-position-y:-75px; 
	  opacity: 1;
}
.cmp-top-block{
	background-color: #CB006C;
	
}
.cmp-top-tab-block{
	position: relative;
	z-index: 1;
}
.cmp-top-block__title-block{
	padding: 30px 0 30px;
}
.cmp-top-block__title{
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	font-size: 50px;
font-family: 'Nunito', sans-serif;
}
.cmp-top-block__title span{
	display: block;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Caveat', cursive;
}
.top-tab-nav{
	padding: 0 10px;
}
.top-tab-nav a{
	width: 275px;
	height: 230px;
	padding:30px 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	position: relative;
	font-family: 'Nunito', sans-serif;
}
.top-tab-nav a:after{
	width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
	content: "";
	position: absolute;
bottom: -19px;
left: 50%;
margin-left: -20px;
}
.cmp-top-tab__content {
  margin-top: -100px;
	
}
.cmp-top-tab__pane-left-in {
  padding: 30px;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
.cmp-top-tab__content-1 {
	background-color: #FFDE67;
	color: #000;
} 
.cmp-top-tab__content-2 {
	background-color: #56A255;
	color: #FFFFFF;
}  
.cmp-top-tab__content-3 {
	background-color: #07A4B9;
	color: #FFFFFF;
}  
.top-tab-nav a.active.tab-1-a{
	background-color: #FFDE67;
	color: #000000;
}
.top-tab-nav a.active.tab-1-a:after{
	border-top-color:#FFDE67;
}
.top-tab-nav a.active.tab-2-a{
	background-color: #56A255;
	color: #FFFFFF;
}
.top-tab-nav a.active.tab-2-a:after{
	border-top-color: #56A255;
}
.top-tab-nav a.active.tab-3-a{
	background-color:#6ECAD6;
	color: #FFFFFF;
}
.top-tab-nav a.active.tab-3-a:after{
	border-top-color:#6ECAD6;
}
.cmp-top-tab-block .nav-tabs{
	border: none;
	position: relative;
	z-index: 10;
}
.cmp-top-tab__content-pane{
	padding: 0px;
	border-radius: 15px;
}
.cmp-top-tab__pane-title{
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
text-align: center;
	position: relative;
z-index: 1;
color: #ffffff;
}
.cmp-top-tab__pane-title span{
	font-size: 30px;
	display: block;
	  font-family: 'Caveat', cursive;

}
.cmp-top-tab__pane-img {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
padding: 100px 30px 90px;
	position: relative;
	background-size: cover;
background-position: center center;
	
}
.cmp-top-tab__pane-img:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	background-color: rgba(0,0,0,0.6);
}
.cmp-top-tab__pane-dispn-btm {
  font-style: italic;
}
.top-tab-nav a.active {
  box-shadow: 0px 20px 20px rgba(0,0,0,0.08);
}
.cmp-sectiontitle{
	font-size: 50px;
	color: #333333;
	font-weight: 700;
}
.homeSection{
	background-color: #F9FBE5;
	background-image: url("../images/pattern-4.png");
	background-position: center center;
	margin-top: -100px;
	padding: 150px 0 50px;
}
.cmp-subtitle{
	font-weight: 700;
	font-size: 20px;
	margin: 10px 0 20px;
}
.cmp-dispn{
	font-size: 16px;
	color: #333333;
}
.ourTeamSection{
	background-color: #F7F7F7;
}
.teamItemImg {
  border-radius: 15px;
  overflow: hidden;
	position: relative;
	z-index: 1;
}
.teamItemImgwrp{
	padding: 0 14px;
	position: relative;
}
.teamItemImgwrp:after{
	content: " ";
	height: 50%;
	background-color: #FFFFFF;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
	border-radius: 15px 15px 0 0;
	
}
.teamItemContent{
	background: #fff;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 3px 30px rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 10px;
}
.teamItemIn a{
	text-decoration: none;
}
.teamName {
	color: #333333;
	margin-bottom: 10px;
}
.teamdesgn{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}
.teamItemIn .fa-arrow-right{
	color: #07A4B9;
	font-size: 20px;
	margin-bottom: 10px;
}
.cmp-bottom-box{
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	padding: 50px 20px 50px;
	background-size: cover;
	background-color:var(--oy-tertiary-color);
}
.cmp-bottom-box__icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.cmp-bottom-box-title{
	font-size: 30px;
	font-weight: 700;
	color: var(--white-color);
font-family: var(--title-font);
	position: relative;
	z-index: 1;
}
.cmp-bottom-box-title span{
	font-size:30px;
	display: block;
}
 .cmp-bottom-box.cmp-bottom-box-2 {
  background: var(--oy-secondary-color);
}
.cmp-bottom-box.cmp-bottom-box-2 .cmp-bottom-box-title {
  color: var(--black-color);
}
.cmp-bottom-box .logo-leaf.logo-leaf-yellow, .cmp-bottom-box .logo-leaf.logo-leaf-pink{
  position: absolute;
  top: 10px;
	right: 20px;
	
}
 
 .cmp-bottom-box .logo-leaf.logo-leaf-blue {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
#ourHomedetails .modal-content{
	background-color: #222222;
	color: #FFFFFF;
	border: none;
}

#ourHomedetails  .cmp-dispn{
 	color: #FFFFFF;
}
#ourHomedetails .close{
	color: #FFFFFF;
	text-shadow: none;
}
.cf-practice-1 .modal-content{
	background-color: var(--blue);
	color: #FFFFFF;
	border: none;
}
.cf-practice-1 .cmp-dispn{
 	color: #FFFFFF;
}
.cf-practice-2 .modal-content{
	background-color: #ff2c55;
	color: #FFFFFF;
	border: none;
}
.cf-practice-2 .cmp-dispn{
	

	color: #FFFFFF;
}
.cf-practice-3 .modal-content{
	background-color: #FCE900;
	border: none;
}
.cf-practice-3 .cmp-dispn{
	

}
.cf-practice-modal {
	text-align: left;
}
.user-image-wrp{
	width: 270px;
	height: 270px;
	position: static;
	overflow: hidden;
	margin: 0 auto;
	background-image: url("../images/logo-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.user-image-circile {
  width: 70%;
  height: 70%;
  overflow: hidden;
  position: relative;
  margin: 16% auto;
  text-align: left;
}
.user-image-circile img{
	position: absolute;
	object-fit: cover;
	object-position: center center;
}
.userprofile-top {

}
.userprofile-top-in {
  background:#effbff;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px 15px;
  padding: 20px;
	border: 1px solid #d4e9f0;
}
.userprofile-top-in .teamName {
	margin-top: 20px;
}
.qualifications-list-group .fa-medal{
	color: #ff8300;
	font-size: 24px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.qualifications-list-group .list-group-item{
	position: relative;
	padding-left: 50px;
}
.planed-admission-section {
	background-color: var(--oy-tertiary-color);
	position: relative;
}
.planed-admission-section::after  {
  content: "";
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--oy-tertiary-color);
}
.planedbox-tab-nav{
	width: 12.5%;
	min-width: 12.5%;
	text-align: center;
	
}
.planedboxtop, .planedboxwrp{
	width: 100%;
	
}
.planedboxtop ul{
	width: 100%;
	border-bottom: none;
	border-top: 1px solid #fff;
padding-top: 15px;
}
.planedbox-tab-a, .planedbox-tab-a:hover  {
	text-decoration: none;
	color: #FFFFFF;
}
.planedbox-tab-a:hover{
text-decoration: none;
}
.planbxstage-round{
	width: 50px;
	height: 50px;
	background-color:var(--oy-secondary-color);
	border-radius: 50%;text-align: center;
	line-height: 50px;
	font-weight: 700;
	margin: 10px auto;
	opacity: .7;
	color: #000000;
}
.active.planedbox-tab-a .planbxstage-round{
opacity: 1;	
	-moz-box-shadow: 0px 0px 0px 5px var(--oy-secondary-color), inset 0px 0px 0px 2px var(--oy-tertiary-color);
	-webkit-box-shadow: 0px 0px 0px 5px var(--oy-secondary-color), inset 0px 0px 0px 2px var(--oy-tertiary-color);
	box-shadow: 0px 0px 0px 5px var(--oy-secondary-color), inset 0px 0px 0px 2px var(--oy-tertiary-color);
}
.planedbox-tab-a {
	position: relative;
	display: block;
}
.planedbox-tab-a:before{
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: .5px;
	display: block;
	background: #fff;
}
.planedbox-tab-a.active:after{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  content: "";
  border-bottom: 15px solid white;
 bottom: -30px;
left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
transform: translateX(-50%);
	transition: all .2s ease .0s;
}
.planedboxtop-content-tab{
	margin-top: 20px;
}
.planedboxtop-content-tab-in{
	max-width: 991px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.planedboxtop-content-tab-in .cmp-dispn {

  color: #666;
}

.planedboxwrp {
  max-width: 760px;
  margin: 0 auto;
}
.admission-number{
	text-align: center;
	color: var(--black-color);
	font-weight: 700;
	font-size: 100px;
	position: relative;
	font-family: var(--title-font);
}
.admission-number:after,  .admission-section-row .cmp-dispn:after{
	
	height: 30px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 1;
	right: 0;
	left: 0;
	background-color: #C5EAEF;
}
.admission-section-row .cmp-dispn:after{
	top: 0;
	
	margin: 0;
	left: 0;
	
	height: 10px;
	right: 0px;
}
.admission-number span{
	z-index: 2;
	position: relative;
}
.admission-section-row .cmp-dispn{
	padding: 50px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
	position: relative;
	border-radius: 15px;
overflow: hidden;
}
.admission-section-row:nth-child(2) .admission-number:after, .admission-section-row:nth-child(2) .cmp-dispn:after{
	background-color: #FFE6F3;
}
.admission-section-row:nth-child(3) .admission-number:after, .admission-section-row:nth-child(3) .cmp-dispn:after{
	background-color: #F8F3C6;
}
.admission-section-row:nth-child(4) .admission-number:after, .admission-section-row:nth-child(4) .cmp-dispn:after{
	background-color: #D8F8C6;
}
.admission-section {
  background: #F7F7F7;
}
.join-team-section .cmp-top-tab__content-pane{
	
}
@media only screen and (min-width:1280px){
	.top-tab-nav{
		padding: 0 15px;
		width: 33.3333%;
	}
	.top-tab-nav a{
		width: 100%;
		padding: 15px 0;
		height: 160px;
	}
	.cmp-top-tab__content {
  margin-top: 30px;
}
}
@media only screen and (max-width:1200px){
	.top-tab-nav{
		width: 33.3333%;
	}
	.top-tab-nav a{
		width: 100%;
	}
	.cmp-top-tab__pane-img{
		margin-right: 0;
		box-shadow: none;
	}
	.cmp-top-tab-block .nav-tabs{
		padding: 0 20px;
	}
}

@media only screen and (max-width:767px){
	.cmp-top-tab__nav-text{
		font-size: 9px;
		font-weight: 400;
		min-height: 27px;
	}
	.top-tab-nav a{
		height: auto;
		padding: 5px;
		border-radius: 15px;
	}
	.top-tab-nav {
  padding: 0 5px;
}
	.cmp-top-tab__content {
  margin-top: -40px;
	 
}
	.cmp-top-tab__pane-img{
		padding: 90px 20px 20px;
		 
	}
	
	.cmp-top-tab-block .nav-tabs{
		padding: 0 20px;
	}
	
}
@media only screen and (max-width:575px){
	.cmp-top-tab-block .nav-tabs{
		padding: 0 5px;
	}
		.cmp-top-tab__content {
 
		margin-left: -15px;
		margin-right: -15px;
}
		.cmp-top-tab__pane-img{
		
		border-radius: 0px;
	}
	.cmp-top-tab__content-pane{
		border-radius: 0;
	}
	.cmp-top-block__title, .cmp-top-tab__pane-title, .cmp-sectiontitle, .cmp-bottom-box-title{
		font-size: 36px;
	}
	.cmp-top-block__title span, .cmp-top-tab__pane-title span, .cmp-sectiontitle span, .cmp-bottom-box-title span{
	font-size: 18px;
}
	.cmp-top-tab__icon{
		width: 38px;
height: 38px;
	background-size: 145px 78px;	
		margin-bottom: 5px;
	}
	.planbxstage-title {
  font-size: 10px;
}
	.planedboxtop-content-tab {
  margin-top: 15px;
}
	.planbxstage-round{
		width: 32px;
		height: 32px;
	line-height: 32px;
	}
	.planedboxtop ul{
		padding-top: 10px;
	}
	.planedbox-tab-a::before{
		top: -10px;
		height: 5px;
	}
	.admission-section-row .cmp-dispn{
		padding: 30px;
	}
}*/
.admission-section svg{
    width: 80px !important;
    height: 80px !important;
    margin-right: 30px !important;
}
.service-admission-icon{
        right: 0% !important;
    top: -170px !important;
}
.service-admission-icon1{
        left: 92% !important;
    bottom: 0px !important;
}
.welocme-team-section, .join-team-desc{
    width:80%;
    margin-left: auto;
    margin-right: auto;
}
.number .elementor-widget-container:after{
    height: 30px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    right: 0;
    left: 0;
    background-color: #FFE6F3;
}
.number h2{
    z-index: 2;
    position: relative;
}
.admission-para .elementor-widget-container:after{
    top: 0;
    margin: 0;
    left: 0;
    height: 10px;
    right: 0px;
  
	
content: "";
	
display: block;
	
position: absolute;
background-color: #FFE6F3;
border-top-left-radius:15px;
border-top-right-radius:15px;
}
.secondadm .elementor-widget-container:after, .secondadm1 .elementor-widget-container:after{
     background-color: #F8F3C6 !important;
}
.secondadm1 .elementor-widget-container:after, .thirdadm1 .elementor-widget-container:after, .fourthadm1 .elementor-widget-container:after{
border-top-left-radius:15px;
border-top-right-radius:15px;
}
.thirdadm .elementor-widget-container:after, .thirdadm1 .elementor-widget-container:after{
     background-color: #D8F8C6 !important;
}
.fourthadm .elementor-widget-container:after, .fourthadm1 .elementor-widget-container:after{
     background-color:#C5EAEF !important;
}
/**admission steps**/
.planedboxwrp {
  max-width: 760px;
  margin: 0 auto;
}
.planedboxtop, .planedboxwrp{
	width: 100%;
	
}
.planedboxtop ul{
	width: 100%;
	border-bottom: none;
	border-top: 1px solid #fff;
padding-top: 15px;
}
.planedbox-tab-a, .planedbox-tab-a:hover  {
	text-decoration: none;
	color: #FFFFFF;
}
.planedbox-tab-a:hover{
text-decoration: none;
}
.planbxstage-round{
	width: 50px;
	height: 50px;
	background-color:#FFDE67;
	border-radius: 50%;text-align: center;
	line-height: 50px;
	font-weight: 700;
	margin: 10px auto;
	opacity: .7;
	color: #000000;
}
.active.planedbox-tab-a .planbxstage-round{
opacity: 1;	
	-moz-box-shadow: 0px 0px 0px 5px #FFDE67, inset 0px 0px 0px 2px #56A255;
	-webkit-box-shadow: 0px 0px 0px 5px #FFDE67, inset 0px 0px 0px 2px #56A255;
	box-shadow: 0px 0px 0px 5px #FFDE67, inset 0px 0px 0px 2px #56A255;
}
.planedbox-tab-a {
	position: relative;
	display: block;
}
.planedbox-tab-a:before{
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: .5px;
	display: block;
	background: #fff;
}
.planedbox-tab-a.active:after{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  content: "";
  border-bottom: 15px solid white;
 bottom: -30px;
left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
transform: translateX(-50%);
	transition: all .2s ease .0s;
}
.planedboxtop-content-tab{
	margin-top: 20px;
}
.planedboxtop-content-tab-in{
	max-width: 991px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.planedboxtop-content-tab-in .cmp-dispn {

  color: #666;
}
.planedbox-tab-nav{
	width: 12.5%;
	min-width: 12.5%;
	text-align: center;
}
.footerli a[href]:hover, .social_link:hover {
    color: #ffde67;
    text-decoration: none;
}
.quickboxwrp{
        background-color: #f9fbe5;
}
.page-id-724 .quickboxwrp{
        background-color: #56a255;
}
.green-btn {
  background-color: #27A84B;
  color: #fff;
  border-color: #27A84B;
}
.quickCallsticy.text-white {
  background-color: #56A255;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 1.25rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 0px 0px 5px #56A2553D;
	z-index: 11;
}
.red{
 color:red;  
margin-top:10px; 
}
.green{
    color:green;
    margin-top:10px;
}
.cf-practice-1 .modal-content {
    background-color: #007bff;
    color: #FFFFFF;
    border: none;
}
.cmp-subtitle {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 20px;
}
.cf-practice-2 .modal-content {
    background-color: #cb006c;
    color: #FFFFFF;
    border: none;
}
a{
    cursor:pointer;
}
/*.nicole_arrow{
    position: absolute;
    bottom: -38px;
    left: 50%;
    right: 50%;
}*/
.nicole_arrow{
    margin-top:40px;
}