/*
* ----------------------------------------------------------------------------------------
Author       : Dreambuzz
Template Name: Probin - Personal Portfolio Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    font-family: 'Montserrat';
    color: #232323;
}

p {
    line-height: 26px;
    color: #888;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}
.about-subtitle{
    margin-bottom: 10px;
    color: #739A19;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}
.lg-subtitle{
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.2;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

img {
    width: 100%;
}

a:hover {
    color: #739A19;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-padding {
    padding: 0
}




h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}


.f-color {
    color: #739A19;
}

h5.subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.margin90{
    margin-top: 90px;
}
.form-title{
    font-size: 28px;
}
.mb30 {
    margin-bottom: 30px;
}

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

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading h2 {
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading p {
    font-weight: 300;
}



/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 35px 15px 35px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #739A19;
}

.btn-hero:focus {
    color: #fff !Important;
}

.btn-black {
    background-color: rgba(54, 53, 68, 1);
    color: #fff !important;
}
.btn-hero:hover,.btn-black:hover  {
    background-color: transparent!important;
    color: #739A19 !important;
    border-color: #739A19!important;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-white:focus {
    color: #000;
}

.btn-white:active {
    color: #fff;
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 25px;
}



/*---------- COLORS ----------*/

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}

.bg-feature {
    background-color: #739A19;
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #f2f4ec;
}

.bg-white {
    background-color: #fff;
}


/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

.site-navigation {
    padding: 30px 0px;
}

.site-navigation .btn {
    border-radius: 25px;
    padding: 10px 30px;
}


.site-navigation .navbar-nav {
    margin-right: 30px;

}

.site-navigation .navbar-nav a {
    color: #fff;
    text-transform: uppercase;
}
.google{
    margin-top: 15px;
}

.header-white {
    position: fixed;
    top: 0px;
    background:rgba(54, 53, 68, 1);
    z-index: 9999;
    width: 100%;
    left: 0;
    padding: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.logos {
    max-width: 80%;
}
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    padding: 0px 15px;
}

.site-navigation {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}



.header-white.site-navigation .navbar-nav a {
    color: #fff;
}





/*------------------------------------
 HEADER AREA
----------------------------------*/

.d-table {
    width: 100%;
}


.d-table-cell {
    vertical-align: middle;
}

.content-padding {
    padding: 250px 0px 180px;
}

.banner-content {
    width: 100%;
    margin: 0 auto;
}

.profile-banner {
    background: url("../img/bg/profile-1.jpg") 50% 50%;
}
.profile-banner-2 {
    background: url("../img/bg/banner-1.jpg") ;
    position: relative;
}
.profile-banner-2:before {
    background: url("../img/bg/banner-part.png") 50% 50%;
    position: absolute;
    content:"";
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    z-index: 2;
    background-size: cover;
}
.profile-banner-2 .banner-content{
    padding: 300px 0px;
}

.banner-area {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


.dark-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(54, 53, 68, 0.74);
}


.banner-content h4 ,.banner-content h1{
    color: #fff;
}

.banner-content h1{
    font-size: 64px;
    line-height: 80px;
    margin: 15px 0px;
    font-weight: 900;
}

.banner-content p {
    margin-top: 20px;
    color: #eee;
}

.social-links a {
    color: #fff;
    font-size: 22px;
}

.banner-content .social-links {
    margin: 20px 0px ;
}


/*------------------------------------
  ABOUT AREA
----------------------------------*/

.circled {
    border-radius: 100%;
}
.wp-post-image{
    border-radius: 100%;
    max-width: 100%;
    height: auto;
}

.about-info {
    margin-top: 25px;
}


.about-content h5 {
    margin-bottom: 10px;
    color: #739A19;
}
.about-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 28px;
}
.about-content h2 span {
    color: #739A19;
}

.about-content p {
    margin: 20px 0px;
}

.numbr{
    font-style: normal;
font-weight: 900;
font-size: 36px;
line-height: 44px;
color: #A3D146!important;
font-family: 'Montserrat';
}


.about-feature li{
    width: 40%;
    float: left;
    margin-right: 40px;
}

.about-block{
    text-align: center;
    margin-bottom: 10px;
}

.about-block i{
    font-size: 30px;
    margin-bottom: 10px;
    color: #739A19;
}
.about-block {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}
.about-block p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}



/*------------------------------------
  SERVICE AREA
----------------------------------*/

.service-block.style-1 {
    text-align: center;
    padding: 40px 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
}

.service-block:hover ,.service-block.active{
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}


.service-img img {
    width: 100px;
    height: 100px;
    border: 5px solid#eee;
}

.service-block h3 {
    margin: 20px 0px 15px;
    text-transform: capitalize;
    font-size: 24px;
}

.read-more {
    color: #739A19;
    text-decoration: underline;
}

.read-more i {
    padding-left: 5px;
}


/*-----------------------------
  TESTIMONIAL AREA
------------------------------*/

