/*--------------------------------------------------------------
# General RDX
--------------------------------------------------------------*/
:root {
    --primary-color: var(--linear-gradient(90deg, #e5561e 0%, #76b229 100%););
    --secondary-color: #ee0000;
    --white: #ffffff;
    --green-color: #76b229;
}

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}
/* --- Scrollbar Colors --- */

::-webkit-scrollbar {
    width: 0.425rem;
    background-color: #f2f2f2;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 0.625rem;
  }
  
  ::-webkit-scrollbar-corner {
    background-color: #ccc;
  }
/* Chrome, Safari, Edge, Opera */

body input::-webkit-inner-spin-button,
body input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body .section_title h2.text-white {
    color: #fff !important;
    background-image: none !important;
    -webkit-text-fill-color: white;
}
.section_title h2.text-white span {
    color: var(--green-color)!important;
}
body .section_title h2 {
    position: relative;
}
body .section_title h2.text-left:after {
    text-align: left;
    right: auto;
}

body .section_title h2.text-left::before {
    text-align: left;
    right: auto;
    margin-left: 36px;
}

/* section_heading */

.section_title {
    margin-bottom: 30px;
    display: block;
}
.section_title h2 {
    color: #000;
    position: relative;
    left: 0;
    padding-bottom: 13px;
    font-size: 37px;
    right: 0;
    margin: 0 auto 20px;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-background-clip: text;
}

.section_title h2:after {
    left: 0;
    right: 0;
    width: 80px;
    background-color: var(--secondary-color);
}


.section_title h2:after,
.section_title h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    display: inline-block;
    border-radius: 8.25rem;
    margin: 0 auto;
}

.section_title h2::before {width: 10px;height: 10px;bottom: -3px;left: 0;right: 0;border-radius: 50%;background: #000000;z-index: 1;-webkit-animation: headingbar 5s linear infinite;animation: headingbar 5s linear infinite;}
@keyframes headingbar {
    0% {
        transform: translateX(38px);
    }
    100% {
        transform: translateX(38px);
    }
    50% {
        transform: translateX(-38px);
    }
}
/* close section_heading */
/* course_content */


.course_content .accordion-body{


}

.course_content .accordion-body h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.course_content .accordion-body ul li{


}

/* accordion */

button.accordion-button {
    background-color: #f3f3f3;
    color: #000;
    border: 0;
    font-size: 19px;
    font-size: 20px;
    padding-left: 28px;
}

.accordion-button::after {
    padding: 5px;
    display: block;
    background-color: #f3f3f3;
    background-size: 67%;
    background-position: center;
    position: absolute;
    right: 17px;
    width: 30px;
    height: 30px;
    border-radius: 26px;
}
body .accordion .accordion-button[aria-expanded='true'] {
    background-color: var(--primary-color);
    color: #fff!important;
    /* font-size: 18px; */
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
    background: var(--secondary-color);
}


button.accordion-button strong{
    background-color: #fff;
    padding: 7px;
    border-radius: 6px;
    margin-right: 7px;
    color: #000;
}

button.accordion-button {
    font-weight: 500;
    border-radius: 5px;
}

button.accordion-button {
    background-color: #000000;
    color: #fff;
    border: 0;
    /* border: 0; */
    font-size: 19px;
    font-size: 20px;
    padding-left: 28px;
}

.accordion-item {
    background-color: #f1f2ff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    border: 0;
}

.accordion-body p {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
/* close accordion */
.content_img img {
    max-width: 80% !important;
}
/* owl-carousel slider */
body .owl-carousel .owl-nav button {
bottom: 50%;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

body .owl-carousel .owl-nav button {
    /* bottom: 63%; */
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color) !important;
    border-radius: 100%;
    transition: all 0.5s;
}
body .owl-carousel .owl-nav button:hover {
    transition: all 0.5s;
    background: var(--secondary-color) ;
    /* background-color: #ffffff50!important; */
}

body .owl-carousel .owl-nav button span {
    color: #fff !important;
    font-size: 40px;
    /* border-radius: 100%; */
    line-height: 24px;
    margin-top: -8px!important;
    display: block;
}


/* close owl-carousel slider */


/* viceo section */
.video_section {
position: relative;
    
}

.video_section .section_title  {
    position: relative;
    z-index: 9;  
}
.video_section .section_title h2  {
  color: #fff;
}


.video_section:after {
    content: '';
    display: block;
    background-image: url('../img/background2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* background-color: #000000; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
}


.video_section iframe {
    width: 100%;
    height: 500;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 20px;
}




.video-main {
    position: relative;
    display: inline-block;
    /* background-color: rebeccapurple; */
}

.video {
    height: 80px;
    width: 80px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background:var(--secondary-color);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    /* right: -50px; */
    /* bottom: -50px; */
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.hero_wrapper{
    /* padding: 15px; */
    /* border-radius: 30px; */
    /* background-image: url("../img/laptop.png"); */
}
.hero_video {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 9;
}
.hero_video img{
    border-radius: 15px;
}
.video_overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    /* background-color: #00000091; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.video.video-popup.mfp-iframe {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--secondary-color);
    font-size: 36px;
}

a.video.video-popup.mfp-iframe i {
    color: #fff;
}

.promo-video {
    position: relative;
}
/* viceo section */
/* Firefox */

body input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #000000;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3 {
    /* font-family: 'Lora', serif; */
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #1a55ab!important;
    border-color: var(--primary-color);
}

/* header */
header#header {
    position: absolute;
    width: 100%;
    top: 6px;
}
header#header .container{
position: relative;
z-index: 9;
}

.navbar-brand {
    /* background-color: #FFF; */
    padding: 15px;
    /* border-radius: 0px 0px 40px 40px; */
    margin-top: -16px;
}

.navbar-brand .logo {
    width: 90px;
}

#header.header-transparent {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}

img.logo_img {
    max-width: 187px;
    padding: 15px 0;
}

.navbar ul li {
    white-space: nowrap;
    padding: 0 11px 0 14px;
    font-size: 18px;
    color: #000;
    border-left: 1px solid #ccc;
}
.navbar ul li:first-child {
    border: none;
}
.navbar li i {
    margin-right: 5px;
    border-right: 1px solid var(--primary-color);
    padding-right: 10px;
    color: var(--primary-color);
}

.navbar li {
    position: relative;
}

.whatsapp_btn {
    background-color: #29A354;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    border-radius: 4px;
    background: #df4306;
    display: block;
}
.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

#hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../img/bg-shap12-scaled.webp");
    background-attachment: fixed;
    background-size: cover;
}

