/*!
Theme Name: Consulting
Theme URI: http://consulting.stylemixthemes.com/
Author: StylemixThemes
Author URI: http://stylemixthemes.com/
Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
Version: 3.7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consulting
Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.stm_gmap_wrapper .alert {
    margin-bottom: 0;
}

.stm_gmap_wrapper .alert strong {
    color: #ff0000;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.top_nav .top_nav_wrapper > ul > li,
.top_nav .main_menu_nav > ul > li,
.breadcrumbs {
    text-transform: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: inherit !important;
}

.company_history {
    min-width: 48px;
}

/* OCT 26 UPD */
@media only screen and (max-width: 992px) {
    body.header_style_3 .logo {
        float: none;
    }
    body.header_style_3 #header .header_top .icon_text {
        float: left;
        margin: 30px 30px 0 0;
    }
    body.header_style_3 #header .top_nav .icon_text {
        display: none;
    }
    body.header_style_3 #header .top_nav .icon_text:before {
        display: none;
    }
    .top_nav .top_nav_wrapper > ul > li > a {
        padding: 21px 14px;
    }
}

@media only screen and (max-width: 767px) {
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto !important;
        text-align: center;
        margin: 0 0 20px;
    }
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center;
    }
    body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
        text-align: center
    }
    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
        z-index: 15;
    }
    .full_height_columns {
        overflow: hidden;
        position: relative;
    }
    .full_height_columns iframe {
        height: 540px !important;
    }
}

/* Dec 1 2016 */
.staff_list.grid.cols_2 ul li {
    width: 50%;
}
.staff_list.grid.cols_4 ul li {
    width: 25%;
}

.staff_list.grid.cols_2 ul li .staff_image {
    max-width: 100%;
}

@media only screen and (max-width: 667px) {
    .staff_list.grid.cols_2 ul li,
    .staff_list.grid.cols_4 ul li {
        width: 100%;
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {z-index:999}

#footer .footer_widgets .widget .widget_title {
    font-size: 26px;
}

body textarea.wpcf7-form-control.height205 {
    height: 205px;
}

body textarea.wpcf7-form-control.height147 {
    height: 147px;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opactiy 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    visibility: hidden;
    background: #ffffff;
    z-index: 999999;
}

html.stm-site-preloader:after {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: none;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scaleout 0.5s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999; }

html.stm-site-preloader:before,
html.stm-site-preloader:after {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        opacity: 0; } }

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0; } }

@media only screen and (min-width: 1199px) {
    .right-indent-30 {
        padding-right: 30px !important;
    }
    .form_full-right_width {
        padding-right: 15px !important;
    }
    .form_full-right_width .vc_column-inner {
        margin-right: -5000px !important;
        margin-left: 25px !important;
        padding-top: 76px !important;
        padding-right: 5000px !important;
        padding-left: 50px !important;
    }

    .about_full-right_width .vc_column-inner {
        padding-left: 55px !important;
    }

    .site_layout_16 .form_full-right_width,
    .site_layout_17 .form_full-right_width,
    .site_layout_18 .form_full-right_width {
        padding-left: 15px !important;
    }
    .site_layout_16 .form_full-right_width .vc_column-inner,
    .site_layout_17 .form_full-right_width .vc_column-inner,
    .site_layout_18 .form_full-right_width .vc_column-inner {
        margin-left: -5000px !important;
        margin-right: 25px !important;
        padding-top: 76px !important;
        padding-left: 5000px !important;
        padding-right: 50px !important;
    }
}
@media only screen and (min-width: 768px) {
    .about_full-right_width .vc_column-inner {
        margin-right: -500px !important;
        padding-right: 500px !important;
    }
}
@media only screen and (max-width: 667px) {
    .stm_services .item {
        width: 100% !important;
    }
    .woocommerce div.product div.images .woocommerce-main-image, .woocommerce #content div.product div.images .woocommerce-main-image {
        height: auto !important;
        border: 0 !important;
        text-align: left !important;
    }
    .woocommerce div.product div.images img, .woocommerce #content div.product div.images img {
        max-width: 100% !important;
    }
}
.mobile_header .logo_wrapper .logo { max-width: 80%; }
.logo a img { max-width: 100%; }

@media only screen and (min-width: 1199px) {
    body.boxed_layout .vc_row[data-vc-full-width] {
        left: 50% !important;
        padding-left: 60px !important;
        padding-right: 60px !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }
    body.boxed_layout .vc_row.vc_row-no-padding[data-vc-full-width] {
        left: 50% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }
}

.icon_box {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.g-recaptcha {
    padding: 0 !important;
    background: transparent !important;
}

@media only screen and (max-width: 474px ) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.home #main.footer_hide {
    padding-bottom: 0;
}

@media (max-width: 1480px) and (min-width: 768px) {
    .testimonials_carousel .slick_prev {
        left: -64px !important;
    }

    .testimonials_carousel .slick_next {
        right: -64px !important;
    }
}

.woocommerce.shop_widgets ul.product_list_widget li:last-child {
    padding-left: 28px;
    padding-bottom: 20px;
    border: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
    padding: 10px 0 0;
}

/* Autoptimize */
.home .stm_select_country_unit .select2-container,
.home .stm_select_office_unit .select2-container {
    width: 100% !important;
}

