/*reset start*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {

  font-family: 'roboto-light';

  src: url('fonts/Roboto-Light.ttf');

  font-weight: normal;

  font-style: normal;

}


@font-face {

  font-family: 'roboto-regular';

  src: url('fonts/Roboto-Regular.ttf');

  font-weight: normal;

  font-style: normal;

}


/*reset end*/

#wrapper{
  width:100%;
  float: left;
}
.container{
  max-width:1180px;
  width: 100%;
  margin:0 auto;
}

/*colums start*/
.row{
  width:100%;
  float:left;
  position: relative;
  margin:0px;
}
.col-1{
  width:8.333333%;
  float:left;
}
.col-2{
  width:16.666666%;
  float:left;
}
.col-3{
  width:25%;
  float:left;
}

.col-4{
  width:33.33333%;
  float:left;
}
.col-5{
  width:41.66666%;
  float:left;
}
.col-6{
  width:50%;
  float:left;
}

.col-7{
  width:58.33333%;
  float:left;
}

.col-8{
  width:66.6666%;
  float:left;
}

.col-9{
  width:74.99999%;
  float:left;
}

.col-10{
  width:83.33333%;
  float:left;
}

.col-11{
  width:91.6666%;
  float:left;
}

.col-12{
  width:100%;
  float:left;
}

.sec1,.sec2,.sec3,.sec4,.sec5,.sec6{
  float:left;
  width:100%;
}

header{
  border-top:#299bb5 8px solid;
  float: left;
  width: 100%;
}

.top{
     float: right;
    background: #f08d24;
    padding: 9px 12px 8px;
    margin-right: 16px;
}

.top a {
    background: url(img/donation.png) no-repeat;
    padding-left: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    font-family: 'roboto-light';
    font-size: 19px;
    text-decoration: none;
}

nav{
    float: left;
    width: 100%;
    margin-top: 35px;
}

nav ul li{
  padding:5px 18px;
  display: inline-block;
  background: url('img/line.png') no-repeat right center;
}

nav ul li:last-child{
  background: 0px;
  padding:5px 0px 5px 18px;
}
 
nav ul li a:hover {
  background:#2a9bb6; 
  color: white;
}

nav ul li a{
  color: black;
  text-decoration: none;
  font-family: 'roboto-light';
  font-size: 17px;
  padding:10px 15px;
}

nav ul li.current_page_item a{
  background:#2a9bb6; 
  color: white;
}

.sec1{
 
  font-family: 'roboto-light';
  text-align: center;
  position: relative;
}
.sec1 .container{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;Z-INDEX: 1;}
.tbl {
  display:table;
  width:100%;
  height:100%;
  }
.tbl_mid {
  display:table-cell;
  vertical-align:middle;
  }

.sec1 .caption{
  position: absolute;
  top: 35%;
  text-align: left;
  color: black;
  float: left;
  z-index: 99999;
}

.sec1 .caption h1{
  font-size: 62px;
  font-family: 'roboto-light';
  padding-bottom: 20px;
}


.sec1 .caption p{
  font-size: 42px;
  font-family: 'roboto-light';
  font-weight: bold;
}


.prayer-area{
   /* position: relative; */
   float: RIGHT;
   width: 30%;
}

.prayer{
    width: 350px;
    border: 1px solid #31a9c1;
    /* position: absolute; */
    /* right: 0px; */
    /* top: 18px; */
    font-family: 'roboto-light';
    float: right;
    z-index: 99999999999;
}

.prayer h2{
  background: #bde9fc;
  width:100%;
  float: left;
  color: black;
  text-align: center;
  padding: 10px 0px;
  font-size: 18px;
}

.prayer .part{
  width: 100%;
  float: left;
  background: #5db9cc;
  padding: 10px 0px;
  color: white;
}

.prayer .part .left, .prayer .part .right{
    width: 50%;
    float: left;
    text-align: center;


}


.prayer .part1{
  width: 100%;
  float: left;
  background: #dddcdd;
  padding: 7px 0px;
  color: black;
  border-bottom: 1px solid white;
  font-size: 14px;
}

.prayer .part1 .left, .prayer .part1 .right{
    width: 49%;
    float: left;
    text-align: center;
}


