/* ----------------------------------------------------------------

01. Fonts settings
02. Default style
03. Scrollbar style
04. Selection style
05. Sidebar & Menu style
06. Content style
07. Section style
08. Slider style
09. Heading style 
10. Navigation style
11. Team style
12. Services style
13. Pricing style
14. Gallery style
15. Blog & Post style
16. Contact style
17. Footer style
18. Progress-wrap style



------------------------------------------------------------------- */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 35px;
  z-index: 1;
  bottom: 0px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #308d00;
  border: 2px solid white;
  box-shadow: 0px 7px 5px 2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #103d08;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f093";
  font-family: "FontAwesome";
  color: #ffffff;
  position: absolute;
  margin: auto;
  top: 4px;
  left: 12px;
  text-align: center;
  font-size: 23px;
}
#modal-appoinments .avatar-upload .avatar-edit input+label:after {
  top: 10px;
}
.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  display: table;
  margin: 0 auto;
}

.avatar-hover {
  transition: .5s ease;
}


.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
  

/* ======= Fonts settings (Google Fonts: Josefin Sans) ======= */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&amp;display=swap");

/* ======= Default styles ======= */

.find-pkg{
  display: block;
  background-image: linear-gradient(0deg, #0097059f 0%, #9797971a 74%);
  border-image: linear-gradient( to bottom, #133102, rgba(24, 94, 3, 0.71) ) 1 100%;
  padding: 13px;
  font-weight: bold;
  font-size: 20px;
  color: #6df734fa;
  transition-duration: 1s;
  transition-delay: 1s es;
  margin-top: 30px;
}
.find-pkg:hover{
  display: block;

  padding: 13px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  transition-duration: 1s;
  margin-top: 30px;
}
/* .find-pkg-fixed{
    position: absolute;
    bottom: 0;
    width: 100%;
} */


html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #fdecd0  ;
  background-color: #ffe8df;
}

  .d-block{
        display: block;
    }
    .d-none-mobile{
        display: none;
    }
    
    
    
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #87755a;
  font-weight: 400;
}
/* lists */
ul {
  list-style-type: none;
}
/* links */
a {
  color: #101010;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #101010;
  outline: none;
  text-decoration: none !important;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
}
.mt-20 {
  margin-top: 20px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-30 {
  margin-bottom: 30px;
}
.small,
small {
  font-size: 80%;
}
b,
strong {
  color: #fff;
}
.bg-black {
  background-color: #1b1b1b;
}
/* form element */
/* text field */

button,
input,
optgroup,
select,
textarea {
  font-family: "Josefin Sans", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  background-image: none;
  border: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border: none;
  color: #999;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #1b1b1b;
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 30px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #000;
  color: #fff;
}
#message {
  height: 130px;
  color: #999;
  background: #1b1b1b;
}
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control,
input[type="file"].form-control,
textarea.form-control {
  background: #fff4e8;
  color: #fdb77b !important;
  border: 1px solid #fdb77b57;

}
#modal-appoinments h4{
  font-size
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
select {
  padding: 10px;
  border-radius: 5px;
}
table,
th,
tr,
td {
  border: 1px solid #1b1b1b;
}
th,
tr,
td {
  padding: 10px;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.js .animate-box {
  opacity: 0;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #101010;
}
::-webkit-scrollbar-thumb:hover {
  background: #101010;
}

/* ======= Selection style ======= */
::-webkit-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}
::selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

