@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); 


@font-face {
  font-family: "FEI-Bold";
  src: url("../fonts/FEI-Bold.woff") format('woff');
}

body {
    font-family: 'El Messiri', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #595b61;
    background-color: #fff;
}
/*----Normal Css Start----*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'El Messiri', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}
.anton {
	font-family: 'FEI-Bold', sans-serif;
}
small {
	font-size: 12px;
}
.dull {
	opacity: 0.5;
}
.disabled {
	pointer-events: none;
	opacity: 0.6;
}
.hc_header {
	background: linear-gradient(90deg, #8620a2,#ea53b0);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
}
.bg-light {
    background-color: #e9ecef !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.position-absolute {
    position: absolute !important;
}
.fs-1 {
	font-size:calc(1.425rem + 2.1vw)!important
}
.fs-2{
	font-size:calc(1.35rem + 1.2vw)!important
}
.fs-3{
	font-size:calc(1.3125rem + .75vw)!important
}
.fs-4{
	font-size:calc(1.275rem + .3vw)!important
}
.fs-5{
	font-size:1.25rem!important
}
.fs-6{
	font-size:1rem!important
}
.p-0 {
	padding: 0 !important;
}
.p-2 {
    padding: .25rem !important;
}
.p-2 {
    padding: .5rem !important;
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pt-1 {
    padding-top: .25rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100% !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.shadow-none {
    box-shadow: none !important;
}
.fw-bolder {
    font-weight: 700 !important;
}
.shadow-xs {
    box-shadow: 0 2px 9px -5px rgba(0, 0, 0, .15) !important;
}
.shadow-sm {
    box-shadow: 0 .25rem .375rem -.0625rem hsla(0, 0%, 8%, .12), 0 .125rem .25rem -.0625rem hsla(0, 0%, 8%, .07) !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.d-block {
	display: block;
}
.d-block-inline {
	display: inline-block;
}
.m-0 {
    margin: 0 !important;
}
.btn {
    margin-bottom: 1rem;
    letter-spacing: -.025rem;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    background-size: 150%;
    background-position-x: 25%;
}
.personheading {
	width: fit-content;
	background: #f1f1f1;
	padding: 7px 20px;
	border-radius: 10px 10px 0px 0px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 1px 2px 5px 0px #ccc inset;
}
.personrow {
	background: #f1f1f1 !important;
    padding: 15px 6px 0px !important;
    margin: 0px 0px 20px !important;
}
.personrow .homebox {
	padding: 10px !important;
	text-align: center;
}
.personrow .homebox small {
	font-size: 14px;
	margin-top: 10px;
}
.personrow .homebox input {
	opacity: 0;
	position: absolute;
}
.personrow .homebox span i {
	font-size: 500%;
    color: #ddd;
}
.prow small {
	font-size: 11px;
    color: #666;
}
.prows .prow {
	padding-bottom: 10px;
    border-radius: 5px;
    background: #fefefe;
    border: 1px solid #a4a4a4;
}
.prows .prow:after {
    border-bottom: 2px dashed #aaa;
	height:10px;
	margin-top: 10px;
}
.prows .prow .closebtn {
	position: absolute;
    right: -2px;
    top: 0px;
    border: 0;
    font-size: 20px;
    height: 20px;
    width: 20px;
    background: none;
	cursor: pointer;
	z-index:999;
}
.prows .prow .form-control {
	font-weight: bold;
    color: #000;
}
.btn-gold {
	padding: 2% 20%;
    background: gold;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
}
.alert.alert-primary {
	border: 2px solid #8620a2;
    color: #000;
    background: #fafafa;
    text-align: center;
}
.size-20 {
	font-size: 20px;
}
.no-decoration {
	text-decoration:none !important;
}
.text-white {
	color: #fff !important;
}
.text-black {
	color: #222 !important;
}
.text-gold {
	color: #8620a2 !important;
}
.nobg {
	background: none !important;
	background-color: none !important;
}
.noborder {
	border: none !important;
}
.noshadow {
	box-shadow: none !important;
}
.bg-red {
	background: #e82e30 !important;
}
.bg-white {
	background: #fff !important;
}
.bg-gold {
	background: #ffcb00;
}
.bg-f9 {
	background: #f9f9f9 !important;
}
.bg-black {
	background: #222;
}
.block {
	display: block !important;
}
.bold {
	font-weight: bold !important;
}
.nobold {
	font-weight: normal !important;
}
.nomargin {
	margin: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.uppercase {
	text-transform: uppercase;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.mt-0 {
	margin-top: 0px;
}
.mt-1 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 10px;
}
.mb-2 {
	margin-bottom: 20px;
}
.mb-3 {
	margin-bottom: 30px;
}
.mb-4 {
	margin-bottom: 40px;
}
.events .homebox .boxhead {
	cursor: pointer;
	background-color: #fff !important;
}
.events .homebox .boxhead:hover {
	background-color: #f7efdc !important;
}
.h_homebox_wrapper {
	display: none;
	width: 100%;
    position: relative;
    background: url(../images/goldlights.jpg);
    border-top: 5px solid #ffd200;
    background-size: 100%;
    background-position: bottom;
}
.transheading {
    color: #fff;
    border-radius: 50px 50px 0px 0px;
    margin: 20px 0px 10px;
}
.lists {
	background: #ccc;
}

.homebox {
	box-shadow: 0px 0px 2px 0px #ccc;
    border-radius: 5px;
    background: #f9f9f9;
    border: 2px solid #fff;
}

.homebox .boxhead {
	padding: 10px 0px;
    box-shadow: 0px 0px 2px 0px #888 inset;
    background: url(../images/horsebg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f7efdc;
    border-radius: 5px;
    text-align: center;
    border-top: 5px solid #ffd200;
}
.homebox .boxhead h3 {
	margin: 0px 0px 10px;
    text-shadow: 1px 1px #fffbea;
    font-size: 200%;
	color: #8620a2;
}
.homebox .boxhead h4 {
	text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
.homebox p {
	color: #333;
    font-size: 13px;
}
.homebox .boxfoot {
	padding: 5px;
}
.homebox .boxfoot .btn {
	line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    height: auto;
    font-size: 15px;
    padding: 9px;
    border-width: 2px;
    width: 49%;
	background: #fff;
}
.homebox .boxfoot .btn.primary {
	width: 49%;
    background: #8620a2;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px #8620a2;
}
.homebox h6 {
color: #c00;
font-size: 14px;
}
#progressbar {
    margin-bottom: 30px;
	padding:0;
    overflow: hidden;
    color: #ccc;
}

#progressbar .active {
    color: #8620a2
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
	text-align: center;
}

#progressbar li i {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
	position: relative;
    z-index: 2;
	font-weight: bold;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}


#progressbar li.active i,
#progressbar li.active:after {
    background: #8620a2
}

.statesbox {
    border: 1px solid #eee;
    padding: 5px;
	border-top: 3px solid #7b7b7b;
}

.servicebox {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}
.servicebox label {
	color: #8620a2;
    text-shadow: none;
    font-size: 30px;
}
.servicebox small {
	font-weight: normal;
    color: #999;
}
.servicebox label i {
	font-size: 21px;
    color: #8620a2;
}
a.servicebox {
	background: #fdfdfd;
}
a.servicebox:hover {
	background: #f1f1f1;
}
a.servicebox i {
	font-size: 28px;
    border: 2px solid #8620a2;
    border-radius: 100px;
    padding: 9px 0px 0px;
    height: 50px;
    width: 50px;
    color: #fff;
	background: #8620a2;
}
.hc_marger_btm30 {
    margin-bottom: 30px;
}
.hc_color1 {
    color: #8620a2;
}
.hc_topbtn a.link {
	padding-right: 15px;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background: none;
}

.hc_topbtn a.social {
    padding: 15px 5px;
	background: none !important;
	display: none !important;
}
.hc_topbtn a.social i{
	background: #c39400;
    color: #fff;
    padding: 7px;
    border-radius: 100px;
    font-size: 16px;
}
.hc_topbtn a.social:hover i{
	background: #333;
    color: #fff;
    padding: 7px;
    border-radius: 100px;
    font-size: 16px;
}
.hc_topbtn a.link i {
	font-size: 26px;
    margin-left: 5px;
    font-weight: bold;
}
.hc_topbtn a {
	padding: 15px;
    font-size: 12px;
    margin-top: 12px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}
.hc_topbtn a i {
	font-size: 24px;
    margin-right: 5px;
}

.padding_left {
    padding-left: 0px;
}
.padding_right {
    padding-right: 0px;
}
a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}
/*----Top Header Css Start----*/

