
/*
=======================================
Fonts and buttons
=======================================
*/

body, p { 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 300;
    font-size: 16px;
    color: #173a4f;
    position: relative;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    font-style: normal;
    color: #173a4f; 
}

p b, p strong {
    font-weight: 600;
}

h1 {
    font-size: 50px; /* this value was 36 orginally */
}

h2 {
    font-size: 36px; /* this value was 28 orginally */
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


@media screen and (max-width: 768px) {

    h1 {
        font-size: 40px; /* this value was 36 orginally */
    }

    h2 {
        font-size: 23px; /* this value was 28 orginally */
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }


    .service-title-sub-heading {
        font-size: 23px!important;
    }

}


.seo-keyword {
    font-family: 'Open Sans', sans-serif; 
    font-weight: 300;
    font-size: 16px;
    color: #173a4f;
    position: relative;
    display: inline-block;
}



a {
    color: #5dadcd;
    text-decoration: none;
}

a:hover {
    color: #8ec1d2;
    text-decoration: none;
}

button {
    border:none;
    border-radius: 8px;
    background:#5dadcd;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
}

button:hover {
    cursor: pointer;
    background-image: linear-gradient(180deg, #5dadcd 0%, #9FD3DF 100%);
}

.blue {
    color: #5dadcd;
}

/*
=======================================
Generic
=======================================
*/

.main-content-area {
	background: #fff;
    min-height: 200px;
    padding-top: 70px;
    padding-bottom: 40px;
}


.home-page {
    padding-bottom: 0!important;
}




.pagination-button a{
    background: #bfd849;
    color: #fff;
    padding: 7px 3px 3px 3px;
    margin: 0px 1px;
    width: 25px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.pagination-button a:hover{
    background: #000;
    text-decoration: none;
}

.pagination-button .current {
    background: #000;
    color: #bfd849;
    padding: 3px;
    margin: 0px 1px;
    width: 25px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
}

.pagination-button .prev, .pagination-button .next {
    color: #fff;
    background: #bfd849;
    padding: 7px 3px 3px 3px;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.pagination-button .prev, .pagination-button .next:hover {
    background-color: #000;
    text-decoration: none;
}

.pagination-button {
    margin: 20px 0;
    display: inline-block;
}

.pagination-button .screen-reader-text {
    display: none;
}

.fa-stack-1x {
    color: #808080;
}

.fa-stack-2x {
    background: #2d2d2d;
}

.icon-bg {
    color: #2d2d2d;
}

.list-inline li {
    display: inline;
    padding: 0 1px;
}

.move-to-next-line {
    display: inline-block;
    width: 20px;
    height: 1px;
    background:#fff;
}

.move-to-next-line-container div{
    display: none;
}

@media screen and (max-width: 991px) and (min-width: 767px) {

    .evemts-hub-page .move-to-next-line-container div{
        display: inline-block;
    }

    .list-inline span{
        margin-bottom: 5px!important;
    }

}

blockquote {
    font-family: sans-serif;
    font-size: 19px;
    font-style: italic;
    margin: 0.25em 1.7em 1em 0;
    padding: 0.25em 30px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    float: left;
}
 
blockquote:before {
    content: "\201C";
    font-size: 83px;
    position: absolute;
    color: #bfd849;
    margin-left: -0.6em;
    margin-top: -0.4em;
}

blockquote:after {
    content: "\201D";
    font-size: 83px;
    position: absolute;
    color: #bfd849;
    bottom: 0;
    right: 0;
    margin-bottom: -0.8em;
    margin-right: 0.1em;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}



/*
=======================================
Bootsrap Mods
=======================================
*/

@media screen and (min-width: 1200px) {
	.container {
	    max-width: 1245px!important;
	}
}

/*
=======================================
Header
=======================================
*/

.header-container {
	width: 100%;
    top: 0;
    z-index: 9999;
    transition: 0.1s;
    height: 75px;
    position: absolute;
}

@media screen and (min-width: 992px) {

    .head-bg {
        background: #fff;
        -webkit-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.15);
        box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.15);
        transition: 0.1s;
    }

    .header-container {
        position: fixed;
    }

}

@media screen and (max-width: 992px) {
    .logo-container {
        display: block;
        text-align: center;
    }
}

/* Logo styles */

.logo {
	margin-top: 20px;
    width: 224px;
    max-width: 100%;
}

/* Logo styles EMD */


/* Search */

.search-form-input {
    background: #333333;
    color: #8b8b8b;
    border: none;
    font-size: 12px;
    width: 200px;
    height: 30px;
    padding: 8px 10px 5px 10px;
    -webkit-box-shadow: inset 18px 18px 7px -14px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 18px 18px 7px -14px rgba(0,0,0,0.5);
    box-shadow: inset 18px 18px 7px -14px rgba(0,0,0,0.5);
}

.search-submit-btn {
    background-color: #bfd849;
    width: 91px;
    border: none;
    color: #fff;
    padding: 3px 0 0 0;
    height: 30px;
    margin-left: -4px;
    cursor: pointer;
}

.search-input-icon {
    position: absolute;
    top: 45px;
    right: 26px;
    font-size: 25px!important;
    color: #b3b3b3;
    width: 25px;
    height: 25px;
}



@media screen and (max-width: 1260px) {

    .search-form-input {
        width: 129px;
    }

}


.search-submit-btn-2 {
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.search-submit-btn-2:hover {
    cursor: pointer;
}

.search-page-input {
    width: 100%!important;
    height: 40px!important;
    border: none!important;
    background: #eaeaea!important;
    color: #000;
    padding-left: 10px;
    padding-top: 2px;
}


@media screen and (min-width: 992px) {
    .mobile-only-search {
        display: none!important;
    } 
}

@media screen and (max-width: 992px) {

    .mobile-only-search {
    display: block;
    }

    .mobile-only-search .dashicons {
    font-size: 28px!important;
    width: 28px;
    height: 28px;
    }

    .mobile-only-search a {
    border-bottom: solid 6px #f58014;
    }


}



/* Search END */



/* Desktop Menu */

.nav-link {
    display: inline;
    padding: 0;
}

.menu-cont {
    display: block;
    padding-top: 25px;
}

@media screen and (max-width: 992px) {

    .menu-cont {
        display: none;
    }

}

.prime-menu ul {
    list-style-type: none;
    padding: 0;
    text-align: right;
}

.prime-menu ul li {
    display: inline-block;
}

.prime-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    color:#173a4f;
    text-decoration: none;
    font-size: 16px;
    margin-right: 28px;
    padding-bottom: 5px;
    font-weight: initial;
}

.prime-menu ul li a:hover {
    color: #173a4f;
    border-bottom: solid 4px #5dadcd;
}

.prime-menu .active {
    color: #173a4f;
    border-bottom: solid 4px #5dadcd;
}

.menu-button .active {
    border-bottom: none!important;
}

.prime-menu .menu-button a {
    background: #5dadcd;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
}

.prime-menu .menu-button a:hover {
    border-bottom: none;
    color: #fff;
    background-image: linear-gradient(180deg, #5dadcd 0%, #9FD3DF 100%);
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #313131;
    padding: 10px 0!important;
    width: 120px;
    margin-left: -13px;
    margin-top: -6px;
    border-top: solid 6px #fff;
    z-index: 5;
}

.prime-menu ul li:hover .sub-menu {
    display: block;
}

.prime-menu ul li ul li:hover {
    display: block;
}

.sub-menu li a {
    border-bottom: none!important;
    text-transform: none!important;
    padding: 15px;
    color: #fff;
    text-align: left!important;
}

.sub-menu li a:hover {
    color: #bfd849
}

.prime-menu .current-menu-item a{
    color: #bfd849;
}

.prime-menu .current-menu-item .sub-menu a{
    color: #999;
}

.prime-menu .current-menu-item .sub-menu a:hover{
    color: #bfd849;
}


/* Desktop Menu END */



/* Mobile Navigation Menu */

.mob-contact-btn {
    float: right;
    margin-top: 15px;
}

/* Mobile Navigation Menu END */


/*
=======================================
Home Page
=======================================
*/

.bg-image-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 700px;
}

/* Slider styles */


.slide-img {
    max-width: 460px;
    max-height: 545px;
    position: absolute;
    right: 15px;
}

@media screen and (max-width: 992px) {
    .slide-img {
        max-width: 90%;
        position: inherit;
        margin: 0 auto;
        right: unset;
    }
}

.slide-img-container {
    display: flex;
    align-items: center;
    height: 650px;
}

@media screen and (max-width: 768px) {

    .slide-img-container {
        height: unset;
        padding: 40px 0;
    }

}

.slide-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    font-style: normal;
    color: #173a4f; 
    font-size: 50px;
    line-height: 60px;
}

@media screen and (max-width: 768px) {

    .slide-header {
        text-align: center;
        display: block;
        font-size: 40px;
        line-height: initial;
    }

    .slide-btn {
        text-align: center;
        display: block;
        margin-top: 33px;
    }

}

.slide-subtitle {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .slide-subtitle {
        text-align: center;
        display: block;
        margin-top: 0;
    }

}


.slide-text-container {
    display: flex;
    align-items: center;
    height: 650px;
}


@media screen and (max-width: 576px) {

    .slide-text-container {
        height: unset;
    }

    #carouselExampleIndicators {
        height: 900px;
    }

}


