html, body{overflow-x: hidden;}

body {
  font-family: "Circular Std", Arial, Helvetica, sans-serif;
  color: #2d2b2c !important;
  background: #fefcfd !important;
}
.superBanner {
  /*background: url('../images/home_banner.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  /*position: absolute;*/
  /*top: 0;
  left: 0;*/
  width: 100%;
}
body.home .superBanner {
  min-height: 100vh;
}
.superBanner__content {
  padding: 100px 0;
}
.navbar {
    padding: 1rem 0;
}

.btn-link,
.btn-outline-primary,
.content-area .sp-the-post .entry-header .entry-title a:hover,
a {
  color: #2c292a !important;
}
.topBar {
  background-color: transparent;
}

.topBar a {
  padding: 5px 10px;
}

.f15 a {
  font-size: 15px;
}
header.site-header .navbar-nav  {
  font-weight: bold;
  text-transform: uppercase;
  /* margin-bottom: 30px; */
  position: relative;
  margin-top: 0px;
}

.site-header {
  border-bottom: 0px !important;
}

.main-navigation .custom-logo-link img {
  min-height: 130px;
}

.site-footer .footer-widgets {
  background: url('/wp-content/uploads/2020/08/Footer-bg.jpg');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.site-footer .widget-title {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 15px;
}

.site-footer .footer-widgets {
  padding: 60px 0 10px;
  font-family: "Nunito"; 
  font-size: 16px;
}
.site-footer a {
  font-size: 14px;
  color: #030d1d;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.site-footer a:hover {
  color: #1bbdcc !important;
}
.copyright-text {
  border-top: #e9ecef solid 0.5px;
  padding: 0.5em 0;
  text-align: center;
}
.copyright-text p {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.site-footer .footer-widgets a, .site-footer .footer-widgets li {
  color: #fff !important;
}

.white {
  color: #fff !important;
}

.cyan {
  color: #1BBDCC !important;
}
.noList {
    list-style-type: none !important;
}

@media (min-width: 290px) and (max-width: 435px) {
    #top-menu-wrap ul li {
        margin: -1px !important;
    }
}

.paddingLR {
    padding: 0 20px;
}



.sliderHeading {
  font-size: 60px;
    color: #2d2b2c;
    font-weight: 600;
    line-height: 1.1em;
    font-family: century Gothic;
    margin: 20px 0; 
}

.sliderText {
  color: #2d2b2c;
  font-size: 25.19px;
  margin: 20px 0 50px;
}

#site-navigation #primary-menu .menu-item-object-custom .btnstyle1 {
  padding: 0px 0px;
}


.site-footer {
  font-size: 14px;
  padding: 0 !important;
  color: #030d1d;
 }

 #primary-menu .btnstyle1 {
     padding: 0px 5px;
 }

.btnstyle1 {
  background: rgb(245,177,62) !important;
  background: linear-gradient(90deg, rgba(245,177,62,1) 0%, rgba(249,232,51,1) 100%) !important;
  border-radius: 1px 15px 0px 15px !important;
  font-weight: bold !important;
  font-size: 19px !important;
  text-transform: uppercase !important;
  padding: 15px 30px !important;
  border: 0 !important;
  margin-left: 20px !important;
}

.btnstyle1:hover, .btnstyle2:hover {
  box-shadow: 1px 1px 5px 1px #000;
  text-decoration: none;
  transition: 0.5s;
  border: 0 !important;
}

