/* HOME BANNER CSS START  */

.s1.home-banner {
    background-color: var(--secondary);
    background-image: url(/img/home/banner-bottom.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 0rem 0 5rem;
}

.s1.home-banner .custom-row {
    align-items: center;
}

.s1.home-banner .sub-heading {
    font-family: 'Nobile', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: .5rem;
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.s1.home-banner .heading {
    font-size: 3rem;
    color: var(--secondary-2);
    line-height: .8;
    margin: 0 0 2rem;
    font-weight: normal;
}

@media (min-width: 992px) {
    .s1.home-banner .heading {
        font-size: 5rem;
    }

    .s1.home-banner .sub-heading {
        font-size: 3rem;
        letter-spacing: 1rem;
    }

    .s1.home-banner .div-text>p {
        font-size: 1.8rem;
    }
}



.banner-btns {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.banner-btns a {
    font-family: 'Nobile', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 3rem;
    border-radius: 3.125rem;
    font-weight: 500;
    border: 2px solid transparent;
	grid-gap:5px;
}


.banner-btns .talk-chat {
    background: var(--primary);
    color: var(--secondary);
}

.banner-btns .talk-chat:hover {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.banner-btns .talk-phone {
    border-color: var(--secondary-2);
    color: var(--secondary-2);
    font-weight: 700;
}

.banner-btns .talk-phone:hover {
    background: var(--secondary-2);
    color: var(--secondary);
}

/* HOME BANNER CSS END  */

/* SECTION TWO CSS START  */

.col-5.div-img {
    position: relative;
}

.vector-box {
    position: absolute;
    top: 0;
    width: 250px;
    height: 200px;
    right: -27px;
}

img.hbvec2 {
    position: absolute;
}

.vector-box {}

.vector-box img.hbvec1 {
    position: absolute;
    bottom: 60px;
   
}

.vector-box img.hbvec2 {
    position: absolute;
    left: 26px;
    -webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			-webkit-animation: wave-animation 2s 0s linear infinite;
			animation: wave-animation 2s 0s linear infinite;
    -webkit-animation-delay: -0.8s;
			animation-delay: -0.8s;
}

.vector-box img.hbvec3 {
    position: absolute;
    top: 48px;
    left: 22px;
    -webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			-webkit-animation: wave-animation 2s 0s linear infinite;
			animation: wave-animation 2s 0s linear infinite;
    -webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
}


@keyframes wave-animation {
			0% {
			    -webkit-transform: scale(0);
			    transform: scale(0);
			    opacity: 0;
                margin-left:-50px;
                
			}
			50% {
                
			    opacity: 1;
                
			}
			100% {
			    -webkit-transform: scale(1);
			    transform: scale(1);
			    opacity: 0;
            
			}
		}


@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
	right:50px
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
	right:60px
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
	  right:70px
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
	right:80px
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
	  right:70px
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
right:60px
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
	  right:50px
  }
}


img.vec3 {
	animation: jello-horizontal 2s infinite both;;
}

.vector {
    position: absolute;
    top: 17%;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.s2 .rfp-section .div-img img {
    position: relative;
    z-index: 9;
}


.vector img.vec2 {
    position: absolute !important;
    bottom: 32%;
    right: 64px;
}

.vector img.vec1 {
    position: absolute !important;
    top: 0px;
    right: 122px;
}

img.vec3 {
      position: absolute !important;
    top: 80px;
    right: 50px;
}

.s2 .rfp-section {
    background: var(--primary);
    border-radius: 1.25rem;
    padding: 0 2.5rem;
}

.rfp-section .footer-rfp.form-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
}

.rfp-section .div-img {
    text-align: center;
    display: flex;
    align-items: flex-end;
	position:relative;
}

.s2 .rfp-section .form-style .form-head {
    margin: 0 0 2.5rem;
}

.s2 .rfp-section .form-style .form-submit> .form-btn {
    background: var(--secondary-2);
	display:block;
	text-align: center;
	cursor:pointer;
}

.s2 .rfp-section .form-style .form-submit> .form-btn:hover {
    background: var(--secondary);
}

@media (min-width: 1200px) {
    .rfp-section.rfp-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .rfp-section .footer-rfp.form-style {
        flex: 1 1 65%;
    }

    .s2 .rfp-section .div-img {
        margin-left: -6rem;
    }

    .s2 .rfp-section .form-style .form-head>h2 {
        font-size: 5.4rem;
        line-height: 40px;
    }
}

/* SECTION TWO CSS END  */

/* SECTION THREE CSS START  */

.col-4.step-box.text-center img {
    width: 140px;
    height: 177px;
    object-fit: contain;
}

.custom-row.steps-style {
    justify-content: center;
}

.col-4.step-box.text-center {
    margin-bottom: 60px;
}
.section.s3 {
    padding-top: 0;
	    padding-bottom: 20px;
}

.steps-style .step-box {
    padding: 0 1rem;
}

.steps-style .step-box h3 {
    font-size: 2.813rem;
    color: var(--secondary-2);
    margin: 0 0 .8rem;
    line-height: 1;
    font-weight: normal;
}

.steps-style .step-box p {
    color: var(--secondary-2);
    line-height: 1.5;
    font-size: 1rem;
    padding: 0 1rem;
}

/* SECTION THREE CSS END  */

/* SECTION FOUR CSS START  */

.section.s4 {
    padding-top: 0;
}

.success-slider .slide-item>img {
    margin: auto;
    max-width: 70%;
    box-shadow: 10px 10px 30px rgb(35 31 32 / 80%);
}

.success-slider .slick-slide,
.success-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.7);
    transition: all 0.4s ease-in-out;
}

