/* Global Selectors Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-image: url(img/bg01.png);
    background-size: cover;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
/* Global Selectors End */

/* Hero Section Styling Start  */
#group_1 {
    width: 100%;
}

/* Nav-bar Styling Start  */
.bg-light {
    background-color: white !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.navbar-brand {
    border: none;
}
.navbar-brand img {
    display: block;
    width: 225px;
}
.my-nav {
    max-width: 920px;
}
.navbar-nav {
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-link {
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
}
/* Nav-bar Styling End    */

/* Group 1 Styling Start  */
#hero .row {
    /* display: flex; */
    justify-content: space-between;
}
#hero .row .col-xl-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textbox1_1 {
    display: flex;
    justify-content: left;
    align-items: center;
}
.textbox1_1 h1 {
    color: #4b4b4b;
    font-size: 3.4rem;
    font-weight: 900;
}
.highlight {
    color: #1e4190;
}
.textbox1_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.btn-danger {
    border-radius: 9px;
}
.btn-text {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
#hero .row .col-xl-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
}
.img1_1 {
    display: flex;
    width: 100%;
}
.img1_2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.box1_2 {
    margin: auto;
    padding: 80px 0;
}
.card {
    margin: auto;
    max-width: 18.5rem;
    border-radius:5px 40px 40px 5px;
    box-shadow: 2px 2px 5px rgb(0,0,0,0.2);
}
.card img {
    width: 100%;
}
.card-body {
    height: 100%;
    padding: 1.6rem  0;
    text-align: center;
}
.card-title {
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1rem;
}
.card-text {
    color: #4b4b4bd2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
}
.box1_2 .col-lg-3 {
    border: none;
}
.hero {
    border: none;
    height: 850px;
    display: flex;
    flex-direction: row;
    align-items: center;
}  
/* Group 1 Styling End   */

/* Hero Section Styling End */

/* Group 2 Styling Start   */

#group_2 .container {
    padding: 115px 0;
}
#group_2 .row {
    width: 100%;
    margin: auto;
}
#group_2 .row .col-xl-8 {
    padding: 0 ;
}
#group_2 .row .col-xl-4 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#group_2 .row .col-xl-4 img {
    display: block;
    max-width: 65%;
    padding: 0;
}
#group_2 .row .card {
    display: flex;
    max-width: 550px;
    min-height: 150px;
    background-color: rgb(255, 255, 255);
}
#group_2 .row .card img {
    margin-top: 20px;
    width: 70%;
}
#group_2 .row .card-body {
    padding: 20px 0 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
#group_2 .row .card-title {
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    text-align: left;
}
#group_2 .row .card-text {
    color: #4b4b4bd2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    text-align: left;
}

/* Group 2 Styling End   */

/* Group 3 Styling Start   */
#group_3 .container {
    padding: 50px 0 100px 0;
}
#group_3 .row{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#group_3 .col-xl-3 {
    border:none;
}
#group_3 .col-xl-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}
#group_3 .col-xl-1 .text3_2 {
    font-size: 5rem;
    color: black;
}
#group_3 .textbox1_1 {
    justify-content: center;
}
#group_3 .textbox1_1 h1 {
    color: #1e4190;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}
#group_3 .card {
    border: none;
    background-color: transparent;
    max-width: 250px;
    border-radius: 0;
    box-shadow: none;
}
#group_3 .card img {
    border-radius: 50%;
    width: 100%;
    border: none;
    filter: drop-shadow(2px 5px 5px rgb(0,0,0,0.5));
}
#group_3 .card .card-text {
    color: #4b4b4bd2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}
.blue {
    color: #093ebb !important;
}
/* Group 3 Styling End   */

/* Group 4 Styling Start   */
#group_4 .box {
    border: none;
}
#group_4 .row{
    width: 100%;
    margin: auto;
}
#group_4 .row .col-xl-12 {
    display: flex;
    justify-content: center;
}
#group_4 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
#group_4 .row .col-xl-6 {
    display: flex;
    justify-content: center;
    margin: auto;
}
#group_4 .box .row img {
    border-radius: 35px;
}
#group_4 .row .grp4_img {
    width: 90%;
    height: 90%;
    padding:20px 20px;
    filter: drop-shadow(0 10px 5px rgb(0,0,0,0.5));
}
#group_4 .row .grp4_playbtn {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    filter: drop-shadow(5px 5px 3px rgb(0,0,0,0.5));
}
#group_4 .row .card {
    display: flex;
    max-width: 550px;
    min-height: 150px;
    background-color: rgb(255, 255, 255);
}
#group_4 .row .card img {
    margin-top: 20px;
    width: 70%;
}
#group_4 .row .card-body {
    padding: 20px 0 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
