html{
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #202020;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 60px;
}

a {
  color: #00a233;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #00a233;
  outline: none;
  text-decoration: none;
} 

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}
h5 span{
  font-size: 16px;
  font-weight: 400;
}
ul{
  list-style: none;
}

.f-12{
  font-size: 12px !important;
}

.f-14{
  font-size: 14px !important;
}

.f-16{
  font-size: 16px !important;
}

.f-18{
  font-size: 18px !important;
}

.f-20{
  font-size: 20px !important;
}

.f-24{
  font-size: 24px !important;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #00a233;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 108px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #00a233;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

.content-link, .ContentLink{
  color: #00a233;
  font-weight: 700;
}

.content-link:hover, .ContentLink:hover{
  color: #20318d;
}

.click-to-call{
  position: fixed;
  top: 70px;
  left: 20px;
  color: black;
  font-size: 16px;
}

.click-to-call a{
  color: black;
}

.text-cta{
  color: black;
  font-weight: 700;
}

#header {
  padding: 20px 0;
  height: 116px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#intro{
  position: relative;
}
#intro .gftk-logo{
  width: 72px;
  height: 52px;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  background-image: url(../img/Logo-GftK-all.png);
  z-index: 9;
  background-size: contain;
}

.gftk-logo{
  width: 72px;
  height: 52px;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  background-image: url(../img/Logo-GftK-all.png);
  z-index: 9;
  background-size: contain;
}

.gftk-logo-inline{
  width: 48px;
  height: 35px;
  background-image: url(../img/Logo-GftK-all.png);
  background-size: contain;
  vertical-align: middle;
}
.carousel-item{
  height: 500px;
}

.carousel-item img {
  position: absolute;
  object-fit:cover;
  bottom: -110px;
  left: 0;
  min-height: 500px;
}

.carousel-caption {
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-image: linear-gradient(to bottom, transparent, black);
  text-align: left;
  color: white;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 8% 0 4% 10%;
}

.carousel-caption h5{
  font-size: 36px;
  line-height: 0;
}

.carousel-caption p{
  font-size: 20px;
  font-weight: 300;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.menu-small li a{
  font-size: 14px;
}

.nav-shop-btn .btn{
  color: white;
  background-color: #003888;
  padding: 5px 10px;
  margin-top: 5px;
}

.nav-shop-btn .btn:hover{
  color: white;
  background-color: #00a233;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  float: right;
  margin: 0;
  text-align: right;
}

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #00a233;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}

.nav-menu ul li a {
  padding: 10px 15px;
  color: #3f3e3e;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
  background: #c0daff;
}

.nav-menu ul li:hover > a {
  color: #fff;
  background-color: #00a233;
}

.nav-menu ul ul {
  margin: 0;
}

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 56, 136, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #00a233;
}

#mobile-nav ul .menu-item-active {
  color: #00a233;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Sections
--------------------------------*/
.sub-panel-home{
  background-color: #003888;
  color: white;
}

.sub-panel-home h2{
  font-size: 24px;
  padding: 1rem 0 0.25rem;
  margin: 0;
}

.sub-panel-home h3{
  font-size: 17px;
  font-weight: 400;
}

.sub-panel-home a{
  color: white;
}

h1, h2{
  font-size: 24px;
  line-height: 24px;
}

p{
  text-align: justify;
}

#quick-links h6{
  color: #7f7f7f;
  font-size: 21px;
  text-align: center;
}

#quick-links .sub-title{
  color: #7f7f7f;
  font-size: 16px;
  margin-bottom: 1rem;
}

#quick-links ul{
  padding: 0;
  margin: 0;
}

#quick-links li:hover{
  border: 1px solid #ffffff;
  transition: 0.5s;
}

#quick-links ul li{
  display: inline-block;
  width: 156px;
  height: 120px;
  box-shadow: 0px 1px 7px #cccccc;
  margin: 5px;
  position: relative;
  background-size: cover;
}

#quick-links ul li span{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 16px;
  text-shadow: 0 2px 3px #000;
  background-image: linear-gradient(to bottom, transparent, black);
  padding: 5px;
}

