@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);
@import url(owl.carousel.css);
@import url(font-awesome/css/font-awesome.min.css);
@import url(animate.css);
/*@import url(../animate.css);*/
@import url(bootstrap.css);
@import url(responsive.css);
@font-face {
    font-family: bahij;
    src: url(../fonts/s.ttf) format("truetype")
}

.pageContainer{
	overflow:hidden
}
@font-face {
    font-family: light;
    src: url(../fonts/Bahij_TheSansArabic-Plain.ttf) format("truetype")
}
body {
    font-size: 16px;
font-family: light;    color: #000;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px!important;
    margin: 0px!important;
    letter-spacing: 0px;
    background-color: #fff!important;
}


.container{
    padding: 0
}


a {
    text-decoration: none!important
}

.intery {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;z-index: 999; top: 0; left: 0;
    z-index: 999;
}

.intery img {
    position: absolute;
    top: 50%;
    left: 50%; transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
	width:190px
}


.img-top{position: relative; overflow: hidden;}



.img-top img{
   width: 100%;
    height: 800px;
}


.navbar {
     margin-bottom: 0px; 
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s ease-in-out;
    z-index: 1;
    background: #fff;
    border-radius: 0;
	height:90px;
}



/*================================*/

.logo img {
max-width: 100%;     position: relative;
    top: 6px;
	width:120px;
transition: all .5s ease-in-out;
}

.navbar > .container > .nav-top > ul {
    list-style: none;
    padding: 0px;
    float: left;
    position: relative;
    margin-top: 25px;
    transition: all .5s ease-in-out;
}
.navbar > .container > .nav-top > ul > li {
    float: right;
    padding-left: 36px;
    letter-spacing: 0px;
}


.navbar > .container > .nav-top > ul > li > a {
    font-size: 19px;
    color: #212121;
    padding: 10px 0px;
    position: relative;
    transition: all .5s ease-in-out;
}

.navbar > .container > .nav-top > ul > li > a:after {
    content: "";
    position: absolute;
    background-color: #8e2561;
    right: 50%;
    /*font-size: 23px;*/
    transition: all .5s ease-in-out;
    width: 0%;
    height: 1.666px;
    opacity: 0;
    bottom: 0px;
}

.navbar > .container > .nav-top > ul > li > a:hover:after {
    right: 0%;
    width: 50%;
    font-size: 14px;
    opacity: 1;
}



/*
.navbar > .container > .nav-top > ul > li.current-page-item > a:before {
    left: 0%;
    opacity: 1;
    width: 50%;
    font-size: 14px;
}


.navbar > .container > .nav-top > ul > li.current-page-item > a:after {
    opacity: 1;    width: 50%;

    font-size: 14px;
}
*/






.navbar > .container > .nav-top > ul > li > a:before {
    content: "";
    position: absolute;
    background-color: #8e2561;
    left: 50%;
    font-size: 23px;
    transition: all .5s ease-in-out;
    width: 0%;
    height: 1.666px;
    bottom: 0px;
    opacity: 0
}

.navbar > .container > .nav-top > ul > li > a:hover:before {
    left: 0%;
    opacity: 1;
    width: 50%;
    font-size: 14px;
}

.navbar > .container > .nav-top > ul > li > a:hover {
    color: #8e2561;
}

.navbar > .container > .nav-top > ul > li > a:hover:after {
    opacity: 1;
    font-size: 14px;
}

.click_nav {
      display: none;
    text-align: center;
    top: -44px;
    left: 40px;
    color: #fff;
    position: absolute;
    font-size: 28px;
    cursor: pointer;
    z-index: 11;
    background: var(--main-color);
    width: 50px;
    height: 50px;
    line-height: 53px;
    border-radius: 10px;
}

.overlay-2 {
    height: 100%;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
}

.overlay-menu {
    position: fixed;
    width: 0;
    height: 100vh;
    transform: translate(-50%,-50%);
    background: rgba(241, 241, 241, 0.9);
    z-index: 2;
    top: 50%;
    transition: all 1s cubic-bezier(1, .01, .42, .86);
    left: 50%;
}

