@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 199999999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 199999999;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #22222282;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }


ul, li, ol, a, p, span, strong, h1, h2, h3, h4, h5, h6, img {
    padding: 0;
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

p + p {
    display: block;
    margin-top: 14px;
}

p {
    line-height: 26px;
}

img {
    max-width: 100%;
}
/**News Top Menu CSS**/
.top-menu nav.navbar.navbar-inverse {
    background-color: #00619e;
    border: 0 none;
    border-radius: 0;
    margin: 0;
}

.top-menu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
}

.main-header .navbar-brand {
    height: auto;
}

.main-header .navbar.navbar-default {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.main-header .nav.navbar-nav.navbar-right a {
    padding: 30px 11px;
    font-size: 19px;
}

.social-images li {
    display: inline-block;
    list-style: outside none none;
    padding: 6px 5px;
    width: calc(100% / 8 - 4px);
}

.welcome {
    background-color: #00619e;
    padding: 50px 0;
}

h2.heading-top {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
}

h1.heading-top {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 30px;
}


.welcome p {
    margin-bottom: 18px;
    padding: 0 9%;
    text-align: center;
    color: #ddd;
    font-size: 13px;
}

.btn.btn-default.empty-white {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    margin-top: 10px;
}

.heading-bordered h3 {
    color: #00619e;
    margin-bottom: -1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00619e;
}

.heading-bordered {
    border-bottom: 1px solid #e8eef6;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.slide-clients iframe {
    border: 0;
}

.slide-clients {
    padding: 40px 0 0 0;
}

.btn.btn-primary {
    padding: 9px 20px;
    font-size: 16px;
    float: right;
}

.parallax-156 {
    background: rgba(0, 0, 0, 0) url("../images/facts.png") no-repeat scroll center center;
    padding: /*60px*/ 28px 0 80px;
}

.heading-bordered .btn.btn-primary {
    float: right;
    padding: 3px 10px;
    font-size: 14px;
}

.servicesFront .btn.btn-primary {
    display: inline-block;
    float: none;
    padding: 3px 10px;
    font-size: 14px;
    margin-top: 25px;
}

.fact h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 10px;
    padding: 0;
}

.fact h5 {
    color: #fff;
    font-size: 14px;
}

.fact {
    border-right: 1px dotted #ccc;
    color: #fff;
    margin: 0 0 22px;
}

.headingPart {
    text-align: center;
    margin-bottom: 25px;
}

    .headingPart h3 {
        margin: 0 0 15px;
        color: #00619e;
        position: relative;
        font-size: 24px;
        padding: 0 0 15px;
    }

        .headingPart h3:after {
            content: "";
            width: 70px;
            height: 2px;
            background-color: #00619e;
            left: 50%;
            bottom: 0;
            position: absolute;
            transform: translate(-50%, 0);
        }

    .headingPart p {
        max-width: 800px;
        margin: 0 auto;
    }

.ProductBox {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 20px;
}

    .ProductBox h2 {
        color: #00619e;
        font-size: 20px;
        margin: 15px 0;
        text-align: center;
    }

    .ProductBox img {
        max-width: 100%;
        margin: 0 auto;
        display: inherit;
    }

.page-content.ProductsMain {
    padding: 50px 0;
}



.caroufredsel_wrapper {
    float: left !important;
    width: 100% !important;
}

.clients-carousel {
    float: left;
    width: 100%;
}

