/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     
Version:        1.0.0
Author:         Theme
URL:            theme
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  about-section
#0.7  services-section
#0.8  specialization
#0.9  recent-projects
#1.0  testimonials-section
#1.1  recent-blog-section
#1.2  partners-section
#1.3  contact-section

----------------------------------------------------------------
  #home style 2
----------------------------------------------------------------
#2.1  about-section-s2
#2.2  recent-projects-s2

----------------------------------------------------------------
  #home style 3
----------------------------------------------------------------
#3.1  about-section-s3
#3.2  services-section-s2
#3.3  recent-projects-s3
#3.4  testimonials-section-s2

----------------------------------------------------------------
  #about page
----------------------------------------------------------------
#4.1  about-pg-section
#4.2  about-pg-history
#4.3  fun-fact-section

----------------------------------------------------------------
  #contact page
----------------------------------------------------------------
#5.1  contact-pg-section
#5.2  contact-map-section

----------------------------------------------------------------
  #service single page
----------------------------------------------------------------
#6.1  service-single-section

----------------------------------------------------------------
  #project single page
----------------------------------------------------------------
#7.1  project-single-section

----------------------------------------------------------------
  #shop page
----------------------------------------------------------------
#8.1  shop-section

----------------------------------------------------------------
  #shop details page
----------------------------------------------------------------
#9.1  shop-details-section

----------------------------------------------------------------
  #blog page
----------------------------------------------------------------
#10.1 blog-pg-section

----------------------------------------------------------------
  #blog single page
----------------------------------------------------------------
#11.1 blog-single-section

----------------------------------------------------------------
  #404 page
----------------------------------------------------------------
#12.1   error-404-section

----------------------------------------------------------------*/


/*---------------------------
  Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,600,700,800&display=swap');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
    font-size: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 15px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px !important;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #373285;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}

button:focus {
    outline: none;
}


/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.box-style {
    padding: 0 60px;
}

@media (max-width: 1199px) {
    .box-style {
        padding: 0 35px;
    }
}

@media (max-width: 991px) {
    .box-style {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .box-style {
        padding: 0 10px;
    }
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 90px 0;
    }
}

.mouse-follower {
    background-color: rgba(55, 50, 133);
    position: absolute;
    color: white;
    width: 25px;
    height: 25px;
    border: 1px solid #d4d6d8;
    z-index: 9999;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}


/*** color + bacground ***/

.color-1 {
    color: #373285 !important
}

.bg-color-1 {
    background: #373284 !important;
}


/*** padding + margin ***/

.p-0 {
    padding: 0!important;
}

.pad-l-100 {
    padding-left: 100px !important;
}

.left-50 {
    left: 49% !important;
}

.pad-l-35 {
    padding-left: 35px !important;
}

.pad-t-10 {
    padding-top: 10px !important;
}

.pad-t-100 {
    padding-top: 100px !important;
}

.pad-t-125 {
    padding-top: 125px !important;
}

.pad-b-100 {
    padding-bottom: 100px !important;
}

.mr-bt-0 {
    margin-bottom: 0 !important;
}

.mr-bo-30 {
    margin-bottom: 30px;
}

.mr-to-30 {
    margin-top: 30px;
}

.capital-text {
    text-transform: capitalize !important;
}

.slider-bg-1 {
    min-height: 817px;
    position: relative;
    background: url(../images/add/slider-bg.jpg) top left/cover no-repeat;
}

@media (max-width: 991px) {
    .slider-bg-1 {
        min-height: 300px;
    }
}

.contact-bg {
    position: relative;
    background: url(../images/add/contact-bg.jpg) center center/cover no-repeat local;
}

.contact-bg:before {
    content: "";
    background-color: rgba(44, 44, 44, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}


/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    position: relative;
    top: 10px;
}

.contact-validation-active #loader i {
    font-size: 26px;
    font-size: 1.73333rem;
    color: #373285;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}


/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 99 !important;
}

.fancybox-wrap {
    z-index: 999 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}


/*** for section-title ***/

.section-title {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-title {
        padding-left: 0;
        margin-bottom: 45px;
    }
}

.section-title h2 {
    font-size: 85px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin: 0.31em 0 0;
    z-index: 9;
}

.section-title h2:before {
    content: '';
    position: absolute;
    right: 31px;
    bottom: 16px;
    z-index: -1;
    height: 15px;
    width: 344px;
    background: #bbbbbd;
}

@media (max-width: 991px) {
    .section-title h2:before {
        left: 42px;
        bottom: 10px;
        height: 8px;
        width: 173px
    }
}

@media (max-width: 767px) {
    .section-title h2:before {
        left: 36px;
        bottom: 7px;
        height: 8px;
        width: 143px;
    }
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 35px;
    }
}

.section-title .about-transparent-text {
    font-family: 'Poppins', sans-serif;
    font-size: 350px;
    font-weight: 800;
    color: #f1f2f2;
    line-height: 0.8em;
    text-transform: uppercase;
    position: absolute;
    left: -110px;
    top: -30px;
    color: rgba(255, 255, 255, 1);
    text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
}

@media (max-width: 991px) {
    .section-title .about-transparent-text {
        font-size: 250px;
        left: -60px;
        top: -8px;
    }
}

@media (max-width: 767px) {
    .section-title .about-transparent-text {
        font-size: 220px;
        left: -50px;
        top: 5px;
    }
}

.section-title-s2 {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-title-s2 {
        padding-left: 0;
        margin-bottom: 45px;
    }
}

.section-title-s2 > span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #777676;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    margin-top: -0.31em;
    display: inline-block;
}

@media (max-width: 991px) {
    .section-title-s2 > span {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 767px) {
    .section-title-s2 > span {
        letter-spacing: 2px;
    }
}

.section-title-s2 > span:after {
    content: "";
    background: #d3d3d3;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 12px;
}

.section-title-s2 h2 {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin: 0.31em 0 0.35em;
    z-index: 9;
}

@media (max-width: 991px) {
    .section-title-s2 h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .section-title-s2 h2 {
        font-size: 35px;
    }
}

.section-title-s2 h2:before {
    content: '';
    position: absolute;
    right: 62px;
    top: 165px;
    z-index: -1;
    height: 1px;
    width: 200px;
    background: #2c2c2c;
}

.section-title-s2 h2:after {
    content: "";
    position: absolute;
    left: 155px;
    top: 165px;
    height: 15px;
    width: 15px;
    box-shadow: 0 0 0 5px rgb(42, 42, 42);
    border-radius: 50%;
}

.section-title-s2 p {
    font-size: 14px;
    z-index: 9;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0;
    line-height: 25px;
}

.section-title-s2 .video-transparent-text {
    font-family: 'Poppins', sans-serif;
    font-size: 335px;
    font-weight: 800;
    color: #f1f2f2;
    line-height: 0.8em;
    text-transform: uppercase;
    position: absolute;
    right: -150px;
    z-index: -1;
    top: 10px;
    color: rgba(255, 255, 255, 1);
    text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
}

@media (max-width: 991px) {
    .section-title-s2 .video-transparent-text {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .section-title-s2 .video-transparent-text {
        font-size: 60px;
    }
}

.section-title-s3 {
    margin-bottom: 40px;
}

.section-title-s3 span {
    color: #373285;
}

.with-less {
    padding-left: 66px;
}

@media (max-width: 991px) {
    .with-less {
        padding-left: 15px;
    }
}

.section-title-s3 h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 62px;
    color: #2c2c2c;
    margin: 0.21em 0 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .section-title-s3 h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-title-s3 h2 {
        font-size: 35px;
    }
}

.section-title-s3 h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 15px;
    width: 86%;
    background: #bbbbbd;
    z-index: -1;
}

@media (max-width: 991px) {
    .section-title-s3 h2:before {
        width: 25%;
    }
}

.section-title-s4 {
    margin-bottom: 40px;
}

.section-title-s4 span {
    color: #373285;
}

.section-title-s4 h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 62px;
    color: #373285;
    margin: 0.21em 0 0;
    position: relative;
    z-index: 2;
    text-align: right;
}

.section-title-s4 h2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 9px;
    height: 15px;
    width: 86%;
    background: #bbbbbd;
    z-index: -1;
}

@media (max-width: 991px) {
    .section-title-s4 h2 {
        font-size: 42px;
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .section-title-s4 h2 {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

.section-title-s4 .transparent-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title-s4 > span:after {
    display: none;
}

.section-title-s5 h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 82px;
    color: #2c2c2c;
    margin: 0.21em 0 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .section-title-s5 h2 {
        font-size: 42px;
        line-height: 63px;
    }
}

@media (max-width: 767px) {
    .section-title-s5 h2 {
        font-size: 36px;
        line-height: 52px;
    }
}

.section-title-s5 h2:before {
    content: '';
    position: absolute;
    left: 110px;
    top: 50px;
    height: 15px;
    width: 59%;
    background: #373285;
    z-index: -1;
}

@media (max-width: 991px) {
    .section-title-s5 h2:before {
        top: 38px;
        height: 10px;
    }
}

@media (max-width: 767px) {
    .section-title-s5 h2:before {
        left: 75px;
        top: 28px;
        height: 10px;
        width: 59%;
    }
}

.section-title-s5 {
    margin-bottom: 40px;
}

.section-title-s5 span {
    font-size: 16px;
    color: #2c2c2c;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title-s6 {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-title-s6 {
        padding-left: 0;
        margin-bottom: 45px;
    }
}

.section-title-s6 > span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #777676;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    margin-top: -0.31em;
    display: inline-block;
}

@media (max-width: 991px) {
    .section-title-s6 > span {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 767px) {
    .section-title-s6 > span {
        letter-spacing: 2px;
    }
}

.section-title-s6 > span:after {
    content: "";
    background: #d3d3d3;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 12px;
}

.section-title-s6 h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 62px;
    color: #373285;
    margin: 0.21em 0 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    text-align: right;
}

@media (max-width: 991px) {
    .section-title-s6 h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .section-title-s6 h2 {
        font-size: 35px;
    }
}

.section-title-s6 h2:before {
    content: '';
    position: absolute;
    left: 60px;
    bottom: 9px;
    height: 15px;
    width: 80%;
    background: #bbbbbd;
    z-index: -1;
}

.section-title-s6 h2:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    height: 15px;
    width: 15px;
    box-shadow: 0 0 0 5px rgb(42, 42, 42);
    border-radius: 50%;
}

.section-title-s6 p {
    font-size: 17px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0;
    padding-left: 1px;
    margin-left: 2px;
    text-align: left;
    line-height: 21px;
    margin-top: 11px;
    position: relative;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .section-title-s6 p {
        padding-left: 10px;
        text-align: right;
    }
}

.section-title-s6 p:before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 50px);
    background: #2c2c2c;
}

.section-title-s6 .team-transparent-text {
    font-family: 'Poppins', sans-serif;
    font-size: 335px;
    font-weight: 800;
    color: #f1f2f2;
    line-height: 0.8em;
    text-transform: uppercase;
    position: absolute;
    right: -186px;
    z-index: -1;
    top: 8px;
    color: rgba(255, 255, 255, 1);
    text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
}

@media (max-width: 991px) {
    .section-title-s6 .team-transparent-text {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .section-title-s6 .team-transparent-text {
        font-size: 60px;
    }
}

.theme-btn {
    display: inline-block;
    height: 80px;
    border: 1px solid #2c2c2c;
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 0;
    padding-left: 80px;
    padding-right: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-btn {
        height: 60px;
        line-height: 60px;
        font-size: 13px;
        padding-left: 60px;
        padding-right: 20px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .theme-btn {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        padding-left: 50px;
        padding-right: 20px;
        font-weight: 600;
    }
}

.theme-btn span {
    color: #373285;
}

.theme-btn:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 40px;
    height: 1px;
    width: 100px;
    background: #2c2c2c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.theme-btn:hover {
    background: #2c2c2c;
    color: #fff;
}

.theme-btn:hover:before {
    left: -30px;
    background: #373285;
}

@media (max-width: 991px) {
    .theme-btn:before {
        left: -40px;
        top: 30px;
        width: 80px;
    }
    .theme-btn:hover:before {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .theme-btn:before {
        left: -20px;
        top: 25px;
        width: 60px;
    }
    .theme-btn:hover:before {
        left: -15px;
    }
}

.theme-btn-slider {
    display: inline-block !important;
    height: 80px !important;
    line-height: 80px !important;
    border: 1px solid #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    padding-left: 45px !important;
    padding-right: 120px !important;
    position: relative !important;
    border-radius: 0 !important;
}

@media (max-width: 1199px) {
    .theme-btn-slider {
        height: 60px !important;
        line-height: 55px !important;
        font-size: 13px !important;
        padding: 0 20px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 991px) {
    .theme-btn-slider {
        height: 60px !important;
        line-height: 55px !important;
        font-size: 13px !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 767px) {
    .theme-btn-slider {
        height: 40px !important;
        line-height: 35px !important;
        font-size: 12px !important;
        padding: 0 18px !important;
    }
}

.theme-btn-slider span {
    color: #373285;
}

.theme-btn-slider:hover {
    background: #2c2c2c;
    color: #fff;
}

.theme-btn-s3,
.theme-btn-s4 {
    font-family: 'Poppins', sans-serif;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    border: 1px solid #ababab;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-btn-s3,
    .theme-btn-s4 {
        height: 45px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .theme-btn-s3,
    .theme-btn-s4 {
        height: 40px;
        line-height: 35px;
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 0 18px;
    }
}

.theme-btn-s3:hover,
.theme-btn-s4:hover {
    background-color: #373285;
    color: #fff;
}

.theme-btn-s2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #6b6b6b;
    letter-spacing: 2px;
    padding-right: 25px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

@media (max-width: 991px) {
    .theme-btn-s2 {
        font-size: 15px;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.theme-btn-s2:after {
    content: "\e628";
    font-family: "themify";
    position: absolute;
    right: 0;
}

.theme-btn-s2:hover {
    color: #373285;
}

.theme-btn-s3,
.theme-btn-s4 {
    color: #676767;
    font-weight: 500;
    padding: 0 28px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .theme-btn-s3,
    .theme-btn-s4 {
        padding: 0 20px;
    }
}

.theme-btn-s4 {
    background-color: transparent;
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 0 25px;
}

@media screen and (min-width: 992px) {
    .theme-btn-s4 {
        height: 45px;
        line-height: 42px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #373285;
    -webkit-box-shadow: 0 0 5px 0 #373285;
    -moz-box-shadow: 0 0 5px 0 #373285;
    -o-box-shadow: 0 0 5px 0 #373285;
    -ms-box-shadow: 0 0 5px 0 #373285;
    box-shadow: 0 0 5px 0 #373285;
}

.form::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form:-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form:-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/******************************
  #page title
******************************/

.page-title {
    background: url(../images/add/slider-bg.jpg) top left/cover no-repeat;
    width: 100%;
    height: 480px;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title .pattern {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    pointer-events: none;
}

@media (max-width: 991px) {
    .page-title .pattern {
        height: 120%;
    }
}

.page-title .pattern > span {
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 114%;
    position: absolute;
    left: 3.1%;
    top: 0;
}

.page-title .pattern > span:nth-child(1):before {
    content: "";
    background: #ffbd34;
    width: 7px;
    height: 70px;
    position: absolute;
    bottom: 35%;
    left: -3px;
    z-index: -1;
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
}

.page-title .pattern > span:nth-child(2) {
    left: 24%;
}

.page-title .pattern > span:nth-child(3) {
    left: 54%;
}

.page-title .pattern > span:nth-child(4) {
    left: 97%;
}

.page-title .pattern > span:nth-child(5) {
    left: 121%;
}

.page-title .shape {
    background: url(../images/add/blog-bg.jpg) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 1535px;
    height: 800px;
    right: 0;
    bottom: -100px;
}

@media (max-width: 991px) {
    .page-title .shape {
        height: 300px;
    }
}

.page-title .shape:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: -1;
    height: 100%;
    width: calc(100% - 25px);
    background: #373285;
}

.page-title h2,
.page-title ol {
    color: #fff;
}

.page-title h2 {
    font-size: 110px;
    font-weight: 700;
    text-align: right;
    margin: 1em 0 0.30em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 50px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
    }
}

.page-title .page-title-mar {
    margin: 2em 0 0.30em !important;
}

@media (max-width: 991px) {
    .page-title .page-title-mar {
        margin: 4em 0 0.30em !important;
    }
}

@media (max-width: 767px) {
    .page-title .page-title-mar {
        margin: 4em 0 0.30em !important;
    }
}

.page-title h2 span.dot {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #373285;
    border-radius: 50%;
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 26px;
    color: #fff;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
    }
}

.page-title .breadcrumb li a {
    color: #ffff;
}

.page-title .breadcrumb li a:hover {
    color: #373285;
}

.page-title .breadcrumb > li + li:before {
    font-family: "IcoFont";
    content: "\ea94";
    color: #fff;
    margin-right: 5px;
}

.page-title .back-to-top {
    width: auto;
    position: absolute;
    left: 55px;
    bottom: auto;
    top: calc(60% + 102px);
    z-index: 2;
}

@media (max-width: 1300px) {
    .page-title .back-to-top {
        left: 25px;
        top: calc(50% + 64px);
    }
}

.page-title .back-to-top a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-title .back-to-top a:before {
    content: '';
    position: absolute;
    right: 51px;
    top: 10px;
    height: 2px;
    width: 80px;
    background: #373285;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.preloader .dot1,
.preloader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #373285;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/****************************************
  service single sidebar
****************************************/

.service-sidebar {
    /*** service-list-widget ***/
    /*** download-widget ***/
    /*** contact-widget ***/
}

@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 80px;
    }
}

.service-sidebar > .widget + .widget {
    margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
    list-style: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e6e6e6;
}

.service-sidebar .service-list-widget a {
    font-weight: 500;
    display: block;
    color: #2c2c2c;
    padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    background-color: #373285;
    color: #fff;
}

.service-sidebar .download-widget ul {
    list-style: none;
}

.service-sidebar .download-widget ul > li + li {
    margin-top: 5px;
}

.service-sidebar .download-widget ul a {
    background-color: #2c2c2c;
    color: #fff;
    padding: 17px 25px;
    display: block;
}

.service-sidebar .download-widget ul i {
    display: inline-block;
    padding-right: 10px;
    color: #373285;
}

.service-sidebar .download-widget ul a:hover {
    color: #373285;
}

.service-sidebar .contact-widget {
    background-color: #373285;
    padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0.8em;
}

.service-sidebar .contact-widget p {
    color: #fff;
    margin: 0 0 1em;
}

.service-sidebar .contact-widget p + a {
    color: #fff;
}

.service-sidebar .contact-widget p + a i {
    font-size: 14px;
}

.service-sidebar .contact-widget p + a:hover {
    color: #2c2c2c;
}

.contact-top h2 {
    text-transform: uppercase;
    background: #2c2c2c;
    color: #fff;
    padding: 16px 25px;
    font-size: 20px;
}

.contact-top p {
    margin-bottom: 18px;
    padding: 0 15px;
}


/****************************************
  shop sidebar
****************************************/

.shop-sidebar {
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** popular-product-widget ***/
    /*** tag-widget ***/
}

@media (max-width: 991px) {
    .shop-sidebar {
        max-width: 300px;
        margin-top: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .shop-sidebar .widget {
        border: 1px solid #eee;
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    .shop-sidebar .widget {
        border: 1px solid #eee;
        padding: 40px 20px;
    }
}

.shop-sidebar > .widget + .widget {
    margin-top: 65px;
}

.shop-sidebar .widget > h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-top: 0;
    margin-bottom: 32px;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .shop-sidebar .widget > h3 {
        position: relative;
    }
    .shop-sidebar .widget > h3:before {
        content: "";
        background-color: #373285;
        width: 50px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .shop-sidebar .widget > h3 {
        position: relative;
        padding-left: 40px;
    }
    .shop-sidebar .widget > h3:before {
        content: "";
        background-color: #373285;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 8px;
    }
}

.shop-sidebar .widget ul {
    list-style: none;
}

.shop-sidebar .search-widget div {
    position: relative;
}

.shop-sidebar .search-widget button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #373285;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-sidebar .search-widget input {
    background-color: #f3f3f3;
    height: 50px;
    padding: 6px 40px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-sidebar .categories-widget ul li {
    position: relative;
    color: #fff;
}

.shop-sidebar .categories-widget ul li span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-sidebar .categories-widget ul li a {
    color: #2c2c2c;
}

.shop-sidebar .categories-widget ul > li + li {
    margin-top: 15px;
}

.shop-sidebar .categories-widget ul li a:hover {
    color: #373285;
}

.shop-sidebar .popular-product-widget ul li {
    overflow: hidden;
}

.shop-sidebar .popular-product-widget ul > li + li {
    margin-top: 20px;
}

.shop-sidebar .popular-product-widget .product-image {
    width: 70px;
    float: left;
}

.shop-sidebar .popular-product-widget .product-info {
    width: calc(100% - 70px);
    float: left;
    padding-left: 20px;
}

.shop-sidebar .popular-product-widget .product-info > a {
    color: #4d4248;
    display: block;
    margin-bottom: 4px;
}

.shop-sidebar .popular-product-widget .product-info > a:hover {
    color: #373285;
}

.shop-sidebar .popular-product-widget .star-rating {
    margin-bottom: 5px;
}

.shop-sidebar .popular-product-widget .star-rating i {
    font-size: 12px;
    font-size: 0.8rem;
    color: #373285;
}

.shop-sidebar .tag-widget .tagcloud a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #2c2c2c;
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    border-radius: 0;
    margin: 0 5px 5px 0;
}

.shop-sidebar .tag-widget .tagcloud a:hover {
    background-color: #373285;
    border-color: #373285;
    color: #fff;
}


/**** pagination ****/

.pagination-wrapper {
    max-height: 45px;
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 45px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    padding: 10px;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.33333rem;
    border: 1px solid transparent;
    color: #2c2c2c;
    display: block;
    border-radius: 50%;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    border-color: #373285;
    color: #373285;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}


/****************************************
  blog sidebar
****************************************/

.blog-sidebar {
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** popular-product-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
    .blog-sidebar {
        padding-left: 0px;
        margin-top: 150px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        max-width: 300px;
        margin-top: 70px;
    }
}

.blog-sidebar > .widget + .widget {
    margin-top: 65px;
}

.blog-sidebar .widget {
    padding: 0;
}

@media (max-width: 991px) {
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
}

.blog-sidebar .about-widget .author-pic {
    margin-bottom: 25px;
}

.blog-sidebar .about-widget p {
    font-size: 14px;
    margin: 0 0 10px;
}

.blog-sidebar .about-widget img {
    border-radius: 50%;
}

.blog-sidebar .about-widget .social-icons {
    display: inline-block;
    overflow: hidden;
}

.blog-sidebar .about-widget .social-icons li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin: 0 4px
}

.blog-sidebar .about-widget .social-icons li a {
    background: #d8d8d8;
    display: block;
    color: #fff;
    border-radius: 50%;
}

.blog-sidebar .about-widget .social-icons li a:hover {
    background: #373285;
}

.blog-sidebar .about-widget .social-icons > li + li {
    margin-left: 15px;
}

.blog-sidebar .widget > h3 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 0.65em;
    margin: 0 0 0.8em;
    position: relative;
}

.blog-sidebar .widget > h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #373285;
}

.blog-sidebar .widget ul {
    list-style: none;
}

.blog-sidebar .search-widget div {
    position: relative;
}

.blog-sidebar .search-widget button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #373285;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .search-widget input {
    background-color: #fbfbfb;
    height: 50px;
    padding: 6px 40px 6px 20px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.blog-sidebar .categories-widget ul li {
    position: relative;
    color: #26211d;
}

.blog-sidebar .categories-widget ul li span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e8e8e6;
    font-weight: 300;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.blog-sidebar .categories-widget ul li a {
    color: #26211d;
}

.blog-sidebar .categories-widget ul > li + li {
    margin-top: 15px;
}

.blog-sidebar .categories-widget ul li a:hover {
    color: #373285;
}

.blog-sidebar .popular-post-widget ul li {
    overflow: hidden;
}

.blog-sidebar .popular-post-widget ul > li + li {
    margin-top: 20px;
}

.blog-sidebar .popular-post-widget .post-image {
    width: 100px;
    float: left;
}

.blog-sidebar .popular-post-widget .post-info {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .popular-post-widget .post-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
}

@media (max-width: 991px) {
    .blog-sidebar .popular-post-widget .post-title {
        font-size: 15px;
    }
}

.blog-sidebar .popular-post-widget .date {
    font-size: 12px;
    font-weight: 300;
    color: #373285;
}

.blog-sidebar .popular-post-widget .post-info > a {
    color: #26211d;
    display: block;
    margin-bottom: 6px;
}

.blog-sidebar .popular-post-widget .post-info > a:hover {
    color: #373285;
}

.blog-sidebar .tag-widget .tagcloud a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #383838;
    padding: 8px 13px;
    border-radius: 0px;
    margin: 0 0px 5px 0;
    font-weight: 200;
}

.blog-sidebar .tag-widget .tagcloud a:hover {
    background-color: #373285;
    border-color: #373285;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .blog-with-left-sidebar .blog-sidebar {
        padding: 0 20px 0 0;
        margin-top: 150px;
    }
}

@media (max-width: 991px) {
    .blog-with-left-sidebar .blog-sidebar {
        margin-top: 70px;
    }
}

.theme-accordion-s1,
.theme-accordion-s2 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default,
.theme-accordion-s2 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading,
.theme-accordion-s2 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel + .panel,
.theme-accordion-s2 .panel + .panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
    background-color: #373285;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        font-size: 16px;
        font-size: 1.06667rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before,
    .theme-accordion-s2 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.2rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus,
.theme-accordion-s2 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
    background-color: #f1f1f1;
    color: #2c2c2c;
}

.theme-accordion-s1 .panel-heading .collapsed:before,
.theme-accordion-s2 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fbfbfb;
    font-size: 18px;
    font-size: 1.2rem;
    border: 0;
    padding: 40px 25px 15px;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 25px 10px;
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
    margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
    border: 0;
    position: relative;
}