.overlay-menu-appear{
width: 100%!important;
}


.overlay-2-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-2 ul {
    list-style: none;
    padding: 0px
}

.overlay-2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 22px;
    color: #000;
    display: block;
    font-family: light;
    transition: 0.3s;
}

.overlay-2 ul li{
    opacity: 0; visibility: hidden;position: relative;
    top: 10px;
}

.overlay-2 ul li:first-child{
    transition: all 1.1s cubic-bezier(1, .01, .42, .86);
}

.overlay-2 ul li:nth-child(2){
    transition: all 1.2s cubic-bezier(1, .01, .42, .86);
}

.overlay-2 ul li:nth-child(3){
    transition: all 1.3s cubic-bezier(1, .01, .42, .86);
}

.overlay-2 ul li:nth-child(4){
    transition: all 1.4s cubic-bezier(1, .01, .42, .86);
}

.overlay-2 ul li:nth-child(5){
    transition: all 1.5s cubic-bezier(1, .01, .42, .86);
}

.overlay-2 ul li:nth-child(6){
    transition: all 1.6s cubic-bezier(1, .01, .42, .86);
}

.overlay-2 ul li:nth-child(7){
    transition: all 1.6s cubic-bezier(1, .01, .42, .86);
}






.appear-link{
    opacity: 1!important;
    visibility: visible!important;
top: 0!important;
}





.overlay-2 a:hover,
.overlay-2 a:focus {
    color: #f1f1f1;
}

.overlay-2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay-2 {
        overflow-y: auto;
    }
    .overlay-2 a {
        font-size: 20px
    }
    .overlay-2 .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.nav .menu-item-has-children i {
    position: relative;
    top: 2px;
    right: 4px;
}

li.menu-item-has-children:after {
    position: absolute;
    content: "\f078";
    color: #2d25d5;
    font-family: fontawesome;
    left: 13px;
    transform: translate(-50%, -50%);
    font-size: 9px;
    top: 53%;
}

