/*==============================
|| General Settings
================================*/
*{
    font-family: 'Cairo', sans-serif;
}
.btnReadmore{
    position: absolute;
    right: 20px;
    left: auto;
    bottom: -30px;
    width: 100px;
    text-align: center;
}

/*==============================
|| Main NavBar
================================*/


#subMainNav, .smallNav{
	position:fixed;
	width:100%;
	z-index:2;
	top: 50px;
}
.smallNav{
	top:0px;
}

.smallNav:hover{
	z-index: 3;
}
@media (min-width: 769px) {
    .dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        transition: visibility .5s, opacity .5s, height .5s;
        -moz-transition: visibility .5s, opacity .5s, height .5s;
        background-color: rgba(0,0,0,0.93);

    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }



    .dropdown .caret{
        border-top: 0px;
        border-bottom: 4px dashed;
    }

    .dropdown:hover .caret{
        border-top: 4px dashed;
        border-bottom: 0px;
    }
    .mainNav{
        background-color: #0694D9;
        border-radius: 0px;
    }

    #mainNav a{
        color: #fff;
    }
    #mainNav .dropdown-menu  a{
        color: #fff;
        line-height: 22px;
        padding-bottom: 5px;
    }
    #mainNav .dropdown-menu{
        padding-top: 0px;
        padding-bottom: 3px;
        border-top: 0px;
    }


    #mainNav li:hover, #mainNav li:hover>a{
        background-color: #E7891E;
    }
    #mainNav li:hover>a{
        color: #fff;
    }

    #mainNav .active, #mainNav .active a{
        background-color: #E7891E;
        color: #fff;
    }

    /* submenu directions */
    .navbar .dropdown-menu>li > .dropdown-menu  {
        top:0px;
    }

    /* right nav */
    .nav-social li {
        display: inline-block;
        border-right: solid 1px #bbb;
    }
    .nav-social li:first-child, .nav-social li:last-child{
        border-left: solid 1px #bbb;
    }

    .nav-social li i{
        color: #eee;
        font-size: 16px;
    }

    .nav-social li:hover i{
        color: #fff;
    }

    #mainNav{
        margin:auto;
        border: 0px;
    }

    /*==============================
    || Sub main Nav bar
    ================================*/
	
	#body .subMainNav {
        height: 110px;
        transition: height .5s, background-color .5s, padding .75s;        
		margin-bottom:0px;
    }

    #body .subMainNav.navbar-no{
        height: 0px;
        transition: height .5s, background-color .75s;
        position: fixed;
        top: 0px;
        width: 100%;
        background-color: transparent;
        z-index: 1000;
        padding: 0px;
        overflow: hidden;
    }

    #body .subMainNav.navbar-fixed{
        height: 110px;
        transition: height .5s, background-color .75s;
        position: fixed;
        background-color: #253b80;
        top: 0px;
        width: 100%;
        z-index: 2000;
        overflow: inherit;
        padding: 0px 0 0 0;

    }
	
	#body.logged-in .subMainNav.navbar-fixed, #body.logged-in .smallNav{
        top:30px;

    }
	#body.logged-in .largNav{
		top:80px;
	}
	
	#body.logged-in #carouselMain{
		top:190px;
	}
    #body .subMainNav img {
        width: 220px;
        height: 70px;
        margin-top: 0px;
        transition: width .5s, height .5s, margin .75s;
    }

    #body .subMainNav.navbar-fixed img{
        width: 100px;
        height: 60px;
        margin-top: 10px;
    }
	
    .subMainNav{
    
        background-color: #253b80;
    }

    .nohome .subMainNav{
        margin-bottom: 40px;
    }

    .subMainNav .mainNav{
        background-color: transparent;
    }
    #subMainNav .nav> li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 14px;
		padding:20px 5px;
    }

    .subMainNav i{ 
        display: block;
        margin: auto;
        text-align: center;
        font-size: 24px;
        color:#fff;
        transition:color .5s;
        margin-bottom: 10px;
            
    }
        
    .subMainNav li:hover i{ 
        color:#f90;
    }

    #subMainNav .active, #subMainNav .active a {
        background-color: transparent;
    }

    #subMainNav li:hover, #subMainNav li:hover > a {
        background-color: transparent;
    }

    #mainNav .dropdown > .dropdown-menu li:hover, #mainNav .dropdown > .dropdown-menu li a:hover {
        background-color: #E7891E;
    }

    #subMainNav  .dropdown {
        position: relative;
    }
    #subMainNav .nav> .dropdown  > .dropdown-menu{
        top:77px;
    }

    #subMainNav .navbar-collapse {
        padding: 0px;
    }

    #subMainNav .navbar-header{
        float: right;
    }

    #subMainNav .navbar-header img{
        margin-top: 0px;
    }

    /* subtitle css */
    #subMainNav .nav > li > a .subtitle {
        display: block;
        text-align: center;
        color: #ccc;
        font-size: 12px;
        border-left: solid 1px #f80;
        padding-top: 58px;
        padding-left: 0px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 21px;
    }
    .nav > li > a{
        position: relative;
    }
    #subMainNav .subtrans{
        display: block;
        height: 5px;
        width: 0px;
        background-color: #0694D9;
        left: 0px;
        right: auto;
        bottom: -17px;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: visibility .5s, opacity .5s, width .5s;
        -moz-transition: visibility .5s, opacity .5s, width .5s;
    }

    #mainNav li:hover .subtrans{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
    #mainNav .subFluid>ul{
        padding: 10px;
    }
    .mainNav .subFluid li{
        display: block;
        float: left;
        width: 22%;
        margin-right: 2%;
    }
	.nav > li > a{
		
	}
}

