/*==============================================
          Yoga Website Stylesheet
           Body Core Stylesheet
===============================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6/*,
ul*/ {
    margin: 0px;
    padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

/*
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}
*/
a {
    cursor: pointer;
    color: #008fd0;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

hr {
    margin-bottom: 0;
}
/*
.container-fluid {
    padding: 0;
}
*/
/*-- scroll to top ---*/

#return-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 9999;
    display: block;
    position: fixed;
    background: #008fd0;
    text-decoration: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#return-to-top:hover {
    background: #000000;
}

#return-to-top:hover i {
    color: #ffffff;
    top: 5px;
}

::placeholder {
    font-size: 14px;
    font-style: italic;
}

:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
}

::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}

::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
}

.blog figure img:hover,
.blog-page figure img:hover {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/*======================
     Nav-bar Styles
======================*/

header {
    height: auto;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
}
/*
.header {
    background-image: url("../images/header-bg-1920x1080.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
*/
header .logo {
    text-align: center;
}

header .social-icons {
    float: right;
    position: relative;
}

header .social-icons a {
    margin-left: 25px;
}

header .social-icons i {
    font-size: 18px;
    color: white;
    margin-left: 8px;
}

.square {
    height: auto;
    width: 50px;
    margin-top: 4px;
}

/* Main navbar background color */
.sticky {
    z-index: 99;
    position: fixed;
    font-weight: 600;
    top: 0;
    width: 100%;
    background: rgba(5, 139, 192, 0.94);
}

.sticky img {
    width: 30%;
    transition-duration: 0.5s;
    padding: 6px 0;
}

.sticky .header {
    transition-duration: 0.5s;
}

.sticky .social-icons {
    transition-duration: 0.5s;
}

header .social-icons i:hover {
    color: #008fd0;
}

.sticky p {
    font-size: 12px;
    letter-spacing: 3px;
}

.affix {
    top: 0;
    z-index: 9999 !important;
}

.affix + .container {
    padding-top: 70px;
}

.slide-menu .fa-bars {
    font-size: 28px;
    margin-left: 28px;
    float: right;
    color: #ffffff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8392156862745098);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
}

.sidenav.hided {
    width: 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.sidenav .active {
    color: #008fd0;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.slide-menu {
    cursor: pointer;
}

nav p {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

nav span {
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

nav .another {
    margin-top: 5px;
}

header .border-img {
    position: absolute;
    opacity: 0.4;
    bottom: -25px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
        z-index: 9999;
    }
    .sidenav a {
        font-size: 14px;
    }
}

/* .testheight Not required - unless testing ;) */

.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}

.scrolltop {
    display: none;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: rgb(255, 255, 0);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgb(0, 0, 0);
    color: white;
    transition: 0.5s;
    -moz-transition: -1.5s;
    -webkit-transition: -1.5s;
    -o-transition: -1.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/*==================== 
    Banner Styles
====================*/

.banner-home {
    width: 100%;
    height: 100vh;
    display: flex;
    color: #fff;
    position: relative;
    padding-top: 180px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/banner-home-default-bg.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.banner-another {
    width: 100%;
    height: 300px;
    display: flex;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/banner-another-default-bg.jpg);
}

.banner-another:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../images/background-white-color.png");
    bottom: -10px;
    left: 0;
    position: absolute;
    display: inline-block;
}

.banner-home .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff0000', endColorstr='#4dfff000', GradientType=1);
}

.banner-home:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url("../images/background-white-color.png");
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.banner-home h1 {
    padding: 0;
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: -3px;
}

.banner-home h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.banner-home p {
    font-size: 20px;
    font-weight: 500;
}

.banner-home i {
    font-size: 25px;
    margin-right: 15px;
}

.banner-home .btn-success {
    font-size: 22px;
    padding: 15px 28px;
    margin: 30px 0;
    font-weight: 700;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #ffffff;
    border: 2px solid #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.banner-home .btn-success:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

/*==================== 
    About Styles
====================*/

.about {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
}

.about img {
    width: 100%;
    height: auto;
}

.about .heading {
    /* text-align: center; */
    padding-bottom: 70px;
}


.about .heading h1 {
    font-size: 56px;
    font-family: 'Source Sans Pro', sans-serif;
}

.about .heading h2 {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

.about .heading h3 {
    color: #6c757d;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

.about .heading img {
    width: 80px;
    height: 80px
}

.circle {
    position: relative;
    display: block;
    background-color: transparent;
    color: #222;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    font-family: 'Source Sans Pro', sans-serif;
}

.about .circle .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: -moz-linear-gradient(left, rgba(60, 40, 159, 0.7) 0%, rgba(11, 94, 237, 0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 40, 159, 0.7) 0%, rgba(11, 94, 237, 0.7) 100%);
    background: linear-gradient(to right, rgba(60, 40, 159, 0.7) 0%, rgba(11, 94, 237, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33c289f', endColorstr='#b30b5eed', GradientType=1);
}


.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ddd;
    content: "";
    background-image: url("../images/about-1.jpg");
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
    border: 20px solid white;
    border-radius: 50%;
}

.circle__content {
    display: table-cell;
    padding: 1em;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
}

.about .circle__content h4 {
    font-size: 34px;
    padding-bottom: 15px;
}

.about .circle__content h4 a {
    color: #ffffff;
}

.about .circle__content h4 span {
    font-size: 22px;
    font-style: italic;
}

.about .circle__content p {
    font-size: 14px;
    padding: 0 40px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.about .circle__content p a {
    color: #ffffff;
}

/*==================== 
    section-4 Styles
====================*/

.section-4 {
    width: 100%;
    height: auto;
    color: #ffffff;
    background: #004369;
    font-family: 'Source Sans Pro', sans-serif;
}

.section-4 figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
}

.section-4 .right-part {
    padding: 70px 0;
    padding-left: 50px;
}

.section-4 figure {
    margin-bottom: 0;
}

.section-4 .right-part figure {
    margin-bottom: 60px;
}

.section-4 .right-part figure img {
    width: 85%;
    height: 250px;
    object-fit: cover;
}

.section-4 .gradient {
    position: absolute;
    top: 0;
    left: 15px;
    width: 96.8%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff0000', endColorstr='#4dfff000', GradientType=1);
}

.section-4 .heading h2 {
    font-size: 56px;
}

.section-4 .heading h3 {
    color: #f7941d;
    font-size: 30px;
    padding-bottom: 60px;
}

.section-4 p {
    font-size: 20px;
    padding-bottom: 20px;
    padding-right: 300px;
}

.section-4 .btn-primary,
.section-4 .btn-secondary {
    border-radius: 100px;
    width: 11%;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid;
    font-family: 'Montserrat', sans-serif;
}

.section-4 .btn-primary:not(:disabled):not(.disabled).active,
.section-4 .btn-primary:not(:disabled):not(.disabled).active:focus {
    margin-right: 15px;
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

.section-4 .btn-secondary:not(:disabled):not(.disabled).active,
.section-4 .btn-secondary:not(:disabled):not(.disabled).active:focus {
    color: #ffff00;
    border-color: #ffff00;
    box-shadow: none;
    background-color: transparent;
}

.banner-home-another {
    height: 0px;
}

/*==================== 
    Services Styles
====================*/

.services {
    width: 100%;
    height: 690px;
    background: #f2f2f2;
    font-family: 'Source Sans Pro', sans-serif;
}

.services figure img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    position: relative;
}

.services .right-part {
    padding-top: 70px;
    padding-left: 50px;
}

.services figure {
    margin-bottom: 0;
}

.services .gradient {
    position: absolute;
    top: 0;
    left: 15px;
    width: 96.8%;
    height: 690px;
    background: -moz-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 0, 0, 0.3) 0%, rgba(255, 240, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff0000', endColorstr='#4dfff000', GradientType=1);
}

.services h2 {
    font-size: 56px;
}

.services h3 {
    font-size: 30px;
    padding-bottom: 20px;
}

.services p {
    font-size: 20px;
    padding-bottom: 20px;
    padding-right: 250px;
}

.services a {
    color: #000000;
    font-size: 22px;
}

.services .fa {
    color: #00a651;
    font-size: 18px;
    margin-right: 10px;
}

.services ul li {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.services ul li span {
    border-bottom: 1px solid;
    display: block;
    float: left;
    width: calc(100% - 40px);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.services .fa {
    color: #00a651;
    font-size: 18px;
    margin-right: 10px;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

.services ul li:last-child span {
    border-bottom: none;
}

.services .contant-part-2 {
    padding-left: 50px;
}

/*==================== 
    Blog Styles
====================*/

.blog {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

.blog img {
    width: 100%;
    height: auto;
}

.blog .heading {
    text-align: center;
    padding-bottom: 70px;
}

.blog .heading h2 {
    font-size: 56px;
}

.blog .heading h3 {
    font-size: 30px;
}

.blog .heading img {
    width: 80px;
    height: 80px
}

.blog figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
}

.blog h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.blog h4 a {
    color: #000000;
}

.blog h4 b {
    color: #000000;
}

.blog .inner-content {
    padding-right: 40px;
}

.blog p {
    font-size: 13px;
    padding-top: 20px
}

.blog figure {
    margin: 0 0 4rem;
}

.blog p span {
    display: block;
}

.blog .button {
    text-align: center;
}

.blog .button .btn-success {
    font-size: 22px;
    padding: 10px 40px;
    margin: 30px 0;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    border: 1px solid #b6b6b7;
    font-family: 'Montserrat', sans-serif;
}

.blog .button .btn-success:hover {
    color: #ffffff;
    background-color: #b6b6b7;
    border: 1px solid #b6b6b7;
}

/*=== Blog-page Styles ===*/

.blog-page {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

.blog-page:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/whie-bar-bg.gif);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

.blog-page img {
    width: 100%;
    height: auto;
}

.blog-page .heading {
    text-align: center;
    padding-bottom: 70px;
}

.blog-page .heading h2 {
    font-size: 56px;
}

.blog-page .heading h3 {
    font-size: 30px;
}

.blog-page .heading img {
    width: 80px;
    height: 80px
}

.blog-page figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
}

.blog-page h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.blog-page .inner-content {
    padding-right: 40px;
}

.blog-page p {
    font-size: 13px;
    padding-top: 20px
}

.blog-page figure {
    margin: 0 0 4rem;
}

.blog-page p span {
    display: block;
}

.blog-page .button {
    text-align: center;
}

.blog-page .button .btn-success {
    font-size: 16px;
    padding: 15px 40px;
    margin: 30px 0;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: #cccccc;
    border: 2px solid #b6b6b7;
    font-family: 'Montserrat', sans-serif;
}

.blog-page .button .btn-success:hover {
    color: #ffffff;
    background-color: #b6b6b7;
    border: 2px solid #b6b6b7;
}


/*==================== 
    Contact Styles
====================*/

.footer {
    width: 100%;
    height: auto;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/footer-bg.jpg");
    font-family: 'Source Sans Pro', sans-serif;
}

.footer .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.80) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.80) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.60) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000000', endColorstr='#e3000000', GradientType=1);
}

.footer address span {
    color: #008fd0;
    font-weight: 600;
}

.footer .columns-1 {
    text-align: center;
    border-right: 1px solid #333230;
}

.footer .columns-1,
.footer .columns-2 {
    margin-top: 130px;
}

.footer h2 {
    font-size: 58px;
    padding-bottom: 40px;
}

.footer address p:nth-child(1),
.footer address p:nth-child(2) {
    font-size: 20px;
}


.footer address p:nth-child(3) {
    font-size: 18px;
}

.footer address p:nth-child(4) {
    font-size: 22px;
}

.form-inline .form-control {
    font-size: 16px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 0;
}

.footer form .btn-primary,
.footer form .btn-primary:not(:disabled):not(.disabled):active {
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 100px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.footer form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/* copyright */

.copyright {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Source Sans Pro', sans-serif;
}

.copyright .nav-link {
    color: #ffffff;
    font-style: italic;
    letter-spacing: 1px;
}

.copyright .right-part {
    padding-top: 5px;
}

.copyright p {
    font-size: 16px;
    margin-bottom: 0;
}

.copyright ul,
.copyright p {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
}

.copyright p a {
    color: #f5f500;
}

.copyright p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.copyright .border-img img {
    width: 100%;
    padding-bottom: 30px;
    object-fit: cover;
    opacity: 0.2;
}

/*===========================
        About Styles
============================*/

#about-us {
    border-bottom: 1px solid gray;
    padding-top: 20px;
    padding-bottom: 200px;
    position: relative;
    background-color: #fff;
}

#about-us:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/white-bar-bg.gif);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#about-us h5 {
    color: #616161;
    font-size: 16px;
    font-weight: 500;
}

#about-us h5 a {
    color: #616161;
}

