.registration_form_new{    display: flex;
    align-items: center;
    justify-content: center;}
.registration_form_new .col{ width:55%;background: #FFF;
    border-radius: 5px;
    padding: 0px 20px;}
@media screen and (max-width: 767px) {
    .registration_form_new .col{ width:100%}
}
    
.top-header{
    padding: 5px 0px;
}
.header2{
    background-color: rgba(238, 38, 38, 0.911);
    position: static;
}
header.fixed-header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 20px 16px 0 rgb(0 0 0 / 12%);
    animation: sticky linear 1 0.5s;
    background-color: #bf3737;
    z-index: 1111;
    width: 100%;
}

.transparent-header{
    position: relative;
}
.banner{
    position: relative;
}


.banner #home-form{
    
    width: 550px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    right: 11px;
    top: 86px;
}

#home-form h3{
    font-size: 20px;
    padding-bottom: 15px;
}


.banner a{
    position: absolute;
    bottom: 5%;
    left: 45%;
}
.contact-us{
    padding-top: 15px;
}
.transparent-header .top-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#success-otp{
    position: absolute;
    top: 50%;
    left: 39%;
    
    color: green;
    font-size: 19px;
    font-weight: 700;
}

#error-otp{
    
   color: red;
}
header.fixed-header .contact-us a i{
    margin-right: 10px;
    color: #fff;
}

header .contact-us a {
    
    color: #fff;
}


.tab-section p{
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}
.form-wrapper form .form-group{
    width: calc(50% - 10px);
    margin-right: 10px;
}

@keyframes sticky {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}



header .logo img {
    
    width: 100px;
    
}

/*header .contact-us a {*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*}*/



header .contact-us a i {
    margin-right: 5px;
}

/* banner css*/
.banner {
    width: 100%;
    /* background-image: url(../images/studentimg/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; */

}

/* .banner .row {
    padding: 180px 0 40px;
} */

.banner .col:nth-of-type(1) {
    width: 60%;
}

.banner .col {
    width: 38%;
}

.banner .col h2 {

    font-size: 50px;
    color: rgb(255 229 0);
}

.banner h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #fff;
}

.banner h5 {
    font-size: 17px;
    color: #00ffc4;
    font-weight: 600;
}

.banner p {
    font-size: 15px;
    margin: 15px 0;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 22px;
}

/* .banner .col .form-wrapper {
    position: absolute;
    top: 20%;
    right: 3%;
    z-index: 99;
}

.banner .col .form-wrapper {
    max-width: 367px;
    border-radius: 4px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 16%);
    background-color: #E9F4FE;
    padding: 30px;
    border-radius: 28px;
    width: 370px;
    margin-left: auto;
} */
/* 
.banner .col .form-wrapper p,
.banner .col .form-wrapper h4 {
    color: #000;
    text-align: center;
}

.banner .form-wrapper form p {
    font-size: 14px;
    line-height: 20px;
}

.banner .col .form-wrapper input {
    color: #414141;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: #FBFAFA;
    box-shadow: 0px 0px 5px rgb(55 21 21 / 14%);
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    border: none;
}

.banner .col .form-wrapper .form-group {
    position: relative;
}

.banner .col .form-wrapper .form-group:nth-of-type(1) button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px !important;
    padding: 11px;
    border: 1px solid #ff5621;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 27px;
    background-color: red;
    color: #fff;
    font-size: 16px;
} */
/* register-form */

.banner-section{
    position: relative;
}


.banner-section .register-form  {
   
   width: 520px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    right: 11px;
    top: 130px;
}
.form-wrapper h3{
    font-size: 20px;
}

.register-form .row .form-wrapper h3 {
    text-align: center;
    margin-bottom: 20px;
}

.register-form .row .form-wrapper form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.register-form .row .form-wrapper form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.register-form .row .form-wrapper form label {
    padding-left: 4px;
    font-size: 14px;
}

.register-form .row .form-wrapper form input,
.register-form .row .form-wrapper form select ,.form-wrapper2 form input{
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 5px;
    outline: none;
}

.register-form .row .form-wrapper form button {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ff5621;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 30px;
    background-color: red;
    max-width: 170px;
    margin: 15px auto 0;
    letter-spacing: 0.5px;
}