.sub-menu {
    background:linear-gradient(180deg, #9CCE67, #D3FB78);
    visibility: hidden;
    padding: 0px 0px;
    position: absolute;
    right: 0px;
    top: 41px;
    width: 225px;
    text-align: center;
    z-index: 99;
    opacity: 0;
    list-style: none;
    transform: translate3d(0, 20%, 0);
    transition: all .5s ease-in-out
}

.sub-menu i {
    display: inline!important;
    margin-left: 10px
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
    -webkit-transform: none;
    transform: none;
}

.sub-menu li {
    float: none!important;
    margin-left: 0px!important;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.sub-menu li:hover {
    background-color: #b2cf31;
}

.sub-menu li a {
    padding: 15px 11px!important;
    color: #fff!important;
    transition: all .5s ease-in-out;
    font-size: 13px;
    display: inline-block;
}

.menu-item-has-children {
    position: relative;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
}

.navbar > .container > .nav > ul > li:last-child {
    margin-left: 15px;
}


/*==========================*/

.nav {
    background-color: #215a94;
    z-index: 9;
    position: relative;
}

.nav i {
    color: #b2cf31;
    margin-left: 10px
}

.nav ul {
    line-height: 36px;
    padding: 0px
}

.nav ul li {
    float: right;
    padding: 7px 0px;
    list-style: none;
    position: relative;
    overflow: hidden;
    /*margin:0px 31px;*/
    outline: none;
    /*border-left:1px solid #1e5694;*/
    /*border-left:1px solid red;*/
}



.header_top .col-md-9 {
    padding: 0px
}

.header_top {
    padding: 0px
}

.navbar .container {
    padding: 0px
}

.logo {
    padding: 0px
}

.nav .container {
    padding: 0px
}

.navbar_items {
    padding: 0px;
}

.navbar_items li:after {
    right: -101%;
    background-color: transparent;
    content: "";
    height: 50px;
    position: absolute;
    bottom: 0px;
    width: 40%;
    opacity: 1;
    transition: all .6s ease;
    z-index: 0;
    border-top: 3px solid #92d050;
    border-bottom: 3px solid #92d050;
}

.navbar_items li:hover:after {
    right: 100%;
}

.nav ul li a {
    transition: all .5s ease-in-out;
    font-size: 15px;
    color: #299391;
    padding: 0px 35px;
    border-left: 1px solid #1a4677;
}


.nav ul li.active a {
    color: #92d050;
    position: relative;
    z-index: 1;
    padding: 0px 5px;
    /*color: */
}

.nav .menu-item-has-children i {
    position: relative;
    top: 2px;
    right: 4px
}

.options-header {margin-top: 54px; padding: 0; direction: ltr}

.options-header img{mix-blend-mode: multiply; width: 36px;}

.overlay-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(241, 241, 241, 0.9);
    z-index: 2;
    top: 0;
}

.search-form{
    opacity: 0; visibility: hidden;
    position: fixed;
    top: 55%;
    left: 50%;
    transition: all 1s cubic-bezier(1, .01, .42, .86);
    transform: translate(-50%,-50%);
    width: 85%;
    z-index: 9
}

.search-form-appear{
    opacity: 1!important; visibility: visible!important;
    top: 50%
}

.search-form form input {
    width: 100%;
    background: 0;
    border: 0;
    height: 100px;
    border-bottom: 2px solid #000000;
    font-size: 35px;
    font-family: light;
    padding: 22px;
    outline: 0;
}

.search-form form input::-webkit-input-placeholder {
    color: #000000
}


.search-form form button {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    border: 0;
    background: 0;
}

.search-form form button img{
    width: 100%
}




.options-header a {
    display: inline-block;
    margin-right: 9px;
    color: #000;
}


.options-header .call-us{
    background: #43b40f;
    color: #fff;
    padding: 7px 26px;
    border-radius: 5px;
}

.s2030 img{    position: relative;
    right: 18px;    top: 6px;
}


.slider_news .title-r{padding-right: 0; }

.submenu {
    background-color: rgba(0, 0, 0, .9);
    border-top: 3px solid #92d050!important;
    direction: rtl !important;
    visibility: hidden;
    padding: 0px 8px;
    position: absolute;
    right: 0px !important;
    top: 49px;
    transition: all .5s cubic-bezier(1, .01, .42, .86);
    width: 225px;
    z-index: 9;
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 45deg);
    border-radius: 0px 0px 10px 10px
}

.menu-item-has-children:hover .submenu {
    border-top: 3px solid #8fcf4a;
    opacity: 1;
    visibility: visible;
    /*top: 0px;*/
    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
}

.menu-item-has-children .submenu .fa-caret-up {
    color: #8fcf4a;
    font-size: 25px;
    position: absolute;
    top: -20px;
    transform: translate(-130%);
}

.submenu li {
    float: none!important;
    padding: 5px 5px!important;
    margin-left: 0px!important;
    border-bottom: 1px dotted #212121;
}

.submenu li a {
    color: #8fcf4a!important;
    transition: all .5s ease-in-out
}

.submenu li a:hover {
    color: #92d050!important;
    padding-right: 10px
}

.nav ul li.menu-item-has-children {
    position: relative;
    overflow: visible!important;
    transition: all 1s ease-in-out;
}

.navbar_items li.menu-item-has-children:after {
    background-color: #8fcf4a;
    content: "";
    height: 2px;
    position: relative;
    right: -101%;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
}

.navbar_items li.menu-item-has-children:before {
    background-color: #8fcf4a;
    content: "";
    height: 2px;
    position: relative;
    right: -101%;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: all .5s cubic-bezier(1, .01, .42, .86);
}

.overlay-content {
    position: relative;
    top: 13%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #8fcf4a;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.btn-res {
    display: none;
    font-size: 30px;
    cursor: pointer;
    margin: 0 auto;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 768px) {
    .btn-res {
        display: block;
    }
    .navbar_items {
        display: none;
    }
}

