
/* ======= Google fonts ======= */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Julius+Sans+One&display=swap');


/* ======= Basics ======= */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    color: #555;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden !important;
    background: #fff;
}
p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 1.5em;
    margin-bottom: 20px;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Julius Sans One', sans-serif;
    line-height: 1em;
}

.editorTitle0{color:#51949c;font-size:20px;line-height:1.5;margin:0 0 10px 0;}
.editorTitle1{font-size:40px;line-height:40px;line-height:1.5;font-weight:300;color:#51949c;font-style:italic;margin:20px 0 40px 0;}
.editorTitle2{font-size:20px;line-height:20px;line-height:1.5;font-weight:300;color:#51949c;font-style:italic;margin:20px 0 40px 0;}
.editorTitle3{font-size:30px;line-height:30px;line-height:1.5;font-weight:500;color:#51949c;margin:20px 0 40px 0;}
.editorTitle4{font-size:30px;line-height:30px;line-height:1.5;font-weight:700;color:#51949c;font-style:italic;margin:20px 0 40px 0;}
.editorTitle5{font-size:30px;line-height:30px;line-height:1.5;font-weight:500;color:#51949c;font-style:italic;margin:20px 0 40px 0;}
.editorTitle6{font-size:20px;line-height:20px;line-height:1.5;font-weight:300;color:#51949c;margin:20px 0 40px 0;}


img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #101010;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #51949c;
}
ol,ul,dl{color:#555;font-size:20px;line-height:1.3;margin:10px 0 30px 20px;}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Josefin Sans', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-weight: 300;
    color: #555;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #51949c;
}

/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    border: none;
    color: #fff;
    background: #51949c;
    padding: 10px 27px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #101001;
    color: #fff;
    border: none;
}
.alert-success {
    background: transparent;
    color: #555;
    border: 1px solid #51949c;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #555;
}
:-moz-placeholder {
    color: #555;
}
::-moz-placeholder {
    color: #555;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #555;
}



select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #ececec;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
.bg-gray {
    background: #f8fafd;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 10px;
}
.bold {
    font-weight: 800;
}
.count {
    font-family: 'Josefin Sans', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* important for animate effect */
.js .animate-box {
    opacity: 0;
}

/* ======= Selection ======= */
::-webkit-selection {
    color: #555;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #555;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #555;
    background: rgba(0, 0, 0, 0.1);
}


/* ======= Owl-Theme ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #51949c;
}


/* ======= Sections ======= */
.section-padding {
    padding: 60px 0;
}
.section-padding h6 {
    color: #51949c;
    font-size: 20px;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #51949c;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.section-title {
    font-size: 40px;
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 400;
    color: #101010;
    position: relative;
    margin-bottom: 10px;
    line-height: 1em;
}
.line-hr {
    width: 70px;
    border-top: 1px solid #101010;
    margin-top: 0px;
    margin-bottom: 30px;
}


/* ======= Navbar ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    padding-right: 10%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .icon-bar {
    color: #51949c;
}
.navbar .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin: 15px 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link:hover {
    color: #51949c;	
}
.navbar .navbar-nav .active {
    color: #51949c !important;
	font-weight: 500;
}
.nav-scroll {
    background: #fff;
    padding: 0 10% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.nav-scroll .icon-bar {
    color: #555;
}
.nav-scroll .navbar-nav .nav-link {
    color: #555;
}
.nav-scroll .navbar-nav .active {
    color: #51949c !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #555;
}
.nav-scroll .logo {
    width: 131px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 0;
    color: #51949c;
    line-height: 0.85em;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    color: #555;
    font-weight: 400;
    letter-spacing: 2.5px;
    margin-left: 15px;
    line-height: 1em;
}
.nav-scroll .logo-wrapper {
    padding: 20px 70px;
    background: #fff;
}

.navbar-toggler {
  font-size: 2.2rem;
  line-height: 1;
}


.logo-wrapper {
    float: left;
    background: #fff;
    padding: 48.5px 60px;
}
.logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 45px;
    color: #51949c;
    line-height: 0.85em;
}
.logo-wrapper .logo span {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    letter-spacing: 1.7px;
    margin-left: 15px;
    line-height: 1em;
}
.logo {
    padding: 0;
    width: 131px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 9px;
}
.dropdown-item {
    position: relative;
}
.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}
.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    min-width: 200px;
    max-width: 350px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 7px 14px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #ececec;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #51949c;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 5px 0 0 5px;
    font-size: 11px;
    float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #101010;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-menu.last {
    left: -20%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #101010;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #f7f7f7;
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0px;
        padding-right: 0px;
        background: #fff;
    }
    .nav-scroll {
    background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}


/* ======= Header ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 60px;
}
.header .caption h4 {
    font-weight: 300;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 {
    position: relative;
    margin: 10px 0;
    font-weight: 400;
    font-size: 60px;
    line-height: 1em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
}
.header .caption p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    line-height: 1.4em;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #101010;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.header .social a {
    color: #eee;
    font-size: 16px;
    margin: 10px 15px;
}



/* ======= Slider ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    left: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #51949c;
    background: transparent;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}



/* ======= Slider Left Panel ======= */
.left-panel {
    background: #fff;
    position: absolute;
    width: 140px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.left-panel:after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    bottom: 365px;
    background: #51949c;
    position: absolute;
    right: 50%;
    margin-left: -1px;
    z-index: 1;
}
.left-panel span {
    color: #51949c;
}
.left-txt {
    white-space: nowrap;
    text-align: right;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-bottom: 325px;
    line-height: 20px;
    margin-right: 10px;
    z-index: 9;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    padding-left: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    word-spacing: 3px;
}
.left-txt a:hover {
    color: #51949c;
}
@media (max-width: 767.98px) {
    .left-panel {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .left-panel {
        width: 50px;
    }
}
@media (max-width: 1259.98px) {
    .left-panel {
        width: 100px;
    }
}
.line-one {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: #51949c;
    display: -webkit-box;
    display: flex;
    margin-top: 13px;
}


/* ======= Page Banner Header ======= */
.banner-header {
    height: 55vh;
    z-index: 0;
}
.banner-header h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #101010;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #51949c;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.banner-header h1 {
    font-size: 40px;
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 400;
    color: #101010;
    position: relative;
    margin-bottom: 10px;
    line-height: 1em;
}
.banner-header p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    color: #555;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #51949c;
}
@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #101010;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {
    }
    .banner-header h1 {
    }
    .banner-header p {
        font-size: 16px;
        color: #ececec;
    }
}

.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(hsla(0, 0%, 100%, 0.01), hsla(0, 0%, 100%, 0.01) 0%, #fff);
    object-fit: cover;
}



/* ======= About style ======= */
.jophoto-about-img img:hover {
    transform: scale(0.95);
}
.jophoto-about-img {
    position: relative;
}
.jophoto-about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.jophoto-about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background: #51949c;
    z-index: 2;
}
.jophoto-about-img .img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -4%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: 1;
}
.jophoto-about-img .img img {
    position: relative;
    z-index: 3;
}
.sign {
    width: 140px;
}

/* ======= Team style ======= */
.team .item {
    margin-bottom: 30px;
}
.team .item .img:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20;
    border-color: rgba(255,255,255, 0.5);
}
.team .item:hover .info .social {
    top: 0;
}
.team .info {
    background-color: #f2f2f2;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
}
.team .info h6 {
    font-size: 17px;
    margin-bottom: 5px;
}
.team .info p {
    margin-bottom: 5px;
    color: #555;
}
.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team .info .social a {
    font-size: 16px;
    color: #51949c;
    margin: 0 5px;
}
.team .info .social a:hover {
    color: #555;
}


