@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;800;900&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #1f4492;
  font-weight: 700;
  font-size: 32px;
}

p {
  margin: 10px 0 0 0;
  color: #444444;
}

a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}

.sticky-container {
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -156px;
  top: 30%;
  width: 200px;
  z-index: 9999;
}

.sticky li {
  list-style-type: none;
  background-color: #1f4492;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.sticky li a {
  display: block;
}

.sticky li:hover {
  margin-left: -180px;
  /*-webkit-transform: translateX(-115px);
      -moz-transform: translateX(-115px);
      -o-transform: translateX(-115px);
      -ms-transform: translateX(-115px);
      transform:translateX(-115px);*/
  /*background-color: #8e44ad;*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

.sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}

.sticky li p {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 43px;
  color: #fff;
}

.sticky li p a {
  color: #fff;
}

.floating-wpp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
  z-index: 999;
}

.floating-wpp .floating-wpp-button {
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
          box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.floating-wpp .floating-wpp-button img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.floating-wpp .floating-wpp-button svg {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover .floating-wpp-button {
  -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
          box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
  border-radius: 6px;
  background-color: #E5DDD5;
  position: absolute;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
          box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
  width: 0px;
  height: 0px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
  transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
  background-color: white;
  padding: 8px;
  border-radius: 0px 5px 5px 5px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
  text-align: right;
  color: white;
  margin: 0 -15px 10px -15px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.floating-wpp .floating-wpp-popup.active {
  padding: 0 15px 15px 15px;
  width: 260px;
  height: auto;
  bottom: 60px;
  opacity: 1;
  left: 0;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-input-message {
  background-color: white;
  margin: 10px -15px -15px -15px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
}

.floating-wpp .floating-wpp-btn-send {
  margin-left: 12px;
  font-size: 0;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500000000;
  width: 100%;
  height: 100%;
  background: #1f4492;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #f26522;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.loader {
  background: #1f4492;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.second-loader {
  background: #1f4492;
}

.third-loader {
  background: #1f4492;
}

.loader img {
  width: 213px;
  height: 113px;
}

.loader png polygon {
  stroke-dasharray: 17;
  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  fill: transparent;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*owl theme start */
.intro .bottom-strip {
  width: 100%;
  padding: 10px;
  background: #10104ad4;
  position: absolute;
  bottom: 0;
}

@media (max-width: 991px) {
  .intro .bottom-strip {
    display: none;
  }
}

.intro .bottom-strip .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.intro .bottom-strip .socials li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}

.intro .bottom-strip .socials li a {
  color: #1f4492;
}

.intro .bottom-strip .socials li a:hover {
  color: #000;
}

.intro .bottom-strip .socials li:first-child {
  padding-left: 0px;
}

.intro .bottom-strip .socials li a {
  color: #fff;
}

.intro .bottom-strip .socials li a:hover {
  color: #8F8FE6;
}

.intro .bottom-strip a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.intro .bottom-strip a:hover {
  color: #8F8FE6;
}

.intro .owl-carousel {
  margin: 0;
}

.intro .owl-theme .owl-dots {
  display: none;
}

.intro .owl-pagination {
  display: none;
}

.intro .owl-theme {
  width: 100%;
  margin: 0;
}

.intro .owl-theme .owl-controls .owl-page {
  display: block;
  zoom: 1;
}

.intro .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  width: 50px;
  bottom: 20%;
  right: 10px;
}

@media (max-width: 767px) {
  .intro .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
}

.intro .owl-theme .owl-controls .owl-buttons .owl-prev,
.intro .owl-theme .owl-controls .owl-buttons .owl-next {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 50px;
  cursor: pointer;
  height: 50px;
  display: block;
  z-index: 9;
  border-radius: 50%;
  margin: 0;
  background: #1f4492;
  border: 1px solid #f6f4fc3b;
  color: #1f4492;
}

.intro .owl-theme .owl-controls .owl-buttons .owl-prev::before,
.intro .owl-theme .owl-controls .owl-buttons .owl-next::before {
  content: "\eb6d";
  position: absolute;
  font-family: unicons-line;
  font-size: 30px;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro .owl-theme .owl-controls .owl-buttons .owl-prev:focus,
.intro .owl-theme .owl-controls .owl-buttons .owl-next:focus {
  outline: 0;
}

.intro .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.intro .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #10104A;
}

.intro .owl-theme .owl-controls .owl-buttons .owl-prev::before {
  content: "\eb79";
}

.testimonial_bg .owl-theme {
  width: 100%;
  margin: 0;
}

.testimonial_bg .owl-carousel {
  width: 100%;
  margin: 0;
}

.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}

.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-prev::before {
  font-family: Flaticon;
  content: "\f10f";
}

.owl-next::before {
  font-family: Flaticon;
  content: "\f100";
}

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.html) no-repeat center center;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.scrollup {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

header {
  background: #fff;
  padding: 0px 5px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}

header .logo {
  background: url(../images/logo1.png);
  display: inline-block;
  width: 170px;
  height: 85px;
  margin-top: 5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  header .logo {
    width: 130px;
  }
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  background: #1f4492;
}

.cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
          box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/logo.png);
  display: inline-block;
  width: 150px;
  height: 65px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 10px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 130px;
  }
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #fff;
}