/*==============================
|| Nav Mobile
================================*/
	#body .subMainNav  #web-logo-s {
		display:none;
	}
	
	#body .subMainNav  #web-logo {
		display:block;
	}
@media (max-width: 1108px) and (min-width: 769px) {
	#subMainNav .nav > li > a {
		font-size: 12px;
		padding: 18px 1px;
	
	}
	#subMainNav .nav > li > a{
    
        background-color: #253b80;
    }
	#body .subMainNav  #web-logo-s {
		display:block;
		width:70px;
	}
	
	#body .subMainNav  #web-logo {
		display:none;
	}
}



/*==============================
|| carousel main
================================*/
#carouselMain{
	position:fixed;
	z-index:0;
	width:100%;
	top: 160px;
}

.carousel-inner-h{
	background-image:url(../images/sbg.jpg);
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 68%;
    height: 76vh;
}

#carouselMain .carousel-caption {
    background-color: rgba(252, 207, 207, 0.7);
    left: 40px;
    height: 250px;
    width: 412px;
    bottom: 109px;

}


#carouselMain .carousel-control{
    background: none;
    height: 44px;
    bottom: 69px;
    top: auto;
    width: 20px;
    left: 433px;
    right: auto;
    background-color: transparent;
    line-height: 50px;
    height: 50px;
    padding-bottom: 58px;
    padding-top: 0px;
}

#carouselMain .carousel-control .glyphicon{
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    width: 58px;
    height: 61px;
}

#carouselMain a.left{
    left: 338px ;
}

.carouselH{
    font-size: 22px;
    line-height: 30px;
    margin: auto;
    text-align: right;
    padding: 0px 10px;
    text-align: justify;
    color: blue;
    border-bottom: solid 1px #aaa;
    padding-bottom: 7px;
}

.caption-p{
    font-size: 18px;
    padding: 7px;
    text-align: center; 
    color:#000;
}


.caption-animate .item.active .carousel-caption {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.caption-animate  .item.active .carousel-caption.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}


.caption-animate  .item.active .carousel-caption.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}


.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}

.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
opacity:0;
}

/*==============================
|| carouselUp
================================*/
#verticalCarousel a.left {
    left: -60px;
	right: auto;
	top:75px;
}