.hc_menu_wrapper {
	background: linear-gradient(#8620a2, #7a5f26);
}
.hc_top_info .top-btn {
	display: block;
    background-color: #8620a2;
    color: #ffffff;
    padding: 5px 15px;
    border: 2px solid transparent;
    text-transform: capitalize;
    border-radius: 100px;
	text-align: center;
	font-weight: bold;
}
.hc_top_info .borderd {
	background-color: #fff;
    color: #000;
    box-shadow: 0px 1px 2px 0px #7a652c;
}
.breadcrumbs ul {
	margin:0;
	padding: 10px;
}
.breadcrumbs ul li {
	display: inline-block;
	color: #fff;
}
.breadcrumbs ul li a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration:none;
}
.breadcrumbs ul li a i.fa-chevron-right {
	margin-left: 10px;
    opacity: 0.5;
}
.breadcrumbs h1 {
	opacity: 0.2;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}
.topbar {
	margin:0;
	padding:3px;
	background: linear-gradient(#6d6d6d, #000000);
}
.topbar ul {
	margin:0;
	padding:0;
}
.topbar ul li {
	display: inline-block;
	list-style: none;
}
.topbar ul li {
	color: #ffebc0;
	font-size: 12px;
	line-height: inherit;
    margin-right: 0.5em;
    white-space: nowrap;
}
.topbar ul li span {
	opacity: .5;
    font-weight: 600;
}
.topbar ul li a {
	color: #ffebc0;
    font-size: 12px;
    display: block;
    padding: 0px 10px 0px 5px;
    text-decoration: none;
    border-right: 1px solid #785e27;
}
.topbar ul li a.openmenu i {
	font-size: 16px;
	position: relative;
	top: 3px;
}
.hc_top_wrapper {
    width: 100%;
    padding: 15px 0px;
    border-top: 1px solid #8620a2;
    /*background: linear-gradient(#96845d, #b99240);*/
}
.hc_logo {
    width: 100%;
    float: left;
	margin: 10px 0px;
}
.hc_top_info {
    margin: 25px 0px;
	text-align: center;
}
.hc_top_data {
    float: left;
    margin-right: 25px;
    width: 40%;
}
.hc_search {
    float: right;
    padding: 15px 0px;
}
.hc_top_data span {
    float: left;
    width: 25%;
}
.hc_top_loc {
    float: left;
    width: 75%;
}
.hc_top_loc h3 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 17px;
    color: #8620a2;
    font-weight: 600;
}
.hc_top_data span i {
    font-size: 40px;
    color: #ffffff;
}
.hc_top_loc p {
    font-size: 14px;
    margin: 0px;
    margin-top: 5px;
    color: #ffffff;
}
.hc_search i {
    font-size: 20px;
    color: #ffffff;
    margin: 15px 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hc_search i:hover {
    color: #8620a2;
}
.hc_top_inner {
    position: relative;
    width: 100%;
    float: left;
}
.hc_search_wrapper {
    position: absolute;
    top: 129%;
    left: 0;
    width: 100%;
    height: 54px;
    background-color: #8620a2;
    z-index: 1;
    padding: 7px 60px;
    display: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hc_search_field {
    width: 100%;
    float: left;
    position: relative;
}
.hc_search_close {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 23px;
    color: #ffffff;
    cursor: pointer;
}
.hc_search_field input[type="search"] {
    width: 100%;
    border: 1px solid transparent;
    padding: 2px 55px 2px 15px;
    height: 40px;
}
.hc_search_field button {
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #333333;
    border: none;
    height: 40px;
    padding: 0px 15px;
    text-transform: capitalize;
    color: #ffffff;
}
.hc_search_wrapper.hc_search_open {
    animation: zoomIn 1s 1 both .25s;
    -webkit-animation: zoomIn 1s 1 both .25s;
    -moz-animation: zoomIn 1s 1 both .25s;
    -ms-animation: zoomIn 1s 1 both .25s;
    -o-animation: zoomIn 1s 1 both .25s;
    display: block;
}
.hc_search_field input[type="search"]:focus,
.hc_search_field button:focus {
    outline: none;
}
.btn.close {
	position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 5px 9px;
    line-height: normal;
    border-radius: 5px;
    border: 0;
    background: #c00;
    cursor: pointer;
    opacity: 1;
    color: #fff;
	z-index: 999;
}
/*----Menu Css Start----*/

/* .hc_menu_wrapper {
    width: 100%;
    float: left;
} */
.hc_menu {
    width: 100%;
    float: left;
    text-align: center;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    height: 100%;
    top: 30px;
    max-width: 250px;
    right: 0;
	z-index: 9999;
}
.hc_menu ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    float: left;
    width: 100%;
}
.hc_menu ul li {
    display: block;
    list-style: none;
}
.hc_menu_wrapper nav.navbar {
    min-height: auto;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}
.hc_menu_wrapper .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.hc_menu > ul > li > a {
    font-size: 14px;
    color: #fff;
    padding: 15px;
    display: block;
    text-transform: uppercase;
	text-align: left;
    font-weight: bold;
    position: relative;
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid #a0895a;
	text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.hc_menu > ul > li > a:focus {
    text-decoration: none;
}
.hc_menu > ul > li > a.active {
    background: #9d7f41;
    box-shadow: 0px 0px 5px 0px #7c590d inset;
}
.hc_menu > ul > li > a:hover {
    background: #9d7f41;
    box-shadow: 0px 0px 5px 0px #7c590d inset;
}
li.lng a {
	background: linear-gradient(#f4eade, #baa477);
    color: #000;
    border-top: 1px solid #a7946b;
	padding: 0px 5px;
}
/*----Banner Css Start----*/

/* .hc_banner_wrapper {
    float: left;
    width: 100%;
} */
.hc_banner_wrapper .swiper-container {
    height: auto;
}
.hc_banner_data {
    text-align: left;
    padding: 50px 0px 100px;
    position: relative;
    z-index: 1;
}
.hc_banner_overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
}
.hc_banner_data h1 {
    margin: 0px;
    text-transform: capitalize;
    color: #000;
    font-size: 35px;
    margin-top: 30px;
}
.swiper-slide-active .hc_banner_data h1 {
    animation: zoomIn 1s 1 both .5s;
    -webkit-animation: zoomIn 1s 1 both .5s;
    -moz-animation: zoomIn 1s 1 both .5s;
    -ms-animation: zoomIn 1s 1 both .5s;
    -o-animation: zoomIn 1s 1 both .5s;
}
.swiper-slide-active .hc_banner_data h2 {
    animation: flipInX 1s 1 both 1.0s;
    -webkit-animation: flipInX 1s 1 both 1.0s;
    -moz-animation: flipInX 1s 1 both 1.0s;
    -ms-animation: flipInX 1s 1 both 1.0s;
    -o-animation: flipInX 1s 1 both 1.0s;
}
.swiper-slide-active .hc_banner_data p {
    animation: zoomIn 1s 1 both 1.5s;
    -webkit-animation: zoomIn 1s 1 both 1.5s;
    -moz-animation: zoomIn 1s 1 both 1.5s;
    -ms-animation: zoomIn 1s 1 both 1.5s;
    -o-animation: zoomIn 1s 1 both 1.5s;
}
.swiper-slide-active .hc_banner_data a.hc_button {
    animation: fadeInUp 1s 1 both 2.0s;
    -webkit-animation: fadeInUp 1s 1 both 2.0s;
    -moz-animation: fadeInUp 1s 1 both 2.0s;
    -ms-animation: fadeInUp 1s 1 both 2.0s;
    -o-animation: fadeInUp 1s 1 both 2.0s;
}
.hc_banner_data h2 {
    margin: 0px;
    font-size: 550%;
    color: #f80000;
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 15px;
    text-shadow: 1px 1px #000;
}
.hc_banner_data p {
    background: linear-gradient(45deg, #fff 30%, transparent 100%);
    color: #000;
    padding: 5px;
    width: max-content;
    display: block;
    border-bottom: 4px solid #000;
    margin-top: 10px;
    font-weight: bold;
    font-size: 200%;
}
.hc_banner_data a.hc_button {
    margin-top: 30px;
}
.hc_banner_wrapper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 0.5;
}
.hc_banner_wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #8620a2;
}
.hc_banner_wrapper .swiper-pagination-fraction,
.hc_banner_wrapper .swiper-pagination-custom,
.hc_banner_wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}
.hc_banner_wrapper .swiper-button-prev, .hc_banner_wrapper .swiper-button-next {
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    -moz-background-size: none;
    -webkit-background-size: none;
    background-size: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 100%;
}
.hc_banner_wrapper .swiper-button-prev:hover,
.hc_banner_wrapper .swiper-button-next:hover {
    color: #8620a2;
    border-color: #8620a2;
}
.hc_banner_wrapper .swiper-button-prev,
.hc_banner_wrapper .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
}
.hc_banner_wrapper .swiper-button-next,
.hc_banner_wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
}
.hc_team_img {
    overflow: hidden;
    position: relative;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
/*----About Css Start----*/

.hc_about_wrapper {
    position: relative;
    overflow: hidden;
    padding: 2% 0%;
}
.hc_about_data {
    padding: 100px 0px;
}
.hc_about_data h5 {
    margin-top: 0px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #8620a2;
}
.hc_about_data h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    margin: 0px;
    padding: 10px 0px 20px;
	color:#333;
}
.hc_about_data p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}
.hc_about_wrapper .hc_about_img {
    margin-top: 100px;
    text-align: center;
}
/*----Service Css Start----*/