.register-form .row .form-wrapper form textarea {
    height: 100px;
    resize: none;
    margin-top: 5px;
    border: 1px solid #ccc;
}

.thank-u {
    width: 100%;
    padding: 50px 0;
}

.thank-u .row {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.thank-u .row .icon-box {
    width: 130px;
    margin: 0 auto;
}

.thank-u .row .text h3 {
    margin: 15px 0;
}

.thank-u .row .text p {
    margin: 15px 0;
    line-height: 27px;
}
.thank-u .row .text a.btn{
    transition: all 0.5s ease-in-out;
    animation: bg-animate 3s linear infinite;
}
.animation-two{
    animation: bg-color-2 3s infinite linear;
    transition: all 0.5s ease-in-out;
    bac
}

@keyframes bg-color-2{
    0%{
        
        color: #FFC312;
    }
    50%{
        
        color: #EA2027;
    }
    80%{
        
        color: #e84118;
    }
    100%{
        
        color: #4cd137;
    }
   
}

.animation{
    animation: bg-color 3s infinite linear;
    transition: all 0.5s ease-in-out;
}

@keyframes bg-color{
    0%{
        background-color: green;
        color: #fff;
    }
    50%{
        background-color: red;
        color: #fff;
    }
    100%{
        background-color: pink;
        color: #fff;
    }
    0%{
        background-color: green;
        color: #fff;
    }
   
}
.form-wrapper2 {
    max-width: 367px;
    border-radius: 4px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 16%);
    background-color: #E9F4FE;
    padding: 30px;
    border-radius: 28px;
    width: 370px;
    margin: 136px auto
}
.form-wrapper2 h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.form-wrapper2 p{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.form-wrapper2 form .form-group{
    position: relative;
    margin: 10px 0;
}
.form-wrapper2 form input{
    border-radius: 30px;
}
.form-wrapper2 .form-group:nth-of-type(1) button {
    position: absolute;
    top: 6px;
    right: 0;
    height: 36px !important;
    padding: 11px;
    border: 1px solid #ff5621;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 27px;
    background-color: red;
    color: #fff;
    font-size: 16px;
}

/* tab-section */
.tab-section {
    width: 100%;

}

.tab-section .row .col {
    width: 32%;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 2px 4px #ccc;
    background-color: #ff0000c9;
}

.tab-section .row .col .tier{
    width: calc(50% - 10px);
    margin-right: 10px;
}

.tab-section .row .col figure img {
    width: 80px;
    margin: 0 auto;
}
.tab-section .row .col:first-child h4{
     background-color: #fff;
     padding: 10px;
     border-radius: 50px;
} 

.tab-section .row .col h4 {
    margin: 15px 0;
    
   
}


.tab-section .row .col p {
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.tab-section .row .col ul li {
    margin-top: 15px;
    line-height: 14px;
    color: #fff;
    font-size: 14px;
    /*text-align: left;*/
}

/* about css */
.about {
    width: 100%;

}

.about .row h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.about p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}

/* services css */
.serivces {
    width: 100%;
}

.serivces .text-content h3 {
    font-size: 35px;
    color: #B50909;
    margin-bottom: 30px;
}

.serivces .text-content h3,
.serivces .text-content h5 {
    font-weight: 900;
}

.serivces .row .col {
    width: calc(25% - 30px);
    margin-right: 30px;
    background: #FFF9E9 0% 0% no-repeat padding-box;
    border: 1px solid #FFCC00;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.serivces .row .col:nth-last-of-type(1) {
    margin-right: 0;
}

.serivces .row .col img {
    width: 80px;
    margin: 0 auto;
}

.serivces .row .col h5 {
    margin: 15px 0 10px;
}

.serivces .row .col p {
    font-size: 15px;
    line-height: 25px;
}

/* about-information css */

.about-information {
    width: 100%;
    padding: 50px 0;
    background-color: #F5F3F3;
}

.about-information a.btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 223px;
    animation: bg-animate 3s linear infinite;
    transition: all 0.5s ease-in-out;
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set>span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.set>span i {
    float: right;
    margin-top: 2px;
}

.set>span.active {
    background-color: #fff;
    margin-bottom: 0;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 20px;
}

.content h6 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table tfoot tr th {
    text-align: left;
}

/*  */
.most-highlights {
    background-color: #FFFBED;
    padding: 50px 0;

}

.most-highlights .row .col {
    width: 48%;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0rem 0rem 0.4rem #ddd;
}

.most-highlights .row .col .img-box {
    width: 18%;
}

.most-highlights .row .col .text-box {
    width: 80%;
    padding-left: 30px;
}

.most-highlights .row .col p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
}

