/*------------------------------------------------------------------------------
[Master Stylesheet]

Project:        Renate Alumni HTML5 Template
Version:        1.0
Last change:    31/01/2019
Primary use:    Alumni Association 
Author:         bitspeck
URL:            http://theme.bitspecksolutions.com/Renate-Alumni/
------------------------------------------------------------------------------*/

/*
This file contains the common info of this theme.
*/

/*------------------------------------------------------------------------------
[Table of contents]
	* General & Typing typography
		* Back to Top
    * preloader css
    * Header & Navigation
        * Header top
		* Button
        * Navigation
			* Main menu Slider
			* Search Box
		* Banner
		* Slider Area
		* Header Animation
    * About
    * Features
    * Services
    * Team
    * Projects
    * Event
    * Blog
    * Counter
	* Testimonial
	* Newsletter
	* Acheivement
	* Main Footer
    * Pages
        * Breadcrumb
        * Blog details
		* About
        * FAQ
------------------------------------------------------------------------------*/

/*
# [Color codes]
# Black (text): #000
# Teal (header, button): #fff ;
----------------------------------------------------------------------------- */

/* General Styling & Typography
------------------------------------------------------------------------------*/
/* Google Fonts Raleway and open sans */

@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway:300,400,600,700");
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

ul,
li,
a,
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

a:hover,
a:focus {
    border-color: transparent;
    text-decoration: none;
    outline: 0;
}
img {
    border: 0;
}

.clr {
    clear: both;
}

.text-color {
    color:  #5e2ced ;
}
.text-color1 , .text-color2 {
    color: #fff;
}

section {
    padding: 80px 0;
}

/* back to top start */

.back-top-btn:hover i {
    top: 6px;
}

.back-top-btn {
    width: 45px;
    height: 45px;
    line-height: 24px;
    background: #5e2ced;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    display: none;
    border-radius: 5px;
    transition: all .6s;
}

.back-index {
    bottom: 60px;
}

.back-top-btn i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 12px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

/* back to top End */

/* End General Styling & Typography
------------------------------------------------------------------------------*/


/*=====================================
 Preloader CSS START
=======================================*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
}

.loading:after,
.loading:before {
    content: '';
    background: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 1s;
}

.loading:after {
    top: 0;
}

.loading:before {
    bottom: 0;
}

.loading-end:after {
    top: -60%;
}

.loading-end:before {
    bottom: -60%;
}

.load-circle {
    margin: 50vh auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 10px solid #6747ee;
    border-top: 10px solid #9124dc;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*=====================================
 Preloader CSS END
=======================================*/

/*=====================================
 Header CSS START
=======================================*/

/* Header Top */
.main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 70px;
    font-weight: 600;
}

.main-title h1 {
    font-size: 44px;
    position: relative;
    color: #1d274e;
    line-height: 0.8;
}

.main-title h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    left: 3%;
    top: 55px;
    background: #1d274e;
}

.main-title h1:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    right: 3%;
    top: 55px;
    background: #1d274e;
}

.main-title i.fa {
    position: absolute;
    bottom: 14px;
    bottom: -30px;
    color: #1d274e;
}

.main-title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
    font-weight: 600;
}

.main-title2 h1 {
    font-size: 44px;
    position: relative;
    color: #1d274e;
	line-height: 0.8;
}

.main-title2 h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    left: 15%;
    top: 55px;
    background: #1d274e;
}

.main-title2 h1:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    right: 15%;
    top: 55px;
    background: #1d274e;
}

.main-title2 i.fa {
    position: absolute;
    bottom: 14px;
    bottom: -30px;
    color: #1d274e;
}
/*Header Top End*/
/*button start*/

.custom-button .other-btn {
    color: #2f8ded !important;
    z-index: 999;
}

a.custom-btn:hover {
    color: #FFF;
	border: transparent;
}

a.custom-btn:focus {
    color: #FFF;
}

.custom-sm-btn {
    text-transform: uppercase;
    width: 14rem;
    font-weight: bold;
    border: 2px solid #1d274e;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s ease all;
    z-index: 999;
    border-radius: unset;
	color: #1d274e;
}

.custom-sm-btn:hover {
    color: #FFF;
}

.custom-sm-btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 1;
    content: '';
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    z-index: -1;
}

.custom-sm-btn:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
    color: #FFFFFF;
}

.custom-sm-btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.banner-btn .custom-btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 145px;
    font-weight: bold;
    padding: 10px 0px;
    border: 2px solid #5e2ced;
    position: relative;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s ease all;
    z-index: 999;
    border-radius: unset;
	color: #fff;
}

.custom-btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 145px;
    font-weight: bold;
    padding: 10px 0px;
    border: 2px solid #1d274e;
    position: relative;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s ease all;
    z-index: 999;
    border-radius: unset;
	color: #1d274e;
}

.custom-btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    z-index: -1;
}

.custom-btn:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.custom-btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.custom-button a {
    font-size: 16px;
    color: #fff;
    padding: 10px 10px 6px!important;
    text-transform: capitalize;
    margin-top: 20px;
}

