/**
* Template Name: Annie Haule
* Template URL: #
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #a2a3a4;
}

a {
  color: #2db9d2;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}
.container
{
  width:1000px !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2db9d2;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  /*margin: 0 0 0 30px;*/
}
.theme-color
{
  color:#2db9d2;
}
.header-social-links a {
  color: #2db9d2;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  position: relative;
    bottom: 3px;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #2db9d2;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
.letter-spacing {
  letter-spacing: 5px;
  margin-right: -5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin:0px 5px 0px 5px;
  color: #2db9d2;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #2db9d2;
  border:2px solid #2db9d2;
  margin:0px 5px 0px 5px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.facebook b
  {
    position: relative;
    top: 3px;
  }
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2db9d2;
    font-size: 45px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 38, 42, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}
.no-border
{
  border:0px solid #ffffff !important;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}

.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}

.address-names
{
  display: none;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 557px;
  background: url("../img/slider-image-annie-haule.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 110px;
  padding: 0;
}

#hero:before {
  content: "";
  /*background: rgba(56, 64, 70, 0.3);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
  color:#77787b;
}
.about p b
{
  color:#77787b;  
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  /*padding: 30px;*/
  border-radius: 6px;
  background: transparent;
  transition: ease-in-out 0.3s;
  color:#ffffff;
}
.services .icon-box h4 {
  margin-left: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
}

.services .icon-box h4{
  color: #ffffff;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 30px;
  line-height: 24px;
  font-size: 14px;
}
.services
{
  background-image:url('../img/services-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    width:100%;
}
.services-fnt{
  font-size: 17px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #5a5a5a;
  font-size: 14px;
  background: #ffffff;
}

#footer .footer-top {
  padding: 60px 0 60px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color:#5a5a5a;
}

#footer .footer-top .footer-contact b.fs-5 {
  margin-top: 10px;
  float: left;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "poppins", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3498db;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3498db;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #3498db;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #57aae1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}


@media only screen and (min-width: 300px) 
  and (max-width: 800px) 
  /*and (-webkit-min-device-pixel-ratio: 2) */
  and (orientation: portrait) {
     .navbar a, .navbar, .navbar li > a{
      border: 0px solid #ffffff !important;
      margin: 0px 0px 0px 0px !important;
      }
    #header .container
    {
       flex-direction: row-reverse;
    }
    #header nav
    {
      float: right;
    }
  #hero {
       width: 100%;
    height: 208px;
    background: url(../img/annie-mobile-slider.jpg) center center;
    background-size: 100%;
    position: relative;
    margin-top: 110px;
    padding: 0;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }
  .address-names
    {
      display: block;
      border-top: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      float: left;
       width: 100%;
    }
    .address-names .col-md-12
    {
      width: 100%;
      float:left;
    }
    .address-names .col-md-8
    {
      width: 75%;
      float:left;
      text-align: right;
          padding-right: 20px;
    }
    .address-names .col-md-4
    {
      width: 25% !important;
      float:left;
      padding-top: 20px;
    }
  .right-side-block
  {
    display: none;
    width: 0%;
  }
  section#about h3
  {
    text-align: center;
    font-size:20px;
  }
  section#about p
  {
    text-align: center;
  }
 #services {
    background-image: url(../img/mobile-annie-service-bg.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
   section#services .container {
      padding-top: 239px;
  }
  .services-fnt {
    font-size: 20px;
}
#services.p-5
{
	padding:0rem !important;
}
  .col-md-4
  {
    padding-left:5px;
    padding-right:5px;
  }
  
  .services .icon-box .px-5
  {
    padding:20px !important; 
  }
  .m-5
  {
    margin:0rem !important;
  }
  .services .col-md-6 
  {
    position: relative;
    top: 50px;
  }
  .services .icon-box .ms-5
  {
    margin-left:20px !important; 
  }
  .services .icon-box h4, .services .icon-box p
  {
    margin-left:0px !important;
  }

  #header p
  {
    margin-bottom:0px;
  }
  #header .col-md-4
  {
    width: 50%;
  }
  .header-social-links
  {
    margin-right:0px;
  }
  .letter-spacing
  {
    letter-spacing:0px;
        position: relative;
    left: 10px;
  }
  .container
  {
    width:100% !important;
  }
  .facebook b
  {
    position: relative;
    top: 8px;
    right: 20px;
  }
  #footer
  {
    margin-bottom:40px;
  }
  #footer img, #footer .text-center br
  {
    display: none;
  }
  #footer .footer-top .footer-contact
  {
    margin-bottom:0px;
  }
   #footer .facebook
  {
    float: left;
    margin-left:0px;
  }
  #footer .facebook b
  { 
    padding-right:0px !important;
    top:3px;
    left:0px;
    right:0px;
  }
  #footer .footer-top {
    padding: 30px 0 30px 0 !important;
}
  #footer .footer-top .footer-contact h4
  {
    margin-bottom:0px;
  }
   .navbar-mobile a, .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a
    {
      color:#ffffff;
      font-size:28px;
      text-transform: uppercase;
    }
    .navbar-mobile
    {
      background: rgba(45,185,210,0.5);

    }
    .navbar-mobile ul
    {
      background: rgba(45,185,210);
          top: 0px;
    right: 0px;
    bottom: 15px;
    left: 0px;
        min-height: 400px;
    height: 400px;
    padding-top: 50px;
    }
    .navbar-mobile p
    {
      color:#ffffff !important;
      font-size:26px;
    }
    .navbar-mobile .facebook
    {
      display: initial;
    }
    .navbar-mobile .facebook i
    {
      font-size:40px;
      position: relative;
    bottom: 10px;
    }
    .name
    {
      font-size:22px !important;
    }
    .mobile-nav-toggle.bi-x {
        color: #fff;
        /* border: 1px solid red; */
        z-index: 999;
        right: 0px;
        position: absolute;
        font-size: 45px;
    }
}
@media only screen and (min-width: 375px) 
  and (max-width: 667px) 
  /*and (-webkit-min-device-pixel-ratio: 2) */
  and (orientation: portrait) {
      section#services .container {
            padding-top: 265px;
            
        }
  }
