/*
Theme Name:		 JNT Tech Services
Theme URI:		 http://childtheme-generator.com/
Description:	 JNT Tech Services is a child theme of Smartsites Starter, created by ChildTheme-Generator.com
Author:			 SmartSites
Author URI:		 http://childtheme-generator.com/
Template:		 smartsites-starter
Version:		 1.0.0
Text Domain:	 jnt
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
  background-color: #ffffff;
}

small {
  font-size: 80%;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  color: #ffffff;
  overflow: auto;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

/* placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

p {
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 2rem;
}

h1 {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

h2 {
  font-size: 3.6rem;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  font-size: 3rem;
  font-weight: 700;
}

h4 {
  font-size: 2.6rem;
  font-weight: 600;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1rem 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## button styles
--------------------------------------------------------------*/
.btn:focus {
  outline: 0;
  box-shadow: none;
}

#page {
  position: relative;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}

.bg-cover {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*------------GLOBAL--------------*/
/* text styles */
.text-upper {
  text-transform: uppercase;
}

/* button styles */
.custom-btn {
  border-radius: 50px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: 0;
}

.custom-btn:hover {
  transform: translateY(-7px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.custom-btn:focus {
  outline: 0;
}

.custom-btn-txt-sm {
  font-size: 2rem;
}

.custom-btn-txt-lg {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.custom-btn-blue {
  background-color: #3953a1;
  width: 100%;
  padding: 1.5rem;
  margin: 1rem 0 0 0;
}

.custom-btn-blue:hover {
  cursor: pointer;
}

.custom-btn-aqua {
  background-color: #45c2c7;
  padding: 1.5rem 5rem;
  margin: 3rem 0 0 0;
}

/* custom */
.bg-blue {
  background: #59c9cc;
}

.gutter-sm {
  padding: 5rem 0;
}

.gutter-md {
  padding: 8rem 0;
}

.color-primary {
  color: #45c2c7 !important;
}

/* Button */
.call-btn {
  display: block;
  padding: 3rem 5rem;
  margin-left: 8rem;
  margin-right: 8rem;
  border-radius: 14rem;
  background-color: #dc3545;
  text-transform: none !important;
}

.call-btn-txt {
  font-size: 3rem;
  font-weight: 700;
}

.call-now-txt {
  line-height: 1.5;
  font-weight: 400;
}

/* Banner */
.banner-block .banner-text li {
  padding: 0 0 2rem 3rem;
  position: relative;
  color: #ffffff;
}

.banner-block .banner-text li:before {
  position: absolute;
  content: '';
  background: url("../images/tick-box.png") no-repeat;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-block .banner-form {
  max-width: 435px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 5rem 3rem;
  text-align: center;
  border-radius: 8px;
}

.form-custom-control {
  background: #d9d9d9;
  border: transparent;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 50px;
  padding: 0 2rem;
  height: 4.5rem;
  width: 100%;
  color: #000;
}

.form-custom-control:focus {
  background-color: #59c9cc;
  outline: 0;
}

.msg-custom-control {
  background: #d9d9d9;
  border: transparent;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 20px;
  padding: 2rem;
  height: 11.3rem;
  width: 100%;
  color: #000;
  resize: none;
}

.msg-custom-control:focus {
  background-color: #59c9cc;
  outline: 0;
}

input.ui-state-error::placeholder {
  color: red;
}

.msg-custom-control2 {
  height: 100%;
}

/* footer */
.top-footer-block .footer-form {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 6rem 9rem;
  border-radius: 8px;
}

.top-footer-block .footer-form .form-group {
  margin: 0;
  padding: 0.5rem 0;
}

.top-footer-block .footer-form .fcol {
  width: 100%;
  padding: 0 .7rem;
}

.btm-footer p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.2rem;
  color: #959595;
}

.btm-footer .social-icons li {
  padding-left: 1rem;
  display: inline-block;
}

.btm-footer .social-icons i {
  width: 3rem;
  height: 3rem;
  line-height: 1.9;
  border: 1px solid #959595;
  color: #959595;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
}

.btm-footer .social-icons i:hover {
  color: #45c2c7;
  transform: rotate(360deg);
}

/* haniff css */
.section-padder, #how-it-works, #about, #services, #testimonials {
  padding: 90px 0 65px 0;
}

@media (max-width: 991px) {
  .section-padder, #how-it-works, #about, #services, #testimonials {
    padding: 65px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .section-padder, #how-it-works, #about, #services, #testimonials {
    padding: 40px 0 15px 0;
  }
}

.section-header h2 {
  text-align: center;
  color: #45c2c7;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.dots::after {
  content: '';
  position: absolute;
  top: 90px;
  right: -90px;
  width: 147px;
  height: 3px;
  display: block;
  background-image: url("../images/dots.png");
}

@media (min-width: 767px) and (max-width: 991px) {
  .dots::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .dots::after {
    display: none;
    bottom: -95px;
    top: auto;
    left: 50%;
    right: auto;
    width: 80px;
    margin-left: -40px;
    transform: rotate(90deg) translateX(-50%);
  }
}

.carousel-control-prev, .carousel-control-next {
  width: 47px;
}

.carousel-control-prev:hover {
  display: flex;
}

.carousel-control-next:hover {
  display: flex;
}

/*---------------WORK-PROCESS--------------*/
#how-it-works {
  background-color: #f5f6fa;
}

#how-it-works .work-process {
  text-align: center;
  margin-bottom: 25px;
  padding: 50px 20px 0;
  position: relative;
}

