/*----CSS----*/

/*----colors-----
Top bar (gray):
Buttons (yellow):
Box (purplish):
Logo pillars:
background light: f5f5f5
light blue text and social media: d8d6dd
*/

/*----google fonts----
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body {
  background: #fff;
  color: #4f4f4f;
  font-family: "Open Sans", sans-serif;
}

* {box-sizing: border-box;}

a {
  color: #a84255;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 30px 0;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
}

.slick-viewport  {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
}

/*-- SPINNER LOADER CSS --*/
#loading  {
  position: absolute;
  z-index: 9999;
  left: 50%; /*-- center spinner on page horizontally --*/
  top: 50%; /*-- verticle position on page --*/
  height: 100%;
  width: 100%;
  margin-left: -10px; /*-- accounts for size of spinner --*/

}
ion-spinner  {
  transform: scale(3); /*-- size of spinner --*/
  color: white!important; /*-- color of spinner --*/
}
@media screen and (max-width: 768px)  {
  #loading  {
    position: absolute;
    z-index: 9999;
    left: 50%; /*-- center spinner on page horizontally --*/
    top: 40%; /*-- verticle position on page --*/
    height: 100%;
    width: 100%;
    margin-left: -10px; /*-- accounts for size of spinner --*/
  }
  ion-spinner  {
    transform: scale(3); /*-- size of spinner --*/
    color: white!important;
  }
}
/*-- END SPINNER --*/


/*----- TOP-HEADER -----*/
#top-header  {
  background-color: #a6a6a6;
  padding: 5px 70px;
  height: 40px;
}
@media screen and (max-width: 768px)  {
#top-header  {
  padding: 0 20px!important;
  height: 55px;
  margin-top: -5px!important;
}
}

.social-media ion-icon  {
  color: white;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}
.social-media ion-icon:hover,
.social-media ion-icon:active,
.social-media ion-icon:focus  {
  color: #e6e6e6;
  transition: 0.5s;
}

#top-header .social-media  {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

#top-header .social-media ul  {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 10px 0 8px 0;
}

#top-header .social-media ul li  {
  display: inline;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

@media screen and (max-width: 768px)  {
#top-header .social-media  {
  padding-top: 15px;
}
#top-header .social-media ul li  {
  padding-right: 10px;
}
}

#top-header .text-right  {
  color: #d8d6dd;
  margin: 0;
  padding: 0;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  font-size: .9em;
  margin-top: -25px;
}

@media screen and (max-width: 768px)  {
#top-header .text-right  {
  margin-top: -30px;
  padding-left: 70px;
  padding-bottom: 20px!important;
  }
}

#top-header .text-right ion-icon  {
  font-size: 16px;
  margin-right: 10px;
  color: #a84255;
  margin-bottom: -3px;
}

#top-header .text-right a  {
  color: white;
}
#top-header .text-right a:hover,
#top-header .text-right a:active,
#top-header .text-right a:focus {
  color: #f2f2f2;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}

/*.phone-bar  {
  padding: 0px 120px 0px 120px;
  margin: 0px!important;
  margin-bottom: 0!important;
  font-size: .9em;
}
.navbar-phone  {
  padding: 0;
  margin-bottom: 20px;
}
.phone-bar i  {
  margin-left: 30px;
  margin-right: 10px;
  color: #898989;
}
@media screen and (max-width: 768px)  {
.phone-bar  {
  padding: 10px 35px 5px 35px;
  font-size: 1em;
}
.phone-bar span  {
  display: none;
}*/
/*--ADJUSTS CONTACT ANCHOR (DUMMY DIV) FOR CAROUSEL BUTTONS--*/
@media screen and (max-width: 768px)  {
#anchor {
    display: block;
    position: relative;
    top: 210px;
    visibility: hidden;
}
}

/*----NAVBAR----*/
.navbar-custom  {
  background-color: #eeeeee!important;
  /*border-top: 1px solid #cccccc;
  box-shadow: 0px 4px 2px #bfbfbf;*/
  border-bottom: 1px dotted #9068f3;
  padding: 5px 120px;
}
.nav-item-1  {
  padding-right: 15px;
}
/*.nav-item-2  {
  padding: 15px 0px 15px 15px;
}*/

