@import "https://fonts.googleapis.com/css?family=Poppins:400,500,700,900&display=swap";

body {
    color: #362F2D;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins',sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins',sans-serif;
    color: #362F2D;
}

h1 {
    font-weight: 900;
    font-size: 60px;
    line-height: 75px;
}

h2,h3 {
    font-weight: 700;
    line-height: 28px;
}

h4,h5,h6 {
    font-weight: 500;
    line-height: 28px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

li a {
    color: #362F2D;
}

a {
    font-family: 'Poppins',sans-serif;
}

a:focus {
    outline: 0 solid;
}

a,a:hover {
    text-decoration: none;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

input:focus,button:focus {
    outline: 0;
    box-shadow: none;
}

html,body {
    height: 100%;
}

table {
    width: auto!important;
    padding: 0;
    margin: 0 0 20px 0;
    min-width: 75%;
    max-width: 100%;
    font: inherit;
    vertical-align: baseline;
}

td {
    font-size: 14px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
}

table, td, th {
    background: #f8f8f8;
    border-color: #e1e1e1;
}

.table thead th {
    border: 1px solid #dee2e6;
}

.table th, .table td {
    padding: 0.65rem;
}

::-moz-selection {
    background-color: #362F2D;
    color: #fc0;
}

::selection {
    background-color: #362F2D;
    color: #fc0;
}

h3.our-mission-title a {
    color: #362F2D;
    border-bottom: 2px dashed;
}

h3.our-mission-title a:hover {
    color: #396690;
    border-bottom: 2px dashed transparent;
}

.dropcap {
    display: inline-block;
    font-size: 38px;
    line-height: 0px;
    margin: 5px 0 0 0;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.theme-btn {
    padding: 10px 25px;
}

.btn-style-one {
    position: relative;
    font-size: 14px;
    color: #362F2D;
    cursor: pointer;
    font-weight: 400;
    padding: 8px 25px;
    background-color: #FC0;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins',sans-serif;
    z-index: 1;
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    z-index: -1;
}

.btn-style-one:hover::before {
    width: 100%;
}

.btn-style-one:hover {
    color: #362F2D;
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    color: #362F2D;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 25px;
    background-color: #FC0;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins',sans-serif;
    z-index: 1;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #362F2D;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    z-index: -1;
}

.btn-style-two:hover::before {
    width: 100%;
}

.btn-style-two:hover {
    color: #fff;
}

.section-header .section-highlight {
    font-size: 12px;
    background-color: rgba(255,204,0,0.3);
    display: inline-block;
    padding: 0 15px;
    text-transform: capitalize;
    color: #362F2D;
}

.section-header h2 {
    text-transform: capitalize;
}

.coustom-row {
    margin-left: -30px;
    margin-right: -30px;
}

.coustom-row > div {
    padding-left: 30px;
    padding-right: 30px;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

.breadcrumb-area {
    height: 400px;
    position: relative;
    background: url(..//images/banner/breadcrumb.jpg);
    background-size: cover;
}

.banner404 {
    background: url(..//images/banar/banner-bg2.png);
}

.breadcrumb-area:after {
    position: absolute;
    content: '';
    background-color: #362F2D;
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumb-content {
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
    z-index: 2;
}

.breadcrumb-area h2,.breadcrumb-area p {
    position: relative;
    color: #fff;
    z-index: 2;
    text-align: left;
}

.breadcrumb-area h2 {
    text-transform: capitalize;    
    max-width: 425px;
    line-height: 1;
    margin-bottom: 0;
}

.breadcrumb-area p {
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 0;
}

.breadcrumb-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .6rem 1.25rem;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background-color: rgba(54, 47, 45, 0.5);
    border-top: 3px solid #ffcc00;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: rgba(255,255,255,.6);
}

.main-slider {
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.fixed-header {
    background-color: #362F2D;
}

.slick-initialized .slick-slide {
    position: relative;
}

.slider-wrapper .slider-caption {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.slider-content h6 {
    background-color: rgba(54,47,45,0.6);
    display: inline-block;
    padding: 4px 25px;
    color: #FFF;
}

.slider-content h1 {
    color: #FFF;
    max-width: 735px;
}

.slider-content p {
    max-width: 545px;
    color: #FFF;
}

.slider-content span {
    color: #FC0;
}

.slider-wrapper .image {
    position: relative;
    z-index: 0;
}

.slider-wrapper .image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(54,47,45,0.3);
    z-index: 0;
}

.slider-wrapper .image img {
    height: 100vh;
    max-width: none;
    min-width: 100%;
    min-height: 600px;
}

.main-slider .social-icon-box {
    position: absolute;
    bottom: 100px;
    left: 100px;
}

.social-icon-box:before,.social-icon-box:after {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 100vh;
    width: 1px;
    left: 50%;
}

.social-icon-box:before {
    bottom: 100%;
}

.social-icon-box:after {
    top: 100%;
    height: 92px;
}

.social-icon-box .social {
    color: #FFF;
    text-transform: capitalize;
}

.social-icon-box .social-icon a {
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 1.6;
}

.social-icon-box .social-icon a:hover {
    color: #362f2d;
    background-color: #fff;
}

.social-icon-box .social-icon [class^="icofont-"] {
    font-size: 14px;
}

.main-slider .slider-caption .slider-content .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-slider .slick-dots {
    bottom: 30px;
    position: absolute;
    left: 50%;
}

.main-slider .slick-dots li {
    background-color: #362F2D;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 3px solid transparent;
}

.main-slider .slick-dots li.slick-active {
    background-color: #FC0;
    border-color: #362f2d;
}

.main-slider .slick-dots li button::before {
    display: none;
}

.main-slider .slick-dots #slick-slide-control00,.main-slider .slick-dots #slick-slide-control01,.main-slider .slick-dots #slick-slide-control02 {
    display: none;
}

.main-slider .slick-active h6 {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .5s;
    transition-timing-function: cubic-bezier(0.88,0.06,0.64,0.99);
}

.main-slider .slick-active h1 {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .3s;
    transition-timing-function: cubic-bezier(0.88,0.06,0.64,0.99);
}

.main-slider .slick-active p {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .7s;
    transition-timing-function: cubic-bezier(0.88,0.06,0.64,0.99);
}

.slick-active .link-btn {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .7s;
    transition-timing-function: cubic-bezier(0.88,0.06,0.64,0.99);
}

.features-box {
    position: relative;
    box-shadow: 0px 10px 30px rgba(54, 47, 45, 0.1);
    padding: 8px;
    background-color: #fff;
    overflow: hidden;
    z-index: 0;
}

.features-icon {
    padding: 20px;
    text-align: center;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
    z-index: 0;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-icon > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.features-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.features-box:hover .features-icon:after {
    opacity: 1;
}

.features-discr {
    color: #fff;
    transform: translateY(200px);
    transition: all .5s ease-in-out;
}

.features-box:hover .features-discr {    
    transform: translateY(0px);
}

.features-discr span {
    color: #FC0;
    font-size: 25px;
    margin-bottom: 6px;
    display: block;
}

.features-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.features-box h4 {
    padding: 15px;
    text-align: center;
    margin: 0;
}

.products-page .features-box h4 {
    font-size: 16px;
    padding: 12px;
    padding-bottom: 4px;
}

.features-list {
    background-image: url(..//images/dot-gray.jpg);
    overflow: hidden;
}

.section-header .section-highlight {
    font-size: 12px;
    background-color: rgba(255,204,0,0.3);
    display: inline-block;
    padding: 0 15px;
    text-transform: capitalize;
    color: #362F2D;
}

.about-us .mission-vision-box h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-us-page .image-top {
    position: relative;
    margin-top: 120px;
}

.about-us-page .image-top-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    bottom: 100px;
    left: 500px;
    background-color: #362F2D;
    padding-left: 100px;
    z-index: 0;
}

.about-us-page .image {
    position: relative;
    max-width: 600px;
    min-height: 675px;
    z-index: 1;
}

.about-us-page .image img {    
    width: 100%;
    object-fit: cover;
    height: 100vh;
    position: relative;
    z-index: 3;
}

.about-us-page .image-top-content h2,.about-us-page .image-top-content p {
    color: #fff;
}

.about-us-page .image-top-content h2 {
    padding-top: 60px;
    padding-left: 15px;
    margin-bottom: 0;
}

.about-us-page .image-top-content .pragraph {
    padding: 50px;
    margin-bottom: 25px;
    overflow-y: auto;
    height: 100%;
    max-height: 538px;
}

.about-us-page .image-top-content .link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-us-page .our-mission-title {
    line-height: 40px;
}

.about-us-page-video-section-wrapper {
    background-color: #362F2D;
    margin-top: 330px;
}

.about-us-page-video-section-wrapper .video-wrap {
    width: 100%;
    height: 530px;
    position: relative;
    background: url(..//images/about-us-page/about-us-page-2.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: -200px;
}

.about-us-page-video-section-wrapper .video-wrap:after {
    position: absolute;
    content: '';
    background-color: #362F2D;
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-us-page-video-section-wrapper .flaticon-play-button {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%,-50%);
    background-color: #FC0;
    padding: 20px;
    border-radius: 50%;
    z-index: 2;
}

.about-us-page-video-section-wrapper .flaticon-play-button::after {
    position: absolute;
    content: '';
    background-color: #FC0;
    opacity: .55;
    top: -17px;
    left: -17px;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 rgba(255,204,0,0.7);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,204,0,0.7),0 0 0 0 rgba(255,204,0,0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,204,0,0),0 0 0 0 rgba(255,204,0,0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,204,0,0),0 0 0 0 rgba(255,204,0,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,204,0,0),0 0 0 0 rgba(255,204,0,0.7);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,204,0,0.7),0 0 0 0 rgba(255,204,0,0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,204,0,0),0 0 0 0 rgba(255,204,0,0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,204,0,0),0 0 0 0 rgba(255,204,0,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,204,0,0),0 0 0 0 rgba(255,204,0,0.7);
    }
}

.team-member-box .social-icon {
    padding-bottom: 24px;
}

.team-member-box .social-icon i {
    display: inline-block;
    color: #362F2D;
    padding: 7px;
}

.team-member-box .social-icon i:hover {
    color: #FC0;
}

.team-member-box .social-icon a:nth-child(1) {
    padding-left: 0;
}

.team-member-box {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 20px 60px #362F2D11;
}

.team-member-box .team-content {
    padding-left: 15px;
}

.role {
    font-size: 14px;
    margin-bottom: 18px;
}

.team-member-box h5 {
    margin-top: 25px;
}

.service-page-top {
    margin-top: 150px;
}

.service-list .service-list-box {
    margin-bottom: 30px;
}

.service-list .service-list-content {
    box-shadow: 0 20px 60px #362F2D11;
    padding: 25px;
}

.service-list-content h4 {
    margin-bottom: 15px;
}

.service-list-content p {
    margin-bottom: 0;
}

.service-details img {
    width: 100%;
}

.right-tick-list li {
    margin-bottom: 20px;
}

.right-tick-list li:last-child {
    margin-bottom: 0;
}

.right-tick-list li:before {
    content: '\f00e';
    font-family: icofont;
    color: #fff;
    background-color: #362F2D;
    padding: 5px;
    border-radius: 50%;
    margin-right: 15px;
}

.service-details-in-right {
    width: 100%;
    height: 100%;
}

.service-details-in-right img {
    width: 100%;
}

.sidebar-title {
    text-transform: capitalize;
    background-color: #362F2D;
    color: #fff;
    padding: 15px 20px;
}

.service-details-sidebar li {
    margin-bottom: 10px;
    background-color: #F3F3F5;
    padding: 15px 25px;
    position: relative;
}

.service-details-sidebar li a:before {
    position: absolute;
    content: '';
    background-color: #362F2D;
    width: 0;
    height: 100%;
    transition: .15s;
    top: 0;
    left: 0;
}

.service-details-sidebar li a {
    color: #362F2D;
    text-transform: capitalize;
}

.service-details-sidebar li a:hover:before {
    width: 5px;
}

.service-details-sidebar li .active:before {
    background-color: #362F2D;
    width: 5px;
    height: 100%;
}

.service-details-sidebar .contact-us .location h4 {
    text-transform: capitalize;
}

.service-details-sidebar .contact-us span {
    display: block;
}

.success-section {
    position: relative;
    background: url(..//images/success-bg.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.success-section:after {
    position: absolute;
    content: '';
    background-color: #362F2D;
    opacity: .67;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.success-section .success-content-wrapper,.success-section .counter-box {
    z-index: 2;
    position: relative;
}

.counter-box p {
    margin-bottom: 0;
}

.success-section .success-content-wrapper {
    max-width: 666px;
    margin: 0 auto;
}

.success-section .success-content-wrapper .section-header h2,.success-section .success-content-wrapper .section-header p {
    color: #fff;
}

.counter-box h2,.counter-box p {
    color: #fff;
    text-transform: capitalize;
}

.counter-box h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

.counter-box .perc:after {
    content: '%';
}

.counter-box .plus:after {
    content: '+';
}

.our-project-section .our-porject-box {
    background-color: #FFF;
    box-shadow: 0 20px 60px #362F2D11;
}

.our-project-section .our-porject-content {
    padding: 25px;
}

.our-porject-content p {
    margin-bottom: 0;
}

.testimonial-section .slick-dots #slick-slide-control10,.testimonial-section .slick-dots #slick-slide-control11,.testimonial-section .slick-dots #slick-slide-control12 {
    display: none;
}

.testimonial-wrap {
    position: relative;
}

.tastimonial-image img {
    transform: translateY(-100%);
    transition: 1s;
}

.slick-active .tastimonial-image img {
    transform: translateY(0);
}

.testimonial-slid-box {
    padding: 50px;
    margin-top: 50px;
    padding-left: 0;
    transform: translateX(100%);
    transition: 1s;
}

.slick-active .testimonial-slid-box {
    transform: translateX(0);
}

.testimonial-slid-box p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 34px;
}

.testimonial-slid-box .quote {
    color: #FC0;
    font-size: 30px;
    max-width: 30px;
}

.testimonial-slid-box .flaticon-pointed-star {
    color: #FC0;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.testimonial-wrap:before {
    content: '';
    width: 83%;
    height: 84%;
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 20px 60px #362F2D11;
    right: 0;
    top: 50px;
    z-index: -1;
}

#slick-slide-control00,#slick-slide-control01,#slick-slide-control02 {
    display: none;
}

.testimonial-section .testimonial-wrap .slick-dots li {
    background-color: #362F2D;
    opacity: 32%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
}

.testimonial-section .testimonial-wrap .slick-dots {
    bottom: 60px;
    left: 246px;
    position: absolute;
}

.testimonial-section .testimonial-wrap .slick-dots .slick-active {
    opacity: 100%;
}

.slick-dots li button::before {
    content: '';
    opacity: 0;
}

.blog-section {
    margin-bottom: 290px;
}

.blog-box-wrapper {
    position: relative;
}

.blog-box-wrapper .blog-box-content {
    background-color: #362F2D;
    padding: 25px;
    position: absolute;
    bottom: -150px;
    right: 0;
    margin-left: 50px;
}

.blog-box-wrapper .blog-box-content p,.blog-box-wrapper .blog-box-content h4 {
    color: #FFF;
}

.blog-page-wrapper .blog-box-wrapper {
    margin-bottom: 180px;
}

.next-page-btn ul li a {
    display: inline-block;
    background-color: #F3F3F5;
    color: #362F2D;
    padding: 3px 12px;
    margin-right: 10px;
    transition: .1s;
}

.next-page-btn ul li .active {
    background-color: #362F2D;
    color: #fff;
}

.next-page-btn ul li a:hover {
    background-color: #362F2D;
    color: #fff;
}

.search-box .input-group {
    padding-top: 0;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-control {
    border: 0;
    background-color: #F3F3F5;
    border-radius: 0;
}

.form-control.input-radius {
    background-color: #F3F3F5;
    font-size: 14px;
    color: #362F2D;
}

.form-control.input-radius::placeholder {
    color: #362F2D;
}

.input-group-text {
    background-color: #FC0;
    color: #fff;
    font-size: 24px;
    padding: 9px 19px;
    border-radius: 0;
    border: none;
}

.input-group-append {
    margin-left: 0;
}

.date {
    font-size: 12px;
    color: #FC0;
    margin-bottom: 0;
}

.sidebar-popular-post-inner {
    margin-bottom: 15px;
    display: flex;
    max-width: 322px;
}

.sidebar-popular-post-image {
    margin-right: 15px;
    flex: none;
}

.categories-wrapper a {
    color: #362F2D;
    text-transform: capitalize;
}

.categories-wrapper h6 {
    padding-left: 30px;
    margin-bottom: 15px;
}

.tags .tag-item {
    color: #362F2D;
    background-color: #F3F3F5;
    padding: 10px 12px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog-page-2 {
    margin-bottom: 30px;
}

.blog-page-wrapper .displayflex {
    display: flex;
}

.blog-page-2 .image img {
    width: 100%;
    height: 100%;
}

.blog-page-2 .blog-content-box-2 {
    background-color: #fff;
    box-shadow: 0 20px 60px #362F2D11;
    padding: 40px;
}

.blog-page-2 .blog-content-box-2 .link-btn {
    margin-top: 25px;
}

.blog-page-2 .blog-content-box-2 .date {
    color: #362F2D;
}

.blog-page-2-style3 .blog-content-box-3 {
    background: url(..//images/blog-page-2/blog-page-11.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.blog-page-2-style3 .blog-content-box-image {
    background: url(..//images/blog-page-2/blog-page-12.png);
}

.blog-page-2-style3 .blog-content-box-3 .date,.blog-page-2-style3 .blog-content-box-3 p,.blog-page-2-style3 .blog-content-box-3 h4 {
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: left;
}

.blog-page-2-style3 .blog-content-box-3 .link-btn {
    position: relative;
    z-index: 2;
    text-align: left;
}

.blog-page-2-style3 .blog-content-box-3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(40,40,40,.9);
}

.blog-details-page .content-bottom {
    position: relative;
}

.blog-details-page .content-bottom .social-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-details-page .content-bottom .social-icon-wrapper .share {
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-details-page .top-content .top-para {
    margin: 0 12%;
}

.blog-details-page .top-content h2 {
    line-height: 52px;
}

.blog-details-page .top-content .gard {
    max-width: 400px;
}

.date2 {
    color: #362F2D;
    font-size: 14px;
}

.blog-details-page .top-content .gard .name {
    margin-left: 15px;
}

.blog-details-page .comments-wrapper .comments-content p {
    margin-bottom: 0;
}

.blog-details-page .comments-wrapper .comments-content .replay-btn {
    margin-top: 15px;
    margin-bottom: 30px;
}

.blog-details-page .content-bottom1,.blog-details-page .content-bottom2 {
    max-width: 650px;
    margin: auto;
}

.blog-details-page .blog-quote {
    font-weight: 400;
    max-width: 900px;
    border-left: 5px solid #362F2D;
    padding-left: 30px;
    line-height: 0;
}

.blog-details-page .blog-quote h4 {
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 0;
}

.blog-details-page .blog-quote .quote-in p {
    display: inline-block;
    font-size: 14px;
}

.blog-details-page .blog-quote .quote-in {
    margin-left: auto;
    width: max-content;
    margin-top: -15px;
}

.blog-details-page .blog-quote .flaticon-quote-1 {
    margin-right: 10px;
    color: #362F2D;
    opacity: 29%;
    font-size: 40px;
}

.blog-details-page .social-icon a {
    width: 30px;
    height: 30px;
    padding: 4px 9px;
    color: #362F2D;
    border: 1px solid #362F2D;
    border-radius: 50%;
    display: block;
    line-height: 18px;
    margin-bottom: 15px;
}

.blog-details-page .tags-wrapper .tags-title {
    display: inline-block;
    text-transform: capitalize;
    margin-right: 40px;
}

.blog-details-page .tags-wrapper .tags-list {
    display: inline-block;
}

.blog-details-page .tags-wrapper ul li {
    display: inline-block;
    background-color: #F3F3F5;
    margin-right: 10px;
}

.blog-details-page .tags-wrapper ul li a {
    padding: 10px 15px;
    color: #362F2D;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-details-recentpost h2 {
    text-transform: capitalize;
}

.blog-details-comments {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.blog-details-comments .comments-item {
    margin-bottom: 15px;
    display: flex;
}

.blog-details-comments .comments-item .comments-image {
    flex: none;
}

.blog-details-comments .comments-content .comments-name {
    font-weight: 500;
    line-height: 26px;
}

.blog-details-comments .replay-btn a {
    color: #362F2D;
    padding: 6px 12px;
    border: 1px solid #362F2D;
}

.blog-details-comments .replay-btn p {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
}

.blog-details-comments .replay-btn span {
    color: #292929;
}

.blog-details-comments .comments-box h4 {
    text-align: center;
    text-transform: capitalize;
    margin: 30px 0;
}

.blog-details-comments .comments-box .contact-us-form-wrapper {
    padding: 0;
}

.blog-details-comments .comments-box .contact-us-form-wrapper::after {
    display: none;
}

.contact-us-page .get-in-touch-wrapper {
    background-color: #362F2D;
    padding: 95px 50px;
}

.contact-us-page .get-in-touch-wrapper span,.contact-us-page .get-in-touch-wrapper h2 {
    display: block;
    color: #fff;
}

.contact-us-page .get-in-touch-wrapper ul li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 45px;
}

.contact-us-page .get-in-touch-wrapper ul li:last-child {
    margin-bottom: 0;
}

.contact-us-page .get-in-touch-wrapper ul .phone-number:before {
    position: absolute;
    content: "\ec46";
    font-family: icofont;
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
}

.contact-us-page .get-in-touch-wrapper ul .email:before {
    position: absolute;
    content: "\ef14";
    font-family: icofont;
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
}

.contact-us-page .get-in-touch-wrapper ul .location:before {
    position: absolute;
    content: "\ef79";
    font-family: icofont;
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
}

.contact-us-form-wrapper {
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 160px;
}

.contact-us-form-wrapper::after {
    position: absolute;
    content: '';
    background-color: #FFF;
    box-shadow: 0 20px 60px#362F2D11;
    width: 154%;
    height: 95%;
    top: -60px;
    left: -54%;
    z-index: -1;
}

.contact-us-form-wrapper h2 {
    text-transform: capitalize;
}

.contact-us-form-wrapper::placeholder {
    background-color: #F3F3F5;
    text-transform: capitalize;
    color: #362F2D;
    font-size: 14px;
}

.contact-us-form-wrapper .input-item {
    margin-bottom: 25px;
}

.contact-us-form-wrapper input,.contact-us-form-wrapper textarea {
    padding: 14px 25px;
    background-color: #F3F3F5;
    width: 100%;
}

.map-section .map iframe {
    width: 100%;
}

.page-404 {
    width: 100%;
    position: relative;
    background: url(..//images/banner/banner-bg2.png);
    text-align: center;
    background-size: cover;
    background-position: top center;
}

.page-404:after {
    position: absolute;
    content: '';
    background-color: #362F2D;
    opacity: .97;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-404 .content404 {
    position: relative;
    z-index: 2;
}

.page-404 .content404 h2 {
    color: #fff;
    font-size: 150px;
    text-shadow: 5px 5px 0 #FC0;
    line-height: 165px;
}

.page-404 .content404 p {
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.page-404 .search-box,.page-404 .link-btn,.page-404 .or404 {
    position: relative;
    z-index: 2;
    color: #fff;
}

.page-404 .search-box {
    max-width: 400px;
    margin: auto;
}

.footer-section {
    background-color: #362F2D;
    font-size: 15px;
}

.footer-section .footer-logo {
    background-color: #fff;
    padding: 10px;
    max-width: 320px;
}

.footer-heading h4 {
    text-transform: capitalize;
    color: #FC0;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.footer-heading h4:after {
    width: 35%;
    left: 0;
    transform: translate(0);
}

.footer-section .location-wrapper span,.footer-section .say-hello span {
    display: inline-block;
    color: #fff;
    letter-spacing: .75px;
}

.footer-navigation .navigation li {
    display: inline-block;
    padding-right: 25px;
}

.footer-content a,
.footer-navigation .navigation li a {
    text-transform: capitalize;
    color: #fff;
}

.footer-section .social-icon a:hover, .footer-section .social-icon a:focus,
.footer-content a:hover, .footer-content a:focus,
.footer-navigation .navigation li a:hover,.footer-navigation a:hover {
    color: #FC0;
}

.footer-section .social-icon a {
    font-size: 18px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
}

.footer-content span i {
    font-size: 18px;
    color: #fc0;
}

.footer-section .copyright {
    color: #fff;
    text-align: right;
}

.footer-section .copyright p {
    margin-bottom: 0;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fc0;
    width: 50px;
    height: 50px;
    line-height: 2.1;
    font-size: 25px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
}

#return-to-top i {
    color: #362f2d;
}

#return-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(54,47,45,0.25) 0%,rgba(54,47,45,0) 80%);
}

.card-group .card-header {
    padding: 0;
    margin: 0;
}

.card-header button {
    width: 100%;
    text-align: left;
    font-weight: 500;
    background-color: #362f2d;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    color: #ffcc00;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    line-height: 1.75;
}

.card-group .card-header button:after {
    content: '-';
    float: right;
    font-size: 24px;
    line-height: 1.2;
}

.card-group .card-header button.collapsed:after {
    content: '+';
}

.card-group .collapse {
    background-color: #ffffff;    
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}

.card-group .card-body {
    background-color: #f3f3f5;
    border: 1px solid #d8d8d8;
    margin: 15px;
}

.panel-size-style {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.panel-grid-size {
    flex: 1 1 auto;
    height: 100%;
}

.panel-size {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.title-size {
    font-size: 18px;
}

.popular-services h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
