@charset "utf-8";

/* CSS Document */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
  
  @font-face {
	font-family: 'TTLakesNeueCond-BoldIt';
	src: url('../fonts/TTLakesNeueCond-BoldIt.eot');
	src: local('☺'), url('../fonts/TTLakesNeueCond-BoldIt.woff') format('woff'), url('../fonts/TTLakesNeueCond-BoldIt.ttf') format('truetype'), url('../fonts/TTLakesNeueCond-BoldIt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTLakesNeueCond-BlackIt';
	src: url('../fonts/TTLakesNeueCond-BlackIt.eot');
	src: local('☺'), url('../fonts/TTLakesNeueCond-BlackIt.woff') format('woff'), url('../fonts/TTLakesNeueCond-BlackIt.ttf') format('truetype'), url('../fonts/TTLakesNeueCond-BlackIt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTLakesNeueCond-Black';
	src: url('../fonts/TTLakesNeueCond-Black.eot');
	src: local('☺'), url('../fonts/TTLakesNeueCond-Black.woff') format('woff'), url('../fonts/TTLakesNeueCond-Black.ttf') format('truetype'), url('../fonts/TTLakesNeueCond-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}


p {
	font-family: 'Poppins', sans-serif; color:171717;
}

body {
	margin: 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color:171717;
	line-height: normal;
	overflow-x: hidden;
}


.container {
	width: 1200px;
}

.mob_header {
    display: none;
}

/*top_header_section*/

.top_header_section {
    display: block;
    position: relative;
    padding: 6px 0 8px;
    background-color: #f54a02;
}

.top_sec {
    display: block;
    margin-top: 5px;
    padding: 0;
}

.top_sec ul {
    margin: 0;
	float: right;
    padding: 0;
}

.top_sec ul li {
    float: left;
    list-style: none;
    margin-right: 15px;
    padding-right: 20px;
    border-right: 1px solid #fff;
	color:#fff;
	font-size:18px;
	font-weight:500;
}

.top_sec ul li a {
    color: #fff;
    font-size: 18px;
	font-weight:500;
}

.top_sec ul li i{
	margin-right:7px;
	color:#000;
}

.top_sec ul li a:hover{ color:#000; }



.ss_sec {
    display: block;
    margin: 0;
    padding: 2px 0 0;
	
}

.ss_sec ul {
    margin: 0;
    padding: 0;
}

.ss_sec ul li {
    float: left;
    list-style: none;
    margin: 0 2px;
}
.ss_sec ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding-top: 5px;
	background:none;
	color:#fff;
}

.ss_sec ul li a:hover{ background:#fff; color:#000; }

/*header_section*/
.header_section {
    background-color: #ffffff;
    padding: 18px 0;
    display: block;
	position: relative;
}
/*.header_section:before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 17%);
    width: 80%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    top: -3px;
    right: 0;
}*/
.logo_sec { margin-top:5px;
   
}
.menu_sec{
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
/*.menu_sec:before{ background:#e6e6eb; content:""; position:absolute; right:0; top:-20px; width:100%; height:1px; }*/
.menu_sec ul{
	margin:0;
	padding:0;
	text-align:right;
}
.menu_sec ul li {
    /*float: left;*/
    list-style: none;
	    margin: 0;
		display:inline-block;
        position: relative;
}
.menu_sec ul li:last-child {
    margin-right: 0;
}
.menu_sec ul li:first-child {
    margin-left: 0;
}
.menu_sec ul li a {
    color: #171717;
    font-size: 17px;
    text-transform: capitalize;
    padding: 10px 12px;
    display: inline-block;
	font-weight:400;
}
.menu_sec > ul > li:last-child a {
    background-color: #01cfc5;
    color: #ffffff;
    border-radius: 30px;
}

.banner_slide_section .carousel-control.left {
    text-shadow: none;
    background: none;
}
.banner_slide_section .carousel-control.right {
    text-shadow: none;
    background: none;
}
.banner_slide_section .carousel-control{
	width: 8%;
}
.banner_slide_section .item img {
    width: 100%;
	min-height:700px;
	object-fit:cover;
}
.banner_slide_section {
    position: relative;
    display: block;
}
.banner_text_block {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
}
/*.banner_text_block h1{
	font-size:35px;
	line-height:50px;
	color:#ffffff;
}*/

.banner_text_block h3{ font-size:60px; color:#fff; font-weight:300; line-height:60px; }

.banner_text_block h2{ color:#f64a02; font-size:60px; font-weight:700; margin:10px 0; }

.banner_text_block h6{ color:#fff; font-size:20px; font-weight:400; max-width:750px; line-height:30px; }

.bannerSlider .owl-theme .owl-dots{ text-align:left; }

.bannerSlider .owl-dots {
    width: 90%;
    position: absolute;
    bottom: 80px;
	max-width:1170px;
	left:0;
	right:0;
	margin:0 auto;
}

.bannerSlider .owl-theme .owl-dots .owl-dot span{ margin:3px; }

.bannerSlider .owl-dots > button > span {
    background: #adadad !important; border:3px solid #adadad; 
}
.bannerSlider .owl-dots > button:hover> span, .bannerSlider .owl-dots > button.active > span {
    background: #fff !important; border:2px solid #f54901; 
}


.banner_text_block h1 strong{
	font-size:35px;
}
.bannerSlider .owl-item > .item.sliderThree > .banner_text_block > h1 > strong {
    color: #e17a26;
}
.bannerSlider .owl-item > .item.sliderThree > .banner_text_block > h1 {
    color: #201e4b;
}
.banner_text_block p{
	font-size:16px;
	margin:15px 0; 
	color:#fff;
	font-weight:400;
	max-width:770px;
}
.banner_text_block a {
    font-size: 16px;
    color: #ffffff;
    background-color: #01cfc5;
    padding: 14px 25px;
    border-radius:5px;
	margin-top:5px;
    display: inline-block;
    text-transform: uppercase;
	margin-right:10px;
	border-radius:40px;
}

.banner_text_block a i{ transition:.5s ease; }

.banner_text_block a:hover{ background:#f54901; color:#fff; }

.banner_text_block a:hover i{ rotate: 90deg; }

.menu_sec ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
	visibility:visible;
}
.menu_sec ul li > ul.sub-menu {
    position: absolute;
    top: 96%;
    left: 10px;
    z-index: 2;
    text-align: left;
    background: rgba(1,207,197,.95);
    width: max-content;
    transform: translate(0px, 30px);
    transition: 0.5s;
    opacity: 0;
    padding: 10px 0;
	min-width:197px;
	visibility:hidden;
	border-radius:10px;
}
.menu_sec ul li > ul.sub-menu > li {
    display: block;
    margin: 0;
}

.menu_sec ul li > ul.sub-menu > li a{ padding:5px 20px; font-size:16px; display:block; font-weight:400; color:#fff; }

.menu_sec ul li > ul.sub-menu > li a:hover{ background:#f6f83a; color:#191919; }

.bannerSlider .owl-item > .item {
    display: flex;
    align-items: center;
}

.bannerSlider #banner_slider .owl-nav .owl-prev {
    left: 10px;
}
.bannerSlider #banner_slider .owl-nav .owl-next {
    right: 10px;
}


.menu_sec ul li.dropdown > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

.menu_sec ul li.dropdown:hover > a::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

#encouraging_apparel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#encouraging_apparel .owl-stage .item, div#encouraging_apparel .owl-stage .item > .serv_box {
    height: 100%;
}
.bannerSlider #banner_slider, #encouraging_apparel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bannerSlider #banner_slider .owl-nav, #encouraging_apparel .owl-nav {
    position: absolute;
    width: 100%;
}
.bannerSlider #banner_slider .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	border:1px solid #fff;
}

#encouraging_apparel .owl-nav button {
    position: absolute;
    width: 60px;
    height: 40px;
    background: #e5e5e5;
    border-radius: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#encouraging_apparel .owl-nav .owl-prev {
    left: -55px; top:-40px;
}
#encouraging_apparel .owl-nav .owl-next {
    right: -55px; top:-40px;
}
.bannerSlider #banner_slider .owl-nav button span, #encouraging_apparel .owl-nav button span {
    font-size: 0;
}
#encouraging_apparel .owl-nav button:hover, .bannerSlider #banner_slider .owl-nav button:hover {
    background: #f54901;
}
.bannerSlider #banner_slider .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #fff !important;
}

#encouraging_apparel .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #040404 !important;
}

