* {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: 'Fraunces', serif;*/
    font-family: 'Lato', sans-serif;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.row {
    width: 100%;
    height: 100%;
    margin: 0;
}

.container {
    width: 100%;
    height: 100%;
    padding: 0;
}

.container-fluid {
    width: 100%;
    height: 100%;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    width: auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    font-family: 'Langar';
}

.section-heading h1 {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    font-size: calc(1vw + 25px);
}

.section-heading .underline {
    display: inline-block;
    position: relative;
}

.section-heading .underline::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 130px;
    background: #000;
    bottom: 13px;
    left: 25px;
}

.section-heading .underline::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 120px;
    background: #000;
    bottom: 13px;
    right: 25px;
}

.custom-btn {
    display: block;
    background: #192f59;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.3s;
}

.custom-btn:hover {
    background: #3db166;
    color: #ffffff;
}

#mail-success-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto;
    margin-bottom: auto;
}

#mail-success-modal .modal-body button {
    margin: 5px auto;
    display: block;
}

#progress-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto;
    margin-bottom: auto;
}

#progress-modal .modal-body button {
    margin: 5px auto;
    display: block;
}

.pic-text-container {
    width: 380px;
    height: auto;
    margin: 5px;
    border: 4px solid #fff;
    display: inline-block;
    max-width: 100%;
    box-shadow: 0px 6px 8px 3px #dfdfdf;
}

.pic-text-container .img img {
    width: 100%;
    height: 250px;
}

.pic-text-container .text h3 {
    text-align: center;
}

/*-----------------------------------------------------------Service----------------------------------------------------------------*/

#service-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/diagonal.png) repeat scroll 0 0 #111111;
}

.service-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.service-card {
    position: relative;
    width: 220px;
    height: 380px;
    margin: 25px;
}

.service-card .icon {
    border-radius: 50%;
    height: 220px;
    width: 220px;
    padding: 25px;
    border: 5px solid #ea8810;
    font-size: 105px;
    text-align: center;
    color: white;
}

.service-card .text {
    position: absolute;
    bottom: 0;
}

.service-card .text h5 {
    background: #d6d2c9;
    padding: 10px 20px;
    font-family: 'Potta One', cursive;
    text-transform: uppercase;
    border-radius: 3px;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    text-align: center;
    font-size: 18px;
    width: 90%;
}

.service-card .text p {
    background: #ea8810;
    padding: 15px 20px;
    border-radius: 3px;
    clip-path: polygon(0 16%, 100% 0, 100% 86%, 0 100%);
    text-align: center;
    margin-top: -15px;
    font-family: 'Roboto Slab', serif;
}

.service-card:hover {
    cursor: pointer;
}

.service-card:hover .icon {
    background: #ea8810;
    transition: 0.4s;
}

.service-card:hover .icon i {
    font-size: 120px;
    transform: translateY(-10px);
    transition: 0.4s;
}

.service-card:hover .text h5 {
    transform: translateY(-10px);
    transition: 0.5s;
}

.service-card:hover .text p {
    transform: translateY(-20px);
    transition: 0.7s;
}

/*-----------------------------------------------------------Services----------------------------------------------------------------*/

.services-section-heading {
    text-align: center;
}

.services-section-heading h2, h1, h3 {
    margin-bottom: 25px;
}

#services-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0;
}

.services-card {
    width: 249px;
    height: 265px;
    background: #f3f3f3;
    border-radius: 5px;
    margin: 20px;
    box-shadow: -1px 3px 27px -5px rgba(0, 0, 0, 0.43);
}

.services-card .sms-pack {
    background: #160f4e;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 25px;
}

.services-card .sms-price {
    font-size: 25px;
    text-align: center;
    color: #F70724;
}

.services-card .sms-price img {
    width: 41px;
    height: 43px;
}

.services-card .sms-details p {
    text-align: center;
    font-size: 18px;
}

.services-card .buy-btn {
    text-align: center;
}

