@import url('../twentyseventeen/style.css');
/*
Theme Name: Twenty Seventeen Child
Template:	twentyseventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
a{
	box-shadow: none!important;
}
a:hover{
	box-shadow: none!important;
}
a {
	outline: none;
}
a:focus{
	outline: none!important;
}
.wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.site-branding {
    padding: 0;
}
.navigation-top .wrap {
    padding: 0 5em;
}
.logo {
    width: 25%;
    float: left;
}
.logo a {
    padding: 5px 0 0;
}
.custom-logo-link img {
    display: inline-block;
    max-height: 65px;
    width: auto;
}
.navigation-top .wrap {
	max-width: 100%;
}
.menu-top-menu-container {
    width: 65%;
    float: left;
    padding-right: 0;
}
.menu-top-menu-container ul {
    float: right;
    line-height: 48px;
}
.book-appointment {
    width: 10%;
    float: left;
}
.book-appointment ul {
    margin: 0;
    line-height: 76px;
}
.book-appointment ul li {
    list-style: none;
    display: inline-block;
    position: relative;
	padding-left: 10px;
}
.book-appointment ul li a {
    position: relative;
    padding-left: 25px;
}
.book-appointment ul li img {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
.navigation-top {
    background: #fff;
    border-bottom: 0;
	border-top: 0;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #035a76;
}
.main-navigation a:hover {
    color: #035a76;
}
.navigation-top a {
    color: #222;
    font-weight: 500;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-transform: uppercase;
}
.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 0;
}
article#post-9 .wrap {
    padding-top: 0;
}
.page-one-column .panel-content .wrap {
    max-width: 100%;
}
.panel-content .wrap {
    padding-bottom: 2.5em;
    padding-top: 4.5em;
}
.wp-block-columns.welcome-section {
    padding-left: 5em;
    padding-right: 5em;
	padding-top: 4.5em;
	position: relative;
	margin: 0;
}
.wp-block-column.welcome-left h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #035a76;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.wp-block-column.welcome-left p {
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    color: #555555;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 10px;
}
.wp-block-column.welcome-left p a {
    padding: 7px 20px;
    background: #035a76;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.4s;
}
.wp-block-column.welcome-left p a:hover{
	background: #d7504d;	
}
.wp-block-column.welcome-left p a i {
    padding-left: 5px;
}
article#panel1 .wrap {
    background: #f7f7f7;
    padding-left: 5em;
    padding-right: 5em;
}
.What-we-do-heading {
     color: #035a76;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}
.What-we-do-para {
    text-align: center;
    margin-bottom: 0;
    color: rgba(0,0,0,0.8);
    line-height: 1.75;
    padding: 0 80px 60px;
    font-size: 18px;
    font-weight: 400;
}
.site-footer {
    border-top: 0;
	margin-top: 0;
}
.site-footer .wrap {
    padding-bottom: 0;
    padding-top: 0;
}
.site-footer .widget-area {
    padding-bottom: 1.5em;
    padding-top: 3.5em;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 5em;
    padding-right: 5em;
    background-position: top center;
    position: relative;
}
.site-footer .widget-area:before {
    background: rgba(26,26,26, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 101%;
    width: 100%;
    content: "";
}
.site-footer .widget-column.footer-widget-1 {
    float: left;
    width: 30%;
    padding-right: 2%;
	position: relative;
}
.site-footer .widget-column.footer-widget-2 {
    float: left;
    width: 40%;
    padding: 0;
	position: relative;
}
.site-footer .widget-column.footer-widget-3 {
    float: left;
    width: 30%;
	position: relative;
}
.site-info {
    float: left;
    padding: 0;
    width: 100%;
	margin: 0;
}
.site-info p {
    margin: 0;
    padding: 20px 5em;
    background: #1c1c1c;
    text-align: center;
    position: relative;
    color: #888888;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}
.site-info p a {
    color: #d7504d;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    transition: all 0.4s;
}
.widget-column.footer-widget-1 h2, .widget-column.footer-widget-2 h2, .widget-column.footer-widget-3 h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 17px;
    margin-top: 15px;
    padding-bottom: 18px;
    text-transform: capitalize;
	letter-spacing: normal;
}
.widget-column.footer-widget-1 h2:after, .widget-column.footer-widget-2 h2:after , .widget-column.footer-widget-3 h2:after  {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #888888;
}
.widget-column.footer-widget-1 p {
    position: relative;
    color: #888888;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 10px;
}
.widget-column.footer-widget-2 ul li a {
    position: relative;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}
.widget-column.footer-widget-2 ul li:hover a {
    color: #dd4e4f;
    transition: all .4s;
}
.widget-column.footer-widget-2 ul li a:before {
    position: absolute;
    content: "\f105";
    left: -15px;
    top: -3px;
    opacity: 0;
    color: #d84f4e;
    font-family: 'FontAwesome';
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget-column.footer-widget-2 ul li:hover a::before {
    opacity: 1;
	cursor: pointer;
}
.widget-column.footer-widget-2 ul li:hover {
    padding-left: 15px;
	transition: all 0.4s;
}
.widget-column.footer-widget-2 ul li:nth-child(3) {
    clear: both;
}
.widget-column.footer-widget-2 ul li {
    border: 0;
    width: 50%;
    float: left;
	padding-right: 2%;
	transition: all 0.4s;
}
.widget:not(.widget_tag_cloud) ul li + li {
    margin-top: 0;
}
.widget {
    padding-bottom: 0;
}
.widget-column.footer-widget-3 ul li {
     border: 0;
    position: relative;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
	padding-left: 25px;
}
.widget-column.footer-widget-3 ul li i {
    color: #888888;
    padding-right: 10px;
    position: absolute;
    top: 14px;
    left: 0;
}
.widget-column.footer-widget-3 ul li a {
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 14px;
}
.what-we-do-read-more a i {
    padding-left: 5px;
}
p.what-we-do-read-more {
    text-align: center;
	    margin: 0;
		display: none;
}
p.what-we-do-read-more a {
    background: #035a76;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.4s;
    position: relative;
    padding: 6px 12px 6px;
    line-height: 24px;
    font-size: 16px;
    border: 2px solid #035a76;
    text-transform: capitalize;
}
.what-we-do-read-more a:hover {
    background: #d7504d;
	border: 2px solid #d7504d;
	color: #fff;
}
.widget-column.footer-widget-3 ul li:hover a, .site-info p a:hover {
    color: #dc4c4f;
}
.slider-x-lead-title:before {
    position: absolute;
    content: '';
    left: 85px;
    top: 18px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}
.slider-x-lead-title {
    position: relative;
    font-weight: 500;
}
.slider-x-item-title:first-child p {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    padding-bottom: 10px;
}
.hero_slider_btn1 a {
    z-index: 9;
    position: relative;
    padding: 8px 25px;
    font-weight: 500!important;
    text-transform: uppercase;
    font-size: 15px!important;
}
.wp-block-columns.what-we-do-services h3 {
    position: relative;
    color: #035a76;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 0 5px;
    text-align: center;
    margin: 0;
}
.wp-block-columns.what-we-do-services h3 a {
    color: #035a76;
	display: block;
}
.wp-block-columns.what-we-do-services p {
    position: relative;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    text-align: center;
    margin: 0;
}
.wp-block-columns.what-we-do-services p i {
    color: #fff;
    background: #035a76;
    padding: 15px;
    font-size: 36px;
    border-radius: 5px;
    transition: all 0.4s;
    height: 68px;
    width: 72px;
}
.wp-block-columns.what-we-do-services .wp-block-column:hover p i {
    transform: rotateY( 
-180deg );
    transition: all 0.4s;
    color: #ffffff;
    background: #d7504d;
}
.wp-block-columns.what-we-do-services .wp-block-column:hover h3 a{
	color: #d7504d;
}
.wp-block-columns.what-we-do-services.service-1{
    margin-bottom: 50px;
}
 .wp-block-columns.what-we-do-services.service-2 {
    margin-bottom: 0;
}
.wp-block-columns.best-us-section {
    padding: 0 5em;
}
.wp-block-column.best-us-content-top h2 {
    color: #035a76;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}
.wp-block-column.best-us-content-top>p {
    text-align: center;
    margin-bottom: 0;
    color: rgba(0,0,0,0.8);
    line-height: 1.75;
    padding: 0 80px 60px;
    font-size: 18px;
    font-weight: 400;
}
.wpls-logo-showcase .slick-slide .logo-title {
    position: relative;
    color: #035a76;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 0 5px;
    text-align: center;
    margin: 0;
}
.wp-block-columns.best-us-list p {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    margin: 0;
}
.wp-block-columns.best-us-list .wp-block-column img{
	 transition: all 0.4s;
}
.wp-block-columns.best-us-list .wp-block-column:hover img {
    transform: rotateY( 
-180deg );
    transition: all 0.4s;
}
.wp-block-columns.testimonial-section {
    margin: 0;
	position: relative;
}
.wp-block-column.trusted-partner h2 {
    color: #035a76;
    font-weight: 700;
    margin: 0 0 80px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}
article#panel4 .wrap .entry-content>p {
    display: none;
}
.wpls-logo-showcase.wpls-dots-false{
	padding: 0!important;
}
.site-navigation-fixed.navigation-top {
    box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 50%);
}
article#panel3 .wrap {
    background: url(https://www.skjainconsultants.com/wp-content/uploads/2021/09/counterbg.jpg);
    padding-left: 5em;
    padding-right: 5em;
	padding-bottom: 4.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
	background-attachment: fixed;
}
article#panel3 .wrap:before {
    content: "";
    display: block;
    background: rgba(9, 17, 35, 0.67);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.our-achivements li {
    width: 33.33%;
    float: left;
    list-style: none;
}
.our-achivements table tr td {
    display: block;
    text-align: center;
}
.our-achivements table tr td:nth-child(1) {
    font-size: 36px;
    color: #fff;
}

.our-achivements table tr td:nth-child(2) {
	position: relative;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
	padding-right: 0;
	padding-bottom: 0;
}
.our-achivements table tr td:nth-child(2):after {
    content: "+";
    padding-left: 10px;
}
.our-achivements table tr td:nth-child(3) {
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3px;
}
.our-achivements table tr{
	border: 0;
}
#particles-js1 .slider-x-lead-title {
    letter-spacing: -1px;
}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.page.page-id-26 .site-content {
    padding-top: 0;
	padding-bottom: 0!important;
}
.page.page-id-13 .site-content {
    padding-top: 0;
}
.wp-block-columns.contact-us-top-section {
    background: url(https://www.skjainconsultants.com/wp-content/uploads/2021/09/contact-us.jpg);
    background-size: cover;
    background-position: center center;
    padding: 3.5em 5em;
    background-repeat: no-repeat;
    position: relative;
}
.wp-block-column.contact-us-top-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.wp-block-column.contact-us-top-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.wp-block-column.contact-us-top-content h2:after {
    position: absolute;
    content: '';
    right: -50px;
    bottom: 20px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}
.wp-block-column.contact-us-top-content p {
    font-size: 24px;
    width: 60%;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}
.wp-block-column.contact-us-top-content p strong {
    color: #d94f4e;
    font-weight: 900;
    letter-spacing: 1px;
}
.wp-block-columns.contact-section {
    padding: 0 5em 1.5em;
    position: relative;
}
.wp-block-column.contact-content {
    background: #035a76;
    padding: 60px 55px;
    margin-top: -85px;
}
.wp-block-column.contact-content h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 25px;
}
.wp-block-column.contact-content p {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75em;
    padding-right: 20px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.wp-block-column.contact-content ul li {
    border: 0;
    position: relative;
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
	padding: 0.5em 0 0.5em 25px;
	list-style: none;
}
    .wp-block-column.contact-content ul li  i {
    color: #fff;
    padding-right: 10px;
    position: absolute;
    top: 14px;
    left: 0;
}
.wp-block-column.contact-content ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 14px;
}
.wp-block-column.contact-content ul {
    margin: 0;
}
.wp-block-column.contact-form {
    padding-left: 2.5em;
    padding-top: 1.5em;
}
.wp-block-column.contact-form h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #035a76;
    margin-bottom: 0;
}
.wp-block-column.contact-form p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 15px;
    color: #000;
}
.wp-block-column.contact-form input[type="text"], .wp-block-column.contact-form input[type="email"], .wp-block-column.contact-form textarea {
    background: transparent;
    border: 1px solid #bbb;
    padding: 10px;
    resize: vertical;
    border-radius: 3px;
}
.wp-block-column.contact-form input::placeholder, wp-block-column.contact-form input::placeholder,.wp-block-column.contact-form textarea::placeholder{
	color:#999;
	font-family: 'poppins';
	font-size: 15px;
}
.wp-block-column.contact-form input[type="submit"] {
    background: #035a76;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.4s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    margin-top: 10px;
}
.wp-block-column.contact-form input[type="submit"]:hover{
	background: #d7504d;
	transition: all 0.4s;
}
.page.page-id-11 .site-content {
    padding-top: 0;
}
.wp-block-columns.about-us-section {
    background: url(https://www.skjainconsultants.com/wp-content/uploads/2021/09/who-we-are-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 5em 8.5em;
    position: relative;
    margin: 0;
}
.wp-block-columns.about-us-section:before {
    content: "";
    background: linear-gradient(180deg,#000000 0%,#000000 100%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}
.wp-block-column.about-us-content {
    position: relative;
}
.wp-block-column.about-us-content h2 {
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 2.5em 0 0px;
    line-height: 1.5;
}
.wp-block-column.about-us-content p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
    padding: 0 50px;
    font-weight: 400;
}
.wp-block-column.about-us-bottom {
    margin: 0 5em;
    margin-top: -65px;
    z-index: 1;
    background: #fff;
    padding: 30px 50px 0;
    border-radius: 3px;
    border-left: 3px solid #035a76;
    padding-left: 25px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)!important;
    padding-right: 20px;
}
.wp-block-column.about-us-bottom h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #035a76;
    margin: 0;
    padding: 0 0 10px;
    vertical-align: baseline;
}
.wp-block-column.about-us-bottom h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #035a76;
    margin: 0;
    padding: 0 0 10px;
    vertical-align: baseline;
}
.wp-block-column.about-us-bottom p {
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}
.wp-block-column.about-us-bottom ol li {
    font-weight: 400;
    margin: 0;
    padding-bottom: 3px;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}
.wp-block-column.about-us-bottom ol {
    padding-left: 15px;
}
.wp-block-column.about-us-bottom p i {
    color: #035a76;
}
.wp-block-column.about-us-bottom ul {
    padding-left: 5px;
}
.wp-block-column.about-us-bottom ul li {
    font-weight: 400;
    margin: 0;
    padding-bottom: 3px;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.wp-block-column.about-us-bottom ul li:before {
    font-size: 16px;
    content: "✓";
    color: #035a76;
    font-weight: 900;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.wp-block-columns.firm-section {
    margin: 0;
}
.wp-block-columns.firm-section .wp-block-columns {
    margin: 10px 0;
}
.wp-block-columns.firm-section .wp-block-image {
    margin-bottom: 0;
    margin-top: .5em;
}	
.site-content {
    padding: 3.5em 0 0;
}
.page.page-id-39 .site-content .what-we-do-read-more {
    display: none;
}
.page.page-id-39 .site-content {
    padding-left: 4em;
    padding-right: 4em;
	background: #f5f5f5;
}
.page.page-id-39 .wp-block-columns.What-we-do-section {
    margin: 0;
}
.page.page-id-39 .wp-block-columns.what-we-do-services .wp-block-column {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 7%);
    transition: all 0.4s;
    margin: 0 10px;
    padding: 15px 9px 10px;
    border-radius: 3px;
}
.page.page-id-39 .wp-block-columns.what-we-do-services.service-1, .page.page-id-39 .wp-block-columns.what-we-do-services.service-2 {
    margin-bottom: 20px;
}
.page.page-id-39 .wp-block-columns.what-we-do-services .wp-block-column:hover {
    background: #035a76;
	transition: all 0.4s;
}
.page.page-id-39 .wp-block-columns.what-we-do-services .wp-block-column:hover p i {
    transition: all 0.4s;
    color: #ffffff;
    background: #035a76;
}
.page.page-id-39 .wp-block-columns.what-we-do-services .wp-block-column:hover h3 a  {
    color: #fff;
	transition: all 0.4s;
}
.page.page-id-39 .wp-block-columns.what-we-do-services .wp-block-column:hover p a{
    color: #fff;
}
h2.team-heading{
    background: url(https://www.skjainconsultants.com/wp-content/uploads/2021/09/Careers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 80px 3.5em;
    position: relative;
    margin-bottom: 48px;
    font-size: 48px;
    color: #035a76;
    z-index: 1;
    font-weight: 600;
    text-transform: inherit;
}
h2.team-heading:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.wp-block-columns.out-team-section {
    padding: 0 5em;
	margin: 0;
}
.wp_teamshowcase_grid .team-grid {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: 22.99%;
}
.wp_teamshowcase_grid.design-3 .team-grid {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.wp_teamshowcase_grid.design-3 .teamshowcase-image-bg img {
    object-fit: cover;
}
.team-partners .teamshowcase-image-bg img {
    object-fit: contain!important;
}
.wp_teamshowcase_grid.design-3 .teamshowcase-image-bg {
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    padding-top: 0;
    border-bottom: 1px solid #e7e7e7;
}
.wp_teamshowcase_grid.design-3 .member-name {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
	text-transform: capitalize;
	padding-top: 5px;
}
.wp_teamshowcase_grid.design-3 .member-main-info {
    border-bottom: 0;
    padding: 0 5px 5px;
    background: #f5f5f5;
    border-radius: 0;
    transition: all .4s;
    border: 1px solid #f5f5f5;
    border-top: 0;
    text-align: left;
    color: #333;
}
.teamshowcase-image-bg:hover .teamshowcase-hover-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.wp_teamshowcase_grid.design-3 .team-grid:hover .member-name {
    color: #d7504d;
}
.wp_teamshowcase_grid.design-3 .team-grid:hover > .member-main-info {
    background: #f5f5f5;
    color: #333;
}
.wp_teamshowcase_grid.design-3 .member-job {
    font-weight: 500;
	text-transform: capitalize;
}
.wp-modal-header {
    background-size: cover !important;
    color: #fff;
    height: 500px;
    position: relative;
}
.white-popup-block .wp-modal-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
}

.white-popup-block .wp-modal-body {
    padding: 15px 15px;
}
.wp-modal-body ul{
	margin: 0;
}
.wp-modal-body ul li {
    font-weight: 400;
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.75;
    position: relative;
    list-style: none;
    padding: 5px 5px 5px 20px;
}
.wp-modal-body ul li:before {
    font-size: 16px;
    content: "✓";
    color: #035a76;
    font-weight: 900;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.teamshowcase-image-bg:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.page.page-id-13 .site-content {
    background: #f9f9f9;
}
.teamshowcase-image-bg a.teamshowcase-hover-icon .fa {
    font-size: 30px;
    color: #d94f4c;
}
.main-navigation ul ul a {
    line-height: 32px;
    padding: 0.5em 1em;
    width: 20.5em;
    background: #035a76;
    color: #fff;
}
.main-navigation ul ul li{
	border-bottom: 1px solid #a5a5a5;
}
.main-navigation ul ul li:last-child{
	border-bottom: 0;
}
.main-navigation ul ul {
	border: 0 solid #035a76;
}
.main-navigation ul ul a:hover {
    color: #fff;
    background: #d7504d;
}
.navigation-top .sub-menu .current-menu-item > a{
	color: #fff;
	background: #d7504d;
}
.category-services .site-content .wrap {
    padding-left: 5em;
    padding-right: 5em;
}
.category-services .page-header, .category-services .entry-meta {
    display: none;
}
.category-services .site-content .content-area .entry-title a {
    font-size: 32px;
    color: #035a76;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 5px;
    text-transform: inherit;
}

.category-services .site-content .content-area ul li {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    padding: 5px 0;
    list-style: square;
    margin-left: 25px;
    position: relative;
}
.category-services .site-content .content-area p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.75;
}
.category-services .site-content .content-area p strong {
    color: #035a76;
    font-size: 18px;
}
.category-services .site-content .content-area ul ul li {
    list-style: disc;
    padding-bottom: 0;
}
.single.single-post .site-content .wrap {
    padding-left: 5em;
    padding-right: 5em;
}
.single.single-post .site-content .entry-meta {
    display: none;
}
.single.single-post .site-content .content-area h1 {
    font-size: 32px;
    color: #035a76;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 5px;
    text-transform: inherit;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 0;
}
.has-sidebar:not(.error404) #primary {
    float: left;
    width: 70%;
}
.has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 27%;
    background: #f2f2f2;
    padding: 20px 20px 0;
    border-radius: 5px;
    position: sticky;
    top: 100px;
    margin-bottom: 100px;
}
.single.single-post .site-content .content-area p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.75;
}
.single.single-post .site-content .content-area ul {
    margin: 0 0 10px;
}
.single.single-post .site-content .content-area ul li {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    padding: 5px 0;
    list-style: square;
    margin-left: 25px;
    position: relative;
}
.nav-links .nav-title {
    position: relative;
    box-shadow: none;
    color: #035a76;
    font-weight: 600;
}
.nav-links:hover .nav-title {
    box-shadow: none;
}
.post-navigation {
    font-weight: 800;
    margin: 1em 0 3em;
}
.single.single-post .site-content .content-area p strong {
    color: #035a76;
    font-size: 18px;
}
.single.single-post .site-content .content-area ul ul li {
    list-style: disc;
    padding-bottom: 0;
}

.single.single-post .site-content .content-area ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
#secondary .menu-sidebar-container ul#menu-sidebar li {
    border-bottom: 1px solid #bbb;
	border-bottom: 0;
}
section#nav_menu-3 h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #035a76;
    padding: 0;
    margin-bottom: 20px;
    vertical-align: baseline;
    letter-spacing: normal;
    position: relative;
}
section#nav_menu-3 h2:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 45px;
    height: 2px;
    display: block;
    border: 1px solid #035a76;
}
#secondary .menu-sidebar-container ul#menu-sidebar li {
    padding-left: 15px;
	position: relative;
}
ul#menu-sidebar li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    padding-right: 10px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 5px;
}
#secondary nav.menu-sidebar-container ul li:hover a {
    color: #035a76!important;
}
.contact-content li a {
    background: transparent;
}
.single.single-post .site-content .content-area ul li strong {
    color: #035a76;
    font-weight: 600;
}
.about-team h3{
	padding: 0!important;
    margin-top: 20px!important;
}
.wp-block-column.our-team p {
    font-weight: 400;
    margin: 0;
    padding-bottom: 3px;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    list-style: none;
    padding: 0 15px 10px;
    text-align: center;
}
.team-para-bottom{
	margin-bottom: 30px!important;
}
.agy-modal {
    background-color: rgba(125,123,123,.7)!important;
}
.agy-modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 20px 5em!important;
    border: 0!important;
    text-align: left;
    width: 100%!important;
    position: fixed;
    bottom: 0;
    left: 0;
	background: #fff!important
}
.agy-separator-horizontal-line {
    border: 1px solid #333!important;
    width: 100%!important;
    margin: 0!important;
}
.agy-description {
    width: 82%;
    float: left;
}
.agy-enter-btn {
    width: 18%;
    float: left;
    text-align: center;
	margin-top: 25px!important;
	margin-bottom: 0!important;
}
.agy-exit-btn {
    width: 18%;
    float: right;
    text-align: center;
}
.agy-enter-btn button {
    padding: 8px 30px;
    color: #035a76!important;
    border: 4px solid #035a76!important;
    background: #fff!important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: 600;
}
.agy-enter-btn button:hover{
	background: #035a76!important;
	color: #fff!important;
}
.agy-exit-btn a button {
    padding: 8px 30px;
    color: #035a76!important;
    background: #fff!important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: 600;
}
.agy-exit-btn a button:hover{
	 color: #d7504d!important;
}
.agy-description p {
    font-size: 14px;
    line-height: 1.75;
    color: #888;
}
.agy-description p a {
    color: #035a76!important;
    font-weight: 500;
}
.agy-description p a:hover {
    color: #d7504d!important;
}
.agy-headline p {
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 10px;
}
.single-featured-image-header {
    border-bottom: 0;
}
.wp-block-columns.carrier-section {
    margin: 0;
}
.page.page-id-569 .site-content {
    padding-top: 0;
}
.wp-block-columns.carrier-para {
    padding: 0 10em;
    margin: 0;
}
.wp-block-column.carrier-content h2 {
    background: url(https://www.skjainconsultants.com/wp-content/uploads/2021/09/Careers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 80px 3.5em;
    position: relative;
    margin-bottom: 50px;
    font-size: 48px;
    color: #035a76;
    z-index: 1;
    font-weight: 600;
    text-transform: inherit;
}
.wp-block-column.carrier-content h2:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.wp-block-columns.carrier-para p {
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}
.wp-block-columns.carrier-para p a {
    color: #035a76;
    font-weight: 500;
}
.wp-block-columns.carrier-para p a:hover {
    color: #dc4c4f;
}
.agy-btn-wrapper {
    display: inherit;
}
.single-team_showcase_post .site-content {
    padding-left: 5em;
    padding-right: 5em;
}
.our-team h2 {
    font-size: 36px;
    color: #035a76;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
	margin-top: 32px;
    text-transform: uppercase;
}
.qcld_hero_content_area .slider-x-item-title {
    max-width: 100%!important;
    margin: 0 auto !important;
}









@media screen and (max-width: 767px) and (min-width: 320px)  {
	.mobmenu-content .menu-top-menu-container {
    width: 100%;
    float: left;
}
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    border-bottom: 1px solid #dbdbdb!important;
}	
	.mobmenu-content li > .sub-menu li {
    padding-left: 0!important;
    background: #f7f7f7;
}
	.mobmenu-content #mobmenuright .sub-menu a {
    color: #666!important;
}
	.mobmenu-content #mobmenuright .sub-menu a:focus {
    color: #666;
}
	.menu-top-menu-container ul {
    float: left;
    width: 100%;
}
	.mobmenu-content #mobmenuright .sub-menu a:hover, .mobmenu-content #mobmenuright .sub-menu a:focus {
    color: #fff!important;
	background: #666!important;
}
	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding-left: 0!important;
    padding-right: 0!important;
}
	.mobmenu-content li a {
		padding: 10px 15px;
	}
	.mob-menu-header-holder {
    box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 50%);
}
	.mobmenu-content li a {
    padding: 10px 15px!important;
	}	
	.show-nav-right .mob-expand-submenu i {
    color: #035a76!important;
}
.wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
	}
	.wp-block-columns.welcome-section {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.5em;
}
	article#post-9 .wrap {
    padding-top: 0;
    padding-bottom: 0em;
}
	.wp-block-column.welcome-right figure {
    margin-top: 20px;
}
	article#panel1 .wrap {
    background: #ffffff;
    padding-left: 1em;
    padding-right: 1em;
	padding-top: 1.5em;	
}
	.panel-content .wrap {
    padding-bottom: 2.5em;
    padding-top: 3.5em;
}
	.What-we-do-para {
    text-align: center;
    margin-bottom: 0;
    color: rgba(0,0,0,0.8);
    line-height: 1.75;
    padding: 0 0px 50px;
    font-size: 16px;
    font-weight: 400;
}
	.wp-block-columns.service-1 .wp-block-column, .wp-block-columns.service-2 .wp-block-column  {
    padding: 20px;
    border-radius: 0;
    margin: 5px 5px 5px 5px;
    background-color: #f8f8f8;
    border: 1px solid #777777;
}
.wp-block-columns.what-we-do-services p i {
    color: #d94e4e;
    background: transparent;
    padding: 15px;
    font-size: 36px;
    border-radius: 5px;
    transition: all 0.4s;
    height: 68px;
    width: 72px;
}
.wp-block-columns.what-we-do-services.service-1, .wp-block-columns.what-we-do-services.service-2 {
    margin-bottom: 0;
	padding: 0 15px;
}
	.wp-block-columns.best-us-section {
    padding: 0 1em;
    margin: 0;
}
	.wp-block-column.best-us-content-top>p {
    text-align: center;
    margin-bottom: 0;
    color: rgba(0,0,0,0.8);
    line-height: 1.75;
    padding: 0 0px 50px;
    font-size: 16px;
    font-weight: 400;
}
	.wp-block-columns.best-us-list .wp-block-column{
    margin: 0 0 50px;
}
	.wp-block-columns.best-us-list .wp-block-column:last-child{
		margin: 0;
	}
	article#panel3 .wrap{
		padding-left: 1em;
   		padding-right: 1em;
	}
	.our-achivements li {
    width: 100%;
    float: left;
    list-style: none;
}
	.wp-block-columns.partner-section {
    padding: 0 1em;
}
	.wp-block-column.trusted-partner h2 {
    color: #035a76;
    font-weight: 700;
		margin: 0 0 50px;
	}
	.site-footer .widget-area {
	padding-top: 2.5em	;
    padding-left: 1em;
    padding-right: 1em;
	}
	.site-footer .widget-column.footer-widget-1 {
    float: left;
    width: 100%;
    padding-right: 0;
    position: relative;
	margin-bottom: 25px;
}
	.site-footer .widget-column.footer-widget-2 {
    float: left;
    width: 100%;
    padding: 0 0;
    position: relative;
    margin-bottom: 25px;
}
	.widget-column.footer-widget-2 ul li {
    padding-right: 0;
}
	.widget-column.footer-widget-2 ul li a {
    font-size: 14px;
    font-weight: 500;
}
	.widget-column.footer-widget-2 ul li:nth-child(3), .widget-column.footer-widget-2 ul li:nth-child(7) {
    clear: both;
}
	.site-footer .widget-column.footer-widget-3 {
    float: left;
    width: 100%;
    position: relative;
}
	.site-info p {
    margin: 0;
		padding: 10px 1em;
		font-size: 13px;
	}
	.site-info p a {
    display: block;
}
	.slider-x-item-title h3 {
    font-size: 30px;
    line-height: 1.2em;
}
	.slider-x-lead-title {
    font-size: 18px!important;
    line-height: 26px!important;
}
	.slider-x-lead-title:before {
    position: absolute;
    content: '';
    left: .5em;
    top: 30px;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}
	.slider-x-item-title {
    font-size: 16px;
    line-height: 1.5;
}
	.hero_slider_btn1 a {
    z-index: 9;
    position: relative;
    padding: 6px 10px;
    font-weight: 500!important;
    text-transform: uppercase;
    font-size: 14px!important;
}
	.qc-sliderX-bottomCon {
    display: none;
}
	.navigation-top .wrap {
    padding: 0;
}
.book-appointment {
    width: 20%;
    float: right;
    position: fixed;
    right: 1em;
    bottom: 2.5em;
    z-index: 9999;
}
	.book-appointment ul li img {
    height: 42px;
    width: 42px;
    position: relative;
    left: 0;
    top: 0;
}
	.book-appointment ul li span {
    display: none;
}
	.book-appointment ul {
    margin: 0;
    line-height: inherit;
}
	article#panel2 .wrap {
    padding-top: 0;
}
	.wp-block-columns.contact-us-top-section {
    padding: 1.5em 1em;
}
	.wp-block-column.contact-us-top-content h2 {
    font-size: 28px;
}
	.wp-block-column.contact-us-top-content p {
    font-size: 16px;
    width: 100%;
}
	.wp-block-columns.contact-section {
    padding: 0 1em 1.5em;
		margin: 0;
}
	.wp-block-column.contact-content {
    background: #035a76;
    padding: 20px 1em;
    margin-top: -60px;
}
	.wp-block-column.contact-content h2 {
    position: relative;
		position: relative;
    font-size: 24px;
    margin-bottom: 10px;
	}
	.wp-block-column.contact-content p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75em;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
	.wp-block-column.contact-form {
    padding-left: 0;
    padding-top: 1.5em;
}
	.wp-block-column.contact-form h2 {
    position: relative;
		font-size: 28px;
	}
	.wp-block-column.contact-form p {
    font-size: 15px;
}
	.wp-block-columns.about-us-section{
		padding: 0 1em 4.5em;
	}
	.wp-block-column.about-us-content h2 {
		font-size: 36px;
	}
	.wp-block-column.about-us-content p {
    text-align: center;
    color: #fff;
	font-size: 16px;
	padding: 0;
	}
	.wp-block-column.about-us-bottom {
    margin: 0 1em;
    margin-top: -40px;
    z-index: 1;
    background: #fff;
    padding: 20px 30px 0;
    border-radius: 3px;
    border-left: 3px solid #035a76;
    padding-left: 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)!important;
    padding-right: 15px;
}
	.wp-block-column.about-us-bottom h2{
		font-size: 28px;
	}
	.wp-block-column.about-us-bottom ol li, .wp-block-column.about-us-bottom p, .wp-block-column.about-us-bottom ul li{
		font-size: 15px;
	}
	.wp-block-columns.firm-section {
    text-align: center;
}
	.wp-block-columns.firm-section figure img {
    max-width: 80px;
}
	.wp-block-columns.firm-section .wp-block-columns {
    margin: 0 0 20px;
}
	.page.page-id-39 .site-content {
    padding-left: 1em;
    padding-right: 1em;
}
	.page.page-id-39 .wp-block-columns.service-1 .wp-block-column, .page.page-id-39 .wp-block-columns.service-2 .wp-block-column {
    margin-bottom: 30px;
    box-shadow: 0 0 8px #c5c5c5;
    padding: 20px;
    border-radius: 10px;
}
	.page.page-id-39 .wp-block-columns.what-we-do-services.service-1, .page.page-id-39 .wp-block-columns.what-we-do-services.service-2 {
    margin-bottom: 0;
    padding: 0;
}
	.wp-block-columns.out-team-section {
    padding: 0 1em;
}
	.wp_teamshowcase_grid .team-grid {
    margin-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}
		.site-content {
    padding: 2.5em 0 0;
}
	.has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 100%;
    background: #f2f2f2;
    padding: 20px 20px 0;
    margin-bottom: 50px;
}
		.single.single-post .site-content .wrap {
    padding-left: 1em;
    padding-right: 1em;
}
	.has-sidebar:not(.error404) #primary {
    float: left;
    width: 100%;
}
	.single.single-post .site-content .content-area h1 {
    font-size: 28px;
    line-height: 1.3;
}
	.post-navigation {
    font-weight: 800;
    margin: 1em 0 1.5em;
}
	.mobmenu-content li a {
    letter-spacing: 1px;
    padding: 10px 15px;
}
	.about-team h3 {
    padding: 0 0 20px!important;
    margin-top: 5px!important;
}
	.wp-block-column.our-team p {
   	 font-size: 15px;
   	 padding: 0 0px 10px;
	}
	.wp-block-column.our-team h2 {
		margin: 0 0 20px;
	}
	.agy-modal-content {
		padding: 0px 0.5em 10px!important;
	}
	.agy-description {
    width: 100%;
    float: left;
}
	.agy-enter-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
	.agy-headline p {
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 10px;
}
	.agy-headline p {
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 0;
}
	.agy-description p {
    font-size: 13px;
    line-height: 1.75;
    color: #888;
    overflow: scroll;
    height: 250px;
}
	.agy-exit-btn {
    width: 100%;
    float: right;
    text-align: center;
}
	.agy-enter-btn button {
    width: 90%;
}
	.agy-modal-content>div {
    margin: 5px 0;
}
.category-services .site-content .wrap {
    padding-left: 1em;
    padding-right: 1em;
}
	.category-services .site-content .content-area .entry-title a {
		font-size: 28px;
	}
	.wp-block-column.carrier-content h2 {
    background-position: top right;
    padding: 30px .5em;
    position: relative;
    margin-bottom: 30px;
    font-size: 40px;
}
	.wp-block-columns.carrier-para {
    padding: 0 1em;
}
	.wp-block-columns.carrier-para p {
    font-size: 15px;
	}
	h2.team-heading{
		padding: 32px 0.5em;
		font-size: 36px;
	}
	.single-team_showcase_post .site-content {
    padding-left: 1em;
    padding-right: 1em;
}
}







@media screen and (max-width: 374px) and (min-width: 320px){
.widget-column.footer-widget-2 ul li a {
    font-size: 15px;
    font-weight: 500;
}
	.site-info p {
    margin: 0;
    padding: 10px 1em;
    font-size: 13px;
}
.wp-block-columns.firm-section .wp-block-image {
    margin-bottom: 10px;
    margin-top: 0;
}
}



@media screen and (max-width: 1024px) and (min-width: 768px){
		.mobmenu-content .menu-top-menu-container {
    width: 100%;
    float: left;
}
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    border-bottom: 1px solid #dbdbdb!important;
}	
	.mobmenu-content li > .sub-menu li {
    padding-left: 0!important;
    background: #f7f7f7;
}
	.mobmenu-content #mobmenuright .sub-menu a {
    color: #666!important;
}
	.mobmenu-content #mobmenuright .sub-menu a:focus {
    color: #666;
}
	.menu-top-menu-container ul {
    float: left;
    width: 100%;
}
	.mobmenu-content #mobmenuright .sub-menu a:hover, .mobmenu-content #mobmenuright .sub-menu a:focus {
    color: #fff!important;
	background: #666!important;
	}
	.book-appointment {
    width: 12.5%;
    float: right;
    position: fixed;
    right: 1em;
    bottom: 2.5em;
    z-index: 9999;
}
	.book-appointment ul li img {
    height: 42px;
    width: 42px;
    position: relative;
    left: 0;
    top: 0;
}
	.book-appointment ul li span {
    display: none;
}
	.book-appointment ul {
    margin: 0;
    line-height: inherit;
}
	.site-footer .widget-area {
    padding-bottom: 1.5em;
    padding-top: 2.5em;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 1em;
    padding-right: 1em;
    background-position: top center;
    position: relative;
}
	.site-info p {
    margin: 0;
		padding: 15px 1em;
	}
	.single.single-post .site-content .wrap {
    padding-left: 2em;
    padding-right: 2em;
}
	.has-sidebar:not(.error404) #primary {
    float: left;
    width: 100%;
}
	.has-sidebar #secondary {
		width: 100%;
		margin-bottom: 50px;
	}
	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding-left: 0!important;
    padding-right: 0!important;
}
	.mob-menu-header-holder {
    box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 50%);
}
	.wp-block-column.about-us-bottom {
		margin: 0 2em;
		margin-top: -65px;
	}
	.wp-block-column.about-us-content h2{
		padding: 1.5em 0 0px;
	}
	.wp-block-columns.about-us-section {

    padding: 0 1em 5.5em;
}
	.wp-block-columns.out-team-section {
    padding: 0 1em;
    margin: 0;
}
	.wp_teamshowcase_grid .team-grid {
    width: 47.0%;
}
	.wp-block-columns.contact-section {
    padding: 0 2em 1.5em;
    position: relative;
}
	.wp-block-columns.contact-us-top-section {
		padding: 1.5em 2em;
	}
	.wp-block-column.contact-content {
    background: #035a76;
    padding: 40px 20px;
}
	.wp-block-column.contact-form {
    padding-left: 0;
    padding-top: 1.5em;
}
	.wp-block-column.contact-us-top-content h2 {
    color: #fff;
		font-size: 36px;
	}
	.wp-block-column.contact-us-top-content p {
    font-size: 24px;
    width: 75%;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 20px;
}
	.wp-block-column.contact-content h2 {
    position: relative;
		font-size: 27px;
	}
	.wp-block-column.about-us-content h2 {
    font-size: 48px;
	}
	.firm-section .wp-block-column:not(:only-child) {
    flex-basis: calc(100% - 1px)!important;
    flex-grow: 0;
    text-align: center;
    margin: 0;
}
	#particles-js1 .slider-x-lead-title:before {
		left: 40px;
	}
	.wp-block-columns.welcome-section {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2.5em;
    position: relative;
    margin: 0;
}
	article#panel1 .wrap {
    background: #f7f7f7;
    padding-left: 2em;
    padding-right: 2em;
}
	.wp-block-columns.best-us-section {
    padding: 0 2em;
}
	.wp-block-column.best-us-content-top>p {
		padding: 0 0 60px;
	}
	article#panel3 .wrap {
    padding-left: 1em;
		padding-right: 1em;
	}
	article#panel4 .wrap {
    padding-left: 2em;
    padding-right: 2em;
}
	.agy-modal-content {
		padding: 20px 1em!important;
	}
	.category-services .site-content .wrap {
    padding-left: 2em;
    padding-right: 2em;
}
	.category-services .site-content .content-area .entry-title a {
		font-size: 28px;
	}
	.wp-block-column.carrier-content h2 {
		padding: 50px 1.5em;
	}
	.wp-block-columns.carrier-para {
		padding: 0 2em;
	}
	h2.team-heading{
		padding: 32px 0.5em;
		font-size: 36px;
	}
	.single-team_showcase_post .site-content {
    padding-left: 2em;
    padding-right: 2em;
}
}