@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,
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: 1200px;
}

.mob_header {
    display: none;
}

/*top_header_section*/

.top_header_section {
    display: block;
    position: relative;
    padding: 10px 0;
    background-color: #01304e;
}

.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: 15px;
    padding-right: 20px;
    border-right: 1px solid #828181;
	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;
	
}

.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 #828181; padding-right:20px; }


/*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: -50px;
    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: #01304e;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
	font-weight:500;
	
}
.menu_sec > ul > li:last-child a {
    background-color: #2fd0e7;
    color: #000;
    border-radius: 2px;
	padding:10px 15px;
	font-size:16px;
	font-weight:600;
}

.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%;
}
.banner_slide_section {
    position: relative;
    display: block;
	margin-top:5px;
}
.banner_text_block {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.banner_text_block h2{ color:#ffffff; font-size:76px; text-transform:uppercase; font-weight:normal; max-width:550px; }

.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: #000;
    background: #2fd0e7;
    padding: 10px 20px;
	margin-top:15px;
    display: inline-block;
    text-transform: uppercase;
	font-weight:600;
	border-radius:2px;
}

.banner_text_block a:hover{ background:#fff; }

.menu_sec ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
}
.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;
}
.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:#2fd0e7; color:#000; }

.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:70px 0; }

.about_section h2{ font-size:45px; text-transform:uppercase; color:#2fd0e7; font-weight:700; position:relative; padding-bottom:10px; margin-bottom:19px; margin-top:28px; }

.about_section h2 span{ color:#01304e; }

.about_section h2:before{ position:absolute; left:0; bottom:0; width:68px; height:3px; background:#2fd0e7; content:""; }

.about_section h3{ color:#000; font-size:25px; font-weight:400; margin-bottom:15px; }

.about_section p{ font-size:17px; color:#000; margin-bottom:20px; line-height:33px; }

.about_section a{ font-size:17px; color:#000; font-weight:600; text-transform:uppercase; background:#2fd0e7; display:inline-block; padding:10px 25px; border-radius:2px;margin-top:5px; transition:.5s ease; }

.about_section a:hover{ background:#01304e; color:#fff; }

.about_img{ text-align:center; }


/*benefit_section*/


.benefit_section{ background:url(../images/bnft_bg.jpg) no-repeat center; padding:70px 0; background-size:cover; color:#fff; }

.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; }

.title p{ font-size:16px; max-width:800px; margin:0 auto; font-weight:400; line-height:30px; }

.benefit_blrb{ margin-top:40px; }

.blrb_icon{ width:82px; float:left; }

.blrb_txt{ width:calc(100% - 82px); float:right; }

.blrb_txt h3{ padding-left:16px; margin-bottom:15px; font-size:21px; font-weight:600; }

