@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}
body{
    height: 100%;
    padding: 0px;
    margin: 0px;

}
li, ul, ol{
    list-style: none;
}

a{
    text-decoration: none;
}
.sss-header .heading {
    max-width: 70%;
}
.sss-header .heading .sub-title {
    display: block;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #328737;
    margin-bottom: 10px;
}
.sss-header .heading h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.sss-header .heading-btn {
    position: relative;
    margin-bottom: 30px;
}
.sss-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top {
    position: relative;
    padding: 0 100px;
    background-color: #191939;
}
.header-top .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header-top .top-left {
    position: relative;
}
.header-top .top-left .contact-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
.header-top .top-left .contact-list li {
    position: relative;
    padding: 9px 0;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    margin-right: 30px;
}
.header-top .top-left .contact-list li a {
    color: rgba(255, 255, 255, .8);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .top-left .contact-list li svg {

    font-size: 22px;
    line-height: 50px;
    margin-right: 8px;
    color: #FECD1A;
}
.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}
.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-two li:first-child {
    margin-left: 0;
}
.social-icon-two li {
    position: relative;
    margin-left: 15px;
}
.social-icon-two li a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #FFDD02;
    background: rgba(255, 221, 2, 0.1);
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar{
padding: 0px 100px;
    transition: all 300ms ease;
    background: rgba(0, 0, 0, 0.3);
    /* backdrop-filter: blur(70px); */
      transition: all 300ms ease;

}
.navbar.mynavbar{
    width:100%;
    position:fixed;
    top:0;
    z-index:1099;
    background:#191939;
      transition: all 300ms ease;
}
.navbar .navbar-brand img{
    width: 200px;
    height: auto;
}
.navbar .nav{
margin-left: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar .nav > li {
    position: relative;
    float: left;
    padding: 30px 0px;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar .nav > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar .nav > li > a.active{
    color: #FECD1A;
}
.navbar .nav > li:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #FFDD02;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.navbar .nav > li:hover:before, .navbar .nav > li.active:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.ss-main{
    padding: 50px 0px 0px 0px;
    width: 100%;
    height:100%
}
.ss-top-banner{
    position: relative;
background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    padding: 200px 100px;
    display: grid;
    align-items: center;
}
.ss-top-banner:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(25,25,57,.3);
}
.sstb-content{
    width:auto;
    text-align: center;
}
.ss-top-banner .sstb-content h1.sstbc-heading {
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 80px;
    text-align: center;
}
.ss-top-banner .sstb-content p.sstbc-text {
    position: relative;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}
.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 15px 25px;
    font-weight: 600;
    background: #FFDD02;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 0px;
    border:none;
}
.btn-style-one:hover{
    color:#FFDD02;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
.btn-style-one .btn-title {
    position: relative;
}
.btn-style-one:hover:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #191939;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.ss-home-services{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 100px;
}

