@charset "UTF-8";
/* CSS Document */
/* Sticky footer styles
-------------------------------------------------- */
html, body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -40px;
	/* Pad bottom by footer height */
	padding: 0 0 40px;
	overflow: auto;
	
}
/* Set the fixed height of the footer here */
#footer {
	background-color: #f6f6f6;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
	direction: ltr;
	font-family: 'opensans';
}
.container {
/*width: 1170px;*/
}.brand {
    background: white;
    
    height: 220px;
    line-height: 180px;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin: 10px;
	position:relative
}
.brand-shadow {
    position: absolute;
    bottom: -10px;
    left: 0;
        width: 100% !important;
		display: none;
}

.footer-area {
	float: right;
	position: relative;
	z-index: 9;
	background-image: url(../images/map.jpg);
	background-position: left top;
	width: 100%;
}
.footer-area:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 30%;
	bottom: 0;
	right: 0;
	background: #FFF;
}
.footer-section {
	padding-left: 30px;
	padding-bottom: 50px;
	overflow: auto;
}
.top-header {
    background: #0f0a2d;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}
.menu {
	height: 82px;
}
header .navbar.navbar-default >.container{
    padding: 0;
}
header {
	width: 100%;
	height: 83px;
	overflow: initial;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
}
header #logo {
	display: inline-block;
	height: 75px;
    margin-top: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav {
	display: inline-block;
	float: right;
}
header nav a {
	line-height: 150px;
	margin-left: 20px;
	color: #9fdbfc;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller {
	height:75px;
	top: 0;
}
.navbar {
    min-height: 73px;}
.about {
	padding: 50px 0;
}
.navbar-nav > li > a {
    line-height: 15px;
}
header.smaller .top-header {
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller #logo {
	height: 60px;
    line-height: 75px;
    font-size: 30px;
    margin-top: 10px;
}
header.smaller nav a {
	line-height: 75px;
}
header.smaller .navbar-nav > li {
    padding: 15px 5px;
}
.log, .sign {
	font-size: 15px;
	float: right;
	text-transform: capitalize;
	color: #fff
}
.log:hover, .sign:hover {
	color: #E4E4E4;
	text-decoration: none
}
.log {
	padding-left: 15px;
	border-left: 2px solid white;
	margin-left: 15px
}
.phone, .mail {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff
}
.phone {
	margin-right: 15px
}
.phone .fa-language {
    margin-right: 5px;
}
.top-header-icons{
	color: #7c644a;
	font-size: 20px;
	margin-right: 10px;

}
.top-header-icons:hover {
    color: #fff;
}
.mail:hover {
	color: #E4E4E4;
	text-decoration: none
}
ul.nav.navbar-nav.navbar-right.sm {
	font-size: 15px;
	text-transform: uppercase;
	color:  #0f0a2d;
	font-weight: 400;
    border-top: 1px solid #dddddd;
}
.navbar-nav > li {
	padding: 18px 0px 18px;

}
.navbar-nav > li > a {
	color: #0f0a2d!important;
	font-size: 16px;
    font-weight: 600;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .0);
	background-color:  #0f0a2d
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #Fff;
	background: #fff;
}
.navbar {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
}
.social-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.carousel {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
}
.carousel-control {
	top: 50%;
	margin-top: -38px;
	background-image: none !important
}
.navbar-default {
	background-image: none;
	    z-index: 3;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #ffffff;
    color: #7c644a !important;
	transition: background .5s
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-color: #ffffff;
    color: #7c644a !important;
}
.navbar-default .navbar-nav >li > a:hover, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #ffffff;
    color: #7c644a !important;
	transition: background .5s
}
.carousel-indicators li {
	display: inline-block;
	width: 35px;
	height: 5px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color:  #0f0a2d;
	border: none;
	border-radius: 0px;
}
.carousel-indicators .active {
	display: inline-block;
	width: 35px;
	height: 5px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	border: none;
	border-radius: 0px;
	background-color: #fff;
}
.carousel-indicators {
	bottom: 0px;
}
.caption-title {
	font-size: 30px;
	color: black;
	text-transform: uppercase;
	font-weight: 400;
}
.bold {
	font-weight: 600;
}
.colors {
	color:  #0f0a2d;
}