.custom-button a:first-child {
    margin-right: 10px;
}

/*button end*/

/* navigation start */

/*** Main-menu-area**/

.navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 0;
    /* background: -webkit-linear-gradient(left, #6747ee, #9124dc); */
}

.logo img {
    width: 74px;
    max-width: 100%;
	margin-top: 10%;
}

.navbar-toggle {
    background-color: #5e2ced;
    margin-top: 15px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}


.overlay,
.overlay a,
.navigation a {
    color: #fff;
}

.navbar-brand {
    float: left;
    height: unset;
    padding: 0;
}

.nav > li {
    margin-right: 10px;
}

.nav > li:last-child {
    margin-right: 0px;
}

.navigation #navs > ul > li > a {
    background: none;
    padding: 30px 12px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
    font-weight: 600;
	text-transform: capitalize;
}

.navigation #navs ul li.active a,
.navigation #navs ul li a:hover {
    border-top: 3px solid #fff;
}

.navigation.affix {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
}

.navigation.affix #navs ul li.active a,
.navigation.affix #navs ul li a:hover {
    border-top: 3px solid #fff !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.page-menu{
	display: none;
}


.page-menu li a {
    padding: 15px 15px;
    background: #fff0;
	color: #1d274e;
}

.page-menu li a:hover {
    border-top: none !important;
    color: #fff !important;
    padding: 15px 15px;
    background: #5e2ced;
}

/*search box*/

.search-content {
    position: relative;
}

.search-btn {
    border-top: 3px solid transparent !important;
    padding: 30px 15px;
    position: absolute;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.search-btn:hover,
.search-btn:active,
.search-btn:focus {
    color: #fff;
}

.search-btn.msg-active {
    color: #2f8ded;
    ;
}

.search-box {
    min-width: 300px;
    position: absolute;
    bottom: -130px;
    right: -35px;
    padding: 10px;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.search-box.msg-active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.search-box input {
    display: inline-block;
    width: 95%;
    float: left;
    height: 40px;
    border-radius: 1px 0 0 1px;
    margin-bottom: 0;
    background-color: transparent;
    border-color: #b5b5b5;
    border-right-width: 0;
}

.search-box input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.search-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 0.5;
}

.search-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 0.5;
}

.search-box input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.search-box button {
    padding: 9px 25px;
    width: 20%;
    float: left;
    border-radius: 0 1px 1px 0;
    text-indent: -2px;
    margin-left: -55px;
    background: #5e2ced;
    color: #ffffff;
}
.btn.focus, .btn:focus, .btn:hover{
	color: #fff;
}
.search-box input::placeholder{
	color: #1d274e;
}
.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #5e2ced;
    border-color: #5e2ced;
}
/* end search box */

/*Main-menu-area End**/

/*END Navigation */

/* Banner CSS Start */

#home-banner {
    background-image: url("../images/slider-5.jpg");
    width: 100%;
    height: 100vh;
    color: #fff;
    position: relative;
    z-index: 0;
}

.overlay {
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.large-header canvas {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
    z-index: 999;
}

.banner-text h2 {
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.banner-text h2 span{
	color: #fff;
}
/* Banner CSS End */


/* Head slider part css */
.slide {
    position: relative;
}

.header-overlay::after {
	background: linear-gradient(-45deg, #6747ee8c, #9124dc9e);
    opacity: 0.6;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider,
.slide {
    height: 100vh;
    width: 100%;
}

.slide .slide__img img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
    text-align: center;
    color: #FFF;
}

.slide .slide__content--headings h2 {
    color: #fff;
    font-size: 44px;
    padding-bottom: 20px;
    text-shadow: 1px 2px 3px #f7f5fa;
}
.slide .slide__content--headings h2 span{
	font-size: 44px;
}
.slide .slide__content--headings p {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 1px 2px 3px #400bd6;
}

.slide .slide__content--headings .animated {
    transition: all .5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* ///////////  HEADER ANIMATION  /////////// */

@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

/* end slider area */
/*=====================================
 Header CSS END
=======================================*/


/*=====================================
 About START
=======================================*/


#about-us {
    background-color: #fff;
    position: relative;
}

.about-img {
    position: relative;
    margin-top: 30px;
}

.about-img img {
    width: 80%;
    max-width: 100%;
    position: relative;
    height: 300px;
}

.about-img::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    border: 12px solid #f3f3ff;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.2);
    top: -24px;
    right: 70px;
    z-index: 0;
}

.about-details {
    padding: 15px 15px 15px 15px;
}

.about-details h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
	text-transform: capitalize;
	color: #1d274e;
}

.about-details p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
}

/*=====================================
 About END
=======================================*/

/*=====================================
Features START
=======================================*/

#features {
    position: relative;
	background: #f3f3ff;
}

.feature-box {
    padding: 50px 30px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.feature-box:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    background: #f3f3ff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.feature-icon-content {
    height: 160px;
    margin-bottom: 20px;
}

.feature-description h2 {
    margin-bottom: 20px;
	color: #1d274e;
}

.feature-description p {
    margin-bottom: 20px;
	color: #000;
}
/*=====================================
 END features
=======================================*/

