/*!
Theme Name: The Shahbaz Firm
Theme URI: https://shahbazfirm.com/
Author: Naseer Ahmed Arshad
Author URI: https://etcsfzc.com
Description: The Shahbaz Firm Attorney at Law theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: shahbaz-firm
*/

@import url('https://fonts.googleapis.com/css?family=Spartan:400,800|Poppins:400,700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #fff;
    font-size:16px;
    line-height: 1.6;
    color: #000;
}
/*Typography*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0 0 1rem 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Spartan', sans-serif;
}
h1,h2,h3 {
    font-weight: 800;
}
h4,h5,h6 {
    font-weight: 400;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height: inherit;
}
p span, p strong {
    font-weight:bold;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color: #2fa3cd;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none !important;
    color: #222;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
textarea:focus,
textarea:active {
    outline: none !important;
}

/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 60px;
    padding: 0;
    background: rgba(47,163,205,0.85);
    box-shadow: 0 0 0 rgba(0,0,0,0.15);
}
/*navigationBarContent*/
.navigationBarContent {
    position: relative;
    height: auto;
}
.navbar {
    min-height: 40px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    margin-top: 0;
    height: 110px;
    padding: 0 10px;
/*     position: absolute; */
    top: 0;
    left: 0;
/*     background: #fff; */
	backdrop-filter: blur(20px);
    background: #ffffff73;
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    backdrop-filter: blur(30px);
}
.navbar-brand img {
    height: auto;
    max-height: 110px;
    position: relative;
}
.navbar-nav {
    margin-top: 0;
}
.navbar-collapse {
/*     float: right; */
/*     padding-right: 0; */
}
.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}
/*navbar-collapse*/
.navbar-collapse > ul > li {
    margin: 0;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
}
.navbar-collapse > ul > li:last-child {
    border: none;
}
.navbar-collapse > ul > li > a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-collapse > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    height: 20px;
    background: #99CA4B;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}
.navbar-collapse > ul > li > a > i {
    font-size: 12px;
    position: relative;
    top: 0px;
}
.navbar-collapse > ul > li:hover:before,
.navbar-collapse > ul > li.active:before {
    /*width: 100%;
    left: 0;*/
    bottom: 0;
    height: 5px;
    visibility: visible;
    opacity: 1;
}
.navbar-collapse > ul > li:hover > a,
.navbar-collapse > ul > li.active > a {
    background: transparent !important;
    color: #fff !important;
}
.navbar-collapse.in {
    overflow-y: initial !important;
}
/*drop down menu*/
.navbar-collapse > ul > li > ul {
    width: 180px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}
.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}
.navbar-collapse > ul > li > ul > li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}
.navbar-collapse > ul > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #222;
    font-size: inherit;
    height: auto;
    line-height: normal;
    white-space: normal;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li > ul > li:hover {
    background: #2FA3CD;
}
.navbar-collapse > ul > li > ul > li:hover > a {
    color: #fff;
    background: transparent;
}
.navbar-collapse > ul > li > ul > li > span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}
.navbar-collapse > ul > li > ul > li:hover > span.separator {
    color: #fff;
}
.navbar-collapse > ul > li > ul > li > a > .fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}
.navbar-collapse > ul > li > ul > li:last-child {
    border-bottom: none;
}
/*double dropdown*/
.navbar-collapse > ul > li > ul > li > ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}
.navbar-collapse > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.navbar-collapse > ul > li > ul > li > ul > li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}
.navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li > ul > li> ul > li:hover {
    background: #2FA3CD;
}
.navbar-collapse > ul > li > ul > li> ul > li:hover > a {
    color: #fff;
}

.navigation-d-flex {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.navigation-d-flex {
	display: block;
}
}