.carousel-caption {
    top: 0;
    width: 35%;
    left: 0;
    padding: 30px;
    height: 100%;
	background:url(../images/caption.png) top repeat-x
}
.caption-text {
    font-size: 18px;
    color: #ffffff;
    text-shadow: none;
    line-height: 40px;
}
.home-title {
	text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #0f0a2d;
    font-weight: 600;
}
.bg-title {
	background: white;
	padding: 0 15px;
}
.spec-card {
    background: #f7f6f6;
    padding: 30px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #f1f1f1;
    background-image: url(../images/logo-bg.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #0f0a2d;


}
.about .services {
    background: #fff;
        padding-top: 0;
            padding-bottom: 0;
}
.about .services .service-item {
    margin-bottom: 40px;
}
.about.contact .home-title {
    margin-bottom: 30px;
}
.map {
    margin-bottom: 60px;
}
.spec-card .fa{
    display: block;
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 46px;
	color: #ad8a64;
}
.about2 {
    margin-bottom: 80px;
	padding-top: 80px;
}
.p-l{
	padding: 30px;
}
.home-text {
	text-align: left;
    text-transform: capitalize;
    color: #535353;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 27px;
}
.title-style {
    color: #ad8b66;
    font-weight: 400;
    font-size: 25px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.circle-home {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(193, 193, 193, 0.2);
	text-align: center;
	padding-top: 5px;
	border: 1px solid #dcdcdc;
	float: right
}
.circle-title {
	float: right;
	display: block;
	font-size: 18px;
	color: #A1264A;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100px;
	margin-right: 15px;
}
.circle-home2 {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: rgba(193, 193, 193, 0.2);
	text-align: center;
	padding-top: 5px;
	border: 1px solid #dcdcdc;
	float: left
}
.circle-title2 {
	float: left;
	display: block;
	font-size: 18px;
	color: #A1264A;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100px;
	margin-left: 15px;
}
.circle-home-container {
	margin: 30px 0;
	overflow: hidden;
}
.my-img {
	border: 1px solid #dcdcdc;
}
.project-title {
	line-height: 127px;
	padding-left: 45px;
	font-size: 20px;
	color: #A1264A;
	text-transform: uppercase;
	font-weight: 400;
}
.project {
	background: white;
}
.footer-title {
    color: #eb3411;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}
.owl-pagination .owl-page.active {
    background-color: #0f0a2d;
}
.about3 {
    padding: 30px 0 0;
    background: #f8f8f8;
    margin-bottom: 30px;
}
.parallax-window {
padding-top: 50px;
    padding-bottom: 50px;
    background: #f6f6f6;
}
.title-par {
    text-align: center;
    margin-bottom: 30px;
    color: #0f0a2d;
    font-size: 25px;
    text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.75);
	text-transform:capitalize}
 .owl-controls .owl-buttons div {
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
	font-size:0
}
.owl-prev {
    left: auto;}
.owl-next, .owl-prev {
    position: absolute;
    top: 22px;}
	
	.owl-prev {
      right: 55px;}
	.owl-next {
    right: 0;}
	.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
	    border-radius: 0;
}
.owl-brands .owl-buttons {
    display: none;
}
.owl-next:after, .owl-prev:after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-left: 3px #bababa solid;
    border-bottom: 3px #bababa solid;
    content: '';}
.footer-text {
	text-align: left;
	text-transform: capitalize;
	color: #6D6D6D;
	font-size: 17px;
	margin-bottom: 30px;
}
.contact-info {
	padding-left: 60px;
	padding-top: 30px
}
.mail-footer, .phone-footer, .website-footer, .address-footer {
	font-size: 17px;
	text-transform: capitalize;
	color: #A1264A;
	padding: 15px 0;
	border-bottom: 1px solid rgba(95, 95, 95, 0.13);
	font-weight: 400;
	line-height: 30px
}
.mail-footer > a {
	color: #A1264A;
}
.mail-footer .fa, .phone-footer .fa, .website-footer .fa, .address-footer .fa {
	font-size: 30px;
	margin-right: 15px;
	color: #5F5F5F;
}
.address-footer {
	border-bottom: none
}
.in-title {
	font-size: 20px;
	color: #5F5F5F;
}
.btn {
    color: #FFF;
    outline: none;
    line-height: 1.47;
    background: #0f0a2d;
    float: left;
}
.service-item {
    background: white;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
	    border: 1px solid #e1e1e1;
	        margin-bottom: 15px;
                margin: 0px 7.5px;
                transition: all .4s;
}