.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.cbp-af-header.cbp-af-header-shrink:hover .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.cbp-af-header.cbp-af-header-shrink .btn1,
.cbp-af-header.cbp-af-header-shrink .btn2 {
  border: 2px solid #fff;
  color: #fff;
}

.cbp-af-header.cbp-af-header-shrink .btn1:hover,
.cbp-af-header.cbp-af-header-shrink .btn2:hover {
  background: #fff;
  color: #1f4492;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .btn1 {
  border: 2px solid #10104A;
  color: #fff;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .btn1:hover {
  color: #1f4492;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .btn1 a {
  color: #fff;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .btn2 {
  border: 2px solid #1f4492;
  color: #fff;
  background: #1f4492;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .btn2:hover {
  background: #1f4492;
  color: #fff;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #1f4492;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #10104A;
}

.intro {
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.intro .slider-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 70%;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.intro .slider-caption h1 {
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 65px;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.intro .slider-caption h2 {
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 800;
  line-height: 65px;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.intro .slider-caption h3 {
  background: #10104A;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
}

.intro .slider-caption .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro .slider-caption .btn-box .btn1 {
  border: 2px solid #fff;
  color: #fff;
}

.intro .slider-caption .btn-box .btn1 i {
  font-size: 18px;
}

.intro .slider-caption .btn-box .btn1:hover {
  letter-spacing: .5px;
}

.intro .slider-caption .btn-box .btn2 {
  border: 2px solid #fff;
  color: #fff;
  background: #fff;
  color: #1f4492;
}

.intro .slider-caption .btn-box .btn2 i {
  font-size: 18px;
}

.intro .slider-caption .btn-box .btn2:hover {
  letter-spacing: .5px;
}

.intro .owl-nav {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro .owl-nav .owl-prev,
.intro .owl-nav .owl-next {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 50px;
  cursor: pointer;
  height: 50px;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  margin: 0;
  color: #1f4492;
}

.intro .owl-nav .owl-prev span,
.intro .owl-nav .owl-next span {
  font-size: 0;
}

.intro .owl-nav .owl-prev span::before,
.intro .owl-nav .owl-next span::before {
  content: "\eb6d";
  position: absolute;
  font-family: unicons-line;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro .owl-nav .owl-prev:focus,
.intro .owl-nav .owl-next:focus {
  outline: 0;
}

.intro .owl-nav .owl-prev:hover,
.intro .owl-nav .owl-next:hover {
  color: #fff;
  background: #1f4492;
}

.intro .owl-nav .owl-prev span::before {
  content: "\eb79";
}

.intro .owl-theme .owl-dots {
  display: none;
}

.roofs {
  padding: 20px;
}

.roofs .pdng20 {
  padding: 0px 20px;
}

.roofs .roofpanel {
  background: #1f4492;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.roofs .roofpanel .mainroof {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.9;
}

.roofs .roofpanel .roofimg {
  position: absolute;
  right: 0;
  top: 0;
}

.roofs .roofpanel .roof-content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 60%;
  -webkit-transform: translateY(135px);
  transform: translateY(135px);
}

.roofs .roofpanel .roof-content h2 {
  color: #1f4492;
  font-size: 45px;
  font-weight: 700;
  position: relative;
}

.roofs .roofpanel .roof-content h2::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 3px;
  background: #8F8FE6;
}

.roofs .roofpanel .roof-content h3 {
  color: #292828;
  font-size: 26px;
  font-weight: 600;
}

.roofs .roofpanel .roof-content p {
  text-align: left;
  color: #fff;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.roofs .roofpanel .roof-content .btn1 {
  border: 2px solid #fff;
  color: #fff;
}

.roofs .roofpanel .roof-content .btn1 i {
  font-size: 18px;
}

.roofs .roofpanel .roof-content .btn1:hover {
  background: #10104A;
  letter-spacing: 1px;
}

.roofs .roofpanel:hover .mainroof {
  opacity: 0;
}

.roofs .roofpanel:hover .roof-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.roofs .roofpanel:hover .roof-content h2,
.roofs .roofpanel:hover .roof-content h3 {
  color: #fff;
}

.welcome {
  background: url(../images/grearoof1.jpg) no-repeat right center #fff;
  position: relative;
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .welcome {
    background-position: 130% 50%;
  }
}

.welcome .shape5 {
  position: absolute;
  left: 0;
  bottom: 5%;
  height: 135px;
  width: 100px;
  background: url(../images/shape5.svg) no-repeat;
}

.welcome h3 {
  color: #292828;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
}

.welcome h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #B3B3B3;
}

.welcome .btn1 {
  border: 2px solid #1f4492;
}

.welcome .btn1:hover {
  background: #1f4492;
  border: 2px solid #1f4492;
  color: #fff;
  letter-spacing: 1px;
}

.welcome .btn2 {
  border: 2px solid #1f4492;
}

.welcome .btn2:hover {
  background: #10104A;
  border: 2px solid #10104A;
  color: #fff;
  letter-spacing: 1px;
}

.products {
  background: url(../images/shape1.png) no-repeat right #f2f2f3;
}

.products h2 {
  color: #1f4492;
  font-weight: 700;
}

.products .btn2:hover {
  letter-spacing: 1px;
}

.products .productsbrief {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0 10px;
  overflow: hidden;
}

.products .productsbrief .products_img {
  padding: 10px 10px 80px 10px;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  width: 100%;
  position: relative;
  z-index: 999;
}

.products .productsbrief .products_img img {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.products .productsbrief .products-content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  z-index: 99999;
}

.products .productsbrief .products-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products .productsbrief .products-content .btn1 {
  border: 2px solid #fff;
  color: #fff;
}

.products .productsbrief .products-content .btn1:hover {
  letter-spacing: .5px;
}

.products .productsbrief:hover::after {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  background: #1f4492;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 68, 146, 0.782733)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(31, 68, 146, 0.782733) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 999;
}

.products .productsbrief:hover .products-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.products .productsbrief:hover .products-content h3 {
  color: #fff;
}

.products .owl-carousel {
  margin: 0px;
}

.products .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.products .owl-pagination {
  display: none;
}

.products .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #fff;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.products .owl-prev {
  position: absolute;
  right: auto;
  left: -20px;
}

.products .owl-next {
  position: absolute;
  right: -22px;
  left: auto;
}

.products .owl-theme .owl-controls,
.products .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  margin: 0;
}