/*=====================================
 Services Start
=======================================*/

#services {
    background: #f3f3ff;
    position: relative;
}

.service-link {
    border: 1px solid #5e2ced;
    color: #ffffff;
    background: #5e2ced;
    font-size: 16px;
    padding: 12px 15px;
	border-radius: 50%;
}

.service-link:hover {
    border: 1px solid #ffffff;
	background: #fff;
    color: #5e2ced;
}


.service-card {
    padding: 50px 30px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	background: #fff;
	border: 1px solid transparent;
	border-radius: 2%;
}

.service-card:hover {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.service-card:hover .service-icon i.far , .service-card:hover .service-icon i.fas {
    color: #fff;
}

.service-card:hover .service-details h3 {
    color: #fff;
}

.service-card:hover .service-details p {
    color: #fff;
}

.service-card:hover .custom-btn {
    background: #fff;
}

.service-icon i.far , .service-icon i.fas {
    color: #5e2ced;
    font-size: 44px;
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 30px;
    margin-bottom: 20px;
	color: #1d274e;
}

.service-details p {
    font-size: 16px;
    margin-bottom: 20px;
	text-align: justify;
}

/*=====================================
 END Services
=======================================*/

/*=====================================
 TEAM START
=======================================*/

.our-team {
    position: relative;
}

.our-team-wrapper > .slick-list > .slick-track {
    height: 470px !important;
}

.our-team-img {
    position: relative;
    cursor: -webkit-grab;
}

.our-team-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 12px solid #f3f3f3;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.2);
    top: -20px;
    right: -10px;
    z-index: -1;
}

.our-team-text {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: -10px;
    min-height: 80px;
    transition: all 0.4s ease;
    transform: translateY(0%);
    -webkit-transform: translateX(-3%);
    -moz-transform: translateX(-3%);
    -o-transform: translateX(-3%);
    -ms-transform: translateX(-3%);
	left: 8px;
}

.team-details h5 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}

.team-details span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 9px;
}

.our-team-box {
    float: left;
    padding-left: 25px;
    padding-right: 28px;
    margin-top: 30px;
}

.our-team-text ul {
    text-decoration: none;
    list-style: none;
}

.our-team-text ul li i {
    color: #fff;
    font-size: 18px;
    height: 45px;
    width: 45px;
    line-height: 47px;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    margin-left: 5px;
}

.our-team-text li a:hover {
    box-shadow: none;
}

i.facebook:hover {
    background: #4267B2;
}

i.twiter:hover {
    background: #1DA1F2;
}

i.google:hover {
    background: #DD4B39;
}

i.print:hover {
    background: #BD081C;
}

.our-team-inner {
    position: relative;
    margin-top: 5px;
    transition: all 0.4s ease;
}

.our-team-inner img {
    width: 95%
}

.team-details {
    padding-top: 20px;
    position: absolute;
    width: 95%;
    height: 0%;
    opacity: 0;
    left: 0;
    overflow: hidden;
    bottom: 70px;
    background: -webkit-linear-gradient(left, #6747eec9, #9124dcc7);
    transition: all 0.4s ease;
}

.our-team-inner:hover .team-details {
    height: 22%;
    opacity: 1;
}

/*=====================================
 END TEAM
=======================================*/

/*=====================================
START PROJECTS
=======================================*/

#projects {
	background: #f3f3ff;
}

.project-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 62%;
	margin: auto;
}

.project-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 1 30%;
    position: relative;
    min-height: 1px;
	margin: 30px 15px 0 15px;
}


.project-img-inner {
    padding: 50px 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 330px;
}

.project-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
}

.overlay{
	width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #6747eeb5, #9124dcb8);
    top: 0px;
	opacity: 0;
}

.overlay .fa-link {
	background: #fff;
    color: #5e2ced;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    margin-left: 44%;
    margin-top: 38%;
}

.project-img-inner:hover .overlay {
	opacity: 1;
}

/*=====================================
 END PROJECTS
=======================================*/

/*=====================================
START EVENT
=======================================*/

.event-card {
    display: flex;
    box-shadow: 0 10px 30px -5px #5e2ced47;
    background: #fcfcfc;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}

.event-card:hover {
	background: #fff;
}

.event-content {
    flex: 1;
}

.event-description-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
	color: #1d274e;
	font-weight: 600;
}

.event-description-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.event-img-content img {
    vertical-align: middle;
    border-style: none;
    width: 250px;
    height: 27rem;
}

.event-description-content {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 48px;
}

/*=====================================
 END EVENT
=======================================*/

/*=====================================
 START BLOG
=======================================*/

.our-blog {
    padding-bottom: 60px;
    position: relative;
	background: #f3f3ff;
}

.widget {
    position: relative;
    padding: 0px 20px;
    background: #fff;
    border: 1px solid #dddddd;
}

.text-white {
    color: #fff;
}

