@font-face {
  font-family: Fontspring-DEMO-armingrotesk-normal;
  src: url(../fonts/Fontspring-DEMO-armingrotesk-normal.woff);
}

@font-face {
  font-family: Fontspring-DEMO-armingrotesk-thin;
  src: url(../fonts/Fontspring-DEMO-armingrotesk-thin.woff);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff);
}

body{
	background-color:white;
}


.sec2 h2, .sec6 h2, .sec6 h3, .tab-content a, .sec9 h2, .sec11 h2, .sec11, .gfield_label, .gform_description, .sec6 li, .sec6 p, .sec2 p {color:#196265 !important;}



.review-slider {
    display: none;
}

.image-background img {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wp-block-gallery img {
    border-radius: 24%;
}

.nav-soc .textwidget{
	display:flex;
	justify-content:right;
	background-color:#298386;
	padding-right:20px;
}

.nav-soc a{
	text-decoration:none;
	font-family: Roboto-Regular;
}

.nav-soc ul{
	display:flex;
	margin:10px 0px;
	
}

.nav-soc ul li{
	list-style:none;
	padding:0px 10px;
}

.nav span{
	margin-left:unset !important;
}

.nav a{
	color:white;
	font-family: Roboto-Regular;
}

.nav a:hover{
	color:#7BCCC4;
}

.nav i{
	color: #eee;
}

.sub-menu-toggle{
	display:none;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega{
	background-color:#310E1A;
	display:grid;
}

.ubermenu-responsive-toggle .fa{
	position:relative;
	top:-20px;
}

.soc a{
	color: #eee;
}

.soc a:hover{
	color:#7BCCC4;
}

.logo-nav{
	background-color: #76bbb8;
}

.row{
	margin-right:unset;
}

.logo{
	padding:10px 0px 10px 0px;
	text-align:center;
}

.logo img{
	height:200px;
	
}

.logo-nav{
	display:grid;
}

.nav2{
	position:relative;
	display:flex;
	justify-content:right;
	padding-right:40px;
	margin-top:40px;
	font-family: Roboto-Regular;
	z-index:1;
}

.nav2 ul{
	display:flex;
	margin-right:40px;
}

.nav2 ul li{
	list-style:none;
	padding:0px 20px;
}

.nav2 ul li a{
	color:white;
	text-decoration:none;
	font-size:1.2rem;
}

.nav2 ul li a:hover{
	color:#7BCCC4;
}

.nav2 .ubermenu-responsive-default.ubermenu {
	top:-40px;
	z-index:1;
}

.carousel{
	background-color:unset !important;
}

.gstart{
	position:relative;
	z-index:10;
}

.gstart a{
	padding:10px 20px;
	background-color:#298386;
	color:white;
	text-decoration:none;
	border-radius: 10px;
	font-weight:bold;
}

.gstart a:hover{
	background-color:#7BCCC4;
	font-family: Roboto-Regular;
}

.banner{
	position:relative;
	background-color: #9f7181
		;
}

.logo-only img{
	/* height:250px; */
	/* opacity:0.2; */
}

.logo-only{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:1;
	display:none;
}

.banner .col-md-6{
	padding:0px;
}

.banner-img{
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	height:400px;
	border-radius: 30px 0 0 30px;
}

.banner-content{
	position:relative;
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	height:400px;
	font-family: Roboto-Regular;
}

.banner-content:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:inherit;
	opacity:0.7;
}

.bcontent{
	position:absolute;
	content:'';
	top:0;
	left:0;
	display:flex;
	height:100%;
	width:100%;
	justify-content:center;
	align-items:center;
	z-index:1;
	color:white;
}

.bcontent h2{
	font-size:2.5rem;
}

.fixed-nav{
	background-color: #76bbb8;
	display:flex;
	justify-content:center;
	align-items:center;
	height:70px;
	font-family: Roboto-Regular;
	position:relative;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.fixed-nav.active{
	position:fixed;
}

.fixed-nav ul{
	display:flex;
	margin-bottom:unset;
}

.fixed-nav ul li{
	padding:0px 15px;
	list-style:none;
	border-right:2px solid white;
}

.fixed-nav ul li a{
	text-decoration:none;
	color:white;
	font-size:1.2rem;
}

.fixed-nav ul li a:hover{
	color:#298386;
	text-decoration: underline;
}

.cprogram{
	padding:0px 20px;
}

.cprogram a{
	padding:10px 15px;
	background-color: #298386;
	color:white;
	text-decoration:none;
	font-weight:bold;
	border-radius:10px;
}

.cprogram a:hover{
	background-color:#7BCCC4;
}

.sec2{
	position:relative;
	padding-top:70px;
	font-family: Roboto-Regular;
}

.intro-content{
	padding:0px 0px 50px 70px;
}

.intro-content p{
	padding:15px 0px 30px 0px;
	font-size:1.1rem !important;
}

.c-portal a{
	padding:10px 20px;
	color:white;
	background-color: #298386;
	border-radius:10px;
	text-decoration:none;
	font-weight:bold;
}

.c-portal a:hover{
	background-color:#7BCCC4;
}

.intro-image{
	background-color: #298386;
	margin-right:150px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.image-background{
	background-color: #9f7181;
	margin-left:10px;
	height:100%;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.image{
	padding:20px 20px 0px 20px;
	text-align:center;
	
}

.image img{
	height:270px;
	object-fit: contain;
	border-radius: 10px;
}

.intro-image .title{
	padding:0px 40px;
	text-align:center;
}

.intro-image .title h5{
	color:white;
}

.contact-program{
	text-align:center;
	padding:100px 0px;
}

.contact-program a{
	padding:15px 50px;
	color:white;
	background-color: #298386;
	border-radius:10px;
	text-decoration:none;
	font-weight:bold;
}

.contact-program a:hover{
	background-color:#7BCCC4;
}

.sec3{
	position:relative;
	padding-bottom:100px;
	font-family: Roboto-Regular;
}

.sec3-bg{
	background-color: #76bbb8;
	border-radius:30px;
}

.sec3-img{
	text-align:center;
	padding-top:20px;
}

.sec3-img-bigger{
	position:relative;
	text-align:center;
	padding-top:20px;
}

.sec3-img img{
	height:250px;
	border-radius:20px;
	object-fit:contain;
}

.sec3-img-bigger img{
	position:absolute;
	top:-25px;
	left:-20px;
	height:302px;
	border-radius:20px;
	object-fit:contain;
}

.sec3-content{
	padding:50px 30px 100px 30px;
	text-align:center;
}

.sec3-content p{
	padding:10px 0px;
}

.sec3-content-bigger{
	padding:300px 30px 100px 30px;
	text-align:center;
}

.sec3-content-bigger p{
	padding:10px 0px;
}

.sec4{
	padding-bottom:200px;
	font-family: Roboto-Regular;
}

.sec4-content{
	display:flex;
}

.sec4-img{
	background-color: #298386;
	height:320px;
	margin-left:5%;
	width:30%;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.sec4-img .image{
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	height:100%;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left:10px;
}

.sec4-title-content{
	position:relative;
	top:30px;
	background-color: #76bbb8;
	height:250px;
	width:60%;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding:30px 20px 0px 20px;
	color:white;
}

.sec5{
	position:relative;
	background-color:#9f7181;
	padding:99px 0px;
	font-family: Roboto-Regular;
}

.curves-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.curves-top svg {
    position: relative;
    display: block;
    width: calc(141% + 1.3px);
    height: 42px;
}

.curves-top .shape-fill {
    fill: #FFFFFF;
}

.curves-down {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.curves-down svg {
    position: relative;
    display: block;
    width: calc(189% + 1.3px);
    height: 45px;
    transform: rotateY(180deg);
}

.curves-down .shape-fill {
    fill: #FFFFFF;
}

.sec5-content{
	position:relative;
	z-index:1;
}

.benefits{
	margin:0px 150px;
	color:white;
	padding:50px 0px 100px 0px;
}

.benefits ul{
	padding-top:5px;
}

.benefits ul li{
	font-size:1.1rem;
}

.benefits h4{
	position:relative;
	top:-10px;
}


.sec6{
	position:relative;
	z-index:1;
	font-family: Roboto-Regular;
	margin-top:50px;
}

.sec6 .row{
	padding-bottom:50px;
}


.sec7 h2, .sec7 p {
    color: #fff;
}
th {
    border: 1px solid;
}


.slick-innerbg{
	position:relative;
	background-color: #298386;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left:100px;
	top:60px;
}

.slick-bg{
	background-color: #9f7181;
	margin-left:10px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	width: 522px;
}

.bottom-box .fa-arrow-alt-circle-left{
	position:absolute;
	top: -120px;
	font-size:2rem;
	color:white;
}

.bottom-box .fa-arrow-alt-circle-left:hover{
	color:#DC7926;
}

.bottom-box .fa-arrow-alt-circle-right{
	position:absolute;
	top: -120px;
	right:0px;
	font-size:2rem;
	color:white;
}

.bottom-box .fa-arrow-alt-circle-right:hover{
	color:#DC7926;
}

.slick-bg .upper-box .item{
	height:250px;
}

.slick-bg .upper-box .item:hover{
	background-color:black;
}

.slick-bg .bottom-box .item{
	height:110px;
	padding: 10px;
}

.slick-bg .upper-box .item .itemcont,
.slick-bg .bottom-box .item .itemcont{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.bottom-box{
	padding-top:10px;
}

.sec6-content{
	margin:20px 150px 0px 0px;
}

.sec6-content h2{
	padding-bottom:10px;
}

.what-to-know{
	margin-top:50px;
}

.viop {
    width: 80%;
    margin: -5% 10% 10%;
    padding: 20px;
    background: #eee;
    border-radius: 5px;
}

.nav-tabs{
	justify-content:center;
	border-bottom:unset;
}

.nav-item{
	padding:0px 5px;
	color:white;
}

.nav-link{
	padding:15px 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #298386;
	color:white;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link{
	background-color:#CCCCCC;
	color:white;
	font-size:1.2rem;
	width:300px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	background-color: #7BCCC4;
}

.tab-content .row{
	padding-bottom: unset;
    border-bottom: unset;
}

.tab-content {
    width: 918px;
    margin-left: 190px;
	border:2px solid gray;
	padding:30px;
}

.tab-content a{
	color:black;
	text-decoration:none;
}

.tab-content a:hover{
	color:#DC7926;
}

.buttons{
	display:flex;
	justify-content:center;
}

.all_buttons{
	padding:0px 10px;
}

.all_buttons button{
	padding:15px 0px;
	width:320px;
	border-radius
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:white;
	text-shadow: 2px 2px 2px black;
	font-size:1.5rem;
	border:unset;
}

.all_buttons button:hover{
	background-color:#DC7926;
}

.buttons-content{
	padding-top:100px 0px 100px 0px;
}

.sec7{
	background-color: #9f7181;
	position:relative;
	padding:50px 0px;
	z-index:5;
	font-family: Roboto-Regular;
}

.sec7-curve-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.sec7-curve-top svg {
    position: relative;
    display: block;
    width: calc(141% + 1.3px);
    height: 42px;
}

.sec7-curve-top .shape-fill {
    fill: #FFFFFF;
}

.sec7-content{
	padding-top:150px;
}

.sec7-content .container{
	width:80%;
}

.readmore{
	padding:50px 0px;
}

.readmore a{
	padding:10px 30px;
	background-color: #298386;
	color:white;
	text-decoration:none;
	border-radius:10px;
	font-weight:bold;
}

.readmore a:hover{
	background-color:#7BCCC4;
}

.sec7-image{
	background-color:white;
	width:440px;
	border-radius:10px;
	padding:10px;
}

.sec7-image .img{
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	height:300px
}

.sec8{
	position:relative;
	padding:150px 0px;
	background-color: #fefefe;
	
	
	
	display:none; 
}

.sec8 .container{
	width:80%;
}

.all_box{
	height:270px;
	margin-bottom:20px;
}

.box{
	background-color: #eee;
	height:100%;
	padding:30px;
}

.box i{
	height:50px;
	width:50px;
	color: #505e7c;
}

.all_box a{
	color:#DC7926;
	text-decoration:none;
}

.box p{
	color:#54534A !important;
	font-family: Roboto-Regular;
}

.all_box a:hover{
	color:#54534A;
}

.all_box h2{
	padding-left:40px;
	font-size:4rem;
	text-transform:uppercase;
	font-family: Fontspring-DEMO-armingrotesk-thin;
	color: #505e7c;
}

.box h5{
	padding-top:15px;
	text-transform: uppercase;
	font-family: Fontspring-DEMO-armingrotesk-normal;
	font-size:1rem;
	color: #505e7c;
}

.explore-more{
	height:100%;
	border:5px solid white;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}

.explore-more a{
	color:white;
	text-transform:uppercase;
	padding:10px;
	background-color: #298386;
	width:200px;
	font-family: Fontspring-DEMO-armingrotesk-normal;
	border-radius: 12px;
}

.sec8-down-curves{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.sec8-down-curves svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 27px;
}

.sec8-down-curves {
    fill: #FFFFFF;
}

.sec9{
	font-family: Roboto-Regular;
	padding-bottom: 200px;
	position:relative;
}

.review-title{
	margin-top:100px;
	text-align:center;
}

.review-slider h3{
	margin:60px 100px 20px 100px;
	border-bottom:2px solid black;
	padding-bottom:50px;
	font-size:2rem;
	font-weight:bold;
}

.review-slider .carousel-inner{
	text-align:center;
}

.review-slider .carousel-item{
	padding:0px 200px;
	height:100px;
}
.review-slider .carousel{
	padding-top:50px;
}

.review-slider .carousel-indicators{
	margin-top:100px;
}

.review-slider .carousel-control-prev-icon{
	background-image:url(../images/previous.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.review-slider .carousel-control-next-icon{
	background-image:url(../images/next.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.carousel-indicators [data-bs-target]{
	border-top: 10px solid black !important;
}

.review-slider .carousel-indicators {
    top: 80px;
}

.faq{
	margin-top:200px;
}

.faq .faq-content{
	text-align:center;
	margin-bottom:30px;
}

.faq .accordion-item{
	margin:10px 100px;
	border:unset;
}

.faq .accordion-item .accordion-button{
	background-color: #298386;
	color:white;
	border-radius:50px;
	border:unset;
}

.faq .accordion-item .accordion-button:hover{
	background-color:#7bccc4;
}

.faq .accordion-body {
	border-radius:20px;
    background-color: #FEFBEC;
	margin-top: 5px;
}

.faq .accordion-item h5{
	padding-left:15px;
}

.faq .accordion-button::after{
	display:none;
}

.faq .accordion-button:not(.collapsed)::before {
    content: '-';
	padding-left:20px;
}
.faq .accordion-button::before {
	content: '+';
	padding-left:20px;
}

.accordion-item:last-of-type .accordion-button.collapsed{
	border-radius:50px !important;
}

.sec10{
	background-color:#9f7181;
	position:relative;
	padding-bottom:100px;
}

.sec10-curve-top{
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.sec10-curve-top svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 35px;
}

.sec10-curve-top .shape-fill {
    fill: #FFFFFF;
}

.sec10-curve-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.sec10-curve-bottom svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 35px;
}

.sec10-curve-bottom .shape-fill {
    fill: #FFFFFF;
}

.content-contact{
	padding:100px 0px 0px 100px;
	color:white;
}

.contact-button{
	padding:50px 0px 0px 0px;
}

.contact-button a{
	padding:15px 30px;
	background-color: #298386;
	color:white;
	text-decoration:none;
	border-radius:20px;
	font-size:1.1rem;
}

.contact-button a:hover{
	background-color:#7BCCC4;
}

.sec10_box{
	position:relative;
	background-color: #298386;
	height:360px;
	z-index:1;
	top:150px;
	margin-right:150px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-size: cover !important;
}

.sec10_box .box_img{
	background-image:url(../images/family.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover !important;
	height:360px;
	margin-left:10px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.sec11{
	position:relative;
	padding-bottom:100px;
}

.sec11 .container{
	width:75%;
}

.sec11_box{
	background-color: #298386;
	height:360px;
	margin-top:100px;
	margin-right:50px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.sec11_box .box_img{
	background-image:url(../images/family2.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	height:360px;
	margin-left:10px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.sec11_content{
	margin-top:80px;
}

.sec11_content h2{
	padding-bottom:20px;
}

.footer{
	position:relative;
	background-color: #76bbb8;
	color:white;
	font-family: Roboto-Regular;
}

.footer a{
	color:white;
}

.footer .container{
	width:80%;
}

.footer-curves {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.footer-curves svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 71px;
}

.footer-curves .shape-fill {
    fill: #FFFFFF;
}

.footer h2{
	padding-top:100px;
}

.footer ul:first-child{
	padding-left:0px;
}

.footer ul li{
	list-style:none;
}

.footer_contact ul{
	padding-left:0px;
}

.footer-logo{
	text-align:center;
}

.footer-logo img{
	height:150px;
}

.cright{
	padding-left:50px;
}

.nuzu{
	text-align:right;
	padding-right:50px
}

.selection-viop .tab-content .tab-pane .tab-inner-btn{
	display:none;
}

@media (max-width: 767.98px) {

	.what-to-know center{
		overflow-x: auto;
	}

	.order-last{
		order:unset !important;
	}
	
	.row{
		margin-left:unset;
	}
	
	.logo {
        text-align: center;
        padding: 10px 0px;
    }

	.logo img{
		max-width: 100%;
		height: auto;
	}

	.banner-content{
		height: 250px;
	}
	
	.nav{
		font-size: 12px !important;
		justify-content:center;
	}
	
	.selection-viop .tab-content .tab-pane{
		display:block;
		opacity:1;
	}
	
	.selection-viop .tab-pane{
		padding-bottom:5px;
	}
	
	.selection-viop .tab-content .tab-pane .tab-inner-btn{
		display:block;
	}
	
	.selection-viop .tab-content .tab-pane.active .tab-inner-btn button{
		background-color:#507c6e;
		border-radius:unset;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.selection-viop .tab-content .tab-pane .subcont{
		display:none;
	}
	
	.selection-viop .tab-content .tab-pane.active .subcont{
		display:block;
		border:2px solid gray;
		padding:20px;
	}
	
	.selection-viop .nav.nav-tabs{
		display:none;
	}
	
	.tab-content .tab-inner-btn button{
		background-color:#CCCCCC;
		border:unset;
		padding: 10px 0px;
		width: 100%;
		border-radius:10px;
		color:white;
		font-size:1.2rem;
	}
	
	.tab-content .tab-inner-btn button:hover{
		background-color:#DC7926;
	}
	
	.nav2{
		display:unset;
		margin-top:unset;
		justify-content: unset;
		padding-right: unset;
	}
	
	.gstart{
		position:absolute;
		top: 10px;
		right:0;
	}
	
	.nav2 .fa-bars:before{
		color:white;
	}
	
	.nav2 button{
		color:white;
	}
	
	.nav-soc .textwidget{
		flex-direction: column-reverse;
		padding-right:0px;
	}
	
	.nav-soc ul {
		padding-left:0px;
	}
	
	.nav-soc .nav ul li{
		font-size:0.8rem;
		padding: 0px 15px !important;
	}
	
	.nav-soc .soc{
		justify-content: center;
		display: flex;
	}
	
	.bcontent {
		padding: 0px 20px 0px 30px;
	}
	
	.bcontent h2 {
		font-size: 2.2rem;
	}
	
	.fixed-nav{
		height:unset;
		flex-wrap: wrap;
	}
	
	
	.fixed-nav ul{
		padding-left:0px;
	}
	
	.fixed-nav ul li{
		padding: 10px 15px;
	}
	
	.fixed-nav ul li a{
		font-size:12px;
	}
	
	.cprogram{
		margin-top:15px;
		margin-bottom:20px;
	}
	
	.sec2{
		padding-top:20px;
	}
	
	.intro-content{
		padding: 0px 0px 50px 10px;
	}
	
	.c-portal{
		text-align:center;
	}
	
	.intro-image{
		margin-right:unset;
	}
	
	.contact-program{
		padding: 50px 0px;
	}
	
	.sec3-img img {
		height: 220px;
	}
	
	.sec3-content {
		padding: 20px 0px;
	}
	
	.sec3-img-bigger img {
		position: unset;
		top: unset;
		left: unset;
		height: 220px;
	}
	
	.sec3-content-bigger {
		padding: 30px 0px 0px 0px;
		text-align: center;
	}
	
	.sec4{
		padding-bottom:50px;
	}
	
	.sec4-content{
		display:unset;
	}
	
	.sec4-img {
		background-color: #507c6e;
		height: 320px;
		margin-left: unset;
		width: unset;
	}
	
	.sec4-title-content {
		top: unset;
		height: unset;
		width: unset;
		-webkit-border-top-right-radius: unset;
		-webkit-border-bottom-right-radius: unset;
		-moz-border-radius-topright: unset;
		-moz-border-radius-bottomright: unset;
		border-top-right-radius: unset;
		border-bottom-right-radius: unset;
		padding: 30px 20px 20px 20px;
	}
	
	.benefits {
		margin: unset;
		padding: unset;
	}
	
	.slick-innerbg {
		margin-left: unset;
		top: unset;
	}
	
	.sec5 {
		padding:70px 0px;
	}
	
	.sec5-content{
		padding-left:30px;
	}
	
	.sec6{
		padding-top:20px;
	}
	
	.sec6-content{
		margin:unset;
		padding: 10px;
	}
	
	.sec6 .row{
		margin-left:0px;
		border-bottom: unset;
		padding-bottom:0px;
	}
	
	.sec6 .slick-bg{
		width: auto;
	}
	
	.sec6 .slick-bg .bottom-box .item{
		width:110px;
	}
	
	.tab-content {
		width: unset;
		margin: 0px;
		border: unset;
		padding:unset;
	}
	
	.what-to-know{
		margin-top: 30px;
	}
	
	.viop {
		width: unset;
		margin-left: unset;
		padding: 20px 20px 40px 20px;
	}
	
	.sec7-content {
		padding-top: 20px;
	}
	
	.sec7-content .container{
		width:unset;
	}
	
	.sec7-image {
		width:unset;
	}
	
	.sec7-image img{
		height: 235px;
	}
	
	.readmore{
		text-align:center;
	}
	
	.sec8{
		padding: 50px 0px 0px 0px;
	}
	
	.review-slider h3{
		margin: 60px 0px 20px 0px;
		text-align:center;
	}
	
	.review-slider .carousel-item {
		padding: unset;
		height: 150px;
	}
	
	.review-slider .carousel-control-prev-icon{
		position: relative;
		left: -20px;
	}
	
	.review-slider .carousel-control-next-icon{
		position: relative;
		right: -20px;
	}
	
	.faq {
		margin-top:50px;
	}
	
	.faq .accordion-item{
		margin:10px 0px;
	}
	
	.faq .accordion-item h5{
		font-size:1rem;
		height: 20px;
	}
	
	.sec9 {
		padding-bottom: 50px;
	}
	
	.content-contact {
		padding: 100px 0px 50px 10px;
	}
	
	.sec10_box {
		top: unset;
		margin-right: unset;
		height:unset;
	}
	
	.contact-button {
		text-align: center;
	}
	
	.sec11 .container{
		width:unset;
	}
	
	.sec11_box {
		height: unset;
		margin-top: unset;
		margin-right: unset;
	}
	
	.to_center{
		padding-top:50px;
	}
	
	.sec11_content {
		margin-top: 50px;
	}
	
	.sec11 {
		padding-bottom: 55px;
	}
	
	.footer-logo img {
		height: 79px;
	}
	
	.cright {
		padding-left: unset;
		text-align: center;
		margin-top: 50px;
	}
	
	.nuzu {
		text-align: center;
		padding-right: unset;
	}
	
	.image img{
		height: 190px;
	}
	
	.footer p, li{
		font-size:unset !important
	}
	
}