.services-card .buy-btn button {
    font-size: 19px;
}

.services-card .sms-pack p {
    margin-bottom: 0;
}


/*-----------------------------------------------------------Scroller----------------------------------------------------------------*/

/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(200, 199, 199);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgb(200, 199, 199);
}

/*-----------------------------------------------------------Sticky----------------------------------------------------------------*/

#sticky-section {
    position: absolute;
    z-index: 999;
}

#sticky-section .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-30%);
}

#sticky-section .social-icons ul {
    list-style: none;
}

#sticky-section .social-icons ul li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
    transition: all 0.3s;
}

#sticky-section .social-icons ul li i {
    font-size: 15px;
    border-radius: 50%;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sticky-section .social-icons ul li:nth-child(1) i {
    background: rgb(45, 75, 156);
}

#sticky-section .social-icons ul li:nth-child(2) i {
    background: rgb(10, 194, 207);
}

#sticky-section .social-icons ul li:nth-child(3) i {
    background: rgb(177, 28, 48);
}

#sticky-section .social-icons ul li:nth-child(4) i {
    background: rgb(233, 28, 113);
}

#sticky-section .social-icons ul li a {
    width: 0;
    overflow: hidden;
    font-size: 12px;
    transition: all 0.3s;
}

#sticky-section .social-icons ul li.open {
    width: 240px;
}

#sticky-section .social-icons ul li.open i {
    margin-right: 15px;
}

#sticky-section .social-icons ul li.open a {
    width: 200px;
}

#sticky-section .contact {
    position: fixed;
    top: 50%;
    transform: translateY(-30%);
}

#sticky-section .contact .icon {
    background: #089726;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    width: 40px;
    height: 132px;
    cursor: pointer;
}

#sticky-section .contact .icon.open .text {
    width: 200px;
    color: black;
}

#sticky-section .contact .icon.open .text h6 {
    color: white;
    background: #3db166;
    padding: 5px;
    text-align: center;
    font-weight: 700;
}

#sticky-section .contact .icon.open .text p {
    padding: 5px;
}

#sticky-section .contact .icon span {
    display: block;
    transform: rotate(90deg);
}

#sticky-section .contact .text {
    width: 0;
    overflow: hidden;
    transition: all 0.6s;
    background: whitesmoke;
    margin-top: -35px;
    margin-left: 32px;
    font-size: 15px;
}

#sticky-section .phone {
    position: fixed;
    bottom: 18px;
    left: 10px;
}

#sticky-section .phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .phone a:nth-child(1) {
    background: #af0f24;
}

#sticky-section .whatsapp {
    position: fixed;
    bottom: 18px;
    right: 10px;
}

#sticky-section .whatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .whatsapp a:nth-child(1) {
    background: #0d9c3f;
}

#sticky-section .facebook {
    position: fixed;
    bottom: 90px;
    right: 10px;
}

#sticky-section .facebook a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: white;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
}

#sticky-section .facebook a:nth-child(1) {
    background: #5f48c7;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/*-----------------------------------------------------------Header----------------------------------------------------------------*/

#topbar {
    width: 100%;
    height: 48px;
    background: #484a49;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 0 20px;
}

#topbar span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    letter-spacing: 3px;
}

#topbar .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

#topbar .social-icons i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    background: #ffffff;
    position: relative;
    /*background-color: transparent;
    background-image: url('../img/dot.png');*/
}

#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 200px;
    height: 100px;
}

.logo img {
    width: 100%;
    height: 100%;
}

#header .text-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#header .media {
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin: 0 10px;
}

#header .media i {
    width: 40px;
    height: 40px;
    border: 2px solid #fa302f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#header .media h5 {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

#navbar {
    position: relative;
    transition: all 0.3s;
}

#navbar ul {
    margin: 0;
    list-style: none;
    transition: all 0.5s;
}

#navbar ul li {
    display: inline-block;
    position: relative;
}

#navbar ul li a {
    display: block;
    padding: 5px 10px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 22px;
}

