/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.17.4
Description: Divi Child Theme
 Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap');
::-webkit-scrollbar {
    height: 5px;
    width: 6px;
	border-radius:100px;
}

@media (min-width: 980px) and (max-width: 1920px) {
    .et_pb_row, .container {
        width: 88%;
    }
}
::-webkit-scrollbar {
    width:8px; 
}

::-webkit-scrollbar-track {
    background:#f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #553cdf;
}



header .container {
    width: 95% !important;
    max-width: 1440px;
}

.ss_color_blue{
	color:#05d2ff;
}



body{
	font-weight:300;
}


body #page-container .et_pb_section .et_pb_row .custom_arrow_style_1:after {
       font-size: 16px !important;
    font-weight: 600 !important;
    width: 35px;
    height: 35px;
    background: #fff;
    top: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    margin: auto;
    color: #000;
    bottom: 0;
    opacity: 1 !important;
    font-family: ETmodules !important;
    font-weight: 400 !important;
}
.custom_arrow_style_1{
	position:relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}
.ss_d_flex{
	display:flex;
	align-items:center;
}
.ss_color_blue_1{
	color:#1652B1;
}

.ss_hed_col_flex{
	    display: flex;
    align-items: center;
	gap:35px;
    justify-content: end;
}
.cat-posts img {
    width: 100%;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0;
    padding: 0 12px;
}

.ss_home_ul_li li {
   list-style-type: none;
    line-height: 38px;
    background-image: url(../../uploads/2025/04/mdi_tick-all.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 30px;
    color: #000;
    font-weight: 400;
}
.ss_home_ul_li ul{
	padding:0;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 30s linear infinite;
	color: #fff;
	padding: 10px 0px;
}
.marquee-content span{
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	font-size: 37px;
	font-weight: bold;
	text-transform: uppercase;
}
@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
h3.sn-articles-tittle {
    font-size: 19.72px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    margin-top: 25px;
	text-transform: uppercase;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}

p.sn-articles-content {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
	padding-right: 38px;
	margin-top: 6px;
}
.airtcles-slide .owl-stage {
    padding: 0px !important;
}
.client-info img {
    width: 55px !important;
	border-radius:100px;
}
.single-testimonial {
    border: 1px solid #000;
    border-radius: 10px;
	 background: #05D2FF;
	overflow: hidden;
	    min-height: 380px;
}
.star-rating {
    font-size: 30px;
    color: #000;
    margin-top: 36px;
}
.client-info {
    display: flex;
    gap: 15px;
    border-top: 1px solid #000;
    padding: 15px 30px;
	align-items: center;
	background-color: #00b9e1;
	    position: absolute;
    bottom: 0;
    width: 100%;
	    border-radius: 2px 0px 10px 10px;
}
.client-decs h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1px;
}

.client-decs p {
    font-size: 15px !important;
    font-weight: 400 !important;
	  line-height: normal;
}
.client-desc {
     padding: 42px 30px 25px 30px;
}
.client-info:before {
    content: "";
    position: absolute;
    background-image: url("https://qodesky.in/sangram/gaurav-sir/wp-content/uploads/2025/04/testi-after-img.png");
    height: 100%;
    width: 100%;
    z-index: 999;
    background-repeat: no-repeat;
	top: -37px;
    left: 30rem;
}
.testimonial-slide button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
}

.testimonial-slide button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
}

.testimonial-slide span.et-pb-icon {
    font-size: 24px;
    background: #fff;
    border-radius: 100px;
    padding: 9px;
    font-weight: 500;
	box-shadow: 0px 0px 26px 4px #e5e5e5;
}
.testimonial-slide button.owl-dot{
    width: 14px;
    height: 14px;
    background: #fd7f0078 !important;
    border-radius: 100px;
}
.testimonial-slide button.owl-dot.active{
	width: 14px;
    height: 14px;
    background: #fd7f00 !important;
    border-radius: 100px;
}
.testimonial-slide .owl-dots {
	text-align: center;
	display: flex;
	gap: 3px;
	justify-content: center;
}


/* responsive */

