@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');
/* font-family: 'Source Sans Pro', sans-serif; */

body {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}



img {
max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
text-decoration: none;
outline: none;
}

a:focus,
a:hover{
text-decoration: none;
}

i,
span,
a{
display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
color: #1d2025;
margin: 0px;
}

h1 {
font-weight: 500;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
ul,ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}

p {
font-size: 16px;
font-weight: 400;
line-height: 28px;
color: #505050;
margin: 0px;
}

.bg_cover{
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}



#page-banner {
padding-top: 15px;
padding-bottom: 14px;
}




/*===== All Button Style =====*/

.main-btn {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #FEC52E;
padding: 0 35px;
font-size: 16px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
line-height: 50px;
border-radius: 5px;
color: #00246C;
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 5;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
background-color: #FEC52E;
}
.main-btn:hover{
color: #FEC52E;
border-color: #00246C;
background-color: #00246C;
}






/*===== All Button Style =====*/

.md-btn {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #FEC52E;
padding: 0 25px 0 25px;
font-size: 16px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
line-height: 35px;
border-radius: 5px;
color: #00246C;
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 5;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
background-color: #FEC52E;
}
.md-btn:hover{
color: #FEC52E;
border-color: #00246C;
background-color: #00246C;
}





/*===== All Button Style =====*/

.reg-btn {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #00246C;
padding: 0 25px 0 25px;
font-size: 16px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
line-height: 35px;
border-radius: 5px;
color: #FEC52E;
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 5;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
background-color: #00246C;
}
.reg-btn:hover{
color: #00246C;
border-color: #FEC52E;
background-color: #FEC52E;
}





/*===== All Section Title Style =====*/

.section-title{}
.section-title h5{
color: #00246C;
position: relative;
padding-bottom: 12px;
}
.section-title h5::before{
content: '';
position: absolute;
width: 35px;
height: 2px;
background-color: #FEC52E;
bottom: 0;
left: 0;
}
.section-title h2{
font-size: 42px;
color: #1A468C;
padding-top: 10px;
}

/*===== Preloader Style =====*/

.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 9999;
}
.preloader .color-1{
background-color: #FEC52E !important;
}
.rubix-cube {
border: 1px solid #FFF;
width: 48px;
height: 48px;
background-color: #FFF;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.rubix-cube .layer{
width:14px;
height:14px;
background-color:#00246C;
border:1px solid #FFF;
position:absolute;

}
.rubix-cube .layer-1{
left:0px;
top:0px;
-webkit-animation: rubixcube4 2s infinite linear;
animation: rubixcube4 2s infinite linear; 
}
.rubix-cube .layer-2{
left:16px;
top:0px;
-webkit-animation: rubixcube3 2s infinite  linear;
animation: rubixcube3 2s infinite  linear; 
}
.rubix-cube .layer-3{
left:32px;
top:0px;
}
.rubix-cube .layer-4{
left:0px;
top:16px;
-webkit-animation: rubixcube5 2s infinite linear;
animation: rubixcube5 2s infinite linear; 

}
.rubix-cube .layer-5{
left:16px;
top:16px;
-webkit-animation: rubixcube2 2s infinite linear;
animation: rubixcube2 2s infinite linear; 
}
.rubix-cube .layer-6{
left:32px;
top:16px;
-webkit-animation: rubixcube1 2s infinite linear;
animation: rubixcube1 2s infinite linear; 
}
.rubix-cube .layer-7{
left:0px;
top:32px;
-webkit-animation: rubixcube6 2s infinite linear;
animation: rubixcube6 2s infinite linear; 
}
.rubix-cube .layer-8{
left:16px;
top:32px;
-webkit-animation: rubixcube7 2s infinite linear;
animation: rubixcube7 2s infinite linear; 

}
@-webkit-keyframes rubixcube1{
20%{ top:16px; left:32px;}
30%{ top:32px; left:32px; }
40%{ top:32px; left:32px; }
50%{ top:32px; left:32px; }
60%{ top:32px; left:32px; }	
70%{ top:32px; left:32px; }	
80%{ top:32px; left:32px; }	
90%{ top:32px; left:32px; }	
100%{ top:32px; left:16px; }

}
@keyframes rubixcube1{
20%{ top:16px; left:32px;}
30%{ top:32px; left:32px; }
40%{ top:32px; left:32px; }
50%{ top:32px; left:32px; }
60%{ top:32px; left:32px; }	
70%{ top:32px; left:32px; }	
80%{ top:32px; left:32px; }	
90%{ top:32px; left:32px; }	
100%{ top:32px; left:16px; }

}
@-webkit-keyframes rubixcube2{
30%{ left:16px;}
40%{ left:32px;}
50%{ left:32px;}
60%{ left:32px;}
70%{ left:32px;}
80%{ left:32px;}
90%{ left:32px;}
100%{ left:32px;}
}
@keyframes rubixcube2{
30%{ left:16px;}
40%{ left:32px;}
50%{ left:32px;}
60%{ left:32px;}
70%{ left:32px;}
80%{ left:32px;}
90%{ left:32px;}
100%{ left:32px;}
}

@-webkit-keyframes rubixcube3{
30%{ top:0px;}
40%{ top:0px;}
50%{ top:16px;}
60%{ top:16px;}
70%{ top:16px;}
80%{ top:16px;}
90%{ top:16px;}
100%{ top:16px;}
}

@keyframes rubixcube3{
30%{ top:0px;}
40%{ top:0px;}
50%{ top:16px;}
60%{ top:16px;}
70%{ top:16px;}
80%{ top:16px;}
90%{ top:16px;}
100%{ top:16px;}
}
@-webkit-keyframes rubixcube4{
50%{ left:0px;}
60%{ left:16px;}
70%{ left:16px;}
80%{ left:16px;}
90%{ left:16px;}
100%{ left:16px;}
}
@keyframes rubixcube4{
50%{ left:0px;}
60%{ left:16px;}
70%{ left:16px;}
80%{ left:16px;}
90%{ left:16px;}
100%{ left:16px;}
}
@-webkit-keyframes rubixcube5{
60%{ top:16px;}
70%{ top:0px;}
80%{ top:0px;}
90%{ top:0px;}
100%{ top:0px;}
}
@keyframes rubixcube5{
60%{ top:16px;}
70%{ top:0px;}
80%{ top:0px;}
90%{ top:0px;}
100%{ top:0px;}
}
@-webkit-keyframes rubixcube6{
70%{ top:32px;}
80%{ top:16px;}
90%{ top:16px;}
100%{ top:16px;}
}
@keyframes rubixcube6{
70%{ top:32px;}
80%{ top:16px;}
90%{ top:16px;}
100%{ top:16px;}
}
@-webkit-keyframes rubixcube7{
80%{ left:16px;}
90%{ left:0px;}
100%{ left:0px;}
}
@keyframes rubixcube7{
80%{ left:16px;}
90%{ left:0px;}
100%{ left:0px;}
}







/*=====================================================
2. HEADER css 
======================================================*/


/*===== Header top =====*/

.header-top{
background-color: #00246C;
padding-top: 5px;
padding-bottom: 5px;
}
.header-contact{}
.header-contact ul{}

.header-contact ul li{
display: inline-block;
margin-right: 5px;
border-right: 1px solid #ffffff59;
padding: 0px 10px 0px 0px;
}
.header-contact ul li:last-child{
margin-right: 0;
border-right: none;
}

.header-contact ul li img{}

.header-contact ul li span {
color: #dee2e6;
font-size: 14px;
font-weight: 400;
margin-left: 10px;

}

/*
.header-contact ul li span:last-child{
margin-right: 0;
border-right: none;
}
*/


.header-contact ul li span a {
color: #dee2e6;

}

.header-contact ul li span a:hover {
color: #30cefa;

}



.header-opening-time{}
.header-opening-time p {
color: #dee2e6;
font-size: 15px;
font-weight: 400;
}




/*===== Header Logo support =====*/

.header-logo-support{
border-bottom: 1px solid #cecece;
}

.support-button{}
.support-button .support {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 7px;
}
.support-button .support .icon{}
.support-button .support .cont{
margin-left: 15px;
margin-top: -2px;
}
.support-button .support .cont p{
font-size: 13px;
color: #8a8a8a;
line-height: 18px
}
.support-button .support .cont span{
font-size: 18px;
color: #00246C;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
}

.support-button .button{
margin-left: 60px;
}



.logo{
position: absolute;
top: -75px;
}

.logo img{
width: 75%;
}



.logo-rmb{
position: absolute;
top: -52px;
z-index: 2;
}


.logo-rmb  .navbar-brand{
width: 60%;
background-color: #fff;
border-radius: 0px 0px 16px 16px;
box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}


.logo-rmb img{
width: 100%;
padding: 20px 10px 6px 10px
}






/*===== Header Menu =====*/

.navigation{}
/*
.navigation.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 999;
border-bottom: 1px solid #cecece;
-webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
-webkit-animation: sticky 2s;
animation: sticky 2s;
}

@-webkit-keyframes sticky {
0%{
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
100%{
-webkit-transform: translateY(0%);
transform: translateY(0%)
}
}

@keyframes sticky {
0%{
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
100%{
-webkit-transform: translateY(0%);
transform: translateY(0%)
}
}*/


.navigation{
background-color: #f8f9fa;
background: linear-gradient(180deg,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);
box-shadow: 0 0 18px rgba(0,0,0,.3);
}


.navigation .navbar{
padding: 0;
}

.navigation .navbar .navbar-nav{}
.navigation .navbar .navbar-nav li{
margin-right: 40px;
position: relative;
}
.navigation .navbar .navbar-nav li:last-child{
margin-right: 0;
}

.navigation .navbar .navbar-nav li a{
font-size: 18px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
color: #00246C;
text-transform: none;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
padding: 25px 0;
}


.navigation .navbar .navbar-nav > li > a.active,
.navigation .navbar .navbar-nav > li > a:hover{
color: #000;
}

.navigation .navbar .navbar-nav li .sub-menu{
position: absolute;
top: 110%;
left: 0;
background-color: #00246C;
width: 200px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu{
opacity: 1;
visibility: visible;
top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li{
margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a{
padding: 10px 15px;
display: block;
border-bottom: 1px solid rgba(255, 198, 0, 0.5);
color: #fff;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover{
padding-left: 20px;
color: #FEC52E;
}

.sub-nav-toggler{
display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a{
border-bottom: 0;
}

.navbar .navbar-toggler {
padding: 3px 8px;
margin: 18px 0;
-webkit-transform: all 0.4s linear;
transform: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
width: 30px;
height: 2px;
background-color: #00246C;
display: block;
margin: 5px 0;
position: relative;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1){
-webkit-transform: rotate(46deg);
transform: rotate(46deg);
top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2){
opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3){
-webkit-transform: rotate(134deg);
transform: rotate(134deg);
top: -7px;
}

.right-icon{}
.right-icon ul li{
display: inline-block;
margin-right: 17px;
padding: 22px 0;
}
.right-icon ul li:last-child{
margin-right: 0;
}

.right-icon ul li a{
font-size: 18px;
color: #00246C;
position: relative;
padding-right: 7px;
}
.right-icon ul li a span{
font-size: 12px;
color: #fff;
background-color: #FEC52E;
border-radius: 50%;
padding: 0px 4px;
position: absolute;
top: -5px;
right: 0;
}

/*===== Index-2 =====*/

.header-social ul li{
display: inline-block;
margin-left: 10px;
}
.header-social ul li:first-child{
margin-left: 0;
}

.header-social ul li a{
font-size: 15px;
color: #dee2e6;
}

.navigation-2 .navbar .navbar-nav li{
margin-right: 40px;
}

.navigation-2 .navbar .navbar-nav li a{
padding: 16px 0;
}
.navigation-2 .right-icon ul li {
padding: 25px 0;
}
.navigation-2.sticky .navbar .navbar-nav li a{
padding: 30px 0;
}
.navigation-2.sticky .right-icon ul li{
padding: 25px 0;
}

/*===== Index-3 =====*/

.navigation-3{
position: absolute;
top: 0;
left: 0;
width: 100%;
background: none;
z-index: 99;
}

.navigation-3 .navbar .navbar-nav li a,
.navigation-3 .right-icon ul li a{
color: #fff;
}

.navigation-3.sticky .navbar .navbar-nav li a,
.navigation-3.sticky .right-icon ul li a{
color: #00246C;
}
.navigation-3.sticky .navbar .navbar-nav > li > a.active,
.navigation-3.sticky .navbar .navbar-nav > li > a:hover{
color: #FEC52E;
}

.navigation-3 .navbar .navbar-toggler .icon-bar{
background-color: #fff;
}
.navigation-3.sticky .navbar .navbar-toggler .icon-bar{
background-color: #00246C;
}



/*===== SEARCH BOX =====*/

.search-box{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00246cc9;
z-index: 999;
display: none;
}

.closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.closebtn span{
width: 30px;
height: 2px;
background-color: #fff;
position: relative;
display: block;
}
.closebtn span:nth-of-type(1) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
}
.closebtn span:nth-of-type(2){
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 9px;
}

.search-box .serach-form input {
width: 50%;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
border: 2px solid #00246C;
color: #00246C;
padding-left: 20px;
border-radius: 50px;
}
.search-box .serach-form button {
position: absolute;
top: 50%;
left: 72%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 0;
border: 0;
background-color: transparent;
color: #00246C;
cursor: pointer;
font-size: 16px;
}


/*=====================================================
3. SLIDER css 
======================================================*/

.single-slider{
padding-bottom: 300px;
/*height: 86vh;*/

height: 580px;
}

.slider-cont{
position: relative;
z-index: 5;
}
.slider-cont h1{
font-size: 60px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
color: #fff;
padding-bottom: 25px;
}
.slider-cont p{
font-size: 18px;
color: #fff;
font-weight: 600;
padding-bottom: 50px;
}
.slider-cont ul {}
.slider-cont ul li{
display: inline-block;
margin-right: 15px;
}
.slider-cont ul li:last-child{
margin-right: 0;
}

.slider-active .slick-arrow{
font-size: 50px;
position: absolute;
top: 42%;
left: 0;
color: #fff;
cursor: pointer;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
left: auto;
right: 0;
}

.slider-active:hover .slick-arrow{
left: 30px;
opacity: 1;
visibility: visible;
}

.slider-active:hover .next.slick-arrow {
left: auto;
right: 30px;
}

/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
padding-bottom: 40px;
}
.slider-2.single-slider{
padding-top: 230px;
padding-bottom: 250px;
}

/*===== Index-3 =====*/

#slider-part-3{
position: relative;
padding-top: 220px;
padding-bottom: 120px;
}
#slider-part-3::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3{
position: relative;
z-index: 5;
background-color: rgba(7, 41, 77, 0.8);
padding: 30px 30px 30px 30px;
background: url(../images/background1.png) no-repeat scroll center center #00246C;
border-radius: 8px;
}