#navbar ul li a:hover {
    color: #fa302f;
}

.hamburger {
    width: 25px;
    margin-right: 10px;
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.hamburger div {
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background: #002959;
    transition: all 0.3s;
}

@media(max-width:1094px) {
    #header .text-two {
        display: none;
    }
}

@media(max-width:916px) {
    #topbar span {
        margin: 0 auto;
        font-size: 12px;
    }
    #topbar {
        padding: 0 4px;
    }
    #topbar .social-icons {
        display: none;
    }
    #header {
        height: 80px;
        padding: 10px 10px;
    }
    #header button {
        margin-right: 50px;
        width: 220px;
    }
    .logo {
        height: 80px;
    }
    .hamburger {
        display: block;
    }
    #navbar {
        height: 0;
        overflow: hidden;
        transition: all 0.3;
    }
    #navbar ul li {
        display: block;
    }
    #navbar ul li a {
        border-bottom: 1px dotted gray;
        padding: 5px 10px;
        padding-left: 45px;
    }
}

#navbar.open {
    position: absolute;
    height: 280px;
    top: 80px;
    background: #7a0610;
    color: white;
    z-index: 8;
    width: 100%;
    left: 0;
}

#header.open .hamburger .div1 {
    transform: rotate(38deg);
}

#header.open .hamburger .div3 {
    transform: rotate(-38deg);
}

#header.open .hamburger .div2 {
    display: none;
}

/*-----------------------------------------------------------About-Why----------------------------------------------------------------*/

#about-why-section {
    padding: 40px 0;
}

#about-why-section h4 {
    margin: 0;
    margin-bottom: 20px;
}

#about-why-section h4 span {
    background: #293150;
    color: white;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding: 5px 10px;
    padding-right: 50px;
}

#about-why-section .about-section img {
    float: left;
    width: 100%;
    max-width: 300px;
    height: 200px;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 4px gainsboro;
}

#about-why-section .about-section p {
    text-align: justify;
    padding: 0 10px;
}

/*-----------------------------------------------------------Hero----------------------------------------------------------------*/

#hero-section {
    position: relative;
}

#hero-section .col-md-9, #hero-section .col-md-3 {
    padding: 4px;
}

#hero-section img {
    width: 100%;
    height: 400px;
}

.news-section {
    width: 100%;
    height: 400px;
    border: 1px solid gainsboro;
    border-top: 0;
    border-left: 0;
}

.news-section h3 {
    width: 100%;
    padding: 8px 5px;
    background: #293150;
    color: #fff;
    font-family: 'Langar';
    text-align: center;
}

.news-section marquee {
    padding: 8px 15px;
    font-family: 'Francus';
    color: rgb(44, 43, 43);
}

.news-section ul {
    margin: 0;
    list-style: none;
}

.news-section ul li {
    padding: 5px;
}

.news-section ul li span:before {
    font-family: FontAwesome;
    content: "\f0a4 ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.news-section ul li span {
    padding-left: 25px;
    display: inline-block;
}

@media(max-width:768px) {
    #hero-section .container {
        padding: 0;
    }
    #hero-section img {
        height: 300px;
    }
}

/*-----------------------------------------------------------Home About----------------------------------------------------------------*/

#home-about-section {
    padding: 20px 0;
}

#home-about-section .col-md-8 {
    margin-bottom: 20px;
}

.enquiry-section {
    width: 100%;
}

.enquiry-section h3 {
    width: 100%;
    padding: 8px 5px;
    background: #902941;
    color: #fff;
    font-family: 'Langar';
    text-align: center;
    margin: 0;
}

.enquiry-section form {
    padding: 15px 10px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #080549;
    color: #fff;
}

.enquiry-section form button {
    width: 100%;
    background: #3db166;
    color: #fff;
}

/*-----------------------------------------------------------About----------------------------------------------------------------*/

#about-section {
    padding: 20px 0;
}

#about-section h3 {
    font-weight: 700;
}