.advanced {
    width: 100%;
}

.advanced .row figure {
    margin-bottom: 20px;
}

.advanced .row a {
    margin: 15px auto 0;
    display: block;
    width: 223px;
    transition: all 0.5s ease-in-out;
    animation: bg-animate 3s linear infinite;
    color: #fff;
    text-align: center;
    font-weight: 800;
}

/*  */
.testim {
    width: 100%;

}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}


.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    width: 100%;
    bottom: 60px;
    display: block;
    z-index: 3333;
    height: 12px;
    position: absolute;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: green;
    border-color: green;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: green;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}

footer {
    width: 100%;
    background-color: #BF3737;

}

footer p.copy-right {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 25px 0;
    letter-spacing: 0.5px;
}

footer p.copy-right a {
    color: #fff;
}

.form-wrapper form .form-group button{
    width: 100%;
    margin-top: 16px;
}

.mobile-banner{
    display: none;
}



/*  */
@media screen and (max-width: 1024px) {
    .text-content {
        margin-bottom: 30px;

    }
    .mobile-banner{
    display: none;
    }

    .mt-top {
        margin-top: 35px;
    }

    .banner .col {
        width: 50% !important;
    }

    .banner .col h2 {
        font-size: 25px;
        color: rgb(255 229 0);
    }

    .banner h4 {
        margin: 10px 0;
        font-size: 18px;
    }

    .banner p {
        margin: 10px 0;
    }

    .banner h5 {
        font-size: 14px;
    }
    .register-form .row .form-wrapper{
        margin-top: 35px;
    }
    .tab-section .row .col {
        width: 48%;
    }

    .about .row h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .serivces .text-content h3 {
        font-size: 26px;
        color: #B50909;
        margin-bottom: 25px;
    }

    .serivces .row {
        justify-content: space-between;
    }

    .serivces .row .col {
        width: 48%;
        margin: 0 0 20px;
    }

    .about-information {
        padding: 30px 0;
    }

    .most-highlights {
        margin-top: 0;
    }

    .most-highlights .row .col .text-box {
        width: 82%;
        padding-left: 21px;
    }


}