.prayer .part1 .left{
  border-right: 1px solid #bfbec0;
}

.prayer .part3{
  width: 100%;
  float: left;
  background: rgba(224,224,224,0.9);
  padding: 10px 0px;
  color: black;
  font-size: 14px;
}

.prayer .part3 p{
          background: url(img/calendar.png) no-repeat 70px 5px;
          /* padding: 10px 0px 10px 0; */
}


.prayer .part4 {
    width: 100%;
    float: left;
    background: #616161;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
}


.logo{
  margin:10px 0px 5px 0px;
}

.sec1 img{
  width:100%;
  position: relative;
}
section.sec2 {
    position: relative;
    z-index: 2;
}
.sec2 .area{
  width: 90%;
  float: left;
  background: url(img/marquee.jpg);
  padding: 10px 0px;
}

.sec2 .marque span{
  background: #787979;
    padding: 10px 0px;
    float: left;
    font-family: 'roboto-light';
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    width: 10%;
    text-align: center;
}

.sec2 .marque .marquee{
    float: right;
    width: 93%;
    font-family: 'roboto-light';
    color: white;
    font-size: 17px;
    direction: rtl;
    margin-right: 80px;
}

.sec2 .marque .marquee p{
      background: url(img/arrowr.png) right center no-repeat;
      padding-right: 15px;
      display: inline-block;
      margin-left: 30px;
      font-size: 14px;
      direction: rtl;
      /* list-style: circle; */
}

.sec3{
  margin-top:20px;
}


.sec3 .events{
  width:95%;
  float: left;
  background: #31a9c1;
  padding: 20px 0px;
}
.sec3 .events .area{
  width:93%;
  margin:0 auto;
  float: none;
}