/* ======= Sidebar & Menu style ======= */
.mid-content-h1{
  font-size: 32px;
  padding-top: 54px;
}
.annie-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.annie-aside {
  padding: 0 15px;
  width: 23%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
  .annie-aside {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .annie-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 30px;
  }
  

}
.annie-aside .annie-logo {
    margin-bottom: 18px;
    padding: 0;
    display: block;
    width: 100%;
    background: #a9977c21;
    padding: 4px 5px 5px 5px;
    border-radius: 11px;
}
.annie-aside .annie-logo h1 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.annie-aside .annie-logo span {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .annie-aside .annie-logo {
    margin-bottom: 60px;
  }
  .annie-aside .annie-logo h1 {
    font-size: 24px;
  }
  .annie-aside .annie-logo span {
    font-size: 12px;
  }
}
.annie-aside .annie-logo a {
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.637);
  transition-duration: 0.5s;
}
.annie-aside .annie-logo a:hover {
  color: #ffffff;
}
.annie-aside .annie-logo a span {
  display: block;
  margin-top: 0px;
  text-align: center;
}
/* Menu */
.annie-aside .annie-main-menu,
.annie-aside .annie-main-menu ul,
.annie-aside .annie-main-menu ul li,
.annie-aside .annie-main-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.annie-aside .annie-main-menu {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .annie-aside .annie-main-menu {
    margin-bottom: 30px;
  }
}
.annie-aside .annie-main-menu ul ul {
  display: none;
}
.annie-aside .annie-main-menu > ul > li > a {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #999;
}
.annie-aside .annie-main-menu > ul > li > a:hover,
.annie-aside .annie-main-menu > ul > li.active > a,
.annie-aside .annie-main-menu > ul > li.open > a {
  color: rgba(255, 255, 255, 0.637);
}
.annie-aside .annie-main-menu > ul > li.open > a {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.637);
  border-bottom: 1px solid transparent;
}
.annie-aside .annie-main-menu > ul > li:last-child > a,
.annie-aside .annie-main-menu > ul > li.last > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.annie-aside .annie-main-menu > ul > li > a:hover > span::after,
.annie-aside .annie-main-menu > ul > li.active > a > span::after,
.annie-aside .annie-main-menu > ul > li.open > a > span::after {
  border-color: #fff;
}
.annie-aside .annie-main-menu ul ul li a {
  padding: 5px 0 5px 30px;
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.annie-aside .annie-main-menu ul ul li:hover > a,
.annie-aside .annie-main-menu ul ul li.open > a,
.annie-aside .annie-main-menu ul ul li.active > a {
  color: #fff;
}
.annie-aside .annie-main-menu ul ul ul li a {
  margin-left: 30px;
  padding-top: 12px;
}
.annie-aside .annie-main-menu > ul > li > ul > li:last-child > a,
.annie-aside .annie-main-menu > ul > li > ul > li.last > a {
  border-bottom: 1px solid #101010;
  padding-bottom: 15px;
}
.annie-aside .annie-main-menu > ul > li > ul > li.open:last-child > a,
.annie-aside .annie-main-menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #101010;
}
.annie-aside
  .annie-main-menu
  > ul
  > li
  > ul
  > li.open:last-child
  > ul
  > li:last-child
  > a {
  border-bottom: 1px solid #101010;
}
.annie-aside .annie-main-menu ul ul li.annie-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 8px;
  z-index: 10;
  top: 17px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.annie-aside .annie-main-menu ul ul li.active > a::after,
.annie-aside .annie-main-menu ul ul li.open > a::after,
.annie-aside .annie-main-menu ul ul li > a:hover::after {
  border-color: #fff;
}
/* footer */
.annie-aside .annie-footer {
  position: relative;
  bottom: 0px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #999;
  padding: 0px 0;
}
.annie-footer p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1em;
}
.annie-footer a,
.annie-footer a i {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .annie-aside .annie-footer {
    position: relative;
  }
}
.annie-aside .annie-footer span {
  display: block;
  display: block;
  font-weight: 100;
  color: #c5c5c5;
  font-size: 16px;
}
.annie-aside .annie-footer ul {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0;
}
.annie-aside .annie-footer ul li {
  display: inline-block;
  margin-right: 8px;
  background-color: transparent;
  text-align: center;
  transition: all 0.3 ease-in-out;
}
.annie-aside .annie-footer ul li a {
  color: #fff;
  font-size: 20px;
}
.annie-aside .annie-footer ul li a:hover,
.annie-aside .annie-footer ul li a:active,
.annie-aside .annie-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

/* ======= Content style ======= */
.annie-main {
  width: 77%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .annie-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .annie-main {
    width: 100%;
  }
}
.annie-hero {
  background: #101010 url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 0;
  clear: both;
}
.annie-hero .btn {
  font-size: 24px;
}
.annie-hero .btn.btn-primary {
  padding: 15px 30px !important;
}

