

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

img {
    border: none;
}


body {
    height: 100vh;
    color: #838383;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0px;
}

p {
    color: rgba(142, 142, 142, 1);
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
}
li,
span,
.close
{
    font-family: 'Lato', sans-serif;
}
i {
    color: #103045;
}

a {
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
}
a:hover{
    text-decoration: none;
}
.slick-slide img {
    display: block;
    width: 100%; height: 300px; object-fit: cover
}


h2 {
    font-size: 45px;
}

.section_head {
    margin-bottom: 7px;
}
button{
    font-family: 'Josefin Sans', sans-serif;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}

/* ==================== 
  1. header part css
==================== */
nav {
    background: rgba(255, 255, 255, 0.10);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

nav.navbar-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
}


.navbar {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding: 0 !important;
    background: #fff;
}

.navbar-brand {
    font-size: 30px;
    font-family: 'Righteous', cursive;
    color: #fff;
}
.navbar-brand:hover{
    color: #fff;
}
.navbar-brand img {
    height: 100px;
   object-fit: contain;
}

nav .nav-link {
    line-height: 50px;
    color: #4a4b4d;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding: 20px 15px!important;
    transition: all linear .3s;
}
nav.navbar-fixed ul li a {
    color: #333;
}


.navbar-nav li a:hover {
    color: #198d95;
}

nav.navbar-fixed .navbar-nav li a:hover {
    color: #198d95;
}

.navbar-nav li a.active {
    color: #198d95;
}

nav.navbar-fixed .navbar-nav li a.active {
    color: #198d95;
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    padding: 10px 15px 10px 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
}

nav.navbar-fixed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

nav .navbar-nav li:last-child a {
    padding-right: 0px !important;
}
nav.navbar-fixed .navbar-brand {
    color: #198d95;
}
.navbar-nav .dropdown-menu {
    border-radius: 0px;
    margin-top: 0px;
}
.navbar-nav .dropdown-menu .dropdown-item{
    -webkit-transition: all  0.3s;
    -moz-transition: all  0.3s;
    -ms-transition: all  0.3s;
    -o-transition: all  0.3s;
    transition: all  0.3s;  
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    background: #198d95;
    color: #fff!important;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}




/* ==================== 
2. banner part css
==================== */
/* Slider
----------------------------------------------------*/
.slide_text .slider_in .slide_button a {
    margin: 0 10px;
}

.slide_text .slider_in .slide_button a:hover {
    text-decoration: none;
}

.slide_text .slider_in .slide_button {
    margin-top: 38px;
}

.slide_text .slider_in {
    max-width: 1200px;
    margin: 0 auto;
}

.slide_text .slider_in .cap_title {
    font-size: 45px;
    text-transform: none;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.slide_text .slider_in .cap_descript {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.slide_item {
    height: 100vh;
    position: relative;
    width: 100%;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.slide_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.slide_text h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    margin: -8px 0 10px;
    color: #fff
}

.slide_text p {
    margin: 0 auto;
    color: #e2e2e2;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize;
}

.owl-item.active .cap_title {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .cap_descript {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .slide_button {
    -webkit-animation: 1s .9s flipInX both;
    animation: 1s .9s flipInX both;
}

.slide_button a {
    background-color: #198d95;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    margin: 30px 0 0;
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 65px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    text-transform: capitalize;
}

.slide_button a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.slide_button a:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}



.silder .owl-nav div,
.portfolio-slide .owl-nav div {
    border: 2px solid #198d95;
    font-size: 20px;
    height: 40px;
    width: 40px;
    left: 20px;
    line-height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.silder .owl-nav div i,
.portfolio-slide .owl-nav div i {
    color: #fff;
}

.silder .owl-nav div:hover,
.portfolio-slide .owl-nav div:hover,
.related-port .owl-nav div:hover {
    background: #198d95;
}

.silder .owl-nav .owl-next,
.portfolio-slide .owl-nav .owl-next {
    right: 20px;
    left: auto
}

.silder .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.silder .owl-dot {
    border: 2px solid #38ccff;
    height: 8px;
    width: 24px;
    margin: 0 4px;
    display: inline-block
}

.silder .owl-dot.active {
    background-color: #38ccff;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slider_area:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
    opacity: 1;
}

.slider_area:hover .owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 1;
}

/*-- 4.business_text css ======================================== --*/
.business_text {
    background-color: #27292e;
    padding: 97px 0 98px;
}

.business_text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 22px;
}

.business_text p {
    color: #eee;
}

.my_btn {
    background: #198d95;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 65px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    text-transform: capitalize;
}

.my_btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.my_btn:hover {
    text-decoration: none;
    color: #fff;
}

.my_btn:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}






/* ==================== 
3. about part css 
==================== */
.img_about img    {height: 410px;}
#about_us {
    padding: 96px 0px 100px;
}

#about_us .about_content {
    margin-bottom: 46px;
}

