@import url(https://fonts.googleapis.com/css2?family=PT+Sans&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(element.css);
@import url(header.css);
@import url(jquery-ui.css);
@import url(owl.css);
@import url(jquery.fancybox.css);
@import url(imagehover-extended.css);
@import url(nouislider.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(global.css);
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
body {
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #888;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.4em;
    font-family: Poppins, sans-serif;
}
.no-padding {
    padding: 0 !important;
}
button,
input,
select,
textarea {
    font-family: Poppins, sans-serif;
}
.text,
p,
span {
    position: relative;
    line-height: 1.8em;
    font-size: 14px;
}
figure {
    margin-bottom: 0;
}
.row-10 {
    margin: 0 -10px;
}
.strike-through {
    text-decoration: line-through;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.small-container {
    max-width: 780px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-btn {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.grey-bg {
    background-color: #fafafa;
}
.theme-bg {
    background-color: #ff214f;
}
.centered {
    text-align: center;
}
.owl-controls {
    text-align: center;
    display: block;
    position: relative;
    bottom: 0;
}
.owl-dots-none .owl-dots {
    display: none;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
    height: 10px;
    background: #e9e9e9;
    width: 10px;
    margin: 0 5px;
    transition: 0.5s ease;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background-color: #ff214f;
    transition: 0.5s ease;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-nav-none .owl-nav {
    display: none;
}
.owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}
.owl-nav [class*="owl-"] {
    color: #bdbdbd;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 45px;
    width: 45px;
    border: 1px solid #f0f0f0;
    line-height: 42px;
    text-align: center;
    margin-top: 23px;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.owl-nav [class*="owl-"]:hover {
    color: #ff214f;
    border: 1px solid #ff214f;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.display-block-image img {
    display: block;
}
.sec-titleh h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    letter-spacing: 8px;
    padding-bottom: 5px;
}
.sec-titleh h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.sec-titleh h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 2px;
    content: "";
    background: #222;
}
.sec-titleh h3 span {
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 50px;
    font-family: Ubuntu, sans-serif;
}
.sec-titleh h3 .color-text {
    font-weight: 700;
    color: #222;
}
.sec-title-one h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    letter-spacing: 8px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.sec-title-one h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 45px;
    padding-bottom: 35px;
}
.sec-title-one h2:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 2px;
    content: "";
    background: #222;
}
.sec-title-one h2 span {
    font-weight: 300;
    color: #222;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 0;
    font-family: Ubuntu, sans-serif;
}
.sec-titleh-two h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    letter-spacing: 8px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.sec-titleh-two h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 45px;
    padding-bottom: 35px;
}
.sec-titleh-two h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 2px;
    content: "";
    background: #ff6363;
}
.sec-titleh-two h3 span {
    font-weight: 300;
    color: #222;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 0;
    font-family: Ubuntu, sans-serif;
}
.sec-titleh-three h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}
.sec-titleh-three h3 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 25px;
}
.sec-titleh-three h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57px;
    height: 2px;
    content: "";
    background: #ff6363;
}




/* --------------------------------------- */
.sec-title h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    letter-spacing: 8px;
    padding-bottom: 5px;
}
.sec-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.sec-title h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 2px;
    content: "";
    background: #222;
}
.sec-title h2 span {
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 50px;
    font-family: Ubuntu, sans-serif;
}
.sec-title h2 .color-text {
    font-weight: 700;
    color: #222;
}
.section-title h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    letter-spacing: 8px;
    padding-bottom: 5px;
}
.section-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 45px;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.section-title h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 2px;
    content: "";
    background: #f66666;
}
.section-title h2 span {
    font-weight: 300;
    color: #222;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 50px;
    font-family: Ubuntu, sans-serif;
}
.sec-title-one h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    letter-spacing: 8px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.sec-title-one h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 45px;
    padding-bottom: 35px;
}
.sec-title-one h2:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 2px;
    content: "";
    background: #222;
}
.sec-title-one h2 span {
    font-weight: 300;
    color: #222;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 0;
    font-family: Ubuntu, sans-serif;
}
.sec-title-two h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    letter-spacing: 8px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.sec-title-two h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 45px;
    padding-bottom: 35px;
}
.sec-title-two h2:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 2px;
    content: "";
    background: #ff6363;
}
.sec-title-two h2 span {
    font-weight: 300;
    color: #222;
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 0;
    font-family: Ubuntu, sans-serif;
}
.sec-title-three h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}
.sec-title-three h6 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 25px;
}
.sec-title-three h6:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57px;
    height: 2px;
    content: "";
    background: #ff6363;
}
.sec-title-four h6 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #333;
    margin-bottom: 12px;
}
.sec-title-four h6:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    width: 100%;
    background: #e4e4e4;
}
.sec-title-five h6 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.sec-title-six h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #fefefe;
    padding-bottom: 40px;
}
.sec-title-six h3 span {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    color: #fefefe;
    font-family: Ubuntu, sans-serif;
}
/* --------------------------------------- */
.list-style-one {
    position: relative;
    margin-bottom: 26px;
}
.list-style-one li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #e4e6eb;
    padding-left: 40px;
    margin-bottom: 18px;
}
.list-style-one li:first-child .icon {
    top: 6px;
}
.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #e4e6eb;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
}
.list-style-two {
    position: relative;
    margin-bottom: 26px;
}
.list-style-two li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 60px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.7);
}
.list-style-two li strong {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.list-style-two li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
    color: #ff214f;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
    font-family: FontAwesome;
}
.list-style-three {
    position: relative;
    margin-bottom: 15px;
}
.list-style-three li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
.list-style-three li:before {
    position: absolute;
    content: "\f0a4";
    left: 0;
    top: 0;
    color: #ff214f;
    font-family: FontAwesome;
}
.btn-style-one {
    position: relative;
    padding: 10px 32px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: #ff6363;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #ff6969;
    text-transform: uppercase;
}
.btn-style-one:hover {
    color: #ff6363;
    background: 0 0;
    border-color: #ff6363;
}
.btn-style-two {
    position: relative;
    padding: 10px 32px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: #000;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #000;
    text-transform: uppercase;
}
.btn-style-two:hover {
    color: #222;
    background: 0 0;
    border-color: #222;
}
.btn-style-three {
    position: relative;
    padding: 10px 32px;
    line-height: 35px;
    color: #ff6e6e;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    height: 60px;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.btn-style-three:hover {
    color: #ff6e6e;
    background: 0 0;
    border-color: #ff6e6e;
}
.btn-style-four {
    position: relative;
    padding: 10px 32px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: #ff6e6e;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #ff6e6e;
    text-transform: uppercase;
}
.btn-style-four:hover {
    color: #ff6e6e;
    background: 0 0;
    border-color: #ff6e6e;
}

img {
    display: inline-block;
    max-width: 100%;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}
.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}
.fancybox-next span:before,
.fancybox-prev span:before {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
    color: #fff;
    visibility: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.fancybox-next span:before {
    content: "\f178";
}
.fancybox-prev span:before {
    content: "\f177";
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #fff !important;
    color: #000;
}
.fancybox-type-image .fancybox-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.5) !important;
}
.fancybox-type-image .fancybox-close:hover {
    background-color: #000 !important;
}
.fancybox-type-image .fancybox-skin {
    padding: 0 !important;
}
.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 14px;
    width: 53px;
    height: 53px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 53px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 2px;
    background: #ff6363;
    display: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 70px;
}
.scroll-to-top:hover {
    color: #fff;
    background: #ff214f;
}
.header-top {
    padding: 36px 0;
    background: #242a2d;
}
.header-top .logo {
    margin-top: 7px;
}
.header-info {
    margin-left: 40px;
}
.header-info-item {
    position: relative;
    padding-left: 60px;
}
.header-info-item:before {
    position: absolute;
    right: -25px;
    top: 12px;
    content: "";
    width: 1px;
    height: 28px;
    background: #eee;
}
.header-info-item .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
}
.header-info-item .icon-box i:before {
    color: #e45c5c;
    font-size: 30px;
    line-height: 40px;
}
.info-colmun:nth-child(1) .header-info-item {
    margin-right: 0;
}
.info-colmun:nth-child(2) .header-info-item {
    margin-right: 0;
    margin-left: 60px;
}
.info-colmun:nth-child(3) .header-info-item {
    margin-right: 0;
    margin-left: 35px;
}
.info-colmun:nth-child(3) .header-info-item:before {
    display: none;
}
.header-info-item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: #888;
}
.header-info-item .info-num,
p a {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #fafafa;
}
.header-info-item span a:hover {
    color: #e45c5c;
    transition: all 0.3s ease;
}
.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.main-slider .tp-caption {
    z-index: 5;
}
.main-slider .text-area {
    padding: 65px 40px 70px;
    background: rgba(246, 102, 102, 0.2);
}
.main-slider .text-area h3 {
    font-size: 35px;
    color: #242a2d;
    line-height: 45px;
    font-weight: 300;
}
.main-slider .text-area h1 {
    font-size: 60px;
    color: #242a2d;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-slider .text-area h1 span {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-slider .text-area p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.metis.tparrows {
    width: 51px;
    height: 57px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}
