body {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    max-width: 100%;
    color: #4d4d4d;
    letter-spacing: 0;
    line-height: 1.7;
    background: url(../images/banner/bg1.png) center fixed;
    background-size: cover
}

.container_pad {
    padding: 0 50px
}

a {
    text-decoration: none!important
}

.blue_color {
    color: #82caf1
}

.mr-rt-20 {
    margin-right: 20px
}

.mt--100 {
    margin-top: 100px
}

.rm-padding {
    padding: 0
}

.rmr-padding {
    padding-right: 0
}

.rml-padding {
    padding-left: 0!important
}

.relative {
    position: relative
}

.fl-rt {
    float: right
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 10px
}

.p-3 {
    padding: 20px 0
}

.m-0 {
    margin: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.pl-2 {
    padding-left: 15px
}

.pt-2 {
    padding-top: 5px
}

.pl-1 {
    padding-left: 7px
}

.pr-1 {
    padding-right: 7px
}

.pl-5 {
    padding-left: 25px
}

.mb-1 {
    margin-bottom: 15px!important
}

.mt-1 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 50px
}

.mt-4 {
    margin-top: 70px
}

.sec_border {
    padding: 20px;
    border: 2px solid #82caf1
}

.my_container {
    padding: 0 60px
}

.head_pad {
    padding: 20px 0
}

.txt_white {
    color: rgba(255, 255, 255, .6)
}

.txt_white a:hover {
    color: #82c9f2
}

.theme_BGcolor {
    background: #73ca0e
}

.theme_Txtcolor {
    color: #fff
}

.head_color {
    color: #393185
}

.grayBG {
    background: #f0f0f0
}

.footer_logo {
    padding: 12px 0
}

.footer_logo img {
    margin-bottom: 15px
}

.general_row {
    display: block;
    position: relative;
    margin: 0;
    padding: 60px 0
}

p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #191919;
    text-align: justify
}

ul {
    list-style-type: square
}

.bg_white {
    background: #fff
}

.banner_heading {
    background: 0 0;
    padding: 50px 0
}

.main_title {
    display: inline-block;
    margin: 0 0 30px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #393185;
    position: relative;
    border-left: 3px dashed #82caf1;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px
}

.main_title h4 {
    display: block;
    font-size: 16px;
    letter-spacing: .1rem;
    margin-top: 10px;
    line-height: 1.5;
    color: grey;
    font-family: Lato, sans-serif
}

.main_title span {
    color: #fda638
}

.category_title {
    display: inline-block;
    margin: 0 0 30px;
    font-family: Lato, sans-serif;
    font-weight: bolder;
    font-size: 28px;
    color: #393185;
    position: relative;
    border-left: 3px dashed #82caf1;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px
}

.sub_title {
    display: inline-block;
    margin: 10px 0 20px;
    font-size: 1.5em;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #000
}

.sub_title span {
    color: #fda638
}

.mobile_logo {
    display: none
}

.gen_btn {
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    background: #82caf1;
    padding: 5px 15px;
    transition: all ease-in .3s
}

.gen_btn:hover {
    color: #1eaaf1;
    border: 1px solid #1eaaf1;
    background: #fff
}

.read_more {
    padding: 5px 20px;
    display: inline-block;
    background: #ffc526;
    color: rgba(0, 0, 0, .9);
    font-weight: 700;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 30px
}

.read_more i {
    color: #fff;
    padding: 0 3px;
    transition: .3s ease-in-out
}

.read_more:hover i {
    padding: 0 5px;
    transition: .3s ease-in-out
}

.htc__btn {
    background: #eed923;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 38px;
    position: relative;
    text-transform: uppercase;
    z-index: 2
}

.htc__btn::after {
    background: rgba(179, 166, 54, .5) none repeat scroll 0 0;
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
    content: "";
    position: absolute;
    transition: all .5s ease 0s;
    z-index: -1
}

.htc__btn:hover::after {
    height: 400%;
    opacity: 1
}

.htc__btn:hover {
    color: #fff;
    background: #eed923
}

.mobile_banner {
    display: none!important
}

.pt_100 {
    padding-top: 100px
}

.img_border {
    border: 3px solid #eed923
}

.listing li {
    list-style-type: none;
    color: #ccc
}

.listing li span {
    color: #191919;
    font-size: 15px!important
}

.listing li::before {
    content: "\2022";
    color: #eed923;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    width: .7em;
    margin-left: -1em
}

.page_banner {
    display: block;
    position: relative;
    width: 100%;
    padding: 180px 0;
    overflow: hidden;
    background-size: cover
}

.banner_head {
    position: relative
}

.banner_head h1 {
    margin: 0;
    font-size: 2.8em;
    color: #393185;
    font-weight: 700;
    font-family: Lato, sans-serif;
    position: absolute;
    left: 12%;
    top: 40%
}