.project-content {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 16px;
    line-height: 27px;
	margin-bottom:30px;
}
.title-project {
    color: #0f0a2d;
    font-size: 18px;
    margin-bottom: 10px;
}
.txt {
    margin-bottom: 10px;
}
.service-text {
    text-align: left;
    text-transform: capitalize;
    color: #535353;
    font-size: 16px;
    line-height: 27px;
    padding: 30px;
}
.more {
    display: block;
    color: #0f0a2d;
    text-align: left;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
.spec-card:hover .fa {
    transition: all .4s;
                        transform: rotate(-360deg) !important;
}
.more i {
                        margin-left: 4px;
                        transition: all .6s;
                        transform: rotate(-45deg) !important;
                    }


                   .more:hover {
                        color:#ad8a64;
                        transition: all .4s;
                        text-decoration: none;
                        i {
                            transform: rotate(0) !important;
                            transition: all .4s;
                        }
                    }
.service-title{
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #0f0a2d;
    margin-bottom: 15px;
}
.services {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f6f6f6;
}
.services .home-title {
    margin-bottom: 30px;
}
.service-item:hover img {
    transform: rotate(2deg) scale(1.2);
     transition: all .4s;
}
.img-service {
    max-height:3000px;
    overflow: hidden;
}
.img-service img{
    object-fit: cover;
    height: 300px;
    width: 100%;
    object-position: center;
    transition: all .4s;
}

.my-contact {
	padding-top: 30px !important;
	margin-bottom: 30px;
}
.box {
	margin-bottom: 30px;
	text-align: left;
	text-transform: capitalize;
	color: #6D6D6D;
	font-size: 17px;
	line-height: 30px;
	border: 1px solid #cccccc;
	padding: 15px;
	    overflow: auto;
}
.address-footer > a {
	color: #A1264A;
}
.address-footer > a:hover {
	color: #A1264A;
}
.website-footer > a {
	color: #A1264A;
}
.website-footer > a:hover {
	color: #A1264A;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	background:  #0f0a2d;
	color: white;
	font-size: 16px;
	font-weight: 400;
	transition: all 1s;
	text-shadow: none
}
.nav-tabs.nav-justified > li > a {
	font-size: 16px;
	font-weight: 400
}
.nav-tabs.nav-justified > li > a:hover {
	background:  #0f0a2d;
	color: white;
	font-size: 16px;
	font-weight: 400;
	transition: background 1s
}
.thumbnail-box {
	display: block;
	position: relative;
	margin-bottom: 30px
}
.thumbnail-box:hover .span-title {
	background: rgba(152, 36, 75, 1);
	transition: all .6s
}
.tab-content {
	overflow: auto
}
.span-title {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.tab-content {
	padding: 15px 0
 0 0}
.dropdown-menu.sm-nowrap li a {
	color:  #0f0a2d
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:  #0f0a2d !important;
	transition: all 1s
}
.dropdown-menu.sm-nowrap li:hover a {
	color: white
}
.dropdown-menu.sm-nowrap {
	background: white;
	font-family: 'open sans';
}
.carousel-inner .item {
	height: 550px;
	overflow: hidden
}
.carousel-inner .item img {
	width: 100%
}
.feature-list {
	font-size: 18px;
	text-transform: capitalize;
	list-style-image: url(../images/list.png);
	line-height: 30px
}
.example-image-link.col-md-3 {
	height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}

.col-md-3.col-sm-4.col-xs-6 .brand {
    margin: 0;
    margin-bottom: 15px;
}




select#lang {
    cursor: pointer;
    background: #0f0a2d;
    border: #0f0a2d;
	    font-size: 15px;
		color: #fff;

}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0px;
}