.hero-container .card-header {
    background: var(--primary-color);
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}
.content-center {
    display: flex;
    align-items: center;
}
/* Hero section */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* ---form--- */

div#enquiry-now {
    padding: 20px;
}

.form-group {
    margin: 10px 0;
    text-align: left;
}

.form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 6;
    /* box-shadow: 2px 2px 10px #ccc; */
}
.form-group textarea {
    border-radius: 6px;
    background-color: whitesmoke;
    border: 0;
}
.adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0a58ca;
    font-size: 27px;
    border-bottom: 1px solid #0a58ca;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
}


/* section-two */

#hero {/* background-image: url(../img/background2.jpg); */background-size: cover;background-attachment: fixed;background-color: #eddfdf;/* background-position: center; */padding: 80px 0;/* background-size: cover; *//* background-position: top; */background-repeat: no-repeat;position: relative;overflow: hidden;padding-top: 161px;}


#hero .container {
    position: relative;
    z-index: 99;
    max-width: 1770px;
}

.banner_content {
    border-radius: 15px;
    text-align: left;
}

#hero h1 {
    /* margin: 17px 0; */
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.banner_content h2 {
    /* margin: 17px 0; */
    font-size: 4vw;
    font-weight: bold;
    color: #000;
}
h3.mini_text {
    font-size: 40px;
    padding: 15px 0;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0;
}
#hero h2 span{
    text-align: center;
    background: linear-gradient(276deg, #ee0000 0%, #000000 100%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
  }
  @-webkit-keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  

  img.logo_v2 {
    width: 140px;
    margin-left: auto;
    margin-right: 40px;
    display: block;
    margin-top: -82px;
    position: absolute;
    right: 0;
    bottom: 14px;
}
a.btn.ws-btn.book-now-btn.text-left {
    /* background: var(--primary-color); */
    color: #ffff;
    padding: 11px 30px;
    font-size: 20px;
    border: 0;
    font-weight: bold;
    background-color: var(--secondary-color);
    margin-top: 40px;
    transition: all 0.5s;
}
a.btn.ws-btn.book-now-btn.text-left:hover {
    background: #000;
    transition: all 0.5s;
}
/* Hero Section close */


