body {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	color: #222222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, html {height: 100%;}
a { text-decoration: none; }
a:hover	{ text-decoration: unset; }
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.full-section{
    width: 100%;
    float: left;
}
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    display: block;
}
.page-loader .home-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}
.page-loader .home-loader .loader-spinner {
    opacity: 1;
    height: 100%;
    width: 10%;
}
.page-loader .home-loader .loader-spinner:before {
    animation: 0.8s linear infinite spinner;
    -webkit-animation: 0.8s linear infinite spinner;
    -moz-animation: 0.8s linear infinite spinner;
    -o-animation: 0.8s linear infinite spinner;
    animation-play-state: inherit;
    -webkit-animation-play-state: inherit;
    -moz-animation-play-state: inherit;
    -o-animation-play-state: inherit;
    border: solid 2px #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: " ";
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: 40px;
    width: 40px;
    border-bottom-color: #222222;
}

/*--- End Top Header ---*/

/* header */
header,
header .full-section {
    position: relative;
    overflow: hidden;
}
.header-menu {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}
.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top {
    padding: 60px 0;
}
.header-nav .navbar-nav > li + li {
    margin: 0 0 0 54px;
}
.header-nav .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    color: #222222;    
}
.header-nav .nav>li>a:focus,
.header-nav .nav>li>a:hover {
    background: transparent;
}
.main-image {
    position: relative;
    margin: 0 0 180px;
    background: #f7f7f7;
}
.image-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-text {
    width: 37.5%;
}
.main-banner {
    width: 62.5%;
    margin: 0 0 -180px;
}
.header-text h2 {
  color: #ffffff;
  padding: 7px 25px;
  background: #ff4040;
  display: inline-block;
  border-radius: 5px;
  font-size: 28px;
}
.header-text h3 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.header-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #777777;
    margin: 0 0 45px;
}
.header-text h3 > span {
    display: block;
}

/*---------
Start Button
---------*/
.anim.button span.purchase-btn {    
    font-size: 14px;
    font-weight: 500;
    padding: 15px 40px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #222222;
    display: inline-block;
}
.anim.button span.purchase-btn:hover {
    color: #ffffff;
}
.anim.button span.purchase-btn:hover:before{
    background: #ff4040;
}
footer .anim.button span.purchase-btn {
    background: #ff4040;
    color: #ffffff;
}
footer .anim.button span.purchase-btn:hover {
    color: #222222;
}
footer .anim.button span.purchase-btn:hover:before{
    background: #ffffff;
}
.anim.button span{
    font-weight: 500;
    text-align: center;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 15px 44px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0;
    z-index: 0;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    background: #222222;
    position: relative;
}
.anim.button span:before {
    content: "";
    transform: scale(.2, 1);
    transition: all .6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.anim.button span:hover:before {
    background: #222222;
    transform: scale(1, 1);
    opacity: 1;
}
/*---------
End Button
---------*/

/*---------
Start Main Content
---------*/
#SectionContent {
    position: relative;
    background: #ffffff;
}
.demo-title {
    position: relative;
    text-align: center;
}
.demo-title .item {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 21px;
    color: #ff4040;
}
.demo-title .title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.demo-title P {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 45px;
    color: #777777;
}
.demo-title P > span {
    display: block;
}
.main-content .theme-image .layout-content {
    display: block;
    position: relative;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 10%);
}
.main-content .theme-image.coming .layout-content {
    padding: 20px;
}
.item.theme-image {
    margin-bottom: 50px;
}
.image-loaded {
    position: relative;
    display: block;
}
.item .content {
    position: relative;
    padding: 20px 0 15px;
    text-align: center;
}
.layout-title span {
    display: block;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    text-align: left;
}
.layout-content .image-loaded:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: block;
    background: rgba(255, 64, 64, 0.25);
}
.layout-content:hover .image-loaded:before {
  opacity: 1;
}
.button-group .layout-btn {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  padding: 16px 30px;
  opacity: 0;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  background: #ffffff;
  border-radius: 5px;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.button-group .layout-btn:focus {
  text-decoration: none;
}
.button-group .layout-btn:last-child {
  margin-top: 60px;
}
.layout-content:hover .layout-btn {
    opacity: 1;
}
.layout-content .layout-btn:hover {
    background: #ff4040;
    color: #ffffff;
}
.home-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}
.html-img img {
    width: 100%;
}
/*---------
End Main Content
---------*/