@media (min-width: 768px) {
    .navbar-collapse > ul > li > ul {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .navbar-collapse > ul > li:hover > ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}
/*navigationBarScroll*/
.navigationBarScroll {
    height: 45px;
}
.navigationBarScroll .navbar-brand {
    width: 180px;
    height: 80px;
}
.navigationBarScroll .navbar-collapse > ul > li {
    height: 45px;
    line-height: 45px;
}

.navigationBarScroll .container {
	display: flex;
    justify-content: center;
}

/*langSwithBtn*/
.langSwithBtn {
    position: fixed;
    top: 130px;
    right: 20px;
    z-index: 10;
}
.langSwithBtn > a {
    display: inline-block;
    padding: 5px 15px;
    background: #2FA3CD;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.langSwithBtn > a:hover {
    background: #99CA4B;
    color: #fff;
}

/*banner-section*/
.banner-section {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.banner-section #bannerSlider,
.banner-section #bannerSlider .owl-stage-outer,
.banner-section #bannerSlider .owl-stage-outer .owl-stage,
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item,
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}
#bannerSlider .owl-stage-outer .owl-stage .owl-item .item,
#bannerSlider .owl-stage-outer .owl-stage .owl-item .item .bannerImgSlide {
    width: 100%;
    height: 100%;
}
#bannerSlider .owl-stage-outer .owl-stage .owl-item .item .bannerImgSlide {
    background-size: cover !important;
}
.banner-section .bannerSlideBlock {
    display: block;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 25% 0 120px 0;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    z-index: 2;
}
.banner-section .bannerSlideBlock h2,
.banner-section .bannerSlideBlock h3,
.banner-section .bannerSlideBlock h4 {
    /*font-family: inherit;
    text-transform: uppercase;*/
}
.bannerSlideBlock .bannerSlideCaptionInner {
    width: 100%;
}
.banner-section .bannerSlideBlock h2 {
    font-weight: bold;
    font-size: 50px;
}
.banner-section .bannerSlideBlock h3 {
    font-size: 30px;
    font-weight: 300;
}
.banner-section .bannerSlideBlock .btn {
    display: inline-block;
    border: solid 2px #fff;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
.banner-section .bannerSlideBlock .btn:hover {
    background: #2FA3CD;
    color: #fff;
    border-color: transparent;
}
#bannerSlider .owl-nav {
    display: none;
}
#bannerSlider .owl-dots {
    position: absolute;
    width: auto;
    bottom: 50px;
    right: 50px;
    text-align: center;
    z-index: 2;
}
#bannerSlider .owl-dots button.owl-dot {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0.5;
    border: none;
    outline: none;
    transition: all 400ms;
}
#bannerSlider .owl-dots button.owl-dot.active {
    transform: scale(1);
    opacity: 1;
}

/*scrollDownBtn*/
.scrollDownBtn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    color: #fff;
    /*background: #2A3890;
    border-radius: 50%;*/
}
.scrollDownBtn a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: 26px;
    transition: all 400ms;
    position: relative;
    z-index: 2;
    text-align: center;
}
.scrollDownBtn a i.fa {
    animation: scrollIconAnimate 1.5s ease-in-out infinite;
    position: relative;
}
.scrollDownBtn a:hover {
    opacity: 0.8;
}

@-webkit-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@-moz-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@-o-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@-ms-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}

/*section*/
.section {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section:after {
    content: '';
    display: block;
    clear: both;
}
/*overviewSection*/
.overviewSection {
    z-index: 2;
}
.overviewSection .headingH1 {
    font-size: 36px;
    line-height: 1.3;
}
.overviewBg {
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 170%;
}
.overviewBg > div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}
/*steamSliderSection*/
.steamSliderSection {
    z-index: 3;
    overflow: hidden;
    /*margin-bottom: 100px;*/
}
.steamSliderSection .item .steamSliderCol {
    display: block;
    position: relative;
    transition: all 400ms;
    transform: scale(0.7);
    opacity: 0.6;
    overflow: hidden;
}
.steamSliderSection .item .steamSliderCol img {
    width: 100%;
    height: auto;
}
.steamSliderSection .item .steamSliderCol .steamSliderColDesc {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: 2;
    background: rgba(47,163,205,0.8);
    color: #fff;
    height: auto;
    padding: 50px;
    transform: translate(-100%, 0%);
    opacity: 0;
    transition: all 1000ms;
}
.steamSliderSection .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.steamSliderSection .owl-carousel.owl-drag .owl-item.active .item .steamSliderCol {
    transform: scale(1);
    opacity: 1;
}
.steamSliderSection .owl-carousel.owl-drag .owl-item.active .item .steamSliderCol .steamSliderColDesc {
    transform: translate(0%, 0%);
    opacity: 1;
}
.arrowowlCarouselStyle .owl-nav {
    position: absolute;
    z-index: 2;
}
.arrowowlCarouselStyle .owl-nav {
    top: 20px;
    right: 20px;
}
.arrowowlCarouselStyle.owl-carousel .owl-nav > button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2FA3CD;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 22px;
    margin: 0 2px;
    outline: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.arrowowlCarouselStyle.owl-carousel .owl-nav > button:first-child {
    margin-left: 0;
}
.arrowowlCarouselStyle.owl-carousel .owl-nav > button:last-child {
    margin-right: 0;
}
.arrowowlCarouselStyle.owl-carousel .owl-nav > button:hover {
    background: #99CA4B;
    color: #fff;
}
.arrowowlCarouselStyle.owl-carousel .owl-nav > button i {
    color: inherit;
    font-size: inherit;
}
/*featureSection1*/
.featureSection1 .featureImgSection {
    right: 0;
}
.featureImgSection {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
}
/*featureSection2*/
.featureSection2 {
    background: #2FA3CD;
    color: #fff;    
}
.featureSection2 .heading:before {
    background: #99CA4B;
}
.featureSection2 .featureImgSection {
    left: 0;
}