#about_us .video_content {
    position: relative;
    margin-top: 21px;
}

#about_us .video_content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#about_us .video_content .overlay:after {
    position: absolute;
    content: '';
    top: -4%;
    left: -4%;
    width: 100%;
    height: 100%;
    border: 2px solid #198d95;
    z-index: -1;
}

.video_btn {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #198d95;
}


 .video_btn {
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 13px 0px 0px 10px;
}

.video_btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #198d95;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #198d95;
    border-radius: 50%;
    transition: all 200ms;
}

.video_btn:hover:after {
    background: #198d95;
}


.video_btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.card-header {
    background: whitesmoke;
    padding: 5px 0px;
}

#accordion .card {
    margin-bottom: 30px;
}

#accordion .card .btn-link {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

#accordion .card:last-child {
    margin-bottom: 0px;
}

.card-header {
    border-bottom: 0px solid rgba(0, 0, 0, .0);
}

/* ==================== 
4. service part css
===================== */

#service_section {
    background-color: rgba(246, 249, 252, 1);
    padding: 95px 0px 100px;
}

#service_section .about_content{
    margin-bottom: 17px;
}

#service_section .service_item {
    background: #fff;
    text-decoration: none;
    padding: 30px 15px;
    margin: 30px 0px 0px 0px;
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#service_section .service_item:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}



#service_section .service_item a {
    display: inline-block;
    text-decoration: none;
    color: rgba(142, 142, 142, 1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#service_section .service_item a:hover{
    color: #198d95;
}

#service_section .service_item img {
    margin-bottom: 15px;    
    width: 120px;
    height: 120px;
}

#service_section .service_item h4 {
    margin-top: 14px;
}
#service_section .service_item p{
    margin: 10px 0px 11px;
}

#service_section .modal h3 {
    font-size: 26px;
}

#service_section .modal h4 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 13px;
}

#service_section .modal .list {
    margin-top: 25px;
}

#service_section .modal .list li p {
    padding-left: 20px;
    position: relative;
}

#service_section .modal .list i {
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 2px;
    color: #198d95;
}

#service_section .modal .list li {
    margin-bottom: 5px;
}

#service_section .modal-footer a {
    height: 100%;
    background: #198d95;
    color: #ffffff;
    display: inline-block;
    width: 120px;
    height: 50px;
    font-size: 16px;
    line-height: 54px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    text-align: center;

}
#service_section .modal .list ul{
    margin-bottom: 10px;
}



/* ==================== 
5. portfolio part css
===================== */


#gallery_home {
    padding: 97px 0px 74px;
}

#gallery_home h2 {
    margin-bottom: 6px;
}

#gallery_home .section_title1 {
    margin-bottom: 47px;
}

.portfolio_section {
    z-index: 999;
    overflow: hidden;
}


.protfolio-filter {
    text-align: center;
    margin-bottom: 0px;
}

.protfolio-filter li {
    list-style: none;
    margin: 0 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}