#verticalCarousel a.right {
    left: -60px;
	right: auto;
	top:0px;
}

.carouselUp{
    position: absolute;
    width: 400px;
    right: 32px;
    left:auto;
    bottom: 0px;
    background-color: rgba(255,255,255,.8);
    top: 0px;
	
}




.innerItem .myImg{
    width: 85px;
    height: 85px;
    margin: 10px; 
    margin-left: 20px;
}

#verticalCarouselCarousel{
    top:60px;
}

.innerDesc{
    font-size: 12px;
}
.innerHead{
    font-size: 18px;
    margin: auto;
    text-align: justify;
}
.innerItem{
    padding: 10px 20px;
    border-bottom: solid 1px #ccc;
	background-color:rgba(255,255,255,.8);
}

.catTitle{
    font-size: 24px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    margin: auto;
    color: #fff;
    margin-top: -45px;
    margin-bottom: 10px;
}

.catTitle a, .catTitle a:hover{
	color:#fff;
}

.carouselUp .carousel-control{
    background: none;
    height: 44px;
    bottom: auto;
    top: 0px;
    bottom: auto;
    width: 20px;
    left: -58px;
    right: auto;
    
    background-color: transparent;
    line-height: 50px;
    height: 50px;
    padding-bottom: 58px;
    padding-top: 0px;
}

.carouselUp .carousel-control .glyphicon{
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    width: 58px;
    height: 61px;
}


.innerData{
    width: 255px;
}

/* Vertical Carousel settings */

.carousel.vertical .item {
-webkit-transition: 0.6s ease-in-out top;
-moz-transition:    0.6s ease-in-out top;
-ms-transition:     0.6s ease-in-out top;
-o-transition:      0.6s ease-in-out top;
left:               0;
}

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right    { top:     0; }

.carousel.vertical .next,
.carousel.vertical .active.right  { top:  100%; }

.carousel.vertical .prev,
.carousel.vertical .active.left   { top: -100%; }

.carouselUp .carousel-indicators{
    display: none;
}

/*==============================
|| Mobile Screen Settings
================================*/
@media (max-width: 768px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    	height: 100vh;
		width:100%;
	}
	#body .subMainNav  #web-logo-s {
		display:none;
	}
	.headWord img {
		max-width: 200px;
		max-height: 250px;
		border-radius: 30px;
		margin: auto;
		display: block;
	}
	#carouselMain-carousel a.left {
		right: auto;
		left: 20%;
		top:50px;
	}
	
	#carouselMain-carousel a.right {
		right: 20%;
		left: auto;
		top:50px;
	}
	.mycirclsup{
		margin-top:600px;
	}
	#carouselMain .carousel-caption {
		left: 30px;
		height: 300px;
		width: 80%;
		top: 130px;
	}
	#subMainNavCollaps, #subMainNavCollaps .nav {
    	margin-top: 30px;
	}
    #subMainNav{
        min-height: 100px;
		position: fixed;
		z-index: 2;
		width: 100%;
    }
    #subMainNav .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #subMainNavCollaps, #subMainNavCollaps .nav{
        width: 100%;
    }
    #carouselMain .carousel-caption{
        
    }
    .mainNav {
        background-color: #0694D9;
        border-radius: 0px;
    }
    .subMainNav {
        background-color: #253b80;
    }

    .carouselUp .item .innerItem:first-child{
        display: none;
    }
}


/*======================================
  Sidebar 
  =====================================*/
#sidebar .panel-footer{
    background-color: #fff;
    /* color: #fff; */
}
#cat{
	line-height:80px;
	height:50px;
	margin:10px;
	width:93%;
}
.cat-item{
	font-weight:bold;
	margin:15px auto;
}
.sidebar .panel-body{
    text-align: center;
    font-size: 18px;
}

.sidebarItem .panel-body{
	border-bottom: 3px solid #f90;
	margin-bottom:5px;
}

