body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}


h1 .rs, h2 .rs{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
h1, h2, h3, h4 {
	font-weight: 300;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 54px;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}
h2{
	margin-bottom: 50px;
}
.bg-light{
	background: #F7FDFF !important;
}
.bg-dark{
	background: #1F5773 !important;
}

.container {
   max-width: 1170px;
    padding: 0px;
}

/*header CSS*/

header{
	background: #fff;
	    border-bottom: 1px solid #e5e5e5;
}
header .navbar{
	padding: 0px;
	height: auto;
}
.navbar-brand{
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-brand img{
	width: 155px;
}

.topbar-heading-sweatlodge {
    margin: 7px 0px;
}

nav.navbar.navbar-expand-md.fixed-top {
    background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
}

/*header CSS end*/

/*section.space-top-allpages {
    margin-top: 100px;
}
*/
section{
	padding: 80px 0px;
}
.top-sec{
	padding-top: 80px;
}
.top-sec .image-panel img{
	max-width: 100%;
}
.sub-text{
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7A839E;
    margin-bottom: 40px;
}
.btn{
	    background: #F28316;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 30px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}
.btn:hover{
	background: #e3700f;
	color: #ffffff; 
}
.btn-link{
	padding: 0px;
	background: none;
	color: #216E8B;
	height: auto; 
	font-size: 16px;
}
.btn-link:hover{
	color: #3C98BB;
	background: none;
}
.btn-link i.material-icons{
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.card{
	box-shadow: 0px 10px 10px rgba(126, 118, 249, 0.10);
    border: none;
    margin: 15px 0px;
    text-align: center;
    border: 1px solid #EEEEEE;
        transition: 0.3s all;
}
.card-body{
	padding: 50px 30px;
}
.card .icon{
	width: 80px;
	height: 80px;
	text-align: center;
	display: inline-block;
}
.card .icon img{
	max-width: 100%;
	max-height: 100%;
}
.card-title{
	font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #42495B;
}
.card-text{
	color: #42495B;
}
.card-title.with-icon{
	overflow: hidden;
	display: block;
}

.card:hover {
    box-shadow: 0px 10px 10px rgba(126, 118, 249, 0.3);
}


.benefits-sec {
	padding-bottom: 80px;
}
.benefits-sec .card{
	min-height: 372px;
}
.benefits-sec .card .card-title{
	margin-top: 30px;
	margin-bottom: 5px;
}
.benefits-sec .card .card-text{
	display: inline-block;
    margin-top: 0px;
    width: 100%;
}
.benefits-sec .btn-link{
	position: absolute;
	bottom: 50px;
	left: 30px;
	right: 30px;
}

.contact-sec{
	padding: 0px;
}
.contact-sec .jumbotron{
	padding: 40px 30px;
	text-align: center;
	margin-bottom: -80px;
	position: relative;
	z-index: 1;
}
.contact-sec .jumbotron .title{
	font-size: 28px;
	line-height: 42px;
	color: #fff;
}
.contact-sec .jumbotron .btn{
	margin-top: 40px;
}
footer{
	padding-top: 80px;
	vertical-align: middle;
}
footer .col{
	padding: 80px 15px 40px 15px;
	font-size: 14px;
	color: #666666;
}


/*header-css*/
.main-top-box-header {
	text-align: right;
}
.main-top-box-header .topbar-heading-sweatlodge span {
    color: #42495B;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.topbar-heading-sweatlodge a {
    text-decoration: none;
}

span.info-email-top {
    color: #42495B;
}

.main-top-box-header .topbar-heading-sweatlodge span img {
    width: 20px;
    margin-right: 10px;
        margin-top: -2px;
}

span.info-email-top {
    margin-right: 30px;
}


.main-top-box-header div#collapsibleNavbar {
    text-align: right;
    float: right;
}

#header-sweatlodge .navbar-expand-md .navbar-nav li a.nav-link {
    color: #7A839E;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    line-height: 16px;
}

.top-sec p.sub-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/*header css end*/

/*middle second- sec*/
section.second-bg-sec {
    background-color: #F6F6F6;
}
/* end sec- sec*/

h1.heading-banner-sec {
    font-weight: 600;
    color: #42495B;
    font-size: 40px;
    line-height: 48px;
}

.top-sec .sub-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #7A839E;
}


/*heading- css start*/
.heading-all-sections {
	text-align: center;
}
.heading-all-sections h2 {
	color: #42495B;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}

.heading-all-sections h2 .bold-heading {
	font-weight: 600;
}

.normal-sub-text {
	font-size: 16px;
	color: #7A839E;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
}

#header-sweatlodge .navbar-expand-md .navbar-nav li a.nav-link:hover {
    color: #42495B;
}




/* heading-css end */

a.tage-url-orange {
    color: #EC7511;
}

.col-sm-3.logo-sweatlodge-main {
    padding: 0px;
}

#header-sweatlodge .navbar-expand-md .navbar-nav .active>.nav-link {
        color: #42495B !important;
    border-bottom: 4px solid #ec7511;
}