#about-section p {
    margin-bottom: 30px;
    text-align: justify;
}

#about-section img {
    width: 400px;
    height: 250px;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    max-width: 100%;
}

/*-----------------------------------------------------------Course----------------------------------------------------------------*/

#course-section {
    padding: 20px 0;
}

.course-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.course-card-container .course-card {
    width: 300px;
    height: 230px;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 5%), 0 1px 6px 1px rgb(0 0 0 / 5%), 0 0px 6px 0px rgb(0 0 0 / 5%);
    margin: 10px;
    background: #f8f9f8;
}

@media(max-width: 429px) {
    .course-card-container .course-card {
        width: 100%;
        height: 230px;
        margin: 5px;
    }
    .course-card-container .course-card:nth-child(odd) {
        margin-left: 0;
    }
    .course-card-container .course-card:nth-child(even) {
        margin-right: 0;
    }
}

.course-card .name {
    background: #a03d26;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.course-card p {
    padding: 5px 8px;
    margin: 0;
    position: relative;
    display: flex;
}

.course-card p span:nth-child(1) {
    width: 22px;
    margin-right: 8px;
}


.timeline {
    position: relative;
    margin: 5px auto;
    width: 1000px;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #c5c5c5;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    /* background: rgba(233, 33, 99, 1); */
    background: #192f59;
    border-radius: 50%;
    /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2); */
    box-shadow: 0 0 0 3px #97b9f3;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    /* background: rgba(233, 33, 99, 1); */
    background: #192f59;
    border-radius: 50%;
    /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2); */
    box-shadow: 0 0 0 3px #97b9f3;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    /* color: rgba(233, 33, 99, 1); */
    color: #192f59;
    font-weight: 600;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

@media(max-width:1000px) {
    .timeline {
        width: 100%;
    }
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }
    h1 {
        font-size: 40px;
        text-align: center;
    }
    .timeline:before {
        left: 20px;
        height: 100%;
    }
    .timeline ul li:nth-child(odd), .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }
    .timeline ul li:nth-child(odd):before, .timeline ul li:nth-child(even):before {
        top: 12px;
        left: 16px;
    }
}

/*-----------------------------------------------------------Why----------------------------------------------------------------*/

#video-section {
    padding: 20px 0;
}

.wcu-section .box {
    width: 100%;
    height: auto;
    display: flex;
    margin: 8px auto;
}

.wcu-section .box .icon {
    height: auto;
    margin-right: 25px;
}

.wcu-section .box .icon i {
    border-radius: 50%;
    font-size: 24px;
    color: white;
}

.wcu-section .box .text {
    height: auto;
    padding: 0 5px;
}

.wcu-section .box .text h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
}

.wcu-section .box .text p {
    line-height: 1.8;
    font-size: 14px;
}

/*-----------------------------------------------------------Message----------------------------------------------------------------*/

#message-section {
    padding: 20px 0;
}

#message-section .msg-card {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

#message-section .msg-card .alt-pic {
    display: none;
    float: right;
    width: 100;
    right: 0px;
    position: absolute;
    right: 30px;
}

#message-section .msg-card .pic {
    width: 200px;
    height: 220px;
    border: 6px solid white;
    box-shadow: 2px 3px 6px 0px rgb(154 144 144);
    border-radius: 1px;
}

#message-section .msg-card .pic img {
    width: 100%;
    height: 100%;
    border: 3px solid #3db166;
}

#message-section .msg-card .text {
    width: calc(100% - 200px);
}

#message-section .msg-card .text h3 {
    background: #ffffff;
    padding: 5px 10px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    padding-right: 50px;
    display: inline-block;
    font-family: 'Langar';
}

#message-section .msg-card .text p {
    color: black;
    padding: 5px 20px;
    margin-bottom: 35px;
    text-align: justify;
}

#message-section .msg-card:nth-child(2) .text p.desig {
    margin-top: 58px;
    text-align: end;
}