.blog-top {
    margin-top: -15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.blog-top,
.widget-middle-overflow {
    position: relative;
    margin: 0 -20px;
}

.blog-top > img,
.widget-middle-overflow > img {
    max-width: 100%;
    width: 100%;
    height: 26rem;
}

.blog-top > img + .tags {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
}

.mt-sm {
    margin-top: 10px;
}

.post-user {
    position: relative;
}

.mr {
    margin-right: 15px;
}

.mb-xs.mt-xs {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
	color: #1d274e;	
}

.thumb {
    width: 50px;
}

.thumb img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.fs-mini {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
}

.text-muted {
    color: #1d274e;
}

.text-light {
    opacity: 1;
    font-size: 16px;
    margin: 20px 0;
    color: #000;
    line-height: 24px;
}

.widget > .blog-footer {
    padding: 20px 20px 40px;
}

.blog-footer {
    z-index: 0;
}

.post-links > li {
    float: left;
    margin-top: -7px;
    margin-left: 15px;
}

.post-links {
    margin-left: -34px;
}

.post-links > li i {
    color: #888;
    margin-right: 5px;
}

.post-links > li > a {
    color: #444;
    font-size: 16px;
    line-height: 24px;
}

.post-links > li > a:hover {
    box-shadow: none!important;
}

.blog-btn {
    z-index: 99;
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.blog-btn a {
    padding: 6px 0px!important;
    width: 135px!important;
    font-size: 14px!important;
    letter-spacing: 0!important
}

.blog-btn:hover {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    color: #ffffff;
}

.widget:hover {
    background: #f3f3ff;
    box-shadow: 2px 2px 14px #5e2ced7a;
}

.widget:hover .comment {
    color: #2f8ded;
}

.widget:hover .heart {
    color: #e10404;
}

.widget:hover .map {
    color: #FF9E67;
}

.news-date {
    position: absolute;
    top: 0%;
    left: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background: #5e2ced ;
    padding: 6px;
    text-transform: uppercase;
}

.news-date b {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    display: block;
}

.news-date-inner {
    border: 1px solid #ffffff;
    padding: 4px 12px 4px;
    transition: all ease 0.5s;
}

/*=====================================
END BLOG
=======================================*/

/*=====================================
START COUNTER
=======================================*/

#counter {
    padding: 0;
}

#counter .counter_banner {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    position: relative;
    padding: 80px 0;
}

#counter .counter_banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.count-in {
    z-index: 99;
}

.count-in img {
    margin: 0 auto;
}

.count-in img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.counter_text h4 {
    font-size: 30px;
    color: #ffffff;
}

.counter_text p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: capitalize;
}

/*=====================================
END COUNTER
=======================================*/

/*=====================================
START TESTIMONIAL
=======================================*/

.testimonial-container {
    background: url(../images/testimonial-background-1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    z-index: 0;
}

.testimonial-container:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-45deg, #6747ee59, #9124dc42);
    z-index: -1;
	opacity: 0.6;
}

.people-say {
    color: #fff;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
}

.testimonial {
    padding-top: 20px;
    cursor: -webkit-grabbing;
}

.testimonial .test-img {
    float: left;
    position: relative;
    width: 33rem;
}

.testimonial .test-img:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 250px;
    border: 15px solid #5e2ceda3;
    top: 0;
    right: 100px;
    z-index: -1;
}

.testimonial .test-img img {
    width: 20rem;
    height: 25rem;
    margin-top: 10%;
}

#testimonial-slider {
    z-index: 999;
}

.testimonial .testimonial-content {
    float: left;
    margin-top: 35px;
    z-index: 999;
    margin-left: 25px;
}

.testimonial .title {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #5e2ced ;
    margin: 0;
    text-transform: capitalize;
    padding-left: 15px;
    line-height: 24px;
    padding-bottom: 10px;
}

.testimonial .post {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}

.testimonial .description {
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
    line-height: 24px;
	text-align: justify;
}

/*=====================================
END TESTIMONIAL
=======================================*/

/*=====================================
NEWSLETTER START
=======================================*/

.newsletter {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    text-align: center;
    position: relative;
    padding: 80px 0;
}

.newsletter h1 {
    margin-bottom: 40px;
}

.newsletter h1 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 700;
	line-height: 0.8;
}

.subscribe {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.subscribe h6 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #f1f1f1;
    font-weight: 600;
}

.subscribe input[type="email"] {
    outline: none;
    border: none;
    padding: 10px 15px;
    background: #f3f3ff;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}

.subscribe input::placeholder {
	color: #999;
}

.subscribe input[type="submit"] {
    color: #1d274e;
    letter-spacing: 1.5px;
    font-size: 16px;
    padding: 9.5px 0px;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
	border: 1px solid #1d274e;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
	font-weight: 600;
}

.subscribe input[type="submit"]:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, #6747ee, #9124dc);
	border: 1px solid transparent;
}


/*=====================================
END NEWSLETTER
=======================================*/

/*=====================================
START ACHIEVEMENT
=======================================*/

#achievement {
    padding: 80px 0;
    background: #ffffff;
}

.achieve-img {
    width: 100%;
}

.achieve-img .slick-arrow {
    width: 17px;
    height: 9px;
}

.achieve-img a {
    display: block;
    text-align: center;
    cursor: -webkit-grab;
}

