/*
Theme Name: twentytwenty-child
Description: This is my child theme
Author: raisesocial
Author URI: #
Template: twentytwenty
Version: 1.0.0
*/

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

body{
	font-family: 'Poppins', sans-serif;
	background: #fff;
}
@charset "UTF-8";

@font-face {
  font-family: "kptaxgroup";
  src:url("fonts/kptaxgroup.eot");
  src:url("fonts/kptaxgroup.eot?#iefix") format("embedded-opentype"),
    url("fonts/kptaxgroup.woff") format("woff"),
    url("fonts/kptaxgroup.ttf") format("truetype"),
    url("fonts/kptaxgroup.svg#kptaxgroup") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "kptaxgroup" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "kptaxgroup" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
  content: "\61";
}
.icon-icon-2:before {
  content: "\62";
}
.icon-icon-3:before {
  content: "\63";
}
.icon-icon-4:before {
  content: "\64";
}
.icon-icon-5:before {
  content: "\65";
}
.icon-icon-6:before {
  content: "\66";
}
.icon-icon-7:before {
  content: "\67";
}
.icon-icon-8:before {
  content: "\68";
}
.icon-icon-9:before {
  content: "\69";
}
.icon-icon-10:before {
  content: "\6a";
}
.icon-icon-11:before {
  content: "\6b";
}
.icon-icon-12:before {
  content: "\6c";
}
.icon-icon-14:before {
  content: "\6d";
}
.icon-icon-13:before {
  content: "\6e";
}
#site-content{
	margin-top: -25px;
}
#site-header {
    background: transparent !important;
    z-index: 9;
}
#site-header .toggle{
	color: #fff !important;
    line-height: 0;
}
.toggle-text {
    display: none;
}
.menu-top{
    background-image: url(https://dev.nyusoft.in/kptaxgroup/wp-content/uploads/2022/01/Group-239.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    background-size: 75px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}
.sub-menu{
    box-shadow: -1px 1px 7px 2px #f8f8f8;
    float: left;
    min-width: 270px;
    padding-bottom: 20px !important;
    background: #fff !important;
}
.header-navigation-wrapper .primary-menu > li{
    margin: 0 !important;
}
.header-inner .primary-menu > li > ul:after{
    border-bottom-color: #fff !important;
}
.header-navigation-wrapper ul.primary-menu{
    margin: 0 !important;
}
.sub-menu li a{
    color: #000 !important;
    padding: 15px 20px;
}
.sub-menu li.current-menu-item > a{
    border:none !important;
    color: #F47820 !important;
}
.sub-menu li a:hover{
    color: #F47820 !important;
    border-bottom: none !important;
}
.menu-modal.active{
    display: none;
}
html.js.fa-events-icons-ready{
    position: unset !important;
}
/* fix header css */
.fix-header{
   position: fixed;
   top: -100%;
    width: 100%;
    background: #fff;
    box-shadow: 0px -7px 20px 8px #f4f1f1;
    z-index: 9;
}
.fix-header .wp-block-button{
    width: 100% !important;
}
.nav-toggle .toggle-icon {
    height: 1.8rem;
}
.fixed-header{
    top: 0;
}
.fix-logo{
    display: flex;
    justify-content: space-between;
}
.fix-logo figure{
    margin: 0px 0  20px!important;
}
/* .fix-logo .widget_block {
    margin-top: 2rem;
} */
.fix_navbar{
    width: 60% !important;
}
.fix_navbar .primary-menu-wrapper{
    padding-right: 0;
}
.fix_navbar .primary-menu > li > a{
    color: #4d4d4d !important;
    font-size: 16px;
    padding-bottom: 5px;
}
.fix_navbar .primary-menu a:hover, .fix_navbar .primary-menu a:focus, .fix_navbar .primary-menu .current-menu-item a{
    color: #F47820 !important;
    border-bottom: 2px solid #F47820;
 }
 .fix_navbar .primary-menu ul.sub-menu li a{
    color: #000 !important;
    padding: 15px 20px;
    border:none;
    font-size: 16px;
    font-weight: 500;
}
.fix_navbar ul.sub-menu li.current-menu-item > a{
    border:none ;
    color: #F47820 !important;
}
.fix_navbar ul.sub-menu li a:hover{
    color: #F47820 !important;
    border-bottom: none !important;
}
 .fix_navbar .menu-item-19{
    display: none;
 }
 .fix_header_number li a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
 }
.fix_header_number {
    margin: 3px 20px;
}
.fix_header_number li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.fix_header_number li i{
    color: #F47820;
    font-size: 20px;
    vertical-align: sub
}
.fix-logo span.toggle-text{
    color: #000 !important;
    line-height: 0;
}
.fix-logo a.wp-block-button__link {
    font-size: 14px;
    border-radius: 6px;
    padding: 12px 30px;
    background: #F47820;
    white-space: nowrap;
}
.fix-logo a.wp-block-button__link:hover {
    background: #000;
    text-decoration: none;
}
.display-none{
    display: none;
}
.fix-logo .primary-menu .icon::before, .fix-logo .primary-menu .icon::after{
    color: #000;
}
.fix-logo .primary-menu .icon::after{
    bottom: 0px;
}
.fix-logo .primary-menu .icon::before{
    bottom: 1px;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.entry-header{
	background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 !important;
    background-position: bottom;
}
.home .post-inner{
	padding-top: 0 !important;
}
.modal-menu ul li a{
    font-size: 14px;
}
.primary-menu .icon::before, .primary-menu .icon::after{
    bottom: 5px;
    left: 5px;
}
.primary-menu .icon::before, .primary-menu .icon::after{
    color: #fff;
}
.banner_description h1{
	margin:0 !important;
    font-size: 41px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    width: 35%;
    letter-spacing: 0.2px;
}
.banner_description p{
	font-size: 16px;
    color: #616060;
    font-weight: 400;
    width: 35%;
    padding: 15px 0;
    font-family: "Poppins";
}
.read_more a{
	font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Poppins";
    background-color: #F47820;
    padding: 12px 27px;
}
.read_more a:hover{
    background: #000;
}
.banner_wrap .img{
	background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    background-position: bottom;
}
.banner_cl .owl-nav{
    padding: 0 20px;
}
.banner_cl .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F47820;
}
.banner_cl .owl-prev{
    position: absolute;
    top: 40%;
    left: 36px;
}
.banner_cl .owl-nav span{
    font-size: 100px;
    font-weight: 300;
    color: #F47820;
}
.banner_cl .owl-next{
    position: absolute;
    top: 40%;
    right: 36px;
}
.banner_cl .owl-prev:hover, .banner_cl .owl-next{
    text-decoration: none;
}
.banner_cl .owl-dots{
	display: flex;
	margin-top: -60px;
	justify-content: center;
}
.banner_cl .owl-dots button.owl-dot.active{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 9;
    border: 1px solid #fff;
    padding: 4px !important;
}
.banner_cl .owl-dots button.owl-dot{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 9;
    margin: 0 2px;
}
.banner_cl .owl-dots button.owl-dot span{
	color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    float: left;
}
.section-inner.medium {
    max-width: 100% !important;
    width: calc(100% - 17rem) !important;
}
.section-inner.medium h1{
	font-size: 41px;
	text-align: left;
	color: #000000;
	font-weight: 600;
	/*font-family: "Poppins";*/
}
.home header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
/* header css */
.header-main .wp-block-columns:not(.alignwide):not(.alignfull) {
	margin: 10px 0;
	align-items: center;
}
.header-main .wp-block-column:not(:first-child) {
	margin-left: 4.8em;
}
.header-main .wp-block-column ul{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-main .wp-block-column ul li{
	font-size: 14px;
    color: #616060;
    margin: 0px 11px 0px 0px;
}
.header-main .wp-block-column ul li a i{
	width: 23px;
    height: 23px;
    background-color: #000000;
    color: #fbfbfb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.header-main .wp-block-column ul li a i:hover{
    background: #F47820;
}
.header-inner  .site-logo img {
	width: 300px;
	max-height: unset;
}
.header-main .wp-block-column p{
	font-size: 14px;
    color: #616060;
    position: relative;
    padding-left: 32px;
}
.header-main .wp-block-column p i{
	color: #F47820;
    font-size: 21px;
    position: absolute;
    display: flex;
    left: 0;
    top: 3px;
}
.header-main .wp-block-column a{
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.header-main .wp-block-columns{
	margin-bottom: 20px;
}
p.float-right{
	float: right;
}
.header-main .wp-block-column p.float-right i{
    top:11px;
}
.header-inner.section-inner {
    /* background-image: linear-gradient(129deg, #fff 80%, #F47820 53%); */
    background: #F47820;
    width: 100%;
    padding: 0;
    box-shadow: 0 4px 28px #21252924;
}
.header-inner .site-logo .custom-logo-link{
    margin-left: -1px;
}
.header-inner.section-inner::after{
	background: blue;
	content: '';
}
nav{
	padding-right: 45px;
}
.header-navigation-wrapper{
	width: 100%;
	padding-left:80px;
}
nav ul{
	justify-content: space-around !important;
}
.modal-menu > li > .ancestor-wrapper > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 35px;
}
body:not(.overlay-header) .header-inner  nav ul li a{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
    padding-bottom: 5px;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

/* welcome section */
section#welcome_sec {
    text-align: center;
}
.home_welcome{
	width: 75%;
    margin: 0 auto;
}
.home_welcome h2{
	font-size: 36px;	color: #000000;
	font-weight: 600;
	margin: 0;
    font-family: "Poppins";
    letter-spacing: .2px;
}
.home_welcome h4{
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin: 20px 0;
     font-family: "Poppins";
}
.home_welcome p{
	font-size: 16px;
    color: #888888;
     font-family: "Poppins";
}
.home_welcome p a{
    float: unset;
}
.home_welcome a{
	font-size: 14px;
	color: #F47820;
	font-weight: 500;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-top: 20px;
}
.home_welcome a:hover{
    color: #000;
}
.about_btn{
    width: 100px;
    margin: auto;
}
/* service section css */
.services-list-main{
	display: flex;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
}
.services-item {
    border-radius: 13px;
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    width: 24%;
    margin: 10px 20px 10px 0;
    padding: 10px 10px 15px;
}
.services-item:last-child{
    margin-right: 0;
}
.services-item:hover{
	box-shadow: 0px 3px 15.5px rgba(0,0,0,0.12);
	background-color: #ffffff;
}
.services-poster img{
	width: 100%;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}
.services-name {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.services-name a{
	font-size: 22px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services-content {
    font-size: 16px;
    color: #616060;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.services-content ul{
    margin: 0;
}
.services-content ul li{
    list-style: none;
    margin-left: 0;
}
.services-btn a{
	font-size: 14px;
	line-height: 28px;
	color: #F47820;
	text-decoration: none;
	font-weight: 500;
	padding-left: 10px;
    padding-bottom:15px;
    float: left;
}
.services-btn a:hover{
    color: #000;
}
.tax_group {
    border-radius: 13px;
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    padding: 25px;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.ui-tabs-nav li {
    border-bottom: 5px solid transparent !important;
}
.tax_group:hover{
	filter: drop-shadow(0px 3px 15.5px rgba(0,0,0,0.12));
}
.tax_group h4{
	font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin: 30px 0 15px;
}
.tax_group p{
	font-size: 16px;
	line-height: 28px;
	color: #616060;
	font-weight: 400;
}
.tax_group a{
	font-size: 14px;
	line-height: 28px;
	color: #F47820;
	font-weight: 500;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-top: 10px;
}
.tax_group a:hover{
    color: #000;
}
.tab_body_ul{
    margin: 0 20px;
}
.ui-tabs-nav li{
	height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f2f2f2 !important;
    border-right: unset !important;
}
.ui-tabs-nav li.ui-tabs-active {
	border-bottom: 5px solid #F47820 !important;
}
.ui-tabs-nav li:hover{
	border-bottom: 5px solid #F47820 !important;
}
.tab_body_ul li{
	display: revert !important;
	border-bottom: none !important;
	padding-bottom: 15px;
    font-weight: 400;
}
.tab_body_ul li::marker{
	color: #F47820;
}
.home_contact h2{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 5px;
    margin-top: 0;
}
.home_contact p,
.home_contact_now_policy p{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}
.home_contact_now_policy p a{
    color: #F47820;
}
.home_contact_now_policy p{
    text-align: center;
    color: #ffffff;
    font-family: Poppins;
}
.contact_btn{
	display: flex;
    align-items: center;
    justify-content: center;
}
#welcome_privacy{
    background: #ffffff;
}
.page-id-572 .entry-header.header-footer-group{
    display: none;
}

.page-id-572 .post-572 .post-inner.thin{
    padding: 0;
} 
.privacy-policy-text p{
    font-size: 16px;
    padding-left: 32px;
    line-height: 24px;
    color: #616060;
    font-weight: 400;
    letter-spacing: normal;
    padding-bottom: 20px;
}

/* footer css */
.footer-nav-widgets-wrapper{
	background: #f2f2f2;
	margin-top: 0 !important;
	padding:50px 0;
    width: 100%;
    float: left;
}
.footer-widgets-outer-wrapper {
     padding: 0 !important; 
     border: none;
}
.footer-widgets h2{
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}
.footer-widgets a{
	font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    text-decoration: none;
}
.footer-widgets a:hover{
    color: #F47820 !important;
    text-decoration: none;
}
footer#site-footer {
    background: #e8e8e8;
    padding: 10px 0 10px;
    text-align: center;
    width: 100%;
    float: left;
}
.to-the-top-long{
	display: none;
}
.to-the-top{
    display: none;
}
#site-footer .section-inner {
    justify-content: center !important;
}
.footer-copyright{
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	font-weight: 400;
}
.footer-widgets .widget{
	margin-top: 1rem !important;
}
.fix-header .widget{
    margin: 0;
}
.fix-header .fix-logo{
    align-items: center;
}
.fix-header{
    padding: 10px 0;
}
.fix-header .fix-logo .wp-block-image{
    margin: 0 !important;
}
.widget_text p{
	margin-bottom: 0 !important;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	font-family: "Poppins"
}
.widget-content ul li{
	list-style: none;
}
.footer_icon{
	margin: 0;
	display: flex;
}
.footer_icon li{
	list-style: none;
	margin-top: 0;
	margin-right: 10px;
}
.foot_social_links {
    padding: 10px 0 0px;
}
.footer_icon li a i{
	width: 28px;
    height: 28px;
    background-color: #000000;
    color: #fbfbfb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_icon li a i:hover{
    background: #F47820;
}

/* FAQ page css */
.faq .entry-header{
    display: none;
	background-image: url('http://dev.nyusoft.in/kptaxgroup/wp-content/uploads/2021/12/Mask-Group-19-1.png');
}
.faq .post-inner{
    padding-top: 0;
}
#faqs_txt h5{
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: normal;
    padding-left: 32px;
}
#faqs_txt h5::before{
    content: "\67";
    font-family: "kptaxgroup" !important;
    color: #F47820;
    font-size: 25px;
    margin-left: -30px;
    vertical-align: middle;
    padding-right: 5px;
}
#faqs_txt h5 i{
	color: #F47820;
    font-size: 25px;
    vertical-align: sub;
    margin-right: 5px;
}
#faqs_txt p{
	font-size: 16px;
	padding-left: 32px;
	line-height: 24px;
	color: #616060;
	font-weight: 400;
	letter-spacing: normal;
	padding-bottom: 20px;
}
#faqs_txt ul{
	margin: 0;
	padding-bottom: 30px;
	padding-left: 32px;
}
#faqs_txt ul li{
	list-style: none;
	margin-left: 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	padding-bottom: 10px;
}
#faqs_txt ul li span{
	line-height: 24px;
	color: #616060;
}
#faqs_txt ul li a{
	color: #6192FF;
}