.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}
.about-section {
    position: relative;
    z-index: 1;
    background: #fafafa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../images/resource/about.jpg) right no-repeat;
}
.about-left-column {
    margin-right: 30px;
    padding: 140px 100px 145px 52px;
    background: rgba(255, 89, 89, 0.9);
}
.about-left-column .text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 23px;
    font-family: Poppins, sans-serif;
}
.about-left-column p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}
.about-right-column {
    padding: 150px 0 80px;
    margin-left: -20px;
}
.about-item-one {
    padding: 28px;
    background: #fff;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}
.about-item-one:hover {
    box-shadow: 0 0 20px 2px #efe3e3;
    transition: all 0.3s ease;
}
.about-item-one i:before {
    font-size: 34px;
    line-height: 45px;
    color: #ff6e6e;
}
.about-item-one h6 {
    font-size: 17px;
    line-height: 44px;
    color: #222;
    font-weight: 500;
    display: inline;
    padding-left: 10px;
    vertical-align: top;
}
.about-item-one p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    margin-top: 10px;
}
.services-section {
    margin: 120px 0 110px;
    background: #fff;
}
.services-section .sec-title-two {
    margin-bottom: 80px;
}
.service-item-one {
    margin: 0 15px 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px 1px #f1ebeb;
}
.service-item-one .image-box {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.service-item-one img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}
.service-item-one:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.service-item-one .image-text {
    padding: 25px 32px;
}
.service-item-one h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
    padding-bottom: 5px;
    transition: all 0.5s ease;
}
.service-item-one:hover h6 {
    color: #ff6363;
    transition: all 0.5s ease;
}
.service-item-one p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
    padding-bottom: 5px;
}
.service-item-one .link-btn a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #ff6363;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.service-item-one .link-btn a:hover {
    color: #000;
    transition: all 0.5s ease;
}
.service-item-one .link-btn i {
    margin-left: 10px;
}
.fact-counter {
    position: relative;
    padding: 125px 0 75px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.fact-counter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 40, 43, 0.6);
    z-index: 0;
}
.fact-counter .auto-container {
    position: relative;
    z-index: 1;
}
.counter-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 5;
}
.counter-column .count-outer span {
    position: relative;
    font-size: 50px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    display: block;
    font-family: Ubuntu, sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.counter-column .count-outer i {
    color: #fff;
    line-height: 74px;
    margin-bottom: 40px;
}
.counter-column .count-outer i:before {
    font-size: 74px;
}
.counter-column .count-outer p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
}
.gallery-section {
    padding: 145px 0 100px;
}
.gallery-section .sec-title-two {
    margin-bottom: 110px;
}
.gallery-container {
    padding: 0;
    margin: 0 -10px;
}
.gallery-section .gallery-column {
    margin-bottom: 50px;
}
.gallery-section .image-box {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}
.gallery-section .image-box img {
    width: 80%;
    transform: scale(1);
    transition: all 0.5s ease;
}
.gallery-section .image-box:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.gallery-section .image-box figure {
    margin-bottom: 0;
}
.gallery-section .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background: rgba(33, 40, 43, 0.84);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all 0.7s ease;
}
.gallery-section .image-box:hover .overlay-box {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 0.7s ease;
}
.gallery-bottom {
    position: relative;
    padding: 100px 0;
    background: #21282b;
}
.gallery-bottom .gb-text h2 {
    float: left;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}
.gallery-bottom .link-btn {
    float: right;
}
.team-section {
    margin: 130px 0 90px;
}
.team-section .sec-title-two {
    margin-bottom: 60px;
}
.team-item-one {
    position: relative;
    border-radius: 15px;
    margin-bottom: 40px;
    border: 1px solid #efefef;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.team-item-one .team-text-area {
    border-radius: 15px;
    padding-bottom: 55px;
    background: #fff;
    transition: all 0.7s ease;
}
.team-item-one:hover .team-text-area {
    background: 0 0;
    transition: all 0.7s ease;
}
.team-item-one .team-text {
    text-align: center;
    padding: 57px 50px 0;
    transform: scale(1);
    transition: all 0.7s ease;
}
.team-item-one:hover .team-text {
    transform: scale(0);
    transition: all 0.7s ease;
}
.team-item-one .image-box img {
    border-radius: 50%;
}
.team-item-one h6 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
}
.team-item-one span {
    font-size: 14px;
    font-weight: 500;
    color: #a4a3a3;
    font-family: Ubuntu, sans-serif;
}
.team-item-one p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 24px;
    padding-top: 10px;
    margin-bottom: 0;
}
.team-item-one .social-links {
    background: #fff;
    text-align: center;
}
.team-item-one .social-links li {
    display: inline-block;
}
.team-item-one .social-links li a {
    font-size: 14px;
    color: #aaa;
    padding: 17px 10px;
    display: inline-block;
    transition: all 0.5s ease;
}
.team-item-one .social-links li:hover a {
    color: #ff6363;
    transition: all 0.5s ease;
}
.testimonial-section {
    position: relative;
    padding: 135px 0 130px;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.testimonial-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: rgba(33, 40, 43, 0.9);
}
.testimonial-section .sec-title-two {
    margin-bottom: 20px;
}
.testimonial-section .sec-title-two h2,
.testimonial-section .sec-title-two h6,
.testimonial-section .sec-title-two span {
    color: #fff;
}
.testimonial-area {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-area i {
    font-size: 100px;
    color: #fff;
    line-height: 130px;
    margin-left: -20px;
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
}
.testimonial-area p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    margin-top: -60px;
    font-style: italic;
}
.testimonial-area h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}
.testimonial-area .single-item span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    font-family: Ubuntu, sans-serif;
}
.blog-section {
    margin: 50px 0 110px;
}
.blog-section .sec-title-two {
    margin-bottom: 80px;
}
.blog-item-one {
    margin-bottom: 40px;
}
.blog-item-one.left-slide {
    margin-right: 7px;
}
.blog-item-one .image-box {
    overflow: hidden;
}
.blog-item-one .image-box img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}
/* .blog-item-one:hover .image-box img {
    transform: scale(1.1);
    transition: all 0.5s ease;
} */
.blog-item-one .content-text {
    padding: 30px 30px 25px;
    box-shadow: 0 0 7px 1px #f5ecec;
}
.blog-item-one .content-text h4 {
    font-size: 25px;
    color: #333;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    transition: all 0.5s ease;
}
.blog-item-one .content-text h2 {
    font-size: 25px;
    color: #333;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    transition: all 0.5s ease;
}
.blog-item-one .content-text h4:hover {
    color: #ff6363;
    transition: all 0.5s ease;
}

.blog-item-one .content-text h2:hover {
    color: #ff6363;
    transition: all 0.5s ease;
}