/* ======= Section style ======= */
.annie-blog,
.annie-post,
.annie-gallery,
.annie-teams,
.annie-pricing,
.annie-about,
.annie-service,
.annie-contact,
.annie-homepage-about,
.annie-homepage-gallery {
  padding-top: 37px;
  padding-bottom: 0px;
  clear: both;
  width: 100%;
  display: block;
}
.annie-gallery p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  padding: 20px;
  transition: all 0.1s linear;
  color: #fff;
}
.annie-gallery p span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.annie-gallery p span:hover {
  color: #999;
}
.annie-gallery h6 {
  color: #999;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .annie-blog,
  .annie-post,
  .annie-gallery,
  .annie-teams,
  .annie-pricing,
  .annie-about,
  .annie-service,
  .annie-contact,
  .annie-homepage-about,
  .annie-homepage-gallery {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}


/* ======= Slider style ======= */
.annie-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  background: #ffffff;
}
.annie-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
.annie-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  min-height: 100vh;
}
.annie-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}
.annie-hero .flexslider .flex-control-nav li {
  display: none;
  margin-bottom: 6px;
}
.annie-hero .flexslider .flex-control-nav li a {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.annie-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #101010;
}
.annie-hero .flexslider .flex-direction-nav {
  display: none;
}
.annie-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 100vh;
  padding: 0;
  z-index: 9;
}
.annie-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 100vh;
  padding: 20px;
  position: relative;
}
.annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
  position: relative;
  z-index: 1;
  bottom: -120px;
  left: 0;
  padding: 20px;
  background: #07290e52;
  text-align: center;
  width: 650px;
}
.annie-hero .flexslider .slider-text > .slider-text-inner .desc {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 20px;
  background: transparent;
}
/* border frame */
.annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner .frame-1,
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-1:before,
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-1:after,
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-2:before,
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-1:before {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-1:after {
  top: auto;
  bottom: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-2:before {
  left: auto;
  right: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
.annie-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .frame-inner
  .frame-2:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
    width: 265px;
  }
  .annie-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
}
.annie-hero .flexslider .slider-text > .slider-text-inner h1,
.annie-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 40px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1.3em;
}
.annie-hero .flexslider .slider-text > .slider-text-inner h2,
.annie-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .annie-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 32px;
  }
  .annie-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 11px;
  }
}
.annie-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .annie-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}
.annie-hero .flexslider .slider-text > .slider-text-inner p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .annie-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}
/* for menu important */
body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas .annie-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
}
body.offcanvas .annie-main,
body.offcanvas .annie-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/* ======= Heading style ======= */
.annie-heading {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}
.annie-heading span {
  display: block;
}
.annie-about-heading {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.annie-contact-heading {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.annie-about-me {
  font-size: 20px;
  margin-bottom: 20px;
}
.annie-about-signature {
  width: 240px;
  height: auto;
}
.annie-post-heading {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}
.annie-post-heading span {
  display: block;
}
.heading-meta {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .annie-post-heading {
    margin-bottom: 15px;
  }
}

/* ======= Navigation style ======= */
.annie-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.annie-nav-toggle.active i::before,
.annie-nav-toggle.active i::after {
  background: #fff;
}
.annie-nav-toggle.dark.active i::before,
.annie-nav-toggle.dark.active i::after {
  background: #101010;
}
.annie-nav-toggle:hover,
.annie-nav-toggle:focus,
.annie-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.annie-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -2px;
}
.annie-nav-toggle i::before,
.annie-nav-toggle i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.annie-nav-toggle.dark i {
  position: relative;
  color: #101010;
  background: #101010;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.annie-nav-toggle.dark i::before,
.annie-nav-toggle.dark i::after {
  background: #101010;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.annie-nav-toggle i::before {
  top: -7px;
}
.annie-nav-toggle i::after {
  bottom: -7px;
}
.annie-nav-toggle:hover i::before {
  top: -10px;
}
.annie-nav-toggle:hover i::after {
  bottom: -10px;
}
.annie-nav-toggle.active i {
  background: transparent;
}
.annie-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.annie-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.annie-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 12px 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #000;
  border: 2px solid #1b1b1b;
  margin: 15px 30px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .annie-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

/* ======= Team style ======= */
.annie-team {
  position: relative;
  margin-bottom: 30px;
}
.annie-team .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.annie-team .desc .con {
  padding: 30px;
  display: block;
  position: relative;
}
.annie-team .desc .con .icon {
  position: absolute;
}
.annie-team .desc .con .icon span {
  display: inline;
  padding-right: 10px;
}
.annie-team .desc .con .icon i {
  font-size: 18px;
  color: #fff;
}
.annie-team .desc h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 0px;
}
.annie-team .desc h3 a {
  color: #fff;
}
.annie-team .desc span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  margin-bottom: 15px;
}
.annie-team .desc span a {
  color: #101010;
}
.annie-team:hover .desc {
  opacity: 1;
}
.annie-team:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.annie-team:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.annie-team-desc h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.annie-team-desc span {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}
.annie-team-desc span a {
  color: #666;
}
.annie-team-desc .icon span {
  display: inline;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .annie-team .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .annie-team .desc h3 {
    font-size: 24px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #101010;
    font-weight: 700;
  }
  .annie-team .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
  }
}