@media screen and (max-width: 768px)  {
.navbar-custom  {
  padding: 5px 5px 10px 20px;
}
.navbar-nav  {
  padding-left: 10px;
}
}

.navbar img  {
  width: 150px;
  height: auto;
  margin-right: 560px;
}
@media screen and (max-width: 768px)  {
.navbar img  {
  width: 150px!important;
  height: auto;
  margin-right: 0px;
}

.navbar-toggler  {
  border: none;
}
.navbar-toggler-icon  {
  font-size: 1.8em;
}
}

.nav-facebook a .fa-facebook  {
  color: #4267B2;
  font-size: 32px;
}
.nav-facebook a .fa-facebook:hover  {
  color: #9068f3;
  transition: 0.5s;
  opacity: .8;
}
@media screen and (max-width: 768px)  {
.nav-facebook a .fa-facebook  {
  color: #4267B2;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
}
}

.nav-link  {
  font-size: 1.2em;
}

.alert  {
  color: white;
  font-style: italic;
  letter-spacing: 2px;
  background-color: #f8836f;
}

.alert .phone  {
  color: white;
}
.alert .phone:hover  {
  opacity: .8;
}


/*.navbar .nav-item a  {
  color: white!important;
  font-family: 'Open Sans', sans-serif;
  transition: 0.5s;
  font-weight: lighter;
}
.navbar .nav-item a:hover,
.navbar .nav-item a:active {
  color: #a6a6a6!important;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}*/

/*-- JUMBOTRON STATIC STYLES --*/
.jumbotron-static {
background-image: url(/images/jumbotron-bkgd-4.jpg);
background-size: cover;position: relative;
text-align: center;
width: 100%;
height: 600px;
margin-bottom: 10px;
}
.jumbotron-static:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.3);
}
@media screen and (max-width: 768px)  {
  .jumbotron-static {
  background-image: url(/images/jumbotron-bkgd-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center!important;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  }
  .jumbotron-static:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.3);
  }
}

/*--STATIC JUMBOTRON IMAGE OVERLAY--*/
/*.jumbotron-static:after  {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.3);
  max-height: 800px;
}
@media screen and (max-width: 768px)  {
.jumbotron-static:after  {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.3);
  max-height: 255px;
}
}*/

.jumbotron-static h1 {
  color: #fff;
  position: relative;
  margin-top: 100px!important;
  font-size: 3.5em;


}
@media screen and (max-width: 768px)  {
  .jumbotron-static h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    margin-top: -10px!important;
    font-size: 3em!important;
    font-weight: 400;

  }
}
.jumbotron-static h3  {
  color: #fff;
  position: relative;
  font-size: 2em;
}
@media (max-width: 768px)  {
.jumbotron-static h3  {
  color: #fff;
  font-size: 1.9em;
  padding: 0px 10px;
}
}
/*-- END JUMBOTRON STATIC STYLES --*/

/*--EXTRA EXTRA-1 STYLES--*/
@media screen and (max-width: 768px)  {
  .extra img  {
    margin-top: 10px;
  }
  .extra-1 .col-mobile-top  {
    padding-top: 40px;
  }
  section .col-mobile-top h2  {
    margin-top: 30px;
    padding-top: 0;
  }
}

.extra h2 ion-icon  {
  color: #ff9a00;
  margin-bottom: -3px;
}

.extra-1  {
  background-color: #9068f3!important;
  /*border-top: 2px solid black;
  border-bottom: 2px solid #dca44d;*/
  margin-top: 0px;
  margin-bottom: 150px;
  border-top: 3px solid white;
}
@media screen and (max-width: 768px)  {
  .extra-1  {
    padding-top: 60px!important;
    margin-top: 10px!important;
    padding-left: 10px;
    padding-right: 10px;
    /*border-top: 0px solid white;*/
  }
}
.extra-1 p {
  color: white;
}
.extra-1 h2  {
  color: #fff;
}
.extra-1 h3  {
  color: #d9d9d9;
}
.extra-1 h4  {
  color: #fff;;
}

.extra-1 .phone  {
  color: #dbd8b8!important;
}
.extra-1 .phone:hover  {
  color: #d8d6dd!important;
}


