@charset "utf-8";

/* CSS Document */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
  
  @font-face {
	font-family: 'Silent_Reaction';
	src: url('../fonts/Silent_Reaction.eot');
	src: local('☺'), url('../fonts/Silent_Reaction.woff') format('woff'), url('../fonts/Silent_Reaction.ttf') format('truetype'), url('../fonts/Silent_Reaction.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sylfaen';
	src: url('../fonts/sylfaen.eot');
	src: local('☺'), url('../fonts/sylfaen.woff') format('woff'), url('../fonts/sylfaen.ttf') format('truetype'), url('../fonts/sylfaen.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*----------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

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;
}


.container {
	width: 1200px;
}

.mob_header {
    display: none;
}

/*top_header_section*/

.top_header_section {
    display: block;
    position: relative;
    padding: 10px 0 25px;
    background-color: #ffffff;
}

.top_sec {
    display: block;
    margin-top: 5px;
    padding: 0;
}


.top_sec ul {
    margin: 0;
	float: right;
    padding: 0;
}

.top_sec ul li {
    float: left;
    list-style: none;
    margin-right: 15px;
    padding-right: 20px;
    border-right: 1px solid #828181;
	color:#09083f;
	font-size:16px;
	font-weight:400;
}

.top_sec ul li a {
    color: #09083f;
    font-size: 21px;
	font-weight:600;
}

.top_sec ul li i{
	margin-right:7px;
	color:#c166af;
}



.ss_sec {
    display: block;
    margin: 0;
    padding: 2px 0 0;
	
}

.ss_sec ul {
    margin: 0;
    padding: 0;
}

.ss_sec ul li {
    float: left;
    list-style: none;
    margin: 0 6px;
}
.ss_sec ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #09083f;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding-top: 5px;
	background:#fff;
	color:#09083f;
	-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{ box-shadow:none; }


.ltree{
	height:16px;
	width:auto;
}

/*header_section*/
.header_section {
    background-color: #ffffff;
    padding: 11px 0;
    display: block;
	position: relative;
}
/*.header_section:before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 17%);
    width: 80%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    top: -3px;
    right: 0;
}*/
.logo_sec {
    position: absolute;
    bottom: -57px;
    display: block;
	left:0;
}
.menu_sec{
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
.menu_sec:before{ background:#e6e6eb; content:""; position:absolute; right:0; top:-20px; width:100%; height:1px; }
.menu_sec ul{
	margin:0;
	padding:0;
	text-align:right;
}
.menu_sec ul li {
    /*float: left;*/
    list-style: none;
	    margin: 0 5px;
		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: #454545;
    font-size: 17px;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
	
}
.menu_sec > ul > li:last-child a {
    background-color: #c166af;
    color: #ffffff;
    border-radius: 30px;
}
.ss_sec ul li a:hover{
	color:#c166af;
}

.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:10px;
}
.banner_text_block {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
}
/*.banner_text_block h1{
	font-size:35px;
	line-height:50px;
	color:#ffffff;
}*/

.banner_text_block h3{ font-size:64px; color:#c166af; font-family: 'Silent_Reaction'; font-weight:normal; }

.banner_text_block h2{ color:#ffffff; font-size:54px; font-family: 'sylfaen'; text-transform:uppercase; font-weight:normal; margin:30px 0; }

.banner_text_block h2 span{ border-top:2px solid #fff; border-bottom:2px solid #fff; }

.banner_text_block h5{ color:#fff; font-size:25px; font-weight:400; }

.bannerSlider .owl-theme .owl-dots{ text-align:left; }

.bannerSlider .owl-dots {
    width: 90%;
    position: absolute;
    bottom: 80px;
	max-width:1170px;
	left:0;
	right:0;
	margin:0 auto;
}

.bannerSlider .owl-theme .owl-dots .owl-dot span{ margin: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: rgba(250,250,250,1) !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 h1 strong{
	font-size:35px;
}
.bannerSlider .owl-item > .item.sliderThree > .banner_text_block > h1 > strong {
    color: #e17a26;
}
.bannerSlider .owl-item > .item.sliderThree > .banner_text_block > h1 {
    color: #201e4b;
}
.banner_text_block p{
	font-size:20px;
	line-height:32px;
	margin:20px 0; 
	color:#000000;
}
.banner_text_block a {
    font-size: 17px;
    color: #ffffff;
    background-color: #c166af;
    padding: 15px 40px;
    border-radius:30px;
	margin-top:25px;
    display: inline-block;
    text-transform: uppercase;
	font-family: 'Silent_Reaction';
}

.banner_text_block a:hover{ background:#fff; color:#09083f; }

.menu_sec ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
}
.menu_sec ul li > ul.sub-menu {
    position: absolute;
    top: 90%;
    left: 25px;
    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: 15px 0 0;
	min-width:197px;
}
.menu_sec ul li > ul.sub-menu > li {
    display: block;
    margin: 0;
}

.menu_sec ul li > ul.sub-menu > li a{ padding:15px 10px; font-size:15px; display:block; }

.menu_sec ul li > ul.sub-menu > li a:hover{ background:#c166af; 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: #c166af;
}
.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: '\f061';
}
.bannerSlider #banner_slider .owl-nav .owl-prev span::before, #encouraging_apparel .owl-nav .owl-prev span::before {
    content: '\f060';
}


/*about_section*/


.about_section{ padding:70px 0; }

.about_section h5{ color:#c166af; font-size:40px; font-family: 'Silent_Reaction'; margin:10px 0; }

.about_section h2{ font-size:50px; text-transform:uppercase; color:#000; font-family: 'sylfaen'; position:relative; padding-bottom:20px; margin-bottom:27px; letter-spacing:1px; }

.about_section h2:before{ position:absolute; left:0; bottom:0; content:""; width:101px; height:2px; background:#c166af; }

.about_section p{ font-size:17px; color:#323232; margin-bottom:20px; line-height:36px; }

.about_section a{ font-size:17px; color:#fff; background:#0d0b4a; display:inline-block; padding:9px 30px 11px; border-radius:30px;margin-top:5px; transition:.5s ease; }

.about_section a:hover{ background:#c166af; }


/*work_section*/


.work_section{ background:url(../images/blurb_bg.jpg) no-repeat center; padding:70px 0; background-size:cover; }

.work_section .title h2:before{ background:#fff; }

.work_section .title h2{ color:#fff; }

.work_blrb{ text-align:center; margin-top:48px; }

.work_blrb h3{ font-size:21px; color:#fff; font-weight:600;  margin:26px 0 10px; }

.work_blrb p{ font-size:15px; color:#fff; }

.cta_btn{ margin-top:48px; text-align:center; }

.cta_btn a{ display:inline-block; padding:10px 44px 12px; background:#0d0b4a; transition:.5s ease; color:#fff; border-radius:30px; font-size:17px; }

.cta_btn a:hover{ background:#fff; color:#0d0b4a; }


/*service_section*/


.service_section{ padding:70px 0; }

.title p{ margin-top:30px; color:#000000; font-size:17px; }

.ech_srvc_row{ margin-top:55px; }

.lyf{ background:#fff; margin-top:22px; padding:33px 44px 44px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1) -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); width:110%; position:relative; z-index:1; }

.lyf h3{ font-size:23px; font-weight:600; color:#000; margin:20px 0 10px 15px; }

.lyf p{ margin:0 0 20px 15px; font-weight:400; font-size:16px; line-height:30px; color:#000000; letter-spacing:1px; }

.lyf a{ display:inline-block; padding:10px 32px 12px; background:#0d0b4a; transition:.5s ease; color:#fff; border-radius:30px; font-size:17px; margin-left:15px; }

.lyf a:hover{ background:#c166af; }

.srvc{ background:#fff; margin-top:22px; padding:44px 50px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1) -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); width:110%; position:relative; z-index:1; margin-left:-16%; }

.srvc h3{ font-size:23px; font-weight:600; color:#000; margin:20px 0 10px; }

.srvc p{ margin:0 0 20px 0; font-weight:400; font-size:16px; line-height:30px; color:#000000; letter-spacing:1px; }

.srvc a{ display:inline-block; padding:10px 32px 12px; background:#0d0b4a; transition:.5s ease; color:#fff; border-radius:30px; font-size:17px; margin-left:0; }

.srvc a:hover{ background:#c166af; }

.srvc_img img{ border-radius:5px; }


/*event_section*/


.event_section{ background:#f6f6f6; padding-top:70px; }

.title{ text-align:center; }

.title h2:before{ position:absolute; width:101px; height:2px; content:""; background:#c166af; left:0; right:0; margin:auto; top:auto; bottom:0; }

.title h2{ text-align:center; color:#000000; font-size:50px; font-family: 'sylfaen'; text-transform:uppercase; padding-bottom:25px; margin-bottom:0px; position:relative; }

.margin_top{ margin-top:50px; }

.eventbox{ background:#fff; border-radius:5px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }

.eventbox .event_img{ border-bottom:3px solid #0d0b4a; border-radius:5px 5px 0 0; }

.eventbox .event_img img{ border-radius:5px 5px 0 0; }

.eventbox .event_text{ padding:25px 30px 30px; }

.eventbox .event_text h6{ color:#c166af; font-size:17px; margin-bottom:15px; }

.eventbox .event_text h2{ font-size:18px; font-weight:600; margin-bottom:15px; color:#08093d; }

.eventbox .event_text p{ color:#070707; font-weight:300; font-size:15px; line-height:25px; }

.eventbox .event_text a{ font-weight:500; color:#c166af; display:inline-block; font-size:15px; border-bottom:1px solid #c166af; margin-top:15px; transition:.5s ease; }

.eventbox .event_text a:hover, .ech_evnt_bx .event_text a:hover{ color:#08093d; }

.ech_evnt_bx{ margin-bottom:25px; background:#fff; border-radius:5px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }

.ech_evnt_bx .event_img{ width:40%; float:left; border-right:2px solid #0d0b4a; border-radius:5px 0 0 5px; }

.ech_evnt_bx .event_img img{ border-radius:5px 0 0 5px; }

.clear{ clear:both; height:0; }

.ech_evnt_bx .event_text{ padding:30px; width:60%; float:right; }

.ech_evnt_bx .event_text h6{ color:#c166af; font-size:17px; margin-bottom:15px; }

.ech_evnt_bx .event_text h2{ font-size:18px; font-weight:600; margin-bottom:15px; color:#08093d; }

.ech_evnt_bx .event_text p{ color:#070707; font-weight:300; font-size:15px; line-height:25px; }

.ech_evnt_bx .event_text a{ font-weight:500; color:#c166af; display:inline-block; font-size:15px; border-bottom:1px solid #c166af; margin-top:15px; transition:.5s ease; }

.sdl_btn{ text-align:center; }

.sdl_btn a{ display:inline-block; padding:10px 32px 12px; background:#0d0b4a; transition:.5s ease; color:#fff; border-radius:30px; font-size:17px; }

.sdl_btn a:hover{ background:#c166af; }


/*podcast_section*/


.podcast_section{ background:#f6f6f6; padding-top:50px; }

.interview{ padding:50px 330px 50px 39px; border-radius:5px; background:url(../images/lady.png) no-repeat right bottom, url(../images/pink_bg.jpg) repeat center; position:relative; z-index:1; }

.interview h2{ font-size:50px; font-family: 'sylfaen'; text-transform:uppercase; color:#fff; margin-bottom:25px; }

.interview ul{ margin:0; padding:0; list-style:none; }

.interview ul li{ list-style:none; background:#fff; width:47%; margin:0 15px 15px 0; float:left; border-radius:5px; }

.interview ul li a{ font-size:17px; color:#08093d; font-weight:500; font-family: 'Poppins', sans-serif; padding:10px 10px 10px 64px; display:block; line-height:22px; }

.interview ul li a span{ font-size:15px; font-weight:400; text-decoration:underline; }

.interview ul li.yt{ background:url(../images/yt.jpg) no-repeat 8px center #fff; }

.interview ul li.tw{ background:url(../images/twtr.jpg) no-repeat 8px center #fff; }

.interview ul li.fb{ background:url(../images/fb.jpg) no-repeat 8px center #fff; }

.interview ul li.in{ background:url(../images/in.jpg) no-repeat 8px center #fff; }

.interview ul li.insta{ background:url(../images/insta.jpg) no-repeat 8px center #fff; }

.interview ul li.pc{ background:url(../images/pdcst.jpg) no-repeat 8px center #fff; }

.interview > a{ display:inline-block; padding:10px 32px 12px; background:#0d0b4a; transition:.5s ease; color:#fff; border-radius:30px; font-size:17px; margin-left:0; }

.interview > a:hover{ background:#fff; color:#0d0b4a; }



/*footer_section*/


.footer_section{
    
	background:#0d0b4a;
	padding-top:250px;
	margin-top:-160px;

}

.ft_logo {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.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: 22px;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
	font-family: 'sylfaen'
}

.ft_link h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3d3c6e;
    width: 80%;
    height: 1px;
}

.ft_link h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #c166af;
    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:#c166af;
	width:17px; text-align:center;
}
#social ul
{
	columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}
.ft_link ul li {
    list-style: none;
    margin-bottom: 10px;
	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;
}
.ltree_foot {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #ffffff;
	transition:.5s ease;
	display:block;
}
.ltree_foot img{
	height: 18px;
	padding-top:4px;
	padding-left:10px;
}


.copy{ text-align:center; font-size:15px; color:#fff; padding:15px 0; border-top:1px solid #26245c; margin-top:40px; }

.copy a{ color:#c166af; border-bottom:1px solid #c166af; transition:.5s ease; }

.copy a:hover{ color:#fff; }

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:#060644;
	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, .ft_link.ft_ss ul li a.ltree_foot:hover{
	background-color:#c166af;
	color:#ffffff;	
    border: 1px solid #c166af;
}

.ft_link ul li a:hover, .ft_link ul li a.ltree_foot:hover, .top_sec ul li a:hover, .top_sec ul li a:hover, .menu_sec ul li a:hover{
	color: #c166af;
}

#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #c166af;
    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: #984a4e;
  }
  #backToTop:active {
    background-color: #984a4e;
  }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }