@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    overflow-x: hidden;
    /*background-color: #f6f4ff;*/
    background-color: #ffffff;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #cc0f2f;
}

/* Start General CSS */
.ey-logo {
    max-width: 220px;
}

.btn-custom {
    background: #15458e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.btn-custom:hover {
    background: #cc0f2f;
    color: #ffffff;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.postion-relative { 
    position: relative;
}

.postion-absolute { 
    position: absolute;
}

.postion-fixed { 
    position: fixed;
    top: 0;
}

div#myHeader {
    background: #fff !important;
    z-index: 999999;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff !important;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.owl-carousel .owl-dots button.active {
    background-color: #15458e !important;
}

.owl-carousel .owl-dots button {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #d4d2dd !important;
    border-radius: 15px;
    margin: 0 5px;
}

.btn-white {
    background: #ffffff;
    color: #15458e;
    font-size: 18px;
    font-weight: 600;
}

.btn-white:hover {
    color: #cc0f2f !important;
}

@media (min-width: 1140px) {
    .pr-xl-5 {
      padding-right: 2.5rem !important;
    }
}
/* End General CSS */

/* Start Action Bar */
section.action-bar {
    background: #cc0f2f;
}
section.action-bar ul {
    margin: 5px 0;
}
section.action-bar ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
section.action-bar ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}
/*
section.action-bar ul li.act-tel::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    color: #fff;
}
section.action-bar ul li.act-email::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    color: #fff;
}
*/
.text-md-right {
    text-align: right;
}
/* End Action Bar */

/* Start Top Nav */
.navbar-light {
    background: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-toggler {
    color: rgba(21, 69, 142, .99);
    border-color: rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link {
    color: #15458e !important;
    font-weight: 500;
}
.navbar-nav .nav-link.active {
    color: #CC0F2D !important;
}
/* End Top Nav */


/* Start Animation CSS */
.moving_animation {
    animation: moving_object 6s infinite linear;
}
@keyframes moving_object {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-30px);
    }
  
    100% {
      transform: translateY(0);
    }
}

@keyframes star_down_one {
    0% {
      opacity: 0;
      top: -250px;
    }
  
    10% {
      opacity: 1;
    }
  
    90% {
      opacity: 1;
    }
  
    100% {
      top: 100%;
      opacity: 0;
    }
}
/* End Animation CSS */


/* Start Banner CSS */
section.banner-section {
    /* background: linear-gradient(180deg, #e3edf0 30%, #fff 100%); */
    background-image: url(../images/white_banner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}
section.banner-section  {
    padding: 7rem 0 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner-title h1 {
    line-height: 3.2rem;
    font-size: 2.3rem;
    font-weight: 700;
}

.mb-5.banner-sub-title h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #243f47;
    line-height: 1.4;
}

.banner-img {
    animation: moving_object 4s linear infinite;
}
/* End Banner CSS */

/* Start Internal Banner CSS */
section.internal-banner-section {
    /* background: linear-gradient(180deg, #e3edf0 30%, #fff 100%); */
    /*background-image: url(../images/internal_banner_bg.png) ,linear-gradient(89deg,rgba(21,69,142,0.2) 0%,rgba(204,15,47,0.2) 100%)!important;*/
    background-image: url(../images/internal_banner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
section.internal-banner-section  {
    padding: 9rem 0 9rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.internal-banner-title h1 {
    line-height: 3.2rem;
    font-size: 2.3rem;
    font-weight: 700;
    /* color: #15458e !important; */
}
.internal-banner-sub-title h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.70rem;
}
/* End Internal Banner CSS */

/* Start Section Two */
section.section-two {
    position: relative;
    padding: 2.5rem 0;
}

section.section-two h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-two h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}

section.section-two .nav-tabs {
    border-bottom: transparent;
}

section.section-two ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

section.section-two li.nav-item {
    margin: 0 0 0 20px;
    flex: 1;
    background-color: #e8ecf4;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 16px;
    color: #15458e;
    text-align: left !important;
    transition: all ease-in-out .3;
}

section.section-two li.nav-item:hover {
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.1);
}

section.section-two .nav-tabs .nav-link {
    border: 0px;
    font-weight: 600;
    padding: .5rem 0.75rem;
    color: #2c5899;
}

section.section-two .nav-tabs .nav-item a svg {
    display: block;
    margin: 12px 0px;
}

section.section-two .nav-tabs .nav-item span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2 !important;
    color: #6b7c8c;
}