/*--------------------
Start Portfolio 
----------------------*/
.portfolio {
    background:  #ffffff;
    text-align: center;
}
.portfolio .demo-title .title {
    margin: 0 0 50px;
}
.portfolio .item a {
    display: block;
    border: 5px solid #fff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}
.portfolio .owl-stage-outer {
    padding: 30px 0;
    margin: -30px 0;
}
.portfolio .anim.button {
    margin-top: 50px;
    display: inline-block;
    text-align: center;
}
.portfolio .owl-nav > div.disabled i {
    cursor: default;
    opacity: .5;
}
.owl-carousel {
    touch-action: manipulation;
}

/*--- Carosal ---*/
.owl-carousel .owl-dots {
    padding: 5px;
    margin-top: 50px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    border: none;
    border-radius: 20px;
    opacity: 1;
    box-shadow: none;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot span {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    background: #888;
    border-radius: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #222222;
}

/*--------------------
Start Features
--------------------*/
.services-box {
    background: #fff;
}
.servic-icon i {
    height: 110px;
    width: 110px;
    display: block;
    margin: 0 auto 10px auto;
}
.service-text {
    font-size: 24px;
    color: #222222;
    text-align: center;
    padding: 22px 0;
    font-weight: 500;
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
}
.service-text:hover {
    box-shadow: 0px 2px 15px 0px rgba(68, 68, 68, 0.1);
}
/*--------------------
End Features
--------------------*/

/*--------------------
Start Footer
--------------------*/
footer {
    position: relative;
    font-size: 14px; 
    background: #222222;
    margin-top: 100px;
}
.footer-content::before {
    content: "";
    position: absolute;
    width: 47.66%;
    right: 0;
    height: 100%;
    background: url(../image/footer-bg.png) no-repeat right;
    background-size: cover;
}
.footer-top {
    position: relative;
    padding: 110px 0;
}
.footer-text {
    position: relative;
    display: inline-block;
}
.footer-title {
    font-size: 48px;
    line-height: 70px;
    font-weight: 600;
    margin: 38px 0 42px;
    color: #ffffff;
    text-transform: capitalize;   
}
.footer-title > span {
    display: block;
}
.footer-bottom {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom-text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    text-transform: uppercase;
}
footer a:hover,
footer a:focus {
	color: #ff4040;
    text-decoration: none;
}

.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}

@media (min-width: 992px) {
    .full-section .header-menu.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: top 0.45s ease;
        background: #ffffff;
        -webkit-animation: fadeInDown 0.5s ease-out forwards;
        -moz-animation: fadeInDown 0.5s ease-out forwards;
        -o-animation: fadeInDown 0.5s ease-out forwards;
        animation: fadeInDown 0.5s ease-out forwards;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }
    .full-section .header-menu.sticky .header-top {
        padding: 15px 0;
    }
    .full-section .header-menu.sticky .header-logo img {
        width: 150px;
    }
    .full-section .header-menu.sticky .header-nav .navbar-nav>li:first-child {
        display: none;
    }
    .item.theme-image:nth-child(4),
    .item.theme-image:nth-child(5),
    .item.theme-image:nth-child(6) {
        margin-bottom: 0;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    .item.theme-image:nth-child(5),
    .item.theme-image:nth-child(6) {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .item.theme-image {
        padding: 0 25px;
    }
    #SectionContent .row {
        margin: 0 -25px;
    }
    .service-item:nth-last-child(4) .service-text,
    .service-item:nth-last-child(3) .service-text,
    .service-item:nth-last-child(2) .service-text,
    .service-item:nth-last-child(1) .service-text {
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-item:nth-last-child(3) .service-text,
    .service-item:nth-last-child(2) .service-text,
    .service-item:nth-last-child(1) .service-text {
        margin: 0;
    }
}
@media (min-width: 541px) and (max-width: 991px) {
    .service-item:nth-last-child(2) .service-text,
    .service-item:nth-last-child(1) .service-text {
        margin: 0;
    }
}
@media (min-width: 1441px) {
    .container {
        width: 1380px;
    }
}
@media (min-width: 1601px) {
    .container {
        width: 1580px;
    }
}
@media (min-width: 1801px) {
    .container {
        width: 1780px;
    }
    .footer-text,
    .footer-bottom-text {
        margin: 0 0 0 125px;
    }
}
@media (max-width: 1600px) {
    .header-top {
        padding: 40px 0;
    }
    .main-image {
        margin: 0 0 130px;
    }
    .main-banner {
        margin: 0 0 -130px;
    }
    footer .footer-top {
        padding: 100px 0;
    }
} 
@media (max-width: 1440px) {
    .anim.button span.purchase-btn {
        padding: 10px 30px;
    }
    .header-top {
        padding: 30px 0;
    }
    .header-logo img,
    .footer-logo img {
        width: 150px;
    }
    .header-nav .navbar-nav > li +  li {
        margin: 0 0 0 30px;
    }
    .header-text h3 {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 15px;
    }
    .header-text p {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 20px;
    }
    footer .footer-top {
        padding: 70px 0;
    }  
    .footer-title {
        font-size: 40px;
        line-height: 64px;
    }  
    .pt-100, .pt-80 {
        padding-top: 70px;
    }
    .mt-100 {
        margin-top: 70px;
    }
    .button-group .layout-btn {
      top: 37%;
      font-size: 12px;
      padding: 10px 20px;
    }
    .button-group .layout-btn:last-child {
      margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .header-top {
        padding: 20px 0;
    }
    .header-text h3 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 10px;
    }
    .main-image {
        margin: 0 0 90px;
    }
    .main-banner {
        margin: 0 0 -90px;
    }
    .item .content {
        padding: 15px 0 10px;
    }
    .home-title {
        font-size: 18px;
        line-height: 20px;
    }
    .item.theme-image {
        margin-bottom: 30px;
    }
    footer .footer-top {
        padding: 60px 0;
    }
    .footer-title {
        font-size: 34px;
        line-height: 54px;
        margin: 30px 0;
    }
    .pt-100, .pt-80 {
        padding-top: 60px;
    }
    .mt-100 {
        margin-top: 60px;
    }
    .header-text h2 {
      padding: 7px 20px;
      font-size: 24px;
    }
}
@media (max-width: 991px) {
    .anim.button span.purchase-btn {
        font-size: 12px;
        padding: 7px 20px;
    }
    #header-menu {
        display: none;
    }
    .image-content {
        display: block;
        text-align: center;
    }
    .header-text {
        width: 100%;
        padding: 20px 0 40px;
    }
    .main-banner {
        width: 100%;
    }
    .demo-title .item {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .demo-title .title {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .demo-title P {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 25px;
    }
    .item.theme-image {
        margin-bottom: 30px;
    }
    .layout-content i {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .portfolio .demo-title .title {
        margin: 0 0 30px;
    }
    .portfolio .owl-stage-outer {
        padding: 15px 0;
        margin: -15px 0;
    }
    .portfolio .owl-nav, .portfolio .anim.button {
        margin-top: 30px;
    }
    footer .footer-top {
        padding: 50px 0;
    }
    .footer-content::before {
        width: 100%;
        opacity: 0.1;
        background-size: contain;
    }
    .footer-logo img {
        margin: auto;
    }
    .footer-text {
        display: block;
        text-align: center;
    }
    .footer-bottom-text {
        font-size: 14px;
        text-align: center;
    }
    .pt-100, .pt-80 {
        padding-top: 50px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .button-group .layout-btn {
      top: 38%;
    }
    .layout-content .image-loaded:before {
      opacity: 1;
    }
    .layout-content .layout-btn {
      opacity: 1;
    }
}
@media (max-width: 767px) {
    .demo-title P > span {
        display: unset;
    }
    .item .content {
        padding: 10px 0 5px;
    }
    .home-title {
        font-size: 16px;
    }
    .service-text {
        font-size: 18px;
    }
    footer .footer-top {
        padding: 30px 0;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .pt-100, .pt-80 {
        padding-top: 30px;
    }
    .mt-100 {
        margin-top: 30px;
    }
}
@media(max-width: 680px) {
  .button-group .layout-btn {
    top: 36%;
  }
}
@media(max-width: 575px) {
  .button-group .layout-btn:last-child {
    margin-top: 44px;
  }
  .button-group .layout-btn {
    padding: 8px 14px;
  }
  .header-text h2 {
    font-size: 20px;
  }
  .button-group .layout-btn {
    top: 34%;
  }
}
@media (max-width: 540px) {
    .services-box .title {
        font-size: 24px;
        line-height: 24px;
    }
    .service-item {
        width: 100%;
        border-right: none;
    }
    .portfolio .owl-nav > div i {
        font-size: 40px;
    }
    .service-text { 
        margin-bottom: 20px;
        padding: 20px 10px;
    }
    .footer-title {
        font-size: 28px;
        line-height: 44px;
        margin: 20px 0;
    }
    .service-item:nth-last-child(1) .service-text {
        margin: 0;
    }
    .button-group .layout-btn {
      left: 46%;
      transform: translate(-46%,-50%);
    }
}
@media (max-width: 480px) { 
    .anim.button span.purchase-btn {
        padding: 7px 15px;
    }
    .header-logo img,
    .footer-logo img {
        width: 120px;
    }
    .header-text {
        padding: 0 0 20px;
    }
    .header-text h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .header-text p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .main-image {
        margin: 0 0 50px;
    }
    .main-banner {
        margin: 0 0 -50px;
    }
    .item.theme-image:nth-child(6) {
        margin-bottom: 0;
    }
    .demo-title .item,
    .demo-title .title {
        font-size: 24px;
        line-height: 24px;
    }
    .demo-title P {
        margin: 0 0 15px;
    }
    .item.theme-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .portfolio .demo-title .title {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .portfolio .owl-nav, .portfolio .anim.button {
        margin-top: 20px;
    }
    .footer-title {
        font-size: 20px;
        line-height: 34px;
        margin: 15px 0;
    }
    .footer-bottom {
        padding: 12px 0;
        line-height: 24px;
    }
    .button-group .layout-btn {
      top: 40%;
      left: 50%;
      transform: translate(-50%,-50%);
   }
   .header-text h2 {
    font-size: 18px;
  }
}