.slider-cont-3 p {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #fff;
margin: 0px;
}


.slider-cont-3 h2{
color: #fff;
font-size: 48px;
padding-bottom: 8px;
}
.slider-cont-3 span{
font-size: 24px;
color: #fff;
}

.slider-search{
background-color: #fff;
border-radius: 5px;
}

.slider-search .nice-select {
width: 100%;
height: 55px;
line-height: 55px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 0;
}
.slider-search .nice-select span {
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #00246C;
font-weight: 400;
}
.slider-search .nice-select .list {
width: 100%;
border-radius: 0;
margin: 0;
}
.slider-search .nice-select::after {
border-bottom: 0;
border-right: 8px solid #00246C;
border-top: 8px solid transparent;
height: 0px;
margin-top: -4px;
width: 0px;
}

.slider-search input{
width: 100%;
height: 55px;
border: 0;
border-left: 1px solid #a8a8a8;
padding-left: 25px;
font-size: 18px;
font-family: 'Poppins', sans-serif;
color: #8a8a8a;
}


.slider-search .main-btn {
line-height: 53px;
width: 100%;
padding: 0;
right: -1px;
}

.slider-search .main-btn i{
font-size: 20px;
}

.slider-search .main-btn:hover{
border-color: #00246C;
}


.slider-feature{}
.singel-slider-feature{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex; 
-webkit-box-align: start; 
-ms-flex-align: start; 
align-items: flex-start;
}
.singel-slider-feature .icon{}
.singel-slider-feature .cont{
padding-left: 30px;
}
.singel-slider-feature .cont h3{
color: #fff;
padding-bottom: 3px;
margin-top: -3px;
font-size: 24px;
}
.singel-slider-feature .cont span{
color: #fff;
font-size: 15px;
}


















/****************member */
.member-search{
background-color: #fff;
border-radius: 5px;
    margin-top: 3em;
}

.member-search .nice-select {
width: 100%;
height: 55px;
line-height: 55px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 0;
}
.member-search .nice-select span {
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #00246C;
font-weight: 400;
}
.member-search .nice-select .list {
width: 100%;
border-radius: 0;
margin: 0;
}
.member-search .nice-select::after {
border-bottom: 0;
border-right: 8px solid #00246C;
border-top: 8px solid transparent;
height: 0px;
margin-top: -4px;
width: 0px;
}

.member-search input{
width: 100%;
height: 55px;
border: 0;
    border: 1px solid #ccc;
padding-left: 25px;
font-size: 18px;

color: #8a8a8a;

border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    
}


.member-search .main-btn {
    line-height: 53px;
    width: 100%;
    padding: 0;
    right: 1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.member-search .main-btn i{
font-size: 20px;
}

.member-search .main-btn:hover{
border-color: #00246C;
}














/* ==============================
33. Different Services
============================== */

.diff-offer-wrapper {
background: #00246C;
position: relative;
background: url(../images/background1.png) no-repeat scroll center center #00246C;

}
.diff-offer {
position: relative;
padding-top: 1.8em;
padding-bottom: 1.8em;
overflow: hidden;
}
.diff-offer ul {
margin: 0;
padding: 0;
}
.diff-offer ul li {
margin: 0;
padding: 0;
float: left;
}
.we-offer-cont {
width: 32%;
}
.we-offer-cont h2 {
margin: 0;
padding: 0 0.8em 0 0;
text-align: right;
/* font: 600 2.4em/1em "Alegreya", serif; */
color: #FEC52E;
text-transform: uppercase;
font-size: 29px;
line-height: 38px;
font-family: 'Source Sans Pro', sans-serif;
}
.we-offer-cont h2 span {
display: block;
}
.we-offer-cont2 {
width: 68%;
border-left: 3px solid #019fcb;
}


.we-offer-cont2 p {
/* font: 400 1.2em/1.3em "Open Sans", sans-serif; */
margin: 0;
padding: 0 0 0 1em;
font-style: italic;
color: #ffffff;
line-height: 26px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
text-align: justify;
}



/*=====================================================
4. CATEGORY css 
======================================================*/

.color-1{
background-color: #4886ff;
}
.color-2{
background-color: #b5d56a;
}
.color-3{
background-color: #ff6f6f;
}

.category{
background-color: #00246C;
border-radius: 10px;
margin-top: 0px;
position: relative;
z-index: 5;
margin: 10px 20px 0px 20px:
}

.category-text{
}
.category-text h2{
font-size: 36px;
color: #fff;
padding: 0 50px;
}

.singel-category {
padding: 20px 0;
border-radius: 5px;
display: block;
}
.singel-category .icon{
display: inline-block;
}
.singel-category .cont {
display: block;
}
.singel-category .cont span{
color: #fff;
font-size: 18px;
padding-top: 15px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
}

.category-slied{}
.category-slied a{
display: block;
}
.category-slied .slick-arrow {
position: absolute;
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.category-slied .prev.slick-arrow{
right: auto;
left: -50px;
}

.category-slied .slick-arrow i{
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
background-color: #557495;
text-align: center;
font-size: 24px;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.category-slied .slick-arrow i:hover{
background-color: #FEC52E;
}



/*=====================================================
5. ABOUT css 
======================================================*/


#about-page{
padding-top: 2em;
}


#about-part{
position: relative;
padding-bottom: 220px;
padding-top: 1em;
}


.about-bg{
width: 52%;
position: absolute;
bottom: 0;
right: 0;
z-index: -2;
}
.about-bg::before{
position: absolute;
content: '';
width: 100%;
height: 100%;
background: rgb(255,255,255);
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
}

.about-bg img{
width: 100%;
}

.about-cont p{
padding-top: 15px;
font-size: 17px;
color: #6c757d;
    text-align: justify;
}

.about-event{
-webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
padding: 65px 70px 37px;
background-color: rgba(255, 255, 255, 0.95);
}
.about-event .event-title h3{
font-size: 36px;
color: #000;
padding-bottom: 5px;
}
.about-event ul li .singel-event{
padding: 25px 0;
border-bottom: 1px solid #cecece;
}
.about-event ul li:last-child .singel-event{
border-bottom: 0;
}

.about-event ul li .singel-event span{
font-size: 14px;
color: #8a8a8a;
margin-right: 20px;
}
.about-event ul li .singel-event span i{
color: #FEC52E;
margin-right: 3px;
}
.about-event ul li .singel-event a{
display: block;
}
.about-event ul li .singel-event a h4{
padding-top: 5px;
padding-bottom: 10px;
color: #000;
font-size: 24px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.about-event ul li .singel-event a:hover h4{
color: #FEC52E;
}




/*=====================================================
6. APPLY css 
======================================================*/

#apply-aprt{
padding: 0em 0em 5em 0em;
/*    background-color: #f8f9fa;
background: linear-gradient(180deg,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);*/
}

.apply{
/*margin-top: -100px;*/
margin-top: 60px;
position: relative;
}

.apply-color-1{
/*background-color: #00246C;*/
/*    background: url(../images/background1.png) no-repeat scroll center center #CE1F40;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 3px solid #30cefa;*/

border: 1px solid #e8e8e8;
box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
/*background-color: #f8f9fa;*/

background: #f8fafc;
    background-image: url(../images/service-r-top.png),url(../images/service-l-bootam.png);
    background-position: right -60px top,left -230px bottom -30px;
    background-repeat: no-repeat,no-repeat;

}


.apply-color-2{
/*background-color: #00246C;*/
/*background: url(../images/background1.png) no-repeat scroll center center #1F98C3;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;*/

border: 1px solid #e8e8e8;
box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;

background: #f8fafc;
    background-image: url(../images/service-r-top.png),url(../images/service-l-bootam.png);
    background-position: right -60px top,left -230px bottom -30px;
    background-repeat: no-repeat,no-repeat;

}

.apply .apply-cont {
padding: 8% 8% 8% 8%;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
}


.apply .apply-cont h3{
font-size: 34px;
color: #00246C;
padding-bottom: 15px;
text-transform: uppercase;
}

.apply .apply-cont p{
color: #505050;
/*padding-bottom: 45px;*/
font-size: 18px;
line-height: 30px;
}
.apply .apply-cont .main-btn:hover{
border-color: #FEC52E;
}


/*=====================================================
7. COURSE css 
======================================================*/

#courses-part{
padding-top: 2em;

}

.singel-course{
background-color: #fff;
border-radius: 5px;
overflow: hidden;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
}
.singel-course > .thum{
position: relative;
}
.singel-course .thum .image{
overflow: hidden;
}
.singel-course .thum .image img{
width: 100%;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-course:hover .thum .image img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.singel-course .thum .price{
position: absolute;
right: 60px;
bottom: -24px;
}
.singel-course .thum .price span{
font-size: 14px;
color: #00246C;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50%;
background-color: #FEC52E;
text-align: center;
}
.singel-course .cont{
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e0e0e0;
}
.singel-course .cont > ul{
display: inline-block;
margin-right: 10px;
}
.singel-course .cont ul li{
display: inline-block;
margin: 1px;
}
.singel-course .cont ul li > i{
font-size: 13px;
color: #FEC52E;
}

.singel-course .cont span{
font-size: 13px;
color: #000;
}
.singel-course .cont h4{
font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-top: 0px;
    padding-bottom: 6px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .cont h4:hover{
color: #FEC52E;
}

.singel-course .course-teacher{
    border-top: 1px solid #e0e0e0;
    padding-top: 8px;
    overflow: hidden;
    margin-top: 7px;
}
.singel-course .course-teacher > .thum{
display: inline-block;
}
.singel-course .course-teacher > .thum img{
border-radius: 50%;
width: 40px;
height: 40px;
}
.singel-course .course-teacher .name {
display: inline-block;
margin-left: 0px;
position: relative;
bottom: 0px;
}
.singel-course .course-teacher .name a h6{
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: normal;
}
.singel-course .course-teacher .name a:hover h6{
color: #FEC52E;
}

.singel-course .course-teacher .admin{
display: inline-block;
float: right;
overflow: hidden;
}
.singel-course .course-teacher .admin ul {
margin-top: 8px;
}
.singel-course .course-teacher .admin ul li{
margin-right: 20px;
}
.singel-course .course-teacher .admin ul li:last-child{
margin-right: 0;
}
.singel-course .course-teacher .admin ul li a{
font-size: 15px;
color: #8a8a8a;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-course .course-teacher .admin ul li a:hover{
color: #FEC52E;
}

.singel-course .course-teacher .admin ul li a span{
color: #8a8a8a;
margin-left: 3px;
}

.course-slied{}
.course-slied .slick-arrow {
position: absolute;
top: -125px;
right: 0;
}
.course-slied .prev.slick-arrow{
left: auto;
right: 50px;
}
.course-slied .slick-arrow i{
width: 40px;
height: 40px;
line-height: 36px;
border-radius: 5px;
color: #000;
border: 2px solid #aaaaaa;
font-size: 18px;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}

.course-slied .slick-arrow:hover i{
border-color: #FEC52E;
background-color: #FEC52E;
}


/*=====================================================
8. VIDEO FEATURES css 
======================================================*/

#video-feature{
position: relative;
}
.feature-bg{
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background-color: rgba(7, 41, 77, 0.9);
}

.video{
padding-left: 80px;
}
.video i{
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
font-size: 24px;
background-color: #FEC52E;
color: #00246C;
border-radius: 50%;
}

.feature{
position: relative;
z-index: 5;
}
.feature .feature-title{}
.feature .feature-title h3{
font-size: 36px;
color: #fff;
padding-bottom: 15px;
}

.feature ul li .singel-feature{
padding-top: 55px;
overflow: hidden;
}
.feature ul li .singel-feature .icon{
float: left;
overflow: hidden;
display: inline-block;
padding-right: 30px;
}
.feature ul li .singel-feature .cont {
width: 78%;
float: left;
overflow: hidden;
}
.feature ul li .singel-feature .cont h4{
font-size: 24px;
color: #fff;
padding-bottom: 15px;
}
.feature ul li .singel-feature .cont p{
color: #fff;
}





/*=====================================================
9. TEACHERS css 
======================================================*/
#teachers-page{
padding-top: 4em;
}


