

.header-bottom-sec .left .logo {
    position: relative;
    display: block;
    padding: 2px 0 2px;
    width: 200px;
}


.theme-main-nav .main-navigation>li>a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}

.about-one-content {
    position: relative;
    display: block;
    padding-top: 0px;
    z-index: 1;
}

 p{
    text-align: justify;
}

.paraCenter p{
    text-align: center;
}

.owl-dots{
    width: 138px;
}

.service-contant-2 h1,h2,h3,h4,h5,h6{
    padding: 20px 0px;
}

.service-contant-2 p{
    padding-top: 10px;
    text-align: justify;
}

.service-desc-contant .service-contant-2 {
    padding-top: 0px;
}

.contact-form {
    position: relative;
    display: block;
    margin-top: 0px;
    padding: 52px 50px 52px;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 5px 14px 2px rgba(46, 52, 58, 0.1);
    box-shadow: 0px 5px 14px 2px rgba(46, 52, 58, 0.1);
}

.main-form input[type="text"], .main-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #2e343a;
    padding: 0 20px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

.main-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 113px;
    background: transparent;
    border: 1px solid #2e343a;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

.main-form .ui-selectmenu-button {
    position: relative;
    display: block;
    background: none;
    width: 100% !important;
    height: 35px !important;
    border: 1px solid #2e343a;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
}




.single-blog1-item {
    /*position: relative;
    display: block;
    margin-bottom: 40px;*/
    background: #fff;
    padding: 10px;
}


.single-blog1-item:hover {
    
    background: #ffffff90;
    padding: 10px;
}



.thm-single-sidebar .recent-post li .text-box {
    padding-top: 0px;
}






@media only screen and (max-width: 767px) {
    .about-one-content {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .about-big-text {
        top: 230px;
        left: -175px;
        display: none !important;
    }
}


.p-0 h5{
    padding: 0px;
}


.first-para:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}


.prc-list ul {
    
    padding-bottom: 10px;
}
.prc-list ul li {
    position: relative;
    display: block;
    font-size : 16px;
    color: #888888;
    padding-bottom: 10px;
    line-height: 24px;
    padding-left: 20px;
}

.prc-list ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    height: 8px;
    width: 8px;
    content: "";
    background: #c1b79a;
}


.service-page-link ul li{
    background: #343434;
}


@media (max-width: 1199px) {
    .theme-main-nav .side-menu__toggler {
        position: relative;
        width: 40px !important;
        height: 40px !important;
        background: #c1b79a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .theme-main-nav {
        float: right;
        padding: 5px 0 !important;
        margin-left: 30px;
    }

    .header-bottom-sec .left .logo {
        position: relative;
        display: block;
        padding: 2px 0 2px;
        width: 145px;
    }

    
}

@media (max-width: 992px) {
    .top-sec {
        position: relative;
        display: block;
        background: #c1b79a;
        display: none;
    }
}



/*.scroll-to-top {
    background: #c1b79a;
    border-radius: 0;
    bottom: 92px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 25px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999999;
}*/


@media only screen and (max-width: 600px) {
    .footer-bottom-part {
        background: #353e47;
        padding-top: 19px;
        padding-bottom: 20px;
        display: block;
        margin-bottom: 85px;
    }


    .scroll-to-top {
        background: #c1b79a;
        border-radius: 0;
        bottom: 90px;
        color: #ffffff;
        cursor: pointer;
        display: none;
        font-size: 20px;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        position: fixed;
        right: 10px;
        text-align: center;
        transition: all 500ms ease 0s;
        width: 30px;
        z-index: 99999999;
    }
}