.protfolio-filter li {
    background: transparent;
    padding: 1px 8px;
    border-radius: 2px;
    color: #8e8b8b;
    display: inline-block;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.protfolio-filter li:hover,
.protfolio-filter li.active {
    color: #198d95;
}
.portfoliotab{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0px 12px;
    margin-bottom: 30px;
}

.portfolio_box {
    padding: 0 10px;
    margin-bottom: 20px;
}


.portfolio_box .portfolio_box_text{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: .3s;
}

.portfolio_box:hover .portfolio_box_text {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.item_thumbnail {
    position: relative;
    overflow: hidden;
}

.item_thumbnail img {
width: 100%;
    height: 300px;}

.item_thumbnail a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
    opacity: 1;
    transition: -webkit-all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item_thumbnail a i {
    color: #fff;
    line-height: 50px;
}

.item_thumbnail a:hover {
    background: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.item_thumbnail a:hover i {
    color: #333
}

.item_thumbnail .link {
  background: rgb(74 75 77 / 48%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.item_thumbnail:hover .link {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.portfolio-description {
    background: #fff;
    padding: 20px;
}

.portfolio-description>h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.portfolio-description>a {
    text-transform: capitalize;
}

.portfolio-description>h4 a:hover {
    color: #198d95;
}

.portfolio-category>li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.portfolio-category>li::before {
    content: ",";
    position: absolute;
    right: -5px;
}

.portfolio-category>li:last-child::before {
    display: none;
}

.portfolio-category a {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.portfolio-category a:hover {
    color: #198d95;
}

.hidden {
    display: none;
}

.load-more {
    margin-top: 20px;
}

.mix_galery {
    display: none;
}

#gallery_home .modal-content {
    padding: 10px 30px;
    border-radius: 0px;
}

#gallery_home .modal-body {
    position: relative;
    padding: 30px 0px 15px 0px;
}

#gallery_home .modal-body h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#gallery_home .modal-body p {
    margin-bottom: 0;
}

#gallery_home .modal-body ul {
    margin-top: 25px;
}

#gallery_home .project-list li {
    padding: 5px 0;
    font-size: 14px;
}

#gallery_home .project-list label {
    color: #222;
    margin-bottom: 0;
    margin-right: 0;
    width: 120px;
    font-weight: 600;
}

#gallery_home .project-list li a:hover {
    color: #444;
}

#gallery_home .modal-header .close {
    padding: 0px;
    margin: 0px;

}

#gallery_home .modal-body h3 {
    color: #242424;
    font-size: 24px;
    font-weight: 600;
}


/* ========================
6. testimonial part css
======================== */

#client_monial {
    background: #f1f1f1;
}

#client_monial .section_head {
    margin-bottom: 11px;
}

#client_monial.section-padding {
    padding: 90px 0px 157px;
}

#client_monial .area-title {
    margin-bottom: 13px;
}

#client_monial .about_content {
    padding-bottom: 18px;
}

#client_monial .test-content {
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#client_monial {
    padding-top: 97px;
    padding-bottom: 93px;
}

#client_monial .star-icon>i {
    font-size: 18px;
    color: #198d95;
}

#client_monial .client_descrip {
    text-align: center;
}

#client_monial .client_descrip>p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #555;
    display: inline-block;
}


#client_monial .client_name>h5 {
    color: #838383;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

#client_monial .client-name>p {
    color: #838383;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}


#client_monial .slick-slide.client_imag {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 129px;
}
#client_monial .slider{
    margin-bottom: 0px;
    margin-top: 46px;
}

#client_monial .slick-slide img {
    display: block;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    opacity: .5;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#client_monial .slick-slide:focus,
#client_monial .slick-slide img {
    outline: 0px;
}

#client_monial .slick-slide.slick-current img {
    opacity: 1 !important;
    transform: scale(1.25);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#client_monial .slick-arrow .fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}

#client_monial .slick-arrow i {
    position: inherit;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    color: #198d95;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#client_monial .slick-arrow:first-child {
    position: absolute;
    left: -140px;
}

#client_monial .slick-arrow:last-child {
    position: absolute;
    right: -140px;
    top: 0%;
}

#client_monial .slick-arrow:last-child i {
    padding-left: 0px;
}

#client_monial .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #198d95;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

#client_monial .slick-arrow i:hover,
#client_monial .slick-arrow:hover i {
    color: #fff!important;
}

#client_monial .slick-arrow:hover {
    background: #198d95;
}

/* ========================== 

/* ========================= 
10. counter part css
========================= */

#counter_data {
    padding: 72px 0px 65px;
}

.single_counter {
    border: 2px solid rgba(112, 112, 112, 0.51);
    padding: 21px 0px 32px;
}

#counter_data .section_head {
    margin-bottom: 16px;
}

#counter_data .about_content {
    padding-bottom: 47px;
}

.main_counter_area {
    padding: 23px 0 34px 0;
}

.main_counter_area .main_counter_content .single_counter h2 {
    letter-spacing: 3px;
}

#counter_data .single_counter h2 {
    padding-top: 10px;
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 0;
    color: #838383;
    font-weight: 400;
}

#counter_data .single_counter p {
    font-size: 20px;
    text-transform: capitalize;
    color: #242424;
    font-weight: 600;
}