.sec3 .events h2{
      font-size: 19px;
    font-family: 'roboto-light';
    color: white;
    margin-left: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sec3 .events ul li{
      font-size: 13.5px;
      font-family: 'roboto-light';
      color: white;
      background: url(img/arrow.png) 0px 7px no-repeat;
      padding-left: 15px;
      line-height: 20px;
      margin-bottom: 39px;
      text-decoration: none;
}


.sec3 .events ul li a{
      font-size: 13.5px;
    font-family: 'roboto-light';
    color: white;
    
    /*padding-left: 15px;*/
    line-height: 20px;
    margin-bottom: 17px;
    text-decoration: none;
}


.sec3 .events ul li a:hover{
  color: #0a0a0a;
}

.sec3 .events .a{
  float: right;
    background: url('img/marquee.jpg');
    padding: 5px 15px;
    text-decoration: none;
    color: white;
    font-family: 'roboto-regular';
    font-size: 13px;
}


.sec3 .recent{
  width:95%;
  float: left;
  background: url('img/marquee.jpg');
  padding: 20px 0px;
}
.sec3 .recent .area{
  width:93%;
  margin:0 auto;
}

.sec3 .part{
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.sec3 .recent img{
  float: left;
      border: 2px solid white;
          width: 55px;
    height: 38px;
}

.sec3 .recent p{
  float: right;
  width:79%;
  color: white;
  font-size: 13.5px;
  font-family: 'roboto-light';
  line-height: 20px;

}

.sec3 .recent .p{
  float: right;
    /* width: 79%; */
    color: white;
    font-size: 13.5px;
    font-family: 'roboto-light';
    line-height: 20px;
    background: none;
}


.sec3 .recent .p:hover p{
  color:#31a9c1;
}

.sec3 .recent h2{
    font-size: 19px;
    font-family: 'roboto-light';
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.sec3 .recent a{
  float: right;
    background: #31a9c1;
    padding: 5px 15px;
    text-decoration: none;
    color: white;
    font-family: 'roboto-regular';
    font-size: 13px;
}

.sec3 .message{
  width:95%;
  float: left;
  border:1px solid #31a9c1;
  padding: 20px 0px;
}
.sec3 .message .area{
  width:93%;
  margin: 0 auto!important;
  float: none!important;
}

.sec3 .message h2{
    font-size: 19px;
    font-family: 'roboto-light';
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
        font-weight: bold;
}

.sec3 .message p{
  color: black;
  font-size: 13.5px;
  font-family: 'roboto-regular';
  line-height: 25px;
  text-align: left;
}

.sec3 .message a{
  display: inline;
  color: #31a9c1;
}

.sec3 .message .bold{
  font-size: 14px;
  font-weight: bold;
  font-family: 'roboto-regular';
  margin-top: 10px;
}

.sec4{
  margin-top:20px;
}

.sec3 .area{
  width:95%;
  float: left;
}

.sec3 .area img{
  width: 100%;
}

.sec3 .bg{
  background: url('img/marquee.jpg');
  text-align: center;
}

.sec3 .newsletter{
    /*background: url(img/newsletter.png) center left no-repeat;
    width: 221px;
    margin: 0 auto;
    padding: 22px 0px 22px 22px;
    margin-top: 0;*/
    width: 41%;
    margin: 0 auto;
    /* padding: 65px 16px 38px 16px; */
    margin-top: 0;
    margin: 20px 0 20px 20px;
    height: 91px;
    float: left;
    background: #31a9c1 url(img/icon--1.png) no-repeat center 20px;
    border: 2px solid #c3c0c0;
    position: relative;
}

.sec3 .societyforum{
  /*  background: url(img/society.png) center left no-repeat;
    width: 221px;
    margin: 0 auto;
    padding: 22px 0px 22px 21px;
    margin-bottom: 0px;*/
  /* width: 50%;
    margin: 0 auto;
    padding: 77px 42px 16px 46px;
    margin-top: 0;
    float: right;
    background: #d4d3d3 url(img/icon--2.jpg) no-repeat 60px 15px;
    border: 2px solid #c3c0c0;*/
  width: 43%;
  margin: 0 auto;
  /* padding: 65px 16px 38px 16px; */
  margin-top: 0;
  margin: 20px 22px 20px 0;
  height: 91px;
  float: right;
  background: #31a9c1 url(img/icon--2.png) no-repeat 60px 10px;
  border: 2px solid #c3c0c0;
  position: relative;
  text-align: center;
}


.sec3 .blogform{
  /*  background: url(img/icone-4.png) center left no-repeat;
    width: 221px;
    margin: 0 auto;
    padding: 22px 0px 22px 21px;
    margin-bottom: 0px;*/
  /*width: 50%;
  margin: 0 auto;
  padding: 73px 46px 19px 46px;
  margin-top: 0;
  float: right;
  background: #d4d3d3 url(img/icon--3.jpg) no-repeat 60px 15px;
  border: 2px solid #c3c0c0;*/
  width: 41%;
  margin: 0 auto;
  /* padding: 65px 16px 38px 16px; */
  margin-top: 0;
  margin: 0px 0px 20px 20px;
  height: 91px;
  float: left;
  background: #31a9c1 url(img/icon--4.png) no-repeat center 10px;
  border: 2px solid #c3c0c0;
  position: relative;
  text-align: center;
}


.sec3 .audioform{
  /*  background: url(img/icone-3.png) center left no-repeat;
    width: 221px;
    margin: 0 auto;
    padding: 22px 0px 22px 21px;
    margin-bottom: 0px;*/
  /*width: 50%;
  margin: 0 auto;
  padding: 73px 46px 19px 46px;
  margin-top: 0;
  float: right;
  background: #d4d3d3 url(img/icon--3.jpg) no-repeat 60px 15px;
  border: 2px solid #c3c0c0;*/
  width: 43%;
  margin: 0 auto;
  /* padding: 65px 16px 38px 16px; */
  margin-top: 0;
  margin: 0px 22px 20px 0;
  height: 91px;
  float: right;
  background: #31a9c1 url(img/icon--3.png) no-repeat center 10px;
  border: 2px solid #c3c0c0;
  position: relative;
  text-align: center;
}

.sec3 .newsletter a, .sec3 .societyforum a, .sec3 .audioform a, .sec3 .blogform a{
  text-decoration: none;
  color: white;
  font-family: 'roboto-regular';
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 13px;
}


.sec3 .bg a:hover{
	color: black
}


.sec5{
  text-align: center;
  padding:50px 0px 20px 0px;
}

.sec5 .area{
  width:50%;
  border-bottom: 1px solid #dedede;
  margin:0 auto;
}

.sec5 h2{
  color: #31a9c1;
  font-size: 19px;
  font-family: 'roboto-light';
  text-transform: uppercase;
}


.sec5 p{
  color: black;
  font-size: 19px;
  font-family: 'roboto-light';
  padding:15px 0px 30px 0px;
}

.sec6{
  padding:10px 0px 20px;
  text-align: center;
}



footer{
  background: #3a3a3a;
  padding:20px 0px 0px;
  float: left;
  width: 100%;
}

footer h2{
  font-size: 19px;
  font-family: 'roboto-light';
  color: #31a9c1;
  text-transform: uppercase;
  padding-bottom: 26px;
}
footer ul{
      margin-left: 0px;
      margin-top: -31px;
}

footer ul li{
  background: url('img/arrow.png') center left no-repeat;
  padding: 0px 13px 2px 19px;
  float: left;
}

footer ul li a{
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-family: 'roboto-regular';
}

footer ul li a:hover{
  color: #2a9bb6;
}


footer .img-sec img{
  margin-right: 20px;
  border:2px solid #c8c8c8;
  margin-top: 42px;
}

.adr{
     font-size: 15px;
    font-family: 'roboto-light';
    color: #c8c8c8;
    padding: 5px 0px;
    line-height: 25px;

}

footer .footer_bottom{
  background: #b0e7ff;
      padding: 10px 0px 5px;
  float: left;
  width: 100%;
  margin-top:20px;
}
footer .footer_bottom p{
  margin-top:10px;
  font-family: 'roboto-light';
}

footer .footer_bottom a{
  text-align: right;
  text-decoration: none;
}

.right{
  float: right;
  text-align: right;
}



/*Page area*/

.banner-pages{
  width:100%;
  float: left;
  margin-top:0px;
}

.banner-pages img{
  width: 100%;

}

.content-area{
  width:100%;
  float: right;
  padding: 0px 0px 30px 0px;
      margin-top: -3px;

}

.content-area h1{
      /*color: #f08d24;*/
      color: black;
    font-size: 31px;
    font-family: 'roboto-light';
    padding: 40px 0px 0px 0px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}
.content-area .content ul li{
      background: url(img/icon2.png) no-repeat left 7px;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.content-area .content ul li > ul {
  margin-left:10px;
}

.content-area .content a{
      color: black;
    text-decoration: none;
}


.content-area .content a:hover{
  color:#2897b5;
}

.content-area .content h2{
  color:black;
  font-size: 17px;
  font-family: 'roboto-light';
  padding:5px 0px 0px 0px;
  line-height: 25px;
  text-align: left;
  font-weight: bold;
}


.content-area .content{
  color:black;
  font-size: 17px;
  font-family: 'roboto-light';
  padding:20px 0px 40px 0px;
  line-height: 25px;
  text-align: left;
}

.content-area .content p{
 
      padding: 5px 0px 10px 0px;
    font-size: 16px;
    color: black;
    font-family: 'roboto-light';
}

.content-area .content p strong{
  font-size:15px;
  font-weight: bold;
}


.form input{
  width:90%;
  float: left;
  padding:15px;
  margin:10px 0px;
  font-family: 'roboto-light';

}

.form textarea{
  width: 90%;
  float: left;
  padding: 15px;
  margin: 10px 0px;
  height: 184px;
  font-family: 'roboto-light';

}

.form .wpcf7-submit{
  background: #f08d24;
    padding: 7px 25px;
    text-decoration: none;
    color: white;
    font-family: 'roboto-light';
    font-size: 16px;
    transition: 1s;
    width: 150px;
    border: 1px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    float: left;
    clear: both;

}


.form .es_textbox_button{
  background: #f08d24;
    padding: 7px 25px;
    text-decoration: none;
    color: white;
    font-family: 'roboto-light';
    font-size: 16px;
    transition: 1s;
    width: 150px;
    border: 1px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    float: left;
    clear: both;
}


.map iframe{
     border: 1px solid #efe9e9;
    margin-top: 14px;
    height: 410px;
    width: 100%;
    float: right;
}

.form span.wpcf7-not-valid-tip{
  float:left;
}

.form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
    width: 100%;
    color: black;
}


/*Page area end*/


/*blog start*/

.blog-width{
  width:74%;
}
.sidebar-inner{
     border: 3px solid #299bb5;
    padding: 10px 12px 10px 7px;
    float: right;
    width: 95%;
    margin-top: 19px;


}


h2.widget-title {
    background-color: #299bb5;
    color: #ffffff;
    float: left;
    font-family: 'roboto-light';
    font-size: 18px;
    padding: 10px 0px 10px 4px;
    width: 100%;
    border: 1px solid white;
}


.sidebar-inner  ul li {
        border-bottom: 1px solid #cccccc;
    float: left;
    margin: 10px 0px 0px 15px;
    padding: 10px 14px;
    width: 86%;
    background-image: url(img/icn-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    font-family: 'roboto-light';
}
.sidebar-inner  ul li a {
    color: #000000;
    float: left;
    font-size: 14px;
    margin: 0;
    font-family: 'roboto-light';
    text-decoration: none;
}

.sidebar-inner ul ul li:last-child {
    border-bottom: 0;
    margin-top: 7px;
    padding-bottom: 7px;
}

.sidebar-right{
  float: right;
}

/*blog end*/
.wrap-blog {
    float: left;
    width: 100%;
}
.blog-page-post {
    border: 3px solid #299bb5;
    float: left;
    margin: 0 0 20px;
    padding: 20px;
    width: 100%;
}
.wrap-f-img {
    float: left;
    width: 100%;
    position: relative;
}
.blog-f-img {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.wrap-f-img .wrap-date {
    left: 0;
    position: absolute;
    top: 0;
}
.wrap-date {
    background-image: url(img/date-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 80px;
    margin-right: 13px;
    width: 75px;
}
.wrap-date span {
    color: #ffffff;
    float: left;
     font-family: 'roboto-light';
    width: 100%;
}
.post-month {
   font-size: 12px;
    padding: 7px 0 0 18px;
}
.post-date {
    font-size: 30px;
    padding: 7px 0 13px 12px;
}

.post-title{
  font-weight: bold;
}

.post-anchor {
    border: 1px solid;
    color: #000000;
    float: left;
    margin: 10px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    font-family: 'roboto-light';
  font-size:14px;
}

.post-anchor:hover {
    background-color: #299bb5;
    border: 1px solid #ffffff;
    color: #ffffff !important;
  text-decoration:none;
}

.blog-post img{
  width:100%;
}

.post-content{
    font-family: 'roboto-light';
    margin: 12px 0 5px;
    line-height: normal;
  font-size: 16px;
}
span.post-year {
    display: none;
}

.post-title{
  font-weight: bold;
  font-family: 'roboto-light';
}

.archi-title{
  font-weight: bold;
  font-family: 'roboto-light';
  padding:10px 0px;
}

.archi-content{
  
  font-family: 'roboto-light';
  padding:0px 0px 10px 0px;
}

.sidebar-inner ul li:last-child {
    border-bottom: none;
}

.prayer .part4 a {
    color: #fff;
    text-decoration: none;
}

/*************** pray time ***************/


.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  border:2px solid grey;
}

.table td, th {
    padding-left:5px;
  border:2px solid grey;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
  
}

.tnp-subscription input.tnp-submit {
    background-color: #2897b5 !important;
    color: #fff !important;
    height: auto;
    width: 100% !important;
    text-transform: uppercase;
    padding: 15px 0 !important;
    margin-top: 5px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 600;
}
.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 20px;
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    background-image: none;
    text-shadow: none;
    border: 1px solid #ddd !important;
    color: #444 !important;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    background-color: #fff !important;
}
.tnp-subscription label {
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0;
    font-family: 'roboto-light';
    color: #000 !important;
}
.sec4-boxes-last {
    width: 100%;
    float: left;
  margin-bottom: 30px;
}

.sec4-boxes-last .col-4 {
    width: 32%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    min-height: 435px;
}
.sec4-boxes-last .col-4:first-child {margin-left: 0;}

.sec4-boxes-last .col-4 img {
    width: 100%;
  box-sizing: border-box;
}
.sec4-boxes-last .col-4 h2 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    font-family: 'roboto-regular';
}
.sec4-boxes-last .col-4 p {
    font-size: 14px;
    font-family: 'roboto-regular';
    color: #000;
    text-align: center;
    padding: 0 10px;
    line-height: 24px;
}
.sec4-boxes-last .col-4 p a.btn.btn-default {
    background: #31a9c1;
    padding: 4px 20px;
    text-decoration: none;
    color: white;
    font-family: 'roboto-regular';
    font-size: 13px;
    box-shadow: none;
    border: 0;
    display: none;
    border-radius: 0;
}
.sec4-boxes-last-cont {
    min-height: 140px;
}

div#tab_container_137 tr th {
    background: #2897b5;
    color: #fff;
}
.single_event_listing .meta {
    background: none;
}
.single-event_listing .content-area .col-9 {
    width: 100%;
}

.single-event_listing .content-area .col-3 {
    display: none;
}

.event-manager-registration-wrapper .registration, .single_event_listing .registration input.registration_button.button {
    background: #299bb5;
    color: #fff;
    border: 0;
    box-shadow: none;
    padding: 6px 20px;
    margin: 0;
}
.single_event_listing .event-title {
    font-size: 24px;
    font-family: 'roboto-regular' !important;
  color: #2897b5 !important;
}
#wpforo-wrap .wpfl-1 .wpforo-category {
    background-color: #2897b5 !important;
}
#wpforo-wrap .wpf-search i {
    color: #2897b5 !important;
}
.page-template-default #wpforo-wrap .wpforo-active, .page-template-default #wpforo-wrap #wpforo-menu li:hover, .page-template-default #wpforo-wrap #wpforo-menu .current-menu-ancestor, .page-template-default #wpforo-wrap #wpforo-menu .current-menu-parent, .page-template-default #wpforo-wrap #wpforo-menu .current_page_item {
    background-color: #2897b5!important;
}
#wpforo-wrap .wpfl-1 .wpforo-forum-title #wpforo-wrap a {
    color: #2897b5 !important;
}