@media only screen and (min-width: 320px) and (max-width: 767px){
	.sn-mob-row{
		flex-direction: column;
	}
	.sn-mob-row-rev{
		flex-direction: column-reverse;
}
	.ss_home_ul_li ul {
    display: flex;
    gap: 13px;
    flex-direction: column;
}
	.ss_home_ul_li li{
line-height: 23px;
	}
	p.sn-articles-content{
		padding-right: 0px;
}
	.et_pb_code_0_tb_footer{
		width: 100% !important;
		max-width: 100% !important;
}
	.ss_foot_form{
	width: 100% !important;
	}
	.ss_foot_form .wpcf7-submit{
	font-size: 15px !important;
	padding: 0px 16px !important;
	}
	.ss_foot_blurb_sec .et_pb_main_blurb_image{
		display: none !important;
}
	.ss_foot_blurb_sec .et_pb_blurb_container{
	padding-left: 0px !important;
	}
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;padding-top: 60px;padding-bottom: 35px;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}








.ss_gaurav_col_sec .et_pb_button_module_wrapper {
    display: inline-flex;
    margin-right: 20px;
}



#category-filter {
    margin-bottom: 20px;
    text-align: center;
}
.category-btn {
    padding: 9px 20px;
    margin: 4px;
    border: none;
    background-color: #EAEAEA;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}
.category-btn.active {
    background: #1652B1;
    color: white;
    font-weight: 400;
}
.category-btn:hover{
	background: #1652B1;
	color: #fff;
}

.single-post-2 {
    border: none;
    padding: 10px;
    border-radius: 6px;
    background: none;
	margin-top: 40px;
}
span.page-link.active {
    background: #1652B1;
    padding: 6px 13px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.ajax-posts{
margin-top: 15px;
}
.single-post-2 h3 {
    font-size: 19.72px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 29px;
    text-decoration: underline;
	 margin-top: 5px;
}
.single-post-2 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.single-post-2 p {
    font-size: 14px;
    color: #06070B;
    text-align: left;
    line-height: 27px;
}
span.page-link.btn-sty-back span.et-pb-icon{
	font-size: 25px;
    line-height: 0px;
}
span.page-link.btn-sty-back{
	background: #1652B1;
    color: #fff;
    padding: 7px 23px 7px 17px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}
.pagination {
    margin-top: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.page-link {
    cursor: pointer;
    color: #0073aa;
    text-decoration: none;
	  font-weight: 600;
	font-size: 14px;
}
.pagination-numbers .page-link {
    margin: 0px 14px;
}
span.page-link.btn-sty {
    background: #1652B1;
    color: #fff;
    padding: 7px 17px 7px 23px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}
.pagination-numbers {
    display: inline-block;
    margin-right: 220px;
}
span.page-link.btn-sty span.et-pb-icon {
    font-size: 25px;
    line-height: 0px;
}

#ajax-posts-container,
#ajax-pagination {
    transition: opacity 0.2s ease-in-out;
}


/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999; /* Ensure the popup is on top of other elements */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Popup Inner */
.popup-inner {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; /* Ensure the popup content is on top of the overlay */
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Body scroll lock */
body.popup-open {
  overflow: hidden;
}




/*****sss*****/
.ss_hed_sec_mn .et_pb_menu__logo-wrap {
    display: none;
}
.cat-tabs {display: flex;gap: 10px;justify-content:center;margin-bottom: 0;flex-wrap: wrap;}
.cat-tab {
    padding: 5px 20px;
    background: #EAEAEA;
    cursor: pointer;
    border-radius: 6px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    font-size:15px;
}
.cat-tab.active {
  background: #1652B1;
 color: white;
}
.cat-posts {
  display: none;
}
.cat-posts.active {
 display: block;
 }
.pagination {
 margin-top: 30px;
 }

.cat-posts p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:left;
    font-size: 14px;
    line-height: 25px;
}
.cat-posts h3 {
    text-align: left;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.5em;
    text-transform: uppercase;
}


.cat-posts .mb-4 {
    margin-top: 60px;
}


.ss_hed_sec_mn{
	background: radial-gradient(circle, #003a61 0%, #000000 100%);
}
.home .ss_hed_sec_mn{
	background:transparent !important;
}
.et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}


.single-post img {
    width: 100%;
}

h1.entry-title {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin: auto;
    text-align: left;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 10px;
}

@media (min-width: 981px) {
    #main-content .container:before {
        width: 0px;

    }
}
.custom-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.custom-post-item {
    display: flex;
    gap: 15px;
    box-shadow: 0px 0px 10px #e7e7e7;
    padding: 12px;
    border-radius: 5px;
}

.custom-post-image img {
    width: 130px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    height: 140px;
}

.custom-post-content {
    flex: 1;
}

.custom-post-title {
 font-size: 20px;
    font-family: "Oswald", sans-serif;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 17ch;
    color: #000;
}

.custom-post-excerpt {
       display: -webkit-box;
       -webkit-line-clamp: 4;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
       text-align: left;
       color: #666666;
       font-size: 14px;
       line-height: 22px;
}

.custom-read-more {
    display: inline-block;
    padding: 8px 14px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.custom-read-more:hover {
    background-color: #005e8a;
}


@media (min-width: 981px) {
    .et_pb_gutter.et_pb_gutters2 #left-area {
        width: 69.25%;
    }
}

@media (min-width: 981px) {
    .et_pb_gutter.et_pb_gutters2 #sidebar {
        width: 30.75%;
        padding-left: 0;
    }
}

