/*
 It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here;
 It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">


*/
/* --------------------- () general ------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Merriweather");
@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Arvo|Concert+One|Cormorant+Garamond|Cormorant+Upright|Emblema+One|Fjalla+One|Frank+Ruhl+Libre|Karla|Lora|Montserrat+Alternates|Montserrat+Subrayada|Playfair+Display+SC|Rubik+Mono+One|Sonsie+One|Spectral|Vampiro+One|Wellfleet|Yatra+One");
* {
  text-transform: capitalize; }

body {
  clear: both;
  margin: 0;
  padding: 0; }

i.fab.fa-twitter {
  color: #00aced; }

i.fab.fa-whatsapp {
  color: #25D366; }

i.fab.fa-facebook-f {
  color: #fff; }

i.fab.fa-instagram {
  color: #C32AA3; }

i.fab.fa-google-plus-g {
  color: #DB4437; }

.fw-head {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: "Archivo Black", sans-serif;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.91);
  z-index: 20; }

.mw-head {
  margin-bottom: 15px;
  padding-top: 20px;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  text-shadow: 2px rgba(0, 0, 0, 0.7);
  line-height: 2;
  color: rgba(0, 0, 0, 0.9);
  position: relative; }
  @media (min-width: 767px) and (max-width: 992px) {
    .mw-head {
      font-size: 15px;
      line-height: 1.3;
      text-shadow: none;
      margin-top: 0;
      margin-bottom: 15px; } }

.p, .mokeup p, .parent-sucss p, .about-us-1 p {
  font-family: "Spectral", serif;
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
  z-index: 20; }

.about-map .overlay, .contact-map .overlay, .team-map .overlay, .service-map .overlay, .clint-map .overlay, .our-clint .pract, .faq-map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 19; }

.f-left {
  float: left; }

.min-width {
  min-width: 100%;
  min-height: 100%; }

/* ---------------------------- () uppernavbar ------------------------------- */
.upper-navbar {
  background: #D44302;
  position: relative;
  display: none; }
  .upper-navbar .search {
    position: relative;
    margin: 22px auto; }
    @media (max-width: 767px) {
      .upper-navbar .search {
        margin: 10px auto; } }
    .upper-navbar .search input {
      width: 100%;
      border-radius: 15px;
      padding: 0 20px; }
    .upper-navbar .search i {
      position: absolute;
      top: 7px;
      right: 8px; }
  .upper-navbar .icon li {
    display: inline-block;
    margin: 15px;
    width: 32px;
    background: rgba(212, 67, 2, 0.7);
    height: 40px;
    text-align: center !important; }
    .upper-navbar .icon li:nth-child(1):hover {
      background: #3b5998; }
    .upper-navbar .icon li:nth-child(2):hover {
      background: #00aced; }
    .upper-navbar .icon li:nth-child(3):hover {
      background: #25D366; }
    .upper-navbar .icon li:nth-child(4):hover {
      background: #C32AA3; }
    .upper-navbar .icon li:nth-child(5):hover {
      background: #007bb6; }
    @media (min-width: 992px) {
      .upper-navbar .icon li {
        text-align: right; } }
    @media (max-width: 767px) {
      .upper-navbar .icon li {
        margin: 1px 15px; } }
    .upper-navbar .icon li i {
      font-size: 25px;
      color: #fff;
      line-height: 0;
      margin: 20px auto;
      position: relative; }

/* ------------------------------------------ () slide toggle uppernavbar ------------------ --*/
.slide-toggle-upper .button1 {
  border-radius: 50%;
  padding: 25px;
  position: relative;
  top: 0;
  left: 45%;
  border: none;
  text-align: center;
  background: #D44302;
  cursor: pointer;
  margin-top: -15px;
  z-index: 1; }
  .slide-toggle-upper .button1 i {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #000;
    text-shadow: 0px -6px 0px #000;
    animation: fade 2s infinite; }
@keyframes fade {
  0% {
    top: 15px; }
  20% {
    top: 20px; }
  40% {
    top: 25px; }
  60% {
    top: 30px; }
  80% {
    top: 25px; }
  100% {
    top: 20px; } }
/* --------------------------------------------- () navbar ----------------------- */
.navbar2 {
  position: relative;
  background: rgba(212, 67, 2, 0.89); }
  .navbar2 h2 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    color: #fff; }
    .navbar2 h2 span {
      font-weight: 500;
      font-family: monospace; }
  .navbar2 li {
    margin: auto 12px;
    position: relative; }
    .navbar2 li:hover {
      border-bottom: 2px solid #000;
      color: #D44302;
      background: #D44302; }
      .navbar2 li:hover::after {
        content: "";
        left: 42%;
        border: 2px solid #000;
        position: absolute;
        border-top: 5px solid #000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
    .navbar2 li .dropdown-menu {
      padding: 0; }
      .navbar2 li .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 500;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: rgba(212, 67, 2, 0.6);
        border-bottom: 1px solid #fff;
        font-family: monospace; }
        .navbar2 li .dropdown-menu .dropdown-item:hover {
          background: #D44302; }
  .navbar2 a {
    color: #fff; }

/* ------------------------------------------------------------------------ */
.content-color-box {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 100000;
  float: left; }
  .content-color-box .option-color {
    background: #D44302;
    border: 2px solid #3F6B03;
    width: 140px;
    color: #fff;
    float: left;
    display: none; }
    .content-color-box .option-color h7 {
      margin-bottom: 40px; }
  .content-color-box .color-box li {
    background: blue;
    border: 2px solid;
    border-radius: 50%;
    margin: 4px 2px;
    width: 20;
    height: 20;
    border-top-right-radius: 0;
    transform: rotate(-45deg);
    cursor: pointer;
    display: inline-block; }
  .content-color-box .check-gear {
    background: #D44302;
    color: #fff;
    float: left;
    font-size: 10px; }

/* --------------------------------- () loader ------------------------------*/
.loading-overlay {
  z-index: 999999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #1C8DFF;
  color: antiquewhite; }

#spinner {
  transition: 2s;
  width: 146px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  animation: fadeIn 1.15s 1;
  -o-animation: fadeIn 1.15s 1;
  -ms-animation: fadeIn 1.15s 1;
  -webkit-animation: fadeIn 1.15s 1;
  -moz-animation: fadeIn 1.15s 1;
  animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards; }

.cssload-wrap {
  animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
  -o-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
  -ms-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
  -webkit-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
  -moz-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
  position: absolute; }

.cssload-ball {
  width: 49px;
  height: 49px;
  box-shadow: 0 -6.25px 0 rgba(0, 0, 0, 0.15) inset;
  background-color: #080;
  border-radius: 50%;
  animation: scale 1150ms infinite ease-in-out alternate;
  -o-animation: scale 1150ms infinite ease-in-out alternate;
  -ms-animation: scale 1150ms infinite ease-in-out alternate;
  -webkit-animation: scale 1150ms infinite ease-in-out alternate;
  -moz-animation: scale 1150ms infinite ease-in-out alternate;
  animation-delay: -575ms;
  -o-animation-delay: -575ms;
  -ms-animation-delay: -575ms;
  -webkit-animation-delay: -575ms;
  -moz-animation-delay: -575ms;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  border: 2px solid black; }

.cssload-ball:after {
  content: "";
  width: 49px;
  height: 13px;
  background: #eeeeee;
  position: absolute;
  top: 68px;
  border-radius: 50%; }

#cssload-wrap2 {
  animation-delay: -1150ms;
  -o-animation-delay: -1150ms;
  -ms-animation-delay: -1150ms;
  -webkit-animation-delay: -1150ms;
  -moz-animation-delay: -1150ms; }

#cssload-ball2 {
  background-color: #D44302;
  animation-delay: -1725ms;
  -o-animation-delay: -1725ms;
  -ms-animation-delay: -1725ms;
  -webkit-animation-delay: -1725ms;
  -moz-animation-delay: -1725ms; }

#cssload-wrap3 {
  animation-delay: -1725ms;
  -o-animation-delay: -1725ms;
  -ms-animation-delay: -1725ms;
  -webkit-animation-delay: -1725ms;
  -moz-animation-delay: -1725ms; }

#cssload-ball3 {
  background-color: #198BFF;
  animation-delay: -2300ms; }

#cssload-wrap4 {
  animation-delay: -2875ms;
  -o-animation-delay: -2875ms;
  -ms-animation-delay: -2875ms;
  -webkit-animation-delay: -2875ms;
  -moz-animation-delay: -2875ms; }

#cssload-ball4 {
  background-color: #FF8000;
  animation-delay: -3450ms;
  -o-animation-delay: -3450ms;
  -ms-animation-delay: -3450ms;
  -webkit-animation-delay: -3450ms;
  -moz-animation-delay: -3450ms; }

@keyframes translate {
  100% {
    transform: translateX(97px); } }
@-o-keyframes translate {
  100% {
    -o-transform: translateX(97px); } }
@-ms-keyframes translate {
  100% {
    -ms-transform: translateX(97px); } }
@-webkit-keyframes translate {
  100% {
    -webkit-transform: translateX(97px); } }
@-moz-keyframes translate {
  100% {
    -moz-transform: translateX(97px); } }
@keyframes scale {
  100% {
    transform: scale(1); } }
@-o-keyframes scale {
  100% {
    -o-transform: scale(1); } }
@-ms-keyframes scale {
  100% {
    -ms-transform: scale(1); } }
@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes scale {
  100% {
    -moz-transform: scale(1); } }
@keyframes zindex {
  25% {
    z-index: 1; }
  75% {
    z-index: -1; } }
@-o-keyframes zindex {
  25% {
    z-index: 1; }
  75% {
    z-index: -1; } }
@-ms-keyframes zindex {
  25% {
    z-index: 1; }
  75% {
    z-index: -1; } }
@-webkit-keyframes zindex {
  25% {
    z-index: 1; }
  75% {
    z-index: -1; } }
@-moz-keyframes zindex {
  25% {
    z-index: 1; }
  75% {
    z-index: -1; } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  100% {
    opacity: 1; } }
/* ---------------------() slider-home ------------------------------- */
#slider-home {
  background-image: url(../image/slider-home1.jpg);
  height: 600px;
  position: relative; }
  #slider-home .carousel-inner {
    position: relative;
    top: 200px;
    color: red;
    padding-left: 60px;
    padding-right: 60px; }
    #slider-home .carousel-inner h2 {
      background: rgba(240, 248, 255, 0.5);
      width: fit-content;
      padding: 10px;
      color: #000; }
    #slider-home .carousel-inner p {
      font-size: 23px;
      margin-top: 30px;
      color: #fff;
      padding: 8px;
      background: rgba(0, 0, 0, 0.7);
      box-shadow: 12px -17px rgba(0, 0, 0, 0.4); }
      @media (min-width: 992px) {
        #slider-home .carousel-inner p {
          width: 70%; } }
    #slider-home .carousel-inner button {
      background: #D44302;
      border-color: #D44302; }
      #slider-home .carousel-inner button a {
        color: #fff; }
        #slider-home .carousel-inner button a::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f105";
          padding-left: 4px; }