@media only screen  and (min-width: 300px) 
  and (max-width: 800px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .navbar a, .navbar, .navbar li > a{
    border: 0px solid #ffffff !important;
    margin: 0px 0px 0px 0px !important;
    }
    #header .container
    {
       flex-direction: row-reverse;
    }
    #header nav
    {
      float: right;
    }
    #header .logo
    {
      left: 25px;
      position: absolute;
      top: 20px;
    }
    .navbar-mobile a, .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a
    {
      color:#ffffff;
      font-size:28px;
      text-transform: uppercase;
    }
    .navbar-mobile
    {
      background: rgba(45,185,210,0.5);

    }
    .navbar-mobile ul
    {
      background: rgba(45,185,210);
          top: 0px;
    right: 0px;
    bottom: 15px;
    left: 0px;
        min-height: 400px;
    height: 400px;
        padding-top: 50px;
    }
    .navbar-mobile p.name
    {
      color:#ffffff !important;
      font-size:22px;
      position: relative;
    right: 30px;
    }
    .navbar-mobile p b
    {
      color:#ffffff !important;
      font-size:26px;
      position: relative;
      left: 15px;
    }
    .mobile-nav-toggle.bi-x {
        color: #fff;
        /* border: 1px solid red; */
        z-index: 999;
        right: 0px;
        position: absolute;
        font-size: 45px;
    }
    .address-names
    {
      display: block;
      border-top: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      float: left;
       width: 100%;
    }
    .address-names .col-md-12
    {
      width: 100%;
      float:left;
    }
    .address-names .col-md-8
    {
      width: 75%;
      float:left;
          text-align: right;
    padding-right: 65px;
    }
    .address-names .col-md-4
    {
      width: 25% !important;
      float:left;
      padding-top: 20px;
    }
    .navbar-mobile .facebook i
    {
      font-size:40px;
      position: relative;
    bottom: 10px;
    }
  #hero {
       width: 100%;
    height: 433px;
    background: url(../img/annie-mobile-slider.jpg) center center;
    background-size: 100%;
    position: relative;
    margin-top: 100px;
    padding: 0;
    background-repeat: no-repeat;
  }
  #services
  {
    background-image:url('../img/mobile-annie-service-bg.jpg') !important;
    background-size: cover;
    /* min-height: 1000px; */
    background-repeat: no-repeat;
    background-position: center center;
    min-height:600px !important;
  }
  section#services .container {
      padding-top: 300px;
  }
  .services .icon-box
  {
    padding:0px;
  }
  .right-side-block
  {
    display: none;
  }
  section#about h3
  {
    text-align: center;
    font-size:20px;
  }
  section#about p
  {
    text-align: center;
  }
  #footer
  {
    margin-bottom:40px;
  }
  #footer img, #footer .text-center br
  {
    display: none;
  }
  #footer .footer-top .footer-contact
  {
    margin-bottom:0px;
  }
  #footer .facebook
  {
    float: left;
    margin-left:0px;
  }
  #footer .facebook b
  { 
    padding-right:0px !important;
    top:3px;
    left:0px;
    right:0px;
  }
  #footer .footer-top .footer-contact h4
  {
    margin-bottom:0px;
  }
}