/*.subsarea{
  width: 50%;
  margin:0 auto;
}*/

.page-id-172 .table {
  border:0px;
}

.page-id-172 .content a {
  text-decoration: underline!important;
}

.page-id-172 .table td, th{
  border:0px;
}


.page-id-172 .table tr > th{
  border:0px;
}

/*.subsarea{
         margin: 0 auto;
         width: 70%;
         margin-left: 31%;
}*/

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px;
    width: 60%;
}


div#wpforms-144-field_23-container ul li, div#wpforms-144-field_7-container ul li {
    display: inline-block;
    width: 30%;
}
div#wpforms-144-field_23-container, div#wpforms-144-field_7-container {
    display: inline-block;
    width: 35%;
}


.wpforms-field-container div {
    width: 49% !important;
    float: left !important;
    clear: none !important;
}
.wpforms-field-container div input[type="text"],
.wpforms-field-container div input[type="email"] {
    width: 100% !important;
    max-width: 100%!important;
}
.wpforms-field-container div:nth-of-type(even) {
    float: right !important;
}
div#wpforms-144-field_23-container ul li, div#wpforms-144-field_7-container ul li {
    width: 12% !important;
}


.wpforms-field-container div#wpforms-144-field_8-container {
    width: 100% !important;
}
.wpforms-field-container div#wpforms-144-field_8-container textarea {
    width: 100%!important;
}