.btn-res:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 35px;
    background-color: #8fcf4a;
    transform: rotate(-55deg);
    top: 10px;
    z-index: -1;
    right: 20px;
}

.btn-res:before {
    content: "";
    position: absolute;
    width: 62px;
    height: 35px;
    background-color: #8fcf4a;
    transform: rotate(55deg);
    top: -5px;
    z-index: -1;
    right: 20px;
}

.btn-res {
    background-color: #8fcf4a;
    width: 54px;
    text-align: center;
    line-height: 19px;
    padding: 12px 23px 27px;
    float: right;
    right: 0;
    top: -1px;
    position: absolute;
    height: 60px;
    z-index: 9;
    height: 44.9px;
    color: #fff
}

.overlay-img-top {
      position: absolute;
    width: 36%;
    display: inline-block;
    right: 38px;
    bottom: 0;
text-align:center
}

.overlay-img-top img{
    max-width: 100%;
}

header{
    position: relative;
}

.overlay-text-top {
    position: absolute;
    top: 360px;
    width: 50%;
    display: inline-block;
    left: 38px;
    z-index: 0;
    letter-spacing: 0;
}

.overlay-text-top .item a{
    color: var(--main-color);
}


.overlay-text-top h3{
font-size: 33px;
    margin: 25px 0;

}
.overlay-text-top .text{
    font-size: 20px;
    font-weight: 100;
    line-height: 34px;
    color: #fff;    font-family: light;
    margin: 10px 0;
}


.overlay-text-top h5{
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 23px;
}


.overlay-text-top a.ll{
    width: 230px;
	margin: 5px;
	display:inline-block;
	background:var(--main-color);
	color:#fff;
	text-align:left;
	padding:10px;
	border-radius:10px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	        justify-content:center
}
.overlay-text-top a.ll i{
	font-size:35px;
	margin:0 20px 0 0;
}
.overlay-text-top a.ll span{
	font-size:18px;
	text-transform:capitalize;
}

.overlay-text-top a.ll span span{
	opacity:.7;
	text-transform:initial;
	font-size:14px
}
.news a {
font-size: 44px;
    height: 58px;
    overflow: hidden;
    display: inline-block;
}

.slider_news {
    background-color: #ffffff;
    margin-top: 0px;
    line-height: 44px;
    /* padding-top: 7px; */
    height: 66px;
    overflow: hidden;
    position: relative;
    /* top: -10px; */
    z-index: 2;
    width: 100%;
    /* border-radius: 0px 0px 10px 10px; */
    border-top: 1px solid #dedede;
}



.slider_news  .news{
    padding-top: 8px;
}




.title_slider {
    background-image: url(../images/curve-news.html);
    color: #fff;
    padding: 4px 30px;
    background-size: 100% 100%;
    height: 66px;
}

.news .owl-nav {
    position: relative;
    top: -36px;
    left: 20px;
}

.news .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 7px
}

.news .owl-nav .owl-next {
    position: absolute;
    left: 32px;
    top: 7px
}

.slider_news a {
    height: 30px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    max-width: 80%;
    display: block;
}

.slider_news a:hover {
    color: #b2cf31;
}

.slider_news i {
    color: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}



.about-us{
    margin:45px 0;
}

.about-us img{
    max-width: 100%;
	float:left
}

.about-us h3{
color: var(--main-color);

}

.about-us .text{
    color: var(--second-color);
    margin-top: 20px;
    line-height: 36px;
    font-size: 16px;
}

.about-us .more-field{
    margin-top: 120px;
    text-align: center;
}

.about-us .more-field .inner-img{
    position: relative;width: 100px;
    height: 100px;
    margin: 0 auto
}


.about-us .more-field .inner{
    margin-bottom: 30px;
}




.about-us h4{
color:var(--main-color);
font-size: 20px;
}



/*===============================================*/

.slider_first {
    position: relative!important;
    overflow: hidden;
}


