*{
    margin: 0;
    padding: 0;
}

nav.navbar.navbar {
    margin-bottom: 0 !important;
    min-height: auto;
}

header {
    padding: 20px 3%;
    background-color: #fff;
}

header nav ul {
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline-block;
    margin: 0 20px;
}


header .col-md-7 {
    display: inline-flex;
    align-items: center;
    height: 57px;
}

header nav {
    margin-right: 10%;
}

.sear i {
        font-family: 'Font Awesome\ 5 Free';
    font-size: 15px;

}

header ul.cont li a {
    font-family: 'Teko';
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
}

header nav ul li a {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
    transition: 0.2s;
    position: relative;
    padding: 0 !important;
    font-size: 18px;}

header nav ul li a:hover{
    background-color: transparent !important;
}
header nav ul li:hover a:after {
    width: 100%;
    opacity: 1;
}

header nav ul li a:after {
    content: "";
    position: absolute;
    border: 1px solid #1358be;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
        bottom: 0;
    opacity: 0;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
}

header ul.cont {
    margin: 0;
    padding: 0px 0 0 53px;
    position: relative;
}

header ul.cont li {
    display: block;
}

header ul.cont:after {
    content: "";
    position: absolute;
    height: 79%;
    width: 40px;
    left: 0;
    top: 3px;
    background-image: url(../img/cl.png);
    background-size: contain;
    background-repeat: no-repeat;
}

header ul.cont li small {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

section.slider {
      height: 800px;
    background-image: url(/img/sli.png);
    text-align: center;
    background-size: cover;
}

section.slider .container {
    height: 100%;
}

section.slider .container .row {
    height: 100%;
}

section.slider .container .row .col-md-12 {
    height: 100%;
    display: flex;
    align-items: center;
}

section.slider .contant {}

section.slider .contant h3 {
    color: #fff;
    font-family: 'Teko';
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0;
}

section.slider .contant h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Teko';
    font-size: 110px;
    line-height: 86px;
}