/*dciParallaxSection*/
.firmParallaxSection {
    display: flex;
    align-items: center;
    clear: both;
    width: 100%;
    background: url('assets/images/firmParallaxSection.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.firmParallaxSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2FA3CD;
    opacity: 0.8;
}
.firmParallaxSection .heading-center:before {
    background: #fff;
}
/*mediaGallerySection*/
.mediaGallerySection {
    display: block;
    overflow: hidden;
    border-top: solid 1px #ddd;
}
.mediaGallerySection .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.mediaGallerySection .item {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    display: block;
    position: relative;
    margin: 0 0 40px 0;
}
/*mediaBlock*/
.mediaBlock {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    transition: all 600ms;
    z-index: 1;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform: rotateY(25deg);
    transition: all 400ms;
    box-shadow: -10px 0px 10px rgba(0,0,0,0.15);
}
.mediaBlock:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 130%;
    width: 100%;
    height: 100%;
    background: #2FA3CD;
    opacity: 0.8;
    transform: skew(30deg);
    transition: all 600ms;
    z-index: 1;
}
.mediaBlock:hover {
    transform: rotateY(0deg);
}
.mediaBlock:hover:before {
    left: 0;
    transform: skew(0deg);
}
.mediaBlock .mediaBlockDesc {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 800ms;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.5);
}
.mediaBlock .mediaBlockDesc > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.mediaBlock h3 {
    position: relative;
    font-size: 24px;
    z-index: 2;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.mediaBlock span {
    display: block;
    clear: both;
    position: relative;
    visibility: hidden;
    opacity: 0;
    margin: 0 auto;
    left: 50px;
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #2FA3CD;
    border-radius: 50%;
    z-index: 2;
    font-size: 22px;
    transition: all 900ms;
}
.mediaBlock:hover span {
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg);
}
.mediaBlock:hover .mediaBlockDesc {  
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.mediaBlock .mediaBlockBg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
}
.mediaGallerySection .owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}
.mediaGallerySection .owl-carousel button.owl-dot {
    display: inline-block;
    width: 50px;
    height: 10px;
    border: none;
    background: #2FA3CD;
    border-radius: 0;
    margin: 0 2px;
    outline: none;
    opacity: 0.5;
    transition: all 400ms;
}
.mediaGallerySection .owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #2FA3CD;
}