/* ======= Testimonails style ======= */
.testimonails {
  background-attachment: fixed;
}
.testimonails .client-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,.1);
  overflow: hidden;
  margin: 0 auto 10px;
}
.testimonails h5 {
  color: #51949c;
  font-size: 17px;
  margin: 0;
}
.testimonails h6 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.testimonails p {
  margin-bottom: 0;
}

.testimonails .owl-theme .owl-dots {
  margin-top: 30px !important;
}



/* ======= Services style ======= */
.services {}
.services-con {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none !important;
    padding: 30px 40px 0 0;
}
.services-con *,
.services-con *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.services-con img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    position: relative;
    vertical-align: top;
}
.services-con .services-title {
    background-color: #f2f2f2;
    bottom: 30px;
    left: 40px;
    position: relative;
    right: 0;
    top: 0;
}
.services-con h4 {
    font-size: 22px;
    position: relative;    
    color: #101010;
    margin: 0;
    opacity: 1;
    padding: 10px 20px 10px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
	text-transform:uppercase;
}
.services-con p {
    font-size: 17px;
    position: relative;    
    color: #101010;
    margin: 0;
    opacity: 1;
    padding: 10px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}


.services-con a {
    position: relative;    
}
.services-con:hover .services-title,
.services-con.hover .services-title {
    background-color: #51949c;
}