#about-us h5 span {
    padding: 0 10px;
}

#about-us h3 {
    color: #000000;
    font-size: 56px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

#about-us p {
    margin: 0;
    color: #21252f;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 40px;
}

#about-us .image {
    width: 100%;
    height: 394px;
    margin-bottom: 52px;
}

#about-us .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    object-fit: cover;
}

/*========================
      Services-Page
=========================*/

#services {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

#services .part-1,
.part-2,
.part-3 {
    padding-bottom: 50px;
}

#services:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#services .fa-envira {
    color: #008fd0;
    font-size: 25px;
    margin-right: 10px;
}

#services h2 {
    color: #362f2d;
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

#services .heading {
    padding-bottom: 0;
}

#services img {
    width: 92%;
    height: 350px;
    object-fit: cover;
}

#services .heading h3 {
    color: #111111;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

#services p {
    font-size: 22px;
    line-height: 2;
    font-weight: 400;
    color: #a3a3a3;
}

#services .heading {
    padding-bottom: 30px;
}

#services .col1 {
    margin-top: -10px;
}

/*========================
      Products-Page
=========================*/

#products {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

#products .part-1,
.part-2,
.part-3 {
    padding-bottom: 50px;
}

#products:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#products .fa-envira {
    color: #008fd0;
    font-size: 25px;
    margin-right: 10px;
}