/* ==============================
12. Blog Section Start 
=================================*/
.blog_home {
    background: #f3f3f3;
    padding: 98px 0px 70px;
}
.blog_home .slick-track {
    padding: 20px 0px 30px;
}
.blog_home .section_head{
    margin-bottom: 16px;
}
.blog_home .about_content {
    margin-bottom: 27px;
}
.blog_box  .extra ul li {
    display: inline-block;
}
.blog_box  .extra ul li a{
    color: rgba(142, 142, 142, 1);
    font-size: 14px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.blog_box  .extra ul li a i{
    color: rgba(142, 142, 142, 1);
    margin-right: 5px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;

}
.blog_box  .extra ul{
    margin-bottom: 0px;
}
.blog_box  .extra ul li p{
display: inline-block;
padding: 0px 11px;
}
.blog_box .content{
    padding: 20px 15px 15px;
    background: #fff;
}
.blog_box{
    box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.10);
}
.blog_box  .extra{
    border-top: 2px solid rgba(142, 142, 142, 0.5);
    margin-top: 27px;
    padding-top: 10px;
}
.blog_box  h3{
    margin-bottom: 18px;
    font-size: 24px;
}
.blog_box .blog_Images{
    position: relative;
}
.blog_box .blog_Images .tag{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background:#198d95;
    color: #fff; 
    padding: 1px 10px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.10);
}
.blog_box .blog_Images .tag i,
.blog_box .blog_Images .tag a
{
    color: #fff;
    font-size: 14px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blog_box h3 a{
    color: #333;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.blog_box  h3 a:hover{
   color: #198d95; 
}
.blog_box  .extra a:hover,
.blog_box  .extra a:hover i
{
    color: #198d95;   
}


/* ==============================
12. Blog Section End 
=================================*/




/*========================
12. Free Consultation css
==========================*/

#contact_us {
    padding: 95px 0px 100px;
}

#contact_us .about_content {
    padding-bottom: 47px;
}

.contact_form {
    background: #f2f2f2;
}

.contact_form .p-0 {
    padding: 0px;
}

.contact_form .bg-white {
    background: #fff;
}

.contact_form .theme-title-one {
    margin-bottom: 55px;
}

.contact_form .main_content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.consult_overlay{
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 100%;
    padding: 50px 40px 20px;
}


.consult_overlay .box{
    border: 2px solid #fff;
    text-align: center;
    padding: 30px 15px 22px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.consult_overlay .box .font{
    position: relative;
    top: 0px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.consult_overlay .box .back{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.consult_overlay .box:hover .font{
    top: -100px;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.consult_overlay .box:hover .back{
    top: 50%;
    opacity: 1;
}


.consult_overlay .box i{
    font-size: 22px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.consult_overlay .box h6{
    font-size: 22px;
    margin-bottom: 10px;
}


.consult_overlay h6{
color: #fff;
}

.consult_overlay p{
color: #fff;
}

.consult_overlay i{
color: #fff;
}

.consult_overlay a{
color: #fff;
}

.contact_form .form-wrapper {
    background: #fff;
    border-radius: 0 5px 5px 0;
    padding: 40px 40px 40px 40px;
}
.contact_form .form-wrapper h3{
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 37px;
}
.contact_form .form-wrapper .my_btn {
    border: 0px;
    margin-top: 2px;
}

.theme-form-one input,
.theme-form-one .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0 0 12px 0;
    margin-bottom: 23px;
    color: rgba(142, 142, 142, 1);
}

.theme-form-one textarea {
    width: 100%;
    max-width: 100%;
    height: 110px;
    max-height: 110px;
    resize: none;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    padding: 0 0 10px 0;
    margin-bottom: 32px;
    color: rgba(142, 142, 142, 1);
}
.theme-form-one input:focus,
.theme-form-one textarea:focus
{
    border-bottom: 1px solid #198d95;  
}
.theme-form-one input::placeholder,
.theme-form-one textarea::placeholder{
    color: rgba(142, 142, 142, 1);
    font-size: 16px;
    text-transform: capitalize;
}
/* ========================
13. market part css 
============================ */

#market-place {
    padding: 76px 0px;
}

.single_counter2 img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.single_counter2 {
    border: 2px solid rgba(204, 204, 204, 0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.single_counter2 h2 {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.single_counter2 p {
    padding-top: 10px;
}

.slick-center .single_counter2 img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


/* ===================== 
14 footer part css
==================== */

.footer_one .main_footer {
   background: #ffffff;
    padding: 60px 0px 60px 0px;

}

.footer_one a:hover {
    color: #198d95;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.footer_one .main_footer .title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_one .main_footer .about-widget p {
    font-size: 17px;
    line-height: 25px;
    color: #eeeeee;
}

.footer_one .main_footer .about-widget .queries i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: #eeeeee;
}

.footer_one .main_footer .about-widget .queries {
    margin-top: 25px;
    font-size: 17px;
}

.footer_one .main_footer .about-widget .queries a {
    font-size: 16px;
    text-decoration: none;
    color: #eeeeee;
}


.footer_one .main_footer .footer-list ul li {
    line-height: 32px;
    padding-left: 20px;
    position: relative;
    color: #eeeeee;
}

.footer_one .main_footer .footer-list ul li::before {
    content: '\f10c';
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_one .main_footer .footer-list ul li a {
    font-size: 17px;
    text-decoration: none;
    color: #eeeeee;
}

.footer_one .main_footer .footer-list ul li a:hover {
    text-decoration: underline;
}
.footer_one .main_footer .newsletter_site{
    text-align: center;
}
.footer_one .main_footer .newsletter_site input {
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    border: none;
    color: #eeeeee;
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2);
    height: 60px;
    border-radius: .25rem;
}

.footer_one .main_footer .newsletter_site .theme-button-one {
    margin-top: 15px;
}

.footer_one .main_footer .newsletter_site ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eeeeee;
}

.footer_one .main_footer .newsletter_site :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eeeeee;
}

.footer_one .main_footer .newsletter_site ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eeeeee;
}

.footer_one .main_footer .newsletter_site ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eeeeee;
}

.footer_one .main_footer .newsletter_site :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eeeeee;
}

