/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

div#about.clor-drk .row-bg {
    background: #020c26;
}
div#about.clor-drk h2 {
    color: #fff !important;
}
.block-txt p {
    color: #fff !important;
}
#aboutus-sec.me-about .row-bg {
    background: #020c26;
}

#aboutus-sec.me-about h2, #aboutus-sec.me-about p {
    color: #fff;
}
/* header CSS start */

#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a span:after {
    display: none !important;
}

li#menu-item-24 a {
    background: #FF560B;
    padding: 10px 40px !important;
    border-radius: 50px !important;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

li#menu-item-24 a:before {
    content: '';
    position: absolute;
    background: #020C26;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

li#menu-item-24 a:hover:before {
    width: 100%;
}

/* header CSS end */

/* main banner Section CSS start */

#main-banner h1, #main-banner p {
    color: #fff;
}

#orange-btn.transparent {
    background: #ffffff42 !important;
    backdrop-filter: blur(4px);
}

#orange-btn {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    margin-left: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

#orange-btn:before {
    content: '';
    position: absolute;
    background: #020C26;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

#orange-btn:hover:before {
	width: 100%;
}

#orange-btn:hover {
    opacity: unset !important;
    transform: unset !important;
    box-shadow: unset !important;
}

#orange-btn:focus {
    box-shadow: unset !important;
    transform: unset !important;
}

/* main banner Section CSS end */

/* about section CSS start */

#about h2, #about p, #about-btn {
    text-align: center;
}

#about-inr p {
    text-align: left;
}

span.small {
    font-size: 18px;
    line-height: 26px;
}

#about h2, #about p {
    color: #fff;
}

#about-inr .main {
    display: flex;
    align-items: center;
    gap: 15px;
}

#about-inr h4 {
    color: #252B42;
}

#about-inr p {
    color: #737373;
    font-weight: 600 !important;
}

#about-inr .vc_column-inner {
    background: #fff;
    padding: 30px 40px;
    min-height: 395px;
}

#about-inr .wpb_text_column {
    margin-bottom: 15px !important;
}
#about.serv-inr .txt-blk p, #about.serv-inr h2 {
    color: #020C26;
}

#about.serv-inr #about-inr .vc_column-inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.5s;
}

#about.serv-inr #about-inr .vc_column-inner:hover {
    background: #020C26;
}

#about.serv-inr #about-inr .vc_column-inner:hover * {
    color: #fff;
}
/* about section CSS end */

/* portfolio section CSS start */

#portfolio h2 {
    color: #020C26;
}

/* portfolio section CSS end */


/* Faq Section Start  */

.toggle-title a, .toggle-title {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #1B1139 !important;
    font-weight: 600 !important;
}

.inner-toggle-wrap p {
    font-size: 16px;
    line-height: 24px !important;
    color: #363049;
}

div[data-style="minimal"] .toggle {
    border: 1px solid #D7DBE5 !important;
    padding: 0px 20px !important;
    margin: 0 0 20px 0 !important;
}
/* Faq Section end  */

/* why section CSS start */

#why h2, #why p {
	color: #fff;
}

/* why section CSS end */

/* testimonial section CSS start */

#testimonial-inr ul.stars li {
    list-style: none;
}

#testimonial-inr ul.stars {
    margin: unset;
    display: flex;
    gap: 7px;
}

#testimonial-inr ul.stars li i {
    color: #F3CD03;
}

#testimonial-inr .test {
    display: flex;
    align-items: start;
    gap: 15px;
}

#testimonial-inr .test span.title {
    font-size: 18px;
    line-height: 26px;
    color: #FF7B47;
    font-weight: 600;
}

#testimonial-inr .test span.subject {
    font-size: 18px;
    line-height: 26px;
    color: #252B42;
    font-weight: 600;
}

#testimonial-inr .vc_column-inner {
    background: #fff;
    padding: 20px 30px;
}

#testimonial-inr .wpb_raw_code {
    margin-bottom: 10px;
}

#testimonial h2, #testimonial p {
    color: #fff;
    text-align: center;
}

#testimonial-inr p {
    text-align: left;
    color: #737373;
    font-weight: 600;
}

/* testimonial section CSS end */

/* contact section CSS start */

