/*fonts*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #434343;
    line-height: 1.4;
}
a,a:hover, a:active {
    color: #36A9E1;
    text-decoration: none;
}

a:hover {
    color: #36A9E1;
}

b,
strong {
    font-weight: 700;
}
.text-underline{
    text-decoration: underline;
}
header{
    background-color: #fff;
    max-height: 80px;
    border-bottom: 1px solid #dcdcdc;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}
header.navbar{
    padding: .5rem 0;
}
header .container{
    position: relative;
}
.navbar-nav .nav-item{
    padding: 5px 20px;
}
.navbar-nav .nav-item .nav-link{
    padding: 5px 0px;
    color: #000;
    line-height: 1.4;
    border-bottom: 2px solid #fff;
}
.navbar-nav .nav-item .nav-link:hover{
    border-bottom: 2px solid #36A9E1;
}
.active a.nav-link{ 
    border-bottom: 2px solid #36A9E1 !important;
}
.navbar-nav .nav-item .btn-custom{
     background-color: #36A9E1;
     color: #fff;
     text-transform: uppercase;
     padding: 5px 10px;
     font-size: 12px;
     border-bottom: 2px solid #36A9E1;
}
.navbar-nav .nav-item .btn-custom:hover{
    color: #fff;
}
.navbar-nav .nav-item .nav-link i{
    font-size: 20px;
}

@media (min-width: 992px){
    
    .navbar-nav .nav-item{
        padding: 45px 20px;
    }
    .custom-dropdown{
        position: relative;
    }
    .custom-dropdown .dropdown-menu{
        width: 300px;
        padding: 0;
        border:1px solid #fff !important;
        left:inherit !important;
        right: 0;    
        display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.5s ease all;
    }
    .custom-dropdown .dropdown-toggle::after {
        display:none;
    }
    .custom-dropdown .dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;}
    .custom-dropdown:hover>.dropdown-menu {
     display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;
    }
    .custom-dropdown>.dropdown-toggle:active {
      /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    }
    .custom-dropdown .dropdown-menu{
        padding: 0;
        box-shadow: 0 0 10px #ccc;
    }
    .dropdown-toggle::after{
        float: right;
    }
    .custom-dropdown .dropdown-menu li{
        display: table;
    }
    .custom-dropdown .dropdown-menu li a{
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1.4;
        color: #36A9E1;
        font-weight: 600;
        width: 100%;
        text-decoration: none;
        padding: 12px;
        display: table-cell;
    }
    .custom-dropdown .dropdown-menu li span{
        font-size: 11px;
        color: #434343;
        background-color: #f3f3f3;
        width: 50px;
        display: block;
        height: 100%;
        text-align: center;
        padding: 12px;
    }
    .custom-dropdown .dropdown-menu .dropdown-item.active, 
    .custom-dropdown .dropdown-menu .dropdown-item:active {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }
    .dropdown-menu li { padding:0px !important;}
#navbarCollapse {
    position: relative;
}
.navbar .search-box {
    position: absolute;
    width: 300px;
    height: 50px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #36a9e1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
    top: 50px;
}
.navbar .search-box .search-input {
  width: 260px;
  height:50px;
  padding: 15px;
  border: 0;
  background-color: #fff;
  opacity:1 ;
  border: 1px solid #36a9e1;
  display: inline-block;
}
.navbar .search-box .search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.navbar .search-box .btn-close{
    display: inline-block;
    color: #fff;
}

.navbar .search-toggle-mobile{
    display: none;
}

.banner-wpr{
    height: 525px;
    padding: 107px 0;
    background-size: cover;
    background-position: bottom right;
}
.banner-wpr .banner-text{
    position: relative;
}
.banner-wpr .banner-text .custom-border{
    height: 310px;
    border: 3px solid #fff;
    width: 690px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 260px;
}
.banner-wpr .banner-text h1{
    background-color: #fff;
    max-width: 550px;
    padding: 30px;
    font-size: 33px;
    margin-bottom: 0;
    z-index: 1;
    min-height: 150px;
    position: relative;
    font-weight: 600;
}
.banner-wpr .banner-text .banner-btn{
    max-width: 260px;
    background-color: #36A9E1;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

.homenews-wpr{
    padding: 50px 0;
}
.section-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #36A9E1;
    padding: 20px;
    border-top: 5px solid #36A9E1;
}
.latest-news{
    margin-bottom: 35px;
}
.latest-news .news-details{
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 0px 2px 0px #e6e6e6;
}
.latest-news .news-details img{
    width: 100%;
    
}
.news-details-image {
    height: 285px;
    overflow: hidden;
}
.latest-news .news-details .news-text{
    padding: 25px;
}
.latest-news .news-details .news-text .latest-news-details{
    min-height: 185;
    position: relative;
}
.latest-news .news-details .news-text .latest-news-details::after {
    height: 5px;
    content: "";
    position: absolute;
    width: 100%;
    top: -30px;
    right: 0;
    background: #36a9e1;
    z-index: 999;
}

.latest-news .news-details .news-text .news-category{
    color: #36A9E1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}
.latest-news .news-details .news-text .news-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000;
}
.latest-news .news-details .news-text .news-title a{
    color: #000;
}
.latest-news .news-details .news-text p{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #707070;
    margin-bottom: 40px;
}
.news-event p{ color: #000;}
.spotlight-news{
    margin-bottom: 40px;
}
.spotlight-news .news-details, .spotlight-wpr .spotlight-news .news-details{
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 0px 2px 0px #e6e6e6;
}
.spotlight-news .news-details img{
    width: 100%;
}
.spotlight-news .news-details .news-text{
    padding: 20px;
    min-height: 205px;
}
.spotlight-news .news-details .news-text .spotlight-news-details{
    min-height: 170;
    position: relative;
}
.spotlight-news .news-details .news-text .spotlight-news-details::after {
    height: 5px;
    content: "";
    position: absolute;
    width: 100%;
    top: -25px;
    right: 0;
    background: #36a9e1;
    z-index: 999;
}
.spotlight-news .news-details .news-text .news-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #000;
}
.spotlight-news .news-details .news-text .news-title a{
    color: #000;
}
.spotlight-news .news-details .news-text p{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #666;
}
.spotlight-wpr .spotlight-news .news-details img{
    width: 100%;
}
.spotlight-wpr .spotlight-news .news-details .news-text{
    padding: 20px;
    min-height: 100px;
}
.spotlight-wpr .spotlight-news .news-details .news-text .spotlight-news-details{
    position: relative;
}
.spotlight-wpr .spotlight-news .news-details .news-text .spotlight-news-details::after {
    height: 5px;
    content: "";
    position: absolute;
    width: 100%;
    top: -25px;
    right: 0;
    background: #36a9e1;
    z-index: 999;
}
.spotlight-wpr .spotlight-news .news-details .news-text .news-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}
.spotlight-wpr .spotlight-news .news-details .news-text .news-title a{
    color: #000;
}

.accordion{
    border-top: 5px solid #36A9E1;
}
.accordion .card-header{
    background: #fff;
    border-bottom: none;
    padding:0;
}
.accordion .card-header h2{
    display: table;
    width: 100%;
}

.accordion .card-header h2.collapsed i{   
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.accordion .card-header h2 i{
/*    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
    margin-right: 10px;*/
}
.accordion .card-header h2 .btn-link{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #36A9E1;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    display: table-cell;
    width: 100%;
    padding: 1rem 1.25rem;
    position: relative;
    background-color: #fff;
}
span.count_acr {
    float: right;
    position: absolute;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 16px;
    
    background-color: #fff !important;
    font-size: 11px;
    color: #434343;
}
.count_acr a {
    color: #000 !important;
}
.collapsed .count_acr {
    background-color: #f6f6f6 !important;
   
  
    color: #434343;
}
.related-art a { color: #000; }
.accordion .card-header h2.collapsed span{
    font-size: 11px;
    color: #434343;
    background-color: #f6f6f6;
    width: 50px;
    display: table-cell;
    height: 100%;
    text-align: center;
}
.accordion .card-header h2 span {
    background-color: #fff;
     font-size: 11px;
    color: #434343;
    width: 50px;
    display: table-cell;
    height: 100%;
    text-align: center;
}

.accordion .card-body .news-list ul{
    list-style: none;
}

.accordion .card-body .news-list .newslist-details {
    background-color: #DCDCDC;
    padding: 15px;
}
.accordion .card-body .news-list .newslist-details h5{
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 600;
        height: 48px;
    overflow: hidden;
}
.accordion .card-body .news-list .newslist-details h5 a{
    color: #000;
}
.accordion .card-body .news-list .newslist-details p{
    color: #777;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding:0 15% 0 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slide-arrow{
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    padding: 6px 10px;
    background-color: #fff;
    color: #000;
    border: none;
    display: none !important;
}
.slick-slider:hover .slide-arrow{
	display: block !important;
}
.slide-arrow i{
	font-size: 20px;
}
.slide-arrow.prev-arrow {
  left: 0;
  top: 50%;
}

.slide-arrow.next-arrow {
  right: 0;
  top: 50%;
} 
.category-widget{
    margin-bottom: 30px;
}
.category-widget ul{
    list-style: none;
    border: 1px solid #cccccc;
}
.category-widget ul li{
    border-bottom: 1px solid #cccccc;
    display: table;
    width: 100%;
    box-shadow: 0 0px 2px 0px #ddd;
}
.category-widget ul li:last-child{
    border-bottom:none;
}
.category-widget ul li span{
    font-size: 11px;
    color: #434343;
    background-color: #e2e2e2;
    width: 50px;
    display: table-cell;
    height: 100%;
    text-align: center;
}
.category-widget ul li a{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #36A9E1;
    font-weight: 600;
    text-decoration: none;
    padding: 15px;
    display: table-cell;
}
.newsletter-widget{
    border:1px solid #dcdcdc;
    margin-bottom: 35px;
    box-shadow: 0 0px 2px 0px #ddd;
}
.widget-header{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #36A9E1;
    padding: 20px 15px;
    border-top: 5px solid #36A9E1;
}
.widget-text{
    padding: 15px;
}
.widget-text p{
    color: #575757;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.widget-text .form-group .form-control{
    border:none;
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px;
    padding: 25px 0;
    border-radius: 0;
    color: #777;
    font-size: 12px;
}
.widget-text .form-group .form-control:focus{
    outline: none;
}
.widget-text .form-group .btn-subscribe{
    background-color: #36A9E1;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    font-weight:600;
    margin:10px 0 0;
}
.follow-widget{
    border:1px solid #dcdcdc;
    margin-bottom: 35px;
    box-shadow: 0 0px 2px 0px #ddd;
}
.widget-text .form-group .btn-twitter{
    background-color: #55ACEF;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    font-weight:600;
     margin-bottom: 20px;
}
.widget-text .form-group .btn-linkedin{
    background-color: #0077B5;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    font-weight:600;
     margin-bottom: 20px;
}
.widget-text .form-group .btn-facebook{
    background-color: #3B5999;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    font-weight:600;
}


.about-wpr {
    background-color: #EAEAEA;
    padding: 50px 0;
}
.about-wpr h3{
    color: #434343;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}
.about-wpr h3 span{
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.about-wpr p{
    color: #575757;
    font-size: 15px;
    line-height: 1.4;
}

footer {
    background-color: #f6f6f6;
    padding: 50px 0 40px;
}


.footer-widget .logo-footer{
    display: block;
    margin-bottom: 30px;
}
.footer-contact-sm{
    display: none;
}
.footer-widget .widget-custom,
.footer-contact-sm .widget-custom{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #434343;
    margin-bottom: 10px;
    line-height: 1.2;
}
.footer-widget .widget-phone,
.footer-contact-sm .widget-phone{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #434343;
    margin-bottom: 20px;
    line-height: 1.2;
}
.footer-widget .widget-phone a,
.footer-contact-sm .widget-phone a{
    color: #434343;
}

.footer-widget .widget-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7b7b7b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.footer-widget .widget-list{

}

.footer-widget .widget-list li{
    list-style: none;
    margin-bottom: 10px;
}
.footer-widget .widget-list li a{
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 0;
}
.country-region p{
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 0;
}
@media (max-width: 1024px){
    .banner-wpr .banner-text .custom-border {
        width: 460px;
    }
   
}
@media (max-width: 992px){
   
    .hidden-mobile{
        display: none;
    }
    .navbar .search-toggle-mobile{
        display: block;
        font-size: 20px;
        text-align: right;
        position: absolute;
    	right: 55px;
    }
    .navbar .navbar-brand {
        margin-left: 1rem;
        max-width: 60px;
        display: inline-block;
        padding: 0;
    }
    .navbar .navbar-brand img{
        max-width: 100%;
        height: auto;
    }
    .navbar-nav {
        background-color: #F7F9FC;     
    }
    #navbarCollapse {
        margin-top: 22px;  
    }
    #navbarCollapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 47px;
    }
    header.navbar {
        box-shadow: 0 0px 5px 0px #e6e6e6;
        padding: 10px 0;
    }
    .navbar-nav .nav-item {
        padding: 0;
    }
    .navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .btn-custom{
        border-bottom: none;
        padding: 15px;
        border-radius: 0;
        font-weight: 600;
    }
    .news-details-image {
        height: auto;
    }
    .latest-news .news-details .news-text .news-title {
        font-size: 20px;
    }
        .spotlight-news .news-details .news-text .news-title {
        font-size: 16px;
    }
    .slick-slide {
        margin: 0px 10px;
    }
}

@media (max-width: 600px){
    
    .footer-widget {
        margin-bottom: 40px;
    }
    .latest-news .news-details img {    
        height: auto;
    }
    .latest-news .news-details .news-text .news-title{
        font-size: 20px;
    }
    .spotlight-news .news-details .news-text .news-title {
        font-size: 18px;
    }
    .spotlight-news .news-details .news-text {
        padding: 20px;
        min-height: 170px;
    }
    .spotlight-news .news-details {
        margin-bottom: 20px;
    }
    .accordion{
        margin-bottom: 20px;
    }
    
}

/*About Us*/

.aboutus-wpr{
    padding: 50px 0;
}
.inside-title{
    color: #000;
    font-size: 34px;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 5px solid #36A9E1;
    margin-bottom: 50px;
    font-weight: 600;
    display:inline-block;
}

.about-details_main p{ color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;}
.about-details p{
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.details-image{
    width: 100%;
    height: 400px;
    margin:20px 0;
    overflow: hidden;
    text-align: center;
}
.details-image img{
height: 400px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}
.member-wpr{
    padding: 50px 0;
}
.member-details{
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #9c9c9c;
    box-shadow: 0 0px 2px 0px #ddd;
}
.member-details img{
    width: 100%;
    height: auto;
}
.img-hover{
    position: absolute;
    background-color: #36A9E1;
    bottom:-1px;
    width: 100%;
    display: none;
    padding: 15px;
}
.img-hover h5{
    color: #fff;
    font-size: 14px;
    max-width: 250px;
    float: left;
    font-weight: 600;
}
.img-hover a{
    color: #fff;
    float: right;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 15px;
}
.member-details:hover .img-hover{
    display: block;
    cursor: pointer;
}
.member-text{
    position: absolute;
    background-color: #fff;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: none;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
}
.member-text h6{
    font-size: 14px;
    font-weight: 600;
    min-height: 30px;
}
.member-text .custom-text{
    overflow-y: auto;
    height: 220px;
    font-size: 12px;
}
.member-text .custom-text ul {
    padding-left: 20px;
}
.member-text .custom-text ul li{
    list-style:disc ;
}
.member-text a{
    color: #36A9E1;
    float: right;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 15px;
    position: relative;
    bottom: 0px;
}


.learnmore-wpr{
    padding: 50px 0;
}
.learn-details h4{
    color: #666666;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
}
.learn-details ul{
    padding-left: 20px;

}
.learn-details ul li{
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.inside-title.term-heading{
    margin-bottom: 60px;
    font-size: 30px;
}
/*.term-details{
    margin-bottom: 50px;
}
.term-details p{
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.term-details ul{
    padding-left: 20px

}
.term-details ul li{
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}*/

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    padding-right: 12px;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #36A9E1; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #36A9E1; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #36A9E1; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


@media (max-width: 992px){
.inside-title {
    font-size: 26px;
    margin-bottom: 40px;
}
.details-image {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
}
.details-image img{
    height: 400px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}
.aboutus-wpr {
    padding: 30px 0 0;
}
.member-wpr {
    padding: 30px 0 0;
}
.learnmore-wpr {
    padding: 30px 0;
}
.member-text {
    padding: 10px;
}
.img-hover {
    padding: 10px;
}   
.img-hover h5 {
    font-size: 11px;
    max-width: 120px;
}

.img-hover a {
    font-size: 12px;
    margin-top: 0;
}
.member-text .custom-text {
    height: 100px;
    font-size: 12px;
}
.member-text h6 {
    font-size: 12px;
    font-weight: 600;
    min-height: 20px;
}
.member-text a {
    font-size: 12px;
    margin-top: 5px;
}
.footer-widget .widget-title {
    font-size: 14px;
}

.member-wpr .row.custom {
    margin-right: -8px;
    margin-left: -8px;
}
.member-wpr .row.custom .col-md-4.col-sm-6.col-6{
    padding-right: 7px;
    padding-left: 7px;
}

}


@media (max-width: 600px){
.inside-title {
    font-size: 26px;
    margin-bottom: 40px;
}
.details-image {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
}
.details-image img{
    height: 350px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}
.aboutus-wpr {
    padding: 30px 0 0;
}
.member-wpr {
    padding: 30px 0 0;
}
.learnmore-wpr {
    padding: 30px 0;
}
.member-text {
    padding: 10px;
}
.img-hover {
    padding: 10px;
}   
.img-hover h5 {
    font-size: 10px;
    max-width: 120px;
}

.img-hover a {
    font-size: 10px;
    margin-top: 0;
}
.member-text .custom-text {
    height: 80px;
    font-size: 12px;
}
.member-text h6 {
    font-size: 12px;
    font-weight: 600;
    min-height: 20px;
}
.member-text a {
    font-size: 10px;
    margin-top: 5px;
}

}


@media (max-width: 320px){

    .member-text .custom-text {
        height: 60px;
        font-size: 10px;
    }
    .member-text {
        padding: 7px;
    }
    .member-text h6 {
        font-size: 9px;
    }
}

/*Article*/
.article-wpr{
    padding: 30px 0;
}
.article-header{
    margin-bottom: 40px;
}
.article-header .article-category{
    color: #36A9E1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.article-header .article-title{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}
.article-header p{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}
.article-details .article-image{
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.article-details .article-image img{
    width: 100%;    
}
.article-details .article-text{
    margin-bottom: 50px;
}
.article-details .article-text ul{
    padding: 0 30px 0 15px;
    margin-bottom: 40px;
}
.article-details .article-text li{
    list-style: none;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight:600;
}
.article-details .article-text li::before {
    content: "\25A0";
    color: #36A9E1;
    font-weight: 600;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.article-details .article-text p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 35px;
    color: #707070;
}
.article-details .article-text a.text-underline{
    color: #0056B3;
}
.article-details .article-text .custom-section{
    padding: 10px 0 20px;
}
.article-details .article-text p.left-55{
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 20px;
    color: #707070;
    width:55%;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.article-details .article-text h4.right-45{
    width: 45%;
    display: table-cell;
    border-top: 5px solid #36A9E1;
    vertical-align: top;
    padding: 30px 20px;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.1;
}
.article-details .article-text blockquote{
    border-left: 5px solid #36A9E1;
    padding-left: 20px;
    margin-bottom: 50px;
}
.article-details .article-text blockquote p{
    font-size: 18px;
    font-weight: 600;
}
.article-details .article-text .related-art{
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    margin-top: 42px;
    margin-bottom: 40px;
}
.article-details .article-text .related-art h6{
    color: #36A9E1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.article-details .article-text .related-art p{
      font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #000;
}

.article-details .created-on{
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
.article-details .created-on p{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #707070;
}

.article-share{
    padding: 50px 0;
}
.article-share ul{
    list-style: none;
    margin-bottom: 0;
}
.article-share ul li{
    display: inline-block;
}
.article-share ul li .btn{
    background-color: #55ACEF;
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    font-weight:500;
     margin-bottom: 10px;
     margin-right: 10px;
}
.article-share ul li .btn-twitter{
    background-color: #55ACEF;
}
.article-share ul li .btn-linkedin{
    background-color: #0077B5;
   
}
.article-share ul li .btn-facebook{
    background-color: #3B5999;
   
}
.article-share ul li .btn-share{
    background-color: #F6F6F6;
    color: #434343;
   
}
.ui-widget.ui-widget-content{
    z-index: 99 !important;
}
.comment-wpr .comments{
    border: 1px solid #dcdcdc;
}
.comment-wpr .section-title{
    padding-left: 0;
}
.comment-wpr .comments .form-group{
    margin-bottom: 0;
}
.comment-wpr .comments .form-control{
    border: none;
    height: 50px;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
}
.comment-wpr .comments .comments-text{
     border-top: 1px solid #dcdcdc;
     height: 367px;
     padding: 7px;
}
input.search-field {
    width: 260px;
    height: 40px;
    padding: 15px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #36a9e1;
    display: inline-block;
}
input.search-submit {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #36a9e1;
    height: 40px;
    vertical-align: top;
    border-radius: 0;
}

/*@media (max-width: 767px){*/
    body.search .newsroom-list > .row{
        margin: 0;
    }
    body.search .newsroom-list{
        padding-bottom: 20px;
    }
    body.search .page-header{
        margin-bottom: 20px;
    }
/*}*/

.related-widget ul{
    list-style: none;
}
.related-widget .related-articles-details{
    background-color: #fff;
    border:1px solid #dcdcdc;
    margin-bottom: 30px;
    position: relative;
}
.related-widget .related-articles-details img{
    width: 100%;
}
.related-widget .related-articles-details .news-text::before {
    content: "";
    position: absolute;
    width: 80%;
    top: -5px;
    left: 10%;
    height: 5px;
    background: #36a9e1;
    z-index: 999;
}
.related-widget .related-articles-details .news-text{
    padding: 20px;
    min-height: 50px;
    position: relative;
}
.related-widget .related-articles-details .news-text .news-title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #000;
}
@media (max-width: 1024px){
    .article-details .article-image {
        height: auto;
    }
}
@media (max-width: 992px){
    .article-share ul li .btn{
        width: 100px;
    }
}
@media (max-width: 600px){
    .article-wpr {
        padding: 30px 0;
    }
    .article-header .article-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .article-details .article-image {
        height: auto;
    }
    .article-share {
        padding: 30px 0;
    }
    .article-details .article-text li {
        font-size: 15px;    
    }
    .article-details .article-text p {
        font-size: 14px;
    }
    .article-details .article-text p.left-55 {
        width: 100%;
        display: block;
    }
    .article-details .article-text h4.right-45 {
        width: 100%;
        display: block;
    }
    .article-details .article-text blockquote p {
        font-size: 16px;
    }
    .article-share ul li .btn {
        width: 78px;
        padding: 7px 7px;
        font-size: 10px;
        margin-right: 5px;
    }
}

/*Articles*/

.articles-wpr{
    padding: 50px 0;
}
.articles-list{

}
.articles-list .articles-details{
    /* border: 1px solid #e4e4e4; */
    display: block;
    position: relative;
    margin-bottom: 20px;
    box-shadow: -1px 2px 2px -1px #e4e4e4;  
}
.articles-list .articles-details .news-details{
    padding: 40px 30px;
    position: relative;
}
.articles-list .articles-details .news-text{
    height: 126px;
    position: relative;
    
}
.articles-list .articles-details .news-text::after{
    height: 100%;
    content: "";
    position: absolute;
    width: 5px;
    top: 0px;
    right: -35px;
    background: #36a9e1;
    z-index: 999;
}
.articles-list .articles-details .news-text .news-cat{
    color: #36A9E1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.articles-list .articles-details .news-text .news-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
}
.articles-list .articles-details .news-text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #666;
}
.articles-list .articles-details .articles-news-image{
    overflow: hidden;
    height: 206px
}
.articles-list .articles-details .articles-news-image img{
    width: 100%;
    min-height: 206px; 
}
.articles-list .custom-pagination{
    margin-bottom: 20px
}
.articles-list .custom-pagination ul{
    list-style: none;
    margin-bottom: 0;
}
.articles-list .custom-pagination ul li{
    display: inline-block;
    border-right: 2px solid #fff;
}
.articles-list .custom-pagination ul li:last-child{
	border-right: none;
}
.articles-list .custom-pagination ul li a{
    background-color: #f6f6f6;
    color: #434343;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.articles-list .custom-pagination ul li a.active{
    background-color: #36A9E1;
    color:#fff;
}

.articles-list .custom-pagination ul li:first-child a{
    border-radius: 5px 0 0 5px;
}
.articles-list .custom-pagination ul li:last-child a{
    border-radius: 0 5px 5px 0;
}
@media (max-width: 992px){
    .articles-list .articles-details .news-text .news-title {
        font-size: 16px;
    }
    .articles-list .articles-details .news-text p {
        font-size: 12px;
    }
    .articles-list .articles-details .news-details {
        padding: 30px 30px;
        position: relative;
    }
}
@media (max-width: 600px){
    .articles-wpr {
        padding: 30px 0;
    }
    .articles-header .inside-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .articles-list .articles-details .news-text::after {
        height: 5px;
        content: "";
        position: absolute;
        width: 100%;
        bottom: -30px;
        left: 0;
        background: #36a9e1;
        z-index: 999;
        right: 0;
        top: inherit;
    }
    .articles-list .articles-details .news-text {
        height: auto;
        position: relative;
    }
    .articles-list .articles-details .articles-news-image {
        overflow: hidden;
        height: auto;
    }
    .articles-list .articles-details .news-details {
        padding: 25px 20px;
        position: relative;
    }
    .articles-list .custom-pagination {
        clear: both;
        float: left;
        width: 100%;
    }
}




/*NewsRoom*/

.newsroom-wpr{
    padding: 50px 0 20px;
}
.newsroom-list{

}
.newsroom-list .newsroom-details{
    border: 1px solid #e4e4e4;
    display: block;
    margin-bottom: 20px;
    padding: 34px 24px;
    position: relative;
}
.newsroom-list .newsroom-details .news-text{
    height: 140px;
    position: relative;
}
.newsroom-list .newsroom-details .news-text::after{
    height: 100%;
    content: "";
    position: absolute;
    width: 5px;
    top: 0px;
    right: -25px;
    background: #36a9e1;
    z-index: 999;
}
.newsroom-list .newsroom-details .news-text .news-date{
    color: #36A9E1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.newsroom-list .newsroom-details .news-text .news-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #000;
}
.newsroom-list .custom-pagination{
    margin-bottom: 20px
}
.newsroom-list .custom-pagination ul{
    list-style: none;
    margin-bottom: 0;
}
.newsroom-list .custom-pagination ul li{
    display: inline-block;
	border-right: 2px solid #fff;
}
.newsroom-list .custom-pagination ul li:last-child{
	border-right: none;
}
.newsroom-list .custom-pagination ul li a{
    background-color: #f6f6f6;
    color: #434343;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.newsroom-list .custom-pagination ul li a.active{
    background-color: #36A9E1;
    color:#fff;
}
.newsroom-list .custom-pagination ul li:first-child a{
    border-radius: 5px 0 0 5px;
}
.newsroom-list .custom-pagination ul li:last-child a{
    border-radius: 0 5px 5px 0;
}
@media (max-width: 992px){
    .newsroom-list .newsroom-details .news-text .news-title {
        font-size: 16px;
    }
    .newsroom-list .newsroom-details .news-text {
        height: 120px;
    }
}
@media (max-width: 600px){
    .newsroom-wpr {
        padding: 30px 0;
    }
    .newsroom-header .inside-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .newsroom-list .newsroom-details .news-text .news-title {
        font-size: 18px;
    }
    .newsroom-list .custom-pagination {
        clear: both;
        float: left;
        width: 100%;
    }
}



/*Archive*/

.archive-wpr{
    padding: 50px 0;
}
.filter-details{
    padding: 35px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0px 2px 0px #e6e6e6;
}
.filter-details p{
    font-size: 12px;
    color: #707070;
    line-height: 1.2;
}
.filter-details .form-group .form-control{
    border-radius: 0;
    border:none;
    padding: 10px 0;
    color: #434343;
    font-size: 12px;
    border-bottom: 2px solid #efefef;
    height: 40px;
    font-weight: 600;
}
.filter-details .btn-refresh{
    background-color: #F6F6F6;
    color: #434343;
    padding: 7px 20px;

}
.archive-list{

}
.archive-list p{
    font-size: 12px;
    color: #707070;
    line-height: 1.2;
    margin-bottom: 20px;
}
.archive-list .sorting{
    margin-bottom: 30px;
}
.archive-list .sorting ul{
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.archive-list .sorting ul li{
    display: inline-block;
    border-right: 1px solid #fff;
}
.archive-list .sorting ul li a{
    color: #434343;
    display: block;
    padding: 10px 20px;
}
.archive-list .sorting ul li a.active{
    background: #36a9e1;
    color: #fff;
}
.archive-list .sorting ul li:first-child a{
    border-radius:  5px 0 0 5px;
}
.archive-list .sorting ul li:last-child{
    border-right: none;
    border-radius: 0 5px 5px 0;
}
.archive-list .archive-details{
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 2px 0px 0px #e8e8e8;
    position: relative;
}
.archive-list .archive-details .archive-date{
    background-color: #F6F6F6;
    height: 100%;
    display: table;
    width: 100%;
    padding: 20px;
}
.archive-list .archive-details .archive-date h6{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
    display: table-cell;
}
.archive-list .archive-details .news-details{

    padding: 47px 25px;
    position: relative;
}
.archive-list .archive-details .news-text{
    height: 85px;
    position: relative;
}
.archive-list .archive-details .news-text::after{
    height: 100%;
    content: "";
    position: absolute;
    width: 5px;
    top: 0px;
    right: -30px;
    background: #36a9e1;
    z-index: 999;
}
.archive-list .archive-details .news-text .news-date{
    color: #36A9E1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.archive-list .archive-details .news-text .news-title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #000;
}
.archive-list .archive-details .archive-news-image{
    overflow: hidden;
    height: 180px;
}
.archive-list .archive-details .archive-news-image img{
    width: 100%;
    height: 100%;
}
.archive-list .custom-pagination{
    margin-bottom: 20px
}
.archive-list .custom-pagination ul{
    list-style: none;
    margin-bottom: 0;
}
.archive-list .custom-pagination ul li{
    display: inline-block;
    border-right: 2px solid #fff;
}
.archive-list .custom-pagination ul li:last-child{
	border-right: none;
}
.archive-list .custom-pagination ul li a{
    background-color: #f6f6f6;
    color: #434343;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.archive-list .custom-pagination ul li a.active{
    background-color: #36A9E1;
    color:#fff;
}
.archive-list .custom-pagination ul li:first-child a{
    border-radius: 5px 0 0 5px;
}
.archive-list .custom-pagination ul li:last-child a{
    border-radius: 0 5px 5px 0;
}

.custom-pagination ul.float-right li a,
.custom-pagination ul.float-right li a {
	background-color: #36A9E1;
    color:#fff;
}
.custom-pagination ul.float-right li a.active{
	background-color: #f6f6f6;
    color: #434343;    
    cursor: not-allowed;    
}
@media (max-width: 992px){
    .archive-list .archive-details .news-text .news-title {
        font-size: 14px;
    }
    .archive-list .archive-details .news-text .news-date{
        margin-bottom: 10px
    }
    .archive-list .archive-details .news-details {
        padding: 25px 25px;
        position: relative;
    }
    .archive-list .archive-details .archive-date{
        padding: 20px 12px;
    }
    .archive-list .archive-details .news-text {
        height: 70px;
        position: relative;
    }
    .archive-list .archive-details .archive-news-image {
        overflow: hidden;
        height: 140px;
    }
}
@media (max-width: 600px){
    .archive-wpr {
        padding: 30px 0;
    }
    .archive-header .inside-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .archive-list .archive-details .archive-date {
        padding: 20px;
    }
    .archive-list .archive-details .news-details {
        padding: 20px 25px;
        position: relative;
    }
    .archive-list .archive-details .news-text::after {
        bottom: -25px;
        height: 5px;
        content: "";
        position: absolute;
        width: 100%;
        top: inherit;
        right: 0;
        background: #36a9e1;
        z-index: 999;
    }
    
    .archive-list .archive-details .archive-news-image {
        overflow: hidden;
        height: auto;
    }
    .archive-list .custom-pagination {
        clear: both;
        float: left;
        width: 100%;
    }
}

/*Subscribe Popup*/
#subscribeModal{
    padding-right: 0px !important;
}
#subscribeModal .modal-content{
    border:none;
    border-radius: 0;
}
#subscribeModal .modal-content .modal-body{
    padding: 65px 90px;
}

#subscribeModal .modal-content .modal-body .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: 35px;
    top: 25px;
}
.subscribe-form .subscribe-header{
    margin-bottom: 30px;
}
.subscribe-form .subscribe-header .title-header{
    font-size: 22px;
    line-height:1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.subscribe-form .subscribe-header p{
    font-size: 14px;
    line-height:1.2;
    color: #666
}

.subscribe-form .form-group .form-control {
    border: none;
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px;
    padding: 25px 0;
    border-radius: 0;
    color: #777;
    font-size: 12px;
}
.subscribe-footer p{
     font-size: 10px;
    line-height:1.2;
    color: #666
}
.subscribe-footer p a{
     font-size: 10px;
    line-height:1.2;
    color: #707070;
    font-weight: 500;
    text-decoration: underline;
}
.form-control:focus{
    box-shadow: none;
}
.subscribe-footer{
    margin-top: 30px;
}
.subscribe-footer .btn-subscribe{
    background-color: #36A9E1;
    width: 100%;
    max-width: 260px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}
@media (min-width: 992px){
    .modal-lg-custom {
        max-width: 1110px;
        margin-top: 100px;
    }
    .first-column h4{ margin-bottom: 28px !important; }
    .col-md-4.col-sm-6.lastbox {
        padding-left: 105px;
       
    }
}
@media (max-width: 992px){
    .banner-wpr .banner-text .custom-border{
        display: none;
    }
    .navbar .search-box{
        top: 22px;
        width: 100%;
    }
    .navbar .search-box .search-input {
        width: calc(100% - 40px);
    }
}
@media (max-width: 600px){
    #subscribeModal .modal-content .modal-body {
        padding: 30px 20px;
    }
    .subscribe-footer .text-right{
        text-align: center !important;
    }
    .subscribe-form .form-group .form-control{
        padding: 22px 0;
        margin-bottom: 10px;
    }
    
    .subscribe-form .subscribe-header {
        margin-bottom: 10px;
    }
    .subscribe-form .form-group {
        margin-bottom: 10px;
    }
    .subscribe-footer {
        margin-top: 12px;
    }
    #subscribeModal .modal-content .modal-body .close {
        right: 15px;
        top: 7px;
    }
}