.extra-1 .container .row .col-md-6 h2 ion-icon  {
  color: #00487d;
  font-size: 32px;
  margin-right: 15px;
  padding: 0px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px)  {
.extra-1 .container .row .col-md-6 h2 ion-icon  {
  color: #00487d;
  font-size: 32px;
  margin-right: 15px;
  padding: 0px;
  margin-bottom: -3px;
}
}

.col-mobile-top ul li  {
  padding: 10px!important;
  background-color: #a281f4!important;
}

.col-extra-1-img img  {
  border: 2px solid #f8836f;
}
@media (min-width: 769px)  {
.col-extra-1-img  {
  padding-top: 50px!important;
}
}
/*@media (max-width: 768px)  {
.col-extra-1-img  {
  padding-top: 0px!important;
  margin-top: -30px!important;
}
}*/


/*-- CAROUSEL --*/
/*.carousel-item-custom:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(115,115,115,0.5);
}

.carousel-caption {
    top: 140px;
    bottom: auto;
}
.carousel-caption h5  {
  font-size: 2em;
  color: #feec4d;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.carousel-caption h3  {
  font-size: 4em;
  color: white;
  /*text-transform: uppercase;
}*/
/*.carousel-caption p  {
  font-size: 1.5em;
  color: gray;

}
@media screen and (max-width: 768px)  {
  .carousel-caption {
      top: 40px!important;
      bottom: auto;
  }
  .carousel-caption h5  {
    font-size: 1.1em;
    color: #f0c52f;
    text-transform: uppercase;
    font-weight: bolder;
  }
  .carousel-caption h3  {
    font-size: 2.5em;
    color: white;
    text-transform: uppercase;
  }
  .carousel-caption p  {
    font-size: .9em;
    color: gray;
  }
  .carousel-control-next, .carousel-control-prev  {
    display: none;
  }
}*/

/*.jumbotron-static */.btn-custom  {
  background-color: #9068f3!important;
  color: #fff;
  position: relative;
  border: 0 solid #cccccc!important;
  border-radius: 3px;
}
/*.jumbotron-static */.btn-custom:hover, /*.jumbotron-static */.btn-custom:active, /*.jumbotron-static */.btn-custom:focus  {
  background-color: #9068f3!important;
  color: #fff;
  opacity: .8;
  transition: 1s;
}
@media (max-width: 768px)  {
/*.jumbotron-static */.btn-custom  {
  background-color: #9068f3!important;
  color: #fff;
  position: relative;
  border: 1px solid #fff!important;
  border-radius: 3px;
}
/*.jumbotron-static */.btn-custom:hover, .btn-custom:active, .btn-custom:focus  {
  background-color: #9068f3!important;
  color: #fff;
  opacity: .8;
  transition: 1s;
  border: 1px solid #fff!important;
}
}

/*-- COMMON STYLES --*/

.row-extra-1 .col-md-6 h2  {
  display: inline-block;
}
.row-extra-1 .col-md-6 h2 .lotus-icon  {
  width: 38px;
  height: auto;
  display: inline-block;
  border: none;
  margin-right: 9px;
}
.section-wrapper .col-md-6 h2  {
  display: inline-block!important;
}
.section-wrapper .col-md-6 h2 .lotus-icon  {
  width: 38px!important;
  height: auto;
  display: inline-block!important;
  border: none;
  margin-right: 9px;
  margin-bottom: 2px;
}

@media (max-width: 768px)  {
.section-wrapper .section-container .section-article h1  {
  margin-top: -120px!important;
}
}

/*-- SMALL PIECE OF UNDERLINE UNDER HEADING --*/
.section-article h1:after {content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 3%; /* Change this to whatever width you want. */
    padding-top: 15px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #8c8c8c; /* This creates the border. Replace black with whatever color you want. */
}
@media screen and (max-width: 768px)  {
  .section-article h1:after {content: ""; /* This is necessary for the pseudo element to work. */
      display: block; /* This will put the pseudo element on its own line. */
      margin: 0 auto; /* This will center the border. */
      width: 15%; /* Change this to whatever width you want. */
      padding-top: 15px; /* This creates some space between the element and the border. */
      border-bottom: 2px solid #8c8c8c; /* This creates the border. Replace black with whatever color you want. */
  }
}