@media screen and (max-width: 767px) {
    
    header .contact-us a.btn{
        padding: 12px 12px;
        font-size: 12px;
        color: #fff;
        margin-top: 6px;
        width: 100px;
        text-align: center;
        margin-left: 128px;
    }
    .banner #home-form{
        position: static;
        width: 100%;
    }
    .top-header .all-end{
        justify-content: center;
    align-items: center;
    }
    .banner a{
        position: absolute;
    bottom: 88%;
    left: 61%;
    width: 108px;
    font-size: 11px;
    padding: 13px 12px;
    text-align: center;
    z-index: 1111111111;
    }
    .banner .desktop-banner{
    display: none;
     }
    .mobile-banner{
    display: block;
    }
    .contact-us{
        padding-top: 0px;
    }
    #success-otp{
        top: 41%;
    left: 12%;
  
    font-size: 14px;
    
    }
    .form-wrapper form .form-group{
        width: 100%;
        margin-right: 0px;
    }
    
    .banner-section .register-form{
       position: static;
    width: calc(100% - 20px);
    border: 1px solid #ddd;
    margin: 10px 10px;
    }
    
    
    .tab-section p{
        font-size: 12px;
    }
    h3 {
        font-size: 15px;
    }

    .container {
        padding: 0 20px;
    }

    header {
        padding: 10px 0;
        /* position: static; */
    }

    header.fixed-header {
        padding: 6px 0;
    }
    header.top-header{
        padding: 5px 0;
        
    }
    header .contact-us a{
        color: #fff;
    }
    header .logo{
        width: 36%;
    }
    header .logo img{
        margin: 0 auto;
    }
   
    header.fixed-header .logo img.m-logo{
        left: 132px;
    }
    header .contact-us{
        width: calc(64% - 15px);
    margin-left: 15px
    }
    header .contact-us a {
        font-size: 15px;
    }

    .banner .row {
        padding: 20px 0 10px;
    }

    .banner .col {
        width: 100% !important;
    }

    .banner .col .form-wrapper {
        max-width: 100%;
        padding: 20px 14px;
        position: static;
    }
    /*.register-form{*/
    /*    padding: 80px 0 20px;*/
    /*}*/
    .register-form .row .form-wrapper {
        margin-top: 0;
    }
    .register-form .row .form-wrapper form .form-group{
        width: 100%;
    }
    .register-form .row .form-wrapper{
        padding: 20px;
    }
    .register-form .row .form-wrapper h3{
        margin-bottom: 15px;
    }
    .register-form .row .form-wrapper form input, .register-form .row .form-wrapper form select, .form-wrapper2 form input{
        padding: 10px;
    }
    .register-form .row .form-wrapper form label{
        font-size: 15px;
    }
    .register-form .row .form-wrapper form button{
        max-width: 120px;
        padding: 10px;
        font-size: 16px;
        margin: 7px auto 0;
    }
    .form-wrapper2 .form-group:nth-of-type(1) button{
        height: 36px !important;
        padding: 8px;
    }
    .form-wrapper2{
        width: 100%;
        padding: 10px;
    }
    .testim .dots .dot {
        margin: 0 5px;
    }

    .banner .col h2 {
        font-size: 20px;
    }

    .banner h4 {
        font-size: 15px;
    }

    .about .row h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .about p {
        text-align: justify;
        font-size: 13px;
        line-height: 1.6;
    }

    .serivces .text-content h3,
    .serivces .text-content h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .serivces .text-content h3 {
        margin: 10px;
        font-size: 15px;
    }

    .serivces .row .col {
        width: 100%;
        margin-right: 0;
    }

    .set>span {
        font-size: 10px;
    }
    .set>span i{
        font-size: 6px;
    }

    table {
        overflow-x: hidden;
    }

    table tfoot tr th {
        text-align: left;
        font-size: 12px;
    }

    .content p {
        font-size: 14px;
    }

    .content h6 {
        text-align: center;
        font-size: 18px;
        padding: 12px 0;
    }

    .most-highlights {
        padding: 35px 0;
    }

    .most-highlights .row .col {
        width: 100%;
        margin-right: 0;
    }

    .most-highlights .row .col .img-box {
        width: 100%;
    }

    .most-highlights .row .col .img-box img {
        width: 60px;
        padding: 5px;
        margin: 0 auto;
    }

    .serivces .row .col p {
        font-size: 13px;
    }

    .advanced .row a {
        /*width: 300px;*/
        text-align: center;
        font-size: 13px;
    }

    .most-highlights .row .col .text-box {
        width: 100%;
        padding-left: 0;
    }

    .most-highlights .row .col .text-box h4 {
        font-size: 15px;
        text-align: center;
    }

    .most-highlights .row .col .text-box p {
        text-align: center;
        font-size: 14px;
    }

    .tab-section .row .col {
        width: 100%;
        padding: 10px;
    }

    .testim .wrap {
        padding: 0;
        max-width: 100%;

    }

    .testim .cont div p {
        width: 100%;
        font-size: 13px;
    }

    footer p.copy-right {
        font-size: 12px;
        padding: 15px 0px;
    }

    .testim .arrow {
        display: none !important;
    }

    .testim .cont>div {
        padding: 0;
    }

    .testim .dots {
        bottom: -15px;
    }

    .tab-section .row .col h4 {
        font-size: 14px;
    }

    .tab-section .row .col figure img {
        width: 50px;
    }

    .tab-section .row .col p {
        font-size: 13px;
    }

    .tab-section .row .col ul li {
        font-size: 13px;
    }
}