/* close section_heading */
.list_ul {
    padding-left: 0;
}
.list_ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    padding-left: 0;
    margin: 4px 0;
    font-size: 16px;
    display: flex;
    grid-gap: 12px;
}
.list_ul li i {
    font-size: 12px;
    width: 24px;
    padding: 6px;
    border-radius: 3px;
    color: #fff;
    height: max-content;
    height: 24px;
    background: var(--secondary-color);
    text-transform: capitalize;
}

.list_ul p {
    margin-bottom: 0;
    color: #000;
}


.p_80 {
    padding: 80px 0;
}

.pb_80 {
    padding-bottom: 80px ;
}


.pt_80 {
    padding-top: 80px ;
}
/* our_courses */
.our_trainers {
    background-image: url("../img/bg10.png");
    background-attachment: fixed;
    background-size: cover;
    padding-top: 60px;
}

.trainers-item {
    position: relative;
    border-radius: 15px;
    padding: 15px;
    background-color: #000000;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    grid-gap: 20px;
}
.trainers-item:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/bg10.png);
    background-attachment: fixed;
    background-size: contain;
}

.trainers-img {
    box-shadow: -11px 8px 11px #0000003b;
    border-radius: 30px 0 30px;
    overflow: hidden;
    /* width: 300px; */
    flex: none;
}

.trainers-img img {
  width: 170px!important;
  object-fit: cover;
}

.trainers-content {
    width: 100%;
    border-radius: 30px 0 30px;
    /* text-align: center; */
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 15px;
    color: #fff;
    background-color: var(--secondary-color);
    /* transform: translate(23px, -37px); */
    transition: all 0.5s;
}

.trainers-item:hover .trainers-content {
    transition: all 0.5s;
    background-size: 100% 200%;
    /* width: 100%; */
}