/*--- PSEUDO CSS FOR NAV TARGETS TO COMPENSATE FOR FIXED NAV --*/
#about::before, #services::before, #resources::before, #testimonials::before, #contact::before  {
  display: block;
  content: " ";
  margin-top: -90px!important;
  height: 190px!important;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 768px)  {
#about::before, #services::before, #resources::before, #testimonials::before, #contact::before   {
  display: block;
  content: " ";
  margin-top: -430px!important;
  height: 500px!important;
  visibility: hidden;
  pointer-events: none;
}
}

/*--- PSEUDO FOR CONTACT-ANCHOR (BUTTON ON JUMBOTRON)---*/
#contact-anchor::before  {
  display: block;
  content: " ";
  margin-top: -120px!important;
  height: 120px!important;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 768px)  {
#contact-anchor::before   {
  display: block;
  content: " ";
  margin-top: -130px!important;
  height: 130px!important;
  visibility: hidden;
  pointer-events: none;
}
}


.section-wrapper  {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px)  {
.section-wrapper  {
  margin-bottom: 40px;
}
}

@media screen and (max-width: 768px)  {
section.py-5 .row  {
  margin-top: -40px;

}
}

.section-wrapper img  {
  /*margin-top: 0px!important;
  padding-top: 0px!important;*/
  margin-bottom: 20px;
}
.section-wrapper h2  {
  font-size: 1.7em;
  color: #9068f3;
}
.section-wrapper .section-container .section-article  {
  margin-bottom: -30px!important;
  padding-bottom: 0px!important;
  margin-top: 0px!important;
}
/*--removed bracket here due to no media query--*/

.section-article h1  {
  text-transform: uppercase;
  color: #000;
  /*font-weight: bolder;*/
  /*letter-spacing: 2px;*/
  margin-bottom: 0px;
  padding-bottom: 0px;

}

.section-article  {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.section-wrapper .row  {
  margin: 20px 0px;
  padding: 30px 20px 20px 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px)  {
.section-wrapper .row  {
  padding: 30px 10px 10px 10px;
}
/*.section-wrapper .mt-5  {
  margin: 0px;
  padding: 0px;
}*/
}
.section-wrapper h2  {
  color: #9068f3;

}

.section-wrapper .btn-custom  {
  background-color: #9068f3;
}
@media screen and (max-width: 768px)  {
.section-wrapper .btn-custom  {
  background-color: #9068f3;
}
}

/*-- SECTION BANNERS --*/
.section-banner  {
  border-top: 10px solid white;
}


/*-- EXTRA SECTIONS --*/
.extra  {
  padding: 20px 120px;
  margin-top: -10px;
}

.extra .container  {
  margin-top: 20px;
}

@media screen and (max-width: 768px)  {
  .extra  {
    padding: 10px 15px;
    margin-top: -20px!important;
  }
  .extra .container  {
    margin-top: -40px!important;
  }
  }

section img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #a3a0a1;
    /*outline: 1px solid white;
    outline-offset: -8px;*/
}
@media screen and (max-width: 768px)  {
  .extra img  {
    margin-top: 30px;
  }
  .extra-1 .col-mobile-top  {
    padding-top: 0px;
    margin-top: -20px;
  }
}

.col-mobile-top h2  {
  padding-bottom: 20px;
}

.extra  {
  background-color: #e6e6e6;
  /*border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  box-shadow: 0px 4px 2px #bfbfbf;*/
  margin-top: 0px;
}
.extra-1  {
  background-color: #9068f3;
  border-top: 0px solid #666666;
  border-bottom: 0px solid #666666;
  box-shadow: 0px 0px 0px #bfbfbf;
  margin-top: 0px;
}

@media screen and (max-width: 768px)  {
  .extra-1  {
    padding-top: 30px;
    margin-top: 10px;
  }
}
.extra-1 p {
  color: #fff;
}
.extra-1 h2  {
  color: #fff;
  font-size: 2em;
}
@media (max-width: 768px)  {
.extra-1 h2  {
  color: #fff;
  font-size: 2.0em;
}
}

.extra-1 h2 ion-icon  {
  color: white;
}