/* ======= Pricing styles ======= */
.price-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.price-box .price-box-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 30px;
}
.price-box .price-box-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-box .price-box-inner ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #999;
}
.price-box .price-box-inner ul li.pricing-title {
    position: relative;
    font-size: 17px;
    line-height: 1.75em;
    font-weight: 400;
}
.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
    color: #51949c;
    display: block;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 30px;
}
.price-box .price-box-inner ul li.pricing-prices {
        position: relative;
    padding: 0 0 30px 0;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
    position: relative;
    bottom: 2px;
    color: #fff; 
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    font-family: 'Julius Sans One', sans-serif;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -5px;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
}
.price-box .price-box-inner ul li.pricing-content {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    line-height: 2em;
    font-size: 16px;
    font-weight: 300;
    color: #555;
}


/* ======= Gallery style ======= */
.jophoto-photos .jophoto-photo-item {
    position: relative;
    margin-bottom: 30px;
}
.jophoto-photos .jophoto-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.jophoto-photos .jophoto-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.jophoto-photos .jophoto-photo-item .photo-text-more .ti-search {
    color: #fff;
    font-size: 20px;
}
.jophoto-photos .jophoto-photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.jophoto-photos .jophoto-photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}
.jophoto-photos .jophoto-photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .jophoto-photos .jophoto-photo-item img {}
}
.jophoto-photos .jophoto-photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.jophoto-photos .jophoto-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}


/* ======= Blog style ======= */
.blog-entry {
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin-bottom: 60px;
}
.blog-entry .desc {
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 45px;
    }
}
.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-entry .desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-weight: 400;
}
.blog-entry .desc h3 a {
    color: #51949c;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 400;
    line-height: 1em;
}
.blog-entry .desc span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #555 !important;
}
.blog-entry .desc span small i {
    color: #555;
}
.blog-entry .desc .lead {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.blog-entry .desc .lead:hover {
    color: #fff;
}
.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* Pagination */
.jophoto-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.jophoto-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.jophoto-pagination-wrap li a {
    background: #f2f2f2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
    font-weight: 300;
}
.jophoto-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
    background: #51949c;
    color: #fff;
}
.jophoto-pagination-wrap li a.active {
    background-color: #51949c;
    border: 1px solid #51949c;
    color: #fff;
}

.jophoto-pagination-wrap li a i {
    font-size: 9px;
}