#products h2 {
    color: #362f2d;
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

#products .heading {
    padding-bottom: 0;
}

#products img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#products .heading h3 {
    color: #111111;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

#products p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #a3a3a3;
}

#products .heading {
    padding-bottom: 30px;
}

#products .col1 {
    margin-top: -8px;
}

/*========================
      Rates-Page
=========================*/

#rates {
    padding-top: 30px;
    padding-bottom: 200px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

#rates .part-1,
.part-2,
.part-3 {
    padding-bottom: 50px;
}

#rates:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/background-white-color-1.png);
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

#rates .fa-envira {
    color: #008fd0;
    font-size: 25px;
    margin-right: 10px;
}

#rates h6 {
    font-size: 18px;
    line-height: 35px;
}

#rates h6 span {
    display: block;
    font-size: 24px;
}

#rates h2 {
    color: #362f2d;
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

#rates .heading {
    padding-bottom: 0;
}

#rates img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#rates .heading h3 {
    color: #111111;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

#rates p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #a3a3a3;
}

#rates .heading {
    padding-bottom: 30px;
}

#rates .col1 {
    margin-top: -8px;
}

/*===========================
        blog_single Styles
============================*/

#blog_single {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #fff;
}

#blog_single h3 span {
    display: block;
}

#blog_single h1 {
    color: #000000;
    font-size: 56px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

#blog_single h2 {
    color: #000000;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

#blog_single h3 {
    color: #000000;
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

#blog_single h4 {
    color: #000000;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

.inner-text h4 {
    font-size: 17px;
    color: #737373;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
}

.inner-text h4 a {
    color: #737373;
}

.inner-text span {
    color: #737373;
    font-weight: 500;
    border-bottom: 1px solid gray;
}

/*-- social buttons --*/

.mbm_social {
    padding: 0;
    font-size: 0;
    background: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.mbm_social li {
    display: inline-block;
    margin: 5px;
}

.mbm_social a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 px;
    width: 116px;
    height: 31px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
}

.mbm_social a:hover {
    color: #fff;
}

.mbm_social a:hover .tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -33px);
    transform: translate(0, -33px);
}

.mbm_social a:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.mbm_social .tooltip {
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mbm_social .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.mbm_social .tooltip span:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
}

.mbm_social .social-twitter {
    background: #00abdc;
    border-radius: 5px;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    border-bottom: 1px solid #00abdc;
}

.mbm_social .social-twitter:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #00abdc;
}

.mbm_social .social-twitter span {
    background: #00abdc;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    color: #fff;
}

.mbm_social .social-twitter span:after {
    border-top-color: #00abdc;
}