.blog-item-one .text-left {
    float: left;
}
.blog-item-one .text-left li {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    margin-right: 45px;
    display: inline-block;
    font-family: Poppins, sans-serif;
}
.blog-item-one .text-left li i {
    color: #ff6363;
    font-size: 15px;
    line-height: 26px;
    margin-right: 7px;
}
.blog-item-one .text-left li span {
    color: #ff6363;
    font-size: 13px;
}
.blog-item-one .link-btn {
    float: right;
}
.blog-item-one .link-btn a {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    transition: all 0.5s ease;
}
.blog-item-one .link-btn i {
    color: #222;
    margin-left: 5px;
}
.blog-item-one .link-btn a:hover {
    color: #ff6363;
    transition: all 0.5s ease;
}
.blog-item-one .link-btn a:hover i {
    color: #ff6363;
    transition: all 0.5s ease;
}
.client-logo {
    padding: 135px 0;
}
.newslatter-section {
    position: relative;
    padding: 95px 0;
    background: #1f2324;
}
.newslatter-section form {
    max-width: 670px;
    margin: 0 auto;
}
.newslatter-section .form-group {
    margin-top: 50px;
    margin-bottom: 0;
}
.newslatter-section input {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.05);
    width: 67%;
    margin-right: 30px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.05);
}
.newslatter-section input:focus {
    color: #ff6363;
    border-color: #ff6363;
}
.newslatter-section ::placeholder {
    color: #fff;
    opacity: 1;
}
.newslatter-section .btn-style-three {
    color: #222;
}
.newslatter-section .btn-style-three:hover {
    color: #ff6363;
}
.main-footer {
    position: relative;
    padding: 90px 0 50px;
    z-index: 1;
    background-position: top right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.main-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: rgba(33, 40, 43, 0.98);
}
.about-widget .footer-logo {
    margin-bottom: 28px;
}
.about-widget {
    margin-right: 50px;
}
.main-footer .footer-colmun {
    margin-bottom: 40px;
}
.main-footer p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}
.about-widget .social-links li {
    display: inline-block;
}
.about-widget .social-links li a {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    padding: 7px;
    display: inline-block;
    transition: all 0.5s ease;
}
.about-widget .social-links li:hover a {
    color: #ff6363;
    transition: all 0.5s ease;
}
.news-widget {
    margin-right: 70px;
}
.news-item-one {
    margin-bottom: 15px;
    border-bottom: 1px solid #464646;
}
.news-item-one:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.news-item-one:last-child p {
    margin-bottom: 0;
}
.news-item-one span {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.twitter-item-one {
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    padding-bottom: 10px;
}
.twitter-item-one:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.twitter-item-one i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.twitter-item-one p a {
    color: #fff;
    transition: all 0.5s ease;
}
.twitter-item-one p a:hover {
    color: #ff6363;
    transition: all 0.5s ease;
}
.footer-bottom {
    background: #1f2324;
}
.copyright-text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 25px 0;
    float: left;
    font-family: Ubuntu, sans-serif;
}
.footer-menu {
    float: right;
    margin-right: 100px;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 25px 15px;
    display: inline-block;
}
.header-upper-two {
    margin-bottom: -150px;
    padding: 39px 0;
    background: rgba(0, 0, 0, 0.4);
}
.header-upper-two .logo {
    float: left;
    padding-top: 15px;
}
.header-upper-two .menu-area {
    position: relative;
    float: right;
}
.header-upper-two .main-menu {
    float: left;
}
.header-upper-two .main-menu .navigation > li {
    position: relative;
}
.header-upper-two .main-menu .navigation > li:before {
    background: #ddd;
}
.header-upper-two .main-menu .navigation > li:hover:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    top: 109px;
    background: #ff6363;
}
.header-upper-two .main-menu .navigation > li > a {
    position: relative;
    color: #fff;
}
.header-upper-two .main-menu .navigation > li > ul {
    top: 200%;
}
.header-upper-two .main-menu .navigation > li.dropdown:hover > ul {
    top: 155%;
}
.header-upper-two .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    color: #fff;
}
.header-upper-two .menu-area .outer-search-box {
    float: right;
}
.header-upper-two .outer-search-box .seach-toggle {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-left: 20px;
    padding: 25px 0 20px 20px;
    transition: all 0.5s ease;
}
.header-upper-two .outer-search-box .seach-toggle.active,
.header-upper-two .outer-search-box .seach-toggle:hover {
    color: #f02853;
}
.header-upper-two .search-box {
    background: #f5365e;
    border-top: 2px solid #f02853;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 200%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}
.header-upper-two .search-box.now-visible {
    top: 154%;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.header-upper-two .search-box .form-group {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 250px;
}
.header-upper-two .search-box .form-group input[type="search"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.header-upper-two .search-box .form-group input[type="search"]:focus {
    border-color: #c61239;
}
.header-upper-two .search-box .form-group button,
.header-upper-two .search-box .form-group input[type="submit"] {
    background: #000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 0.5s ease 0s;
}
.header-upper-two .search-box .form-group button:hover,
.header-upper-two .search-box .form-group input:focus + button {
    color: #fff;
    background: #c61239;
}
.main-slider .text-area-two h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.main-slider .text-area-two p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
}
.history-section {
    padding-bottom: 17px;
}
.history-area {
    padding: 140px 0 50px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e5e5e5;
}
.history-text-left {
    position: relative;
    float: left;
    padding-right: 45px;
    margin-right: 45px;
}
.history-text-left:before {
    position: absolute;
    right: 0;
    top: -25px;
    width: 1px;
    height: 140px;
    content: "";
    background: #e5e5e5;
}
.history-text-left h3 {
    font-size: 35px;
    color: #222;
    line-height: 45px;
    font-weight: 700;
}
.history-text-left h3 span {
    font-size: 35px;
    color: #222;
    line-height: 45px;
    font-weight: 300;
    font-family: Ubuntu, sans-serif;
}
.history-text-right p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    font-weight: 400;
}
.service-item-two {
    padding: 60px 40px;
    border-radius: 15px;
    background: #fafafa;
    margin-bottom: 40px;
    border: 1px solid #fafafa;
    transition: all 0.5s ease;
}
.service-item-two:hover {
    border-color: #ff6363;
    transition: all 0.5s ease;
}
.service-item-two .image-box {
    margin-bottom: 30px;
    height: 70px;
}
.service-item-two h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
    padding-bottom: 15px;
}
.service-item-two:hover h6 {
    color: #ff6363;
}
.service-item-two p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
    padding-bottom: 5px;
}
.service-item-two .link-btn a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #ff6363;
    text-transform: uppercase;
}
.service-item-two .link-btn i {
    margin-left: 10px;
}
.about-us {
    position: relative;
    background: #f9f9f9;
    padding: 30px 0 60px;
}
.about-us:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 30%;
    height: 75%;
    background: url(../images/resource/about-bg.png) right no-repeat;
}
.about-us-left {
    margin-left: -90px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.about-us-right {
    margin-left: -20px;
    padding-top: 90px;
}
.about-us-right .text {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
}
.about-us-right p {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 24px;
}
.about-us-right .points {
    margin-right: 50px;
    margin-left: 5px;
}
.about-item-two {
    position: relative;
    text-align: center;
    margin: 10px -5px;
    padding: 35px 20px 30px;
    background: #fff;
    transition: all 0.5s ease;
}
.about-item-two:hover {
    box-shadow: 0 0 6px 3px #eae1e1;
    transition: all 0.5s ease;
}
.about-item-two i:before {
    font-size: 40px;
}
.about-item-two.one i:before {
    color: #af83ff;
}
.about-item-two.two i:before {
    color: #ff6e6e;
}
.about-item-two.three i:before {
    color: #63eb73;
}
.about-item-two h6 {
    font-size: 18px;
    color: #222;
    line-height: 26px;
    font-weight: 500;
    padding-top: 10px;
}
.video-section {
    padding: 150px 0 120px;
}
.video-section p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
    margin-right: 45px;
}
.video-section .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.video-section .image-box img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.5s ease;
}
.video-section .image-box:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.video-section .image-box .play-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-section .image-box .play-btn i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    background: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}
.video-section .image-box:hover .play-btn i {
    background: #ff6363;
    transition: all 0.5s ease;
}
.video-section .image-box .play-btn i:before {
    color: #383b3c;
    font-size: 22px;
    transition: all 0.5s ease;
}
.video-section .image-box:hover .play-btn i:before {
    color: #fff;
    transition: all 0.5s ease;
}
.project-section {
    position: relative;
    padding: 140px 0 150px;
    background-size: cover !important;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}