.service{
    background-color: #212121;
    padding: 60px 0;
    margin: 60px 0
}


.service img{
    max-width: 100%;

}



.service h4 {
    font-size: 18px;
    position: absolute;
    top: 0;
    color: #fff;
    top: 13px;
    right: 20px;
    border-bottom: 2px solid;
}

.service .inner {
    position: relative;
    margin-bottom: 30px;
}





.service .more {
    text-align: center;
    margin-top: 15px;
}
.service .more a {
    padding: 10px 35px;
    color: #fff;
    background: white;
    color: #299391;
    border-radius: 10px;
}





.how-to{
    position: relative;
    margin: 60px 0; 
}

.how-to:after {
   content: "";
    width: 600px;
    height: 558px;
    background: var(--main-color);
    border-radius: 100px 20px 55px 90px;
    position: absolute;
    right: -285px;
    transform: rotate(45deg);
    top: 0;
    z-index: -1;
}

.why-us:after{
    content: normal
}


.why-us img{
		float:left
}

.how-to img{
    max-width: 100%;

}


.how-to h4{
	color: var(--second-color);
    margin: 30px 0;
}


.how-to ul{
        list-style: none;
    padding: 0;
}

.how-to ul i {
   font-size: 40px;
    display: inline-block;
    float: right;
	color:var(--main-color);
}

.how-to ul li{
       margin-top: 15px;    display: inline-block;
}


.how-to ul p {
	color: var(--second-color);
float: right;
    width: 79%;
    margin: 0 8px;
    height: 136px;
    overflow: hidden;
    line-height: 27px;
}

.clients {
    margin-top: 60px;
    padding: 60px 0;
    background-color: #212121;
    border-radius: 100px 0 0px 100px;
    z-index: 0;
    position: relative;
}