#sidebar .textwidget{
	border-top: 0px;
}
/*======================================
  Head word 
  =====================================*/
.headWord{
    background-image: url('../images/dainbg.jpg');
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .headWord img{
      max-width: 200px;
      max-height: 250px;
      border-radius: 30px;
  }
 .headWord *{
      text-align: center;
      color: #fff !important;
      line-height: 27px;
  }

 .headWord h2{
      text-align: center;
  }

 .headWord *{
      text-align: justify;
  }

  
/*======================================
  video carousel
  =====================================*/
  #carouselvedio iframe,   #carouselvedio img{
      width: 100%;
      height: 350px;
      /* display: none; */
  }
  #carouselvedio iframe{
      display: none;
  }

#carouselvedio .carousel-control{
    height: 50px;
    top: 157px;

}
/*==============================
|| circle precentage
================================*/
#circlsRow{
    padding-top: 20px;
}

.mycirclsup{
    background-image: url('../images/uinbg.jpg');
    background-size: cover;
    background-position-y: -200px;;
    margin: auto;
    
    padding: 0px;
    margin: auto;
	position:relative;
	z-index:2;
    
}
#mycircls{
    background-color: rgba(0,0,0,0.8);
    padding-top: 20px;
    padding-bottom: 20px;
}

.graph-container {
  position: relative;
}
.circlTxt {
    color: #000;
    font-size: 18px;
}
.percent-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    font-family: 'Pathway Gothic One', Arial
}


.graph-container{
    text-align: center;
    position: relative;
}
.graph-container span {
    position: absolute;
    top: 30%;
    left: 0px;
    display: block;
    text-align: center;
    width: 100%;
}
.graph-container span.percent-text{
    top: 60%;
    font-size: 24px;
}
circle{
    fill: transparent;
    transition: fill .5s;
}
.mycircls:hover circle, .mycircls:hover .circlTxt{
    fill: #E7891E;
	color:#ccc;
    transition: fill .5s;
}

/*======================================
  twocolnews 
  =====================================*/
  .webcontent-fluid{
	 background-color:#fff;
	 position:relative;
	 z-index:2;
	 
	}
  #webcontent{
	  margin-top:40px;
	  margin-bottom:20px;
	  margin-top:180px;
}

.page-id-20018 #webcontent, .page-id-20049 #webcontent{
	margin-top:20px;
}
.tophl{
    margin-top: 30px;
    height: 5px;z
    background-color: #0084BF;
}


.newlg:hover, .newsm .newsItem:hover{
    background-color: #ccc;
    border-radius: 8px
}

.newlg, .newsm .newsItem{
    background-color: transparent;
    border-radius: 0px;
    transition: background-color 2s,  border-radius 5s;
}

.newlg img{
    width: 100%;
    height: 250px;
    border: solid 3px #E7891E;
    border-radius: 8px;
}

.newlg h3{
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    height: 42px;
}