/* about page css */
.about .entry-header{
    display: none;
	background-image: url('http://dev.nyusoft.in/kptaxgroup/wp-content/uploads/2021/12/about.png');
}
.about .post-inner{
    padding-top: 0;
}
.partners{
	position: relative;
    width: 187px;
    height: 183px;
    border-radius: 50%;
    border: 1px solid #F47820;
    margin: 0 auto;
}
.partners img{
	position: absolute;
    left: -15px;
    width: 187px;
    height: 183px;
    border-radius: 50%;
    object-fit: cover;
}
.our_partner .kc_text_block h4{
	margin-top: 20px;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins" !important;
}

.about_img {
  display: inline-block;
  position: relative;
  font-size: 0; /** required to remove white space **/
}

.about_img::before, .about_img::after {
      position: absolute;
    border-style: solid;
    border-color: #F47820;
    content: '';
    border-radius: 10px;
}

.about_img::before {
    top: 17px;
    right: 20px;
    bottom: -20px;
    left: 12px;
    border-width: 1px 0 1px 0;
}

.about_img::after {
    top: 17px;
    right: 20px;
    bottom: -20px;
    left: 12px;
    border-width: 0 1px 0 1px;
}
.about_img2 {
  display: inline-block;
  position: relative;
  font-size: 0; 
}