.clients .title{
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.clients .title h3{
    font-size: 39px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    padding: 0 20px;
}

.clients .circle {
    width: 50px;
    height: 50px;
    background-color: #55c2bd;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 54%;
}

.clients .title h4{
    color: #364f68;
    font-size: 22px;
    font-family: light;
}


.clients .block {
    box-shadow: 0px 0 16px 0px #dedede;
    position: relative;
    transition: all .4s ease-in-out;
    text-align: center;
    padding: 45px 0;
    top: 0;
    border-radius: 15px;
background-color: #fff;
}

.clients .block:hover {
top: -5px;
}

.clients .block .img {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    position: relative;
    margin-top: -110px;
}

.clients .block .img img {
    object-fit: cover;
}

.clients .item {
    padding: 70px 9px;
}
.contact h4 , .contact h3{
	color: var(--second-color);
}

.clients .text {
	color: var(--second-color);
line-height: 30px;
    height: 127px;
    overflow: hidden;
}

.clients .block h3 {
    color: var(--main-color);
    font-size: 21px;
}

/* .center {transform: scale(1.3) translateY(-60px);
    z-index: 2;
}
*/
.clients .owl-nav {
  position: relative;
    top: -65px;
    width: 160px;
    margin: 0 auto;
    display: none;
}
.clients .owl-next {
    position: absolute;
    left: 2%;
}

.clients .owl-prev {
    position: absolute;
    right: 2%;
    /*top: 8px*/
}

.clients .owl-next i, .clients .owl-prev i {
    border-radius: 3px;
    color: grey;
    font-size: 26px;
    width: 79px;
    text-align: center;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: white;
    box-shadow: 0px 0px 10px 1px #dedede;
}


.clients .owl-dots {
    display: table;
    margin: 0px auto auto;
    position: relative;
    top: -38px;
    margin-top: 40px;
}
.clients .owl-dot {
       background-color: #fff;
    border-radius: 9px;
    float: right;
    height: 10px;
    margin-left: 10px;
    width: 10px;
    opacity: 1;
}

.clients .owl-dot.active {
    background-color: #fff;
}

.why-us li{
    float: right;
    width: 48%;
    margin: 0 1%
}


.why-us li {
    margin-bottom: 30px;
}


.why-us i{
    float: right;
    color: var(--main-color);
    font-size: 25px;
}




.contact{
    margin: 60px 0
}

.contact img{
    max-width: 100%;    

}

.contact .form-contact{
    margin-top: 45px;
}

.contact .form-contact input{
    width: 100%;
    border:1px solid var(--main-color);
    border-radius: 40px;
    color: #212121;
    outline: none;
    height: 45px ;
    padding: 0 20px;
    margin-bottom: 20px;
}

.contact .form-contact textarea{
    padding: 20px;
    width: 100%;
    border:1px solid var(--main-color);
    resize: none;
    color: #212121;
    border-radius: 40px;
    outline: none;
    height: 200px ;
    margin-bottom: 20px;
}

.contact label {
    width: 100%;
    margin-bottom: -18px;
}


.contact .form-contact  input[type="submit"]{
background-color: var(--second-color);
color:#fff;
    }


.contact .talk-whats{
    background-color: #4CAF50; 
      width: 100%;
    border-radius: 40px;
    color: #fff;
    outline: none;
    height: 45px ;
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;

    margin-top: -40px;
    line-height: 45px;
}


.contact .talk-whats i{
position: absolute;
    right: 20px;
    top: 13px;
}



.service h3.title{
    color: #fff; text-align: center;
    margin-bottom: 30px;
}


.how-to h3.title,
.contact h3.title,
.why-us h3.title{
    color: var(--main-color);
    margin-bottom: 30px;
}


.language-chooser .active{
    display: none;
}

.language-chooser{
    list-style: none;
}

.language-chooser a{
    font-size: 19px;
    color: #212121;
    padding: 10px 0px;
    position: relative;
    transition: all .5s ease-in-out;
}


/*===========================*/
footer {
    padding: 15px 0px 6px 0;
    display: inline-block!important;
    width: 100%;
    color: #fff;
    background-color: var(--main-color);
}


footer ul{
    text-align: center;
    list-style: none;
    padding: 0
}

footer ul li{
    display: inline-block;
}

footer ul li a{
    color: #fff!important; display: inline-block;margin: 0 10px;
}


.follow-us{
    text-align: center;
    margin-top: 30px;
}


.follow-us a{
    display: inline-block;
    margin: 10px 25px;
    font-size: 30px;
    color: var(--second-color);
}






.after_footer {
    background-color: #212121;
    padding: 15px 0px 6px 0;
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-family: light;
    position: relative;
    z-index: 9
}

.after_footer a{
    color: #fff;
}

.after_footer .img {
    text-align: left;
}

.after_footer .img img{
    max-width: 100%
}


.navbar-fixed {
    padding: 0!important;
    height: 71px;
    box-shadow: 0px 0px 10px 2px #dedede;
}




.liveEventsActive {
    transition: all 1s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.title_slider {
    padding-left: 0px
}

.title_slider span {
    position: relative;
    right: 43px;
    padding: 10px;
    font-size: 14px;
    top: 5px;
}

.news {
    padding: 0px
}

.breadcramb {
    height: 300px;
    text-align: center;
    position: relative;
    margin-top: -60px;
    padding-top: 112px;
    /*overflow: hidden;*/
}

.breadcramb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-color: #000;
    opacity: .8
}

.breadcramb .content {
    z-index: 9;
    position: relative;
    color: #fff;
    margin-top: 30px
}

.breadcramb .content a {
    color: #fff
}

.breadcramb .content h3 {
    color: #b2cf31
}

.breadcramb i {
    position: absolute;
    bottom: -63px;
    color: #000;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 37px;
    font-size: 20px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    left: 50%;
}

.board {
    padding-top: 75px
}

.board thead {
    background-color: #2762a2;
    color: #fff;
}


/*.board th,*/

.board td {
    border-left: 1px solid #dedede
}

.board tbody th {
    border-left: 1px solid #dedede;
    color: #2762a2;
    text-align: center;
}

.board th {
    text-align: center;
}

.board tr {
    text-align: center;
}

.board td {
    text-align: center;
}

.board tbody td {
    padding: 10px
}

.board tbody {
    border: 1px solid #dedede;
    border-radius: 10px
}


/*.board tbody{border:1px solid #dedede; border-radius: 10px}*/


/*.board th{border-left: 1px solid #dedede}*/

.board img {
    width: 100%;
    height: auto
}

.contact_page {
    padding-top: 75px
}

.contact_page form input,
.contact_page form select,
.contact_page form textarea {
    transition: all .5s ease-in-out;
    margin-bottom: 15px;
    outline: none;
    width: 100%;
    height: 45px;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 0px 15px
}

.contact_page form input:focus,
.contact_page form select:focus,
.contact_page form textarea:focus {
    border-color: #2762a2
}

.contact_page form textarea {
    height: 145px;
    resize: none;
    padding: 10px;
    border-radius: 3px
}

.contact_page form input[type="submit"] {
    transition: all .5s ease-in-out;
    background-color: #2762a2;
    color: #fff;
    display: inline-block;
    width: 25%;
    float: left
}

.contact_page form input[type="submit"]:hover {
    background-color: #b2cf31;
}

.photos {
    padding-top: 75px
}

.photos img {
    width: 100%;
    border-radius: 10px;
    height: 212px
}

.photos i {
    position: absolute;
    bottom: -21px;
    background-color: #2762a2;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.photos .col-md-3 {
    margin-bottom: 45px
}

.map_location {
    padding-top: 75px
}

.map_location ul {
    list-style: none;
    position: relative;
}

.map_location ul:after {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    right: 9%;
    top: 0px;
    background-color: #2762a2;
    z-index: -1;
}

.map_location ul h3 {
    color: #b2cf31;
    position: relative;
    padding: 0px 30px;
}

.map_location ul h4 {
    color: #2762a2;
    position: relative;
    padding: 0px 30px;
}

.map_location ul h3:before {
    position: absolute;
    content: "\f100";
    font-family: fontawesome;
    right: -12px;
    border-radius: 50%;
    background-color: #2762a2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    color: #fff;
}

.map_location ul h5 {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    padding: 0px 30px
}

.asd123:after {
    display: none;
}

.asd123 li {
    padding: 10px 0px;
    position: relative;
}

.asd123 li:before {
    content: "";
    width: 5px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    right: -11px;
    top: 20px;
}

.map_location img {
    width: 100%;
    height: auto
}

.remote {
    padding-top: 75px
}

.remote ol {
    padding: 15px;
    color: #2762a2;
    margin: 15px 0px
}

.remote li {
    padding: 5px;
}

.remote p {
    line-height: 30px
}

.remote img {
    width: 100%;
    height: auto!important
}

.clubs {
    padding-top: 75px
}

.clubs .nav {
    background: #e8e8e8;
}

#exTab2 h4 {
    color: #000;
    /*background-color: #428bca;*/
    padding: 5px 15px;
}