.stm_sidebar .third_bg_color {
    margin-right: 0px !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner {
    padding-top: 37px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

@media only screen and (max-width: 474px ) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.vc_image_carousel.style_1 .item img {
    margin-left: auto;
    margin-right: auto;
}


body.header_transparent #header{
	position:relative!important;
	
}
div[id^="info_table_features_wrap"]{
	height:400px !important;
	overflow:hidden;
}
#info_table_features_wrap-8820,#info_table_features_wrap-9208,#info_table_features_wrap-3471 {
	height:400px !important;
}

.applay_now{
	background: #fccb92;
    text-align: center;
    position: fixed !important;
    width: 100vw !important;
    right: 0px;
	top:0px;
	z-index:1100;
	display:none !important;
}
.applay_now h4{
	margin:0px;
	padding: 0px;
}

.applay_now h4:after{
	display:none !important;
}

.applay_now a{
	
	text-decoration:none;
	color:#fff;
}

.applay_now a h4{
	color:#000  !important;
}

@media only screen and (max-width: 600px) {
  .applay_now {
	  top:90vh;
     bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .applay_now {
     top: 0px;
	 bottom:90vh;

  }
}

@media only screen and (max-width: 1024px){
	.mobile_grid_landscape .mobile_header .logo_wrapper {
		background: rgba(255,255,255,0);
		margin: 20px 0px 0px 0px;
	}
}

.third_bg_color{
	background-color:#f5fcff !important;
	color:#fff !important;
}

third_bg_color h1,
third_bg_color h2,
third_bg_color h3,
third_bg_color h4,
third_bg_color h5,
third_bg_color h6 {
	color:#fff !important;
}

.float_icon_custom .circle {
	background-color:#e57913 !important;
	transition: all 0.5s;
	
}

.float_icon_custom .circle i:hover {
	font-size:25px !important;	
	transition: all 0.5s;
	color:gray;
}

.ult_pricing_table .ult_price_features {
 
    overflow-y: scroll;
}

.float_icon_custom .circle i {
	color:#fff;	
	transition: all 0.5s;
}



div#float_icon_list_id {
	position: fixed !important;
    top: 300px;
    right: 15px;
    z-index: 1050;
    text-align: right;
    width: 60px;
}

#hide_cont{
	display:none;
}

li.no_content:before{
	
	content:none !important;
	
}

#activ_cont .wpb_wrapper{
	background-color:#fff;
	
}

.testing_class:after{
	content:X;
	
}

div#main {
    padding-bottom: 0px !important;
}

h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after {
    content: none !important;
    display: none;
}

.page_title{
	background-color: #fff !important;
}

.page_title h1{
	color : #0d94d7 !important;
}
/*  header{
	display:none !important;
} */

.mobile_header .logo_wrapper {
    background-image: url(https://sreyas.ac.in/wp-content/uploads/2018/02/s-small.png) !important;
    background-repeat: no-repeat;
}
ul.cq-dagallery li .dagallery-info {
	display:none !important;}

@media (max-width: 640px){
.mobile_header .logo_wrapper {
    background-image: url(https://sreyas.ac.in/wp-content/uploads/2018/02/s-small.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0% 100% !important;
	}
}

@media (max-width:700px){
	
	
	#float_desk_cont{
		/*display:none !important;*/
		transition: all 0.5s;

	}
	.float_content{
		width:300px !important;
		position:fixed !important;
		margin:0px;
		right:50px;
		top:25vh;
		height:50vh;
		display:none;
		overflow-y:overlay;
		transition: all 0.7s;
		z-index:15;
	
	}
	div#float_icon_list_id {
		
		display:block !important;
		transition: all 0.5s;

		
	}
	
}
@media (min-width:700px){
	
	
	#float_desk_cont{
		display:block !important;
		transition: all 0.5s;

	}
	
	.float_content{
	
			display:block;
	
}

	
	div#float_icon_list_id {
		
		display:none !important;
		transition: all 0.5s;
		
	}
	
}

  /* #header {
    height: 150px;
  background: #ff0000; 
    background-image: url(https://sreyas.ac.in/wp-content/uploads/2018/02/s-small.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}*/

.logo{
	display:none !important;
	
}


#fullpage #header .header_top .container .media-middle {
    background-color: transparent !important;
    background-image: url(https://sreyas.ac.in/wp-content/uploads/2018/02/s-small.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

@media screen and (max-width: 768px) {
  .main-menu-nav ul li:hover > ul {
    left: 0;
    top: 0;
    position: relative;
  }
}

@font-face{
	
	font-display: swap;
	
}

.wab-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-wab-float{
	margin-top:16px;
}


.sm-icons{
	display:inline-block;
	padding-left:0px
}

.sm-icons li{
	margin:10px;
	float:left;
	color:#fff;
}

.sm-icons li i{
	
	color:#fff;
	font-size: 1.9em;
}

.pay_now{
	top: 300px !important;
    background-color: red !important;
}




#header .header_top {
    top: 1px;
    position: relative;
    background-image: url(https://sreyas.ac.in/wp-content/uploads/2020/09/Untitled-design-2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
}

#fullpage #header .header_top .container .media-middle {
	min-width: 1170px;
}

.no_icon .vc_message_box-icon{
	display:none;
}

.less-font-counter  .stats_counter h3 {
    font-size: 35px;
}