/* 
                Author     : Munjin Hasan Adil
*/

@font-face {
    font-family: 'ProximaNova-Black';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype'), url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Extrabold';
    src: url('../fonts/ProximaNova-Extrabold.eot');
    src: url('../fonts/ProximaNova-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabold.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabold.woff') format('woff'), url('../fonts/ProximaNova-Extrabold.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabold.svg#ProximaNova-Extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Medium';
    src: url('../fonts/ProximaNova-Medium.eot');
    src: url('../fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Medium.woff2') format('woff2'), url('../fonts/ProximaNova-Medium.woff') format('woff'), url('../fonts/ProximaNova-Medium.ttf') format('truetype'), url('../fonts/ProximaNova-Medium.svg#ProximaNova-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 17px;
    color: #000;
    background: #fff;
    font-family: 'ProximaNova-Regular';
}
body.site {
    border-top: none !important;
    background: none !important;
}
* {outline: none !important;}

a,
a:before,
a:after {
    color: #0a5285;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
a:hover {text-decoration: none;}
.entry-content a:hover {color: #000; text-decoration: underline;}
h3 {font-size: 30px; line-height: normal; margin-bottom: 13px;}
p { margin-bottom: 15px; line-height: 140%;}
.btn {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s; 
}
.btn-red {
    font-size: 17px; 
    color: #fff !important;
    background: #973233;
    border-radius: 0;
    border: none;
    padding: 11px 35px 9px; 
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif; font-weight: 700;
}
.btn-red:hover {background: #000; color: #fff; text-decoration: none !important;}

.btn-red-outline {
    font-family: 'Roboto', sans-serif; font-weight: 700;
    font-size: 15px; 
    color: #fff;
    background: none;
    border: 1px solid #973233;
    border-radius: 0;
    padding: 5px 15px; 
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-red-outline:hover {background: #973233; color: #fff;}

.btn-white-outline {
    font-family: 'Roboto', sans-serif; font-weight: 700;
    font-size: 15px; 
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 15px; 
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-white-outline:hover {background: #fff; color: #973233;}
.cf-btn {
    font-size: 17px !important; 
    color: #fff !important;
    background: #973233 !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 15px 35px 13px !important; 
    display: inline-block !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
}
.cf-btn:hover {background: #000 !important; color: #fff !important; text-decoration: none !important;}
.convertforms .cf-btn.cf-btn-style-flat:hover {
    opacity: 1 !important;
}
.convertforms .cf-label {color: #000 !important;}
.d-inline-b {display: block;}
.grey-box {background: #f6f6f6; border: 1px solid #eaeaea; margin: 20px 0; padding: 30px 30px; overflow: hidden;}
.eb-dialog {
    width: 90% !important;
    max-width: 900px !important;
}
.itemid-61 h3.title-for-popup, .itemid-148 h3.title-for-popup {display: none;}
#Terms_Privacy-grouplbl {display: none;}
.inner-case-form form {padding: 20px;}
#rsform_3_page_0 label {color: #fff;}

/*================= Header ===================*/
header {background: #000000; padding: 10px 0 20px;}
/*.header-right-block {margin-bottom: 5px;}*/
header .btn-red {font-size: 15px; padding: 10px 20px 8px; font-family: 'Roboto', sans-serif; font-weight: 500; letter-spacing: 0;}
header span.callnow {color: #e26061; font-size: 20px;}
a.phone-link {color: #fff; font-size: 20px;font-family: 'ProximaNova-Bold';}
.navbar-brand img {width: 280px;}
header .btn-red-outline {margin-top: 12px; border: 1px solid #e26061;}
header .btn-red-outline:hover {background: #e26061;}


/*================= Navigation ===================*/
.navbar {padding-top: 0;}
.fixed-top .navbar-brand img {width: 145px;}
.fixed-top .navbar-brand img.logo2 {width: auto;}
/*body:not(.home) .sticky {padding: 0; height: 128px;}
body:not(.home) .sticky.is-sticky {padding: 0; height: 128px;}
.page-id-2358 .sticky.is-sticky {height: 155px !important;}*/
/*.nav-wrap {margin-top: 10px; margin-bottom: 10px;}*/
/*.sticky {height: 155px;}*/
/*body:not(.home) .sticky.is-sticky .nav-wrap {margin-top: 0; margin-bottom: 0;}*/
/*body:not(.home) .navbar-brand img {margin-top: -15px;}
body:not(.home) .sticky.is-sticky .navbar-brand img {margin-top: -7px;}*/
/*.page-id-2358 .sticky.is-sticky .navbar-brand img {margin-top: -5px !important;}
.page-id-2358 #navbar_top2 {margin-top: 20px;}*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: -75px;
    background: #000;
    box-shadow: 0 3px 7px -3px gray;
    z-index: 9;
    transform: translateY(75px);
    transition: transform .3s;
}
/*.home .sticky.is-sticky .navbar-brand img {width: 250px; margin-top: -5px;}
.page-id-2358 .sticky.is-sticky .navbar-brand img {width: 170px; margin-top: -5px;}
.page-id-2358 .sticky.is-sticky {
    background: #fff !important;
    box-shadow: 0 3px 7px -3px gray !important;
}
.page-id-2358 .sticky.is-sticky #navbar_top2 {margin-top: 10px;}*/
@media only screen and (min-width: 992px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu {text-align: right; padding-right: 155px;}
    #mega-menu-wrap-main-menu {background: none !important;}
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {color: #000; font-size: 16px; padding: 0px 16px 0px 15px; text-transform: uppercase;}
    .is-form-style input.is-search-input {font-size: 15px !important; font-family: 'Roboto', sans-serif !important; font-weight: 400 !important;}
    .mainmenu-pr {padding-right: 65px;}
    #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu {top: auto !important;}

    .mega-sub-menu li.mega-menu-item {border-bottom: 1px solid #ddd !important;}
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {padding: 5px 10px 5px 10px;}


}
@media only screen and (min-width: 992px) {
    .mob-menu-no-scroll {overflow: visible !important;}
}
.hamburger {position: absolute;}
.toggled .hamburger {position: fixed;}



header .nav-link {font-size: 17px; color: #efefef; padding: 5px 18px 3px; text-transform: uppercase; margin: 0 20px;}
header .nav-link:hover {color: #000; background: #fff;}
@media only screen and (min-width: 992px) {
    #mega-menu-wrap-top-menu {background: none;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu {width: 275px;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu {padding-top: 10px !important; text-align: right;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {margin-left: 30px !important;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {background: none !important; padding-right: 0; padding-left: 0; font-family: 'Roboto', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; line-height: normal; height: auto;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:hover {color: #c0171e !important; font-family: 'Roboto', sans-serif; font-weight: 700;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {display: inline-block; margin: 3px 0 0 1px;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {font-size: 17px !important; padding: 6px 10px 4px 13px !important;}
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {font-size: 15px !important;}
}

.navbar-collapse {justify-content: center;}
.navbar-nav {width: 100%;}
.navbar-nav .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.dj-mobile-open-btn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

/*================= Navigation ===================*/
.navbar-brand {position: relative; z-index: 1;}
/*#navbarSupportedContent {position: absolute; top: 12px; right: 0; z-index: 9;}*/
#navbarSupportedContent {top: 16px; position: relative;}
#dj-megamenu224 {padding-left: 20px; z-index: 999999;}
.dj-megamenu-wrapper {width: 100%;}
.dj-subwrap-in {text-align: left;}
/*.menu-bg {
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 50px;
    width: 100%;
    z-index: 999999;
    -ms-transform: skew(-9deg,0deg);
    -webkit-transform: skew(-9deg,0deg);
    -moz-transform: skew(-9deg,0deg);
    -o-transform: skew(-9deg,0deg);
    transform: skew(-9deg,0deg);
}
.menu-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: -100%;
    z-index: -1;
    background: rgba(0,0,0,0.6);
}*/
.navbar-light .navbar-nav .nav-item {margin-left: 35px;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {color: #fff; border-bottom: 5px solid #fff;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #fff; border-bottom: 5px solid #fff;}
.navbar-light .navbar-nav .nav-link {font-family: 'ProximaNova-Medium'; text-transform: uppercase; font-size: 14px; color: #fff; padding: 14px 0px 9px; border-bottom: 5px solid transparent;}
.dj-megamenu-clean {
    width: 100%; padding-left: 20px !important;
}
.dj-megamenu-clean li.dj-up { -ms-flex: 1 1 auto;
                              flex: 1 1 auto;
                              text-align: center;}
.dj-megamenu-clean li a.dj-up_a {color: #fff; text-transform: uppercase; border-bottom: 5px solid transparent; font-family: 'ProximaNova-Regular'; font-size: 16px; padding: 0; margin: 0 20px;}
.dj-megamenu-clean li a.dj-up_a.active {border-bottom: 5px solid #fff;}
.dj-megamenu-clean li a.dj-up_a .arrow {right: 9px;}
.dj-megamenu-clean li a.dj-up_a .arrow {top: calc(70% - 10px);}
.dj-megamenu-clean li:hover a.dj-up_a .arrow, .dj-megamenu-clean li.hover a.dj-up_a .arrow {top: calc(70% - 10px);}
.dj-megamenu-clean li:hover a.dj-up_a, .dj-megamenu-clean li.hover a.dj-up_a {color: #fff; border-bottom: 5px solid #fff;}
.dj-megamenu-clean li ul.dj-submenu > li > a:hover, .dj-megamenu-clean li ul.dj-submenu > li > a.active {
    background: #6e6e6e; color: #fff;
}


/*================= Homepage Banner ===================*/
.homepage-banner .carousel-item {height: 550px;}
.homepage-banner .carousel-caption {color: #fff; width: 100%; top: 13%; right: auto; left: 0; text-align: left; z-index: 1;}
.homepage-banner .carousel-caption-inner {padding-top: 35px; padding-right: 30px; padding-left: 45px; padding-bottom: 22px; border: 2px solid #fff; width: 50%;}
.homepage-banner h4 {font-family: 'ProximaNova-Black'; font-weight: 900; text-transform: uppercase; font-size: 34px; margin-bottom: 0; letter-spacing: 1px; animation-delay: 1s;}
.homepage-banner h5 {font-family: 'ProximaNova-Light'; text-transform: uppercase; font-size: 34px; margin-bottom: 15px; letter-spacing: 1px; animation-delay: 2s;}
.homepage-banner p.carousel-text {font-size: 20px; line-height: 30px; font-family: 'ProximaNova-Light'; animation-delay: 3s;}
.homepage-banner .btn-red {font-size: 19px; padding: 16px 30px 13px; margin-top: 5px; animation-delay: 4s;}

.homepage-banner #carouselExampleIndicators .carousel-indicators button {width: 18px; height: 18px; background: #fff; border: 1px solid #a2a199; border-radius: 100%; margin-right: 4px; margin-left: 6px; margin-bottom: 10px; text-indent: -999px; cursor: pointer; opacity: 1;}
.homepage-banner #carouselExampleIndicators .carousel-indicators button.active {background: #9a1c23;}
.homepage-banner .carousel-indicators {position: absolute; right: auto; bottom: 75px; display: none;}
.homepage-banner .carousel-control-next-icon, .homepage-banner .carousel-control-prev-icon {background-image: none !important;}
.homepage-banner .carousel-control-next, .homepage-banner .carousel-control-prev {opacity: 1; display: none;}


/*================= Top Members Section ===================*/
.top-members {text-align: center;}
.top-members-wrap {
    background: #fff; margin: -56px 140px 0; position: relative; padding: 10px 0;
    /*height: 110px;*/
    -webkit-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
}
.top-members .owl-carousel.owl-carousel-top-members .item {background: #fff; padding: 0 7px 0 5px; border-radius: 5px; height: 100%; max-height: 110px; display: flex; align-items: center; justify-content: center;}
.top-members .owl-carousel .owl-item img {width: auto; margin: 0 auto;}
.top-members .owl-carousel-top-members .owl-stage{display: flex;}
.top-members .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    background: none;
    border: 3px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.top-members .owl-theme .owl-dots .owl-dot.active span, .top-members .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
.top-members .owl-theme .owl-nav.disabled+.owl-dots {display: none;}
.top-members .owl-nav {display: none !important;}

.owl-carousel .owl-item img {
    width: 70% !important;
}



.top-member-logo {
    padding: 17px 0; margin: 0 175px; position: relative; top: -50px; display: flex; align-items: center; justify-content: center;     background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);

}
.owl-carousel.owl-drag .owl-item:after {
    content: url(../images/top_members_border.jpg);
    position: absolute;
    top: 29%;
    left: -4px;
    /* position: relative;
        top: -52%;
        left: 54%;*/
}
.col-sm-62 {margin: 0 25px;}


/*================= Welcome ===================*/
.welcome {padding: 25px 0 10px;}
.home .entry-header h1 {padding: 0 15px; margin-top: -84px; font-size: 80px; line-height: normal; margin-bottom: 13px; font-family: 'Roboto', sans-serif; font-weight: 700; color: #fff; text-transform: uppercase; text-align: center;}
.welcome p {line-height: 25px; color: #000; line-height: 30px;}
.welcome h3 {margin-top: 30px; line-height: 100%; font-family: 'ProximaNova-Black'; font-size: 34px; display: inline-block; border-bottom: 2px solid #973233; padding-bottom: 15px; margin-bottom: 20px;}
.welcome h3 span {font-family: 'ProximaNova-Light';}
p.welcome-lead {font-family: 'ProximaNova-Bold'; line-height: 30px; font-size: 19px; margin-bottom: 25px;}




/*================= Homepage Services Section ===================*/
.our-services {padding: 60px 0 50px;  text-align: center; color: #fff; background-image: url(../images/services_bg.jpg); background-position: bottom center; background-repeat: no-repeat; background-size: cover;}
.our-services p {color: #fff;}
.our-services h3 {line-height: 100%; text-transform: uppercase; font-size: 32px;}
p.services-lead {}
.our-services [class*="col-"] {padding-left: 35px; padding-right: 35px;}
.our-services-box {display: flex; flex-direction: column; height: 100%; text-align: left;}
.our-services-box-col {margin-top: 50px;}
.our-services-box-col img {max-width: 100% !important; max-height: 100%;}
.our-services-img {margin-right: 20px; width: 70px; height: 70px;}
.our-services-box h4 {color: #fff; text-transform: uppercase; font-size: 16px; margin-bottom: 12px; font-family: 'ProximaNova-Extrabold';}
.our-services-box p {font-size: 16px; height: 100%;}
.our-services .btn-grey {font-size: 15px; padding: 8px 20px 6px; width: 140px; text-align: center;}



/*================= Testimonials Case Section  ===================*/
.testimonials-case {padding: 60px 0 50px; color: #fff; background-image: url(../images/testimonials_case_bg.jpg); background-position: bottom center; background-repeat: no-repeat; background-size: cover;}
.testimonials {padding: 30px; color: #fff; font-size: 18px;}
.testimonials-wrapper {position: relative; }
.testimonials-case .testimonials h4 {color: #fff; text-transform: uppercase; font-family: 'ProximaNova-Black'; font-size: 34px; text-align: center;}
.testimonials p {font-size: 17px; line-height: 28px; color: #fff; margin-bottom: 0;}
.testimonials p.testimonials-lead {margin-bottom: 35px; font-size: 15px; text-align: center;}
.testimonials-case-wrap {padding: 20px;}
.banner-overlay-lg {
    border: 2px solid greenyellow;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
}
.testimonials .btn-red {font-size: 19px; font-family: 'Roboto', sans-serif; font-weight: 700;}

.testimonials #carouselExampleControls {margin-top: 20px;}
.testimonials .carousel-caption {
    position: relative;
    padding: 0;
    right: 0;
    left: 0;
    bottom: auto;
    padding: 0 0 0 0;
    text-align: left;
}

.banner-overlay-lg {
    border: 2px solid #fff;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
}
.testimonial-content-inner {display: flex; align-items: center; margin-bottom: 120px; padding: 20px 40px; display: flex; align-items: center; height: 250px;}


.testimonials .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;

}
.testimonial-author {font-size: 22px; margin-top: 20px; display: block; position: absolute; right: 18px; bottom: 103px; border: 2px solid; border-radius: 0; padding: 0 10px; background: #000; z-index: 9;}
.testimonial-author span {font-family: 'ProximaNova-Bold';}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev {width: auto; opacity: 1;}
.testimonials .carousel-control-next:hover, .testimonials .carousel-control-prev:hover {width: auto; opacity: 0.6;}

.testimonial-comment {font-size: 22px;}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 16px; height: 26px;}
.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
}
.carousel-indicators .active {
    opacity: 1;
    background: none;
}


.case {background: #842d2d; padding: 30px; color: #fff;}
.case h4 {font-size: 27px; color: #fff; margin-bottom: 15px; line-height: 100%; font-family: 'ProximaNova-Bold';}
.case-form .form-control {border-radius: 0; margin-bottom: 15px;}
.case .btn-grey {padding: 11px 40px 9px; font-size: 19px; font-family: 'Roboto', sans-serif; font-weight: 700; letter-spacing: 1px;}

form .gform_button {
    color: #fff;
    background: #7795a1;
    border-radius: 0;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 40px 9px;
    font-size: 19px;
    font-family: 'Roboto', sans-serif; font-weight: 700;
    letter-spacing: 1px;
}
form .gform_button:hover {color: #fff; background: #000;}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {justify-content: end;}

.quote-icon {position: absolute; top: -17px; left: 20px; z-index: 1;}
.testimonials .btn-white-outline {position: relative; top: -41px;}


/*================= Inner Page ===================*/
.com-content-article h2, #practice-areas-section h2, .itemid-667 .page-header h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 21px;
    font-size: 26px;
    text-transform: uppercase;
    color: #0a5287;
    font-weight: 600;
    font-family: "proxima_nova_rgbold", Arial, sans-serif;
}
.com-content-article h2:after, #practice-areas-section h2:after, .itemid-667 .page-header h1:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #cdcdcd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog .com-content-category-blog__item .page-header h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "proxima_nova_rgbold", Arial, sans-serif;
}
.innerpage-content .com-content-article img {
    padding: 11px;
    -webkit-box-shadow: 0px 0px 9px 3px rgb(203 203 203);
    -moz-box-shadow: 0px 0px 9px 3px rgba(203,203,203,1);
    box-shadow: 0px 0px 6px 3px rgb(47 47 47 / 25%);
    background: #fff;
}
.innerpage-content .com-content-article h3 {
    font-family: "proxima_nova_rgbold", Arial, sans-serif;
    font-size: 22px;
    line-height: 44px;
    color: #1f1f1f;
    margin-bottom: 2px;
    font-weight: 600;
}


.innerpage {padding-bottom: 80px;}
#inner-banner .mod-custom {height: 400px; background-position: top center; background-repeat: no-repeat;
    background-size: cover;}
@media screen and (min-width: 2000px) {
  #inner-banner .mod-custom {height: 400px;}
}
@media screen and (min-width: 2400px) {
  #inner-banner .mod-custom {height: 600px;}
}
@media screen and (min-width: 3400px) {
  #inner-banner .mod-custom {height: 900px;}
}
.innerpage-heading h1 {
    font-family: 'ProximaNova-Black';
    font-size: 38px;
    text-transform: uppercase;
    color: #0a5288;
    max-width: 840px;
    position: relative;
    margin: 0 auto;
    border-bottom: 2px dashed #cdcdcd;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px;
}
.icon-angle-double-left:before {content: "Start";}
.icon-angle-left:before {content: "Prev";}
.icon-angle-right:before {content: "Next";}
.icon-angle-double-right:before {content: "End";}
.btn-secondary {
    padding: 18px 31px;
    font-family: "proxima_nova_rgbold", Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    background: #0a5389;
    border: none;
    border-radius: 0;
    line-height: 23px;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: #3e99da;
    color: #fff;
}
.bottom-line-right:after {
    left: auto!important;
    right: 0;
}
.mt-19 {
    margin-top: 82px;
}
.view-all-link.view-all-link-att {
    font-size: 13px;
    padding: 5px 34px;
    font-weight: 700;
    margin-top: 7px;
    display: inline-block;
}
.article-box-r-wrapp p {
    margin-bottom: 5px;
}




/*================= Inner Page Sidebar ===================*/
.innerpage-content {
    padding-right: 20px;
}
.innerpage-sidebar {padding-left: 50px;}
.innerpage-content img {max-width: 100%;}
body:not(.itemid-70) .blog-item{
    position: relative;
    min-height: 261px;
    padding: 21px;
    margin-bottom: 17px;
    background: #fbfbfb;
    border: 1px solid #e7e7e7;
}



/*----- Sidebar Testimonials -----*/
.innerpage-sidebar .carousel-inner {height: 400px;}
.testimonial-content-inner {display: block;}
.innerpage-sidebar .testimonial-content {padding: 0;}
.innerpage-sidebar .testimonial-content-inner {
    margin-bottom: 40px;
    padding: 0;
    height: 250px;
    text-align: left;
}
.innerpage-sidebar .testimonial-author {
    display: inline-block;
    position: static;
    margin-top: 5px;
}
.innerpage-sidebar .carousel-caption {bottom: auto;}
.sidebar .form-panel {
    padding: 25px;
    background: #963434;
    -webkit-box-shadow: 0px 0px 9px 1px rgb(215 215 215);
    -moz-box-shadow: 0px 0px 9px 1px rgba(215,215,215,1);
    box-shadow: 0px 0px 9px 1px rgb(215 215 215);
}
.sidebar-testimonials h3 {padding-top: 20px; padding-left: 22px; position: relative;}
.sidebar-testimonials h3:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 28px;
}
.sidebar-testimonials {
    position: relative;
    margin-bottom: 75px;
    background: url(../images/sidebar-testi-bg.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1px rgb(215 215 215);
    -moz-box-shadow: 0px 0px 9px 1px rgba(215,215,215,1);
    box-shadow: 0px 0px 9px 1px rgb(215 215 215);
}
.sidebar-testimonials .carousel-indicators {display: none;}
.sidebar-testimonials .btn-white-outline {
    padding: 10px 11px;
    font-size: 20px!important;
    right: 0;
    color: #fff;
    border: 2px solid #fff;
    width: auto;
    left: 0;
    margin: 0 0 30px 30px;
    display: inline-block;
}
.sidebar-testimonials .btn-white-outline:hover {
    color: #973233;
    background: #fff;
}
.sidebar-testimonials .carousel-caption {right: 30px; left: 40px;}


/*----- Sidebar Case -----*/
.innerpage-sidebar .inner-case-form {background: #963434; margin-bottom: 20px}
.innerpage-sidebar .inner-case-form h3 {
    margin-bottom: 5px;
    padding: 15px 15px 15px 20px;
    font-size: 23px;
    border-bottom: 1px dashed #a95858;
    color: #fff;
}
/*================= Various Pages ===================*/
.mobile-btn .phone-link {display: none;}
.article-box {
    position: relative;
    min-height: 261px;
    padding: 21px;
    margin-bottom: 17px;
    background: #fbfbfb;
    border: 1px solid #e7e7e7;
}


.view-all-link {
    bottom: 35px;
    font-family: "proxima_nova_rgbold", Arial, sans-serif;
    font-size: 20px;
    color: #0a5285;
    padding: 9px 37px;
    border: 3px solid #0a5285;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 8px;
}
.view-all-link:hover {color: #fff; background: #0a5285;}
.fastsocialshare_container {
    display: none;
}
.layout-blog.itemid-667 .fastsocialshare_container {
    display: block;
}
.convertforms {background: none;} 
.innerpage-sidebar .cf-btn, .case .cf-btn, #Submit {   
    padding: 10px 11px !important;
    font-size: 20px !important;
    right: 0 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    width: auto !important;
    left: 0 !important;
    margin: 0 0 10px 30px !important;
    display: inline-block !important;
    background: none !important;
    border-radius: 0 !important;
    float: right;
    width: 140px !important;
}
.innerpage-sidebar .cf-btn:hover, .case .cf-btn:hover, #Submit {background: #fff !important; color: #973233 !important; opacity: 1;}
.innerpage-sidebar .cf-label, .case .cf-label {color: #fff !important;}
.cf-label a {color: #fff; padding-bottom: 1px; border-bottom: 1px solid #fff;}
.cf-label a:hover {border-bottom: none;}




/*================= From Old Site ===================*/
/*#practice-areas-section .border-right {
    border-right: 3px solid #cdcdcd;
}*/
.img-right img {
    float: right;
    margin-left: 15px;
}
#practice-areas-section .inner-box-link {
    margin-bottom: 0;
    height: 205px;
    text-align: center;
    border: 1px solid #cdcdcd;
    margin-bottom: 25px;
}

.inner-box-link {
    display: block;
    height: 73px;
    margin-bottom: 15px;
    padding: 11px 15px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    line-height: 50px;
}
#practice-areas-section .inner-box-link:hover, #practice-areas-section .inner-box-link:focus {
    background: #f0f0f0;
}

#practice-areas-section .inner-box-link span {
    margin-left: 0;
    display: block;
}
.inner-box-link span {
    display: inline-block;
    margin-left: 83px;
    line-height: normal;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    color: #111;
}
#practice-areas-section .inner-box-link img {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}
.inner-box-link img {
    display: inline-block;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.inner-content .article-content img {
    padding: 11px;
    -webkit-box-shadow: 0px 0px 9px 3px rgb(203 203 203);
    -moz-box-shadow: 0px 0px 9px 3px rgba(203,203,203,1);
    box-shadow: 0px 0px 6px 3px rgb(47 47 47 / 25%);
    background: #fff;
}
.img-left img {
    float: left;
    margin-right: 15px;
}
.article-box-r-wrapp img {
    padding: 11px;
    -webkit-box-shadow: 0px 0px 9px 3px rgb(203 203 203);
    -moz-box-shadow: 0px 0px 9px 3px rgba(203,203,203,1);
    box-shadow: 0px 0px 6px 3px rgb(47 47 47 / 25%);
    background: #fff;
    position: relative;
    z-index: 1;
}
.article-box-r {
    background: #f0f0f0;
    position: relative;
    top: 31px;
    z-index: 0;
    min-height: 180px;
    padding: 19px 15px;
}
.article-box-r-wrapp {
    clear: both;
    margin-bottom: 35px;
}

.text-right {
    text-align: right;
}
.article-box-r {
    background: #f0f0f0;
    position: relative;
    top: 31px;
    z-index: 0;
    min-height: 180px;
    padding: 19px 15px;
}
.inner-content .article-content img {
    padding: 11px;
    -webkit-box-shadow: 0px 0px 9px 3px rgb(203 203 203);
    -moz-box-shadow: 0px 0px 9px 3px rgba(203,203,203,1);
    box-shadow: 0px 0px 6px 3px rgb(47 47 47 / 25%);
    background: #fff;
}

.pull-right {
    float: right!important;
}
.inner-content .article-content img {
    padding: 11px;
    -webkit-box-shadow: 0px 0px 9px 3px rgb(203 203 203);
    -moz-box-shadow: 0px 0px 9px 3px rgba(203,203,203,1);
    box-shadow: 0px 0px 6px 3px rgb(47 47 47 / 25%);
    background: #fff;
}
/*================= Footer ===================*/
footer { padding-top: 40px; padding-bottom: 10px; color: #fff; background: #000000; text-align: center;}
footer .logo {margin-bottom: 5px;}
footer h4 {font-size:17px; margin-bottom: 7px; padding-bottom: 2px; color: #fff; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid #000;}

/* Social Icons */
.social-icons {margin-top: 0; margin-bottom: 15px; padding-left: 0;}
.social-icons li {display: inline-block;  margin-right: 7px;}
.social-icons li img {width: 18px; margin: 3px auto 0;}
.social-icons .btn-social-icon {width: 34px !important; height: 34px !important; border-radius: 50%; border: 2px solid #fff; padding: 0;}
.social-icons .btn {background: none; color: #dddddd;}
.social-icons .btn:hover {background: #842d2d; border-color: #842d2d;}

footer .footer-contact-info {font-size: 15px; color: #fff; display: block; margin-bottom: 18px;}

footer hr {margin: 15px 0 20px; height: 2px !important; opacity: 1; border-top: 2px dashed #0b5389; background: none !important;}

p.copyright {font-size: 14px; text-align: center; margin-bottom: 8px;}
.credit {color: #fff; text-align: center; font-size: 14px;}
footer a {color: #fff;}
.credit a {font-family: 'Roboto', sans-serif; font-weight: 700; text-decoration: none;}
footer a:hover {color: #c0171e;}


/*================= Media Query ===================*/
@media screen and (min-width: 1200px) {
    .container {max-width: 1230px;}
}
@media (min-width: 992px) {
}

@media (max-width: 991px) {
    header {padding: 10px 0 15px;}
    .d-inline-b {display: inline;}
    /*body:not(.home) .sticky {padding: 0; height: 177px;}*/
    header .navbar {justify-content: center;}
    .mobile-btn .phone-link {display: inline-block; margin: 0 3px;}
    .homepage-banner .carousel-caption-inner {padding-top: 25px; padding-right: 20px; padding-left: 20px; padding-bottom: 22px; border: 2px solid #fff; width: 70%;}
    .homepage-banner .carousel-item {height: auto;}
    .homepage-banner h5 {font-size: 26px;}
    .homepage-banner .carousel-caption {top: 4%;}
    .top-member-logo {margin: 30px 0 30px 0; text-align: center; position: static;}
    .top-member-logo .row {align-items: center;}
    .top-members-wrap {margin: 30px 140px 30px;}
    .innerpage-sidebar {padding-left: 15px;}
}

@media (max-width: 767px) {
    [class*="gutter-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    h3 {font-size: 26px;}
    .navbar-brand {margin-right: 0; display: block; text-align: center; width: 100%;}
    .top-members-wrap {margin: 30px 0 0;}
    .top-members .owl-carousel .owl-item img {max-width: 90px;}
    .top-member-logo {padding-bottom: 0;}
    .top-member-logo img {margin-bottom: 20px;}
    /*    .home .sticky.is-sticky .navbar-brand img {margin-top: -10px;}*/
    /*    .is-sticky #navbar_top2 {background: #fff;}*/


    .homepage-banner .btn-red {font-size: 13px; padding: 11px 20px 9px;}
    .homepage-banner .carousel-caption-inner {border: none !important;}
    .homepage-banner {margin-top: 0;}
    .homepage-banner .carousel-item {height: 320px;}
    .homepage-banner .carousel-item img {transform: scale(3,3);}
    .homepage-banner .carousel-caption {top: 30px;}
    .homepage-banner .carousel-caption-inner {padding-top: 0; padding-left: 0; padding-right: 20px; width: 100%;}
    .homepage-banner h5 {font-size: 24px;}

    .services-img-wrap img {width: 100%;}
    .our-services-box p {height: auto;}
    .our-services-box-col {margin-top: 30px;}
    .our-services-box {margin-left: 0; text-align: center;}
    .our-services-img {text-align: center; margin: 0 auto 15px;}

    .testimonials {padding: 0;}
    .testimonials-case-wrap {padding: 0;}
    .quote-icon {display: none;}
    .testimonials p.testimonials-lead {margin-bottom: 0px;}
    .testimonial-content-inner {display: block; margin-bottom: 40px; padding: 20px 0; height: auto;}
    .testimonial-author {position: static; display: inline-block;}
    .testimonials .btn-white-outline {top: 0; margin-bottom: 30px; margin-top: 20px;}
    .testimonials .carousel-indicators {right: auto;}
    .innerpage-sidebar .cf-btn, .case .cf-btn {margin: 100px 0 10px 30px !important;}
    .article-box-r-wrapp, .article-box-r-wrapp h2 {text-align: center!important;}
    .img-left img, .img-right img {float: none;}
    .com-content-article h2:after, #practice-areas-section h2:after, .itemid-667 .page-header h1:after{content: none;}
    .itemid-372 .view-all-link {display: block; text-align: center;}
    .hidden-xs {display: none!important;}
    .top-members {margin: 20px 20px 25px;}
    .innerpage {padding-bottom: 20px;}
    .sidebar-testimonials {margin-bottom: 15px;}
    .innerpage-content img {height: auto;}
    .owl-carousel.owl-drag .owl-item:after {content: none;}
    .img-right img {margin-left: 0;}
    .top-members-wrap {height: 110px; padding-top: 10px; padding-bottom: 10px;}
}

@media (max-width: 575px) {
    .navbar-brand img {margin-left: 30px;}
}