body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    overflow-x: hidden;
    width: 100vw;
  }

.section{
    margin-top: 72px;
    margin-bottom: 72px;
  }
  
  .section h2.section-head{
    text-align: center;
    margin-bottom: 38px;
    color: #000;
  }
  
  .section h2.section-head:after{
    background: #e74c3c;
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin: 22px auto;
  }

  .containe{
    margin-left: 45px;
    margin-right: 45px;
}

  #menu{
    background-color: #34495e;
}

#logo{
    margin: 10px;
}

#nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    z-index: auto;
    margin-top: 0px;
}

#nav li{
    list-style: none;
    display: inline-block;
    font-weight: bold;
}

#nav li a{
    display: block;
    padding: 15px 10px;
    color: white;
    text-decoration: none;
    
}

#nav li a:hover{
    background-color: #2c3c4b;
}

.sub{
    display: none;
    z-index: 1;
  }
  #nav li:hover .sub{
    display: block;
    position: absolute;
    background-color: #0985e3e7;
    margin-top: 0px;
    margin-left: -10px;
    z-index: 1;
    width: 200px;
    z-index: 1;
    font-size: medium;
  }
  
  #nav li:hover .sub ul{
    display: block;
    margin: 0px;
    z-index: 1;
  }
  
  #nav li:hover .sub ul li{
    width: 180px;
    text-align: left;
    border-bottom: 1px dotted white;
    padding: 0px;
    background: #130f40;
    z-index: 1;
  }
  
  #nav li:hover .sub ul li:last-child{
    border-bottom: none;
  }

  .sub2{
    display: none;
  }
  
  .hh:hover .sub2{
    display: block;
    position: absolute;
    margin-top: -40;
    margin-left: 180px;
    background: #0985e3e7;
    margin-top: -54px;
    z-index: 99;
    font-size: medium;
  }

.news-post img{
    width: 100%;
    margin-bottom: 10px;
  }

  .news-post h3{
    font-size: 1.40rem;
    color: #e74c3c;
  }

  .post-date{
    font-size: 13px;
    margin-bottom: 3px;
  }

  .post-date:before{
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
  }

  a.readmore{
    font-size: 14px;
    color: #e74c3c;
  }

  a.readmore:hover{
    color: #c0392b;
  }
  
  a.readmore:after{
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 5px;
  }

  .fa{
    padding-right: 5px;
  }

  #footer-sidebar{
    color: white;
    background-color: #34495e;
    padding: 20px 0;
  }

  .footer-widget h4:after{
    content: "";
    background-color: white;
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px 0;
  }

  .footer-widget h5:after{
    content: "";
    background-color: white;
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px 0;
  }

  .footer-widget a{
    color: white;
  }

  .latest-news{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .latest-news li{
    margin-bottom: 3px;
  }

  .latest-news li:before{
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;
  }

  .latest-news li a{
    text-decoration: none;
  }

  #footer{
    color: white;
    background-color: #2c3e50;
    padding: 10px 0;
    font-weight: bold;
  }

  #social-icon{
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }

  #social-icon li{
    display: inline-block;
    padding-left: 5px;
  }

  #social-icon li a{
    color: white;
    font-size: 35px;
    text-decoration: none;
  }

  /* Main Content Styling */
#main-content{
  padding: 30px 0;
  min-height: 750px;
}

#main-content .post-container{
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

#main-content .post-content{
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 30px;
  margin-bottom:30px;
}

#main-content .post-content img{
width: 100%;
}

#main-content .post-content .post-img{
border: 3px solid #e7e7e7;
display: block;
height: 145px;
overflow: hidden;
transition: border .3s;
}
#main-content .post-content .post-img:hover{
border: 3px solid #1e90ff;
}
#main-content .post-content .inner-content{
  /* border: 1px solid #000; */
}

#main-content .post-content h3{
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 7px;

}
#main-content .post-content h3 a{
  color: #1e90ff;
  transition:all 0.3s;
}
#main-content .post-content h3 a:hover{
  color:#333;
}

#main-content .post-content .post-information span{
  color: #606060;
  font-size: 12px;
  text-transform: capitalize;
  margin: 0 5px 5px 0;
  display: inline-block;
}

#main-content .post-content .post-information i{
  color: #1e90ff;
  margin-right: 1px;
}

#main-content .post-content .post-information a{
  color: #606060;
  text-decoration: none;
}

#main-content .post-content .post-information a:hover{
  color: #333;
  text-decoration: none;
}

#main-content .post-content p,
#main-content .single-post p{
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin:0 0 10px;
}

#main-content .post-content a.read-more{
  color: #fff;
  background-color: #1E90FF;
  font-size: 12px;
  text-transform: capitalize;
  padding: 3px 8px;
  border-radius: 2px;
  transition: all 0.3s;
}

#main-content .post-content a.read-more:hover{
  color: #fff;
  background-color: #333;
}

#main-content .single-post{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#main-content .single-post h3{
  color: #1e90ff;
}

#main-content .single-post .post-information{
  margin: 0 0 10px;
}
#main-content .single-post p{
  text-align: justify;
}

#main-content .single-post img.single-feature-image{
  width: 70%;
  margin: 0 auto 20px;
  display: block;
  border: 3px solid #e7e7e7;
}

/* Pagination  Styling */
.pagination {
  display: block;
  text-align: center;
  margin: 0;
}

.pagination li {
  display:inline-block;
  margin: 0 5px 0 0;
}

.pagination li a{
  border: none;
  background: #1e90ff;
  color: #fff;
}

.pagination li a:hover,
.pagination > li > a:focus{
  color:#fff;
  background:#333;
}

.page_links {
  background-color: #ccc;
  font-family: arial, verdana;
  font-size: 12px;
  text-decoration: none;
  border:1px solid #000;
  padding: 6px;
  margin: 3px;
}

#page_a_link{
  font-size: 12px;
  border:1px #000000 solid;
  color:#000;
  background-color: #cccccc;
  padding: 6px;
  margin: 3px;
  text-decoration: none;
}

i.fa{
  color:#222;
}