.extra-1 .phone  {
  color: #dbd8b8!important;
}
.extra-1 .phone:hover  {
  color: #d8d6dd!important;
}

/*.extra-1 .list-group  {
  background: black!important;
}*/

.extra-1 ul li  {
  color: #fff!important;
}

h2 ion-icon  {
  font-size: .8em;
  color: #a84255;
  padding-right: 12px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px)  {
h2 ion-icon  {
  font-size: .8em;
}
}

/*--FONT AWESOME--*/
i  {
  color: #f8836f;
  font-size: 22px;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
@media (max-width: 768px)  {
i  {
  font-size: 20px;
}
}

.fa-heartbeat, .fa-apple-alt  {
  color: red;
}

.fa-users  {
  color: gold;
}

.fa-quote-left  {
  color: LightGray;
}

.extra-1 .container .row .col-mobile-top h2 i, .section-wrapper h2 i  {
  color: #f8836f!important;
  font-size: 24px!important;
}
.resources h2 1  {
  color: #f8836f!important;
  font-size: 24px!important;
  margin-bottom: 0px;
  vertical-align: bottom;
  margin-top: 5px!important;
}

/*-- ABOUT SECTION --*/
#about img  {
  width: 100%;
}
@media screen and (max-width: 768px)  {
  #about h1  {
    margin-bottom: 40px;
  }
  #about img  {
    width: 100%;
  }
  }

/*-- SERVICES --*/
@media screen and (max-width: 768px)  {
  #services  {
    margin-bottom: 80px;
  }
}
.btn-custom-accordion  {
  font-size: .6em;
  color: #9068f3;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 768px)  {
  .btn-custom-accordion  {
    font-size: .7em;
    color: #9068f3;
    letter-spacing: 1px;
    font-weight: 400;
  }
}


/*-- RESOURCES --*/
#resources  {
  margin-top: 60px;
}
@media screen and (max-width: 768px)  {
  #resources  {
    margin-bottom: 20px;
  }
#resources .col-mobile-top  {
  padding-bottom: 40px!important;
}
#resources h2  {
  margin-bottom: 20px;
}
}



/*-- LOCATION SECTION --*/
@media screen and (max-width: 768px)  {
section .col-mobile-top iframe  {
  margin-top: 0px!important;
}
}
.col-mobile-top .map  {
  border: 1px solid #cccccc;
}
address.location  {
  padding-left: 25px;
  padding-top: 10px;
}

#space  {
  height: 120px;
}

/*==== TESTIMONIALS ====*/
/*-- TESTIMONIALS SECTION --*/
/*#demo {
    background: linear-gradient(112deg, #ffffff 50%, #f5f3f1 50%);
    max-width: 900px;
    margin: auto
}*/

#testimonials .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 4rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: normal;
    line-height: 2rem
  }

.carousel-caption  {
  margin-top: -20px!important;
}

#testimonials .carousel-caption .fa-quote-left  {
  color: gray;
  font-size: 2em;
  opacity: .5;
}
@media(max-width:767px) {
  #testimonials .carousel-caption .fa-quote-left  {
    color: gray;
    font-size: 2em;
    opacity: .5;
  }
  .quote  {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.carousel-item  {
  height: 460px;
}
@media(max-width:767px) {
.carousel-item  {
  height: 530px;
}
}

.carousel-item img  {
  width: 150px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
}

@media(max-width:767px) {
    #testimonials .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 1rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }

#testimonials .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 1rem
}
#testimonials .carousel-caption img  {
  opacity: .5;
}
#testimonials .carousel-caption p {
  font-size: 1.3em!important;
}
}

/*@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}*/

#testimonials #image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: bold!important;
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#testimonials .container .carousel a .fa-arrow-left, #testimonials .container .carousel a .fa-arrow-right {
    background-color: #ff9a00;
    padding: .5rem
}
@media(max-width:767px) {
#testimonials .container .carousel a .fa-arrow-left, #testimonials .container .carousel a .fa-arrow-right {
  margin-top: 140px!important;
  padding: 5px
}
}

#testimonials .carousel-caption i  {
  background-color: white;
  font-size: 4em;
  color: black;
}

