.social {
    top: 20%;
    right: 0px;
    z-index: 999;
    position: fixed;
}
.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}
.social ul li {
    margin: 3px;
    width: 305px;
    padding: 5px;
    display: block;
    text-align: left;
    background: rgba(171, 219, 209, 0.4);
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li b {
    color: #13829a;
}
.social ul li i {
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #13829a;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-sizing: border-box;
}
.module01 {
    float: left;
    width: 100%;
    z-index: 2;
    height: 100vh;
    overflow: hidden;
}
.test1 {
    float: left;
    width: 100%;
    z-index: 2;
    height: 100vh;
    position: absolute;
    background-color: #000;
    opacity: 0.3;
}
.ban_video01, .ban_video01 video {
    float: left;
    width: 100%;
}
.module01_txt {
    top: 10%;
    left: 5%;
    right: 5%;
    width: 90%;
    color: #fff;
    position: absolute;
}
.module01_txt p img {
    width: 30%;
}
.module01_txt h1, .module01_txt h2 {
    float: left;
    width: 100%;
    font-size: 4em;
    padding-top: 10%;
    font-weight: bold;
    line-height: 1.1em;
}
.module01_txt h2 {
    padding-top: 0;
    color: #ce262a;
}
.scroll-down {
    left: 5%;
    width: 30px;
    height: 50px;
    bottom: 20px;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    border: 2px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.fade-in-image {
    animation: fadeIn 3s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.scroll-down::before, .scroll-down::after {
    top: 20%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px solid #fff;
    border-top: transparent;
    border-left: transparent;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: scroll-down 1s ease-in-out infinite;
}
.scroll-down::after {
    top: 30%;
    animation-delay: 0.3s;
}
@keyframes scroll-down {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 90%;
    }
}
.desk_bg {
    float: left;
    width: 100%;
    background-color: #3877ba;
    opacity: 0.95;
}
.desk {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: #fff;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
}
.desk h1, .desk p {
    margin-bottom: 3%;
}
.desk img {
    -webkit-border-radius: 0 50px 0 50px;
    -moz-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(200, 200, 200, 0.9);
    -moz-box-shadow: 0px 1px 15px 0px rgba(200, 200, 200, 0.9);
    box-shadow: 0px 1px 15px 0px rgba(200, 200, 200, 0.9);
}
.mrg_lft {
    margin-left: 5%;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04, .flex-item-05 {
    flex: 20%;
    box-sizing: border-box;
}
.count_bg {
    float: left;
    width: 100%;
    background: url("../images/count_bg.jpg") bottom left no-repeat;
    background-size: cover;
}
.content {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: #3877ba;
    opacity: 0.9;
}
.metrics {
    float: left;
    width: 100%;
    text-align: center;
}
.metrics h1 {
    color: #fff;
    font-size: 4em;
}
.metrics h6 {
    color: #fff;
    font-size: 1em;
}
.metrics h6 i {
    font-size: 5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.metrics h6 i:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why_bg {
    float: left;
    width: 100%;
    background: linear-gradient(to top, #fad809 0%, #fad809 50%, #3877ba 50%, #3877ba 100%);
}
.why, .sub_why {
    width: 80%;
    float: left;
    padding: 5% 10% 0 10%;
    background: #fff url("../images/why_bg.png") center center no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sub_why {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.why_lft {
    width: 60%;
    margin: auto;
}
.support-title {
    padding: 0px 60px 0px 0px;
}
.support-title p {
    text-align: justify;
}
.support-title h3 {
    color: #6a6b71;
    padding: 25px 0px;
    line-height: 1.6em;
}
.span {
    color: #8e9197;
    margin-left: 65px;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.span::after {
    top: 16px;
    left: -63px;
    width: 50px;
    content: "";
    display: block;
    position: absolute;
    border-bottom: 3px solid #c82737;
}
.why_rht {
    width: 100%;
    margin: 5% auto 0 auto;
}
.test {
    padding: 3% 0;
    margin-right: 2%;
    margin-bottom: 7%;
    border: 2px dashed #c82737;
    -webkit-border-radius: 0 50px 0 50px;
    -moz-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
    box-sizing: border-box;
}
.why_rht h6 {
    padding: 0 3%;
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
}
.why_rht h6 img {
    height: 120px;
    padding-bottom: 3%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why_rht h6 img:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why hr {
    float: left;
    width: 100%;
    height: 2px;
    border: 0px;
    margin: 2% 0 5% 0;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.d-flex {
    display: flex !important;
}
.testimonial-section {
    float: left;
    width: 100%;
    background: url("../images/testi_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.testimonial-bg {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: rgb(250 216 9 / 95%);
}
.testimonial-title span, .testimonial-title h2 {
    color: #fff;
}
.testimonial-title {
    text-align: center;
    padding-bottom: 40px;
}
.testimonial-title span {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.testimonial-title h2 span {
    font-size: 2em;
    font-weight: 900;
    text-transform: none;
}
.testimonial-slider {
    padding: 30px 40px;
    position: relative;
    background-color: #fff;
    margin: 80px 50px 30px 0;
}
.testimonial-slider:before {
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    bottom: -30px;
    display: block;
    position: absolute;
    background-image: url("../images/shape.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.testimonial-pic img {
    top: -50px;
    width: 120px;
    height: 120px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-pic a {
    color: #000;
    font-size: 22px;
    margin-left: 135px;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.testimonial-pic i {
    color: #d9dde4;
    font-size: 4em;
    margin-left: auto;
    opacity: 0.9;
}
.vid_bg {
    float: left;
    width: 100%;
    background-color: rgb(250 216 9);
}
.vid {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: #fff;
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
}
.gal_home {
    width: 45%;
    float: left;
    position: relative;
    background: url(../images/h4-icon4.png) no-repeat right top;
}
.news, .news1 {
    width: 92%;
    float: left;
    padding: 3%;
    margin-top: 5%;
    background-color: #35d6fe;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.news1 {
    background-color: #F9D022;
}
.newsimg {
    float: left;
    width: 100%;
}
.newstxt {
    float: left;
    width: 100%;
    margin: 5% 0;
}
a .news h3, a .news1 h3 {
    color: #000;
    margin-bottom: 2%;
}
a .news p, a .news1 p {
    color: #000;
}
a .news h6, a .news1 h6 {
    color: #3877ba;
    margin-bottom: 3%;
    text-transform: uppercase;
}
a:hover .news, a:hover .news1 {
    opacity: 0.8;
}
.adm_home {
    width: 50%;
    float: right;
}
.adm_home p {
    padding-bottom: 3%;
}
.adm_home h3 {
    margin-top: 2%;
}
.adm_home a {
    color: #fff;
    padding: 10px 20px;
    background-color: #3877ba;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.adm_home a:hover {
    background-color: #F9D022;
}
/** Form Starts **/
.enquiry {
    float: left;
    width: 100%;
}
.inputrow {
    float: left;
    width: 100%;
}
select {
    width: 98%;
    color: #666;
    padding: 2% 3%;
    margin: 0 0 5% 0;
    border: 1px solid #e3ddd8;
    font-family: "Fredoka", sans-serif;
}
input[type="text"], textarea {
    width: 92%;
    color: #000;
    resize: none;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    border: 1px solid #e3ddd8;
    font-family: "Fredoka", sans-serif;
}
input[type="file"] {
    width: 92%;
    color: #000;
    padding: 2% 3%;
    cursor: pointer;
    margin: 0 0 2% 0;
    overflow: hidden;
    text-indent: 2000px;
    border: 1px solid #e3ddd8;
    font-family: "Fredoka", sans-serif;
    background: #fff url(../images/attach.png) 25px center no-repeat;
}
input[type="submit"], input[type="button"] {
    width: 20%;
    color: #fff;
    border: 0px;
    padding: 2% 0;
    outline: none;
    cursor: pointer;
    margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fredoka", sans-serif;
    background-color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #c82737;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#success_msg {
    color: #000;
    margin-bottom: 2%;
    padding: 5px 0 5px 3%;
}
.errorMsg {
    color: #c30;
    height: 20px;
    font-size: 11px;
}
.successMsg, .ErrMsg {
    background-color: rgba(189, 238, 255, 0.50);
}
.ErrMsg {
    color: #c30;
}
/** Form Ends **/
@media only screen and (min-width:960px) and (max-width:1389px) {
    .faq, .review {
        width: 100%;
    }
    .faq {
        margin-bottom: 3%;
    }
    #accordion {
        width: 100% !important;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    .faq, .review {
        width: 100%;
    }
    .faq {
        margin-bottom: 5%;
    }
    #accordion {
        width: 100% !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .module01 {
        height: auto !important;
    }
    .scroll-down {
        display: none;
    }
    .test1 {
        display: none !important;
    }
    .content h1, .subban h1 {
        font-size: 2em;
    }
    .faq, .review {
        width: 100%;
    }
    .faq {
        margin-bottom: 5%;
    }
    #accordion {
        width: 100% !important;
    }
    .why_lft {
        width: 100% !important;
    }
    .support-title {
        padding: 0px 0px 0px 0px !important;
    }
    .d-flex {
        display: block !important;
    }
    .testimonial-pic a {
        float: left;
        width: 100%;
        margin: 70px 0 15px 0 !important;
    }
    .testimonial-slider {
        margin: 80px 0px 30px 0;
    }
    .gal_home {
        width: 100%;
        margin-bottom: 3%;
    }
    .adm_home {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .module01 {
        height: auto !important;
    }
    .module01_txt h1, .module01_txt h2 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .scroll-down {
        display: none;
    }
    .test1 {
        display: none !important;
    }
    .yrs {
        width: 70%;
        top: 20% !important;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04, .flex-item-05 {
        flex: 100%;
    }
    .mrg_btn {
        margin-bottom: 5% !important;
    }
    .mrg_lft {
        margin: 5% 0 0 0 !important;
    }
    .why hr {
        height: 0 !important;
    }
    .faq, .review {
        width: 100%;
    }
    .faq {
        margin-bottom: 5%;
    }
    #accordion {
        width: 100% !important;
    }
    #gallery ul li {
        width: 33% !important;
    }
    .package01, .package02 {
        width: 100%;
    }
    .why_lft {
        width: 100% !important;
    }
    .support-title {
        padding: 0px 0px 0px 0px !important;
    }
    .testimonial-title {
        padding: 40px 0 0 0 !important;
    }
    .d-flex {
        display: block !important;
    }
    .testimonial-pic a {
        float: left;
        width: 100%;
        margin: 70px 0 15px 0 !important;
    }
    .testimonial-slider {
        margin: 80px 0px 30px 0;
    }
    .slick-dots {
        bottom: 40px !important;
        left: 30% !important;
    }
    .gal_home {
        width: 100%;
        margin-bottom: 3%;
    }
    .adm_home {
        width: 100%;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .centered {
        width: 90%;
    }
    .yrs {
        width: 70%;
        top: 10% !important;
    }
}
@media all and (max-width: 480px) {
    .centered {
        width: 90%;
    }
    .yrs {
        width: 70%;
        top: 20% !important;
    }
}