#group_4 .row .card-title {
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    text-align: left;
}
#group_4 .row .card-text {
    color: #4b4b4bd2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: left;
}
.textbox4_1 {
    padding: 60px 0;
}
.textbox4_2 {
    padding-top: 50px;
}
.free {
    font-size: 2rem;
    color: #093ebb;
}
.textbox4_3 {
    padding-bottom: 60px;
}
/* Group 4 Styling End   */

/* Group 5 Styling Start   */
#group_5 .row {
    width: 100%;
    margin: auto;
}
#group_5 .row .col-xl-12 {
    display: flex;
    justify-content: center;
}
#group_5 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
.text5_1 {
    color: #093ebb;
}
.textbox5_1 {
    text-align: center;
    padding: 60px 0;
}
/* Group 5 Styling End   */

/* Group 6 Styling Start  */
#group_6 .row {
    width: 100%;
    margin: auto;
}
#group_6 .row .col-xl-12 {
    display: flex;
    justify-content: center;
}
#group_6 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
/* Group 6 Styling End  */

/* Group 7 Styling Start  */
#group_7 .row {
    width: 100%;
    margin: auto;
}
#group_7 .row .col-xl-12 {
    display: flex;
    justify-content: center;
}
#group_7 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
#group_7 .row .col-xl-3 {
    padding: 20px 0;
}
#group_7 .row .card {
    padding: 10px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    max-width: 210px;
    max-height: 160px;
    display: flex;
    align-items: center;
}
#group_7 .row .card img {
    display: block;
    width: 30%;
}
#group_7 .row .card .card-body {
    padding: 10px;
}
#group_7 .row .card .card-text {
    color:#093ebb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
}
#group_7 .row .col-xl-12 .btn-link {
    color: #d60b3c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}

/* Group 7 Styling End */

/* Group 8 Styling Start */
#group_8 .container {
    display: flex;
    flex-direction: column;
}
#group_8 .row {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#group_8 .row .col-xl-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#group_8 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
#group_8 .row .col-xl-12 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
#group_8 .row .col-xl-2 {
    padding: 20px 0;
}
#group_8 .row .card {
    padding: 10px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    max-width: 210px;
    max-height: 160px;
    display: flex;
    align-items: center;
}
#group_8 .row .card img {
    display: block;
    width: 30%;
}
#group_8 .row .card .card-body {
    padding: 10px;
}
#group_8 .row .card .card-text {
    color:#093ebb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
}
#group_8 .row .col-xl-12 .btn-link {
    color: #d60b3c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}
/* Group 8 Styling End */

/* Group 9 Styling Start */
#group_9 .container {
    display: flex;
    flex-direction: column;
}
#group_9 .row {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#group_9 .row .col-xl-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#group_9 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
#group_9 .row .col-xl-12 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
#group_9 .row .col-xl-2 {
    padding: 20px 0;
}
#group_9 .row .card {
    padding: 10px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    max-width: 210px;
    max-height: 160px;
    display: flex;
    align-items: center;
}
#group_9 .row .card img {
    display: block;
    width: 50%;
}
#group_9 .row .card .card-body {
    padding: 5px;
}
#group_9 .row .card .card-text {
    color:#093ebb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
}
#group_9 .row .col-xl-12 .btn-link {
    color: #d60b3c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}
/* Group 9 Styling End */

/* Group 10 Styling Start  */
#group_10 .row {
    width: 100%;
    margin: auto;
    padding: 10px 0;
}
#group_10 .row .col-xl-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#group_10 .row .col-xl-6 {
    display: flex;
    justify-content: left;
}
#group_10 .row-right .col-xl-6 {
    display: flex;
    justify-content: center;
}
#group_10 .text5_1 {
    color: #4b4b4b;
}
#group_10 .row .col-xl-12 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}
#group_10 .card10 {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    width: 430px;
}
#group_10 .card10 img {
    display: block;
    width: 25%;
    border: none;
}
#group_10 .card10 .card-body10 {
    background-color: white;
    max-width: 240px;
    margin: auto;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2),
    -3px -3px 5px rgba(0, 0, 0, .2);
}
.text10_1 {
    font-family: 'Montserrat', sans-serif;
    color:#093ebb;
    font-size: 1.2rem;
    font-weight: 800; 
}
/* Group 10 Styling End  */