#message-section .msg-card:nth-child(2) .text h3 {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    float: right;
    padding-left: 50px;
}

@media(max-width:872px) {
    #message-section .msg-card .text {
        width: 100%;
    }
    #message-section .msg-card .text h3 {
        min-width: 250px;
    }
    #message-section .msg-card .text p {
        padding: 5px 0;
    }
    #message-section .msg-card:nth-child(2) .text {
        margin-top: 220px;
    }
    #message-section .msg-card:nth-child(2) .pic {
        display: none;
    }
    #message-section .msg-card .pic.alt-pic {
        display: block;
    }
}

/*-----------------------------------------------------------Download----------------------------------------------------------------*/

#download-section {
    padding: 20px 0;
}

.download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.download-container .card {
    width: 180px;
    height: 250px;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 5%), 0 1px 6px 1px rgb(0 0 0 / 5%), 0 0px 6px 0px rgb(0 0 0 / 5%);
    margin: 5px;
}

.download-container .card .pic {
    width: 100%;
    height: 148px;
    border-radius: 5px;
}

.download-container .card .pic img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.download-container .card .text {
    padding: 8px;
    text-align: center;
}

.download-container .card .text h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.download-container .card .text button {
    padding: 3px 5px;
}

/*-----------------------------------------------------------Contact----------------------------------------------------------------*/

#contact-section {
    padding-bottom: 60px;
    background-size: cover;
    width: 100%;
    position: relative;
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.contact-form {
    background: #615454;
    height: 560px;
    padding: 30px;
}

.contact-form h1 {
    color: white;
    text-align: center;
}

.contact-form form input, textarea {
    width: 100%;
    display: block;
    border: none;
    padding: 10px 8px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
}

.contact-form form input:focus, textarea:focus {
    border: 2px solid rgb(199 139 64);
    transition: 0.3s;
    box-shadow: 0 0 15px rgb(199 139 64);
}

.contact-form form button {
    background: rgb(199 139 64);
    color: white;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}

#contact-section .contact-details {
    background: rgb(199 139 64);
    height: 560px;
    margin: 0 auto;
}

#contact-section .contact-details .container-fluid {
    padding: 0;
}

#contact-section .contact-details .container-fluid .col-md-12:nth-child(1) {
    padding: 15px 15px 7.5px 15px;
}

#contact-section .contact-details .container-fluid .col-md-12:nth-child(2) {
    padding: 7.5px 15px 15px 15px;
}

#contact-section .contact-details .left-box, .right-box {
    background: #615454;
    height: 100%;
    padding: 20px;
}

#contact-section .contact-details .left-box h3, .right-box h3 {
    font-size: 21px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

#contact-section .contact-details .left-box p, .right-box p {
    font-size: 17px;
    color: white;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    #contact-section .contact-form {
        height: 100%;
    }
}

#mail-success-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}


/*-----------------------------------------------------------Gallery----------------------------------------------------------------*/

#gallery-section {
    padding: 20px 0;
}

#gallery-section .gallery-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#gallery-section .gallery-container .img {
    width: 380px;
    height: 250px;
    margin: 5px;
    border: 4px solid #fff;
    box-shadow: 0px 6px 8px 3px #dfdfdf;
}

#gallery-section .gallery-container .img img {
    width: 100%;
    height: 100%;
}

#gallery-section .custom-btn {
    width: fit-content;
    margin: 20px auto;
}

#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-family: sans-serif;
    list-style-type: none;
}

#hexGrid .hex {
    position: relative;
    visibility: hidden;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
    transition: all 0.5s;
    backface-visibility: hidden;
    will-change: transform;
    transition: all 0.5s;
}

#hexGrid .hex::after {
    content: '';
    display: block;
    padding-bottom: 86.602%;
    /* =  100 / tan(60) * 1.5 */
}

#hexGrid .hexIn {
    position: absolute;
    width: 96%;
    padding-bottom: 110.851%;
    /* =  width / sin(60) */
    margin: 2%;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transition: all 0.5s;
}