section.section-two .nav-tabs .nav-link.active {
    color: #d12744;
    background-color: #e8ecf4;
    border-color: transparent;
}

section.section-two .tab-pane {
    background: #fff;
    padding: 1rem 2rem;
}

section.section-two h3 {
    font-weight: bold;
}

section.section-two ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

section.section-two ul li {
    padding: 0px 0px 16px 30px;
    position: relative;
    display: flex;
    align-items: center;
}

section.section-two .section-content ul li svg {
    color: #15458e;
    position: absolute;
    left: 0;
}

section.section-two h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

/*section.section-two li.nav-item:first-child {*/
/*    margin: 0;*/
/*}*/

.tab-content .span-title {
    font-weight: 600;
    color: #d12744;
}
/* End Section Two */


/* Start Section Four */
section.section-four {
    position: relative;
    padding: 2.5rem 0;
}

.feature_card .icons img {
    max-width: 100px;
}

.feature_card .ft-txt {
    margin-top: 15px;
}
section.section-four h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-four  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}

section.section-four .feature_card {
    margin: auto;
    width: 365px;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    transition: 0.4s all;
    background: #ffffff;
}

section.section-four .feature_card:hover {
    box-shadow: 0 18px 29px #ede9fe;
}

section.section-four .feature_card .icons {
    position: relative;
    width: 133px;
    margin: 0 auto;
}

section.section-four .feature_card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #15458e;
    margin-bottom: 20px;
}

section.section-four .feature_card p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 1.6;
    word-break: break-word;
}

section.section-four .feature_card a.btn.text_btn {
    font-size: 14px;
    font-weight: 700;
    color: #15458e;
}

section.section-four .feature_card a.btn.text_btn:hover {
    color: #cc0f2f;
}

section.section-four .feature_card a.btn.text_btn:focus {
    color: #cc0f2f;
    box-shadow: none;
}

section.section-four .feature_card svg.svg-inline--fa.fa-arrow-right {
    transform: rotate(-45deg);
    margin-left: 5px;
}
/* End Section Four */



/* Start Section Eight 3 */
section.section-eight.se-3 {
    position: relative;
    padding: 2.5rem 0;
}

section.section-eight.se-3 .advance-feature-inner {
    background-color: #15458e;
    border-radius: 30px;
    padding: 80px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

section.section-eight.se-3 h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

section.section-eight.se-3 h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 700;
    color: #ffffff;
}

section.section-eight.se-3 p.entry-para {
    color: #ffffff;
}

section.section-eight.se-3 .feature-block {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 20px;
    margin-top: 30px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1000 !important;
    min-height: 312px;
}

section.section-eight.se-3 .feature-block .ft-icon {
    width: 100%;
    margin-bottom: 15px;
}

section.section-eight.se-3 .feature-block .ft-icon img {
    max-height: 60px;
}

section.section-eight.se-3 .feature-block .ft-text {
    width: 100%;
}

section.section-eight.se-3 .feature-block .ft-text  h3 {
    font-size: 20px;
    font-weight: 700;
    color: #391e6c;
    margin-bottom: 10px;
}

section.section-eight.se-3 .feature-block .ft-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1rem;
}

section.section-eight.se-3 .anim-line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
  
section.section-eight.se-3 .anim-line.dark-bg {
    max-width: 1170px;
}
  
section.section-eight.se-3 .advance-feature-inner .dark-bg {
    overflow: hidden;
}
  
section.section-eight.se-3 .anim-line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
      animation-delay: 0s;
    opacity: 0;
}

section.section-eight.se-3 .anim-line span:first-child {
    left: -17%;
    animation-delay: 3s;
}
  
section.section-eight.se-3 .advance-feature-inner .dark-bg span {
    z-index: 9999;
    transform: rotate(180deg);
}

.anim-line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s !important;
}