p {font-family: 'Poppins', sans-serif;color: #fff;font-size: 14px;line-height: 22px;}

a.btn {
    background-color: #1257ba;
    border-radius: 0;
    font-family: 'Teko';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 13px 40px;
    color: #fff;
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    z-index: 2;
    border-radius: 7px;
}

a.btn:after {
    content: "";
    position: absolute;
    height: 89%;
    top: 11px;
    right: -23px;
    width: 32px;
    transform: skew(-25deg, 20deg);
    background-color: #1552a7;
    transition: 0.2s;
    z-index: -1;
}

a.btn:hover:after {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    top: 0;
}

a.btn:hover {
    color: #fff;
}

section.sec2 {
    overflow: hidden;
    padding: 4% 0 0 !important;
}

section.sec2 h2.heading {FONT-VARIANT: JIS04;font-family: 'Teko';font-size: 70px;text-transform: uppercase;font-weight: 400;line-height: 57px;color: #000;margin: 0 0 25px 0;}

section.sec2 p {
    color: #000000ba;
}

section.sec2 .sliders {}

section.sec2 .sliders .item.slick-slide {
    margin: 15px 10px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #00000026;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
    min-height: 479px;
}

section.sec2 .sliders .item.slick-slide h2 {
    font-family: 'Teko';
    line-height: 33px;
    text-transform: uppercase;
    color: #125dc7;
    font-size: 37px;
    margin-bottom: 26px;
    min-height: 66px;
}

section.sec2 .sliders .item.slick-slide a {
    position: absolute;
    bottom: 0;
    height: 70px;
    right: -100%;
    width: 79px;
    transform: skewX(-30deg);
    line-height: 87px;
    padding-left: 6px;
    transition: 0.2s;
}

section.sec2 .sliders .item.slick-slide a i {
    transform: skew(20deg);
}

section.sec2 .sliders .item.slick-slide:hover a {
    right: -58px;
    background-color: #2f4e8a;
    color: #fff;
    font-weight: 100;
}

section.sec2 .sliders .item.slick-slide:hover {
    background-color: #173a7d;
}

section.sec2 .sliders .item.slick-slide:hover h2,section.sec2 .sliders .item.slick-slide:hover p {
    color: #fff;
}

section.sec2 .sliders button {
    border: 1px solid;
    position: absolute;
    top: -69px;
    background-color: #909194;
    height: 40px;
    width: 40px;
    border-radius: 39px;
    left: auto;
    transition: 0.2s;
    right: 20px;
}

section.sec2 button.slick-next.slick-arrow {
}

section.sec2 button.slick-prev.slick-arrow {
    right: 5%;
}

section.sec2 .sliders button.slick-prev.slick-arrow:before {
    /* content: "\f053" !important; */
    content: "<" !important;
    font-family: 'Poppins';
}

section.sec2 .sliders button.slick-next.slick-arrow:before {
    content: ">" !important;
    font-family: 'Poppins' !important;
}

section.sec2 .sliders button:hover {
    background-color: #125dc7;
}

section.abt {
    background-color: #f4f5f8;
    padding: 8% 0 5% !important;
    margin-top: -95px;
}

section.abt h2 {
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 56px;
    margin: 20px 0;
}

section.abt h2 span {
    color: #1257ba;
}

section.abt p {
    color: #000000d1;
    line-height: 28px;
}

section.abt  a.btn {
    background-color: #333 !important;
    border-radius: 7px;
}

section.abt a.btn:after {
    background-color: #4a4b4f;
}

section.abt2 {
    padding: 5% 0 !important;
}

section.abt2 h2 {
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 56px;
    margin: 20px 0;
}

section.abt2 h2 span {
    color: #1257ba;
}

section.abt2 ul {
    position: relative;
    /* padding-left: 60px; */
    margin: 0;
}

section.abt2 ul li {
    margin: 60px 0;
    display: block;
    position: relative;
    padding-left: 90px;
}

section.abt2 ul li p {
    color: #000000c7;
}

section.abt2 ul li h3 {
    font-family: 'Teko';
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

section.abt2 ul li:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 61px;
    left: 0;
    top: 0;
    background-image: url(../img/ar.png);
    background-repeat: no-repeat;
}

section.sec6 {
    overflow: hidden;
    background-color: #f4f5f8;
    padding: 4% 0 !important;
}

section.sec6 h2 {
    font-family: 'Teko';
    font-size: 53px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-left: 5%;
}

section.sec6 h2 span {
    color: #125dc7;
}

section.sec6  .slider.slick-initialized.slick-slider {}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide {
    margin: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #cccccc70;
    padding: 30px;
        min-height: 282px;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead {
    /* display: flex; */
    /* align-items: center; */
    height: 90px;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead i {
    height: 75px;
    width: 75px;
    display: inline-block;
    float: left;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead i img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead h2 {
    font-size: 18px;
    margin: 0 18px;
    display: inline-block;
    float: left;
    line-height: 76px;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead span {
    width: 40px;
    height: 32px;
    display: inline-block;
    float: right;
    margin: 19px 0;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead span img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide p {
    clear: both;
    color: #000000c2;
    margin:  0;
}

section.sec6  ul.slick-dots {
    position: absolute;
    bottom: auto;
    top: -89px;
    width: 19%;
    right: 0;
}

section.sec6 ul.slick-dots li {
    width: 15px;
}

section.sec6 ul.slick-dots li button {
    border: 1px solid #909194 !important;
    border-radius: 21px;
    padding: 0 !important;
    height: 10px;
    width: 10px;
}

section.sec6 ul.slick-dots li button:before {
    left: 0;
    right: 6px;
    margin: auto;
    top: 3px;
    height: 10px !important;
    width: 10px !important;
    line-height: 10px;
    display: none;
}

section.sec6 ul.slick-dots .slick-active button {
    border-color: #125dc7 !important;
}

section.gro {
    background-image: url(../img/bg2.png);
    background-size: cover;
    padding: 8% 0 !important;
}

section.gro h2 {
    color: #fff;
    font-family: 'Teko';
    font-size: 68px;
    text-transform: uppercase;
    line-height: 57px;
    font-weight: 400;
}

section.gro h2 span {
    color: #1257ba;
}


section.conts {
    padding: 5% 0 !important;
}

section.conts .inr {
    clear: both;
    width: 100%;
    height: 300px;
    border-bottom: 1px solid #ccccccba;
}

section.conts .inr ul li {
    display: inline-block;
    width: 49%;
    float: left;
}

section.conts .inr ul li i {
    display: block;
    height: 100%;
    width: 90%;
}

section.conts .inr ul li i img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

section.conts .inr ul li p {
    color: #000;
}

section.conts .inr ul li h2 {
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

section.conts .inr2 {
    margin: 50px 0 0;
}

section.conts .inr2 ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    float: left;
}

section.conts .inr2 ul li h3 {
    font-family: 'Teko';
    font-size: 52px;
    margin: 0;
    line-height: 51px;
}

section.conts .inr2 ul li h5 {
    margin: 0;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 20px;
    color: #686a6f;
    font-weight: 400;
    font-size: 20px;
}

section.conts .inr2 ul li:nth-child(1):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    border-radius: 10em;
    top: 0;
    right: 44px;
    background-color: #1257ba;
}

section.conts .inr2 ul li i {
    display: block;
    margin: 10px 0;
}

section.conts .contacts {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccccccb8;
    padding: 20px 40px;
    border-radius: 10px;
}

section.conts .contacts h2 {
    font-family: 'Teko';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
}

section.conts .contacts form.forms {}

section.conts .contacts form.forms input {
    display: block;
    width: 100%;
    height: 60px;
    margin: 12px 0;
    background-color: #f4f5f8;
    border: none;
    border-radius: 8px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Poppins';
    color: #000 !important;
}

section.conts .contacts form.forms  select {
    width: 100%;
    height: 60px;
    border: navajowhite;
    background-color: #f4f5f8;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins';
    border-radius: 7px;
}

section.conts .contacts form.forms {}

section.conts .contacts form.forms input.btn {
    font-family: 'Teko';
    text-transform: uppercase;
    background-color: #1257ba;
    color: #fff !important;
    font-size: 19px;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

section.conts .contacts {
    position: relative;
    top: -136px;
}

section.blg {
    background-color: #f4f5f8;
    padding: 5% 0 !important;
}

section.blg .col-md-4 {}

section.blg .col-md-4 i.img2 {
    display: block;
    height: 248px;
    width: 100%;
}

section.blg .col-md-4 i.img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.blg .col-md-4 .incont {
    width: 80%;
    margin: auto;
    padding: 11px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    margin-top: -18px;
    box-shadow: 0px 0px 10px #ccc;
}

section.blg .col-md-4 .incont ul {
    text-align: center;
    margin: 0;
}

section.blg .col-md-4 .incont ul li {
    display: inline-block;
    font-family: 'Teko';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

section.blg .col-md-4 .incont li {
    margin: 0 11px;
}

section.blg .col-md-4 .incont ul li i {
    color: #1257ba;
}

section.blg .col-md-4 {
    text-align: center;
}

section.blg .col-md-4 h2 {
    font-family: 'Teko';
    font-size: 34px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 25px;
}

section.blg .col-md-4 p {
    color: #000000e6;
}

section.blg .col-md-4 a {
    display: block;
    height: 50px;
    width: 50px;
    margin: 40px auto 0;
    border-radius: 5em;
    line-height: 50px;
    background-color: #cacbcf;
    color: #fff;
    transition: 0.2s;
}

section.blg .col-md-4:hover a {
    background-color: #1257ba;
}


section.blg {}

section.blg h5 {
    text-align: center;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 40px;
}

section.blg h5 span {
    color: #1257ba;
}

footer {
    background-image: url(../img/ft.png);
    background-size: cover;
    padding: 5% 0 0 !important;
}

footer p {
    color: #606060;
    font-size: 13px;
}

footer .col-md-3:nth-child(1) {}

footer .col-md-3:nth-child(1) i {
    display: block;
    height: 59px;
    width: 100%;
    margin-bottom: 30px;
}

footer .col-md-3:nth-child(1) i img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

footer  ul.soc {
    margin: 20px 0;
}

footer  ul.soc li {
    display: inline-block;
    margin: 0 4px;
}

footer ul.soc li a i {
    height: 100% !important;
    margin: auto !important;
    line-height: 40px;
}

footer ul.soc li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1c1e22;
    border-radius: 4em;
    color: #ccc;
}

footer h3 {
    color: #fff;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

footer .col-md-3:nth-child(2) {
    padding-left: 6%;
}

footer ul.menu {}

footer ul.menu li {
    margin: 10px 0;
    display: block;
}

footer ul.menu li a {
    color: #cccccc9c;
    font-family: 'Poppins';
    font-size: 13px;
}

footer ul.menu li a span {
    color: #145bc2;
    font-size: 15px;
    margin-right: 5px;
}

footer ul.contaxct {}

footer ul.contaxct li {
    color: #cccccc9c;
    font-family: 'Poppins';
    font-size: 13px;
    display: block;
    margin: 26px 0;
}

footer ul.contaxct li i {
    color: #2268c5;
    margin-right: 10px;
}

footer form.news {
    background-color: #1c1e22;
    border-radius: 7px;
    margin-bottom: 30px;
}

footer form.news input[type="text"] {
    background-color: transparent;
    border: none;
    height: 60px;
    padding-left: 10px;
    width: 208px;
}

footer form.news input[type="submit"] {
    background-image: url(../img/en.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    height: 40px;
    width: 40px;
    background-color: transparent !important;
    border: none;
    position: relative;
    top: -5px;
}

footer  .row:nth-child(2) {
    padding: 2% 0;
    margin-top: 4%;
    border-top: 1px solid #cccccc6b;
    text-align: center;
}

footer .row:nth-child(2) p {
    margin: 0;
}

header nav ul  li.current {}

header nav ul  li.current a:after {
    width: 100%;
    opacity: 1;
}

section.banner {
    height: 400px;
    background-image: url(../img/sli.png);
    background-size: cover;
    display: flex;
    align-items: center;
}

section.banner div {
    /* height: 100%; */
    text-align: center;
}

section.banner .col-md-12 {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100%; */
}

section.banner  h2 {
    color: #fff;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 7px;
}

section.main {}

section.main p {
    color: #000;
    text-align: center;
    line-height: 24px;
}

section.main {
    padding: 5% 0 !important;
}


section.main .row:nth-child(2) {
    margin-top: 3%;
}

section.main .col-md-6 {
text-align: center;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #cccccc8a;
    border-radius: 7px;
    padding: 16px;
    width: 48%;
    min-height: 330px;
    transition: 0.2s;
}


section.main .col-md-6:hover {
    background-color: #135cc3;
}

section.main .col-md-6:hover h2,section.main .col-md-6:hover p {
    color: #fff;
}
section.main .col-md-6 h2 {
    font-family: 'Teko';
    font-size: 31px;
}

section.main.contacts {}

section.main.contacts form.forms {}

section.main.contacts form.forms input {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    background-color: #cccccc5e;
    border: none;
    border-radius: 7px;
    padding-left: 10px;
}

section.main.contacts form.forms input.btn {
    background-color: #125dc7;
    color: #fff;
    font-family: 'Teko';
    font-size: 21px;
    text-transform: uppercase;
}

section.main.contacts  .col-md-4 {
    background-color: #125dc7;
    padding: 30px 20px;
    border-radius: 7px;
    color: #fff !important;
}

section.main.contacts .col-md-4 p,section.main.contacts .col-md-4 a {
    color: #fff;
}

section.main.contacts form.forms textarea {
    border-radius: 7px;
    width: 100%;
    height: 200px;
    resize: none;
    background-color: #ececec;
    border: none;
    padding: 10px;
}

section.main.qou {}

section.main.qou h2 {
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 39px;
    text-align: center;
    margin-bottom: 30px;
}

section.main.qou form.forms {
    width: 50%;
    margin: auto;
}

section.main.qou form.forms input {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    background-color: #cccccc80;
    border: none;
    border-radius: 7px;
    padding-left: 10px;
}

section.main.qou form.forms select {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    padding-left: 10px;
    border: none;
    background-color: #e5e5e5;
}

section.main.qou form.forms input.btn {
    font-family: 'Teko';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #135cc5;
}



@media only screen and (max-width: 600px) and (min-width: 1px)  {

i {
    display: block;
}

i img {
    height: 100% !important;
    width: 100% !important;
}

body {}

header {
    /* background-color: #333; */
    text-align: center;
    padding: 10px 3%  0!important;
}

header .sear {
    display: none;
}

header .col-md-7 {
    width: 100% !important;
    display: block !important;
    height: auto;
}

header .col-md-7 nav.navbar.navbar {
    margin: 0 !important;
    /* background-color: #ccc; */
    text-align: center;
}

header .col-md-7 nav.navbar.navbar button.navbar-toggle.collapsed {
    background-color: #1454b3;
    color: #fff !important;
    float: none;
    margin-right: 0;
}

header .col-md-7 nav.navbar.navbar button.navbar-toggle.collapsed span {
    background-color: #fff;
}

.navbar-toggle {
    float: none !important;
    margin-right: 0 !important;
    background-color: #125dc7 !important;
}

.navbar-toggle span {
    background-color: #fff !important;
}

div#myNavbar {
    background-color: #fff;
    position: relative;
    z-index: 999;
}

div#myNavbar li {
    margin: 19px 0;
}


div#myNavbar li a:after {
    width: 85px;
}

header .col-md-2 {
    display: none;
}

section.slider {
    height: 506px;
}

h1,h2,h3,h4,h5,h6,p {
    text-align: center !important;
}

h2.heading {
    font-size: 40px !important;
    line-height: 41px !important;
    margin: 16px 0 !important;
}

section.sec2 .sliders .item.slick-slide {
    min-height: auto;
}

section.abt {
    margin-top: 0 !important;
}

section.sec2 .sliders .item.slick-slide h2 {
    min-height: auto !important;
    margin-bottom: 15px !important;
}

section.abt h2 {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 14%;
}

section.abt a.btn {
    margin: 30px auto;
    display: block;
    width: 148px;
}

section.abt2 h2 {
    font-size: 40px !important;
}

section.abt2 ul li {
    padding-left: 0 !important;
    text-align: center;
    padding-top: 60px;
    margin: 30px 0;
}

section.abt2 ul li:after {
    height: 61px;
    left: 0;
    right: 0;
    margin: auto;
}

section.sec6 h2 {
    margin-left: 0;
    font-size: 40px !important;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead i {
    display: block;
    margin: auto;
    float: none;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead h2 {
    float: none !important;
    text-align: center;
    line-height: 35px;
    font-size: 20px !important;
    margin: 20px auto;
    width: 100%;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead span {
    position: absolute;
    top: 0;
    right: 0;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead {
    position: relative;
}

section.sec6 .slider.slick-initialized.slick-slider .slick-slideshow__slide .thead {
    height: auto !important;
}

section.gro h2 {
    font-size: 40px;
    line-height: 36px;
}

a.btn {
    display: block;
    margin: 30px auto;
    width: 183px;
}

section.conts .inr ul li {
    float: none;
    width: 100%;
    display: block !important;
}

section.conts .inr ul li i {
    width: 100%;
}

section.conts .contacts {
    top: 0;
}

section.conts .inr2 {
    margin: 21px 0;
}

section.conts .inr2 ul li {
    width: 100%;
    display: block !important;
    float: none;
    padding: 18px 0;
}

section.conts .inr {
    height: auto !important;
}

section.conts .inr2 ul li:nth-child(1):after {
    width: 100%;
    height: 8px;
    bottom: 0 !important;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}

section.conts .contacts h2 {
    font-size: 32px;
}

section.blg h5 {
    font-size: 40px !important;
}

section.blg .col-md-4 {
    margin-bottom: 48px;
}

section.blg .col-md-4 .incont {
    width: 88%;
}

footer ul.soc {
    text-align: center;
}

footer h3 {
    margin: 30px 0 0 !important;
}

footer ul.menu {
    text-align: center;
}

footer ul.contaxct {
    text-align: center;
}

footer form.news {
    margin-top: 20px;
}

footer form.news input[type="text"] {
    width: 84%;
}

footer .row:nth-child(2) p {
    padding: 10px 0;
}

section.banner {
    height: 193px;
}

section.banner h2 {
    font-size: 40px;
}

section.main .col-md-6 {
    width: 95%;
    margin: 46px auto !important;
}

section.main.qou form.forms {
    width: 100%;
}

section.main.qou form.forms select {
    margin: 10px 0;
}

header {}

header a.logo {
    display: block;
    width: 60%;
}

header a.logo img {
    width: 100%;
}

header .col-md-7 nav.navbar.navbar {}

header .col-md-7 nav.navbar.navbar button.navbar-toggle {
    position: absolute;
    top: -49px;
    right: 2px;
}

}