.newsm .newsItem{
    border-top: solid 1px #ccc;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}
.newsItem img{
    width: 100%;
    height: 80px;
    border-radius:0px;
    border: none;
    transition: border-radius .5s, border .5s;
}

.newsItem:hover img{
    border-radius:50%;
    border: solid 3px #E7891E;
}

.newsItem .linkimg{
    float: left;
    display: block;
    width: 20%;
    height: 80px;
    margin-right: 10px;
}

.newsItem h3{
    width: 80%;
    text-align: justify;
    font-size: 14px;
    
}

.twocolnews h2{
    background-color: #fff;
    border: solid 5px #0084BF;
    margin-top: -35px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    border-radius: 8px;
	width:50%;
	margin:auto;
	margin-top: -30px;
	margin-bottom: 20px;
}
/*==============================
|| services sircle items
================================*/

.serItem {
    height: 250px;
    pa
}
.serImgLing img{
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
    border:0;
    border-radius: 50%;
    transition: border-radius .5s, border .5s;

}
.serItem:hover img{
    border-radius: 0%;
    border: solid 3px #E7891E;

}
.serTitle{
    text-align: center;
    display: block;
    margin-top: 10px;
}
.services >h2, .homeWidgetTitle{
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: -30px;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 20px;
    border: solid 5px #0084BF;
    border-radius: 5px;
    background-color: #fff;
}

/*======================================
  Single post & blogs or archive 
  =====================================*/
  .singleTitle{
      width: 90%;
  }

  .nohome .aboutUsContent *{
      text-align: justify;
  }
  .nohome .aboutUsContent p{
    font-size: 16px;
  }

  .nohome .aboutUsContent img{
      display: block;
      margin: 10px auto;
      width: 80%;
      border:solid 1px #E7891E;
      border-radius: 8px;
  }

  /*----------- main post style ----------------*/
.emPost{
	background-color:rgba(255,255,255,.5);
    border-top:solid 5px #002697;
	margin-bottom:20px;
}
.thum{
	padding-right:0px;
}
.thum img{
	width:100%;
	height:200px;
}
.pricePost{
	padding-left:0px;
}
.pricePostP{
	text-align:center;
	padding:5px;
	font-size:24px;
	margin-top:10px;	
}
.rserveCourse, .readMore{
	width:95%;
	margin:5px auto;
	font-size:18px;	
}
.aligncenter {
	display:block;
	margin:auto;
}
.rserveCourse{
	display:none;
}
.postHead{
	text-align:center;
	font-size:18px;
	color:#333;
}
.postExerpt{
	font-size:16px;
	text-align:justify;
	line-height:30px;
	color:#999;
	height:110px;
	overflow:hidden;
}
.postDetails{
	position:relative;
	bottom:0px;
	right:0px;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	width:96%;
	margin:auto;
	padding-right:3%;
}
.postDetails span, .postDetails span a{
	font-size:11px;
}
.postHeada:hover, .postHeada:focus, .postHeada:visited, .postHeada:link{
	text-decoration:none;
}
.aligncenter{
        display:block;
        margin:auto;
}
/*------------ pagination ---------------------*/
.pagination li{
	float:right;
}
.pagination .liFirst a{
	border-radius:0px 80px 0px 80px !important;
	width:50px;
}
.pagination .liLast a{
	border-radius:80px 0px 80px 0px !important;
	width:50px;
	text-align:left;
}
#navPager{
	margin:auto;
}
.spePager .current{
	background-color:#00F;
	color:#fff;
}

/*----------------------------- main style -------------------------*/
.content{
	border:solid 10px #ED5565;
	border-radius:8px;
	border-left:0px;
}
.wNavParents {
    /*border-right: solid 5px #E54E53;
    border-left: solid 5px #E54E53;*/
    overflow: auto;
    padding: 0px;
	margin-bottom:20px;
}
.wNavParents a{
	font-size:16px;
	color:#337ab7;	
	display:block;
	float:right;
	padding:10px 20px;
	padding-right:30px;
	background-color:#F3F3F3;
	transition:all 1s;
}

.wNavParents span:nth-child(n+2){
	margin-right:-20px;
	z-index:9
}
.wNavParents span:nth-child(n+3){
	z-index:8
}
.wNavParents span:nth-child(n+4){
	z-index:7
}
.wNavParents span:nth-child(n+5){
	z-index:6
}
.wNavParents a:hover{
	outline:none;
	text-decoration:none;
	background-color:#D6D6D6;
}
.wNavParents span{
	position:relative;
	z-index:10;
	display:block;
	float:right;
	padding-left:20px;
	background:url(../images/seb.png) 0 0 no-repeat;
	transition:all .5s;
}
.wNavParents span:hover{
	background:url(../images/seb.png) 0px -90px no-repeat;
}
.sepMenuAbs{
	height:70px;
}
/* my css for blog  */
.blogreadmore{
    font-size: 16px;
    bottom: -8px;
    right: 0px;
    left: auto;
}