#teachers-page .section-title {
    margin-bottom: 1em;
}

.teachers-cont{}
.teachers-cont p{
padding-top: 30px;
}

.singel-teachers{
position: relative;
}
.singel-teachers .image{
border-radius: 5px;
overflow: hidden;
}
.singel-teachers .image img{
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
width: 100%;
}
.singel-teachers:hover .image img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.singel-teachers .cont{
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px 6px 9px 6px;
}
.singel-teachers .cont a{
display: block;
}
.singel-teachers .cont a h6{
color: #00246c;
font-size: 16px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-teachers .cont a:hover h6{
color: #FEC52E;
}

.singel-teachers .cont span{
font-size: 14px;
color: #8a8a8a;
}


















/*=====================================================
9. About RMBV css 
======================================================*/


#aboutrmb-part{
padding: 2em 0em 4.5em 0em;
background: url(../images/background.png) no-repeat scroll center center #f8f9fa;
}

#aboutrmb-part .section-title h2 {
font-size: 48px;
color: #1A468C;
padding-top: 10px;
}

.aboutrmb-cont{}

.aboutrmb-cont p{
padding-top: 20px;
font-size: 20px;
font-weight: normal;
line-height: 30px;
text-align: justify;
}

.singel-teachers1{
position: relative;
}
.singel-teachers1 .image{
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.singel-teachers1 .image img{
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
width: 100%;
}
.singel-teachers1:hover .image img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.singel-teachers1 .cont{
position: absolute;
bottom: 0px;
left: 0;
right: 0;
width: 80%;
background-color: #fff;
border-radius: 5px;
margin: 0 auto;
padding: 15px;
}
.singel-teachers1 .cont a{
display: block;
}
.singel-teachers1 .cont a h6{
color: #00246c;
font-size: 16px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
font-weight: 600;
}
.singel-teachers1 .cont a:hover h6{
color: #FEC52E;
}

.singel-teachers1 .cont span{

font-size: 16px;
color: #495057;
font-weight: 600;

}






/*=====================================================
10. PUBLICATION css 
======================================================*/

#publication-part{
padding-top: 60px;
padding-bottom: 80px;

}

.singel-publication {
background-color: #fff;
padding: 20px;
border-radius: 5px;
background: linear-gradient(180deg,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);
box-shadow: 0 0 18px rgba(0,0,0,.3);
}
.singel-publication .image{
position: relative;
}
.singel-publication .image img{
width: 100%;
}
.singel-publication .image .add-cart{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(7, 41, 77, 0.8);
opacity: 0;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-publication .image:hover .add-cart{
opacity: 1;
}

.singel-publication .image .add-cart ul{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.singel-publication .image .add-cart ul li{
display: inline-block;
margin: 0 5px;
}
.singel-publication .image .add-cart ul li a{
font-size: 16px;
color: #FEC52E;
width: 35px;
line-height: 35px;
border: 1px solid #FEC52E;
text-align: center;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-publication .image .add-cart ul li a:hover{
background-color: #FEC52E;
color: #00246C;
}


.singel-publication .cont{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 15px;
}
.singel-publication .cont .name{
width: 100%;
}
.singel-publication .cont .name a{
display: block;
}
.singel-publication .cont .name a h6{
font-size: 16px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-publication .cont .name a:hover h6{
color: #FEC52E;
}

.singel-publication .cont .name span{
font-size: 13px;
color: #8a8a8a;
}
.singel-publication .cont .button{
width: 50%;
}
.singel-publication .cont .button a{
padding: 0 10px;
font-size: 12px;
line-height: 35px;
}

/*=====================================================
11. TEASTIMONIAL css 
======================================================*/

#testimonial{}
#testimonial .section-title{
position: relative;
z-index: 5;
}
#testimonial .section-title h5,
#testimonial .section-title h2{
color: #fff;
}
#testimonial .section-title h5::before{
background-color: #fff;
}

.testimonial-slied{
position: relative;
z-index: 5;
}
.singel-testimonial{
position: relative;
}
.singel-testimonial .testimonial-thum{
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.singel-testimonial .testimonial-thum img{
border-radius: 5px;
}
.singel-testimonial .testimonial-thum .quote{
position: absolute;
right: -22px;
top: -22px;
}
.singel-testimonial .testimonial-thum .quote i{
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background-color: #FEC52E;
border-radius: 50%;
color: #00246C;
font-size: 18px;
}
.singel-testimonial .testimonial-cont {
padding-left: 140px;
}
.singel-testimonial .testimonial-cont p {
color: #fff;
padding-bottom: 32px;
}
.singel-testimonial .testimonial-cont h6 {
color: #fff;
padding-bottom: 4px;
}
.singel-testimonial .testimonial-cont span {
color: #fff;
font-size: 18px;
}

.testimonial-slied .slick-dots{
margin: 0 auto;
}
.testimonial-slied .slick-dots li{
display: inline-block;
margin-top: 15px;
}
.testimonial-slied .slick-dots li button{
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #fff;
font-size: 0;
padding: 0;
border: 0;
margin: 0 3px;
cursor: pointer;
}

.testimonial-slied .slick-dots li.slick-active button{
background-color: #FEC52E;
}


/*=====================================================
12. NEWS css 
======================================================*/

.singel-news{}
.singel-news .news-thum{}
.singel-news .news-thum img{
width: 100%;
border-radius: 5px;
}
.singel-news .news-cont{}
.singel-news .news-cont ul li{
display: inline-block;
margin-right: 25px;
}
.singel-news .news-cont ul li:last-child{
margin-right: 0;
}

.singel-news .news-cont ul li a{
color: #8a8a8a;
font-size: 15px;
}
.singel-news .news-cont ul li a i{
color: #FEC52E;
margin-right: 8px;
}
.singel-news .news-cont ul li a span{
color: #00246C;
}
.singel-news .news-cont a{
display: block;
}
.singel-news .news-cont a h3{
font-size: 24px;
color: #000;
padding-bottom: 20px;
padding-top: 10px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-news .news-cont a:hover h3{
color: #FEC52E;
}

.news-list .news-cont h3{
font-size: 20px;
}
.news-list .news-cont ul li a{
font-size: 14px;
}


/*=====================================================
13. FOOTER css 
======================================================*/

.footer-top{
background-color: #00246C;
padding: 60px 0px 30px 0px;
background: url(../images/background1.png) no-repeat scroll center center #00246C;
}

.footer-about {
padding-right: 50px;
}
.footer-about p{
color: #fff;
padding-top: 15px;
}
.footer-about ul li{
display: inline-block;
margin-right: 15px;
}
.footer-about ul li:last-child{
margin-right: 0;
}

.footer-about ul li a{
width: 35px;
line-height: 35px;
font-size: 15px;
color: #00246c;
border-radius: 50%;
text-align: center;
background-color: #30cefa;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;

}
.footer-about ul li a:hover{
background-color: #FEC52E;
color: #021d3a;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;

}


.footer-title h6{
font-size: 18px;
color: #fff;
}

.footer-link{
overflow: hidden;
}
.footer-link ul{
width: 50%;
float: left;
overflow: hidden;
}
.footer-link ul li{
line-height: 35px;
}
.footer-link ul li a{
color: #fff;
font-size: 16px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.footer-link ul li a i{
margin-right: 8px;
color: #FEC52E;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.footer-link ul li a:hover {
color: #FEC52E;
}
.footer-link ul li a:hover i{
margin-right: 15px;
}

.support ul{
float: none;
width: 100%;
}

.footer-address ul li{
position: relative;
margin-bottom: 10px;
}
.footer-address ul li:last-child{
margin-bottom: 0;
}

.footer-address ul li .icon i{
font-size: 18px;
color: #FEC52E;
position: absolute;
left: 0;
top: 5px;
}
.footer-address ul li .cont{
padding-left: 42px;
}
.footer-address ul li .cont p{
color: #fff;
}

.footer-copyright{
background-color: #021d3a;
padding: 0px 0px 10px 0px;

}
.footer-copyright .copyright p{
color: #8a8a8a;
font-size: 15px;
}


}
.footer-copyright .copyright p span{
font-weight: 600;
}

.back-to-top{
position: fixed;
right: 20px;
bottom: 20px;
width: 40px;
height: 40px;
line-height: 35px;
background-color: #FEC52E;
color: #fff;
font-size: 28px;
border-radius: 5px;
z-index: 99;
text-align: center;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
display: none;
}
.back-to-top:hover{
color: #fff;
background-color: #021d3a;
}


/*=====================================================
14. CATEGORY 2 css 
======================================================*/

#category-2-part{
padding: 60px 0;
background: url(../images/background.png) no-repeat scroll center center #ffffff;
}

.category-2-items{}
.category-2-items .singel-items{
position: relative;
}
.category-2-items .singel-items .items-image{
position: relative;
}
.category-2-items .singel-items .items-image img{
width: 100%;
border-radius: 5px;
}
.category-2-items .singel-items .items-image::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00246c;
border-radius: 5px;

    background: url(../images/background2.png) no-repeat scroll 10px #00246C;
    
}
.category-2-items .singel-items .items-cont {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.category-2-items .singel-items .items-cont h5{
color: #fff;
font-size: 20px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
letter-spacing: 1px;
}
.category-2-items .singel-items .items-cont span{
font-size: 14px;
color: #fff;
}
.category-2-items .singel-items .items-cont h5:hover{
color: #FEC52E;
}


.category-form {
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.1);
margin-top: -154px;
}
.category-form .form-title{
background-color: #00246C;
padding-top: 35px;
padding-bottom: 40px;
}
.category-form .form-title h3{
color: #FEC52E;
font-size: 36px;
}
.category-form .form-title span{
font-size: 24px;
color: #fff;
font-family: 'Source Sans Pro', sans-serif;
}
.category-form .main-form{
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
background-color: #fff;

}
.category-form .main-form .singel-form{
margin-top: 20px;
}
.category-form .main-form .singel-form input{
width: 100%;
height: 60px;
padding: 0 30px;
font-size: 15px;
color: #8a8a8a;
border: 1px solid #a1a1a1;
border-radius: 5px;
}
.category-form .main-form .singel-form .main-btn{
width: 100%;
line-height: 60px;
margin-top: 20px;
}


/*=====================================================
15. COURSE 2 css 
======================================================*/

.singel-course-2{}
.singel-course-2 > .thum{
position: relative;
}
.singel-course-2 > .thum .image > img{
border-radius: 5px;
width: 100%;
}
.singel-course-2 > .thum .price{
position: absolute;
bottom: 40px;
right: 15px;
z-index: 5;
}
.singel-course-2 > .thum .price span {
font-size: 14px;
color: #00246C;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50%;
background-color: #FEC52E;
text-align: center;
}

.singel-course-2 > .thum .course-teacher{
background-color: rgba(0, 0, 0, 0.8);
padding: 15px 25px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.singel-course-2 > .thum .course-teacher > .thum{
display: inline-block;
}
.singel-course-2 > .thum .course-teacher > .thum img{
border-radius: 50%;
}

.singel-course-2 > .thum .course-teacher .name{
display: inline-block;
margin-left: 5px;
position: relative;
bottom: 13px;
}
.singel-course-2 > .thum .course-teacher .name h6{
color: #fff;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-course-2 > .thum .course-teacher .name h6:hover{
color: #FEC52E;
}

.singel-course-2 > .thum .course-teacher .review{
display: inline-block;
margin-left: 15px;
position: relative;
bottom: 13px;
}
.singel-course-2 > .thum .course-teacher .review ul li{
display: inline-block;
font-size: 12px;
color: #FEC52E;
}
.singel-course-2 > .thum .course-teacher .review ul li{}

.singel-course-2 .cont{
padding-top: 25px;
}
.singel-course-2 .cont h4{
font-weight: 600;
font-weight: 24px;
color: #000;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-course-2 .cont h4:hover{
color: #FEC52E;
}


/*=====================================================
16. COUNTER css 
======================================================*/


#counter-part{
padding: 1.2% 0em 4% 0em;
}



.singel-counter{
position: relative;
z-index: 5;
}


.singel-counter span{
font-size: 46px;
color: #FEC52E;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
}

.singel-counter p{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
color: #fff;

font-size: 18px;
padding-top: 7px;
}

/*===== Index-3 =====*/

.counter-3{}
.counter-3 p{
color: #00246C;
font-weight: 600;
}


/*=====================================================
17. TEACHERS 2 css 
======================================================*/

.teachers-2{}
.teachers-2 .teachers-2-singel{
background-color: #fff;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 40px 15px;
}
.teachers-2 .teachers-2-singel .thum{}
.teachers-2 .teachers-2-singel .thum img{
border-radius: 50%;
}
.teachers-2 .teachers-2-singel .cont{
padding-left: 20px;
}
.teachers-2 .teachers-2-singel .cont a{}
.teachers-2 .teachers-2-singel .cont a h5{
font-size: 18px;
color: #000;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.teachers-2 .teachers-2-singel .cont a:hover h5{
color: #FEC52E;
}

.teachers-2 .teachers-2-singel .cont p{
font-size: 15px;
}
.teachers-2 .teachers-2-singel .cont span{
font-size: 14px;
color: #00246C;
}
.teachers-2 .teachers-2-singel .cont span i{
margin-right: 5px;
color: #FEC52E;
}

.student-slied{
z-index: 5;
}

.happy-student{
background-color: #00246C;
padding-top: 65px;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 80px;
border-radius: 5px;
position: relative;
}.happy-student{
background-color: #00246C;
padding-top: 65px;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 80px;
border-radius: 5px;
position: relative;
}
.happy-student .happy-title{}
.happy-student .happy-title h3{
font-size: 36px;
color: #fff;
padding-bottom: 60px;
}
.happy-student .singel-student{
position: relative;
z-index: 5;
}
.happy-student .singel-student img{
padding-bottom: 20px;
}
.happy-student .singel-student p {
color: #fff;
padding-bottom: 30px;
padding-right: 135px;
}
.happy-student .singel-student h6{
color: #fff;
font-size: 16px;
}
.happy-student .singel-student span{
font-size: 14px;
color: #fff;
}
.happy-student .student-image{
position: absolute;
bottom: 0;
right: 0;
}


/*=====================================================
18. EVENT 2 css 
======================================================*/

.event-bg{
position: relative;
border-radius: 5px;
overflow: hidden;
}
.event-bg::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(7,41,77,0.3)),color-stop(10%, rgba(7,41,77,0.3)),to(rgba(7,41,77,1)));
background: linear-gradient(to right, rgba(7,41,77,0.3) 0%,rgba(7,41,77,0.3) 10%,rgba(7,41,77,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d00246C', endColorstr='#00246C',GradientType=1 ); 
}

.event-2 .event-title h3 {
font-size: 36px;
color: #fff;
padding-bottom: 5px;
}

.event-2 ul li .singel-event {
padding: 25px 0;
border-bottom: 1px solid #cecece;
}
.event-2 ul li:last-child .singel-event {
border-bottom: 0;
}
.event-2 ul li .singel-event span {
font-size: 14px;
color: #fff;
margin-right: 20px;
}
.event-2 ul li .singel-event span i {
color: #FEC52E;
margin-right: 3px;
}
.event-2 ul li .singel-event a {
display: block;
}

.event-2 ul li .singel-event a h4 {
padding-top: 5px;
padding-bottom: 10px;
color: #fff;
font-size: 24px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.event-2 ul li .singel-event a:hover h4 {
color: #FEC52E;
}


/*=====================================================
19. COUNT DOWN css 
======================================================*/

#count-down-part{
padding: 3em 0em 3em 0em;
}


.count-down-cont{
position: relative;
z-index: 5;
}
.count-down-cont h3{
font-size: 30px;
color: #fff;
font-weight: 500;
padding-bottom: 5px;
}
.count-down-cont h2{
font-size: 72px;
color: #FEC52E;
font-weight: 700;
padding-bottom: 37px;
}

.count-down-time{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;

}
.count-down-time .singel-count{
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 25%;
}
.count-down-time .singel-count .number{
font-size: 72px;
color: #fff;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
display: block;
}
.count-down-time .singel-count .title{
color: #fff;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
font-size: 18px;
display: block;
}

.category-form-3{
margin-top: 0;
position: relative;
z-index: 5;
}
.category-form-3 .form-title {
background-color: #FEC52E;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.category-form-3 .form-title h3 {
color: #00246C;
}
.category-form-3 .form-title span {
font-weight: 600;
}
.category-form-3 .main-btn{
color: #fff;
}
.category-form-3 .main-btn:hover{
color: #FEC52E;
border-color: #00246C;
}


/*=====================================================
20. PAGE BANNER  css 
======================================================*/

.page-banner-cont{
position: relative;
z-index: 5;
}
.page-banner-cont h2{
font-size: 52px;
color: #fff;
padding-bottom: 15px;
}
.page-banner-cont .breadcrumb{
margin: 0;
background: none;
padding: 0;
float: right;
}


.page-banner-cont .breadcrumb .breadcrumb-item {
color: #1A468C;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a{
color: #6c757d;
}
.page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
color: rgba(108,117,125,.5);
content: "/";
font-size: 14px;
}