.clients {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

    .clients .clients-text {
        width: 100%;
        background: #f6f6f6;
        padding: 30px 30px 60px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .clients .clients-text p {
            font-size: 14px;
            font-style: italic;
            min-height: 150px;
        }

.clients-author {
    width: 100%;
    position: relative;
    top: -40px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clients-image-container {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}

    .clients-image-container img {
        dispaly: block;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
    }

.clients-author-name {
    margin-bottom: 0;
    padding-top: 50px;
}

.clients-author-company {
    width: 100%;
    display: block;
    font-style: italic;
    font-weight: 300;
}


.clients ul {
    display: inline-flex;
    width: 100%;
}

    .clients ul li {
        display: list-item;
        float: left;
        width: 33.33%;
    }


/*  TESTIMONIAL STYLE 02
============================================================================= */
/* Control box 
------------------------------------------------ */
.control-box {
    width: 100%;
}

.carousel-control {
    background: #666 !important;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px;
    margin: 30px -20px 0;
    height: 30px;
    width: 30px;
}

/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
    .page-header {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption-box {
        word-break: break-all;
    }

    ul.thumbnails li {
        margin-bottom: 30px;
    }
}


.testimonial {
    padding: 50px 0 0 0;
}

.bx-wrapper {
    box-shadow: 0 0 0;
    max-width: 100% !important;
}

.testimonial .testimonial-text {
    box-sizing: border-box;
    padding: 30px 30px 60px;
    width: 100%;
}

    .testimonial .testimonial-text p {
        font-size: 14px;
        font-style: italic;
        min-height: 210px;
    }

.testimonial-image-container {
    border: 4px solid #fff;
    border-radius: 50%;
    float: left;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
    width: 100px;
}

    .testimonial-image-container img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }

.testimonial-author-name {
    margin-bottom: 0;
    padding-top: 50px;
}

.testimonial a:link,
.testimonial a:visited {
    color: #599100;
    text-decoration: none;
}

iframe.youtube-player {
    height: 310px !important;
    margin-bottom: 75px;
}

.products-navbar .nav > li > a {
    padding: 13px 6px !important;
}

h1 {
    color: #444;
    font: bold 20px "Open Sans",Arial,sans-serif;
    margin-bottom: 20px;
}

.topheadingMain {
    background: rgba(0, 0, 0, 0) url("../images/patt1.png") repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    float: left;
    margin: 0 auto 40px;
    padding: 30px 0;
    width: 100%;
}

    .topheadingMain h1 {
        display: inline-block;
        float: left;
        line-height: 45px;
        margin-bottom: 0;
        margin-right: 20px;
        text-transform: none;
    }

    .topheadingMain p.subtitle {
        border-left: 1px solid #888;
        color: #777;
        float: left;
        line-height: 13px;
        margin-top: 5px;
        padding-left: 20px;
        font: 12px/20px "Open Sans",Arial,sans-serif;
    }

    .topheadingMain ol.breadcrumb {
        background: transparent none repeat scroll 0 0;
        margin: 0;
        text-align: right;
    }

.myHead h5 {
    color: #444;
    font: bold 14px "Open Sans",Arial,sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.myHead h3 {
    color: #444;
    font: bold 16px "Open Sans",Arial,sans-serif;
    margin-bottom: 20px;
}

.widget li {
    background: rgba(0, 0, 0, 0) url("../images/aside.png") no-repeat scroll 0 9px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
    padding-left: 28px;
    list-style: none;
    padding-top: 7px;
}

a {
    color: #777;
    font: 12px "Open Sans",Arial,sans-serif;
    transition: all 0.2s ease 0s;
}

.myHead img {
    margin-bottom: 50px;
}

.myHead p {
    color: #777;
    font: 12px/20px "Open Sans",Arial,sans-serif;
}

#content-wrapper .cbp-caption-defaultWrap img {
    width: 100%;
    height: auto;
}

.main-header.affix {
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.form-control::-webkit-input-placeholder { /* Chrome */
    color: #000 !important;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

.form-control:-moz-placeholder { /* Firefox 4 - 18 */
    color: #000 !important;
    opacity: 1;
}

#commentform input::-webkit-input-placeholder { /* Chrome */
    color: #000 !important;
}

#commentform input:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
}

#commentform input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

#commentform input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #000 !important;
    opacity: 1;
}

.btn.btn-lg.btn-cta {
    font-size: 15px;
    margin: 0;
    min-width: auto;
    padding: 15px 20px;
    width: auto;
}

.serv_row li {
    line-height: 25px !important;
    padding-bottom: 12px !important;
}

.serv_row {
    margin: 0;
}





/**News Footer CSS**/
#footer {
    padding-top: 50px;
}

.footer-wrapper {
    background: #333 none repeat scroll 0 0;
    float: left;
    padding: 30px 0 0;
    width: 100%;
}

.footer-widget-container .widget h6 {
    color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer p, footer a {
    color: #bbb;
}

.widget_tag_cloud a {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 5px 10px;
    font-size: 12px;
}

    .widget_tag_cloud a:hover {
        background: #00619e none repeat scroll 0 0;
        color: #fff;
    }

#tweet-sroll-wrapper .tagcloud a {
    background: #ccc none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    display: block;
    float: left;
    margin-top: 13px;
    padding: 6px 18px;
}