.hc_service_wrapper {
    border: 1px solid #ddd;
    padding: 80px 20px;
}
.hc_heading_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}
h1.hc_heading {
    text-align: center;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: inline-block;
}
h1.hc_heading:before {
    position: absolute;
    content: "\f113";
    font-family: Flaticon;
    left: -35px;
    color: #8620a2;
}
h1.hc_heading:after {
    position: absolute;
    content: "\f113";
    font-family: Flaticon;
    right: -35px;
    color: #8620a2;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.hc_service_inner {
    width: 100%;
}
.hc_service_box {
    background-color: #ffffff;
    padding: 30px 26px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hc_service_icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: #f6f6f6;
    line-height: 90px;
    border-radius: 100%;
    margin-top: 0;
    border: 6px solid #f6f6f6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.hc_service_box:hover .hc_service_icon {
    background-color: #ffffff;
    border-color: #8620a2;
}
.hc_service_box:hover .hc_service_icon i.flaticon {
    color: #8620a2;
}
.hc_service_icon i.flaticon {
    color: #8620a2;
    font-size: 30px;
}
.hc_service_box h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px;
}
.hc_readmore {
    background-color: #8620a2;
    padding: 7px 20px;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 24px;
    border: 3px solid #f6f6f6;
    margin-top: 0;
    font-size: 15px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.hc_readmore:hover {
    background-color: #ffffff;
    color: #8620a2;
    text-decoration: none;
    border: 3px solid #8620a2;
}
.hc_service_box p {
    margin-bottom: 20px;
    font-size: 15px;
}
/*----Featured Video Css Start----*/

.hc_video_wrapper {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}
.hc_video_inner {
    margin-top: 10px;
}
.hc_video_data {
    width: 100%;
    float: left;
}
.hc_video_data h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 22px;
}
.hc_video_data p {
    margin-bottom: 20px;
}
.hc_video {
    width: 100%;
    float: left;
    position: relative;
}
.hc_video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.hc_video_overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #8620a2;
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.hc_btn_wrapper {
    margin-top: 30px;
    text-align: center;
}
.hc_button_primary {
	display: inline-block;
    border: 1px solid #8620a2;
    background: #8620a2;
	color: #fff;
}
.hc_button_primary:hover {
	background: #92722e;
	color: #fff;
}
.hc_button_success {
    isplay: inline-block;
    border: 1px solid #068c00;
    background: #00a351;
    font-size: 16px;
    padding: 2%;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.hc_button_success:hover {
background: #00b65b;
}
.hc_button {
    display: inline-block;
    border: 3px solid #664600;
    background: linear-gradient(#f9f9f9 50%, #ddd);
    font-size: 20px;
    padding: 10px 47px;
    color: #664600;
    line-height: normal;
    border-radius: 24px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.hc_button:focus {
    outline: none;
    text-decoration: none;
}
.hc_button:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #8620a2;
    border-color: #8620a2;
}
/*----Testimonial Css Start----*/
.hc_usermenu_wrapper {
	padding: 0px;
    background: #f1f1f1;
	box-shadow: 0px 0px 5px 0px #666;
    margin-bottom: 10px;
}
.hc_usermenu_wrapper ul {
	margin:0;
	padding:0;
}
.hc_usermenu_wrapper ul li {
	display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
}
.hc_usermenu_wrapper ul li a {
	display: block;
    text-decoration: none;
    font-size: 100%;
    background: #8620a2;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.hc_usermenu_wrapper ul li a.one {
	background: #ea53b0;
}
.hc_usermenu_wrapper ul li a.two {
	background: #4089c6;
}
.hc_usermenu_wrapper ul li a.three {
	background: #8c68dd;
}
.hc_usermenu_wrapper ul li a.four {
	background: #8620a2;
}
.hc_usermenu_wrapper ul li a:hover {
	background: #6490a5;
}
.hc_usermenu_wrapper ul li a.active {
	background: #ea53b0;
}
.hc_usermenu_wrapper ul li a li {
	font-size: 150%;
	font-weight:bold;
	color: #ffd200;
}

.hc_test_wrapper {
    background-color: #8620a2;
    padding: 80px 0px;
    position: relative;
    background: url(../images/counter_bg.jpg);
}
.hc_test_wrapper h1.hc_heading {
    color: #ffffff;
}
.hc_test_img .icon span {
    position: absolute;
    top: 1px;
    background-color: #8620a2;
    width: 30px;
    height: 30px;
    left: -7px;
    line-height: 34px;
    border-radius: 100%;
    color: #fff;
}
.hc_test_img {
    display: inline-block;
    position: relative;
}
.hc_test_slider {
    text-align: center;
}
.hc_test_slider p.test_data {
    margin: 0px;
    font-size: 22px;
    width: 80%;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
    padding: 20px 0px 50px;
}
.hc_test_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.hc_test_slider .swiper-pagination-bullet-active {
    background: #ffffff;
}
.hc_test_img {
    display: inline-block;
}
.hc_test_img img {
    border-radius: 100%;
}
.hc_test_slider .swiper-slide h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    padding-top: 15px;
}
.hc_test_slider .swiper-button-prev, .hc_test_slider .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    line-height: 50px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 100%;
}
.hc_test_slider .swiper-button-prev,
.hc_test_slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    /* transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0); */
}
.hc_test_slider .swiper-button-next,
.hc_test_slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    /* transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0); */
}
.hc_test_slider .swiper-button-prev.swiper-button-disabled,
.hc_test_slider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
/* .hc_test_slider .swiper-container:hover .swiper-button-prev,
.hc_test_slider .swiper-container:hover .hc_test_slider .swiper-container-rtl .swiper-button-next {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
} */
/* .swiper-container:hover .hc_test_slider .swiper-container-rtl .swiper-button-prev {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
} */
/*---gallery css start----*/