#contact h4, #contact h2 {
    color: #fff;
}

#contact input, #contact textarea, #contact select {
    background: #ffffff3d;
    color: #E4E4E4;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 15px;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

#contact .form .btn {
    padding: unset;
}

#contact input.wpcf7-submit {
    background: #FF560B;
    border: unset;
    font-size: 25px;
    line-height: 33px;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    transition: all 0.5s;
}

#contact input.wpcf7-submit:hover {
    background: #020C26;
    box-shadow: unset !important;
    transform: unset !important;
}

/* contact section CSS end */
div#aboutus-sec h2, div#aboutus-sec p {
    color: #020C26;
}

div#aboutus-sec p {
    font-size: 17px;
    line-height: 25px;
}
/* expert sextion CSS start */

#expert h3 {
	color: #252B42;
}

p {
	color: #737373;
}

#expert .right-col {
	text-align: center;
}

#expert .wpb_text_column {
    margin-bottom: 15px !important;
}

/* expert sextion CSS end */

/* footer CSS start */

#footer-inr ul {
    margin: unset;
}

#footer-inr ul li {
    list-style: none;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
}

#footer-inr p {
    font-size: 20px;
    line-height: 28px;
}

#footer-inr ul li a {
    color: #BDBDBD;
    font-weight: 600;
}

#footer p {
    color: #fff;
}

#footer h4 {
    color: #fff;
}

#footer-inr ul.icons {
    display: flex;
    gap: 10px;
}

#footer-inr ul.icons li a i {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}

#footer-inr ul.icons li {
    padding: unset !important;
}

div#inr-footer {
    padding: 30px 0px;
}

#inr-footer .row-bg {
    position: relative;
}

#inr-footer .row-bg:before {
    content: '';
    position: absolute;
    background: #ffffff29;
    height: 100%;
    width: 160%;
    left: -27%;
    top: 0;
}

#inr-footer p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

div#copyright {
    display: none !important;
}

div#footer-widgets {
    display: none !important;
}

/* footer CSS end */


@media only screen and (min-width: 1600px) and (max-width: 1750px){
	
#top nav > ul > li > a {
    margin: 0px 18px !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

div#main-banner {
    padding: 200px 0px 160px !important;
}

h1 {
    font-size: 72px !important;
    line-height: 80px !important;
}

p {
    font-size: 24px !important;
    line-height: 32px !important;
}

#orange-btn {
    font-size: 19px !important;
    line-height: 27px !important;
}

#footer-inr p {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-footer p {
    font-size: 22px !important;
    line-height: 30px !important;
}
	
}
@media only screen and (min-width: 1365px) and (max-width: 1599px){
	
#top nav > ul > li > a {
    margin: 0px 15px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

div#main-banner {
    padding: 160px 0px 125px !important;
}

h1 {
    font-size: 68px !important;
    line-height: 76px !important;
}

p {
    font-size: 22px !important;
    line-height: 30px !important;
}

#orange-btn {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 25px !important;
}

#footer-inr p {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-footer p {
    font-size: 22px !important;
    line-height: 30px !important;
}

#header-outer[data-full-width="true"] header > .container {
    padding: 0px 100px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 30px !important;
}

div#about {
    padding: 80px 0px !important;
}
	
#about-inr .vc_column-inner {
    padding: 25px 30px !important;
    min-height: 358px !important;
}

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#portfolio {
    padding: 80px 0px !important;
}

div#why {
    padding: 80px 0px !important;
}

h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

span.small {
    font-size: 17px !important;
    line-height: 25px !important;
}

#testimonial-inr ul.stars li i {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#contact {
    padding: 80px 0px !important;
}

div#testimonial {
    padding: 80px 0px !important;
}

div#expert {
    padding: 40px 0px !important;
}

div#footer {
    padding-top: 80px !important;
}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1364px){
	
#top nav > ul > li > a {
    margin: 0px 12px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

div#main-banner {
    padding: 150px 0px 70px !important;
}

h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}

p {
    font-size: 20px !important;
    line-height: 28px !important;
}

#orange-btn {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 10px 25px !important;
}

#footer-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-footer p {
    font-size: 20px !important;
    line-height: 28px !important;
}