.anim-line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s !important;
}

.anim-line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s !important;
}

.anim-line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s !important;
}

.anim-line span:nth-child(6) {
    left: 68% !important;
}

.anim-line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s !important;
}

.anim-line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s !important;
}

.anim-line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s !important;
}
/* End Section Eight 3 */


/* Start Section Nine */
section.section-nine {
    /* background: linear-gradient(180deg, rgba(227, 237, 240, .5) 30%, #fff 100%) #fff;
    border-bottom: 1px solid #e7f0f3;
    position: relative;
    padding: 2.5rem 0; */
    min-height: 1000px;
    position: relative;
    padding: 50px 0;
    margin: 0 0 0 0;
    background: url(../images/business_vector.png) top center;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

section.section-nine h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-nine  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}

section.section-nine .quality_label ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

section.section-nine .quality_label ul li {
    padding: 5px 35px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: 0 10px;
    font-weight: 600;
    transition: .4s all;
    cursor: context-menu;
    list-style: none;
}

section.section-nine .quality_label ul li p {
    margin: 0 0 0 5px;
    transition: .3s all;
}

section.section-nine ul#counter {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

section.section-nine ul#counter li {
    text-align: center;
    max-width: 180px;
}

section.section-nine .counters_block ul li p:first-child {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    min-height: 75px;
    color: #15458e;
}

section.section-nine .counters_block ul li p:last-child {
    font-weight: 600;
    line-height: 23px;
}

section.section-nine .images-gallery-block .gl-block:first-child {
    margin-top: 50px;
}

section.section-nine .images-gallery-block .gl-block .img {
    margin-top: 30px;
}

section.section-nine .images-gallery-block .gl-block .img img {
    max-width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(227,225,236,1);
    -moz-box-shadow: 0px 4px 10px 2px rgba(227,225,236,1);
    box-shadow: 0px 4px 10px 2px rgba(227,225,236,1);
  }
/* End Section Nine */


/* Start Section Ten */
section.section-ten {
    position: relative;
    padding: 3.5rem 0;
}

section.section-ten h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-ten  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}

section.section-ten .list-block {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #edebf6;
    border: 1px solid #f1eff7;
    border-radius: 6px;
    min-height: 160px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    border-bottom: 4px solid transparent;
    transition: .4s all;
}

section.section-ten .list-block .icon {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section-ten .list-block .caption p {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1rem;
}

section.section-ten .list-block:hover {
    border-bottom-color: #15458e;
}
/* End Section Ten */


/* Start Section Twelve */
section.section-twelve {
    position: relative;
    padding: 2.5rem 0;
}

section.section-twelve h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-twelve  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}

section.section-twelve .faq-panel .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #ede9fe;
    padding: 16px 0;
    border: 1px solid #f1eff7;
}
  
section.section-twelve .faq-panel .card:last-child {
    margin-bottom: 0;
}
  
section.section-twelve  .faq-panel .card-header {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}
  
section.section-twelve .faq-panel .card-header .btn {
    padding: 0;
    color: #15458e;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-align: left;
}
  
section.section-twelve  .faq-panel .card-header .btn.active {
    color: #cc0f2f;
}
  
section.section-twelve  .faq-panel .accordion button,
section.section-twelve  .faq-panel .accordion button:hover,
section.section-twelve  .faq-panel .accordion button:focus {
    text-decoration: none;
}
  
section.section-twelve .faq-panel .card-header .icon_faq {
    position: absolute;
    right: 20px;
    top: 11px;
    color: #839bc0;
}