.products .owl-prev::before {
  content: url(../images/left-arrow.svg);
  width: 40px;
  height: 40px;
}

.products .owl-next::before {
  content: url(../images/right-arrow.svg);
  width: 40px;
  height: 40px;
}

.whyus {
  width: 100%;
}

.whyus h2 {
  color: #000;
}

.whyus .workwithus {
  width: 100%;
}

.whyus .workwithus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whyus .workwithus ul li {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: white;
  width: 31.3%;
  border: 2px solid #e8e8e8;
  padding: 20px;
  margin: 5px;
  list-style: none;
  position: relative;
}

.whyus .workwithus ul li h4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.whyus .workwithus ul li img {
  width: 60px;
}

.whyus .workwithus ul li .number {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  top: -20px;
  font-weight: 700;
  color: #E2E2E6;
  font-size: 55px;
  padding: 0px 10px;
}

.whyus .workwithus ul li:hover {
  background: #10104A;
}

.whyus .workwithus ul li:hover h4 {
  color: #fff;
}

.whyus .workwithus ul li:hover .number {
  color: #fff;
}

.people-like {
  background: #1f4492;
  position: relative;
}

.people-like h2 {
  color: #fff;
}

.people-like h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}

.people-like .people-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  padding: 20px;
}

.people-like .people-icon img {
  width: 40px;
}

.partner {
  background: #F6F4FC;
  position: relative;
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
          clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}

.partner .owl-carousel {
  margin: 0;
}

.partner .partner-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 10px;
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e7e8;
}

.partner .partner-box:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.partner .partner-box:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.our-projects {
  width: 100%;
  position: relative;
}

.our-projects .shape3 {
  position: absolute;
  right: 0;
  top: -20%;
  height: 280px;
  width: 119px;
  background: url(../images/shape3.svg) no-repeat;
}

.our-projects .owl-carousel {
  margin: 0;
  position: relative;
}

.our-projects .owl-carousel::before {
  position: absolute;
  left: -24px;
  top: -10px;
  content: "";
  background: url(../images/shape4.svg) no-repeat;
  width: 200px;
  height: 200px;
}

.our-projects .project-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  margin: 20px 10px;
  background: #1f4492;
  border: 1px solid #f0f1f3;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
}

.our-projects .project-box img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our-projects .project-box a i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #1f4492;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}

.our-projects .project-box a:hover img {
  -webkit-transform: rotate(6deg) scale(1.2);
          transform: rotate(6deg) scale(1.2);
  opacity: 0.5;
}

.our-projects .project-box a:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.our-projects .project-box img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.our-projects .project-box .project-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 999;
}

.our-projects .project-box .project-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.our-projects .project-box .project-content p {
  color: #fff;
  margin: 0;
}

.our-projects .project-box::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, black 100%);
  width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.our-projects .project-box:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.our-projects .project-box:hover img {
  opacity: .5;
}

.brands {
  background: url(../images/partnersbg.jpg) no-repeat center center;
}

.brands .owl-carousel {
  margin: 0;
}

.brands h2 {
  color: #fff;
}

.brands .partner-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 10px;
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e7e8;
}

.brands .partner-box:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.brands .partner-box:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.testimonials {
  width: 100%;
  background: #fff;
  position: relative;
}

.testimonials .shape2 {
  position: absolute;
  top: 20%;
  left: 0;
  background: url(../images/shape2.svg) no-repeat;
  width: 150px;
  height: 280px;
}

.testimonials .level {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.testimonials .level li {
  list-style: none;
  text-align: center;
  width: 33.3%;
  font-family: "Barlow Condensed", sans-serif;
  color: #1f4492;
  font-size: 60px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
}

.testimonials .level li span {
  display: block;
  font-size: 20px;
  color: #444444;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.testimonials .level li span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #E4E4F6;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonials .level li::before {
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #707070;
}

.testimonials .level li:last-child::before {
  border-right: none;
}

.testimonials .testi {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.51) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.51) 0px 8px 24px;
  padding: 30px 60px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.testimonials .testi h2 {
  color: #000;
}

.testimonials .testi .owl-theme .owl-controls {
  text-align: left;
}

.testimonials .testi .testi-box {
  width: 100%;
  margin-bottom: 10px;
}