.footer_one .main_footer .newsletter_site ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #eeeeee;
}

.footer_one .footer_down {
    background: #27292e;
    padding: 25px 0px 26px;
}

.footer_one .footer_down p {
    line-height: 25px;
    font-size: 16px;
}

.footer_one .footer_down ul {
    text-align: right;
}

.footer_one .footer_down ul li {
    display: inline-block;
    line-height: 25px;
}

.useful_link a {
    color: #eee;
}

.useful_link a:hover {
    color: #eee;
}
.img_box { background-image: url(../images/slider.jpg);}
.footer_one .footer_down ul li a {
    font-size: 17px;
    margin-left: 35px;
    text-decoration: none;
    color:  rgba(142, 142, 142, 1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.footer_one .footer_down ul li a:hover{
    color: #198d95;
}
.f-logo img {
    width: 80px;
    margin-bottom: 43px;
}

.social_link {
    margin-top: 30px;
}

.social_link li {
    display: inline-block;
}

.social_link a i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    border: 2px solid #198d95;
    border-radius: 50%;
    color: #198d95;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.social_link li:last-child i{
    margin-right: 0px;
}
.social_link a i:hover {
    background: #198d95;
    border-color: #198d95;
    color: #fff;
}

.newsletter_site .my_btn {
    border: 0px;
    height: 60px;
    line-height: 65px;
}
/*=======================
15. back to top css 
=========================*/
.back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    z-index: 999;
    display: none;
    background: #198d95;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.back-top-btn i {
    color: #fff;
    line-height: 42px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.back-top-btn:hover i {
    color: #fff;
}
.back-top-btn:hover{
    animation: none;
}
@media (max-width: 768px) {
#client_monial .slick-arrow:last-child {
    position: absolute;
    right: 0px;
    top: -14%;
}

    /* navbar part*/
    .navbar-right {
        margin-right: 0;
    }
  nav ul li .nav-link {
        text-align: center;
        line-height: 12px;
        padding: 12px 12px !important;
        transition: all linear .3s;
        color: #000;
    }

    nav.navbar-fixed ul li .nav-link {
        text-align: center;
        line-height: 12px;
        padding: 12px 12px !important;
        transition: all linear .3s;
        color: #000;
    }

    .navbar-nav {
        background: #fff;
        padding: 10px 0px;
    }

    .nav>li>a {
        padding: 10px 8px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .navbar-brand {
        width: 115px;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-nav>li>a::after {
        left: 10px;
    }

    nav ul li .nav-link {
        text-align: center;
        line-height: 12px;
        padding: 12px 12px !important;
        transition: all linear .3s;
        color: #000;
    }

    nav.navbar-fixed ul li .nav-link {
        text-align: center;
        line-height: 12px;
        padding: 12px 12px !important;
        transition: all linear .3s;
        color: #000;
    }

    .navbar-nav {
        background: #fff;
        padding: 10px 0px;
    }

    .nav>li>a {
        padding: 10px 8px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .navbar-brand {
        width: 115px;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-nav>li>a::after {
        left: 10px;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .nav>li>a {
        padding: 10px 10px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .navbar-brand {
        margin-top: 8px;
    }
}