nav #menu-menu ul.sub-menu {
    padding: 2px 0 0;
    left: 17px;
    list-style-type: none;
    margin: 0;
    display: none;
    position: absolute;
    width: auto;
    text-align: center;
    z-index: 10;
    top: 0;
    margin-top: 33px;
}

nav #menu-menu .sub-perant-menu:hover ul.sub-menu {
	display:block;
}

nav #menu-menu .sub-perant-menu {
    position: relative;
}

nav #menu-menu ul.sub-menu li {
    background: #2a9bb6 !important;
    text-align: center;
    padding: 8px 20px !important;
}

nav #menu-menu ul.sub-menu li a {
    padding: 0 !important;
    font-size: 16px;
    color: #fff;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #007590 !important;
    background: #2897b5 !important;
}


@media only screen and (max-width: 1170px){

nav ul li {padding: 5px 14px;}
.sec1 .caption p {font-size: 38px;}
.sec1 .caption h1 {font-size: 56px;}
.prayer .part {padding: 5px 0px;}
.prayer .part1 {padding: 5px 0px;font-size: 13px;}
.prayer h2 { padding: 7px 0px;}
.prayer .part4,.prayer .part3 {padding: 7px 0px;}
footer .img-sec img {margin-right: 3px;}
footer ul {margin-top: 0px;}
 
 
}
@media only screen and (max-width: 1024px){

nav ul li {padding: 5px 9px;}	
.prayer h2 {padding: 4px 0px;font-size: 16px;}
.part4 a { font-size: 14px !important;}
.prayer .part4, .prayer .part3 {padding: 4px 0px;}
footer .img-sec img {margin-right: 0; width: 24%;}
.content-area #tab_container_137 .wpsm_nav-tabs > li > a { padding: 15px 14px 15px 15px !important;}

}