#header-outer[data-full-width="true"] header > .container {
    padding: 0px 60px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 40px !important;
}

div#about {
    padding: 60px 0px !important;
}

#about-inr .vc_column-inner {
    padding: 20px 20px !important;
    min-height: 334px !important;
}

h4 {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#portfolio {
    padding: 60px 0px !important;
}

div#why {
    padding: 60px 0px !important;
}

h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

span.small {
    font-size: 16px !important;
    line-height: 24px !important;
}

#testimonial-inr ul.stars li i {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#contact {
    padding: 60px 0px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}

div#expert {
    padding: 30px 0px !important;
}

div#footer {
    padding-top: 60px !important;
}

#why .wpb_text_column {
    margin-bottom: 15px !important;
}

#testimonial-inr .test span.subject {
    font-size: 17px !important;
    line-height: 25px !important;
}

#testimonial-inr .test span.title {
    font-size: 17px !important;
    line-height: 25px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 12px 12px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#inr-footer {
    padding: 25px 0px !important;
}

#footer-inr ul li {
    font-size: 18px !important;
    line-height: 26px !important;
    padding-bottom: 10px !important;
}

#footer-inr ul.icons li a i {
    font-size: 28px !important;
    line-height: 36px !important;
}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
#top nav > ul > li > a {
    margin: 0px 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

div#main-banner {
    padding: 140px 0px 30px !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 8px 20px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-footer p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#header-outer[data-full-width="true"] header > .container {
    padding: 0px 40px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 54px !important;
}

div#about {
    padding: 40px 0px !important;
}

#about-inr .vc_column-inner {
    padding: 15px 15px !important;
    min-height: 320px !important;
}

h4 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#portfolio {
    padding: 40px 0px !important;
}

div#why {
    padding: 40px 0px !important;
}

h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

    span.small {
        font-size: 12px !important;
        line-height: 20px !important;
    }

#testimonial-inr ul.stars li i {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#contact {
    padding: 40px 0px !important;
}

div#testimonial {
    padding: 40px 0px !important;
}

div#expert {
    padding: 25px 0px !important;
}

div#footer {
    padding-top: 40px !important;
}

#why .wpb_text_column {
    margin-bottom: 15px !important;
}

    #testimonial-inr .test span.subject {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr .test span.title {
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 10px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#inr-footer {
    padding: 20px 0px !important;
}

#footer-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 8px !important;
}

#footer-inr ul.icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
}

#header-outer #logo img {
    height: 60px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#about-inr .main {
    gap: 10px !important;
}

#testimonial .wpb_text_column {
    margin-bottom: 10px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 15px 15px !important;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#footer .wpb_text_column {
    margin-bottom: 15px !important;
}

#inr-footer .wpb_text_column {
    margin: unset !important;
}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1000px){
	
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: -70px !important;
}
#aboutus-sec.ceo-inner p {
    overflow: scroll;
    height: 90px;
    margin: 30px 0;
}
#aboutus-sec.detail-abt p {
    overflow-y: scroll;
    height: 130px;
    margin-bottom: 20px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: -70px !important;
}
#aboutus-sec.ceo-inner p {
    overflow: unset !important;
    height: unset !important;
    margin: unset !important;
}
#top nav > ul > li > a {
    margin: 0px 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

div#main-banner {
    padding: 140px 0px 30px !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 8px 20px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-footer p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#header-outer[data-full-width="true"] header > .container {
    padding: 0px 40px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 54px !important;
}

div#about {
    padding: 40px 0px !important;
}

#about-inr .vc_column-inner {
    padding: 15px 15px !important;
    min-height: 180px !important;
}

h4 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#portfolio {
    padding: 40px 0px !important;
}

div#why {
    padding: 40px 0px !important;
}

h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

    span.small {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr ul.stars li i {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#contact {
    padding: 40px 0px !important;
}

div#testimonial {
    padding: 40px 0px !important;
}

div#expert {
    padding: 25px 0px !important;
}

div#footer {
    padding-top: 40px !important;
}

#why .wpb_text_column {
    margin-bottom: 15px !important;
}

    #testimonial-inr .test span.subject {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr .test span.title {
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 10px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#inr-footer {
    padding: 20px 0px !important;
}