/* ======= Services style ======= */
.annie-services {
  position: relative;
  margin-bottom: 30px;
}
.annie-services .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  /*    background: rgba(0, 0, 0, 0.7);*/
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  padding: 20px;
  transition: all 0.1s linear;
}
.annie-services .desc .con {
  padding: 0px;
  display: block;
  position: relative;
}
.annie-services .desc h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.annie-services .desc h3 a {
  color: #fff;
}
.annie-services .desc span {
  display: block;
  color: #ccc;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 15px;
}
.annie-services .desc span a {
  color: #101010;
}
.annie-services .annie-icon {
  background: transparent;
  margin-bottom: 10px;
  color: #fff;
  font-size: 21px;
}
.annie-services:hover .desc {
  opacity: 1;
}
.annie-services:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.annie-services:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.annie-services-desc h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.annie-services-desc span {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}
.annie-services-desc span a {
  color: #666;
}
@media screen and (max-width: 768px) {
  .annie-services .desc {
    opacity: 1;
  }
  .annie-services .desc h3 {
    font-style: 28px;
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
  }
  .annie-services .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ======= Pricing style ======= */
.price-box {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.price-box .price-box-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 30px;
}
.price-box .price-box-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-box .price-box-inner ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.price-box .price-box-inner ul li.pricing-title {
  position: relative;
  font-size: 17px;
  line-height: 1.75em;
  font-weight: 700;
}
.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
}
.price-box .price-box-inner ul li.pricing-prices {
  position: relative;
  padding: 0 0 30px 0;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
  position: relative;
  bottom: 2px;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.price-box .price-box-inner ul li.pricing-content {
  padding: 0;
  line-height: 2em;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

/* ======= Gallery style ======= */
.annie-photos .annie-photo-item {
  position: relative;
  margin-bottom: 30px;
}
.annie-photos .annie-photo-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(255 255 255 / 69%);
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.annie-photos .annie-photo-item .photo-text-more {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 30px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.annie-photos .annie-photo-item .photo-text-more .fa .fa-search-plus {
  color: #fff;
  font-size: 20px;
}
.annie-photos .annie-photo-item .photo-text-more .heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.annie-photos .annie-photo-item .photo-text-more .meta {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 12px;
}
.annie-photos .annie-photo-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .annie-photos .annie-photo-item img {
  }
}
.annie-photos .annie-photo-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.annie-photos .annie-photo-item:hover .photo-text-more {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
/*  add more style  */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.annie-more-trigger {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #6c6d6d;
  margin: 0 auto;
  position: relative;
}
.annie-more-trigger:hover {
  background-color: #000;
  border: 2px solid #000;
}
.annie-more-trigger:hover .plus,
.annie-more-trigger:hover .plus:after {
  background: #fff;
}
.plus {
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin: 0 auto;
}
.plus:after {
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -sand-transform: rotate(90deg);
}
.annie-more-wrapper.hidden {
  display: none;
}
.annie-more-wrapper {
  margin: 30px auto;
}
/* show more animation style */
.annie-show-more-container {
  visibility: hidden;
  display: none;
  max-height: 0px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  height: 100%;
}
.annie-show-more-container.visible {
  visibility: visible;
  display: block;
  animation: LHC 0.3s;
  animation-fill-mode: both;
  min-height: 100%;
}
@keyframes LHC {
  from {
    max-height: 0px;
    opacity: 0;
  }
  to {
    opacity: 1;
    margin-top: -60px;
    max-height: 100%;
  }
}
.annie-show-more-container.animated {
  animation: HCC 0.5s;
  animation-fill-mode: both;
}
@keyframes HCC {
  from {
    max-height: 2050px;
    opacity: 1;
  }
  to {
    opacity: 0;
    max-height: 0px;
  }
}

/* ======= Blog & Post style ======= */
.blog-entry {
  width: 100%;
  float: left;
  background: #1b1b1b;
  margin-bottom: 60px;
}
.blog-entry .desc {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 45px;
  }
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-entry .desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-weight: 400;
}
.blog-entry .desc h3 a {
  color: #fff;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.blog-entry .desc span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #999 !important;
}
.blog-entry .desc span small i {
  color: #999;
}
.blog-entry .desc .lead {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.blog-entry .desc .lead:hover {
  color: #fff;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* pagination */
.annie-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}
.annie-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.annie-pagination-wrap li a {
  background: #1b1b1b;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-weight: 400;
  border-radius: 50%;
}
.annie-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.annie-pagination-wrap li a.active {
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .annie-pagination-wrap {
    padding: 0 0 60px 0;
    margin: 0;
    text-align: center;
  }
}
/* post comment */
.comments-area {
  padding: 30px 0;
}
.comments-area .comments-title {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 700;
  color: #fff;
}
.comments-area .comments-title a {
  color: #999;
  border-bottom: 1px dashed #999;
}
.comments-area .comments-title a:hover {
  color: #fff;
}
ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px 30px 20px 90px;
  margin-left: 40px;
  color: #101010;
  position: relative;
}
ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #fff;
}
ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999;
  font-weight: 700;
}
ol.comment-list li.comment .comment-meta {
  color: #999;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
}
ol.comment-list li.comment .comment-meta a {
  color: #999;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}
ol.comment-list li.comment p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #999;
}
ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  font-size: 13px;
  color: #999;
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}
ol.comment-list li .children li {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -35px;
    height: 70px;
    width: 70px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 26px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -15px;
    top: 12px;
    width: 60px;
    height: 60px;
  }
  ol.comment-list li.comment .comment-body {
    padding-left: 55px;
  }
}
/* avatar feedback */
.avatar-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.avatar-container > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 100px;
}
.avatar-container > i::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.avatar-container > .placeholder {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  text-align: center;
}
.avatar-container > .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
.avatar-container > .button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.avatar-container > .button:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.avatar-container > .button > input[type="file"] {
  display: none;
}