@media only screen and (max-width: 960px){

nav ul li a {font-size: 13px;padding: 10px 10px;}
.prayer h2 {padding: 2px 0px;font-size: 15px;}
.prayer .part {padding: 2px 0px; font-size: 13px;}
.prayer .part1 {padding: 3px 0px;}
.prayer .part4, .prayer .part3 {padding: 2px 0px;}
.sec1 .caption h1 { font-size: 40px;}
.sec1 .caption p {font-size: 26px;}
.sec3 .newsletter, .societyforum, .audioform, .sec3 .blogform {display: inline-block;float: none !important; vertical-align: top; text-align: center; margin: 20px 2px 20px !important; width: 46% !important; background-position: 50% 10% !important;}
.sec3 .newsletter a, .sec3 .societyforum a, .sec3 .audioform a, .sec3 .blogform a {font-size: 12px;}
.sec3 .message h2 { font-size: 18px;margin-bottom: 5px;}
.sec3 .message p {font-size: 13px;line-height: 24px;}
.sec3 .message .bold {margin-top: 6px;}
.sec4-boxes-last .col-4 h2 { font-size: 20px;margin: 10px 0;}
.sec4-boxes-last .col-4 {min-height: 390px;}
.wrap-date { min-height: 160px;}
.blog-width {width: 65%;}
.col-3.sidebar-right {width: 35%;}
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span {margin-right: 0px;}
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span.wpf-stat-label {margin-right: 0px; margin-left: 0px;}
.single.single-post .col-9 {width: 65%;float: left;}
.content-area .content .container {padding: 0;}


}