section.section-twelve .faq-panel .card-header h2 {
    line-height: 1;
    position: relative;
    background-image: url(../images/question-icon.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left 6px;
    padding-left: 45px;
}

/* End Section Twelve */


/* Start Section Thirteen 2 */
section.section-thirteen.st-2 {
    position: relative;
    z-index: 1000;
    padding: 0px;
    padding-top: 70px;
}
  
  .section-thirteen.st-2 .free_inner {
    max-width: 1370px;
    margin: 40px auto;
    background-color: #cc0f2f;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 565px;
    box-shadow: none;
  }
  
  
  .section-thirteen.st-2 .free_inner .text {
    width: 650px;
    color: #ffffff;
    padding: 15px 0;
    padding-left: 95px;
  }
  
  .section-thirteen.st-2 .free_inner .text .section_title {
    text-align: left;
  }
  
  .section-thirteen.st-2 .free_inner .text .section_title h2 {
    color: #ffffff;
  }
  
  .section-thirteen.st-2 .free_inner .text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  .section-thirteen.st-2 .free_inner .text ul li {
    width: 48%;
  }
  
  .section-thirteen.st-2 .free_inner .text ul li p {
    margin-bottom: 0;
  }
  
  .section-thirteen.st-2 .free_inner .text ul li p i {
    margin-right: 5px;
  }
  
  .section-thirteen.st-2 .free_inner .text .start_and_watch {
    display: flex;
  }
  
  .section-thirteen.st-2 .free_inner .side_img {
    position: absolute;
    top: 75px;
    right: -210px;
    width: 890px;
    border-radius: 16px;
  }
  
  .section-thirteen.st-2 .free_inner .side_img img {
    border-radius: 16px;
    box-shadow: 0 0 8px #0000004f;
    border: 1px solid #fff;
  }
  
  .section-thirteen.st-2 .free_inner .text .play-button {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 250px;
    margin: 0 0 0 20px;
  }
  
  .section-thirteen.st-2 .free_inner .text .play_btn {
    position: relative;
  }
  
  .section-thirteen.st-2 .free_inner .text .play-button span {
    color: #ffffff;
    font-weight: 700;
    margin-left: 30px;
  }
  
  .section-thirteen.st-2 .free_inner .text .play-button .play_btn img {
    width: 40px;
    position: relative;
    z-index: 1000;
  }

.section-thirteen.st-2 ul.cntct-info {
    list-style: none;
    padding-left: 0;
}


.section-thirteen.st-2 .anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
  
.section-thirteen.st-2 .anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
    opacity: 0;
}

.section-thirteen.st-2 .anim_line.dark_bg {
    max-width: 1170px;
}

.section-thirteen.st-2 .anim_line.dark_bg span {
    transform: rotate(180deg);
}

.section-thirteen.st-2 .anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
}

.section-thirteen.st-2 .anim_line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s;
}

.section-thirteen.st-2 .anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
}

.section-thirteen.st-2 .anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
}

.section-thirteen.st-2 .anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
}

.section-thirteen.st-2 .anim_line span:nth-child(6) {
    left: 68%;
}

.section-thirteen.st-2 .anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
}

.section-thirteen.st-2 .anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
}

.section-thirteen.st-2 .anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
}

section.section-thirteen.st-2 h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}  
section.section-thirteen.st-2 h2.entry-heading {
    font-size: 40px;
    line-height: 2.9rem;
    font-weight: 700;
    color: #ffffff;
}
section.section-thirteen.st-2 p.entry-para {
    color: #ffffff;
}

section.section-thirteen.st-2 .contact-details {
    padding: 75px;
}

section.section-thirteen.st-2 .flex-container.cnt-inf {
    display: flex;
    gap: 15px;
}
section.section-thirteen.st-2 .flex-container.cnt-inf .git img {
    max-height: 70px;
}

section.section-thirteen.st-2 .cnt-inf p.title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

section.section-thirteen.st-2 .contact_inner {
    position: relative;
    width: 100%;
    padding: 50px;
    border-radius: 22px;
    background-color: #fff;
    /*box-shadow: 0 4px 10px #EDE9FE;*/
}

section.section-thirteen.st-2 .contact_inner .contact_form h2 {
    font-size: 40px;
    font-weight: 700;
    color: #15458e;
}

section.section-thirteen.st-2 .contact_inner .contact_form form .form-group {
    margin-bottom: 20px;
}

section.section-thirteen.st-2 .contact_inner .contact_form form .form-group .form-control {
    height: 60px;
    padding: 5px 20px;
    color: #3e3f66;
    border: 2px solid #E1DBF4;
    border-radius: 12px;
    font-weight: 500;
    background: #ffffff;
}