@media (max-width: 767px) {
  #how-it-works .work-process {
    margin-bottom: -1rem;
  }
}

#how-it-works .work-process .process-icon {
  display: inline-block;
  margin-bottom: 4rem;
}

#how-it-works .work-process h3 {
  color: #3953a1;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

#how-it-works .work-process span {
  display: inline-block;
  color: #c9db30;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/*-----------------ABOUT------------------*/
#about #about-bg {
  margin-bottom: 3rem;
  background-image: url(http://atlanta.licehappens.com/images/about-us-image1.jpeg) !important;
  height: 629.281px;
}

@media (max-width: 991px) {
  #about #about-bg {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  #about #about-bg {
    margin-bottom: 3rem;
    background-image: url(http://atlanta.licehappens.com/images/about-us-image.jpg) !important;
  }
}

#about #about-details {
  display: flex;
  padding: 0 20px;
  margin-bottom: 3rem;
  text-align: left;
}

#about #about-details .panel-text {
  max-width: 500px;
  margin: 0 auto;
}

#about #about-details .panel-text .section-header h2 {
  text-align: left;
}

#about #about-details .panel-text p {
  margin-bottom: 5rem;
}

p.about-slogan {
  margin-bottom: 2rem !important;
  font-weight: 600;
}

/*-------------------SERVICES-------------------*/
#services #service-details {
  margin-bottom: 3rem;
  padding: 0px 20px;
}

#services #service-details .section-header h2 {
  text-align: left;
  color: #ffffff;
}

#services #service-details p {
  margin-bottom: 4rem;
  color: #ffffff;
}

/*----------------TESTIMONIALS-----------------*/
#testimonials #testimonials-slider .carousel-item .msg-wrapper {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  #testimonials #testimonials-slider .carousel-item .msg-wrapper {
    max-width: 400px;
  }
}

#testimonials #testimonials-slider .carousel-item .msg-wrapper p {
  position: relative;
  padding-bottom: 3rem;
}

#testimonials #testimonials-slider .carousel-item .msg-wrapper p::after, #testimonials #testimonials-slider .carousel-item .msg-wrapper p::before {
  position: absolute;
  content: '';
  width: 91px;
  height: 69px;
}

@media (max-width: 575px) {
  #testimonials #testimonials-slider .carousel-item .msg-wrapper p::after, #testimonials #testimonials-slider .carousel-item .msg-wrapper p::before {
    display: none;
  }
}

#testimonials #testimonials-slider .carousel-item .msg-wrapper p:before {
  top: -40px;
  left: -90px;
  background-image: url("../images/up.png");
}

#testimonials #testimonials-slider .carousel-item .msg-wrapper p:after {
  bottom: -2px;
  right: -100px;
  background-image: url("../images/down.png");
}

.carousel-control-prev, .carousel-control-next {
  width: 47px;
}