#quick-links .patios{
  background-image: url(../img/Patio-L1.jpg);
}
#quick-links .driveways{
  background-image: url(../img/Driveway-L2.jpg);
}
#quick-links .commercial{
  background-image: url(../img/Commercial-L2.jpg);
}
#quick-links .highways{
  background-image: url(../img/TownCentre-L3.jpg);
}
#quick-links .heritage{
  background-image: url(../img/D482-56-finished-night.jpg);
}
#quick-links .repointing{
  background-image: url(../img/Sandstone-Patio-Cleaned-and-Repointed-with-vdw800.jpg);
}
#quick-links .natural-stone{
  background-image: url(../img/NaturalStoneSetts-L.jpg);
}
#quick-links .stone-slab{
  background-image: url(../img/Sandstone-Patio-Grouting-with-vdw-800.jpg);
}
#quick-links .porcelain{
  background-image: url(../img/Porcelain-Pool-Terrace.jpg);
}
#quick-links .concrete{
  background-image: url(../img/Frenches-close-up-to-bridge.jpg);
}
#quick-links .paving-jointing{
  background-image: url(../img/Sealers-L4.jpg);
}
#quick-links .stabilisers{
  background-image: url(../img/Stabilisers-4.jpg);
}
#quick-links .cleaners{
  background-image: url(../img/Cleaners-4.jpg);
}
#quick-links .sealers{
  background-image: url(../img/Sealers-2.jpg);
}
#quick-links .case-studies{
  background-image: url(../CS/images/Brackenhill-Terraces-D511-L.jpg);
}
#quick-links .shop{
  background-image: url(../img/GftKs-vdw-850-Paving-Jointing-products.jpg);
}

.home-sec-bg{
  background-color: #fbfbfb;
}

#home-sec h2{
  font-size: 21px;
  font-weight: 700;
}

.solutions-cntr{
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #fbfbfb;
}

.solutions-cntr:hover{
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 10px #404040;
  transition: 0.5s;
}

.solutions{
  max-height: 72px;
  height: 72px;
  width: 100%;
  padding: 10px;
}