section.section-thirteen.st-2 .contact_inner .contact_form form .form-group .form-control:focus {
    box-shadow: none;
    border-color: #6a49f2;
    color: #391e6c;
}

section.section-thirteen.st-2 .contact_inner .contact_form form .form-group button {
    width: 240px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}
section.section-thirteen.st-2 .btn_main {
    color: #ffffff;
    /* background-image: linear-gradient(135deg, #ff7133, #ff8c5a); */
    background: #15458e;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 25px;
    position: relative;
    font-weight: 700;
    transition: 0.4s all;
}

section.section-thirteen.st-2 .contact_inner .contact_form .form-graphic {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.section-thirteen.st-2 ul.social-links {
    padding-left: 0px;
}

section.section-thirteen.st-2 ul.social-links li {
    list-style: none;
    display: inline-block;
}

section.section-thirteen.st-2 ul.social-links li img {
    max-width: 52px;
}

/* End Section Thirteen 2 */


/* Start Section Fifteen */
section.section-fifteen {
    padding: 3.5rem 0 0; 
}

section.section-fifteen h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-fifteen  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
}
/* End Section Fifteen */

/* Start Footer */
footer {
    position: relative;
    background-color: #15458e;
}
footer .top-footer {
    padding: 200px 0 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: -95px;
    background-color: #15458e;
}
.footer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}
.qlinks h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 10px;
    color: #FFF;
}
.qlinks ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.qlinks ul li a {
    display: block;
    transition: 0.4s all;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .social_media {
    display: flex;
}

ul.social_media li {
    padding: 0;
}

ul.social_media li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

footer .social_media li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.4s all;
    color: #ffffff;
}
footer .social_media li a:hover {
    background-color: #ffffff;
    color: #391e6c;
}

.footer-ci h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 10px;
    color: #fff;
}
.footer-ci ul {
    list-style: none;
    padding: 0;
}
.footer-ci ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-ci ul li .text {
    padding-left: 15px;
}
.footer-ci ul li .text p {
    line-height: 25px;
    margin-bottom: 0;
    color: #ffffff;
}
.footer-ci ul li .text a {
    display: block;
    transition: 0.4s all;
    color: #ffffff;
}

footer .bottom-footer {
    position: relative;
    border-top: #6a49f2 solid 1px;
}
footer .bottom-footer .row {
    align-items: center;
    padding: 15px 0;
}
footer .bottom-footer p {
    color: #ffffff;
    text-align: center;
}

.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
    opacity: 0;
  }
  
  .anim_line.dark_bg {
    max-width: 1170px;
  }
  
  .anim_line.dark_bg span {
    transform: rotate(180deg);
  }
  
  .anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
  }
  
  .anim_line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s;
  }
  
  .anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
  }
  
  .anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
  }
  
  .anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
  }
  
  .anim_line span:nth-child(6) {
    left: 68%;
  }
  
  .anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
  }
  
  .anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
  }
  
  .anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
  }

footer ul.social_media {
    padding-left: 0;
}
/* End Footer */


/*------------------------------------------------------------------------------------------------------------------------------------
   Pricing Page
------------------------------------------------------------------------------------------------------------------------------------ */
/* Start Section Pricing 1 */
section.section-pricing-1 {
    padding: 4.5rem 0 0; 
}

section.section-pricing-1 h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-pricing-1  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 700;
}

.section-pricing-1 .price-table {
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
    box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}