.about_img2::before, .about_img2::after {
      position: absolute;
    border-style: solid;
    border-color: #F47820;
    content: '';
    border-radius: 10px;
}

.about_img2::before {
    top: 17px;
    right: 20px;
    bottom: -20px;
    left: 20px;
    border-width: 1px 0 1px 0;
}

.about_img2::after {
    top: 17px;
    right: 20px;
    bottom: -20px;
    left: 28px;
    border-width: 0 1px 0 1px;
}
.about_txt h4{
	font-size: 24px;
	line-height: 27px;
	color: #000000;
	font-weight: 600;
}
.about_txt p{
	color: #616060;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

/* contact page css */
.contact .entry-header{
    display: none;
	background-image: url('http://dev.nyusoft.in/kptaxgroup/wp-content/uploads/2021/12/contact.png');
}
.contact .post-inner{
    padding-top: 0;
}
::placeholder {
  font-size: 14px;
color: #d1d1d1;
font-weight: 400;
font-family: "Poppins";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d1d1d1;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #d1d1d1;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url('http://dev.nyusoft.in/kptaxgroup/wp-content/uploads/2021/12/Path-661-1.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  border-radius: 8px;
    font-family: 'Poppins';
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center right 10px;
  appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*option:checked, option:hover {
  background-color: #F47820;
  color: #fff;
}
option:hover{
  background: #F47820  !important;
  color: #fff;
}
select option:hover {
  background: #F47820 -webkit-linear-gradient(bottom, #F47820 0%, #F47820 100%);
  color: #fff;
}*/
input[type="checkbox"]:checked::before {
    margin: -1.3rem 0 0 -1.5rem;
    height: 2.75rem;
    width: 2.75rem;
    background: transparent;
    border-radius: 3px !important;
    padding: 2px !important;
    /*border: 1px solid #c1c1c1 !important;
    padding: 8px !important;*/
}
input[type="checkbox"]:focus{
    border: 1px solid #c1c1c1 !important;

}
.wpcf7-list-item{
    margin-left: 0 !important;
    font-size: 14px;
    padding-top: 10px;
}
input[type="checkbox"]{
    background: transparent;
    border-radius: 3px !important;
    border: 1px solid #c1c1c1 !important;
    padding: 8px !important;
    vertical-align: text-top;
}
select:focus-visible{
    outline: none;
}
input:focus{
    outline: none;
    border: 1px solid #f2f2f2;
}
textarea:focus{
    outline: none;
    border: 1px solid #f2f2f2;
}
.form-group{
    width: 100%;
    float: left;
}
.contact_txt h4{
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 5px;
    margin-top: 0;
}
.contact_txt p{
	font-size: 14px;
	color: #616060;
	font-weight: 400;
}
#contact_form label{
	font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding-top: 10px;
    float: left;
}
#contact_form input{
	border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins';
}
#contact_form select{
	border-radius: 8px;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    font-size: 14px;/*
    background-repeat: no-repeat;
    background-position: center right;
    border: none;*/
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right 10px;
    appearance: none;
    -webkit-appearance: none;
}
#contact_form textarea{
	border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    padding: 10px;
}
#contact_form p{
	margin-bottom: 0;
}
.width-50{
    width: 49%;
    float: left;
}
.width-50:first-child{
    margin-right: 12px;
}
/*.width-50 select{
    width: 95% !important;
}*/
.wpcf7-not-valid-tip{
    font-size: 14px;
}
#contact_form p input{
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: 500;
    float: unset;
    display: block;
}
#contact_form p input:hover,#contact_form p input:focus{
    background: #ffffff;
    text-decoration: none;
}
.get_in_touch h5{
	margin-bottom: 15px;
    font-size: 18px;
    line-height: 14px;
    color: #000000;
    font-weight: 600;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
}
.contact-form_back{
    background: #fafafa;
    padding: 30px 20px 30px 20px;
    float: left;
}
.get_in_touch h3{
	margin: 20px 0px 10px;
    font-size: 32px;
    color: #000000;
    font-weight: 600;
}
.get_in_touch p{
	font-size: 16px;
	color: #616060;
	font-weight: 400;
}
.get_in_touch p a {
    font-size: 16px;
    color: #616060;
    font-weight: 400;
    text-decoration: none;
}
.get_in_touch ul{
	margin: 0;
    display: flex;
    padding-bottom: 20px;
}
.get_in_touch ul li {
    list-style: none;
    margin-right: 10px;
    margin-left: 0;
}
.get_in_touch ul li a{
	font-size: 14px;
    text-decoration: none;
}
.get_in_touch ul li a i {
    width: 24px;
    height: 24px;
    background-color: #F47820;
    color: #fbfbfb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get_in_touch ul li a i:hover{
    background: #000;
}
.contact_detail {
    position: relative;
    display: flex;
}
.contact_detail i{
        border: 2px solid #F47820;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #F47820;
    margin-top: 35px;
}
/* .contact_detail_txt{
    position: absolute;
    top: 0;
    left: 60px;
} */
.contact_detail_txt h5{
    margin-bottom: 5px;
}
/* resources page css */
.resource_txt{
	height: 100%;
}
.resources .entry-header{
    display: none;
	background: #f2f2f2;
	padding: 50px 0 !important;
}
.resources .post-inner{
    padding-top: 0;
}
.resource_txt h3{
	margin: 0 0 30px;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
}
.resource_txt h6{
	margin: 20px 0 0;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}