.breadcum {
    display: block;
    margin: 15px 0 0
}

.breadcum p {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    color: #fff
}

.breadcum a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px
}

.service_bg_1 {
    background: #1eaaf1
}

.service_bg_2 {
    background: #8cc152
}

.service_bg_3 {
    background: #5d50c6
}

.service_bg_4 {
    background: #f1453d
}

.home_services {
    display: flex
}

.service_block {
    position: relative;
    text-align: center;
    display: block
}

.service_block .icon {
    z-index: 9
}

.service_block .icon img {
    padding: 25px;
    width: 80%;
    margin: 10px
}

.service_block .content {
    padding: 30px 10px
}

.service_block .content h4 {
    color: #fff;
    font-size: 20px
}

.service_block .content p {
    color: #fff;
    text-align: inherit
}

.service_block .content .gen_btn {
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    background: #fda638;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #fda638
}

.service_block .content .gen_btn:hover {
    border: 2px solid #1eaaf1;
    background: #fff;
    color: #1eaaf1
}

.service_block .icon {
    line-height: 1.3;
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

#about {
    padding: 100px 0
}

.about_cols {
    margin-top: 20px;
    text-align: center
}

.about_cols_inner {
    margin: 0 3px;
    height: 200px;
    padding-top: 30px;
    text-align: center;
    position: relative
}

.about_cols_inner h4 {
    padding-top: 30px;
    font-size: 16px;
    color: #000
}

.about_sec {
    background: #82caf1;
    padding:30px 20px 25px 20px;
    margin: 10px;
    text-align: center;
    min-height: 178px;
}

.vision::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 60%;
    top: 80px;
    left: -20px;
    background: #eed923;
    margin-left: 20px
}

.vision {
    padding: 60px 20px;
    margin: 10px;
    border: 3px solid #eed923;
    text-align: center;
    background: #fff
}

.vision p {
    color: #000;
    font-size: 17px
}

/* .about_sec:hover {
    transform: scale(1.02) translate(0, -8px);
    transition: all .3s ease-in-out 0s;
}
 */
.about_sec h4 {
    color: #000;
    margin-top: 10px;
}

.service_block2 {
    position: relative;
    text-align: center;
    display: block
}

.service_block2 .icon {
    z-index: 9
}

.service_block2 .icon img {
    max-width: 100%;
    padding: 17px;
    height: 90px;
    margin: 10px
}

.service_block2 .icon {
    line-height: 1.3;
    margin: -3.5em;
    width: 7em;
    height: 7em;
    background: #eed923;
    border: 2px solid #eed923;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.about_content,
.about_img {
    display: block;
    position: relative;
    margin: 50px 0 0;
    padding: 0
}

.about_img::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 90%;
    top: -15px;
    left: -15px;
    background: #eed923
}

.member_name {
    position: absolute;
    bottom: 0;
    left: 57%
}
.member_name span {
    color: #82caf1;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.pro_img {
    display: block;
    position: relative;
    margin: 50px 0 0;
    padding: 0
}

.pro_img::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 90%;
    top: -13px;
    left: -30px;
    background: #eed923;
    margin-left: 20px
}

.design_img {
    display: block;
    position: relative;
    padding: 0
}

.design_img::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 90%;
    top: -10px;
    left: -30px;
    background: #eed923;
    margin-left: 20px
}

#team {
    padding: 150px 0
}

#fun-fact,
#team {
    background: #f6f7fe
}

#team .team-section-text {
    padding-top: 70px
}

.section-count,
.section-title {
    font-family: Lato, sans-serif
}

.section-count {
    height: 120px;
    overflow: hidden;
    font-weight: 100
}

.section-count>span {
    color: #e6e9f4;
    display: block;
    font-size: 170px;
    line-height: .7em;
    padding: 12px
}

.section-title {
    color: #3e6edf;
    font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px
}

.section-text>p {
    margin-bottom: 15px
}

#team {
    padding: 150px 0
}

#team .team-section-text {
    padding-top: 70px
}

#team .team-single {
    border: 3px solid #eed923;
    margin: 0 auto;
    padding: 15px;
    width: 320px;
    display: none
}

#team .team-single.active {
    display: block
}

#team .team-list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#team .team-list>ul>li {
    position: relative;
    margin: 15px 0
}

#team .team-list>ul>li:first-child {
    margin-top: 0
}

#team .team-list>ul>li:last-child {
    margin-bottom: 0
}

#team .team-list>ul>li.active>a>figure:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(110, 191, 223, .7)
}

#team .team-list>ul>li.active::after {
    color: #82caf1;
    content: "";
    font-family: fontawesome;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%
}

#team .team-list>ul>li>a>figure {
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    width: 100px;
    position: relative
}

#team .team-list>ul>li>a>figure img {
    width: 120px;
    height: auto
}

#team .team-info>h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center
}

#team .team-img {
    position: relative
}