/*inner pages styles*/
.innerBannerSection {
    display: block;
    width: 100%;
    height: 40vh;
    position: relative;
    overflow: hidden;
}
.innerBannerSection .innerBannerImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.innerBannerSection .innerBannerImg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
}
.innerBannerSection .innerBannerImg.hasNoThumbnailBanner {
    background: url('assets/images/innerPageBanner1.jpg') no-repeat center;
}
.innerBannerSection .innerBannerImg .innerBannerTitle {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}
.innerBannerSection .innerBannerImg .innerBannerTitle > div {
    display: block;
}
.innerBannerSection .innerBannerImg .innerBannerTitle h1 {
    margin: 0 0 0 0;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 20px 0 20px 30px;
}
/*breadcrumbWrapper*/
.breadcrumbWrapper {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    text-align: center;
}
.breadcrumbWrapper .wpBreadcrumbs {
    display: block;
}
.breadcrumbWrapper .wpBreadcrumbs > span {
    display: inline-block;
    padding: 0 10px;
}
.breadcrumbWrapper .wpBreadcrumbs > span:first-child {
    padding-left: 0;
}
.breadcrumbWrapper .wpBreadcrumbs > span a {
    color: #999;
}
.breadcrumbWrapper .wpBreadcrumbs > span a:hover {
    color: #2FA3CD;
}
/*innerPageSection*/
.innerPageSection {
    display: block;
    clear: both;
    width: 100%;
    min-height: 500px;
    position: relative;
}
.singlePageSection,
.innerPageSectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.singlePageBannerSection {
    display: block;
    position: relative;
    padding: 0 0 0 0;
    color: #fff;
}
.singlePageBannerSection .singlePageBannerTitle {
    display: block;
    position: relative;
    background: url('assets/images/innerPageBanner1.jpg') no-repeat center;
    color: #fff;
    padding: 150px 0 30px 0;
    border-bottom: solid 10px #2FA3CD;
    text-align: center;
}
.singlePageBannerSection .singlePageBannerTitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}
.singlePageBannerSection .singlePageBannerTitle h1 {
    margin: 0;
    line-height: 1;
    font-size: 40px;
}
/*errorPage404Section*/
.errorPage404Section .search-form {
    display: block;
    margin: 30px 0 0 0;
    font-size: 20px;
}
.errorPage404Section .search-form span {
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}
.errorPage404Section .search-form input[type="search"] {
    display: inline-block;
    height: 40px;
    border: solid 1px #ddd;
    text-indent: 10px;
    color: #000;
    font-weight: normal;
}
.errorPage404Section .search-form input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    background: #2FA3CD;
    font-weight: normal;
    cursor: pointer;
    border: none;
}
.errorPage404Section .search-form input[type="submit"]:hover {
    background: #757577;
    color: #fff;
}
/*contentArticleRow */
.contentArticleRow {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px 0;
}
.contentArticleRow:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.contentArticleRow > .entry-header {
    display: block;
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}
.contentArticleRow > .entry-header * {
    margin-bottom: 0;
}
/*cardBlockDesign*/
.cardBlockDesign {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.cardBlockDesign .cardBlockDesignBg {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.cardBlockDesign .cardBlockDesignHead {
    display: block;
    position: absolute;
    padding: 100px 20px 20px 20px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    color: #fff;
    opacity: 1;
    transition: all 400ms;
    transform: scale(1);
}
.cardBlockDesign .cardBlockDesignDesc {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: rgba(1,61,126,0.85);
    color: #fff;
    padding: 30px;
    opacity: 0;
    transition: all 400ms;
    transform: scale(0);
}
.cardBlockDesign .cardBlockDesignDesc > div.cardBlockDesignDescInner {
    width: 100%;
}
.cardBlockDesign:hover .cardBlockDesignDesc {
    transform: scale(1);
    opacity: 1;
}
.cardBlockDesign:hover .cardBlockDesignHead {
    transform: scale(1.5);
    opacity: 0;
}
/*postCommentsSection*/
.postCommentsSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .postCommentsSection {
        width: 50%;
    }
}
.postCommentsSection h3 {
    display: block;
}
.postCommentsSection form {
    display: block;
}
.postCommentsSection p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.postCommentsSection p:last-child {
    margin-bottom: 0;
}
.postCommentsSection p label {
    display: block;
    width: inherit;
    font-weight: normal;
}
.postCommentsSection input[type="text"],
.postCommentsSection input[type="email"],
.postCommentsSection input[type="url"],
.postCommentsSection textarea {
    display: block;
    width: 100%;
    height: 50px;
    border: solid 1px #ddd;
    text-indent: 15px;
}
.postCommentsSection textarea {
    height: auto;
    padding-top: 15px;
}
.postCommentsSection p.comment-form-cookies-consent {
    width: auto;
    padding-left: 40px;
    position: relative;
}
.postCommentsSection p.comment-form-cookies-consent input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
}
.postCommentsSection p a {
    text-decoration: underline;
}
.postCommentsSection p a:hover {
    text-decoration: none;
}
.postCommentsSection p.form-submit input[type="submit"] {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #2FA3CD;
    color: #fff;
    border: none;
    font-size: 18px;
    transition: all 400ms;
}
.postCommentsSection p.form-submit input[type="submit"]:hover {
    background: #99CA4B;
    color: #fff;
}
.postCommentsSection p label span.required {
    color: red;
    font-weight: normal;
}
.postCommentsSection h2.comments-title {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    font-size: 20px;
}
.postCommentsSection .comment-list {
    margin: 0 0 30px 0;
    padding: 0;
}
.postCommentsSection .comment-list > li {
    display: block;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    list-style-type: none;
    margin-bottom: 15px;
}
.postCommentsSection .comment-list > li > article {
    display: block;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 60px;
}
.postCommentsSection .comment-list > li .comment-meta {
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}
.postCommentsSection .comment-list > li .comment-meta .comment-author.vcard img {
    width: 50px;
    height: 50px;
    border: solid 1px #ddd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.postCommentsSection .comment-list > li .comment-meta .comment-metadata {
    color: #999;
}
.postCommentsSection .comment-list > li .comment-meta .comment-metadata a {
    color: inherit;
}
.postCommentsSection .comment-list > li .comment-meta .comment-metadata a:hover {
    color: #000;
}
.postCommentsSection .comment-list > li > article .comment-content {
    display: block;
}
.postCommentsSection .comment-list > li > article div.reply {
    display: block;
    clear: both;
}
.postCommentsSection .comment-list > li > article div.reply a {
    display: inline-block;
    padding: 5px 0;
    border-top: solid 1px #ddd;
    color: #999;
    margin: 15px 0 0 0;
}
.postCommentsSection .comment-list > li > article div.reply a:hover {
    color: #000;
}
.postCommentsSection .comment-respond {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.postCommentsSection:after {
    content: '';
    display: block;
    clear: both;
}
/*pagination*/
.pagination {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    margin: 30px 0;
    padding: 15px 0;
    border-top: solid 1px #ddd;
    text-align: center;
}
.pagination > span:first-child {
    margin-right: 15px;
}
.pagination a,
.pagination .current {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #ddd;
    color: #222;
    margin: 0 2px;
}
.pagination a:hover,
.pagination .current {
    background: #2FA3CD;
    color: #fff;
    border-color: transparent;
}

/*footerSectionRow*/
.footerSectionRow {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
}
.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    background: url('assets/images/footerBg.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    position: relative;
    color: #fff;
}
.footerSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.9;
}
.footerSection h4.heading,
.footerSection h4.heading-center {
    font-size: 20px;
}
/*addressInfo*/
.addressInfo {
    display: block;
    position: relative;
    color: inherit;
}
.addressInfo h5 {
    font-size: 20px;    
}
.addressInfo h6 {
    margin: 0 0 20px 0;
    color: inherit;
    font-family: inherit;
    text-transform: none;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 1.3;
}
.addressInfo p a,
.addressInfo a {
    color: inherit;
}
.addressInfo a:hover {
    color: #ddd;
    text-decoration: underline;
}
.addressInfo i {
    width: 30px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #2FA3CD;
}
/*quickNav*/
.quickNav {
    display: block;
    margin: 0;
}
.quickNav > ul {
    margin: 0 0 0 16px;
    padding: 0;
}
.quickNav > ul > li {
    list-style-type: disc;
    color: #fff;
    margin: 0 0 5px 0;
}
.quickNav > ul > li > a {
    display: inline-block;
    color: inherit;
}
.quickNav > ul > li > a:hover {
    color: #ddd;
    text-decoration: underline;
}
/* CONTACT US */
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: none;
    color: #fff;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    color: #2FA3CD;
    background: transparent; 
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.enquiry-form input,
.enquiry-form textarea {
    display: block;
    width: 100%;
    
    background: #fff;
    color: rgba(0,0,0,0.9);
    text-indent: 45px;
    border: none;
}
.enquiry-form input {
    height: 40px;
}
.enquiry-form textarea {
    height: auto;
    padding-top: 10px;
}
textarea {
    max-height: 135px;
}
.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #eee;
}
.enquiry-form .textareabox i {
    top: 0;
    left: 0;
    border-radius: 0 30px 30px 0;
}
/* start */
.enquiry-form .btn-transparent
{
    background: transparent;
    border-radius: 0 30px 30px 0;
    border: solid 2px #fff;
    color: #fff;
    padding: 5px 25px;
    font-size: 18px;
    line-height: 0.33;

}


