@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Poppins:300,400,700,800");

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Merriweather", serif;
    cursor: default;
    overflow-x: hidden;

}

p {
    color: #666;
    font-weight: 15px;
    line-height: 26px;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

section {
    padding: 80px 0;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/*-----------------------------------------------*/
.navbar-inverse {
    background-color: #fff;
    position: fixed;
    border: none;
    border-radius: 0;
    z-index: 9999;
    width: 100%;
}

.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img {
    padding: 1px 0 0 0;
    max-width: 220px;
}
.navbar-nav {
    padding: 5px 0;
}
.navbar-inverse .navbar-nav > li > a {
    font-family: "Poppins", sans-serif;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    border: 2px solid transparent;
}

.navbar-inverse .navbar-nav > li > a.highlight {
    background-color: #fbc800;
    border: 2px solid #fbc800;
    color: #222;
    font-weight: 400;
    border-radius: 20px;
}
.navbar-inverse .navbar-nav > li > a.highlight:hover {
    background-color: #fbc800cc;
}
.navbar-inverse.isStuck {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 10px #888;
}
.navbar-inverse.isStuck .navbar-nav > li > a {
    color: #222;
    font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #1859b7;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a.active {
    color: #1859b7;
}
/*--------------------------------------------------*/
/*--------------------------------------------------------*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    min-height: 100vh;
    padding: 30vh 0 0;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.banner {
    padding: 15vh 0;
}
.banner-text {
    position: absolute;
    z-index: 1;
    padding: 0 25px 40px;
    border-radius: 5px;
    background-color: #1859b7c7;
}
.banner-text h2 {
    font-size: 4.5em;
    font-weight: bold;
    color: #ffc800;
}
.banner-text h2 span {
    font-weight: normal;
    color: #fff;
}
.banner-text p {
    color: #eee;
    line-height: 1.8;
}
.banner-text a {
    padding: 12px 35px;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
/*-----------------------------------------------------*/
.banner-bottom h3 {
    font-size: 2.5em;
    font-weight: 300;
}
.banner-bottom h3 span {
    font-weight: 700;
}
.banner-bottom p {
    text-align: justify;
}

/*-----------------------------------------------------*/
.why-div {
    position: relative;
    background-image: url(../img/why-bg.jpg);
    background-size: cover;
    background-position: center;
}
.why-div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #1859b7c7;
}
.why-div h3 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 300;
}
.why-div h3 span {
    font-weight: 700;
}
.heading-hr {
    border-top: 3px solid #fbc800;
    margin-bottom: 30px;
}
.why-div .media-heading {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.why-div .media p {
    color: #ddd;
}
/*-------------------------------------------------------*/
.how-div {
    background-color: #efefef;
}
.how-div h2 {
    font-size: 2.5em;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
}
.how-div h2 span {
    font-weight: 700;
}
.how-box {
    background-color: #fff;
    padding: 40px 20px;
    margin-top: 30px;
    box-shadow: 0px 0px 20px #ddd;
    min-height: 380px;
}
.how-box h3 {
    font-weight: 300;
    text-transform: capitalize;
}
.how-box h3 span {
    font-weight: 700;
}
.how-box p {
    color: #999;
    text-align: left;
}
/*-------------------------------------------------------*/
.mt-25 {
    margin-top: 25px;
}
/* .story {
    padding-bottom: 0;
} */
.bg-shade {
    background-color: #efefef;
}
.title {
    font-size: 2.5em;
    color: #000;
    font-weight: 300;
}
.title span {
    font-weight: 700;
}
.yellow-btn {
    padding: 12px 35px;
    font-family: "Poppins", sans-serif;
    background-color: #fbc800;
    border: 1px solid #fff;
    letter-spacing: 1px;
    color: #000;
}
.blue-btn {
    padding: 12px 35px;
    font-family: "Poppins", sans-serif;
    background-color: #1859b7;
    border: 1px solid #fff;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
}
.blue-btn:hover {
    color: #fff;
}
/*-------------------------------------------------------*/
#faqs {
    position: relative;
}
#faqs h4 {
    font-size: 1.4em;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    line-height: 27px;
}
#faqs h4:hover,
#faqs h3.active {
    color: #1859b7;
}
#faqs div {
    position: relative;
    border-bottom: 1px solid #99999940;
    margin-bottom: 25px;
}
#faqs div p {
    padding: 0;
    margin-bottom: 15px;
}
/*-------------------------------------------------------*/