.section-pricing-1 .price-table:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
.section-pricing-1 .price-table .price-text {
    margin-bottom: 30px;
}
.section-pricing-1 .price-table .price-text h4 {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #000;
    line-height: 1.3;
    text-transform: capitalize;
}
.section-pricing-1 .price-table .price-icon {
    display: inline-block;
}
.section-pricing-1 .price-table .price-icon svg {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #cc0f2f;
    color: #fff;
    margin: 0;
    padding: 20px;
}
.section-pricing-1 .price-table .price-value {
    margin-top: 25px;
    margin-bottom: 20px;
}
.section-pricing-1 .price-table .price-value b {
    font-size: 3.2rem;
    font-weight: 700;
    color: #050626;
}
.section-pricing-1 .price-table .price-value span {
    font-size: 1rem;
}
.section-pricing-1 .price-table .price-list li {
    margin-top: 15px;
}
.section-pricing-1 .price-table .price-list li::marker {
    content: "";
}
/*
.section-pricing-1 .price-table .price-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    color: #15458e;
}
*/
.section-pricing-1 ul.price-list.ft-list svg {
    width: 16px;
}
.section-pricing-1 .price-table .price-list li:first-child {
    margin-top: 0;
}
.section-pricing-1 .price-table ul.price-list li {
    font-size: 13px;
    font-weight: 500;
} 
.section-pricing-1 .price-table .price-footer {
    margin-top: 30px;
}
.section-pricing-1 .price-table .price-footer .price-block-btn {
    display: block;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #15458e;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 10px 23px;
    margin: auto;
    max-width: 160px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.price-value span.staf {
    font-weight: 500;
    font-size: 12px !important;
    line-height: 1.3;
    margin-top: 5px;
    min-height: 32px;
}
.price-list.ft-list {
    min-height: 177px;
}

/* Part 2 */
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #15458e;
}
.price-table .fa-times {
    color: #D8D6E3;
}
.svg-inline--fa.fa-xmark {
    color: #cc0f2f;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3),
.price-table tr td:nth-child(5) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 5px 15px 15px;
}
.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #15458e;
    color: #FFFFFF;
}
.price-table td.price {
    color: #cc0f2f;
    padding: 5px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    max-width: 160px;
}
.price-table td.price a {
    background-color: #15458e;
    color: #FFFFFF;
    padding: 12px 12px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 0.3rem;
    min-width: 135px;
}
.price-table td.price a:hover {
    background-color: #cc0f2f;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}
.section-pricing-1 .main .price-table {
    text-align: left;
    box-shadow: none;
}
.section-pricing-1 .main:hover .price-table {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.price-value {
    min-height: 70px;
}
/* End Part 2 */
/* End Section Pricing 1 */

/* Start Section Pricing 2 */
section.section-pricing-2 {
    padding: 4.5rem 0 0; 
}

section.section-pricing-2 h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc0f2f;
}

section.section-pricing-2  h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 700;
}
section.section-pricing-2 .addons_slide_box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #15458e;
    margin-bottom: 10px;
}
/* End Section Pricing 2 */

/* Start Section Pricing 3 */
section.section-pricing-3.se-3 {
    position: relative;
    padding: 3.5rem 0;
}

section.section-pricing-3.se-3 .advance-feature-inner {
    background-color: #15458e;
    border-radius: 30px;
    padding: 80px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

section.section-pricing-3.se-3 h3.entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

section.section-pricing-3.se-3 h2.entry-heading {
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 700;
    color: #ffffff;
}

section.section-pricing-3.se-3 p.entry-para {
    color: #ffffff;
}

section.section-pricing-3.se-3 .feature-block {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 20px;
    margin-top: 30px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1000 !important;
    min-height: 312px;
}

section.section-pricing-3.se-3 .feature-block .ft-icon {
    width: 100%;
    margin-bottom: 15px;
}

section.section-pricing-3.se-3 .feature-block .ft-icon img {
    max-height: 60px;
}

section.section-pricing-3.se-3 .feature-block .ft-text {
    width: 100%;
}

section.section-pricing-3.se-3 .feature-block .ft-text  h3 {
    font-size: 20px;
    font-weight: 700;
    color: #391e6c;
    margin-bottom: 10px;
}

section.section-pricing-3.se-3 .feature-block .ft-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1rem;
}

section.section-pricing-3.se-3 .anim-line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
  
section.section-pricing-3.se-3 .anim-line.dark-bg {
    max-width: 1170px;
}
  
section.section-pricing-3.se-3 .advance-feature-inner .dark-bg {
    overflow: hidden;
}
  
section.section-pricing-3.se-3 .anim-line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
      animation-delay: 0s;
    opacity: 0;
}

section.section-pricing-3.se-3 .anim-line span:first-child {
    left: -17%;
    animation-delay: 3s;
}
  
section.section-pricing-3.se-3 .advance-feature-inner .dark-bg span {
    z-index: 9999;
    transform: rotate(180deg);
}
/* End Section Pricing 3 */