.hc_gallery_wrapper {
    padding: 80px 0px;
}
.hc_gallery_inner {
    margin-top: 10px;
}
.hc_gallery_img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.hc_gal_ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hc_gal_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hc_gal_buttons a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: #8620a2;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.hc_gal_buttons a:focus {
    outline: none;
}
.hc_gal_buttons .icon-picture {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hc_gallery_img:hover .hc_gal_ovrly {
    opacity: 1;
}
.hc_gallery_img:hover .hc_gal_buttons a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*----counter css start----*/

.hc_counter_wrapper {
    background-image: url(../images/counter_bg.jpg);
    background-size: cover;
    position: relative;
    padding: 80px 0px;
    background-attachment: fixed;
}
.hc_counter_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.hc_counter_box {
    text-align: center;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.hc_counter_box i.flaticon {
    font-size: 60px;
    color: #8620a2;
    line-height: 60px;
}
.hc_counter_box h2 {
    margin: 15px 0px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}
.hc_counter_box p {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px;
}
/*----Team css start----*/

.hc_team_wrapper {
    padding: 80px 0px;
}
.hc_team_slider {
    margin-top: 10px;
}
.hc_team_box {
    text-align: center;
    border: 1px solid #f6f6f6;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
    margin: 20px 0;
}
.hc_team_box img {
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hc_team_box h2 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.hc_team_box h2:after {
    position: absolute;
    content: "";
    background-color: #8620a2;
    width: 60px;
    height: 1px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.hc_team_box p {
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 7px;
    margin: 0px;
    padding-bottom: 20px;
}
.hc_team_slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.hc_team_slider .swiper-button-prev,
.hc_team_slider .swiper-button-next {
    top: 40%;
    width: 30px;
    height: 50px;
    margin-top: 0px;
    -moz-background-size: none;
    -webkit-background-size: none;
    background-size: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hc_team_slider .swiper-button-prev:hover,
.hc_team_slider .swiper-button-next:hover {
    color: #8620a2;
    border-color: #8620a2;
}
.hc_team_slider .swiper-button-prev,
.hc_team_slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
}
.hc_team_slider .swiper-button-next,
.hc_team_slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
}
.hc_team_img {
    overflow: hidden;
    position: relative;
}
.swiper-slide.swiper-slide-active img {
    animation: zoomIn 1s 1 both .2s;
    -webkit-animation: zoomIn 1s 1 both .2s;
    -moz-animation: zoomIn 1s 1 both .2s;
    -ms-animation: zoomIn 1s 1 both .2s;
    -o-animation: zoomIn 1s 1 both .2s;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
.hc_so_caption {
    position: absolute;
    left: 50%;
    z-index: 999;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.hc_team_box:hover .hc_gal_ovrly{
    opacity: 1;
}
.hc_team_box:hover .hc_so_caption {
    opacity: 1;
    visibility: visible;
}
.hc_team_img ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 18px;
}
.hc_team_img ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 3px;
}
.hc_team_img ul li a {
    width: 38px;
    height: 38px;
    display: block;
    color: #ffffff;
    background-color: #8620a2;
    line-height: 40px;
    border-radius: 100%;
    font-size: 17px;
}
.hc_team_img ul li a:hover {
    text-decoration: none;
}
/*----footer css start----*/

.hc_footer_wrapper {
    background-color: #16192c;
    padding: 80px 0px;
}
.hc_footer_box {
    width: 100%;
    float: left;
}
h2.hc_foo_heading {
    margin: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
h2.hc_foo_heading:after {
    position: absolute;
    content: "";
    background-color: #8620a2;
    width: 70px;
    height: 1px;
    top: 100%;
    left: 0;
    display: none;
}
.hc_footer_box p {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 10px;
}
.hc_footer_box ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
.hc_footer_box ul li {
    width: 100%;
    float: left;
    list-style: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0 0px;
    border-bottom: 1px solid #0000;
}
.hc_footer_box ul li:last-child {
    border-bottom: none;
}
.hc_footer_box ul li span {
    float: right;
    text-transform: capitalize;
}
.hc_footer_box .form-group {
    margin-bottom: 18px;
    position: relative;
}
.clearfix {
	clear: both;
}
.formrow {
	padding: 10px 0px 15px;
    margin: 0;
    background: #fdfdfd;
    border-radius: 5px;
}
.formrow label {
	font-size: 12px;
    text-transform: uppercase;
}
.hc_footer_box .form-control {
    height: 50px;
    padding: 6px 12px 6px 50px;
    font-size: 16px;
    background-image: none;
    border: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hc_footer_box .form-control.bordered {
    border-color: #8620a2;
}
.hc_footer_box .form-control:focus {
    border-color: #8620a2;
}
.hc_form_icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.hc_form_icon .flaticon {
    font-size: 18px;
    color: #8620a2;
}
.hc_btm_footer_wrapper {
    background-color: #00283c;
    padding: 20px 0px;
}
.copyright {
    text-align: center;
    color: #bbb;
    font-size: 12px;
    margin: 0px;
}
/*----About Page Css Start----*/

.hc_bread_wrapper {
    width: 100%;
    background-image: url(../images/bread_bg.jpg);
    background-size: cover;
    position: relative;
    padding: 210px 0px 80px;
}
.hc_bread_wrapper:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hc_bread_text {
    position: relative;
    z-index: 1;
}
.hc_bread_text h1 {
    margin: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bold;
}
.hc_bread_text ul.breadcrumb {
    padding-left: 0px;
    background-color: transparent;
    margin: 0px;
    padding-top: 10px;
}
.hc_bread_text ul.breadcrumb li {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
}
.hc_bread_text ul.breadcrumb li a {
    color: #8620a2;
}
.hc_bread_text .breadcrumb > li + li:before {
    color: #ffffff;
}
.hc_bread_text ul.breadcrumb li a:hover {
    text-decoration: none;
}
.hc_choose_wrapper {
    width: 100%;
    padding: 80px 0px;
}
h1.hc_heading1 {
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
}
.hc_choose_data {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.hc_choose_data p {
    font-size: 15px;
    margin-bottom: 25px;
}
.hc_choose_point {
    width: 100%;
    border: 1px solid #8620a2;
    margin-bottom: 30px;
    display: flex;
}
.hc_choose_icon {
    width: 100px;
    float: left;
    background-color: #8620a2;
    text-align: center;
    padding: 54px 0px;
}
.hc_choose_info {
    width: 70%;
    padding: 38px 0px 39px 10px;
}
.hc_choose_icon i.flaticon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 70px;
    color: #8620a2;
    font-size: 40px;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hc_choose_point:hover .hc_choose_icon i.flaticon {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.hc_choose_info h3 {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.hc_choose_info p {
    margin-bottom: 0px;
}
.hc_clients_wrapper {
    width: 100%;
    padding: 80px 0px;
}
.hc_clients_inner {
    margin-top: 10px;
}
.hc_client_box {
    text-align: center;
    background-color: #f5f5f5;
    padding: 20px;
}
.hc_choose_img {
    width: 100%;
    float: left;
}
.hc_client_box img {
    display: inline-block;
}
/*----Services Page Css Start----*/

.hc_service_wrapper.hc_service_page {
    padding-bottom: 45px;
}
.hc_service_wrapper.hc_service_page .hc_service_box {
    padding: 30px 26px;
    margin: 0 0px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.hc_course_wrapper {
    width: 100%;
    padding: 80px 0px;
}
.hc_course_box {
    width: 100%;
    border: 1px solid #f6f6f6;
    float: left;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
}
.hc_course_data {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 20px;
    border-width: 0px 1px 1px 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.hc_course_box:hover .hc_course_data {
    background-color: #8620a2;
}
.hc_course_data h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.hc_course_data p {
    font-size: 15px;
    margin: 0pc;
}
.hc_course_box:hover .hc_course_data h3,
.hc_course_box:hover .hc_course_data p {
    color: #ffffff;
}
.hc_course_inner {
    margin-top: 10px;
}
/*----Features Page Css Start----*/

.hc_features_wrapper {
    width: 100%;
    padding: 80px 0px;
}
.hc_feature_box {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.hc_course_box img{
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
/* .hc_course_box:hover img{
    transform: scale(1.2) skew(-3deg);
    -webkit-transform: scale(1.2) skew(-3deg);
    -moz-transform: scale(1.2) skew(-3deg);
    -ms-transform: scale(1.2) skew(-3deg);
    -o-transform: scale(1.2) skew(-3deg);
} */
.hc_feature_icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    font-size: 30px;
    border: 1px solid #8620a2;
    background-color: #8620a2;
    border-radius: 100%;
    transition: all 0.5s;
}
.hc_feature_icon i {
    font-size: 30px;
    color: #ffffff;
}
.hc_feature_box h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 15px 0px;
}
a.hc_readmore1 {
    text-transform: capitalize;
    font-size: 15px;
    color: #8620a2;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a.hc_readmore1:hover {
    text-decoration: none;
    color: #333333;
    letter-spacing: 2px;
}
.hc_feature_box:hover {
    border-color: #8620a2;
}
.hc_feature_box:hover .hc_feature_icon {
    background-color: transparent;
    border-color: #8620a2;
}
.hc_feature_box:hover .hc_feature_icon i {
    color: #8620a2;
}
.hc_feature_inner {
    margin-top: 10px;
}
.hc_video_wrapper.hc_feature_page {
    background-color: #f7f7f7;
}
/*----Gallery Page Css start----*/

.hc_gallery_page .hc_gallery_img {
    margin-bottom: 30px;
}
.hc_gallery_wrapper.hc_gallery_page {
    padding-bottom: 50px;
}
/*----Contact Page Css Start----*/

.hc_contact_form {
    width: 100%;
    float: left;
    padding: 80px 0px;
}
.hc_contact_form .form-group {
    margin: 0px;
    position: relative;
}
.hc_contact_form .hc_form_icon {
    position: absolute;
    top: 14px;
    left: 20px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.hc_contact_form .form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 20px;
    padding-left: 50px;
}
.hc_contact_form .form-control:focus {
    border-color: #8620a2;
}
.hc_contact_form textarea.form-control {
    height: auto;
    padding-top: 13px;
    resize: none;
}
.hc_contact_form h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 30px;
}
.hc_con_info {
    margin-top: 80px;
    width: 100%;
    float: left;
}
.hc_con_info h2 {
    margin: 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 30px;
}
.hc_con_info_inner {
    width: 100%;
    float: left;
    background-color: #8620a2;
    padding: 32px 0px;
}
.hc_con_info_box {
    width: 100%;
    float: left;
    padding: 20px 30px;
    text-align: center;
}
.hc_con_icon {
    width: 65px;
    height: 65px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 65px;
    border-radius: 100%;
    margin-bottom: 6px;
}
.hc_con_icon i.flaticon {
    color: #8620a2;
}
.hc_con_info_box p {
    color: #ffffff;
    font-size: 17px;
    margin: 0px;
    margin-top: 5px;
}
.hc_contact_wrapper {
    background-color: #f7f7f7;
}
.hc_contact_bg {
    background-color: #ffffff;
    padding: 30px;
}
.hc_map_wrapper {
    width: 100%;
}
#real_map {
    width: 100%;
    height: 545px;
}
.hc_test_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.hc_bread_wrapper {
    width: 100%;
    background-image: url(../images/bread_bg.jpg);
    background-size: cover;
    position: relative;
    padding: 100px 0;
}
.hc_video_img {
    position: relative;
    display: inline-block;
}
.hc_team_wrapper .hc_heading_wrapper {
    margin-bottom: 25px;
}
/*Preloader Css*/
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    height: 100%;
    z-index: 99999999999;
}
.preloader .load {
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .preloader .load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite;
  }
  
  .preloader .load :first-child {
    background: #19A68C;
    animation-delay: -1.5s;
  }
  
  .preloader .load :nth-child(2) {
    background: #F63D3A;
    animation-delay: -1s;
  }
  
  .preloader .load :nth-child(3) {
    background: #FDA543;
    animation-delay: -0.5s;
  }
  
  .preloader .load :last-child {
    background: #193B48;
  }
  
  @keyframes spin {
    0%, 100% {
      transform: translateX(200%);
    }
    25% {
      transform: translateY(200%);
    }
    50% {
      transform: translateX(0);
    }
    75% {
      transform: translateY(0);
    }
  }

.hc_clients_wrapper.index_client_sec {
    padding-bottom: 80px;
    padding-top: 0;
}

.hc_video_wrapper.inner_section {
    padding-top: 0;
}


/*
=================
Top Button Style
=================
*/
/* GO Top Css*/
.go_top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    z-index: 999 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
.go_top svg {
    font-size: 14px !important;
    color: #8620a2;
    width: 27px;
    height: 27px;
}
.item-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out; 
}
  
  @-webkit-keyframes bounce {
	0% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); }
	50% {
	  -webkit-transform: translateY(10px);
	  transform: translateY(10px); }
	100% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); } }
  
  @keyframes bounce {
	0% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); }
	50% {
	  -webkit-transform: translateY(10px);
	  transform: translateY(10px); }
	100% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); } }