@media only screen and (max-width: 767px){

nav {display: none;}
.sec1 .caption {text-align: center;float: none; margin: 0 auto !important;right: 0;left: 0;}
.sec3 .col-4 {width: 100%; margin: 0 auto 15px; float: none; display: inline-block;}
.sec3 .events, .sec3 .area, .sec3 .message { width: 100%;}
.sec4-boxes-last .col-4 {min-height: auto; width: 100%;margin: 0 0 15px;}
footer .col-3 a {float: left;width: 50%;}
footer .col-3 .adr {width: 50%;padding-left: 20px;box-sizing: border-box;float: right;}
footer h2 {font-size: 19px;padding-bottom: 15px;margin-top: 30px;}
footer .col-12 {margin-top: 20px;}
footer .col-9, footer .col-3 {width: 100%;}
footer .footer_bottom { padding: 5px 0px 0;}
footer .footer_bottom .col-6 {margin: 8px 0;width: 100%;float: none;text-align: center;}
header .col-3 {width: 35%;}
header .col-9 { width: 64.99999%;}
header .col-9 .top {margin-right: 0;}
.sec2 .area {width: 85%;}
.sec2 .marque span {width: 15%;}
.sec3 .events ul li {font-size: 13px;margin-bottom: 10px;}
.sec3 .events ul li a {font-size: 13px; margin-bottom: 0;}
.sec4-boxes-last .col-4 p {font-size: 13px;}
footer .img-sec img {margin-top: 10px;}
.sidebar-inner {float: none; width: 100%;margin-top: 0;display: inline-block;}
.blog-width {width: 100%;}
.col-3.sidebar-right {float: none !important;width: 100%;}
.content-area .col-12 .content .col-6 {width: 100%;}
.content-area .col-12 .content .col-6 .form textarea, .content-area .col-12 .content .col-6 .form input {width: 100%;}
.blog-post img {width: 100%; height: auto;}
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span { width: 32%; margin: 0 0 5px;}
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span.wpf-stat-label {width: 100%;}
#wpforo-wrap #wpforo-stat-body .wpf-stat-item {width: 19%;}
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-title { font-size: 14px; line-height: 18px;white-space: unset;min-height: 38px;}
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-value {font-size: 18px; line-height: 28px;}
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-icon {font-size: 24px; line-height: 34px;}
#wpforo-wrap .wpf-profile-section .wpf-statbox { width: 19%;min-width: auto;}
#wpforo-wrap .wpf-td { width: 100% !important;}
#wpforo-wrap .wpf-field select {width: 100%; max-width: -webkit-fill-available; box-sizing: border-box;}
.single.single-post .col-9 {width: 100%;float: left;}
.content-area .content p iframe {height: auto !important;}
.archive .col-9.blog-width .container {padding: 0;}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {padding: 5px; text-align: center;font-size: 13px;}
.content-area #tab_container_137 .tab-content {overflow-x: scroll !important;}
	
.sec1 .container.bnr_contaier {
    position: static;
}
.prayer-area {
    position: relative;
    float: none;
    width: 320px;
    margin: 30px auto;
}
.prayer{width:100%;}
}
@media only screen and (max-width: 599px){
footer ul li {padding: 0px 13px 2px 16px;}
footer ul li a {font-size: 12px;}
.sec1 .caption h1 {font-size: 30px;padding-bottom: 5px;}
.sec1 .caption p {font-size: 18px;}
header .col-9 {width: 54.99999%;}
header .col-3 {width: 45%;}
#wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label {width: 100%;}
#wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value {font-size: 20px;}
#wpforo-wrap #wpforo-stat-body .wpf-stat-item i {font-size: 20px;}
#wpforo-wrap #wpforo-stat-body .wpf-stat-item {width: 19%;text-align: center; min-width: auto;}

}