@media (max-width: 575px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

.carousel-control-prev:hover {
  display: flex;
}

.carousel-control-prev:focus {
  display: flex;
}

.carousel-control-next:hover {
  display: flex;
}

.carousel-control-next:focus {
  display: flex;
}

/* media queries */
@media (max-width: 575px) {
  h1 {
    font-size: 3rem !important;
  }

  h2 {
    font-size: 2rem;
  }

  .custom-btn-aqua {
    padding: 1.5rem;
  }

  .top-footer-block .footer-form {
    padding: 6rem 1rem !important;
  }
}

@media (max-width: 767px) {
  .two-col-layout {
    flex-direction: column;
  }

  p {
    font-size: 1.9rem;
    line-height: 3rem;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .banner-form {
    margin-top: 2rem !important;
  }

  .banner-block .banner-text li:before {
    left: 23%;
  }

  section.bg-cover.banner-block.gutter-sm {
    text-align: center;
  }

  #services #service-details h2 {
    margin-bottom: 3rem;
  }
}

/*--------------------------------------------------------------
# Mobile version
--------------------------------------------------------------*/
a.custom-btn.custom-btn-aqua.md-hide {
  display: none;
}

a.custom-btn.custom-btn-aqua.sms-btn {
  display: none;
}

a.custom-btn.custom-btn-aqua.md-hide1 {
  display: inline-block;
}

a.custom-btn.custom-btn-aqua.sms-btn1 {
  display: inline-block;
  background-color: #3852a2 !important;
}

.bg-call-us {
  display: none;
}

a.custom-btn.custom-btn-aqua.m-hide {
  background-color: #3953a1;
}

a.custom-btn.custom-btn-aqua.m-hide.md-show {
  background-color: #45c2c7;
}

@media (max-width: 1920px) {
  .md-hide {
    display: none;
  }

  .sms-btn {
    display: none;
  }

  .bg-call-us {
    display: none;
  }

  .banner-text .md-show {
    background-color: #3953a1;
  }

  .md-show {
    display: inline-block;
  }

  .md-show1 {
    display: inline-block;
    background-color: #45c2c7;
  }
}

@media (max-width: 767px) {
  .top-head.bg-blue.text-center.py-5 {
    display: none;
  }

  section.bg-cover.banner-block.gutter-sm {
    background-image: url(http://atlanta.licehappens.com/images/banner-img1.jpg) !important;
    background-position: top left;
    background-size: 100%;
  }

  .banner-text h1 {
    text-align: center;
    line-height: 4rem;
    margin-top: 4rem;
    letter-spacing: 2px;
    font-size: 4rem;
  }

  .banner-text ul {
    width: auto;
    background: #f5f6fa;
    margin: 0 -15px;
    padding: 20px;
  }

  .banner-block .banner-text li {
    color: #303030;
    text-align: left;
    font-size: 2rem;
  }

  .banner-block .banner-text li:before {
    background: url(../images/tick-box1.png) no-repeat !important;
    left: 0 !important;
  }

  .custom-btn-txt-lg {
    font-size: 2.5rem;
  }

  .custom-btn-txt-sm {
    font-size: 1.25rem;
  }

  .banner-text .sms-btn {
    margin-bottom: 4rem;
  }

  .call-btn {
    margin-left: 0;
    margin-right: 0;
    padding: 2.5rem 4rem;
    margin-bottom: 4rem;
  }

  .call-btn-txt {
    font-size: 2.25rem;
  }

  .custom-btn-aqua {
    background-color: #59c9cc;
    padding: 0.5rem 2rem;
    margin: 1rem 3rem;
    font-size: 14px !important;
  }

  .sms-btn {
    background-color: #3852a2 !important;
    display: block !important;
  }

  .md-hide {
    display: block !important;
  }

  .m-hide {
    display: none;
  }

  .bg-call-us {
    width: 100%;
    background: #3852a2;
    padding: 10px;
    margin-bottom: -20px;
    margin-top: -36px;
    /* margin: 50px; */
    display: inline-block !important;
  }

  .call-us-mb p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }

  .call-us-mb {
    padding: 38px 0;
    float: left;
  }

  .call-us-mb a {
    font-size: 25px;
  }

  .call-us-img {
    float: right;
  }

  .gutter-sm {
    padding: 0rem 0;
  }

  .banner-block .banner-form {
    max-width: auto;
    width: auto;
    margin: 0 auto;
    background: #ffffff;
    padding: 5rem 3rem;
    text-align: center;
    border-radius: 0px;
    margin: 0 -30px;
    padding-top: 1rem;
  }

  #about #about-details .panel-text .section-header h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  p.about-slogan {
    display: none;
  }

  #about #about-details .panel-text p {
    margin-bottom: 0rem;
    text-align: center;
  }

  p {
    text-align: center;
  }

  div#about-bg {
    margin: -41px -15px;
  }

  .banner-text {
    text-align: left;
  }

  .panel-text.m-auto {
    text-align: center;
  }

  div#service-details {
    text-align: center;
    font-size: 4rem;
  }

  #services #service-details .section-header h2 {
    text-align: center;
    font-size: 4rem;
  }

  .section-header h2 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 0rem;
  }
}