#stats{background:url(../images/parallax.jpg);
background-repeat:repeat;
background-position:bottom;    background-size: contain;}


.content-about {
    color: #787878;
    text-align: left;
	    line-height: 38px;
}
.websitelinks li a{
    text-align: left;
    color: #b8b8b8
}

.websitelinks li{
    text-align: left;
	    line-height: 30px;
}
.copy-rights {
background: #0a0a0a94;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.jpg);
    padding: 60px 0 30px 0;
    text-align: left;
    color: #b8b8b8;
    background-blend-mode: overlay;
}
.footer-social .top-header-icons {
    color: #b8b8b8;
}
.footer-social .top-header-icons:hover {
    color: #fff;
}
.end-footer {
    color: #5c5c5c;
    border-top: solid 1px #a6a6a624;
    margin-top: 30px;
    padding-top: 15px;
}
.footer-contact {
    line-height: 30px;
    text-transform: capitalize;
}
.copy-rights .home-title{
color:#fff
}
.both-border {
    border-left: 1px solid #cccccc;
	    border-right: 1px solid #cccccc;

}
#footer>.container{padding:30px 0}
.next-arrow {
    display: none;
}
.prev-arrow {
    display: none;
}
.my-btn .hvr-shadow-radial {

    background: #0f0a2d;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
	margin: 0px 20px;
}
.img-archive.img-responsive {
    border: 1px solid #e1e1e1;
}
.my-btn .hvr-shadow-radial:hover{
    color: white;
text-decoration:none 
}
.my-btn {
    text-align: center;
}
.book {
    border: 1px solid #d2d2d2;
	width:100%;
	
	
}
#carousel-example-generic {
    margin-top:0px;
	margin-bottom:0px
}

.book-cont {
    position: relative;
	margin-bottom:30px
}

.shadow {
    position: absolute;
    bottom: -5%;
		width:100%

}
 .marky {
    position: absolute;
    top: -20px;
    right: 25px;
}

 
.internal-title {
    color: #fff;
    font-size: 32px;
	    text-shadow: 3px 2px 3px #1d1d1d;
		    text-align: left;
			  
}
.bg-title2{background:url(../images/parallax2.jpg);box-shadow: inset 0 26px 28px -10px rgba(39, 39, 39, 0.5), inset 0 -10px 8px -10px rgba(39, 39, 39, 0.5);
    padding-top: 30px;
    padding-bottom: 25px;}
	
	.testimonial-img
	 {
    width: 350px;
    height: 350px;
    overflow: hidden;
}
.test-img.img-responsive{width:100%}
.testimonial-text {
    position: relative;
    padding: 30px 15px;
}
.top {
    position: absolute;
    left: 0;
    top: 0;
}
.bot {
    position: absolute;
    right: 0;
    bottom: 0;
}
.test-name {
    font-size: 20px;
    float: left;
    font-weight: 600;
    margin-top: 10px;
}
.alert.alert-danger.contact-alert {
    padding: 0px 10px;
    text-align: left;
	    font-size: 14px;
    color: #0f0a2d;
	display:none
}
.about.service img{
   
    margin: 0 auto 30px;
}
.events-img {
    overflow: hidden;
	    margin-bottom: 15px;
    height: 280px;
}
.event-img.img-responsive {
    width: 100%;
	
}
.event {
    font-size: 15px;
    color: #0f0a2d;
    text-align: left;
    margin-bottom: 23px;
    padding: 10px;
    background: white;
    border: 1px solid #cccccc;
    display: inline-block;
}

.event.hvr-shadow-radial:hover {
    color: #0f0a2d;
    text-decoration: none;
}