.mbm_social .social-facebook {
    background: #325c94;
    border-radius: 5px;
    background: -webkit-linear-gradient(#4562a0, #385693);
    background: linear-gradient(#4562a0, #385693);
    border-bottom: 1px solid #2f487c;
}

.mbm_social .social-facebook:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #2f487c;
}

.mbm_social .social-facebook span {
    background: #3b5a9b;
    background: -webkit-linear-gradient(#5873aa, #3b5a9b);
    background: linear-gradient(#5873aa, #3b5a9b);
    color: #fff;
}

.mbm_social .social-facebook span:after {
    border-top-color: #325c94;
}

.mbm_social .social-google-plus {
    background: #cb2027;
    background: -webkit-linear-gradient(#cb2027, #cb2027);
    background: linear-gradient(#cb2027, #cb2027);
    border-bottom: 1px solid #cb2027;
}

.mbm_social .social-google-plus:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #ea4335;
}

.mbm_social .social-google-plus span {
    background: #cb2027;
    background: -webkit-linear-gradient(#cb2027, #cb2027);
    background: linear-gradient(#cb2027, #cb2027);
    color: #fff;
}

.mbm_social .social-google-plus span:after {
    border-top-color: #cb2027;
}

.mbm_social i {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.mbm_social small {
    font-size: 14px;
    margin: 0 0 0 16px;
}

#blog_single p {
    margin-top: 20px;
    color: #6f6f6f;
    /* font-size: 16px; */
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 40px;
}


#blog_single .image {
    width: 100%;
    /* height: 394px; */
    margin-bottom: 52px;
}


#blog_single .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    object-fit: cover;
}

/*=== Blog-page Styles ===*/

.blog-page-another {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

.blog-page-another:after {
    content: "";
    width: 100%;
    height: 100px;
    /* background: url(../images/background-white-color-1.png); */
    bottom: -94px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

.blog-page-another img {
    width: 100%;
    height: auto;
}

.blog-page-another .heading {
    text-align: center;
    padding-bottom: 70px;
}

.blog-page-another .heading h2 {
    font-size: 56px;
}

.blog-page-another .heading h3 {
    font-size: 30px;
}

.blog-page-another .heading img {
    width: 80px;
    height: 80px
}

.blog-page-another figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-page-another h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.blog-page-another .inner-content {
    padding-right: 40px;
}

.blog-page-another p {
    font-size: 13px;
    padding-top: 20px
}

.blog-page-another figure {
    margin: 0 0 4rem;
}

.blog-page-another p span {
    display: block;
}

.blog-page-another .button {
    text-align: center;
}

.blog-page-another .button .btn-success {
    font-size: 16px;
    padding: 15px 40px;
    margin: 30px 0;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: #cccccc;
    border: 2px solid #b6b6b7;
    font-family: 'Montserrat', sans-serif;
}

.blog-page-another .button .btn-success:hover {
    color: #ffffff;
    background-color: #b6b6b7;
    border: 2px solid #b6b6b7;
}

@media(max-width:1440px) {
    .banner-home {
        height: 680px;
        padding-top: 120px;
    }
    .section-4 figure img {
        height: 850px;
    }
    .services .gradient {
        width: 92%;
    }
    .section-4 .gradient {
        width: 92%;
    }
    .section-4 .right-part figure img {
        width: 100%;
        height: 200px;
    }
    .section-4 .btn-primary,
    .section-4 .btn-secondary {
        width: 16%;
        padding: 10px 0;
        font-size: 16px;
    }
    .section-4 p {
        padding-right: 100px;
    }
    .banner-home h1 {
        font-size: 52px;
        padding-bottom: 5px;
    }
    .banner-home h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    header {
        padding: 10px 0;
    }
    .banner-home p {
        margin-bottom: 10px;
    }
    .banner-home i {
        font-size: 20px;
    }
    .banner-home .btn-success {
        font-size: 18px;
        padding: 10px 25px;
        margin: 30px 0;
        font-weight: 600;
    }
    .services p {
        padding-right: 0px; font-size:17px;
    }
}

@media(max-width:1024px) {
    .container {
        max-width: 100%;
    }
    .sidenav a {
        font-size: 14px;
    }
    #about-us h3 {
        color: #000000;
        font-size: 36px;
        padding-top: 0;
    }
    #about-us {
        padding-bottom: 100px;
    }
    #about-us .thumbnail {
        margin-bottom: 30px;
        height: 300px;
    }
    #about-us p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    #services h3 {
        font-size: 32px;
    }
    #services .part-1 img,
    .part-2 img,
    .part-3 img {
        padding-bottom: 0;
    }
    #services h4 {
        font-size: 14px;
    }
    #services p {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    #services {
        padding: 50px 0;
    }
    #services .heading h3 {
        font-size: 54px;
    }
    #services img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    #services h2 {
        font-size: 44px;
    }
    #services .heading h3 {
        font-size: 30px;
        padding-bottom: 0;
    }
    nav p {
        font-size: 12px;
        letter-spacing: 2px;
    }
    nav img {
        width: 50%;
    }
    .sticky img {
        width: 34%;
        padding: 10px 0;
    }
    header .social-icons i {
        font-size: 16px;
    }
    .banner-home {
        height: 550px;
        padding-top: 70px;
    }
    .banner-home h1 {
        font-size: 42px;
        padding-bottom: 5px;
    }
    .banner-home h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner-home p {
        margin-bottom: 5px;
    }
    .banner-home .btn-success {
        font-size: 14px;
        padding: 8px 20px;
        margin: 15px 0;
        font-weight: 500;
    }
    .banner-home:after {
        bottom: -14px;
    }
    .about {
        padding-top: 40px;
        padding-bottom: 90px;
    }


	.about .heading h1 {
		font-size: 46px;
		font-family: 'Source Sans Pro', sans-serif;
	}

    .about .heading h2 {
        font-size: 42px;
    }
		
    .about .heading h3 {
        font-size: 24px;
    }

    .about .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .services .gradient {
        width: 94.2%;
    }
    .services h2 {
        font-size: 42px;
        padding-bottom: 5px;
    }
    .services h3 {
        font-size: 26px;
    }
    .services p {
        font-size: 18px;
        padding-right: 0;
    }
    .services a {
        font-size: 19px;
    }
    .services ul li span {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .section-4 .gradient {
        width: 94.2%;
    }
    .services figure img {
        /* height: 550px; */
    }
    .services .gradient {
        height: 550px;
    }
    .services {
        height: auto;
    }
    .about .circle__content p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .about .circle__content h4 {
        font-size: 30px;
    }
    .section-4 .right-part {
        padding: 50px 0;
        padding-left: 30px;
    }
    .section-4 .heading h3 {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .section-4 .heading h2 {
        font-size: 42px;
    }
    .section-4 .right-part figure img {
        height: 150px;
    }
    .section-4 .gradient {
        height: 730px;
    }
    .section-4 figure img {
        height: 730px;
    }
    .section-4 p {
        font-size: 18px;
    }
    .blog .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .blog .heading h2 {
        font-size: 42px;
    }
    .blog .heading h3 {
        font-size: 24px;
    }
    .blog {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .blog h4 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .blog p {
        font-size: 13px;
        padding-top: 10px;
    }
    .blog figure {
        margin: 0 0 1rem;
    }
    .blog .button .btn-success {
        font-size: 14px;
        padding: 10px 30px;
        margin: 20px 0;
    }
    .footer h2 {
        font-size: 42px;
        padding-bottom: 20px;
    }
    .copyright {
        padding-top: 20px;
    }
    .copyright .border-img img {
        padding-bottom: 10px;
    }
    .copyright p {
        font-size: 16px;
    }
    .blog-page-another .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .blog-page-another .heading h2 {
        font-size: 42px;
    }
    .blog-page-another .heading h3 {
        font-size: 24px;
    }
    .blog-page-another {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .blog-page-another h4 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .blog-page-another p {
        font-size: 13px;
        padding-top: 10px;
    }
    .blog-page-another figure {
        margin: 0 0 1rem;
    }
    .button .btn-success {
        font-size: 14px;
        padding: 10px 30px;
        margin: 20px 0;
    }
    #blog_single h3 {
        font-size: 36px;
		padding-top: 40px;
		padding-bottom: 40px;
    }
    #blog_single .image {
        height: 300px;
        margin-bottom: 30px;
    }
    #blog_single p {
        /* font-size: 14px; */
        line-height: 30px;
        margin-bottom: 30px;
    }
    .banner-another {
        width: 100%;
        height: 200px;
    }
    #products h2 {
        font-size: 46px;
    }
    #products img {
        width: 100%;
        height: 225px;
    }
    #products {
        padding-bottom: 100px;
    }
    #rates h2 {
        font-size: 46px;
    }
    #rates img {
        width: 100%;
        height: 225px;
    }
    #rates {
        padding-bottom: 100px;
    }
    .blog-page .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .blog-page .heading h2 {
        font-size: 42px;
    }
    .blog-page .heading h3 {
        font-size: 24px;
    }
    .blog-page {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .blog-page h4 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .blog-page p {
        font-size: 13px;
        padding-top: 10px;
    }
    .blog-page figure {
        margin: 0 0 1rem;
    }
    .blog-page .button .btn-success {
        font-size: 14px;
        padding: 10px 30px;
        margin: 20px 0;
    }

   #blog_single h1 {
	font-size: 46px;
	font-family: 'Source Sans Pro', sans-serif;
   }

    #blog_single h2 {
        font-size: 42px;
	font-family: 'Source Sans Pro', sans-serif;
    }
		
    #blog_single h3 {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
	font-family: 'Source Sans Pro', sans-serif;
    }

		
    #blog_single h4 {
        font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
    }
}

