@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300 &display=swap');


body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lato', sans-serif;
}   


ul.navbar-nav li a {
    font-size: 16px !important;
    line-height: 24px !important;
    /* color: #333 !important; */
    font-weight: 600;
}

.editing-company-area {
    padding: 50px 0;
    background: #e8f3f5;
}

.navbar-toggler {
    border: 0 solid transparent;
}
.navbar-area .navbar .collapse.navbar-collapse .navbar-nav .nav-item {
    padding: 40px 8px;
}

.navbar-area .navbar .collapse.navbar-collapse .navbar-nav .dropdown-menu ul li.nav-item {
    padding: 0px 12px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: .5rem 0 !important;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    transition: opacity 250ms ease-in-out;
    background-color: #2D3246;
    box-shadow: -1px 4px 2px -3px rgb(0 0 0 / 27%);
}

.dropdown .dropdown-menu a.main-lnk {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .editing-company-area .right-content-are {
        margin-top: 0px !important;
        padding-left: 0;
    }
}

.editing-company-area .right-content-are .title {
    color: #000;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 10px;
}

.editing-company-area .right-content-are p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 24px;
}

.section-title {
    margin-bottom: 35px;
}
.section-title h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #262b49;
    margin-top: 10px;
}
.news-feed-area .single-news-feed-item .content .title {
    color: #262b49;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 10 impo !important;
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 10 im !important;
    cursor: w-resize;
}


/**  Stats counter */
.counter {
    background-color: transparent;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    /* color: #ffcf46; */

}

.count-text {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    /* color: #fff; */
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    /* color: #8ec8f9; */
}

/** client */

#clients {
    padding: 60px 0
}

#clients .clients-wrap {
    margin-bottom: 30px
}

#clients .client-logo {
    /* padding: 64px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    /* height: 160px */
}

#clients img {
    transition: all 0.4s ease-in-out
}

.testimonial-area {
    padding: 60px 0;
}
.author-details .thumb img {
    border-radius: 50%;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #b7dabf;
    color: #037b1f;
}

.footer-area .footer-top-area .footer-widget .widget-title {
    margin-bottom: 15px;
}
.footer-area .footer-top-area .footer-widget .widget-title .title {
    font-size: 20px;
    line-height: 36px;
    color: #bdbfca;
}

.footer-area .footer-top-area {
    background-color: #e8f3f5;
    padding: 75px 0 60px;
}
.footer-area .footer-top-area .footer-widget .widget-title .title {
    font-size: 20px;
    line-height: 36px;
    color: #060606;
}
.footer-area .footer-top-area .footer-widget.pages .widget-body ul li a {
    color: #080808;
}
.footer-area .copyright-area {
    background-color: #dbedf1;
    color: #6b7085;
    padding: 25px 0;
}

/* Price */
 section.pricing {
    /* background: linear-gradient(to right, #28a745, #17a2b8); */
    background: #f3f3f3b5;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media(min-width: 992px) {
    .pricing .card:hover {
        margin-top: -0.25rem;
        margin-bottom: 0.25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/* icon Bar */

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    right: 0;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.pinterest {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.skype {
    background: #00AFF0;
    color: white;
}

.instagram {
    background: #C13584;
    color: white;
}

.behance {
	background: #000;
    color: #fff;
}

.whatsapp {
	background: #075e54;
    color: #fff;
}




/* Gravity Box*/

.gform_wrapper ul.gform_fields {
  
    display: flex !important;
    flex-wrap: wrap;
  
    
}
.ginput_container_select select {
    border: none;
}
.gform_button {
    background: #ddd;
    padding: 10px;
    border: 1px solid #eee;
}



.single_title {
	    background-color: #f9f9f9;
    	border-color: #f9f9f9;
}

.soft_info_bg {
	background-color: #e0e6e629;
    border-color: #e0e6e629;
}

.footer-col .col-xl-2 {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}

/* Gravity Form */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid #d4d7dd;
    padding: 0.75rem 1rem !important;
}

.gform_wrapper textarea {
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
      border: 1px solid #d4d7dd;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
       border: 1px solid #d4d7dd;
      padding: 0.75rem 1rem !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  	padding: 0.75rem 1rem;
    color: #fff;
    background-color: #2160c8;
    border-color: #2160c8;
    border: 1px solid;
}