/*=====================================================
21. ABOUT PAGE css 
======================================================*/

.about-image img {
width: 100%;
border-radius: 5px;
}

.about-singel-items{}
.about-singel-items span{
font-size: 60px;
color: #dbdbdb;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
line-height: 46px;
padding-bottom: 22px;
}
.about-singel-items h4{
color: #000;
font-size: 24px;
padding-bottom: 25px;
}



/*=====================================================
22. COURSES PAGE css 
======================================================*/

.tab-content{}
.tab-content .singel-course .course-teacher .name {
bottom: 0;
}

.courses-top-search{
background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: hidden;
    background: #e9ecef none repeat scroll 0 0;
}
.courses-top-search .nav{
margin-top: 5px;
}
.courses-top-search .nav .nav-item{
    margin-right: 15px;
    font-size: 16px;
    color: #8a8a8a;
    line-height: 36px;
}
.courses-top-search .nav .nav-item a{
font-size: 16px;
color: #8a8a8a;
}

.courses-top-search .nav .nav-item a.active{
color: #FEC52E;
}

.courses-search{
position: relative;
}
.courses-search input{
    height: 50px;
    width: 360px;
    background-color: #f6f6f6;
    border: 0;
    color: #8a8a8a;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 20px;
}
.courses-search button{
position: absolute;
top: 0;
right: 15px;
padding: 0;
height: 50px;
font-size: 18px;
color: #8a8a8a;
border: 0;
background: none;
cursor: pointer;
}


#courses-list .singel-course .thum .price {
right: -25px;
bottom: auto;
top: 30px;
}