.project-section:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1px;
    background: rgba(33, 40, 43, 0.95);
}
.project-section .sec-title-two {
    margin-bottom: 55px;
}
.project-section .sec-title-two h6 {
    color: #fff;
}
.project-section .sec-title-two h2 {
    color: #fff;
}
.project-section .sec-title-two h2 span {
    color: #fff;
}
.mixitup-gallery {
    overflow: hidden;
    margin: 0;
}
.projects-block-one {
    position: relative;
    margin: 0;
}
.projects-block-one .inner-box {
    position: relative;
    display: block;
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
}
.projects-block-one .image img {
    position: relative;
    width: 100%;
}
.projects-block-one .overlay-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    padding: 40px 40px 25px 38px;
    background: rgba(254, 105, 105, 0.9);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    transform: translateY(-25px);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.projects-block-one .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.overly-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.overly-content ul {
    position: absolute;
    right: 0;
    top: 0;
}
.overly-content li {
    margin-left: 5px;
    display: inline-block;
}
.overly-content li a {
    width: 40px;
    height: 40px;
    content: "";
    text-align: center;
    background: 0 0;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.overly-content li i:before {
    font-size: 20px;
    color: #fff;
}
.overly-content .text {
    position: absolute;
    left: 0;
    bottom: 0;
}
.overly-content .text h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.overly-content .text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.testimonials-section-two {
    margin: 140px 0 100px;
}
.testimonials-section-two .sec-title-two {
    margin-bottom: 80px;
}
.testimonial-area-two {
    max-width: 1000px;
    margin: 0 auto;
}
.owl-carousel .testimonial-item-one .image {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
}
.owl-carousel .testimonial-item-one img {
    display: inline-block;
    transform: scale(1);
    width: 100%;
    transition: all 0.5s ease;
}
.owl-carousel .testimonial-item-one:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.testimonial-item-one h6 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}
.testimonial-item-one span {
    font-size: 14px;
    color: #a4a3a3;
    line-height: 22px;
    font-weight: 400;
    font-family: Ubuntu, sans-serif;
}
.testimonial-item-one .text-area {
    position: relative;
    border-radius: 15px;
    margin-top: 10px;
    padding: 50px 25px 20px;
    border: 1px solid #f2f2f2;
    transition: all 0.5s ease;
}
.testimonial-item-one:hover .text-area {
    border-color: #ff6363;
}
.testimonial-item-one .text-area span {
    position: absolute;
    top: -18px;
    font-size: 80px;
    color: #e8e8e8;
    line-height: 80px;
    display: inline-block;
    padding: 10px;
    width: 50px;
    height: 50px;
    content: "";
    margin-left: -25px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: all 0.5s ease;
    font-family: "PT Sans", sans-serif;
}
.testimonial-item-one .text-area span:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 47px;
    height: 17px;
    top: -1px;
    left: 0;
    z-index: 99;
    overflow-wrap: break-word;
}
.testimonial-item-one:hover .text-area span {
    border-color: #ff6363;
}
.testimonial-item-one p {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 24px;
    height: 63px;
}
.testimonial-item-one ul li {
    display: inline-block;
}
.testimonial-item-one ul li i {
    font-size: 14px;
    color: #aaa;
    padding: 7px;
    transition: all 0.5s ease;
}
.testimonial-item-one ul li:hover i {
    color: #ff6363;
    transition: all 0.5s ease;
}
.client-logo.style-two {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.client-logo.style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(29, 35, 37, 0.8);
}
.client-logo .sec-title-two {
    margin-bottom: 50px;
}
.client-logo .sec-title-two h6 {
    color: #fff;
}
.client-logo .sec-title-two h2 {
    color: #fff;
}
.client-logo .sec-title-two h2 span {
    color: #fff;
}
.blog-item-one.two .content-text h5 {
    font-size: 22px;
}
.page-title {
    position: relative;
    padding: 44px 0 44px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.page-title .section-title h1 {
    position: relative;
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.page-title .section-title span {
    position: relative;
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 300;
}
.page-title .section-title h1:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 76px;
    height: 2px;
    margin-left: -38px;
    background: #ff6363;
    content: "";
}
.page-title .section-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.mission-skill {
    margin: 130px 0 110px;
}
.mission-text p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
}
.causes-progress {
    position: relative;
    width: 100%;
    padding-right: 40px;
    margin-bottom: 15px;
}
.progress-item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #2b363b;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.progress-item .progress {
    margin-bottom: 30px;
    overflow: visible;
    height: 2px;
    background: #f6f6f6;
    box-shadow: none;
    font-family: Poppins, sans-serif;
}
.progress-item .progress-bar {
    position: relative;
    background: #ff6363;
    text-align: left;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.progress-bar .value-holder {
    position: absolute;
    top: -35px;
    right: -15px;
    color: #222;
    font-size: 15px;
}
.progress-bar .value-holder span {
    font-size: 14px;
    color: #222;
    line-height: 24px;
    font-weight: 600;
}
.progress-bar .value-holder:before {
    position: absolute;
    top: 28px;
    right: 15px;
    width: 2px;
    height: 16px;
    content: "";
    background: #ff6363;
}
.gallery-bottom.style-two {
    background: #fff;
}
.gallery-bottom.style-two .gb-text h2 {
    color: #333;
}
.history-section.style-two {
    padding-bottom: 70px;
}
.history-area.style-two {
    margin-bottom: 100px;
}
.services-details {
    border-radius: 15px;
    box-shadow: 0 0 20px #f5eded;
}
.services-details .image-box {
    border-bottom: 9px solid #f9f9f9;
}
.services-details .image-box img {
    border-radius: 15px 15px 0 0;
}
.services-details .image-text {
    padding: 50px 65px;
}
.services-details .image-text h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #222;
    padding-bottom: 20px;
}
.services-details .image-text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
}
.services-details .content-text {
    position: relative;
    background: #ff6363;
    padding: 30px 64px;
    margin: 45px 0 35px;
}
.services-details .content-text .icon-box {
    position: absolute;
    left: 10px;
    top: 30px;
}
.services-details .content-text .icon-box:before {
    position: absolute;
    right: -65px;
    top: -10px;
    content: "";
    width: 1px;
    height: 100px;
    background: #fff;
}
.services-details .content-text .icon-box i {
    font-size: 200px;
    color: #fff;
    font-weight: 400;
    line-height: 200px;
    font-family: "PT Sans", sans-serif;
}
.services-details .content-text .text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    padding-left: 120px;
    font-family: Poppins, sans-serif;
}
.related-services {
    padding-bottom: 110px;
}
.services-title h5 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    padding-bottom: 30px;
}
.gallery-bottom.style-three {
    background: #f6f6f6;
}
.gallery-bottom.style-three .gb-text h2 {
    color: #333;
}
.blog-single,
.blog-standard {
    margin: 50px 0;
}
.blog-sidebar {
    margin-top: -5px;
    margin-left: 20px;
}
.search-box-area form {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
}
.search-box-area input {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    width: 100%;
    padding: 0 30px;
    height: 60px;
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}
.search-box-area input:focus {
    border-color: #ff6363;
    transition: all 1s ease 0s;
}
.search-box-area button {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 58px;
    width: 58px;
    background: 0 0;
    border-radius: 5px;
}
.search-box-area button:hover {
    background: #fafafa;
}
.resent-post-area {
    margin-bottom: 65px;
}
.resent-post-area li {
    width: 100%;
    margin-bottom: 15px;
}
.resent-post-area li a {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    display: inline-block;
    transition: all 1s ease 0s;
    /* font-family: Poppins, sans-serif; */
}
.resent-post-area li i {
    margin-right: 12px;
}
.resent-post-area li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.resent-comment-area {
    margin-bottom: 65px;
}
.resent-comment-area li {
    width: 100%;
    margin-bottom: 15px;
}
.resent-comment-area li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    display: inline-block;
    transition: all 1s ease 0s;
    font-family: Poppins, sans-serif;
}
.resent-comment-area li span {
    color: #888;
    transition: all 1s ease 0s;
}
.resent-comment-area li:hover span {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.resent-comment-area li i {
    margin-right: 12px;
}
.resent-comment-area li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.categories-area {
    margin-bottom: 65px;
}
.categories-area li {
    width: 100%;
    margin-bottom: 15px;
}
.categories-area li a {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    display: inline-block;
    transition: all 1s ease 0s;
    font-family: Poppins, sans-serif;
}
.categories-area li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.meta-area {
    margin-bottom: 65px;
}
.meta-area li {
    width: 100%;
    margin-bottom: 15px;
}
.meta-area li a {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    display: inline-block;
    transition: all 1s ease 0s;
    font-family: Poppins, sans-serif;
}
.meta-area li span {
    text-decoration: underline;
}
.meta-area li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.tags-area {
    margin-bottom: 10px;
}
.tags-area .tags-list {
    margin-right: 15px;
}
.tags-area li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 22px;
}
.tags-area li a {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    display: inline-block;
    transition: all 1s ease 0s;
    font-family: Poppins, sans-serif;
}
.tags-area li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.social-links-area li {
    margin-right: 8px;
    display: inline-block;
}
.social-links-area li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    padding: 5px;
    display: inline-block;
    transition: all 1s ease 0s;
    font-family: Poppins, sans-serif;
}
.social-links-area li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.blog-single .blog-item-one {
    margin-bottom: 75px;
}
.blog-single .blog-item-one .text-left {
    float: none;
    margin-bottom: 20px;
}
.blog-single .blog-item-one .content-text {
    padding: 30px 50px;
}
.blog-single .content-text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
}
.blog-single .content-text blockquote {
    padding: 15px 30px;
    margin: 25px 0 30px;
    border-left: 3px solid #ff6363;
}
.blog-single .content-text blockquote .text {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: Poppins, sans-serif;
}
.blog-single .content-text .tags-list {
    padding: 20px 0;
}
.blog-single .content-text .tags-list li:first-child {
    margin-right: 10px;
}
.blog-single .content-text .tags-list li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 22px;
    color: #222;
    font-family: Poppins, sans-serif;
}
.blog-single .content-text .tags-list li a {
    color: #888;
    font-weight: 400;
    transition: all 1s ease 0s;
}
.blog-single .content-text .tags-list li:hover a {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.button-area .button-Prev {
    float: left;
}
.button-area .button-Prev i {
    margin-right: 8px;
}
.button-area .button-next {
    float: right;
}
.button-area .button-next i {
    margin-left: 8px;
}
.button-area {
    padding: 30px 0 20px;
}
.button-area a {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    font-family: Ubuntu, sans-serif;
}
.button-area a:hover {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.comment-item-one {
    position: relative;
    padding-left: 120px;
    padding-bottom: 35px;
    margin-bottom: 45px;
    border-bottom: 1px solid #d6d6d6;
}
.comment-item-one .image-box {
    position: absolute;
    top: 0;
    left: 10px;
}
.comment-item-one h6 {
    font-size: 15px;
    line-height: 19px;
    color: #333;
    font-weight: 500;
}
.comment-item-one span {
    font-size: 12px;
    line-height: 19px;
    color: #888;
    font-weight: 400;
    font-family: Ubuntu, sans-serif;
}
.comment-item-one p {
    font-size: 13px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    margin-bottom: 0;
}
.comment-item-one a {
    font-size: 13px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
}
.reply-area .form-group {
    margin-bottom: 35px;
}
.reply-area input,
.reply-area textarea {
    font-size: 15px;
    color: #333;
    height: 55px;
    padding: 15px 20px;
    font-weight: 400;
    background: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #f7f7f7;
    transition: all 1s ease 0s;
    font-family: Ubuntu, sans-serif;
}
.reply-area input:focus,
.reply-area textarea:focus {
    border-color: #ff6363;
    box-shadow: none;
    transition: all 1s ease 0s;
}
.reply-area textarea {
    resize: none;
    height: 182px;
}
.contact-us-info {
    margin: 145px 0 60px;
}
.contact-us-item-one {
    position: relative;
    text-align: center;
    padding: 40px 60px;
    background: #66666673;
    border-radius: 5px;
    margin-bottom: 40px;
    transition: all 1s ease 0s;
}
.contact-us-item-one:hover {
    background: #fff;
    transition: all 1s ease 0s;
    box-shadow: 0 0 20px 2px #c7c1c1;
}
.contact-left-info {
    margin-right: 65px;
}
.contact-middle-info {
    margin: 0 35px;
}
.contact-right-info {
    margin-left: 65px;
}
.contact-us-item-one .icon-box {
    line-height: 50px;
    margin-bottom: 10px;
}
.contact-us-item-one .icon-box i:before {
    font-size: 40px;
    color: #222;
}
.contact-us-item-one strong {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
}
.contact-us-item-one p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    padding-top: 10px;
}
.contact-us-item-one a:hover {
    color: #ff6363;
    transition: all 1s ease 0s;
}
.error-section {
    position: relative;
    padding: 175px 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.error-section .error-text h1 {
    position: relative;
    font-size: 250px;
    font-weight: 700;
    line-height: 260px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.error-section .error-text h1:before {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 76px;
    content: "";
    left: 50%;
    margin-left: -38px;
    background: #fff;
}
.error-section .error-text h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
}
.contact-page .map-area {
    margin-right: -15px;
}
.contact-page .google-map {
    width: 100%;
    height: 705px;
}
.contact-page .gmnoprint {
    display: none;
}
.contact-form-area {
    position: relative;
    margin-left: -15px;
    padding: 128px 115px 100px 90px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.contact-form-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(29, 34, 38, 0.86);
}
.contact-form-area .form-group {
    margin-bottom: 30px;
}
.contact-form-area input,
.contact-form-area textarea {
    font-size: 15px;
    color: #fff;
    height: 60px;
    padding: 15px 20px;
    font-weight: 400;
    background: rgba(247, 247, 247, 0.05);
    border-radius: 5px;
    width: 100%;
    border: 1px solid #737474;
    transition: all 1s ease 0s;
    font-family: Ubuntu, sans-serif;
}
.contact-form-area input:focus,
.contact-form-area textarea:focus {
    border-color: #ff6363;
    box-shadow: none;
    background: 0 0;
    transition: all 1s ease 0s;
}
.contact-form-area textarea {
    resize: none;
    height: 182px;
}
.contact-form-area input::-webkit-input-placeholder,
.contact-form-area textarea::-webkit-input-placeholder {
    color: #fff;
}
.contact-form-area input::-moz-placeholder,
.contact-form-area textarea::-moz-placeholder {
    color: #fff;
}
.contact-form-area input:-ms-input-placeholder,
.contact-form-area textarea:-ms-input-placeholder {
    color: #fff;
}
.contact-form-area input:-moz-placeholder,
.contact-form-area textarea:-moz-placeholder {
    color: #fff;
}
.first-half {
    padding: 25px 33px 33px 41px;
    background: #fff;
    float: left;
    width: 42% !important;
}
.one-fourth {
    width: 22%;
}
.rsnp-mnu {
    background-color: #0c0c0c;
    bottom: 0;
    opacity: 0;
    padding: 85px 40px 50px;
    position: fixed;
    right: -400px;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    max-width: 400px;
    width: 100%;
}
.rsnp-mnu.slidein {
    opacity: 1;
    right: 0;
    visibility: visible;
}
.rspn-mnu-cls {
    background-color: #303030;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    width: 40px;
}
.rsnp-mnu > ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    overflow-y: auto !important;
    height: 300px;
    width: 100% !important;
}
.rsnp-mnu > ul > li {
    color: #fff;
    float: left;
    font-family: poppins;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.rsnp-mnu > ul > li a {
    color: inherit;
    display: block;
}
.rsnp-mnu > ul > li:last-child {
    margin-bottom: 0;
}
.rsnp-mnu > ul ul {
    display: none;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 20px;
    opacity: 1;
    position: static;
    visibility: visible;
}
.rsnp-mnu ul li.menu-item-has-children.active > a {
    margin-bottom: 15px;
}
.rsnp-mnu > ul li.menu-item-has-children::before {
    content: ". . .";
    right: 0;
    position: absolute;
    top: -2px;
}
.rsnp-mnu > ul ul > li {
    color: #a4a4a4;
    font-family: poppins;
    font-size: 12px;
    margin-bottom: 12px;
    position: relative;
    text-transform: initial;
}
.rsnp-mnu > ul ul > li:last-child {
    margin-bottom: 0;
}
.drk-bg .wdgt-tl + p {
    margin-top: 0;
}
nav div ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
nav div ul ul ul {
    left: 100%;
    top: 0;
}
nav div ul ul li {
    float: left;
    width: 87%;
    padding: 0 2px;
}
nav div ul ul li > a {
    float: left;
    padding: 5px 25px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
nav div ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
nav div ul ul li:last-child > a {
    border-bottom: 0;
}
nav div ul ul.miror {
    width: 500px;
}
nav div ul ul.miror > li {
    width: 50%;
}
header.style5 .menu-box > nav > div > ul > li ul li.menu-item-has-children:after {
    top: 12px;
    margin-top: 0;
    content: "\f0d7";
}
header.style5 .menu-box > nav > div > ul > li ul {
    -webkit-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
header.style5 .menu-box > nav > div > ul > li ul {
    position: static;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 20px;
}
header.style5 .menu-box > nav > div > ul > li ul.miror li {
    width: 100%;
}
header.style5 .menu-box > nav > div > ul > li ul li a {
    border-color: rgba(255, 255, 255, 0.1);
    padding: 13px 0;
}
header.style5 .menu-box > nav > div > ul > li ul li a:focus,
header.style5 .menu-box > nav > div > ul > li ul li:hover > a {
    background-color: transparent;
}
header.style5 .menu-box > nav > div > ul > li ul li {
    padding: 0;
    color: #fff;
}
header.style6 .menu-box > nav > div > ul > li ul li.menu-item-has-children:after {
    top: 12px;
    margin-top: 0;
    content: "\f0d7";
}
header.style6 .menu-box > nav > div > ul > li ul {
    -webkit-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
header.style6 .menu-box > nav > div > ul > li ul {
    position: static;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 20px;
}
header.style6 .menu-box > nav > div > ul > li ul.miror li {
    width: 100%;
}
header.style6 .menu-box > nav > div > ul > li ul li a {
    padding: 13px 0;
}
header.style6 .menu-box > nav > div > ul > li ul li {
    padding: 0;
}
.lg-br {
    padding: 37px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
}
.lg-br .srch-lnks {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.lg-br .srch-lnks > li {
    float: left;
    position: relative;
    font-size: 16px;
    color: #6a6a6a;
}
.lg-br .srch-lnks > li + li {
    padding-left: 15px;
    margin-left: 18px;
}
.lg-br .srch-lnks > li + li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #6a6a6a;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.lg-br .srch-lnks > li a span {
    font-size: 11px;
    color: #000;
    line-height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    right: -8px;
}
header.style7 nav {
    float: left;
    width: 100%;
}
header.style7 nav > div > ul > li:before {
    display: none;
}
nav div ul li.menu-item-has-children:after {
    content: "\f107";
    font-family: fontawesome;
}
nav div ul ul li.menu-item-has-children::after {
    position: absolute;
    content: "\f105";
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.hdr-inf-br {
    float: left;
    width: 100%;
    padding-right: 40px;
}
header.style7 nav > div > ul > li {
    line-height: 60px;
    text-align: initial;
}
.slc-wrp2 {
    float: left;
    padding: 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.slc-wrp2 .bootstrap-select {
    width: auto !important;
    float: left !important;
}
.slc-wrp2 .bootstrap-select > button {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 10px;
    border: 0;
    float: left;
    line-height: 40px;
}
.slc-wrp2 .bootstrap-select > button:after {
    margin-left: 0;
}
.hdr-inf-br > span {
    float: left;
    padding: 0 40px;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hdr-inf-br .tp-scl {
    width: auto;
    border-bottom: 0;
    padding: 8px 40px 8px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 40px;
}
.hdr-inf-br .tp-scl > a:focus,
.hdr-inf-br .tp-scl > a:hover {
    color: #000;
}
.hdr-inf-br > div.pull-right > a {
    font-size: 11px;
    font-family: poppins;
    font-weight: 700;
    color: #313131;
    line-height: 40px;
}
.hdr-inf-br > div.pull-right > a:focus,
.hdr-inf-br > div.pull-right > a:hover {
    color: #000;
}
.hdr-inf-br > div.pull-right > a i {
    margin-right: 5px;
}
.container .row:first-child {
    margin-bottom: 30px;
}
.cta-section .container {
    box-shadow: 0 0 20px #e6e5e5;
    padding-left: 0;
    padding-right: 0;
}
.left-renovation-list h3 {
    font-size: 25px;
}
.left-renovation-list p {
    font-size: 15px;
    line-height: 1.8;
}
.left-renovation-list {
    padding: 50px 40px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.renovation-items {
    margin-top: 30px;
}
.single-renovation-item h3 {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    display: inline;
}
.single-renovation-item h3:before {
    position: absolute;
    left: -32px;
    top: 0;
    content: "\f1ce";
    font-family: fontAwesome;
    color: red;
}
.single-renovation-item {
    padding-left: 40px;
}
.single-renovation-item {
    position: relative;
    margin-bottom: 20px;
}
.single-renovation-item p {
    color: #666;
}
.right-renovation-form {
    background-color: #f8f7fd;
    padding: 54px 40px;
    border-radius: 3px;
}
.renovation-form-header h3 {
    font-size: 25px;
}
.renovation-form-header p {
    font-size: 15px;
}
form.renovation-form p {
    width: 100%;
}
form.renovation-form p input,
form.renovation-form p textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px;
}
form.renovation-form p textarea {
    height: 110px;
    resize: none;
}
form.renovation-form p input[type="submit"] {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
}
form.renovation-form p:last-child {
    margin: 0;
}
form.renovation-form {
    margin-top: 30px;
}
.single-cart-item .row .col-md-2:last-child a,
.single-cart-item .row .col-md-2:last-child p {
    display: inline-block;
}
.comment-form-wrap form p input[type="submit"]:hover,
.footer-box.useful-links ul li:hover a,
.mainmenu ul li.active a,
.mainmenu ul li:hover a,
.news-bottom-text a.read-more:hover,
.news-details-meta-wrap .news-details-meta li:hover a,
.newslatter ul.social-icons li:hover a,
.newsletter-form form p input[type="submit"]:hover,
.product-bg a:hover,
.review-form-wrap form p input[type="submit"]:hover,
.search-section a:hover,
.search-section span:hover,
.single-counter-item i.fa,
.single-counter-item i.fa.social-icons ul li:hover a,
.single-job-detailed-item ul li:before,
.single-service-item a.read-more:hover,
.social-icons ul li:hover a,
a.boxed-btn:hover,
a.reply-btn:hover,
form.contact-form p input[type="submit"]:hover,
form.coupon-form input[type="submit"]:hover,
form.renovation-form p input[type="submit"]:hover,
p.total,
ul.featured-list li:before,
ul.social-share-list li:hover a,
ul.star-ratings li {
    color: #fd0;
}
.breadcrumb-area:before,
.carrer-icon-tablecell i.fa,
.comment-form-wrap form p input[type="submit"],
.counter-bg,
.counter-bg:before,
.featured-bg,
.left-cta-text:before,
.left-job-list-wrap h4:after,
.news-bg,
.news-details-bg,
.news-top-text p.tip,
.newsletter-form form p input[type="submit"],
.product-bg a,
.review-form-wrap form p input[type="submit"],
.section-title h3:after,
.single-homepage-slide:before,
.single-news-wrap .news-text p.date:after,
.single-service-item:hover .service-text h3:after,
.work-hover:before,
a.boxed-btn,
form.contact-form p input[type="submit"],
form.coupon-form input[type="submit"],
form.renovation-form p input[type="submit"],
ul.pagination-list li.active a,
ul.pagination-list li:hover a,
ul.social-share-list li a,
ul.work-titles li.active {
    background-color: #ff6363;
}
.accordion-title,
.toggle-title {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px 10px 10px 40px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: url(../images/expand.png) 12px 11px no-repeat #f3f3f3;
}
.accordion .current,
.toggle-active {
    background: url(../images/collapse.png) 12px 11px no-repeat #fff;
    border: 1px solid #ccc;
    color: #101010;
}
.accordion-content,
.toggle-content {
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px 0;
    display: none;
}
.accordion-content p,
.toggle-content p {
    margin-bottom: 1em;
}
.toggle {
    margin-bottom: 5px;
    position: relative;
}
.certificate,
.consultant,
.global,
.happy-client {
    display: inline-block;
    background: url(../images/cer.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.normal-link {
    /* Add your normal styles here */
    text-decoration: none; /* Remove underline */
    color: black; /* Set your desired color */
    cursor: pointer; /* Set your desired cursor style */
  }
.certificate {
    background-position: 0 0;
    width: 74px;
    height: 74px;
}
.consultant {
    background-position: -74px 0;
    width: 74px;
    height: 74px;
}
.global {
    background-position: 0 -74px;
    width: 74px;
    height: 74px;
}
.happy-client {
    background-position: -74px -74px;
    width: 74px;
    height: 74px;
}
.paragragh2019 {
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
    font-family: Poppins, sans-serif;
}
nav div ul li.dropdown > ul {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.footer-service {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
}
.contact-us-form {
    background: rgba(29, 34, 38, 0.86);
    padding: 54px 40px;
    border-radius: 10px;
}
.contact-text-field {
    font-size: 15px;
    color: #fff;
    background: rgba(247, 247, 247, 0.05);
    border-radius: 15px;
    width: 100%;
    border: 1px solid #6e7575;
    font-family: Ubuntu, sans-serif;
}
.select-field {
    width: 28%;
    height: 59px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 15px;
    padding-left: 12px;
    color: gray;
}
.select-field-input {
    width: 70%;
    height: 59px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 15px;
    padding-left: 15px;
}
.our_proect {
    background: #e4985b;
    position: relative;
}
.our_proect .section_title h2,
.our_proect .section_title h6 {
    color: #fff;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_title {
    margin-bottom: 40px;
}
.section_title h6 {
    color: #e4985b;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section_title h2 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.our_proect .section_title h2,
.our_proect .section_title h6 {
    color: #fff;
}
.project_slider.owl-carousel .owl-item img {
    width: 100%;
}
.single_prject {
    margin-top: 30px;
}
.project_photo h5 {
    margin-bottom: 0;
}
figure.project_photo:hover figcaption {
    top: 68%;
}
.portfolio_page figure.project_photo:hover::before {
    display: none;
}
figure.project_photo figcaption i {
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 5px;
}
figure.project_photo:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.project_photo:hover figcaption {
    opacity: 1;
    top: 70%;
    visibility: visible;
    z-index: 1;
}
figure.project_photo::before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 100%;
    z-index: 1;
}
figure.project_photo {
    border: 1px solid #fff;
}
figure.project_photo figcaption {
    background: #021b27;
    top: 100%;
    left: 5%;
    opacity: 0;
    padding: 21px 10px;
    position: absolute;
    visibility: hidden;
    width: 90%;
}
figure.project_photo figcaption h4 {
    margin-bottom: 0;
}
figure.project_photo figcaption h4 a {
    color: #e4985b;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
figure.project_photo figcaption i {
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 5px;
}
figure.project_photo:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.project_photo:hover figcaption {
    opacity: 1;
    top: 70%;
    visibility: visible;
    z-index: 1;
}
ul.project_nav {
    position: absolute;
    right: -77px;
    top: 0;
}
ul.project_nav > li {
    background: #fff;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 76px;
    cursor: pointer;
    text-transform: uppercase;
}
ul.project_nav > li:hover {
    background: #021b27;
    color: #fff;
}
ul.project_nav > li i {
    font-size: 14px;
    margin-left: 10px;
}
#footermap,
.blog_text,
.bottom_social li,
.bottom_social li a i,
.menu li,
.single_blog,
.sub_menu,
a,
a.th_bt,
figcaption,
figcaption ul.team_text li,
figure.blog_item::after,
figure.project_photo::before,
ul.post_social li a,
ul.pro_sing_nav li,
ul.project_nav > li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.project_photo h5 {
    margin-bottom: 0;
}
.portfolio_page figure.project_photo:hover::before {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: sans-serif;
}
.gallery {
    background: #eee;
}
.gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8c8;
    counter-increment: gallery-cell;
}
#project-single-carousel .project-control-button {
    background: #160f09 none repeat scroll 0 0;
    display: block;
    height: 50px;
    left: auto;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#project-single-carousel .project-control-button {
    background: #160f09 none repeat scroll 0 0;
    display: block;
    height: 50px;
    left: auto;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#project-single-carousel .project-control-button i {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    padding: 14px 0;
}
#project-single-carousel .right.project-control-button {
    right: 0;
}
#project-single-carousel .project-control-button:hover {
    background: #ff6969;
}
.project-single .project-info {
    background: #160f09 none repeat scroll 0 0;
    margin-right: -25px;
    margin-top: 40px;
}
.project-single .project-info ul {
    padding: 30px 20px 27px;
}
.project-single .project-info ul li {
    color: #fff;
    font-size: 16px;
    padding-bottom: 19px;
    font-family: Montserrat, sans-serif;
}
.project-single .project-info ul li:last-child {
    padding-bottom: 0;
}
.project-single .project-info ul li span {
    display: inline-block;
    width: 100px;
    color: #e4985b;
}
.project-single .project-info ul li strong {
    color: #e4985b;
    display: inline-block;
    padding-right: 20px;
}
.project-single .content-holder {
    margin-top: 40px;
    padding-left: 25px;
}
.project-single .content-holder .sec-title.two {
    margin-top: -5px;
    padding-bottom: 14px;
}
.project-single .content-holder .sec-title.two h1 {
    line-height: 30px;
}
.project-single .content-holder .sec-title.two span {
    color: #e4985b;
}
.project-single .content-holder p {
    margin: 0 0 40px;
}
.project-single .content-holder .button a {
    height: 50px;
    padding: 9px 0;
    width: 170px;
    border-radius: 3px;
}
.project-single .content-holder .button a:before {
    background: #160f09;
}
.project-single .project-analysis {
    padding-top: 58px;
}
.project-single .project-analysis .sec-title.two {
    padding-bottom: 22px;
}
.project-single .project-analysis .sec-title.two h1 {
    font-size: 24px;
}
.project-single .project-analysis .text-holder {
    padding-left: 300px;
}
.project-single .project-analysis .analysis-chart {
    margin-top: 32px;
    padding-left: 300px;
}
.project-single .project-planning {
    padding-top: 58px;
}
.project-single .project-planning .sec-title.two {
    padding-bottom: 22px;
}
.project-single .project-planning .sec-title.two h1 {
    font-size: 24px;
}
.project-single .project-planning .text-holder {
    padding-left: 300px;
}
.project-single .project-planning .project-planning-step {
    margin-top: 32px;
    padding-left: 300px;
}
.project-single .project-execution {
    padding-top: 58px;
}
.project-single .project-execution .sec-title.two {
    padding-bottom: 22px;
}
.project-single .project-execution .sec-title.two h1 {
    font-size: 24px;
}
.project-single .project-execution .text-holder {
    padding-left: 300px;
}
.project-single .project-execution .perform {
    margin-top: 32px;
    padding-left: 300px;
}
.project-single .project-execution .perform .perform-list {
    margin-bottom: 35px;
    padding-left: 170px;
    position: relative;
}
.project-single .project-execution .perform .perform-list .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}
.project-single .project-execution .perform .perform-list .text {
    padding-left: 30px;
}
.project-single .project-execution .perform .perform-list .text h4 {
    margin: 0 0 17px;
}
.project-single .project-execution .perform .perform-list .text ul li {
    line-height: 32px;
}
.project-single .project-execution .perform .perform-list .text ul li i {
    color: #e4985b;
    display: inline-block;
    padding-right: 10px;
}
.project-single .project-results {
    padding-top: 30px;
}
.project-single .project-results .sec-title.two {
    padding-bottom: 22px;
}
.project-single .project-results .sec-title.two h1 {
    font-size: 24px;
}
.project-single .project-results .text-holder {
    padding-left: 300px;
}
.project-single .project-results .project-results-chart {
    margin-top: 30px;
    padding-left: 300px;
}
.servicepage_area.section-padding {
    padding-bottom: 0;
}
.post_img > h4 {
    font-size: 16px;
    height: 59px;
    line-height: 20px;
    width: 45px;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.servicepage_area.section-padding {
    padding-bottom: 0;
}
.portfolio_page .col-sm-4:nth-child(1) .servicepage_details,
.portfolio_page .col-sm-4:nth-child(2) .servicepage_details,
.portfolio_page .col-sm-4:nth-child(3) .servicepage_details,
.service_page .col-sm-4:nth-child(1) .servicepage_details,
.service_page .col-sm-4:nth-child(2) .servicepage_details,
.service_page .col-sm-4:nth-child(3) .servicepage_details,
.testmonial_page .col-sm-4:nth-child(1) .client_says,
.testmonial_page .col-sm-4:nth-child(2) .client_says,
.testmonial_page .col-sm-4:nth-child(3) .client_says {
    margin-top: 0;
}
.service_page .servicepage_details {
    margin-top: 30px;
}
.servicepage_details .client_says {
    background: #ffcb3d none repeat scroll 0 0;
    padding: 57px 54px 60px 56px;
}
.servicepage_details .ab_client i,
.servicepage_details .ab_client p {
    color: #fff;
}
.servicepage_details .ab_client > h6 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    padding-left: 34px;
}
.servicepage_details .ab_client > img {
    padding-left: 35px;
    width: auto;
}
.servicepage_details .ab_client > h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 20px;
    padding-left: 34px;
}
.servicepage_details .owl-dots {
    margin-top: 0;
    padding-left: 37px;
}
.servicepage_details .ab_client > p {
    margin-bottom: 25px;
    padding-top: 28px;
}
.portfolio_page .servicepage_details {
    margin-top: 32px;
}
.portfolio_page .servicepage_photo figure:hover figcaption {
    top: 0;
}
.servicepage_photo img {
    width: 100%;
}
.servicepage_heading {
    border: 1px solid #ff6969;
    margin-top: 20px;
    padding: 17px 20px 8px;
}
.servicepage_heading > h4 a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1b1b1b;
}
.servicepage_heading > p {
    color: #8e8e8e;
    line-height: 21px;
}
.portfolio_page .servicepage_heading {
    border: medium none;
    margin-top: 12px;
}
.portfolio_page .servicepage_heading > h4 a {
    font-size: 18px;
    text-transform: uppercase;
}

.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative;
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
    background: #ff6363;
    border: 2px solid #232323;
    left: -3px;
}

.main-timeline .icon:after {
    border: 2px solid #ff6363;
    left: 3px;
}

.main-timeline .timeline:hover .icon:before {
    left: 3px;
}

.main-timeline .timeline:hover .icon:after {
    left: -3px;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #ff6363;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.main-timeline .date-outer {
    width: 100px;
    height: 100px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px;
}

.main-timeline .date-outer:after {
    border: 2px solid #ff6363;
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px;
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0;
}
.main-timeline .month {
    font-size: 18px;
    font-weight: 700;
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.main-timeline .description {
    margin-bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px;
    }

    .main-timeline .date-content:before {
        width: 22.5%;
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
    }

    .main-timeline .title {
        font-size: 17px;
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px;
    }

    .main-timeline .timeline {
        margin-bottom: 20px;
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }

    .main-timeline .icon {
        margin: auto 0;
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
    }

    .main-timeline .date-content:before {
        display: none;
    }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px;
    }

    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px;
    }

    .main-timeline .date {
        top: 30%;
    }

    .main-timeline .year {
        font-size: 24px;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }

    .main-timeline .title {
        margin-bottom: 10px;
    }
}
/*Whatsapp*/

.whatsappw {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 300%;
    max-height: 300%;
    width: 100%;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #111;
    cursor: pointer;
}
a {
    color: #337ab7;
    text-decoration: none;
}
user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 14px;
    width: 53px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 53px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner_block,
body {
    font-family: "Open Sans", sans-serif;
}
html,
body {
    font-family: "Open Sans", sans-serif;
}
body {
    font-family:Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Email*/

.emaile {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 300%;
    max-height: 300%;
    width: auto;
    margin-left: -5px;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #111;
    cursor: pointer;
}
a {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-decoration: none;
}
user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
.email {
    position: fixed;
    bottom: 50px;
    right: 14px;
    width: 53px;
    height: 33px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 53px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner_block,
body {
    font-family: "Open Sans", sans-serif;
}
html,
body {
    font-family: "Open Sans", sans-serif;
}
body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*global Support*/
.globe a,
i {
    padding-right: 6px;
    padding-left: 5px;
}
@media (max-width: 768px) {
    .col-xl-8 {
        order: 2;
    }
    .col-xl-4 {
        order: 1;
    }
}

/* Blog images – fixed aspect ratio, no distortion */
.fixed-thumb {
  height: 220px; /* or any uniform height you prefer */
  overflow: hidden;
  border-radius: 8px;
  background: #f8f8f8;
}

.fixed-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops while maintaining correct ratio */
  object-position: center;
  display: block;
}

/* Responsive YouTube embed */
.embed-16x9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* modern browsers */
  background: #000;
}

.embed-16x9 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Fallback if aspect-ratio unsupported */
@supports not (aspect-ratio: 16 / 9) {
  .embed-16x9 { padding-top: 56.25%; height: 0; }
  .embed-16x9 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}

/* Basic spacing and heading style */
.blog-item-one {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s ease;
}

.blog-item-one:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.blog-item-one h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
  color: #222;
}

.blog-item-one .link-btn a {
  font-weight: 600;
  color: #ff6363;
  text-decoration: none;
}

.blog-item-one .link-btn a:hover {
  text-decoration: underline;
}
.faq-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 16px; /* helps on small screens so content doesn't touch edges */
    box-sizing: border-box;
}