.solutions:before{
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

.solutions-cntr .content{
  z-index: 10;
  font-size: 18px;
  color: white;
  position: absolute;
  left: 15px;
  top: 10px;
}

.content span{
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.solutions-cntr .building{
  background-image: url(../img/building.jpg);
}

.CS-more-cntr{
  box-shadow: 0px 1px 7px #dcdcdc;
}

.CS-more-cntr p{
  color: #595959;
  font-size: 14px;
}

.CS-more-cntr b{
  color: black;
}

.btn-default{
  color: #00a233;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #00a233;
  margin-bottom: 10px;
  background: transparent;
}
.btn-default:hover{
  color: #ffffff;
  background: #00a233;
  transition: 0.5s;
}
.btn-ncc-primary-lg{
  color: #ffffff;
  border: 1px solid #003888;
  margin-bottom: 10px;
  background: #003888;
}
.btn-ncc-primary-lg:hover, .btn-ncc-primary-lg:focus{
  color: #003888;
  background: #ffffff;
  transition: 0.5s;
}
.txt-primary{
  color: #003888;
}
.sec-shop{
  background-color: #f1f2f5;
  padding: 72px 0;
  background-image: url(../img/BG-shop-link.jpg);
  background-size: cover;
}
.sec-shop h2{
  font-size: 50px;
  font-weight: 300;
  color: #003888;
  text-transform: uppercase;
}
.sec-shop h3{
  font-size: 24px;
  font-weight: 400;
  color: red;
  margin: 36px 0 24px 0;
}
.sec-shop h6{
  font-size: 24px;
  font-weight: 300;
}
.sec-shop .btn-lg{
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}
.sec-shop .border-right{
  border-right: 2px solid #cdcdcd!important;
}


/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.page-header-section{
  background-color: #003888;
  padding:20px 0;
  color: #ffffff;
  position: relative;
}
.page-header-section h2{
  font-size: 1.5rem;
}
.contact{
  text-align: center;
}
.contact .sub-label{
  font-size: 14px;
  color: #595959;
  margin-right: 1rem;
}
.content-main{
  padding: 3rem 15px;
}
.content-main ul {
  list-style: none;
}
.content-main ul li::before {
  content: "\2022";
  color:#00a233;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
.contact-cntr{
  background-color: #f1f1f1;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}
.contact p{
  line-height: 36px;
  text-align: center;
}
.cs-tabs-left {
  position: sticky;
  top: 130px; 
  height: calc(100vh - 130px);
  overflow-y: auto;     
  z-index: 10;
}
.cs-tabs ul li::before, .left-menu ul li::before,
.cs-main-tabs ul li::before{
  list-style: none;
  content: none;
}
.cs-tabs .dropdown-menu{
  width: 100%;
}
.cs-tabs .dropdown-menu .nav-link{
  background-color: #f1f2f5 !important;
  border-radius: 0;
  color: #00a233;
  margin-bottom: 2px;
}
.cs-tabs .dropdown-menu .nav-link:hover{
  background-color: #00a233 !important;
  color: white;
}
.cs-tabs .dropdown-toggle::after{
  float: right;
  margin-top: 10px;
}
.cs-main-tabs .main-tab li a{
  font-size: 24px;
}
.left-menu{
  background: #f1f1f1;
  text-align: left;
}
.left-menu a{
  color: #3f3e3e;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  padding: 1rem;
  border-bottom: 1px solid #dadada;
}
.left-menu a:hover, .left-menu .active{
  background-color: #00a233;
  color: white;
}
.left-menu a.title{
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 5px solid #fff;
  background-color: rgba(1, 56, 135, 0.20)
}
.left-menu a.t2{
  background-color: rgba(1, 56, 135, 0.10);
}
.left-menu a.title:hover, .left-menu a.t2:hover, .left-menu .active{
  background-color: #00a233 !important;
  color: white;
}
.left-sub-menu a{
  color: #00a233;
}
.left-sub-menu a:hover{
  color: #20318d;
}
.left-menu ul li a{
  padding: .5rem;
  font-size: 14px;
}
.left-menu ul li a:hover{
  color: #00a233;
  background-color: transparent;
}
.left-menu .left-nav-label, .left-menu .left-nav-label:hover{
  text-transform: uppercase;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.10);
  padding: .5rem;
}
.left-menu a.bglb{
  background: #c0daff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #00a233;
}
.case-studies .card{
  box-shadow: 0 2px 5px #e8e8e8;
  margin-bottom: 30px;
}
.case-studies .card-title{
  margin-bottom: .25rem;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-studies .card-sub-title{
  font-size: 0.875rem;
  color: #595959;
}
.product-lists .btn-lg{
  margin: 0 1rem 1rem 0;
}
.title{
  font-size: 1.25rem;
  font-weight: 700;
  color: #003888;
}
.key-line{
  background-color: rgb(1 162 51 / 15%);
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 1rem;
}
.key-line h4{
  margin-bottom: 0!important;
}
.prod-color li{
  padding-right: 36px;
}
.spl-content{
  color: red;
}
.content-tab .tab-bg{
  background-color: rgb(0 56 136 / 11%);
}
.content-tab .nav-pills li::before,
.content-sub-tab .nav li::before{
  content: inherit;
}
.content-tab .table thead th{
  vertical-align: middle!important;
}
.content-tab .nav-pills .nav-link.active, .content-tab .nav-pills .show>.nav-link{
  background-color: #003888 !important;
  color: #ffffff!important;
}
.content-tab .nav-pills .nav-link {
  color: #003888 !important;
  font-size: 18px;
}
.content-tab .dropdown-menu{
  background-color: #e4e9f2;
  font-size: 1.2rem;
}
.content-sub-tab .nav-tabs .nav-link.active{
  font-weight: 700;
  background-color: #e6efff;
  color: #003888;
}
.outer {
  position: relative;
  width: 100%;
  height: 100%;
}
.element {
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 120px;
}
.patio-grout .card-header{
  background-color: rgb(0 56 136 / 11%);
  font-size: 18px;
  font-weight: 700;
}
.patio-grout a{
  color: #003888;
}
.q-links{
  padding-left: 0;
  margin-bottom: 2rem;
}
.q-links li{
  display: inline-block;
}
.q-links li::before{
  content: inherit !important;
}
.q-links li a{
  padding: 7px 15px;
  background-color: rgb(0 56 136 / 11%);
  border-radius: 10px;
}
.text-highlight{
  background-color:#fff000; 
  text-align: center; 
  padding:10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #003888;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; 
  line-height: 60px; 
}

#footer ul{
  padding: 0;
  list-style: none;
  margin: 0;
}

#footer ul li{
  display: inline-block;
  margin-right: 10px;
}

#footer ul li a{
  color: white;
}

#footer ul li a:hover{
  text-decoration: underline;
}

#footer .copyright {
  color: #d4d4d4;
}

.social_footer_ul{
  float: right;
}