#team .team-img>img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#team .team-social>ul {
    bottom: 0;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: absolute;
    right: 30px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#team .team-social>ul>li>a {
    border-radius: 50%;
    color: #82caf1;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 15px 5px;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#team .team-social>ul>li>a:hover {
    background: #eed923;
    color: #fff
}

#team .team-social>ul>li>a::after {
    border: 2px solid #82caf1;
    border-radius: 50%;
    content: "";
    height: 50px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 50px
}

#team .team-single:hover .team-img>img {
    margin-left: -70px
}

#team .team-single:hover .team-social>ul {
    opacity: 1;
    right: 0
}

.test_img {
	margin: 30px;
}
.test_img2 {
   transition: all ease-in 0.4s;
}
.test_img2:hover  {
  transform: scale(1.1);
}
.test_img2 img  {
		border: 2px solid #EED923;
	  width: 100%;
	  	height: 310px;
	}
	.owl-nav {
		position: relative;
	}	
	.owl-carousel .owl-nav button.owl-next {
		position: absolute;
       bottom: 170px;
    right: 0%;

	}
	.owl-carousel .owl-nav button.owl-prev {
		position: absolute;
    bottom: 170px;
    left: 0%;

	}
	.owl-carousel .owl-nav button.owl-next span , .owl-carousel .owl-nav button.owl-prev span {
		font-size: 28px;
		font-weight: 600;
		color: #393185;
	}
	.owl-carousel .owl-nav button.owl-next:hover , .owl-carousel .owl-nav button.owl-prev:hover {
		background: #fff;
		color: #393185;
	}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel button.owl-dot:focus {
	box-shadow: none;
	border: none;
	outline: 0;

	}
#courses {
    padding: 100px 0 120px 0
}
.course_detial {
    padding: 50px !important;
}
.img_pos {
    display: block;
    position: relative;
    margin: 50px 0 50px 50px;
    padding: 0
}

.img_pos::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 90%;
    top: -10px;
    left: -30px;
    background: #eed923;
    margin-left: 20px
}

.img_pos {
    z-index: 9999
}

.pos {
    position: relative!important;
    margin-right: -60px;
    margin-left: 60px
}

.content_bg1 {
    background: #eff8fd;
    border: 3px solid #eed923;
    padding: 10px 60px 20px 20px;
    margin: 60px 0;
    margin-right: -50px;
    min-height: 300px
}

.content_bg1 h3 {
    color: #393185;
    font-weight: 600;
    font-family: Lato, sans-serif;
    border-left: 3px dashed #82caf1;
    padding-left: 5px
}

.content_bg1 p {
    color: #4c4c4c;
    font-size: 16px
}

.numbering {
    background: #eed923;
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #393185;
    position: absolute;
    padding: 12px;
    text-align: center;
    top: -5%;

}
.numbering2 {
	   top: -6%;
}

.numbering3 {
	   top: -12%;
}
.numbering4 {
	   top: -18%;
}
.numbering5 {
	   top: -8%;
}
.numbering span {
    text-align: center;
}

#others {
    padding: 100px 0
}

#corporate {
    padding: 100px 0
}
#individuals {
	padding: 100px 0
}
.training_head {
    color: #393185;
    font-weight: 600;
    font-family: Lato, sans-serif;
    border-left: 3px dashed #82caf1;
    padding-left: 5px;
    font-size: 32px;
}
.training_detial {
	position: relative;
	padding: 40px 20px;
}
.pos_img1 {
    margin-top: -50px
}

.pos_img2 {
    margin-bottom: -50px
}

.pos_img3 {
    margin: 30px 0 30px -30px
}

.pos_img4 {
    margin: 30px 0 30px 30px
}

.bg1 {
    background: #cee9ed
}

.bg2 {
    background: #f7e3e3;
    padding: 10px 0
}

#student {
    padding: 100px 0 0 0
}

#teacher {
    padding: 50px 0 60px 0
}

.half_banner_text {
    position: relative
}

.half_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.half_inner h1 {
    font-family: Poppins, sans-serif;
    font-size: 35px!important;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

#other {
    padding: 60px 0
}