/* end */
/*footerStrip*/
.footerStrip {
    display: block;
    clear: both;
    background: #2FA3CD;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}
.footerStrip a {
    color: inherit;
    font-weight: bold;
}
.footerStrip a:hover {
    text-decoration: underline;
    color: #eee;
}
/*footer-social*/
.footer-social {
    display: block;
    margin: 15px 0;
    text-align: center;
}
.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}
.footer-social a i {
    height: inherit;
    line-height: inherit;
}
.footer-social a:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}
.footer-social .footerfacebookLink {
    background: #204385;
}
.footer-social .footertwitterLink {
    background: #2aa9e0;
}
.footer-social .footeryoutubeLink {
    background: #eb2429;
}
.footer-social .footerlinkedinLink {
    background: #02669a;
}
.footer-social .footerpinterestLink {
    background: #ca2128;
}
.footer-social .footergoogle-plusLink {
    background: #d3492c;
}
@media (min-width: 768px) {
    .footer-social {
        position: fixed;
        width: 34px;
        height: auto;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        z-index: 10;
    }
    .footer-social a {
        display: block;
        margin: 0 0 5px 0;
    }
}

/*------------------------sss--blog--------*/
/*mediaBlockPageCol*/
.mediaBlockPageCol {
    display: block;
    clear: both;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}