section.second-bg-sec p.sub-text.normal-sub-text {
    margin-bottom: 0px;
    margin-top: 35px;
}

.know-more-link {
    margin-top: 40px;
}

.know-more-link a {
    color: #f28316;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.know-more-link a:hover {
	color:#e3700f; 
}


.know-more-link a span {
    margin-left: 15px;
}

.know-more-link a:hover {
	text-decoration: none;
}
/*testimonials*/
.SL-testimonials {
	background-color: #F5F5F5;
}

.heading-testimonials h3 {
	    font-size: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 0px;
    line-height: 46px;
}


.SL-testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #D4420A;
    width: 14px;
    height: 14px;
}

.SL-testimonials .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border:1px solid #D4420A;
}


.SL-testimonials .owl-stage-outer {
    /*max-width: 670px;*/
   /* margin: 0px auto;*/
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(126, 118, 249, 0.10);
        margin-top: 50px;
}

.SL-testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.SL-testimonials button:focus {
    outline: 1px dotted;
    outline: none;
}
/*end SL- testimonials*/



#footer-sweatlodge {
	background-image: url(../sl-img/footer-img.svg);
	    background-color: #F5F5F5;
	    background-repeat: no-repeat;
	    background-size: cover;
	        padding-top: 0px;
}

.footer-form-sec {
       box-shadow: 0px 10px 20px rgba(126, 118, 249, 0.10);
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 4px;
}

#footer-sweatlodge .form-boxes {
	    font-family: 'Poppins', sans-serif;
}

.footer-left-heading {
    margin-top: 150px;
}

.footer-left-heading h1 {
        font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffff;
    font-size: 40px;
    margin-bottom: 55px;}

.footer-left-heading p {
        color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px;
}

.footer-left-heading p a {
    color: #fff;
    transition: 0.3s all;
}

.footer-left-heading p a:hover {
	text-decoration: none;
	opacity: 0.9;
}


.footer-left-heading p span {
     
    margin-right: 20px;
    width: 32px;
    text-align: center;
    float: left;
}



.footer-form-sec h3 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #42495B;
}

span.clr-orange {
    color: #f28316;
    font-weight: 600;
}

.footer-form-sec p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #7A839E;
    margin-bottom: 30px;
}

 .form-boxes .form-group input.form-control {
    border: 0px none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    color: #999999;
}

 .form-boxes .form-group select.form-control {
    border: 0px none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    color: #999999;
}


 .form-boxes .form-group {
    margin-bottom: 30px;
}

 .form-boxes .form-group textarea.form-control {
    border: 0px none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    color: #999999;
    resize: none;
}

.copyright-sweetlodge {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.right-footer-icons span {
    margin-right: 40px;
}
.right-footer-icons span:last-child {
    margin-right: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #aa66c6 !important;
}

h5.heading-services-nedded {
    font-size: 16px;
    font-weight: bold;
    color: #7a839e;
}

.form-boxes .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f28316;
}
.form-boxes .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-boxes .custom-control.custom-checkbox.mr-sm-2 {
    margin: 3px 0px;
}

.form-boxes .custom-control-label {
    margin-bottom: 0;
    color: #495057;
}

.row.mr-btm20px {
    margin-bottom: 20px;
}

.whoweare-img {
    display: flex;
    justify-content: center;
    margin-top: -76px;
    margin-left: 12px;
}

.whoweare-img a.btn {
    padding: 0px 28px;
}

.whoweare-img a.btn span img {
    margin-left: 8px;
}


li.service-dropdown .dropdown-menu {
    position: absolute;
    top: 97%;
    left: -35px;
}
li.service-dropdown .dropdown-item:focus, .dropdown-item:hover {
       color: #fff !important;
    text-decoration: none;
    background-color: #ec7511;
}