.intro_row {
    background: linear-gradient(to right, rgba(65, 72, 76, .6), rgba(30, 170, 241, .87)), url(../images/bg/bg_3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed
}

.intro_inner {
    display: inline-block
}

.intro_inner h4 {
    font-family: Poppins, sans-serif;
    font-size: 50px;
    color: #fff
}

.course_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    content: "";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.why_choose {
    margin-top: 100px
}

.intro-img {
    margin-top: 45px
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.intro-box {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding: 0 10px;
    position: relative
}

.intro-box span {
    font-size: 28px;
    display: inline-block;
    border-bottom: 2px solid #4e4095;
    font-weight: 600;
    color: #1eaaf1
}

.intro-box h4 {
    margin-bottom: 10px;
    position: relative;
    font-family: Lato, sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #847979
}

.intro-box p {
    font-size: 14px;
    color: #575757
}

.readmore {
    display: inline-block;
    margin: 20px 0 0;
    font-size: 15px;
    color: #0252b0;
    font-family: Hind, sans-serif
}

.readmore i {
    margin-left: 5px
}

.readmore:hover {
    color: #45bdde
}

.count_row {
    background: url(../images/bg/count.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.single-course {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 5px
}

.course-head {
    position: relative;
    overflow: hidden
}

.single-content {
    padding: 25px
}

.single-content h4 {
    color: #000
}

.single-course h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.fun-facts {
    background: url(../images/bg/happ.jpg);
    position: relative;
    background-attachment: fixed;
    padding: 100px 0
}

.fun-facts::before {
    opacity: .9
}

.fun-facts .single-fact {
    text-align: center;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 0
}

.fun-facts .single-fact:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px)
}

.fun-facts .single-fact i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px
}

.fun-facts .single-fact .number {
    color: #1eaaf1;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.fun-facts .single-fact .number span {
    font-size: 35px
}

.fun-facts .single-fact p {
    color: #333;
    font-size: 17px;
    text-align: center;
    font-weight: 700
}

.single-fact img {
    margin-bottom: 17px
}

.fun-facts .single-fact .number .counter {
    color: #1eaaf1
}

.info_block {
    text-align: center;
    padding: 15px 45px
}

.info_block h1 {
    font-size: 50px;
    color: #393185
}

.info_block h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1eaaf1
}

.info_block p {
    font-size: 15px;
    text-align: inherit
}

.message_row {
    background: #82caf1
}

.br-rt {
    border-right: 2px solid #eed923;
    height: 200px
}

.br-lf {
    border-left: 3px solid #1eaaf1;
    height: 200px
}

.contact_form {
    display: block;
    margin-top: 30px
}

.form-control {
    border-radius: 0;
    height: 45px;
    box-shadow: none;
    margin-bottom: 25px;
    background: #fff;
    transition: .4s ease-in-out
}

.form-control::placeholder {
    color: #000
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
    border: 1px solid #fff;
    color: #000;
    transition: .4s ease-in-out
}

.txtarea {
    min-height: 115px
}

.theme-btn {
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 0;
    color: #fff;
    display: inline;
    background: #ffc526
}

.theme-btn:hover {
    background: #f0f0f0
}

.address_block {
    display: flex;
    width: 100%;
    position: relative;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 0
}

.address_block .address_icon i {
    padding: 20px;
    margin-right: 15px;
    background: #ffc526;
    color: #001a39;
    font-size: 26px;
    display: inline-flex
}

.address_icon:before {
    padding: 10px
}

.address_block .address_detail h4 {
    color: #001a39;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.48
}

.address_block .img_icon {
    display: inline-block;
    margin: 0 0 30px;
    width: 80px;
    height: 80px;
    padding: 15px 10px;
    border-radius: 50%;
    text-align: center
}

.address_block .img_icon img {
    width: 50px
}

.address_block p {
    font-size: 15px
}

.address_block h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    letter-spacing: .01em;
    font-size: 2.2rem;
    font-family: Lato, sans-serif;
    color: #2d3845;
    text-transform: capitalize
}

.requirefieldLbl {
    padding: 1px 10px;
    position: absolute;
    top: 40px;
    left: 10px;
    color: #fff!important;
    display: block;
    z-index: 100;
    background-color: #ff4c4c;
    border-radius: 3px;
    font-size: 1.1rem;
    letter-spacing: 0;
    animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    -webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    -moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    transform-origin: left top
}

.requirefieldLbl::after {
    position: absolute;
    content: '';
    top: -6px;
    left: 5px;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff4c4c;
    z-index: 95
}

.pd0 {
    padding: 0
}

.mrt {
    margin-top: 20px
}

.google_map {
    width: 100%;
    height: 400px;
    border: none
}

footer p {
    font-family: Lato, sans-serif;
    text-align: left
}

footer h3 {
    border-left: 1px dashed #393185;
    padding-left: 5px
}

.footer_row {
    background-color: #151515;
    padding: 30px 0
}

.overlay_footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #002147;
    content: "";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.footer_logo {
    color: #fff
}

.footer_row p {
    color: #ccc
}

.footer_row .footer_block {
    display: block;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0
}

.footer_row .footer_block h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .02rem;
    margin: 0 0 20px;
    text-transform: capitalize
}

.social_link {
    padding: 0;
    margin-top: 25px!important
}

.social_link li {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0
}

.social_link li a {
    border: 1px solid rgba(255, 255, 255, .2);
    display: block;
    line-height: 27px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 30px;
    color: #b3b3b3;
    font-size: 13px
}