@media(max-width:786px) {
    .sidenav a {
        font-size: 14px;
    }
    #about-us h5 {
        font-size: 14px;
    }
    #about-us h3 {
        font-size: 26px;
    }
    #about-us p {
        font-size: 12px;
    }
    #about-us {
        padding-bottom: 50px;
    }
    #services p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .circle__wrapper {
        border: 8px solid white;
        padding: 10px;
    }
    .about {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    #about-us p {
        margin-bottom: 10px;
        line-height: 20px;
    }
    .about .circle__content h4 {
        font-size: 19px;
        padding-bottom: 5px;
    }
    .about .circle__content p {
        font-size: 12px;
        padding: 0;
    }
    .about .heading {
        padding-bottom: 50px;
    }
    .services h2 {
        font-size: 32px;
    }
    .services p {
        font-size: 16px;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .services p {
        padding-right: 0;
    }
    .services .right-part {
        padding-top: 40px;
        padding-left: 15px;
    }
    .services a {
        font-size: 17px;
    }
    .services .fa {
        padding-top: 5px;
    }
    .services h3 {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .services .contant-part-2 {
        padding-left: 15px;
    }
    .services .gradient {
        width: 92.2%;
        height: 530px;
    }
    .services figure img {
        /* height: 530px; */
    }
    .services {
        height: auto;
    }
    .section-4 .gradient {
        width: 92.2%;
        height: 100%;
    }
    .section-4 .heading h2 {
        font-size: 32px;
    }
    .section-4 .heading h3 {
        font-size: 22px;
        padding-bottom: 40px;
    }
    .section-4 p {
        padding-right: 0;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .section-4 .btn-primary,
    .section-4 .btn-secondary {
        width: 25%;
        padding: 10px 0;
        font-size: 14px;
    }
    .section-4 figure img {
        height: 600px;
    }
    .section-4 .right-part {
        padding: 40px 0;
        padding-left: 30px;
    }
    .section-4 .right-part figure img {
        height: 120px;
    }
    .section-4 .right-part figure {
        margin-bottom: 30px;
    }
    .blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blog figure img {
        height: 150px;
    }
    .blog h4 {
        padding-right: 100px;
    }
    .blog .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .blog .heading h3 {
        font-size: 24px;
    }
    .blog .heading h2 {
        font-size: 42px;
    }
    .blog figure {
        margin: 0 0 2rem;
    }
    .blog .button .btn-success {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px 0;
        font-weight: 500;
    }
    .footer form {
        text-align: center;
    }
    .footer h2 {
        font-size: 26px;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer address p:nth-child(1),
    .footer address p:nth-child(2) {
        font-size: 18px;
    }
    .footer .columns-1,
    .footer .columns-2 {
        margin-top: 80px;
    }
    .footer .columns-2 {
        margin-top: 30px;
    }
    .copyright ul,
    .copyright p {
        text-align: center;
        font-size: 17px;
    }
    .copyright {
        text-align: center;
    }
    #services h2 {
        font-size: 38px;
    }
    #services .heading h3 {
        font-size: 26px;
    }
    #services .fa-envira {
        font-size: 22px;
    }
    #products img {
        width: 100%;
        height: 270px;
    }
    #products p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 30px;
        font-weight: 400;
        color: #a3a3a3;
    }
    #products h2 {
        font-size: 40px;
    }
    #products .heading h3 {
        font-size: 25px;
        padding-bottom: 0;
    }
    #products {
        padding-bottom: 50px;
    }
    .blog-page {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .blog-page figure img {
        height: 150px;
    }
    .blog-page h4 {
        padding-right: 100px;
    }
    .blog-page .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .blog-page .heading h3 {
        font-size: 24px;
    }
    .blog-page .heading h2 {
        font-size: 42px;
    }
    .blog-page figure {
        margin: 0 0 2rem;
    }
    .blog-page .button .btn-success {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px 0;
        font-weight: 500;
    }
    #rates img {
        width: 100%;
        height: 270px;
    }
    #rates p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 30px;
        font-weight: 400;
        color: #a3a3a3;
    }
    #rates h2 {
        font-size: 40px;
    }
    #rates .heading h3 {
        font-size: 25px;
        padding-bottom: 0;
    }
    #rates {
        padding-bottom: 50px;
    }
    .blog-page-another figure img {
        height: 150px;
    }
    .blog-page-another h4 {
        padding-right: 100px;
		border-bottom: 0px solid #cccccc;
    }
    .blog-page-another .heading img {
        width: 70px;
        height: 70px;
        padding-bottom: 10px;
    }
    .blog-page-another .heading h3 {
        font-size: 24px;
    }
    .blog-page-another .heading h2 {
        font-size: 42px;
    }
    .blog-page-another figure {
        margin: 0 0 2rem;
    }
    .blog-page-another .button .btn-success {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px 0;
        font-weight: 500;
    }
    #blog_single h3 {
        font-size: 26px;
        padding-top: 5px;
    }
    #blog_single .image {
        height: 250px;
        margin-bottom: 20px;
    }
    #blog_single {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .blog-page-another .heading {
        padding-bottom: 40px;
    }
    #blog_single p {
        /* font-size: 12px; */
        line-height: 25px;
        margin-bottom: 20px;
    }
    .inner-text h4 {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .mbm_social a {
        width: 85px;
        height: 25px;
    }
    .mbm_social i {
        top: 0.5px;
        font-size: 12px;
    }
    .mbm_social small {
        font-size: 12px;
    }
}

@media(max-width:425px) {
    nav img {
        width: 30%;
    }
    .banner-home {
        height: 450px;
    }
    .banner-home h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .banner-home h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner-home p {
        font-size: 18px;
    }
    .left-side {
        display: none;
    }
    .about .circle__content h4 {
        font-size: 34px;
        padding-bottom: 25px;
    }
    .circle__wrapper {
        border: 20px solid white;
        padding: 0;
    }
    .circle {
        margin-bottom: 25px;
    }
    .about .circle__content p {
        font-size: 14px;
        padding: 0 40px;
    }
    #about-us h3 {
        padding-bottom: 20px;
    }
    .banner-another {
        height: 150px;
    }
    .about .heading h3 {
        font-size: 16px;
    }
    #about-us h5 span {
        padding: 0 5px;
    }

	.about .heading h1 {
		font-size: 34px;
		font-family: 'Source Sans Pro', sans-serif;
	}

    .about .heading h2 {
        font-size: 28px;
    }
    #about-us h3 {
        font-size: 24px;
    }
    #about-us .image {
        height: 200px;
    }
    #services .heading h3 {
        font-size: 26px;
    }
    #services img {
        object-fit: cover;
        height: 200px;
    }
    #services {
        padding: 30px 0;
    }
    #services .part-1,
    .part-2,
    .part-3 {
        padding-bottom: 30px;
    }
    #services .part-1 img,
    .part-2 img,
    .part-3 img {
        padding-bottom: 20px;
    }
