 img.logo.logo-light { display: block !important; }
            img.logo.logo-dark { display: none !important; }
            ul.blog-snippet-2 li {    min-height: 100px; }
            .col-md-4.col-sm-6.who-we-are-new .text-center p {
                font-size: 17px;
                font-weight: 700;
                margin-top: 20px;
            }
            #popup_container {
                width: 100%;
                height: 100%;
                position: fixed;
                visibility: hidden;
                display: none;
                background-color: rgba(22,22,22,0.5);
                top: 0;
                left: 0;
                z-index: 99999999999999999;
            }
            .popup_container-show {
                visibility: visible !important;
                display: block !important;
            }
            .reveal-modal { 
                margin: 0 auto; 
                position:relative; 
                z-index:41;
                top: 10%;  
            } 
            .hero-slider video::-webkit-media-controls, .hero-slider video::-webkit-media-controls-panel {
                display: none;
            }
            .carousel-control-prev {    left: -25px; }
            .top-bar {
                position: absolute;
                background: #fff;
            }
            .menu li a {
                color: #777777;
            }
            .main-containers {
                margin-top: 115px;
            }
            .simple-bar .nav-menu .col-md-9.col-sm-9.columns.text-right {
                padding-top: 25px;
            }
            .simple-bar.nav-sticky .col-md-9.col-sm-9.columns.text-right {
                padding-top: 15px;
            }
            .simple-bar img.logo.logo-dark {
                max-height: 100px !important;}
            .simple-bar .nav-menu {
                padding-top: 10px;
                padding-bottom: 5px;
            }
            .menu li a {
                font-weight: 600;
                font-size: 12px;
            }
            ul.subnav {
                background: #fff;
            }
            .subnav.subnav-halfwidth {
                background: #fff;
            }
            .simple-bar .menu li .subnav a {
                padding: 5px 5px;
                color: #787878!important;
                font-weight: 600 !important;
            }
            .menu li a:hover{color: #003a6b !important;    font-weight: 700 !important;background: none;}
            .menu li:hover+ a{color: #003a6b !important;    font-weight: 700 !important;background: none;}
            .subnav{padding:15px 5px;}
            .subnav.subnav-halfwidth { left: -100px; }
            .has-dropdown ul li a { transition: 0.12s; }
            .has-dropdown:hover {                background: none;            }
            .has-dropdown:hover a{color: #003a6b !important;    font-weight: 700 !important;background: none;}
            .has-dropdown ul li a:hover {color: #003a6b !important;    font-weight: 700 !important;background: none;transition: 0.6s; }
            .simple-bar .menu li .subnav a:hover {color: #003a6b !important;    font-weight: 700 !important;background: none;transition: 0.6s;}
            .top-bar.nav-sticky .subnav { background: #fff; }
            .top-bar.nav-sticky .nav-menu li:hover > a { color: #003a6b !important; background: none !important;}
            ul.social-icons.text-right{margin-top:14px;}
            .text-facebook-mix { color: #3b5998 !important; }
            .text-twitter-mix { color: #00a0d1 !important; }
            .background-image-holder img, .foreground-image-holder img {                min-height: 245px; }
            .col-md-4.col-md-3.col-sm-6.who-we-are-new {    padding: 30px;}
            @media (max-width: 767px){
                .mobile-toggle {
                    padding: 10px;
                    color: #193c7a;
                }
                .simple-bar .menu li .subnav a {
                    padding: 10px 8px;
                    color: #77777b;
                }
                .subnav.subnav-halfwidth {
                    left: 0px;
                }
                ul.who-we-are-list-home li p {
                    text-align: center;
                }
                ul.who-we-are-list-home li p img { text-align: center; width: 150px !important; margin-bottom: -10px; }
                ul.who-we-are-list-home li p span {
                    width: 100%;
                    float: left;
                    margin-top: 20px;
                }
            }
            .scrollable_div{
                width:350px;         
                height:400px;
                overflow: scroll;
                overflow-x: hidden;
            }
            .scrollable_div::-webkit-scrollbar {
                width:8px;
                background:whitesmoke;
            }
            .scrollable_div::-webkit-scrollbar-thumb {
                background-color: #003a6b;

            }

            }
            .ytp-chrome-top-buttons {
                    display: none !important;
                }
                .video-container {
                    pointer-events: none;  
                }
                /*.video-container{*/
                /*  width: 100vw;*/
                /*  height: 70vh;*/
                /*}*/

                .video-container iframe {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 100vw;
                    height: 100vh;
                    transform: translate(-50%, -50%);
                }

                #text{
                    position: absolute;
                    color: #FFFFFF;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

                @media (min-aspect-ratio: 16/9) {
                    .video-container iframe {
                        height: 36.25vw;
                    }
                }
                @media (max-aspect-ratio: 16/9) {
                    .video-container iframe {
                        width: 177.78vh;
                    }
                }


                .circle-svg__spin {
                    position: relative;
                    width: 73.24px !Important;
                    height: 72.59px !important;
                    margin: 5px auto;
                }
                .circle-svg__spin svg {
                    width: 100%;
                    height: 100%;
                    /*animation: spin 6s linear infinite;*/
                }
                svg:not(:root) {
                    overflow: hidden;
                }
                .circle-svg__spin circle {
                    stroke-width: 6px;
                    stroke-dasharray: 55, 14;
                    fill: none;
                    stroke: #0D5EAF;
                }
                .circle-svg__spin .circle_img {
                    vertical-align: middle;
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 0;
                    height: 100%;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .circle-svg__spin .circle_img img {
                    -webkit-backface-visibility: hidden !IMPORTANT;
                    -ms-transform: translateZ(0);
                    -webkit-transform: translateZ(0);
                    backface-visibility: hidden !important;
                    transform: translateZ(0);
                    width:50px;
                }
                .col-md-4.col-sm-6.who-we-are-new {
                    padding: 30px 70px;
                }
                ul.some-pages-section-ul li { width: 100% !important; min-height: 56px !important; }
            div#myModal {
                background: #0000008f;
                padding-right: 0px;
                z-index:9999;
            }
            .cookies-popup{top:18%;}
            .cookies-popup .modal-header{}
            .cookies-popup .modal-body{}
            .cookies-popup .modal-footer{margin-top: 0;}
            .our-success-stories .blog-snippet-1 { cursor: auto; height: 505px !important;}
            .footer-popup {
                clear: both; position: fixed; z-index: 99999; bottom: 0; text-align: center; background: #213972d9; width: 100%; padding: 8px 5px; margin: 0;
            }
            .footer-popup.row .container {    padding: 0;}
            .footer-popup p { line-height: 14px; color: #fff; font-family: "Open Sans", sans-serif; font-size: 12px !important; font-weight: 200 !important;}
            .footer-popup h6 { margin-bottom: 4px; color: #fff;font-family: "Open Sans", sans-serif; }
            button.footer-close {
                position: absolute;
                top: -26px;
                right: 2%;
                padding: 4px 8px;
                background: #003a6b !important;
                color: #fff !important;
                border: 1px solid #fff !important;
                border-radius: 100% !important;
                font-size: 18px;
                line-height: 18px;
            } 
            @media only screen and (min-width: 320px) and (max-width: 767px){
            ul.blog-snippet-2.home-news.some-pages-section-ul li
           {
                display:flex;
                justify-content:space-between;
            }
            img.img-fluid.border-radius-10
            {
                height:590px;
            }
            section.duplicatable-content
            {
                padding-top:0px;
            }
            section.clearfix.bg-white
            {
                padding-top:0px;
            }
            section.video-inline.clearfix
            {
                padding-bottom:25px !important;
            }
            }
            @media (max-width: 880px){
               .our-success-stories .blog-snippet-1
            {
                height:492px !important;
            }
            
            }