/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}


/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: #000;
    /*background-color: #428bca;*/
    padding: 5px 15px;
    line-height: 30px
}

#exTab3 .tab-content h4 {
    color: #b2cf31;
    margin-top: 30px;
    line-height: 30px;
    font-size: 22px
    /*background-color: #428bca;*/
    /*padding : 5px 15px;*/
}

.clubs img {
    width: 100%;
    height: 300px
}

.clubs .owl-dots {
    display: table;
    position: relative;
    z-index: 9;
    margin: -33px auto;
}

.clubs .owl-dot {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    float: right;
    height: 11px;
    margin-left: 10px;
    width: 11px;
    position: relative;
    transition: all .5s ease-in-out
}

.clubs .owl-dot.active {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    height: 16px;
    width: 16px;
    /* box-shadow: 0 0 3px 3px #bd1e2c; */
    top: -2px;
    position: relative;
}

.clubs h5 {
    color: #000;
    margin: 25px 0px;
    font-size: 15px
}

.clubs .inner a {
    color: #2762a2!important;
    /*margin: 5px 0px;*/
    font-size: 18px;
    display: inline-block!important;
    width: 100%;
}

.photos h3 {
    color: #b2cf31;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    height: 34px;
    overflow: hidden;
}

.photos .text {
    color: #000;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -12px;
    height: 83px;
    overflow: hidden;
    margin-bottom: 8px;
}