.achieve-img .slick-slide img {
    margin: 0 auto;
}
.achieve{
	width: 95%;
	margin: auto;
}

/*=====================================
END ACHIEVEMENT
=======================================*/

/*=====================================
MAIN FOOTER
=======================================*/

.main-footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background: url(../images/footer.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.footer-overlay::before {
	background: linear-gradient(-45deg, #6747ee8c, #9124dc9e);
    opacity: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.footer-content {
    margin-bottom: 20px;
}



.footer-content h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-content p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
	text-align: justify;
}

.footer-content ul li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer-content ul li i {
    text-align: center;
    padding: 0px 10px 10px 0;
    color: #5e2ced;
}

.social-icon li i {
    color: #ffffff !important;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    margin-right: 5px;
    text-align: center;
}

.social-icon li a:hover {
    box-shadow: none;
}

.social-icon li a i.facebook:hover {
    background: #4267B2;
}

.social-icon li a i.twitter:hover {
    background: #1da1f2;
}

.social-icon li a i.google:hover {
    background: #DD4B39;
}

.social-icon li a i.print:hover {
    background: #BD081C;
}

.footer-content img {
    width: 100%;
    height: 200px;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-menu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #5e2ced;
}

.footer-text p {
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.footer-text span {
    color: #5e2ced;
    font-weight: 600;
}

/*=====================================
END MAIN FOOTER
=======================================*/


/*=====================================
PAGES
=======================================*/
/*=====================================
BREADCRUMB
=======================================*/

#pages-bread {
    background: url(../images/slider-9.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}

#pages-bread:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.page-bread {
    padding: 120px 0 40px;
    z-index: 9;
}

.page-bread h1 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 35px;
    font-size: 44px;
    text-transform: capitalize;
    text-align: center;
}

.page-bread ul.breadcrumb {
    padding: 15px 15px;
    list-style: none;
    background-color: transparent;
    text-align: center;
	font-size: 26px;
}

.page-bread ul.breadcrumb li p {
    display: inline;
    font-size: 16px;
    color: #5e2ced;
    text-transform: capitalize;
    font-weight: 600;
}

.page-bread ul.breadcrumb li + li:before {
    padding: 8px;
    color: #5e2ced;
    content: ">>";
}

.page-bread ul.breadcrumb li a p {
    color: #ffffff;
    text-decoration: none;
}
/*=====================================
END BREADCRUMB
=======================================*/

/*=====================================
Blog-details Page
=======================================*/

#blog-detail-page {
    position: relative;
}

.blg_dtls_content h4 {
    font-size: 22px;
    color: #1d274e;
    font-weight: 700;
    line-height: 24px;
    padding: 20px 0 20px;
    text-transform: capitalize;
}

.blg_dtls_content h4 span {
    float: right;
    color: #444444;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

.blg_dtls_content ul li:first-child,
.blg_dtls_content ul li:nth-child(2) {
    float: left;
}

.blg_dtls_content ul li a {
    margin-right: 15px;
}

.blg_dtls_content ul li a span {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 5px;
    color: #1d274e;
}


.blg_dtls_content p {
    text-align: justify;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
}

.blg_dtls_content p:first-child {
    padding-bottom: 0;
}

.blg_dtls_content .blog_highlights p {
    background-color: #6747ee0f;
    padding: 26px 20px 26px 20px;
    border-left: 3px solid #5e2ced;
    font-style: italic;
    color: #6747ee;
    font-size: 16px;
}

.later-p{
	padding: 0px;
}
.social-dv{
	padding-left: 0px;
}


.blog_comments h4 {
    font-size: 22px;
    color: #1d274e;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 0 20px;
    text-transform: uppercase;
}

.blog_comments .media {
    margin-top: 20px;
}

.media_first {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.blog_comments .media .media-left img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    object-fit: cover;
    -o-object-fit: cover;
}

.blog_comments .media .media-left {
    padding-right: 30px;
}

.blog_media .media-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    color: #1d274e;
}

.blog_media .media-heading span {
    float: right;
    color: #5e2ced;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blog_media a {
    color: #1d274e;
}

.blog_media a:hover {
    color: #6747ee;
}

.blogdetails_form h4 {
    padding: 20px 0 40px!important;
}

.blogdetails_form form .form-group.col-sm-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #1d274e;
    padding: 5px 10px;
}

.blogdetails_form form .form-group input,
.blogdetails_form form .form-group textarea {
    color: #1d274e;
    text-transform: capitalize;
    resize: none;
    font-weight: 400;
    border: 1px solid #1d274e;
    border-radius: 0px;
    font-size: 14px;
}

textarea::placeholder {
	color: #999;
}

.blogdetails_form form .form-group input:focus,
.blogdetails_form form .form-group textarea:focus {
    box-shadow: inset 0 1px 1px #1d274e91, 0 0 8px #1d274e91;
}

.blogdetails_form .book_btn {
    width: 100%;
}

.blog_grid_btn a {
    color: #ffffff;
}

.blogdetails_form {
    margin-top: 20px;
}

.blog-detail-img img {
    width: 100%;
    margin: 50px 0 0;
}