#encouraging_apparel .owl-nav button:hover span::before{ color:#fff !important; }

.bannerSlider #banner_slider .owl-nav .owl-next span::before, #encouraging_apparel .owl-nav .owl-next span::before {
    content: '\f054';
}
.bannerSlider #banner_slider .owl-nav .owl-prev span::before, #encouraging_apparel .owl-nav .owl-prev span::before {
    content: '\f053';
}


/*about_section*/


.hdng h2{ color:#171717; font-size:60px; margin-bottom:20px; text-align:center; font-weight:700; }

/*.hdng h2::before{ position:absolute; width:84px; height:5px; background:#1d51a0; content:""; bottom:0; top:auto; left:0; right:0; margin:auto; }*/

.hdng h2 span{ color:#01cfc5; }

.hdng p{ font-size:20px; color:#2b2b2b; font-weight:300; text-align:center; }

.about_section{ padding:70px 0; }

.about_section .hdng{ margin-bottom:90px; }

.about_section img{ width:100%; border-radius:20px; }

.abt_cntnt ul{ margin:0; padding:0; }

.abt_cntnt ul li{ list-style:none; background:url(../images/bullet.webp) no-repeat left center; font-size:18px; color:#171717; margin-bottom:16px; padding:5px 0 5px 50px; line-height:22px; }

/*.about_section a{ font-size:19px; color:#fff; background:#1e51a0; display:inline-block; padding:10px 30px 12px; border-radius:4px; transition:.5s ease;  font-weight:500; text-transform:uppercase; }

.about_section a:hover{ background:#f15a29; }*/

.you{ background:#f54901; color:#fff; padding:20px; border-radius:20px; text-align:center; margin-top:-30px; position:relative; }

.you h5{ font-size:25px; color:#fff; margin-bottom:10px; }

.you p{ color:#ffffff; font-weight:300; }



/*framework_section*/


.framework_section{ padding:70px 0 200px; background:#01cfc5; }

.framework_section .hdng{ margin-bottom:25px; }

.framework_section .hdng h5{ color:#fff; font-weight:300; font-size:35px; text-align:center; }

.framework_section .hdng h2{ color:#fff; margin-bottom:0; }

.framework_section .hdng h2 span{ color:#171717; }

.framework_section .hdng p{ color:#fff; font-weight:300; font-size:20px; }

.card{ padding:25px 30px; background:#fff; border-radius:20px; margin-top:33px; }

.card h3{ color:#171717; font-size:35px; font-weight:700; margin-top:12px; }

.card h5{ font-size:20px; font-weight:600; color:#01cfc5; margin-top:12px; margin-bottom:2px; }

.card p{ font-size:16px; color:#000; font-weight:300; }

.clear{ clear:both; height:0; }

.ylw_section{ background:#ededed; }

.ylw_box{ background:#f54901; padding:50px; text-align:center; outline:6px solid rgba(250,250,250,.47); border-radius:20px; margin-top:-130px; }

.ylw_box p{ font-size:30px; font-weight:500; color:#fff; }

.ylw_box p strong{ font-weight:700; }



/*test_section*/


.test_section{ background:#ededed; padding:70px 0 70px; }

.test_section .hdng h2{ margin-bottom:10px; }

.test_section .hdng{ margin-bottom:10px; }

.margin_top{ margin-top:20px; }

.ech_test{ padding:30px; background:#fff; border-radius:15px; box-shadow:0 0 20px rgba(0,0,0,.1); }

.test_section .item{ padding:12px; }

.star{ color:#fed600; margin-bottom:10px; }

.tst_cntnt{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #e3e3e3; letter-spacing:1px; color:#5d5d5d; font-size:16px; font-weight:300; text-indent:30px; background:url(../images/quote.webp) no-repeat left top; }

.athr img{ width:70px !important; height:70px;  border-radius:50%; float:left; margin-right:20px; object-fit:cover; }

.athr h5{ color:#f64a02; font-size:20px; font-weight:600; padding-top:10px; padding-bottom:2px; text-transform:uppercase; }

.athr p{ font-size:16px; color:#5d5d5d; font-weight:300; }

.test_section .owl-carousel .owl-dots.disabled{ display:block !important; }

.test_section .owl-theme .owl-dots{ width:100%; }

.test_section .owl-theme .owl-dots .owl-dot span{ margin:3px; border:2px solid #adadad; background:#adadad; }

.test_section .owl-theme .owl-dots .owl-dot.active span{ border:2px solid #39c3b7; background:#fff; }

.owl-theme .owl-dots .owl-dot span{ width:12px !important; height:12px !important; }


.vid_section{ background:url(../images/vdo_bg.webp) no-repeat center; background-size:cover; padding:250px 0; text-align:center; background-attachment:fixed; }

.ech_icon_sec{ text-align:center; }

.ech_icon_sec h3{ font-size:65px; color:#272727; font-weight:600; }

.ech_icon_sec p{ font-size:25px; color:#272727; font-weight:400; }

.icon_section{ padding:70px 0; }

.ech_icon_sec{ padding-top:12px; }

.ech_icon_sec img{ margin-bottom:22px; }

.eicm{ border-left:2px solid #b6b6b6; border-right:2px solid #b6b6b6; }


/*pat_section*/


.pat_section{ background:#ffff; padding:70px 0 0; }

.pat_section img{ border-radius:20px; width:100%; margin-bottom:16px; }

.yr{ padding:10px 0; color:#2b2b2b; font-size:15px; font-weight:600; border:2px solid #01cfc5; border-radius:40px; margin-top:14px; text-align:center; }

.yr span{ display:inline-block; color:#01cfc5; font-weight:700; border-right:2px solid #f64a02; padding-right:5px; margin-right:2px; }

.cred_box{ background:#f54901; border-radius:20px; padding:30px; border:3px solid #fff; margin-left:80px; top:-100px; position:relative; }

.cred_box h3{ color:#fff; font-size:30px; font-weight:600; }

.cred_box ul{ list-style:none; }

.cred_box ul li{ font-size:16px; color:#fff; background:url(../images/white_tick.webp) no-repeat left 2px; margin-top:15px; padding-left:35px; }

.pat_dtls h3{ font-size:35px; font-weight:300; color:#000; }

.pat_dtls h2{ font-size:60px; font-weight:700; color:#000; }

.pat_dtls h2 span{ color:#01cfc5; display:block; }

.pat_dtls p{ color:#2b2b2b; font-size:15px; font-weight:300; margin-top:10px; line-height:24px; }

.pat_dtls p strong{ font-weight:600; }

.pat_dtls h4{ color:#01cfc5; font-size:35px; font-weight:700; margin-top:10px; }




/*care_section*/



.care_section{ padding-bottom:100px; }

.carng img{ width:100%; border-radius:20px; }

.crgvng{ background:#ededed; padding:40px 30px; border-radius:20px; }

.crgvng h3{ color:#01cfc5; font-size:35px; font-weight:700; margin-bottom:15px; }

.crgvng p{ color:#2b2b2b; font-size:16px; font-weight:300; }

.crgvng img{ margin-top:23px; }



/*work_section*/



.work_section{ padding:70px 0; background:#ededed; }

.ech_stp{ background:#fff; border-radius:20px; box-shadow:0 0 20px rgba(0,0,0,.1); margin-top:120px; }

.ech_stp h5{ font-size:25px; font-weight:600; color:#fff; background:#01cfc5; text-align:center; padding:15px 0; position:relative; margin-left:80px; border-radius:0 20px 0 0; }

.ech_stp h5 img{ position:absolute; left:-60px; bottom:-1px; }

.stp_cntnt{ padding:25px; }

.stp_cntnt h3{ color:#000000; font-size:30px; font-weight:600; margin-bottom:12px; }

.stp_cntnt p{ font-size:16px; color:#272727; margin-bottom:12px; }

.stp_cntnt ul{ margin:0; padding:0; }

.stp_cntnt ul li{ list-style:none; font-size:16px; color:#272727; margin-bottom:12px; padding-left:30px; background:url(../images/ylw_blt.webp) no-repeat left 2px; }



/*dnt_do_section*/



.dnt_do_section{ padding:55px 0 30px; background:url(../images/by_bg.webp) no-repeat center; background-size:cover; }

.dnt_do_box{ padding:25px; background:rgba(250,250,250,.74); margin-bottom:25px; border-radius:20px; }

.dnt_do_box ul{ margin:0; padding:0; }

.dnt_do_box ul li{ list-style:none; color:#242424; font-size:16px; font-weight:600; padding:6px 0 6px 44px; }

.dnt_do_box ul li.dnt{ background:url(../images/cross.webp) no-repeat left center; }

.dnt_do_box ul li.do{ background:url(../images/right.webp) no-repeat left center; }

.cc{ font-size:25px; color:#fff; font-weight:600; border-left:4px solid #f54901; padding-left:12px; margin-top:330px; }




/*wait_section*/



.wait_section{ padding:70px 0; }

.wait_section .hdng{ margin-bottom:30px; }

.wait_section .hdng h2{ margin-bottom:10px; }

.ech_wt{ padding:20px 15px 20px 55px; color:#fff; font-size:16px; font-weight:300; background:url(../images/wht_tick.webp) no-repeat left 25px center #f54901; border-radius:10px; margin-top:30px; }

.wait_section h4{ font-size:30px; color:#272727; font-weight:400; margin-top:50px; text-align:center; line-height:40px; }

.wait_section h4 strong{ font-weight:700; }

.wait_section h4 strong span{ color:#01cfc5; }

.ylw_strip{ text-align:center; padding:20px; color:#2b2a2a; font-size:25px; font-weight:600; color:#2b2a2a; background:#fdff37; border-radius:10px; margin-top:30px; line-height:30px; }



/*book_section*/



.book_section{ background:url(../images/book_bg.webp) no-repeat center; padding:80px 0; }

.book_section .hdng{ text-align:center; }

.book_section .hdng h2{ color:#0d0d0d; }

.book_section .hdng h2 span, .book_section .hdng p{ color:#fff; }

.book_section .hdng a {
    font-size: 16px;
    color: #ffffff;
    background-color: #f54901;
    padding: 14px 25px;
    border-radius:5px;
	margin-top:35px;
    display: inline-block;
    text-transform: uppercase;
	margin-right:10px;
	border-radius:40px;
}

.book_section .hdng a i{ transition:.5s ease; }

.book_section .hdng a:hover{ background:#000; color:#fff; }

.book_section .hdng a:hover i{ rotate: 90deg; }



/*cq_section*/



.cq_section{ padding:70px 0; background:#fff; }

.cq_section .hdng{ margin-bottom:50px; }

.cq_section .hdng h2{ margin-bottom:10px; }

.cq_section .panel-group .panel{ border:none; }

.cq_section .panel-default>.panel-heading{ padding:0 0 20px; border-bottom:1px solid #b2b2b2; background:none; }

.cq_section .panel-title a{ display:block; font-weight:600; color:#0d0d0d; font-size:17px; background:url(../images/right_arw.webp) no-repeat right center; padding-right:20px; }

.panel-collapse.collapse.in{ position:relative; }

.panel-collapse.collapse.in::before{ background:url(../images/btm_arw.webp) no-repeat right center #fff; position:absolute; width:11px; height:20px; content:""; right:0; top:-40px; }

.cq_section .panel-group .panel+.panel{ margin-top:20px; }

.cq_section .ans{ padding-top:15px; padding-bottom:10px; }





/*footer_section*/



.footer_section{
    
	background:#000;
	padding-top:70px;

}

.ftr_cntnt{ font-size:14px; color:#fff; margin-top:25px; font-weight:300; line-height:25px; max-width:300px; }


.ft_logo {
    display: block;
    margin: 0 0 25px;
    padding: 0;

}


.ft_logo p a{
    
    color: #ec680c;
  
}

.ft_link {
    display: block;
    margin: 0;
    padding: 0;
}

.ft_link h4 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
	font-weight:600;
	text-transform:uppercase;
}

.ft_link h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #797979;
    width: 80%;
    height: 1px;
}

.ft_link h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #01cec4;
    width: 62px;
    height: 2px;
}

.ft_link ul {
    margin: 0;
    padding: 0;
}

.ft_link ul li a i{ color:#fff; }

.ft_link ul li i {
    margin-right: 12px;
	color:#39c3b7;
	width:17px; text-align:center;
}
#social ul
{
	columns: 8;
    -webkit-columns: 8;
    -moz-columns: 8;
}
.ft_link ul li {
    list-style: none;
    margin-bottom: 5px;
	color:#fff;
	font-size:16px;
}

.ft_link ul.ql li{ background:url(../images/heart.webp) no-repeat left center; padding-left:22px; }

.ft_link ul li a {
    color: #ffffff;
    font-size: 14px;
	font-weight:300;
}

.ft_link ul.add_sec li{ margin-bottom:10px; }


.ft_link ul.add_sec li:first-child i{ margin:5px 12px 10px 0; float:left; }

.ft_link.ft_ss ul li a i {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    text-align: center;
    padding-top: 10px;
	transition:.5s ease;
}

.copy{ text-align:center; font-size:14px; color:#fff; padding:20px 0;  margin-top:70px; font-weight:300; background:#181818; }

.copy a{ color:#01cfc5; transition:.5s ease; }

.copy a:hover{ color:#fff; }

.ft_ss{ margin-top:20px; }


/*hover css*/


.menu_sec > ul > li:last-child > a:hover{
	background-color:#f54a02;
	color:#fff;
}

.hp_form_section .form_group input.btn-send:hover{
	background-color:#ffffff;
	border:#ffffff;
	color:#000000;
}

.hp_ab_sec a:hover{
	background-color: #e17a26;
}

.serv_text a:hover{
	background-color:#201e4b;
}

.hp_join_mail_section .mail_form input.btn-send:hover{
	background-color:#ffffff;
	border:#ffffff;
	color:#000000;
}

.ft_logo p a:hover{
	color:#ffffff;
}


.ft_link.ft_ss ul li a i:hover{
	background-color:#39c3b7;
	color:#ffffff;	
    border: 1px solid #39c3b7;
}

.menu_sec ul li a:hover{
	color: #f15a29;
}

.ft_link ul li a:hover{ color: #01cfc5; }


#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #01cfc5;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	border-radius:50%;
	border:5px solid #fff;
  }

  #backToTop:hover {
    cursor: pointer;
    background-color: #f54901;
  }
  #backToTop:active {
    background-color: #f54901;
  }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }
  
  
  
/*responsive css*/  
  
  
@media only screen and (max-width:1250px) {
	 
	 .bannerSlider .owl-dots{ bottom:10px; }
	 .bannerSlider .owl-theme .owl-dots{ text-align:center; }
	 #encouraging_apparel .owl-nav .owl-prev{ left:0; }
	 #encouraging_apparel .owl-nav .owl-next{ right:0; }
	 
}


 @media only screen and (max-width:1199px) {
    .container {
         width: 1024px !important;
         margin: 0 auto;
    }
	
	.header_section:before{
		    width: 92%;
	}
	
	.top_header_section{
		padding: 18px 0;
	}
	
	.ss_sec ul{
		float:right;
	}
	
	.menu_sec ul li{
		margin: 0;
	}
	
	.menu_sec ul li a{
		font-size: 15px;
		padding: 10px;
	}
	
	.banner_text_block{
		padding: 0;

	}
	
	.banner_text_block h1{
		font-size: 30px;
		line-height: 45px;
		color: #ffffff;
	}
	
	.banner_text_block h1 strong{
		font-size: 35px;
		line-height: 45px;
	}
	
	.banner_text_block a{
		font-size:17px;
		padding:12px 21px;
	}

	
	.ft_link{ margin-top:25px; }
	
	.ft_link ul li a{
		font-size: 14px;
	}
	
	
	.cred_box{ top:-60px; }
	
	.care_section{ padding-top:60px; }

}



 @media screen and (max-width: 1024px) {
    .container {
         width: 980px !important;
         margin: 0 auto;
    }
	.menu_sec ul li a{
		font-size: 14px;
	}
	.panel-collapse.collapse.in::before{ top:-55px; height:30px; }
	
}

 @media screen and (max-width: 980px) {
    .container {
         width: 700px !important;
         margin: 0 auto;
    }
	
	.ss_sec ul li{ margin:0 3px; }
	
	.ft_link.ft_ss ul li a i{
		width: 30px;
		height: 30px;
	}
	
	
	.ft_logo p {
		font-size: 13px;
		line-height: 25px;
	}
	
	/*responsive menu*/
	
	.menu_sec{
		display:none;
	}
	
     .mob_header {
         display: block;
		 float: right;
    }
	
    .col-lg-3.col-md-3.col-sm-12.col-xm-12.logo_sec_info {
         display: inline-block;
    }
	
    .logo_sec img {
        
         margin-bottom: 0px;
    }
	
    .menu_btn_open {
        float: right;
		margin-top: 0;
		margin-right: 0;
		position: relative;
		top: 0px;
		z-index: +1;
		right: 0px;
    }
	
    .menu_open {
         font-size: 40px !important;
         color: #01cfc5;
         cursor: pointer;
		 transition:.5s ease;
    }
	
	.menu_open:hover{ color:#060644; }
	
    .menu_btn_close {
         float: right;
         margin-right:50px;
         margin-top: 8px;
    }
	
    .fa.fa-times.menu_close {
         font-size: 21px;
         color: #ffffff;
         cursor: pointer;
		 transition:.5s ease;
    }
	
	.fa.fa-times.menu_close:hover{ color:#08093d; }
	
    .topnav.mob_menu.active{
         right: 0%;
         top: 0px;
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
    }
	
    .site_hp.active {
         overflow-y: hidden;
    }
	
    .mob_menu {
         position: fixed;
         right: -100%;
         top: 0px;
         background-color: #f15a29;
         width: 402px;
         z-index: +999;
         height: auto;
         display: block;
    }
	
    .mob_menu ul {
         width: 100%;
    }
	
    .mob_menu li {
         padding: 10px 24px;
         
         list-style: none;
    }
	.mob_menu li.dropdown > button {
	    background: transparent;
	    border: 0;
	    color: #fff;
		transition:.5s ease;
	}
	
	.mob_menu li.dropdown > button:hover{ color:#1d51a0; }
	
	.mob_menu li.dropdown > ul.dropdown-menu {
	    width: max-content;
	    transform: translate(25px, 0px);
	    padding: 10px 0;
	    border-radius: 0;
	    border: 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li {
	    padding: 2px 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li > a:hover {
	    background: transparent;
	    color: #08093d;
	}
	.mob_menu li.dropdown > button::after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 600;
	    font-size: 12px;
	    margin-left: 10px;
	}
    .mob_menu a {
         color: #000;
		 display: block;
         font-size: 16px;
         text-align: left;
    }
    
    .mob_menu li.active a {
         color: #ffffff;
         font-weight: 600;
    }
	
    .mob_menu {
         width: 100%;
         height: 100%;
    }
	
	.mob_menu a:hover {
		color: #08093d;
	}
	
	.mod_logo_section{
		display:block;
	}
	
	.logo_section{
		display:none;
		    margin-top: 15px;
	}
	
	.mod_logo_section img {
		width: 100%;
		height: auto;
	}
	
    /*responsive menu*/
	
	.banner_slide_section .item img{ min-height:400px; }
	.banner_text_block h3{ font-size:44px; line-height:40px; }
	.banner_text_block h2{ font-size:38px; margin:10px 0; }
	.banner_text_block h6{ font-size:17px; line-height:24px; }
	.banner_text_block p{ font-size:14px; line-height:20px; }
	.banner_text_block a{ padding:8px 18px; }
	
	.about_section{ text-align:center; }
	.hdng h2{ font-size:40px; }
	.hdng p{ font-size:16px; }
	.abt_cntnt{ margin-top:0; }
	.abt_cntnt p{ font-size:16px; line-height:28px; }
	.abt_cntnt h5{ font-size:22px; }
	.ech_pdf a{ padding:12px 22px; font-size:18px; }
	.about_section .hdng{ margin-bottom:40px; }
	.abt_cntnt{ margin-top:25px; text-align:left; }
	.framework_section .hdng h2{ margin-bottom:20px; }
	.eicm{ border-top:2px solid #b6b6b6; border-bottom:2px solid #b6b6b6; border-left:none; border-right:none; padding-top:30px; padding-bottom:30px; margin-top:30px; margin-bottom:30px; }
	.icon_section{ padding-bottom:0; }
	.crgvng{ margin-top:40px; }
	.cc{ margin-top:260px; }
	
	
	
}
 @media screen and (max-width: 767px) {
    .container {
         width: 400px !important;
         margin: 0 auto;
    }
	
	.logo_sec {
		position: relative;
		display: block;
		bottom: 0;
		text-align:center;
	}
	
	.top_header_section { padding:10px 0; }
	
	.top_sec ul{ float:none; }
	
	.top_sec ul li{ margin-right:0; padding-right:0; text-align:center; float:none; border-right:none; }
	
	.top_sec{ margin-top:0; text-align:center; }
	
	.ss_sec{ text-align:center; padding:5px 0 0; }
	
	.ss_sec ul li{ margin:0 1px; float:none; display:inline-block; }
	
	.ss_sec ul{ float:none; }
	
	.banner_slide_section .item img{ min-height:300px; }
	
	.banner_text_block {

		padding: 0;

	}
	.banner_text_block h3{ font-size:30px; line-height:35px; }
	
	.banner_text_block p{ font-size:16px; line-height:22px; margin:10px 0 15px; }
	
	.banner_text_block a { margin-top:0;
		font-size: 15px; font-weight:500;

	}
	.bannerSlider #banner_slider .owl-nav .owl-prev {
	    left: 0px;
	}
	.bannerSlider #banner_slider .owl-nav .owl-next {
	    right: 0px;
	}
	.bannerSlider #banner_slider .owl-nav button, #encouraging_apparel .owl-nav button {
		width: 25px; height:25px;
	}
	.bannerSlider #banner_slider .owl-nav button span::before, #encouraging_apparel .owl-nav button span::before {
		font-size: 12px;
	}
	.menu_btn_open{
		top: 5px; float:none;
	}
	.mob_header{ width:100%; text-align:center; }
	.mob_menu ul{ text-align:left; }
	

   .about_section{ padding:35px 0 45px; }
   
   .hdng p br{ display:none; }
   
  .service_section{ padding:35px 0; }
  
  .srvc_bx1, .srvc_bx2{ margin-top:15px; margin-bottom:15px; }
  
  .srvc_bx2 img{ float:none; width:100%; max-width:100%; border-radius:5px 5px 0 0; }
  
  .srvc_bx2 h6, .srvc_bx1 h6{ margin-top:0; text-align:center; font-size:18px; line-height:22px; }
  
  .abt_cntnt p{ margin-bottom:20px; }
  
  .ech_pdf{ margin:20px 0; }
  
  .about_section a, .ech_pdf a{ font-size:17px; }
  
  
  .test_section{ padding:35px 0; }
  
  .ech_test{ padding:20px; }
  
  .athr h5{ font-size:17px; padding-bottom:0; }
  
  .margin_top{ margin-top:12px; }
  
 
  
  .footer_section { padding-top:50px; }
  
  .banner_text_block h6, .banner_text_block p, .banner_text_block h3 br{ display:none; }
  
  .banner_text_block h3{ font-size:23px; line-height:25px; }
  
  .banner_text_block h2{ font-size:30px; margin:5px 0 0; }
  
  .banner_text_block a{ font-size:14px; margin-top:10px; }
  
  .hdng h2{ font-size:33px; }
  
  .you{ margin-top:-15px; }
  
  .about_section .hdng{ margin-bottom:25px; }
  
  .you h5{ font-size:20px; }
  
  .abt_cntnt ul li{ font-size:16px; padding:5px 0 5px 44px; margin-bottom:10px; }
  
  .framework_section { padding-top:45px; padding-bottom:170px; }
  
  .framework_section .hdng h5{ font-size:25px; margin-bottom:10px; }

  .framework_section .hdng h2{ margin-bottom:15px; }
  
  .framework_section .hdng p{ font-size:16px; }
  
  .framework_section .hdng{  margin-bottom:0; }
  
  .card h3{ font-size:25px; }
  
  .card h5{ font-size:18px; }
  
  .ylw_box{ padding:20px 20px 22px; }
  
  .ylw_box p{ font-size:20px; }
  
  .test_section .hdng{ margin-bottom:0; }
  
  .vid_section{ padding:150px 0; }
  
  .icon_section{ padding:45px 0; }
  
  .ech_icon_sec h3{ font-size:35px; }
  
  .ech_icon_sec p{ font-size:18px; }
  
  .pat_section{ padding:10px 0 0; }
  
  .cred_box{ margin:30px 0 0; top:0; }
  
  .pat_dtls{ margin-top:30px; }
  
  .pat_dtls h3{ font-size:25px; }
  
  .pat_dtls h2{ font-size:33px; }
  
  .care_section{ padding-top:35px; }
  
  .crgvng{ margin-top:25px; }
  
  .work_section{ padding:35px 0 50px;}
  
  .stp_cntnt h3{ font-size:22px; }
  
  .ech_stp{ margin-top:100px; }
  
  .ech_stp h5{ font-size:20px; }
  
  .dnt_do_section{ background:none; }
  
  .dnt_do_area{ background:url(../images/aqua-bg.webp) no-repeat center; background-size:cover; padding:40px 20px 15px; border-radius:20px 20px 0 0; }
  
  .cc{ background:url(../images/hands3.webp) no-repeat center; background-size:cover; padding:20px 20px 35px; border-radius:0  0 20px 20px; margin:0; font-size:20px; border-left:none; }
  
  .dnt_do_section{ padding:45px 0 0; }
  
  .wait_section { padding:40px 0 45px; }
  
  .wait_section .hdng{ margin-bottom:0; }
  
  .wait_section h4{ font-size:20px; margin-top:25px; line-height:25px; }
  
  .ech_wt{ margin-top:20px; }
  
  .ylw_strip{ font-size:18px; line-height:25px; }
  
  .book_section{ padding:45px 0; }
  
  .cq_section{ padding:35px 0; }
  
  .cq_section .hdng{ margin-bottom:25px; }
  
  .panel-group{ margin-top:30px; }
  
  .cq_section .panel-title a{ font-size:16px; }
  
  .ft_link.ft_ss ul li a i{ padding-top:7px; }
  


#backToTop{ bottom:80px; }
	
}
 @media only screen and (max-width: 480px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }   
	

}



 

	
	
	
} 