/* ======= Contact style ======= */
.annie-map-section {
  overflow: hidden;
  margin-bottom: 60px;
}
#annie-contactMap {
  width: 100%;
  height: 550px;
}
.annie-more-contact {
  background: #fafafa;
}
/* form */
.form-control {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  background-image: none;
  border: none;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn-contact {
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  border-style: solid;
  color: #fff;
  letter-spacing: 1px;
  border-width: 0;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin-top: 10px;
  border-radius: 0;
}

/* ======= Footer style ======= */
#annie-footer {
  padding: 30px 15px 23px;
    margin-top: 40px;
  background: #301d09;
}
#annie-footer a {
  color: #fff;
}
#annie-footer h1 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5em;
  color: #fff;
}
#annie-footer h1 span {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.3em;
  display: block;
  margin-top: 0px;
  text-align: center;
}
#annie-footer .footer-logo {
  margin-bottom: 30px;
}
#annie-footer .footer-logo .img {
  width: 270px;
}
.annie-footer span{
  font-size: 17px;
}
.copyright{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 15.41px;
  font-weight: 300;
  padding: 13px 180px;
  text-align: center;
  display: table;
  margin: 0 0;
  background: #201302;
  width: 100%;
}
.copyright p{
  margin-bottom: 0px !important;
  font-size: 14px;
}
.copyright a {
  color: #fff;
  transition: .5s ease;
  font-size: 14px;
}
.copyright a:hover{
  color: #8a0000;
  transition: .5s ease;
  text-decoration: none;
}
.copyright img{
  width: 11%;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  #annie-footer {
    padding: 100px 30px 80px 30px;
    text-align: center;
  }
}
.annie-lead {
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
  margin-bottom: 0;
}
/* social */
ul.social-network {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
}
ul.social-network li {
  display: inline-block;
  margin-right: 5px;
  background-color: #222;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.3 ease-in-out;
}
.social-network li i {
  color: #fff;
}
@media screen and (max-width: 768px) {
  ul.social-network {
    display: inherit;
    text-align: center;
    float: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .annie-services .desc span {
    display: none;
  }
}

/* ======= Progress-wrap style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1002;

}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #6c6d6d;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px #b1050500;
}
.progress-wrap::after {
  color: #6c6d6d;
}
.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
}

.section9{
  position: relative;
  min-height: 290px;
}
.section9-row{
  padding: 50px 0px;
  /* position: absolute; */
  /* top: 18px; */
  /* z-index: 1; */
  margin: 0 auto;
  width: 99%;
}
.section9-row img{
  width: auto;
  position: absolute;
  top: 10px;
    z-index: 1;
    right: 500px;
}
.section9-row .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
}
.section9-row .card {
  margin: 0 auto;
}
.section9-row .carousel-caption {
  right: 0;
  left: 0;
  position: relative;
  bottom: 0;
  padding-top: 140px;
}
.pack-div{
  background-color: rgba(255, 255, 255, 0.637);
  margin: 5px;
  text-align: center;
  padding-top: 10px;
}
.pack-div h2{
  font-size: 24px;
}
.pack-div h3{
  background: #e20505;
  font-size: 26px;
}
.pack-div p{
  color: #032209;
  font-size: 20px;
}
.promo{
  background-color: #101010;
    border: 2px solid;
    padding: 30px 15px 15px;
    text-align: center;
    font-size: 26px;
    margin: 20px 5px 35px;
    box-shadow: 0px 10px 22px -3px rgb(0 0 0 / 75%);
    margin: 17px 0;
    border-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.637), rgb(0 0 0/ 10%) ) 1 100%;
}