.flex-prev{font-size: 0;
	width: 40px;
	height: 40px;
		background-image: url(../images/left-product.png);
			background-repeat: no-repeat;
			  color: rgba(0, 0, 0, 0) !important;
			  text-shadow:none!important
}
.flex-next{font-size: 0;
	width: 40px;
	height: 40px;
		background-image: url(../images/right-product.png);
			background-repeat: no-repeat;
			  color: rgba(0, 0, 0, 0)!important;
			  text-shadow:none!important
}
#main {
    margin-bottom: 15px;
}
.share_box{
	position:fixed;
	width:50px;
    bottom: 2%;
	left:0%;
	color: #fff;
}
.share_box {
    position: fixed;
    width: 6%;
    bottom: 2%;
    left: 0%;
    text-align: center;
	    z-index: 1000;
		    min-width: 60px;
}
.donate {
    color: #fff;
}
img.donate-img {
    width: 100%;
}
header>.share_box{display:none}


select#chapter,select#lessons {
    background: #0f0a2d;
    color: #fff;
    padding: 7px 12px;
	margin-bottom:15px
}
.my-btn2 .hvr-shadow-radial {
    background: #0f0a2d;
    color: white;
    padding: 7px 12px;
    /* border-radius: 10px; */
    margin-bottom:20px;
    font-size: 15px;
	    float: right;
}

.lesson-img{height:1200px}
.achivement img.img-responsive {
    margin: 0 auto;

}
.achivement{margin-bottom:30px;display:inline-block; background:url(../images/c1.png);    width: 250px;
    height: 250px;
	padding: 45px;
    color: #fff;
    line-height: 33px;
    font-size: 17px;
	position:relative}
	.achiv-link:hover {
    text-decoration: none;
    color: #ffffff;
    background: #29482b;
    transition: all 1s;
}
	.achiv-link {
    display: block;
    background: red;
    position: absolute;
	width:50%;
      bottom: -15px;
    left: 0;
    background: #2fa677;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #009bc9;
    right: 0;
    margin: 0 auto;
}

.father{width:100%;
height:300px;
line-height:300px;
font-size:50px;
transition:all .5s ease-in-out;
position:relative;
transform-style:preserve-3d;
    border: 1px solid #d2d3d3;
	cursor: pointer;
}
.father:hover{transform:rotateY(180deg)}

.father > div {position:absolute;
right:0;
top:0;
width:100%;
height:100%;
line-height:300px;
font-size:50px;
color:#fff;}
.front{z-index:2;
backface-visibility:hidden;
}
.back{z-index:1;
transform:rotateY(180deg)}

#footer .social-icon {
    color: #77797E;
    margin: 8px;
    float: none;
}


.stats-container {
    display: flex;
    justify-content: space-around;
    margin: 50px 0px;
    visibility: hidden; /* Initial visibility is hidden */
    opacity: 0;
    transition: opacity 2s ease-in-out; /* Fade-in effect with 2 seconds */
}

.stat-item {
    text-align: center;
    font-size: 24px;
	color: #ab8b64;
}

.stat-number {
    font-size: 40px;
    font-weight: bold;
    color: #ab8b64;
}

.stat-item p {
    font-size: 16px;
    color: #0f0a2d;
}

@keyframes countUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.stat-number {
    animation: countUp 1s ease-out forwards;
}

/* Make the stats-container visible when scrolled into view */
.stats-container.visible {
    visibility: visible;
    opacity: 1;
}