.mediaBlockPageCol .mediaBlockPageColBg {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover !important;
}
.mediaBlockPageCol .mediaBlockPageColBg span {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(23,160,252,0.8);
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.mediaBlockPageCol .mediaBlockPageColDesc {
    display: block;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 250px 20px 20px 20px;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%, 0);
}
.mediaBlockPageCol:hover .mediaBlockPageColDesc {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0);
}
.mediaBlockPageCol > h3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0%;
    left: 0%;
    width: 100%;
    color: #fff;
    padding: 200px 30px 30px 30px;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    margin: 0;
    font-size: 17px;
    transition: all 400ms;
}
.mediaBlockPageCol:hover > h3 {
    left: -100%;
}
/*navigation posts-navigation*/
.navigation.posts-navigation {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    margin: 15px;
    padding: 15px 0;
    border-top: solid 1px #ddd;
    text-align: center;
}
.navigation.posts-navigation > h2 {
    display: none;
}
.navigation.posts-navigation a {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #17A0FC;
    color: #17A0FC;
    font-size: 16px;
    border-radius: 40px;
}
.navigation.posts-navigation a:hover {
    background: #17A0FC;
    color: #fff;
    border-color: transparent;
}
/*-------------------------*/


/* resent post design..& post..Start.......*/
.sidebarNovasoftCol {
    display: block;
}
.sidebarNovasoftCol section.widget {
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px;
}

.sidebarNovasoftCol section.widget h2 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #ddd;
}
.sidebarNovasoftCol section.widget ul {
    margin: 0 -10px;
    padding: 0;
}
.sidebarNovasoftCol section.widget.recentPosts ul li {
    padding-left: 10px;
}
.sidebarNovasoftCol section.widget ul li {
    list-style-type: none;
    color: #17A0FC;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding: 0 10px 10px 30px;
    position: relative;
}
.sidebarNovasoftCol section.widget.recentPosts ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
    min-height: 55px;
}
.sidebarNovasoftCol section.widget ul li a {
    color: #000;
    font-size: 14px;
}
.sidebarNovasoftCol section.widget.recentPosts ul li a img {
    display: block;
    width: 50px;
    height: auto;
    position: absolute;
    top: 2px;
    left: 0;
}
.sidebarNovasoftCol section.widget.recentPosts ul li {
    padding-left: 10px;
}
.sidebarNovasoftCol section.widget.recentPosts ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
    min-height: 55px;
}
.sidebarNovasoftCol section.widget ul li a {
    color: #000;
    font-size: 14px;
}
.sidebarNovasoftCol section.widget ul li {
    list-style-type: none;
    color: #17A0FC;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding: 0 10px 10px 30px;
    position: relative;
}
.sidebarNovasoftCol section.widget ul li a {
    color: #000;
    font-size: 14px;
}
/* blog & resent post design ....end.......*/


