@charset "utf-8";

/* CSS Document */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
  

/*----------------------------------------------------- */

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 {
  scroll-behavior: smooth;
}
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;
}

body {
	margin: 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
}

.clear{ clear:both; height:0; }


.container {
	width: 90%; max-width:1200px;
}

.mob_header {
    display: none;
}

/*top_header_section*/

.top_header_section {
    display: block;
    position: relative;
    padding: 10px 0;
    background-color: #263b91;
}

.top_sec {
    display: block;
    margin-top: 3px;
    padding: 0;
}


.top_sec ul {
    margin: 0;
	float: right;
    padding: 0;
}

.top_sec ul li {
    float: left;
    list-style: none;
    margin-right: 0;
    padding-right: 20px;
    border-right: 1px solid #5162a7;
	color:#09083f;
	font-size:16px;
	font-weight:400;
}

.top_sec ul li a {
    color: #fff;
    font-size: 16px;
	font-weight:600;
}

.top_sec ul li i{
	margin-right:7px;
	color:#fff;
}



.ss_sec {
    display: block;
    margin: 0;
    padding: 0 0 0 15px;
	
}

.ss_sec ul {
    margin: 0;
    padding: 0;
}

.ss_sec ul li {
    float: left;
    list-style: none;
    margin: 0 3px;
}
.ss_sec ul li a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding-top: 2px;
	color:#fff;
	/*background:#fff;
	-webkit-box-shadow: 0px 12px 6px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 12px 6px -5px rgba(0,0,0,0.5);
box-shadow: 0px 12px 6px -5px rgba(0,0,0,0.5);*/
}