.social_link li a:hover {
    border-color: #1eaaf1;
    background: 0 0
}

.social_link li a:hover .social_link li a i {
    color: #1eaaf1
}

.social_link li a i:hover {
    color: #1eaaf1
}

.footer_bottom_row {
    background: #001a39
}

.footer_bottom_row p {
    padding: 20px 10px;
    margin: 0;
    font-size: 12px
}

.footer_bottom_row p a {
    color: #fff
}

.footer_row .footer_block ul {
    display: block;
    margin: 0;
    padding: 0
}

.footer_row .footer_block ul li {
    list-style-type: none
}

.footer_row .footer_block ul li a i {
    color: #fff
}

.footer_row .footer_block ul li a,
.footer_row .footer_block ul li p {
    font-size: 14px;
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .02rem;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

.footer_row .footer_block .social li a {
    padding-left: 20px;
    position: relative
}

.footer_row .footer_block .social li a i {
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1
}

.footer_row .footer_block ul li a:hover {
    color: #82caf2;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

.data_info ul {
    margin: 0;
    margin-top: 10px;
    padding: 0 0 0 5px
}

.data_info ul li {
    list-style: none;
    padding: 5px 0;
    display: block
}

.data_info ul li p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: block;
    margin-left: 3px
}

.data_info ul li p i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #82caf1
}

