@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --background-color: #063232;
    --white: #ffffff;
    --primary-green-color: #002828;
    --footer-bg: #141c25;
    --primary-gradient:  linear-gradient(to bottom, #5fabf8, #3b93f3, #147aec, #005fe2, #1642d4);
    --primary-text: #303030;
	--white: #ffffff;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "DM Sans", sans-serif;
}
p{
	font-size: 16px;
	line-height: 2em;
}
.title {
    color: var(--white);
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 4.0rem;
    margin-bottom: 50px;
}

.sub-title {
    color: var(--primary-green-color);
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 4.0rem;
    margin-bottom: 50px;
}

/* ======Header Start===== */

.header-style {
    background-color: var(--primary-green-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    margin: 0 auto;
    padding: 8px 20px;
    margin: 0 auto;
    position: absolute;
    right: 2%;
    top: 30px;
    z-index: 1;
    width: 96%;
    left: 2%;
}

.navbar .nav-item .nav-link {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggler {
    border: 0px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../images/burger-bar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-collapse {
    flex-grow: unset;
    align-items: center;
}

/* ======Hero Section Start===== */

.banner-section-six {
    background-color: #063232;
    position: relative;
}

.banner-section-six .banner-slide {
    height: 100%;
    position: relative;
    padding-top: 150px;
}

.banner-section-six .banner-slide:before {
    background: rgba(180, 231, 23, 0.2);
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 947.86px;
    left: -134px;
    position: absolute;
    top: 0px;
    width: 378px;
}

.banner-section-six .banner-slide:after {
    background-image: url(../images/home6-banne-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
}

.banner-section-six .hero-left-content {
    width: 30%;
}

.banner-section-six .hero-right-content {
    width: 30%;
    position: relative;
}

.banner-section-six .hero-center-content {
    width: 40%;
    position: relative;
    display: flex;
    justify-content: center;
}


.banner-section-six .banner-slide .hero-img-round {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: #135c2b 2px dashed;
    position: absolute;
}

.banner-section-six .banner-slide .hero-img {
    position: relative;
    z-index: 1;
}

.banner-section-six .banner-slide p {
    color: var(--white);
    font-size: 23px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

.hero-right-box {
    /* background: #c57600; */
    position: absolute;
    bottom: 80px;
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(5px);
    right: 0px;
    z-index: 1;
    width: 300px;

    p {
        font-size: 18px !important;
        font-weight: 500 !important;
        margin-bottom: 0px;
    }
}

.banner-section-six .center-img {
    position: relative;
}



.green-icon {
    background: url(../images/green-icon-bg.png);
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    animation: rotate 1.5s linear infinite;
}

.green-icon-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
}

.blue-icon {
    background: url(../images/blue-icon-bg.png);
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    animation: rotate 1.5s linear infinite;
}

.blue-icon-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
}

.banner-section-six .icon-1 {
    width: 80px;
    position: absolute;
    left: 80px;
    z-index: 1;
}

.banner-section-six .icon-2 {
    width: 80px;
    position: absolute;
    top: 155px;
    left: -55px;
    z-index: 1;
}

.banner-section-six .icon-3 {
    width: 80px;
    position: absolute;
    right: 80px;
    z-index: 1;
}

.banner-section-six .icon-4 {
    width: 80px;
    position: absolute;
    top: 155px;
    right: -46px;
    z-index: 1;
}

.banner-section-six .icon-5 {
    width: 80px;
    position: absolute;
    left: -60px;
    top: 340px;
    z-index: 1;
}

.banner-section-six .icon-6 {
    width: 80px;
    position: absolute;
    right: -66px;
    top: 340px;
    z-index: 1;
}
/*===========Inner Banner Style Start============*/

.inner-banner {
	background-position: center;
    background-size: cover;
	background: url("../images/inner-banner.jpg") no-repeat;
	    background-size: cover;
}
.inner-banner-img {
    position: relative;
    width: 100%;
    display: block;
    padding: 200px 0px 100px;
}
.inner-banner-img:before {
    position: absolute;
    content: '';
	/*background: rgb(15 19 38 / 47%);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner h2 {
	position: relative;
    color: #ffffff;
    font-size: 4.0rem;
    text-align: center;
	font-size: 55px;
    color: #fff;
    text-shadow: 0 0 20px #edbb75;
	text-transform: uppercase;
    font-weight: bold;
}
.inner-banner h2 em{
	    text-transform: capitalize;
    color: #00b050;
    letter-spacing: 2px;
    font-weight: bold !important;
	text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}
.inner-banner h2 span{
	    text-transform: capitalize;
    color: #00b050;
    letter-spacing: 2px;
    font-weight: bold !important;
	text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}
.about-box p{
    text-align: center;
}

@media(max-width:1366px) {
    .banner-section-six .banner-slide .hero-img-round {
        width: 512px;
        height: 512px;
    }

    .green-icon {
        width: 70px;
        height: 70px;
    }

    .green-icon-img {
        width: 70px;
    }

    .blue-icon {
        width: 70px;
        height: 70px;
    }

    .blue-icon-img {
        width: 70px;
    }

    .banner-section-six .icon-1 {
        width: 70px;
        left: 80px;
    }

    .banner-section-six .icon-2 {
        width: 70px;
        top: 155px;
        left: -55px;
    }

    .banner-section-six .icon-3 {
        width: 70px;
        right: 80px;
    }

    .banner-section-six .icon-4 {
        width: 70px;
        top: 155px;
        right: -46px;
    }

    .banner-section-six .icon-5 {
        width: 70px;
        left: -40px;
        top: 340px;
    }

    .banner-section-six .icon-6 {
        width: 70px;
        right: -35px;
        top: 340px;
    }
}


@media(max-width:1180px) {
    .banner-section-six .banner-slide .hero-img-round {
        width: 412px;
        height: 412px;
    }

    .green-icon {
        width: 60px;
        height: 60px;
    }

    .green-icon-img {
        width: 60px;
    }

    .blue-icon {
        width: 60px;
        height: 60px;
    }

    .blue-icon-img {
        width: 60px;
    }

    .banner-section-six .icon-1 {
        width: 60px;
        left: 56px;
    }

    .banner-section-six .icon-2 {
        width: 60px;
        top: 113px;
        left: -35px;
    }

    .banner-section-six .icon-3 {
        width: 60px;
        right: 56px;
    }

    .banner-section-six .icon-4 {
        width: 60px;
        top: 118px;
        right: -36px;
    }

    .banner-section-six .icon-5 {
        width: 60px;
        left: -25px;
        top: 256px;
    }

    .banner-section-six .icon-6 {
        width: 60px;
        right: -35px;
        top: 260px;
    }

    .hero-right-box {
        bottom: 50px;
        padding: 15px;
        width: 235px;
    }
}

@media(max-width:980px) {
    .banner-section-six .banner-slide {
        padding-top: 150px;
        padding-bottom: 30px;
    }

    .title {
        font-size: 2.0rem;
        line-height: 3.0rem;
        margin-bottom: 20px;
    }

    .banner-section-six .hero-left-content {
        width: 100%;
    }

    .banner-section-six .hero-right-content {
        width: 100%;
    }

    .banner-section-six .hero-center-content {
        width: 60%;
        margin: 0 auto;
    }

    .hero-right-box {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .arrow-right {
        display: none;
    }
	.offset-2{
		margin-left: 0px;
	}
}

@media(max-width:480px) {
    .banner-section-six .banner-slide .hero-img-round {
        width: 290px;
        height: 290px;
    }

    .green-icon {
        width: 45px;
        height: 45px;
    }

    .green-icon-img {
        width: 45px;
    }

    .blue-icon {
        width: 45px;
        height: 45px;
    }

    .blue-icon-img {
        width: 45px;
    }

    .banner-section-six .icon-1 {
        width: 45px;
        left: 23px;
    }

    .banner-section-six .icon-2 {
        width: 45px;
        top: 75px;
        left: -45px;
    }

    .banner-section-six .icon-3 {
        width: 45px;
        right: 18px;
    }

    .banner-section-six .icon-4 {
        width: 45px;
        top: 75px;
        right: -45px;
    }

    .banner-section-six .icon-5 {
        width: 45px;
        left: -49px;
        top: 174px;
    }

    .banner-section-six .icon-6 {
        width: 45px;
        right: -49px;
        top: 173px;
    }

    .title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 10px;
        text-align: center;
    }
	 .heading {
        font-size: 1.8rem !important;
        line-height: 2rem !important;
        margin-bottom: 10px;
        text-align: center;
    }

    .banner-section-six .banner-slide p {
        font-size: 20px;
        text-align: center;
    }

    .hero-right-box {
        p {
            font-size: 16px !important;
        }
    }
}


/* ======Hero Section End===== */

.after-hero-section {
    background-color: var(--primary-green-color);
    padding: 50px 0px;
}

.after-hero-section ul {
    margin: 0px;
    padding: 0px;
    list-style-image: url(../images/check.png);
    padding-left: 25px;
}

.after-hero-section ul li {
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    padding: 10px 0;
}

.key-points-box {
    padding-left: 20px;
    padding-right: 20px;
}

/*======Why Choose Section End===== */
.why-choose-section {
    padding: 4em 0;
}

/*======testimonial Section End===== */
.testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
	    background-color: #f8f9fa;
}

.scroll-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
	margin-top: 25px;
}

.scroll-content {
    display: flex;
    gap: 20px;
    animation: scroll-left 18s linear infinite;
}

.item {
    padding: 30px 24px;
    background: white;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 16px;
    flex-shrink: 0;
}

.testimonial-box {
    width: 100%;
}

.testimonial-box p {
    font-style: italic;
}

.testimonial-box p span {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-green-color);
}
 .testimonial-section h1.heading::before {
        content: "";
        position: absolute;
        /*bottom: -1.0416666667vw;*/
        left: 0;
        width: 7.8125vw;
        height: 6.8125vw;
        background-image: url(../images/gridicons_quote.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
	 z-index: -1;	
    }

.scroll-wrapper:hover .scroll-content {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ======Why Choose Section End===== */
.why-choose-section {
    padding: 4em 0;
    background-color: #f8f9fa;
}

.why-choose-card {
    background-color: #ffffff;
    border: 2px solid var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;

    justify-content: center;
    align-items: center;
    border-radius: 3.0rem;
    padding: 40px 20px;
}

.why-choose-card h2 {
    text-align: center;
}

.heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.0rem;
    text-align: center;
}

.box-main-head {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
}

.why-icon {
    width: 90px;
    height: 90px;
    background: var(--primary-gradient);
    border-radius: 50%;
    padding: 15px;
}

.why-feature-box {
    padding: 15px;
    float: left;
}

.why-choose {
    margin-top: 30px;
    float: left;
}

.why-choose-img {
    float: left;
}

/* ======Scroll Section===== */

.scroll-text-section {
    padding: 0px 0px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;

    background-color: var(--primary-green-color);
    background-color: #f8f9fa;
}

.marquee-content {
    display: inline-flex;
    animation: scroll 35s linear infinite;
    gap: 10px;
    padding-bottom: 15px;
}

.scroll-text-section {
    & .scroll-text-content {
        h4 {
            font-size: 4.5rem;
            font-weight: 600;
            padding-right: 25px;
            width: max-content;
            text-transform: uppercase;
            color: #034848;
            position: relative;
            display: inline-block;
            padding-right: 56px;
            padding-left: 17px;
			-webkit-text-fill-color: transparent;
            -webkit-text-stroke: 2px #afafaf;
        }
    }
}

.scroll-text-section {
    & .scroll-text-content {
        h4::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-color: #afafaf;
            border-radius: 50%;
        }
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-65%);
    }
}