#footer-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 8px !important;
}

#footer-inr ul.icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
}

#header-outer #logo img {
    height: 60px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#about-inr .main {
    gap: 10px !important;
}

#testimonial .wpb_text_column {
    margin-bottom: 10px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 15px 15px !important;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#footer .wpb_text_column {
    margin-bottom: 15px !important;
}

#inr-footer .wpb_text_column {
    margin: unset !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 60px !important;
    }

div#aboutus-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#expert h3, div#expert p {
    text-align: center;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: -70px !important;
}
#aboutus-sec.ceo-inner p {
    overflow: unset !important;
    height: unset !important;
    margin: unset !important;
}
#top nav > ul > li > a {
    margin: 0px 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

div#main-banner {
    padding: 140px 0px 30px !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 8px 20px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-footer p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#header-outer[data-full-width="true"] header > .container {
    padding: 0px 40px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 54px !important;
}

div#about {
    padding: 40px 0px !important;
}

#about-inr .vc_column-inner {
    padding: 35px 15px !important;
    min-height: 200px !important;
}

h4 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#portfolio {
    padding: 40px 0px !important;
}

div#why {
    padding: 40px 0px !important;
}

h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

    span.small {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr ul.stars li i {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#contact {
    padding: 40px 0px !important;
}

div#testimonial {
    padding: 40px 0px !important;
}

div#expert {
    padding: 25px 0px !important;
}

div#footer {
    padding-top: 40px !important;
}

#why .wpb_text_column {
    margin-bottom: 15px !important;
}

    #testimonial-inr .test span.subject {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr .test span.title {
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 10px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#inr-footer {
    padding: 20px 0px !important;
}

#footer-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 8px !important;
}

#footer-inr ul.icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
}

#header-outer #logo img {
    height: 60px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#about-inr .main {
    gap: 10px !important;
}

#testimonial .wpb_text_column {
    margin-bottom: 10px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 15px 15px !important;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#footer .wpb_text_column {
    margin-bottom: 15px !important;
}

#inr-footer .wpb_text_column {
    margin: unset !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 60px !important;
    }

div#aboutus-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#expert h3, div#expert p {
    text-align: center;
}

#main-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: -70px !important;
}
#aboutus-sec.ceo-inner p {
    overflow: unset !important;
    height: unset !important;
    margin: unset !important;
}
#top nav > ul > li > a {
    margin: 0px 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

div#main-banner {
    padding: 140px 0px 30px !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#orange-btn {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 8px 15px !important;
    margin-left: 8px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-footer p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#header-outer[data-full-width="true"] header > .container {
    padding: 0px 40px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 54px !important;
}

div#about {
    padding: 40px 0px !important;
}

#about-inr .vc_column-inner {
    padding: 35px 15px !important;
    min-height: 200px !important;
}

h4 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#portfolio {
    padding: 40px 0px !important;
}

div#why {
    padding: 40px 0px !important;
}

h2 {
    font-size: 34px !important;
    line-height: 42px !important;
}

    span.small {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr ul.stars li i {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#contact {
    padding: 40px 0px !important;
}

div#testimonial {
    padding: 40px 0px !important;
}

div#expert {
    padding: 25px 0px !important;
}

div#footer {
    padding-top: 40px !important;
}

#why .wpb_text_column {
    margin-bottom: 15px !important;
}

    #testimonial-inr .test span.subject {
        font-size: 14px !important;
        line-height: 22px !important;
    }

#testimonial-inr .test span.title {
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 10px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#inr-footer {
    padding: 20px 0px !important;
}

#footer-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 8px !important;
}

#footer-inr ul.icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
}

#header-outer #logo img {
    height: 60px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#about-inr .main {
    gap: 10px !important;
}

#testimonial .wpb_text_column {
    margin-bottom: 10px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 15px 15px !important;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#footer .wpb_text_column {
    margin-bottom: 15px !important;
}

#inr-footer .wpb_text_column {
    margin: unset !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 60px !important;
    }

div#aboutus-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#expert h3, div#expert p {
    text-align: center;
}

#main-banner h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#contact .form .row {
    padding: 0;
}

#contact textarea {
    height: 100px;
}
#why p br {
    display: none;
}	
}