*{
  box-sizing: border-box;
  position: relative;
  /* border: 1px solid; */
}
body,html{
  margin: 0;
  padding: 0;
}
body{
  background-color: #f3f7ff !important;
}
a:hover{
  text-decoration:none !important;
}
button:focus{
  outline: 0;
}
#header{
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.header_banner{
  width: 100%;
  height: auto;
}
.hu-pad {
  padding: 30px 30px 20px;
}
.group::after{
  content: "";
  clear:both;
}
.group:after, .group:before {
  content: "" !important;
  display: table !important;
}
.site-title{
  font-size: 3.025em;
  font-weight: 600;
  letter-spacing: 26px;
  line-height: 1.4285em;
  margin-bottom: 0;
  text-shadow: 6px 6px 25px #3c3c3c;
}
.site-title a{
  display: block;
  color: #fff;
  max-width: 100%;
}

.site-title a:hover{
  color: #fff;

}
.site-description{
  color:#fff;
  margin: 11px 0 0 0;
  font-size: 1.59em;
  line-height: 115%;
  font-style: italic;
  text-align: center;
}
.ham__navbar-span-wrapper{
  padding: 0 20px;
  height: 12px;
  margin: 19px 5px;
  position: relative;
  display: block;
}
.ham__navbar-toggler-two, .topbar-toggle-down{
  height: 50px;
  cursor: pointer;
  text-align: center;
}
.ham__navbar-toggler-two .line{
  display: block;
  background: #fff;
  width: 20px;
  height: 1.5px;
  position: absolute;
  left: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all ease .35s;
  -moz-transition: all ease .35s;
  -o-transition: all ease .35s;
  transition: all ease .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ham__navbar-toggler-two .line.line-1{
  top: 0;
}
.ham__navbar-toggler-two .line.line-2{
  top: 50%;
}
.ham__navbar-toggler-two .line.line-3{
  top: 100%;
}
.ham__navbar-toggler-two.active .line-1{
  -webkit-transform: translateY(6px) translateX(-3px) rotate(45deg);
  -moz-transform: translateY(6px) translateX(-3px) rotate(45deg);
  transform: translateY(6px) translateX(-3px) rotate(45deg);
  width: 28px;
}
.ham__navbar-toggler-two.active .line-2{
  opacity: 0;
}
.ham__navbar-toggler-two.active .line-3{
  -webkit-transform: translateY(-6px) translateX(-3px) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(-3px) rotate(-45deg);
  transform: translateY(-6px) translateX(-3px) rotate(-45deg);
  width: 28px;
}
.desktop-menu{
  display: block;
  transition: all 1s ease;
}
.nav-wrap{
  background-color: #0093c2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 -1px 0 rgba(0,0,0,.2), inset 1px 0 0 rgba(0,0,0,.2), inset -1px 0 0 rgba(0,0,0,.2);
}
#nav-header.nav-container {
  z-index: 97;
  position: relative;
}
#nav-header .container {
  padding: 0;
}
.container-inner .group{
  display: block;
  padding: 0;
}
.barnav{
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.barnav > li{
  border-right: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
  display: inline-block;
  margin: 0 -2px;
}
.barnav>li>a{
  color: rgb(255, 255, 255);
  padding: 15px 14px;
display: block;
line-height: 1.25rem;
}
.barnav>li:hover>a {
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.barnav > li > ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom-color: #222;
}
.barnav ul ul li{
  background: #333;
}
.container-inner .item{
  list-style: none;
  position: absolute;
  top: 145%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  font-size: 1.1rem;
  width: 180px;
  padding: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin-left: 0px;
  
}
.container-inner> li:hover .item{
opacity: 1;
visibility: visible;
top: 120%;
}
.nav-container .item>li>a{
padding: 12px 8px;
  display: block;
  font-size: 0.95rem;
line-height: 1.25rem;
  color: rgba(255,255,255);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
  text-align: center;
  transition: all 0.3s ease;
}
.nav-container .item>li>a:hover{
color:#0093c2;
}
.ham__navbar-toggler-two{
  display: none;
  width: 50px;
  float: right;
  position: relative;
  z-index: 100;
  border: none;
  background: 0 0;
  margin: 0;
  vertical-align: middle;
  border-radius: 50%;
  padding: 0;
  background-color: #0093c2;
  position: absolute;
  top: 0px;
  right: 30px;
}
.hu-dropdown-toggle-wrapper{
  display: none;
}

.container-inner> li>ul>li:hover .item {
  opacity: 1;
  visibility: visible;
}
.container-inner .item >li>.item{
  list-style: none;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: #222;
  font-size: 1.1rem;
  width: 180px;
  padding: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

/* section1 */
.bge{
  background-color: #fff;
}
.bgesilder{
  border-left: 1px solid rgb(221, 221, 221);
}
.contetn_magin{
  margin: 20px 0px;
  padding-right: 60px;
  padding-left: 60px;
}
.post_content{
  padding: 15px 45px 15px 15px !important;
  margin-bottom: 10px;
  position: relative;
}
.post_content::after{
  display: inline-block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.post-categories>li>a{
  color: rgb(39, 91, 235);
}
.content_post{
  width: 100%;
}
.box_contetn{
  float: left;
  padding: 0 20px;
  width: 50%;
  
}
.post_contetn{
  padding: 50px 5px 50px 10px;
  min-height: 250px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: all 0.4s ease;
}
.post_contetn:hover{
  box-shadow: 0px 0px 10px rgb(216, 216, 216);

}

/* silder */
.bgesilder{
  margin: 60px 0px;
}
.mg-wid-title {
  border-color: #0093c2;
  font-weight: bold;
  border-width: 0 0 2px 0;
  border-style: solid;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
}
.mg-wid-title>h6 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
  padding: 0 8px 0 15px;
  position: relative;
  text-transform: uppercase;
  width: auto;
  height: 40px;
  display: inline-block;
  background: #0093c2;
  color: #fff;
}
.mg-wid-title>h6::before {
  border-left-color: #0093c2;
  border-color: transparent transparent transparent #0093c2;
  width: 0;
  position: absolute;
  right: -30px;
  top: 0px;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0px 30px;
  content: "";
}
.textwidget>ul{
  margin: 5px;
  padding-left: 10px;
}
.silder_content{
  padding: 0px 0px 15px 0;
  margin-bottom: 15px;
}
.silde_contetn >ul>li{
  list-style: none;
  margin-bottom: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  border-bottom: 1px dotted #d5d5d5;
}
.silde_contetn >ul>li>a{
  color: #0093c2;
}
.silde_contetn{
  margin-bottom: 30px;
}
.silde_contetn>div>ul{
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}
.silde_contetn>div>ul>li>ul{
  list-style: none;
  margin-left: 0;
}
.silde_contetn>div>ul>li>ul>li>ul{
  list-style: none;
  margin-left: 0;
}
.silde_contetn>div>ul>li *{
  color: #0093c2;
  line-height: 28px;
  font-weight: 600;
}

/* footer */
.footer__profile{
  background: #d9e0eb;
}
.footer_content{
  padding: 10px 0;
}
.footer_profile{
  background: #ebeff5;
  
}
.footer__profile__address>.textwidget>p{
  text-align: left;
  color: #888;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.footer_content_link{
  padding: 0.07692em 0;
}
.footer_addres>p{
  margin-bottom: 0;
  text-align: center;
  padding: 1.07692em 0;
  color: #888;
  font-size: 13px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.footerlogo>.site-description{
  color: #888;
  margin-top: 0;
  font-style: unset;
  font-size: 1rem;
  text-align: left;
}

.footerlogo>.site-title a{
  color: rgb(63, 63, 63);
}
.footerlogo>.site-title{
  padding: 10px 0px;
  font-size: 1.825em;
  letter-spacing: 5px;
  text-shadow: none;
}
/* post */
.figimg{
  margin-bottom: 25px;
}
.figimg>img{
  width: 100%;
  max-height: 270px;
}
.post_title{
  font-family: 'Merriweather', Georgia,serif;
  font-size: 1.35em;
  line-height: 135%;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0;
  word-wrap: break-word;
}
.post_title>a{
  color: #111;
  text-decoration: none;
}
.data-post-meta{
  color:#888;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 120%;
  margin: 12px 0px;
}
.data-post-meta>i{
  margin-right: 10px;
}
.category>ul{
  list-style: none;
  padding: 0;
}
.category>ul>li{
  margin-bottom: 9px;
  font-size: 0.8rem;
  line-height: 120%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0093c2;
  display: inline-block;
}
.post-categories{
  margin: 0;
}
/* footertop */
.back-to-top{
  background-color: #0093c2;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0;
  height: 35px;
  width: 35px;
  padding: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-align: center;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.back-to-top i{
  font-size: 18px;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.active{
  display: block;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
  border: none;
  line-height: 1;
  outline: none;
  transition: background 150ms ease-in-out;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
select {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.sidebarcontetn>form{
  padding: 2px 5px;
}
.searchtitle{
  font-size: 1.26em !important;
  letter-spacing: 4px;
}
.searchtitle>i{
  margin-right: 10px;
}

.notebox{
  background:#f0f0f0;
  position: relative;
  padding: 12px 15px;
  color: #888;
}
.notebox>span{
  font-weight: 600;
}
.notebox::before{
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  top: -8px;
  left: 13px;
}
.notebox::after,.notebox::before{
  display: inline-block;
  position: absolute;
  content: '';
}
.notebox .search-again{
  margin-top: 10px;
}
.screen-reader-text{
  display:none;
}
.themeform button[type=submit], input[type=submit]{
  background: #0093c2;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  height: 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
[role=search].search-form{
  display: flex;
}
[role=search].search-form label{
  position: relative;
  box-flex: 1;
  flex: 1;
  margin-right: 5px;
}
[role=search].search-form label input{
  padding-left: 26px;
  line-height: 20px;
  width: 100%;
}
[role=search].search-form label::after{
  color: #ccc;
  line-height: 1.714em;
  font-size: .875em;
  position: absolute;
  left: 10px;
  top: 8px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.search-form input[type=search]{
  background: #fff;
  border: 2px solid #ddd;
  color: #777;
  display: block;
  max-width: 100%;
  padding: 7px 8px;
}

/* single */
.figure{
  position: relative;
}
.single_content{
  padding: 40px 20px 0px 20px;
  min-height: 800px;
}
.single-title{
  font-size: 2.0em;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: 2px;
  word-break: break-word;
}
.blogdateauth{
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  font-size: 1rem;
  color: #999;
}
.blogdateauth>span{
  margin-right: 15px;
}
.blogdateauth>span>i{
  margin-right: 10px;
}
/* page */
.page_content{
  margin: 60px 0px;
  padding: 0px 20px;
  
}
.page-title{
  padding-bottom: 30px;
  border-bottom: 3px solid #ddd;
  font-size: 2.5em;
  line-height: 135%;
  font-weight: 900;
}
.page_contents{
  padding-top: 20px;
  min-height: 800px;
}

/* archive */
.archive-header{
  margin: 60px 0px 20px 0;
  border-width: 0 0 2px 0;
  border-style: solid;
  margin-bottom: 10px;
  border-color: #0093c2;
}
.archive-title{
  font-size: 1.85rem;
  line-height: 110%;
  font-weight: 900;
  letter-spacing: 1px;
  color: #666;
  display: inline-block;
  background: #0093c2;
  color: #fff;
  padding: 10px 5px;
  margin-bottom: 0;
}
.archive-title::before{
  border-left-color: #0093c2;
  border-color: transparent transparent transparent #0093c2;
  width: 0;
  position: absolute;
  right: -40px;
  top: 0px;
  height: 0;
  border-style: solid;
  border-width: 53px 0 0px 40px;
  content: "";
}

.archive-title>i{
  font-size: 25px;
  margin-right: 8px;
}
/* 404 */
.errea{
  background: #fff;
  padding: 16px 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);

  font-weight: 700;
}
.erreheader{
  text-align: center;
}
.erre{
  text-align: center;
  font-size: 100px;
  line-height: 32px;
  color: #212121;
  font-weight: 800;
}
.erre>i{
  margin: 10px;
  text-shadow: 1px 3px 8px rgba(0,0,0,0.17);
  color:#0093c2;
}
.entry-header>form{
  padding: 0px 55px;
  width: 40%;
}
.errepcontent{
  font-size: 30px;
  line-height: 32px;
  color: #212121;
  font-weight: 600;
}
.btn-home{
  padding: 6px 32px;
  margin: 20px 0;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color:#0093c2;
  color: #fff !important;
  background: #0093c2;
  transition: all 0.3s ease;
}
.btn-home:hover{
  color: #fff;
  opacity: 0.8;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.error-404{
  text-align: center;
}
.nav-previous{
  position: relative;
  top: -15px;
  padding: 30px;
  right: -30px;
}
.nav-previous>a{
  color:#0093c2;
}
.nav-next{
  position: relative;
  top: -15px;
  padding: 30px;
  left: -30px;
}
.nav-next>a{
  color:#0093c2;
}
@media screen and (max-width:960px){
  #nav-header.nav-container{
      padding-bottom:0px;
  }
.header{
      padding-bottom: 0px;
  }
  .hu-pad{
    padding: 91px 30px 22px !important;
    max-width: 100%;
  }
  .screen_bg{
    background-color: #0093c2;
  }
  #nav-header .container{
      padding: 0;
  }
  #header{
    height: 200px;
    background-position: 45% -100px;
    position: relative;
  }
  
  .site-title{
    font-size: 3.85em;
    display: block;
  }
  .desktop-menu{
      display: none;
      -webkit-transition: all ease .35s;
      -moz-transition: all ease .35s;
      -o-transition: all ease .35s;
      transition: all ease .35s;
  }
  .displat{
      display: block !important;
      -webkit-transition: all ease .35s;
      -moz-transition: all ease .35s;
      -o-transition: all ease .35s;
      transition: all ease .35s;
  }
  .ham__navbar-toggler-two{
      display: block;
  }
  .nav-wrap{
      max-width: 100%;
      width: 100%;
  }
  .barnav > li{
      display: block;
  }
  .container-inner .item{
      opacity: 1;
      visibility: visible;
      width: 100%;
      position: relative;
      background: transparent;
      padding: 0px;
      display: none;
      left: 0;
      transform: translateX(0%);
  }
  .barnav >li{
      position: relative;
  }
  .barnav>li>a{
      padding: 8px 12px;
      min-height: 43px;
  }
  .barnav > li > ul::before {
    display: none;
  }
  #nav-header .nav-wrap .barnav li a{
      border-top: 1px solid rgba(255,255,255,.06);
      text-align: left;
  }
  .nav-container .item>li>a{
      font-size: 1rem;
      padding: 8px 12px;
      padding-left: 40px;
  }
  .hu-dropdown-toggle-wrapper{
      display: block;
      position: absolute;
      top: 1px;
      right: 0;
      text-align: center;
      line-height: 1;
      bottom: 1px;
  }
  .hu-dropdown-toggle{
      background: 0 0;
      -webkit-appearance: none;
      outline: 0;
      border: none;
      padding: 0;
      cursor: pointer;
      height: 40px;
      width: 44px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      color: rgba(255,255,255,.9);
  }
  .hu-dropdown-toggle i{
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; 
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 100%;
      font-size: 13px;
  }

  .expanded{
      display: inline !important;
  }
  .expanded>.fa-angle-down{
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }
  .container-inner .item >li>.item{
      position: relative;
      opacity: 1;
      visibility: visible;
      top: 0;
      left: 0%;
      transform: translateY(0);
      width: 100%;
      background: transparent;
  }
  .nav-container .item>li>.item>li>a{
      padding: 8px 12px;
      padding-left: 80px;
  }
  .single-title{
    font-size: 1.5em !important;
  }
}
@media screen and (max-width:760px){
  #header{
    background-position: right 60% bottom 35px;
    height: auto;
  }
  .hu-pad{
    padding: 20px 30px 30px !important;
  }
  .site-title{
    font-size: 1.3em;
    letter-spacing: 5px;
    text-align: left !important;
    margin-right: 56px;
  }
  .blogdateauth{
    font-size: 0.9rem;
  }
  .contetn_magin{
      padding-right: 0px !important;
      padding-left: 0px !important; 
      margin: 15px 0px;
  }
  .contetn_magin>.row{
      margin: 0;
  }
  .box_contetn{
      float: none;
      width: 100%;
      padding: 0;
  }
  .post_contetn{
      padding: 25px 5px 25px 10px;
      min-height: 250px;
  }
  .post_img{
      float: none;
      width: 100%;
      padding: 5px 10px;
  }
  .post_header{
      width: 100%;
      float: none;
      padding: 10px;
  }
  .footerlogo>img{
      width: 100%;
  }
  .single_content{
    padding: 20px 5px 0px 5px;
  }
  .post_title{
    font-size: 1.2em;
  }
  .archive-title{
    font-size: 1.35rem;
  }
  .archive-title::before{
    border-width: 45px 0 0px 40px;
  }
  .post_content{
    margin-bottom: 0px;
    padding: 15px 5px !important;
  }
  .post_content::after{
    width: 100%;
  }
  .footerlogo>.site-title{
    display: block;
    text-shadow: none;
    text-align: center !important;
    font-size: 1.25em;
    margin-right: 0px;
  }
  .footerlogo>p{
    text-align: center;
  }
  .footer__profile__address>.textwidget>p{
    text-align: center;
  }
}