/* ======Courses Section===== */
.courses-section {
    padding: 50px 0px;
    background-color: #f8f5f2;
	background-image: url("../images/shape-bg.png");
}

.courses-box {
    padding:14px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 20px 0px;
   /* display: flex;*/
    border: 1px solid #e1e1e1;
    margin-top: 40px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	text-align: center;
	    min-height: 320px;
	    background-color: #f8f9fa;
	background-image: url("../images/block-shape.png");
	background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}
.courses-box:hover{
	background-color: #e4f0fd;
}

/*.courses-content-box {
    width: 70%;
}*/

.courses-icon-box {
    width: 40%;
	margin: 0 auto;
}

.courses-icon-box h4 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
}

.courses-icon-box p {
    color: #fff;
}



.courses-content-box h4 {

    color: var(--primary-text);
	font-size: 1.8em;
	font-weight: 700;
	margin-top: 15px;
}

.courses-content-box span {
    font-size: 2.0rem;
}


.courses-content-box p {
    color: var(--primary-text);
	font-weight: 500;
}



.rotating-image {
    animation: spin 8s linear infinite;
    transform-origin: center center;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.zoom-loop2 {
  animation: zoomLoop 2s ease-in-out infinite;
}

@keyframes zoomLoop {

  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }
}
.zoom-loop{
  animation: featureRotateImage 2s ease-in-out infinite;
}