#fixedWhatsAppIcon {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 50px;
	height: 50px;
	background-color: #54b460;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	z-index: 9999;
  }
  #fixedWhatsAppIcon:hover {
	background-color: #339933;
  }
  

 @media (min-width: 992px) and (max-width: 1199.9px) {
.carousel-inner .item {
	height: 355px;
}
.brand img:first-child {
    width: 60% !important;
}
.service-text {
    position: relative;
    padding: 30px 15px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 200;
}

.col-md-2.col-sm-3.col-sm-pull-0.pull-right.col-xs-pull-4.col-xs-8 img {
    margin-bottom: 15px;
}
.navbar-nav > li {
	padding: 18px 5px;
}
header.smaller .navbar-nav > li {
    
	padding: 22px 2px;
}
header.smaller {
    height: 80px;
    top: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
	font-size:13px
}
.caption-title {
	font-size: 26px;
	color: black;
	text-transform: uppercase;
	font-weight: 400;
}

.caption-text {
    font-size: 14px;
    color: #ffffff;
    text-shadow: none;
    line-height: 30px;
}
.contact-info {
	padding-left: 60px;
}
.footer-title {
	font-size: 20px;
}
.about {
    font-size: 16px;
    line-height: 27px;
	padding-bottom:0px
}



.lesson-img{height:1200px}
header #logo {
    height: 63px;
}
header {
    height: 73px;
}
.menu {
    height: 44px;
}
.spec-card {
    padding: 30px 15px;
    font-size: 19px;
        margin-bottom: 50px;
}

}

 @media (min-width: 768px) and (max-width: 991.8px) {
 .service-text {
    font-size: 14px;
padding: 19px;}
.about .services  .service-text{
    padding: 25px;
}
.bg-title2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.internal-title {
    font-size: 30px;
}
    .brand img:first-child {
    width: 60% !important;
}
.both-border {
    border-left: none;
    border-right: none;
}
.carousel-inner .item {
	
	height: 275px;
}
.testimonial-img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}
.nav-tabs.nav-justified > li > a {
	font-size: 12px !important;
	font-weight: 400!important;
}
.nav-tabs.nav-justified > .active > a {
	font-size: 12px!important;
	font-weight: 400!important;
}
.log {
	padding-left: 0px!important;
	margin-left: 0px!important;
	padding-right: 15px;
	border-right: 2px solid white;
	margin-right: 15px;
	border-left: none;
}
.nav-tabs.nav-justified> li > a {
	font-size: 15PX;
	padding: 20px 13px;
}
.nav > li > a {
    font-size: 13PX;
    padding: 11px 6px;
}
.navbar-nav > li {
	padding: 20px 2px;
}
.social-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    float: right;
}
.phone {
    margin-right: 15px;
    float: left;
}
header #logo {
    height: 55px;
    margin-top: 13px;
}
header.smaller {
    height: 72px;
    top: 0;
}
header.smaller .navbar-nav > li {
	padding: 16px 2px;
}
.caption-title {
	font-size: 20px;
}

.carousel-caption {
    top: 0%;
}
.caption-text {
    font-size: 11px;
    line-height: 20px;
}
.circle-home {
	width: 80px;
	height: 80px;
	padding-top: 0
}
.circle-home2 {
	width: 80px;
	height: 80px;
	padding-top: 0
}
.circle-title2 {
	font-size: 15px;
	line-height: 35px;
	margin-left: 5px;
}
.circle-title {
	font-size: 15px;
	line-height: 35px;
	margin-left: 67px;
}
.circle-home-container {
	margin: 10px 0;
}
.project-title {
	line-height: 96px;
}
.footer-title {
	font-size: 20px;
	margin-bottom: 5px;
	
}
.log, .sign {
	float: none
}
.top-header .container .col-md-6 {
	text-align: center !important
}
.both-border {
    border-left:none;
	border-right:none}
	.about {
    font-size: 15px;
    line-height: 27px;
	    padding-bottom: 0;
}
.service-item {
    margin-bottom: 30px;
    background: white;}

.col-md-4 {
    text-align: center;
}


.lesson-img {
    height: 765px;
}
.my-btn2 .hvr-shadow-radial {
    margin-top: 27px;}
	.col-md-2.col-sm-3.col-sm-pull-0.pull-right.col-xs-pull-4.col-xs-8 img {
    margin-bottom: 15px;
}