.social_footer_ul li a { 
  color:#CCC; 
  border:1px solid #CCC; 
  padding:8px;
  border-radius:50%;
}
.social_footer_ul li a:hover { 
  background-color: #00a233;
}
.social_footer_ul li i {
  width:20px; 
  height:20px; 
  text-align:center;
}
.prod-table .sub-head td{
  font-size: 16px;
  font-weight: bold;
}
.prod-table .sec-head{
  background-color: #e2ecd8!important;
  font-size: 16px;
}
.prod-table th, .prod-table td{
  text-align: center!important;
  border-color: #5ba252 !important;
}
.prod-table th:first-child, .prod-table td:first-child {
  text-align: left!important;
}
.prod-table th{
  background-color: #2a3773;
  color: #ffffff;
}
.prod-table .star{
  color: #003888;
  font-size: 14px;
}
.prod-table  td{
  font-size: 14px;
}
.ic_not_reco{
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-not-reco-40.png);
  background-size: contain;
  margin: auto;
  display: block;
}
.circle_num{
  width: 12px;
  height: 12px;
  font-size: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
}
.pds{
  color: gray;
  line-height: 2rem;
}
.down-cntr{
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
}

/*-----------------------------------------------
Calculator styles
-------------------------------------------------*/
.calc_head .bg_light_blu{
  background-color: #c0daff;
}
.calc_head h5{
  color: #003888;
}
.calc_outer{
  background-color: #f1f1f1;
  text-align: center;
  border-color: #fff !important;
}
.calc_form label {
  min-width: 140px;
  margin:0px 10px 10px 0px;
  display:inline-block;
  font-size: 14px;
  }
.calc_form input {
  width: 100%;
  height: 40px;
  margin:0px 0px 15px 0px;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #00a233;
  border-radius: 5px;
  }
/*select{
  background: #fff;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120px;
  position: relative;
  z-index: 10;
  font-size: 1em;
  border: 1px solid #00a233;
  }*/
.calc_but input[type="button"]{
  width: auto;
  height: auto;
  margin:0px 10px 10px 0px;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #00a233;
  background-color:#00a233;
  border-radius:5px;
  color:white;
  cursor: pointer;
  }
/*.hidden{
  display:none;
  }*/
.error{color:red;}
.calc_result{
  font-size: 28px;
  background-color:#f1f1f1;
  color:#003888;
  }
.calc_result p{
  font-size: 14px;
  color:#000000;
  margin-bottom: 10px;
  text-align: center;
  line-height: 14px;
  }
/*-----------------------------------------------
End Calculator styles
-------------------------------------------------*/
.embed-responsive-9by16::before {
  display: block;
  content: "";
  padding-top: 177.78%; /* (16/9 * 100%) → 177.78% for vertical */
}

.video-row-bg{
  background-color: #f1f1f1;
  padding-top: 24px;
  }

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #header {
    padding: 15px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 30px;
  }
  .click-to-call{
    top: 42px;
    font-size: 12px;
  }
  .click-to-call i{
    font-size: 12px !important;
  }
  .carousel-item{
    height: 280px;
  }
  .carousel-caption{
    padding: 8% 0 12%;
  }
  .carousel-caption h5{
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
  }
  .carousel-caption p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
  }
  .sub-panel-home h2{
    text-align: center;
    font-size: 20px;
  }
  .sub-panel-home h3{
    text-align: center;
    font-size: 14px;
  }
  .sub-panel-home p {
    text-align: center !important;
  }
  #footer ul{
    text-align: center;
  }
  #footer .copyright{
    margin-bottom: 10px;
  }
  .social_footer_ul{
    float: none;
  }
  .content-main{
    padding: 1.5rem 15px;
  }
  .content-main h4{
    font-size: 1.1rem;
  }
  .content-main h5{
    font-size: 1rem;
  }
  .page-header-section h2{
    font-size: 1.2rem;
  }
  .page-header-section .h5{
    font-size: 1rem !important;
  }
  .contact .sub-label{
    display: block;
    line-height: 1.5;
    font-size: 14px;
  }
  #quick-links ul, #quick-links .sub-title{
    text-align: center;
  }
  .sec-shop h2{
    font-size: 32px;
    line-height: 32px;
  }
  .sec-shop h6, .sec-shop h3{
    font-size: 18px;
  }
  .sec-shop .btn-lg{
    font-size: 24px;
  }
  .gftk-logo{
    width: 56px;
    height: 41px;
    top: inherit;
    bottom: .5rem;
  }
  .q-links li {
    display: block;
    margin: 15px;
  }
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  body{
   margin-bottom: 134px;
  }
  #footer{
    height: 134px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #quick-links ul{
    text-align: center;
  }
  .page-header-section h1{
    margin-left: 3.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-menu a{
    font-size: 12px;
  }
  .sf-arrows .sf-with-ul{
    padding-right: 18px;
  }
}