.blrb_txt p{ padding-left:16px; color:#fff; font-weight:400; font-size:16px; line-height:30px; }


/*form_section*/


.form_section{ padding:70px 0; background:#f6f6f6; text-align:center; }

.hdng h2{ font-size:45px; color:#01304e; 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:#2fd0e7; width:68px; height:3px; content:""; }

.ech_dwnld{ padding:15px 15px 25px; background:#fff; border-radius:5px; margin-top:40px; }

.dwnld_icon{ padding:20px 0; background:#f6f6f6; border-radius:5px; }

.ech_dwnld h4{ font-size:17px; font-weight:500; color:#000; padding:10px 0 0; min-height:66px; line-height:23px; }

.ech_dwnld a{ display:inline-block; transition:.5s ease; border-radius:2px; border:2px solid #2fd0e7; padding:6px 10px 6px 36px; background:url(../images/down_icon.png) no-repeat left 12px center #2fd0e7; font-size:16px; font-weight:400; color:#000; }

.ech_dwnld a:hover{ background-color:#fff; }


/*test_section*/


.test_section{ padding:70px 0; }

.hdng h2 span{ color:#2fd0e7; }

.playVideo{ position:relative; margin-top:40px; }

.playVideo img{ border-radius:5px; width:100%; }

.playVideo .et_pb_video_overlay_hover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.playVideo a.et_pb_video_play {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    box-sizing: content-box;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: auto;
	bottom:0;
}
.playVideo a.et_pb_video_play::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #2fd0e7;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.playVideo a.et_pb_video_play::after {
    content: '\f04b';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 50px;
	color:#2fd0e7;
	text-indent:3px;
}
.playVideo a.et_pb_video_play:hover:after {
  background-color: darken(#fff, 10%);
}
.playVideo a.et_pb_video_play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


#encouraging_apparel{ margin-top:30px; }

.tstbox{ padding:28px 38px; box-shadow:0 0 10px 0 rgba(0,0,0,.1); border-radius:5px; margin:10px; }

.star{ color:#ffa500; margin-bottom:10px; font-size:20px; }

.tstbox p{ font-weight:300; line-height:28px; color:#000; }

.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; }



/*footer_section*/


.footer_section{
    
	background:#01304e;
	padding-top:70px;

}

.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: #ec680c;
  
}

.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;
}

.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 #1a445f; margin-top:40px; }

.copy a{ color:#fff; border-bottom:1px solid #01c7e2; transition:.5s ease; }

.copy a:hover{ color:#01c7e2; }

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:#01304e;
	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:#01304e;	;
}

.ft_link ul li a:hover, .top_sec ul li a:hover, .top_sec ul li a:hover, .menu_sec ul li a:hover{
	color: #2fd0e7;
}

#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #01c7e2;
    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 pages css*/

.inr_bnr{ position:relative; }

.inr_bnr img{ width:100%; min-height:433px; object-fit:cover; }

.inr_ttl{ width:100%; position:absolute; left:0; bottom:156px; }

.inr_ttl h1{  
	color: #ffffff;
	font-size: 76px;
	text-transform: uppercase;
	font-weight: normal;

}
.whyus_section {
	padding:70px 0;
} 
.inner_title{
	width:80%;
	margin:0 auto;
}
.inner_title h2{
	font-weight:700;
	font-size:45px;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:20px;
	color:#01304e;
} 
.inner_title p{
	font-weight:400;
	font-size:16px;
	text-align:center;
	padding-bottom:20px;
	color:#000;
	position:relative;
}   
.inner_title p::before{
	content:"";
	width:68px;
	height:3px;
	background:#000;
	bottom:0;
	left:47%;
	position:absolute;
}
.why_content{
	padding:56px 0;
}
.why_img{
	text-align:center;
}
.why_img img{
	 width:auto;
	 border-radius:4px;
	 box-shadow: 0 0 0 5px #1ccde5;
	 border: 5px solid #fff;
 } 
.why_text{
	padding:40px 0 0 0;
} 
.why_text p{
	font-weight:400;
	font-size:16px;
	padding-bottom:20px;
	color:#000;
}
.why_text p::before{
	display:none;
} 
.why_text img{
	padding-bottom:20px;
}
.whyus_section h3{
	font-size:21px;
	font-weight:600;
	color:#01304e;
	padding-bottom:20px;
}  

.innerbenefit_section {
  background: #f6f6f6;
  padding: 70px 0;
}
  
.whybenefit_blrb{ margin-top:40px; }

.whyblrb_icon{ width:82px; float:left; }

.whyblrb_txt{ width:calc(100% - 82px); float:right; }

.whyblrb_txt h3{ padding-left:16px; margin-bottom:15px; font-size:21px; font-weight:600; color: #01304e; }

.whyblrb_txt p{ padding-left:16px; color:#000; font-weight:400; font-size:16px; line-height:30px; }

.innertest_section{
	padding:70px 0;
}
  
.inner_hdng h2{ 
	font-size:45px; 
	color:#01304e; 
	font-weight:700; 
	text-transform:uppercase; 
	padding-bottom:15px;
	position:relative; 
	margin-bottom:10px; 
	text-align:center; 
	}

.inner_hdng h2:before{ position:absolute; bottom:0; left:0; right:0; margin:auto; background:#01304e; width:68px; height:3px; content:""; }
  
#encouraging_apparel_2{ margin-top:30px; }

.inner_tstbox{ padding:28px 38px; box-shadow:0 0 10px 0 rgba(0,0,0,.1); border-radius:5px; margin:10px; transition:1s;}

.inner_tstbox:hover{
	transform: scale(1.1);
	border-bottom:5px solid #2dc3d9;
	margin-top:-2px;
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}

.inner_star{ color:#ffa500; margin-bottom:10px; font-size:16px; }

.inner_tstbox p{ font-weight:300; line-height:28px; color:#000; }

.owl-carousel .owl-item .inner_prsn_img img{ width:auto; }

.inner_dtls{ margin-bottom: 18px; }

.inner_prsn_img{ float:left; margin-right:14px; }

.inner_prsn_dtls{ padding-top:6px; }

.inner_prsn_dtls h4{ font-size:18px; color:#000; font-weight:600; margin-bottom:5px; }

.inner_prsn_dtls h5{ font-size:17px; color:#000; font-weight:300; }  


#encouraging_apparel_2 .owl-nav{
	display:block;
}
#encouraging_apparel_2 .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;
	box-shadow:0px 0 7px rgba(0, 0, 0, 0.14);
}

#encouraging_apparel_2 .owl-nav .owl-prev {
    left: -55px;
    top: 131px;
	
}
#encouraging_apparel_2 .owl-nav .owl-next {
    right: -55px; 
	top:131px;
}  
#encouraging_apparel_2 .owl-nav span{
	font-size: 45px;
	font-weight: 100;
	margin-top: -4px;
	color: #dcdcdc;
}
#encouraging_apparel_2 .owl-dots{
	display:block;
}


.contact_section{
	background:url(../images/bnft_bg.jpg) no-repeat center;
	background-size:cover;
	padding:70px 0;
}  
.cont_form{
	width:80%;
	margin:0 auto;
	padding-top:30px;
}
.cont_form input[type=text], .cont_form input[type=email], .cont_form input[type=tel], .cont_form textarea{
	background: #fff;
	padding: 14px 17px;
	border: none;
	border-radius: 5px;
	margin: 10px 0;
	width: 100%;
	color: #3d3d3d;
	font-size: 15px;
}  

.cont_form input[type=submit]{ 
	background: #01304e;
	display: block;
	transition: .5s ease;
	border-radius: 5px;
	border: 2px solid #01304e;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	width: 211px;
	margin: 0 auto;
    margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px; 
	}

.cont_form input[type=submit]:hover{ background-color:#000; }
  
  
  
  
.address_section{
	 padding:70px 0;
 } 
.add_area{
	width:80%;
	margin:0 auto;
} 
.add_box{
	 box-shadow:0px 0 7px rgba(0, 0, 0, 0.14);
	 border-radius:5px;
	 padding:20px 38px;
	 text-align:center;
	 margin-top:30px;
	 min-height: 220px;
 } 
.add_box h3 {
  font-size: 21px;
  font-weight: 600;
  color: #01304e;
  padding:20px 0 10px 0;
}
.add_box p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.add_box p a{
  color: #000;
}
.map_section{
	padding:0;
	margin:0;
}  
  
  
.about_section{
	padding:80px 0;
}  
.about_text{
	box-shadow: 0px 0px 20px #f1f1f1;
}  
.ab_img{
	position:relative;
}
.ab_img img{
	width:100%;
}
.ab_img::after{
	content:"";
	background:url("../images/ab_shadow.png") repeat-x left bottom;
	width:100%;
	height:376px;
	bottom:0;
	left:0;
	position:absolute;
	z-index:2;
}
.ab_name{
	position: absolute;
	left: 50px;
	bottom: 40px;
	z-index: 7;
}
.ab_img h3{
	font-size:30px;
	font-weight:600;
	color:#fff;
	font-style: italic;
	padding-bottom:5px;
	margin-bottom: 0;
}
.ab_img h4{
	font-size:22px;
	font-weight:600;
	color:#fff;
}
.ab_txt{
	padding:40px 40px 40px 15px;
}
.ab_txt a{
	padding: 0;
  background: none;
  color: #01c6e1;
  font-size: 16px;
  position:relative;
} 
.ab_txt a::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 84px;
	bottom: 4px;
	left: 0;
	background: #01c6e1;
} 
.ab_txt a:hover{
	color: #000;
	background:none;
}

.about_txt_btm{
	padding:80px 0 0 0;
} 
.ab_btn{
	 text-align:center;
	 display:block;
 }
.ab_btn a {
	background:#01304e;
	color:#fff;
	border-radius:4px;
}
.ab_btn a:hover{
	background: #01c6e1;
}  
  
  
  
  
  
  
  
  
  
/*responsive css*/  
  
  
@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 {
         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 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; }

	.ab_txt {
		padding: 40px;
	}
}



 @media screen and (max-width: 1024px) {
    .container {
         width: 980px !important;
         margin: 0 auto;
    }
	.menu_sec ul li a{
		font-size: 14px;
	}
	
}

 @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: -5px;
		z-index: +1;
		right: 0px;
    }
	
    .menu_open {
         font-size: 40px !important;
         color: #01304e;
         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: #01304e;
         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.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%; }
	
	
	.inr_bnr img {
		min-height: 306px;
	}

	.inr_ttl h1 {
		font-size: 32px;
	}
	#encouraging_apparel_2 .owl-nav .owl-next {
		right: -44px;
		top: 101px;
	}
	#encouraging_apparel_2 .owl-nav .owl-prev {
		left: -44px;
		top: 101px;
	}
	.cont_form {
		width: 100%;
	}
	.add_area{
		width:100%;
	}
	
}
 @media screen and (max-width: 767px) {
    .container {
         width: 400px !important;
         margin: 0 auto;
    }
	
	.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: 45px;
	}
	
.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{ max-width:300px; }

.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_title{
	margin:0 auto 30px auto;
}
.inner_title h2 {
  font-size: 30px;
}
.inner_hdng h2 {
  font-size: 30px;
}
.inner_title p::before {
	left:40%;
}
.why_content {
  padding: 26px 0;
}
.whyblrb_icon {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 20px;
}
.whyblrb_txt {
  width: 100%;
  float: none;
  text-align: center;
  padding-left: 0;
}
.whyblrb_txt p {
  padding-left: 0;
}
	
}
 @media only screen and (max-width: 480px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }   
	
	.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;
	}
	
	.inr_bnr img {
       min-height: 220px;
    }
	.inr_ttl {
		bottom: 95px;
	}
	 .why_content {
    margin: 0 10px;
  }
}



 @media only screen and (max-width: 360px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }
	.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;
	}
	.inner_title p::before {
		left: 35%;
	}
	.inner_star {
		font-size: 12px;
	}
	
}
 

 @media only screen and (max-width: 320px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }
	.menu_btn_open {
    top: 0px;
  }
	.bnr_cpsn h1 { font-size:20px; }
	.inr_bnr img {
		min-height: 163px;
    }
	.inr_ttl {
		bottom: 59px;
    }
	.inner_tstbox {
		padding: 28px 10px;
	}
	  .inner_star {
    font-size: 11px;
  }
} 