header.smaller #logo {
    height: 50px;
    margin-top: 10px;
}
header {
    height: 78px;
}
.menu {
    height: 78px;
}
.home-title {
    font-size: 24px;
}
.spec-card {
    margin-bottom: 30px;
}
    .about.home {

        padding-bottom: 30px;
    }
}
 @media (min-width: 320px) and (max-width: 767.9px) {
 .navbar-nav > li {
    padding: 0;
}
	 #wrap>.share_box{display:none}
	header>.share_box{
    display: block;
    position: fixed;
    width: 70px;
    top: 20%;
    left: 50%;
    text-align: center;
    z-index: 1000;
	    margin-left: -35px;
}
.both-border {
    border-left: none;
    border-right: none;
}
	header.smaller>.share_box {
      display: block;
    position: fixed;
    width: 70px;
    top: 0%;
    text-align: center;
    z-index: 1000;
}
	 .about {
    font-size: 14px;
    line-height: 27px;
}
.carousel-inner .item {
	        min-height: 170px;
        height: auto;
}
.bg-title2 {
    background: url(../images/parallax2.jpg);
    box-shadow: inset 0 26px 28px -10px rgba(39, 39, 39, 0.5), inset 0 -10px 8px -10px rgba(39, 39, 39, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
}
.carousel-inner .item img {
    min-height: 170px;
    object-fit: cover;
    scale: 1.15;
    object-position: -15px center;
}
.log, .sign {
	font-size: 10px;
}
.about {
    padding: 30px 0;
}
.spec-card {
    margin-bottom: 15px;
    font-size: 18px;
}
select#lang{
	font-size: 10px;
}
.log img {
    width: 24px;
}
.sign img {
    width: 24px;
}
#lang img {
    width: 24px;
}
.top-header .container .col-md-6 {
   text-align:left!important;
  
}
.col-md-4 {
    text-align: center;
}
.shadow {
    position: absolute;
    bottom: -5%;
    width: 100%;
}


.thumbnail-box {
	margin-bottom: 15px;
}
.span-title {
	line-height: 10px
}
.carousel-caption {
	display: none
}
.owl-controls .owl-buttons div {
    top: -30px;
}
header #logo {
	height:50px !important
	
}
header.smaller #logo {
  
    margin-top: 12px;
}
.social-icon {
    width: 28px;
    height: 28px;
    margin: 0 4px;
	float:right;
}

header {
	height: 60px;
}
.menu {
	height: 60px;
}
.navbar {
    min-height: 60px;
}
.navbar-toggle {
    margin-right: 0;
        margin-top: 13px;
}
header.smaller {
    height: 60px;
    top: 0;
}
header.smaller #logo {
height: 45px !important;
        margin-top: 8px;
}
   header.smaller .navbar-toggle {
        margin-top: 12px;
    }
.brand {

        background: white;
        padding: 0;
        vertical-align: middle;
        display: table;
        line-height: 120px;
        height: 120px;
}
.img-service img {
    width: 100%;
}
.brand img:first-child {
    width: 70% !important;
}
.brand-shadow {
        display: none;
}
.carousel-indicators li {
	width: 15px;
	height: 3px
}
.bg-title {
    background: white;
    padding: 0 15px;
    font-size: 20px;
}
.carousel-indicators .active {
    display: inline-block;
    width: 15px;
    height: 3px;}
.copy-rights {
    font-size: 13px;
    line-height: 20px;
        background: #0a0a0ad1;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.jpg);
            background-size: cover;
}
.websitelinks {
    margin-bottom: 30px;
     line-height: 25px;
    text-transform: capitalize;
    font-size: 14px;
}
.footer-contact {
    line-height: 25px;
    text-transform: capitalize;
    font-size: 14px;
}
.end-footer{
    font-size: 13px;
}
.home-title {
    font-size: 20px;
    margin-bottom: 10px;
    background-image: none;
}
.title-style {
    font-weight: 800;
    font-size: 15px;
}
.home-text {
    font-size: 15px;
    line-height: 25px;
}
.service-text .service-title {
    font-size: 18px}
.service-text {
    font-size: 15px;
    line-height: 25px;
    padding: 23px;
}
.service-item {
    margin: 0px;
}
.websitelinks li {
    text-align: left;
    color: #787878;
    line-height: 30px;
    font-size: 14px;
}
.content-about {
    color: #787878;
    text-align: left;
    line-height: 24px;
    font-size: 13px;
}
.internal-title {
    color: #fff;
    font-size: 20px;}
.carousel-indicators .active {
	width: 15px;
	height: 3px
}
.service-item {
    margin-bottom: 30px;
    background: white;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    border: 1px solid #e1e1e1;
}
.carousel-control {
	display: none
}
.home-title {
	    font-size: 20px;
    margin-bottom: 10px;
    background-image: none;
}
.service-text {
    position: relative;
    padding:30px 20px;
    font-size: 15px;
    line-height: 27px;}