.custom-post-item a {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.custom-post-item a:hover{
	background:transparent;
}

.ss_side_recent_box h2{
	font-size:30px;
	color:#000;
	font-family: "Oswald", sans-serif;
	padding-bottom:35px;
}

.ss_side_recent_box span{
	color:#1652B1;
}

.single-post .et_pb_post .entry-content {
    padding-top: 0;
}

.single-post .entry-content p {
    color: #000;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}

.ss_blg_dived_div {
    border-top: 1px solid;
    padding: 40px 0 0;
    margin: 40px 0px 0;
}

.single-post .entry-content h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #000;
    padding-bottom: 22px;
}

.ss_blg_mn_img_title{
	padding-bottom:30px;
}
ul.blog-category-names {
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
}

ul.blog-category-names li {
    background: #F4F4F4;
    text-align: center;
    padding: 3px 15px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
}



.pagination {
    display: flex;
    gap: 15px;
}

span.page-numbers.current {
    background: #1652b1;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
}

a.next.page-numbers {
    background: #1652b1;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
}


.sn-articles-content{
	 display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
       text-align: left;
       color: #666666;
       font-size: 14px;
       line-height: 22px;
}


.ss_foot_form {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    width: 96%;
    gap: 19px;
}

.ss_foot_form .wpcf7-text {
    height: 58px !important;
    padding: 0 20px;
    border-radius: 100px;
    width: 100%;
}

.ss_foot_form .wpcf7-submit {
       position: absolute;
       right: 23px;
       top: 0;
       height: 53px;
       bottom: 0;
       margin: auto;
       background: #1652B1;
       border: 0;
       font-size: 14px;
       color: #fff;
       padding: 0 19px;
       border-radius: 100px;
       cursor: pointer;
}

.ss_foot_1st_rw{
	text-align:center;
}
span.wpcf7-spinner {
    display: none;
}

.ss_footer_sec .et-menu{
	display:block !important;
}
.ss_footer_sec .et-menu li {
    line-height: 32px;
}

.ss_footer_sec .et-menu li a {
    padding: 0 !important;
}
.ss_foot_blurb_sec a{
	color:#fff;
}

.ss_foot_blurb_sec .et_pb_blurb_container {
    padding-left: 32px;
}



.ss_recent_pod .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -65px;
}

.ss_recent_pod  button.owl-next, .ss_recent_pod .owl-prev {
    background: #1652b1 !important;
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    border-radius: 100px;
    margin: 0 10px;
}

.ss_recent_pod .owl-carousel .owl-nav span.et-pb-icon {
       font-size: 24px;
    color: #fff;
    line-height: inherit;
}


.ss_hm_testi_sec .owl-item.active:nth-child(odd) .single-testimonial{
    background: #13D475;
}

.ss_hm_testi_sec .owl-item.active:nth-child(odd)  .client-info{
	background-color: #01bf61;
}
/* .ajax-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 2px;
} */


.ss_news_mn_divs {
    display: flex;
    gap: 20px;
    width: 100%;
}

.ss_news_mn_divs .wpcf7-text {
    background: #F4F1F1;
    border: 0;
    height: 50px;
    padding: 15px 20px;
    color: #000;
    border-radius: 100px;
    width: 100%;
}



.ss_foot_form_btn .wpcf7-submit {
    position: absolute;
    right: 0;
    border: 0;
    background: #1652b1;
    color: #fff;
    top: 0;
    bottom: 0;
    padding: 0 19px;
	cursor:pointer;
    border-radius: 100px;
}

.ss_news_mn_divs div {
    position: relative;
    width: 50%;
}