.testimonial .carousel-control {
    color: #1859b7;
    opacity: 1;
}
.testimonial .vertical-bar {
    padding: 20px 2px;
    background-color: #1859b7;
    margin-bottom: 40px;
}
.testimonial h2 {
    font-size: 2.5em;
    color: #000;
    font-weight: 300;
    margin-top: 20px;
}
.testimonial h2 span {
    font-weight: 700;
}
.testimonial .text {
    margin-top: 30px;
}
.testimonial .text h3 {
    color: #1859b7;
    font-weight: bold;
    font-size: 2em;
}
.testimonial .text p {
    margin-bottom: 30px;
}
.testimonial img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #aaa;
}
.testimonial .carousel-indicators {
    margin-top: 40px;
}
.testimonial .carousel-indicators li {
    background-color: #1859b7;
    border-color: #1859b7;
}
.carousel-control.right,
.carousel-control.left {
    background-image: unset;
}
/*-------------------------------------------------------*/
.inner-banner {
    background-color: #1859b7;
    color: #fff;
    padding: 150px 0 120px;
    margin-bottom: 50px;
}
.innerbanner-text h1 {
    font-weight: 300;
    font-size: 4em;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.innerbanner-text h4 span {
    letter-spacing: 5px;
    background-color: #fff;
    padding: 4px 15px;
    color: #122;
}
.innerbanner-text h4 span a {
    color: #122;
}
.inner-banner img {
    position: absolute;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0px 0px 10px #fff;
	border-radius: 5px;
}
#service_banner img {
    position: inherit;
    width: 100%;
    background: transparent;
    box-shadow: none;
    margin: 20px;
}
#service_banner .row {
    display: flex;
    align-items: center;
}
.service_bnr_img {
    background: #fff;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: -70px;
    box-shadow: 0px 0px 10px #0000004a;
}   
/*-------------------------------------------------------*/
.banner-info {
    position: fixed;
    left: -5.6%;
    box-shadow: 0px 0px 30px #555;
    font-weight: bold;
    top: 50%;
    background-color: red;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    cursor: default;
    font-size: 15px;
    letter-spacing: 1px;
}
.banner-info:hover {
    text-decoration: none;
    background-color: #fef300;
    color: #000;
}
.vertical-text {
    transform: rotate(-90deg);
}
/*-------------------------------------------------------*/
.myForm {
    background: #eee;
    padding: 1.2em;
}
.myForm hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
}
.myForm textarea {
    height: calc(100% - 1.5em);
}
.myForm button {
    background: #fbc800;
    color: #000;
    padding: 12px 35px;
    margin-top: 20px;
}
.myForm input:not([type="radio"]):not([type="checkbox"]),
.myForm textarea,
.myForm select {
    width: 100%;
    border: 0;
    padding: 1em;
    margin: 0.5em 0;
}
.myForm label {
    display: block;
}
fieldset {
    border: 0;
}
.myForm input::placeholder {
    color: #888;
    font-size: 12.5px;
    opacity: 0.8;
}
.Hide {
    display: none;
}
#target {
    display: none;
}
/*-------------------------------------------------------*/
.pre-footer {
    background-color: #fbc837;
    padding: 40px 0;
}
.pre-footer h2 {
    font-weight: 700;
    text-transform: capitalize;
}
.pre-footer .yellow-btn {
    background-color: #222;
    color: #fff;
    margin-top: 15px;
}