.copyright {
    display: block;
    padding: 15px 0 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.copyright p,
.copyright p a {
    font-size: 13px;
    color: rgba(255, 255, 255, .35);
    margin: 0
}

footer p {
    font-size: 14px
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10%;
    right: 3%;
    color: #fff;
    overflow: hidden;
    background: #393185;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
    padding: 8px 5px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.cd-top i {
    font-size: 20px
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.cd-top:hover {
    background: #3bb7e9;
    border-color: #f73e00;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.cd-top:hover i {
    color: #fff
}

.mid_logo {
    position: absolute;
    top: 40%;
    z-index: 9999;
    left: 40%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.mid_arrow {
    position: absolute;
    top: 90%;
    z-index: 9999;
    left: 48.5%;
    border: 1px solid #fff;
    background: #82caf1;
    padding: 5px 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.arrow i {
    position: relative;
    bottom: 0;
    transition: bottom ease .6s;
    font-size: 28px;
    padding-left: 5px
}

.arrow:hover i {
    bottom: -10px
}

.arrow_link {
    color: #fff
}

.arrow_link:hover {
    color: #fff
}

.split_grid {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    position: relative
}

.split_title_left h2 {
    font-family: Lato, sans-serif;
    display: block;
    z-index: 999;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: -3%;
    top: 45%;
    float: none;
    width: 100%;
    margin: 5px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 46px;
    color: #fff!important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.split_title_right h2 {
    font-family: Lato, sans-serif;
    display: block;
    z-index: 999;
    font-weight: 600;
    text-align: right;
    position: absolute;
    top: 45%;
    right: -3%;
    float: none;
    width: 100%;
    margin: 5px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 46px;
    color: #fff!important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.split_grid .one-half {
    width: 50%;
    float: left
}

.split_grid .one-forth {
    width: 25%
}

.split_grid .three-forth {
    width: 75%
}

.split_grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -.135em 0;
    height: 650px;
    background: #fff;
    text-align: center;
    cursor: pointer
}

.split_grid .double-height {
    height: 400px
}

.split_grid figure img {
    position: relative;
    display: block;
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
    transition: opacity .5s, -transform 2s
}

.split_grid figure img:hover {
    opacity: .3
}

.split_grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.25em;
    backface-visibility: hidden;
    transition: transform .55s;
    opacity: .8
}

.split_grid figure figcaption::after {
    content: '';
    border-style: solid;
    border-width: 20px;
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.split_grid figure figcaption::after,
.split_grid figure figcaption::before {
    pointer-events: none
}

.split_grid figure figcaption>span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none
}

.split_grid figure a.anchor {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.split_grid figure h2 {
    font-family: Lato, sans-serif;
    display: block;
    z-index: 1002;
    font-weight: 600;
    text-align: left;
    position: absolute;
    top: 42%;
    float: none;
    width: 100%;
    margin: 5px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 46px;
    color: #fff!important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.split_grid figure.double-height h2 {
    top: 60%
}

.split_grid figure h2 span {
    z-index: 1002;
    font-weight: 800
}

.split_grid figure p {
    opacity: 0;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: left;
    z-index: 1001;
    position: absolute;
    text-transform: none;
    backface-visibility: hidden;
    transition: opacity .65s;
    margin: 5px;
    top: 50%;
    float: none;
    width: 100%;
    display: block;
    right: auto;
    left: auto;
    padding-right: 5%;
    padding-left: 5%;
    color: #fff
}

.home_right h2 {
    text-align: right!important
}

.home_right p {
    text-align: right!important
}

.split_grid figure.double-height p {
    top: 60%
}

.split_grid figure:hover p {
    opacity: 1
}

.split_grid figure figcaption>span,
.split_grid figure h2 {
    transition: transform .35s
}

.split_grid figure:hover h2 {
    transition-delay: .15s
}

.split_grid figure:hover figcaption>span:nth-child(4) {
    transition-delay: .2s
}

.split_grid figure:hover figcaption>span:nth-child(3) {
    transition-delay: .25s
}

.split_grid figure:hover figcaption>span:nth-child(2) {
    transition-delay: .3s
}

.split_grid figure figcaption.blue {
    background-color: #50758b
}

.split_grid figure figcaption.blue h2,
.split_grid figure figcaption.blue p,
.split_grid figure figcaption.gray h2,
.split_grid figure figcaption.gray p {
    color: #fff
}

figure.effect-slideup figcaption.blue::after {
    border-bottom-color: #50758b
}

figure.effect-slidedown figcaption.blue::after {
    border-top-color: #50758b
}

figure.effect-slideleft figcaption.blue::after {
    border-left-color: #50758b
}

figure.effect-slideright figcaption.blue::after {
    border-right-color: #50758b
}

.split_grid figure figcaption {
    background: #3ba7e7 url(../images/banner/banner2.png) no-repeat;
    background-size: cover
}

figure.effect-slideup figcaption.gray::after {
    border-bottom-color: #393185
}

figure.effect-slidedown figcaption.gray::after {
    border-top-color: #393185
}

figure.effect-slideleft figcaption.gray::after {
    border-left-color: #393185
}

figure.effect-slideright figcaption.gray::after {
    border-right-color: #393185
}

.split_grid figure figcaption.gold {
    background-color: #b6872d
}

figure.effect-slideup figcaption {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 200%, 0)
}

figure.effect-slideup.double-height figcaption {
    height: 50%
}

figure.effect-slideup figcaption::after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #3ba7e7;
    border-left-color: transparent;
    left: 45%;
    top: -35px
}

figure.effect-slideup figcaption>span {
    float: right
}

figure.effect-slideup figcaption>span,
figure.effect-slideup h2 {
    transform: translate3d(0, 200%, 0)
}

figure.effect-slideup:hover figcaption,
figure.effect-slideup:hover figcaption>span,
figure.effect-slideup:hover h2 {
    transform: translate3d(0, 0, 0)
}

figure.effect-slidedown figcaption {
    bottom: auto;
    top: 0;
    transform: translate3d(0, -200%, 0)
}

figure.effect-slidedown.double-height figcaption {
    height: 50%
}

figure.effect-slidedown figcaption::after {
    border-top-color: #3ba7e7;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 45%;
    bottom: -35px
}

figure.effect-slidedown figcaption>span {
    float: right
}

figure.effect-slidedown figcaption>span,
figure.effect-slidedown h2 {
    transform: translate3d(0, -150%, 0)
}

figure.effect-slidedown:hover figcaption,
figure.effect-slidedown:hover figcaption>span,
figure.effect-slidedown:hover h2 {
    transform: translate3d(0, 0, 0)
}

figure.effect-slideleft figcaption {
    width: 80%;
    transform: translate3d(-200%, 0, 0)
}

figure.effect-slideleft figcaption::after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    right: -35px;
    top: 45%
}

figure.effect-slideleft figcaption>span {
    float: right
}

figure.effect-slideleft figcaption>span,
figure.effect-slideleft h2 {
    transform: translate3d(-200%, 0, 0)
}

figure.effect-slideleft:hover figcaption,
figure.effect-slideleft:hover figcaption>span,
figure.effect-slideleft:hover h2 {
    transform: translate3d(0, 0, 0)
}

figure.effect-slideright figcaption {
    width: 80%;
    transform: translate3d(200%, 0, 0)
}

figure.effect-slideright figcaption::after {
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: -35px;
    top: 45%
}

figure.effect-slideright figcaption>span {
    float: left
}

figure.effect-slideright figcaption>span,
figure.effect-slideright h2 {
    transform: translate3d(200%, 0, 0)
}

figure.effect-slideright:hover figcaption,
figure.effect-slideright:hover figcaption>span {
    transform: translate3d(100%, 0, 0)
}

figure.effect-slideright:hover h2 {
    transform: translate3d(0, 0, 0)
}

@media screen and (max-width:1200px) {
    .split_grid figure {
        width: auto;
        float: left
    }
    .split_grid figure figcaption {
        font-size: 90%
    }
}

@media screen and (max-width:900px) {
    .split_grid figure {
        width: 50%
    }
    .split_grid figure img {
        min-width: 100%
    }
    .split_grid figure figcaption {
        font-size: 90%
    }
}

@media screen and (max-width:664px) {
    .split_grid .one-half {
        width: 100%
    }
    .split_grid figure {
        width: 100%
    }
}

.mob_view {
    display: none!important
}

.sec_pad {
    padding: 70px 0 70px 0
}

.banner_link {
    background: #00cec4;
    padding: 8px;
    font-size: 14px
}

.main_link {
    margin-top: 20px
}

.banner1,
.banner2,
.banner3,
.banner4 {
    position: relative
}

.banner1 .desc_container2 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transition: all ease-in-out .5s
}