.faq-item {
    border-radius: 6px;
    margin-bottom: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}

/* Question button */
.faq-question {
    width: 100%;
    background: #f7f7f7;
    border: none;
    outline: none;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    transition: background 0.3s;
}
.faq-question:hover {
    background: #ececec;
}

/* Icon on right */
.faq-icon {
    font-size: 20px;
    font-weight: 700;
    color: #e62020;
    transition: transform 0.3s;
}

/* Answer box */
.faq-answer {
    display: none;
    padding: 10px 18px 15px;
    color: #555;
    line-height: 1.6;
    background: #fff;
}

/* Active state */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question {
    background: #fdf3f3;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* plus looks like an X when open */
}

/* =========================
   RESPONSIVE STYLES
   ========================= */

/* Tablets & small laptops */
@media (max-width: 992px) {
    .faq-section {
        margin: 30px auto;
        padding: 0 14px;
    }

    .faq-question {
        font-size: 15px;
        padding: 11px 14px;
    }

    .faq-answer {
        font-size: 14px;
        padding: 9px 14px 13px;
    }

    .faq-icon {
        font-size: 18px;
    }
}

/* Mobile phones */
@media (max-width: 600px) {
    .faq-section {
        margin: 20px auto;
        padding: 0 12px;
    }

    .faq-question {
        font-size: 14px;
        padding: 10px 12px;
        gap: 10px;
    }

    .faq-answer {
        font-size: 13px;
        padding: 8px 12px 12px;
    }

    .faq-icon {
        font-size: 18px;
    }
}
/* Card container */
.designer-card {
  width: 100%;
  max-width: 360px;              /* Limits max size for large screens */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

/* Header cover image */
.header-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* Profile image positioning */
.profile-pic-container {
  text-align: center;
  margin-top: -50px;
}

/* Profile picture */
.profile-pic {
  width: 110px;
  height: 110px;
  border-radius: 15px;
  border: 4px solid rgba(44, 38, 38, 0.5);
  object-fit: cover;
}

/* Info section */
.info-section {
  padding: 15px;
  text-align: center;
}

/* Heading text */
.profile-heading {
  color: #0b4f61;
  margin: 10px 0 5px;
}



/* ---------- Responsive Adjustments ---------- */

/* Tablets */
@media (max-width: 768px) {
  .designer-card {
    max-width: 90%;
  }

  .header-image {
    height: 140px;
  }

  .profile-heading {
    font-size: 24px;
  }

  .profile-pic {
    width: 95px;
    height: 95px;
  }
}

/* Mobile devices */
@media (max-width: 480px) {
  .designer-card {
    max-width: 100%;
    margin: 10px;
  }

  .header-image {
    height: 120px;
  }

  .profile-heading {
    font-size: 22px;
  }

  .profile-text {
    font-size: 14px;
  }

  .profile-pic {
    width: 80px;
    height: 80px;
  }
}
.certification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.certification-list li {
  margin-bottom: 12px;
}

.certification-list li a i {
  flex-shrink: 0;           
  margin-top: 4px;           
  font-size: 14px;
}
.whatsapp-float,
.email-float {
  position: fixed;
  right: 0px; /* moved away from edge */
  width: 58px;
  height: 58px;
  border-radius: 18px; /* modern shape instead of full circle */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  z-index: 9999;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  overflow: hidden;
}

/* hover effect */
.whatsapp-float:hover,
.email-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

/* WhatsApp button */
.whatsapp-float {
  top: 42%;
  background: linear-gradient(135deg, #1fbf5b, #128c7e);
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 0 0 0 rgba(31, 191, 91, 0.4);
  animation: wa-pulse 2s infinite;
  pointer-events: none;
}

/* Email button */
.email-float {
  top: calc(42% + 75px);
  background: linear-gradient(135deg, #ff7a18, #ff3d54);
}

.email-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 0 0 0 rgba(255, 61, 84, 0.35);
  animation: mail-pulse 2s infinite;
  pointer-events: none;
}

.whatsapp-float svg,
.email-float svg {
  width: 34px;
  height: 34px;
}
/* pulse animation */
@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 191, 91, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(31, 191, 91, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 191, 91, 0);
  }
}

@keyframes mail-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 61, 84, 0.35);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 61, 84, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 61, 84, 0);
  }
}