/* Start Section Pricing 4 CSS */
/*section.section-pricing-4 {
    background-image: url(../images/white_banner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}*/
section.section-pricing-4  {
    margin-bottom: 1.5rem;
    padding: 3.5rem 0 1rem; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.section-pricing-4-title h1 {
    line-height: 3.2rem;
    font-size: 2.3rem;
    font-weight: 700;
}
.mb-5.section-pricing-4-sub-title h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #243f47;
    line-height: 1.4;
}
/*.section-pricing-4-img {
    animation: moving_object 4s linear infinite;
}*/
/* End Section Pricing 4 CSS */


/* Start Responsive CSS */
@media (max-width: 480px) {
    .banner-content {
        text-align: center;
        margin-bottom: 40px;
    }
    .banner-img {
        padding: 0 15px;
    }
    .banner-title h1 {
        line-height: 2.9rem;
        font-size: 2.3rem;
    }
    .pr-xl-5 {
      padding-right: 0rem !important;
    }
    
    section.section-two h2.entry-heading {
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
    section.section-two .nav-tabs {
        display: block;
    }
    section.section-two li.nav-item {
        margin-bottom: 20px;
    }
    section.section-two li.nav-item:first-child {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    section.section-two .tab-pane img {
        margin-bottom: 20px;
    }
    
    section.section-four h2.entry-heading {
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
    
    section.section-eight.se-3 .advance-feature-inner {
        padding: 40px;
    }
    
    section.section-nine .quality_label ul {
        flex-direction: column;
        gap: 15px;
    }
    section.section-nine ul#counter {
        flex-direction: column;
        gap: 15px;
    }
    section.section-nine ul#counter li {
        max-width: 100%;
    }
    .images-gallery-block.row {
        text-align: center;
    }
    
    section.section-ten h2.entry-heading {
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
    
    section.section-twelve h2.entry-heading {
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
    section.section-twelve .faq-panel .card-header h2 {
        background-size: 24px;
    }
    
    section.section-thirteen.st-2 .contact-details {
        padding: 50px 40px;
    }
    section.section-twelve .faq-panel .card-header .icon_faq {
        display: none;
    }
    
    .section-thirteen.st-2 .free_inner {
        margin: 40px 20px;
    }
    .section-thirteen.st-2 .pbtop {
        padding-top: 15px;
    }
    section.section-thirteen.st-2 .contact_inner {
        padding: 50px 25px;
        margin-top: 40px;
    }

}

/* Start Responsive CSS */

/* Start Tabs CSS */
section.section-two ul.nav-tabs li {
    overflow: inherit;
    margin-top: 20px;
    margin-bottom: 0;
}

section.section-two ul.nav-tabs li:hover .circle-shapes-wrap {
    opacity: 1;
}

.circle-shapes-wrap {
    width: 70%;
    position: absolute;
    padding-bottom: 70%;
    z-index: -1;
    left: 19%;
    top: -14%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rounded 30s linear infinite;
    animation: rounded 30s linear infinite;
}

.circle-shapes-wrap::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: zoomInOutTwo 4s infinite;
    animation: zoomInOutTwo 4s infinite;
    animation-delay: 0s;
}
.circle-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #e0e0e1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.circle-shapes-wrap .circle-shape::before {
    left: 2%;
    bottom: 15%;
    background: #FF7A41;
}
.circle-shapes-wrap .circle-shape::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: zoomInOutTwo 4s infinite;
    animation: zoomInOutTwo 4s infinite;
    animation-delay: 0s;
}
.circle-shape::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: zoomInOutTwo 4s infinite;
    animation: zoomInOutTwo 4s infinite;
    bottom: 6%;
    right: 15%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: #fd01f4;
} 
.circle-shapes-wrap::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: zoomInOutTwo 4s infinite;
    animation: zoomInOutTwo 4s infinite;
    animation-delay: 0s;
}

.circle-shapes-wrap::after {
    right: 1%;
    top: 20%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: #104cba;
}
@keyframes zoomInOutTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } 
}
@keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}
/* End Tabs CSS */