/* ---------------------------- () features ---------------------------------------- */
.features {
  background: rgba(212, 67, 2, 0.8);
  position: relative; }
  .features .feet span {
    font-size: 60px;
    height: 100;
    width: 100;
    padding: auto 4px;
    text-align: center;
    border: 2px solid rgba(63, 107, 3, 0.5);
    padding-top: 19px;
    border-radius: 40%;
    background: rgba(63, 107, 3, 0.7);
    box-shadow: 0px -14px 0px 0px rgba(63, 107, 3, 0.9); }
    .features .feet span i {
      font-size: 60px;
      height: 100;
      width: 100;
      padding: auto 4px;
      text-align: center;
      border: 2px solid #D44302;
      padding-top: 19px;
      border-radius: 50%;
      background: #D44302;
      color: #fff; }
  .features .feet h2 {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Frank Ruhl Libre", serif; }
  .features .feet p {
    font-family: "Spectral", serif;
    margin-bottom: 40px; }

/* --------------------------------()cards --------------------------------------- */
.cards {
  background: rgba(212, 67, 2, 0.9);
  padding: 40px;
  position: relative; }
  .cards .card {
    box-shadow: 0px -5px 0px 5px #000;
    border: 2px solid #000;
    margin-bottom: 20px; }
  .cards img {
    border-bottom: 2px solid #D44302; }
  .cards h5 {
    font-family: "Fjalla One", sans-serif;
    margin-top: 20px; }
  .cards span {
    color: #000;
    font-family: "Yatra One", cursive; }
    .cards span i {
      color: #ccc;
      padding-right: 5px; }
  .cards a {
    width: 200px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .cards a {
        width: 120px; } }
  .cards .card-body {
    background: rgba(212, 67, 2, 0.7); }

/* --------------------------------()mokeup ----------------------------------------- */
.mokeup {
  background-color: rgba(212, 67, 2, 0.9);
  padding-top: 80px;
  position: relative;
  padding-bottom: 60px; }
  .mokeup .view {
    text-align: center;
    background: url(https://www.mymockuptool.com/_Resources/Persistent/d/6/7/1/d67125150a2a5c8162bf361bf5956a3e854cbbc2/imac-500x422.png) no-repeat center center;
    width: 500px;
    height: 422px;
    position: relative; }
    .mokeup .view .frist-span {
      position: absolute;
      top: 316px;
      left: 150; }
    .mokeup .view .second-span {
      position: absolute;
      top: 316px;
      right: 150; }
  .mokeup .view .iamge {
    position: absolute;
    top: 28px;
    left: 21px;
    background-color: aqua;
    width: 459px;
    height: 258px;
    overflow: hidden; }
  @media (min-width: 767px) and (max-width: 992px) {
    .mokeup p {
      font-size: 13px;
      padding-left: 10px; } }
  .mokeup h5 {
    color: rgba(255, 255, 255, 0.97);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 20px; }
    .mokeup h5::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0a4";
      padding-right: 4px;
      color: #ccc; }
    @media (min-width: 767px) and (max-width: 992px) {
      .mokeup h5 {
        font-size: 14px;
        padding-left: 10px;
        line-height: 1.3;
        padding-left: 10px; } }
  .mokeup button {
    width: 200px;
    margin-left: 20px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .mokeup button {
        width: 130px; } }

/* --------------------------------() parent-sucss ------------------------------------- */
.parent-sucss {
  background: rgba(212, 67, 2, 0.8);
  padding-top: 60px;
  position: relative; }
  .parent-sucss img {
    margin-bottom: 50px;
    margin-top: 25px; }

/* ---------------------------------- () team ------------------------------------ */
.team {
  background: rgba(212, 67, 2, 0.85);
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px; }
  .team img {
    border: 2px solid;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 20px; }
  .team span {
    font-family: "Yatra One", cursive;
    font-weight: 500;
    color: #000; }

/* --------------------------------()about-map ----------------------------------------- */
.about-map {
  background-image: url(../image/about-slider.jpg);
  height: 250px;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  .about-map .container {
    position: relative;
    z-index: 20; }
  .about-map .overlay {
    background: rgba(0, 0, 0, 0.8); }
  .about-map h3 {
    font-family: "Archivo Black", sans-serif; }
  @media (min-width: 992px) {
    .about-map p {
      width: 60%; } }
  .about-map .collection-span {
    border: 2px solid #D44302;
    width: max-content;
    z-index: 25;
    border-radius: 25px;
    padding-right: 25px; }
    .about-map .collection-span span {
      padding-left: 30px; }
      .about-map .collection-span span i {
        padding-left: 5px;
        color: #D44302; }

/* --------------------------------()about-us-1 ----------------------------------------- */
.about-us-1 {
  background-color: rgba(212, 67, 2, 0.9);
  padding-top: 80px;
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 767px) and (max-width: 992px) {
    .about-us-1 p {
      font-size: 13px;
      padding-left: 10px; } }
  .about-us-1 h5 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 20px; }
    .about-us-1 h5::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0a4";
      padding-right: 4px;
      color: #ccc; }
    @media (min-width: 767px) and (max-width: 992px) {
      .about-us-1 h5 {
        font-size: 14px;
        padding-left: 10px;
        line-height: 1.3;
        padding-left: 10px; } }
  .about-us-1 button {
    width: 200px;
    margin-left: 20px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .about-us-1 button {
        width: 130px; } }

/* -----------------------() contact-today-------------------------------------------- */
.contact-today {
  background-color: rgba(212, 67, 2, 0.7);
  border-left: 7px solid #3F6B03; }
  .contact-today .text h3 {
    margin-bottom: 8px;
    padding-left: 20px;
    margin-top: 35px;
    font-size: 22px; }
  .contact-today .text p {
    padding-bottom: 20px; }
  .contact-today button {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 20px;
    text-transform: capitalize; }

/* --------------------------------()why-us --------------------------------------- */
.why-us {
  background: rgba(212, 67, 2, 0.9);
  padding: 40px;
  position: relative;
  border: none; }
  .why-us .card {
    margin-bottom: 20px;
    border: none;
    background: none; }
  .why-us img {
    border-bottom: 2px solid #D44302; }
  .why-us h5 {
    font-family: "Fjalla One", sans-serif;
    margin-top: 20px; }
  .why-us span {
    color: #000;
    font-family: "Yatra One", cursive; }
    .why-us span i {
      color: #ccc;
      padding-right: 5px; }
  .why-us a {
    width: 200px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .why-us a {
        width: 120px; } }
  .why-us .card-body {
    background: rgba(212, 67, 2, 0.7); }

/* ---------------------------------()cilnt-say ------------------------------------ */
.clint-say {
  padding-bottom: 50px;
  padding-top: 30px;
  background: rgba(212, 67, 2, 0.7); }
  .clint-say p::first-letter {
    font-size: 29px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700; }
    @media (min-width: 767px) and (max-width: 992px) {
      .clint-say p::first-letter {
        font-size: 21px; } }
  @media (min-width: 767px) and (max-width: 992px) {
    .clint-say p {
      font-size: 14px; } }
  .clint-say .clint {
    border: 2px solid #F4F4AF;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    background: rgba(212, 67, 2, 0.9); }
    .clint-say .clint::before {
      position: absolute;
      font-family: "FontAwesome";
      content: "\f10e";
      border: 2px solid #F4F4AF;
      top: -2px;
      right: -2px;
      width: 25px;
      padding-left: 4px;
      border-radius: 0 0 0 5px;
      color: #F4F4AF; }
    .clint-say .clint img {
      border: 2px solid #3F6B03;
      border-radius: 50%; }
    .clint-say .clint span:nth-of-type(2) {
      position: relative; }
      .clint-say .clint span:nth-of-type(2) ul {
        position: absolute;
        top: -15px;
        left: 10px;
        width: 150px; }
        .clint-say .clint span:nth-of-type(2) ul li:nth-child(1) {
          font-weight: 500;
          font-family: "Archivo Black", sans-serif; }
        .clint-say .clint span:nth-of-type(2) ul li:nth-child(2) {
          font-family: "Lora", serif;
          font-weight: 400; }

/* --------------------------------()contact-map ----------------------------------------- */
.contact-map {
  background-image: url(../image/about-slider.jpg);
  height: 250px;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  .contact-map .container {
    position: relative;
    z-index: 20; }
  .contact-map .overlay {
    background: rgba(0, 0, 0, 0.8); }
  .contact-map h3 {
    font-family: "Archivo Black", sans-serif; }
  @media (min-width: 992px) {
    .contact-map p {
      width: 60%; } }
  .contact-map .collection-span {
    border: 2px solid #D44302;
    width: max-content;
    z-index: 25;
    border-radius: 25px;
    padding-right: 25px; }
    .contact-map .collection-span span {
      padding-left: 30px; }
      .contact-map .collection-span span i {
        padding-left: 5px;
        color: #D44302; }

/* ----------------------------()contact-contact ------------------------------- */
.contact-contact {
  background-color: rgba(212, 67, 2, 0.9);
  padding-bottom: 50px; }
  .contact-contact .form label, .contact-contact .our-site label {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    font-family: "Arvo", serif; }
    .contact-contact .form label span, .contact-contact .our-site label span {
      color: #ccc;
      font-weight: 700; }
  .contact-contact .form p, .contact-contact .our-site p {
    padding: 20px 0;
    line-height: 1.8;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Playfair Display SC", serif; }
    .contact-contact .form p::first-letter, .contact-contact .our-site p::first-letter {
      font-family: "Cormorant Garamond", serif;
      font-size: 25px;
      font-weight: 700; }
    .contact-contact .form p::first-line, .contact-contact .our-site p::first-line {
      line-height: 1.2; }
  .contact-contact .form input, .contact-contact .our-site input {
    background: #d44302;
    color: #fff;
    padding: 6;
    border: none; }
  .contact-contact .form input[type="submit"], .contact-contact .our-site input[type="submit"] {
    cursor: pointer;
    margin-bottom: 40px; }
  .contact-contact .form ul, .contact-contact .our-site ul {
    padding-top: 35px; }
    .contact-contact .form ul li, .contact-contact .our-site ul li {
      padding-bottom: 15px;
      font-family: "Frank Ruhl Libre", serif; }
    .contact-contact .form ul i, .contact-contact .our-site ul i {
      padding-right: 8px;
      color: #fff; }

/* --------------------------------()team-map ----------------------------------------- */
.team-map {
  background-image: url(../image/about-slider.jpg);
  height: 250px;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  .team-map .container {
    position: relative;
    z-index: 20; }
  .team-map .overlay {
    background: rgba(0, 0, 0, 0.8); }
  .team-map h3 {
    font-family: "Archivo Black", sans-serif; }
  @media (min-width: 992px) {
    .team-map p {
      width: 60%; } }
  .team-map .collection-span {
    border: 2px solid #D44302;
    width: max-content;
    z-index: 25;
    border-radius: 25px;
    padding-right: 25px; }
    .team-map .collection-span span {
      padding-left: 30px; }
      .team-map .collection-span span i {
        padding-left: 5px;
        color: #D44302; }

/* ---------------------------------------() team-manger -------------------------------- */
.team-manger, .team-member {
  background: rgba(212, 67, 2, 0.9);
  padding-top: 10px;
  padding-bottom: 20px; }
  .team-manger h3, .team-member h3 {
    background: #D44302;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    width: 300px;
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 35px 10px 76px;
    margin-top: 12px; }
  .team-manger .person, .team-member .person {
    padding-top: 30px;
    padding-left: 20px; }
    .team-manger .person h2, .team-member .person h2 {
      font-family: "Fjalla One", sans-serif;
      padding-top: 10px;
      color: rgba(0, 0, 0, 0.9); }
    .team-manger .person h5, .team-member .person h5 {
      font-family: "Frank Ruhl Libre", serif;
      color: #fff; }
    .team-manger .person p, .team-member .person p {
      font-family: "Lora", serif;
      color: rgba(255, 255, 255, 0.9745); }
    .team-manger .person img, .team-member .person img {
      border-radius: 15px; }
    .team-manger .person i, .team-member .person i {
      font-size: 30;
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 15px; }
      .team-manger .person i .fa-twitter, .team-member .person i .fa-twitter {
        color: red; }

/* --------------------------------()service-map ----------------------------------------- */
.service-map {
  background-image: url(../image/about-slider.jpg);
  height: 250px;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  .service-map .container {
    position: relative;
    z-index: 20; }
  .service-map .overlay {
    background: rgba(0, 0, 0, 0.8); }
  .service-map h3 {
    font-family: "Archivo Black", sans-serif; }
  @media (min-width: 992px) {
    .service-map p {
      width: 60%; } }
  .service-map .collection-span {
    border: 2px solid #D44302;
    width: max-content;
    z-index: 25;
    border-radius: 25px;
    padding-right: 25px; }
    .service-map .collection-span span {
      padding-left: 30px; }
      .service-map .collection-span span i {
        padding-left: 5px;
        color: #D44302; }

/* -------------------------------() our-service -------------------------------------- */
.our-service2 {
  background-color: rgba(212, 67, 2, 0.9); }
  .our-service2 h2 {
    color: #000; }
  .our-service2 .service1 .icon, .our-service2 .service2 .icon, .our-service2 .service3 .icon, .our-service2 .service4 .icon {
    position: relative;
    height: 100px;
    display: block;
    margin: auto;
    width: 100px;
    background: #3F6B03;
    margin-bottom: 20px;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    border: 2px solid #D44302;
    border-radius: 40px;
    text-align: center;
    border: 15px groove #ccc; }
    .our-service2 .service1 .icon i, .our-service2 .service2 .icon i, .our-service2 .service3 .icon i, .our-service2 .service4 .icon i {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #000; }
  .our-service2 .service1 h2, .our-service2 .service2 h2, .our-service2 .service3 h2, .our-service2 .service4 h2 {
    font-family: "Fjalla One", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 7px; }
  .our-service2 .service1 p, .our-service2 .service2 p, .our-service2 .service3 p, .our-service2 .service4 p {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Karla", sans-serif;
    padding-bottom: 20px; }
  .our-service2 .service2 .icon {
    clip-path: polygon(0 0, 100% 52%, 8% 98%, 0% 100%, 25% 50%, 0% 0%);
    border: 15px groove;
    border-radius: 0px; }
    .our-service2 .service2 .icon i {
      font-size: 40px; }
  .our-service2 .service3 .icon {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    border: 15px solid #000; }
    .our-service2 .service3 .icon i {
      font-size: 30px; }
  .our-service2 .service4 .icon {
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%); }

/* --------------------------------()clint-map ----------------------------------------- */
.clint-map {
  background-image: url(../image/about-slider.jpg);
  height: 250px;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  .clint-map .container {
    position: relative;
    z-index: 20; }
  .clint-map .overlay {
    background: rgba(0, 0, 0, 0.8); }
  .clint-map h3 {
    font-family: "Archivo Black", sans-serif; }
  @media (min-width: 992px) {
    .clint-map p {
      width: 60%; } }
  .clint-map .collection-span {
    border: 2px solid #D44302;
    width: max-content;
    z-index: 25;
    border-radius: 25px;
    padding-right: 25px; }
    .clint-map .collection-span span {
      padding-left: 30px; }
      .clint-map .collection-span span i {
        padding-left: 5px;
        color: #D44302; }

/* -------------------------------() our-clint -------------------------------------- */
.our-clint {
  position: relative;
  margin-top: -5px;
  padding-bottom: 50px; }
  .our-clint .pract {
    z-index: 5;
    /* ---- reset ---- */
    /* ---- particles.js container ---- */
    /* ---- stats.js ---- */ }
    .our-clint .pract canvas {
      display: block;
      vertical-align: bottom; }
    .our-clint .pract #particles-js {
      background-color: rgba(212, 67, 2, 0.9);
      z-index: 10; }
    .our-clint .pract #stats, .our-clint .pract .count-particles {
      -webkit-user-select: none;
      margin-top: 5px;
      margin-left: 5px; }
    .our-clint .pract #stats {
      border-radius: 3px 3px 0 0;
      overflow: hidden; }
    .our-clint .pract .count-particles {
      border-radius: 0 0 3px 3px; }

.our-clint-2 {
  z-index: 15;
  position: relative; }
  .our-clint-2 .image-one-by-one {
    position: relative; }
    .our-clint-2 .image-one-by-one:hover .one {
      height: 100%; }
    .our-clint-2 .image-one-by-one:hover .two {
      transition-delay: .6s;
      width: 100%; }
    .our-clint-2 .image-one-by-one:hover .three {
      transition-delay: 1.2s;
      height: 100%; }
    .our-clint-2 .image-one-by-one:hover .four {
      transition-delay: 1.8s;
      width: 100%; }
    .our-clint-2 .image-one-by-one span {
      position: absolute;
      background-color: #F4F4AF;
      transition: .6s; }
    .our-clint-2 .image-one-by-one .one {
      left: 0;
      top: 0;
      height: 0;
      width: 3px; }
    .our-clint-2 .image-one-by-one .two {
      left: 0;
      bottom: 0;
      height: 3px;
      width: 0; }
    .our-clint-2 .image-one-by-one .three {
      right: 0;
      bottom: 0;
      height: 0;
      width: 3px; }
    .our-clint-2 .image-one-by-one .four {
      top: 0;
      right: 0;
      width: 0;
      height: 3px; }
  .our-clint-2 .image {
    margin-top: 25px;
    position: relative; }
    .our-clint-2 .image img {
      box-shadow: 8px 9px #000;
      position: relative; }
    .our-clint-2 .image .overlay {
      opacity: 0.1;
      width: 100%;
      height: 100%;
      top: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.95);
      transition: all  1.5s ease-in-out; }
      .our-clint-2 .image .overlay .image-p {
        width: 90%;
        color: rgba(255, 255, 255, 0.4);
        padding-left: 5%;
        padding-top: 40px;
        font-size: 15px;
        font-family: "Spectral", serif; }
    .our-clint-2 .image:hover .overlay {
      opacity: 1;
      transform: scale(1.2);
      display: block;
      z-index: 20;
      transition: all 1.5s ease-in-out; }

/* --------------------------------()faq-map ----------------------------------------- */
.faq-map {
  background-image: url(../image/about-slider.jpg);
  height: 250px;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  .faq-map .container {
    position: relative;
    z-index: 20; }
  .faq-map .overlay {
    background: rgba(0, 0, 0, 0.8); }
  .faq-map h3 {
    font-family: "Archivo Black", sans-serif; }
  @media (min-width: 992px) {
    .faq-map p {
      width: 60%; } }
  .faq-map .collection-span {
    border: 2px solid #D44302;
    width: max-content;
    z-index: 25;
    border-radius: 25px;
    padding-right: 25px; }
    .faq-map .collection-span span {
      padding-left: 30px; }
      .faq-map .collection-span span i {
        padding-left: 5px;
        color: #D44302; }

/* -------------------------------() our-clint -------------------------------------- */
.faq-menu, .faq-menu2 {
  padding-top: 40px; }
  .faq-menu ul, .faq-menu2 ul {
    background-color: rgba(255, 255, 255, 0.4); }
    .faq-menu ul li, .faq-menu2 ul li {
      border-bottom: 2px groove rgba(0, 0, 0, 0.7);
      font-size: 25px;
      padding: 4px;
      font-family: "Karla", sans-serif;
      font-weight: 600;
      color: #fff;
      transition: 1s; }
      .faq-menu ul li:hover, .faq-menu2 ul li:hover {
        border-left: 2px solid #000;
        padding-left: 10%;
        transform: skew(1.2);
        animation-duration: 2s;
        text-decoration-style: wavy; }
      @media (max-width: 991px) {
        .faq-menu ul li:hover, .faq-menu2 ul li:hover {
          padding-left: 0;
          color: #fff; } }
      .faq-menu ul li a, .faq-menu2 ul li a {
        color: #000;
        text-decoration-skip: edges; }
        .faq-menu ul li a:hover, .faq-menu2 ul li a:hover {
          text-decoration-style: wavy; }

/* --------------------------------------------------------------------------------------*/
.faq-asked {
  padding-top: 40px; }
  .faq-asked .faq-list {
    position: relative; }
    .faq-asked .faq-list .faq-content {
      display: none; }

/* ------------------------------------------------------------------------------------ */
.freq {
  background: rgba(212, 67, 2, 0.9);
  padding: 50px 0; }
  .freq .faq-asked ul {
    border: 4px groove;
    padding: px; }
    .freq .faq-asked ul li:nth-child(1) {
      font-family: "Archivo Black", sans-serif;
      color: #000;
      background: #fff;
      padding-left: none !important;
      border: 4px ridge;
      padding-left: 10px; }
  .freq .faq-asked .faq-trigger {
    position: relative;
    cursor: pointer;
    padding-left: 15px;
    border: 2px inset;
    margin-top: 8px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-family: serif;
    color: rgba(0, 0, 0, 0.9); }
    .freq .faq-asked .faq-trigger::after {
      font-family: "FontAwesome";
      content: "\f067";
      position: absolute;
      top: 0;
      right: 10;
      font-size: 15;
      color: currentColor;
      border-radius: 2px; }
    .freq .faq-asked .faq-trigger:hover {
      text-decoration: none; }
  .freq .faq-asked .faq-content {
    padding-left: 10px;
    padding-top: 8px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Spectral", serif;
    background: rgba(255, 255, 255, 0.2); }

.modal .modal-dialog {
  float: right; }

/* --------------------------() subscrib ----------------------------- --*/
.subscrib {
  background: #D44302;
  height: 100px;
  line-height: 100px; }
  @media (max-width: 767px) {
    .subscrib {
      height: 200px; } }
  .subscrib .icon-sub i {
    color: #000;
    font-size: 25px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .subscrib .icon-sub i {
        font-size: 17px;
        color: #000; } }
  .subscrib .icon-sub span {
    font-size: 25px;
    padding: 10px 5px 15px 15px;
    font-weight: 500;
    color: #000;
    font-family: "Archivo Black", sans-serif; }
    @media (min-width: 767px) and (max-width: 992px) {
      .subscrib .icon-sub span {
        font-size: 17px; } }
  .subscrib form input:nth-child(1) {
    height: 40px;
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .subscrib form button {
    height: 40px;
    width: 17%;
    left: 80%;
    line-height: 2.15;
    padding: 0;
    cursor: pointer; }

/* --------------------------- ()footer -------------------------- */
.footer {
  background: rgba(212, 67, 2, 0.95);
  padding-top: 50px;
  line-height: 2;
  letter-spacing: 1px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 50px;
  color: #000; }
  .footer h3 {
    border-bottom: 2px solid;
    padding-bottom: 5px;
    position: relative;
    font-weight: 700;
    font-family: "Archivo Black", sans-serif; }
    .footer h3::after {
      content: "";
      position: absolute;
      border-right: 4px solid #fff;
      border-left: 4px solid #fff;
      border-bottom: 4px solid #fff;
      height: 2px;
      width: 100px;
      top: 37px;
      left: 0;
      border-radius: 30%;
      color: #3F6B03; }
  .footer p {
    font-family: "Spectral", serif;
    padding-top: 20px;
    color: #fff; }
    .footer p a {
      color: aliceblue; }
  .footer ul {
    font-family: "Fjalla One", sans-serif; }
    .footer ul span {
      font-family: "Emblema One", cursive;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 50px;
      margin-top: 25px; }
  .footer #map-canvas {
    height: 300;
    width: auto;
    border: 3px solid black;
    border-radius: 20px;
    padding-top: 50px;
    margin-top: 35px; }

/* ------------------------------- ()copy-right- --------------------------------- */
.copy-right {
  background-color: rgba(212, 67, 2, 0.9);
  padding-top: 20px;
  font-size: 18px;
  font-family: "Concert One", cursive;
  color: #000; }
  .copy-right i {
    color: #00aced; }

/*# sourceMappingURL=navyblue.-theme.css.map */