.widget {
    display: block;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.Social-icons img {
    width: 35px;
}

.Social-icons li {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    display: inline;
    padding: 0 3px;
}

.Social-icons a {
    font-size: 30px;
}

.Social-icons li:nth-child(1) a:hover {
    color: #3b5998;
}

.Social-icons li:nth-child(2) a:hover {
    color: #54abee;
}

.Social-icons li:nth-child(3) a:hover {
    color: #007ab9;
}

.Social-icons li:nth-child(4) a:hover {
    color: #dc4e41;
}


.Social-icons {
    margin-top: 15px;
}
.list-course .bx-prev {
  left: -30px;
}
.list-course .bx-next {
  right: -45px;
}


.copyright-container {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}


.getBackCall {
    left: 0;
    margin-left: 0;
    position: fixed;
    top: 25%;
    transition: all 500ms ease 0.5s;
    width: 48px;
    z-index: 9999;
    height: 158px;
}

#formGetCall.btn.btn-primary {
    border-radius: 0;
    float: left;
    font-size: 17px;
    margin-left: -55px;
    margin-top: 55px;
    padding: 11px 21px;
    transform: rotate(90deg);
}

#enquery .btn.btn-primary {
    padding: 6px 15px;
    font-size: 14px;
    margin-left: 10px;
}

.scroll-up {
    background: rgba(0, 0, 0, 0) url("../images/to-top.png") no-repeat scroll 0 0;
    bottom: 71px;
    display: none;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    right: 14px;
    text-indent: -9999px;
    width: 40px;
}
/**News Letter CSS**/
.newsletter {
    background-color: #43a047;
    background-image: url("../images/newsletter-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

    .newsletter h2 {
        color: #fff;
        font-family: open sans;
        font-size: 25px;
        font-weight: 600;
        margin: 14px 0;
        position: relative;
        text-transform: uppercase;
    }

    .newsletter .btn.btn-submit {
        -moz-user-select: none;
        background-color: #fb8c00;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 30px;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.42857;
        margin-bottom: 0;
        max-width: 160px;
        padding: 12px 38px;
        text-align: center;
        text-transform: none;
        touch-action: manipulation;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
        white-space: nowrap;
        color: #fff;
    }

    .newsletter input {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 30px;
        color: #fff;
        height: 50px;
        margin-right: 20px;
        padding-left: 25px;
    }

        .newsletter input::placeholder {
            color: #fff !important;
        }

        .newsletter input::-moz-placeholder {
            color: #fff !important;
        }

        .newsletter input::-webkit-input-placeholder {
            color: #fff !important;
        }

@media (max-width : 767px) {
    .newsletter h2 {
        margin-bottom: 15px;
    }

    .newsletter .form-control {
        margin-bottom: 15px;
    }
}

.modal.fade.in {
    z-index: 99999999;
}

.modal-backdrop.in {
    opacity: 0.5;
    z-index: 9999999;
}

.modal-header {
    background-color: #286090;
    color: #fff;
}

.formCallBAckAll .form-group {
    float: left;
    width: 100%;
}

.getBackCall {
    left: 0;
    margin-left: 0;
    position: fixed;
    top: 25%;
    transition: all 500ms ease 0.5s;
    width: 48px;
    z-index: 9999;
    height: 158px;
}

#formGetCall.btn.btn-primary {
    border-radius: 0;
    float: left;
    font-size: 17px;
    margin-left: -55px;
    margin-top: 55px;
    padding: 11px 21px;
    transform: rotate(90deg);
}

.formCallBAck .form-group {
    float: left;
    width: 100%;
}

.modal-header .close {
    color: #fff !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #ffffff;
}

.modal-header .modal-title {
    color: #fff;
}

#enquery .form-group {
    margin: 0;
}

.head_call {
    display: none;
}

.head_call {
    border: 1px solid #ddd;
    float: right;
    position: absolute;
    right: 5px;
    top: 27px;
    width: 38px;
    border-radius: 5px;
}

    .head_call img {
        width: 33px;
    }

.main-header .navbar-toggle {
    right: 40px;
    top: 20px;
}

.modal .btn.btn-primary {
    float: none;
    font-size: 14px;
    margin-left: 10px;
    padding: 6px 15px;
    float: none !important;
}

#PartnerLogin .form-control {
    border-radius: 0;
    height: 45px;
}

#client_login .form-control {
    border-radius: 0;
    height: 45px;
}