.testimonials .testi .testi-box .quotes {
  width: 40px;
}

.testimonials .testi .testi-box .quotes img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.testimonials .testi .testi-box img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.testimonials .testi .testi-box h5 {
  margin-top: 20px;
  color: #292828;
  font-size: 16px;
  font-weight: 500;
}

.testimonials .testi .testi-box h5 span {
  display: block;
  color: #1f4492;
  font-weight: 600;
  margin-top: 5px;
}

.testimonials::before {
  content: "";
  background: #1f4492;
  bottom: 0;
  height: 150px;
  position: absolute;
  width: 100%;
}

.news-blogs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f4492), color-stop(75%, #10104a96)), url(../images/newsbg.jpg);
  background-image: linear-gradient(180deg, #1f4492 0%, #10104a96 75%), url(../images/newsbg.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 20px;
}

.news-blogs h2 {
  color: #fff;
}

.news-blogs .btn2 {
  background: #000;
  color: #fff;
  border: none;
  margin: 0;
}

.news-blogs .btn2:hover {
  letter-spacing: 1px;
}

.news-blogs .newsbg {
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
  position: relative;
  width: 100%;
}

.news-blogs .newsbg .newscontent {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.news-blogs .newsbg .newscontent h5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.news-blogs .newsbg .newscontent h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-blogs .newsbg img {
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}

.news-blogs .newsbg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.846674)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, rgba(0, 0, 0, 0.846674) 100%);
}

.news-blogs .content {
  width: 100%;
  padding: 5px 0px;
}

.news-blogs .content .btn1 {
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

.news-blogs .content .btn1 i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.news-blogs .content .btn1:hover i {
  padding-left: 10px;
}

footer {
  padding-bottom: 60px;
  background: url(../images/ftrbg.jpg) no-repeat bottom;
}

footer .about .socials {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .about .socials li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}

footer .about .socials li a {
  color: #1f4492;
}

footer .about .socials li a:hover {
  color: #000;
}

footer .about .socials li:first-child {
  padding-left: 0px;
}

footer .about img {
  width: 250px;
}

footer .about p {
  padding-right: 60px;
}

footer .subscribe {
  width: 100%;
  background: #F3F3F3;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .subscribe .subscribetest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .subscribe .subscribetest img {
  width: 80px;
}

footer .subscribe .subscribetest h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

footer .subscribe .subscribe_form {
  width: 40%;
}

footer .subscribe .subscribe_form .input-group > .form-control {
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: none;
  padding: 15px;
}

footer .subscribe .subscribe_form .input-group .btn {
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
  background: #1f4492;
  border: none;
  border-radius: 0;
}

footer .subscribe .subscribe_form .form-control::-webkit-input-placeholder {
  color: #444444;
}

footer .subscribe .subscribe_form .form-control:-ms-input-placeholder {
  color: #444444;
}

footer .subscribe .subscribe_form .form-control::-ms-input-placeholder {
  color: #444444;
}

footer .subscribe .subscribe_form .form-control::placeholder {
  color: #444444;
}

footer .subscribe .subscribe_form .form-control:focus {
  color: #5a5a59;
  border-color: #1f4492 !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

footer .subscribe .subscribe_form .form-control:disabled,
footer .subscribe .subscribe_form .form-control[readonly] {
  background-color: #F6F7F9;
}

footer h4 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

footer .quicklinks {
  width: 100%;
}

footer .quicklinks li {
  list-style: none;
  color: #444343;
  padding: 2px 0px;
  font-weight: 600;
}

footer .quicklinks li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #444343;
}

footer .quicklinks li a:hover {
  color: #1f4492;
  letter-spacing: .5px;
  text-decoration: underline;
}

footer .address {
  width: 100%;
}

footer .address li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #444343;
  font-weight: 600;
}

footer .address li i {
  position: absolute;
  left: 0;
  font-size: 30px;
  top: 4px;
  color: #1f4492;
  line-height: 1;
}

footer .address li span {
  color: #3a3a3a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  display: block;
}

footer .address li a {
  color: #444343;
}

footer .address li a:hover {
  color: #1f4492;
}

footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .socials li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}

footer .socials li a {
  color: #1f4492;
}

footer .socials li a:hover {
  color: #000;
}

footer .socials li:first-child {
  padding-left: 0px;
}

.innerbanner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 40vh;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 80px 0px;
  margin-top: 100px;
  background-position: right;
}

.innerbanner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.innerbanner .heading h3 {
  color: #fff;
  font-weight: 800;
  font-size: 34px;
}

@media (max-width: 767px) {
  .innerbanner .heading h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .innerbanner .heading h3 {
    font-size: 20px;
  }
}

.innerbanner .heading .breadcrumb li {
  color: #aecefd;
}

.innerbanner .heading .breadcrumb li a {
  color: #fff;
}

.innerbanner .heading .breadcrumb .breadcrumb-item::before {
  color: #fbff92;
}

@media (max-width: 767px) {
  .innerbanner {
    padding: 0px;
  }
}

.modal-content {
  border: 11px solid rgba(253, 238, 238, 0.2);
}

.modal-content .modal-header {
  padding: 10px;
}

.modal-content .modal-header h5 {
  font-weight: 700;
  color: #1f4492;
}

.modal-content .modal-header .close {
  background: none;
  border: none;
  font-size: 24px;
  color: #10104A;
}