@media (max-width: 411px) {
  .call-us-mb p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }

  .call-us-mb a {
    font-size: 18px;
  }

  .banner-text {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .banner-block .banner-text li:before {
    position: absolute;
    content: '';
    background: url(../images/tick-box.png) no-repeat;
    top: 7px;
    left: 24%;
    right: 0;
    /* text-align: center; */
    bottom: 0;
  }

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

/*Css For Navigation*/
header {
  position: relative;
}

.navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  min-width: 100%;
}

.navigation ul {
  display: block;
}

.navigation li {
  padding-right: 35px;
  display: block;
  position: relative;
}

.mid-head {
  position: relative;
}

.mid-head .logo {
  max-width: 230px;
}

.cstm-tgl-main {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
  z-index: 10;
}

.cstm-tgl-main img {
  max-width: 45px;
}

.cstm-tgl-main:hover,
.cstm-tgl-main:focus {
  outline: none;
}

.custom-toggle-btn {
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  cursor: pointer;
}

.custom-toggle-btn:after,
.custom-toggle-btn:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  right: 0;
  background: #444;
  height: 2px;
  transform: rotate(45deg);
  transition: all .2s ease-in-out;
  opacity: .33;
}

.custom-toggle-btn:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.custom-toggle-btn.active:before {
  transform: rotate(-45deg);
}

.cstm-tgl-main:hover,
.cstm-tgl-main:focus {
  outline: none;
}

.navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  min-width: 100%;
}

.cstm-tgl-main {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
  z-index: 10;
}

.navigation li {
  padding-right: 35px;
  display: block;
  position: relative;
}

.navigation li a {
  color: #3850a3;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  font-weight: 500;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
  display: block;
  line-height: 1.2;
}

.navigation li a:hover {
  color: #45c1c7;
}

.navigation .sub-menu {
  display: none;
  text-align: left;
  background: #fff;
}

.navigation .sub-menu li {
  display: block;
}

.navigation .sub-menu li a {
  display: block;
  color: #3850a3;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
}

.navigation .sub-menu li a:hover {
  color: #45c1c7;
}

.navigation .sub-menu li:first-child a {
  border-top: 0;
}

@media(min-width: 576px) {
  .cstm-tgl-main img {
    max-width: 60px;
  }

  .mid-head .logo {
    max-width: 450px;
  }
}

@media(min-width: 768px) {
  .cstm-tgl-main img {
    max-width: 100px;
  }

  .navigation li a {
    font-size: 19px;
  }
}

@media (min-width: 1025px) {
  .mid-head .logo {
    max-width: 544px;
    margin: 0 auto;
  }

  .navigation {
    display: block !important;
    position: static;
  }

  .cstm-tgl-main,
  .custom-toggle-btn {
    display: none;
  }

  .navigation {
    text-align: center;
  }

  .navigation .menu {
    position: relative;
    display: inline-block;
  }

  .navigation li {
    display: inline-block;
    padding-right: 0;
  }

  .navigation li a {
    font-size: 23px;
    padding: 20px;
    display: inline-block;
  }

  .navigation .sub-menu {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 67px;
    left: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .05);
    z-index: 10;
  }

  .navigation li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .navigation .sub-menu li {
    display: block;
    width: 270px;
  }

  .navigation .sub-menu li a {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 10px 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
  }

  .navigation .sub-menu li a:hover {
    color: #45c1c7;
  }

  .navigation .sub-menu li:first-child a {
    border-top: 0;
  }

  .navigation li.sub-menu-three-column {
    position: static;
  }

  .navigation li.sub-menu-three-column .sub-menu {
    left: 30px;
    right: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .navigation li.sub-menu-three-column .sub-menu li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: -1px;
  }
}

@media (min-width: 1199px) {
  .navigation li a {
    padding: 20px 30px;
  }

  .navigation li.sub-menu-three-column .sub-menu li {
    width: 350px;
  }
}

@media (max-width: 1024px) {
  .mid-head {
    text-align: right;
  }

  .mid-head .logo {
    display: block;
    padding-right: 0;
    margin: 0 auto;
  }

  #header .top-head {
    text-align: right !important;
    padding-right: 25px;
  }

  .navigation {
    top: 38%;
  }

  #header .cstm-tgl-main {
    top: 20%;
  }
}

@media (max-width: 767px) {
  #header .top-head h4 {
    font-size: 17px;
  }

  #header .cstm-tgl-main {
    top: 18%;
  }

  #header .top-head {
    display: block;
  }
}

@media (max-width: 575px) {
  #header .cstm-tgl-main {
    top: 23%;
    left: 10px;
  }

  #header .top-head h4 {
    font-size: 13px;
  }

  #header .top-head {
    padding-right: 10px;
  }

  .navigation {
    top: 45%;
  }
}