.browser-btn2 {
    text-align: center;
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    padding: 10px 0;
    border: 1px solid #5e2ced00;
    width: 100%;
    transition: padding 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53), margin 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 99;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.grid_right_row {
    margin-top: 20px;
}

.grid_right_row .single_blog {
    margin-bottom: 30px;
    transform: translateY(0);
}

.blog-grid-right {
    margin-left: -20px;
}

.sidebar_search {
    margin-bottom: 20px;
}

.sidebar_search .form-control {
    background: none;
    border-radius: 0;
    height: 40px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    box-shadow: none;
    padding-left: 15px;
}

.tag h2,
.sidebar_categori h2 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 700;
    color: #1d274e;
    margin-top: 20px;
}

.sidebar_categori tr td a {
    font-size: 16px;
    color: #1d274e;
    line-height: 2.25;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
}

.sidebar_categori table {
    border: none;
    width: 100%;
}

.sidebar_categori table td {
    color: #1d274e;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.cat_right {
    text-align: right;
}

.cat_right:hover {
    color: #2f8ded;
    font-weight: 600;
}

.sidebar_categori table tr:hover td,
.sidebar_categori table tr:hover td a,
.sidebar_categori table tr td a:focus {
    color: #6747ee;
    font-weight: 600;
    margin-left: 35px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

side_tab ul li {
    border: none;
}

.side_tab ul li a {
    font-size: 16px;
    color: #1d274e;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0;
}

.side_tab ul li.active a:hover,
.side_tab ul li.active a {
    border: none;
    background: none;
}

.side_tab ul li :hover {
    border: transparent;
    background: none;
    color: #2f8ded !important;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    border: none;
    margin-right: 15px;
}

.nav-tabs li:last-child {
    margin-right: 0px;
}

.nav-tabs > li > a:hover {
    border: none;
    background: transparent;
	color: #1d274e !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #1d274e;
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 0;
}

.tab-content .media {
    border-bottom: 1px solid #444444;
    padding: 20px 0;
    margin-top: 0;
}

.tab-content .media:last-child {
    border-bottom: none;
}

.tab-content .media-left {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-right: 0;
}

.tab-content .media-left .overlay {
    box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
}

.tab-content .media-left .img_inner {
    width: 100%;
    border-radius: 50px;
}

.img_inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.blog-content h6 {
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.tab-content .media-heading {
    font-size: 16px;
    color: #1d274e;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.tab-content .media-body {
    width: 250px;
    padding-left: 20px;
}

.tab-content .media-body span {
    font-size: 14px;
    color: #1d274e;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.media-body span i{
	color: #000;
	font-size: 12px;
	padding-right: 3px;
}

.text-right li a i {
    color: #6747ee;
}

.tab-content .media:hover .overlay-side,
.home_gallary_img:hover .overlay-side,
.home_blog_div:hover .home_gallary_img .overlay-side {
    height: 100%;
    opacity: 1;
}

.tab_img_div {
    position: relative;
    z-index: 9;
}



.home_gallary_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
}

.tab-content .media:hover img {
    transform: scale(1.2);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

.overlay-side {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: #1d274e99;
    opacity: 0;
    border-radius: 50px;
}

.over_link {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.over_link a{
    color: #5e2ced;
}

.over_link a:hover {
    color: #9124dc;
}

.tag a {
    padding: 5px 10px;
    border: 1px solid #1d274e;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0px 0 0;
    font-size: 14px;
    color: #1d274e;
    outline: 0;
}

.tag a:hover {
    border-color: #6747ee;
    color: #6747ee;
}

/*=====================================
End of Blog-details Page
=======================================*/

/*=====================================
About Page
=======================================*/

.ab-heading {
    text-align: center;
    margin-bottom: 20px;
}

.about-content-details {
    background: #f3f3ff;
}

.ab-heading h1 {
    color: #1d274e;
    position: relative;
    padding-bottom: 20px;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 999;
	line-height: 0.8;
}

.ab-heading p {
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
	text-align: justify;
}

.ab-details h1 {
    color: #1d274e;
    position: relative;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 999;
    padding-bottom: 20px;
	line-height: 0.8;
}

.ab-details p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 auto;
    font-weight: 500;
    text-align: justify;
    margin-top: 10px;
    word-spacing: 2.5px;
}

.about-intro {
    background: url(../images/about.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 50vh;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.about-intro::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #002040;
}

.about-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-title h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: capitalize;
    color: #ffffff;
}

.about-title h1 span {
    color: #2f8ded;
}

.about-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.about-heading h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-card {
    padding: 50px 30px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #f3f3ff;
    border-radius: 4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.about-card:hover {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
}

.about-card:hover .card-content h4 {
    color: #ffffff;
}

.about-card:hover .card-content p {
    color: #ffffff;
}

.about-card:hover .card-content i {
    color: #ffffff;
}

.card-content h4 {
    color: #5e2ced;
    font-size: 30px;
    margin-bottom: 20px;
}

.card-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
	text-align: justify;
}

.card-content i {
    color: #5e2ced;
    font-size: 44px;
    margin-bottom: 20px;
}

.joinus {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    padding: 60px 0;
}

.join-details h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #fff ;
    font-weight: 700;
}

.join-details p {
    color: #fff;
    margin-bottom: 0px;
}

.jn-btn {
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    background: #5e2ced;
    border: 2px solid #2f8ded00;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    z-index: 999;
    border-radius: unset;
    font-size: 16px;
    transition: 0.3s ease all;
    color: #fff;
}

.jn-btn:hover , .jn-btn:focus{
	color: #2f8ded;
    background: #fff;
}

.join-sec{
	top: 24px;
}

.timeline {
    position: relative;
    z-index: 1;
}

.timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid #5e2ced;
    z-index: -1;
}

