/*
    Theme Name: Dawood Abdulrazzaq
*/

/**************************************
link & button
**************************************/
.captcha{
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-left: 15px;
}
textarea.comment.form-control {
    height: 100px;
    resize: none;
}
a:focus, a:hover{
       text-decoration: none;
}
.name-member{
        color: #007dba;
    font-size: 32px;
}
.mr-10 {
    margin-right: 10px;
}
.dis-member{
    color: #000;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 25px;
}
#banner .jumbotron{
    border-radius:0 !important;
}
.footer-wrap {
    background-color: #f1f2f2;
    padding: 40px 0 30px 0;
}
    .footer-social-links a {
    width: 25px;
    height: 25px;
    line-height: 25px!important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #5a5a5a;
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
}
.footer-social-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 1px;
    border: 1px solid #5a5a5a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
}

.footer-social-links a i, .footer-social-links a span {
    position: relative;
    top: 0;
    left: 0;
}
.adjusting-icon3 {
    padding-top: 8px;
    font-size: 17px;
    padding-left: 1px;
}
.footer-copy {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .5em;
}
.footer a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-family: lato;
    font-size: 12px;
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
}
.footer-social-links a:hover:before {
    background: #111;
}
.footer-social-links a:hover {
    color: #fff;
}
.copy-right-text {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    font-family: gilroy;
    margin-bottom: 0;
        padding: 10px 0;
}
.logo {
    padding: 0 0 25px 0;
}
.footer-social-links {
    padding: 0 0 25px 0;
}

.white
{
	color:#fff !important;
}
h1.cta-title
{
	font-size: 43px;
}
h1
{
	font-size: 36px;
}
.btn-custom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #006da5;
    color: #fff;
    height: 40px;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 11px;
}
.btn-custom:hover, .btn-custom:focus{
    color:#fff;
}
@font-face {
  font-family: myriad-pro;
  src: url("../fonts/MyriadPro-Regular.otf");
}

@font-face {
  font-family: myriad-pro-bold;
  src: url("../fonts/MyriadPro-Bold.otf");
}

@font-face {
  font-family: MinionPro-Regular;
  src: url("../fonts/MinionPro-Regular.otf");
}

@font-face {
  font-family: MinionPro-Medium;
  src: url("../fonts/MinionPro-Medium.otf");
}

.m-0{
    margin:0;
}

body{
    font-family: myriad-pro;
    position:relative;
}

p{

        font-size: 18px;
}
/**************************************
Header
**************************************/
    ul.new-blut li {
font-size: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 2;
    font-size:30px;
}
ul.new-blut {
    column-count: 2;
    margin: 63px 0;
}
.last-text h1 {
margin: 0;
    text-align: center;
    color: #337ab7;
    font-size: 40px;
}
.last-text h3 {
    margin: 20px 0 50px;
    text-align: center;
    color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}
.col-help .questions {
    float: right;
    text-align: right;
    padding-top: 7px;
}

.questions p .have {
    color: #073843;
    font-size: 21px;
}

.questions p .have {
    display: block;
    font-size: 20px;
    letter-spacing: .3px;
    color: #337ab7;
    font-weight: 500;
}

.questions p {
font-size: 22px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
    margin-bottom: 0;
}

.questions img {
    width: 35px;
    display: inline-block;
    vertical-align: sub;
}

span.phone {
    font-size: 40px;
}

.col-help .request {
    float: left;
    width: 50%;
    text-align: right;
    padding-top: 31px;
}

.btn-red {
    color: #FFFFFF;
    font-size: 14px;
    padding: 11px 23px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    width: 285px;
}
.d-flex{
    display:flex;
    flex-flow:row nowrap;
    justify-content:center;
    align-items: center;
}
.msg-box {
    max-width: 697px;
    padding: 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.8313725490196079);
    height: max-content;
}
.msg-box-inner {
    padding: 70px 36px;
    border: 1px solid #007dba;
}
.tnks{
    font-size: 4rem;
    color: #007DBA;
    text-align: center;
}
.tnks-msg{
    font-family: MinionPro-Medium;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    color: #000;
    letter-spacing: .5px;
}
.bg-hca {
    background-color: #8d1831;
}

.hbanner{
    min-height: 90vh;
    background-image: url('../img/banner-home.jpg');
    background-size: cover;

}
.tbanner{
    background-image: url('../img/banner-home.jpg');
    background-size: cover;
    background-position:center center;

}
.h-fixed{
    height:100vh;
}
h1.banner-h1 {
    font-size: 4rem;
    color: #007DBA;
    text-align: center;
    width: 72%;
}