/*--------------------- service page ---------------------*/
section#service_banner {
    margin-bottom: 0px;
    padding: 75px 0px 50px;
}
.service_content {
    padding: 50px 0px 50px;
}
.service_content .row {
    padding: 35px 0;
    align-items: center;
    display: flex;
    flex-flow: wrap;
}
.title h2 {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.contnt_service h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service_img img {
    width: 100%;
}
/*--------------------- service page ---------------------*/










/*-------------------------------------------------------*/
footer {
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: bottom center;
    min-height: 40vh;
    padding: 50px 0 0;
}
footer img {
    margin-bottom: 20px;
}
footer p {
    color: #fff;
    text-align: justify;
    margin-top: 30px;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: none;
    color: #fbc800;
}
.footer-heading {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-list {
    list-style: none;
    padding-left: 0;
}
.footer-list li {
    margin-bottom: 15px;
}
.footer-list .div-left {
    float: left;
    margin-top: 7px;
    margin-right: 17px;
}
.footer-list .div-left .icon {
    color: #fff;
    font-size: 2em;
}
.footer-list .div-left .icon.glyphicon-print {
    margin-top: -7px;
}
.footer-list .div-right {
    float: left;
    color: #fff;
}
.footer-list .div-right a {
    font-size: 14px;
}
.social-icon {
    color: #fff;
    font-size: 1.5em;
    margin: 0 10px;
}
.nav-list {
    list-style: none;
    padding-left: 0;
}
.nav-list li {
    padding: 7px 0;
}
.copy {
    text-align: center;
    margin-top: 20px;
    border-top: #ddd 1px solid;
    padding-top: 20px;
}

/*-------------------------------------------------*/

#app {
    padding: 20px 15px;
    margin: 0 auto;
    position: relative;
    color: #2d5386;
    border-radius: 4px;
}
#app h2 {
    text-align: center;
    font-size: 32px;
    margin: -40px 0 30px 0;
    padding-top: 20px;
    color: #104898;
}
#app h3 {
    text-align: center;
    font-size: 24px;
    margin: 16px 0 20px 0;
    color: #2d5386;
}
#app .form {
    margin: -30px 20px 20px 20px;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 4px 4px 0 0;
    transform: translateY(30px);
    box-shadow: (rgba(0, 0, 0, 0.3) 2px 2px 18px);
}
#app .form .form-group {
    width: 100%;
    position: relative;
    box-sizing: content-box;
    font-size: 18px;
    display: block;
}
#app .form .form-group label {
    width: 49%;
    display: inline-block;
    box-sizing: content-box;
    line-height: 20px;
}
#app .form .form-group .out {
    font-size: 26px;
    color: red;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
#app .form .form-group option {
    background: #fff;
}
#app .form .form-group option:active,
#app .form .form-group option:hover,
#app .form .form-group option:focus {
    background: #104898;
}

#app .hover {
    position: fixed;
    display: block;
    padding: 8px;
    font-size: 16px;
    color: #2d5386;
    transition: all 0.1s;
    background: #fff;
    pointer-events: none;
    border: 1px solid #263238;
}

#app .note {
    text-align: center;
    font-size: 0.7em;
}
#app svg text {
    fill: #2d5386;
}

#app svg line {
    stroke: #2d5386;
    stroke-width: 2px;
}
#app .xaxis {
    transform: translate(20px, 300px - 50px);
}
#app .xaxis .graph {
    transform: translate(20px, 0px);
}
#app rect {
    fill: #3c983a;
}
#app rect:hover {
    fill: #333;
}
#app .yaxis {
    transform: translate(20px, 0px) rotate(90deg);
}

.abo_content {
    margin: 50px 0px;
}
.abo_content h4 {
    font-size: 25px;
    font-weight: 600;
}
.abo_content p {
    margin-bottom: 15px;
}
.story.about_story h4 {
    margin: 20px 0px 15px;
}
.story.about_story ul {
    padding-left: 15px;
}
.story.about_story ul li {
    list-style: circle;
    margin-bottom: 10px;
	color:#666
}
ul.faq_list {
    padding-left: 15px;
}
ul.faq_list li {
    margin-bottom: 10px;
    list-style: circle;
}
.ftr_mid_cnt {
    margin-left: 100px;
}
.about_page_img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px #aaa;
    overflow: hidden;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
section.story.about_story .row {
    margin-bottom: 30px;
}
section.story.about_story .row:last-child {
    margin-bottom: 0px;
}
.unit-row {
    display: flex;
    align-items: center;
}
section.story.about_story h3 {
    text-transform: capitalize;
}
ol.faq_list {
    padding-left: 15px;
    list-style: circle;
}