.banner2 .desc_container2,
.banner3 .desc_container,
.banner4 .desc_container {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    transition: all ease-in-out .5s
}

.hovereffect1:hover .banner1 .desc_container2 {
    top: 36%
}

.hovereffect2:hover .banner2 .desc_container2 {
    top: 22%
}

.hovereffect2:hover .banner3 .desc_container {
    top: 26%
}

.hovereffect4:hover .banner4 .desc_container {
    top: 22%
}

.banner1 img {
    height: 535px
}

.banner2 img,
.banner3 img {
    height: 250px
}

.banner4 img {
    height: 250px
}

.banner3 {
    padding: 0
}

.banner4 {
    padding: 0
}

.top_banner {
    background: url(../images/mainSlider/main_banner1.jpg) no-repeat;
    height: 700px;
    background-size: cover
}

.desc_container h2 {
    font-size: 29px;
    color: #f7f7ff;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000
}

.desc_container2 h2 {
    font-size: 29px;
    color: #f7f7ff;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000
}

.hovereffect1 {
    width: 100%;
    height: 500px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #5d55ae url(../images/banner/banner_bg1.png) no-repeat;
    background-size: cover;
    border: 10px solid #82caf1
}

.hovereffect1 .main_overlay {
    width: 100%;
    height: 480px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center
}

.hovereffect1 img {
    width: 100%;
    object-fit: cover
}

.hovereffect1 img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.hovereffect1 .main_overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

.hovereffect1 a,
.hovereffect1 p {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.hovereffect1:hover img {
    opacity: .1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hovereffect1:hover .main_overlay:before,
.hovereffect1:hover a,
.hovereffect1:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hovereffect2 {
    width: 100%;
    height: 245px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #5d55ae url(../images/banner/banner_bg23.png) no-repeat;
    background-size: cover;
    border: 10px solid #82caf1;
    box-shadow: 0 14px 28px rgba(0,0,0,0.2), 0 10px 10px rgba(0,0,0,0.2);
}

.hovereffect2 .main_overlay {
    width: 100%;
    height: 225px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center
}

.hovereffect2 img {
    width: 100%;
    object-fit: cover
}

.hovereffect2 img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.hovereffect2 .main_overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

.hovereffect2 a,
.hovereffect2 p {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.hovereffect2:hover img {
    opacity: .1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hovereffect2:hover .main_overlay:before,
.hovereffect2:hover a,
.hovereffect2:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hovereffect4 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #5d55ae url(../images/banner/banner_bg4.png) no-repeat;
    background-size: cover;
    border: 10px solid #eed923
}

.hovereffect4 .main_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center
}

.hovereffect4 img {
    width: 100%;
    object-fit: cover
}

.hovereffect4 img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.hovereffect4 .main_overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

.hovereffect4 a,
.hovereffect4 p {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.hovereffect4:hover img {
    opacity: .1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hovereffect4:hover .main_overlay:before,
.hovereffect4:hover a,
.hovereffect4:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#about {
    padding: 100px 0;
    background: #f6f7fe
}

#testimonials {
    padding: 100px 0
}

#acheive {
    padding: 70px 0;
    background: #393185
}

#director {
    padding: 70px 0px 100px 0
}

#about_us {
    padding: 100px 0
}

#director_p {
    padding: 60px 0
}

#gallery {
    padding: 60px 0 120px 0
}

.btn_right {
    display: inline-block;
    float: right
}

.counter {
    min-height: 200px;
    position: relative;
    border-right: 1px solid #ccc;
    width: 100%
}

.counter2 {
    min-height: 200px;
    position: relative;
    width: 100%
}

.counter h3,
.counter2 h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.counter .timer,
.counter2 .timer {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    font-family: Lato, sans-serif
}

.counter .counter_title,
.counter2 .counter_title {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%)
}

.counter .counter_title i,
.counter2 .counter_title i {
    color: #fff;
    font-size: 42px
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

circle {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94)
}

text {
    font-size: 1.1rem;
    text-transform: uppercase;
    text-anchor: middle;
    letter-spacing: 1px;
    font-weight: 600
}

.svg-text {
    fill: #545a64
}

.svg-masked-text {
    fill: #fff
}

image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94)
}

.item {
    position: relative;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
    background: #ccc;
    border-radius: 2px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .02), inset 0 0 0 1px rgba(0, 0, 0, .07);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.item:hover circle,