.courses-pagination{}
.courses-pagination .pagination{}
.courses-pagination .pagination .page-item{
margin: 0 5px;
}
.courses-pagination .pagination .page-item a{
font-size: 15px;
color: #00246C;
width: 40px;
height: 40px;
line-height: 36px;
border: 2px solid #aaa;
border-radius: 5px;
text-align: center;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.courses-pagination .pagination .page-item a.active,
.courses-pagination .pagination .page-item a:hover{
background-color: #FEC52E;
border-color: #FEC52E;
}








.event-tab{     padding-bottom: 1.6em; }
.event-tab .pagination{}
.event-tab .pagination .page-item{
margin: 0 5px;
}
.event-tab .pagination .page-item a{
    font-size: 18px;
    color: #ffffff;
    width: 180px;
    background-color: #00246C;
    height: 40px;
    font-weight: 600;
    line-height: 36px;
    border: 2px solid #00246C;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;}





.event-tab .pagination .page-item a.active,
.event-tab .pagination .page-item a:hover{
background-color:  #f8f9fa;
border-color: 2px solid #babdb6;
font-weight: 600;
color: #00246C;
}










/*=====================================================
23. COURSE SINGEl PAGE css 
======================================================*/

.corses-singel-left{
padding: 45px 50px;
background-color: #fff;
}

.corses-singel-left .title{}
.corses-singel-left .title h3{
font-size: 30px;
color: #000;
font-weight: 600;
padding-bottom: 25px;
}

.corses-singel-left .course-terms{}
.corses-singel-left .course-terms > ul > li{
display: inline-block;
margin-right: 60px;
}
.corses-singel-left .course-terms > ul li:last-child{
margin-right: 0;
}

.corses-singel-left .course-terms ul li .teacher-name{
position: relative;
}
.corses-singel-left .course-terms ul li .teacher-name .thum{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.corses-singel-left .course-terms ul li .teacher-name .thum img{
border-radius: 50%;
}
.corses-singel-left .course-terms ul li .teacher-name .name{
padding-left: 60px;
}

.corses-singel-left .course-terms ul li .review span,
.corses-singel-left .course-terms ul li .teacher-name .name span,
.corses-singel-left .course-terms ul li .course-category span{
color: #8a8a8a;
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}

.corses-singel-left .course-terms ul li .teacher-name .name h6,
.corses-singel-left .course-terms ul li .course-category h6{
font-size: 16px;
color: #24486e;
font-weight: 700;
}

.corses-singel-left .course-terms ul li .review{}
.corses-singel-left .course-terms ul li .review ul li {
display: inline-block;
}
.corses-singel-left .course-terms ul li .review ul li a {
font-size: 14px;
color: #FEC52E;
}
.corses-singel-left .course-terms ul li .review ul li.rating{
font-size: 14px;
color: #000;
font-weight: 600;
margin-left: 13px;
}

.corses-singel-image{}
.corses-singel-image img{
width: 100%;
}

.corses-tab{
border: 1px solid #edf0f2;
border-radius: 5px;
}

.corses-tab .nav{}
.corses-tab .nav .nav-item{}
.corses-tab .nav .nav-item a {
font-size: 16px;
color: #24486e;
font-weight: 600;
font-family: 'Source Sans Pro', sans-serif;
padding: 20px 0;
display: block;
background-color: #edf0f2;
}
.corses-tab .nav .nav-item a.active {
background-color: #fff;
}

.overview-description{
padding: 0px 30px 25px;
}
.overview-description .singel-description{}
.overview-description .singel-description h6{
font-size: 18px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #000;
padding-bottom: 10px;
}


.curriculam-cont{
padding: 25px 30px;
}
.curriculam-cont .title h6{
font-size: 18px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #000;
padding-bottom: 30px;
}

.curriculam-cont .accordion{
border: 0;
}
.curriculam-cont .accordion .card{
border: 0;
border-radius: 0;
border-bottom: 1px solid #cecece !important;
}
.curriculam-cont .accordion .card:last-child{
border-bottom: 0 !important;
}

.curriculam-cont .accordion .card .card-header {
padding: 0;
border-bottom: 0;
}

.curriculam-cont .accordion .card .card-header a {
overflow: hidden;
display: block;
padding: 15px 15px;
background-color: #edf0f2;
}
.curriculam-cont .accordion .card .card-header a.collapsed{
background-color: #fff;
border: none;
}

.curriculam-cont .accordion .card .card-header a::before,
.curriculam-cont .accordion .card .card-header a.collapsed::before {
content: "\f107";
font-family: FontAwesome;
font-size: 18px;
color: #8a8a8a;
position: absolute;
top: 15px;
right: 15px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.curriculam-cont .accordion .card .card-header a.collapsed:before{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.curriculam-cont .accordion .card .card-header a ul li{
display: inline-block;
}
.curriculam-cont .accordion .card .card-header a ul li:last-child{
float: right;
}

.curriculam-cont .accordion .card .card-header a ul li > i{
color: #FEC52E;
font-size: 15px;
margin-right: 5px;
}
.curriculam-cont .accordion .card .card-header a ul li > .lecture{
font-size: 15px;
color: #8a8a8a;
}
.curriculam-cont .accordion .card .card-header a ul li > .head{
font-size: 16px;
font-weight: 600;
font-family: 'Source Sans Pro', sans-serif;
margin-left: 15px;
color: #000;
}
.curriculam-cont .accordion .card .card-header a ul li > .time {
font-size: 15px;
color: #8a8a8a;
text-align: right;
padding-right: 30px;
}
.curriculam-cont .accordion .card .card-header a ul li > .time i{
margin-right: 5px;
}
.curriculam-cont .accordion .card .card-header a ul li > .time span{}

.curriculam-cont .accordion .card .card-body {
background-color: #edf0f2;
padding: 0 25px 20px;
}


.instructor-cont{
padding: 30px 30px 25px;
}

.instructor-cont .instructor-author{
overflow: hidden;
}
.instructor-cont .instructor-author .author-thum{
float: left;
margin-right: 30px;
}
.instructor-cont .instructor-author .author-name{
float: left;
}
.instructor-cont .instructor-author .author-name a{
display: block;
}
.instructor-cont .instructor-author .author-name a h5{
font-size: 18px;
color: 30px;
font-weight: 600;
}
.instructor-cont .instructor-author .author-name span{
font-size: 15px;
color: #8a8a8a;
}
.instructor-cont .instructor-author .author-name .social{
padding-top: 25px;
}
.instructor-cont .instructor-author .author-name .social li{
display: inline-block;
margin-right: 8px;
}
.instructor-cont .instructor-author .author-name .social li a{
font-size: 16px;
width: 35px;
height: 35px;
line-height: 33px;
border: 1px solid #24486e;
background-color: #24486e;
color: #fff;
text-align: center;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.instructor-cont .instructor-author .author-name .social li a:hover{
background-color: #fff;
color: #24486e;
}

.reviews-cont{
padding: 25px 30px 30px;
}
.reviews-cont .title h6{
font-size: 18px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #000;
}

.reviews-cont ul li .singel-reviews {
padding-top: 30px;
padding-bottom: 25px;
border-bottom: 1px solid #d2d2d2;
}
.reviews-cont ul li:last-child .singel-reviews {
border-bottom: 0;
}

.reviews-cont ul li .singel-reviews .reviews-author{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.reviews-cont ul li .singel-reviews .reviews-author .author-thum img{
border-radius: 5px;
}
.reviews-cont ul li .singel-reviews .reviews-author .author-name{
padding-left: 20px;
}
.reviews-cont ul li .singel-reviews .reviews-author .author-name h6{
font-size: 16px;
font-weight: 600;
}
.reviews-cont ul li .singel-reviews .reviews-author .author-name span{
font-size: 15px;
color: #8a8a8a;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}

.reviews-cont ul li .singel-reviews .reviews-description{}
.reviews-cont ul li .singel-reviews .reviews-description p{
padding-bottom: 17px;
}
.reviews-cont ul li .singel-reviews .reviews-description .rating{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.reviews-cont ul li .singel-reviews .reviews-description .rating ul li{
display: inline-block;
font-size: 15px;
color: #FEC52E;
}
.reviews-cont ul li .singel-reviews .reviews-description .rating span{
font-size: 15px;
color: #000;
margin-left: 10px;
}


.reviews-cont .reviews-form .form-singel {
padding-top: 25px;
}

.reviews-cont .reviews-form .form-singel input,
.reviews-cont .reviews-form .form-singel textarea{
width: 100%;
height: 45px;
border: 1px solid #cecece;
border-radius: 5px;
padding: 0 20px;
}
.reviews-cont .reviews-form .form-singel textarea{
height: 160px;
padding-top: 20px;
resize: none;
}

.reviews-cont .reviews-form .form-singel .rate-wrapper{
overflow: hidden;
}
.reviews-cont .reviews-form .form-singel .rate-label {
float: left;
color: #000;
margin-right: 10px;
margin-left: 0;
}
.reviews-cont .reviews-form .form-singel .rate {
float: left;
color: #cecece;
cursor: pointer;
}
.reviews-cont .reviews-form .form-singel .rate-item {
float: left;
cursor: pointer;
margin: 0px 3px 0px 3px;
}

.reviews-cont .reviews-form .form-singel .rate:hover,
.reviews-cont .reviews-form .form-singel .rate.selected {
color: #FEC52E;
}

.reviews-cont .reviews-form .form-singel .rate .rate-item:hover ~ .rate-item,
.reviews-cont .reviews-form .form-singel .rate .rate-item.active ~ .rate-item {
color: #cecece;
}

.releted-courses .title h3{
font-size: 30px;
color: #00246C;
}

.course-features{
background-color: #fff;
padding: 30px 35px;
border-radius: 5px;
}
.course-features h4,
.You-makelike h4{
font-size: 24px;
color: #00246C;
padding-bottom: 15px;
}
.course-features ul{}
.course-features ul li{
font-size: 15px;
color: #8a8a8a;
overflow: hidden;
line-height: 45px;
border-bottom: 1px solid #d2d2d2;
}
.course-features ul li:last-child{
border-bottom: 0;
}

.course-features ul li i{
color: #FEC52E;
margin-right: 8px;
}
.course-features ul li span{
float: right;
}

.course-features .price-button{
overflow: hidden;
}
.course-features .price-button span{
font-size: 18px;
color: #24486e;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
margin-top: 12px;
}
.course-features .price-button span b{
color: #FEC52E;
}
.course-features .price-button .main-btn{
float: right;
}

.You-makelike{
background-color: #fff;
padding: 25px 30px 30px;
border-radius: 5px;
}
.You-makelike .singel-makelike{
position: relative;
border-radius: 5px;
overflow: hidden;
}
.You-makelike .singel-makelike .image{
position: relative;
}
.You-makelike .singel-makelike .image::before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(7, 41, 77, 0.8);
}
.You-makelike .singel-makelike .image img{
width: 100%;
}

.You-makelike .singel-makelike .cont{
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 30px;
}
.You-makelike .singel-makelike .cont h4{
font-size: 18px;
color: #fff;
font-weight: 600;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.You-makelike .singel-makelike .cont h4:hover{
color: #FEC52E;
}

.You-makelike .singel-makelike .cont ul li {
display: inline-block;
margin-right: 15px;
color: #FEC52E;
}
.You-makelike .singel-makelike .cont ul li a{
font-size: 14px;
color: #fff;
}
.You-makelike .singel-makelike .cont ul li a i{
margin-right: 3px;
}


/*=====================================================
24. EVENT PAGE css 
======================================================*/

.singel-event-list{
background-color: #fff;
padding: 20px 20px 20px 20px;
border-radius: 5px;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-align-items: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
box-shadow: 0 0 10px rgba(89, 83, 76, 0.08);
}

.singel-event-list .event-thum {
width: 20%;
}
.singel-event-list .event-thum img{
width: 100%;
border-radius: 5px;
}
.singel-event-list .event-cont {
width:80%;
padding-left: 30px;
}

.singel-event-list .event-cont span {
font-size: 14px;
color: #8a8a8a;
margin-right: 20px;
}
.singel-event-list .event-cont span i {
color: #FEC52E;
margin-right: 3px;
}
.singel-event-list .event-cont a {
display: block;
}
.singel-event-list .event-cont a h4 {
padding-top: 0px;
padding-bottom: 10px;
color: #000;
font-size: 20px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}


.singel-event-list .event-cont h6 {
    padding-top: 10px;
 
    }

    .singel-event-list .event-cont h6 a {
        color: #1d2025;

     
        }
        
    

.singel-event-list .event-cont p {
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #505050;
margin: 0px;
padding-top: 5px;

}


.singel-event-list .event-cont p a{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
    margin: 0px;
    padding-top: 5px;
    
    }



.singel-event-list .event-cont a:hover h4 {
color: #FEC52E;
}




.pt-30 {
    padding-top: 30px;
}

/*=====================================================
25. EVENT SINGEL PAGE css 
======================================================*/

.events-area{
background-color: #fff;
padding: 35px 35px;
}
.events-left{
    padding-top: 13px;
}
.events-left h3{
padding-top: 5px;
padding-bottom: 10px;
color: #000;
font-size: 30px;
}
.events-left  span {
font-size: 14px;
color: #8a8a8a;
margin-right: 20px;
}


.events-right .directory-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #FEC52E;
    padding: 0 19px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 40px;
    border-radius: 5px;
    color: #00246C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #FEC52E;
}


.events-left .directory-btn:hover {
color: #ffc600;
border-color: #07294d;
background-color: #07294d;
}





.events-right .reg-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #00246C;
    padding: 0 19px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #00246C;
}


.events-left .reg-btn:hover {
color: #ffc600;
border-color: #07294d;
background-color: #07294d;
}




.events-left span i {
color: #FEC52E;
margin-right: 3px;
}

.events-left img {
margin-top: 25px;
border-radius: 5px;
}


.events-left h6{
padding-top: 20px;
}

.events-left p{
padding-top: 10px;
}

.events-right{     padding-top: 1.5em; }
.events-coundwon {
padding: 25px 30px 30px;
border-radius: 5px;
overflow: hidden;
margin-top: 110px;
}
.events-coundwon .count-down-time{
position: relative;
z-index: 5;
}
.events-coundwon .count-down-time .singel-count{}
.events-coundwon .count-down-time .singel-count .number {
font-size: 24px;
color: #FEC52E;
}
.events-coundwon .count-down-time .singel-count .title{
font-size: 13px;
}

.events-coundwon .events-coundwon-btn{}
.events-coundwon .events-coundwon-btn .main-btn{
width: 100%;
}

.events-address{
border: 1px solid #bcbcbc;
padding: 0 30px 30px;
border-radius: 5px;
}
.events-address ul li{
padding-top: 20px;
}
.events-address ul li .singel-address{
position: relative;
}
.events-address ul li .singel-address .icon{
position: absolute;
top: 0;
left: 0;
}
.events-address ul li .singel-address .icon i{
font-size: 15px;
color: #FEC52E;
}
.events-address ul li .singel-address .cont{
padding-left: 23px;
}
.events-address ul li .singel-address .cont h6{
font-size: 15px;
color: #00246C;
}
.events-address ul li .singel-address .cont span{
font-size: 14px;
color: #505050;
}

#contact-map{
width: 100%;
height: 150px;
border-radius: 5px;
}



.mt-40 {
    margin-top: 40px;
}


/*************** Heading Titles ***************/

.classic-title {
    margin-bottom: 16px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding-top: 16px;
    font-size: 18px;
}


.classic-title span {
	padding-bottom: 8px;
	border-bottom: 1px solid;

}

.big-title {
	margin-bottom: 20px;
}

.big-title h1, .big-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}

.big-title h1 strong, .big-title h2 strong {
	font-weight: 400;
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.big-title h2 + .title-desc, .big-title h1 + .title-desc {
	margin-top: 4px;
}




.classic-title span {
	border-bottom-color: #00246c;
}






/* 10. Buttons */
.card {
    border: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    border: 1px solid #eee;
  }
  
  .card .card-body {
    padding: 15px;
  }
  
  .card .card-header {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px 15px 0 0;
    /* border: 0;
    background-color: transparent; */
  }
  
  .card .card-footer {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 0 15px 15px;
    border: 0;
    background-color: transparent;
  }

  .align-self-center {
    align-self: center !important;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}




/* 16. list */
.list-group .list-group-item {
    padding: 10px 15px;
  }
  


  
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  
  .list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  
  .list-group-horizontal {
    flex-direction: row;
  }
  
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  
  .list-group-flush {
    border-radius: 0;
  }
  
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px;
    border-top: 1px solid #dee2e6;
  }
  
  .list-group-flush > .list-group-item:last-child {
    
  }
  
  .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
  }
  
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
  }
  
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }
  
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
  }
  
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
  }
  
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
  }
  
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
  }
  
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
  }
  
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
  }
  
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
  }
  
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
  }
  
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }
  
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
  }
  
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
  }
  
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
  }
  
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
  }
  
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }
  
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
  }
  
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
  }
  
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  


/*=====================================================
26. TEACHERS SInGEL PAGE css 
======================================================*/

.teachers-left{
padding: 40px 50px 35px;
background-color: #fff;
border-radius: 5px;
}
.teachers-left .hero img{
width: 100%;
border-radius: 5px;
}

.teachers-left .name{
padding-top: 25px;
}
.teachers-left .name h6{
font-size: 18px;
color: #000;
}
.teachers-left .name span{
font-size: 15px;
color: #8a8a8a;
}