.promo .text-r{
  background-color: red;
    color: #fff;
    padding: 12px 20px 8px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
}
.promo .text-y{
  color: rgb(255, 247, 0);

}
.promo p{
  margin: 16px 0 0;
    color: #f00;
    font-size: 18px;
}
.section9-row .carousel-inner{
  width: 79%;
  margin: 0 auto;
  background-color: rgb(199 199 199 / 0%);
  border: rgb(226 180 9 / 21%) 1px solid;
}
.testimonials-caption{
  text-align: center;
  padding: 0px 75px;
}

.testimonials-caption h2{
  font-family: 'Nunito Sans', sans-serif;
  font-weight  : 700;
  font-size    : 37px;
  line-height  : 51px;
  letter-spacing: 0.25px;
  color        : #ffa600;
  padding-bottom: 30px;
  padding-top: 20px;
}
.testimonials-caption h3{
  font-family: 'Nunito Sans', sans-serif;
  font-weight  : 600;
  font-size    : 33px;
  line-height  : 46px;
  letter-spacing: 0.25px;
  color        : #aaaaaa;
  padding-bottom: 40px;
}
.testimonials-caption p{
  font-family: 'Poppins', sans-serif;
  font-weight  : 400;
  font-size    : 15px;
  line-height  : 30px;
  color        : #ffffff;
  padding-bottom: 30px;
  letter-spacing: 0.25px;
}
.testimonials-caption h4{
  font-family: 'Poppins', sans-serif;
  font-weight  : 600;
  font-size    : 22px;
  line-height  : 29px;
  color        : #6d6d6d;
  padding-bottom: 15px;
}
.section9-row  .carousel-control-prev-icon {
  background-image: url(../../images/circle-left-solid.svg);
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  left: 45px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(107%) contrast(110%);
  bottom: 145px;
}
.section9-row  .carousel-control-next-icon {
  background-image: url(../../images/circle-right-solid.svg);
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  position: absolute;
  right: 45px;
  bottom: 145px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(107%) contrast(110%);
}
.section9-row .carousel-control-prev-icon:hover {
  filter: brightness(0) saturate(100%) invert(78%) sepia(18%) saturate(5834%) hue-rotate(5deg) brightness(97%) contrast(96%);
}
.section9-row .carousel-control-next-icon:hover {
  filter: brightness(0) saturate(100%) invert(78%) sepia(18%) saturate(5834%) hue-rotate(5deg) brightness(97%) contrast(96%);}