@media(max-width:767px) {
    #testimonials i {
        padding: 0.8rem
    }
}

#testimonials .carousel-control-prev {
    justify-content: flex-start
}

#testimonials .carousel-control-next {
    justify-content: flex-end
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
    transition: none;
    opacity: unset
}
/*-- END TESTIMONIALS SECTION --*/


/*===== CONTACT =====*/
#contact  {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px)  {
#contact  {
  margin-top: 100px;
}
}
#contact .section-article  {
  padding-bottom: 30px;
}
#contact .contact-head  {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px)  {
#contact .contact-head h5  {
  text-align: center;
}
#contact .card-container .card-body h5  {
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
}
#contact .card-container  {
  padding: 0px;
}
#contact .card-container .card-body  {
  padding: 0px;
}

@media screen and (max-width: 768px)  {
#contact .mt-5  {
  margin-top: 0px!important;
}
}

#contact ion-icon  {
  /*margin-left: 30px;*/
  margin-right: 10px;
  color: #f8836f;
  font-size: .9em;
}
@media screen and (max-width: 768px)  {
#contact ion-icon  {
  font-size: .9em;
  margin-right: 5px!important;
}
.contact-head h2  {
  padding-right: 0;
  margin-right: 0;
}
}

.contact-p  {
  padding: 20px 230px;
}
@media screen and (max-width: 768px)  {
  .contact-p  {
    padding: 20px 20px;
    text-align: left;
    margin-top: -20px;
}
}

@media screen and (max-width: 768px)  {
.contact-buttons  {
  margin-top: -20px;
  margin-bottom: 30px;
}
}

/*#contact .btn-custom  {
  color: #666666;
  background-color: #9068f3;
  border: 0 solid #dca44d;
  border-radius: 3px;
  margin-bottom: 10px;
}
#contact .btn-custom:hover, #contact .btn-custom:active, #contact .btn-custom:focus  {
  background-color: #9068f3;
}*/

#contact .form-row  {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact.section-wrapper .contact-message-row  {
  margin: 0px 3px -20px 3px;
}

#form-title  {
  /*margin-left: 20px;*/
  text-align: center;
}

@media screen and (max-width: 768px)  {
#form-title  {
  margin-bottom: 50px;
}
}

@media screen and (max-width: 768px)  {
.form-group-recaptcha  {
  overflow: hidden!important;
}
.g-recaptcha  {
  width: 100%!important;
}
}



/* ===== FOOTER =====*/
footer  {
  margin-top: 0px!important;
  width: 100%;
}
footer .copyright  {
  bottom: 0;
  background-color: #9068f3!important;
  padding: 20px!important;
  text-align: center;
  width: 100%;
  font-size: .9em;
  letter-spacing: 2px;
  color: #dcdcdc;
}
@media only screen and (max-width:768px) {
footer  {
  width: 100%;
  margin-top: -20px;
}

  footer .copyright  {
  background-color: #9068f3;
  padding: 20px!important;
  text-align: center;
  width: 100%;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: .9em;
  letter-spacing: 1px;
  color: #dcdcdc;
}
}

/*-----Social Media Icons in Footer-----*/
footer .copyright a i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
footer .copyright a i:hover {
    opacity: 0.7;
}

footer .copyright a .fab fa-facebook  {
  margin-left: 40px!important;
}
footer .copyright a .fab fa-instagram  {
  margin-left: 10px;
}

@media only screen and (max-width:768px)  {
footer .copyright a i {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer .copyright a .fab fa-facebook  {
  margin-left: 40px!important;
}
footer .copyright a .fab fa-instagram  {
  margin-left: 8px
}
footer .copyright span  {
  margin-right: 0px;
}
}

/*-----CWD Link in footer-----*/
footer .cwd  {
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 0px;
}
footer .cwd a  {
  color: #fff!important;
  text-decoration: none;
}
footer .cwd a:link  {
  color: #fff!important;
  text-decoration: none;
}
footer .cwd a:visited  {
  color: #fff!important;
  text-decoration: none;
}
footer .cwd a:hover  {
  color: #fff!important;
  text-decoration: none;
  opacity: .7;
}
footer .cwd a:active  {
  color: #fff!important;
  text-decoration: none;
}