.teachers-left .social{
padding-top: 15px;
}
.teachers-left .social ul li{
display: inline-block;
}
.teachers-left .social ul li a{
font-size: 30px;
margin-right: 7px;
}
.teachers-left .social ul li:nth-of-type(1) a{
color: #212798;
}
.teachers-left .social ul li:nth-of-type(2) a{
color: #3c9bff;
}
.teachers-left .social ul li:nth-of-type(3) a{
color: #fe1f59;
}
.teachers-left .social ul li:nth-of-type(4) a{
color: #474b8c;
}

.teachers-left .description{
padding-top: 20px;
}

.teachers-right {
border-radius: 5px;
overflow: hidden;
}
.teachers-right .nav{}
.teachers-right .nav .nav-item{}
.teachers-right .nav .nav-item a{
padding: 20px 0;
background-color: #315377;
color: #fff;
font-weight: 15;
color: #fff;
display: block;
font-weight: 600;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.teachers-right .nav .nav-item a.active,
.teachers-right .nav .nav-item a:hover{
background-color: #fff;
color: #315377;
}

.teachers-right .tab-content{
padding: 0px 50px 35px;
background-color: #fff;
}
.teachers-right .tab-content .dashboard-cont{}
.teachers-right .tab-content .dashboard-cont .singel-dashboard h5{
font-size: 18px;
color: #000;
font-weight: 600;
padding-bottom: 15px;
}

.teachers-right .tab-content .reviews-cont{
padding: 45px 0 15px;
}

.teachers-right .tab-content{}












/*=====================================================
EVENT registration
======================================================*/

.event-reg{
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}
.event-reg .main-form{}
.event-reg .main-form .singel-form{
    margin-top: 20px;
}
.event-reg .main-form .singel-form input,
.event-reg.main-form .singel-form textarea{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}

.event-reg .main-form .singel-form textarea{
    padding-top: 10px;
    height: 100px;
    resize: none;
}




.event-reg-from{
    background-color: #fff;
    padding: 40px 50px 50px 50px;
    border-radius: 6px;
        box-shadow: 1px 1px 5px 5px #dee2e6;
    

        
    }
    .event-reg-from .main-form {}
    .event-reg-from .main-form .singel-form{
    margin-top: 20px;
    }
    
    
    .event-reg-from .main-form  .main-btn:hover {
    color: #FEC52E;
    border-color: #00246C;
    background-color: #00246C;
    }
    
    
    .event-reg-from  .section-title h5 {
        color: #00246C;
        position: relative;
        padding-bottom: 12px;
        font-size: 24px;
        font-weight: normal;
    }
    
    
    .event-reg-from .main-form .singel-form input,
    .event-reg-from .main-form .singel-form textarea{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
        font-size: 18px;
    }
    
    .event-reg-from .main-form .singel-form textarea{
    padding-top: 10px;
    height: 100px;
    resize: none;
    }
    
    .form-group{
    margin: 0;
    }
    .list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
    }
    p.form-message.success,
    p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
    }
    
    .contact-address{
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
    }
    
    .contact-address ul li{
    padding-top: 30px;
    }
    .contact-address ul li .singel-address{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    
    .contact-address ul li .singel-address .icon i{
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #00246C;
    color: #00246C;
    font-size: 24px;
    text-align: center;
    }
    .contact-address ul li .singel-address .cont{
    padding-left: 20px;
    }
    .contact-address ul li .singel-address .cont p{}
    
    .map{}
    .map #contact-map{
    width: 100%;
    height: 225px;
    }
    
    .map.map-big #contact-map{
    width: 100%;
    height: 415px;
    }
    .contact-address .contact-heading{
    padding-top: 35px;
    }
    
    .contact-address .contact-heading h5{
    padding-bottom: 15px;
    }
    


    

.form-group{
    margin: 0;
}
.list-unstyled li {
	font-size: 13px;
	margin-left: 2px;
	margin-top: 5px;
	color: #f00;
}
p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #353535;
	background: #ddd;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top: 15px;
}

.contact-address{
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}

.contact-address ul li{
    padding-top: 30px;
}
.contact-address ul li .singel-address{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address ul li .singel-address .icon i{
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #07294d;
    color: #07294d;
    font-size: 24px;
    text-align: center;
}
.contact-address ul li .singel-address .cont{
    padding-left: 20px;
}
.contact-address ul li .singel-address .cont p{}

.map{}
.map #contact-map{
    width: 100%;
    height: 225px;
}

.map.map-big #contact-map{
    width: 100%;
    height: 415px;
}
.contact-address .contact-heading{
	padding-top: 35px;
}

.contact-address .contact-heading h5{
	padding-bottom: 15px;
}

/* EVENT registration */



.nice-select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 18px;
    line-height: 48px;

}


/*=====================================================
27. BLOG PAGE css 
======================================================*/

.singel-blog{
overflow: hidden;
border-radius: 5px;
}
.singel-blog .blog-thum img{
width: 100%;
}

.singel-blog .blog-cont{
padding: 40px 50px;
background-color: #fff;
}
.singel-blog .blog-cont a{
display: block;
}
.singel-blog .blog-cont h3{
font-size: 36px;
color: #000;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-blog .blog-cont a:hover h3{
color: #FEC52E;
}

.singel-blog .blog-cont ul {
padding: 20px 0;
}
.singel-blog .blog-cont ul li{
display: inline-block;
margin-right: 30px;
}
.singel-blog .blog-cont ul li:last-child{
margin-right: 0;
}
.singel-blog .blog-cont ul li a{
font-size: 15px;
color: #8a8a8a;
}
.singel-blog .blog-cont ul li a i{
color: #FEC52E;
margin-right: 5px;
}
.singel-blog .blog-cont p{}


.saidbar{}
.saidbar .saidbar-search{
padding: 35px;
background-color: #fff;
border-radius: 5px;
}
.saidbar .saidbar-search form{
position: relative;
}
.saidbar .saidbar-search form input{
width: 100%;
height: 45px;
padding: 0 25px;
background-color: #f6f6f6;
color: #8a8a8a;
border-radius: 5px;
font-size: 15px;
border: 0;
}
.saidbar .saidbar-search form button{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px;
font-size: 16px;
color: #8a8a8a;
padding: 0;
border: 0;
background: none;
cursor: pointer;
}

.saidbar .categories{
background-color: #fff;
padding: 30px 35px 25px;
border-radius: 5px;
}
.saidbar .categories h4,
.saidbar .saidbar-post h4{
font-size: 24px;
color: #00246C;
}
.saidbar .categories ul{
padding-top: 15px;
}
.saidbar .categories ul li{
line-height: 40px;
}
.saidbar .categories ul li a{
color: #8a8a8a;
font-weight: 15;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.saidbar .categories ul li a:hover{
color: #FEC52E;
}

.saidbar .saidbar-post{
padding: 30px 35px 35px;
background-color: #fff;
border-radius: 5px;
}

.saidbar .saidbar-post ul{
padding-top: 10px;
}
.saidbar .saidbar-post ul li a{
display: block;
margin-top: 30px;
}
.saidbar .saidbar-post ul li a .singel-post{
overflow: hidden;
}
.saidbar .saidbar-post ul li a .singel-post .thum{
float: left;
padding-right: 20px;
}
.saidbar .saidbar-post ul li a .singel-post .thum img{
border-radius: 5px;
}

.saidbar .saidbar-post ul li a .singel-post .cont{}
.saidbar .saidbar-post ul li a .singel-post .cont h6{
font-weight: 600;
font-size: 18px;
color: #000;
padding-bottom: 10px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.saidbar .saidbar-post ul li a .singel-post .cont h6:hover{
color: #FEC52E;
}

.saidbar .saidbar-post ul li a .singel-post .cont span{
font-size: 14px;
color: #8a8a8a;
}


/*=====================================================
28. BLOG SINGEL PAGE css 
======================================================*/


.blog-details  .cont {
padding: 40px 50px;
background-color: #fff;
}
.blog-details .cont h3 {
font-size: 36px;
color: #000;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.blog-details .cont ul {
padding: 20px 0;
}
.blog-details .cont ul li {
display: inline-block;
margin-right: 30px;
}
.blog-details .cont ul li a {
font-size: 15px;
color: #8a8a8a;
}

.blog-details .cont ul li a i{
color: #FEC52E;
margin-right: 5px;
}

.blog-details .cont .share{
padding-top: 22px;
border-bottom: 1px solid #cecece;
padding-bottom: 30px;
}
.blog-details .cont .share li.title{
font-size: 18px;
color: #000;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}
.blog-details .cont .share > li{
display: inline-block;
margin-right: 10px;
}
.blog-details .cont .share li a{}
.blog-details .cont .share li a i{
width: 35px;
line-height: 35px;
border-radius: 50%;
font-size: 16px;
background-color: #FEC52E;
text-align: center;
color: #fff;
margin-right: 0;
}
.blog-details .cont .share li:nth-of-type(2) a i{
background-color: #3C5A99;
}
.blog-details .cont .share li:nth-of-type(3) a i{
background-color: #1da1f2;
}
.blog-details .cont .share li:nth-of-type(4) a i{
background-color: #d34836;
}
.blog-details .cont .share li:nth-of-type(5) a i{
background-color: #e4405f;
}
.blog-details .cont .share li:nth-of-type(6) a i{
background-color: #0077B5;
}

.blog-details .cont .blog-comment .title h3 {
font-size: 24px;
color: #000;
}
.blog-details .cont .blog-comment ul{
padding: 0;
}
.blog-details .cont .blog-comment ul li{
margin-top: 30px;
margin-right: 0;
}
.blog-details .cont .blog-comment ul li .replay{
padding-left: 75px;
padding-top: 0;
padding-bottom: 0;
}

.blog-comment .comment{
padding-bottom: 25px;
position: relative;
border-bottom: 1px solid #d2d2d2;
}

.blog-comment .comment .comment-author{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-comment .comment .comment-author .author-thum img{
border-radius: 5px;
}
.blog-comment .comment .comment-author .comment-name{
padding-left: 20px;
}
.blog-comment .comment .comment-author .comment-name h6{
font-size: 16px;
font-weight: 600;
color: #000;
}
.blog-comment .comment .comment-author .comment-name span{
font-size: 15px;
color: #8a8a8a;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.blog-comment .comment .comment-replay {
position: absolute;
top: 15px;
right: 0;
}
.comment-form .form-singel{
margin-top: 20px;
}
.comment-form .form-singel input,
.comment-form .form-singel textarea{
height: 60px;
width: 100%;
padding: 0 20px;
border: 1px solid #b8b8b8;
border-radius: 5px;
font-size: 15px;
}
.comment-form .form-singel textarea{
height: 120px;
resize: none;
padding-top: 20px;
}

/*=====================================================
29. SHOP PAGE css 
======================================================*/

.shop-top-search {
background-color: #fff;
padding: 15px 30px;
border-radius: 5px;
}
.shop-top-search .shop-bar {
display: inline-block;
}
.shop-top-search .nav .nav-item {
margin-right: 15px;
font-size: 15px;
color: #8a8a8a;
}
.shop-top-search .nav .nav-item a{
font-size: 16px;
color: #8a8a8a;
}
.shop-top-search .nav .nav-item a.active {
color: #FEC52E;
}
.shop-top-search .shop-select {
display: inline-block;
float: right;
margin-top: -3px;
}

.shop-top-search .shop-select .nice-select {
background-color: #f6f6f6;
border-radius: 5px;
border: 0;
font-size: 14px;
height: 30px;
width: 135px;
line-height: 30px;
color: #8a8a8a;
}
.shop-top-search .shop-select .nice-select.open .list {
width: 100%;
margin-top: 0;
background-color: #f6f6f6;
border: 0;
}

#shop-list .singel-publication .cont {
display: block;
padding-top: 0;
}
#shop-list .singel-publication .cont .name {
width: 100%;
}
#shop-list .singel-publication .cont .name a h6 {
font-size: 18px;
}
#shop-list .singel-publication .cont .name span {
font-size: 16px;
color: #8a8a8a;
padding-top: 15px;
}
#shop-list .singel-publication .cont .button {
width: 100%;
padding-top: 10px;
}

#shop-list .singel-publication .cont .button a {
padding: 0 20px;
font-size: 12px;
line-height: 35px;
}


/*=====================================================
30. SHOP SINGEL PAGE css 
======================================================*/

.shop-destails{
background-color: #fff;
padding: 20px 50px 50px;
border-radius: 5px;
}
.shop-destails .shop-left{
padding-right: 50px;
}
.shop-destails .shop-left .shop-image a{
display: block;
}
.shop-destails .shop-left .shop-image img{
width: 100%;
border-radius: 4px;
}
.shop-destails .shop-left .nav .nav-item{
margin-right: 25px;
}
.shop-destails .shop-left .nav .nav-item:last-child{
margin-right: 0;
}
.shop-destails .shop-left .nav .nav-item a {
display: block;
}
.shop-destails .shop-left .nav .nav-item a .shop-thum img{
width: 100%;
border-radius: 3px;
}