/*    .container-fluid {
        padding: 0 15px;
    } */
    .section-4 .right-part {
        padding: 40px 15px;
    }
    header .logo {
        text-align: left;
    }
    .services {
        background: transparent;
    }
    .services h3 {
        font-size: 20px;
    }
    .services ul li:last-child span {
        border-bottom: 1px solid;
    }
    .services .contant-part-2 ul li:last-child span {
        border-bottom: none;
    }
    .section-4 .btn-primary,
    .section-4 .btn-secondary {
        width: 30%;
        font-size: 12px;
    }
    .section-4 .gradient {
        width: 93.2%;
        height: 300px;
    }
    .section-4 figure img {
        height: 300px;
    }
    .services figure img {
        /* height: 250px; */
    }
    .services .gradient {
        width: 93%;
        height: 250px;
    }
    .blog .heading h2 {
        font-size: 26px;
    }
    .blog .heading h3 {
        font-size: 20px;
    }
    .blog .heading {
        text-align: center;
        padding-bottom: 20px;
    }
    .blog figure {
        margin: 0 0 1rem;
    }
    .blog .inner-content {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .blog .button .btn-success {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0;
    }
    .blog h4 {
        padding-right: 0;
    }
    .footer address p:nth-child(1),
    .footer address p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 0;
    }
    .footer address p {
        margin-bottom: 0;
    }
    .footer h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .form-inline .form-control {
        font-size: 14px;
        padding: 10px 10px;
        margin-bottom: 0;
        border: 0;
    }
    .footer form .btn-primary {
        margin: 20px 0;
    }
    .copyright .nav-link {
        padding: 5px 5px;
    }
    .copyright {
        text-align: center;
        padding-top: 0;
        padding-bottom: 20px;
    }
    a:not([href]):not([tabindex]) {
        display: none;
    }
    #products h2 {
        font-size: 36px;
    }
    #products .heading h3 {
        font-size: 24px;
    }
    #products .fa-envira {
        font-size: 22px;
    }
    #products .part-1,
    .part-2,
    .part-3 {
        padding-bottom: 30px;
    }
    #products img {
        width: 100%;
        height: 200px;
    }
    #products h2 {
        font-size: 32px;
    }
    #products p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
    }
    .blog-page .heading h2 {
        font-size: 25px;
    }
    .blog-page .heading h3 {
        font-size: 20px;
    }
    .blog-page .heading {
        text-align: center;
        padding-bottom: 20px;
    }
    .blog-page figure {
        margin: 0 0 1rem;
    }
    .blog-page .inner-content {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .blog-page .button .btn-success {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0;
    }
    .blog-page h4 {
        padding-right: 0;
    }
    #rates h2 {
        font-size: 36px;
    }
    #rates .heading h3 {
        font-size: 24px;
    }
    #rates .fa-envira {
        font-size: 22px;
    }
    #rates .part-1,
    .part-2,
    .part-3 {
        padding-bottom: 30px;
    }
    #rates img {
        width: 100%;
        height: 200px;
    }
    #rates h2 {
        font-size: 32px;
    }
    #rates p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
    }
    .blog-page-another .heading h2 {
        font-size: 25px;
    }
    .blog-page-another .heading h3 {
        font-size: 20px;
    }
    .blog-page-another .heading {
        text-align: center;
        padding-bottom: 20px;
    }
    .blog-page-another figure {
        margin: 0 0 1rem;
    }
    .blog-page-another .inner-content {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .blog-page-another .button .btn-success {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0;
    }
    .blog-page-another h4 {
        padding-right: 0;
		border-bottom: 0px solid #cccccc;
    }

   #blog_single h1 {
  	font-size: 34px;
	font-family: 'Source Sans Pro', sans-serif;
   }

    #blog_single h2 {
        font-size: 28px;
	font-family: 'Source Sans Pro', sans-serif;
    }

   #blog_single h3 {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
	font-family: 'Source Sans Pro', sans-serif;
    }
		
    #blog_single h4 {
        font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
    }
	
    .mbm_social {
        margin-bottom: 20px;
    }
    .blog-page-another {
        padding-bottom: 0;
    }
}

@media(max-width:375px) {
    .banner-home h2 {
        font-size: 17px;
    }
    .services .gradient {
        width: 92%;
    }
    .section-4 .btn-primary, .section-4 .btn-secondary {
        width: 33%;
        padding: 8px 0;
    }
    .banner-home h2 {
        font-size: 17px;
    }
    .services .gradient {
        width: 95.8%;
    }
    .about {
        padding-bottom: 30px;
    }
    .footer address p:nth-child(4) {
        font-size: 18px;
    }
    .footer address p:nth-child(3) {
        font-size: 15px;
    }
    .footer address p:nth-child(1),
    .footer address p:nth-child(2) {
        font-size: 16px;
    }
    .footer form .btn-primary {
        margin: 12px 0;
        font-size: 14px;
        padding: 10px 40px;
    }
    .copyright .nav-link {
        padding: 1px 4px;
    }
    #services .heading h3 {
        font-size: 24px;
    }
    #services h2 {
        font-size: 34px;
    }
    #services img {
        height: 240px;
    }
    .banner-home h1 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .banner-home {
        padding-top: 55px;
    }


	.about .heading h1 {
		font-size: 30px;
		font-family: 'Source Sans Pro', sans-serif;
	}

    .about .heading h2 {
        font-size: 24px;
    }
    .about .heading h3 {
        font-size: 17px;
    }
    .about .heading {
        padding-bottom: 20px;
    }
    .services h2 {
        font-size: 26px;
    }
    .services h3 {
        font-size: 18px;
    }
    .section-4 .heading h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .section-4 p {
        font-size: 15px;
        letter-spacing: 0.5px;
        padding-bottom: 0;
    }
    .section-4 .gradient {
        width: 95.8%;
        height: 250px;
    }
    .section-4 figure img {
        height: 250px;
        margin-bottom: 10px;
    }
    .about .heading img {
        width: 50px;
        height: 50px;
    }
    .blog .heading img {
        width: 50px;
        height: 50px;
    }
    .blog .heading h2 {
        font-size: 23px;
    }
    .blog .heading h3 {
        font-size: 19px;
    }
    .blog-page .heading img {
        width: 50px;
        height: 50px;
    }
    .blog-page .heading h2 {
        font-size: 23px;
    }
    .blog-page .heading h3 {
        font-size: 19px;
    }
    .blog-page-another .heading img {
        width: 50px;
        height: 50px;
    }
    .blog-page-another .heading h2 {
        font-size: 23px;
    }
    .blog-page-another .heading h3 {
        font-size: 19px;
    }

    #blog_single h1 {
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
    }

    #blog_single h2 {
        font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
    }

    #blog_single h3 {
    font-size: 17px;
    padding-top: 40px;
    padding-bottom: 40px;
	font-family: 'Source Sans Pro', sans-serif;
    }


    #blog_single h4 {
        font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
    }
	
    #blog_single .image {
        height: 200px;
    }
}

@media(max-width:320px) {
    #services img {
        height: 200px;
    }
    #services h2 {
        font-size: 29px;
        padding-bottom: 30px;
    }
    #services .heading h3 {
        font-size: 22px;
        letter-spacing: 0;
    }
    .services .gradient {
        width: 91%;
    }
    .section-4 .gradient {
        width: 91.2%;
    }
    .about .circle__content h4 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .about .circle__content p {
        font-size: 12px;
        padding: 0 20px;
    }
    .about {
        padding-bottom: 30px;
    }
}




/* Agency style begins */
.go-kit-section {
  padding: 100px 0;
}

.go-kit-section h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.go-kit-section h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.go-kit-section h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.go-kit-section h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.go-kit-section h5 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

@media(max-width:1440px) { 
	.go-kit-section h1 { font-size: 38px; }
	.go-kit-section h2 { font-size: 34px; }
	.go-kit-section h3 { font-size: 28px; }
	.go-kit-section h4 { font-size: 22px; }
	.go-kit-section h5 { font-size: 16px; }
}

@media(max-width:1024px) { 
	.go-kit-section h1 { font-size: 36px; }
	.go-kit-section h2 { font-size: 32px; }
	.go-kit-section h3 { font-size: 26px; }
	.go-kit-section h4 { font-size: 20px; }
	.go-kit-section h5 { font-size: 15px; }
}

@media(max-width: 768px) { 
	.go-kit-section h1 { font-size: 33px; }
	.go-kit-section h2 { font-size: 29px; }
	.go-kit-section h3 { font-size: 23px; }
	.go-kit-section h4 { font-size: 17px; }
	.go-kit-section h5 { font-size: 14px; }
}

@media(max-width:425px) { 
	.go-kit-section h1 { font-size: 30px; }
	.go-kit-section h2 { font-size: 26px; }
	.go-kit-section h3 { font-size: 22px; }
	.go-kit-section h4 { font-size: 18px; }
	.go-kit-section h5 { font-size: 16px; }
}

