img{
    max-width: 100%;
}
a{
    text-decoration: none !important;
}
li{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0 !important;
}
p, ul, input, select, textarea{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    color: #494949;
}
.top-header-panel{
    background: rgba(77,58,115,1);
    background: -moz-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,58,115,1)), color-stop(100%, rgba(196,42,42,1)));
    background: -webkit-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: -o-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: linear-gradient(to right, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3a73', endColorstr='#c42a2a', GradientType=1 );
    overflow-x: hidden;
}
.top-header-panel ul{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.top-header-panel ul li{
    margin: 0 !important;
}
.top-header-panel ul li a{
    color: #fff;
    font-size: 12px;
}
.top-header-panel ul li a{
    display: block;
    padding: 12px 20px;
}
.top-header-panel ul li a:hover{
    text-decoration: none;
}
.green-btn{
    background: #6c9a46;
}
.top-right-link{
    text-align: right;
}
.top-right-link ul li a{
    display: flex;
    align-items: center;
}
.top-right-link ul li span{
    margin-right: 10px;
}
.register-btn{
    position: relative;
    z-index: 1;
}
.register-btn::before{
    content: '';
    background: #cf962b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin-right: -600%;
}
.main-navbar{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}
.main-navbar a{
    color: #262626;
}
.menu.is-fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
    padding: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
  }
  
  @-webkit-keyframes stickySlideDown {
    0% {
      opacity: 0.7;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes stickySlideDown {
    0% {
      opacity: 0.7;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

 .navbar-light .navbar-nav .active>.nav-link, 
 .navbar-light .navbar-nav .nav-link.active, 
 .navbar-light .navbar-nav .nav-link.show, 
 .navbar-light .navbar-nav .show>.nav-link{
    /*font-family: 'Lucida Bright' !important;*/
    font-weight: 600; 
 }
 .navbar-expand-lg .navbar-nav .nav-link{
    /*font-family: 'Lucida Bright' !important;*/
    font-weight: 600; 
     font-size: 13px !important;
     color: #262626;
 }
.banner-slider-section img{
    max-width: 100%;
}
.navbar.navbar-expand-lg.navbar-light.bg-light{
    background: #fff !important;
    background-color: #fff !important;
}
.banner-slider-section .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
}
.banner-slider-section .owl-nav .owl-prev{
    background: url("../img/slide-arrow-prev.png") no-repeat !important;
    width: 91px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    background-size: cover;
    outline: none;
}
.banner-slider-section .owl-nav .owl-next{
    background: url("../img/slide-arrow-next.png") no-repeat !important;
    width: 91px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    background-size: cover;
    outline: none;
}
.banner-slider-section .owl-nav .owl-prev span,
.banner-slider-section .owl-nav .owl-next span{
    font-size: 0;
    line-height: 0;
}
.banner-slider-section .owl-dots{
    display: none;
}
.slide-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 110px;
}
.slide-text h2{
    position: relative;
    z-index: 1;
}
.slide-text h2 span{
    font-size: 46px;
}
.slide-text h2::before{
    content: '';
    position: absolute;
    background: #289be2;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    z-index: -1;
    top: -80px;
    left: -70px;
}
.slide-text h2{
    font-family: ltc-broadway, sans-serif !important;
    font-size: 35px;
    line-height: 43px;
    color: #fff;
}
.slide-text p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}
.slide-text .more-btn{
    color: #fff;
    margin-top: 10px;
}
.slide-text .more-btn:hover{
    color: #fff;
}

.slide-text.slide-text-small h2{
    font-family: ltc-broadway, sans-serif !important;
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    font-weight: 400;
}
.slide-text.slide-text-small p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.why-us-section{
    padding-top: 35px;
    padding-bottom: 50px;
}
.why-us-section h2{
    font-family: ltc-broadway, sans-serif !important;
    font-size: 47px;
    line-height: 53px;
    color: #242424;
    font-weight: 400;
}
.why-us-address-section{
    background: #2f2f2f;
    padding: 20px;
}
.why-us-address-section h3{
    /*font-family: 'Lucida Bright' !important;*/
    color: #a43ba4;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.why-us-address-section p{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.why-us-pic{
    position: relative;
}
.why-us-pic-text{
    position: absolute;
    top: 33%;
    left: 20%;
    max-width: 260px;
}
.why-us-pic-text p{
    color: #fff;
}
.why-us-pic-text h4{
    /*font-family: 'Lucida Bright' !important;*/
    color: #fff;
    text-align: right;
    font-size: 21px;
    font-weight: 600;
}

.more-btn{
    background: rgba(77,58,115,1);
    background: -moz-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,58,115,1)), color-stop(100%, rgba(196,42,42,1)));
    background: -webkit-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: -o-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    background: linear-gradient(to right, rgba(77,58,115,1) 0%, rgba(196,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3a73', endColorstr='#c42a2a', GradientType=1 );
    /*font-family: 'Lucida Bright' !important;*/
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding: 22px 50px;
    display: inline-block;
    border-radius: 5px;
}
.more-btn:hover{
    text-decoration: none;
    color: #fff;
    background: rgba(77,58,115,1);
}
.why-us-btns-group{
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 30px;
}
.why-us-btns-group a{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    color: #424242;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    font-weight: 700;
    width: 48%;
}
.why-us-btns-group a:hover{
    text-decoration: none;
    color: #553a70;
}
.why-us-btns-group a span{
    margin-right: 15px;
    width: 78px;
    flex-shrink: 0;
}
.why-us-btns-group a span img{
    width: 100%;
}
.popular-video-section .video-section-heading{
    background: url("../img/explore-heading-bg.png") no-repeat 50% 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 450px;
}
.popular-video-section .video-section-heading h2{
    font-family: ltc-broadway, sans-serif !important;
    font-size: 95px;
    line-height: 98px;
    color: #fff;
    font-weight: 400;
}
.video-block-section{
    padding-top: 25px;
    padding-bottom: 35px;
}
.video-block{
    position: relative;
}
.video-block img{
    width: 100%;
}
.video-block::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
.video-category-title{
    background: #5ea83e;
    padding: 8px 10px;
    font-size: 12px;
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 15px;
    right: 16px;
    bottom: -10px;
    text-transform: uppercase;
    z-index: 3;
}
.video-category-title.green{
    background: #5ea83e;  
}
.video-category-title.yellow{
    background: #000; 
}
.video-category-title.purple{
    background: #8f268e; 
}
.video-play-btn{
    background: url("../img/play-btn.png") no-repeat;
    width: 42px;
    height: 48px;
    display: inline-block;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-more-btn{
    padding-top: 55px;
}
.video-more-btn .more-btn{
    font-size: 18px;
    line-height: 22px;
    padding: 15px 25px;
}
.benefits-section{
    position: relative;
    min-height: 550px;
}
.benefits-section::before{
    /*background: url("../img/benefits-pic.jpg") no-repeat 0 0;*/
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
}
.benefits-section h2{
    font-family: ltc-broadway, sans-serif !important;
    font-size: 47px;
    line-height: 55px;
    color: #242424;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
}
.benefits-section h2 span{
    color: #553a70;
}
.benefits-left-text{
    background: rgba(0,0,0,0.4);
    padding: 20px;
    top: 100px;
    right: 150px;
    left: -100px;
    position: absolute;
}
.benefits-left-text h3{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 29px;
    line-height: 33px;
    color: #fff;
}
.benefits-left-text h4{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    font-weight: 600;
    font-size: 29px;
    line-height: 33px;
}
.benefits-btns-group{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 60px;
}
.benefits-btns-group a{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #1e1e1e;
    width: 33%;
    flex-shrink: 0;
}
.benefits-btns-group a:hover{
    text-decoration: none;
    color: #553a70;
}
.benefits-btns-group a span{
    height: 98px;
    display: block;
    margin-bottom: 15px;
}
.benefits-btns-group{
    padding-top: 20px;
}
.latest-news-section{
    background: url("../img/news-bg.jpg") repeat-x;
    background-size: contain;
    padding-top: 140px;
    padding-bottom: 30px;
}
.latest-news-section .latest-news-title h2{
    font-family: ltc-broadway, sans-serif !important;
    font-size: 95px;
    line-height: 108px;
    color: #fff;
    font-weight: 400;
}
.news-date{
    background: url("../img/news-date-bg.png") no-repeat;
    width: 91px;
    height: 88px;
    position: absolute;
    top: 20px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-date span{
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    font-weight: 700;
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
}
.latest-news-block{
    position: relative;
}
.latest-news-block::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.latest-news-block h4{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 180px;
    left: 30px;
    right: 30px;
}
.latest-news-block h2{
    font-family: ltc-broadway, sans-serif !important;
    color: #fff;
    position: absolute;
    top: 250px;
    left: 30px;
    right: 30px;
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
}
.latest-news-block h2 a{
    color: #fff;
}
.latest-news-block img{
    width: 100%;
}
.latest-news-more-btn{
    padding-top: 30px;
}
.latest-news-more-btn .more-btn{
    font-size: 18px;
    line-height: 22px;
    padding: 15px 25px;
}
.footer-panel{
    background: #2f2f2f;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-panel .footer-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    color: #767676;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
    padding-left: 0;
    margin-left: 0;
}
.footer-panel .footer-links li{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    padding-left: 10px;
    padding-right: 10px;
    color: #767676;
    text-transform: uppercase;
    position: relative;
}
.footer-panel .footer-links li::before {
    content: '';
    position: absolute;
    top: 3px;
    right: -10px;
    width: 1px;
    height: 12px;
    background: #767676;
}
.footer-panel .footer-links li:last-child::before {
    display: none;
}
.footer-panel .footer-links li a{
    color: #767676;
}
.footer-panel p{
    color: #767676;
    text-align: center;
}
.footer-panel .footer-social-links{
    display: flex;
    justify-content: center;
}
.footer-panel .footer-social-links{
    list-style-type: none;
}
.footer-panel .footer-social-links li{
    margin-left: 5px;
    margin-right: 5px;
}
.footer-panel .footer-social-links li a{
    background: #474747;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footer-panel .footer-social-links li a:hover{
    text-decoration: none;
    background: #7d7d7d;
}
.footer-panel .footer-social-links li a i{
    font-size: 24px;
}
.footer-panel p{
    margin-bottom: 0;
}
.inner-page-content ul{
    padding-left: 15px;
    margin-left: 0 !important;
}
.inner-page-content ul li{
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 10px;
}
.inner-page-content p{
    font-size: 17px;
    line-height: 24px;
}
.inner-page-content h3{
    font-size: 28px;
    line-height: 32px;
}
.img-left{
    max-width: 500px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.img-right{
    max-width: 500px;
    margin-left: 25px;
    margin-bottom: 25px;
}
.inner-page-content h3{
    /*font-family: 'Lucida Bright' !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
}
.why-us-video{
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
  
  .why-us-video iframe {
     border: 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }
  .navbar-light .navbar-toggler{
      border: none !important;
      outline: none !important;
  }
  

.toggle-wrapper.search-toggle-wrapper{
    display: none;
}
.primary-menu a{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #262626 !important;
}
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.primary-menu a:hover{
    color: #9c3146 !important;
}
.location-map{
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-bottom: 77.25%;
    /*16:9*/
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .rlocation-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*.header-inner.section-inner{
      max-width: 1140px;
  }*/

.latest-update-panel .col-sm-4{
    margin-bottom: 20px;
}
.latest-update-panel h2{
    margin-bottom: 25px;
}
.faculty-panel{
    height: auto;
    overflow: hidden;
}
.faculty-panel h4 a{
    text-decoration: underline !important;
}
.faculty-panel h4 a:hover{
    text-decoration: none !important;
}
select.form-control[multiple], select.form-control[size]{
    height: 230px;
    font-size: 15px;
    margin-bottom: 20px;
}
.latest-update-singl-pic{
    float: left;
    margin-right: 25px;
}
.pagination span{
    padding: 8px 15px;
    display: inline-block;
    border-radius: 4px;
}
.pagination a{
    padding: 8px 15px;
    display: inline-block;
    background: #cd2653;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
}
.pagination .prev{
    margin-right: 5px !important;
}
.inner-banner-slider .slide-text p{
    font-size: 13px !important;
    line-height: 23px !important;
}
.slide-text p{
    margin-bottom: 4px !important;
}
.button.close-nav-toggle,
.header-footer-group, 
body:not(.overlay-header) #site-header .toggle, 
.menu-modal .toggle{
    outline: none !important;
}
.page-message{
    background: #cf962b;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
	display:none;
}
.page-message p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
}
.slide-text{
    bottom: 0;
}
.slide-text .container,
.slide-text .col-sm-6{
    height: 100%;
}
.slide-text .more-btn{
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.page-template-templatesvideos-tpl-php.page-id-117 .latest-news-block::before{
    display: none;
}
.page.page-id-64 .why-us-section p{
    font-family: 'ltc-broadway', sans-serif !important;
}
.page.page-id-64 .why-us-section p strong{
    background: #00ffff;
    padding-left: 8px;
    padding-right: 8px;
}
.page.page-id-25 .contact-address p:last-child{
    font-family: 'ltc-broadway', sans-serif !important;
}
.page.page-id-25 .contact-address p strong:last-child,
.page.page-id-19 .why-us-section .col-sm-12 p strong:last-child,
.page.page-id-23 .why-us-section .col-sm-12 p strong:last-child{
    background: #00ffff;
    padding-left: 8px;
    padding-right: 8px; 
}
.page.page-id-19 .why-us-section .col-sm-12 p:last-child{
    font-family: 'ltc-broadway', sans-serif !important;
}
.page.page-id-23 .why-us-section .col-sm-12 p:last-child{
    font-family: 'ltc-broadway', sans-serif !important;
}
.contact-left-panel .contact-address p:nth-child(4){
    font-family: 'ltc-broadway', sans-serif !important;
}
.video-category-title{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
}
.whyus-video-block .video-heading-text {
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

@media(max-width: 767px){
    /* 22 july 2022 */
    .home .banner-slider-section .owl-dots {
        bottom: -35px !important;
    }
    figure.wp-block-table td {
        min-width: 250px !important;
    }
    .latest-update-singl-pic {
        float: none !important;
        margin-right: 0;
        width: 100%;
    }
    .latest-update-singl-pic img {
        width: 100% !important;
    }
    .navbar-collapse.collapse{
        position: absolute;
        background: rgb(255, 255, 255);
        right: 0px;
        top: 93px;
        z-index: 999;
        left: 0px;
        background: #fff;
        padding: 20px;
        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
    }
    .navbar.navbar-expand-lg.navbar-light.bg-light{
        box-shadow: 0 8px 15px -15px rgba(0,0,0,0.4);  
    }
    .popular-video-section .video-section-heading h2{
        font-size: 60px;
        line-height: 64px;
    }
    .top-header-panel ul{
        width: 100%;
    }
    .top-header-panel ul li{
        width: 100%;
    }
    .inner-banner-slider .slide-text p,
    .inner-banner-slider .slide-text.slide-text-small p{
        font-size: 13px !important;
        line-height: 21px !important;
    }
    /* .inner-banner-slider .main-banner-slider img{
        display: none !important;
    } */
    .inner-banner-slider .main-banner-slider{
        background: #272323;
    }
    .inner-banner-slider .main-banner-slider .item{
        min-height: 360px;
    }
    .video-block-section .col-sm-3{
        margin-bottom: 25px !important;
    }
    .banner-slider-section .owl-nav .owl-prev,
    .banner-slider-section .owl-nav .owl-next{
        width: 45px;
        height: 39px;
        background-size: cover !important;
    }
    .slide-text{
        padding-top: 10px;
    }
    .slide-text h2,
    .slide-text.slide-text-small h2{
        font-size: 15px !important;
        line-height: 19px !important;
        margin-bottom: 4px !important;
    }
    .slide-text h2::before{
        display: none;
    }
    .slide-text h2 span{
        font-size: 15px;
        line-height: 19px;
    }
    .slide-text p,
    .slide-text.slide-text-small p{
        font-size: 12px !important;
        line-height: 13px !important;
    }
    .slide-text.slide-text-small .more-btn,
    .slide-text .more-btn{
        padding: 3px 7px;
        font-size: 12px;
        margin-top: 0;
        display: none;
    }
    
    .banner-slider-section .owl-nav{
        top: 32%;
    }
    .banner-slider-section .owl-nav .owl-prev{
        left: 10px;
        display: none;
    }
    .banner-slider-section .owl-nav .owl-next{
        right: 10px;
        display: none;
    }
    
    .why-us-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .why-us-btns-group{
        flex-direction: column;
    }
    .why-us-btns-group a{
        width: 100%;
        margin-right: 15px;
        display: flex;
        margin-bottom: 20px;
    }
    .why-us-btns-more{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .benefits-btns-group{
        flex-direction: column;
    }
    .benefits-section::before{
        position: relative;
        min-height: 325px;
    }
    .benefits-section h2{
        padding-top: 25px;
        font-size: 42px;
        line-height: 50px;
    }
    .benefits-btns-group a{
        align-items: center;
        width: 100%;
    }
    .benefits-left-text{
        top: -250px;
        right: 0;
        left: 0;
        position: absolute;
    }
    .latest-news-section{
        padding-top: 22px;
    }
    .latest-news-section .latest-news-title h2 {
        font-size: 35px;
        line-height: 40px;
        font-weight: 400;
    }
    .latest-news-section .col-sm-4{
        margin-bottom: 20px;
    }
    .benefits-btns-group a{
        margin-bottom: 20px;
        text-align: center;
    }
    .video-block-section .col-sm-4{
        margin-bottom: 25px;
    }
    .why-us-pic-text{
        top: 29%;
        left: 20%;
        max-width: 165px;
    }
    .why-us-pic-text p{
        font-size: 12px;
        line-height: 16px;
    }
    .about-us-panel img{
        max-width: 100%;
    }
    select.form-control[multiple], 
    select.form-control[size]{
        height: 120px;
    }
    .owl-item .item{
        position: relative;
    }
    .owl-item .item::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
    }
    .inner-banner-section .owl-carousel .owl-item img{
        width: 100%;
        top: 106px;
        position: relative;
        z-index: -1;
        left: -3px;
    }
}

.banner-signup-page{
    /*max-height: 300px;*/
    overflow: hidden;
    /* position: relative; */
}

.status-publish {
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner-signup-page img{
    position: relative;
    /*top: -160px;*/
}

.special-offer-table{
    margin-top: 0;
}


.pgateway-form{
    background: url(../img/news-bg.jpg) repeat-x;
    background-size: contain;
   width: 80%;
}