.modal-content .btn2 {
  margin: 0;
}

.form-group {
  margin-top: 25px;
}

.form-group:first-child {
  margin-top: 0px;
}

.form-group input {
  height: 45px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  color: #5a5a59;
  border-color: #1f4492 !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.form-group input:disabled,
.form-group input[readonly] {
  background-color: #F6F7F9;
}

.form-group textarea {
  height: 100px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 20px;
  resize: none;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.form-group .btn2 {
  margin: 0;
}

.form-group .btn2:hover {
  letter-spacing: 1px;
  background: #10104A;
}

.inner-container {
  width: 100%;
  background: #fff;
}

.inner-container h4 {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
}

.inner-container h3 {
  font-size: 2em;
  color: #10104A;
  font-weight: 700;
}

.inner-container h5 {
  text-align: center;
  font-weight: 600;
}

.inner-container h5 span {
  font-weight: 700;
  color: #1f4492;
}

.inner-container .lists {
  margin: 20px 0px;
}

.inner-container .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
}

.inner-container .lists ul li::before {
  content: "\eb6e";
  display: inline-block;
  font-family: unicons-line;
  position: absolute;
  font-size: 20px;
  left: 0;
  color: #1f4492;
}

.inner-container .btn2 {
  border: none;
}

.inner-container .btn2:hover {
  background: #10104A;
}

.inner-container .description__img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .description__img ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
}

.inner-container .description__img ul li::before {
  content: "\eb6e";
  display: inline-block;
  font-family: unicons-line;
  position: absolute;
  font-size: 20px;
  left: 0;
  color: #1f4492;
}

.inner-container .description__img img {
  max-width: 100%;
  height: auto;
}

.inner-container .productslider {
  height: auto;
}

.inner-container .productslider .owl-carousel {
  margin: 0;
  border: 1px solid #e0e0e0;
}

.inner-container .service-view {
  width: 100%;
  border: 1px solid #e1e0e1;
  padding: 20px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#779be9));
  background: linear-gradient(0deg, white 0%, #779be9 100%);
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

@media (max-width: 767px) {
  .inner-container .service-view {
    min-height: auto;
  }
}

.inner-container .service-view h3 {
  font-size: 18px;
}

.inner-container .service-view img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
  margin-bottom: 10px;
}

.inner-container .service-view:hover img {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.inner-container .title {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 45px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1px;
}

.inner-container .title .separator {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 30px;
  height: 7px;
}

.inner-container .title .separator:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 25px;
  height: 2px;
  background-color: #1f4492;
}

.inner-container .title .separator:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #1f4492;
}

.inner-container .addresbox {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #1f4492;
  border: 1px dashed #d4d2d2;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 395px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner-container .addresbox {
    min-height: 400px;
  }
  .inner-container .addresbox br {
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .inner-container .addresbox {
    min-height: 420px;
  }
  .inner-container .addresbox br {
    display: none;
  }
}

@media (max-width: 767px) {
  .inner-container .addresbox {
    min-height: auto;
  }
}

.inner-container .addresbox h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.inner-container .addresbox h3 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #779be9;
}

.inner-container .addresbox .address {
  width: 100%;
}

.inner-container .addresbox .address li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 34px;
  color: #fff;
}

.inner-container .addresbox .address li i {
  position: absolute;
  left: 0;
  font-size: 26px;
  top: -8px;
  color: #779be9;
}

.inner-container .addresbox .address li a {
  color: #fff;
}

.inner-container .addresbox .address li a:hover {
  color: #779be9;
}

.inner-container .addresbox:hover {
  background: #10104A;
}

.inner-container .gallery {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  background: #fff;
  border: 1px solid #f0f1f3;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
}

.inner-container .gallery img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-container .gallery a i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #1f4492;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}

.inner-container .gallery a:hover img {
  -webkit-transform: rotate(6deg) scale(1.2);
          transform: rotate(6deg) scale(1.2);
  opacity: 0.5;
}

.inner-container .gallery a:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.inner-container .contact-form {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.inner-container .contact-form h2 {
  text-align: center;
}

.inner-container .contact-form .form-group {
  margin-top: 25px;
}

.inner-container .contact-form .form-group:first-child {
  margin-top: 0px;
}

.inner-container .contact-form .form-group label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #10104A;
}

.inner-container .contact-form .form-group input {
  height: 55px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0 20px;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.inner-container .contact-form .form-group input:focus,
.inner-container .contact-form .form-group textarea:focus,
.inner-container .contact-form .form-group .form-select {
  color: #5a5a59;
  border-color: #10104A !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.inner-container .contact-form .form-group input:disabled,
.inner-container .contact-form .form-group input[readonly] {
  background-color: #F6F7F9;
}

.inner-container .contact-form .form-group textarea {
  height: 100px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.inner-container .contact-form .btn2:hover {
  background: #000;
}

.inner-container .distribute {
  border: 1px solid #a4a1a1;
}

.inner-container .distribute h2 {
  background: #1f4492;
  color: #fff;
  padding: 15px;
  font-size: 18px;
}

.inner-container .distribute .address {
  width: 100%;
  padding: 15px;
}

.inner-container .distribute .address h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1f4492;
  font-weight: 600;
}

.inner-container .distribute .address li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #3a3a3a;
}

.inner-container .distribute .address li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 4px;
  color: #1f4492;
  line-height: 1;
}

