@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
a:hover {
  text-decoration: none;
}
.section-padding {
  padding: 100px 0;
}
.section-padding-bottom {
  padding-bottom: 100px;
}
.section-padding-top {
  padding-top: 100px;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.color-black {
  color: #000;
}
.color-offblack {
  color: #999;
}
.color-red {
  color: #dc143c;
}
.color-yellow {
  color: #fce702;
}
.color-blue {
  color: #0066cb;
}
.color-white {
  color: #fff !important;
}
.color-green {
  color: #3ab664;
}
.color-green-sharp {
  color: #00ff18;
}
.bg-green {
  background-color: #3ab664 !important;
}
.spacer-10 {
  height: 10px;
  width: 100%;
}
.spacer-20 {
  height: 20px;
  width: 100%;
}
.spacer-30 {
  height: 30px;
  width: 100%;
}
.spacer-40 {
  height: 40px;
  width: 100%;
}
.spacer-50 {
  height: 50px;
  width: 100%;
}
.spacer-60 {
  height: 60px;
  width: 100%;
}
.spacer-70 {
  height: 70px;
  width: 100%;
}
.spacer-80 {
  height: 80px;
  width: 100%;
}
.spacer-920 {
  height: 900px;
  width: 100%;
}
.spacer-100 {
  height: 100px;
  width: 100%;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-10 {
  padding-top: 10px;
}
.pb-20 {
  padding-top: 20px;
}
.pb-30 {
  padding-top: 30px;
}
.pb-40 {
  padding-top: 40px;
}
.pb-50 {
  padding-top: 50px;
}
.pb-60 {
  padding-top: 60px;
}
.pb-70 {
  padding-top: 70px;
}
.pb-80 {
  padding-top: 80px;
}
.pb-90 {
  padding-top: 90px;
}
.pb-100 {
  padding-top: 100px;
}
.btn-red {
  background: #ff1b4b;
  padding: 10px 20px;
  display: inline-block;
  float: right;
  border-radius: 5px;
}
.btn-red a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#dwk-header {
  position: fixed;
  width: 100%;
  background: #ffffffe0;
  z-index: 999;
}
.logo {
max-width: 50%;
}
header#dwk-header .main-logo {
  background: #ff1b4b;
  padding: 15px 30px;
  margin: 0;
  line-height: 4.788888;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.dwk-top-header {
  background: #023b88;
  color: #000;
  line-height: 15px;
  padding-right: 100px;
}
.dwk-bottom-header {
  padding-right: 100px;
  padding-top: 15px;
}
.dwk-top-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dwk-top-header ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.dwk-top-header .dwk-header-contact ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.dwk-top-header ul li :last-child {
  margin-right: 0;
}
.dwk-top-header ul a {
  color: #fff;
}
.dwk-top-header a {
  color: #fff;
}
.navbar-brand {
  display: none;
}
.navbar {
  padding: 0 1rem;
}
.dropdown-menu {
  margin: 0;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.btm-header {
  padding: 15px 0;
  background: #efefef;
}
.btm-header .main-menu {
  margin-top: 25px;
}
.btm-header .main-menu .navbar {
  margin-bottom: 0;
}
.main-menu .navbar .navbar-nav a {
  color: #0347a4 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
}
.main-menu .navbar .navbar-nav a.active {
  color: #ff1b4b !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: none !important;
}
.main-menu .navbar .navbar-nav .active > a,
.main-menu .navbar .navbar-nav .nav-item:hover > a {
  color: #ff1b4b !important;
}
.main-menu .navbar .navbar-nav .dropdown-menu li a,
.main-menu .navbar .navbar-nav .active .dropdown-menu li a {
  padding: 5px 10px;
  color: #0347a4;
}
.navbar-fixed-top {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top .logo {
  width: 60%;
}
.navbar-fixed-top .top-header-2 {
  display: none;
}
.main-menu {
  float: right;
}
.book-btn {
  float: right;
}
.slider-wrapper .carousel-inner .carousel-item {
  width: 100%;
  z-index: -1;
}
.slider-wrapper .carousel-inner .carousel-item img {
  width: 100%;
}
.slider-wrapper .carousel-item .carousel-caption {
  top: 30%;
}
.slider-wrapper .carousel-item .carousel-caption h2 {
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 25px;
}
.slider-wrapper .carousel-item .carousel-caption h3 {
  margin-bottom: 3%;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}
.slider-wrapper .carousel-item .carousel-caption a.read-more {
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 20px;
  padding: 15px 50px;
  background: #ff1b4b;
  color: #fff;
  border-radius: 5px;
}
.slider-wrapper .carousel-item .carousel-caption a.contactUs {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 50px;
  background: #023b88;
  color: #fff;
  border-radius: 5px;
}
.section-about {
  background: url(../images/welcome-bg.png) no-repeat bottom right;
}
.welcome-content h1 {
  font-size: 22px;
  margin-bottom: 0;
}
.welcome-content h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.welcome-content h3 {
  font-size: 35px;
  margin-top: 0;
}
.welcome-call h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.welcome-call h4 a {
  color: #ff2b60;
}
.welcome-call p {
  margin-bottom: 0;
}
.breadcrumb-wrapper {
  background: url(../images/menu-bg.jpg) center center no-repeat;
  position: relative;
  padding: 200px 0 100px 0;
  background-size: cover;
  text-align: center;
}
.breadcrumb-wrapper:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.breadcrumb-wrapper h2 {
  color: #ff1b4b;
  font-weight: 700;
}
.breadcrumb-wrapper h3 {
  color: #999;
}
.breadcrumb-wrapper h3 a {
  color: #fff;
}
.breadcrumb-wrapper h3 a:hover {
  transition: all linear 0.25s;
  color: #dbdbdb;
}
.bc-content {
  border-left: 5px solid #e2e2e2;
  padding: 10px 30px;
  margin-bottom: 30px;
}
.bc-content h4 {
  color: #ff1b4b;
}
.normal-content h2 {
  font-weight: 700;
}
.certification {
  text-align: center;
  background: #7bd2fd;
  padding: 30px;
}
.certification-2 {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
.certification h2 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.certification a {
  background: #181818;
  padding: 5px 50px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.certification:hover a,
.certification a:hover {
  background: #e40514;
}
.dwk-owl .owl-item {
  padding: 0;
}
.dwk-owl .owl-nav {
  position: absolute;
  bottom: 58%;
  width: 100%;
  z-index: 9999999;
  opacity: 0;
}
.dwk-owl .owl-nav span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 37px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.dwk-owl .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 28px;
  font-size: 50px;
  color: #fff;
}
.dwk-owl:hover .owl-nav {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.dwk-owl .owl-prev {
  left: 0;
  position: absolute;
}
.dwk-owl .owl-next {
  right: 0;
  position: absolute;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.services-section {
  color: #fff;
  margin-top: -150px;
}
.service_bg_container {
  background: url(../images/servicebg.png) no-repeat;
  background-size: 100% 580px;
  padding-top: 190px !important;
}
.service-title {
  margin: 10px 0 40px 0;
}
.service-title p {
  font-size: 18px;
}
.service-block {
  background: #e4e3e3;
  color: #181818;
  text-align: center;
  position: relative;
}
.service-content {
  padding: 20px;
}
.serivceFive {
  z-index: 2;
}
.serviceBtnViewall {
  z-index: 0;
}
.services-wrapper {
  background: #e4e3e3;
}
.service-content h2 {
  color: #181818;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.service-content p {
  margin: 5px 30px 10px;
}
.service-readmore a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  background: #ff1b4b;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.service-content-inner {
  padding: 20px;
}
.service-content-inner h3 {
  font-weight: 700;
}
.service-content-inner ul {
  list-style: none;
}
.services-block {
  border-bottom: 2px solid #e4e3e3;
  padding-bottom: 100px;
}
.banner-ads {
  background: url(../images/family-help.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 100px;
  color: #fff;
}
.banner-ads h2 {
  font-size: 45px;
  font-weight: 800;
}
.banner-ads h3 {
  font-size: 30px;
}
.banner-ads p {
  font-size: 22px;
}
.section-testimonial {
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.testimonial-title {
  color: #fff;
  margin-bottom: 30px;
}
.testimonial-title h2 {
  font-size: 45px;
  font-weight: 600;
}
.testimonial-title h3 {
  border-left: 2px solid #fff;
  padding-left: 8px;
}
.testimonial-title p {
  font-size: 22px;
}
.testimonial-wrapper {
  background: #fff;
  padding: 50px 35px;
  overflow: hidden;
}
.testimonials-top {
  line-height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonials-top .testimonial-icon {
  background: #ff1b4b;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
}
.testimonials-top .testimonial-icon i {
  color: #fff;
  font-size: 60px;
  line-height: 100px;
}
.testimonials-top .testimonial-name {
  margin-top: 37px;
}
.testimonials-top .testimonial-name h3 {
  font-weight: 700;
  font-size: 22px;
}
.testimonials-top .testimonial-ratings ul li {
  list-style: none;
  color: #ff1b4b;
  font-size: 25px;
  display: inline-block;
}
.testimonial-content .quote {
  float: left;
  width: 15%;
  font-size: 50px;
  color: #ff1b4b;
}
.testimonial-main-content {
  float: left;
  width: 85%;
}
.testimonial-main-content a {
  text-align: right;
  color: #ff1b4b;
  display: inherit;
}
.owl-carousel2.owl-theme .owl-nav [class*="owl-"] {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  margin-right: 0;
  margin-left: 20px;
}
.owl-carousel2 .owl-nav {
  margin-top: 10px;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 0;
  top: -100px;
}
.owl-carousel2.owl-theme .owl-nav i {
  font-size: 20px;
  font-weight: 800;
  padding: 0 10px;
}
.owl-carousel2.owl-theme .owl-nav span {
  vertical-align: initial;
}
.owl-carousel2.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ff1b4b;
  color: #fff;
  text-decoration: none;
}
.excellence {
  background: url(../images/exellence.png) no-repeat #002155;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 100px;
}
.excellence-content ul {
  list-style: none;
}
.excellence-content ul li {
  line-height: 40px;
}
.contact-wrapper {
  background-color: #fff;
  box-shadow: 8px 0 21px 0 rgba(0, 0, 0, 0.1);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  position: relative;
}
.background-overlay {
  background-image: url(../images/massage-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.form-container {
  padding: 45px 30px;
}
.form-container h2 {
  font-weight: 600;
}
.form-container input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ff1b4b;
  padding: 0 46px;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  height: 50px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.form-container textarea {
  resize: none;
  min-height: 150px;
}
.bg-color-purple {
  background-color: #000 !important;
}
.contact-details-right {
  border: 10px solid #000;
  border-style: solid !important;
  height: 100%;
  padding: 45px 40px 55px;
}
.separetor-sub-heading {
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative;
}
.separetor-sub-heading h2 {
  color: #fff;
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 1.857em;
  text-transform: capitalize;
}
.separetor-sub-heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #d6d6d6;
  background-image: -webkit-linear-gradient(
    175deg,
    rgba(235, 85, 85, 0) 0%,
    rgba(235, 85, 85, 0.26) 24%,
    rgba(235, 85, 85, 0.5) 46%,
    rgb(235, 85, 85) 100%
  );
  background-color: rgb(0, 0, 0);
  width: 200px;
  height: 1px;
}
.icon-with-text li {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-grid-columns: 60px calc(100% - 60px);
  grid-template-columns: 60px calc(100% - 60px);
  color: #fff;
  margin: 0 0 20px;
}
.icon-with-text li i {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.143em;
}
.si-block {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  background: #f6f6f6;
  border-bottom: 5px solid #023b88;
}
.service-content h2 {
  font-weight: 800;
}
.content-wrapper .galleryul li {
  margin-bottom: 20px;
  list-style: none;
}
.contactinfo {
  background: #244da9;
  padding: 30px;
  color: #fff;
}
.contactinfo a {
  color: #fff;
}
.contactinfo i {
  font-size: 30px;
}
.freequote .aboutus-btm {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 5px #8d8d8d;
}
.freequote .aboutus-btm h2 {
  font-weight: 800;
}
.fancybox-caption {
  text-align: center;
}
footer {
  background: #02306e;
}
.footer-widget {
  color: #aba9a9;
}
.footer-widget img {
  margin-bottom: 20px;
  max-width: 50%;
}
.footer-1 {
  text-align: center;
}
.footer-1 p {
  font-size: 14px;
  text-align: justify;
}
.footer-social {
  width: 100%;
  text-align: right;
}
.footer-social h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: inline;
}
.footer-social ul {
  float: right;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
}
.footer-social ul li a {
  background: #fff;
  color: #021733 !important;
  padding: 0 5px;
  border-radius: 3px;
}
.footer-widget h3 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
}
.footer-widget h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
.footer-widget h4 a {
  color: #fff;
}
.footer-visit p {
  margin: 0;
  line-height: 30px;
}
.footer-widget ul li {
  list-style: none;
  line-height: 30px;
}
.footer-widget ul li a {
  color: #aba9a9;
}
.btm-footer {
  padding: 15px 0;
  background: #002a62;
  color: #aba9a9;
}
.btm-footer i {
  color: #ff1b4b;
}
.copyright p {
  margin-bottom: 0;
}
.powered {
  float: right;
}
.scrollup {
  color: #fff;
  padding: 10px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  background-color: #999;
}
.footer-button {
  background: #000 none repeat scroll 0 0;
  border-top: 1px solid #111;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.footer-bar {
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
.footer-bar li {
  border-right: 1px solid #111;
  float: left;
  list-style: outside none none;
  padding: 8px 0;
  text-align: center;
  width: 25%;
}
.footer-bar li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer-bar li {
  list-style: outside none none;
  text-align: center;
}
.footer_bar li i {
  font-size: 18px;
}
.footer-button ul.footer-bar li:last-child {
  border-right: none;
}
.roofing-types h2 {
  font-weight: 700;
}
#myHeader {
  padding: 10px 15px;
  text-align: center;
}
.sticky {
  position: fixed;
  top: 106px;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
}
.service-item {
  display: inline-block;
  margin: 0 7.5px;
  padding: 5px;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.service-item a {
  color: #999;
}
.paragraph.paragraph-smaller.paragraph-stat {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #f0f0f0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.subtitle {
  background: #f0f0f0;
  margin-bottom: 2rem;
  padding: 10px 20px;
}
.subtitle h3 {
  font-weight: 700;
}
.subtitle p {
  margin-bottom: 0;
}
.service-block-inner img {
  margin-bottom: 15px;
}
.sci-bottom h2 {
  color: #181818;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-readmore-inner a {
  color: #404040;
}
#gaflifetime {
  background: #f0f0f0;
  overflow: hidden;
  padding-top: 200px;
}
#gaflifetime h2 {
  font-weight: 700;
  color: #2e2d2d;
  font-size: 3rem;
  margin-bottom: 15px;
}
#gaflifetime p {
  font-size: 20px;
  line-height: 35px;
}
#serviceul .current a {
  color: #ff1b4b !important;
}