.subHeading {
  color: #f6b83d;
  font-size: 19.08px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.customeFeaturebox .content-image {
  position: absolute;
  background: rgb(245,177,62);
  background: linear-gradient(90deg, rgba(245,177,62,1) 0%, rgba(249,232,51,1) 100%);
  border-radius: 50%;
  width: 120px !important;
  top: -80px;
  left: 34%;
  padding: 27px 0;
}


.customeFeaturebox .content-title {
  padding-top: 50px !important;
}

.intro:after {
  content: '';
    width: 15%;
    background: #2d2b2c;
    height: 1px;
    display: block;
    position: absolute;
    top: 11px;
    left: 15%;
}

.btnstyle2 {
  background: rgb(19,19,19) !important;
  background: linear-gradient(90deg, rgba(19,19,19,1) 0%, rgba(51,51,51,1) 100%) !important;
  border-radius: 1px 15px 0px 15px;
  font-weight: bold;
  font-family: "Circular Std", Arial, Helvetica, sans-serif;
  color: #fff !important;
  font-size: 19px;
  text-transform: uppercase;
}

.textwidget .social {
    justify-content: center;
    display: flex;
}

.textwidget .social .socialIcons {
  padding: 5px;
  float: left;
}

.textwidget .socialIcons i {
  background: #434343;
    padding: 9px;
    width: 32px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
}

.postCarousel .post-content {
  position: relative;
    background: #f7f7f7 !important;
  min-height: 350px;
}

.postCarousel .post-content .caption {
    position: absolute !important;
    left: 15px;
    right: auto;
    bottom: -80px !important;
    padding: 15px 10px !important;;
    text-align: left;
    line-height: 22px !important;
    color: #000;
    background: transparent !important;
    white-space: normal !important;
}

.postCarousel .post-content .caption a {
  font-size: 16.31px !important;
    color: #2d2b2c !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.postCarousel .post-content .caption a:hover {
  text-decoration: none;
}

.postCarousel .post-content .in-post-content {
  display: none;
}

.kc-owl-post-carousel .owl-item .list-item {
  padding-bottom: 0 !important;
}

.postCarousel .owl-controls .owl-prev {
  left: -50px !important;
}

.postCarousel .owl-controls .owl-next {
  right: -30px !important;
}

/* About Us*/

.pageTitle {
   font-size: 60px;
    color: #2d2b2c;
    font-weight: 600;
    line-height: 1.1em;
    font-family: century Gothic;
    text-shadow:0px 0px 12px #fff;
  }

  /* Services */

  #services {
    /*position: relative;*/
  }

  #services .kc_single_image .servicesIcons {
    left: 0px;
    padding: 20px 20px !important;
    background: rgb(245,177,62);
    background: linear-gradient(90deg, rgba(245,177,62,1) 0%, rgba(249,232,51,1) 100%);
    border-radius: 50%;
  }

  .darkline:after {
    content: '';
    width: 15%;
    background: rgb(245,177,62);
    height: 5px;
    display: block;
    position: absolute;
    top: 85%;
}

/* Footer */

.footer-widgets .widget ul{
  padding-left: 0 !important;
}

.footer-widgets .widget ul li{
  list-style: none !important;
}

.footer-widgets .widget ul li i:hover{
  background: #fff;
  color: #2d2b2c;
}

button.frm_button_submit.btnstyle2.noborder {
    border: 0 !important;
}
button.frm_button_submit.btnstyle2.noborder:hover {
    box-shadow: 2px 2px 5px #000 !important;
}

#frm_form_1_container #frm_field_3_container #field_29yf4d,
#frm_form_1_container #frm_field_1_container #field_qh4icy {
  padding: 10px 10px;
    height: 50px;
    color: #323232;
    border: #323232 2px solid;
    background: #fff;
    font-size: 16px;
    font-family: 'Nunito';
}

#frm_form_1_container #frm_field_5_container #field_9jv0r1 {
   padding: 10px 10px;
    border: #323232 2px solid;
    background: #fff;
    font-size: 16px;
    font-family: 'Nunito';
}

#frm_form_2_container #frm_field_7_container #field_dk2g2 {
  padding: 10px;
  border: #969696 1px solid !important;
  border-radius: 20px !important;
  height: 45px !important;
  background: transparent !important;
}

#primary-menu .btnstyle1 {
  padding: 0px 10px !important;
}

div.dark_rounded a.pp_next, a.pp_previous, .pp_close {
  color: #fff !important;
}

@media (min-width: 360px) and (max-width: 768px) {
  .btnstyle1{
    padding: 10px 15px;
    text-align: center;
  }
  #primary-menu {
    margin-top: 15px;
  }
  .sliderHeading {
    font-size: 40px;
    padding: 0px 10px;
    text-align: center;
  }
  .sliderText {
    text-align: center;
  }
  .sliderButton {
    display: flex;
    margin: 10px 20px;
    justify-content: center;
  }
  .customeFeaturebox .kc-feature-boxes{
    padding:  30px 0px !important;
    margin: 50px 0 !important;
  }
  .customeFeaturebox .content-image {
    top: -20px;
    left: 35%;
  }
  .intro:after {
    width: 45%;
    top: 13px;
    left: 45%;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
	
	.superBanner__content h2.text-center.pageTitle {
  font-size: 40px;
}
 }