.timeline .date-title {
    text-align: center;
    margin: 40px 50px;
}

.timeline .date-title span {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #5e2ced;
    border-radius: 4px;
}

.news-item.right {
    float: right;
    margin-top: 40px;
}

.news-item .news-content {
    margin: 20px 30px 0 0;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #ffffff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .news-content {
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    color: #ffffff;
	box-shadow: 0 10px 20px -5px #2f8ded47;
}

.news-item.right .news-content {
    margin: 20px 0 0 30px;
}

.news-item .news-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: -40px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.news-item.right .news-content:after {
    position: absolute;
    left: -40px;
    right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.news-item:hover .news-content:after {
    border-left-color: #5e2ced;
}

.news-item.right:hover .news-content:after {
    border-left-color: transparent;
    border-right-color: #5e2ced;
}

.news-item .news-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -55px;
    top: 60px;
    background: #5e2ced;
    border: 0px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.news-item.right .news-content:before {
    left: -55px;
    right: auto;
}

.news-content .date {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 10px;
    text-align: center;
    color: #5e2ced;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
	border: 1px solid #5e2ced;
}

.news-item:hover .news-content .date {
    color: #ffffff;
	border: 1px solid #fff;
}

.news-content .date p {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
	text-align: center;
}

.news-content .date small {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
}

.news-content .news-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #5e2ced;
}
.news-item:hover .news-content .news-title {
	color: #fff;
}

.news-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
}

.history{
	background: #f3f3ff;
}

/*=====================================
End of About 
=======================================*/

/*=====================================
Start of FAQ Page
=======================================*/

.faq{
	background: #f3f3ff;
}

.faq-list {
    position: relative;
}

.faq-list:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
    bottom: -60px;

}

.faq-list li {
    margin: 12px 0;
    transition: all .3s ease 0s;
}

.faq-list:before {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 200px;
    line-height: 1;
    position: absolute;
    top: -12px;
    left: -290px;
    opacity: 0.4;
    color: #6747ee;
    z-index: 1;
    content: "Q";
}

.hvr-forward {
    color: #1d274e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.hvr-forward i {
    color: #1d274e;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 20px;
}

.hvr-forward:hover i,
.hvr-forward:hover {
    color: #5e2ced;
}

.faq-list li:hover {
    transform: translateX(15px);
    color: #2f8ded;
}

.faq-article {
    margin: 10px 0 35px;
}

.faq-details {
    margin: 0px 0 10px;
}

.faq-details-list {
    color: #5e2ced;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 100px;
}

.faq-details-list:before {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 200px;
    line-height: 1;
    position: absolute;
    top: 74px;
    left: -290px;
    opacity: 0.4;
    color: #6747ee;
    z-index: 1;
    content: "Q";
}

.faq-article p {
    position: relative;
    font-weight: 400;
    line-height: 34px;
	text-align: justify;
}
/*=====================================
END FAQ
=======================================*/

/*===================================== All common size css here start =======================================*/


.p-b-50 {
    padding-bottom: 50px;
}

.m-l-25 {
    margin-left: 25px;
}

.p-40 {
    padding: 40px;
}