ul#mobile_menu1 {
    background: #0797fe !important;
}
.page-id-538 .ss_foot_1st_rw {
    display: none;
}
.page-id-538 .et_pb_section_1_tb_footer.et_pb_section {
    padding-top: 60px;
}

.page-id-3 h3 {
    margin-top: 14px;
}


.ss_home_ul_li.ss_stay_news {
    text-align: center;
    width: 37%;
    margin: auto;
}

.ss_home_ul_li.ss_stay_news ul {
    text-align: left;
    color: #fff;
}

.ss_home_ul_li.ss_stay_news li {
    color: #fff;
}



.ss_home_news_form .ss_foot_form_btn .wpcf7-submit{
	    background: #000000;
    padding: 0 30px;
}

.ss_home_news_form span.wpcf7-not-valid-tip {
    position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output{
	    background: #ffb900;
    text-align: left;
}
.page-id-538 ul#menu-main-menu {
    display: none;
}

/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	.ss_home_ul_li.ss_stay_news {
    text-align: left;
		width: 100%;
	}
	.ss_hed_sec_mn .et_pb_menu__logo-wrap {
    display: block;
}
	.ss_hed_sec_mn .et_pb_column_1_4 {
    display: none;
}
	.ss_hed_sec_mn .custom_arrow_style_1{
		display:none;
	}
	.ss_hed_col_flex {
		display: block;
	}
	
    .ss_recent_pod .owl-nav {
               right: 0 ! IMPORTANT;
        left: 0 !IMPORTANT;
        top: auto ! IMPORTANT;
        bottom: -70px;
        margin: auto;
    }
	footer span.mobile_menu_bar {
    display: none;
}
	.foot_ss_d_flex{
		display:flex;
		
	}
	.ss_news_mn_divs div {
    position: relative;
    width: 100%;
}
	
	.ss_news_mn_divs {
	flex-wrap:wrap;
}
	.cat-tab{
		white-space: nowrap;
	}
	
	.cat-tabs::-webkit-scrollbar {
    display: none; 
  }
	  .cat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
	h1.entry-title {   
    font-size: 25px;
    line-height: 1.5em;
}
	
	.single-post .entry-content h3 {
    font-size: 25px;
    line-height: 1.5em;
}
	.cat-posts .mb-4 {
    margin-top: 30px;
}
	
	.single-post .container{
		padding-top:30px !important;
	}
	.ss_blg_dived_div {
    padding: 15px 0 0;
    margin: 25px 0px 0;
}
	.single-post .entry-content h3{
		padding-bottom:8px;
	}
	.custom-post-item {
		display: block;
	}
	.custom-post-image img {
		width: 100%;
	}
	.ss_side_recent_box h2{
		line-height:1.4em;
	}
	
	ul.blog-category-names li {
    background: #F4F4F4;
    text-align: center;
    padding: 3px 8px;
    color: #000;
    font-weight: 400;
    font-size: 11px;
    border-radius: 5px;
}
	
	.ss_recent_pod .owl-carousel .owl-stage{
		padding-top:0 !important;
	}
	
	.ss_gaurav_col_sec .et_pb_button_module_wrapper {
    display: block;
    margin-right: 0px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){}
@media only screen and (min-width: 1024px) and (max-width: 1300px){}

@media (max-width: 980px) {
    footer .et_pb_menu .et_pb_menu__menu {
        display: block;
    }
}

@media (max-width: 980px) {
    footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        justify-content: start;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*,.row-cols-auto>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*,.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.3333333333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*,.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-auto,.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.3333333333%
}

.col-1,.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-3,.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-5,.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-7,.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-9,.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-11,.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        width: auto
    }

    .row-cols-sm-1>*,.row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>* {
        width: 50%
    }

    .row-cols-sm-2>*,.row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .row-cols-sm-4>*,.row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5>* {
        width: 20%
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-auto,.row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-1,.col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3,.col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-5,.col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-7,.col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9,.col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-11,.col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        width: auto
    }

    .row-cols-md-1>*,.row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>* {
        width: 50%
    }

    .row-cols-md-2>*,.row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .row-cols-md-4>*,.row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-auto,.row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-1,.col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3,.col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-5,.col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-7,.col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9,.col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-11,.col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        width: auto
    }

    .row-cols-lg-1>*,.row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>* {
        width: 50%
    }

    .row-cols-lg-2>*,.row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .row-cols-lg-4>*,.row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-auto,.row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-1,.col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3,.col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-5,.col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-7,.col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9,.col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-11,.col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }
}

