*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    margin: 0;
}
img {
    max-width: 100%;
    border: none;
}
html, body{
    background-color:  #fff;
    height: 100%;
    font-family: "SegoeUIRegular";
}
.wrapper{
    background-color: #fff;
    overflow: hidden;
    /*margin-top: 40px;*/
}
.relative{
    position: relative;
}
@font-face{
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUI-SemiboldItalic";
    src: url("../fonts/SegoeUI-SemiboldItalic.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
/*********************block1*******************/
/*.block1{*/
/*    position: relative;*/
/*    background: url("../img/bg_image.jpg") center center no-repeat;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: cover;*/
/*    padding:0 0 30px 0;*/
/*}*/
.block1{
    position: relative;
    width: 100%;
    height: 100%;
	background-size: cover;
    /*background-position: 50%;*/
    padding-bottom: 88px;
    overflow: hidden;
}
.block1 video{
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}
/********************** header ********************/
.header{
    padding:20px 0 0 0;
    margin:0 65px;
}
.langBox{
    margin: 35px 0 0 0;
}
.lang .dropdown-menu{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.simple_btn{
    display: table;
    min-width: 150px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    box-shadow: none;
    outline: none !important;
    color: #fff;
    padding: 7px 25px;
    margin: 0 auto;
    text-align: center;
}
.simple_btn.focus,
.simple_btn:focus, .simple_btn:hover{
    color: #fff;
    outline: none;
    box-shadow: none;
}
.simple_btn img{
    width: 30px;
    margin-right: 10px;
}
.simple_btn i.glyphicon{
    margin-left: 10px;
}
.searchBox{
    display: table;
    position: relative;
    margin: 30px auto 0 auto;
}
.searchBox input{
    width: 225px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    box-shadow: none;
    outline: none;
    padding: 8px 12px 8px 60px;
    color: #fff;
    margin: 0 auto;
}
.searchBox .eye_icon{
    background: url("../img/search_icon.png");
    border: inherit;
    outline: inherit;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 5px;
    margin: 6px 0 0 15px;
    z-index: 5;
}
.searchBox ::-webkit-input-placeholder {color:#fff;}
.searchBox ::-moz-placeholder          {color:#fff;}
.searchBox :-moz-placeholder           {color:#fff;}
.searchBox :-ms-input-placeholder      {color:#fff;}

.btn-primary{
    background: #359371;
    border: none;
    border-radius: 22px;
    outline: none;
    min-width: 140px;
    height: 40px;
    padding: 6px 18px;
}
.btn-primary .glyphicon{
    margin: 0 8px 0 0;
}
.btn-primary:hover{
    background: #37b18e;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
/******************************************/
a.logoBox{
    display: table;
    min-height: 80px;
    margin: 10px auto 0 auto;
    text-decoration: none;
}
.logoImg{
    float: left;
}
.logoTitle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 80px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    color: #fff;
}
.logoTitle img{
    margin-bottom: 10px;
}
.logoTitle span{
    font-family: "SegoeUIBold";
    display: block;
}
.borderBox{
    background-color: #fff;
    height:1px;
    margin: 25px 65px 0 65px;
}
/******************head_menu*******************/
.head_menu{
    position: relative;
    z-index: 6;
}
.head_menu .navbar{
    border: none;
    margin-bottom: 0;
}
.head_menu .navbar-toggle .icon-bar{
    background-color: #fff;
}
.head_menu .navbar-nav{
    position: relative;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.head_menu .navbar-nav>li>a{
    color: #fff;
    font-size: 18px;
    padding: 15px 28px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.head_menu .navbar-nav>li.dropdown.open>a{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.head_menu .nav>li.active>a{
    background-color: rgb(53, 147, 113);
}
.head_menu .nav>li.active>a:hover{
    background-color: rgb(53, 147, 113);
    cursor: default;
}
.head_menu .caret{
    display: none;
}
.head_menu .nav .open>a, .head_menu .nav .open>a:hover, .head_menu .nav .open>a:focus,
.head_menu .nav>li>a:hover, .head_menu .nav>li>a:focus{
    text-decoration: none;
    background-color: rgb(53, 147, 113);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.head_menu .dropdown-menu>li>a:hover{
    background-color: rgba(48, 135, 104, 0.7);
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.head_menu .dropdown-menu a{
    padding: 12px 20px 12px 20px;
    color: #fff;
}
.head_menu .dropdown-menu{
    background-color: rgb(53, 147, 113);
    border: none;
}
.head_menu .navbar .navbar-collapse{
    padding: 0;
    border: none;
    box-shadow: none;
}
.head_menu .navbar-nav>li:nth-of-type(6) .dropdown-menu,
.head_menu .navbar-nav>li:last-child .dropdown-menu{
    left: auto;
    right: 0;
}

/****************************************/
.textBox{
    margin: 20px 0 210px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.textBoxTitle{
    font-family: "SegoeUIBold";
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 17px 0;
}
.enterBtn a{
    background-color: #359371;
    border: 2px solid #359371;
    border-radius: 25px;
    display: inline-block;
    min-width: 190px;
    color: #fff;
    font-family: "SegoeUIBold";
    text-decoration: none;
    padding:6px 10px;
    margin: 15px 0 0 0;
}
.enterBtn a:hover{
    background-color: #3ab18b;
    border-color: #3ab18b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.allBtn{
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}
.allBtn a{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
    min-width: 181px;
    padding:5px 10px;
    color: #fff;
    text-decoration: none;
}
.allBtn a:hover{
    background-color: rgba(255, 255, 255, 0.41);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/*******************block2*******************/
.block2{
    background-color: #359371;
    position: relative;
}
.greenListBox li{
    list-style: none;
    position: relative;
    display: table;
    min-height: 155px;
}
.greenListBox li a{
    width:100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    height: 155px;
    font-family: "SegoeUIBold";
    font-size: 16px;
    color: #fff;
}
.greenListBox li a .greenListText{
    margin: 15px 0 0 0;
}
.greenListBox li a img{
    position: relative;
    top:0;
}
.greenListBox li:hover{
    background-color: #338869;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.greenListBox li:before{
    content: '';
    background-color: #338869;
    width: 2px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.greenListBox li:first-child:before{
    display: none;
}
#myModal3 .modal-header{
    border-bottom:0;
}
#myModal3 .modal-dialog{
    width:475px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#myModal3 .modal-content{
    border-left: 7px solid #359371;
    border-right: 7px solid #359371;
}
#myModal3 .modal-header{
    padding: 0 0 15px 0;
    margin: 0 60px;
    border-bottom: 1px solid #686868;
}
#myModal3 .modal-header .close{
    position: absolute;
    right: 15px;
    font-size: 24px;
    margin-top: 8px;
    border: none;
    outline: none;
    box-shadow: none;
}
#myModal3 .modal-header .modal-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    color: #293342;
    margin: 25px 0 5px 0;
}
.paymentType{
    text-align: center;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.paymentType li{
    list-style: none;
    display: inline-block;
    min-height: 105px;
    margin:2px;
}
.paymentType li a{
    text-decoration: none;
    display: block;
    vertical-align: middle;
    width:97px;
    min-height: 97px;
    background-color: #f2f2f2;
    text-align: center;
}
.paymentType li:hover a{
    background-color: #359371;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.paymentType li a .modalImg{
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    position: relative;
}
.paymentType li:hover a .modalImg img{
    filter: brightness(0) invert(1);
}
.paymentType li:hover a .modalImg img.click{
    filter: inherit;
}
/*****************newBlock****************/
.newBlock{
    background-color: #414153;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3;
}
.newBlock:before{
    content: '';
    background: url("../img/pattern.png") no-repeat;
    width: 458px;
    height: 230px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin: -40px 0 0 -286px;
}
.checkStatus{
    font-size: 22px;
    font-family: "SegoeUIBold";
    color: #fff;
    text-transform: uppercase;
}
.paymentInput{
    width: 247px;
    padding:5px 10px;
    margin: 20px 0 10px 0;
    outline: none;
    color: #000;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.checkBtn button{
    background-color: #359371;
    border-radius: 25px;
    border: none;
    outline:none;
    min-width: 170px;
    padding:6px 10px;
    margin:10px 0;
    color: #fff;
}
.checkBtn button:hover{
    background-color: #3ab18b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.noteText{
    color: #fff;
    margin: 10px 0 0 0;
}
#check-modal{
    padding:0;
}
#check-modal .modal-content{
    border-radius: 10px;
}
#check-modal .modal-dialog{
    /*width: 715px;*/
    /*position: absolute;*/
    /*top:50%;*/
    /*left:50%;*/
    /*transform: translate(-50%, -50%);*/
    /*margin: 0;*/
}
#check-modal .modal-header{
    padding: 0 0 20px 0;
    margin: 0 45px;
    border-bottom: 1px solid #686868;
}
#check-modal .modal-header .close{
    position: absolute;
    right: 15px;
    font-size: 24px;
    margin-top: 8px;
    border: none;
    outline: none;
    box-shadow: none;
}
#check-modal .modal-header .modal-title{
    text-transform: uppercase;
    font-size: 22px;
    color: #293342;
    margin: 25px 0 5px 0;
}
#check-modal .modal-body{
    padding: 35px 0;
    margin: 0 45px;
}
#check-modal .modal-body .table-responsive{
    border:none;
}
#check-modal .modal-body .modalText{
    font-family: "SegoeUIBold";
    font-size: 22px;
    color: #359371;
    margin: 10px 0 20px 0;
    line-height: 1.1;
}
.total{
    font-size: 18px;
    font-family: "SegoeUIBold";
    color: #359371;
    margin:0 0 10px 0;
}
.modalTable table{
    width:100%;
    display: inline;
    text-align: left;
    font-size: 16px;
}
.modalTable table td, th{
    text-align: left;
    padding: 4px 25px;
    color: #4c4c4c;
}
.modalTable table td{
    font-family: "SegoeUIBold";
    color: #359371;
    padding: 4px 25px 20px 25px;
}
/*******************nlock3****************/
.block3{
    background-color: #f6f6f6;
    padding:20px 0 40px 0;
    position: relative;
    overflow: hidden;
}
.block3:before{
    content: '';
    background: url("../img/mosque_img.png") center center no-repeat;
    width: 100%;
    height: 350px;
    position: absolute;
    z-index: 3;
    margin: 55px 0 0 0;
}
.titleBox{
    position: relative;
    height: 50px;
    margin: 40px 0 20px 0;
}
.titleBox .titleText{
    font-family: "SegoeUIBold";
    font-size: 26px;
    display: inline-block;
    color: #359371;
    text-align: center;
    text-transform: uppercase;
    background: #f6f6f6;
    padding: 0 20px;
    margin: 0 0 0 80px;
}
.titleBox .titleText span{
    position: relative;
    z-index: 3;
}
.titleBox i{
    display: block;
    width: 100%;
    height: 2px;
    background: #359371;
    margin-top: -18px;
}
.ourProjects{
    position: relative;
    z-index: 3;
    display: inline-block;
    margin: 20px 0;
}
.ourProjects li{
    list-style: none;
    float: left;
    position: relative;
    min-height: 125px;
    text-align: left;
    padding: 0 15px 0 140px;
}
.ourProjects li .projectsText{
    display: block;
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #5e5e5e;
}
.ourProjects li .projectsText .projectsImg{
    background-color: #000;
    width:114px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 13px 0 0 0;
}
.ourProjects li .projectsText .projectsImg img{
    /* width: auto; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}
.ourProjects li .projectsText .projectsTitle{
    display: block;
    font-size: 18px;
    font-family: "SegoeUIBold";
    line-height: 1.1;
    color: #5e5e5e;
    margin: 3px 0 7px 0;
}
/******************block4***************/
.block4{
    background: url("../img/parallax.jpg") center center no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
/*    padding: 55px 0 100px 0;*/
    padding: 55px 0 40px 0;
}
.block4 .textBox{
    /* margin:50px 240px 0 240px; */
    margin-bottom: 0;
	padding: 40px 0;
}
.block4 .textBox .text_box{margin-top: 10px;margin-bottom: 10px;}
.block4 .enterBtn a{
    min-width: 240px;
}
.overflowHidden{
    overflow: hidden;
}
.mainText{
    display: inline-block;
    position: relative;
    font-size: 26px;
    font-family: "SegoeUIBold";
    text-transform: uppercase;
    color: #fff;
    left:100px;
    padding: 0 20px;
}
.mainText:before{
    content: '';
    background-color: #fff;
    width: 790px; /*1000px*/
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
}
.mainText:after{
    content: '';
    background-color: #fff;
    width: 100px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0, -50%);
}
/*******************imageBox******************/
.imageBox{
    margin: 65px 0 0 0;
}
.imageBox .grid .grid-item{
    margin: 0 5px 5px 0;
}
.grid-item .gridImageBox{
    position: relative;
    background: #000;
    width: 279px;
    height: 180px;
    overflow: hidden;
    font-family: "WebServeroffRegular";
}
.grid-item .gridImageBox.gridImageBox2{
    width: 563px;
    height: 365px;
}
.grid-item .gridImageBox.gridImageBox2 a{
    opacity: 0.5;
}
.grid-item .gridImageBox a{
    display: block;
    opacity: 0.7;
}
.grid-item .gridImageBox img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.grid-item .gridImageBox a:hover{
    opacity: 1;
    transition: all 0.9s ease;
}
.grid-item .gridImageBox:hover .text{
    opacity: 0;
    transition: all 0.9s ease;
}
.grid-item .gridImageBox .text{
    width: 300px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    text-align: center;
    overflow: hidden;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.grid-item .gridImageBox:hover .overlay{
    height: 100%;
    transition: all 0.9s ease;
}
/******************block5***************/
.block5{
    margin: 50px 0 40px 0;
}
.block5 .titleBox .titleText{
    background-color: #fff;
}
.events a img{
    width: 100%;
    height: 100%;
}
.events a.boxTitle{
    font-size: 20px;
    font-family: "SegoeUIBold";
    color: #5e5e5e;
    line-height: 1.2;
    display: block;
    margin: 15px 0 10px 0;
}
.events .boxText{
    color: #5e5e5e;
    font-size: 16px;
}
/********************block6*****************/
.block6 .highcharts-title{
    display: none !important;
}
.block6 .highcharts-credits{
    display: none;
}
.block6 .titleBox .titleText{
    background-color: #fff;
}
.statistics .nav-tabs{
    padding:0 50px;
    margin-bottom: 30px;
    border-bottom: 2px solid #359371;
}
.statistics .nav-tabs>li{
    /* width: 33.3%; */
    text-align: center;
    margin-bottom: -2px;
    display: table;
    min-height: 56px;
}
.statistics .nav-tabs>li a{
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    border: 2px solid transparent;
    border-radius: 0;
    border-bottom: 0;
    font-size: 18px;
    font-family: "SegoeUIBold";
    text-transform: uppercase;
    color: #979797;
}
/*.statistics .nav-tabs>li a img{*/
/*opacity: 0.5;*/
/*-webkit-filter: grayscale(100%);*/
/*-moz-filter: grayscale(100%);*/
/*-o-filter: grayscale(100%);*/
/*filter: grayscale(100%);*/
/*}*/
.statistics .nav>li>a:focus, .statistics .nav>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}
.statistics .nav-tabs>li.active>a:hover{
    background-color: #fff;
}
.statistics .nav-tabs>li.active>a, .statistics .nav-tabs>li.active>a:focus,
.statistics .nav-tabs>li.active>a:hover{
    border: 2px solid #359371;
    border-bottom: none;
    background-color: #fff;
    color: #359371;
}
/*.statistics .nav-tabs>li.active>a img, .statistics .nav-tabs>li.active>a:focus img,*/
/*.statistics .nav-tabs>li.active>a:hover img{*/
/*opacity: 1;*/
/*-webkit-filter: grayscale(0%);*/
/*-moz-filter: grayscale(0%);*/
/*-o-filter: grayscale(0%);*/
/*filter: grayscale(0%);*/
/*}*/
/********************block7*****************/
.block7 .titleBox .titleText{
    background-color: #fff;
}
.useFullLinks{
    display: inline-block;
    margin: 0 0 30px 0;
}
.useFullLinks li{
    width: 33.1%;
    list-style: none;
    display: inline-block;
    position: relative;
    min-height: 110px;
    text-decoration: none;
    margin-bottom: 20px;
}
.useFullLinks li a{
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    color: #5e5e5e;
    line-height: 1.2;
    text-decoration: none;
    font-size: 16px;
    font-family: "SegoeUIBold";
    padding:0 22px 0 110px;
}
.useFullLinks li a:hover{
    text-decoration: underline;
}
.useFullLinks li a .roundBox{
    background-color: #a8a8a8;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top:50%;
    left:0;
    transform: translate(0, -50%);
}
/*******************block8******************/
.block8{
    background-color: #585858;
    padding: 55px 0 40px 0;
    color: #fff;
}
.footerText{
    margin: 45px 0 0 0;
    line-height: 1.3;
}
.footerLogo{
    text-align: center;
}
.footerLogo .logoBox{
    display: inline-block;
    margin: 0;
}
.footerLogo .logoBox .logoImg{
    float: none;
    margin-bottom: 15px;
}
.footerLogo .logoBox .logoTitle{
    display: block;
    padding:0;
    height: auto;
}
.contact{
    display: inline-block;
    margin: 0 0 0 50px;
}
.contact li{
    list-style: none;
    position: relative;
    padding: 0 0 15px 40px;
    line-height: 1.3;
}
.contact li.withImg:before{
    content: '';
    background: url("../img/location.png") no-repeat;
    width: 19px;
    height: 28px;
    position: absolute;
    left:0;
}
.contact li.withImg2{
    font-size: 16px;
}
.contact li.withImg2 span{
    font-size: 18px;
}
.contact li.withImg2:before{
    content: '';
    background: url("../img/telephone.png") no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left:0;
}
.footer .borderBox{
    margin: 20px 0 0 0;
    background-color: #a8a8a8;
    height: 2px;
}
.footer .footerLastText{
    margin: 25px 0 15px 0;
}
.footer .footerLastText2 , .footer .footerLastText23{
    display: inline-block;
}
.footer .footerLastText2 a img{
    position: relative;
    margin: -7px 0 0 5px;
}
.highcharts-axis-title{display: none !important}
::-webkit-scrollbar {
    -webkit-appearance: none
}

::-webkit-scrollbar:vertical {
    width: 11px
}

::-webkit-scrollbar:horizontal {
    height: 11px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*border: 2px solid #fff;*/
    background-color: rgba(0,0,0,.5)
}
/********************news******************/
.bgImage{
    position: relative;
    background: url("../img/innerBg_img.jpg") center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 0;
	overflow: visible;
}
.news{
    padding: 30px 0;
}
.leftMenu{
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.leftMenu .panel+.panel{
    margin: 0;
}
.leftMenu .panel{
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.leftMenu .panel-default>.panel-heading{
    background-color: transparent;
    border-radius: 0;
    padding:0;
    border-left: 6px solid #359371;
}
.leftMenu .panel-heading+.panel-collapse>.list-group,
.leftMenu .panel-heading+.panel-collapse>.panel-body{
    border: 0;
    padding: 0;
}
.leftMenu .panel-title{
    display: table;
    width: 100%;
    position: relative;
    min-height: 50px;
    border-bottom: 1px solid #d9d9d9;
}
.leftMenu .panel-default .panel-heading.active,
.leftMenu .panel-default .panel-heading:hover{
    background-color: #359371;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.leftMenu .panel-default .panel-heading.active a{
    text-decoration: underline;
}
.leftMenu .panel-default .panel-heading.active a,
.leftMenu .panel-default .panel-heading:hover a{
    color: #fff;
}
.leftMenu .panel-title a .leftMenuImg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.leftMenu .panel-title a{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 25px;
    color: #404040;
    text-transform: uppercase;
    line-height: 1.2;
}
.leftMenu .panel .panel-body .leftMenuInnerText{
    position: relative;
}
.leftMenu .panel .panel-body .leftMenuInnerText a{
    text-decoration: none;
    display: block;
    padding: 10px 40px 10px 45px;
    color: #4b4b4b;
    border-bottom: 1px solid #d9d9d9;
}
.leftMenu .panel .panel-body .leftMenuInnerText a.active,
.leftMenu .panel .panel-body .leftMenuInnerText:hover{
    background-color: #359371;
    color: #fff;
}
.leftMenu .panel .panel-body .leftMenuInnerText:hover a{
    color: #fff;
}
.leftMenu .panel-title>.small, .leftMenu .panel-title>.small>a,
.leftMenu .panel-title>a, .leftMenu .panel-title>small, .leftMenu .panel-title>small>a{
    text-decoration: none;
}
.titleBlock{
    font-size: 20px;
    color: #565656;
    text-transform: uppercase;
    border-bottom: 1px solid #359371;
    padding:10px 0 15px 0;
    margin: 0 0 15px 30px;
}
.newsBox{
    display: inline-block;
    margin: 10px 0 15px 30px;
    color: #404040;
}
.newsBoxTitle a{
    display: inline-block;
    font-size: 20px;
    font-family: "SegoeUIBold";
    margin: 5px 0;
    color: #404040;
    text-decoration: none;
}
.newsBoxTitle a:hover{
    text-decoration: underline;
}
.newsBoxText{
    font-size: 16px;
    line-height: 1.3;
}
.ourProjects.ourProjects2 li{
    padding:0 0 0 105px;
    border-bottom: 1px solid #d9d9d9;
}
.ourProjects.ourProjects2 li:last-child{
    border-bottom: none;
}
.ourProjects.ourProjects2 li .projectsText .projectsImg{
    width:90px;
    height:90px;
    top:50%;
    left:0;
    transform: translate(0, -50%);
    margin: 0;
}
.ourProjects.ourProjects2 li .projectsText{
    margin: 0;
}
.ourProjects.ourProjects2 li .projectsText .projectsTitle{
    display: table-cell;
    vertical-align: middle;
    height: 125px;
    font-size: 16px;
    font-family: "SegoeUIRegular";
    line-height: 1.1;
    color: #404040;
    margin: 3px 0 7px 0;
}
.ourProjects.ourProjects2{
    margin:0;
}
.ourProjectsTitle{
    font-size: 20px;
    border-bottom: 1px solid #d9d9d9;
    text-transform: uppercase;
    padding:10px 0 10px 0;
    color: #404040;
}
.newsDateBox{
    margin: 2px 0;
    color: #747474;
}
.paginationBox{
    margin: 15px 0 30px 30px;
    padding:5px 0 0 0;
    border-top: 1px solid #359371;
}
.paginationBox .pagination>li>a,
.paginationBox .pagination>li>span{
    border-color: #a5a5a5;
    font-size: 16px;
    color: #404040;
}
.paginationBox .pagination>li>a.active{
    background-color: #afafaf;
    color: #fff;
}
.gratitudeText{
    font-style:  italic;
    font-size: 15px;
}
.enterBtn{
    width:  100%;
    display:  inline-block;
}
section.beta{
    color: white;
    padding: 7px 0;
    font-size: 16px;
    font-style: italic;
    position: fixed;
    top: 0 !important;
    z-index: 99;
    width: 100%;
    background: rgba(65, 65, 83, 0.85);
}
.block01 .textBoxTitle{
    font-size: 22px;
}
.block4 .textBox .text_box span {
    font-size: 20px;
}

/***********************************************/

.sendApplication {
    margin: 0 0 0 16px;
}
.sendApplication .fullName{
    padding: 10px 0;
    margin: 6px 0;
    font-size: 16px;
}
.sendApplication .required-poly:after{
    content: ' *';
    color: red;
}
.sendApplication .inputBox{
    padding: 10px 0;
}
.sendApplication .inputBox input{
    width: 100%;
    padding: 5px 15px;
    outline: none;
    border-radius: 1px;
    border: 1px solid #a2a2a2;
}
.sendApplication .inputBox textarea{
    width: 100%;
    height: 200px;
    resize: vertical;
    padding: 10px 15px;
    border-radius: 1px;
    border: 1px solid #a2a2a2;
}
.sendApplication .inputBox .selectSingle .select2-container .select2-selection--single .select2-selection__rendered{
    white-space: nowrap;
}
.sendApplication .inputBox .selectSingle2 .select2-container .select2-selection--single .select2-selection__rendered{
    white-space: nowrap;
}
.sendApplication .inputBox .selectSingle{
    width: 100%;
}
.sendApplication .inputBox .selectSingle2{
    width: 100%;
    margin: 20px 0 0 0;
}
.sendApplication>.inputBox>p{
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 2px 0 0 0;
}
.sendApplication button{
    min-width: 150px;
    background-color: rgb(30, 103, 199);
    border: none;
    box-shadow: none;
    color: #FFF;
    padding: 7px 15px;
    margin: 15px 0;
    border-radius:0px;
}
.send-appeal{
    display: block;
    margin: 10px 0 0 0;
}
.send-appeal .select2-container--krajee .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
    border-radius: 1px;
    border: 1px solid #a2a2a2;
}

.sendApplication > .row{
    margin-right: 0;
}
.tabPanel{
    margin: 0 0 0 30px !important;
}
.checkStatusBox{
    /*border: 1px solid #359371;*/
    padding: 20px 0 20px 0;
    margin: 0;
    font-family: "SegoeUIBold";
    font-size: 16px;
    color: #000;
    position: relative;
}
.checkHasPadding{
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.tabPanel .nav-tabs>li>a{
    font-size: 20px;
    color: #565656;
    text-transform: uppercase;
}
.tabPanel .nav-tabs>li.active>a, .tabPanel .nav-tabs>li.active>a:focus, .tabPanel .nav-tabs>li.active>a:hover{
    border-color: #359371;
    border-bottom-color: transparent;
}
.newsBox table{
    font-size: 16px;
}

/************************************************/

.tabStatistics{
    overflow: hidden;
    color: #fff;
    margin: 15px 0 40px 0;
}
.tabStatistics .nav-tabs{
    width: 100%;
    text-align: center;
    border-bottom: 0;
}
.tabStatistics .nav-tabs>li{
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: 40%;
}
.tabStatistics .nav-tabs>li.active::before{
    content: '';
    background-color: #fff;
    width: 1500px;
    height: 1px;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.tabStatistics .nav-tabs>li.active:after{
    content: '';
    background-color: #fff;
    width: 1500px;
    height: 1px;
    position: absolute;
    right: 100%;
    bottom: 0;
}
.tabStatistics .nav-tabs li a{
    border: none;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 11px 15px;
}
.tabStatistics .nav-tabs li a:focus{
    margin: 0 !important;
    outline-offset: 0;
}
.tabStatistics .nav-tabs li a img{
    width: 18px;
    margin: 0 20px;
    position: relative;
    top: -2px;
}
.tabStatistics .nav-tabs>li.active>a, .tabStatistics .nav-tabs>li.active>a:focus{
    font-family: "Roboto-Bold";
    border: 1px solid #fff;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color:inherit;
}
.tabStatistics .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.tabStatistics .tab-content{
    border: 1px solid #fff;
    border-top: 0 !important;
    margin-top: -1px;
    padding: 10px 10px 10px 10px;
}
.tabStatistics .tab-content table{
    width: 100%;
}
.tabStatistics table tr{
    border-bottom: 1px solid #fff;
}
.tabStatistics table tr:last-child{
    border-bottom: none;
}
.tabStatistics table td, .tabStatistics table th{
    font-family: "Roboto-Regular";
    text-align: center;
    width: 25%;
    padding: 8px 20px;
    color: #fff;
    line-height: 1.2;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
.tabStatistics table td{
    font-size: 16px;
}
.tabStatistics table td img{
    width: 24px;
    margin: 0 10px;
}
.tabStatistics table td:last-child, .tabStatistics table th:last-child{
    border-right: none;
}

/**************************** video gallery ***************************/

.flex-row.row{
    display: flex;
    flex-wrap: wrap;
}
.flex-row .thumbnail{
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.flex-row .caption{
    padding: 0;
}
.flex-row .thumbnail, .flex-row .caption{
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-row.row > [class*='col-']{
    display: flex;
    flex-direction: column;
}
.flex-row.row:after, .flex-row.row:before{
    display: flex;
}
.mediaBox{
    width: 31%;
    margin: 0 9px 20px 9px;
    padding: 0 0 20px 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(161, 161, 161, 0.51);
    -moz-box-shadow: 0 0 0 1px rgba(161, 161, 161, 0.51);
    box-shadow: 0 0 0 1px rgba(161, 161, 161, 0.50);
}
.mediaBox:hover{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 8px 1px rgba(161,161,161,1);
    -moz-box-shadow: 0 0 8px 1px rgba(161,161,161,1);
    box-shadow: 0 0 8px 1px rgba(161,161,161,1);
}
.videoFileName a{
    display: block;
    color: #373737;
    margin: 20px 20px 0 20px;
}

/************************** new style ***********************/

.prayers_title{
    display: table;
    margin: 0 auto 30px auto;
    font-family: "SegoeUIКупгдфк";
    font-size: 18px;
    color: #fff;
}
.prayer_times{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.prayer_times li{
    display: inline-block;
    width: 15.7%;
    font-family: "SegoeUIRegular";
    font-size: 14px;
    color: #fff;
}
.media1, .media3{
    padding: 0;
}
.social_net{
    text-align: center;
    margin-top: 10px;
}
.social_net li{
    display: inline-block;
    margin: 10px 4px;
}
.social_net li a img{
    width: 26px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transiton: all 0.3s ease-in-out;
}
.social_net li a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.form_search input:-internal-autofill-select{
	background-color: transparent !important;
}