.p-t-200 {
    padding-top: 200px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-30 {
    padding-top: 30px;
}

.m-tb-15 {
    margin: 15px 0;
}

.b-all {
	border: 1px solid rgba(120, 130, 140, .13)
}

.b-none {
	border: 0!important
}

.p-0 {
	padding: 0!important
}

.p-10 {
	padding: 10px!important
}

.p-20 {
	padding: 20px!important
}

.p-30 {
	padding: 30px!important
}

.p-l-0 {
	padding-left: 0!important
}

.p-l-10 {
	padding-left: 10px!important
}

.p-l-20 {
	padding-left: 20px!important
}

.p-l-30 {
	padding-left: 30px!important
}

.p-r-0 {
	padding-right: 0!important
}

.p-r-10 {
	padding-right: 10px!important
}

.p-r-20 {
	padding-right: 20px!important
}

.p-r-30 {
	padding-right: 30px!important
}

.p-r-40 {
	padding-right: 40px!important
}

.p-t-0 {
	padding-top: 0!important
}

.p-t-10 {
	padding-top: 10px!important
}

.p-t-20 {
	padding-top: 20px!important
}

.p-t-30 {
	padding-top: 30px!important
}

.p-b-0 {
	padding-bottom: 0!important
}

.p-b-10 {
	padding-bottom: 10px!important
}

.p-b-20 {
	padding-bottom: 20px!important
}

.p-b-30 {
	padding-bottom: 30px!important
}

.p-b-40 {
	padding-bottom: 40px!important
}

.m-0 {
	margin: 0!important
}

.m-l-5 {
	margin-left: 5px!important
}

.m-l-10 {
	margin-left: 10px!important
}

.m-l-15 {
	margin-left: 15px!important
}

.m-l-20 {
	margin-left: 20px!important
}

.m-l-30 {
	margin-left: 30px!important
}

.m-l-40 {
	margin-left: 40px!important
}

.m-r-5 {
	margin-right: 5px!important
}

.m-r-10 {
	margin-right: 10px!important
}

.m-r-15 {
	margin-right: 15px!important
}

.m-r-20 {
	margin-right: 20px!important
}

.m-r-30 {
	margin-right: 30px!important
}

.m-r-40 {
	margin-right: 40px!important
}

.m-t-5 {
	margin-top: 5px!important
}
.m-t-3 {
    margin-top: 3px!important;
}
.m-t-0 {
	margin-top: 0!important
}

.m-t-10 {
	margin-top: 10px!important
}

.m-t-15 {
	margin-top: 15px!important
}

.m-t-20 {
	margin-top: 20px!important
}

.m-t-30 {
	margin-top: 30px!important
}

.m-t-40 {
	margin-top: 40px!important
}

.m-b-0 {
	margin-bottom: 0!important
}

.m-b-5 {
	margin-bottom: 5px!important
}
.m-b-3 {
	margin-bottom: 3px!important
}

.m-b-10 {
	margin-bottom: 10px!important
}

.m-b-15 {
	margin-bottom: 15px!important
}

.m-b-20 {
	margin-bottom: 20px!important
}

.m-b-30 {
	margin-bottom: 30px!important
}

.m-b-40 {
	margin-bottom: 40px!important
}

.vt {
	vertical-align: top
}

.vb {
	vertical-align: bottom
}

.vm {
	vertical-align: middle;
}

.font-bold {
	font-weight: 700
}

.font-medium {
	font-weight: 500
}

.font-normal {
	font-weight: 400
}

.font-light {
	font-weight: 300
}

.pull-in {
	margin-left: -15px;
	margin-right: -15px
}

.b-0 {
	border: none!important
}


/* Start notice */

.notice-inner {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}

.notice-date-left {
    background: #5e2ced;
    margin: 29px 0px 29px 0px;
    position: relative;
}

.notice-date-left:after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 7%;
    left: 10%;
}

.notice-date-left:before {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 7%;
    left: 80%;
}

.notice-date-left h4 {
    text-align: center;
    font-size: 35px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Open Sens', serif;
    padding: 20px 0 10px;
}

.notice-date-left span {
    font-size: 20px;
    display: block;
    font-weight: 400;
}

.notice_year {
    background: #4517ca;
}

.notice_year h4 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sens', serif;
    padding: 10px 0;
}

.notice-body h4 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #002147;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    padding: 20px 0 9px;
    cursor: pointer;
}

.notice-body h4:hover {
    color: #fec600;
}

.notice-body p {
    text-align: left;
    color: #000;
    padding-bottom: 10px;
}

.notice-time {
    margin-bottom: 20px;
}

.notice-time h5 {
    margin-right: 10px;
    border-right: 2px solid #002147;
    padding-right: 10px;
}

.notice-time h5,
.notice-time p {
    font-size: 18px;
    color: #002147;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
    font-family: 'Open Sens', serif;
    display: inline-block;
}


/* End notice */
/*===================================== Start of Contact part =======================================*/

#contact {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.contact-head h3 {
    color: #002147;
    padding-bottom: 70px;
}

.contact-form h4 {
    font-size: 20px;
    color: #002147;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-bottom: 15px
}



.contact-info {
    text-align: center;
}

ul.contact-details li i {
    color: #5e2ced;
    font-size: 40px;
    margin-bottom: 5px;
}

ul.contact-details li {
    margin-bottom: 25px;
    line-height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.09);
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px;
    cursor: pointer;
}

ul.contact-details li p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.contact-details li span {
    font-size: 13px;
    font-weight: 600;
    color: #717171;
}


/*===================================== End of Contact part =======================================*/

a.event-heading {
    font-size: 3rem;
    font-weight: 600;
}
.event-header img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 250px;
}
/*===================================== All common size css here end =======================================*/


.register-area .eduread-register-form {
    background-color: #fff;
}

.register-area .eduread-register-form .lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.eduread-register-form h3 {
    margin-bottom: 40px;
    color: #002147;
}

.line-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.line-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.z-index-7-9{
    z-index: 9999999;
}
.d-inline-block{
    display: inline-block;
}
.search-heading{
    color: #fff!important;
    background: -webkit-linear-gradient(left, #6747ee, #9124dc);
}
.login-form-card{
    min-height: 410px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.57);
}

.rating {
    padding: 10px 0 10px;
    font-size: 20px;
    color: #5e2ced;
}