.ssh-service-content{
    padding: 44px;

}
.ssh-service-content .service-card{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 6px 4px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 6px  4px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 6px 4px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 6px 4px rgba(0,0,0,0.10);
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ssh-service-content .service-card .card-img-top{
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.ssh-service-content .service-card img{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ssh-service-content .service-card img:hover{
    transform: scale(1.2);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ssh-service-content .service-card h3.card-title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #328737;
}
p.card-text{
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}
.ssh-service-content .service-card .btn{
    position: relative;
    margin-top: 30px;
}

.ssh-projects{
    position: relative;
    padding: 120px 0;
    background-color: #191939;
    overflow:hidden;
}
.ssh-projects .sss-header{
    width: 100%;
    text-align: center;
}
.ssh-projects .heading{
    max-width: 100%;
    width: 100%;
}
.ssh-projects .sss-header h2{
    color: #FFFFFF;
}
.ssh-project-content{
    padding-top: 50px ;
}
.owl-projects .active .content img {
    height: 530px;
    width: 100%;

    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    transition: all 300ms ease;
}
.ssh-project-content .content img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ssh-project-content .owl-projects {
    max-width: 944px;
    margin: 0 auto;
}
.ssh-project-content .owl-projects .owl-stage-outer {
    overflow: visible;
}
.ssh-project-content .owl-projects .sshp-item{
    position: relative;
}
.ssh-project-content .owl-projects .content{
    position: relative;
}
.ssh-project-content .owl-projects .content:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ssh-project-content .owl-projects .active .content:before {
    height: 208px;
    opacity: 0.9;
    visibility: visible;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.ssh-project-content .owl-projects .active .content .caption {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.ssh-project-content .owl-projects .caption {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 17px 35px;
    border-left: 6px solid #FFDD02;
    z-index: 8;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}
.ssh-project-content .owl-projects .caption  h5 a{
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Lexend', sans-serif;
}
.owl-projects .owl-next, .owl-projects .owl-prev {
    position: absolute;
    display: block;
    text-align: center;
    width: 66px;
    height: 60px;
    line-height: 60px;
    margin-top: -35px;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #FFDD02 !important;
    border: 1px solid #FFDD02 !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-projects .owl-next:hover, .owl-projects .owl-prev:hover {

    background: #FFDD02 !important;
    color: black !important;
    transition: all 300ms ease;
}
.owl-projects .owl-prev {
    left: -166px;
}
.owl-projects .owl-next {
    right: -166px;
}
.ssh-projects .btn-box{
    margin-top: 40px;
}
.ssh-projects .btn-style-one:hover{
    border: 1px solid #FFDD02;
}

.ssh-about {
    position: relative;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 1067px;
}
.ssh-about .heading{
    max-width: 100%;
    width: 90%;
}
.ssh-about .ss-about-content .about-text:before{
    position: absolute;
    width: 140px;
    height: 4px;
    left: 0;
    top: 50%;
    background: #FFDD02;
    border-radius: 4px;
    content: "";
}
.ssh-about .ss-about-content .about-text {
    max-width: 755px;
    position: relative;

}
.ssh-about .ss-about-content .about-text p{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    margin-top: 40px;
    padding-left: 180px;
}
.ssh-about .ss-about-content  .btn-box {
    position: relative;
    padding-left: 180px;
}
.ss-testimonials{
    position: relative;
    padding: 110px 0 120px;
    background: #F9F9F9;
}
.ss-testimonials .heading{
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.ss-testimonials-content{
    margin-top:80px;
    padding: 20px;
}
.ss-testimonials .testimonial-box{
    position: relative;
}
.ss-testimonials .testimonial-box .sst-top{
    position: relative;
    padding-left: 100px;
    min-height: 80px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.ss-testimonials .testimonial-box .sst-top .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.ss-testimonials .testimonial-box .sst-top .image-box img {
    display: block;
    width: 100%;
}
.ss-testimonials .testimonial-box .sst-top .ssp-name {
    position: relative;
    display: block;
    color: #070710;
    margin-bottom: 8px;
    font-size: 26px;
}
.ss-testimonials .testimonial-box .sst-top .ssp-designation{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #444444;
    opacity: 0.8;
    font-weight: 400;
}
.feedback-text{
    position: relative;
    width: 100%;
    padding: 0px 10px;
}
.feedback-text p{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    font-weight: 400;
}
.ss-testimonials .owl-nav , .ssh-service-content .owl-nav{
    display: none;
}

.ss-testimonials .owl-dots ,.ssh-service-content .owl-dots {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ss-testimonials .owl-dot ,.ssh-service-content .owl-dot {
    position: relative;
    margin: 0 5px;
    height: 14px;
    width: 14px;
    border-radius: 10px;
    border: 2px solid rgba(112,112,112,.40) !important;
    background: rgba(112,112,112,.10) !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ss-testimonials .owl-dot.active ,.ssh-service-content .owl-dot.active {
    border: 2px solid #52C459 !important;
    background: #52C459 !important;
}
.ss-contact {
    position: relative;
    padding: 120px 0 70px;
}

.contact-form-card{
    margin-bottom: 50px;
    background: white;
    border: 0px;
    border-radius: 0px;
    padding:30px;
    margin-top:30px;

}
.contact-form-card .form-group input[type="text"],
.contact-form-card .form-group input[type="password"],
.contact-form-card .form-group input[type="number"],
.contact-form-card .form-group input[type="email"],
.contact-form-card .form-group input[type="tel"],
.contact-form-card .form-group textarea, .contact-form-card .form-group select {
    position: relative;
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    padding: 10px 20px;
    height: 50px;
    outline:none;
    box-shadow:none;
    margin-bottom:20px;
    background: #FBFBFB;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form-card .form-group textarea {
    height: 140px;
    resize: none;
    padding-top: 15px;
}
.form-group input:focus, .form-group input:active{
    border: 1px solid #52C459 !important;
}
.contact-sec-right{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-right-content{
    max-width: 380px;
    width: 100%;
    position: relative;
    padding: 40px 40px;
    background-color: #191939;
}
.contact-right-content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/icon/dots2.png');
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    opacity: .2;
}
.contact-box{
    z-index:1;
    margin-bottom: 15px;
    position: relative;
}
.contact-box h4 svg{
    font-size: 30px;
    color: #FFDD02;
    margin-right: 10px;
}
.contact-box h4{
    font-size: 22px;
    color: white;
    padding-bottom:10px;
}
.contact-box p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    padding-left: 36px;
    margin-bottom: 20px;
}


.ssb-section{
    position: relative;
    padding: 120px 0;
}

.ssb-block {
    position: relative;
}
.ssb-block .inner-box {
    position: relative;
}
.ssb-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.ssb-block .image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 364px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    z-index: 1;
}
.ssb-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: 548px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ssb-block .post-date, .ssb-block-two .post-date {
    position: absolute;
    right: 30px;
    margin: 0px;
    top: 30px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lexend', sans-serif;
    color: #070710;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 16px;
    background-color: #FFDD02;
}


.ssb-block .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 30px;
    z-index: 2;
}


.st-ssb-block.ssb-block .content-box {
    padding: 0 0px 0 150px;
}

.ssb-block .content-box .info-wrap {
    position: relative;
    background: #f4f7f7;
    padding: 30px;
}

.ssb-block .content-box .post-info, .ssb-block-two .post-info, .ssb-block-three .post-info {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.ssb-block .content-box .post-info li, .ssb-block-two .post-info li, .ssb-block-three .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    color: #328737;
    text-transform: capitalize;
}


.ssb-block .content-box .post-info li::before, .ssb-block-two .post-info li:before, .ssb-block-three .post-info li:before {
    position: absolute;
    content: '';
    background-color: #d7d8d7;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 10px;
    right: -15px;
}
.ssb-block .content-box .post-info li svg, .ssb-block-two .post-info li svg, .ssb-block-three .post-info li svg {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 14px;
}


.ssb-block .inner-box h4 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #070710;
}
.ssb-block .inner-box h4 a{
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #070710;
}


.ssb-block-two {
    position: relative;
    margin-bottom: 30px;
    background-color: #f4f7f7;
    padding: 10px;
}
.ssb-block-two.st-ssb-block-two .image {
    width: 150px;
}
.ssb-block-two .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ssb-block-two .post-date {
    right: 0px;
    top: 0px;
}

.ssb-block-two.st-ssb-block-two .post-info-wrap {
    width: calc(100% - 170px);
}

.ssb-block-two h5 {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: capitalize;
    color: #070710;
}
.ssb-block-two h5 a{
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: capitalize;
    color: #070710;
}
.ssb-block-two .post-info {
    margin-bottom: 0px;
    margin-top: 8px;
}


.ssb-section .heading{
    max-width:100%;
    width:100%;
    position:relative;
    text-align:center;
    margin-bottom:60px;
}




.page-title {
      position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0px 100px 0;
}
.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    content: "";
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-title h2 {
       font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 17px;
    font-size: 45px;
}
.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    margin-right: 15px !important;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}


.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: rgba(255,255,255,.6);
    font-weight: 500;
    text-transform: capitalize;
    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;
}


.page-breadcrumb li:last-child:after {
    display:none;
}


.page-breadcrumb li:after {
        position: absolute;
    content: "";
    right: -6px;
    top: 7px;
    border: solid rgba(255,255,255,.7);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.map iframe{
    width:100%;
    height:500px;
}



.ss-page-about{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 0px;
}
.ss-page-about h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}


.ss-page-about p{
    position: relative;
    font-size: 18px !important;
    line-height: 28px;
    color: #444444;
    margin-top: 20px;
   
}
.ss-page-about p span{
    position: relative;
    font-size: 18px !important;
    line-height: 28px;
    color: #444444;
   
}
.ss-mission{
margin:50px 0px;
padding:100px 100px;
background:#191939;
text-align:center;
}

.ss-mission h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color:white;
    margin-bottom:40px;
}
.ss-mission h2:after{
        content: "";
    width: 20%;
    height: 2px;
    background: #FFDD02;
    position: absolute;
    bottom: -6px;
    left: 40%;
}
.ss-mission p, .ss-mission p span {
    color:white !important;
    position: relative;
}


.projects-section {
    position: relative;
    padding: 120px 0;
}
.project-page-block {
    position: relative;
    margin-bottom: 30px;
}

.project-page-block .image-box {
    position: relative;
}

.project-page-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0;
}
.project-page-block .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.project-page-block .caption-box {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 6px 30px;
    border-left: 6px solid #FFDD02;
    z-index: 8;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-page-block .caption-box h5 {
    line-height: 1.5em;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-page-block .caption-box h5 a{
    line-height: 1.5em;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-page-block .image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}




/* Blog CSS Start */


.blog-section{
     padding:100px 0px;
     position:relative;
}
.blog-section .blog-card {
    -webkit-box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
    margin-bottom: 30px;
    background: #FFFFFF;
   
}

.blog-section .blog-card:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-section .blog-card:hover .blog-img .blog-date {
    left: 0;
}

.blog-section .blog-card .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-section .blog-card .blog-img img {
        -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 250px;
}

.blog-section .blog-card .blog-img .blog-date {
    position: absolute;
    background: #ffdd02;
    width: auto;
    text-align: center;
    top: 0;
    left: 25px;
    padding: 6px 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-section .blog-card .blog-img .blog-date span {
    color: #000000;
    display: inline-block;
    line-height: 25px;
}

.blog-section .blog-card .blog-text {
      padding: 15px 20px 20px;
}

.blog-section .blog-card .blog-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.4;
}

.blog-section .blog-card .blog-text  a h3{
    color: black;
}

.blog-section .blog-card .blog-text .post-info {
       position: relative;
    font-size: 15px;
}

.blog-section .blog-card .blog-text .post-info img {
    position: absolute;
}



.blog-section .blog-card .blog-text .post-info .blog-btn {
     position: absolute;
    right: 0;
    top: 3px;
    font-size: 14px;
    color: #328737;
}

.blog-section .blog-card .blog-text .post-info .blog-btn i {
    font-size: 12px;
}

.blog-section .blog-card:hover .blog-text a h3, .blog-section .blog-card:hover .blog-text .post-info a p, .blog-section .blog-card:hover .blog-text .post-info .blog-btn {
    color: #328737;
}




/**-------------- Blog Details Page CSS Start --------------**/

.blog-details-area{
    padding-top:50px;
}
.blog-details-area .section-title{
   text-align:left;
}
.blog-details-area .blog-description .article-image {
    margin-bottom: 35px;
    position: relative;
}

.blog-details-area .blog-description .article-image .blog-date {
    position: absolute;
    background: #ffdd02;
    text-align: center;
    top: 25px;
    left: 25px;
    padding: 8px 16px;
}

.blog-details-area .blog-description .article-image .blog-date span {
    color: #000000;
    display: inline-block;
    line-height: 25px;
}

.blog-details-area .blog-description .article-info {
    margin-bottom: 25px;
    position: relative;
}

.blog-details-area .blog-description .article-info ul {
    margin: 0;
    padding-left: 0;
}

.blog-details-area .blog-description .article-info ul li {
    font-size: 14px;
    color: #328737;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.blog-details-area .blog-description .article-info ul li i {
    margin-right: 5px;
}

.blog-details-area .blog-description .article-title {
    font-size: 32px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-details-area .blog-description p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.blog-details-area .blog-description .article-bottom-img {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

.blog-details-area .blog-description .article-meta {
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px;
}

.blog-details-area .blog-description .article-meta::before {
    position: absolute;
    content: '';
    background: #ebebeb;
    width: 50%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.blog-details-area .blog-description .article-meta ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-details-area .blog-description .article-meta ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    color: #808291;
}

.blog-details-area .blog-description .article-meta ul li i {
    margin-right: 5px;
}

.blog-details-area .blog-description .blog-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    background: #ddd;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.blog-details-area .blog-description .blog-nav .prev-btn, .blog-details-area .blog-description .blog-nav .next-btn {
    width: 50%;
}

.blog-details-area .blog-description .blog-nav .prev-btn a, .blog-details-area .blog-description .blog-nav .next-btn a {
    color: #3f3f3f;
    border: 1px solid #db612f;
    border-radius: 5px;
    padding: 8px 20px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    background: #FFFFFF;
}

.blog-details-area .blog-description .blog-nav .prev-btn a:hover, .blog-details-area .blog-description .blog-nav .next-btn a:hover {
    background: #db612f;
    color: #FFFFFF;
}

.blog-details-area .blog-description .blog-comment {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog-details-area .blog-description .blog-comment h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
}

.blog-details-area .blog-description .blog-comment .form-control {
    height: 60px;
    padding-left: 20px;
    border: 1px solid #328737;
    width: 100%;
    border-radius: 0;
    background: #fcf6f6;
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog-details-area .blog-description .blog-comment .message-field {
    padding-top: 20px;
    padding-left: 20px;
    border: 1px solid #328737;
    width: 100%;
    background: #fcf6f6;
    border-radius: 5px;
}

.blog-details-area .blog-description .blog-comment .message-field:focus {
    outline: 0;
}

.blog-details-area .blog-description .blog-comment ::-webkit-input-placeholder {
    font-size: 14px;
    color: #a07373;
    font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment :-ms-input-placeholder {
    font-size: 14px;
    color: #a07373;
    font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment ::-ms-input-placeholder {
    font-size: 14px;
    color: #a07373;
    font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment ::placeholder {
    font-size: 14px;
    color: #a07373;
    font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment .default-btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: #ff7c00;
    color: #FFFFFF;
    padding: 15px 40px;
    margin-top: 10px;
    border: 1px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-details-area .blog-description .blog-comment .default-btn:hover {
    background: #FFFFFF;
    border: 1px dashed #ff7c00;
    color: #ff7c00;
}

.blog-details-area .blog-search {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 30px;
}

.blog-details-area .blog-search form {
    position: relative;
}

.blog-details-area .blog-search form input {
    border: 1px solid #fe6a12;
    padding: 10px 20px;
    width: 100%;
}

.blog-details-area .blog-search form input:focus {
    outline: 0;
}

.blog-details-area .blog-search form ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #333333;
}

.blog-details-area .blog-search form :-ms-input-placeholder {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #333333;
}

.blog-details-area .blog-search form ::-ms-input-placeholder {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #333333;
}

.blog-details-area .blog-search form ::placeholder {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #333333;
}

.blog-details-area .blog-search form button {
    position: absolute;
    background: #db612f;
    text-align: center;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 18px;
    -webkit-transition: .5S;
    transition: .5S;
}

.blog-details-area .blog-search form button:hover {
    background: #333333;
}

.blog-details-area .blog-search form button i {
    color: #FFFFFF;
}

.blog-details-area .recent-blog {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.blog-details-area .recent-blog h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-area .recent-blog .recent-post {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
}

.blog-details-area .recent-blog .recent-post img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.blog-details-area .recent-blog .recent-post h3 {
    margin-bottom: 0;
}

.blog-details-area .recent-blog .recent-post h3 a {
    color: #333333;
    font-size: 14px;
    padding-left: 110px;
    margin-bottom: 10px;
    padding-top: 8px;
    display: inline-block;
    line-height: 18px;
}

.blog-details-area .recent-blog .recent-post h3 a:hover {
    color: #328737;
}

.blog-details-area .recent-blog .recent-post ul {
    padding-left: 110px;
    margin-bottom: 0;
}

.blog-details-area .recent-blog .recent-post ul li {
    display: inline-block;
    color: #328737;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-right: 10px;
}

.blog-details-area .recent-blog .recent-post ul li i {
    font-size: 14px;
}

.blog-details-area .recent-blog .recent-post:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-details-area .blog-category {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.blog-details-area .blog-category h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-area .blog-category ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-details-area .blog-category ul li {
    line-height: 1;
    list-style: none;
}

.blog-details-area .blog-category ul li a {
    padding: 15px 20px;
    display: block;
    border-left: 2px solid #328737;
    position: relative;
    border-bottom: 1px dashed #dddddd;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.blog-details-area .blog-category ul li a svg {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 25px;
}

.blog-details-area .blog-category ul li a:hover {
    background: #328737;
    color: #FFFFFF;
}

.blog-details-area .photo-gallery {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.blog-details-area .photo-gallery h3 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.blog-details-area .photo-gallery a img {
    padding-left: 20px;
    margin-bottom: 20px;
    max-width: 95px;
}

.blog-details-area .tags {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.blog-details-area .tags h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-area .tags a {
    background: #e5e5e5;
    color: #333333;
    padding: 8px 16px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    border: 1px dashed #333333;
    width: 100px;
    text-align: center;
}

.blog-details-area .tags a:hover {
    background: #328737;
    color: #FFFFFF;
}
.blog-details-area .post-sd{
    padding-bottom: 30px;
}
/**-------------- Blog Details Page CSS End --------------**/





.service-detail-section {
    position: relative;
    padding: 120px 0px 70px;
}

.service-detail {
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}

.service-detail .text-box {
    position: relative;
    margin-bottom: 60px;
}
.service-detail .text-box h3 {
    position: relative;
    color: #070710;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.service-detail .text-box p {
    position: relative;
    font-weight: 400;
    margin-bottom: 30px;
}

.service-detail-section .sidebar-side {
    margin-bottom: 50px;
}


.services-sidebar .widget_nav_menu {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 30px 30px;
    margin-bottom: 50px;
}

.services-sidebar h5 {
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size:18px;
}

.services-sidebar ul.menu {
    position: relative;
}
.services-sidebar ul.menu li {
    position: relative;
    margin-bottom: 10px;
    background-color: #f4f7f7;
}

.services-sidebar ul.menu li:before {
    background-color: #191939;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    height: 100%;
    width: 2px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-sidebar ul.menu li:hover:before, .services-sidebar ul.menu li.current-menu-item:before {
    width: 100%;
}
.services-sidebar ul.menu li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0px 20px 0px;
    text-transform: capitalize;
    color: #070710;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.services-sidebar ul.menu li:hover a:before, .services-sidebar ul.menu li:hover a, .services-sidebar ul.menu li.current-menu-item a:before, .services-sidebar ul.menu li.current-menu-item a {
    color: #ffffff;
}
.service-detail .two-column .image img {
    display: block;
    width: 100%;
    margin-bottom:30px;
}
.service-detail .text-box li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    padding-left: 34px;
    margin-bottom: 18px;
}
.service-detail .text-box li:before {
    position: absolute;
    left:-35px;
    top: 0;
    height: 24px;
    width: 24px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    background: #70C047;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}



.project-detail-section {
    position: relative;
    padding: 120px 0;
}
.project-info-box {
    position: relative;
    border-bottom: 1px solid rgba(7, 7, 16, .1);
}


.project-info-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-info-box .image img {
    width: 100%;
    height: auto;
}

.project-info-box .project-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 48px 0 10px;
}
.project-info-box .project-info li:first-child {
    text-align: left;
}
.project-info-box .project-info li {
    position: relative;
    margin-bottom: 30px;
}
.project-info-box .project-info h5 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size:18px;
}
.project-info-box .project-info p {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #444444;
}
.project-detail {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 0 0;
}


.project-detail h3 {
    font-weight: 600;
    margin-bottom: 36px;
    font-size: 24px;
    text-transform: uppercase;
}
.project-detail p {
    margin-bottom: 20px;
}
.project-detail ul {
    position: relative;
}
.project-detail ul li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    padding-left: 34px;
    margin-bottom: 18px;
}


.project-detail ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    background: #70C047;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

.main-footer {
    position: relative;
    background-color: #191939;
}
.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/icon/footerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}


.main-footer .widgets-section {
    position: relative;
    padding: 85px 0 0px;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .footer-widget {
    position: relative;
}
.main-footer .about-widget {
    position: relative;
    margin-top: -25px;
}
.main-footer .logo {
    margin-bottom: 30px;
}
.main-header .logo img, .main-footer .logo img {
    height: 45px;
}
.main-footer .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 30px;
}
.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one li {
    position: relative;
    margin-right: 15px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,.60);
    background: rgba(250, 241, 255, .1);
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .widget-title {
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size:18px;
    position:relative;
}

.main-footer .widget-title:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #FFDD02;
}

.main-footer .widget-title:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 19px;
    bottom: 0px;
    background-color: #FFDD02;
}
.footer-widget ul.menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-widget ul.menu li {
    position: relative;
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-widget ul.menu li a{
    color: rgba(255, 255, 255, .6);
 
}
.footer-widget ul.menu li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    left: 0px;
    top: 0px;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}
.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    padding-left: 36px;
    margin-bottom: 20px;
}
.main-footer .contact-list li a{
 
    color: rgba(255, 255, 255, .6);
  
}
.main-footer .contact-list li svg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 26px;
    color: #FFDD02;
}
.recent-posts {
    position: relative;
}
.recent-posts .post {
    position: relative;
    margin-bottom: 20px;
}
.recent-posts .post .post-thumb {
    position: relative;
    width: 80px;
}

.recent-posts .post .post-detail-wrap {
    position: relative;
    width: calc(100% - 100px);
}

.recent-posts .post h6 a{
    position: relative;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 26px;
    text-transform: lowercase;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.recent-posts .post .post-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFDD02;
}
.recent-posts .post .post-date .icon {
    font-size: 18px;
    margin-right: 12px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.footer-bottom {
    position: relative;
    width: 100%;
}
.footer-bottom .copyright-text {
    position: relative;
    padding: 10px 0px;
}
.footer-bottom .copyright-text p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: rgba(255,255,255,.60);
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    right: 0;
    opacity: 1;
}