.item:hover image {
    -webkit-transform: scale(1);
    transform: scale(1)
}

button {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button.dark {
    background-color: #2f3238
}

button.light {
    background-color: #f9f9f9
}

.options {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.options button {
    margin-left: .5rem
}

.light {
    background-color: #f9f9f9;
    color: #1a1a1a
}

.light p {
    color: rgba(26, 26, 26, .5)
}

.light .item {
    background: #f5f5f5
}

.light .svg-text {
    fill: rgba(0, 0, 0, .1)
}

.trainer_bg {
    background: #b6e1f9
}

.trainer_data1,
.trainer_data2 {
    padding: 17px 30px 12px 30px
}

.trainer_img img {
    object-fit: cover
}

.trainer_data1 h4 {
    color: #393185
}

.trainer_data1 h5 {
    color: #393185;
    font-size: 14px
}

.trainer_data1:before {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #b6e1f9
}

.trainer_data2 h4 {
    color: #393185
}

.trainer_data2 h5 {
    color: #393185;
    font-size: 14px
}

.trainer_data2:after {
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #b6e1f9;
    z-index: 999
}

.fa-spin-fast {
    -webkit-animation: fa-spin-fast .2s infinite linear;
    animation: fa-spin-fast .2s infinite linear
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #f6f7fe;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card h2 span {
    display: block
}

.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: .8em
}

.material-card h2:after,
.material-card h2:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card h2:after {
    top: auto;
    bottom: 0
}

@media screen and (max-width:767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px
}

.material-card.mc-active h2:before {
    top: 0
}

.material-card.mc-active h2:after {
    bottom: -16px
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card.mc-active .mc-btn-action {
    top: 62px
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s
}

.material-card .mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    top: 200px
}

.material-card .mc-footer a:nth-child(1) {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.material-card .mc-footer a:nth-child(2) {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.material-card .mc-footer a:nth-child(3) {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.material-card .mc-footer a:nth-child(4) {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.material-card .mc-footer a:nth-child(5) {
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em
}

@media screen and (max-width:767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px
    }
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1
}

@media screen and (max-width:767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0
    }
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 25px
}

.material-card.mc-active .mc-footer a {
    top: 0
}

.material-card.mc-active .mc-footer h4 {
    top: -32px
}

.material-card.Red h2 {
    background-color: #393185
}

.material-card.Red h2:after {
    border-top-color: #393185;
    border-right-color: #393185;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #2d276a;
    border-bottom-color: #2d276a;
    border-left-color: transparent
}

.material-card.Red.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #393185;
    border-bottom-color: #393185;
    border-left-color: transparent
}

.material-card.Red.mc-active h2:after {
    border-top-color: #2d276a;
    border-right-color: #2d276a;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.material-card.Red .mc-btn-action {
    background-color: #000
}

.material-card.Red .mc-btn-action:hover {
    background-color: #82caf1
}

.material-card.Red .mc-footer h4 {
    color: #000
}

.material-card.Red .mc-footer a {
    background-color: #000
}

.material-card.Red.mc-active .mc-content {
    background-color: #f6f7fe
}

.material-card.Red.mc-active .mc-footer {
    background-color: #82caf1
}

.material-card.Red.mc-active .mc-btn-action {
    border-color: #ffebee
}

#event {
    background: #fff
}

.filter-button {
    font-size: 16px;
    border: none;
    text-align: left!important;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
    border-left: 2px dashed #393185;
    border-radius: 0
}

.event_panel {
    text-align: left!important
}

.gallery_menu {
    position: fixed
}

.filter-button:hover {
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    color: #82caf1;
    background: 0 0
}

.filter-button:active,
.filter-button:focus {
    box-shadow: none!important;
    border: none!important;
    background: 0 0!important;
    outline: 0!important
}

.btn-default:active .filter-button:active {
    background-color: #42b32f;
    color: #fff
}

.port-image {
    width: 100%
}

.event_main1 {
    box-shadow: .3rem .4rem 1rem rgba(0, 0, 0, .3);
    overflow: hidden
}

.event_main {
    box-shadow: .3rem .4rem 1rem rgba(0, 0, 0, .3);
    overflow: hidden;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    height: 350px;
}

.content-title {
    color: #000;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    font-family: 'Permanent Marker', cursive;
    text-transform: capitalize;
    min-height: 60px;
    font-size: 18px
}

.gallery_img {
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.event_img {
    display: block;
    object-fit: cover;
    height: 200px;
    width: 100%;
    transition: transform .4s ease-out
}

.event_img:hover {
    transform: scale(1.15)
}

.mb-0>a {
    display: block;
    position: relative
}

.mb-0>a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 0
}

.mb-0>a[aria-expanded=true]:after {
    content: "\f077"
}

#accordion a {
    color: #000
}

#accordion .card-header {
    border: none!important
}

#accordion .card {
    color: #000;
    border: none!important
}