@media screen and (max-width: 768px) {

    .carousel-indicators {
        bottom: 0;
    }

}


.carousel-indicators .active {
    background-color: #5dadcd;
}

.carousel-indicators li {
    border: solid 1px #173a4f;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

/* Slider styles END */


/* Intro Styles */
.intro-icon-container {
    text-align: center;
}

.intro-image {
    height: 120px;
    margin-bottom: 25px;
    max-width: 100%;
}

@media screen and (max-width:576px ) {
    .intro-image {
        height: auto;
        width: 50%;
    }

    .into-text {
        margin-bottom: 80px;
    }

    .intro-paragraph-text {
        margin-top: 0!important;
    }
}

.into-text {
    font-size: 15px;
}

.intro-header-text {
    text-align: center;
    margin-bottom: 60px;
}

.intro-paragraph-text {
    text-align: center;
    margin-top: 50px;
}
/* Intro Styles END */


/* Solutions Styles */
.breaker-1, .breaker-2 {
    width: 100%;
    max-height: 300px;
}

.breaker-1 {
    margin-bottom: -1px;
}

.breaker-2 {
    margin-top: -1px;
}

.solutions-container {
    background: #efefef;
}

.solutions-title {
    text-align: center;
    margin-bottom: 25px;
}

.solutions-title-sub {
    text-align: center;
    margin-bottom: 60px;
}

.solutions-button-description {
    text-align: center;
}

.solutions-button-description button {
    margin-bottom: 15px;
    width: 130px;
}

/* Solutions Styles END */

/* Service section Styles */
.main-service-image {
    max-width: 100%;
}

@media screen and (max-width: 576px) {

    .service-headings-container {
        margin: 60px 0;
    }

}

.mob-service-tab-image {
    width: 100%;
    margin: 20px 0;
}

.mob-service-tab-link {
    display: block;
    width: 100%;
    padding: 15px 10px;
    background: #efefef;
    margin: 5px 0;
}

.mob-service-tab-link h6 {
    margin-bottom: 0;
}

.service-headings-container {
    display: flex;
    align-items: center;
}

.main-service-title {
    font-size: 70px;
    color: #5dadcd;
    margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
    .main-service-title {
        text-align: center;
    }

    .service-title-sub-heading {
        text-align: center;
    }
}

.service-title-sub-heading {
    font-size: 36px;
}

.service-marketing-paragraph {
    text-align: center;
    margin-top: 120px;
}

.service-tabs-main-heading {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .service-tabs-main-heading {
        margin-top: 80px;
    }

    .intro-header-text {
        margin-top: 40px;
    }

    .intro-paragraph-text {
        margin-bottom: 40px;
    }

}

.infraxis-tabs {
    display: inline-block;
    margin-bottom: 10px;
}


.infraxis-tabs li {
    display: inline-block;
}

.infraxis-tabs h6{
    padding-bottom: 10px;
}

.infraxis-tabs .active h6 {
    border-bottom: solid 4px #5dadcd;
}

.infraxis-tabs a:hover h6  {
    border-bottom: solid 4px #5dadcd;
}

.service-tab-image {
    width: 90%;
}

.service-button-areas {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 200px;
}

@media screen and (max-width: 768px) {

    .service-button-areas {
            margin-top: 47px;
    }

}

.service-button-areas button {
    margin: 0 15px;
    width: 217px;
}

@media screen and (max-width: 576px) {

    .service-button-areas button {
        margin-bottom: 20px;
    }

}

.infraxis-tabs .nav-link {
    display: block;
    padding: .5rem 1rem;
}


@media screen and (max-width: 768px) and (min-width: 576px) {
    .service-mob-img-container {
        display: flex;
    }
}

.service-tab-image-cont {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    width: 90%;
    height: 100%;
    display: block;
    min-height: 200px;
}

.plus-minus-sign {
    width: 13px;
    display: inline-block;
}


.dashicons, .dashicons-before:before {
    width: 15px!important;
    height: 15px!important;
    font-size: 15px!important;
    line-height: 1.3!important;
    margin-right: 9px;
}


.mob-service-tab-active {
    background: #5dadcd;
}

.mob-service-tab-active h6 {
    color: #fff;
}

/* Service section Styles END */

/* CTA section */

.cta-text {
    text-align: center;
}

@media screen and (max-width: 576px) {
    .cta-text {
        margin-top: 40px;
    }
}

.cta-btn-container {
    text-align: center;
}

.cta-btn-container button {
    margin-top: 40px;
}
/* CTA section END */


/* News Section */

.news-area-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}