/*pagination*/
.pagination {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    border-top: solid 1px #ddd;
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}
.pagination > span,
.pagination > a {
    display: inline-block;
    padding: 10px;
    margin: 10px 3px;
}
.pagination > a {
    color: #000;
}
.pagination > span {
    color: #999;
}
.pagination > span.current,
.pagination > a.inactive {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.pagination > span.current,
.pagination > a:hover {
    color: #fff;
    background: #17A0FC;
    border-radius: 10px;
}


/*wp login panel moving to bottom*/
#wpadminbar {
    position: fixed !important;
    top: inherit;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}
#wpadminbar ul#wp-admin-bar-root-default > li > div,
#wpadminbar .quicklinks .ab-top-secondary > li > div {
    top: inherit;
    bottom: 100%;
}
html {
    margin-top: 0 !important;
}

/*misc*/
.containerWrapper {
    display: block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.bigpara p {
    font-size: 22px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .containerWrapper {
        padding-left: 100px;
        padding-right: 100px;
    }
}
.headingblock {
    display: block;
}
.heading,
.heading-center {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}
.heading {
    display: inline-block;
}
.heading-center {
    display: block;
    text-align: center;
}
.heading:after,
.heading-center:after {
    content: '';
    display: block;
    height: 1px;
    background: #99CA4B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.heading:before,
.heading-center:before {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #2FA3CD;
    position: absolute;
    bottom: -2px;
    z-index: 2;
}
.heading:before {
    left: 0;
}
.heading-center:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.heading:after {
    width: 100%;
}
.heading-center:after {
    width: 200px;
    margin: 0 auto;
}
.heading small {
    display: block;
    font-size: 50%;
    padding: 0 0 10px 0;
    color: inherit;
    opacity: 0.6;
}
.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}
.btn-transparent {
    border: solid 2px #fff;
    color: #fff;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #2FA3CD !important;
    border-color: transparent !important;
    color: #fff;
}
.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0,0,0,0.2);
}
.btn-primary {
    background: #2FA3CD !important;
    color: #fff;
    border: none;
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #99CA4B !important;
    color: #fff;
}
.btn-rounded {
    border-radius: 50px !important;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.white {
    color: white;
}
.container {
    position: relative;
    z-index: 2;
}

/*scrollUp*/
.scroll-to-top {
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    opacity:0.9;
    position:fixed;
    bottom:60px;
    right:15px;
    color: #fff;
    font-size: 26px;
    display:none;
    background: #2FA3CD;
    z-index: 50;
    border-radius: 50%;
}
.scroll-to-top:hover,
.scroll-to-top:active,
.scroll-to-top:focus {
    background: #99CA4B;
    opacity:1;
    color: #fff;
}

.callnumber {
	position: absolute;
	bottom: 90px;
	right: 30px;
	z-index: 1000;
	color: #fff;
}

/* callbtnFixed */
.callbtnFixed {
	display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 24px;
    left: 45px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    background: #23527c;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.callbtnFixed:hover {
	background: #fff;
	box-shadow: 0 10px 50px rgba(0,0,0,0.3);
}



/*Media Queries*/
@media (max-width: 1500px) {
    .banner-section .bannerSlideBlock h2 {
        font-size: 40px;
    }
}
@media (max-width: 1280px) {
    .overviewBg {
        height: 180%;
    }
}

@media (max-width: 1200px) {
    body,
    p {
        font-size: 14px;
    }
    h2 {
        font-size: 34px;
    }
    .banner-section .bannerSlideBlock h2 {
        font-size: 32px;
    }
}

@media (max-width: 1150px) {
    .containerWrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .featureImgSection {
        background-attachment: inherit !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .dciParallaxSection:after {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .banner-section .bannerSlideBlock h2 {
        font-size: 30px;
    }
    .banner-section .bannerSlideBlock h2 strong {
        font-size: 32px;
    }
    .banner-section .bannerSlideBlock .btn {
        padding: 8px 20px;
    }
    .steamSliderSection .item .steamSliderCol {
        transform: scale(0.8);
    }
    .dciParallaxSection:before {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .bannerCaptions .container {
        width: 100%;
    }
    .overviewBg {
        right: 0;
        left: inherit;
    }
    .overviewBg > div {
        background-position: 100% 0 !important;
    }
    .featureSection2 .featureImgSection {
        left: inherit;
        right: 0;
    }
    .container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerSection {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .addressInfo {
        margin-bottom: 50px;
    }
    .footerSection .col-sm-12 {
        margin-top: 30px;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
        position: relative;
        background: #2A3890;
    }
    .navbar-brand {
        position: relative;
    }
    .navbar-collapse {
        float: none;
        clear: both;
        border-top: solid 1px rgba(255,255,255,0.2) !important;
    }
}

@media (max-width: 768px) {
    .navigationBarContent {
        padding-bottom: 0;
    }
    .navbar-brand {
        position: relative;
    }
    .navbar-collapse {
        float: none;
        clear: both;
        border-top: solid 1px rgba(255,255,255,0.2) !important;
    }
    .banner-section {
        height: 50vh;
    }
    .banner-section .bannerSlideBlock {
        padding-top: 5%;
        padding-bottom: 50px;
    }
    .banner-section .bannerSlideBlock h2 {
        font-size: 22px;
    }
    .banner-section .bannerSlideBlock h2 strong {
        font-size: 24px;
    }
    #bannerSlider .owl-dots {
        bottom: 20px;
        right: 15px;
    }
    .banner-section .bannerSlideBlock .btn {
        display: none;
    }
    .overviewBg {
        height: 100%;
    }
    .overviewBg > div {
        top: 0 !important;
        background-attachment: inherit !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .scrollDownBtn {
        display: none;
    }
    .container,
    .containerWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .navigationBar {
        position: relative;
        background: #fff;
    }
    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }
    .navbar-brand {
        position: relative;
        height: auto;
        padding: 10px;
        margin: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse > ul > li::before {
        display: none;
    }
    .navbar-collapse > ul > li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
        color: #000;
    }
    .navbar-collapse > ul > li > a {
        padding: 15px;
    }
    .navbar-collapse > ul > li.active > a,
    .navbar-collapse > ul > li:hover > a {
        color: #2FA3CD !important;
    }
    .navbar-collapse > ul > li > ul > li:hover > a,
    .navbar-collapse > ul > li > ul > li > a:hover {
        color: #fff !important;
    }
    .section {
        /*border-bottom: solid 1px #ddd;*/
    }
    .overviewBg {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    .overviewBg > div {
        width: 100%;
        position: relative;
        height: 0;
        padding-bottom: 100%;
    }
    .featureImgSection {
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        position: relative;
        margin: 50px 0 0 0;
    }
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .overviewSection {
        padding-top: 0;
    }
    .featureSection1,
    .featureSection2 {
        padding-bottom: 0;
    }
    .steamSliderSection .item .steamSliderCol .steamSliderColDesc {
        position: relative;
        background: #2FA3CD;
        right: 0;
        padding: 50px 20px;
    }
    .arrowowlCarouselStyle .owl-nav {
        top: 10px;
        right: 10px;
    }
    .mediaGallerySection .owl-carousel button.owl-dot {
        width: 30px;
    }
    .dciParallaxSection {
        min-height: 300px;
        padding: 50px 0;
    }
}

@media (max-width: 650px) {
    
}

.pojo-a11y-toolbar-toggle {
    display: none;
}
li.header-phone {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navigationBar .container {
        width: 1250px !important;
    }
	.navigationBar .navbar-collapse.collapse {
		padding: 0;
	}
}


@media only screen and (min-width: 1400px) {
	.navbar-collapse > ul > li > a {
	font-size: 16px;
}
}