li.service-dropdown .dropdown-item {
    padding: 15px 30px;
    border-bottom: 1px solid #f1ecec;
    color: #7A839E;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

li.service-dropdown .dropdown-item:last-child {
    border-bottom: 0px none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(126, 118, 249, 0.10);
    padding: 0px;
    border-radius: 0px 0px 4px 4px;
}

.dropdown-menu.after-before-service:before {
    content: "";
    position: absolute;
    width: 17px;
    left: 0px;
    top: -9px;
    right: 0px;
    margin: 0px auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ec7511;
}


/*about us page*/


.dard-gray-bg {
	    background-color: #F6F6F6;
}

.heading-aboutus-contans {
    text-align: center;
}

.heading-aboutus-contans h4 {
	    margin-bottom: 0px;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.eadership-cart {
    text-align: center;
}

.img-round-main {
    width: 150px;
    margin: 0px auto;
    border-radius: 50%;
}

.img-round-main img.img-fluid {
        border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 1px solid #e3e3e3;
}

.eadership-cart h3 {
       margin: 15px 0px 10px 0px;
    color: #42495B;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
}

.eadership-cart h3:hover {
	 opacity: 0.8;
}

.eadership-cart h5 {
    font-size: 16px;
    font-weight: 500;
        font-family: 'Poppins', sans-serif;
}

.img-round-main img.img-fluid {
        border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 1px solid #d2d2d2;
    padding: 2px;
        background-color: #fff;
}

.eadership-cart p {
    font-size: 12px;
}

.footer-inner-pages {
        background-color: #42495b !important;
    background-image: none !important;
}

.footer-inner-pages .col {
    padding-top: 20px;
    padding-bottom: 20px;
}

.heading-aboutus-contans {
    padding: 20px 0px 10px 0px;
    opacity: 0.8;
    transition: 0.3s all;
        border: 1px solid #f6f6f6;
}
.heading-aboutus-contans:hover {
    background-color: #f6f6f6;
    border-radius: 4px;
}

.heading-aboutus-contans p {
        margin: 15px 0px 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
}

h5.hd-small-title {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #42495B;
    margin-bottom: 20px;
    opacity: 0.8;
        text-transform: uppercase;
}
/* end about us page*/


.col-5 .extra-static-top { flex-grow: 1; }


.mr-top50px {
	margin-top: 50px;
}

.footer-form-sec.sticky-top {
    top: 50px;
}



section.dard-gray-bg.about-box-conatnt-bg {
    background-image: url(..//sl-img/abouus-work.jpg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.about-boxspace-prograph {
    padding-left: 60px;
}

.about-boxspace-prograph h5 {
   
        font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #42495B;
    margin-bottom: 20px;
    opacity: 0.8;
    text-transform: uppercase;
}

.about-boxspace-prograph h1.heading-banner-sec {
    margin-bottom: 30px;
}

.about-boxspace-prograph .sub-text {
    font-size: 16px;
    line-height: 28px;
}

.about-boxspace-prograph .heading-aboutus-contans p {
    font-size: 18px;
    line-height: initial;
}

section.streap-section-bg {
    background-color: #f28316;
    padding: 0px;
    margin-bottom: 180px;
}

.footer-form-sec.footer-form-sec-facilication {
    box-shadow: 0px 10px 20px rgba(126, 118, 249, 0.10);
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: -100px;
    margin-bottom: -100px;
}


.imgfaci-box {
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    float: left;
}

.imgfaci-box img.img {
    margin-top: 13px;
}

.main-heading-facilicaing-box h3 {
    margin-bottom: 20px;
    font-weight: 500;
}



.streap-section-favilation {
    margin-top: 60px;
}

section.space-facilation-text {
    padding: 0px 0px 180px 0px;
}

/*section.benefits-sec {
    margin-top: 100px;
}*/


.streap-section-favilation h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 50px;
}

a.btn.btn-white-bg {
    background-color: #fff;
    color: #f28316;
}


.main-heading-facilicaing-box {
       padding: 30px 30px;
    box-shadow: 0px 10px 10px rgba(126, 118, 249, 0.10);
    margin: 15px 0px;
    border: 1px solid #EEEEEE;
    transition: 0.3s all;
    height: 266px;
}

.main-heading-facilicaing-box h3 {
        font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #42495B;
}

span.icons-facilications-top {
    margin-right: 20px;
}
.main-heading-facilicaing-box p {
    font-size: 16px;
    color: #42495B;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}


section.sweatlodge-top-contant.Facilitation-bg-gradiunt .heading-all-sections p.sub-text {
    margin-bottom: 0px;
}


.col.box-industry-1 .heading-aboutus-contans:hover {
    background-color: #869640;
}
.col.box-industry-2 .heading-aboutus-contans:hover {
    background-color: #0a87ed;
}
.col.box-industry-3 .heading-aboutus-contans:hover {
    background-color: #a0d887;
}
.col.box-industry-4 .heading-aboutus-contans:hover {
    background-color: #869640;
}
.col.box-industry-5 .heading-aboutus-contans:hover {
    background-color: #e8748d;
}
.col.box-industry-6 .heading-aboutus-contans:hover {
    background-color: #a0d887;
}
.col.box-industry-7 .heading-aboutus-contans:hover {
    background-color: #aa66c6;
}


.svg-icons-about {
    width: 60px;
    height: 60px;
    margin: 0px auto;
}


.heading-aboutus-contans svg {
	width: 70px;
  height: 70px;
}

.heading-aboutus-contans:hover svg.c-icon__svg {
    fill: #fff;
}
.heading-aboutus-contans:hover svg.c-icon__svg {
    fill: #fff;
}

.sweatlodge-top-contant .heading-aboutus-contans:hover p {
    color: #fff;
}


.arrow-about-white svg {
    width: 25px;
    height: 30px;
}

/*.col.box-industry-1 .heading-aboutus-contans:hover .arrow-about-white svg {
    fill: #fff;
}
.col.box-industry-1 .heading-aboutus-contans:hover svg.arrowwhite-icons {
    fill: #fff;
}*/


/*=========================================*/
.main-header.sticky-header {
   /* position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    padding: 0px 0;
    background-color: #fff;
    z-index: 99;
}

section.top-sec.space-top-allpages {
    padding-top: 180px;
}
section.sweatlodge-top-contant.space-top-allpages {
    padding-top: 180px;
}

.main-header .navbar-brand img.img-fluid {
transition: all 0.3s;
} 

.main-header.sticky-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header.sticky-header .navbar-brand img.img-fluid {
    max-width: 110px;
}

.main-header.sticky-header .topbar-heading-sweatlodge {
	display: none;
}


.box-contactpage {
    padding: 15px 20px;
    box-shadow: 0px 10px 10px rgba(126, 118, 249, 0.10);
    margin: 15px 0px;
    border: 1px solid #EEEEEE;
    transition: 0.3s all;
    background-color: #0a87ed;
    border-radius: 4px;
}

.box-contactpage p {
    color: #fff;
    margin-bottom: 0px;
}

.box-contactpage p a {
    color: #fff;
    font-size: 18px;
    
}

.box-contactpage.box-contactpage2 {
    background-color: #aa66c6;
}

.box-contactpage.box-contactpage3 {
    background-color: #a0d887;
}

section.contactus-pageform .footer-left-heading {
    margin-top: 0px;
}

.box-contactpage.box-contactpage3 p span {
    margin-top: 16px;
}

section.contactus-pageform .footer-form-sec.footer-form-sec-facilication {
    margin-top: 15px;
    margin-bottom: 0px;
}




section.footer-c-icons-innerpages {
    padding-top: 0px;
}

.inner-pages-footeriocns {
    padding: 30px 30px;
    /* box-shadow: 0px 10px 10px rgba(126, 118, 249, 0.10); */
    margin: 15px 0px;
    border: 1px solid #EEEEEE;
    transition: 0.3s all;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
        min-height: 142px;
}

.inner-pages-footeriocns:hover {
    background-color: #fff;
}

.inner-pages-footeriocns h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #42495B;
}


.img-icons-footer span img {
    margin-right: 10px;
    width: 40px;
}

.inner-pages-footeriocns p {
    font-size: 16px;
    color: #42495B;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
        margin-bottom: 0px;
    }


.inner-pages-footeriocns span {
    float: left;
}

.inner-pages-footeriocns span img {
    /*width: 40px;*/
    margin-right: 20px;
}

.heading-aboutus-contans:hover svg.c-icon__svg .path-hovercolor {
    fill: #fff !important;
}

.main-heading-facilicaing-box p a {
    color: #ec7511;
    font-weight: 700;
}

/*=========================================*/


/*who-we-are-new*/
section.dark-gray-bg {
    background-color: #F6F6F6;
}

.img-who-weare-main {
    text-align: center;
}
.img-who-weare-main a.btn {
    margin-top: -130px;
}

.img-who-weare-main a.btn span img {
    margin-left: 15px;
}

p.who-we-are-text {
    font-size: 16px;
    color: #7A839E;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    margin-top: 30px;
}


.government_main-title {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0px;
    box-shadow: 0px 10px 20px rgba(126, 118, 249, 0.10);
}

.img-icons-says {
         width: 100px;
    margin: 0px auto;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 0px;
    margin-top: -67px;
    background-color: #fff;
}

.img-icons-says img {
    width: 100%;
}

.government_main-title:before {
        content: "";
    position: absolute;
    width: 30px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
}

.government_main-title h5 {
    color: #42495B;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* Communities Page */
.Communities-main .main-heading-facilicaing-box {
    height: 330px;
}

/**24-1-2020**/

.heading-all-sections-left {
	text-align: left;
}

.heading-all-sections-left h2 {
	color: #42495B;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}

.heading-all-sections-left h2 .bold-heading {
	font-weight: 600;
}