@media(max-width:375px) { 
	.go-kit-section h1 { font-size: 28px; }
	.go-kit-section h2 { font-size: 26px; }
	.go-kit-section h3 { font-size: 22px; }
	.go-kit-section h4 { font-size: 18px; }
	.go-kit-section h5 { font-size: 16px; }
}

.go-kit-section .section-subheading {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.team-member p {
  margin-top: 0;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

.circle-btn {
    width: 50px;
    height: 50px;
    z-index: 9999;
    display: inline-block;
    background: #008fd0;
    text-decoration: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.circle-btn i {
    color: #ffffff !important;
    margin: 0;
    position: relative;
    left: 0px;
    top: 12px;
    font-size: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.circle-btn:hover {
    background: #000 !important;
}

.circle-btn:hover i {
    color: #ffffff;
    left: 10px;
}

@media (min-width: 768px) {
  .go-kit-section {
    padding: 150px 0;
  }
}
/* Agency style ends*/

/* Customizations starts*/
.opaque-hover {    
opacity:1; filter:alpha(opacity=100); transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;
} 
.opaque-hover:hover { opacity:0.5; filter:alpha(opacity=50);	}

.alt-module-subtitle {
  display: table; 
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

.btn-view {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0; }
.btn-view a { font-size: 14px !important; }
.btn-view a {
    border: 2px solid #008fd0;
    color: #008fd0;
    padding: 14px 20px 10px 20px;
    margin-bottom: 0; 
}
.btn-view a:hover {
      border: 2px solid #000;
      color: #000; 
}

.btn-sm-view {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0; }
.btn-sm-view a { font-size: 11px !important; }
.btn-sm-view a {
    border: 1px solid #008fd0;
    color: #008fd0;
    padding: 14px 20px 10px 20px;
    margin-bottom: 0; 
}
.btn-sm-view a:hover {
      border: 1px solid #000;
      color: #000; 
}

/* Begin - Owl Carousel handler*/
.owl-carousel .owl-stage{display:flex}.blog__slide{border:0;border-radius:0;background-color:transparent}.blog__slide__content{padding:30px 15px}.blog__slide__content h3,.blog__slide__content a{color:#3a414e}.blog__slide__content p{font-size:15px;margin-bottom:0}.blog__slide__label{font-size:13px;color:#ff9907 !important;text-transform:uppercase;background:#222;padding:4px 40px;margin-bottom:18px}.blog-slider{position:relative}.blog-slider .blog-slider__leftArrow{position:absolute;top:22%;left:-12px}@media (min-width: 1250px){.blog-slider .blog-slider__leftArrow{left:-105px;padding:0 25px 3px 10px}.blog-slider .blog-slider__leftArrow::after{content:"";display:block;width:100%;height:100%;background:#f5f9fc;position:absolute;top:0;left:0;z-index:-1;transition:background .4s ease-out}.blog-slider .blog-slider__leftArrow::before{content:"";display:block;width:40px;height:130%;background:#fff;position:absolute;top:-2px;left:-15px;z-index:2;transform:rotate(-15deg)}.blog-slider .blog-slider__leftArrow:hover::after{background:#222}}.blog-slider .blog-slider__rightArrow{position:absolute;top:22%;right:-12px}@media (min-width: 1250px){.blog-slider .blog-slider__rightArrow{right:-105px;padding:0 25px 3px 20px}.blog-slider .blog-slider__rightArrow::after{content:"";display:block;width:100%;height:100%;background:#f5f9fc;position:absolute;top:0;left:0;z-index:-1;transition:background .4s ease-out}.blog-slider .blog-slider__rightArrow::before{content:"";display:block;width:43px;height:135%;background:#fff;position:absolute;top:-4px;right:-4px;z-index:2;transform:rotate(15deg)}.blog-slider .blog-slider__rightArrow:hover::after{background:#222}}.blog-slider .blog-slider__leftArrow,.blog-slider .blog-slider__rightArrow{display:none}@media (min-width: 580px){.blog-slider .blog-slider__leftArrow,.blog-slider .blog-slider__rightArrow{display:block}}.blog-slider .blog-slider__leftArrow img,.blog-slider .blog-slider__rightArrow img{position:relative;z-index:10}.causes_slider .owl-dots{text-align:center;margin-top:80px}.causes_slider .owl-dots .owl-dot{height:14px;width:14px;background:#eeeeee;display:inline-block;margin-right:7px}.causes_slider .owl-dots .owl-dot:last-child{margin-right:0px}.causes_slider .owl-dots .owl-dot.active{background:#ff9907;}
/* End - Owl Carousel handler*/


/* Begin - sub-menu dropdown */
.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.dropdown-container {
  display: none;
  background-color: rgba(38,38,38, 0.5);
  padding-left: 15px;
  font-size: 14px;
}
.dropdown-container a { font-size: 14px; }
@media screen and (max-height: 450px) { .dropdown-container a { font-size: 13px; } }
@media(max-width:1024px) { .dropdown-container a { font-size: 13px; } }
@media(max-width:786px) { .dropdown-container a { font-size: 13px; } }

.fa-caret-down {
  padding-right:10px;
  padding-left:10px;
}
/* end - sub-menu dropdown */

footer:before {
    content: "";
    width: 100%;
    height: 100px;
    /* background: url(../images/background-white-color-1.png); */
    top: 0px;
    z-index: 9;
    left: 0;
    position: absolute;
    display: inline-block;
}

blockquote, .blockquote-sm { margin: 50px 0 50px 0; font-size: 1.25em; color:#87a6ad; }
.blockquote-quote-marks-sm { font-size:1.5em; font-weight:normal; color:#c2d3d7;margin-top:20px;}
@media (max-width:767px){ blockquote, .blockquote-sm { margin: 30px 0 30px 0; } }

blockquote, .blockquote-reverse, blockquote.pull-right { margin: 50px 75px 50px 75px; font-size: 1.5em; color:#87a6ad; }
.blockquote-quote-marks { font-size:2em; font-weight:normal; color:#c2d3d7;margin-top:20px;}
@media (max-width:767px){ 
	blockquote, .blockquote-reverse, blockquote.pull-right { margin: 30px 25px 30px 25px; font-size: 1.15em; } 
	.blockquote-quote-marks { font-size:1.5em;}
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

hr.divider { max-width: 3.25rem; border-width: 0.2rem; border-color: #008fd0;}
.my-4 { margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}

/* Apply & remove to fix dynamic content scroll issues on iOS 9.0 */
.modal-scrollfix.modal-scrollfix { overflow-y: hidden; }


/* BEGIN - Lightbox related styling */
.magnicif-wrapper .portfolio-box {
  position: relative;
  display: block;
  margin-top:20px;margin-bottom:20px;
}

.magnicif-wrapper .portfolio-box .portfolio-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(5,139,192,0.8);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}

.magnicif-wrapper .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.magnicif-wrapper .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

.magnicif-wrapper .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}


.formatted-menu { background-color:rgba(34,107,77,0.88) !important; border:1px solid #008fd0; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.3); box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.3); overflow:auto; color:#ffffff !important;}
/* END - Lightbox related styling */


.popup-bell { z-index:1000;position:fixed;top:70px;left:30px;color:#f73b09 !important; font-size:20pt !important; margin-top:10px; margin-right:30px !important; text-shadow: 0px 5px 10px rgba(255,255,255,0.9);}


/* 
Vertical aliging column contents in the center / middle
Appply to the parent row element */
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

#youtube-play-button { position:absolute;z-index:2;width:75px;height:51px;left:50%;margin-left:-37px; }
#youtube-play-button img:hover { opacity:0.7; filter:alpha(opacity=70); }



.coupon-wrapper { border: dashed grey 2px; position:relative; text-align:center; margin-bottom:20px;}
.coupon-scissors { position:absolute;top:-45px;left:-10px;z-index:2; }
.coupon-print { position:absolute;top:0px;right:20px;z-index:2; }
.coupon-scissors i { text-shadow:2px 2px 3px rgba(255,255,255,0.8);background-color:transparent;position:absolute;top:32px;left:30px; }
.coupon-title { font-weight:bold; margin-top:0px;}
.coupon-code { font-size:18pt; font-weight:bold; color:#f73b09;}
.coupon-discount { font-size:25pt; font-weight:bold;}

@media (max-width:767px){.visible-action{display:inherit!important;text-align:center !important;/*max-width:250px;min-width:250px;float:right;*/}.hidden-action{display:none!important; /*min-width:400px;float:right;*/}}

#out-of-stock-tag { position:absolute; width:139px; heigt:78px; top:-15px; right:0px; z-index:5; }
#new-item-tag { position:absolute; width:66px; heigt:63px; top:0px; left:100px; z-index:5; }
#special-item-tag { position:absolute; width:55px; heigt:95px; top:-15px; left:0px; z-index:4; }
#clearance-item-tag { position:absolute; width:109px; heigt:63px; top:0px; left:0px; z-index:4; }
#sale-item-tag { position:absolute; width:61px; heigt:55px; top:0px; left:0px; z-index:4; }
#feature-item-tag { position:absolute; width:110px; heigt:100px; top:0px; left:100px; z-index:5; }

#save-money { position:absolute; width:150px; heigt:75px; top:5px; right:50px; z-index:4;background-color:#ffdf1b; padding:2px;font-size:12pt; font-weight:900;font-family: 'Roboto', sans-serif;color:#000;text-align:center;text-shadow:2px 2px 3px rgba(0,0,0,0.4);-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.8); -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.8); box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.8);-webkit-animation-delay:1s; animation-delay:1s;}
#save-money-price { position:absolute; width:150px; heigt:100px; top:40px; right:50px; z-index:4;font-size:22pt; font-weight:900;font-family: 'Roboto', sans-serif;color:#ffdf1b;text-align:center;text-shadow:3px 3px 2px rgba(0,0,0,0.9);}

#new-product-price { position:absolute; width:110px; heigt:80px; top:20px; right:30px; z-index:4;font-size:16pt; font-weight:900;font-family: 'Roboto', sans-serif;color:#3b5998;text-align:center;text-shadow:2px 2px 3px rgba(0,0,0,0.6);background-color:rgba(255,255,255, 0.8);}

/* Override 100% image width to retain original width value */
#no-100-percent img { width:auto; height:auto; min-width:0; max-width:none; }
.top-nav-link { color:#008fd0; } .top-nav-link:hover { color:#fff; }


.before_photo { position:absolute;top:50px;right:0px;z-index:1000;padding:10px 20px 10px 20px;background-color:rgba(13,71,142,0.5);border-top-left-radius:20px;border-bottom-left-radius:20px;color:#fff;font-size:10pt;font-weight:600;letter-spacing:2px;text-shadow:2px 2px 3px rgba(0,0,0,0.6);-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); }
.after_photo { position:absolute;top:50px;left:0px;z-index:1000;padding:10px 20px 10px 23px;background-color:rgba(13,71,142,0.5);border-top-right-radius:20px;border-bottom-right-radius:20px;color:#fff;font-size:10pt;font-weight:600;letter-spacing:2px;text-shadow:2px 2px 3px rgba(0,0,0,0.6);-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); box-shadow: 0px 0px 12px 0px rgba(0,0,0, 0.5); }
@media (max-width:767px){ .before_photo, .after_photo { padding:3px 15px 3px 15px;top:35px;font-size:7pt; }}

/* Footer buttons should not be displayed as list...*/
.ml-auto ul { margin: 0px; padding: 0px; list-style-type: none; margin: 0; padding: 0; display: block; }
.ml-auto li { display: inline-block; }
.banner-home h1, .banner-home h2 { text-shadow: 0px 2px 5px rgba(0,0,0,0.9); }
.sidenav .closebtn { float:right;clear:left; }
.sidenav .homebtn { position:absolute;top:20px;left:0;float:left;clear:right; }
/* Customizations ends*/


.scale-auto { margin-bottom:16px;max-width:50px; }
.parallax-image-container, .parallax-image-inner { overflow:hidden; width:100%;height:650px; }
@media (max-width:767px){ .parallax-image-container, .parallax-image-inner { height:350px; } .parallax-image-default-background h1, .no-parallax-image-default-background h1 { font-size:20px; } .scale-auto {max-width:30px;margin-bottom:0px; } .parallax-image-inner { padding-left:30px;} }
@media (min-width:768px) and (max-width:1199px){ .parallax-image-container, .parallax-image-inner { height:450px; }  .parallax-image-default-background h1, .no-parallax-image-default-background h1 { font-size:30px; } }
    
.parallax-image-default-background {
overflow: hidden;
height: 100%;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
position: relative;
}

.no-parallax-image-default-background {
background-size: cover;
background-position: 50% 50%;
}


.parallax-image-default-background h1, .parallax-image-default-background h2, .no-parallax-image-default-background h1, .no-parallax-image-default-background h2 { color:#ffffff; text-shadow:0 3px 4px rgba(0, 0, 0, 0.9); }
.parallax-btn-view a { border: 2px solid #ffffff; color: #ffffff; }
.parallax-btn-view a:hover { border: 2px solid #008fd0; color: #008fd0; }

.black-buttons { color:#000000; }	.black-buttons:hover { color:#474747; }
.banner-h1 { color:#008fd0 !important; font-size:75pt !important; font-weight:bold !important; text-transform:uppercase !important; }
.banner-h1-container {	position:absolute;bottom:50px;right:50px; }
@media (max-width:767px) { .banner-h1 {font-size:30pt !important;} .banner-h1-container {	position:absolute;bottom:50px;right:15px; } } /* xs */
@media (min-width:768px) and (max-width:1199px){ .banner-h1 {font-size:45pt !important;} }

/* Main navbar background color */
.sticky { background: rgba(0,0,0,0.94); }

.overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.6), rgba(0,0,0,0.6), rgba(0,0,0,0.4));
/*
background-color: black;
opacity: 0.5;
*/
z-index: 1;
}	