.trainers-content h3 {
    margin-bottom: 12px;
    margin-top: 9px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.trainers-content h5 {
    font-size: 14px;
    color: #fff;
}

.students_learn h3 {
    color: #000;
    font-weight: bold;
}

.terms_condition {
    background-image: url('../img/an-img-04.png');
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

/*--Background-animation*/
@-webkit-keyframes animStar {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes animStar {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}




.students_learn {
    /* background-color: #f1f1f1;
    background-image: url(../img/basic-white.jpg); */
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f9f5f5;
}

.content h4 {
    font-weight: bold;
    color: #000;
}

.content p {
    color: #000;
}

footer .section_title h2 {
    color: #fff;
}

/* our service section */
.our-services {
    position: relative;
    display: block;
    background-image: url("../img/background3.png");
    background-attachment: fixed;
    padding: 60px 0;
}

.our-services .container {
    z-index: 2;
    position: relative;
}

.our-services::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
}

.services-col {
    position: relative;
    display: block;
    /* background: #ffffff; */
    text-align: center;
    padding: 15px;
    border-bottom: 3px solid transparent;
    margin: 14px 0;
    transition: all 500ms ease;
    border-radius: 8px;
}
.services-col::before {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    background: #ffffff;
}

.services-col:after {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    background: var(--secondary-color);

    transform: rotate(1deg);
    transition: all 0.3s ease-in-out 0s;
}

.services-col:hover:after {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: rotate(5deg);
    transition: all 0.3s ease-in-out 0s;
}

.icon-circle {
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
    display: block;

    /* font-size: 36px;
    line-height: 108px;
    margin: 0 auto 28px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    text-align: center;
    background: var(--secondary-color);
    box-shadow: inset 0 3px 14px 10px #6d6d6d00;
    height: 101px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin-bottom: 14px;
    transition: all 0.3s ease; */
}
img.img_icon {
    width: 102px;
}
.service-content {
    color: #fff;
    min-height: 65px;
}

.service-content h4 {
    position: relative;
    z-index: 3;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
}

.service-content p {
    position: relative;
    z-index: 3;
    font-size: 15px;
    color: #cad8f3;
    line-height: 1.54;
    transition: all 0.2s ease-in-out 0s;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
    color: #000;
}

/* 03 */
.overflow_auto {
    /* height: 300px; */
    overflow: auto;
}


/* testimonial */

.test__bg {
    background-image: url(../img/bg_v2.jpg);
    padding: 110px 0 120px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.test__bg .container {
    position: relative;
    z-index: 9;
}

.test__bg:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #000000e8;
}

.ts-author {
    align-items: center;
    display: flex;
    grid-gap: 15px;
    padding: 15px 30px 15px;
    z-index: 2;
    margin: auto;
    background: #F0F4F9;
    border-radius: 5px;
    width: 70%;
    transform: translate(0px, -27px);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);
}

.ts-item p {
    margin: 0 0 21px;
}

.testi_content h3 {
    margin-bottom: 0;
}

.testi_content::after {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var( --secondary-color);
    position: absolute;
    right: -80px;
    bottom: -80px;
    content: '';
}


.testi_content {
    position: relative;
    overflow: hidden;
    padding: 0 30px 30px;
    border-radius: 15px;
    background-color: #eff4f8;
    padding: 0px 21px 24px;
}

.testi__container {
    /* padding: 0 0 0px; */
    margin-top: -135px;
    z-index: 99;
    position: relative;
}


/*--- Testimonial Section ---*/

.testimonial-section {
    position: relative;
    padding: 0 0 60px;
}

.testi__container {
    /* padding: 0 0 0px; */
    /* margin-top: -135px; */
    /* z-index: 3; */
}

.ts-item {
    position: relative;
    background: #F0F4F9;
    overflow: hidden;
    border-radius: 10px;
    /* padding: 55px 30px 33px; */
    margin-top: 70px;
    /* padding-top: 110px; */
    overflow: visible;
}

.testi_content i {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 1;
}

.testimonial-slider .ts-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    /* margin-bottom: 25px; */
}

.ts-item p {
    /*! margin: 0 0 21px; */
    color: #000;
}

.ts-item h5 {
    font-size: 20px;
    margin: 0 0 0px;
    color: #000;
}

.ts-item span {
    display: block;
    margin: 0;
    color: #000;
}

body .testimonial-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -117px;
    z-index: 999999;
}

body .testimonial-slider.owl-carousel .owl-nav button {
    width: 67px;
    height: 67px;
    background: var( --secondary-color);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 67px;
    margin: 0 0 0 30px!important;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

body .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    position: static;
}
body .testimonial-slider.owl-carousel .owl-nav button.owl-prev{
    position: static;

}

body .testimonial-slider.owl-carousel .owl-nav button.disabled {
    background: rgba(104, 110, 226, 0.1);

}

.testimonail-videos-inner iframe {
    width: 90%!important;
    height: 315px;
    /* background: rgba(255, 255, 255, .47843137254901963); */
    padding: 30px;
    border-radius: 14px;
    /* margin-bottom: -60px!IMPORTANT; */
    padding: 0;
    margin: 22px 30px -41px 30px;
    position: relative;
    z-index: 99;
}

.testimonail-certificate-inner {
    padding: 20px;
    margin: 15px;
    /* border-radius: 15px; */
    /* position: relative; */
}
.testimonail-certificate-inner a{
display: block;
}

.testimonail-certificate-inner img{
    /* padding: 15px; */
    border-radius: 15px;
    position: relative;
}


.testimonail-certificate-inner:after{
    width: 100%;
    height: 50%;
    display: block;
    background: var( --secondary-color);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    content: '';
    z-index: -1;
    border-radius: 15px;
}



/* footer */

footer {
    background-image: url('../img/footert_bg.png');
    text-align: center;
    /* padding-top: 43px; */
    background-position: center;
    background-size: cover;
}

/* form */


h2.trial-form-title {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
    width: calc(100% + 30px);
    border-radius: 7px;
    margin-left: -15px;
    box-shadow: 7px 10px 11px #003a6630;
    padding: 21px 15px;
    font-size: 26px;
}