.resource_txt h6 a{
	color: #004bf9;
	text-transform: lowercase;
}
.resource_txt h5{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin: 20px 0 0;
}
.resource_txt p a{
	font-size: 16px;
	color: #616060;
	font-weight: 400;
	padding-bottom: 10px;
    text-decoration: none;
}
.resource_txt p i{
	color: #F47820;
    vertical-align: sub;
}
.resources_box .kc-wrap-columns{
    display: flex;
}
.financial_resources h2{
	font-size: 32px;
	color: #000000;
	font-weight: 600;
}
.financial_resources ul {
	margin: 0;
	padding: 0;
}
.financial_resources ul li{
	padding-bottom: 8px;
}
.financial_resources ul li a{
	font-size: 16px;
	color: #004bf9;
	font-weight: 400;
}
.financial_img{
	position: relative !important;
    border-radius: 13px;
    border: 1px solid #F47820;
    width: 90% !important;
    height: 90% !important;
    margin-top: 80px;
    margin-bottom: 80px;
    float: left !important;
}
.financial_img img{
	position: absolute;
    left: -15px;
    top: -15px;
}
.financial_resources ul li::marker{
	color: #F47820;
}

/* services page css */
.service_img {
    border: 1px solid #F47820;
    border-radius: 13px;
    width: 90% !important;
    float: right !important;
    padding: 33.5%;
    margin-top: 25px;
}
.service_img img{
    position: absolute;
    width: 100%;
    top: -15px;
    left: -15px;
}
.service_page {
    padding: 50px 0;
    background: #fafafa;
}
.service_page h1{
    color: #000000;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
}
.single-page-post-heading{
    background: #f2f2f2;
    margin-top: -35px;
    padding-top: 60px;
    padding-bottom: 30px;
}
.single-page-post-heading h1{
    color: #000000;
    font-family: Poppins;
    font-size: 41px;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.services_pages{
    padding: 50px 0;
}
.width-40{
    width: 42%;
    float: left;
    margin-right: 3%;
    margin-bottom: 15px;
}
.width-60{
    width: 55%;
    background: #FAFAFA;
    padding: 20px;
    float: left;
    margin-bottom: 50px;
}
.width-60 p{
    margin-bottom: 0;
}
.width-60 h4{
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: .2px;
    margin-bottom:0;
}
.width-60 label{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding-top: 10px;
}
.width-60 input{
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins';
}
.width-60 select{
    border-radius: 8px;
    padding: 10px;
    font-family: 'Poppins';
}
.width-60 textarea{
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    padding: 10px;
    /*margin-bottom: 15px;*/
    font-family: 'Poppins';
}
.submit-btn{
    float: right;
    padding-top: 30px;
}
.submit-btn input:focus{
    text-decoration: none;
}
.submit-btn input{
    width: 150px;
    height: 49px;
    border-radius: 10px !important;
    background-color: #F47820 !important;
    font-size: 14px !important;
    line-height: 13px;
    color: #ffffff;
    font-weight: 500;
    float: right;
}
.submit-btn input:hover{
    background: #000 !important;
    text-decoration: none !important;
}
.recaptcha{
    padding-top: 10px;
    float: left;
}
.image-here{
    border: 1px solid #F47820;
    border-radius: 13px;
    width: 95% !important;
    float: right !important;
    padding: 28.5%;
    margin-top: 25px;
    position: relative;
}
.image-here img{
    position: absolute;
    width: 100%;
    top: -15px;
    left: -15px;
}
.content-here{
    padding: 20px 0;
    width: 100%;
    float: left;
    color: #616060;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.services_pages .row{
    display: flex;
}
.term_main ol{
    color: #9e9d9d;
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0;
}
.term_main ol li{
    margin-left: 1rem;
}
.content-here ul{
    margin: 0;
}
.content-here ul li{
    padding-bottom: 10px;
}
.content-here ul li::marker {
    color: #F47820;
}
.footer-logo img{
    max-width: 300px;
}
.footer-widgets:nth-child(3){
    width: 70%;
}
.header-titles-wrapper{
    position: relative;
}
/* responsive css */
@media only screen and (max-width:767px){
    .footer-nav-widgets-wrapper{
        padding: 25px 0;
    }
    .footer-logo img{
        max-width: 200px;
        width: 100%;
    }
    .ui-tabs-nav li{
        justify-content: left;
    }
    .read_more{
        text-align: center;
    }
    .banner_cl .owl-prev{
        left: -18px;
    }
    .banner_cl .owl-next{
        right: -18px;
    }
    .banner_cl .owl-nav span{
        font-size: 50px;
    }
    .single-page-post-heading h1{
        font-size: 30px;
    }
    .resources_box .kc-wrap-columns {
        display: block;
    }
    .services_pages .row{
        display: block;
    }
	.wp-block-column{
		margin-bottom: 10px;
	}
	.wp-block-column:not(:only-child) {
	    flex-basis: unset !important;
	    flex-grow: 0;
	}
    .banner_wrap .img{
        padding: 55px 0;
    }
    .home_welcome h2{
        font-size: 30px;
    }
    .home_welcome p{
        font-size: 14px;
    }
    .services-content{
        font-size: 14px;
    }
    .services-name a {
        font-size: 18px;
    }
    .tax_group h4{
        font-size: 20px;
    }
    .tax_group p{
        font-size: 14px;
    }
    .home_contact h2{
        font-size: 30px;
    }
    .home_contact p {
        font-size: 14px;
    }
    .home_welcome {
        width: 100%;
    }
    .about_img_container .kc-wrap-columns{
        display: flex;
        flex-wrap:wrap;
    }
    .order-2 {
        order: 2;
    }
    .order-1 {
        order: 1;
    }
    /*.about_img2::before {
        left: 6px;
    }
    .about_img2::after {
        left: 5px;
    }*/
    .width-40{
        width: 100%;
    }
    .width-60{
        width: 100%;
    }
    .header-main span{
        display: none;
    }
    .fix-logo {
        justify-content: unset;
        display: block;
        float: left;
        width: 100%;
    }
    .fix-logo figure{
        float: left;
    }
    .fix-logo figure img{
        max-width: 150px;
    }
    .fix-logo .nav-toggle{
        top: -20px;
        right: 0;
    }
    .fix-logo .widget_block:last-child{
        float: right;
        padding-right: 40px;
        margin-top: -10px;
    }
    .fix_header_number{
        display: none;
    }
    .widget-content > div > *:first-child {
        margin-top: 0;
        order: 0;
        width: 44%;
        float: left;
    }
    .header-main .wp-block-column:last-child{
        order:1;
        /*margin-top: -11px;*/
    }
    .header-main .wp-block-column:nth-child(2) {
        order:2;
    }
    .header_contact_btn{
        display: none;
    }
    .footer-widgets .wp-block-group{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .banner_description{
        background: rgba(255, 255, 255, .9);
        padding: 20px 0;
        margin: 0 19px;
    }
    p.float-right{
        padding-top: 5px;
    } 
    .header-main .wp-block-column p.float-right i {
        top: 5px;
    }
    .header-inner .site-logo img{
        max-width: 200px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px){ 
    .menu-modal.active{
        display: block;
    }
    .submit-btn{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .footer-widgets .wp-block-group:first-child{
        margin-bottom: 0 !important;
        margin-top: 1.5rem !important;
    }
    .footer-widgets .wp-block-group figure{
        margin-bottom: 0 !important;
        margin-top: 1.5rem !important
    }
    form.submitting .wpcf7-spinner{
        display: block;
    }
    .wpcf7-spinner{
        display: none;
    }
    button.close-nav-toggle{
        padding: 1.1rem 0 5.1rem;
    }
    .banner_description h1{
        width: 100%;
    }
    .banner_description p{
        width: 100%;
    }
    .banner_cl .owl-dots{
        margin-top: -40px
    }
    .banner_description h1{
        font-size: 25px
    }
    .banner_description p{
        font-size: 12px;
        margin-bottom: 0;
    }
    .read_more a{
        font-size: 12px;
        padding: 8px 27px;
    }
    .width-50{
        width: 100%;
        float: left;
    }
    .width-50:first-child{
        margin-right: 0;
    }
    .financial_resources ul {
        margin: 0 0 0 10px;
    }
    .financial_img{
        padding: 30.5%;
        float: right !important;
    }
	nav ul li a{
		color: #000 !important;
	}
	p.float-right{
		float: left;
	}
    .header-main .wp-block-column:not(:first-child) {
        margin-left: 0; 
    }
    .services-list-main {
        display: block;
    }
}
@media only screen and (max-width: 478px){
    .about_img::after{
        right: 15px;
    }
    .about_img::before {
        right: 15px;
    }
    .about_img2::after{
        left: 10px;
    }
    .about_img2::before{
        left: 10px;
    }
}
@media only screen and (min-width:479px) and (max-width: 767px){
    .about_img::after {
        right: 8px;
    }
    .about_img::before {
        right: 8px;
    }
    .about_img2::after{
        left: 8px;
    }
    .about_img2::before{
        left: 8px;
    }
}
@media only screen and (max-width: 480px){
    .footer-widgets.grid-item{
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }
     #menu-quick_links li{
        width: 33.33%;
        float: left
    }
    .header-main .wp-block-column a{
        font-size: 12px;
    }
    .header-main .wp-block-column p{
        padding-left: 22px;
    }
    .header-main .wp-block-column p i{
        font-size: 18px
    }
    .image-here img{
        margin-left: 0px;
    }
    /*.image-here{
        padding: 27%;
    }*/
    .services-item{
        width: 100%;
        margin: 10px auto;
        padding: 10px 10px 40px;
    }
    .section-inner.medium {
        width: calc(100% - 6rem) !important;
    }
}
@media only screen and (min-width:481px) and (max-width: 767px){
    .services-item {
        width: 45%;
        float: left;
    }
    .footer-widgets.grid-item{
        width: 50%;
        float: left;
    }
     #menu-quick_links li{
        width: 50%;
        float: left
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .about_img::before{
        bottom: -17px;
        right: 9px;
    }
    .about_img::after{
        bottom: -17px;
        right: 9px
    }
    .about_img2::after{
        bottom: -17px;
        left: 10px;
    }
    .about_img2::before{
        bottom: -17px;
            left: 10px;
    }
    .footer-logo img{
        max-width: 200px;
        width: 100%;
    }
     .banner_wrap .img{
        padding: 80px 0;
    }
    .banner_description{
        background: rgba(255, 255, 255, .9);
        padding: 20px 0;
        margin: 0 auto;
        width: 65%;
    }
    .banner_cl .owl-prev {
        left: 0px;
        top: 30%;
    }
    .banner_cl .owl-next{
        right: 0px;
        top: 30%;
    }
    .footer-widgets-wrapper{
        display: block;
    }
    .footer-widgets.grid-item {
        width: 50%;
        min-height: 150px;
        float: left;
    }
    #menu-quick_links li{
        width: 50%;
        float: left;
    }
    .fix_header_number{
        display: block;
    }
	.wp-block-column:not(:only-child) {
	    flex-basis: 50% !important;
	    flex-grow: 0;
	}
	.wp-block-column:nth-child(2n) {
    	margin-left: 0em;
	}
	.wp-block-column {
    	margin-bottom: 0rem;
	}
    .services-item {
        width: 48.5%;
        float: left;
    }
    .services-item:nth-child(2){
        margin-right: 0;
    }
    .services-content {
        -webkit-line-clamp: 2;
    }
    .partners{
        width: 148px;
        height: 146px;
    }
    .partners img {
        left: -9px;
        width: 150px;
        height: 146px;
    }
    .footer-top-visible .footer-nav-widgets-wrapper{
        width: 100%;
        float: left;
    }
    .footer-widgets{
        margin-left: 0rem; 
        width: 50%;
        padding-left: 4rem;
        float: left;
    }
    .footer-widgets-wrapper{
        display: block;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199px){
    .about_img2::after{
        left: 20px;
    }
    .banner_description h1{
        width: 65%;
    }
    .banner_description p{
        width: 65%;
    }
    .banner_cl .owl-prev{
        left: -15px;
    }
    .banner_cl .owl-next{
        right: -15px;
    }
}
@media only screen and (min-width:768px) and (max-width: 1199px){
    .about_txt h4{
        margin-top: 10px;
    }
    .home_contact_now_btn{
        display: flex;
    }
    .image-here img{
        top: -15px;
        left: -15px;
    }
    .fix-logo .nav-toggle {
        right: 30px;
        top: -18px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1315px){
    .banner_cl .owl-prev{
        left: -15px;
    }
    .banner_cl .owl-next{
        right: -15px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1400px){
    .about_img2::after{
        left: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width: 886px){
    .tax_group h4 {
        height: 50px;
    }
    .fix-logo .widget_block:last-child{
        width: 40%;
        float: right;
    }
    .fix-logo .widget_block:nth-child(1){
        width: 60%;
    }
    .fix_header_number{
        float: right;
        width: 100%;
    }
}
@media only screen and (min-width:887px) and (max-width: 999px){
    .fix-logo .widget_block:last-child{
        width: 30%;
        float: right;
    }
    .fix-logo .widget_block:nth-child(1){
        width: 60%;
    }
    .fix_header_number{
        float: right;
        width: 100%;
    }
}
@media only screen and (min-width:1000px) and (max-width: 1100px){
    .fix_navbar{
        width:55% !important;
    }
    .about_img::before{
        right: -25px;
    }
    .about_img::after{
        right: -25px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1200px){
    .financial_img{
        padding: 30.5%;
        height: auto !important;
    }
    /*.menu-modal.active{
        display: none;
        z-index: -99;
    }*/
}