.shop-right{}
.shop-right h6{
font-size: 18px;
padding-bottom: 5px;
}
.shop-right span{
font-size: 15px;
color: #8a8a8a;
}
.shop-right p{
padding-bottom: 15px;
}
.nice-number {
position: relative;
display: inline-block;
margin-right: 20px;
}
.nice-number input {
width: 50px !important;
height: 40px;
border-radius: 5px;
border: 2px solid #aaa;
padding-right: 20px;
}
.nice-number button {
position: absolute;
width: 25px;
padding: 0;
right: 2px;
top: 2px;
border: 0;
border-top-right-radius: 5px;
background: none;
cursor: pointer;
}

.nice-number button:last-child{
top: auto;
bottom: 2px;
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
}
.nice-number button i{
font-size: 15px;
color: #000;
}
.add-btn{
display: inline-block;
}
.add-btn .main-btn{
line-height: 46px;
}

.shop-reviews .nav .nav-item{}
.shop-reviews .nav .nav-item:first-child a{
border-top-left-radius: 5px;
}
.shop-reviews .nav .nav-item:last-child a{
border-top-right-radius: 5px;
}
.shop-reviews .nav .nav-item a{
width: 165px;
line-height: 55px;
background-color: #315377;
font-size: 15px;
font-weight: 600;
font-family: 'Source Sans Pro', sans-serif;
text-align: center;
color: #fff;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.shop-reviews .nav .nav-item a.active{
background-color: #fafafa;
color: #315377;
}

.shop-reviews .tab-content{
background-color: #fafafa;
padding: 0px 45px 40px;
border-radius: 5px;
border-top-left-radius: 0;
}
.shop-reviews .tab-content .reviews-cont{
padding: 0;
}

.releted-item{}
.releted-item .title h3{
font-size: 30px;
color: #00246C;
}



/*=====================================================
31. CONTACT PAGE css 
======================================================*/

#contact-page{
    background: url(../images/background.png) no-repeat scroll center center #ffffff;

}




.custom-control-label {


    color: #fff;
font-size: 14px;
}


.contact-from{
background-color: #fff;
padding: 40px 50px 50px 50px;
border-radius: 6px;
    box-shadow: 1px 1px 5px 5px #dee2e6;

    background: url(../images/background1.png) no-repeat scroll center center #00246C;
    
}
.contact-from .main-form {}
.contact-from .main-form .singel-form{
margin-top: 20px;
}


.contact-from .main-form  .main-btn:hover {
color: #FEC52E;
border-color: #00246C;
background-color: #000;
}


.contact-from  .section-title h5 {
    color: #fec52e;
    position: relative;
    padding-bottom: 12px;
}


.contact-from .main-form .singel-form input,
.contact-from .main-form .singel-form textarea{
width: 100%;
height: 50px;
padding: 0 20px;
border: 1px solid #a1a1a1;
border-radius: 5px;
color: #8a8a8a;
    font-size: 18px;
}

.contact-from .main-form .singel-form textarea{
padding-top: 10px;
height: 100px;
resize: none;
}

.form-group{
margin: 0;
}
.list-unstyled li {
font-size: 13px;
margin-left: 2px;
margin-top: 5px;
color: #f00;
}
p.form-message.success,
p.form-message.error {
font-size: 16px;
color: #353535;
background: #ddd;
padding: 10px 15px;
margin-left: 15px;
margin-top: 15px;
}

.contact-address{
background-color: #fff;
padding: 20px 50px 50px;
border-radius: 5px;
}

.contact-address ul li{
padding-top: 30px;
}
.contact-address ul li .singel-address{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.contact-address ul li .singel-address .icon i{
width: 50px;
line-height: 50px;
border-radius: 50%;
border: 1px solid #00246C;
color: #00246C;
font-size: 24px;
text-align: center;
}
.contact-address ul li .singel-address .cont{
padding-left: 20px;
}
.contact-address ul li .singel-address .cont p{}

.map{}
.map #contact-map{
width: 100%;
height: 225px;
}

.map.map-big #contact-map{
width: 100%;
height: 415px;
}
.contact-address .contact-heading{
padding-top: 35px;
}

.contact-address .contact-heading h5{
padding-bottom: 15px;
}







/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title {
position: relative;
margin-bottom: 50px;
}

.sec-title h5 {
font-size: 14px;
font-weight: 500;
color: var(--theme-color-three);
text-transform: uppercase;
margin-bottom: 20px;
}

.sec-title.style-two h5 {
color: var(--theme-color-four);
}

.sec-title.style-three h5 {
color: var(--theme-color-five);
}

.sec-title h1 {
position: relative;
position: relative;
margin-bottom: 10px;
font-size: 36px;
font-family: var(--prata);
line-height: 50px;
}

.sec-title.light h1 {
color: #fff;
font-size: 48px;
font-weight: 700;
}

.sec-title .text {
font-size: 16px;
font-weight: 300;
}

.sec-title.light .text {
color: #fff;
}

.sec-title .icon-box {
position: relative;
color: var(--theme-color-four);
font-size: 30px;
line-height: 30px;
margin-bottom: 20px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}

.sec-title.text-center .icon-box {
margin: 0 auto;
margin-bottom: 20px;
padding: 0 50px;
}

.sec-title.text-center .icon-box:before {
position: absolute;
content: '';
background: var(--theme-color-four);
left: 0;
width: 40px;
height: 2px;
top: 16px;
}

.sec-title.text-center .icon-box:after {
position: absolute;
content: '';
background: var(--theme-color-four);
right: 0;
width: 40px;
height: 2px;
top: 16px;
}




/*** 

====================================================================
Donor Section
====================================================================

***/

.donor-section {
position: relative;
background-color: #2f2b4f;
background-position: right center;
background-size: cover;
}

.donor-section .left-column {
position: relative;
padding: 60px 15px 70px 15px;
}

.donor-section .left-column:before {
position: absolute;
content: '';
background: #00246c;
height: 100%;
width: 200%;
top: 0;
right: -88px;
}

.donor-section .right-column {
position: relative;
padding: 80px 45px 30px;
background-size: cover;
}

.donor-section .right-column:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 69px;

}

.donor-block {
position: relative;
}

.donor-block .inner-box {
position: relative;
margin-bottom: 30px;
margin-right: 20px;
}

.donor-block .top-content {
position: relative;
background: #fff;
text-align: center;
padding: 20px 10px 20px 10px;
border-radius: 6px;
}

.donor-block .image {
position: relative;
margin-bottom: 20px;
overflow: hidden;
display: inline-block;
}