@media screen and (max-width: 768px) {
    .jophoto-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.jophoto-post-section {
    padding-top: 120px;
}
.jophoto-comment-section {
    padding-top: 60px;
    margin-bottom: 60px;
}
.jophoto-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.jophoto-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.jophoto-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.jophoto-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.jophoto-user-content {
    margin-right: 26px;
}
.jophoto-user-content h3 {
    font-size: 16px;
    line-height: 1.75em;
    color: #51949c;
    margin: 0 0 15px;
}
.jophoto-user-content h3 span {
    font-size: 9px;
    line-height: 1.75em;
    color: #555;
    font-weight: 300;
    margin-left: 15px;
}
.jophoto-repay {
    font-size: 12px;
    line-height: 1.75em;
    color: #51949c !important;
    margin: 0;
    font-weight: 300;
}


/* ======= Contact style ======= */
.jophoto-map-section {
    overflow: hidden;
    margin-bottom: 60px;
}
#jophoto-contactMap {
    width: 100%;
    height: 550px;
}
.jophoto-more-contact {
    background: #fafafa;
}


/* ======= Buttons ======= */
.butn {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 11px 24px;
    background: #101010;
    position: relative;
    z-index: 3;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    border: none;
}
.butn span {
    position: relative;
    z-index: 2;
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.butn:before,
.butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #222;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: .4;
}
.butn:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #222;
    opacity: 1;
}
.butn:hover:before,
.butn:hover:after {
    width: 100%;
}
.butn:hover:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.butn:hover span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    color: #fff;
}
.butn-dark {
    background: #51949c;
}
.butn-dark:hover {
    background: #090909;
}
.butn-dark:before,
.butn-dark:after {
    background: #090909;
}
.butn-dark:hover span {
    color: #fff;
}
.butn-dark span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}


/* ======= Footer ======= */
.footer {
    background-color: #090909;
    padding: 90px 0;
    color: #555;
}
.footer .logo {
    padding: 0;
    width: auto;
    margin: 20px 0;
}
.footer .logo h1 {
    font-weight: 400;
    font-size: 45px;
    color: #51949c;
    line-height: 0.85em;
}
.footer .logo a span {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    letter-spacing: 1.7px;
    margin-left: 15px;
    line-height: 1em;
}
.footer .title h5 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #101010;
    margin-bottom: 10px;
}
.footer p,
.footer p a {
    color: #999;
    margin: 15px 0;
}
.footer .social {
    margin: 30px 0;
}
.footer .social a {
    color: #999;
    font-size: 28px;
    width: 20px;
    height: 20px;
    line-height: 28px;
    background: transparent;
    margin: 15px;
}
.footer .social a:hover {
    color: #51949c;
}
.footer ul li {
    padding: 4px 0;
}
.footer ul li {
    text-decoration-line: underline;
    position: relative;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer-text-left {
    text-align: left;
}
.footer-text-center {
    text-align: center;
}
.footer-text-right {
    text-align: right;
}

/* ======= Responsive ======= */
@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md15 {
        margin-bottom: 15px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .md-text-center {
        text-align: center !important;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        margin-left: 15px;
    }
    .nav-scroll .logo {
        width: 150px;
    }
    .navbar button {
        margin-right: 15px;
        outline: none !important;
    }
    
    .navbar button:hover {
        background: #fff;
    }
    .navbar .container {
        max-width: 100%;
    }
    .navbar .navbar-collapse {
        max-height: 480px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 10px 30px;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #555;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #555 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #555 !important;
    }
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #f2f2f2;
        width: 100%;
        display: none;
    }
    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #191919;
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }
    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #222;
        width: 100%;
        display: none;
    }
    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }
    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #555;
    }
    
    .dropdown-menu .dropdown-item, .sub-menu .dropdown-item {
        color: #555;
        border-bottom: 1px solid #dedede;
    }
    
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h4 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 45px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .line-one {
        display: none;
    }
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h4 {
        font-size: 16px;
        color: #fff;
    }
    .header .caption h1 {
        font-size: 45px;
        margin: 5px 0;
    }
    .header .caption p {
        font-size: 16px;
    }
    .header .caption .butn {
        margin-top: 15px !important;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    
    .footer .logo {
    padding: 0;
    width: auto;
    margin: 0px 0;
    }
    
    .footer-text-left,
    .footer-text-center,
    .footer-text-right {
        text-align: center;
    }

}
@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }
    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}