@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: 'Plantc';
    src: url('../fonts/plantc.ttf') format('truetype');
    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;
}

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;
    background-color: #eeeeec;
}

.top_header_section .container{ padding: 7px 0; border-bottom:1px solid #d8d8d7; }

.ryt_hdr{ text-align:right; }

.ss_sec{ display:inline-block; }

.ss_sec {
    display: inline-block;
    margin: 0;
    padding: 0;
	
}

.ss_sec ul {
    margin: 0;
    padding: 0;
}

.ss_sec ul li {
	display:inline-block;
    list-style: none;
    margin: 0 3px;
}
.ss_sec ul li a {
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding-top: 2px;
	color:#000000;
	/*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:#fff; background:#ed2024; border-color:#ed2024; }

.cta{ display:inline-block; }

.cta a{ font-weight:500; font-size:16px; color:#fff; background:#ed2024; display:inline-block; padding:10px 15px; border-radius:5px; margin-top:18px; transition:.5s ease; }

.cta a:hover{ background:#000; }


/*header_section*/
.header_section {
    background-color: #eeeeec;
    padding: 2px 0;
    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 {

}
.menu_sec{
	display:block;
	margin:0;
	padding:0;
	position:relative;
}

.menu_sec ul{
	margin:0;
	padding:0;
	text-align:center;
}
.menu_sec ul li {
    /*float: left;*/
    list-style: none;
	    margin: 0 15px;
		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: #000;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
	font-weight:500;
	
}


.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;
}
.banner_text_block {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
	text-align:center;
}

.banner_text_block h2{ color:#ffffff; font-size:70px; text-transform:uppercase; font-weight:normal; font-family: 'Plantc'; line-height:70px; }

.bannerSlider .owl-theme .owl-dots{ text-align:center; }

.bannerSlider .owl-dots {
    width: 90%;
    position: absolute;
    bottom: 33px;
	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,1) !important;
}
.bannerSlider .owl-dots > button:hover> span, .bannerSlider .owl-dots > button.active > span {
    background: #fff !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 #fff; border-radius:50%; content:""; left:-4px; top:-4px; }


.banner_text_block a {
    font-size: 19px;
    color: #fff;
    background: #ed2024;
    padding: 10px 20px;
	margin-top:15px;
    display: inline-block;
    text-transform: uppercase;
	font-weight:600;
	border-radius:5px;
}

.banner_text_block a:hover{ background:#000; }

.menu_sec ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
}
.menu_sec ul li > ul.sub-menu {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
    text-align: left;
    color: #242424;
    background: url(../images/tri.png) no-repeat top 2px left 22px;
    /*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;
	background:#fff;
}

.menu_sec ul li > ul.sub-menu > li:first-child{ border-top:2px solid #ed2024; }

.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:#ed2024; 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 #fff;
}

#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: #fff !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';
}


/*browse_section*/


.brws_section{ padding:70px 0; } 

.brws_img{ position:relative; margin-top:30px; }

.brws_img img{ width:100%; border-radius:5px; }

.brws_img h3{ position:absolute; bottom:17px; left:12px; width:calc(100% - 24px); padding:15px 0 15px 66px; margin:0; font-size:20px; color:#000; font-weight:600; text-transform:uppercase; border-radius:3px; }

.b1 h3{ background:url(../images/brws-icon1.jpg) no-repeat left 16px center #fff; }

.b2 h3{ background:url(../images/brws-icon2.jpg) no-repeat left 16px center #fff; }

.b3 h3{ background:url(../images/brws-icon3.jpg) no-repeat left 16px center #fff; }

.b4 h3{ background:url(../images/brws-icon4.jpg) no-repeat left 16px center #fff; padding-left:76px !important; }

.b5 h3{ background:url(../images/brws-icon5.jpg) no-repeat left 16px center #fff; }


/*about_section*/


.about_section{ padding:70px 0; background:#f6f6f6; }

.about_section p{ font-size:17px; color:#020202; margin-bottom:20px; line-height:33px; }

.about_section p strong{ font-weight:500; }

.about_section a{ font-size:17px; color:#fff; font-weight:500; text-transform:uppercase; background:#ed2024; display:inline-block; padding:10px 25px; border-radius:5px; margin-top:10px; transition:.5s ease; }

.about_section a:hover{ background:#000; color:#fff; }

.about_section .hdng h2:before{ left:0; right:auto; }

.about_img{ text-align:center; }

.about_section .hdng{ text-align:left; }

.hdng{ font-size:22px; color:#020202; font-weight:300; text-align:center; margin-bottom:10px; }

.hdng h2{ font-size:35px; color:#000; font-weight:400; text-transform:uppercase; padding-bottom:25px; position:relative; margin-bottom:20px; font-family: 'Plantc';  }

.hdng h2:before{ position:absolute; bottom:0; left:0; right:0; margin:auto; background:#ed2024; width:72px; height:2px; content:""; }


/*srvc_section*/


.srvc_section{ background:url(../images/red_bg.jpg) no-repeat center; padding:70px 0; background-size:cover; }

.srvc_section .hdng h2{ color:#fff; }

.srvc_section .hdng h2:before{ background:#fff; }

.ech_srvc_box{ background:#ffffff; border-radius:5px; }

.srvc_img{  }

.srvc_img img{ border-radius:5px 5px 0 0; }

.srvc_icon{ text-align:center; margin-top:-44px; }

.owl-carousel .owl-item .ech_srvc_box .srvc_icon img{ width:auto; display:inline-block; }

.srvc_txt h4{ font-size:20px; font-weight:600; text-transform:uppercase; color:#000; margin:0 0 10px; line-height:27px; }

.srvc_txt{ padding:5px 25px 40px; text-align:center; }

.srvc_txt p{ font-size:15px; font-weight:400; color:#000; line-height:25px; }

.srvc_section .owl-nav.disabled{ display:block !important; }

#encouraging_apparel{ margin-top:30px; }


/*test_section*/


.test_section .owl-nav.disabled, .test_section .owl-dots.disabled{ display:block !important; }

.test_section{ padding:70px 0; }

.test_section .item{ padding:10px; }

.test_section .owl-carousel .owl-item .tstbox img{ width:auto; }

.tstbox{ margin-top:40px; padding:30px 20px; position:relative; background:#fff; border-bottom:5px solid #fff; box-shadow:0 0 10px 0px rgba(0,0,0,.1); transition:.5s ease; }

.tstbox:hover{ margin-top:0; border-color:#df1e22; box-shadow:0 0 10px 0px rgba(0,0,0,.2); }

.pic{ width:65px; float:left; margin-right:10px; }

.pic img{ border-radius:50%; }

.g{ position:absolute; width:28px; height:28px; top:19px; right:14px; }

.nm h4{ font-size:19px; font-weight:600; color:#000; letter-spacing:1px; margin-bottom:3px; }

.nm p{ font-size:15px; color:#000; text-indent:3px; font-weight:400; }

.star{ margin-top:2px; color:#fdb900; font-size:12px; }

.tstmnl{ margin-top:20px; }

.tstmnl p{ color:#000; font-weight:300; font-size:16px; }


.test_section .owl-theme .owl-dots{ text-align:center; }

.test_section .owl-dots {
    width: 90%;
    position: absolute;
    bottom: -60px;
	max-width:1170px;
	left:0;
	right:0;
	margin:0 auto;
}

.test_section .owl-theme .owl-dots .owl-dot span{ margin:5px; }

.test_section .owl-dots > button > span {
    background: #d4e3eb !important;
}
.test_section .owl-dots > button:hover> span, .test_section .owl-dots > button.active > span {
    background: #ed1c24 !important;
}

.test_section .owl-dots > button.active > span{ position:relative; }

.test_section .owl-dots > button.active > span:before{ position:absolute; width:18px; height:18px; border:1px solid #ed1c24; border-radius:50%; content:""; left:-4px; top:-4px; }


.test_section #testimonial {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.test_section #testimonial .owl-nav {
    position: absolute;
    width: 100%;
}
.test_section #testimonial .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 #898989;
}

.test_section #testimonial .owl-nav button:hover{ background:#898989; }

.test_section #testimonial .owl-nav .owl-next span::before {
    content: '\f054';
}
.test_section #testimonial .owl-nav .owl-prev span::before {
    content: '\f053';
}

.test_section #testimonial .owl-nav .owl-prev {
    left: -40px;
}
.test_section #testimonial .owl-nav .owl-next {
    right: -40px;
}


.test_section #testimonial .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #898989 !important;
}

.test_section #testimonial .owl-nav button:hover span::before{ color:#fff !important; }

.test_section #testimonial .owl-nav button span {
    font-size: 0;
}


/*glry_section*/


.glry_section{ padding:70px 0; }

.glry_thumb img{ border:10px solid #ffffff; width:100%; outline:1px solid #cacaca; }

.glry_thumb{ position:relative; margin-top:15px; }

.glry_thumb::before{ position:absolute; width:calc(100% - 22px); height:calc(100% - 22px); left:11px; top:11px; content:""; background:url(../images/zoom.png) no-repeat center rgba(226,45,47,.5); pointer-events:none; opacity:0; transition:.5s ease; }

.glry_thumb:hover::before{ opacity:1; }

.mr_btn{ text-align:center; margin-top:35px; }

.mr_btn a{ font-size:17px; color:#fff; font-weight:500; text-transform:uppercase; background:#ed2024; display:inline-block; padding:10px 25px; border-radius:5px; margin-top:10px; transition:.5s ease; }

.mr_btn a:hover{ background:#000; color:#fff; }


/*brand_section*/


.brand_section .owl-nav.disabled{ display:block !important; }

.brand_section{ padding:30px 0 0; }

.brand_section .hdng{ margin-bottom:42px; }

.ech_brnd img{ width:100%; border:1px solid #bfbfbf; border-radius:5px; }

.brand_section #brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brand_section #brand .owl-nav {
    position: absolute;
    width: 100%;
	top:12px;
}
.brand_section #brand .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;
}

.brand_section #brand .owl-nav button:hover{ background:#898989; }

.brand_section #brand .owl-nav .owl-next span::before {
    content: '\f054';
}
.brand_section #brand .owl-nav .owl-prev span::before {
    content: '\f053';
}

.brand_section #brand .owl-nav .owl-prev {
    left: -40px;
}
.brand_section #brand .owl-nav .owl-next {
    right: -40px;
}


.brand_section #brand .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #898989 !important;
}

.brand_section #brand .owl-nav button:hover span::before{ color:#fff !important; }

.brand_section #brand .owl-nav button span {
    font-size: 0;
}


/*form_section*/


.form_section{ background:url(../images/from_bg.jpg) no-repeat top center; background-size:cover; padding-top:250px; }

.frm_area{ background:#ed2024; padding:40px; position:relative; bottom:-200px; }

.frm_area h4{ color:#fff; font-size:21px; font-weight:400; letter-spacing:1px; text-transform:uppercase; }

.frm_area h2{ font-size:43px; color:#fff; font-weight:400; text-transform:uppercase; font-family: 'Plantc'; margin-top:10px; margin-bottom:10px; }

.frm_area p{ font-size:20px; color:#fff; letter-spacing:1px; margin-bottom:10px; }

.frm_area p a{ color:#fff; font-weight:600; }

.ech_fld{ margin:10px 6px 0; float:left; width:calc(50% - 12px); }

.ech_fld input, .ech_fld select{ background:#ffffff; padding:12px 20px; border-radius:5px; color:#000; font-weight:400; font-size:16px; border:none; outline:none; width:100%; }

.ech_fld input::placeholder, .flfld textarea::placeholder{ color:#000; opacity:1 !important; }

.flfld{ margin:10px 6px 0; }

.flfld textarea{ background:#ffffff; padding:12px 20px; height:136px; border-radius:5px; color:#000; font-weight:400; font-size:16px; border:none; outline:none; width:100%; }

.flfld input[type="submit"]{ font-size:19px; color:#fff; font-weight:400; text-transform:uppercase; background:#000000; padding:12px 50px; border-radius:5px; transition:.5s ease; border:none; outline:none; cursor:pointer; }

.flfld input[type="submit"]:hover{ background:#fff; color:#000; }


/*footer_section*/


.footer_section{
    
	background:url(../images/ftr_bg.jpg) no-repeat center; background-size:cover;
	padding-top:270px;

}


.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: #6d6d6d;
    width: 80%;
    height: 1px;
}

.ft_link h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ed2024;
    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 #3c3c3c; margin-top:40px; }

.copy a{ color:#fff; border-bottom:1px solid #ed2024; transition:.5s ease; }

.copy a:hover{ color:#ed2024; }

.ft_logo{ text-align:center; font-family: 'Plantc'; font-size:32px; color:#fff; font-weight:400; }



/*hover css*/



.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:#ed2024;	;
}

.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: #ed2024;
}

#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #ed2024;
    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;
  }
  
  
  
/*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, .brand_section #brand .owl-nav .owl-prev{ left:0; }
	 #encouraging_apparel .owl-nav .owl-next{ right:0; }
	 .brand_section #brand .owl-nav{ top:24%; }
	 .test_section #testimonial .owl-nav .owl-prev, .brand_section #brand .owl-nav .owl-prev{ left:-20px; }
	 .test_section #testimonial .owl-nav .owl-next, .brand_section #brand .owl-nav .owl-next{ right:-20px; }
	 
}


 @media only screen and (max-width:1199px) {
    .container {
         width: 1024px !important;
         margin: 0 auto;
    }
	
	.header_section:before{
		    width: 92%;
	}
	
	.top_header_section{
		
	}
	
	.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 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 {
         width: 980px !important;
         margin: 0 auto;
    }
	.menu_sec ul li a{
		font-size: 14px;
	}
	
}

 @media screen and (max-width: 991px) {
	 
   .about_section .hdng{ margin-top:20px; }

 }

 @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: #ed2024;
         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: #ed2024;
         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; line-height:30px; }
	.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%; }
	
	.ech_fld, .flfld{ width:100%; margin-left:0; margin-right:0; }
	
}
 @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: 0;
	}
	
	.form_section { padding-top:100px; }
	
	.ft_link{ margin-top:30px; }
	
.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; }


.cta a{ font-size:14px; padding:5px 10px; margin-top:5px; }
	

.margin_top{ margin-top:30px; }
#encouraging_apparel .owl-nav .owl-prev{ left:-28px; }
#encouraging_apparel .owl-nav .owl-next{ right:-28px; }

#backToTop{ bottom:80px; }
	
}
 @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;
	}
	
	.brand_section #brand .owl-nav{ top:5%; }

	
}



 @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;
	}
	
	
}
 

 @media only screen and (max-width: 320px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }
	.bnr_cpsn h1 { font-size:20px; }
	
	
	
} 