.success-slider .slick-center,
.success-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9);
}

.success-slider .slick-list.draggable {
    position: relative;
    padding: 3rem 0 !important;
}

.success-slider .slick-slide .img-2 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: block;
    transform: rotate(0deg);
	opacity:0;
    left: 0;
    right: 0;
    width: 70%;
	transition:0.5s;
}

.success-slider .slick-current.slick-active img.img-2 {
    display: block;
	 transform: rotate(40deg);
	 opacity:1;
	 transition:0.5s;
}

.success-slider .slick-list.draggable:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.5rem;
    background: #DBC3AD;
    bottom: 90px;
    z-index: -1;
}

.success-slider .slick-list.draggable:before {
    position: absolute;
    content: '';
    background: #DBC3AD;
    width: 250px;
    height: 450px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0 200px 200px 0;
    transform: rotate(-90deg);
}

.success-slider .slick-arrow-wrap {
    position: absolute;
    bottom: -50px;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.success-slider .slick-arrow-wrap .slick-arrow {
    border: 2px solid var(--secondary-2);
    min-width: 70px;
    min-height: 35px;
    border-radius: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.success-slider .slick-arrow-wrap .slick-arrow:hover {
    background: var(--secondary-2);
    color: var(--secondary);
}

/* SECTION FOUR CSS END  */

/* SECTION FIVE CSS START  */





.resource-img img{

     transition:0.5s;
}

.s5 {
    background-color: var(--secondary);
    background-image: url(/img/home/banner-bottom.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.s5 .resources-style {
    margin-bottom: 2rem;
}

.s5 .resource-box {
    display: flex;
    align-items: center;
	position:relative;
	    grid-gap: 20px;
}

.s5 .resource-box .resource-img {
    flex: 0 0 40%;
}

.s5 .resource-box .resource-details>a h3  {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1;
	color:var(--secondary-2);
}

@media (min-width: 1200px) {
    .s5 .resource-box .resource-details>a h3 {
        font-size: 2.10rem;
		color:var(--secondary-2);
        line-height: 35px;
    }
}

.s5 .resource-box .resource-details>p {
    font-size: 1rem;
    line-height: 20px;
}

.resource-box .resource-details {
    padding-right: 1rem;
}

/* SECTION FIVE CSS END  */

/* SECTION SIX CSS START  */
@media (min-width: 1200px) {

    .s6 .heading>p {
        max-width: 70%;
    }
}

.process-icon {
    min-width: 100px;
    min-height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1.5rem;
}

.process-icon:before {
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-right: 80px solid var(--secondary-2);
    border-radius: 50%;
    position: absolute;
    content: '';
}

.process-icon:after {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 50px solid var(--primary);
    border-radius: 50%;
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 18%;
}

.process-icon>span {
    position: relative;
    z-index: 99;
    font-size: 3.125rem;
    font-family: 'neuton', sans-serif;
    color: #E4CBB4;
    margin-left: 1rem;
}

.process-details>h3 {
    font-size: 1.875rem;
    color: var(--secondary-2);
    font-weight: 400;
    margin: 0 0 .6rem;
}

.process-details>p {
    font-size: .875rem;
    color: var(--secondary-2);
    line-height: 22px;
    padding: 0 2.4rem;
}

.process-arrow {
    position: absolute;
    top: 20px;
    right: -80px;
}

.process-box {
    position: relative;
}

.process-box:nth-child(2) .process-arrow {
    transform: scaleY(-1);
    top: 40px;
}

/* SECTION SIX CSS END  */

/* SECTION SEVEN CSS START  */


.section.s7 {
    background: var(--primary);
    padding: 3rem 0;
    margin: 0 0 5rem;
}

.s7 .heading>h2 {
    color: var(--text-1);
}

.published-style .published-box {
    position: relative;
    background: var(--secondary);
    margin: 0 2rem;
    border-radius: 2rem;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

@media (min-width: 992px) {

    .published-style .published-box:not(:last-child):before,
    .published-style .published-box:not(:last-child):after {
        position: absolute;
        content: '';
        width: 1.125rem;
        height: 1.125rem;
        background: var(--secondary);
        border-radius: 3.125rem;
        right: -2.5rem;
    }

    .published-style .published-box:not(:last-child):before {
        top: 35%;
    }

    .published-style .published-box:not(:last-child):after {
        top: 60%;
    }
}


/* SECTION SEVEN CSS END  */

/* SECTION EIGHT CSS START  */

.s8 .rfp-section {
    background: var(--secondary);
    border-radius: 1.25rem;
    padding: 0 2.5rem;
}

.s8 .rfp-section .form-style .form-head>h2 {
    color: var(--secondary-2);
}

.s8 .rfp-section .form-style .form-head>h3 {
    color: var(--primary);
    font-weight: 600;
}

.s8 .rfp-section .form-style .form-head {
    margin: 0 0 2rem;
}

.s8 .rfp-section .form-style .form-body .form-group input,
.s8 .rfp-section .form-style .form-body .form-group textarea,
.s8 .rfp-section .form-style .form-body .form-group select {
    background: var(--white);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.s8 .rfp-section .form-style .code-field>label,
.s8 .rfp-section .form-style .captcha-number>span {
    color: var(--secondary-2);
}

.s8 .rfp-section .form-style .code-field .code-txt-field {
    background: var(--white);
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.s8 .rfp-section .form-style .form-submit>button.form-btn:hover {
    background: var(--secondary-2);
    color: var(--text-1);
}

.s8 .rfp-section .div-img {
    margin-right: -5rem;
}


/* SECTION EIGHT CSS END  */

/* SECTION NINE CSS START  */

a.primary-btn i {
    margin-right: 5px;
}

section.section.s9 {
    padding-top: 0;
}
.s9 .div-text>h2 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 992px) {
    .s9 .div-text>h2 {
        font-size: 4.7rem;
    }
}

/* SECTION NINE CSS END  */

/* SECTION TEN CSS START  */

.section.s10 {
    background: var(--primary);
    padding: 3rem 0;
}

.s10 .heading {
    margin: 0 auto 3rem;
}

.s10 .heading>h2 {
    color: var(--text-1);
}

.accordion__item__header:before {
    position: absolute;
    content: "\2b";
    font-family: 'Font Awesome 5 Free';
    right: -2rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--text-1);
}

.accordion__item.active .accordion__item__header:before {
    content: "\f068";
}

.accordion__item__header>h4 {
    position: relative;
    font-family: 'Nobile', sans-serif;
    font-size: 1.25rem;
    color: var(--secondary);
    font-weight: 500;
    line-height: 1.2;
    gap: 1rem;
    cursor: pointer;
}

.accordion__item {
    position: relative;
    padding-left: 6rem;
    padding-right: 2rem;
}

.accordion__item__content>p {
    font-size: 1.125rem;
    color: var(--secondary);
}

.accordion__item__content {
    margin: 1rem 0 0;
}


/* ///count  */

.accordion__item:not(:last-child) .accordion__item__header {
    margin: 0 0 1.5rem;
}

.accordion__item__header {
    position: relative;
    display: flex;
    min-height: 48px;
}

.icon-count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -3.5rem;
    top: 1rem;
    z-index: 1;
}

.icon-count:before {
    width: 0;
    height: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid var(--secondary-2);
    border-radius: 50%;
    position: absolute;
    content: '';
    z-index: -1;
}

.accordion:before {
    position: absolute;
    content: '';
    background: var(--secondary-2);
    width: 1px;
    height: 90%;
    left: 52px;
    top: 1rem;
}

.accordion {
    position: relative;
}

span.icon-count>p {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #E4CBB4;
    margin: -10px 0 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SECTION TEN CSS END  */

@media (max-width: 991px) {
	section.section.s8 {
    padding: 0;
}

}