#hexGrid .hexIn * {
    position: absolute;
    visibility: visible;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
}

#hexGrid .hexLink {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

/*** HEX CONTENT **********************************************************************/

#hexGrid .hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#hexGrid .hex h1, .hex p {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    font-weight: 300;
    opacity: 0;
}

#hexGrid #demo1 {
    color: #F5CE95;
    text-transform: capitalize;
    text-align: center;
    bottom: 50%;
    padding-top: 50%;
    font-size: 1.5em;
    z-index: 1;
}

#hexGrid .hex h1:before, #hexGrid .hex h1:after {
    display: inline-block;
    margin: 0 0.5em;
    width: 0.25em;
    height: 0.03em;
    background: #ffffff;
    content: '';
    vertical-align: middle;
    transition: all 0.3s;
    text-align: center;
}

#hexGrid #demo2 {
    top: 50%;
    text-align: center;
    text-transform: uppercase;
}

#hexGrid .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#hexGrid .img:before, .img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.5s;
}

#hexGrid .img:before {
    background: rgba(22, 103, 137, 0.3)
}

#hexGrid .img:after {
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}

/*** HOVER EFFECT  **********************************************************************/

#hexGrid .hexLink:hover h1, #hexGrid .hexLink:focus h1, #hexGrid .hexLink:hover p, #hexGrid .hexLink:focus p {
    opacity: 1;
    transition: 0.8s;
}

#hexGrid .hexIn:hover .img:before, #hexGrid .hexIn:hover .img:after, #hexGrid .hexIn:hover .hexLink {
    opacity: 1;
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/

@media (min-width:1201px) {
    /* <- 5-4  hexagons per row */
    #hexGrid {
        padding-bottom: 4.4%
    }
    #hexGrid .hex {
        width: 20%;
        /* = 100 / 5 */
    }
    #hexGrid .hex:nth-child(9n+6) {
        /* first hexagon of even rows */
        margin-left: 10%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 1200px) and (min-width:901px) {
    /* <- 4-3  hexagons per row */
    #hexGrid {
        padding-bottom: 5.5%;
        font-size: 13px;
    }
    #hexGrid .hex {
        width: 25%;
        /* = 100 / 4 */
    }
    #hexGrid .hex:nth-child(7n+5) {
        /* first hexagon of even rows */
        margin-left: 12.5%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 900px) and (min-width:601px) {
    /* <- 3-2  hexagons per row */
    #hexGrid {
        padding-bottom: 7.4%;
        font-size: 14px;
    }
    #hexGrid .hex {
        width: 33.333%;
        /* = 100 / 3 */
    }
    #hexGrid .hex:nth-child(5n+4) {
        /* first hexagon of even rows */
        margin-left: 16.666%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 600px) {
    /* <- 2-1  hexagons per row */
    #hexGrid {
        padding-bottom: 11.2%;
        font-size: 12px;
    }
    #hexGrid .hex {
        width: 50%;
        /* = 100 / 3 */
    }
    #hexGrid .hex:nth-child(3n+3) {
        /* first hexagon of even rows */
        margin-left: 25%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 8px;
    }
}

/*-----------------------------------------------------------Placement----------------------------------------------------------------*/

#placement-section {
    padding: 20px 0;
}

#placement-section .swiper-slide {
    padding: 5px 0;
    width: 400px;
    height: 290px;
}

#placement-section .placement-slider img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 2px 4px 0px rgb(0 0 0 / 75%);
}

@media(max-width:400px) {
#placement-section .swiper-slide {
    width: 100%;
    height: 250px;
}
}

/*-----------------------------------------------------------Placement----------------------------------------------------------------*/

#placement-section .placement-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#placement-section .placement-container .img {
    width: 350px;
    height: 270px;
    margin: 5px;
    box-shadow: 1px 2px 4px 0px rgb(0 0 0 / 75%);
}

#placement-section .placement-container .img img {
    width: 100%;
    height: 100%;
}

