.post, .page{
    margin-bottom: 0;
}

.entry-content{
    margin-top: 0;
}

ul, ol{
    padding: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    transition: all linear .25s;
}

a:hover{
    opacity: .7;
}


.font_weight_400{
	font-weight: 400;
}

.font_weight_600{
	font-weight: 600;
}

.font_weight_700{
	font-weight: 700;
}

/* Header Css Start */

.topbar {
  background: #0A685F;
  padding: 10px 0;
}
.topbar #topbar-menu li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.topbar #topbar-menu li:not(:last-child)::before{
    content: '|';
    position: absolute;
    top: 0;
    right: 7px;
    color: #fff;
    font-size: 18px;
}

.topbar #topbar-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top_contacts li {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
}
.top_contacts li a {
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.top_social li {
  display: inline-block;
}

.top_social li:not(:last-child){
    padding-right: 10px;
}

.top_social li a {
  font-size: 18px;
  color: #0a685f;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#masthead {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.header_inner {
  padding: 20px 0;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.site-title{
    margin-bottom: 0;
}

.main-navigation ul{
    justify-content: end;
}

.head_right_btn {
  text-align: right;
}

#primary-menu li {
  padding: 0 10px;
}

#primary-menu li a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

#primary-menu li a:hover, #primary-menu li.current-menu-item a {
    color: #0A685F;
}

.head_right_btn a {
  background: #0A685F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

/* Header Css End */

/* Home Middle Css Start */

.learn_more_btn a {
  border: 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff !important;
  background: #0A685F !important;
}

.home_services_sec {
  background: #0A685F;
  background: linear-gradient(90deg, rgba(10, 104, 95, 1) 0%, rgba(11, 139, 204, 1) 100%);
  padding: 50px 0;
}

.text_with_lines h4 {
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

/* Home Middle Css End */

/* Footer Css Start */

.footer_inner{
    background: #FDF7F4;
    padding: 50px 0;
}

.footer_logo #media_image-2{
    text-align: center;
    margin-bottom: 20px;
}

.footer_logo .top_social {
  text-align: center;
}

.footer_logo .top_social li a{
    background: #0a685f;
    color: #fff;
}

.footer_menus {
  padding-top: 30px;
  border-top: 1px solid #000;
  margin-top: 30px;
  text-align: center;
}

#nav_menu-2, #nav_menu-3, #nav_menu-4{
    margin-bottom: 0;
}

#nav_menu-2 h4, #nav_menu-3 h4, #nav_menu-4 h4, #text-2 h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0A685F;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
}

#nav_menu-2 ul li, #nav_menu-3 ul li, #nav_menu-4 ul li{
  padding-bottom: 10px;
}

#nav_menu-2 ul li a, #nav_menu-3 ul li a, #nav_menu-4 ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.footer_contact ul li {
  padding-bottom: 10px;
  font-size: 18px;
}

.footer_contact ul li a {
  color: #000;
  font-size: 18px;
}

.footer_bottom {
  padding: 10px 0;
  background: #0A685F;
}

.footer_bottom p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

/* Footer Css End */