@charset "UTF-8";
/*
Template Name: Km Nation
Version: 1.0
Author: Comko
Author URI: http://themeforest.net/user/saidalic
Description: Personal Blog and Magazine HTML Template

*/

@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat.ttf);
}

body {
  font-family: montserrat, sans-serif;
  font-size: smaller;
  margin: 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
  position: fixed;
  height: 101px;
  width: 100%;
  top: 0;
}
footer{
  padding: 20px 0;
  text-align: center;
}
blockquote{
  font-size: 24px;
  font-style: italic;
  font-family: serif;
}
a{
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.7;
}
p{
  font-size: 15px;
  line-height: 1.7;
}
button{
  padding: 8px 10px;
  background: #1f72c7;
  border-radius: 5px;
  border: 0;
  color: white;
}
input,textarea{
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: inherit;
}
input{
  height: 25px;
}
textarea{
  height: 50px;
}
img{
  max-width: 100%;
  max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}
.header-content{
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
ul{
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
figure{
  margin: 0;
}
li{padding: 10px 8px;}
.fixed-bg {
  position: relative;
  padding: 30px 30px 0;
}
.logo{
    width: 250px;
    position: absolute;
    bottom: 67%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 235px;
  height: 51px;
  left: 30px;
  position: relative;
}
.header-icone {
  right: 30px;
  position: relative;
  display: flex;
}
.header-icone-left {
  left: 30px;
  position: relative;
}
.fixed{
  position: fixed;
}
.bottom-30{
  bottom:30px;
}
.top-30{
  top:30px;
}
.right-30{
  right:30px;
}
.left-30{
  left:30px;
}
.search-container{position: absolute;bottom: 5%;left: 50%;-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.search-container form{
  position: relative;
}
.search-container form input{
  width: 600px;
  height: 45px;
  border: none;
  padding: 0 15px;
}
.search-container form button{
  background: none;
  border: none;
  position: absolute;
  right: 7px;
  top: 7px;
}
.title-section{
  width: max-content;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.nav-menu{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-button{
  display: none;
  width: 50%;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.nav-button a, .nav-menu a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
}
.nav-button-icons{
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 15px;
}
.nav-button div img, .nav-menu div img{
  width: 30px;
  height: 30px;
}
.transition{
  /* -webkit-transition: all 0.5s ease; */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-switch{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-s-header{
  width: 100%;
  position: fixed;
  top: 100px;left: 0px;
  z-index: 998;
}
.s-header-right{
  width: 200px;
}
.s-header-left ul{
  display: flex;
  width: 75%;
  align-items: center;
}
.s-header-right ul{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.s-header-right ul li{
  padding: 10px;
}
.s-header-right ul a{
  padding: 10px;
  color: inherit;
}
.content-s-header ul li{
  display: inline;
  line-height: 1.3;
  cursor: pointer;
}
.s-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.home-container, .section-container{position: relative;}
.home-content, .section-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-rectangle{
  width: 594px;
  height: 302px;
  margin-bottom: 10px;
  position: relative;
}

.post-small-rectangle{
    width: 100%;
    height: 143px;
    position: relative;
}
.small-rectangle{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
}

.author-img{
  margin-right: 10px;
}
.section{margin-top: 150px;margin-bottom: 20px;}
.section-left{
    width: 23%;
    height: max-content;
    top: 150px;
    position: sticky;
    overflow-x: hidden;
}
.section-middle{
  width: 50%;
}
.section-right{
    width: 23%;
    height: max-content;
    top: 150px;
}
.tags{
    margin-bottom: 20px;
}
.tags span{
    padding: 10px;
    color: aqua;
    cursor: pointer;
}
#title{
  position: absolute;
  bottom: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  width: 70%;
}
#title h1{
  margin: 0;
}
.subscribe{
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
.subscribe span{font-size: 20px;font-weight: bold;}
.content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
  margin: 0;
}
.footer-links{display: flex;justify-content: center;margin: 10px 0;}
.footer-links a{padding: 0 7px}
.rounded{
  border-radius: 5px;
}
.rounded-top{border-radius: 5px 5px 0 0;}
.rounded-bottom{border-radius: 0 0 5px 5px;}
.about-author{
    display: flex;
    padding: 10px 0;
}
.details{
    width: 90%;
}
.name{
    margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.social-icons li:not(:last-child) {
    margin-right: 1rem;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}
.name a{
  font-size: 20px;
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1em 0;
}
.content ul {
  padding-left: 50px;
  font-size: 16px;
  line-height: 0.5;
}
.content ul li {
    list-style-type: circle;
}
.title-sidebar, .widget-title{
    font-weight: 700;
    font-size: 17px;
}
.section-left li, .section-right li {padding: 4px 0;list-style: none;}
.block-content{
    margin-bottom: 15px;
}
.block-content a{
  color: inherit;
}
.sticky {
  position: sticky;
  top: 150px;
}
.sidebar-posts{
    margin: 12px 0 20px;
}
.sidebar-post{
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
}
.sidebar-post-img{
    width: 60px;
    height: 60px;
    position: relative;
}
.sidebar-post-title{
    margin-left: 10px;
    width: 80%;
}
.sidebar-post-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/*------------------------------------------------
Caroussel
------------------------------------------------*/

.pointer-click{
  cursor: pointer;
}

.km-section{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /*width: 945px;*/
  /*width: 830px;	*/
  /*width: 720px;*/
  /*width: 620px;*/
  /*width: 540px;*/
  /* width: 410px; */
  /* width: 320px; */
  margin-top: 12px;
}
.km-items{
  display: inline-flex;
}
.km-items-item{
  position: relative;
  border-radius: 10px;
  height: 276px;
  width: 276px;
}
.km-items-item:not(:last-child) {
    margin-right: 10px;
}
.km-items-item-image{
  position: relative;
  height: 78%;
}
.km-items-item-text{
  line-height: 1.5;
}
.km-items-item-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.margin-item{
    margin: 10px;
}
.item-title{
  font-weight: bold;
}
.navigation-right,.navigation-left{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    font-size: 40px;
}
.navigation-right{
  right: 10px;
}
.navigation-left{
  left: 30px;
}
.km-navigation-symbol{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
}
.ad{
    margin: 0;
}
.ad span{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
}

#pagination{
  display: flex;
  margin: 0 auto;
  width: 220px;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.paginationNumber{
  display: contents;
}
.paginationNumber span{
    padding: 10px 15px;
}
.about{
  max-width: 700px;
  margin: 0 auto;
}
.cat-box{
  padding: 40px 0;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
#o{
  padding: 5px 10px;
  cursor: pointer;
}
.o-content{
  position: absolute;

}
.lg-post{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.lg-post-block a:hover{
  color: inherit;
} 
.lg-post-img{
    width: 48%;
    position: relative;
}
.lg-post-img img{
  border-radius: 5px 0 0 5px;
}
.lg-post-content{
    width: 75%;
    position: relative;
}
.lg-post-excerpt{
    margin: 10px 0;
}
.post-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.post-meta-author{
    display: flex;
    align-items: center;
}

.img-fullfill{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
}

.post-content{
    position: absolute;
    height: max-content;
    bottom: 0;
    width: -webkit-fill-available;
    padding: 15px;
}

.absolute-bottom{
  position: absolute;
  bottom: 0;
}

.border-radius-50{
  border-radius: 50px;
}

.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}

.flex-align-center{
  display: flex;
  align-items: center;
}

.flex-space-between{
  display: flex;
  justify-content: space-between;
}

.div-80{
  width: 80px;
  height: 80px;
  position: relative;
}

.margin-left-10{
  margin-left: 10px;
}

.margin-right-10{
  margin-right: 10px;
}

.margin-top-20{
  margin-top: 20px;
}

.margin-bottom-20{
  margin-bottom: 20px;
}

.margin-top-15{
  margin-top: 15px;
}

.margin-bottom-15{
  margin-bottom: 15px;
}

.newsletter-wrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.newsletter-header {
  padding: 50px 50px 100px 50px;
  min-height: 150px;
  background: url(https://cdn0.iconfinder.com/data/icons/elpis/144/Newsletter-128.png) no-repeat center 130px;
}

.newsletter-header h1 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.newsletter-header p {
  font-size: 13px;
  margin-top: 0;
}

.newsletter-footer {
  display: flex;
  justify-content: space-between;
}

.newsletter-footer form {
  flex-grow: 1;
  display: flex;
}

.newsletter-footer input {
  border: none;
  padding: 20px 25px;
  flex-grow: 2;
  border-radius: 0;
}

.newsletter-footer .btn-submit {
  border: none;
  padding: 20px;
  flex-grow: 1;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 0;
}
.icon-size{
  width: 25px;
  margin: 0 8px;
}
.section--middle{
  width: 100%;
}
.section--left{
  width: 70%;
}
.section--right{
  width: 28%;
}

.child{
  width: 87%;
  margin-left: 60px;
}

.comments li.comment {
  margin-bottom: 15px;
}

.comments li {
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.reply{
  padding: 20px;
}
.form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}
.form-control {
  display: block;
  border-radius: 25px;
  width: 100%;
  padding: 8px 5px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/*------------------------------------------------
Theme
------------------------------------------------*/

.title-posts-lg,.title-posts-md,.title-posts-sm,.title-posts-xsm{font-weight: bold;}
.title-posts-lg{
  font-size: 30px;
  line-height: 1.3;
}
.title-posts-md{
  font-size: 25px;
  line-height: 1.3;
}
.title-posts-sm{
  font-size: 18px;
  line-height: 1.3;
}
.title-posts-xsm{
  font-size: 15px;
  line-height: 1.3;
}
.padding-all-10{padding: 10px;}
.author-img-lg{width: 50px;margin-right: 6px;}
.author-img-md{width: 35px;margin-right: 6px;}
.author-img-sm{width: 25px;margin-right: 6px;}
.regular-font-size{
  font-size: 15px;
  line-height: 1.7;
}
.mask{
  color: white;
  background:linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}

.grid-container-4 {
  display: grid;
  gap: 10px;
  grid-template-columns: 292.5px 292.5px 292.5px 292.5px;
}

.grid-container-2 {
  display: grid;
  gap: 10px;
  grid-template-columns: 292.5px 292.5px;
  height: 300px;
}

.grid-container-3 {
  display: grid;
  gap: 10px;
  grid-template-columns: 393.5px 393.5px 393.5px;
}

.grid-container-1 {
  display: grid;
  gap: 10px;
}

.grid-item,.grid-item-2,.grid-item-3 {
  position: relative;
}
.grid-item-2 {
  height: 144px;
}

.grid-item-3 {
  height: 400px;
}
.grid-item {
  height: 300px;
}
.space-work{
  width: 1200px;
  margin: 0 auto;
}
.category-badge{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    z-index: 900;
}

.gradient-dark{
  color: white;
  background: linear-gradient(90deg, rgba(42,44,79,1) 0%, rgba(22,45,66,1) 100%);
}

.gradient-green{
  color: white;
  background: linear-gradient(90deg, rgba(97,195,94,1) 0%, rgba(48,98,55,1) 100%);
}

.gradient-white{
  color: black;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(138,138,139,1) 100%);
}

.gradient-red{
  color: white;
  background: linear-gradient(90deg, rgba(211,74,74,1) 0%, rgba(98,48,48,1) 100%);
}

.gradient-blue{
  color: white;
  background: linear-gradient(90deg, rgba(74,114,211,1) 0%, rgba(48,63,98,1) 100%);
}
.title-sm{
  font-size: 16px;
  font-weight: 600;
}
.title-md{
  font-size: 20px;
  font-weight: 600;
}
.title-lg{
  font-size: 25px;
  font-weight: 600;
}
.line{
    height: 3px;
    position: absolute;
    width: 100%;
    top: 15px;
    z-index: 0;
}

.ads-screen-sm{
  display: none;
  height: 120px;
  margin: 20px 0;
  position: relative;
}
#menu-overlay{
  display: none;
  position: fixed;
  background: rgb(0 0 0 / 50%);
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.overlay{width: 100%;}
#menu{
  position: fixed;
  height: 100%;
  width: 360px;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 10px;
}
.menu-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-body ul div{
  padding: 10px;
  height: 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.close-btn{
    width: 12px;
    height: 12px;
    display: block;
    margin: 10px;
    cursor: pointer;
}

.manage-account{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_us_2 {
  width: 100%;
}

.contact_us_2 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_2 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_2 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_2 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_2 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  height: auto;
}

.contact_us_2 .responsive-container-block.container {
  position: static;
  min-height: 75px;
  flex-direction: column;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
  max-width: 799px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
}

.contact_us_2 .text-blk.contactus-subhead {
  color: #9c9c9c;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
  width: 48%;
}

.contact_us_2 .input {
  width: 91.5%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .textinput {
  width: 96%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .submit-btn {
  width: 98%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.contact_us_2 .form-box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .social-media-links {
  width: 280px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.social-media-links ul{
  padding: 0;
}

.contact_us_2 .link-img {
  width: 30px;
  height: 30px;
}

.contact_us_2 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #9c9c9c;
}

.contact_us_2 ::placeholder {
  color: #dadada;
}

.contact_us_2 .blueBG {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 300px;
}

@media (max-width: 768px) {
  .contact_us_2 .submit-btn {
    width: 100%;
  }

  .contact_us_2 .input {
    width: 100%;
  }

  .contact_us_2 .textinput {
    width: 100%;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_2 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 34px;
  }

  .contact_us_2 .input {
    height: 45px;
  }
}

@media screen and (max-width: 1235px) {
  .space-work{
    width: 898px;
  }
  .grid-container-4 {
    grid-template-columns: 292.5px 292.5px 292.5px;
  }
  .grid-container-2 {
    grid-template-columns: 292.5px;
  }
  .section-content{flex-direction: column-reverse;}
  .section-left,.section-right{
    width: 100%;
    position: relative;
    top: 0;
    display: flex;
    justify-content: space-between;
  }
  .section-middle{width: 100%;margin-bottom: 20px;}
  .ad{display: none;}
  .ads-screen-sm {
    display: block;
  }
  .widget{width: 100%;}
  .km-items-item {
    position: relative;
    border-radius: 10px;
    height: 300px;
    width: 300px;
  }
  .block-content{width: 33%;}
  .newsletter-wrapper{display: none;}
}
@media screen and (max-width: 940px) {
  .space-work{
    width: 594px;
  }
  .nav-button{width: 90%;}
  .s-header-left{display: none;}
  .grid-container-4 {
    grid-template-columns: 292.5px 292.5px;
  }
  .grid-container-2 {
    grid-template-columns: 292.5px 292.5px;
  }
  .lg-post {
    display: block;
  }
  .lg-post-img {
    height: 300px;
    width: 100%;
  }
  .lg-post-content {
    width: 97%;
  }
  .lg-post-img img {
    border-radius: 5px 5px 0 0;
  }
  .ads-screen-sm{height: 90px;}
  .block-content{width: 100%;}
}
@media screen and (max-width: 850px) {
  .search-container form input {width: 400px;}
}
@media screen and (max-width: 640px) {
  .space-work{
    width: 450px;
  }
  .post-rectangle {
    margin-top: 20px;
    width: 450px;
  }
  .grid-container-4 {
    grid-template-columns: 450px;
  }
  .grid-container-2 {
    grid-template-columns: 450px;
  }
  .lg-post-excerpt{display: none;}
  .x{height: 623px;grid-template-rows: 300px;}
  .s-header{
    display: none;
  }
  .lg-post-content {
    width: 95%;
  }
  .nav-button{width: 100%;}
}
@media screen and (max-width: 625px) {
  .search-container form input {width: 250px;}
}