@media(max-width:439px) {
    #placement-section .placement-container .img {
        width: 140px;
        height: 95px;
    }
}

/*-----------------------------------------------------------Student----------------------------------------------------------------*/

#student-section {
    padding: 20px 0;
}

.search-bar {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

.search-bar .search-input {
    width: 100%;
}

.search-bar input {
    width: 100%;
    height: 100%;
    border: 1px solid #0d9c3f;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: 7px;
}

.search-bar button {
    width: 35px;
    height: 35px;
    background: #192f59;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-bar input {
    outline: none;
}

.result {
    max-width: 80%; 
    width: fit-content;
    margin: 20px auto;
}

#reg-head {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    max-width: 100%; 
    width: fit-content;
    margin: 20px auto;
    margin-bottom: 0;
}

    #reg-head h1 {
        text-align: center;
        margin: 0;
    }
    #reg-head p {
        text-align: center;
        margin: 0;
    }
#result-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    margin-top: 0;
    position: relative;
}

.watermark {
    position: absolute;
    color: lightgray;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    top: 8%;
    text-align: center;
    z-index: 0;
}

#customers td, #customers th, #reg-head td, #reg-head td {
    border: 1px solid rgb(0, 0, 0);
    padding: 8px;
}


#std-details, #result-status, #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border: 1px solid black;
}

#std-details th, #std-details td, #result-status td {
    padding: 5px 8px;
}


#std-details tr:first-child h2 {
    font-size: calc(1vw + 10px);
    font-weight: 700;
}

#std-details tr:first-child p {
    font-size: 15px;
}

#std-details tr:nth-child(1) th {
    background: #000;
    color: white;
    text-align: center;
}

/*-----------------------------------------------------------Footer----------------------------------------------------------------*/

#footer {
    margin-top: 50px;
    width: 100%;
    background: #1c2027;
    padding: 20px;
}

#footer .social-icons {
    margin-top: 20px;
}

#footer .social-icons h3 {
    color: #fff;
    letter-spacing: 2px;
}

#footer .social-icons ul {
    display: inline-block;
    list-style: none;
}

#footer .social-icons ul li {
    display: inline-block;
    margin-right: 0px;
}

#footer .social-icons i {
    width: 40px;
    height: 40px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

#footer .social-icons i:hover {
    background: #3db166;
    color: #1c2027;
}

#footer .heading {
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

#footer .heading::before {
    content: '';
    position: absolute;
    bottom: -9px;
    width: 120px;
    height: 2px;
    background: #3db166;
}

#footer .col-md-4 {
    padding: 20px;
}

#footer .col-md-4:nth-child(1) {
    color: #fff;
}

#footer .col-md-4:nth-child(1) p {
    font-size: 19px;
}

#footer .col-md-4:nth-child(2) ul {
    list-style: none;
}

#footer .col-md-4:nth-child(2) ul a {
    color: #fff;
    padding: 2px 0;
    display: block;
    transition: all 0.3s;
    position: relative;
}

#footer .col-md-4:nth-child(2) ul i {
    margin-right: 10px;
}

#footer .col-md-4:nth-child(2) ul a:hover {
    color: #3db166;
    transform: translateX(5px);
}

#footer .col-md-4:nth-child(3) p {
    color: #fff;
    /* padding-left: 40px; */
    position: relative;
}

#copyright {
    background: #000000;
    color: #fff;
    width: 100%;
    padding: 8px 0;
}

#copyright p {
    margin: 0;
    text-align: center;
}

#copyright p a {
    color: #3db166;
}

/*-----------------------------------------------------------Testimonial----------------------------------------------------------------*/

.testim {
    width: 100%;
    background: #002959;
    padding-top: 20px;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    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: #ea830e;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    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: #ea830e;
    border-color: #ea830e;
}

.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: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    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: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

/*-----------------------------------------------------------Responsive----------------------------------------------------------------*/

@media screen and (max-width: 900px) {
    #jkj {
        display: none;
    }
}