/*android*/
@media screen and (max-width: 767px) {
  .annie-aside {
      padding: 8px 20px;
      background-size: cover !important;
  }
  .annie-aside .annie-logo h1 {
      font-size: 24px !important;
  }
  .annie-aside .annie-logo {
      margin-bottom: 25px !important;
  }
  .annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
      width: 300px;
  }
  .annie-homepage-about {
      padding-top: 30px;
      padding-bottom: 0px;
  }
  .profile-index h1{
      font-size: 26px !important;
      line-height: 35px;
      margin-bottom: 25px !important;
  }
  
  .profile-index h2{
      font-size: 18px !important;
  }
  #annie-footer {
      padding: 15px 20px !important;
      text-align: center !important;
  }
  .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
  }
  .section9-row {
      padding: 20px 0px !important;
      margin: 0 auto;
      width: 100%;
  }
  .section9-div {
  
      padding-left: 0px;
      padding-right: 0px;
  }
  .section9-row .carousel-caption {
      padding-top: 10px !important;
  }
  .testimonials-caption {
      text-align: center;
      padding: 0px 35px;
  }
  .testimonials-caption p {
      letter-spacing: 0.25px;
      padding-bottom: 10px;
      
  }
  .testimonials-caption h4 {
      margin-bottom: 0px;
  }
  .home-gallery-row{
    margin-top: 0px;
  }
  .promo .text-y {
    display: block;
    margin: 10px 0px;
}
.promo {
  padding: 15px;
  text-align: center;
  font-size: 20px;
  margin: 5px 5px 15px;
}
.section9-row .carousel-inner {
  width: 100%;
}
  /* div#demoModal { 
    display: none !important;
   } */
}

/*ios*/
@media screen and (max-width: 340px) {
  .annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
    width: 275px;
    padding: 15px;
}
.annie-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 14px !important;
}
.profile-index h1 {
  font-size: 23px !important;
}
.profile-index h2 {
  font-size: 16px !important;
}
.promo {
  font-size: 18px;
}
.testimonials-caption h4 {
  font-size: 16px;
}

}

/*windows*/
@media (min-width: 450px) and (max-width: 767px) {
  .annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
    width: 380px;
}


}

/*portrait*/
@media (min-width: 768px) and (max-width: 991px) {
.annie-aside {
  padding: 20px;
  background-size: cover !important;
}
.popup-frst{
  padding-left: 30px !important;
}
.modal-dialog {
  max-width: 690px;
}
.annie-hero .flexslider .slider-text > .slider-text-inner .frame-inner {
  width: 680px;
  padding: 40px 20px;
}
.annie-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 32px !important;
  line-height: 45px;
}
.annie-hero .flexslider .slider-text > .slider-text-inner h2, .annie-hero .flexslider .slider-text > .slider-text-inner h2 {
  line-height: 2.3em;
}
.home-gallery-row{
  margin-top: 0px !important;
}
#annie-footer {
  padding: 20px;
  text-align: center;
}
.annie-aside .annie-logo h1 {
  font-size: 25px !important;
}
.promo .text-y {
  display: block;
  margin: 20px 0px;
}
.annie-blog, .annie-post, .annie-gallery, .annie-teams, .annie-pricing, .annie-about, .annie-service, .annie-contact, .annie-homepage-about, .annie-homepage-gallery {
  padding-top: 50px;
  padding-bottom: 0px;
}
.profile-index h1{
  margin-bottom: 10px !important;
  font-size: 34px !important;
}


}

/*landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
.annie-aside {
  padding: 20px;
  background-size: cover !important;
}
.annie-blog, .annie-post, .annie-gallery, .annie-teams, .annie-pricing, .annie-about, .annie-service, .annie-contact, .annie-homepage-about{
  padding-top: 50px;
}
.profile-index h1{
  font-size: 33px !important;
}
.home-gallery-row{
  margin-top: 0px !important;
}
#annie-footer {
  padding: 20px;
  text-align: center;
}
.promo .text-y {
  display: block;
  margin: 20px 0px;
}


 }

@media (min-width: 1280px) and (max-width: 1365px) {
  .annie-aside {
    padding: 20px;
    background-size: cover !important;
  }

 }

@media (min-width: 1400px) and (max-width: 1439px) {
  .annie-aside {
    padding: 20px;
    background-size: cover !important;
  }
  .mid-content-h1{
    font-size: 38px;
  }

 }

@media (min-width: 1440px) and (max-width: 1599px) {
  .annie-aside {
    padding: 20px;
    background-size: cover !important;
  }
  .mid-content-h1{
    font-size: 32px;
  }


 }

/*large screen*/
@media (min-width: 1600px) {
  .annie-aside {
    padding: 20px;
    background-size: cover !important;
  }
  .mid-content-h1{
    font-size: 38px;
  }

 }











































 