h2.banner-h2 {
    font-family: MinionPro-Medium;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    width: 72%;
    color: #000;
    letter-spacing: .5px;
}

.btext{

    padding: 30px 30px;
}

/*.form-styling{
    max-width: 430px;
    width: 100%;
    position: absolute;
    right: 205px;
    top: 50%;
    padding: 40px;
    background: #fff;
}*/

.form-styling{
position: absolute;
    right: 13vw;
    left: 54vw;
    top: 8vw;
    padding: 40px;
    background: #fff;
}
.form-styling .form-control{
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 9px 12px 7px 12px;
    font-size: 20px;;
}
.form-styling h2 {
    font-size: 33px;
    color: #337ab7;
    margin: 22px 0;
}
.form-styling .btn-lg {
    letter-spacing: 3px;
    font-weight: 100;
    padding: 16px 16px 10px;
}

.form-styling  .btn-primary {
    color: #fff;
    background-color: #017dbb;
    border-color: #017dbb;
    margin: 22px 0 0;
}
.form-styling .control-label {
    color: #707372;
    font-size: 25px;
    letter-spacing: 1px;
    padding-right: 0;
    padding-left: 0;
}
.section-padding
{
	padding: 0px 0px;
}
.main-navigation
{
    border-bottom: 1px solid #eee;
}
.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0.33);
    padding: 2px 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #354242;
    background-color: #fff;
}
.navbar-nav {
    padding-top: 5px;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	border-bottom: 2px solid #1796d2;
    outline: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0px;
}
.navbar-brand {
	height: inherit;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
    font-size: 42px;
    margin-top: 5px;
}

.navbar-default .navbar-brand {
    color: #1796d2;
}

.navbar-default .navbar-nav > li > a {
	color: #354242;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
.nav > li > a
{
	padding: 0px;
}
.jumbotron
{
    background-color: #CFEBEC ;
    padding-top: 0px;
    margin-bottom: 0px;
}
.jumbotron p.big
{
    line-height: 21px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 6px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    padding-top: 10px;
}
a.btn-banner {
    border: 1px solid #cdcdcd;
    padding: 12px 22px;
    line-height: 0px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 95px;
}
a.btn-banner i
{
    padding-left: 10px;
}
a.btn-banner:hover, a.btn-banner:focus
{
    background-color: #1796d2;
    color: #fff;
    border-color: #1796d2;
    display: inline-block;
}
.bold
{
    font-weight: bold;
}
.bor-btm
{
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 85px;
}
.jumbotron h1.small
{
    line-height: 88px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 62px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);

}
.bgblue-dark
{
    background-color: #2C3E50;
}
.bgblue-light
{
    background-color: #3498DB;
}
.bgred
{
    background-color: #1796d2;
}
.wrk-title
{
    cursor: pointer;
}
.cta-1, .cta2
{
	background-color: #1796d2;
	padding: 40px 0px;
}
p.cta-sub-title
{
	font-size: 28px;
}
.pg-titl-bdr-btm
{
	width: 100px;
	height: 3px;
	background-color: #1796d2;
}
.service-box {
    margin: 0 0 60px;
    display: inline-block;
}
.service-box .service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    text-align: center;
    color: #1796d2;
    font-size: 30px;
    margin-right: 23px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box .service-text {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}
.service-box .service-text h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.page-title
{
	margin-bottom: 40px;
}



.fil-btn .active
{
	background-color: #1796d2;
}
.img-sec, .fig-caption
{
	width: 50%;
	float: left;
}
.team-info
{
	border: 1px solid rgba(204, 204, 204, 0.33);
	float: left;
	width: 100%;
	border-radius: 3px;
}
.fig-caption
{
	padding: 56px 20px 0px;
}
.fig-caption h3
{
	font-size: 20px;
	font-family: 'Josefin Slab', serif;
}
.fig-caption p
{
	font-size: 14px;
}
.team-social li
{
	display: inline-block;
}
.team-social li
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.team-social li a
{
	color: #fff;
}
.blue-light{
	background-color: #3498DB;
}
.blue-dark
{
	background-color: #2C3E50;
}
.red
{
	background-color: #1796d2;
}
.marb-20
{
	margin-bottom: 20px;
}
.wd75
{
	width: 75%;
	float: left;
}
.cta2 a
{
margin-top: 5px;
}
.fnt-24
{
	font-size: 24px;
}