/* Group 11 Styling Start  */
#group_11 .row {
    width: 100%;
    margin: auto;
    border: none;
}
#group_11 .row .col-xl-12 {
    display: flex;
    justify-content: center;
}
#group_11 .row .col-xl-6 {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
}
#group_11 .img1_1 {
    display: flex;
    width: 100%;
}
#group_11 .img1_2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
#group_11 .card10 {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    width: 430px;
}
#group_11 .card-img-top {
    background-color: transparent;
}
#group_11 .card10 img {
    display: block;
    width: 25%;
    border:none;
    background-color: transparent;
}
#group_11 .card10 .card-body10 {
    background-color: white;
    max-width: 240px;
    margin: auto;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2),
    -3px -3px 5px rgba(0, 0, 0, .2);
}
#group_11 .card10 .text10_1 {
    font-family: 'Montserrat', sans-serif;
    color:#093ebb;
    font-size: 1.2rem;
    font-weight: 800; 
}
#group_11 .textbox11_3 {
    padding: 30px 0;
}
.quote {
    transform: scale(.5);
    position: absolute;
    bottom: 250px;
    left: 0%;
}
/* Group 11 Styling End  */

/* Video Styling Start  */
.video-player {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.video:focus {
    outline: none;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    cursor: pointer;
}
/* Video Styling End  */

/* Swiper Start  */
.swiper-container {
    border: none;
    max-width: 1200px;
    
    cursor: grab;
}
.swiper-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide {
    width: 100%;
    background-color: transparent;
    display: flex;
}
.swiper-slide img {
   display: block;
   height: auto;
}
.swiper-imgbox {
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
}
.swiper_img {
    background-color: white;
    border-radius: 20px;
    max-width: 590px;
    max-height: 380px;
    margin: auto;
    padding: 20px 30px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
}
.swiper-textbox {
    max-width: 460px;
    margin: auto;
}
.swipertext_1 {
    font-family: 'Montserrat', sans-serif;
    color:#093ebb;
    font-size: 1.6rem;
    font-weight: 900;
}
.swipertext_2 {
    font-family: 'Montserrat', sans-serif;
    color: #4b4b4b;
    font-size: 1.2rem;
    font-weight: 600;
}
/* Swiper End  */

/* Top Button Style Start  */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none !important;
    box-shadow: 2px 5px 10px gray, 2px 5px 10px gray;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding-top: 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s;
  }
  .top {
    font-style: "Montserrat", sans-serif;
    font-size: 40px;
  }
  #myBtn:hover {
    color: #ffffff;
    background-color: #da0b3d;
  }
  /* Top Button Style End  */







/* Media Queries Start  */
@media only screen and (max-width: 1199px) {
    .swiper-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 991px) {
    #group_2 .textbox1_1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #group_3 .textbox1_1 {
        padding-bottom: 40px;
        justify-content: center;
    }
    #group_10 .card10 {
        background-color: transparent;
        display: flex;
        flex-direction: row;
        width: 380px;
    }
    #group_10 .card10 img {
        height: 90%;
    }
    .quote {
        bottom: 100px;
        left: 50px;
        z-index: -1;
    }
}
@media only screen and (max-width: 767px) {
    #group_3 .col-xl-1 {
        height: 5%;
    }
    .card {
        border-radius: 0;
    }
    #group_3 .col-xl-1  {
        transform: rotate(90deg);
    }
    .quote {
        bottom: 120px;
        left: 20px;
        z-index: -1;
    }
}
@media only screen and (max-width: 645px) {
    .swiper-slide img {
        width: 100%;
    }
    .quote {
        bottom: 120px;
        left: -35px;
        z-index: -1;
    }
}
@media only screen and (max-width: 500px) {
    #group_10 .card10 {
        background-color: transparent;
        display: flex;
        flex-direction: row;
        width: 380px;
    }
    #group_10 .card10 img {
        height: 90%;  
    }
    #group_11 .card10 img {
        height: 0%;
    }
}
@media only screen and (max-width: 411px) {
    #group_6 .row .col-xl-12 h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 2.1rem;
    }
    #group_10 .card10 img {
        height: 60%;  
    }
}

/* Media Queries End  */

/* Code By Monojit Deb */