.donor-block .image .overlay {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.donor-block .image .overlay .icon {
position: relative;
opacity: 0;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
color: #fff;
}

.donor-block .image .overlay .icon a {
color: #fff;
}

.donor-block .image .overlay .icon a:hover {
color: #fff;
}

.donor-block .inner-box:hover .image .overlay .icon {
opacity: 1;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

.donor-block .image .overlay:before {
position: absolute;
content: '';
background: var(--dark-color);
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
-webkit-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
visibility: hidden;
}

.donor-block .inner-box:hover .image .overlay:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
opacity: .85;
}

.donor-block .image img {
position: relative;
border-radius: 4%;
}

.donor-block h4 {
font-size: 16px;
margin-bottom: 5px;
}

.donor-block .location {
font-size: 14px;
}

.donor-block .bottom-content {
position: relative;
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.donor-block .bottom-content .text {
position: relative;
width: 70%;
background: #fff;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
text-align: center;
color: var(--theme-color);
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
padding: 11px 0;
}

.donor-block .bottom-content .text:before {
position: absolute;
content: '';
height: 12px;
width: 10px;
background: #fff;
right: 0;
top: -12px;
-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.donor-block .bottom-content .price {
position: relative;
width: 30%;
background: #fff;
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
text-align: center;
color: #fff;
background: #30cefa;
text-transform: uppercase;
font-size: 24px;
font-weight: 700;
padding: 4px 0 3px 0;
}

.donor-block .bottom-content .price:before {
position: absolute;
content: '';
height: 12px;
width: 8px;
background: var(--theme-color);
left: 0;
top: -12px;
--webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.feature-block-one {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 60px;
}

.feature-block-one .icon-box {
position: relative;
font-size: 50px;
color: #fff;
height: 110px;
width: 110px;
background: #FEC52E;
line-height: 110px;
text-align: center;
border-radius: 50%;
margin-right: 20px;
overflow: hidden;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.feature-block-one:hover .icon-box {
color: var(--theme-color);
}

.feature-block-one .icon-box span {
position: relative;
}

.feature-block-one .icon-box:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
right: 0;
top: 100%;
background: #fff;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.feature-block-one:hover .icon-box:before {
top: 0;
}

.feature-block-one h4 {
position: relative;
color: #fff;
font-size: 20px;
}

/* Style Two */

.donor-section.style-two {
background-color: #fff;
padding: 110px 0 90px;
}

.donor-section.style-two:before {
position: absolute;
content: '';
background: url(../images/resource/pattern.jpg);
left: 0;
top: 0;
right: 0;
bottom: 0;
}

.donor-section.style-two .row {
margin: 0 -20px;
}

.donor-section.style-two .donor-block {
max-width: 20%;
padding: 0 20px;
}

.donor-section.style-two .donor-block .inner-box {
margin-right: 0;
}

.donor-block.style-two .bottom-content .text {
background: #302c51;
color: #fff;
}

.donor-block.style-two .bottom-content .text:before {
background: #302c51;
}









/*** 

====================================================================
Events Section
====================================================================

***/

.events-section {
position: relative;
padding: 60px 0;
background: #f4f1ee;
}

.event-tab-wrapper {
margin: 0 -15px;
}

.event-tabs {
position: relative;
}

.event-tabs .tabs-header {
position: relative;
margin-bottom: 40px;
}

.event-tabs .event-tab-btns {
position: relative;
margin-right: 0px;
}

.event-tabs .event-tab-btns .event-tab-btn {
position: relative;
float: left;
line-height: 24px;
padding: 14px 44px;
cursor: pointer;
color: var(--dark);
background: #fff;
font-weight: 500;
font-size: 13px;
margin-bottom: 20px;
text-transform: uppercase;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
border-radius: 6px;
margin-right: 20px;
}

.event-tabs .event-tab-btns .event-tab-btn:before {
position: absolute;
content: '';
background: #fff;
width: 22px;
height: 20px;
left: 50%;
bottom: -20px;
margin-left: -11px;
-webkit-clip-path: polygon(50% 51%, 0 0, 100% 0);
clip-path: polygon(50% 51%, 0 0, 100% 0);
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.event-tabs .event-tab-btns .event-tab-btn:last-child {
margin-right: 0px;
}

.event-tabs .event-tab-btns .event-tab-btn.active-btn {
background: var(--theme-color);
color: #fff;
}

.event-tabs .event-tab-btns .event-tab-btn.active-btn:before {
background: var(--theme-color)
}

.event-tabs .owl-nav {
position: absolute;
right: 20.8%;
top: 0;
height: 100%;
background: #fff;
padding: 0 21px;
display: none;
}

.event-tabs .event-tabs-content {
position: relative;
display: block;
}

.event-tabs .event-tab {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: auto;
visibility: hidden;
}

.event-tabs .event-tab.active-tab {
position: relative;
visibility: visible;
z-index: 5;
}

.event-tabs .event-block-one .inner-box {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
}

.event-tabs .active-tab .event-block-one .inner-box {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}

.event-block-one {
padding: 0 15px;
}

.event-block-one .inner-box {
background: #fff;
border-radius: 6px;
overflow: hidden;
margin-bottom: 30px;
}

.event-block-one .image {
position: relative;
overflow: hidden;
}

.event-block-one .image:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
right: 0;
top: 0;
background: #00246c7a;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
z-index: 1;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}

.event-block-one .inner-box:hover .image:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}

.event-block-one .image img {
width: 100%;
}

.event-block-one .lower-content {
position: relative;
padding: 0 28px 20px 28px;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
background: #fff;
z-index: 9;
}

.event-block-one .inner-box:hover .lower-content {
/*	-webkit-transform: translateY(-45px);
-ms-transform: translateY(-45px);
transform: translateY(-45px);*/
}

.event-block-one .lower-content .date {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.08);
box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.08);
padding: 14px 20px;
border-radius: 6px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: #fff;
margin-bottom: -12px;
}

.event-block-one .lower-content .date h1 {
font-size: 60px;
color: #1A468C;
margin-right: 10px;
line-height: 50px;
font-weight: 600;
}

.event-block-one .lower-content .date .text {
font-size: 15px;
}


.event-block-one .lower-content .date h2 {

color: #EA4335;
margin-right: 10px;
line-height: 50px;
font-weight: 600;
position: relative;
margin: 0 auto;
}




.event-block-one .lower-content .date span {
font-size: 24px;
color: #1A468C;
font-weight: 600;
}

.event-block-one h4 {
font-size: 18px;
margin-bottom: 20px;
line-height: 24px;
color: #666;
}


.event-block-one h4 a {
color: var(--dark-color);
}

.event-block-one .location {
font-size: 16px;
color: #858585;
}

.event-block-one .location span {
margin-right: 6px;
}

.event-block-one .link-btn {
position: relative;
opacity: 0;
padding: 0 28px;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
bottom: 30px;
}

.event-block-one .link-btn a {
color: #1A468C;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}

.event-block-one .link-btn a span {
margin-right: 10px;
}

.event-block-one .inner-box:hover .link-btn {
opacity: 1;
}

.events-section .owl-dot-style-one .owl-dots {
margin-top: 0;
}

/* Style Two */

.events-section.style-two {
background: #fff;
}


.events-section .section-title {
padding-bottom: 3em;
}

.events-section  .products-btn {
padding-bottom: 3em;
}

.events-section.style-two .event-block-one .inner-box {
-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
}

/* Style Three */

.events-section.style-three {
padding-bottom: 80px;
}

.events-section.style-three .event-block-one .inner-box {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.events-section.style-three .event-block-one .inner-box:hover {
-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.events-section.style-three .link-btn .theme-btn {
color: var(--theme-color-five);
border-color: var(--theme-color-five);
}

.events-section.style-three .link-btn .theme-btn:hover {
color: #fff;
}

.events-section.style-three .link-btn .theme-btn:before {
background: var(--theme-color-five);
}

.events-section.style-three .link-btn .theme-btn:after {
background: var(--theme-color-five);
}

.events-section.style-three .event-block-one .image:before {
background: rgba(36, 36, 36, 0.92);
}

.events-section.style-three .event-block-one .lower-content .date span {
color: var(--theme-color-five);
}

.events-section.style-three .event-block-one .lower-content .date h1 {
color: var(--theme-color-five);
}

.events-section.style-three .event-block-one .link-btn a {
color: var(--theme-color-five);
}



/************************************************/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {


/* font-family: 'Material Icons'; */

width: 40px;
height: 60px;
cursor: pointer;
position: absolute;
top: calc(55% - 50px);
z-index: 6;
background-color: #FFFFFF !important;
border-radius: 3px;
box-shadow: 0 2px 7px rgba(0,0,0,0.15);
font-size: 26px !important;

}



.owl-nav {
height: 0;
margin: 0;
}



.owl-carousel .owl-nav .owl-prev {
left: 0px;
}



.owl-carousel .owl-nav .owl-prev:before {
content: "\f104";
margin-left: 16px;
position: absolute;
top: 20%;
left: 0px;
height: auto;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 12px rgba(0, 0, 0, 0.05);

font-family: 'FontAwesome';

}




.owl-theme .owl-nav [class*=owl-]:hover {
color: #1A468C !important;
}



.owl-carousel .owl-nav .owl-next {
right: 0px;
}



.owl-carousel .owl-nav .owl-next:after {
content: "\f105";
margin-right: 16px;
position: absolute;
top: 20%;
right: 0px;
height: 100%;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 12px rgba(0, 0, 0, 0.05);
font-family: 'FontAwesome';
}







/*
* event.less
* -----------------------------------------------
*/

#event{
padding-top: 60px;
padding-bottom: 80px;
}


#event .section-title {
margin-bottom: 5%;
}


.bg-silver-light {
background-color: #F7F8FA !important;
}


.bg-theme-colored {
background-color: #202c45 !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.p-0 {
padding: 0!important;
}
.border-1px {
border: 1px solid #eeeeee !important;
}

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


.font-weight-600 {
font-weight: 600 !important;
}
.media-heading {
margin-top: 7px;
margin-bottom: 5px;
font-size: 18px;
}



.bg-theme-colored2 {
background-color: #ffae11 !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.p-0 {
padding: 0!important;
}
.border-1px {
border: 1px solid #eeeeee !important;
}
.text-center {
text-align: center;
}



.event  .event-date{
padding: 10px 0px 12px 0px;
border-radius: 8px;
margin-left: 10px;
margin-top: 3px;
}

.event .event-content .media-heading a {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

.event .event-content .media-heading h4 {

}

.event .event-content  h4 a{
color: #111111;
}




.event .event-date ul li:first-child {
margin-bottom: 10px;
}
.event .event-date ul li {
line-height: 1;
}
.font-28 {
font-size: 28px !important;
}
.font-weight-700 {
font-weight: 700 !important;
}
.text-white {
color: #fff !important;
}



.event .event-date ul li {
line-height: 1;
}
.font-18 {
font-size: 18px !important;
}
.text-white {
color: #fff !important;
}
.text-uppercase {
text-transform: uppercase;
}
.text-center {
text-align: center;
}



.bg-theme-colored {
background-color: #202c45 !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.p-0 {
padding: 0!important;
}
.border-1px {
border: 1px solid #eeeeee !important;
}
.text-center {
text-align: center;
}



.event {
background: #fff;
border: 1px solid transparent;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;

-webkit-box-shadow: 0px 0px 15px 5px rgba(89, 83, 76, 0.08);
box-shadow: 0px 0px 15px 5px rgba(89, 83, 76, 0.08);
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;

border-radius: 8px;
margin-bottom: 15px;

}


.event:hover {
background: #fafafa;
}


.event .event-content .media-heading a {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.event .event-content ul li {
font-size: 12px;
line-height: 1;
margin-top: 10px;
margin-bottom: 10px;
}
.event .event-date ul li {
line-height: 1;
}
.event .event-date ul li:first-child {
margin-bottom: 10px;
}





/************************************/

.bday {
background: #fff;
border: 1px solid transparent;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;

-webkit-box-shadow: 0px 0px 15px 5px rgba(89, 83, 76, 0.08);
box-shadow: 0px 0px 15px 5px rgba(89, 83, 76, 0.08);
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;

border-radius: 8px;
margin-bottom: 15px;

}


.bday:hover {
background: #fafafa;
}


.bday .bday-date {
padding: 22px 53px 22px 25px;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 10px;

}

.bday .bday-date i {
    font-size: 32px;
    color: #ffc107;
}


   

.bday .bday-content .media-heading a {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
 color: #202c45 ;
}


.bday .bday-content  .media-heading {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 18px;
}


.bday .bday-content ul li {
font-size: 12px;
line-height: 1;
margin-top: 10px;
margin-bottom: 10px;
}

.bday .bday-date ul li {
line-height: 1;
}
.bday .bday-date ul li:first-child {
margin-bottom: 10px;
}





/*** 

====================================================================
Team Section
====================================================================

***/

.team-section {
position: relative;
padding: 70px 0 50px 0px;
background: #302c51;

background: url(../images/background1.png) no-repeat scroll center center #00246C;
}

.team-section.style-two {
padding-bottom: 90px;
background: #fff;
}

.team-section .wrapper-box {
/*position: relative;
margin-bottom: -72px;*/
}

.team-block-one {
position: relative;
}

.team-block-one .inner-box {
position: relative;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
background: #fff;
border-radius: 6px;
z-index: 9;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.team-block-one .inner-box:hover {
-webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
}

.team-block-one .image {
position: relative;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
overflow: hidden;
}

.team-block-one .inner-box:hover .image {
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}

.team-block-one .image img {
width: 100%;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.team-block-one .lower-content {
position: relative;
margin: 0 20px;
padding: 23px 15px;
background: #fff;
text-align: center;
border-radius: 6px;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
margin-top: -30px;
z-index: 9;
transition: .5s ease;
}

.team-block-one .inner-box:hover .lower-content {
-webkit-transform: translateY(-73px);
-ms-transform: translateY(-73px);
transform: translateY(-73px);
}

.team-block-one .lower-content:before {
position: absolute;
content: '';
background: #ededed;
height: 1px;
left: 30px;
right: 30px;
bottom: 10px;
-webkit-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s ease;
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

.team-block-one .inner-box:hover .lower-content:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.team-block-one .lower-content h4 {
font-size: 20px;
margin-bottom: 5px;
}

.team-block-one .lower-content h4 a {
color: var(--dark-color);
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.team-block-one .lower-content h4 a:hover {
color: var(--theme-color);
}

.team-block-one .social-icon-two {
position: absolute;
left: 50%;
bottom: 30px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.team-block-one .social-icon-two a {
opacity: 0;
}

.team-block-one .social-icon-two li:nth-child(odd) a {
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}

.team-block-one .social-icon-two li:nth-child(even) a {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}

.team-block-one .inner-box:hover .social-icon-two a {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}







/*** 

====================================================================
Causes Section Four
====================================================================

***/

.causes-section-four {
position: relative;
padding: 110px 0 70px;
background: #fff;
}

.cause-block-four {
position: relative;
}

.cause-block-four .inner-box {
position: relative;
border: 1px solid #eaeaea;
padding-bottom: 30px;
padding-top: 40px;
margin-bottom: 40px;
text-align: center;
background-color: #fff;
-webkit-transition: .7s ease;
-o-transition: .7s ease;
transition: .7s ease;
border-radius: 12px;
}

.cause-block-four .inner-box:hover {
-webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
border-color: #fff;
border-radius: 12px;
}

.cause-block-four .inner-box:before {
position: absolute;
content: '';
background-image: url(../images/shape-1.png);
background-size: cover;
background-position: bottom center;
top: 0;
left: 0;
width: 100%;
height: 170px;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.cause-block-four .inner-box:hover:before {
background-image: url(../images/shape-2.png);
border-radius: 12px;
}

.cause-block-four .image {
position: relative;
margin-bottom: 20px;
display: inline-block;
}

.cause-block-four .image img {
border-radius: 50%;
}

.cause-block-four .image .overlay {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.cause-block-four .image .overlay:before {
position: absolute;
content: '';
background: #302c51;
opacity: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
border-radius: 50%;
-webkit-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s ease;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
}

.cause-block-four .image:hover .overlay:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: .93;
}

.cause-block-four .image .overlay .donate-box-btn {
position: relative;
font-size: 13px;
color: #fff;
text-transform: uppercase;
opacity: 0;
visibility: hidden;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
}

.cause-block-four .image:hover .overlay .donate-box-btn {
opacity: 1;
visibility: visible;
}

.cause-block-four h4 {
font-size: 22px;
margin-bottom: 5px;
}

.cause-block-four h4 a {
color: #444;
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.cause-block-four h4 a:hover {
color: #00246C;
}

.cause-block-four .text {
margin-bottom: 10px;
color: #666;
}

.cause-block-four .info-box {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: 1px solid #eaeaea;
margin: 0 30px;
padding: 20px 0;
}

.cause-block-four .info-box a {
font-size: 13px;
text-transform: uppercase;
color: #1e1e1e;
line-height: 11px;
position: relative;
top: 5px;
}

.cause-block-four .info-box a span {
color: var(--theme-color-three);
display: block;
}

.cause-block-four .info-box>div {
position: relative;
width: 33%;
}

.cause-block-four .info-box>div+div:before {
position: absolute;
content: '';
background: #eaeaea;
height: 35px;
width: 1px;
left: 0px;
top: 0;
}

.cause-block-four .count-box {
position: relative;
font-size: 18px;
color: var(--theme-color-three);
padding: 5px 0;
}

/* Style Two */

.cause-block-four.style-two .inner-box:hover:before {
background-image: url(../images/shape-3.png);
}

.cause-block-four.style-two h4 a:hover {
color: var(--theme-color);
}

.cause-block-four.style-two .info-box a span {
color: var(--theme-color);
}

.cause-block-four.style-two .count-box {
color: var(--theme-color);
}




.category1 {
margin: 10px 20px 0px 20px;
background-color: #00246C;
padding: 10px 0px 10px 0px;
border-radius: 50px;
}

.category1 h6{
display: inline;
color: #fff;
font-size: 28px;
}


.category1 a {
background: var(--dark-color);
color: #fff;
padding: 4px 10px;
border-radius: 6px;
margin-right: 6px;
}







.img-profile {
    height: 1.6rem;
    width: 1.6rem;
}


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown a{
color: #fff;
}


.nav-link {
    display: block;
    padding: 0rem 0rem;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
    
}

.dropdown-content a {
    color: #6c757d;
    padding: 8px 10px 8px 20px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e9ecef;
font-size: 14px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
z-index: 6;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