/* Portfolio */
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #1796d2;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #1796d2;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Contact Form */
.text-field-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 0 35px;
    margin-bottom: 30px;
    width: 100%;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.form-sec textarea {
    height: 220px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.button-medium {
    background: #1796d2;
    border-radius: 40px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #1796d2;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer {
    background-color: #040E18;
}
.footer h3 {
    color: #fff;
    padding-bottom: 30px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
.footer_social ul li a {
    background: #2e3537 none repeat scroll 0 0;
    border: 1px solid #2e3537;
    box-shadow: 0 0 0 7px transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    padding: 9px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.footer-bottom {
    background: #09121B;
    padding: 20px 0;
}
.footer_copyright {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.footer_copyright a {
    color: #1796d2;
}
#banner
{
    background: url('../img/banner-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 500px;
    margin-top: 85px;
}
.cta2 .btn-default,.cta2 .btn-default:hover,.cta2 .btn-default:focus
{
    padding: 10px 25px;
    background-color: #fff;
    border: 0px;
}
/**************************************
cta
**************************************/
/** media queries**/
@media (max-width:1024px) and (min-width:768px){
    .form-styling{
            width: 428px;
                right: 3vw;
    left: auto;
    }
    h1.banner-h1, h2.banner-h2{
            width: 100%;
    }
.hbanner{
 background-position-x: 61%;
}
ul.new-blut li{
        font-size: 21px;
}
.last-text h1{
        font-size: 32px;
}
.last-text h3{
    font-size: 20px;
}
}

@media (min-width: 480px) and (max-width: 1023px) {
    .img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 451px) and (max-width: 768px) {
.filter {
    padding: 5px 18px;
    margin-bottom: 3px;
}
.wd75
{
    width: 100%;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 301px) and (max-width: 450px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.jumbotron
{
    padding-right: 30px;
    padding-left: 30px;
}
.fig-caption {
    padding: 13px 20px 0px;
}
.team-social li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.fig-caption h3 {
    font-size: 19px;
    font-family: 'Josefin Slab', serif;
}
.wd75
{
    width: 100%;
}
.service-box .service-text h3
{
    padding-top: 15px;
}
.jumbotron h1.small {
    font-size: 44px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}

}
.footer_copyright a
{
    text-decoration: none;
}
@media (min-width: 100px) and (max-width: 300px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
.jumbotron h1.small {
    font-size: 44px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.jumbotron
{
    padding: 90px 0px 0px 20px !important;
}
.service-box .service-text h3 {
    padding-top: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
}
}
@media (min-width: 300px) and (max-width: 768px) {
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
    border: 0px;
}
.navbar-default .navbar-nav > li > a:hover
{
    border: 0px;
}
.col-help .questions {
    float: none;
    text-align: center;
    padding-top: 7px;
}

img.navbar-brand {
    display: inline;
    float: none;
}

.col-md-3.col-sm-4.col-xs-12.column.col-logo {
    text-align: center;
}
}
/**************************************
form element
**************************************/
@media (max-width:1715px){
    .form-styling .control-label {
    font-size: 22px;
}
}
@media (max-width:1630px){
    .form-styling .control-label{
        font-size: 18px;
    }
}
@media (max-width:1338px){
    .form-styling .control-label{
       font-size: 16px;
    }
}
@media (max-width:1106px){
    .form-styling {
        right: 6vw;
    }
}


@media (max-width:767px){
    .name-member {
    font-size: 24px;
}
.form-styling{
  position: initial;
  padding: 0 15px;
}
.form-styling h2 {
    font-size: 27px;
}

.form-styling .control-label {
    font-size: 20px;
    margin-bottom: 0;
}
.form-styling .form-control {
    padding: 10px 12px 7px 12px;
    
}
.form-styling .btn-primary{
        margin: 15px 0 0 0;
}
.questions p .have {
    font-size: 16px;
}
span.phone {
    font-size: 26px;
}
.questions p {
    font-size: 10px;
}
.navbar-brand {
    width: 200px;
    max-width: 100%;
}
ul.new-blut {
    column-count: 1;
    margin: 40px 0;
}
ul.new-blut li {
    font-size: 18px;
}
#banner{
        margin-top: 203px;
            min-height: auto;
}
.hbanner {
    min-height: calc( 100vh / 3 );
    
}
.container .jumbotron, .container-fluid .jumbotron {
    clip-path: none;
    -webkit-clip-path: none;
    
}
h1.banner-h1, h2.banner-h2{
        width: 100%;
}
h1.banner-h1 {
    font-size: 18px;
    margin-top: 0;
    
}
h2.banner-h2{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.last-text h1 {
    font-size: 24px;
    
}
.last-text h3{
        font-size: 18px;
}
.footer-text {
    margin-bottom: 35px;
}
}