/* search form */
#mainNavCollaps .searchLi .form-control{
    position: absolute;
    width: 98%;
    height: 100px;
    left: auto;
	right:-15px;
    width: 1200px;
    z-index: 10;
    font-size: 18px;
    padding: 10px 40px;
    background: #000;
    color: #fff;
    border: none;
    visibility: hidden;
    opacity: 0;
    transition: background-color .5s, visibility 1s, opacity 1s ;
}
#mainNavCollaps .searchLi:hover .form-control{
    visibility: visible;
    opacity: 1;
    /* background-color: #000; */
}
  /*======================================
  || Comments 
  =====================================*/
  #comment{
      width: 100%;
  }
  #comments #submit{
      margin: 20px auto;
      width: 200px;
      text-align: center;
      display: block;
  }
  #comments label{
      width: 15%;
  }
  .postImg{
      width: 100%;
      margin: 40px auto;
      display: block;
      height: 400px;
  }
/*======================================
  footer 
  =====================================*/
  
  #footerWrap{
    border-top: solid 5px #0084BF;
    background: url('../images/fooUpBg.jpg');
    background-size: cover;
    padding-bottom: 40px;  
	z-index: 2;
	position: relative;
  }
  
  #footerWrap h2{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: dashed 2px #fff;
    padding: 15px;
  }
  
  #footerWrap h3{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #ddd;
  }
  #footerWrap .sologo{
    display: block;
    margin: auto;
    width: 60%;
    height: 80px;
  }
  
  .social-network{
    width: 490px;
    margin: auto;
    margin-top: 20px;
  }
  
  .social-network a{
    float: right;
  }
  
  .social-network a i{
    font-size: 30px;
    color: blue;
    text-align: center;
    line-height: 50px;
    background: #fff;
    width: 50px;
    height: 50px;
    margin-right: 12px;
    -webkit-transition: background-color .7s, color .7s;/* For Safari 3.1 to 6.0 */
    transition: background-color .7s,color .7s;
    border-radius: 50%;
  }
  
  .social-network a i:hover{
    color: #fff;
    background: blue;
  }
  
  .importantLinks nav a{
    display: block;
    color: #eee;
    padding: 5px 10px;
  }
  
  .importantLinks nav a i{
    margin-left: 10px;
  }
  
  .importantLinks nav a:hover i{
    color:#333;
  }
  
  .importantLinks nav a,
  .importantLinks nav a:link,
  .importantLinks nav a:focus,
  .importantLinks nav a:active,
  .importantLinks nav a:hover{
    text-decoration: none;
  }
  
  .importantLinks nav a:hover{
    color: #fff;
  }
  
  .desribSohag{
    color: #eee;
    font-size: 14px;
  }
  
  .contactUs li span{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-left: 8px;
  }
  
  .contactUs ul{
    list-style: none;
  }
  
  .contactUs li {
    color:#eee;
    padding: 5px;
  }
  
  .contactUs li i{
    font-size: 20px;
    color: #eee;
    margin-left: 10px;
  }

#body .emNumViewsImg{
	width:15px;
	height:10px;	
	border:0px;  
}

.twocolnews .postDetails{
	border:0px;
}

.twocolnews  .newlgTitle{
	margin-top:5px;
}

.elementor-20018,  .elementor-20049{
border-top: solid 5px #0084BF;
border-bottom: solid 5px #0084BF;
}

.Counter i{
	display:block;
	margin:auto;
	font-size:30px;
	text-align:center;
}

.Counter {
	padding-top:20px;
	border-top: solid 5px #0084BF;
}

#sidebar iframe, .fb-page > span{
	height:300px !important;
}

.btnReadmoreCat{
	    display: block;
    overflow: auto;
    width: 50%;
    margin: 20px auto;
    float: none;
    clear: both;
}

.elementor-element-0b7c1c7 ..elementor-tab-title a{
	color:#f0ad4e;
}