@media (max-width: 767px) {

    .ProductListing img, .ProductMain img {
        width: 100%;
    }

    .workProcess.parallax-156 {
        background: #003895 none repeat scroll 0 0;
    }

    .page-content.servicesFront {
        background: #000 none repeat scroll 0 0;
    }


    .top-menu {
        position: relative;
        z-index: 99999999999;
    }

        .top-menu .navbar-collapse {
            background-color: #00619e;
            position: absolute;
            top: 35px;
            width: 100%;
            z-index: 99999999;
        }

        .top-menu .navbar-toggle {
            background: transparent none repeat scroll 0 0;
            border: 0 none;
            margin: 10px 12px;
        }

        .top-menu .icon-bar {
            width: 4px !important;
            height: 4px !important;
            border-radius: 50% !important;
        }

        .top-menu .icon-bar {
            float: left;
            margin: 4px 3px;
        }

        .top-menu .navbar.navbar-inverse {
            min-height: auto;
        }

    .main-header {
        position: relative;
    }

        .main-header .navbar-collapse {
            background-color: #fff;
            position: absolute;
            top: 80px;
            width: 100%;
            z-index: 99999999;
        }

        .main-header .nav.navbar-nav.navbar-right a {
            padding: 10px 15px !important;
            font-size: 17px !important;
        }

    #formGetCall.btn.btn-primary {
        border-radius: 0;
        float: left;
        font-size: 13px;
        margin-left: -39px;
        margin-top: 55px;
        padding: 9px 14px;
        transform: rotate(90deg);
    }

    .social-images li {
        width: calc(100% / 4 - 4px);
    }

    .slide-clients {
        padding: 20px 50px;
    }

    .workProcess.parallax-156 {
        background-size: cover;
    }

    .service-product .img-responsive {
        width: 100%;
    }

    .head_call {
        display: block;
    }

    .copyright-container p {
        padding: 0 10px 0 80px;
    }

    #wh-widget-send-button.wh-widget-right {
        left: auto  !important;
        bottom: 0 !important;
        right: 0 !important;
    }

    .ProductListing img {
        display: none;
    }

    .slide-clients .bx-pager.bx-default-pager {
        display: none;
    }
}

.bussiness li {
    color: #fff;
    list-style: outside none none;
    padding: 10px 0;
}

.slide-clients .bx-controls-direction .bx-next {
    right: -40px;
}

.slide-clients .bx-controls-direction .bx-prev {
    left: -40px;
}

.formCallBAckAll span {
    color: #000 !important;
    font-weight: bold;
}

.closePop .btn.btn-primary {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
}

.formCallBAckAll {
    padding: 15px;
}

.top-heading {
    background-color: #00619e;
    padding: 50px 0;
    text-align: center;
    font-family: 'Open Sans' !important;
}

    .top-heading h1 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .top-heading p, .top-heading a {
        color: #fff;
        font-family: 'Open Sans' !important;
    }


.menu-img img {
	width: 30px;
	margin-right: 8px;
}
@media( max-width: 767px) {
    .top-heading {
        padding: 21px 0;
    }

        .top-heading h1 {
            font-size: 21px;
            margin: 0;
        }
}
/* 27-april-2021 */
/* top header section start */
.top-header-text {
    padding: 10px 0;
}
.top-header-text a {
    color: white;
    font-size: 14px;
}
@media screen and (max-width: 576px) {
    .top-header-text a {
        color: white;
        font-size: 19px;
    }
    .top-menu .navbar-toggle {
      
        margin: 8px 12px;
    }
  }
  @media screen and (max-width: 992px) {
  .top-menu .navbar-inverse .navbar-nav > li > a {
 
    font-size: 13px;
}
.top-header-text a {
  
    font-size: 10px;
}
}
@media screen and (max-width: 381px){
.top-header-text a {
    font-size: 7px;
}
}
.navbar-brand.header-navigations {
    padding: 16px 15px;
}
.serviceBox img {
    min-height: 160px;
}

/* top header section end */
@media screen and (max-width: 767px){
.video-all-section {
    float: none;
    margin: 0px auto;
    display: block;
    text-align: center;
}
}
.video-all-section {
    float: none;
    margin: 0px auto;
    display: block;
    text-align: center;
}
}
.lounge-section-left img {
    width: 100%;
}
@media screen and (max-width: 576px){
.view-magazine-btn {
    float: none!important;
}
.view-lounge-btn {
    float: none!important;
    margin: 23px auto 0;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 230px;
}
}