@keyframes featureRotateImage {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
/*======Animation Start===== */
.rotate {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.up-down {
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* slide up */
    }

    100% {
        transform: translateY(0);
        /* slide down */
    }
}

/* =========CTA Section two Section========== */



.cta-section {
  padding-top: 40px;
  
  

  .cta-box {
    background-image: url(../images/cta-bg.jpg);
    background-color: var(--semi-secondary-color);
    border-radius: 3.0rem;
    padding: 60px 50px;
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;

    .ventaforce-highlight-text {
      color: var(--white);
      font-size: 2.2rem;
      margin: 0px;
		font-weight: 700;
    }
  }
}

.primary-button-style {
    background: var(--primary-gradient);
    padding: 12px 35px;
    border-radius: 50px;
    color: var(--white) !important;
    font-weight: 700;
    border: 0px;
    font-size: 1.2rem;
    margin: 15px 0px;
    text-transform: uppercase;
    transition: all 0.3s 

}
.primary-button-style a{
	 color: var(--white) !important;
	text-decoration: none;
}
@media(max-width:980px) {
  .cta-section {
    padding-top: 15px;

    .cta-box {
      padding: 14px 20px;
      border-radius: 2.0rem;

      .ventaforce-highlight-text {
        font-size: 1.2rem;
      }
		
    }
  }
	.primary-button-style{
		font-size: 1rem;
		    padding: 10px 20px;
	}
	.sec-title h2{
		font-size: 1.1rem !important;
	}
	.sec-title{
	    margin-bottom: 16px !important;
	}
}


/* ======pricing Start===== */
a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
/*--blog----*/

.sec-title{
  position:relative;
  margin-bottom:30px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247,0,104);
  background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2{
  position:relative;
  display: inline-block;
  font-size:2rem;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
  color: #ffffff;
  -webkit-text-fill-color:inherit; 
}
.pricing-section {
    position: relative;
    padding: 40px 0 40px;
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #072442;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #072442;
  text-align: center;
	    border-radius: 25px;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 200px;
 /* background-color: #ffffff;*/
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}
.icon-outer img{
	height: 200px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #072442;
  border-radius: 50%;
  font-size: 50px;
  color: #072442;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 55px;
}

.pricing-block .price{
  display: block;
  font-size: 26px;
  color: #222222;
  font-weight: 700;
  color: #072442;
}


.pricing-block .features{
  position: relative;
  max-width: 255px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #4c4b4b;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #072442;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #072442;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#072442;
  background:none;
  border-radius:0px;
  border-color:#072442;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #144578;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #144578;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #144578;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #1b62ad;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #1b62ad;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #1b62ad;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#1b62ad;
  background:none;
  border-radius:0px;
  border-color:#1b62ad;
}


/* ======About Start===== */

.about-section{
	padding: 40px 0;
}
.list-style {
    list-style-image: url("../images/bullet.png");
    margin-top: 15px;
    padding: 0 0 0 25px;
    line-height: 2.2em;
    /* font-family: 'Playfair Display', serif; */
}
.list-style li {
    padding: 6px 0;
    color: #000;
    font-size: 16px;
}
.vision-section{
	padding: 40px 0;
}
.vision-box{
	box-shadow: 0 2px 60px #0000001a;
    border-radius: 3rem;
    padding: 50px;
	margin-top: 20px;
}
.mision-icon{
	 width: 90px;
    height: 90px;
    background: var(--primary-gradient);
    border-radius: 50%;
    padding: 15px;
    margin: 0 auto;
}
.mission-box {
    padding:30px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 20px 0px;
   /* display: flex;*/
    border: 1px solid #e1e1e1;
    margin: 20px 0px 40px 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	text-align: center;
	    min-height: 320px;
	    background-color: #f8f9fa;
	    min-height: 385px;
	background-image: url("../images/block-shape.png");
	background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}
.mission-box:hover{
	background-color: #e4f0fd;
}

/*--------------
Contact
--------------*/

.contact-box {
    padding: 40px !important;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
   
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px;
	
	padding: 0px 15px;
	    background-image: url(../images/block-shape.png);
    
    background-repeat: no-repeat;
   
    background-position: center;
}

.contact-icon {
    background: #f5f5f5;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    background: var(--website-primary-gradient);
}

.contact-icon i {
    color: #fff;
    font-size: 40px;
}

/*.contact-box img {
    width: 40px;
}*/

.contact-box .heading {
    font-size: 23px !important;
    line-height: 28px;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
}

.contact-box p {
    margin: 10px 0px 0px !important;
    font-size: 16px;
    text-align: center;
}

.contact-box .heading::after {
    margin-top: 5px;
}
.contact-section{
	padding: 40px 0;
	background-color: #f8f9fa;
}
.contact-form-wrapper{
	 box-shadow: 0 2px 60px #0000001a;
    border-radius: 3rem;
    padding: 50px;
    margin-top: 20px;
}
.contact-section img{
	margin-top: 70px;
}
/* 
==========Form Input Style================= */

.input-style {
  width: 100%;
  padding: 15px;
  border: 1px solid #dfe2e5;
  border-radius: 25px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
	    background-color: transparent;
}

@media(max-width:980px) {
  .input-style {
    padding: 10px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
/*--------------
FAQ
--------------*/
.faq-section{
	padding: 40px 0;
}

.acc h3 {
    cursor: pointer;
    position: relative;
    padding: 20px 8px !important;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
        background: #f8f9fa;
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    color: #02232a;
	border-radius: 15px;
}

.acc h3:after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.acc.active h3:after {
    content: '-';
}

.content {
    background-color: #f0ffff;
    display: none;
}

.content-inner {
    padding: 15px;
}

.content * {
    margin-top: 0;
    line-height: 1.5;
}

.acc {
    border-bottom: 1px solid #fff;
}

/* ======Packages Section===== */
.packages{
	padding: 60px 0;
}
.plan-box {
	padding: 50px;
	background: #f4f4f4;
	border-radius: 100px 100px 0px 100px;
	box-shadow: 10px 10px 0px 0px rgba(85,85,85,0.25);
}
.plan-box h1{
	border-bottom: 2px dashed #0c5a5a;
}
  
.plan-box h2 {
	color:#115f9f;
	margin: 0px 0 10px;
	 font-size: 1.5em; 
}

.plan-box ul li {
	/*color:#fff;
	background: #115f9f;*/
	padding: 0px 10px;
	margin: 5px 0;
	border-radius: 10px;
}

ul.list-style1 {
	margin: 15px 0;
	}

ul.list-style1 li {
	color:#000;
	background: #e3a62d;
	padding: 5px 10px;
	margin: 5px 0;
	border-radius: 10px;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 15px;
}

.plan-inner-box{
	padding: 30px !important;
	background: #ffffff;
	margin-bottom: 20px;
	border-radius: 50px 50px 0px 50px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 5px 5px 0px 0px rgba(0,56,102,0.45);
	float: left !important;
}

.plan-inner-box .col-md-6 {
	float: left !important;
}

.plan-table {
	width: 100%;
}

.plan-table td {
	padding:0px 5px;
}

.plan-table td {
	color:#000;
	background: #f4f4f4;
	padding: 5px 10px;
	margin: 5px 0;
	border-radius: 10px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	border:5px solid #fff;
}

.plan-table td.head {
	background: #e3a62d;
	border-radius: 10px;
}

.package-wrapper {
/*background: #e3a62d;*/
	border-radius: 100px 100px 0px 100px;
	/*background-color: var(--primary-green-color);*/
}

/*.package-wrapper img {
border-radius: 100px 100px 0px 100px;
}*/

.package-wrapper{
	
}
.package-box {
	border-radius: 50px;
	padding: 10px;
	text-align: center;
}

.package-box h2 {
	color:#fff;
	border-bottom: 1px solid #0d6c6c;
}

.package-box h3 {
	color:#fff;
	margin: 10px 0 0;
	font-size: 1.8em;
}
.plan-box h1, h2, h3{
	font-weight: 700;
	margin-top: 20px;
}
.pro-plan{
	/*position: absolute;*/
    top: 50%;
    transform: translateY(30%);
}
.premium-plan{
	/*position: absolute;*/
    top: 70%;
    transform: translateY(30%);
}
.scale-up-center {
	-webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
	        animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ======Footer Start===== */

footer {
    padding: 30px 0px;
	
}

.footer-container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.footer-box {
    background-color: var(--footer-bg);
    padding: 50px;
    border-radius: 50px;
	background-image: url("../images/footer-bg2.png");
}

.footer-box p {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    width: 70%;
}

.footer-box h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-box ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.footer-box ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-box ul li a {
    color: #b3b8bd;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
}
.list-style2 {
    list-style-image: url("../images/bullet2.png");
    margin-top: 15px;
    padding: 0 0 0 25px;
    line-height: 2.2em;
    /* font-family: 'Playfair Display', serif; */
}
.list-style2 li {
    padding: 6px 0;
    color: #000;
    font-size: 16px;
}
@media(max-width:768px) {
.inner-banner-img {
    padding: 130px 0px 20px;
}
.inner-banner h1 {
    font-size: 3.8rem;
}
.inner-banner h2{
    font-size: 1.5em !important;
}
.mission-box{
	   min-height: 300px;
	    margin: 20px 0px 5px 0;
	}
	.courses-box{
	     margin-top: 5px;
		    min-height: 250px;
	}
	.pricing-section{
		    padding: 40px 0 0px;
	}
	.testimonial-section{
		padding-top: 20px;
		    padding-bottom: 36px;
	}
	.scroll-wrapper{
		  padding: 0px 0;
	}
	.footer-box {
		    padding: 30px;
	}
	.footer-box p{
		    width: 100%;
	}
	.footer-box ul li{
		padding-top: 0px;
	}
	.plan-box h1, h2, h3{
		font-size: 1.2em;
	}
	.courses-content-box h4{
		    font-size: 1.5em;
	}
	.scroll-text-section {
    & .scroll-text-content h4{
		font-size: 3rem;
		}
	}
	.courses-icon-box{
		    width: 30%;
	}
	.why-icon{
		margin: 0 auto;
	}
	.why-feature-box{
		text-align: center;	
	}
	.zoom-loop2{
		animation: none;
	}
	.plan-box h1, h2, h3{
		 margin-top: 20px !important;
	}
	.vision-section img{
		width: 50%;
	}
	.scale-up-center{
		animation: none;
	}
	.pro-plan{
		transform: translateY(0%);
		        margin: 0 auto;
        text-align: center;
	}
	.premium-plan{
		transform: translateY(0%);
		margin: 0 auto;
        text-align: center;
	}
	.package-wrapper img{
		width: 50%;
		margin: 0 auto;
	}
	.why-choose-section{
		    padding: 1em 0;
	}
	.plan-box h2{
		font-size: 1.1em;
	}
	.packages{
		padding: 40px 0;
	}
	.header-style{
	    padding: 2px 20px;
	}
}