.inner-container .distribute .address li span {
  color: #afafb1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
}

.inner-container .distribute .address li a {
  color: #3a3a3a;
}

.inner-container .distribute .address li a:hover {
  color: #0000FF;
}

.inner-container .color-img {
  width: 100%;
  padding: 0px 20px;
}

.inner-container .color-img img {
  width: 100%;
}

.inner-container .color-name {
  width: 100%;
  padding: 10px;
}

.inner-container .color-name h4 {
  font-size: 20px;
}

.inner-container .color-name h4 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.inner-container .newsbg {
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
  width: 100%;
  position: relative;
}

.inner-container .newsbg .news-date {
  background: #10104A;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  bottom: -10px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
}

.inner-container .newsbg .newscontent {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.inner-container .newsbg .newscontent h5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.inner-container .newsbg .newscontent h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-container .newsbg img {
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}

.inner-container .newsbg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.846674)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, rgba(0, 0, 0, 0.846674) 100%);
}

.inner-container .newstext {
  background: #fff;
  width: 100%;
  padding: 20px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.inner-container .newstext p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.inner-container .newstext .btn2:hover {
  letter-spacing: 1px;
}

.inner-container .news-full {
  border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.inner-container .news-full h4 {
  color: #1f4492;
  font-weight: 700;
  font-size: 24px;
}

.inner-container .recentnews {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  margin-top: 20px;
}

.inner-container .recentnews li {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  list-style: none;
  padding: 15px 20px;
  border-bottom: #e7e6ea 1px solid;
}

.inner-container .recentnews li span {
  color: #1f4492;
  font-size: 14px;
  margin: 10px 0px;
}

.inner-container .recentnews li h4 {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-top: 5px;
}

.inner-container .recentnews li:last-child {
  border-bottom: none;
}

.inner-container .recentnews li:hover {
  background: #F9F8FD;
}

.inner-container .product-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  background: #E9ECF3;
  border: 1px solid #e9e9e9;
}

.inner-container .product-box .product-img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.inner-container .product-box .product-img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-container .product-box .product-content {
  width: 100%;
  padding: 15px;
  background: #fff;
}

.inner-container .product-box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.inner-container .product-box:hover .btn2 {
  letter-spacing: 1px;
}

.inner-container .product-box:hover .product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-container .contenedor-menu {
  width: 100%;
  display: inline-block;
  line-height: 18px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-container .contenedor-menu .heading {
  background: #10104A;
  padding: 15px 20px;
}

.inner-container .contenedor-menu .heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.inner-container .contenedor-menu .menu {
  width: 100%;
}

.inner-container .contenedor-menu .menu .sub-heading {
  background: #1f4492;
  padding: 10px 20px;
}

.inner-container .contenedor-menu .menu .sub-heading h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.inner-container .contenedor-menu .menu .sub-heading2 {
  background: #1f4492;
  padding: 10px 20px;
  cursor: pointer;
}

.inner-container .contenedor-menu .menu .sub-heading2 h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.inner-container .contenedor-menu .menu li a {
  color: #444444;
  display: block;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #edecec;
}

.inner-container .contenedor-menu .menu li a:hover {
  background: #10104A;
  color: #fff;
}

.inner-container .contenedor-menu .menu i.uil {
  font-size: 18px;
  line-height: 18px;
  float: right;
  margin-left: 10px;
}

.inner-container .contenedor-menu .menu ul {
  display: none;
}

.inner-container .contenedor-menu .menu ul li a {
  background: #e8e6f3;
  color: #444444;
  border-bottom: 1px solid #dcdcdc;
}

.inner-container .contenedor-menu .menu .activado > a {
  background: #1f4492;
  color: #fff;
}

.inner-container .contenedor-menu ul {
  list-style: none;
}

.inner-container .fullimage {
  width: 100%;
  position: relative;
}

.inner-container .fullimage .color-name {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}

.inner-container .color-simulate {
  width: 100%;
}

.inner-container .color-simulate h3 {
  font-size: 20px;
}

.inner-container .color-simulate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.inner-container .color-simulate ul li {
  width: 20%;
  list-style: none;
  padding: 10px;
}

.inner-container .color-simulate ul li .color-box,
.inner-container .color-simulate ul li .color-box2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.inner-container .color-simulate ul li .color-box img,
.inner-container .color-simulate ul li .color-box2 img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .color-simulate ul li .color-box img,
  .inner-container .color-simulate ul li .color-box2 img {
    width: 40px;
    height: 40px;
  }
}

.inner-container .color-simulate ul li:hover .color-box,
.inner-container .color-simulate ul li:hover .color-box2 {
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
}

.inner-container .color-simulate ul li:hover .color-box img,
.inner-container .color-simulate ul li:hover .color-box2 img {
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
}

.map {
  width: 100%;
}

.enquiry {
  background: url(../images/gr.jpg) no-repeat center center #1f4492;
  background-attachment: fixed;
  padding: 80px;
}

.enquiry .enquirybox {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.enquiry h2 {
  color: #fff;
}

.enquiry .btn2 {
  margin-top: 0;
  background: #fff;
  color: #10104A;
  font-size: 18px;
}

.enquiry .btn2:hover {
  background: #10104A;
  color: #fff;
  letter-spacing: 1px;
}

.mission-vision {
  background: url(../images/roofingimg.png) no-repeat right center #fbf5f2;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}

.mission-vision h3 {
  font-size: 36px;
  font-weight: 700;
}

.mission-vision h4 {
  font-size: 22px;
  font-weight: 500;
  color: #10104A;
}

.mission-vision .servicebox {
  padding: 30px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.mission-vision .servicebox .number {
  position: absolute;
  right: 20px;
  top: -30px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-weight: 800;
  color: #eaeaf2;
}

.mission-vision .servicebox h3 {
  color: #10104A;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  margin-bottom: 15px;
}

.mission-vision .servicebox h3::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #ece8fd;
  left: 0;
  bottom: -5px;
}

.mission-vision .servicebox .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mission-vision .servicebox .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
}

.mission-vision .servicebox .lists ul li::before {
  content: "\eb6e";
  display: inline-block;
  font-family: unicons-line;
  position: absolute;
  font-size: 20px;
  left: 0;
  color: #1f4492;
}

.mission-vision .service-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mission-vision .service-list ul li {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #10104A;
  width: 48%;
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid;
  padding: 5px 20px;
  margin: 5px;
}

.mission-vision .service-list ul li:hover {
  background: #779be9;
}

@media (max-width: 767px) {
  .mission-vision .service-list ul li {
    width: 100%;
  }
}

.mission-vision .btn1:hover {
  background: #1f4492;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .intro {
    height: auto;
  }
  .roofs .roofpanel .roof-content h3 {
    font-size: 20px;
  }
  .roofs .roofpanel .roof-content h2 {
    font-size: 36px;
  }
  .whyus h2 br {
    display: none;
  }
  .whyus h2 .workwithus ul li {
    padding: 10px 15px;
  }
  .whyus h2 .workwithus ul li h4 {
    font-size: 18px;
  }
  .testimonials .testi .testi-box .quotes {
    width: 40px;
  }
  .testimonials .testi .testi-box .quotes img {
    width: 40px;
  }
  .testimonials .level li span {
    font-size: 16px;
  }
  footer .subscribe {
    padding: 40px 20px;
  }
  footer .subscribe .subscribe_form {
    width: 50%;
  }
  footer .subscribe .subscribetest h3 {
    font-size: 22px;
  }
  footer .subscribe .subscribetest br {
    display: none;
  }
  footer .subscribe .subscribetest img {
    width: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    height: auto;
    margin-top: 70px;
    height: auto;
  }
  .intro .slider-caption h1 {
    font-size: 26px;
    line-height: 42px;
  }
  .intro .slider-caption h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .intro .slider-caption h3 {
    font-size: 16px;
  }
  .innerbanner {
    margin-top: 40px;
  }
  header .logo {
    height: 60px;
  }
  .roofs .roofpanel .roof-content {
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .roofs .roofpanel .roof-content .btn1 {
    margin-top: 5px;
  }
  .roofs .roofpanel .roof-content h3 {
    font-size: 18px;
  }
  .roofs .roofpanel .roof-content h2 {
    font-size: 28px;
  }
  .roofs .roofpanel .roof-content p {
    display: none;
  }
  .welcome {
    background-image: none;
  }
  .whyus .workwithus ul li h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .testimonials .testi .testi-box .client-mg .quotes {
    width: 50px;
  }
  .testimonials .level li {
    font-size: 45px;
  }
  .testimonials .level li span {
    font-size: 16px;
  }
  .news-blogs .newsbg .newscontent h4 {
    font-size: 16px;
  }
  footer .subscribe {
    padding: 40px 20px;
  }
  footer .subscribe .subscribe_form {
    width: 60%;
  }
  footer .subscribe .subscribetest h3 {
    font-size: 20px;
  }
  footer .subscribe .subscribetest br {
    display: none;
  }
  footer .subscribe .subscribetest img {
    width: 40px;
  }
  footer .about img {
    width: 203px;
  }
  .inner-container h4 {
    font-size: 17px;
  }
  .inner-container .servicebox h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  section {
    padding: 40px 0px;
  }
  .roofs .roofpanel {
    margin-bottom: 10px;
  }
  .roofs .roofpanel .roof-content {
    width: 90%;
  }
  .innerbanner {
    margin-top: 60px;
    height: 30vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro {
    height: auto;
    margin-top: 70px;
  }
  .intro .slider-caption {
    width: 80%;
  }
  .intro .slider-caption h1 {
    font-size: 22px;
    line-height: 42px;
  }
  .intro .slider-caption h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .intro .slider-caption h3 {
    font-size: 16px;
  }
  header .logo {
    height: 60px;
  }
  .cbp-af-header.cbp-af-header-shrink .logo {
    height: 45px;
  }
  .welcome {
    background-image: none;
  }
  .welcome .shape5 {
    display: none;
  }
  .welcome h3 {
    font-size: 20px;
  }
  .products .productsbrief .products-content h3 {
    font-size: 17px;
    height: 40px;
  }
  .whyus h2 br {
    display: none;
  }
  .whyus .workwithus ul li {
    width: 46%;
  }
  .whyus .workwithus ul li h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  .whyus .workwithus ul li h4 br {
    display: none;
  }
  .our-projects .shape3 {
    display: none;
  }
  .testimonials .testi h2 {
    text-align: center;
  }
  .testimonials .testi-box {
    width: 150px;
  }
  .testimonials .quotes img {
    width: 40px;
  }
  .testimonials .level li {
    font-size: 40px;
  }
  .testimonials .level li span {
    font-size: 14px;
  }
  footer {
    padding-top: 40px;
  }
  footer .subscribe {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  footer .subscribe .subscribe_form {
    width: 100%;
  }
  footer .subscribe .subscribetest {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .subscribe .subscribetest h3 {
    font-size: 22px;
  }
  footer .subscribe .subscribetest br {
    display: none;
  }
  footer .subscribe .subscribetest img {
    width: 60px;
  }
  .mission-vision {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
  .mission-vision h3 {
    font-size: 26px;
  }
  .enquiry {
    padding: 40px 0px;
  }
  .enquiry .enquirybox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .enquiry h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .inner-container h4 {
    font-size: 18px;
  }
  .inner-container h2 {
    font-size: 28px;
  }
  .inner-container .contact-form {
    padding: 20px;
  }
  .inner-container .contact-form .form-group input {
    height: 35px;
    padding: 0 10px;
  }
  .inner-container .contact-form .form-group label {
    margin-bottom: 5px;
  }
  .inner-container .newstext {
    padding: 15px;
  }
  .inner-container .newsbg .newscontent h4 {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  .intro .slider-caption h3 {
    display: none;
  }
  .intro .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
  .roofs .roofpanel .roof-content {
    width: 100%;
  }
  .roofs .roofpanel .roof-content h3 {
    font-size: 18px;
  }
  .roofs .roofpanel .roof-content h2 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  .testimonials .level {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonials .level li {
    width: 50%;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .testimonials .level li span {
    font-size: 16px;
  }
  .testimonials .level li::before {
    display: none;
  }
}

@media (max-width: 480px) {
  header .logo {
    height: 50px;
  }
  .intro {
    margin-top: 60px;
  }
  .intro .slider-caption {
    width: 80%;
  }
  .intro .slider-caption h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .intro .slider-caption h2 {
    font-size: 24px;
    line-height: 25px;
  }
  .intro .slider-caption .btn-box {
    display: none;
  }
  .roofs {
    padding: 20px 10px;
  }
  .roofs .roofpanel .roof-content {
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .roofs .roofpanel .roof-content p {
    display: none;
  }
  .roofs .roofpanel .roof-content .btn1 {
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .roofs .roofpanel .roof-content .btn1 i {
    font-size: 13px;
  }
  .roofs .roofpanel .roofimg img {
    width: 120px;
  }
  .products .productsbrief .products-content h3 {
    font-size: 24px;
    height: 55px;
  }
  footer {
    background-image: none;
  }
  footer .subscribe .subscribetest {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .subscribe .subscribetest h3 {
    font-size: 18px;
    padding-left: 10px;
  }
  footer .subscribe .subscribetest img {
    width: 40px;
  }
  footer .about img {
    width: 170px;
  }
  .innerbanner {
    height: 25vh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .innerbanner .breadcrumb {
    margin-bottom: 0;
  }
}

.navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-family: inherit;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.navigation-portrait .nav-menu {
  width: 100%;
  margin-top: 20px;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.navigation-hidden .nav-header {
  display: none;
}

.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
          box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
}

.nav-menu > li > a {
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #10104A;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.nav-menu > li:hover > a {
  color: #1f4492;
}

.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #1f4492 #1f4492 transparent;
}

.nav-menu > li.active > a {
  color: #1f4492;
}

.nav-menu > li.focus > a {
  color: #1f4492;
}

.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #1f4492 #1f4492 transparent;
}

.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #8CC152 #8CC152 transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  content: '';
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #8CC152;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 6px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  float: left;
  background: #1f4492;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}

.nav-dropdown > li:hover > a {
  background: #10104A;
  color: #fff;
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.nav-dropdown > li.focus > a {
  color: #fff;
  background: #10104A;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: transparent #ffffff #ffffff transparent;
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #1f4492 #1f4492 transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 13px;
    padding: 26px 7px;
  }
}

.readmore {
  color: #1f4492;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background: none;
}

.submit {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fff;
  padding: 5px 10px;
  background: none;
  color: #fff;
  font-size: 16px;
}

.submit:hover {
  background: #1f4492;
  color: #fff;
  border: 2px solid #06143a;
  letter-spacing: .5px;
}

.btn1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: none;
  border: 2px solid #10104A;
  padding: 5px 10px;
  margin: 18px 5px 0;
  color: #10104A;
  font-size: 16px;
}

.btn1:hover {
  color: #10104A;
}

.btn1 a {
  color: #10104A;
}

.btn2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #1f4492;
  padding: 5px 10px;
  margin: 18px 5px 0;
  color: #fff;
  font-size: 16px;
  border: none;
}

.btn2:hover {
  color: #fff;
}

.btn4 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #1f4492;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  border: none;
}

.btn4:hover {
  color: #fff;
  background: #000;
}

.btn3 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 2px solid #1f4492;
  padding: 5px 10px;
  margin: 18px 5px 0;
  color: #1f4492;
  font-size: 16px;
}

.btn3:hover {
  color: #fff;
  background: #1f4492;
  letter-spacing: 1px;
}
/*# sourceMappingURL=roofmate.css.map */