.news-article-container {
    background: #efefef;
    text-align: center;
    padding: 50px 30px;
    height: 300px;
}

.news-image {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    width: 100%;
    height: 210px;
    display: block;
    border: 1px #efefef solid;
}

.news-article-title {
    height: 70px;
    display: block;
}

.news-article-btn-container {
    text-align: center;
    background: #efefef;
    height: 90px;
}

@media screen and (max-width: 768px) {

    .top-news-container {
        margin-bottom: 40px;
    }

    .news-article-title {
        height: unset;
    }

    .news-article-btn-container {

    }

    .news-article-container {
        height: unset;
    }

}



/* News Section END */

/* Contact Form */

.contact-container {
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 140px;
}

.contact-main-title {
    text-align: center;
    margin-bottom: 65px;
}

input[type=text], input[type=email], textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 7px 10px;
}

input[type=submit] {
    border:none;
    border-radius: 8px;
    background:#5dadcd;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
}

input[type=submit]:hover {
    cursor: pointer;
    background-image: linear-gradient(180deg, #5dadcd 0%, #9FD3DF 100%);
}

.form-erros, .general-error {
    color: #ff6666;
    margin-bottom: 30px;
    display: block;
}

.sucess-message {
    color: #5dadcd;
}

.red-border {
    border: solid 1px #ff6666!important;
}

/* Contact Form END */





.single-news-image {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    width: 100%;
    height: 410px;
    display: block;
    border: 1px #efefef solid;
    margin: 60px 0;
}

@media screen and (max-width: 576px) {

    .single-news-image {
        height: 200px;
    }

}



/*
=======================================
Footer
=======================================
*/

footer {
    background: #173a4f;
    height: 47px;
    margin-top: -18px;
}

@media screen and (max-width: 576px) {
    footer {
        height: unset;
    }
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 0;
}

.footer-col-areas {
	margin-top: 17px;
}

.footer-widget-area p {
	color: #fff;
	font-size: 13px;
}

.footer-widget-area ul {
	padding: 0;
	list-style-type: none;
}

.footer-widget-area ul li a{
	text-decoration: none;
	color: #808080;
	font-size: 13px;
	line-height: 18px;
}

.footer-widget-area ul li a:hover {
	color: #bfd849;
}