.ss_sec ul li a:hover{ color:#01304e; background:#fff; }

.tag{ color:#fff; text-align:right; margin-top:3px; border-right:1px solid #5162a7; padding-right:0px; }


/*header_section*/
.header_section {
    background-color: #ffffff;
    padding: 11px 0 6px;
    display: block;
	position: relative;
	z-index:2;
}
/*.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 {
    position: absolute;
    top: -30px;
    display: block;
	left:0;
}
.menu_sec{
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
.menu_sec:before{ background:#1b4560; content:""; position:absolute; right:0; top:-13px; 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: #2f2f2f;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 16px;
    display: inline-block;
	font-weight:600;
	letter-spacing:1px;
	
}
.menu_sec > ul > li:last-child a {
    background-color: #3cb64b;
    color: #fff;
    border-radius: 2px;
	padding:10px 15px;
}

.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%; vertical-align: bottom;
}
.banner_slide_section {
    position: relative;
    display: block;
	margin-top:5px;
}
.banner_text_block {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
	text-align:center;
}

.banner_text_block h2{ color:#ffffff; font-size:76px; text-transform:uppercase; font-weight:normal; text-align:center; }

.banner_text_block h2 strong{ font-weight:600; display:block; }

.bannerSlider .owl-theme .owl-dots{ text-align:left; }

.bannerSlider .owl-dots {
    width: 90%;
    position: absolute;
    bottom: 70px;
	max-width:1170px;
	left:0;
	right:0;
	margin:0 auto;
}

.bannerSlider .owl-theme .owl-dots .owl-dot span{ margin:5px; }

.bannerSlider .owl-dots > button > span {
    background: rgba(250,250,250,.2) !important;
}
.bannerSlider .owl-dots > button:hover> span, .bannerSlider .owl-dots > button.active > span {
    background: #2fd0e7 !important;
}

.bannerSlider .owl-dots > button.active > span{ position:relative; }

.bannerSlider .owl-dots > button.active > span:before{ position:absolute; width:18px; height:18px; border:1px solid #2fd0e7; border-radius:50%; content:""; left:-4px; top:-4px; }


.banner_text_block a {
    font-size: 19px;
    color: #fff;
    background: #3cb64b;
    padding: 10px 20px;
	margin-top:15px;
    display: inline-block;
    text-transform: uppercase;
	font-weight:600;
	border-radius:2px;
}

.banner_text_block a:hover{ background:#263b91; }

.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: 34px;
    left: 0;
    z-index: 2;
    text-align: left;
    color: #242424;
    background: url(../images/sub-menu-bg.jpg) no-repeat top left #fff;
    /*width: max-content;*/
    transform: translate(0px, 30px);
    transition: 0.5s;
    opacity: 0;
    padding: 12px 0 0;
	/*min-width:197px;*/
	width:270px;
	visibility:hidden;
}
.menu_sec ul li > ul.sub-menu > li {
    display: block;
    margin: 0;
}

.menu_sec ul li > ul.sub-menu > li a{ padding:10px; font-size:15px; display:block; text-transform:capitalize; border-bottom:1px solid #e5e5e5; }

.menu_sec ul li > ul.sub-menu > li:last-child a{ border-bottom:none; }

.menu_sec ul li > ul.sub-menu > li a:hover{ background:#263b91; color:#fff; }

.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: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	border:1px solid #5a5a5a;
}

#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: rgba(0,0,0,.5);
}
.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: #5a5a5a !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*/


.about_section{ padding:100px 0 0; }

.about_section h2{ font-size:45px; text-transform:uppercase; color:#3cb64b; font-weight:700; position:relative; padding-bottom:10px; margin-bottom:19px; margin-top:28px; }

.about_section h2 span{ color:#263b91; }

.about_section h2:before{ position:absolute; left:0; bottom:0; width:68px; height:3px; background:#3cb64b; content:""; }

.about_section h3{ color:#000; font-size:18px; font-weight:500; margin-bottom:15px; line-height:28px; }

.about_section p{ font-size:17px; color:#000; margin-bottom:20px; line-height:27px; }

.about_section a{ font-size:17px; color:#fff; font-weight:600; text-transform:uppercase; background:#3cb64b; display:inline-block; padding:10px 25px; border-radius:2px;margin-top:5px; transition:.5s ease; }

.about_section a:hover{ background:#263b91    ; color:#fff; }

.about_img{ text-align:center; }


/*service_section*/


.service_section{ background:url(../images/green_bg.png) no-repeat top center; padding:300px 0 300px; background-size:cover; color:#fff; text-align:center; margin-top:-80px; }

.title{ text-align:center; position:relative; padding-bottom:27px; margin-bottom:30px; }

.title:before{ width:68px; height:3px; background:#01304e; content:""; position:absolute; left:0; right:0; margin:auto; bottom:0; }

.title h2{ text-align:center; color:#fff; font-size:45px; text-transform:uppercase; font-weight:700; margin-bottom:18px; }

.service_section .title h2{ margin-bottom:0; }

.title p{ font-size:16px; max-width:800px; margin:0 auto; font-weight:400; line-height:30px; }

.srvc_cont{ max-width:800px; margin:0 auto; }

.srvc_blrb{ border-radius:10px; margin-top:42px; padding-bottom:20px; background:#fff; min-height:444px; }

.srvc_blrb img{ width:100%; border-radius:10px 10px 0 0; margin-bottom:30px; }

.srvc_blrb h5{ font-size:21px; font-weight:600; color:#000; padding:0 33px; line-height:30px; }



/*test_section*/


.hdng h2{ font-size:45px; color:#263b91; font-weight:700; text-transform:uppercase; padding-bottom:15px; position:relative; margin-bottom:10px; text-align:center; }

.hdng h2:before{ position:absolute; bottom:0; left:0; right:0; margin:auto; background:#3cb64b; width:68px; height:3px; content:""; }

.test_section{ padding:90px 0 0; background:url(../images/white_oval.png) no-repeat center top; margin-top:-210px; background-size:cover; }

.hdng h2 span{ color:#3cb64b; }


#encouraging_apparel{ margin-top:30px; }

.tstbox{ padding:28px 38px; border:1px solid #cacaca; margin:10px; transition:.5s ease; }

.tstbox:hover{ border:1px solid #253b91; }

.star{ color:#ffa500; margin-bottom:10px; font-size:12px; }

.tstbox p{ font-weight:400; line-height:30px; color:#000; font-size:17px; margin-top:20px; }

.tstbox p a{ color:#4286f5; font-size:16px; font-weight:600; letter-spacing:1px; }

.owl-carousel .owl-item .prsn_img img{ width:auto; }

.dtls{ margin-top:18px; }

.prsn_img{ float:left; margin-right:14px; }

.prsn_dtls{ padding-top:20px; }

.prsn_dtls h4{ font-size:19px; color:#000; font-weight:600; margin-bottom:5px; }

.prsn_dtls h5{ font-size:17px; color:#000; font-weight:300; }


.call_section{ text-align:center; background:url(../images/wht_bg.png) no-repeat center top; background-size:cover; padding:200px 0 300px; margin-bottom:-240px; }

.srvc_cont .about_section{ padding-top:25px; }

.call_section .hdng h2 span{ display:block; }

.call_section .hdng h2::before{ display:none; }



/*footer_section*/


.footer_section{
    
	background:url(../images/footer_bg.png) no-repeat top center; background-size:cover;
	padding-top:140px;

}

.ft_logo {
    display: block;
    margin: 0;
    padding: 0;
}
.ft_logo p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 30px;
}

.ft_logo p a{
    
    color: #3cb64b;
  
}

.ft_link {
    display: block;
    margin: 0;
    padding: 0;
}

.ft_link h4 {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
}

.ft_link h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #31576f;
    width: 80%;
    height: 1px;
}

.ft_link h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #fff;
    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:#fff;
	width:17px; text-align:center;
}
#social ul
{
	columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}
.ft_link ul li {
    list-style: none;
    margin-bottom: 6px;
	color:#fff;
	font-size:16px;
	
}

.ft_link ul li a {
    color: #ffffff;
    font-size: 16px;
}

.ft_link ul.add_sec li{ margin-bottom:15px; }

.ft_link ul.add_sec li:nth-child(2) a{ font-size:18px; }

.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: 8px;
	transition:.5s ease;
}

.copy{ text-align:center; font-size:15px; color:#fff; padding:15px 0; border-top:1px solid #3c4f9c; margin-top:60px; font-weight:300; }

.copy a{ color:#fff; border-bottom:1px solid #fff; transition:.5s ease; }

.copy a:hover{ color:#3cb64b; }

a.sch_btn {
    background-color: #ec680c;
    padding: 11px 25px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 9px;
    font-size: 18px;
}

/*hover css*/


.menu_sec > ul > li:last-child > a:hover{
	background-color:#263b91;
	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;
}

a.sch_btn:hover{
	background-color:#ffffff;
	color:#000000;
}

.ft_link.ft_ss ul li a i:hover{
	background-color:#fff;
	color:#3cb64b;	;
}

.top_sec ul li a:hover, .top_sec ul li a:hover, .menu_sec ul li a:hover{
color: #3cb64b; }
	
.ft_link ul li a:hover{	color:#3cb64b
}

#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #3cb64b;
    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%;
  }

  #backToTop:hover {
    cursor: pointer;
    background-color: #000;
  }
  #backToTop:active {
    background-color: #000;
  }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }
  
  
/*=====================inner page css=======================*/

.inner_banner{
	top:180px;
}  
.inner_banner h2{
	font-size:60px;
	font-weight:800;
}  
.inner_ourserv{ padding:100px 0;  }
.green{
	background:#f4fbf4;
}
.inner_ourserv .row{
	/* transition:2s ease; */
	
}
.inner_ourserv h2{ 
	font-size: 50px;
	text-transform: uppercase;
	color: #3cb64b;
	font-weight: 800;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 46px;
	text-align: center;
  }

.inner_ourserv h2 span{ color:#263b91; }

.inner_ourserv h2:before{ position:absolute; left:48%; bottom:0; width:68px; height:3px; background:#3cb64b; content:""; }

.inner_ourserv h3{ color:#000; font-size:18px; font-weight:500; margin-bottom:15px; line-height:28px; margin-top: 70px;}

.inner_ourserv p{ font-size:17px; color:#000; margin-bottom:70px; line-height:27px; }

.inner_img{ text-align:center; }  
  
  
.inner_about{
	padding:100px 0;
	text-align:center;
}  
.inner_about h3{
	color:#000; 
	font-size:25px; 
	font-weight:500; 
	margin-bottom:40px; 
	line-height:37px; 
} 
.inner_about p{
	color:#000; 
	font-size:17px; 
	font-weight:400; 
	line-height:24px; 
	margin-bottom:60px; 
}  
.ab_blurb{
	text-align:center;
}  
.ab_blurb h4{
	font-size:21px;
	line-height:32px;
	font-weight:500;
}  
.ab_blurb h2{
	font-size:40px;
	line-height:48px;
	font-weight:700;
}    
.inner_testi{
	background:none;
	margin-top:0;
}  
.inner_contact {
	padding: 80px 0 320px 0;
	background: url("../images/inner_cont.jpg") no-repeat center;
    background-size: auto;
	background-size: cover;
	margin-bottom: -240px;
} 
.cont_form_area{
	background:#fff;
	padding:48px 70px;
	box-shadow: -1px -1px 27px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: -1px -1px 27px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px -1px 27px 1px rgba(0,0,0,0.3);
}  
  
.cont_form_area h2{ 
	font-size: 50px;
	text-transform: uppercase;
	color: #3cb64b;
	font-weight: 800;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 6px;
  }

.cont_form_area h2 span{ color:#263b91; }

.cont_form_area h2:before{ position:absolute; left:0; bottom:0; width:68px; height:3px; background:#3cb64b; content:""; }  
  
.fform #name, .fform #email, .fform #phone, .fform #select_services{
	font-size:15px;
	font-weight:400;
	padding:13px 12px;
	border:1px solid #dbdbdb;
	width:47%;
	margin:5px 10px 5px 0;
	background: #fff;
	color: #000;
}  
.fform #select_services{
	background:url("../images/s_arr.png") no-repeat;
	background-position: right 0.7rem top 50%;
	appearance: none;
	color: #7f7f7f;
}

.fform #comm{
	font-size:15px;
	font-weight:400;
	padding:13px 12px;
	border:1px solid #dbdbdb;
	width:96.5%;
	margin:5px 10px 5px 0;
	min-height:162px;
} 
.fform #submit{ 
	font-size:17px; 
	color:#fff; 
	font-weight:600; 
	text-transform:uppercase; 
	background:#3cb64b; 
	display:inline-block; 
	padding:10px 25px; 
	border-radius:2px;
	margin-top:5px; 
	transition:.5s ease; 
	border:0; 
	}

.fform #submit:hover{ background:#263b91; color:#fff; }  
  
.cont_det ul{
	margin:0;
	padding:0;
}    
.cont_det ul li{
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	list-style: none;
	padding: 37px 0 0 80px;
	position: relative;
	margin-bottom: 18px;
}  
.cont_det ul li img{
	position: absolute;
	top: 0;
	left: -20px;
} 
  
  
  
  
  
  
  
  
  
  
  
/*responsive css*/  


@media only screen and (max-width:1550px) {

   .call_section{ padding-top:170px; }
   .test_section{ padding-bottom:30px; }

}
  
  
@media only screen and (max-width:1250px) {
	 
	 .bannerSlider .owl-dots{ bottom:10px; }
	 .bannerSlider .owl-theme .owl-dots{ text-align:center; }
	 
}


 @media only screen and (max-width:1199px) {
    .container {
         
         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 5px;
	}
	
	.menu_sec ul li a{
		font-size: 15px;
		padding: 12px 15px;
	}
	
	.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:15px;
		padding:12px 21px;
	}

	
	.ft_link{ margin-top:25px; }
	
	.ft_link ul li a{
		font-size: 14px;
	}
	
	
	.ech_evnt_bx .event_img{ border-bottom:2px solid #0d0b4a; }
	
	.interview ul li{ width:43%; }
	.interview{ padding-right:180px; }
	.ft_link ul.add_sec li:first-child i{ margin-bottom:40px; }
	.about_section h5{ margin-top:0; }

}



 @media screen and (max-width: 1024px) {
    .container {
        
         margin: 0 auto;
    }
	.menu_sec ul li a{
		font-size: 14px;
	}
	
}

 @media screen and (max-width: 980px) {
    .container {
       
         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: -5px;
		z-index: +1;
		right: 0px;
    }
	
    .menu_open {
         font-size: 40px !important;
         color: #36ad45;
         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: #36ad45;
         width: 402px;
         z-index: +999;
         height: auto;
         display: block;
    }
	
    .mob_menu ul {
         width: 100%;
    }
	
    .mob_menu li {
         padding: 10px 24px;
         border-bottom: 1px solid #ffffff8f;
         list-style: none;
    }
	.mob_menu li.dropdown > button {
	    background: transparent;
	    border: 0;
	    color: #fff;
		transition:.5s ease;
	}
	
	.mob_menu li.dropdown > button:hover{ color:#060644; }
	
	.mob_menu li li{ border-bottom:none; }
	
	.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: #ffffff;
		 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_text_block h3{ font-size:32px; }
	.banner_text_block h2{ font-size:27px; margin:15px 0; }
	.banner_text_block h5{ font-size:14px; }
	.banner_text_block a{ padding:8px 18px; font-size:12px; margin-top:12px; }
	.lyf{ width:100%; margin-right:0; margin-top:0; }
	.srvc{ width:100%; margin-top:0; margin-left:0; }
	.interview{ padding-right:39px; }
	.interview ul li{ width:100%; margin-right:0; }
	.interview ul{ width:60%; }
	
	.inner_banner {
		top: 100px;
	}
	.inner_banner h2{
		font-size:40px;
	}
	.inner_img {
		margin-bottom: 40px;
	}
	.inner_ourserv h3 {
		margin-top: 0;
	}
	.inner_ourserv p {
		margin-bottom: 30px;
	}
	.inner_about {
		padding: 50px 0;
	}
	.inner_about h3 {
		margin-bottom: 20px;
	}
	.inner_about p {
		margin-bottom: 10px;
	}
	.ab_blurb {
		margin-top: 30px;
	}
	.inner_ourserv {
		padding: 50px 0 20px;
	}
	.fform{
		margin-bottom: 40px;
	}
	
}


 @media screen and (max-width: 991px) {
 
    .about_section { padding:50px 0; }
	
	.service_section{ margin-top:0; padding:50px 0; background:#36ad45; }
	
	.test_section{ margin-top:0; padding:50px 0; }
	
	#encouraging_apparel .owl-nav .owl-prev{ left:0; }
	#encouraging_apparel .owl-nav .owl-next{ right:0; }
 
 }



 @media screen and (max-width: 767px) {
 
 

    .container {
        
         margin: 0 auto;
    }
	
	.test_section, .srvc_cont .about_section{ padding-bottom:0; }
	
	.logo_sec {
		position: relative;
		display: block;
		margin-bottom:-50px;
		margin-top:-1px;
		top:0;
	}
	
	.banner_text_block {

		padding: 0;

	}
	
	.banner_text_block h1 {
		font-size: 16px;
		line-height: 25px;
	}
	
	.banner_text_block h1 strong {
		font-size: 16px;
		line-height: 25px;
	}
	
	.banner_text_block a {
		margin-top: 7px;
		font-size: 12px;
		padding: 10px 17px;
	}
	.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: 20px;
	}
	
.tag{ margin-top:0; text-align:center; border-right:none; padding-right:0; }

.top_sec{ text-align:center; margin-bottom:8px; }

.top_sec ul{ float:none; }

.top_sec ul li{ padding-right:0; border-right:none; margin-right:0; float:none; display:inline-block; }

.ss_sec{ text-align:center; }

.ss_sec ul{ float:none; }

.ss_sec ul li{ float:none; display:inline-block; }

.header_section{ padding:0; }

.bannerSlider #banner_slider .owl-nav, #encouraging_apparel .owl-nav { width:99%; }

.banner_text_block h2{  }

.about_section h2{ font-size:30px; }

.about_section h3{ font-size:22px; }

.about_section p{ font-size:16px; line-height:30px; }

.title h2, .hdng h2{ font-size:30px; }

.title{ margin-bottom:20px; }

.blrb_icon{ width:100%; text-align:center; margin-bottom:20px; }

.blrb_txt{ width:100%; text-align:center; }

.hdng h2{ margin-bottom:0; }


	

.margin_top{ margin-top:30px; }
#encouraging_apparel .owl-nav .owl-prev{ left:-28px; }
#encouraging_apparel .owl-nav .owl-next{ right:-28px; }

#backToTop{ bottom:80px; }




	.inner_ourserv h2 {
		font-size: 30px;
	}
	.cont_form_area h2 {
		font-size: 30px;
	}
	.inner_about h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.fform #name, .fform #email, .fform #phone, .fform #select_services{
		width:100%;
	}
	.fform #comm{
		width:100%;
	}
	.cont_det ul li {
		margin-bottom:0;
	}

  .inner_banner {
    top: 50px;
  }

	
}
 @media only screen and (max-width: 480px) {
    .container {
       
         margin: 0 auto;
         
    }   
	
	.banner_text_block {
		padding: 0;

	}
	
	.banner_text_block h1 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.banner_text_block h1 strong {
		font-size: 14px;
		line-height: 20px;
	}
	
	.banner_text_block a {
		margin-top: 7px;
		font-size: 12px;
		padding: 7px 11px;
	}
	.bannerSlider .owl-item > .item > img {
	    height: 250px;
	    object-fit: cover;
	}
	
	.cont_form_area {
		padding: 38px 20px;
	}
	
	.inner_banner {
		top: 30px;
	}
	.inner_banner h2 {
		font-size: 27px;
	}
	
}



 @media only screen and (max-width: 360px) {
    .container {
         
         margin: 0 auto;
        
    }
	.banner_text_block {
		padding: 0;
		left: 45px;
		/*top: 20px;*/
	}
	
	.banner_text_block h1 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.banner_text_block h1 strong {
		font-size: 14px;
		line-height: 20px;
	}
	
	.banner_text_block a {
		margin-top: 7px;
		font-size: 12px;
		padding: 7px 11px;
	}
	
	
}
 

 @media only screen and (max-width: 320px) {
    .container {
         
         margin: 0 auto;
         
    }
	.bnr_cpsn h1 { font-size:20px; }
	
	
	
} 