.contact_form button.btn {
    text-align: center;
    margin: 0 auto;
    padding: 12px 22px;
    /* background-color: #000; */
    border: 0;
    background: #000000;
    color: #fff;
    font-size: 20px;
}

.contact_form h3 {
    margin-left: -38px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: var(--secondary-color);
    padding: 20px;
    width: calc(100% + 80px);
    letter-spacing: 0;
    /* position: absolute; */
    border-radius: 5px;
}
.contact_form {
    background-color: #ffffff;
    padding: 0 30px 30px;
    border-radius: 15px;

}


.contact_form.footer_form {

    transform: translate(0px, -70px);
}


.contact_form label {
    color: #000;
    text-align: left!important;
    font-size: 16px;
    font-weight: bold;
}
.form-group input, .form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 6;
    /* box-shadow: 2px 2px 10px #ccc; */
}

.contact_info {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 15px;
    margin-top: -1px;
    color: #f2f2f2;
    background: var(--secondary-color);
}
.contact_info h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}
.contact_info p {
    font-size: 18px;
}
.coppy_right {
    padding: 15px;
    background-color: #ffffff0d;
    color: #fff;
    /* padding-bottom: 2px; */
    margin-top: 30px;
}
.coppy_right p {
    margin-bottom: 0;
}

.whatsapp_icon {
    bottom: 65px;
    opacity: 1 !important;
    display: block;
    visibility: visible;
    background-color: #199631;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    color: #fff;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    border-radius: 4px;
    background: var(--secondary-color);
    display: block;
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
}

body button.btn-close {
    position: absolute;
    top: 22px;
    right: 5px;
    color: #000;
    background-color: #fff;
    opacity: 1;
}

/* .vn_box */

.vn_box{}


.vn_box {
    outline: 1px dashed #9b9b9b;
    outline-offset: -14px;
    border-radius: 24px 0;
    background-color: #fff;
    padding: 27px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 2px #ccc;
}
.vn_box h4 {
    color: #000;
    background-color: #ee0000;
    color: #fff;
    border-radius: 40px;
    padding: 10px 15px;
    /* transform: translate(-20px, -19px); */
    /* width: calc(100% + 40px); */
    margin-bottom: 21px;
    border-radius: 24px 0;
}

.vn_box ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.vn_box ul li {
    color: #000;
    display: flex;
    grid-gap: 12px;
}
.vn_box ul li i{
    
}

.vn_box_01{
    /* border-radius: 20px 20px 0px 19px; */
}

.vn_box_02
{
    border-radius: 20px 20px 20px 0;
}

.vn_box_03{
    border-radius: 20px 0 20px 20px;
}
.vn_box_04{
    border-radius: 0 20px 20px 20px;
}

.top_companies{

}
.companies_wrapper{
    padding: 30px;
    border-radius: 15px;
    background-color: #f2f2f2;
}
.top_companies .swiper-wrapper {

}
.top_companies .swiper-wrapper{
    width:calc(100% - 50px);

  }

  .top_companies .swiper-wrapper p strong{
    color: var(--secondary-color);
  }
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: var(--secondary-color);
    border:3px solid #ccc;
    border-radius: 40px;
    transition: all 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 22px;
    transition: all 0.5s;
}
  .top_companies .swiper-slide{
    text-align:left;
    /* border-bottom: 1px dashed #9c9c9c; */
    padding: 10px 17px;
    background-color: #fff;
    /* margin: 6px 0; */
    border-radius: 15px 0;
  }
  .top_companies p {
 padding-bottom: 0;
 margin-bottom: 0;
   }
   .top_companies p strong{
    display: block;
   }


   .swiper-container{
    position: relative;
   }
   .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
    display: block;
}
body .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
}
section.course_content {
    background-color: #f9f5f5;
    padding-top: 60px;
}

section.service_section {
    background-color: #f9f5f5;
    padding-top: 60px;
}
body .lity-image img {

    max-width: 1000px;
    display: block;
    line-height: 0;
    border: 0;
}

body .swiper.swiper_certificate{  
    padding-bottom: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;

}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
}

.modal-content {
    max-width: -webkit-fill-available;
    max-height: 3;
}