.theme-accordion-s2 .panel-heading a {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    color: #373285;
    display: block;
    padding: 12px 25px;
    border: 1px solid #dde2e8;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s2 .panel-heading a .icon {
    background: #373285;
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading a .icon {
        display: none;
    }
}

.theme-accordion-s2 .panel-heading a .icon:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
    display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
    color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
    content: "\f107";
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding-left: 130px;
    min-height: 135px;
    position: relative;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding-left: 15px;
        min-height: auto;
    }
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
    position: absolute;
    left: 0;
    top: 30px;
}

@media (max-width: 767px) {
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
        position: static;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/

.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header .navigation .navbar-brand {
    height: auto;
}

.site-header #navbar {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a {
    color: #2c2c2c;
}

.site-header #navbar > ul li a:hover {
    text-decoration: none;
}

.site-header #navbar > ul li a:focus {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar > ul > li > a {
        font-size: 16px;
        font-size: 1.06667rem;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 250px;
        border-top: 2px solid #373285;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #ececec;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 15px;
        font-size: 1rem;
        display: block;
        padding: 12px 20px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #373285;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.93333rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }
    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }
    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }
    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    .site-header .container {
        width: 100%;
    }
    .site-header .navbar-header button {
        background-color: #2c2c2c;
        width: 50px;
        border: 1px solid rgba(217, 178, 86, 0.42);
        height: 45px;
        padding: 5px 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        outline: 0;
        position: absolute;
        right: 20px;
        top: 6px;
        z-index: 20;
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #373285;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #373285;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 0;
        outline: none;
        position: absolute;
        left: 0px;
        top: 6px;
        z-index: 20;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }
    .site-header #navbar > ul > li > a {
        padding: 13px 15px 13px 50px;
    }
    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .navbar-nav {
        margin: 70px 0 0;
        background: url("../images/add/sidebar-bg.jpg") left top/cover no-repeat;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .site-header #navbar .navbar-nav {
        margin: 70px 0 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }
    .site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }
    .site-header .navbar-header {
        float: none;
    }
    .site-header .navbar-right {
        float: none;
    }
    .site-header .navbar-nav {
        float: none;
    }
    .site-header .navbar-nav > li {
        float: none;
    }
    .navbar-brand {
        padding: 0;
        margin-left: 0;
    }
    .pad-navbar {
        padding: 15px;
    }
}

@media (min-width: 768px) {

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}

.site-header .cart-search-contact {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.site-header .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.site-header .cart-search-contact .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #373285;;
}

.header-style-2 .cart-search-contact .fi:before {
    color: #2c2c2c;
}

.site-header .cart-search-contact > div {
    float: left;
    position: relative;
}

.site-header .cart-search-contact > div + div {
    margin-left: 20px;
}

.site-header .cart-search-contact .header-search-form-wrapper {
    padding-top: 5px;
}

@media (max-width: 450px) {
    .site-header .cart-search-contact .header-search-form-wrapper {
        display: none;
    }
}

.site-header .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 69px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

.site-header .cart-search-contact form div {
    position: relative;
}

.site-header .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-header .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-header .cart-search-contact .mini-cart .fi:before {
    font-size: 28px;
    font-size: 1.86667rem;
}

.site-header .cart-search-contact .mini-cart .cart-count {
    background: #373285;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.66667rem;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.site-header .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    border-top: 2px solid #373285;
    z-index: 10;
    position: absolute;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 450px) {
    .site-header .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #2c2c2c;
    margin: 0;
    text-transform: uppercase;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 15px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    float: left;
    margin-right: 15px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
    border-color: #fdc900;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    text-align: left;
    color: #2c2c2c;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #373285;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 15px;
    border-top: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4 {
    float: right;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #2c2c2c;
    margin-top: 10px;
    display: inline-block;
}

.site-header .cart-search-contact .mini-cart-content-toggle,
.site-header .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .site-header .cart-search-contact .get-quote {
        display: none;
    }
}


/*******************************************
  header style 1
*******************************************/

.header-style-1 {
    width: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.header-style-1 .navigation {
    background: #fbfbfbc9;
}

.header-style-1 .menu-lang {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .header-style-1 .menu-lang {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .header-style-1 {
        /*** hover effect ***/
    }
    .header-style-1 .menu-lang .lang li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0;
        width: 40px;
        height: 40px;
        border: 1px solid transparent;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header-style-1 .menu-lang .lang li:hover,
    .header-style-1 .menu-lang .lang li.active {
        border-color: #d3ae58;
    }
    .header-style-1 .navbar-header {
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }
    .header-style-1 ul {
        list-style: none;
    }
    .header-style-1 .navigation-holder {
        background: url("../images/add/sidebar-bg.jpg") left top/cover no-repeat;
        width: 375px;
        height: 100% !important;
        padding: 65px 55px;
        position: fixed;
        right: -395px;
        top: 0;
        z-index: 999;
    }
    .header-style-1 .navigation-holder > ul {
        float: none;
        height: 100%;
        overflow: auto;
    }
    .header-style-1 #navbar > ul {
        width: 100%;
        height: 100%;
    }
    .header-style-1 #navbar > ul > li {
        float: none;
    }
    .header-style-1 #navbar > ul li a {
        text-transform: uppercase;
    }
    .header-style-1 #navbar > ul li a,
    .header-style-1 #navbar > ul > li .sub-menu a {
        font-size: 42px;
        font-weight: 700;
        color: #2c2c2c;
        font-family: 'Oswald', sans-serif;
        line-height: 47px;
        text-transform: uppercase;
        padding-left: 0;
        display: inline-block;
    }
    .header-style-1 #navbar > ul > li .sub-menu a {
        text-transform: none;
        font-weight: 300;
    }
    .header-style-1 #navbar > ul > li .sub-menu a:hover {
        color: #373285;
    }
    .header-style-1 #navbar > ul li a {
        padding: 20px 15px;
    }
    .header-style-1 #navbar > ul .sub-menu {
        background-color: transparent;
        width: auto;
        height: 0;
        border-top: 0;
        position: static;
        left: 0;
        top: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        padding-left: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header-style-1 #navbar > ul .sub-menu.open-submenu {
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header-style-1 #navbar > ul > li .sub-menu li {
        border-bottom: 0;
    }
    .header-style-1 #navbar > ul > li:hover > .sub-menu {
        top: auto;
        visibility: hidden;
        opacity: 0;
    }
    .header-style-1 #navbar > ul .sub-menu > li:hover > .sub-menu {
        left: auto;
        visibility: hidden;
        opacity: 0;
    }
    .header-style-1 .close-navbar-2 {
        background-color: #2c2c2c;
        width: 50px;
        height: 50px;
        color: #fff;
        border: 0;
        border-radius: 0%;
        outline: none;
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 20;
    }
    .header-style-1 #navbar > ul .menu-item-has-children > a:before {
        content: "";
        background: #bbbbbd;
        width: 80%;
        height: 20px;
        position: absolute;
        left: 40px;
        top: calc(71% - 16px);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
    }
    .site-header #navbar > ul > li > a:hover:before,
    .site-header #navbar > ul > li > a .active>:hover:before {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .header-style-1 .close-navbar-2 {
        display: none;
    }
}

.header-style-1 .navigation {
    padding: 53px 0;
}

@media (max-width: 991px) {
    .header-style-1 .navigation {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .navigation {
        padding: 0 0 0 20px;
    }
}

.header-style-1 .menu-info {
    position: absolute;
    left: 67%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1390px) {
    .header-style-1 .menu-info {
        left: 52%;
    }
}

@media (max-width: 767px) {
    .header-style-1 .menu-info {
        display: none;
    }
}

.header-style-1 .menu-info ul {
    overflow: hidden;
    list-style: none;
}

.header-style-1 .menu-info ul li {
    font-size: 13px;
    padding-bottom: 5px;
    float: left;
    line-height: 1em;
    color: #fff;
    font-weight: 200;
    letter-spacing: 4px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul li {
        font-size: 16px;
        letter-spacing: 2px;
        padding-bottom: 2px;
    }
}

.header-style-1 .menu-info ul > li + li {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul > li + li {
        margin-left: 20px;
    }
}

.header-style-1 .menu-info ul .fi {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul .fi {
        top: 2px;
    }
}

.header-style-1 .menu-info ul .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #373285;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.header-style-1 .menu-open-btn-holder p {
    right: 70px;
    position: absolute;
    top: 10px;
    color: #373285;
    text-transform: uppercase;
    font-size: 20px;
}

.header-style-1 .menu-open-btn-holder {
    background-color: transparent;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 55px;
    top: 25px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-open-btn-holder {
        display: none;
    }
}

.header-style-1 .menu-open-btn-holder button {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.header-style-1 .menu-open-btn-holder button span {
    background-color: #373285;
    width: 44px;
    height: 2px;
    position: absolute;
    top: 12px;
    right: 9px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(2) {
    top: 22px;
    width: 28px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(3) {
    top: 32px;
    width: 28px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-header button {
        top: 35px;
    }
}

.header-style-1 .cart-search-contact {
    right: 220px;
}

@media (max-width: 991px) {
    .header-style-1 .cart-search-contact {
        right: 95px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .cart-search-contact {
        right: 85px;
    }
}

.header-style-1 .navigation-holder.open-navigation-menu {
    right: 0;
}


/*******************************************
  header style 2
*******************************************/

.header-style-2,
.header-style-3 {
    /*** topbar ***/
    /*** navigation ***/
    /*** search cart ***/
}

.header-style-2 .topbar,
.header-style-3 .topbar {
    padding: 15px 0;
    border-bottom: 1px solid #f1efef;
}

@media (max-width: 991px) {
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        text-align: center;
        padding: 15px;
    }
}

.header-style-2 .topbar p,
.header-style-3 .topbar p {
    font-size: 15px;
    font-size: 1rem;
    color: #636363;
    margin: 0;
}

@media (max-width: 991px) {
    .header-style-2 .topbar p,
    .header-style-3 .topbar p {
        margin-bottom: 8px;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.header-style-2 .topbar ul,
.header-style-3 .topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    padding-top: 2px;
}

@media (max-width: 991px) {
    .header-style-2 .topbar ul,
    .header-style-3 .topbar ul {
        float: none;
        display: inline-block;
    }
}

.header-style-2 .topbar ul li,
.header-style-3 .topbar ul li {
    font-size: 15px;
    font-size: 1rem;
    float: left;
    padding: 2px 0;
    color: #636363;
    line-height: 1em;
}

@media (max-width: 991px) {
    .header-style-2 .topbar ul li,
    .header-style-3 .topbar ul li {
        font-size: 14px;
        font-size: 0.93333rem;
        padding-bottom: 2px;
    }
}

@media (max-width: 767px) {
    .header-style-2 .topbar ul li,
    .header-style-3 .topbar ul li {
        float: none;
    }
}

.header-style-2 .topbar ul > li + li,
.header-style-3 .topbar ul > li + li {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .header-style-2 .topbar ul > li + li,
    .header-style-3 .topbar ul > li + li {
        margin-left: 25px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .header-style-2 .topbar ul > li + li,
    .header-style-3 .topbar ul > li + li {
        margin: 8px 0 0;
    }
}

.header-style-2 .topbar ul .fi,
.header-style-3 .topbar ul .fi {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 3px;
}

.header-style-2 .topbar ul .fi:before,
.header-style-3 .topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #373285;
}

@media (max-width: 991px) {
    .header-style-2 .topbar ul .fi:before,
    .header-style-3 .topbar ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.header-style-2 .navigation ul,
.header-style-3 .navigation ul {
    list-style: none;
}

@media screen and (min-width: 992px) {
    .header-style-2 .navigation .navbar-brand,
    .header-style-3 .navigation .navbar-brand {
        margin-top: 7px;
    }
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        margin-right: 100px;
    }
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 40px 12px;
    }
    .header-style-2 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before,
    .header-style-3 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        content: "\e649";
    }
    .header-style-2 #navbar > ul .sub-menu,
    .header-style-3 #navbar > ul .sub-menu {
        -webkit-box-shadow: 0px 15px 60px -19px black;
        box-shadow: 0px 15px 60px -19px black;
    }
}

@media screen and (min-width: 1200px) {
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 40px 15px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .navbar-header button {
        top: 25px;
    }
}

.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
    top: 71px;
}

@media (max-width: 991px) {
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 64px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .navbar-header button {
        top: 20px;
    }
}

@media (max-width: 1199px) {
    .header-style-2 .cart-search-contact {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .cart-search-contact {
        right: 100px;
    }
}

@media (max-width: 767px) {
    .header-style-2 .cart-search-contact {
        right: 85px;
    }
}


/*******************************************
  header style 3
*******************************************/

@media screen and (min-width: 992px) {
    .header-style-3 {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .header-style-3 .topbar p,
    .header-style-3 .topbar ul li,
    .header-style-3 #navbar > ul > li > a {
        color: #d8d8d8;
    }
    .header-style-3 .topbar {
        border-color: rgba(255, 255, 255, 0.05);
    }
    .header-style-3 .navigation {
        background-color: transparent;
    }
    .header-style-3 .cart-search-contact .fi:before {
        color: #d8d8d8;
    }
    .header-style-3 #navbar > ul .sub-menu {
        background-color: #2c2c2c;
    }
    .header-style-3 #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #171717;
    }
    .header-style-3 #navbar > ul li a {
        color: #cac9c9;
    }
}

@media (max-width: 991px) {
    .header-style-3 .navigation {
        background-color: #2c2c2c;
    }
}

@media (max-width: 1199px) {
    .header-style-3 .cart-search-contact {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-3 .cart-search-contact {
        right: 100px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .cart-search-contact {
        right: 85px;
    }
}


/*******************************************
  header style 1
*******************************************/

.header-style-4 {
    width: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.header-style-4 .navigation {
    background: transparent;
}

@media screen and (min-width: 992px) {
    .header-style-4 {
        /*** hover effect ***/
    }
    .header-style-4 .menu-lang {
        position: absolute;
        left: 2%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }
    .header-style-4 .menu-lang .lang li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0;
        width: 40px;
        height: 40px;
        border: 1px solid transparent;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header-style-4 .menu-lang .lang li:hover,
    .header-style-4 .menu-lang .lang li.active {
        border-color: #d3ae58;
    }
    .header-style-4 .navbar-header {
        position: absolute;
        left: 20%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }
    .header-style-4 ul {
        list-style: none;
    }
    .header-style-4 .navigation-holder {
        background: transparent;
        width: 320px;
        height: 100%;
        padding: 35px 35px 50px 0;
        position: absolute;
        left: -395px;
        top: 0;
        z-index: 999;
        display: block;
    }
    .header-style-4 .navigation-holder > ul {
        float: none;
        height: 100%;
        overflow: hidden;
    }
    .header-style-4 #navbar > ul {
        width: 100%;
        height: 100%;
    }
    .header-style-4 #navbar > ul > li {
        float: none;
        padding-left: 60px;
    }
    .header-style-4 #navbar > ul li a {
        text-transform: uppercase;
    }
    .header-style-4 #navbar > ul li a,
    .header-style-4 #navbar > ul > li .sub-menu a {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        line-height: 24px;
        text-transform: capitalize;
        padding-left: 0;
        display: inline-block;
    }
    .header-style-4 #navbar > ul > li .sub-menu a {
        text-transform: none;
        font-weight: 300;
    }
    .header-style-4 #navbar > ul > li .sub-menu a:hover {
        color: #373285;
    }
    .header-style-4 #navbar > ul > li a:hover {
        color: #373285;
    }
    .header-style-4 #navbar > ul li a {
        padding: 5px;
    }
    .header-style-4 #navbar > ul .sub-menu {
        background-color: transparent;
        width: auto;
        height: 0;
        border-top: 0;
        position: static;
        left: 0;
        top: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        padding-left: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header-style-4 #navbar > ul .sub-menu.open-submenu {
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header-style-4 #navbar > ul > li .sub-menu li {
        border-bottom: 0;
    }
    .header-style-4 #navbar > ul > li:hover > .sub-menu {
        top: auto;
        visibility: hidden;
        opacity: 0;
    }
    .header-style-4 #navbar > ul .sub-menu > li:hover > .sub-menu {
        left: auto;
        visibility: hidden;
        opacity: 0;
    }
    .header-style-4 #navbar > ul .menu-item-has-children > a:before {
        content: "";
        background: #373285;
        width: 6px;
        height: 6px;
        position: absolute;
        left: -10px;
        top: calc(71% - 10px);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
    }
    .site-header #navbar > ul > li > a:hover:before,
    .site-header #navbar > ul > li > a .active>:hover:before {
        opacity: 1;
    }
}

.header-style-4 .navigation {
    padding: 53px 0;
}

@media (max-width: 991px) {
    .header-style-4 .navigation {
        padding: 0;
    }
}

.header-style-4 .menu-info {
    position: absolute;
    left: 67%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
    .header-style-4 .menu-info {
        left: 48%;
    }
}

@media (max-width: 1199px) {
    .header-style-4 .menu-info {
        left: 54%;
    }
}

@media (max-width: 991px) {
    .header-style-4 .menu-info {
        left: 46%;
    }
}

@media (max-width: 767px) {
    .header-style-4 .menu-info {
        display: none;
    }
}

.header-style-4 .menu-info ul {
    overflow: hidden;
    list-style: none;
}

.header-style-4 .menu-info ul li {
    font-size: 13px;
    padding-bottom: 5px;
    float: left;
    line-height: 1em;
    color: #fff;
    font-weight: 200;
    letter-spacing: 4px;
}

