header {
    background: #325466;
    border-bottom: 8px solid #4db045;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 13px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header .container {
    display: flex;
    width: 100% !important;
    max-height: 50px;
    padding: 0 !important;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    outline: none !important;
}

.toggle-btn i {
    background: #4dcbcd;
    border-radius: 4px;
    display: block;
    position: relative;
    height: 7px;
    margin: 7px 7px;
    width: 45px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
header .nav1{
    padding: 0 0 0 15px;
    display: flex;
    justify-content: space-between;
}
header nav.full-screen {
    display: none;
}

header nav .item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
header nav.d-block1 .item{
    margin-right: 0;
}
header .nav1 .item{
  margin-right: 65px;
}
header nav .item a, header nav .item span {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header nav.d-block1 .item a{
      color: #4DCBCD;
}
header nav.d-block1 .item a:hover{
    color: #fff;
}
header nav .item a:hover {
    color: #4dcbcd;
}

header nav .item .item {
    display: none;
}

.content1{
    padding-top: 75px;
}
.regim h4{
    color: #67BF34;
    margin:  0;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.regim  p{
    margin-bottom: 0;
    line-height: 1.4;
}
.regim  span{
    color: #67BF34;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}