.photos span {
    position: absolute;
    bottom: -21px;
    background-color: #2762a2;
    width: 65px;
    height: 65px;
    line-height: 21px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding-top: 11px;
}

.photos .img {
    position: relative;
}


.photos .more {color: #2762a2; font-weight: bold}
.photos .col-md-4 {margin-bottom: 30px}






@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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



@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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


.comm a{
	    font-size: 16px;
    text-align: center;
    display: block;
    direction: ltr;
}


.carousel_about_us{
    position: relative;
}


/*=================================*/
.slider_first .owl-controls {
    position: relative;
    top: -20px
}

.slider_first img {
    width: 100%;
    height: 520px;
    /*max-height: 555px;*/
    transition: all 22s ease;
}

.carousel_about_us {
    position: relative;
    margin-top: 100px;
	color:#fff;
}


.carousel_about_us h3 {
    margin-top: 131px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
}

.carousel_about_us .text {
    font-size: 20px;
    line-height: 39px;
}

.item .container img {
    width: auto;
    height: auto;
    max-width: 200px;
}

.slider_first .item .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}



.slider_first .overlay {
    /* margin-top: -476px; */
    position: absolute;
    text-align: center;
    z-index: 999 !important;
    font-weight: 700;
    transition: all 1.4s ease;
    /* padding: 35px; */
    opacity: 1;
    top: 60%;
    width:90%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*
.slider_first .active .overlay {
    margin-top: -450px;
    opacity: 1
}
*/

.slider_first .overlay h4 {
        font-size: 55px;
    color: #fff;
    line-height: 40px;
    transition: all 2s cubic-bezier(.09, -0.08, .94, -0.48);
    transform: translate(20, 0%)!important;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: relative;
    height: 57px;
    overflow: hidden;
}


.slider_first .active .overlay h4 {
    transform: translate(0%)!important;
    opacity: 1;
}

.slider_first .overlay .text {
    color: #fff;
    font-size: 27px;
    margin-top: 40px;
    padding: 0px 25px;
    font-weight:100;
    line-height: 41px;
    height: 123px;
    overflow: hidden;
    transition: all 2.5s cubic-bezier(.09, -0.08, .94, -0.48);
    opacity: 0;
}

.slider_first .active .overlay .text {
    transform: translate(0%)!important;
    opacity: 1
}

.slider_first .owl-nav {
    position: relative;
    top: -258px;
    width: 100%;
}

.slider_first .owl-next {
    position: absolute;
    left: 2%;
}

.slider_first .owl-prev {
    position: absolute;
    right: 2%;
    /*top: 8px*/
}

.slider_first .owl-next i,
.slider_first .owl-prev i {
    border-radius: 3px;
    color: #fff;
    font-size: 50px;
    width: 30px;
    text-align: center;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 0px;
}

.carousel_1 {
    background-color: #212121
}

.carousel_1:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0%;
    z-index: 0;
}


a.connect_us {
    margin-top: 30px;
    transition: all .5s ease-in-out;
    opacity: 0;
    border: none;
    line-height: 55px;
    width: 191px;
    height: 55px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 19px;
    background-color: #47d9cd;
    border-radius: 30px;

}

a.connect_us {
    transform: translate(0%)!important;
    opacity: 1
}

a.connect_us:hover {
    color: #212121;
}

.carousel_about_us .item {
    position: relative;
    overflow: hidden;
}

.carousel_about_us .item:after {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, .3);
    top: 0px;
    width: 100%;
    height: 140%
}




@media screen and (max-width:640px){
	.item .container img {
    display:none!important
}
	
	.carousel_about_us h3{
		margin-top:0!important
	}
}