@media only screen and (max-width: 479px){
.sec2 .marque span {width: 20%; font-size: 14px; padding: 12px 0px 11px;}
.sec2 .area {width: 80%;}
.top {padding: 4px 6px 5px;}
.top a {padding-left: 25px;font-size: 14px;background-size: 30% 80%;}
header .col-9 {width: 34.99999%;}
header .col-3 {width: 60%;}
footer .img-sec img {width: 23%;}
footer .col-3 a {width: 100%;}
footer .col-3 .adr { font-size: 13px;padding: 10px 0px 0; width: 100%;padding-left: 0;}
footer .col-3 .adr br {display: none;}
footer ul li {padding: 0px 6px 2px 0px;background: none;}
footer ul li a {font-size: 11px;}
footer .footer_bottom p {font-size: 12px;}
.sec3 .newsletter, .societyforum, .audioform, .sec3 .blogform {margin: 10px 2px 10px !important;}
.wpforms-field-container div {width: 100% !important;float: none !important;}
div.wpforms-container-full .wpforms-form .wpforms-field-label {font-size: 13px;}
.content-area h1 { font-size: 24px;}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {padding: 2px 14px;font-size: 14px;}
.wrap-date {min-height: 90px; float: none;}
h2.widget-title {font-size: 16px;}
.content-area .content p {font-size: 14px;}
.content-area .content h2 {font-size: 16px;}
.blog-post img {width: 100%; height: 100px;}
#wpforo-wrap #wpforo-stat-body .wpf-stat-item {width: 49%;}
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span {width: 49%;}
#wpforo-wrap .wpf-profile-section .wpf-statbox {width: 49%;}
#wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="url"] {width: 100%;}
#wpforo-wrap .wpforo-profile-wrap input[type="file"].wpf-custom-avatar {width: 100%;}
.prayer-area {
    width: 290px;
}
.prayer .part3 p{
	background-position:50px 5px;
	}
.sec2 .marque .marquee{  margin-right: 18px;}




}