.bg-title {
    background: white;
    padding: 0;
}
.service-item {
    margin-bottom: 30px;
    background: white;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    border: 1px solid #e1e1e1;
}
.owl-next, .owl-prev {
    position: absolute;
    top: -20px;
}
.brand-shadow {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 100%;
}
.owl-prev {
    right: 15px;
}

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0;
}
.carousel {
	margin-bottom: 15px;
	    margin-top: -10px;
}
.hvr-shadow-radial {
    margin-bottom: 15px;
}
.navbar-nav > li {
	padding: 0px 10px;
	border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}
.navbar-nav > li:last-child {
	border-bottom: none !important;
}
header.smaller .navbar-nav > li {
	padding: 0px 10px;
}

header.smaller {
	height: 50px;
}
.home-text {
	margin: 0;
	font-size: 15px;
	margin-bottom: 15px;
}
.circle-home-container {
	margin: 0px 10px;
}
.my-img {
	display: none
}
.circle-home {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: rgba(193, 193, 193, 0.2);
	text-align: center;
	padding-top: 5px;
	border: 1px solid #dcdcdc;
	float: left;
}
.circle-title {
	float: left;
	display: block;
	font-size: 16px;
	color: #A1264A;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100px;
	margin-left: 15px;
}
.circle-title2 {
	font-size: 16px;
}
.contact-info {
	padding-left: 35%;
	padding-top: 0;
}
.footer-section {
	padding-left: 30px;
	padding-bottom: 0px;
}
.my-contact {
	padding-top: 30px !important;
	padding-left: 35%;
}
.footer-title {
	margin-bottom: 5px;
	font-size: 20px;
}
.project-title {
	line-height: 83px;
	font-size: 18px;
}
.project {
	background: white;
	margin-bottom: 15px;
}
#footer {
	font-size: 12px;
}
.footer-text {
	font-size: 14px;
}
.mail-footer, .phone-footer, .website-footer, .address-footer {
	font-size: 15px;
}
.mail-footer .fa, .phone-footer .fa, .website-footer .fa, .address-footer .fa {
	font-size: 22px;
}
.in-title {
	font-size: 16px;
}
.navbar-toggle {
    padding: 10px 10px;
    margin-top: 11px;
    margin-right:5px;
    margin-bottom: 11px;
}
.box {

    font-size: 16px;
    line-height: 27px;}
.form-control {
	font-size: 12px;
}
.example-image-link.col-md-3 {
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}
.testimonial-img {
    width: 290px;
    height: 290px;
    overflow: hidden;
	    margin: 0 auto;
}




.lesson-img {
    height: 290px;
}
.my-btn2 .hvr-shadow-radial {
    float: none;
	
	
}
.col-md-2.col-sm-3.col-sm-pull-0.pull-right.col-xs-pull-4.col-xs-8 img {
    margin-bottom: 15px;
}
}

@media (min-width: 630px) and (max-width: 767px) {

.example-image-link.col-md-3 {
	height: 300px !important;
	overflow: hidden;
	margin-bottom: 15px;
}
.lesson-img {
    height: 760px;
}
}
@media (max-width: 767px) {
    .stats-container {
        flex-direction: column; /* Stack the stat items vertically */
        align-items: center;
    }

    .stat-item {
        font-size: 18px;
        margin: 20px 0;
    }

    .stat-number {
        font-size: 30px; /* Smaller numbers for mobile */
    }

    .container {
        width: 90%;
    }

    .social-icon {
        width: 25px;
        height: 25px;
    }

    .copy-rights {
        font-size: 12px; /* Smaller font size for mobile */
    }
}
 

/* For very small screens (mobile phones) */
@media (max-width: 480px) {
    .stat-number {
        font-size: 28px; /* Further reduce the font size on small screens */
    }

    .stat-item p {
        font-size: 14px;
    }

    .social-icon {
        width: 20px;
        height: 20px;
    }

    .copy-rights {
        font-size: 10px; /* Make the text smaller on mobile */
    }
}
ul.nav.navbar-nav.navbar-right.sm li:last-child {
    display: none;
}
ul.nav.navbar-nav.navbar-right.sm li:nth-last-child(2){
            border-bottom: 0px
}