@media only screen  and (min-width: 720px) 
  and (max-width: 1280px) 
  {
     #header .container
    {
       flex-direction: row-reverse;
    }
    #header nav
    {
      float: right;
    }
    #header .logo
    {
      left: 25px;
      position: absolute;
      top: 20px;
    }
    .navbar-mobile a, .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a
    {
      color:#ffffff;
      font-size:28px;
    }
    .navbar-mobile
    {
      background: rgba(45,185,210,0.5);

    }
    .navbar-mobile ul
    {
      background: rgba(45,185,210);
          top: 0px;
    right: 0px;
    bottom: 15px;
    left: 0px;
        min-height: 400px;
    height: 400px;
    }
    .navbar-mobile p
    {
      color:#ffffff !important;
      font-size:30px;
    }
   
    .mobile-nav-toggle.bi-x {
        color: #fff;
        /* border: 1px solid red; */
        z-index: 999;
        right: 0px;
        position: absolute;
        font-size: 45px;
    }
    .address-names
    {
      display: block;
      border-top: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      float: left;
       width: 100%;
    }
    .address-names .col-md-12
    {
      width: 100%;
      float:left;
    }
    .address-names .col-md-8
    {
      width: 75%;
      float:left;
      padding-right: 0px !important;
    }
    .address-names .col-md-4
    {
      width: 25% !important;
      float:left;
      padding-top: 20px;
      text-align: left !important;
    }
    .navbar-mobile .facebook i
    {
      font-size:40px;
    }
  #hero {
       width: 100%;
    height: 433px;
    background-image: url(../img/slider-image-annie-haule.jpg);
    background-size: 100%;
    background-position: center center;
    position: relative;
    margin-top: 25px;
    padding: 0;
    background-repeat: no-repeat;
  }
  #services
  {
    background-image:url('../img/service-bg.jpg') !important;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
        /* min-height: 1000px; */
  }
  section#services .container {
      padding-top: 0px !important;
  }
  #services .mt-5
  {
    margin-top:1rem !important;
  }
  .services .icon-box
  {
    padding:0px;
  }
  .right-side-block
  {
    display: none;
  }
  section#about h3
  {
    text-align: center;
    font-size:20px;
  }
  section#about p
  {
    text-align: center;
  }
  #footer
  {
    margin-bottom:40px;
  }
  #footer img, #footer .text-center br
  {
    display: none;
  }
  #footer .footer-top .footer-contact
  {
    margin-bottom:0px;
  }
  #footer .facebook
  {
    float: left;
    margin-left:0px;
  }
  #footer .facebook b
  { 
    padding-right:0px !important;
    top:3px;
    left:0px;
    right:0px;
  }
  #footer .footer-top .footer-contact h4
  {
    margin-bottom:0px;
  }
  }
  @media only screen  and (min-width: 992px) 
  and (max-width: 1280px) 
  {
    li.address-names {
        width: 232px;
        color: #2db9d2;
    }
    .navbar a i {
        font-size: 28px;
        margin-top: -20px;
    }
  }
  .navbar a, .navbar, .navbar li > a{
    border: 2px solid #ffffff;
    margin: 0px 5px 0px 5px;
}
 @media screen and (min-width: 1920px){
    #services
    {
    	
    	background-position:unset;
    }
  }
@media (min-width: 2000px) {
		#services
	    {
	    	background-position:unset;

	    }
	    .p-5 {
		    padding: 22vh!important;
		}
    }