ol.faq_list li {
    margin-bottom: 10px;
	color:#666
}
.social_contact {
    margin-bottom: 50px;
}
.social_contact h4 {
    display: flex;
    margin-bottom: 20px;
    line-height: 28px;
}
.social_contact span {
    color: #1859b7;
    margin-right: 10px;
    font-size: 22px;
    margin-top: 4px;
}
.social_contact h3 {
    margin-bottom: 25px;
}
p.copy a {
    color: #fbc837;
}
.ftr_logo {
    width: 280px;
}
@media (max-width: 1200px) {
    #myVideo {
        width: 100%;
        height: unset;
        top: 0;
    }
    .banner-info {
        left: -7%;
    }
    .banner-text h2 {
        font-size: 3.5em;
    }
    .footer-list .div-left {
        display: block;
        margin-right: 14px;
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-info {
        left: -7.5%;
    }
    .why-div::before {
        width: 100%;
    }
    .testimonial img {
        margin-top: 65px;
    }
    .navbar-brand img {
        max-width: 180px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px;
    }
    .ftr_mid_cnt {
        margin-left: 0px;
    }
    section {
        padding: 50px 0px;
    }
    .homepage-hero-module {
        min-height: 54vh;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .banner-text {
        top: 50%;
        transform: translateY(-40%);
    }
    .banner-bottom p {
        text-align: justify;
        margin-bottom: 0px;
    }
    .mb-l-0 {
        margin-bottom: 0px !important;
    }
    .mt-l-0 {
        margin-top: 0px !important;
    }
   
    .why-div .btn.yellow-btn {
        margin: 0px auto;
        display: table;
    }
    .testimonial h2,
    .pre-footer h2 {
        font-size: 1.7em;
    }
    .testimonial img {
        margin: 0px auto;
    }
    .testimonial .text p {
        margin-bottom: 30px;
    }
    .testimonial .text h3 {
        font-size: 1.5em;
    }
    footer p {
        text-align: left;
    }
    .banner-bottom h3,
    .why-div h3,
    .how-div h2 {
        font-size: 1.7em;
    }
    .pre-footer h2 {
        text-align: center;
    }
    .pre-footer .yellow-btn {
        display: table;
        margin: auto;
        margin-top: 25px;
    }
    .testimonial .text {
        margin-top: 0px;
    }
    .title {
        font-size: 1.7em;
    
    }
    section.story.about_story .row {
        margin-bottom: 30px;
        flex-flow: wrap;
    }
    section.story.about_story h3 {
        text-transform: capitalize;
        font-size: 20px;
    }
    section.inner-banner.service-inner-banner {
        margin-bottom: 0px;
    }
    .row.service-mid-row {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .service-zigzag img {
        margin: 0px auto;
        width: 100%;
        margin-top: 30px;
    }
    .service-zigzag br {
        display: none;
    }
    .service_mid {
        margin-top: 80px;
    }
    .service-zigzag .heading-hr {
        margin-bottom: 15px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
    .service_content .row {
        padding: 8px 0;
    }
    .title h2 {
        font-size: 22px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .why-div::before {
        width: 100%;
    }
    .navbar-inverse {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222;
    }
    .navbar-inverse.isStuck .navbar-toggle .icon-bar {
        background-color: #222;
    }
    .navbar-brand img {
        max-width: 155px;
    }
    .banner-info {
        left: -13.5%;
    }
    /* .inner-banner img {
        display: none;
    } */
    .inner-banner img {
      
        margin-top: 0px;
    }
    .ftr_mid_cnt {
        margin-left: 0px;
    }
    section {
        padding: 50px 0px;
    }
    .mb-l-0 {
        margin-bottom: 0px;
    }
    .mt-l-0 {
        margin-top: 0px !important;
    }
    .why-div .btn.yellow-btn {
        margin: 0px auto;
        display: table;
    }
    .testimonial h2,
    .pre-footer h2 {
        font-size: 1.7em;
    }
    .testimonial img {
        margin: 0px auto;
    }
    .testimonial .text p {
        margin-bottom: 30px;
    }
    .testimonial .text h3 {
        font-size: 1.5em;
    }
    footer p {
        text-align: left;
    }
    .banner-bottom h3,
    .why-div h3,
    .how-div h2 {
        font-size: 1.7em;
    }
    .pre_content_btn {
        text-align: left;
    }
    .testimonial .text {
        margin-top: 0px;
    }
    section.inner-banner.service-inner-banner {
        margin-bottom: 0px;
    }
    .row.service-mid-row {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
}
@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    .navbar-inverse {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    #myVideo {
        width: 100%;
        position: relative;
        height: 500px;
        object-fit: cover;
        object-position: right;
        display: block;
    }
    .banner-text h2 {
        font-size: 2.5em;
    }
    .homepage-hero-module {
        padding: 7vh 0 0;
        overflow-x: unset;
        height: auto;
        min-height: auto;
    }
    .banner-text {
        position: absolute;
        z-index: 1;
        padding: 0 25px 40px;
        border-radius: 5px;
        background-color: #1859b7c7;
        top: 86px;
        left: 0;
    }
    .banner-info {
        z-index: 10;
        left: -13.6%;
        font-size: 10px;
    }
    .banner-text a {
        display: block;
        text-align: center;
    }
    .banner-bottom h3,
    .why-div h3,
    .how-div h2 {
        font-size: 1.7em;
    }
    .banner-text p,
    .banner-bottom p,
    .why-div .media p,
    .testimonial .text p {
        font-size: 12px;
    }
    .why-div::before {
        width: 100%;
    }
    .why-div .media-heading,
    .how-box h3 {
        font-size: 16px;
    }
    .inner-banner {
        padding: 100px 0 120px;
    }
    /* .inner-banner img {
        display: none;
    } */
    .inner-banner img {
      
        left: 50%;
        transform: translateX(-50%);
    }
    .innerbanner-text {
        text-align: center;
    }
    .innerbanner-text h1 {
        font-size: 2.5em;
    }
    .innerbanner-text h4 span {
        letter-spacing: 1px;
    }
    #app {
        padding: 0;
    }
    #app .form {
        margin: 0;
    }
    .ftr_mid_cnt {
        margin-left: 0px;
    }
    section {
        padding: 50px 0px;
    }
    .mb-l-0 {
        margin-bottom: 0px !important;
    }
    .mt-l-0 {
        margin-top: 0px !important;
    }
    section.inner-banner.faq-banner.mb-l-0 {
        margin-bottom: 50px!important;
    }
    .pt-30 {
        padding-top: 30px;
    }
    .pb-30 {
        padding-bottom: 30px;
    }
    .why-div .btn.yellow-btn {
        margin: 0px auto;
        display: table;
    }
    .testimonial h2,
    .pre-footer h2 {
        font-size: 1.7em;
    }
    .testimonial img {
        margin: 0px auto;
    }
    .testimonial .text p {
        margin-bottom: 30px;
        text-align: center;
    }
    .testimonial .text h3 {
        font-size: 1.5em;
        text-align: center;
    }
    footer p {
        text-align: left;
    }
    .col-md-3.text-right.pre_content_btn {
        text-align: left;
    }
    .title {
        font-size: 1.7em;
    }
    section.story.about_story .row {
        margin-bottom: 30px;
        flex-flow: wrap;
    }
    section.story.about_story h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .row.service-mid-row {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .about_page_img {
      
        margin-top: 50px;
    }
    .social_mob {
        margin-top: 50px;
    }
    .footer-list .div-left .icon {
        font-size: 1.5em;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
}

@media (max-width: 380px) {
    .homepage-hero-module {
        margin-bottom: 0px;
    }
    .banner-info {
        z-index: 10;
        left: -15.6%;
        font-size: 10px;
    }
    .ftr_mid_cnt {
        margin-left: 0px;
    }
    .col-md-3.text-right.pre_content_btn {
        text-align: left;
    }
    .pre-footer h2 {
        font-size: 1.7em;
        margin-top: 0;
    }
    section.story.about_story .row {
        flex-flow: wrap;
    }
    .pt-30 {
        padding-top: 30px;
    }
    .pb-30 {
        padding-bottom: 30px;
    }
    section br {
        display: none;
    }

    .title h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .service_content .row {
        padding: 0px 0;
    }
    .contnt_service h4 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .column_reverse {
        flex-flow: column-reverse !important;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .fixed .contnt_service p {
        margin-bottom: 0px;
    }

    .innerbanner-text h4 span {
        font-size: 12px;
    }
    #service_banner.inner-banner {
        margin-bottom: 0px;
    }
    .service-page section {
        padding: 45px 0px 29px;
    }
    .title h2 {
        font-size: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    section.service_content {
        padding-top: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #myVideo {
        width: unset;
        height: 100%;
        top: 0;
    }
    .banner-info {
        left: -7%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 999px) and (orientation: portrait) {
    #myVideo {
        width: unset;
        height: 100%;
        top: 0;
    }
    .banner-info {
        left: -10%;
    }
    .why-div::before {
        width: 100%;
    }
    .how-box {
        min-height: 460px;
    }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1024px) and (orientation: portrait) {
    .homepage-hero-module {
        padding: 12vh 0 0;
        min-height: 60vh;
    }
    #myVideo {
        width: unset;
        height: 100%;
        top: 0;
    }
    .banner-info {
        left: -8%;
    }
}

.ol li {margin-bottom:5px !important}