@media (max-width: 991px) {
    .header-style-4 .menu-info ul li {
        font-size: 14px;
        padding-bottom: 2px;
    }
}

.header-style-4 .menu-info ul > li + li {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .header-style-4 .menu-info ul > li + li {
        margin-left: 25px;
    }
}

.header-style-4 .menu-info ul .fi {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .header-style-4 .menu-info ul .fi {
        top: 2px;
    }
}

.header-style-4 .menu-info ul .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff;
}

@media (max-width: 991px) {
    .header-style-4 .menu-info ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.header-style-4 .menu-open-btn-holder p {
    right: 70px;
    position: absolute;
    top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.header-style-4 .menu-open-btn-holder {
    background-color: transparent;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 55px;
    top: 25px;
}

@media (max-width: 991px) {
    .header-style-4 .menu-open-btn-holder {
        display: none;
    }
}

.header-style-4 .menu-open-btn-holder button {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.header-style-4 .menu-open-btn-holder button span {
    background-color: #fff;
    width: 44px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.header-style-4 .menu-open-btn-holder button > span:nth-child(2) {
    top: 22px;
    width: 28px;
}

.header-style-4 .menu-open-btn-holder button > span:nth-child(3) {
    top: 32px;
    width: 28px;
}

@media (max-width: 991px) {
    .header-style-4 .navbar-header button {
        top: 25px;
    }
}

.header-style-4 .cart-search-contact {
    right: 220px;
}

@media (max-width: 1199px) {
    .header-style-4 .cart-search-contact {
        right: 150px;
    }
}

@media (max-width: 991px) {
    .header-style-4 .cart-search-contact {
        right: 100px;
    }
}

@media (max-width: 767px) {
    .header-style-4 .cart-search-contact {
        right: 85px;
    }
}

.header-style-4 .navigation-holder.close-navigation-menu {
    left: -375px;
    display: block;
}

.header-style-4 .navigation-holder {
    left: 0;
    top: 100px;
    display: block;
}


/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** pagi info ***/
    /*** social-links ***/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .slider-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .slide .container {
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero .slide .container {
        padding: 0;
    }
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    width: 80px;
    height: 80px;
    z-index: 10;
}

@media (max-width: 991px) {
    .hero .slick-prev,
    .hero .slick-next {
        width: 50px;
        height: 50px;
        z-index: 10;
    }
}

.hero .slick-prev {
    left: 77.78%;
    top: 94.8%;
    color: #fff;
    background: #2c2c2c;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero .slick-prev {
        top: 94%;
        left: 84.5%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .hero .slick-prev {
        left: 70%;
        top: 94%;
    }
}

.hero .slick-prev:before {
    font-family: "IcoFont";
    content: "\ea74";
    opacity: 1;
}

.hero .slick-next {
    right: 18%;
    top: 84.95%;
    background: #ffffff;
}

@media (max-width: 991px) {
    .hero .slick-next {
        right: 1%;
        top: 94%;
    }
}

.hero .slick-next:before {
    font-family: "IcoFont";
    content: "\ea75";
    opacity: 1;
    color: #2c2c2c;
}

@media screen and (min-width: 768px) {
    .hero .slick-dots {
        width: auto;
        position: absolute;
        left: 45%;
        bottom: auto;
        top: 80%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .hero .slick-dots {
        right: 25px;
    }
}

@media screen and (min-width: 768px) {
    .hero .slick-dots li {
        height: 28px;
        float: left;
        display: block;
        margin: 10px;
        position: relative;
    }
    .hero .slick-dots button:after {
        content: "Gatting Ready";
        font-family: 'Poppins', sans-serif;
        position: absolute;
        right: -5px;
        bottom: 15px;
        font-weight: 200;
        color: #fff;
        font-size: 14px;
        width: 105px;
        letter-spacing: 0;
        opacity: 0;
        padding: 0px 0px 20px;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .hero .slick-dots li.slick-active button:after {
        opacity: 1;
    }
    .hero .slick-dots button {
        background-color: #ffffff;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        padding: 4px;
    }
    .hero .slick-dots li.slick-active button {
        background-color: #373285;
        border-color: #373285;
    }
    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero .slick-dots {
        bottom: 30px;
    }
    .hero .slick-dots li {
        margin: 0;
    }
    .hero .slick-dots button {
        background-color: transparent;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .hero .slick-dots li.slick-active button {
        background-color: #373285;
        border-color: #373285;
    }
    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }
}

.hero .pagi-info {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-size: 24px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

@media (max-width: 991px) {
    .hero .pagi-info {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {
    .hero .pagi-info {
        display: none;
    }
}

.hero-style-1 .slider-transparent-text {
    font-family: 'Poppins', sans-serif;
    font-size: 850px;
    font-weight: 800;
    color: #f1f2f2;
    line-height: 0.8em;
    text-transform: uppercase;
    position: absolute;
    left: 140px;
    top: -99px;
    color: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    visibility: visible;
}

.hero-style-1 .social-links {
    width: auto;
    position: absolute;
    left: 60px;
    bottom: auto;
    top: calc(50% + 50px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1800px) {
    .hero-style-1 .social-links {
        left: -200px;
    }
}

@media (max-width: 1300px) {
    .hero-style-1 .social-links {
        left: -240px;
    }
}

@media (max-width: 991px) {
    .hero-style-1 .social-links {
        left: -185px;
    }
}

@media (max-width: 850px) {
    .hero-style-1 .social-links {
        display: none;
    }
}

.hero-style-1 .social-links ul {
    list-style: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hero-style-1 .social-links ul > li {
    margin-top: 10px;
    color: #fff;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 991px) {
    .hero-style-1 .social-links ul > li {
        margin: 12px;
    }
}

.hero-style-1 .social-links li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 200;
}

.hero-style-1 .social-links li a:hover {
    color: #373285;
}

.hero-style-1 .video-holder {
    height: auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(6% + 51px);
    right: 194px;
}

@media (max-width: 1199px) {
    .hero-style-1 .video-holder {
        bottom: calc(3% + 47px);
        right: 243px;
    }
}

@media (max-width: 991px) {
    .hero-style-1 .video-holder {
        bottom: calc(3% + 49px);
        right: 172px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .video-holder {
        bottom: calc(-4% + 50px);
        right: -58px;
    }
}

.hero-style-1 .video-holder a {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    line-height: 90px;
    background: transparent;
    border-radius: 0%;
    position: absolute;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-style-1 .video-holder a {
        width: 60px;
        height: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .video-holder a {
        width: 40px;
        height: 40px;
        line-height: 50px;
    }
}

.hero-style-1 .video-holder i {
    font-size: 33px;
    color: #fff;
}

.hero-style-1 .video-holder:hover a {
    background: #373285;
    border: 1px solid #fff;
}

.hero .slide-caption > div {
    overflow: hidden;
}

.hero .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slider-image {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
}


/*************************************
  hero-style-1
***************************************/

.hero-style-1 {
    height: calc(100vh - 110px);
    min-height: 900px;
}

@media (max-width: 991px) {
    .hero-style-1 {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 {
        height: calc(100vh - 86px);
        min-height: 480px;
    }
}

.hero-style-1 .slide {
    height: calc(100vh - 110px);
    min-height: 900px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-1 .slide {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide {
        height: calc(100vh - 86px);
        min-height: 480px;
    }
}

.hero-style-1 .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    background: #2c2c2c;
}

.hero-style-1 .slide-subtitle h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-1 .slide-subtitle h4 {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-subtitle h4 {
        font-size: 14px;
        font-size: 0.93333rem;
        padding-left: 45px;
        letter-spacing: 4px;
    }
}

.hero-style-1 .slide-subtitle h4:before {
    content: "";
    background-color: #d8b157;
    width: 145px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

@media (max-width: 767px) {
    .hero-style-1 .slide-subtitle h4:before {
        width: 30px;
    }
}

.hero-style-1 .slide-title h2 {
    font-size: 112px;
    line-height: 120px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    margin: 0.6em 0 0.78em;
}

@media (max-width: 1199px) {
    .hero-style-1 .slide-title h2 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .hero-style-1 .slide-title h2 {
        font-size: 70px;
        line-height: 100px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-title h2 {
        font-size: 50px;
        line-height: 70px;
    }
}

.hero-style-1 .slide-title h2 span.dot {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #373285;
    border-radius: 50%;
}

.hero-style-1 .pattern {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.hero-style-1 .pattern > span {
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5.88%;
    top: 0;
}

.hero-style-1 .pattern > span:nth-child(1):before {
    content: "";
    background: #ffbd34;
    width: 1px;
    height: 70px;
    position: absolute;
    bottom: 10%;
    left: 0px;
    z-index: -1;
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
}

.hero-style-1 .pattern > span:nth-child(2) {
    left: 54%;
}

.hero-style-1 .pattern > span:nth-child(3) {
    left: 97%;
}

.hero-style-1 .pattern > span:nth-child(4) {
    left: 121%;
}


/*************************************
  hero-style-2
***************************************/

.hero-style-2 {
    text-align: center;
    height: calc(100vh - 155px);
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-2,
    .hero-style-3 {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2,
    .hero-style-3 {
        height: 100vh;
        min-height: 480px;
    }
}

.hero-style-2 .slide,
.hero-style-3 .slide {
    height: calc(100vh - 155px);
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        height: 100vh;
        min-height: 480px;
    }
}

.hero-style-2 .slide-subtitle h4,
.hero-style-3 .slide-subtitle h4 {
    padding-left: 0;
}

.hero-style-2 .slide-subtitle h4:before,
.hero-style-3 .slide-subtitle h4:before {
    display: none;
}


/*************************************
  hero-style-3
***************************************/

.hero-style-3 {
    text-align: center;
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 100vh;
        min-height: 480px;
    }
}

.hero-style-3 .slide {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991px) {
    .hero-style-3 .slide {
        height: calc(100vh - 176px);
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .slide {
        height: 100vh;
        min-height: 480px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style-3 .slide-caption {
        margin-top: 80px;
    }
}

@-webkit-keyframes kenburn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

@keyframes kenburn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}


/*--------------------------------------------------------------
#0.4  hero4 slider
--------------------------------------------------------------*/

.hero4 {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** pagi info ***/
    /*** social-links ***/
    /*** hero4 slider animation ***/
}

@media (max-width: 767px) {
    .hero4 {
        min-height: 420px;
    }
}

.hero4 .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero4 .slide {
        min-height: 420px;
    }
}

.hero4 .slide .slider-bg {
    display: none;
}

.hero4 .slide:focus {
    outline: none;
}

.hero4 .slide .slider-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1589px) {
    .hero4 .slide .slider-image {
        width: 200%;
    }
}

@media (max-width: 1589px) {
    .hero4 .slide .slider-image {
        width: 255%;
    }
}

.hero4 .slide .container {
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero4 .slide .container {
        padding: 0;
    }
}

.hero4 .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero4 .slick-prev,
.hero4 .slick-next {
    background-color: #373285;
    width: 90px;
    height: 90px;
    z-index: 10;
}

.hero4 .slick-prev {
    left: 77.26%;
    top: 95%;
}

.hero4 .slick-prev:before {
    font-family: "IcoFont";
    content: "\ea74";
    opacity: 1;
}

.hero4 .slick-next {
    right: 18%;
    top: 83.95%;
}

.hero4 .slick-next:before {
    font-family: "IcoFont";
    content: "\ea75";
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .hero4 .slick-dots {
        width: auto;
        position: absolute;
        left: 45%;
        bottom: auto;
        top: 80%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .hero4 .slick-dots {
        right: 25px;
    }
}

@media screen and (min-width: 768px) {
    .hero4 .slick-dots li {
        height: 28px;
        float: left;
        display: block;
        margin: 10px;
        position: relative;
    }
    .hero4 .slick-dots button:after {
        content: "Gatting Ready";
        font-family: 'Poppins', sans-serif;
        position: absolute;
        right: -5px;
        bottom: 15px;
        font-weight: 200;
        color: #fff;
        font-size: 14px;
        width: 105px;
        letter-spacing: 0;
        opacity: 0;
        padding: 0px 0px 20px;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .hero4 .slick-dots li.slick-active button:after {
        opacity: 1;
    }
    .hero4 .slick-dots button {
        background-color: #ffffff;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        padding: 4px;
    }
    .hero4 .slick-dots li.slick-active button {
        background-color: #373285;
        border-color: #373285;
    }
    .hero4 .slick-dots button:before,
    .hero4 .slick-dots button:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero4 .slick-dots {
        bottom: 30px;
    }
    .hero4 .slick-dots li {
        margin: 0;
    }
    .hero4 .slick-dots button {
        background-color: transparent;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .hero4 .slick-dots li.slick-active button {
        background-color: #373285;
        border-color: #373285;
    }
    .hero4 .slick-dots button:before,
    .hero4 .slick-dots button:before {
        display: none;
    }
}

.hero4 .pagi-info {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-size: 24px;
    font-size: 1.6rem;
    color: #2c2c2c;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

@media (max-width: 991px) {
    .hero4 .pagi-info {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {
    .hero4 .pagi-info {
        display: none;
    }
}

.hero4 .slide-caption > div {
    overflow: hidden;
    text-align: center;
}

.hero4 .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero4 .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero4 .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero4 .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero4 .hero-slider-4 .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero4 .hero-slider-4 .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero4 .hero-slider-4 .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero4 .hero-slider-4 .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero4 .hero-slider-4 .slick-current .slider-image {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
}


/*************************************
  hero-style-4
***************************************/

.hero-style-4 {
    height: calc(100vh - 110px);
    min-height: 800px;
}

@media (max-width: 991px) {
    .hero-style-4 {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-4 {
        height: calc(90vh - 86px);
        min-height: 480px;
    }
}

.hero-slider-4 {
    margin-top: 122px;
    z-index: 9;
    margin-left: 40px;
    position: relative;
}

.hero-slider-4:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: -1;
    height: 100%;
    width: calc(100% - 25px);
    background: #373285;
}

@media (max-width: 991px) {
    .hero-slider-4 {
        margin-top: 0px;
        z-index: 9;
        margin-left: 0px;
    }
}

.hero-style-4 .slide {
    height: calc(100vh - 110px);
    min-height: 800px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-4 .slide {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-4 .slide {
        height: calc(90vh - 86px);
        min-height: 480px;
    }
}

.hero-style-4 .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    background: #2c2c2c;
}

.hero-style-4 .slide-subtitle h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
    margin: 0;
    padding-left: 85px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-4 .slide-subtitle h4 {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .hero-style-4 .slide-subtitle h4 {
        font-size: 14px;
        font-size: 0.93333rem;
        padding-left: 45px;
        letter-spacing: 4px;
    }
}

.hero-style-4 .slide-subtitle h4:before {
    content: "";
    background-color: #fff;
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 767px) {
    .hero-style-4 .slide-subtitle h4:before {
        width: 30px;
    }
}

.hero-style-4 .slide-title h2 {
    font-size: 112px;
    line-height: 120px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 0.78em;
    padding: 0 0 0.78em;
}

@media (max-width: 1199px) {
    .hero-style-4 .slide-title h2 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .hero-style-4 .slide-title h2 {
        font-size: 70px;
        line-height: 100px;
    }
}

@media (max-width: 767px) {
    .hero-style-4 .slide-title h2 {
        font-size: 50px;
        line-height: 70px;
    }
}

.hero-style-4 .slide-title h2 span.dot {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #373285;
    border-radius: 50%;
}

.hero-style-4 .pattern {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    pointer-events: none;
}

.hero-style-4 .pattern > span {
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 114%;
    position: absolute;
    left: 3.1%;
    top: 0;
}

.hero-style-4 .pattern > span:nth-child(1):before {
    content: "";
    background: #ffbd34;
    width: 7px;
    height: 70px;
    position: absolute;
    bottom: 35%;
    left: -3px;
    z-index: -1;
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
}

.hero-style-4 .pattern > span:nth-child(2) {
    left: 24%;
}

.hero-style-4 .pattern > span:nth-child(3) {
    left: 54%;
}

.hero-style-4 .pattern > span:nth-child(4) {
    left: 97%;
}

.hero-style-4 .pattern > span:nth-child(5) {
    left: 121%;
}

.hero4 .back-to-top {
    width: auto;
    position: absolute;
    left: -120px;
    bottom: auto;
    top: calc(52% + 98px);
    z-index: 2;
}

@media (max-width: 1489px) {
    .hero4 .back-to-top {
        left: -50px;
        top: calc(50% + 100px);
    }
}

@media (max-width: 1199px) {
    .hero4 .back-to-top {
        left: -50px;
        top: calc(50% + 100px);
    }
}

@media (max-width: 991px) {
    .hero4 .back-to-top {
        left: 40px;
        top: calc(47% + 100px);
        z-index: 99;
    }
}

@media (max-width: 991px) {
    .hero4 .back-to-top {
        left: 30px;
        top: calc(33% + 100px);
    }
}

.hero4 .back-to-top a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hero4 .back-to-top a:before {
    content: '';
    position: absolute;
    right: 51px;
    top: 10px;
    height: 2px;
    width: 80px;
    background: #373285;
}


/*--------------------------------------------------------------
#0.4  zero slider
--------------------------------------------------------------*/


/*.zero {
    position: relative;
    height: 100vh;
}*/

.zero-slider {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
	margin-top:100px;
}

@media (max-width: 991px) {
    .zero-slider {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .zero-slider {
        height: 170px;
		margin-top:100px;
    }
}

.zero-slider .swiper-slide {
    overflow: hidden;
}

.zero-slider .swiper-container,
.zero-slider .zero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.zero-slider .slide-inner,
.zero-slider .zero-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    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;
    text-align: left;
}

.zero-slider .swiper-button-prev,
.zero-slider .swiper-button-next {
    background: #fff;
    width: 150px;
    height: 100px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.zero-slider .swiper-button-prev:hover,
.zero-slider .swiper-button-next:hover {
    opacity: 1;
}

.zero-slider .swiper-button-prev {
    left: 0px;
    top: 93%;
    padding-top: 30px;
}

.zero-slider .swiper-button-prev:before {
    font-family: "IcoFont";
    content: "\ea93";
    font-size: 25px;
    color: #2c2c2c;
}

.zero-slider .swiper-button-next {
    left: 150px;
    top: 93%;
    padding-top: 30px;
}

.zero-slider .swiper-button-next:before {
    font-family: "IcoFont";
    content: "\ea94";
    font-size: 25px;
    color: #2c2c2c;
}

.zero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.zero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #373285;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

.zero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.zero-slider .swiper-pagination-custom,
.zero-slider .swiper-pagination-fraction {
    bottom: 5px;
    z-index: 100;
    text-align: center;
    left: 100px;
    width: 100px;
}

.zero-slider .swiper-pagination-current {
    font-size: 50px;
    font-weight: 600;
    margin: 0 5px;
    opacity: 1;
    background: transparent;
    position: relative;
}

@media (max-width: 991px) {
    .zero-slider .swiper-pagination-current {
        bottom: -15px;
    }
}

.zero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    font-size: 40px;
}

.zero-slider .swiper-pagination-total {
    color: #c8c8c8;
    font-size: 24px;
}

.zero-style-1 .pattern {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 16%;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.zero-style-1 .pattern > span {
    background: rgba(255, 255, 255, 0.09);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5.8%;
    top: 0;
}

.zero-style-1 .pattern > span:before {
    content: "";
    background: #ffbd34;
    width: 6px;
    height: 50px;
    position: absolute;
    top: 513px;
    left: -2px;
    z-index: -1;
}

.zero-style-1 .pattern > span:nth-child(2) {
    left: 28.5%;
}

.zero-style-1 .pattern > span:nth-child(2):before {
    content: "";
    top: 608px;
}

.zero-style-1 .pattern > span:nth-child(3) {
    left: 51%;
}

.zero-style-1 .pattern > span:nth-child(3):before {
    content: "";
}

.zero-style-1 .pattern > span:nth-child(4) {
    left: 96%;
}

.zero-style-1 .pattern > span:nth-child(4):before {
    content: "";
    top: 700px;
}

.zero-style-1 .pattern > span:nth-child(5) {
    left: 121%;
}

.zero-style-1 .pattern > span:nth-child(5):before {
    display: none;
}

@media (max-width: 1840px) {
    .zero-style-1 .pattern > span:nth-child(1):before,
    .zero-style-1 .pattern > span:nth-child(2):before,
    .zero-style-1 .pattern > span:nth-child(3):before,
    .zero-style-1 .pattern > span:nth-child(4):before,
    .zero-style-1 .pattern > span:nth-child(5):before {
        display: none;
    }
}

.zero .back-to-top {
    width: auto;
    position: absolute;
    right: 60px;
    bottom: auto;
    top: calc(60% + 100px);
    z-index: 2;
}

.zero .back-to-top a {
    font-size: 14px;
    letter-spacing: 0.5em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1590px) {
    .zero .back-to-top {
        right: 210px;
    }
}

@media (max-width: 991px) {
    .zero .back-to-top {
        top: calc(55% + 100px);
    }
}

@media (max-width: 850px) {
    .zero .back-to-top {
        display: none;
    }
}

.zero .social-links ul {
    list-style: none;
}

.zero .social-links ul > li + li {
    margin-top: 10px;
}

.zero .social-links ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zero .social-links li a:hover {
    color: #373285;
}


/*-------------------------------------------
  zero style 1
--------------------------------------------*/

.zero-style-1 .slide-title,
.zero-style-2 .slide-title {
    max-width: 700px;
}

@media (max-width: 767px) {
    .zero-style-1 .slide-title,
    .zero-style-2 .slide-title {
        max-width: 420px;
    }
}

.zero-style-1 .slide-title h2,
.zero-style-2 .slide-title h2 {
    font-size: 84px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    margin: 0 0 1.09em;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .zero-style-1 .slide-title h2,
    .zero-style-2 .slide-title h2 {
        font-size: 50px;
        padding-left: 0;
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .zero-style-1 .slide-title h2,
    .zero-style-2 .slide-title h2 {
        font-size: 40px;
        padding-left: 0;
        margin-top: 100px;
    }
}

.zero-style-1 .slide-text,
.zero-style-2 .slide-text {
    max-width: 560px;
}

@media (max-width: 767px) {
    .zero-style-1 .slide-text,
    .zero-style-2 .slide-text {
        max-width: 500px;
    }
}

.zero-style-1 .slide-text p,
.zero-style-2 .slide-text p {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 0 0 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .zero-style-1 .slide-text p,
    .zero-style-2 .slide-text p {
        font-size: 20px;
        font-weight: 500;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .zero-style-1 .slide-text p,
    .zero-style-2 .slide-text p {
        font-size: 18px;
        padding-left: 0;
    }
}

.zero-style-1 .slide-text p span,
.zero-style-2 .slide-text p span {
    color: #fff;
    font-weight: 100;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 991px) {
    .zero-style-1 .slide-text p span,
    .zero-style-2 .slide-text p span {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .zero-style-1 .swiper-slide .container,
    .zero-style-2 .swiper-slide .container {
        padding-top: 150px;
    }
}

.zero-style-1 .slide-caption > div {
    overflow: hidden;
}

.zero-style-1 .slide-caption > div * {
    -webkit-animation: fadeOutDown 1.5s both;
    animation: fadeOutDown 1.5s both;
}

.zero-style-1 .swiper-slide .slide-caption > div * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.zero-style-1 .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.zero-style-1 .swiper-slide .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.zero-style-1 .slide-caption > div.slide-text * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.zero-style-1 .swiper-slide .slide-caption > div.slide-text * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}


/*-------------------------------------------
  zero style 2
--------------------------------------------*/

.zero-style-2 .container {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .zero-style-2 .container {
        margin-top: -20px;
        padding-top: 0;
    }
}

.zero-style-2 .slide-title,
.zero-style-2 .slide-text {
    margin: auto;
}

.zero-style-2 .slide-text {
    max-width: 650px;
}

.static-zero {
    background: url("../images/slider/slide-1.jpg") center center/auto no-repeat local;
}


/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

.main-slider {
    position: relative;
}

.main-slider .cameraSlide {
    position: relative;
}

.main-slider .cameraSlide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    background: #2c2c2c;
}

.main-slider .camera_pag_ul {
    text-align: center;
    position: relative;
    bottom: 30px;
    display: none;
}

.main-slider .camera_pag_ul li {
    background-color: #00AAFF;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.main-slider .camera_pag_ul li span {
    width: 7px;
    height: 7px;
}

.main-slider .camera_pag_ul li.cameracurrent span,
.main-slider .camera_pag_ul li:hover span {
    background-color: #fff;
}

.main-slider .camera_fakehover .camera_bar {
    height: 0px;
}

.main-slider .camera_fakehover .camera_prev span,
.main-slider .camera_fakehover .camera_next span {
    background-image: none;
    position: relative;
    display: table;
    text-align: center;
    opacity: 1;
}

@media (max-width: 1800px) {
    .main-slider .camera_fakehover .camera_prev span,
    .main-slider .camera_fakehover .camera_next span {
        display: none;
    }
}

@media (max-width: 1800px) {
    .camera_prevThumbs,
    .camera_nextThumbs,
    .camera_prev,
    .camera_next,
    .camera_commands,
    .camera_thumbs_cont {
        display: none;
    }
}

.camera_wrap .camera_pag .camera_pag_ul {
    bottom: 50px;
}

@media (max-width: 1800px) {
    .camera_wrap .camera_pag .camera_pag_ul {
        padding-left: 25px;
    }
}

.main-slider .camera_fakehover .camera_prev span:before,
.main-slider .camera_fakehover .camera_next span:before {
    font-family: "IcoFont";
    font-size: 17px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.main-slider .camera_fakehover .camera_prev span:before {
    content: "\ea74";
}

.main-slider .camera_fakehover .camera_next span:before {
    content: "\ea75";
}

.main-slider .container {
    position: relative;
    height: 100%;
}

@media (max-width: 991px) {
    .main-slider .container {
        height: 90%;
    }
}

@media (max-width: 991px) {
    .main-slider .container {
        height: 80%;
    }
}

.main-slider .container .slide-caption {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1800px) {
    .main-slider .camera_pag_ul {
        display: block;
    }
}

@media (max-width: 1920px) {
    .slider {
        margin-top: 0px;
    }
}

@media (max-width: 980px) {
    .slider {
        margin-top: 0px;
    }
    .slider-container.camera_wrap {
        margin-bottom: 0 !important;
    }
}

.main-slider .video-holder {
    height: auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(6% + 51px);
    right: 194px;
}

@media (max-width: 1199px) {
    .main-slider .video-holder {
        bottom: calc(3% + 47px);
        right: 243px;
    }
}

@media (max-width: 991px) {
    .main-slider .video-holder {
        bottom: calc(3% + 49px);
        right: 172px;
    }
}

@media (max-width: 767px) {
    .main-slider .video-holder {
        bottom: calc(-4% + 50px);
        right: -58px;
    }
}
@media (max-width: 500px) {
    .main-slider .video-holder {
        bottom: calc(-4% + 50px);
        right: -58px;
    }
}
@media (min-width: 320px) and (max-width: 500px)  {
        .main-slider .video-holder {
        bottom: calc(-7% + 50px);
        right: -86px;
    }
  
}
.main-slider .video-holder a {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    line-height: 90px;
    background: transparent;
    border-radius: 0%;
    position: absolute;
    z-index: 9;
}

@media (max-width: 1199px) {
    .main-slider .video-holder a {
        width: 60px;
        height: 60px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .main-slider .video-holder a {}
}

@media (max-width: 767px) {
    .main-slider .video-holder a {
        width: 40px;
        height: 40px;
        line-height: 50px;
    }
}

.main-slider .video-holder i {
    font-size: 33px;
    color: #fff;
}

.main-slider .video-holder:hover a {
    background: #373285;
    border: 1px solid #fff;
}

.main-slider .slide-caption > div {
    overflow: hidden;
}

.main-slider .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.main-slider .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.main-slider .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.main-slider .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.main-slider .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.main-slider .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.main-slider .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.main-slider .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.main-slider .slider-image {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
}
.hero-style-5 {
    height: calc(100vh - 110px);
    min-height: 900px;
}

@media (max-width: 991px) {
    .hero-style-5 {
    height: calc(40vh - 40px);
    min-height: 390px;

    }
}

@media (max-width: 767px) {
    .hero-style-5 {
    height: calc(20vh - 0px);
    min-height: 205px;
    }
}
@media (max-width: 360px) {
    .hero-style-5 {
    height: calc(20vh - 0px);
    min-height: 163px;
    }
}

.hero-style-5 .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    background: #2c2c2c;
}

.hero-style-5 .slide-subtitle h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-5 .slide-subtitle h4 {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .hero-style-5 .slide-subtitle h4 {
        font-size: 14px;
        font-size: 0.93333rem;
        padding-left: 45px;
        letter-spacing: 4px;
    }
}

.hero-style-5 .slide-subtitle h4:before {
    content: "";
    background-color: #d8b157;
    width: 145px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

@media (max-width: 767px) {
    .hero-style-5 .slide-subtitle h4:before {
        width: 30px;
    }
}

.hero-style-5 .slide-title h2 {
    font-size: 112px;
    line-height: 120px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    margin: 0.6em 0 0.78em;
}

@media (max-width: 1199px) {
    .hero-style-5 .slide-title h2 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .hero-style-5 .slide-title h2 {
        font-size: 70px;
        line-height: 100px;
    }
}

@media (max-width: 768px) {
    .hero-style-5 .slide-title h2 {
        font-size: 50px;
        line-height: 70px;
    }
}
@media (min-width: 320px) and (max-width: 500px) {
    .hero-style-5 .slide-title h2 {
        font-size: 26px;
        line-height: 35px;
    }
}
.hero-style-5 .slide-title h2 span.dot {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #373285;
    border-radius: 50%;
}

.hero-style-5 .pattern {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.hero-style-5 .pattern > span {
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5.88%;
    top: 0;
}

.hero-style-5 .pattern > span:nth-child(1):before {
    content: "";
    background: #ffbd34;
    width: 1px;
    height: 70px;
    position: absolute;
    bottom: 10%;
    left: 0px;
    z-index: -1;
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
}

.hero-style-5 .pattern > span:nth-child(2) {
    left: 54%;
}

.hero-style-5 .pattern > span:nth-child(3) {
    left: 97%;
}

.hero-style-5 .pattern > span:nth-child(4) {
    left: 121%;
}

.hero-style-5 .social-links {
    width: auto;
    position: absolute;
    left: 60px;
    bottom: auto;
    top: calc(50% + 50px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1800px) {
    .hero-style-5 .social-links {
        left: -200px;
    }
}

@media (max-width: 1300px) {
    .hero-style-5 .social-links {
        left: -240px;
    }
}

@media (max-width: 991px) {
    .hero-style-5 .social-links {
        left: -185px;
    }
}

@media (max-width: 850px) {
    .hero-style-5 .social-links {
        display: none;
    }
}

.hero-style-5 .social-links ul {
    list-style: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hero-style-5 .social-links ul > li {
    margin-top: 10px;
    color: #fff;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 991px) {
    .hero-style-5 .social-links ul > li {
        margin: 12px;
    }
}

.hero-style-5 .social-links li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 200;
}

.hero-style-5 .social-links li a:hover {
    color: #373285;
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer {
    background: url("assets/images/add/contact-bg.jpg") center center/cover no-repeat local;
    position: relative;
    padding: 100px 0;
    /*** about-widget ***/
    /*** address-widget ***/
    /*** link-widget ***/
    /*** contact-widget ***/
}

.site-footer .line:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -55px;
    width: 1px;
    height: 100px;
    background: #373285;
}

@media (max-width: 991px) {
    .site-footer {
        padding: 90px 0 30px;
    }
}

@media (max-width: 991px) {
    .site-footer .container .row > .col {
        margin-bottom: 60px;
    }
}

.site-footer .widget-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: -0.19em 0 0.67em;
}

@media (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.46667rem;
        margin: -0.19em 0 1.27em;
    }
}

.site-footer ul {
    list-style: none;
}

.site-footer li,
.site-footer a,
.site-footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

.site-footer a:hover {
    color: #999;
}

.site-footer .about-widget .logo {
    margin-bottom: 35px;
}

.site-footer .about-widget p {
    margin-bottom: 2em;
}

.site-footer .about-widget ul {
    overflow: hidden;
}

.site-footer .about-widget ul li {
    float: left;
}

.site-footer .about-widget ul > li + li {
    margin-left: 15px;
}

.site-footer .about-widget a:hover {
    color: #373285;
}

.site-footer .address-widget p {
    margin-bottom: 1em;
}

.site-footer .address-widget > p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .site-footer .link-widget {
        padding-left: 50px;
    }
}

.site-footer .link-widget ul li {
    margin-top: 15px;
}

.site-footer .link-widget ul a {
    position: relative;
}

.site-footer .contact-widget ul > li + li {
    margin-top: 15px;
}

.site-footer .contact-widget .newsletter {
    max-width: 300px;
    margin-top: 30px;
}

.site-footer .contact-widget .newsletter h4 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 1.5em;
    font-weight: 300;
    letter-spacing: 1px;
}

.site-footer .contact-widget input {
    background-color: #353739;
    height: 50px;
    padding: 6px 45px 6px 15px;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.site-footer .contact-widget form div {
    position: relative;
}

.site-footer .contact-widget form button {
    background: transparent;
    border: 0;
    outline: 0;
    color: #9c9c9c;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer .lower-footer {
    text-align: center;
}

.site-footer .lower-footer .row {
    padding: 70px 15px 0;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background-color: #3c3c3c;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4em;
}

.site-footer .lower-footer span {
    color: #373285
}

.site-footer .lower-footer ul {
    display: inline-block;
    overflow: hidden;
}

.site-footer .lower-footer ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    float: left;
}

@media (max-width: 767px) {
    .site-footer .lower-footer ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.site-footer .lower-footer ul > li + li {
    margin-left: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .lower-footer ul > li + li {
        margin-left: 20px;
    }
}

.site-footer .lower-footer ul > li + li:before {
    content: "/";
    position: absolute;
    left: -20px;
    top: 0;
}

@media (max-width: 767px) {
    .site-footer .lower-footer ul > li + li:before {
        display: none;
    }
}

.site-footer .lower-footer ul a {
    color: #a0a0a0;
}

.site-footer .lower-footer ul a:hover {
    color: #373285;
}


/** sticky-header **/

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header,
.header-style-4 .sticky-header {
    -webkit-box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
    box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
    background: #fff;
}

.header-style-2 .sticky-header {
    background: #fff;
}

.header-style-3 .sticky-header {
    background-color: #2c2c2c;
}

.header-style-4 .sticky-header .navigation-holder {
    background: url("../images/add/sidebar-bg-1.jpg") left top/cover no-repeat;
    height: 100vh !important;
}


/*--------------------------------------------------------------
#0.6  about-section
--------------------------------------------------------------*/

.about-section {
    margin-top: -2px;
    height: auto;
    background: url("../images/add/about-1.jpg") right center no-repeat local;
    position: relative;
}

.about-section .shape {
    background: url(../images/add/about-img.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 844px;
    height: 590px;
    right: 0;
    top: 110px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .about-section .shape {
        width: 564px;
        height: 405px;
    }
}

@media (max-width: 991px) {
    .about-section .shape {
        display: none;
    }
}

.about-section .about-text p {
    margin-bottom: 24px;
    font-size: 18px;
    color: #2c2c2c;
}

@media (max-width: 991px) {
    .about-section .about-text p {
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
#9.1  about-section-s2
--------------------------------------------------------------*/

.about-section-s2 {
    position: relative;
    /*** about slider ***/
    /*** about info ***/
}

.about-section-s2 .shape {
    background: url(../images/about/about-dot.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 459px;
    height: 641px;
    left: 0;
    top: 110px;
}

.about-section-s2 .shape-2 {
    background: url(../images/about/picci-line.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    right: 20%;
    bottom: 110px;
}

.about-section-s2 .about-single-slider {
    position: relative;
}

.about-section-s2 .about-single-slider:before {
    content: '';
    position: absolute;
    right: -67px;
    top: 65px;
    height: 86%;
    width: 100%;
    border: 35px solid #f6f6f6;
}

.about-section-s2 .about-single-slider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    height: 81.4%;
    width: 100%;
    box-shadow: 2px 4px 38px rgba(0, 0, 0, 0.3);
}

.about-section-s2 .about-single-slider .slider-for {
    text-align: center;
}

.about-section-s2 .about-single-slider .slider-for img {
    display: inline-block;
}

.about-section-s2 .about-single-slider .slider-nav {
    padding: 0 100px 0 210px;
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .about-section-s2 .about-single-slider .slider-nav {
        padding: 0 25px;
        margin-top: 35px;
    }
}

.about-section-s2 .about-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 93%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.about-section-s2 .about-single-slider .slider-nav > i:hover {
    cursor: pointer;
}

.about-section-s2 .about-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
    color: #373285;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    font-size: 20px;
}

.about-section-s2 .about-single-slider .slider-nav .nav-btn-lt {
    left: auto;
    right: 36px;
    color: #444;
    background: #e3e1e1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    font-size: 20px;
}

.about-section-s2 .about-single-slider .slider-nav .slick-slide {
    text-align: center;
}

.about-section-s2 .about-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}

.about-section-s2 .about-details {
    padding: 30px 30px 93px;
    position: relative;
    /*** about option ***/
}

@media (max-width: 1199px) {
    .about-section-s2 .about-details {
        padding: 40px 30px 85px;
    }
}

@media (max-width: 991px) {
    .about-section-s2 .about-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .about-section-s2 .about-details {
        padding: 0;
    }
}

.about-section-s2 .about-details h3 {
    font-size: 18px;
    color: #2c2c2c;
    letter-spacing: 0;
    font-weight: 300;
    padding-bottom: 14px;
    border-bottom: 6px solid #373285;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin-top: 76px;
    margin-left: -6px;
}

@media (max-width: 991px) {
    .about-section-s2 .about-details h3 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.about-section-s2 .about-details h2 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 1.6em;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .about-section-s2 .about-details h2 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.about-section-s2 .about-inner h4 {
    font-size: 22px;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: 0;
}

.about-section-s2 .about-inner h5 {
    font-weight: 500;
    font-size: 12px;
    color: #2c2c2c;
    letter-spacing: 0;
}

.about-section-s2 .about-inner .address {
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: 0;
    margin: 24px 0 27px;
}

.about-section-s2 .about-inner .status {
    font-size: 16px;
    color: #2c2c2c;
}

.about-section-s2 .video-holder {
    position: relative;
    top: 285px;
    left: 292px;
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #f7f4f4;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

@media (max-width: 1199px) {
    .about-section-s2 .video-holder {
        top: 227px;
        left: 259px;
    }
}

@media (max-width: 991px) {
    .about-section-s2 .video-holder {
        top: 279px;
        left: 342px;
    }
}

@media (max-width: 500px) {
    .about-section-s2 .video-holder {
        top: 185px;
        left: 181px;
    }
}

@media (max-width: 360px) {
    .about-section-s2 .video-holder {
        top: 162px;
        left: 138px;
    }
}

.about-section-s2 .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-section-s2 .video-holder img {
    padding-left: 8px;
}

.waves-block {
    position: absolute;
    left: 253px;
    top: 232px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .waves-block {
        left: 220px;
        top: 173px;
    }
}

@media (max-width: 991px) {
    .waves-block {
        left: 304px;
        top: 224px;
    }
}

@media (max-width: 500px) {
    .waves-block {
        left: 142px;
        top: 130px;
    }
}

@media (max-width: 360px) {
    .waves-block {
        left: 98px;
        top: 108px;
    }
}

.waves-block .waves {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgb(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*--------------------------------------------------------------
#0.6  about-section-s3
--------------------------------------------------------------*/

.about-section-s3 {
    margin-top: -2px;
    background: url("../images/add/about-1.jpg") right center no-repeat local;
    position: relative;
}

.about-section-s3 .shape {
    background: url(../images/add/about-img.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 844px;
    height: 590px;
    right: 0;
    top: 110px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .about-section-s3 .shape {
        width: 564px;
        height: 405px;
    }
}

@media (max-width: 991px) {
    .about-section-s3 .shape {
        display: none;
    }
}

.about-section-s3 .about-title h2 {
    font-size: 46px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin: 0.31em 0 0;
    z-index: 9;
}

@media (max-width: 991px) {
    .about-section-s3 .about-title h2 {
        font-size: 30px;
    }
}

.about-section-s3 .about-text p {
    margin: 30px 0;
    font-size: 16px;
    color: #2c2c2c;
}

@media (max-width: 991px) {
    .about-section-s3 .about-text p {
        margin: 20px 0;
        font-size: 14px;
    }
}

.about-section-s3 .about-bordre {
    border-right: 1px solid #eee;
}

.about-section-s3 .about-content h4 {
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 25px 0;
    line-height: 34px;
}

.about-section-s3 .about-details p {
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0;
    font-weight: 500;
    color: #5e646a;
    text-align: left;
}

.about-section-s3 .video-holder {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 300px;
}

.about-section-s3 .video-holder a {
    width: 61px;
    height: 61px;
    line-height: 61px;
    background: #373285;
    border-radius: 0%;
    position: absolute;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 48px;
    bottom: -223px;
}

.about-section-s3 .video-holder:after {
    font-family: "Oswald", sans-serif;
    color: #fff;
    content: "WATCH VIDEO";
    position: absolute;
    left: -61px;
    top: 286px;
    background: #2c2c2c;
    padding: 20px 43px;
    letter-spacing: 5px;
    width: 219px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about-section-s3 .video-holder i {
    font-size: 33px;
    color: #fff;
    line-height: 60px
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}


/*--------------------------------------------------------------
#3.1    about-section-s4
--------------------------------------------------------------*/

.about-section-s4 .img-holder {
    position: relative;
    max-width: 457px;
}

.about-section-s4 .img-holder:before {
    content: '';
    position: absolute;
    right: -50px;
    top: 60px;
    height: 100%;
    width: 100%;
    border: 35px solid #f6f6f6;
}

@media (max-width: 1199px) {
    .about-section-s4 .img-holder:before {
        left: 20px;
    }
}

@media (max-width: 991px) {
    .about-section-s4 .img-holder:before {
        left: 8px;
    }
}

.about-section-s4 .img-holder img {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .about-section-s4 .about-text {
        padding-left: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .about-section-s4 .about-text {
        padding-left: 45px;
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .about-section-s4 .about-text {
        padding-top: 70px;
    }
}

.about-section-s4 .about-text h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.67em;
    margin: 0 0 1.2em;
}

@media (max-width: 991px) {
    .about-section-s4 .about-text h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.about-section-s4 .about-text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
    .about-section-s4 .about-text p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.about-section-s4 .about-text > p:last-child {
    margin-bottom: 0;
}

.about-section-s4 .title-text h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2em;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .about-section-s4 .title-text h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .about-section-s4 .title-text h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.about-section-s4 .title-text h2:first-letter {
    font-family: 'Poppins', sans-serif;
    font-size: 250px;
    font-weight: 800;
    color: #f1f2f2;
    line-height: 0.8em;
    text-transform: uppercase;
    position: absolute;
    left: -110px;
    top: -30px;
    color: rgba(255, 255, 255, 1);
    text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
}

@media (max-width: 1199px) {
    .about-section-s4 .title-text h2:first-letter {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media (max-width: 767px) {
    .about-section-s4 .title-text h2:first-letter {
        font-size: 80px;
        font-size: 5rem;
    }
}

.about-section-s4 .title-text p {
    font-size: 18px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #373285;
    letter-spacing: 6px;
    margin: 0 0 3em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .about-section-s4 .title-text p {
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .about-section-s4 .title-text p {
        font-size: 12px;
        font-size: 0.75rem;
    }
}


/*--------------------------------------------------------------
#1.0  studio-section 
--------------------------------------------------------------*/

.studio-section {
    padding-bottom: 01px;
    padding-top: 20px;
    position: relative;
}

@media (max-width: 991px) {
    .studio-section {
        padding-bottom: 70px;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .studio-section {
        padding-bottom: 50px;
        padding-top: 30px;
    }
}

.studio-padding {
    padding-top: 300px;
}

@media (max-width: 1199px) {
    .studio-padding {
        padding-top: 200px;
    }
}

@media (max-width: 991px) {
    .studio-padding {
        padding-top: 100px;
    }
}

.studio-section .shape {
    background: url(../images/add/project.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 474px;
    height: 354px;
    right: 0;
    bottom: 0;
}

.studio-section .studio-grids {
    margin: 0 -15px;
}

.studio-section .studio-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    position: relative;
}

.studio-section .studio-grids .grid:before {
    content: "";
    background: -webkit-linear-gradient(top, transparent 20%, #1e1f2c);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .studio-section .studio-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 650px) {
    .studio-section .studio-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.studio-section .grid:hover:before {
    opacity: 0.75;
    background: #2c2c2c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.studio-section .grid .details {
    width: 100%;
    padding: 0 35px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    text-align: right;
}

@media (max-width: 991px) {
    .studio-section .grid .details {
        padding: 0 25px;
    }
}

.studio-section .details h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}

.studio-section .details h3:before {
    content: '';
    position: absolute;
    right: 33px;
    z-index: -1;
    bottom: 3px;
    height: 8px;
    width: 82px;
    background: #373285;
}

@media (max-width: 991px) {
    .studio-section .details h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.studio-section .details h3 a {
    color: #fff;
}

.studio-section .details h3 a:hover {
    color: #373285;
}

.studio-section .rotate-text h2 {
    font-size: 35px;
    font-weight: 600;
    color: #eaeaea;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    display: inline-block;
    position: absolute;
    letter-spacing: 0;
    margin-top: 142px;
    width: 415px;
    margin-left: -192px;
    position: relative;
}

@media (max-width: 1199px) {
    .studio-section .rotate-text h2 {
        font-size: 28px;
        margin-top: 74px;
        margin-left: -192px;
    }
}

.studio-section .rotate-text h2:before {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -24px;
    height: 5px;
    background: #373285;
    width: 75px;
}

@media (max-width: 1199px) {
    .studio-section .rotate-text h2:before {
        right: 108px;
    }
}

.studio-section .rotate-text span {
    font-size: 392px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    left: 66px;
    bottom: -96px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .studio-section .rotate-text span {
        bottom: -171px
    }
}


/*--------------------------------------------------------------
#1.0  studio-section-s2
--------------------------------------------------------------*/

.studio-section-s2 {
    padding-bottom: 90px;
    padding-top: 60px;
    position: relative;
}

@media (max-width: 991px) {
    .studio-section-s2 {
        padding-bottom: 70px;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .studio-section-s2 {
        padding-bottom: 50px;
        padding-top: 30px;
    }
}

.studio-section-s2 .shape {
    background: url(../images/add/project.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 474px;
    height: 354px;
    right: 0;
    bottom: 0;
}

.studio-section-s2 .studio-grids {
    margin: 0 -15px;
}

.studio-section-s2 .studio-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 40px;
    position: relative;
}

.studio-section-s2 .studio-grids .grid:before {
    content: "";
    background: -webkit-linear-gradient(top, transparent 20%, #1e1f2c);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .studio-section-s2 .studio-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 650px) {
    .studio-section-s2 .studio-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.studio-section-s2 .grid:hover:before {
    opacity: 0.75;
    background: #2c2c2c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.studio-section-s2 .grid .details {
    width: 100%;
    padding: 0 35px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    text-align: right;
}

@media (max-width: 991px) {
    .studio-section-s2 .grid .details {
        padding: 0 25px;
    }
}

.studio-section-s2 .details h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}

.studio-section-s2 .details h3:before {
    content: '';
    position: absolute;
    right: 33px;
    z-index: -1;
    bottom: 3px;
    height: 8px;
    width: 82px;
    background: #373285;
}

@media (max-width: 991px) {
    .studio-section-s2 .details h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.studio-section-s2 .details h3 a {
    color: #fff;
}

.studio-section-s2 .details h3 a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
#1.0  project-section
--------------------------------------------------------------*/

.project-section {
    padding: 100px 0 70px;
    background: url(../images/add/project-bg.jpg) center center/cover no-repeat local;
    position: relative;
}

.project-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #2c2c2c;
}

@media (max-width: 991px) {
    .project-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .project-section {
        padding-bottom: 50px;
    }
}

.project-section .projects-grids {
    margin: 0 -15px;
}

.project-section .projects-grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
    position: relative;
}

.project-section .projects-grids .grid:before {
    content: "";
    background: -webkit-linear-gradient(top, transparent 20%, #1e1f2c);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.project-section .projects-grids .grid:after {
    background: -webkit-linear-gradient(top, #373285 20%, #1e1f2c);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1700px) {
    .project-section .projects-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 991px) {
    .project-section .projects-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 650px) {
    .project-section .projects-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.project-section .grid:hover:after {
    opacity: 0.9;
}

.project-section .grid:hover:before {
    opacity: 0;
}

.project-section .grid .details {
    width: 100%;
    padding: 0 35px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
}

@media (max-width: 991px) {
    .project-section .grid .details {
        padding: 0 25px;
    }
}

.project-section .details h4 {
    position: absolute;
    left: -53px;
    bottom: 406px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    background: #272727;
    padding: 23px 60px 23px 23px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.project-section .details h3 {
    font-size: 17px;
    text-align: right;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .project-section .details h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.project-section .details h3 a {
    color: #fff;
}

.project-section .details h3 a:hover {
    color: #373285;
}

.project-section .grids-filters {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .project-section .grids-filters {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .project-section .grids-filters {
        text-align: center;
    }
}

.project-section .grids-filters ul {
    overflow: hidden;
}

@media (max-width: 767px) {
    .project-section .grids-filters ul {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .project-section .grids-filters ul li {
        float: none;
    }
}

.project-section .grids-filters ul li {
    margin-left: 30px;
    display: block;
}

@media (max-width: 991px) {
    .project-section .grids-filters ul > li {
        margin-left: 15px;
        float: left;
    }
}

@media (max-width: 767px) {
    .project-section .grids-filters ul > li {
        margin: 10px 0 0;
    }
}

.project-section .grids-filters ul a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding-left: 20px;
    margin: 12px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .project-section .grids-filters ul a {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.project-section .grids-filters ul a:before {
    content: "";
    background-color: #373285;
    width: 87%;
    height: 8px;
    position: absolute;
    left: 20px;
    bottom: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    z-index: -1;
}

.project-section .grids-filters ul a.current {
    color: #373285;
    color: #fff;
}

.project-section .grids-filters ul a.current:before {
    opacity: 1;
}


/*--------------------------------------------------------------
#0.7  services-section
--------------------------------------------------------------*/

.services-section {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .services-section {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .services-section .service-grids {
        margin-top: 60px;
    }
}

.services-section .service-grids .grid {
    position: relative;
    overflow: hidden;
}

.services-section .grid:before {
    content: "";
    background-color: rgba(44, 44, 44, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.services-section .grid:hover:before {
    background-color: transparent;
}

.services-section .service-grids .details {
    background-color: #f9f9f9;
    padding: 30px 25px;
}

@media (max-width: 767px) {
    .services-section .service-grids .details {
        padding: 22px 15px;
    }
}

.services-section .service-grids .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
}

@media (max-width: 991px) {
    .services-section .service-grids .details h3 {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .services-section .service-grids .details h3 {
        padding-left: 25px;
    }
}

.services-section .service-grids .details h3:before {
    content: "";
    background-color: #373285;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}

@media (max-width: 767px) {
    .services-section .service-grids .details h3:before {
        width: 15px;
    }
}

.services-section .service-grids .details h3 a {
    color: #323434;
}

.services-section .service-grids .details h3 a:hover {
    color: #373285;
}

.services-section .service-grids .hover-content h3 {
    position: absolute;
    left: 20px;
    top: 100px;
    opacity: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    background: #272727;
    padding: 23px 60px 23px 23px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-section .service-grids .grid:hover h3 {
    top: 184px;
    opacity: 1;
}

.services-section .service-grids .hover-content .flat {
    position: absolute;
    right: 23px;
    bottom: 34px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-section .service-grids .grid:hover .flat {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 991px) {
    .services-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
        position: absolute;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .services-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }
}

.services-section .owl-theme .owl-controls .owl-nav .owl-prev {
    background: #2c2c2c;
}

.services-section .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: #d6d6d6;
    color: #2c2c2c;
}

@media screen and (min-width: 991px) {
    .services-section .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -81px;
        bottom: -50px;
    }
}

.services-section .owl-theme .owl-controls .owl-nav .owl-next {
    background: #373285;
}

.services-section .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background: #d6d6d6;
    color: #2c2c2c;
}

@media screen and (min-width: 991px) {
    .services-section .owl-theme .owl-controls .owl-nav .owl-next {
        left: -81px;
        top: 50px;
    }
}

.services-section .owl-theme .owl-controls {
    margin-top: 20px;
}

@media screen and (min-width: 991px) {
    .services-section .owl-theme .owl-controls {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        top: calc(50% - 50px);
    }
}


/*--------------------------------------------------------------
#0.9  team-section
--------------------------------------------------------------*/

.team-section {
    position: relative;
}

.team-section .skill-bar {
    padding-top: 87px;
}

.team-section .shape {
    background: url(../images/add/team-line.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 1920px;
    height: 1px;
    left: 0;
    top: 318px;
}

.team-section .shape-2 {
    background: url(../images/add/team-skill.jpg) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 670px;
    height: 600px;
    left: 380px;
    top: 330px;
}

@media (max-width: 1800px) {
    .team-section .shape-3 {
        background: url(../images/add/skills.jpg) center center/cover no-repeat local;
        width: 870px;
        height: 600px;
        left: 100px;
        top: 330px;
        position: absolute;
        content: "";
    }
}

@media (max-width: 1300px) {
    .team-section .shape-3 {
        left: 0px;
    }
}

@media (max-width: 1800px) {
    .team-section .shape-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .team-section .shape-2 {
        left: 0px;
        top: 320px
    }
}

.team-section .skill-progress-bar {
    padding: 20px 0;
}

.team-section .left-col-pic {
    position: absolute;
    left: 15px;
    top: 0;
}

.team-section .skill-content {
    margin-bottom: 50px;
}

.team-section .skill-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
}

.team-section .skill-content > span {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: block;
}

.team-section .skill-content > p {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: block;
}

.team-section .skill-progress-bar h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #ffffff;
}

.team-section .skill-progress-bar h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 30px;
}

.team-section .skill-progress-bar .skill-row {
    margin-bottom: 8px;
}

.team-section .skill-progress-bar > .skill-row:last-child {
    margin-bottom: 0;
}

.team-section .skill-progress-bar > .skill-row:last-child .progress {
    margin-bottom: 0;
}

.team-section .skill-progress-bar .progress {
    background-color: #eeeeee;
    height: 6px;
    margin-bottom: 30px;
    border-radius: 0;
    position: relative;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .team-section .skill-progress-bar .progress {
        height: 12px;
        margin-bottom: 25px;
    }
}

.team-section .skill-progress-bar .progress-bar {
    background-color: #373285;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-section .skill-progress-bar .progress-bar span {
    font-size: 15px;
    font-size: 15px;
    font-style: italic;
    color: #373285;
    position: absolute;
    top: -28px;
    right: 0;
    display: none;
}

.team-section .team-grids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 33px;
}

.team-section .team-grids .grid {
    cursor: pointer;
    position: relative;
    -ms-flex-preferred-size: calc(100% * (1/2));
    flex-basis: calc(100% * (1/2));
}

.team-section .team-grids .grid img {
    width: 100%;
}

.team-section .team-grids .grid:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #2c2c2c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-section .team-grids .grid:hover:before {
    opacity: 0.7;
}

.team-section .team-grids .social {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-section .team-grids .grid:hover .social {
    opacity: 1;
}

.team-section .team-grids .social li {
    display: inline-block;
}

.team-section .team-grids .social li a {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
}

.team-section .team-grids .social li a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
#4.0  team-section
--------------------------------------------------------------*/

.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.team-block .inner-box:hover {}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.team-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 0px;
    bottom: -57px;
    width: 100%;
    padding: 11px 0px;
    text-align: center;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #ffffff;
}

.team-block .inner-box:hover .image .overlay-box .content {
    bottom: -11px;
    background: none;
}

.team-block .inner-box .image .overlay-box .content h5 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    padding: 0;
    font-size: 24px;
}

.team-block .inner-box .image .overlay-box .content h5 a {
    position: relative;
    color: #373285;
    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;
}

.team-block .inner-box:hover .image .overlay-box .content h5 a,
.team-block .inner-box:hover .image .overlay-box .content .designation {
    color: #ffffff;
}

.team-block .inner-box .image .overlay-box .content .designation {
    position: relative;
    color: #9c9c9c;
    font-size: 18px;
    margin-bottom: 20px;
}

.team-block .inner-box .image .overlay-box .content .social-outer {
    position: relative;
    text-align: center;
}

.team-block .inner-box .image .overlay-box .content .social-outer .social-box {
    position: relative;
    padding: 13px 30px;
    background: #373285;
}

.team-block .inner-box .image .overlay-box .content .social-outer .social-box li {
    position: relative;
    margin: 0px 3px;
    display: inline-block;
}

.team-block .inner-box .image .overlay-box .content .social-outer .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
}

.team-section-s2 .blocks-column .owl-nav {
    display: none;
}

.team-section-s2 .blocks-column .owl-dots {
    position: relative;
    margin-top: 40px;
    text-align: center;
}

.team-section-s2 .blocks-column .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 7px;
    border-radius: 50px;
    display: inline-block;
    background-color: #b8b8b8;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-section-s2 .blocks-column .owl-dots .owl-dot.active,
.team-section-s2 .blocks-column .owl-dots .owl-dot:hover {
    background-color: #395189;
}


/*--------------------------------------------------------------
#0.9  recent-projects
--------------------------------------------------------------*/

.recent-projects {}

@media (max-width: 991px) {
    .recent-projects {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .recent-projects {
        padding-bottom: 70px;
    }
}

.recent-projects .projects-grids .grid {
    position: relative;
    overflow: hidden;
}

.recent-projects .grid .hover-content {
    background: rgba(56, 50, 133, 0.47);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.recent-projects .grid .hover-content .cat {
    content: "";
    background: #373285;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 23px 60px 23px 23px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.recent-projects .grid:hover .hover-content {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.recent-projects .grid:hover .hover-content .cat {
    top: -231px;
}

.recent-projects .grid .details {
    width: 100%;
    padding: 0 35px 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.recent-projects .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.44em;
    text-align: right;
    text-transform: uppercase;
}

.recent-projects .grid .details h3 a {
    color: #ffffff;
}

.recent-projects .grid .details h3 a:hover {
    color: #CCC;
}

.recent-projects .grid .details p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #373285;
    margin: 0;
    text-transform: uppercase;
}

.recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #373285;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
    .recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }
}

.recent-projects .owl-theme .owl-controls .owl-nav [class*=owl-] i:before {
    font-size: 22px;
}

.recent-projects .owl-theme .owl-controls .owl-nav .owl-prev {
    background: #2c2c2c;
    margin-right: 30px;
}

.recent-projects .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: #d6d6d6;
    color: #2c2c2c;
}

.recent-projects .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background: #d6d6d6;
    color: #2c2c2c;
}

.recent-projects .owl-theme .owl-controls {
    margin-top: 50px;
}


/*--------------------------------------------------------------
#0.9  choose section
--------------------------------------------------------------*/

.choose-section {
    position: relative;
}

a.right-lnk {
    position: absolute;
    right: 250px;
    bottom: 376px;
    font-size: 14px;
    letter-spacing: 0;
    color: #2c2c2c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-transform: uppercase;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

@media (max-width: 1550px) {
    a.right-lnk {
        right: 100px;
    }
}

@media (max-width: 1350px) {
    a.right-lnk {
        right: 60px;
    }
}

@media (max-width: 1199px) {
    a.right-lnk {
        right: 30px;
    }
}

@media (max-width: 850px) {
    a.right-lnk {
        display: none;
    }
}

a.right-lnk:before {
    content: '';
    position: absolute;
    left: 114%;
    bottom: 14px;
    height: 1px;
    width: 103px;
    background: #2c2c2c;
}

.choose-section .shape {
    background: url(../images/add/choose-bg.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 717px;
    height: 769px;
    left: 0;
    top: 50px;
}

.choose-text p {
    font-size: 14px;
    color: #2c2c2c;
}

span.text-underline {
    text-decoration: underline;
}

span.text-bg {
    color: #fff;
    background: #373285;
}

.choose-section .choose-grids {
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    .choose-section .choose-grids > .grid:nth-child(2),
    .choose-section .choose-grids > .grid:nth-child(4) {
        border-right: 0;
        text-align: left;
        padding-left: 70px;
    }
}

@media screen and (min-width: 992px) {
    .choose-section .choose-grids > .grid:nth-child(1),
    .choose-section .choose-grids > .grid:nth-child(3) {
        text-align: right;
        padding-right: 70px;
    }
}

@media screen and (min-width: 992px) {
    .choose-section .choose-grids > .grid:nth-child(3) {
        border-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .choose-section .choose-grids > .grid:nth-child(4) {
        border-bottom: 0;
    }
}

.choose-section .grid {
    width: 50%;
    text-align: center;
    float: left;
    padding: 43px 0;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 991px) {
    .choose-section .grid {
        width: 50%;
        padding: 40px 30px;
        border: 1px solid #eeeeee;
        margin-left: -1px;
        margin-top: -1px;
        background: rgba(255, 255, 255, 0.88);
    }
}

@media (max-width: 767px) {
    .choose-section .grid {
        width: 100%;
        padding: 40px 20px;
    }
}

.choose-section .choose-grids img {
    margin: 0 auto 30px;
    height: 48px;
}

.choose-section .grid h3 {
    margin: 0 0 0.9em;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .choose-section .grid h3 {
        font-size: 20px;
    }
}

.choose-section .grid h3 a {
    color: #2c2c2c;
}

.choose-section .grid h3 a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
#1.0  testimonials-section
--------------------------------------------------------------*/

.testimonials-section {
    position: relative;
}

@media screen and (min-width: 992px) {
    .testimonials-section {
        padding-bottom: 185px;
    }
}

@media (max-width: 991px) {
    .testimonials-section .testimonials-grids {
        padding: 0;
    }
}

.testimonials-section .right-grid {
    background-color: #fff;
    width: calc(100% - 197px);
    float: left;
    position: relative;
    z-index: 1;
    padding: 105px 65px 40px;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
}

.testimonials-section .right-grid:before {
    content: '';
    position: absolute;
    right: 63px;
    bottom: 38px;
    height: 52px;
    width: 65px;
    font-size: 53px;
    background: url(../images/add/quote-left-icon.png) center/contain no-repeat;
}

@media (max-width: 991px) {
    .testimonials-section .right-grid {
        width: 100%;
        float: none;
        padding: 65px 40px;
    }
}

@media (max-width: 767px) {
    .testimonials-section .right-grid {
        padding: 50px 25px;
    }
}

.testimonials-section .right-grid .grid p {
    font-size: 18px;
    font-weight: 200;
    color: #767676;
    font-style: italic;
}

.testimonials-section .client-info {
    min-height: 90px;
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .testimonials-section .client-info {
        padding-left: 0;
    }
}

.testimonials-section .client-info .img-holder {
    position: absolute;
    left: 0;
}

.testimonials-section .client-info .img-holder img {
    height: auto;
    border-radius: 50%;
    border: 5px solid #f1f1f1;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .testimonials-section .client-info .img-holder {
        position: static;
    }
}

.testimonials-section .client-details {
    padding-top: 15px;
}

.testimonials-section .client-details h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: normal;
    color: #7b7a7a;
    margin: 0 0 0.4em;
}

.testimonials-section .client-details h4 + p {
    font-size: 14px;
    font-size: 0.93333rem;
    margin: 0;
}

.testimonials-section .owl-controls {
    margin-top: 60px;
    text-align: left;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: #2c2c2c;
    width: 10px;
    height: 5px;
    border-radius: 4px;
    margin: 5px 3px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: #2c2c2c;
    width: 25px;
    height: 5px;
}


/*--------------------------------------------------------------
#1.0 .client-section
--------------------------------------------------------------*/

.client-section {
    position: relative;
}

.client-section .shape {
    background: url(../images/add/clnt-bg.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 1000px;
    height: 767px;
    left: 0;
    top: 0;
}

.client-section .shape-1 {
    background: url(../images/add/client-line.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 916px;
    height: 1px;
    right: 0;
    bottom: 160px;
    z-index: 1;
}

.client-section .shape-2 {
    background: url(../images/add/client-round.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 18%;
    bottom: 360px;
    z-index: 1;
}

.client-section .client-thumbs-outer {
    overflow: hidden;
    padding-top: 130px;
}

@media (max-width: 500px) {
    .client-section .client-thumbs-outer {
        padding-top: 0;
    }
}

.client-section .client-thumbs-outer .client-thumb {
    width: 33.33%;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 500px) {
    .client-section .client-thumbs-outer .client-thumb {
        width: 100%;
        float: none;
    }
}

.client-section .client-content-outer {
    background-color: #fff;
    z-index: 1;
    padding: 45px 39px;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991px) {
    .client-section .client-content-outer {
        border: 8px solid #373285;
        padding: 30px 25px;
        margin-top: 50px;
    }
}

.client-section .client-content-outer .client-data {
    display: none;
}

.client-section .client-content-outer .active-client-data {
    display: block;
}

.client-section .client-data h3 {
    font-size: 20px;
    line-height: 1.7em;
    margin: 0 0 1em;
}

.client-section .client-data h3 a {
    color: #282e3f;
}

.client-section .client-data h3 a:hover {
    color: #373285;
}

.client-section .client-data p {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 26px;
    font-weight: 500;
}

.client-section .client-data .image-holder {
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 37px;
    margin-right: 30px;
    max-width: 105px;
}

.client-section .client-data .meta {
    overflow: hidden;
    margin-top: 40px;
}

.client-section .client-data .meta h3 {
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: 0;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 13px;
}

.client-section .client-data .meta p {
    color: #b5b5b5;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 19px;
}


/*--------------------------------------------------------------
#1.1  blog-section
--------------------------------------------------------------*/

.blog-section {
    padding-bottom: 100px;
}

@media screen and (min-width: 992px) {
    .blog-section {
        padding-bottom: 80px;
    }
}

.blog-section .container-fluid {
    padding: 0
}

.blog-section .blog-grids {
    margin: 0 -1px;
}

.blog-section .blog-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 40px;
    position: relative;
}

@media (max-width: 991px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 2px);
    }
}
@media (max-width: 768px) {
    .blog-section .blog-grids .grid {
        width: calc(45% - 0px);
    }
}
@media (max-width: 650px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 2px);
    }
}

.blog-section .grid span {
    float: right;
    right: 0;
    top: 0;
    font-size: 56px;
    color: #f4f4f4;
    letter-spacing: 0;
    font-weight: 700;
    position: absolute;
    background: rgba(44, 44, 44, 0.23);
    padding: 10px;
}

.blog-section .grid .details {
    padding: 30px 35px;
    -webkit-box-shadow: 0px 5px 16.2px 1.8px rgba(104, 113, 136, 0.1);
    box-shadow: 0px 5px 16.2px 1.8px rgba(104, 113, 136, 0.1);
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .blog-section .grid .details {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .blog-section .grid .details {
        padding: 25px 20px;
    }
}

.blog-section .grid .details h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0.6em 0 0.6em;
}

@media (max-width: 991px) {
    .blog-section .grid .details h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.blog-section .grid .details h3 a {
    color: #414141;
}

.blog-section .grid .details h3 a:hover {
    color: #373285;
}

.blog-section .grid .details p {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 27px;
    margin-bottom: 24px;
}

.blog-section .entry-meta {
    list-style: none;
    overflow: hidden;
}

.blog-section .entry-meta li {
    float: left;
}

.blog-section .entry-meta > li + li {
    margin-left: 25px;
}

.blog-section .entry-meta li a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #a9a9a9;
}

@media (max-width: 1199px) {
    .blog-section .entry-meta li a {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}

.blog-section .entry-meta i {
    display: inline-block;
    padding-right: 3px;
}

.blog-section .entry-meta li a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
#1.1  recent-blog-section
--------------------------------------------------------------*/

.recent-blog-section {
    padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .recent-blog-section {
        padding-bottom: 10px;
    }
}

.recent-blog-section .container-fluid {
    padding: 0
}

.recent-blog-section .blog-grids {
    margin: 0 -1px;
}

.recent-blog-section .blog-grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 20px 30px;
    position: relative;
}

.recent-blog-section .blog-grids .grid:nth-child(1) {
    margin-left: 0;
}

.recent-blog-section .blog-grids .grid:nth-child(4) {
    margin-right: 0;
}

.recent-blog-section .blog-grids .grid:nth-child(2) {
    margin-top: 70px;
}

.recent-blog-section .blog-grids .grid:nth-child(3) {
    margin-top: 143px;
}

.recent-blog-section .blog-grids .grid:nth-child(4) {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .recent-blog-section .blog-grids .grid {
        width: calc(50% - 40px);
    }
}

@media (max-width: 650px) {
    .recent-blog-section .blog-grids .grid {
        width: calc(100% - 2px);
    }
}

.recent-blog-section .grid span {
    float: right;
    right: 0;
    top: -51px;
    font-size: 56px;
    color: #f4f4f4;
    letter-spacing: 0;
    font-weight: 700;
}

.recent-blog-section .grid .details {
    padding: 13px 0 0 60px;
}

@media (max-width: 1199px) {
    .recent-blog-section .grid .details {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .recent-blog-section .grid .details {
        padding: 25px 20px;
    }
}

.recent-blog-section .grid .details h3 {
    font-size: 30px;
    color: #2c2c2c;
    line-height: 49px;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .recent-blog-section .grid .details h3 {
        font-size: 22px;
    }
}

.recent-blog-section .grid .details h3 a {
    color: #fff;
}

.recent-blog-section .grid .details h3 a:hover {
    color: #373285;
}

.recent-blog-section .grid .details p {
    font-size: 14px;
    color: #d4d1d1;
    line-height: 27px;
    margin-bottom: 24px;
}

.recent-blog-section .entry-meta {
    list-style: none;
    overflow: hidden;
}

.recent-blog-section .entry-meta li {
    float: left;
}

.recent-blog-section .entry-meta > li + li {
    margin-left: 25px;
}

.recent-blog-section .entry-meta li a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #a9a9a9;
}

@media (max-width: 1199px) {
    .recent-blog-section .entry-meta li a {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}

.recent-blog-section .entry-meta i {
    display: inline-block;
    padding-right: 3px;
}

.recent-blog-section .entry-meta li a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
#1.2  partners-section
--------------------------------------------------------------*/

.partners-section {
    position: relative;
    background: #2c2c2c;
}

.partners-section:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    width: 1px;
    height: 100px;
    background: #373285;
}

@media screen and (min-width: 992px) {
    .partners-section {}
}

@media (max-width: 991px) {
    .partners-section {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .partners-section {
        margin-top: 90px;
    }
}

.partners-section .partner-grids {
    padding: 240px 0 0;
}

@media (max-width: 767px) {
    .partners-section .partner-grids {
        padding: 40px 20px 33px;
    }
}

.partners-section .grid img {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}


/*--------------------------------------------------------------
#1.2    partners-section-s2
--------------------------------------------------------------*/

.partners-section-s2 {
    padding: 33px 0 8px;
}

.partners-section-s2 .grid img {
    width: auto;
}


/*--------------------------------------------------------------
#0.9  contact-section
--------------------------------------------------------------*/

.contact-section {
    background-color: #f9f9f9;
    padding: 45px 0;
    position: relative;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 80px 0;
    }
}

.contact-section .content-area {
    padding-right: 6%;
}

.contact-section h2,
.contact-section .theme-btn-s4,
.contact-section a {
    position: relative;
    z-index: 2;
}

.contact-section .shape {
    background: url("../images/add/contact-bg.jpg") center center/cover no-repeat local;
    position: absolute;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
}

@media (max-width: 650px) {
    .contact-section .shape {
        background: #f9f9f9;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-message {
        width: 300px;
    }
}

.contact-section .contact-message h5 {
    font-size: 37px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 991px) {
    .contact-section .contact-message h5 {
        font-size: 30px;
        color: #2c2c2c;
    }
}

.contact-section .contact-message h5 span {
    color: #373285;
}

@media (max-width: 991px) {
    .contact-section .contact-message-btn {
        float: left !important;
    }
}

.contact-section .contact-message h4 {
    font-size: 77px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 69px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 991px) {
    .contact-section .contact-message h4 {
        font-size: 60px;
        color: #2c2c2c;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-message h4 {
        font-size: 48px;
    }
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    background: #fdfdfd;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 2px solid #f5f5f5;
    color: #fff;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #373285;
}

.contact-section .contact-form form {
    margin: 0 -15px;
    overflow: hidden;
}

.contact-section .contact-form form::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}

.contact-section .contact-form form:-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}

.contact-section .contact-form form::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}

.contact-section .contact-form form:-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}

.contact-section .contact-form form > div {
    width: calc(100% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 1199px) {
    .contact-section .contact-form form > div {
        width: calc(100% - 30px);
        float: none;
    }
}

@media (max-width: 550px) {
    .contact-section .contact-form form > div {
        width: calc(100% - 30px);
        float: none;
    }
}

.contact-section .contact-form form > div:nth-child(3) {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}

.contact-section .contact-form form > .submit-area {
    margin-bottom: 0;
    text-align: right;
}

.contact-section .contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}

.contact-section .contact-form form .comment-area textarea {
    height: 170px;
}

.contact-section .contact-form form .comment-area textarea:focus {
    border-color: #373285;
    outline: none;
}

.contact-section .content-area {
    position: relative;
}

.contact-section .content-area .rotate-text {
    font-size: 270px;
    font-weight: 700;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    display: inline-block;
    position: absolute;
    position: absolute;
    left: 100px;
    bottom: 120px;
}

@media (max-width: 991px) {
    .contact-section .content-area .rotate-text {
        font-size: 150px;
        right: -446px;
        top: -419px;
    }
}

@media (max-width: 767px) {
    .contact-section .content-area .rotate-text {
        display: none;
    }
}


/*--------------------------------------------------------------
#0.9  contact-section-s2
--------------------------------------------------------------*/

.contact-section-s2 {
    padding-bottom: 10px;
    position: relative;
}

.contact-section-s2 .contact-map {
    text-align: center;
    position: relative;
}

.contact-section-s2 .map-show {
    position: absolute;
    left: 63%;
    top: 41%;
    -webkit-transform: translate(-63%, -41%);
    transform: translate(-63%, -41%);
    cursor: pointer;
}

.contact-section-s2 .map-show img {
    -webkit-animation: updown 2000ms linear infinite;
    animation: updown 2000ms linear infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    35% {
        -webkit-transform: translateY(-17px);
        transform: translateY(-17px);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    45% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    60% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    35% {
        -webkit-transform: translateY(-17px);
        transform: translateY(-17px);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    45% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    60% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.gmapclose {
    position: absolute;
    right: -42px;
    top: -4px;
    height: 40px;
    width: 40px;
    background: #414141;
    text-align: center;
    line-height: 43px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.google_map {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    height: 80%;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.google_map.showmap {
    visibility: visible;
    opacity: 1;
}

#google_map {
    height: 100%;
    width: 100%;
}

.tp-line {
    position: relative;
}

.tp-line:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -43px;
    width: 1px;
    height: 100px;
    background: #373285;
}

.flist li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8e8e8e;
    letter-spacing: 0;
    margin: 8px 0;
}

.flist li a:hover,
.flist li.active a {
    color: #373285;
}


/*--------------------------------------------------------------
#1.3  contact-section-s3
--------------------------------------------------------------*/

.contact-section-s3 {
    position: relative;
}

.contact-section-s3-pad {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .contact-section-s3-pad {
        padding-top: 0px;
    }
}

.contact-section-s3 .contact-title {
    margin-bottom: 25px;
}

.contact-section-s3 .contact-title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    margin: -3px 0 0.77em;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    z-index: 9;
}

.contact-section-s3 .contact-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 15px;
    width: 30%;
    background: #373285;
    z-index: -1;
}

@media (max-width: 991px) {
    .contact-section-s3 .contact-title h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .contact-section-s3 .contact-title h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.contact-section-s3 .contact-title h2 + p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 767px) {
    .contact-section-s3 .contact-title h2 + p {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

.contact-section-s3 .details ul {
    list-style: none;
    margin-top: 50px;
}

.contact-section-s3 .details p {
    color: #fff;
}

@media (max-width: 991px) {
    .contact-section-s3 .details ul {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .contact-section-s3 .details ul {
        max-width: 300px;
    }
}

.contact-section-s3 .details ul li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 75px;
    padding-top: 10px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .contact-section-s3 .details ul li {
        padding-left: 60px;
        padding-top: 5px;
    }
}

.contact-section-s3 .details ul h5 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: normal;
    color: #484848;
    margin: 0 0 0.38em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .contact-section-s3 .details ul h5 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.contact-section-s3 .details ul span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: normal;
    color: #8f9aa7;
}

@media (max-width: 767px) {
    .contact-section-s3 .details ul span {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}

@media (max-width: 400px) {
    .contact-section-s3 .details ul span {
        font-size: 11px;
        font-size: 0.73333rem;
    }
}

.contact-section-s3 .details ul > li:nth-child(3n) {
    margin-left: 0;
}

.contact-section-s3 .details .icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #f7f4f4;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .contact-section-s3 .details .icon {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }
}

.contact-section-s3 .details .icon i {
    font-size: 25px;
    font-size: 1.66667rem;
    color: #373285;
}

@media (max-width: 767px) {
    .contact-section-s3 .details .icon i {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.contact-section-s3 .contact-form-area {
    position: relative;
    overflow: hidden;
}

.contact-section-s3 .contact-form-area .contact-form-holder {
    width: 457px;
    background-color: transparent;
    padding: 35px 45px 40px;
    border: 1px solid rgba(234, 234, 234, 0.49);
}

@media (max-width: 1199px) {
    .contact-section-s3 .contact-form-area .contact-form-holder {
        left: 0;
    }
}

@media (max-width: 767px) {
    .contact-section-s3 .contact-form-area .contact-form-holder {
        width: 100%;
        position: static;
        padding: 25px;
        margin-top: 30px;
    }
}

.contact-section-s3 .contact-form-area form > div {
    margin-bottom: 25px;
}

.contact-section-s3 .contact-form-area form > div:last-child {
    margin-bottom: 0;
}

.contact-section-s3 .contact-form-area form input,
.contact-section-s3 .contact-form-area form textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    background: transparent;
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(234, 234, 234, 0.49);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-section-s3 .contact-form-area form input:focus,
.contact-section-s3 .contact-form-area form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-section-s3 .contact-form-area form input,
    .contact-section-s3 .contact-form-area form textarea {
        font-size: 15px;
        font-size: calc(15);
    }
}

.contact-section-s3 .contact-form-area form textarea {
    height: 100px;
}

.contact-section-s3 .contact-form-area form .submit-btn-wrapper {
    margin-bottom: 0;
}

.contact-section-s3 .contact-form-area form::-webkit-input-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-section-s3 .contact-form-area form:-moz-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-section-s3 .contact-form-area form::-moz-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-section-s3 .contact-form-area form:-ms-input-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-section-s3 .contact-form-area form::-webkit-input-placeholder {
    text-transform: uppercase;
}

.contact-section-s3 .contact-form-area form:-moz-placeholder {
    text-transform: uppercase;
}

.contact-section-s3 .contact-form-area form::-moz-placeholder {
    text-transform: uppercase;
}

.contact-section-s3 .contact-form-area form:-ms-input-placeholder {
    text-transform: uppercase;
}


/*--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#2.2  recent-projects-s2
--------------------------------------------------------------*/

.recent-projects-s2 {}

.recent-projects-s2 .projects-grids .grid {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .recent-projects-s2 .projects-grids .grid {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .recent-projects-s2 .projects-grids .grid {
        margin-bottom: 60px;
    }
}

.recent-projects-s2 .grid {
    overflow: hidden;
    position: relative;
}

.recent-projects-s2 .grid .project-pic {
    width: 670px;
    float: left;
}

@media (max-width: 1199px) {
    .recent-projects-s2 .grid .project-pic {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .recent-projects-s2 .grid .project-pic {
        width: auto;
        float: none;
    }
}

.recent-projects-s2 .grid .details {
    width: calc(100% - 670px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .recent-projects-s2 .grid .details {
        width: calc(100% - 500px);
    }
}

@media (max-width: 991px) {
    .recent-projects-s2 .grid .details {
        width: auto;
        float: none;
        position: static;
    }
}

.recent-projects-s2 .right-text .details {
    left: 0;
    right: auto;
    text-align: right;
}

@media (max-width: 991px) {
    .recent-projects-s2 .right-text .details {
        text-align: left;
    }
}

.recent-projects-s2 .right-text .project-pic {
    float: right;
}

.recent-projects-s2 .grid .details .inner {
    padding: 0 50px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .recent-projects-s2 .grid .details .inner {
        padding: 40px 50px 50px;
        position: static;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -transform: none;
    }
}

@media (max-width: 767px) {
    .recent-projects-s2 .grid .details .inner {
        padding: 30px 25px 40px;
    }
}

.recent-projects-s2 .count {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    color: #2c2c2c;
    font-weight: 700;
    position: relative;
    line-height: 0.8em;
    text-transform: uppercase;
    z-index: -1;
    top: 10px;
    color: rgba(255, 255, 255, 1);
    text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
}

.recent-projects-s2 .count:before {
    content: "";
    background-color: #373285;
    width: 60px;
    height: 15px;
    position: absolute;
    left: 7px;
    bottom: 20px;
    z-index: -1;
}

@media (max-width: 991px) {
    .recent-projects-s2 .count:before {
        display: none;
    }
}

@media (max-width: 1199px) {
    .recent-projects-s2 .count {
        font-size: 50px;
        font-size: 3.33333rem;
    }
}

.recent-projects-s2 .right-text .count:before {
    left: auto;
    right: 0px;
    bottom: 20px;
}

.recent-projects-s2 .grid .details h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 1em 0 1.45em;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .recent-projects-s2 .grid .details h4 {
        margin: 0.5em 0 0.6em;
    }
}

@media (max-width: 767px) {
    .recent-projects-s2 .grid .details h4 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.recent-projects-s2 .grid .details p {
    margin-bottom: 2.5em;
}

@media (max-width: 1199px) {
    .recent-projects-s2 .grid .details p {
        margin-bottom: 1.5em;
    }
}

.recent-projects-s2 .view-all {
    line-height: 0.5em;
    text-align: center;
}

.recent-projects-s2 .view-all a {
    font-weight: 500;
    color: #373285;
    text-transform: uppercase;
}

.recent-projects-s2 .view-all a i {
    display: inline-block;
    padding: 0 0 0 3px;
    position: relative;
    top: 2px;
}

.recent-projects-s2 .view-all a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
  #home style 3
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#3.1  about-section-s3
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .about-section-s3 .section-title,
    .about-section-s3 .section-title-s4 {
        margin-top: 45px;
    }
}


/*--------------------------------------------------------------
#3.2  services-section-s2
--------------------------------------------------------------*/

.services-section-s2 {
    background: url("../images/service-section-bg-s2.jpg") center center/cover no-repeat local;
    position: relative;
    border-top: 1px solid #f1efef;
}

.services-section-s2:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.97);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*--------------------------------------------------------------
#3.3  recent-projects-s3
--------------------------------------------------------------*/

.recent-projects-s3 {
    background-color: #f8f8f8;
}

.recent-projects-s3 .projects-menu {
    text-align: center;
    margin: 15px 0 40px;
}

@media (max-width: 991px) {
    .recent-projects-s3 .projects-menu {
        margin: 15px 0 30px;
    }
}

.recent-projects-s3 .projects-menu ul {
    font-family: 'Poppins', sans-serif;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}

.recent-projects-s3 .projects-menu li {
    float: left;
}

@media (max-width: 767px) {
    .recent-projects-s3 .projects-menu li {
        float: none;
    }
}

@media (max-width: 767px) {
    .recent-projects-s3 .projects-menu ul > li + li {
        margin-top: 8px;
    }
}

.recent-projects-s3 .projects-menu li a {
    font-size: 16px;
    font-size: 1.06667rem;
    text-transform: uppercase;
    color: #2c2c2c;
    padding: 10px 20px;
    border-radius: 0px;
    display: inline-block;
}

@media (max-width: 991px) {
    .recent-projects-s3 .projects-menu li a {
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 8px 16px;
    }
}

.recent-projects-s3 .projects-menu li a.current {
    background: url(../images/add/contact-bg.jpg) center center/cover no-repeat local;
    color: #fff;
}

.recent-projects-s3 .projects-grids .grid {
    width: 33.33%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .recent-projects-s3 .projects-grids .grid {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .recent-projects-s3 .projects-grids .grid {
        width: 100%;
    }
}

.recent-projects-s3 .grid .hover-content {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.recent-projects-s3 .grid:hover .hover-content {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.recent-projects-s3 .grid:hover .hover-content:before {
    top: 0;
}

.recent-projects-s3 .grid .details {
    width: 100%;
    padding: 0 35px 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.recent-projects-s3 .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.44em;
    text-transform: uppercase;
}

.recent-projects-s3 .grid .details h3 a {
    color: #dddddd;
}

.recent-projects-s3 .grid .details h3 a:hover {
    color: #373285;
}

.recent-projects-s3 .grid .details p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #373285;
    margin: 0;
    text-transform: uppercase;
}

.recent-projects-s3 .view-all {
    text-align: center;
    margin-top: 50px;
}

.recent-projects-s3 .view-all a {
    font-weight: 500;
    color: #373285;
    text-transform: uppercase;
}

.recent-projects-s3 .view-all a i {
    display: inline-block;
    padding: 0 0 0 3px;
    position: relative;
    top: 2px;
}

.recent-projects-s3 .view-all a:hover {
    color: #373285;
}


/*--------------------------------------------------------------
#4.1  video-section
--------------------------------------------------------------*/

.video-section {
    padding-bottom: 75px;
    position: relative;
}

.video-section .shape {
    background: url(../images/add/video-dot.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 100%;
    height: 661px;
    right: 0;
    top: 63%;
}

.video-section .video-holder {
    position: relative;
}

.video-section .video-holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background: #2c2c2c;
}

.video-section .video-holder:after {
    content: "";
    position: absolute;
    left: -46px;
    top: -79px;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0 23px rgba(216, 178, 86, 0.8);
    border-radius: 50%;
}
@media (max-width: 991px)  {
  .video-section .video-holder:after {
        height: 90px;
    width: 90px;
    left: -11px;
    top: -36px;
}  
}
@media (max-width: 991px) {
    .video-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .video-section {
        padding-bottom: 50px;
    }
}

.video-section .video-holder {
    position: relative;
}

@media (max-width: 991px) {
    .video-section .video-holder {
        max-width: 570px;
        margin: 60px 0 0;
    }
}

.video-section .video-icon {
    position: absolute;
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #f7f4f4;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12.35px 0.65px rgba(0, 0, 0, 0.1);
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-section .waves-block {
    position: absolute;
    z-index: 1;
    left: 40.5%;
    top: 33%;
}

@media (max-width: 1199px) {
    .video-section .waves-block {
        left: 38.5%;
        top: 30%;
    }
}

@media (max-width: 991px) {
    .video-section .waves-block {
        left: 34.5%;
        top: 22%;
    }
}

@media (max-width: 767px) {
    .video-section .waves-block {
        left: 30.5%;
        top: 15%;
    }
}

@media (max-width: 550px) {
    .video-section .waves-block {
        display: none;
    }
}

.video-section .waves-block .waves {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgb(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.video-section .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-section .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-section .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*--------------------------------------------------------------
#4.2  about-pg-history
--------------------------------------------------------------*/

.about-pg-history {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.about-pg-history .section-title,
.about-pg-history .section-title-s4 {
    padding-left: 0;
}

.about-pg-history .history-grids .grid {
    width: calc(50% - 70px);
    float: left;
    padding: 0 0 0 50px;
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 991px) {
    .about-pg-history .history-grids .grid {
        width: calc(50% - 10px);
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .about-pg-history .history-grids .grid {
        width: 100%;
        margin-bottom: 50px;
    }
}

.about-pg-history .history-grids .grid:nth-child(odd) {
    width: calc(50% + 70px);
    padding-right: 150px;
}

@media (max-width: 991px) {
    .about-pg-history .history-grids .grid:nth-child(odd) {
        width: calc(50% + 10px);
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .about-pg-history .history-grids .grid:nth-child(odd) {
        width: 100%;
    }
}

.about-pg-history .history-grids .date {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #373285;
}

.about-pg-history .history-grids .grid h3 {
    font-size: 18px;
    font-size: calc(18);
    margin: 0.5em 0 1em;
    position: relative;
    text-transform: uppercase;
}

.about-pg-history .history-grids .grid h3:before {
    content: "";
    background-color: #373285;
    width: 2px;
    height: 50px;
    position: absolute;
    left: -51px;
    top: -30px;
}


/*--------------------------------------------------------------
#9.1  feature-section
--------------------------------------------------------------*/

.feature-section {
    position: relative;
}

.feature-section .slide-grid {
    position: absolute;
}

@media (min-width: 1480px) and (max-width: 1700px) {
    .feature-section .slide-grid {
        width: 153px;
    }
}

@media (max-width: 1479px) {
    .feature-section .slide-grid {
        display: none;
    }
}

.feature-section .project-title {
    position: relative;
}

@media (max-width: 991px) {
    .feature-section .project-title {
        padding-top: 85px;
    }
}

.feature-section .project-title h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 62px;
    color: #2c2c2c;
    margin-top: -13px;
}

@media (max-width: 1199px) {
    .feature-section .project-title h2 {
        font-size: 36px;
    }
}

.feature-section .project-title span {
    color: #373285;
}

.feature-section .slick-slide img {
    display: block;
    height: 472px;
}

.feature-section .feature-single-slider .slider-navbar {
    padding: 0;
}

.feature-section .feature-single-slider .slider-navbar > i {
    position: absolute;
    bottom: -15%;
    left: 93%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.feature-section .feature-single-slider .slider-navbar > i:hover {
    cursor: pointer;
}

.feature-section .feature-single-slider .slider-navbar .nav-btn-rt {
    right: auto;
    left: 36px;
    bottom: -20%;
    color: #373285;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.feature-section .feature-single-slider .slider-navbar .nav-btn-lt {
    right: auto;
    left: 0px;
    color: #444;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.feature-section .feature-single-slider .slider-navbar .slick-slide {
    text-align: center;
}

.feature-section .slider-details {
    background-color: #2c2c2c;
    position: absolute;
    left: -259px;
    width: 358px;
    top: 255px;
    padding: 21px 71px;
}

@media (max-width: 1199px) {
    .feature-section .slider-details {
        left: 343px;
    }
}

@media (max-width: 991px) {
    .feature-section .slider-details {
        left: 494px;
        top: -245px;
        width: 278px;
        padding: 11px 51px;
    }
}

@media (max-width: 950px) {
    .feature-section .slider-details {
        left: -33px;
        top: -545px;
    }
}

@media (min-width: 320px) and (max-width: 945px) {
    .feature-section .slider-details {
        left: 8px;
        top: -585px;
    }
}

.feature-section .rotate-line {
    position: relative;
}

.feature-section .rotate-line:before {
    content: "";
    width: 1px;
    height: 20px;
    background: rgb(44, 44, 44);
    position: absolute;
    left: 33px;
    bottom: -59px;
    z-index: 1;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.feature-section .slider-details h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 1em 0 0.5em;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .feature-section .slider-details h4 {
        margin: 0.5em 0 0.6em;
    }
}

@media (max-width: 767px) {
    .feature-section .slider-details h4 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.feature-section .slider-details h5 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 35px;
}

.feature-section .slider-details p {
    font-size: 14px;
    margin-bottom: 1.6em;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .feature-section .slider-details p {
        margin-bottom: 1.5em;
    }
}


/*--------------------------------------------------------------
#4.3  fun-fact-section
--------------------------------------------------------------*/

.fun-fact-section {
    position: relative;
}

.fun-fact-section:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 65%;
    background: #eee;
}

.fun-fact-padding {
    padding: 130px 0 50px;
}

.fun-fact-padding-2 {
    padding: 0 0 50px;
}

@media (max-width: 991px) {
    .fun-fact-padding-2 {
        padding: 70px 0 20px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section {
        padding: 70px 0 20px;
    }
}

.fun-fact-section .funfact-grids {
    overflow: hidden;
}

.fun-fact-section .funfact-grids .grid {
    width: 25%;
    float: left;
    position: relative;
    padding: 60px 0 0;
    text-align: right;
}

@media (max-width: 1199px) {
    .fun-fact-section .funfact-grids .grid {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section .funfact-grids .grid {
        width: 50%;
        margin-bottom: 50px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .fun-fact-section .funfact-grids .grid {
        padding-left: 50px;
    }
}

@media (max-width: 500px) {
    .fun-fact-section .funfact-grids .grid {
        width: 50%;
        float: left
    }
}

.fun-fact-section .funfact-grids .grid:before {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 0px;
    height: 115px;
    width: 65px;
    background: url(../images/add/funfact.png) center/contain no-repeat;
    z-index: -1;
}

@media (max-width: 991px) {
    .fun-fact-section .funfact-grids .grid:before {
        right: inherit;
    }
}

.fun-fact-section .odometer-inside {
    font-family: 'Poppins', sans-serif;
}

.fun-fact-section .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.fun-fact-section .fi:before {
    font-size: 50px;
    font-size: 50px;
    color: #373285;
}

@media (max-width: 1199px) {
    .fun-fact-section .fi:before {
        font-size: 40px;
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section .fi:before {
        font-size: 35px;
        font-size: 35px;
    }
}

.fun-fact-section h3 {
    font-size: 30px;
    font-size: 30px;
    font-weight: 300;
    color: #2c2c2c;
    margin: 0;
    line-height: 0.9em;
}

@media (max-width: 1199px) {
    .fun-fact-section h3 {
        font-size: 24px;
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section h3 {
        font-size: 20px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section h3 {
        font-size: 20px;
        font-size: 20px;
    }
}

.fun-fact-section p {
    font-size: 14px;
    color: #2c2c2c;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .fun-fact-section p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section p {
        font-size: 12px;
    }
}


/*--------------------------------------------------------------
#4.3  fun-fact-section-s2
--------------------------------------------------------------*/

.fun-fact-section-s2 {
    position: relative;
}

.fun-fact-section-s2 .odometer-formatting-mark {
    display: none;
}

.fun-fact-padding {
    padding: 145px 0 50px;
}

.fun-fact-section-s2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 73%;
    background: #373285;
}

.fun-fact-section-s2 .shape {
    background: url(../images/add/client-line-1.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 1440px;
    height: 1px;
    right: 0;
    bottom: 00px;
}

@media (max-width: 991px) {
    .fun-fact-section-s2 {
        padding: 70px 0 20px;
    }
}

.fun-fact-section-s2 .funfact-grids {
    overflow: hidden;
}

.fun-fact-section-s2 .funfact-grids .grid {
    width: 25%;
    float: left;
    position: relative;
    padding: 30px 0 0;
}

.fun-fact-section-s2 .funfact-grids .grid:before {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 0px;
    height: 115px;
    width: 65px;
    background: url(../images/add/funfact.png) center/contain no-repeat;
    z-index: -1;
}

@media (max-width: 1199px) {
    .fun-fact-section-s2 .funfact-grids .grid {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section-s2 .funfact-grids .grid {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 .funfact-grids .grid {
        padding-left: 50px;
    }
}

@media (max-width: 500px) {
    .fun-fact-section-s2 .funfact-grids .grid {
        width: 50%;
        float: left;
    }
}

.fun-fact-section-s2 .odometer-inside {
    font-family: 'Poppins', sans-serif;
}

.fun-fact-section-s2 .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.fun-fact-section-s2 .fi:before {
    font-size: 50px;
    font-size: 50px;
    color: #373285;
}

@media (max-width: 1199px) {
    .fun-fact-section-s2 .fi:before {
        font-size: 40px;
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 .fi:before {
        font-size: 35px;
        font-size: 35px;
    }
}

.fun-fact-section-s2 h3 {
    font-size: 45px;
    font-size: 45px;
    font-weight: 500;
    color: #2c2c2c;
    text-align: right;
    margin: 0;
    line-height: 0.9em;
}

@media (max-width: 1199px) {
    .fun-fact-section-s2 h3 {
        font-size: 50px;
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section-s2 h3 {
        font-size: 45px;
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 h3 {
        font-size: 40px;
        font-size: 40px;
    }
}

.fun-fact-section-s2 p {
    font-size: 16px;
    color: #2c2c2c;
    text-align: right;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .fun-fact-section-s2 p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-s2 p {
        font-size: 12px;
    }
}


/*--------------------------------------------------------------
#3.2    fun-fact-awards-section
--------------------------------------------------------------*/

.fun-fact-awards-section {
    /*** funfact ***/
    /*** awards ***/
}

.fun-fact-awards-section .funfact-grids {
    overflow: hidden;
    padding: 150px 0 50px;
    position: relative;
}

@media (max-width: 991px) {
    .fun-fact-awards-section .funfact-grids {
        padding: 100px 0 40px;
        text-align: center;
    }
}

.fun-fact-awards-section .funfact-grids:before {
    content: "";
    background-color: rgba(43, 43, 43, 0.28);
    width: 90%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}

.fun-fact-awards-section .funfact-grids:after {
    content: "";
    background-color: rgba(43, 43, 43, 0.28);
    width: 1px;
    height: 60%;
    position: absolute;
    left: 40%;
    top: 20%;
}

@media (max-width: 991px) {
    .fun-fact-awards-section .funfact-grids:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.fun-fact-awards-section .funfact-grids .grid {
    width: 50%;
    float: left;
    padding: 0 0 100px;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .funfact-grids .grid {
        padding: 0 0 60px;
    }
}

.fun-fact-awards-section .funfact-grids .grid h2 {
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
    color: #373285;
    margin: 0;
    line-height: 10px;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .funfact-grids .grid h2 {
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: normal;
    }
}

.fun-fact-awards-section .funfact-grids .grid p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #2c2c2c;
    margin: 0.5em 0 0;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .funfact-grids .grid p {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.fun-fact-awards-section .odometer.odometer-auto-theme,
.fun-fact-awards-section .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.fun-fact-awards-section .award-grids-outer {
    padding: 73px 0 35px 75px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .fun-fact-awards-section .award-grids-outer {
        padding: 100px 60px 75px;
    }
}

@media (max-width: 991px) {
    .fun-fact-awards-section .award-grids-outer {
        padding: 80px 60px 50px;
    }
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer {
        padding: 60px 30px 50px;
    }
}

.fun-fact-awards-section .award-grids-outer .award-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer .award-grids {
        margin: 0 -7.5px;
    }
}

.fun-fact-awards-section .award-grids-outer .grid {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
}

.fun-fact-awards-section .award-grids-outer .grid img {
    border: 5px solid #e2e2e0;
}

@media (max-width: 420px) {
    .fun-fact-awards-section .award-grids-outer .grid {
        width: 100%;
        float: none;
    }
    .fun-fact-awards-section .award-grids-outer .grid img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fun-fact-awards-section .award-grids-outer .grid {
        padding: 0 7.5px 15px;
    }
}


/*--------------------------------------------------------------
  #contact page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#5.1  contact-pg-section
--------------------------------------------------------------*/

.contact-pg-section {
    /*** contact-form-area ***/
    /*** contact-info-area ***/
}

.contact-pg-section .section-title,
.contact-pg-section .section-title-s4 {
    padding-left: 0;
}

.contact-pg-section .contact-area-left-col p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 300;
    margin: -1em 0 3em;
}

@media (max-width: 767px) {
    .contact-pg-section .contact-area-left-col p {
        font-size: 18px;
        font-size: 1.2rem;
        margin: -1em 0 2.5em;
    }
}

.contact-pg-section .contact-form-area {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contact-pg-section .contact-form-area .contact-pic {
        display: none;
    }
}

.contact-pg-section .contact-form-area form > div {
    margin-bottom: 25px;
}

.contact-pg-section .contact-form-area form > div:last-child {
    margin-bottom: 0;
}

.contact-pg-section .contact-form-area form input,
.contact-pg-section .contact-form-area form textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    background: transparent;
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-pg-section .contact-form-area form input:focus,
.contact-pg-section .contact-form-area form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-pg-section .contact-form-area form input,
    .contact-pg-section .contact-form-area form textarea {
        font-size: 15px;
        font-size: calc(15);
    }
}

.contact-pg-section .contact-form-area form textarea {
    height: 100px;
}

.contact-pg-section .contact-form-area form .submit-btn-wrapper {
    margin-bottom: 0;
}

.contact-pg-section .contact-form-area form::-webkit-input-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-pg-section .contact-form-area form:-moz-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-pg-section .contact-form-area form::-moz-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-pg-section .contact-form-area form:-ms-input-placeholder {
    font-style: 14;
    font-style: normal;
    color: #abb1b8;
}

.contact-pg-section .contact-form-area form::-webkit-input-placeholder {
    text-transform: uppercase;
}

.contact-pg-section .contact-form-area form:-moz-placeholder {
    text-transform: uppercase;
}

.contact-pg-section .contact-form-area form::-moz-placeholder {
    text-transform: uppercase;
}

.contact-pg-section .contact-form-area form:-ms-input-placeholder {
    text-transform: uppercase;
}

.contact-pg-section .contact-info-area {
    margin-top: 37px;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .contact-pg-section .contact-info-area {
        margin-top: 70px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .contact-pg-section .contact-info-area {
        margin-top: 60px;
    }
}

.contact-pg-section .contact-info-area .title h3 {
    font-size: 36px;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0 0 0.56em;
}

@media (max-width: 991px) {
    .contact-pg-section .contact-info-area .title h3 {
        font-size: 30px;
        font-size: 2rem;
    }
}

.contact-pg-section .contact-info ul {
    list-style: none;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .contact-pg-section .contact-info ul {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section .contact-info ul {
        margin-top: 35px;
    }
}

.contact-pg-section .contact-info ul li {
    position: relative;
    padding-left: 75px;
    position: relative;
    display: inline-flex;
    padding-right: 37px;
}

.contact-pg-section .contact-info ul > li + li {
    margin-top: 40px;
}

.contact-pg-section .contact-info ul .icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .contact-pg-section .contact-info ul .icon {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }
}

.contact-pg-section .contact-info ul .icon i {
    font-size: 25px;
    font-size: 1.66667rem;
    color: #373285;
}

@media (max-width: 767px) {
    .contact-pg-section .contact-info ul .icon i {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.contact-pg-section .contact-info ul p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 991px) {
    .contact-pg-section .contact-info ul p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}


/*--------------------------------------------------------------
#5.2  contact-map-section
--------------------------------------------------------------*/

.contact-map-section {
    padding-top: 0;
}

.contact-map-section .contact-map {
    width: 100%;
    height: 450px;
}

@media (max-width: 767px) {
    .contact-map-section .contact-map {
        height: 350px;
    }
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}


/*--------------------------------------------------------------
  #service single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#6.1  service-single-section
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .service-single-section .service-single-content {
        padding-left: 20px;
    }
}

.service-single-section .service-single-content .service-pic {
    margin-bottom: 50px;
}

.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s3,
.service-single-section .service-single-content .theme-btn-s4 {
    margin-top: 20px;
}

.service-single-section .service-single-content h2 {
    font-size: 36px;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 1em 0;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h2 {
        font-size: 33px;
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}

.service-single-section .service-single-content h3 {
    font-size: 26px;
    font-size: 1.73333rem;
    font-weight: normal;
    margin: 1.2em 0;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h3 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}

.service-single-section .service-single-content ul {
    list-style: none;
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content ul {
        font-size: 15px;
        font-size: 1rem;
    }
}

.service-single-section .service-single-content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.7em;
}

.service-single-section .service-single-content ul > li + li {
    margin-top: 12px;
}

.service-single-section .service-single-content ul li i {
    display: inline-block;
    color: #373285;
    position: absolute;
    left: 0;
    top: 5px;
}

@media screen and (min-width: 1200px) {
    .service-single-section .service-details-content {
        background: #fff;
        padding: 68px 55px 75px;
        margin: -100px auto 0;
        position: relative;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }
    .service-single-section .service-details-content > h2 {
        margin-top: 0;
    }
}


/*--------------------------------------------------------------
  #project single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#7.1    project-single-section
--------------------------------------------------------------*/

.project-single-section .content h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    margin: 1.2em 0;
}

@media (max-width: 991px) {
    .project-single-section .content h2 {
        font-size: 26px;
        font-size: 1.73333rem;
    }
}

.project-single-section .project-pic {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .project-single-section .overview {
        margin-top: 50px;
    }
}

.project-single-section .project-info {
    background: url(../images/add/project.jpg) top left/cover no-repeat;
    padding: 43px 35px;
}

@media (max-width: 1199px) {
    .project-single-section .project-info {
        padding: 30px;
    }
}

.project-single-section .project-info h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.38em;
    color: #fff;
    margin: 0 0 1.3em;
}

@media (max-width: 1199px) {
    .project-single-section .project-info h3 {
        font-size: 26px;
        font-size: 1.73333rem;
    }
}

.project-single-section .project-info ul {
    list-style: none;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
}

.project-single-section .project-info ul li {
    padding-left: 0;
    line-height: 1.7em;
}

@media (max-width: 1199px) {
    .project-single-section .project-info ul li {
        font-size: 14px;
        font-size: 0.93333rem;
        line-height: 1.64em;
    }
}

.project-single-section .project-info ul > li + li {
    margin-top: 15px;
}

.project-single-section .project-info ul li span {
    color: #ffbd34;
}

.project-single-section .case-single-tab {
    margin-top: 60px;
}

.project-single-section .case-single-tab .nav {
    overflow: hidden;
}

.project-single-section .case-single-tab .nav li {
    float: left;
}

.project-single-section .case-single-tab .nav > li + li {
    margin-left: 5px;
}

.project-single-section .case-single-tab .nav a {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #1e2331;
    padding: 15px 45px;
    font-size: 20px;
    fonts-size: 1.25rem;
}

@media (max-width: 991px) {
    .project-single-section .case-single-tab .nav a {
        font-size: 18px;
        fonts-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .project-single-section .case-single-tab .nav a {
        padding: 12px 17px;
        font-size: 17px;
        fonts-size: 1.0625rem;
    }
}

.project-single-section .case-single-tab .nav a:hover {
    background: none;
}

.project-single-section .case-single-tab .nav .active a,
.project-single-section .case-single-tab .nav a:hover {
    background: #373285;
    color: #fff;
}

.project-single-section .tab-pane p {
    font-size: 18px;
    margin: 25px 0;
}

.project-single-section .tab-pane ul {
    list-style: none;
    padding-top: 10px;
}

.project-single-section .tab-pane ul > li + li {
    margin-top: 15px;
}

.project-single-section .tab-pane ol > li + li {
    margin-top: 15px;
}

.project-single-section .tab-pane ul li,
.project-single-section .tab-pane ol li {
    position: relative;
    line-height: 1.7em;
    color: #373285;
    padding-left: 20px;
}

.project-single-section .tab-pane ul li i {
    color: #ffbd34;
    position: absolute;
    left: 0;
    top: 5px;
}

.project-single-section .tab-pane ul li a {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    padding-left: 10px;
    font-weight: 400;
}

.project-single-section .prev-next {
    max-height: 45px;
    text-align: center;
    margin-top: 60px;
}

.project-single-section .prev-next ul {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}

.project-single-section .prev-next ul li {
    display: inline-block;
}

.project-single-section .prev-next ul a {
    background-color: #373285;
    display: block;
    padding: 12px 25px 12px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.project-single-section .prev-next ul a i {
    display: inline-block;
    padding: 0 5px;
}

.project-single-section .prev-next ul a:hover {
    background-color: #2c2c2c;
}

.project-single-section .prev-next ul li:last-child a {
    padding: 12px 15px 12px 25px;
}

.project-single-section .owl-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.project-single-section .owl-controls .owl-nav [class*=owl-] {
    background: rgba(217, 178, 86, 0.55);
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.project-single-section .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #373285;
}

.project-single-section .owl-controls .owl-nav .owl-next {
    border-left: 1px solid rgba(217, 178, 86, 0.4);
}


/*--------------------------------------------------------------
  #shop page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#8.1  shop-section
--------------------------------------------------------------*/

.shop-section .shop-grids {
    margin: 0 -10px;
}

.shop-section .shop-grids .grid {
    width: calc(33.33% - 20px);
    float: left;
    margin: 0 10px 25px;
}

@media (max-width: 767px) {
    .shop-section .shop-grids .grid {
        width: calc(50% - 20px);
    }
}

@media (max-width: 550px) {
    .shop-section .shop-grids .grid {
        width: calc(100% - 20px);
        float: none;
    }
}

.shop-section .img-addtocart {
    position: relative;
}

.shop-section .img-addtocart ul {
    list-style: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.shop-section .img-addtocart ul li {
    float: left;
}

.shop-section .img-addtocart ul > li + li {
    margin-left: 5px;
}

.shop-section .img-addtocart ul a {
    background-color: #373285;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    display: block;
}

.shop-section .shop-grids .grid:hover .img-addtocart ul {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.shop-section .grid .details {
    text-align: center;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}

.shop-section .grid .details h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 0.3em;
}

@media (max-width: 991px) {
    .shop-section .grid .details h4 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.shop-section .grid .details h4 a {
    color: #2c2c2c;
}

.shop-section .grid .details h4 a:hover {
    color: #373285;
}

.shop-section .grid .details .price {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #373285;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .shop-section .grid .details .price {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.shop-section .grid .details .star-rating i {
    color: #373285;
}


/*--------------------------------------------------------------
  #shop details page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#9.1  shop-details-section
--------------------------------------------------------------*/

.shop-details-section {
    /*** product slider ***/
    /*** product info ***/
}

.shop-details-section .shop-single-slider .slider-for {
    text-align: center;
}

.shop-details-section .shop-single-slider .slider-for img {
    display: inline-block;
}

.shop-details-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
}

.shop-details-section .shop-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.shop-details-section .shop-single-slider .slider-nav > i:hover {
    cursor: pointer;
}

.shop-details-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}

.shop-details-section .shop-single-slider .slider-nav .slick-slide {
    text-align: center;
}

.shop-details-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}

.shop-details-section .product-details {
    padding: 0 30px 50px;
    /*** product option ***/
}

@media (max-width: 1199px) {
    .shop-details-section .product-details {
        padding: 40px 30px 85px;
    }
}

@media (max-width: 991px) {
    .shop-details-section .product-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .shop-details-section .product-details {
        padding: 0;
    }
}

.shop-details-section .product-details h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.4em;
    margin: 0 0 0.33em;
}

@media (max-width: 767px) {
    .shop-details-section .product-details h2 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.shop-details-section .product-details .rating i {
    color: #373285;
    font-size: 20px;
}

.shop-details-section .product-details .price {
    font-size: 36px;
    font-size: 2.4rem;
    color: #373285;
    margin: 7px 0 14px;
}

@media (max-width: 991px) {
    .shop-details-section .product-details .price {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .shop-details-section .product-details .price {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.shop-details-section .product-details .price .old {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #c8ced4;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .shop-details-section .product-details .price .old {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {
    .shop-details-section .product-details .price .old {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.shop-details-section .product-details p {
    margin-bottom: 1.3em;
    font-size: 16px;
    font-weight: 500;
}

.shop-details-section .product-details p:last-child {
    margin: 0;
}

.shop-details-section .product-details .product-option {
    margin-top: 45px;
}

.shop-details-section .product-details .product-option .product-row {
    overflow: hidden;
}

.shop-details-section .product-details .product-option .product-row > div {
    height: 35px;
    display: inline-block;
    float: left;
}

.shop-details-section .product-details .product-option .product-row > div + div {
    margin-left: 15px;
}

.shop-details-section .product-details .product-option .product-row > div:first-child {
    width: 85px;
}

.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn:hover,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4:hover {
    background: #373285;
    border-color: #373285;
    color: #fff;
}

.shop-details-section .product-details .product-option .theme-btn,
.shop-details-section .product-details .product-option .theme-btn-s3,
.shop-details-section .product-details .product-option .theme-btn-s4 {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
    background: #2c2c2c;
}

.shop-details-section .product-details .product-option .theme-btn:hover,
.shop-details-section .product-details .product-option .theme-btn-s3:hover,
.shop-details-section .product-details .product-option .theme-btn-s4:hover {
    background-color: #373285;
    color: #fff;
    border-color: #fff;
}

@media (max-width: 767px) {
    .shop-details-section .product-details .product-option .theme-btn,
    .shop-details-section .product-details .product-option .theme-btn-s3,
    .shop-details-section .product-details .product-option .theme-btn-s4 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.shop-details-section .product-details .product-option .theme-btn:before,
.shop-details-section .product-details .product-option .theme-btn-s3:before,
.shop-details-section .product-details .product-option .theme-btn-s4:before {
    display: none;
}

.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3,
.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4 {
    background-color: #373285;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #e6e6e6;
}

.shop-details-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.shop-details-section .product-details #product-count:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    border-color: #e6e6e6;
}

.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
    background-color: #373285;
    color: #fff;
}

.shop-details-section .product-info {
    margin-top: 25px;
    /*** tabs ***/
    /*** client rv ***/
    /*** review form ***/
}

.shop-details-section .product-info h4 {
    font-size: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.7em;
}

.shop-details-section .product-info p {
    margin-bottom: 1.3em;
}

.shop-details-section .product-info .tab-pane p:last-child {
    margin-bottom: 0;
}

.shop-details-section .product-info .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .nav-tabs {
        margin-bottom: 20px;
    }
}

.shop-details-section .product-info .nav-tabs li {
    border: 1px solid #eaeaea;
}

.shop-details-section .product-info .nav-tabs li.active a {
    border: 0;
    outline: 0;
}

.shop-details-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #8f9aa7;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .nav-tabs a {
        font-size: 14px;
        font-size: 0.93333rem;
        font-weight: normal;
        padding: 9px 10px;
    }
}

.shop-details-section .product-info .nav-tabs a:hover,
.shop-details-section .product-info .nav-tabs .active a {
    background: #373285;
    color: #fff;
}

.shop-details-section .product-info .nav-tabs .active,
.shop-details-section .product-info .nav-tabs li:hover {
    border-color: #373285;
}

.shop-details-section .product-info .client-rv {
    overflow: hidden;
    margin-bottom: 30px;
}

.shop-details-section .product-info .client-rv:last-child {
    margin-bottom: 0;
}

.shop-details-section .product-info .client-rv .client-pic {
    width: 60px;
    float: left;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.shop-details-section .product-info .client-rv .details {
    width: calc(100% - 80px);
    float: right;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .details {
        width: 100%;
        float: none;
    }
}

.shop-details-section .product-info .client-rv .name-rating-time {
    border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px;
    }
}

.shop-details-section .product-info .client-rv .name-rating-time > div,
.shop-details-section .product-info .client-rv .name-rating > div {
    display: inline-block;
    font-size: 14px;
    font-size: 0.93333rem;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .name-rating-time > div,
    .shop-details-section .product-info .client-rv .name-rating > div {
        font-size: 12px;
        font-size: 0.8rem;
        display: block;
    }
}

.shop-details-section .product-info .client-rv .rating {
    font-size: 12px;
    color: #373285;
    padding-left: 12px;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px;
    }
}

.shop-details-section .product-info .client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .client-rv .name-rating-time .time {
        float: none;
    }
}

.shop-details-section .product-info .client-rv .review-body {
    padding-top: 12px;
}

@media screen and (min-width: 1200px) {
    .shop-details-section .product-info .review-form-wrapper {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .shop-details-section .product-info .review-form {
        margin-top: 45px;
    }
}

.shop-details-section .product-info .review-form h4 {
    margin-bottom: 1.73em;
}

.shop-details-section .product-info .review-form form input,
.shop-details-section .product-info .review-form form textarea {
    border-radius: 0;
}

.shop-details-section .product-info .review-form form input:focus,
.shop-details-section .product-info .review-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.shop-details-section .product-info .review-form form textarea {
    height: 130px;
}

.shop-details-section .product-info .review-form form > div {
    margin-bottom: 27px;
}

.shop-details-section .product-info .review-form form > div:last-child {
    margin-bottom: 0;
}

.shop-details-section .product-info .review-form form .rating-wrapper > div {
    display: inline-block;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .review-form form .rating-wrapper > div {
        display: block;
        float: none !important;
    }
}

.shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
    float: right;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
        margin-top: 20px;
    }
}

.shop-details-section .product-info .review-form form .rating a {
    font-size: 14px;
    color: #cccccc;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .shop-details-section .product-info .review-form form .rating a {
        font-size: 12px;
        margin-right: 5px;
    }
}

.shop-details-section .product-info .review-form form .rating a:last-child {
    margin: 0;
}

.shop-details-section .product-info .review-form form .rating a:hover {
    color: #373285;
}

.shop-details-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-details-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: #373285;
    color: #fff;
}

@media screen and (min-width: 767px) {
    .shop-details-section .product-info .review-form form .theme-btn-s4 {
        font-size: 15px;
        font-size: 1rem;
        padding: 0 20px;
    }
}

.shop-details-section .slider-nav .slick-slide:focus {
    outline: none;
}

.color-plate ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: #000;
    outline-offset: 2px;
    margin: 0px 5px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.color-plate {
    margin: 25px 0 10px;
}

.color-plate ul li:nth-child(2) {
    background: #423D3A;
    outline-color: #ffbd34;
}

.color-plate ul li:nth-child(3) {
    background: #8E8381;
    outline-color: #ff27f7;
}

.color-plate ul li:nth-child(4) {
    background: #E3DFD5;
    outline-color: #00ff3c;
}

.product-size {
    margin-bottom: 30px;
}

.product-size p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.product-size ul li {
    display: inline-block;
    position: relative;
}

.product-size ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999;
    color: #999;
}


/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#10.1 blog-pg-section
--------------------------------------------------------------*/

.blog-pad {
    padding: 170px 0 110px;
}

.blog-pg-section .post {
    position: relative;
}

.blog-pg-section .blog-content > .post + .post {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .blog-pg-section .blog-content > .post + .post {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .blog-content > .post + .post {
        margin-top: 60px;
    }
}

.blog-pg-section .post .entry-media {
    margin-bottom: 35px;
}

.blog-pg-section .post h3 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    margin: 1em 0;
}

@media (max-width: 991px) {
    .blog-pg-section .post h3 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.blog-pg-section .post h3 a {
    color: #2c2c2c;
    display: inline-block;
}

.blog-pg-section .post h3 a:hover {
    color: #373285;
}

.blog-pg-section .post .meta {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}

.blog-pg-section .post .meta li {
    float: left;
    color: #868686;
    position: relative;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .blog-pg-section .post .meta li {
        font-size: 12px;
        font-size: 0.8rem;
        margin-right: 20px;
        margin-bottom: 5px;
    }
}

.blog-pg-section .post .meta li img {
    margin-right: 15px;
}

.blog-pg-section .post .meta > li:last-child {
    margin-right: 0;
    float: right;
}

.li-pad {
    margin-top: 21px;
}

.blog-pg-section .post .meta a,
.blog-pg-section .post .meta i {
    color: #868686;
    font-weight: normal;
}

.blog-pg-section .post .meta i {
    display: inline-block;
    padding-right: 5px;
}

.blog-pg-section .post .meta a:hover {
    color: #373285;
}

.blog-pg-section .entry-details {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details {
        margin-top: 20px;
    }
}

.blog-pg-section .entry-details p {
    margin: 0 0 1.5em;
}

.blog-pg-section .entry-details .read-more {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #373285;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details .read-more {
        font-size: 15px;
        font-size: 1rem;
    }
}

.blog-pg-section .post-slider {
    position: relative;
}

.blog-pg-section .post-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
    background: rgba(217, 178, 86, 0.8);
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}

.blog-pg-section .video-post .video-holder {
    position: relative;
    text-align: center;
}

.blog-pg-section .video-post .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-pg-section .video-post .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .video-post .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-pg-section .video-post .video-holder .fi {
    padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
    font-size: 80px;
    font-size: 5.33333rem;
    color: #373285;
}

@media (max-width: 767px) {
    .blog-pg-section .video-post .video-holder .fi:before {
        font-size: 60px;
        font-size: 4rem;
    }
}

.blog-pg-section .quote-post {
    background-color: #fff;
    padding: 45px;
    border: 1px solid #eee;
}

@media (max-width: 767px) {
    .blog-pg-section .quote-post {
        padding: 35px 25px;
    }
}

.blog-pg-section .quote-post .quote-icon {
    background-color: #373285;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-pg-section .quote-post .quote-icon:before {
    content: "";
    border: 28px solid transparent;
    border-top: 25px solid #373285;
    position: absolute;
    left: 0;
    bottom: -100%;
}

.blog-pg-section .quote-post .quote-icon i {
    font-size: 35px;
    font-size: 2.33333rem;
    color: #fff;
}

.blog-pg-section .tag-share ul {
    list-style: none;
}

@media (max-width: 767px) {
    .blog-pg-section .tag-share {
        border-right: 1px solid #ebebf1;
    }
}

.blog-pg-section .tag-share .tag,
.blog-pg-section .tag-share .share {
    min-height: 59px;
    line-height: 59px;
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    .blog-pg-section .tag-share .tag,
    .blog-pg-section .tag-share .share {
        display: block;
    }
}

.blog-pg-section .share {
    padding-left: 20px;
}

.blog-pg-section .tag-share .share > i {
    background: #ebebf1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .tag-share .tag {
    float: left;
}

@media (max-width: 767px) {
    .blog-pg-section .tag-share .tag {
        float: none;
    }
}

.blog-pg-section .tag-share .tag a {
    font-size: 20px;
    color: #2c2c2c;
}

.blog-pg-section .tag-share .tag a:hover {
    color: #373285;
}

.blog-pg-section .tag-share .tag ul li {
    padding-right: 5px;
    position: relative;
}

.blog-pg-section .tag-share .tag ul li:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog-pg-section .tag-share .tag ul li:last-child:after {
    display: none;
}

.blog-pg-section .tag-share .tag ul > li + li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .blog-pg-section .tag-share .share {
        float: none;
        margin-top: 1px;
    }
}

.blog-pg-section .tag-share .share ul > li + li {
    margin-left: 12px;
}

.blog-pg-section .tag-share .share a {
    color: #2c2c2c;
}

.blog-pg-section .tag-share .share a:hover {
    color: #373285;
}

.blog-pg-section .tag-share ul {
    overflow: hidden;
}

.blog-pg-section .tag-share ul li {
    float: left;
}


/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#11.1 blog-single-section
--------------------------------------------------------------*/

.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

@media screen and (min-width: 992px) {
    .blog-single-section .blog-content {
        padding-right: 20px;
    }
}

.blog-single-section .post {
    position: relative;
}

.blog-single-section .post .entry-media {
    margin-bottom: 35px;
}

.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 1em 0;
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 26px;
        font-size: 1.73333rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

.blog-single-section .post h3 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    margin: 1em 0;
}

@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.blog-single-section .post h3 a {
    color: #2c2c2c;
    display: inline-block;
}

.blog-single-section .post .meta {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}

.blog-single-section .post .meta li {
    float: left;
    color: #868686;
    position: relative;
    margin-right: 25px;
}

.blog-single-section .post .meta li img {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .blog-single-section .post .meta li {
        font-size: 12px;
        font-size: 0.8rem;
        margin-right: 20px;
        margin-bottom: 5px;
    }
}

.blog-single-section .post .meta > li:last-child {
    margin-right: 0;
    float: right;
}

.blog-single-section .post .meta a,
.blog-single-section .post .meta i {
    color: #868686;
    font-weight: normal;
}

.blog-single-section .post .meta i {
    display: inline-block;
    padding-right: 5px;
}

.blog-single-section .post .meta a:hover {
    color: #373285;
}

.blog-single-section .entry-details {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .blog-single-section .entry-details {
        margin-top: 20px;
    }
}

.blog-single-section .entry-details p {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.9em;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .entry-details p {
        font-size: 15px;
        font-size: 1rem;
    }
}

.blog-single-section .entry-details blockquote {
    background-color: #f8f8f8;
    font-size: 20px;
    font-size: 1.33333rem;
    font-style: italic;
    color: #838383;
    line-height: 1.9em;
    padding: 30px 50px;
    margin: 50px 0;
    border-color: rgba(131, 131, 131, 0.12);
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .blog-single-section .entry-details blockquote {
        font-size: 18px;
        font-size: 1.2rem;
        padding: 25px 20px;
    }
}

.blog-single-section .entry-details blockquote:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 15px;
    height: 32px;
    width: 45px;
    font-size: 53px;
    background: url(../images/add/block-out.png) center/contain no-repeat;
    z-index: 1
}

.blog-single-section .author-box {
    padding: 45px 50px;
    margin: 70px 0;
    border: 1px solid #eaeaea;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-size: 1.46667rem;
    display: inline-block;
    margin-bottom: 10px;
    color: #2c2c2c;
}

@media (max-width: 991px) {
    .blog-single-section .author-box .author-name {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.blog-single-section .author-box .social-lnk {
    display: inline-block;
    list-style: none;
}

.blog-single-section .author-box .social-lnk li {
    float: left;
    margin-right: 15px;
}

.blog-single-section .author-box .social-lnk a {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 42px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.blog-single-section .author-box .social-lnk a:hover {
    color: #373285;
}

.blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #ebebf1;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts {
        border-left: 1px solid #ebebf1;
        border-right: 1px solid #ebebf1;
    }
}

.blog-single-section .more-posts > div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts > div {
        width: 100%;
        float: none;
    }
}

.blog-single-section .more-posts > div > a {
    display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    font-family: 'Poppins', sans-serif;
    padding: 40px 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e8e8e8;
    padding-left: 15px;
    padding-right: 26px;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #e8e8e8;
    }
}

.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 25px;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
    display: block;
}

.blog-single-section .more-posts .post-control-link {
    color: #a7a7a7;
}

.blog-single-section .more-posts .post-name {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #2c2c2c;
    margin: 0.5em 0 0;
}

@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.blog-single-section .more-posts a:hover .post-control-link {
    color: #373285;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

.blog-single-section .comments-area ul,
.blog-single-section .comments-area ol {
    list-style: none;
}

.blog-single-section .comments-area .comments {
    border: 1px solid #ebebf1;
    border-bottom: 0;
}

.blog-single-section .comments-area li > div {
    border-bottom: 1px solid #ebebf1;
    padding: 35px 25px;
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
}

.blog-single-section .comments-area .comments-title {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1.5em;
    position: relative;
    padding-bottom: 0.65em;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.blog-single-section .comments-area .comments-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #373285;
}

.blog-single-section .comments-area li > div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 18px;
    font-size: 1.2rem;
    color: #6d6d6d;
    margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-family: 'Poppins', sans-serif;
    ;
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1.06667rem;
    float: right;
}

.blog-single-section .comments-area .comment-reply-link {
    background: #373285;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #373285;
}

.blog-single-section .comment-respond {
    margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1.5em;
    padding-bottom: 0.65em;
    position: relative;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.blog-single-section .comment-respond .comment-reply-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #373285;
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(234, 234, 234, 0.49);
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #373285;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #373285;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
    text-transform: uppercase;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #2c2c2c;
}

@media screen and (min-width: 992px) {
    .blog-single-with-left-sidebar .blog-sidebar {
        padding: 0 20px 0 0;
    }
}

/*--------------------------------------------------------------
#12.1   error-404-section
----------------------------------------------------------------*/

.error-404-section {
    position: relative;
}

.error-404-section .shape {
    background: url(../images/add/404.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 696px;
    height: 591px;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .error-404-section .shape {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .error-404-section .content {
        padding-right: 250px;
    }
}

@media (max-width: 767px) {
    .error-404-section .content {
        text-align: center;
    }
}

.error-404-section .content h2 {
    font-size: 100px;
    font-size: 6.66667rem;
    color: #373285;
    margin: 0 0 0.2em;
}

@media (max-width: 991px) {
    .error-404-section .content h2 {
        font-size: 80px;
        font-size: 5.33333rem;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h2 {
        font-size: 60px;
        font-size: 4rem;
    }
}

.error-404-section .content h3 {
    font-size: 24px;
    font-size: 1.6rem;
    color: #373285;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .error-404-section .content h3 {
        font-size: 20px;
        font-size: 1.33333rem;
        line-height: 1.3em;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.error-404-section .content p {
    font-size: 18px;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0 0 2em;
}

@media (max-width: 991px) {
    .error-404-section .content p {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

@media (max-width: 767px) {
    .error-404-section .content p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.contact-map-section .contact-map-holder {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.contact-map-section .contact-map-view {
    width: 95%;
    height: 90%;
    position: absolute;
    left: 2.5%;
    top: 5%;
}

.contact-map-section .toggle-map-holder {
    opacity: 1;
    visibility: visible;
}

.contact-map-section .contact-map-holder .map-colse-btn {
    background-color: #373285;
    width: 55px;
    height: 55px;
    line-height: 45px;
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff;
    text-align: center;
    border: 4px solid #e2a709;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 25px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
}


/*# sourceMappingURL=style.css.map */