#testimonial {
    border-top: 1px solid#eee;
}
.testimonial-block {
    margin-bottom: 80px;
}
.testimonial-block i{
    font-size: 50px;
    margin-bottom: 20px;
    opacity: .4;
    background: #eee;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding-top: 45px;
}
.testimonial-block p{
    font-size: 22px;
    line-height: 36px;
    margin: 30px 0px;
    color: #000;
}
.author-info h6{
    font-weight: 400;
    color: #888;
}
.author-info h4{
    font-size: 22px;
}

.testimonial-carousel .carousel-indicators li.active{
    background: #739A19;
}
.testimonial-carousel .carousel-indicators li{
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}





/*------------------------------
  WORK PROJECTS
-------------------------------*/

.work-filter {
    margin-bottom: 60px;
    text-align: center;
    padding: 10px;
}

.work-filter li {
    text-transform: capitalize;
    text-transform: uppercase;
    font-size: 16px;
/*    font-family: 'Work Sans', sans-serif;*/
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.work-posts div {
    padding: 0px;
}


.work-content h4 {
    margin-top: 20px;
    text-transform: capitalize;
}

#portfolio .grid figure:hover {
    background: #000;
}

#portfolio figure.work-content h4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    visibility: hidden;
}

#portfolio figure.work-content p {
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    padding: 0;
    color: #fff;
    margin: 5px 0px;
}

#portfolio figure.work-content p strong {
    font-size: 16px;
    margin-right: 5px;
}

#portfolio .item {
    -webkit-transition: .3s;
    transition: .3s;
}

#portfolio .item:hover figure.work-content h4 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
    visibility: visible;
}

.grid{
    max-width: 100%;
}


.work-filter li.active {
    color: #739A19;
}

.work-inner .mix {
    display: none;
}

/*------------------------------------
 CONTACT AREA SECTION
--------------------------------------*/

.contact {
    padding-bottom: 90px;
    margin-top: -80px;
}

.contact-form {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.contact-heading {
    margin-bottom: 40px;
}


.form-control {
    display: block;
    border: 1px solid transparent;
    width: 100%;
    height: 55px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F7F7F7;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    padding-left: 20px;
}

.form-control:focus {
    border: 1px solid#eee;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}


.input-success,
.input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}

.input-success {
    border: 1px solid #01B500;
}

.input-error {
    border: 1px solid #ff0000;
}



/*-------------------------
  COUNTER AREA
--------------------------*/

#counter {
    position: relative;
    padding: 0px;
}
.review-img{
    max-width: 300px;
}
.counter-bg {
    position: absolute;
    left: 100px;
    top: 0px;
    display: inline;
    width: 35%;
    max-height: 200px;
    height: 100%;
    background: url("../img/bg/ntbk.svg");
    -webkit-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 240px;
}

.counter-stat {
    border-right: 1px solid#eee;
    text-align: center;
    padding: 20px;
}

.counter-stat i {
    margin-right: 5px;
    color: #739A19;
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.counter-stat span {
    font-size: 50px;
    font-weight: 700;
}

.counter-stat p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
}



/*-------------------------
  FOOTER AREA
--------------------------*/

#footer {
    background: rgba(54, 53, 68, 1);
    padding: 30px 0px;
    font-size: 18px;
    color: #eee;
    text-transform: capitalize;
}


.overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.feature-overlay {
    background: #739A19;
    opacity: .36;
}



.logo img{
    width: auto;
}

.b-logo{
    display: none;
}

.navbar.navbar-expand-lg.fixed-top.site-navigation.header-white .b-logo{
    display: block;
}
.navbar.navbar-expand-lg.fixed-top.site-navigation.header-white .w-logo{
    display: none;
}


/*--------------------
 CONTACT INFO
---------------------*/

#contact-info{
    padding-top: 40px;
  
}
.contact-info{
    text-align: center;
      -webkit-transition: all .3s ease 0s;
    -o-transition:all .3s ease 0s ;
    transition: all .3s ease 0s;
}
.contact-icon i{
    color: #fff;
    background: rgba(54, 53, 68, 1);
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    border-radius: 100%;
    margin-bottom: 10px;
}
.contact-info:hover{
    margin-top: -10px;
}
.contact-info p{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin: 10px 0px;
}
.contact-info p span{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 10px 0px;
}
.contact-info h4{
    font-weight: 400;
    font-size: 18px;
}

.item-title3{
    font-weight: 700!important;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 15px;
color: #8FAD52;
text-align: start;
}
.ico-img{
    max-width: 70px;
}
.ico-wrapp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-text3{
    text-align: start;
    color: #000;
}
.numbers{
    font-size: 96px;
    color: rgba(143, 173, 82, 1);
    font-weight: 800;
}
.number-subtext{
    font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #000000;
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 60px;
}
.number-text{
    border-top: rgba(143, 173, 82, 1) 1px solid;
    width: 70%;
    text-align: start;
    padding-top: 10px;
}
.last-wrapp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-yellow{
    background: #FFE923;
    margin-top: 40px;
}
.btn-yellow:hover{
    background-color: transparent;
    border: 1px solid #FFE923;
}

.mobile{
    display: none;
}
.wpcf7-spinner{
    display: none;
}