@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
html,
body {
  width: 100%;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  /*transition: all 0.3s ease;*/
}

body {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #010f24;
  font-weight: 400;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1em;
  color: #010f24;
  padding: 8px 0px;
  font-weight: 700;
}

.h1 {
  font-size: 4.1em;
  line-height: 1em;
  font-weight: 700;
}

.h2 {
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}

.h3 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.h4 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 700;
}

.h5 {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
}

.h6 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  /*margin: 1em 0px;*/
}

ul {
  list-style-type: circle;
  margin-left: 15px;
}

ul li {
  padding: 6px 0px;
}

a {
  color: #010f24;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.error {
  color: #dc3c31 !important;
  font-weight: 700;
}

.success {
  color: #74d343 !important;
  font-weight: 700;
}

/********    TEXT  CASE & SIZE  ********/
/***************************************/
.fs-base {
  font-size: 24px;
}

.fs-07 {
  font-size: 0.7em;
}

.fs-08 {
  font-size: 0.8em;
}

.fs-09 {
  font-size: 0.9em;
}

.fs-12 {
  font-size: 1.3em;
}

.fs-15 {
  font-size: 1.5em;
}

.fs-2 {
  font-size: 2em;
}

.lh-07 {
  line-height: 0.7em;
}

.lh-1 {
  line-height: 1em;
}

.lh-12 {
  line-height: 1.2em;
}

.lh-15 {
  line-height: 1.5em;
}

.lh-2 {
  line-height: 2em;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.strong,
strong,
.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

/***********    TEXT COLORS  ***********/
/***************************************/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.blue {
  color: #022a61;
}

.lightblue {
  color: #1ea9e1;
}

/***********    BG COLORS  ***********/
/***************************************/
.bg_white {
  background-color: #fff;
}

.bg_black {
  background-color: #000000;
}

.bg_blue {
  background-color: #022a61;
}

.bg_lightblue {
  background-color: #1ea9e1;
}

.lightblue_bg {
  background-color: #e3efff;
}

.bg_lightGrey {
  background-color: #f3f5f9;
}

.bg_brightblue {
  background-color: #1f3b9a;
}

/***********    OTHER  ***********/
/***************************************/
.coverIMG {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.responsive {
  width: 100%;
  height: auto;
}

.max_100 {
  max-width: 100%;
}

img {
  border: none;
}

.clear {
  clear: both;
}

.button_white {
  background-color: #fff;
  display: block;
  padding: 10px 30px;
}

.button_lightblue {
  background-color: #1ea9e1;
  display: block;
  color: #022a61;
  padding: 10px 30px;
  font-size: 0.9em;
  border-radius: 10px;
}

pre {
  margin: 0px;
}

.visible_overflow {
  overflow: visible !important;
}

/********         PADDINGS      ********/
/***************************************/
.row-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-no-padding > [class*="col-"],
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-no-padding-right > [class*="col-"],
.no-padding-right {
  padding-right: 0 !important;
}

.row-no-padding-left > [class*="col-"],
.no-padding-left {
  padding-left: 0 !important;
}

.lcontainer {
  max-width: 92%;
  margin: 0px auto 0px 0px;
}

.rcontainer {
  max-width: 92%;
  margin: 0px 0px 0px auto;
}

.container {
  max-width: 84%;
  margin: 0px auto;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

/**************************************************         FORM      ***************************************************/
/***************************************************************************************************************************/
.form, form {
  /**
      * Show the placeholder when the input is focused.
      */
}

.form .field, form .field {
  padding: 8px 0px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  /*margin-bottom: 0.6em;*/
}

.form label, .form input, .form select, .form textarea, form label, form input, form select, form textarea {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.form label, form label {
  font-size: 12px;
  color: #757575;
  margin-bottom: 0px;
  font-weight: 400;
  padding-left: 4px;
  max-width: 100%;
}

.form input[type=text], .form input[type=date], .form input[type=tel], .form input[type=email], .form input[type=file], form input[type=text], form input[type=date], form input[type=tel], form input[type=email], form input[type=file] {
  margin-top: 2px;
}

.form input:placeholder-shown + label,
.form textarea:placeholder-shown + label,
.form select.placeholder + label, form input:placeholder-shown + label,
form textarea:placeholder-shown + label,
form select.placeholder + label {
  cursor: text;
  position: absolute;
  left: 0px;
  top: -23px;
  /*max-width: 66.66%;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(1em, 2.2rem) scale(1.4);
          transform: translate(1em, 2.2rem) scale(1.4);
}

.form ::-webkit-input-placeholder, form ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.form input:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form select:focus::-webkit-input-placeholder, form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder,
form select:focus::-webkit-input-placeholder {
  opacity: 1;
}

.form input:not(:placeholder-shown) + label,
.form input:focus + label,
.form textarea:not(:placeholder-shown) + label,
.form textarea:focus + label,
.form .no_placeholder + label,
.form select:focus + label, form input:not(:placeholder-shown) + label,
form input:focus + label,
form textarea:not(:placeholder-shown) + label,
form textarea:focus + label,
form .no_placeholder + label,
form select:focus + label {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.wpcf7-acceptance label {
  font-size: 0.7em;
  color: #000;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 10px 0px;
}

a:hover, a:active {
  color: inherit;
}

#SiteWrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/**************************************************         HEADER      ***************************************************/
/***************************************************************************************************************************/
#HeaderWrapper {
  position: fixed;
  width: 100%;
  z-index: 99999;
  -webkit-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

#HeaderWrapper .rcontainer {
  max-width: 98%;
  margin: 0px 0px 0px auto;
}

#HeaderWrapper.over {
  background: #032a5b;
}

#HeaderWrapper #LogoWrapper {
  max-width: 255px;
  margin-right: auto;
}

#HeaderWrapper #LogoWrapper a {
  display: block;
}

#HeaderWrapper #LogoWrapper a img {
  width: 100%;
  height: auto;
  padding: 10px 0px;
}

#HeaderWrapper #menu-main-menu-1 {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#HeaderWrapper #menu-main-menu-1 li {
  display: inline-block;
  padding-right: 5%;
  position: relative;
}

#HeaderWrapper #menu-main-menu-1 li:last-child {
  padding-right: 0%;
}

#HeaderWrapper #menu-main-menu-1 li.current_page_item a, #HeaderWrapper #menu-main-menu-1 li.current-menu-ancestor a {
  border-bottom: 1px solid #fff;
}

#HeaderWrapper #menu-main-menu-1 li.current_page_item li a, #HeaderWrapper #menu-main-menu-1 li.current-menu-ancestor li a {
  border: 0px !important;
}

#HeaderWrapper #menu-main-menu-1 li a {
  display: block;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

#HeaderWrapper #menu-main-menu-1 li ul {
  background-color: #032a5b;
  margin: 0px;
  padding: 10px;
  margin-left: -10px;
  display: none;
  position: absolute;
  left: 0px;
  width: 200px;
}

#HeaderWrapper #menu-main-menu-1 li ul li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #0f4b94;
  text-align: left;
  width: 100%;
}

#HeaderWrapper #menu-main-menu-1 li ul li a {
  font-size: 0.8em;
}

#HeaderWrapper #menu-main-menu-1 li ul li:last-child {
  border: 0px;
}

#HeaderWrapper #menu-main-menu-1 li:hover ul {
  display: block;
}

#HeaderWrapper #contact-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1ea9e1;
}

#HeaderWrapper #contact-number-wrap img {
  width: 44px;
  height: 63px;
}

#HeaderWrapper #contact-number-wrap ul {
  list-style: none;
  margin: 35px 0px;
  padding: 0px;
}

#HeaderWrapper #contact-number-wrap ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0px;
  padding: 0px;
}

#HeaderWrapper #contact-number-wrap ul li a {
  display: block;
  color: #032a5b;
  text-decoration: none;
  padding: 6px 8px;
  font-weight: 700;
}

#HeaderWrapper #contact-number-wrap ul li:first-child {
  border-bottom: 1px solid #032a5b;
}

#HeaderWrapper #MenuIconWrap {
  background-color: #032a5b;
  padding: 0px 25px;
}

#HeaderWrapper #MenuIconWrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  cursor: pointer;
}

#HeaderWrapper #MenuIconWrap span {
  background: #0b5d8e;
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  place-self: flex-end;
}

#HeaderWrapper #MenuIconWrap span:nth-of-type(1) {
  width: 100%;
  margin: 8px 0 4px 0;
}

#HeaderWrapper #MenuIconWrap span:nth-of-type(2) {
  width: 75%;
}

#HeaderWrapper #MenuIconWrap span:nth-of-type(3) {
  width: 62%;
  margin: 4px 0 8px 0;
}

#HeaderWrapper #MenuIconWrap:hover span {
  width: 100%;
}

#HeaderWrapper #MenuIconWrap input[type="checkbox"] {
  display: none;
}

#HeaderWrapper #MenuIconWrap input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  width: 50%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(-8px, 0px);
          transform: rotatez(45deg) translate(-8px, 0px);
}

#HeaderWrapper #MenuIconWrap input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  width: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotatez(-45deg);
          transform: rotatez(-45deg);
}

#HeaderWrapper #MenuIconWrap input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 50%;
  -webkit-transform: rotatez(45deg) translate(30px, -11px);
          transform: rotatez(45deg) translate(30px, -11px);
}

#MobileMenu {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  overflow: hidden;
  overflow-y: scroll;
  background: url(../images/menubg.jpg) no-repeat;
  background-size: cover;
  display: none;
}

#MobileMenu #MHeaderWrapper .rcontainer {
  max-width: 98%;
  margin: 0px 0px 0px auto;
}

#MobileMenu #MLogoWrapper {
  max-width: 255px;
  margin-right: auto;
}

#MobileMenu #MLogoWrapper a {
  display: block;
}

#MobileMenu #MLogoWrapper a img {
  width: 100%;
  height: auto;
  padding: 10px 0px;
}

#MobileMenu #contact-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1ea9e1;
}

#MobileMenu #contact-number-wrap img {
  width: 44px;
  height: 63px;
}

#MobileMenu #contact-number-wrap ul {
  list-style: none;
  margin: 35px 0px;
  padding: 0px;
}

#MobileMenu #contact-number-wrap ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0px;
  padding: 0px;
}

#MobileMenu #contact-number-wrap ul li a {
  display: block;
  color: #032a5b;
  text-decoration: none;
  padding: 6px 8px;
  font-weight: 700;
}

#MobileMenu #contact-number-wrap ul li:first-child {
  border-bottom: 1px solid #032a5b;
}

#MobileMenu #MMenuIconWrap {
  background-color: #032a5b;
  padding: 0px 25px;
}

#MobileMenu #MMenuIconWrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  cursor: pointer;
}

#MobileMenu #MMenuIconWrap span {
  background: #0b5d8e;
  border-radius: 10px;
  width: 100%;
  height: 4px;
  margin: 4px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

#MobileMenu #MMenuIconWrap span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#MobileMenu #MMenuIconWrap span:nth-of-type(2) {
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#MobileMenu #MobileMenuUL {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  color: #fff;
  list-style: disc;
}

#MobileMenu #MobileMenuUL li a {
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 45px;
  display: block;
}

#MobileMenu #MobileMenuUL li li {
  font-size: 0.7em;
}

#MobileMenu #MobileMenuUL li li a {
  padding-bottom: 0px;
}

#MobileMenu #MobileMenuUL ul {
  margin-left: 0px;
}

#MobileMenu #MobileMenuUL .nobreak {
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}

#MobileMenu #MobileMenuUL .nobreak a {
  padding-bottom: 15px;
}

#MobileMenu #MobileMenuUL .nobreak li a {
  padding-bottom: 5px;
}

#MobileMenu #Mfooter {
  margin-top: 50px;
  background: #0c6bae7a;
  color: #fff;
  font-size: 0.9em;
  padding: 50px 0px;
}

#MobileMenu #Mfooter h3, #MobileMenu #Mfooter a {
  color: #fff;
}

#MobileMenu #Mfooter .socialmedialinks {
  list-style: none;
  margin-left: 0px;
  display: inline-block;
  float: right;
}

#MobileMenu #Mfooter .socialmedialinks li {
  display: inline-block;
  padding: 0px 15px;
}

#MobileMenu #Mfooter hr {
  width: 100%;
}

#HeaderGapFiller {
  width: 100%;
  background-color: #022a61;
  position: relative;
}

/**************************************************         CONTENT      ***************************************************/
/***************************************************************************************************************************/
#rev_slider_1_1_forcefullwidth {
  background-color: #02295c;
}

.border-darkblue {
  border-color: #677fa0;
}

.ContentSection {
  padding: 4.3em 0px;
}

.ContentSection input[type=text], .ContentSection input[type=date], .ContentSection input[type=tel], .ContentSection input[type=email], .ContentSection input[type=file], .ContentSection textarea, .ContentSection select, .ContentSection input[type=checkbox] {
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 0.9em;
  /*-webkit-box-shadow: inset 2px 4px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: inset 2px 4px 10px 0px rgba(204,204,204,1);
    box-shadow: inset 2px 4px 10px 0px rgba(204,204,204,1); */
  border: 0px;
  -webkit-box-shadow: -1px -4px 27px 8px #ececec, inset 2px 4px 10px 0px #cccccc;
  box-shadow: -1px -4px 27px 8px #ececec, inset 2px 4px 10px 0px #cccccc;
  max-width: 100%;
}

.ContentSection input[type=submit] {
  background-color: #1ea9e1;
  padding: 20px 30px;
  border-radius: 10px;
  color: #010f24;
  border: 0px;
  margin: 15px 0px;
}

#ProductsListingBannerWrap {
  background: #022a61;
  padding: 100px 0px 50px 0px;
}

#ProductsListingBannerWrap #productsListSlider li .productItem {
  font-size: 0.85em;
  width: 200px;
  margin: 0px auto;
}

#ProductsListingBannerWrap #productsListSlider li .productItem .productBox {
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  padding: 8px;
  position: relative;
}

#ProductsListingBannerWrap #productsListSlider li .productItem .productBox .productText {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 0.8em;
  width: 90%;
}

#ProductsListingBannerWrap #productsListSlider li .productItem .productReadmore {
  padding-left: 15px;
  padding-top: 10px;
}

#ProductsListingBannerWrap #productsListSlider li .productItem .productReadmore a {
  color: #fff;
  font-size: 0.8em;
}

#ProductsListingBannerWrap #productsListSlider li .productItem .productReadmore span.text {
  display: inline-block;
}

#ProductsListingBannerWrap #productsListSlider li .productItem .productReadmore span.text:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  margin-left: 3px;
  background-color: #fff;
}

#ProductsListingBannerWrap #productsBGGradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: -webkit-gradient(linear, left top, right top, color-stop(61%, #022a61), color-stop(81%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #022a61 61%, rgba(255, 255, 255, 0) 81%);
  z-index: 15;
}

#ProductsListingBannerWrap #productsBGSliderWrapper {
  position: absolute;
  height: 100%;
  width: 60%;
  overflow: hidden;
  right: 0px;
  top: 0px;
  z-index: 10;
}

#ProductsListingBannerWrap #productsBGSliderWrapper li {
  height: 100vh;
}

#ProductsListingBannerWrap #productsBGSliderWrapper li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}

#InnerBannerWrap {
  background-color: #022a61;
  padding: 5vw 0px 0px 0px;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-nav {
  max-width: 84%;
  margin: 0px auto 20px auto;
  padding: 0px 15px;
  list-style: none;
  width: 100%;
  border-top: 1px solid #ccc;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-nav .r-tabs-tab {
  border-top: 1px solid #fff;
  margin: 0px;
  padding: 10px 50px 10px 20px;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-nav .r-tabs-tab a {
  color: #373839;
  -webkit-transition: font-size 12s;
  transition: font-size 12s;
  /* transition is set to 'font-size 12s' */
  -webkit-transition: color 12s;
  transition: color 12s;
  /* transition is set to 'color 12s' !! */
}

#ServicesTabsWrap #ServicesTabs .r-tabs-nav .r-tabs-state-active {
  margin-top: -2px;
  border-top: 3px solid #1ea9e1;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-nav .r-tabs-state-active a {
  color: #223da0;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-panel {
  padding: 0px;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-accordion-title {
  padding: 15px 8%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-accordion-title a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 91%;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  content: "\f078";
  font: normal normal normal 1em/1 FontAwesome;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-accordion-title.r-tabs-state-active {
  border-top: 2px solid #1ea9e1;
}

#ServicesTabsWrap #ServicesTabs .r-tabs-accordion-title.r-tabs-state-active a {
  display: block;
  color: #223da0;
  font-weight: 700;
  font-size: 1.2em;
}

#ProductsBannerWrap #productsListSlider li .productItem {
  font-size: 0.85em;
  width: 200px;
  margin: 0px auto;
}

#ProductsBannerWrap #productsListSlider li .productItem .productBox {
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  padding: 8px;
  position: relative;
}

#ProductsBannerWrap #productsListSlider li .productItem .productBox .productText {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 0.8em;
  width: 90%;
}

#ProductsBannerWrap #productsListSlider li .productItem .productReadmore {
  padding-left: 15px;
  padding-top: 10px;
}

#ProductsBannerWrap #productsListSlider li .productItem .productReadmore a {
  color: #fff;
  font-size: 0.8em;
}

#ProductsBannerWrap #productsListSlider li .productItem .productReadmore span.text {
  display: inline-block;
}

#ProductsBannerWrap #productsListSlider li .productItem .productReadmore span.text:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  margin-left: 3px;
  background-color: #fff;
}

.partnerLogoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -30px;
  padding: 0px;
  list-style: none;
}

.partnerLogoList:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.partnerLogoList li {
  padding: 35px 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#HomeRoofWrapper {
  position: relative;
  z-index: 99;
  padding: 5vw 0px 100px 0px;
  margin-top: 0px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, white), color-stop(35%, #022a61));
  background: linear-gradient(0deg, white 35%, #022a61 35%);
  /*#aboutLogos{
    display: flex;
    flex-wrap: wrap; justify-content: space-between; flex-wrap: wrap;
    list-style: none; margin:0px -20px;
    width: 100%;
    li{
      padding:20px;
    }
  }*/
}

#HomeRoofWrapper #HomeRoof {
  position: absolute;
  z-index: 1;
  top: -10vw;
  left: 0px;
  width: 100%;
  height: 1px;
  padding-bottom: 60%;
}

#HomeRoofWrapper #rooflines {
  position: absolute;
  z-index: 2;
  top: -10vw;
  left: 0px;
  width: 100%;
  background-size: 100% !important;
}

#HomeRoofWrapper #aboutLogos img {
  max-width: 100%;
  height: auto;
}

#ListOfProductsWrap .listedproduct:last-child {
  background-color: #f3f5f9;
}

#ProductsListTwoColumn .colordiv {
  padding: 25% 0px 5% 0px;
  min-height: 150px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
}

#ColorRoofWrapper {
  padding-top: 150px;
  background: #f3f5f9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #f3f5f9), color-stop(66%, white));
  background: linear-gradient(180deg, #f3f5f9 66%, white 66%);
}

#ColorRoofWrapper #HomeRoof {
  position: absolute;
  top: 850px;
  z-index: 2;
  width: 100%;
  padding-bottom: 100%;
}

#ColorRoofWrapper .colordiv {
  padding: 85% 0px 5% 0px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
}

#CopperLastingRoofWrapper {
  padding-top: 350px;
  background: #f3f5f9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #f3f5f9), color-stop(66%, white));
  background: linear-gradient(180deg, #f3f5f9 66%, white 66%);
}

#CopperLastingRoofWrapper #HomeRoof {
  position: absolute;
  top: 100px;
  z-index: 2;
  width: 100%;
  padding-bottom: 100%;
}

#RequestAQuote {
  position: relative;
  z-index: 100;
}

#OurAdvantagesTabsWrapNew .accordion-toggle {
  padding: 20px 30px !important;
  display: block;
}

#OurAdvantagesTabsWrapNew .accordion-toggle:before {
  display: none !important;
}

#OurAdvantagesTabsWrapNew .accordion-content {
  padding: 10px 30px !important;
}

#OurAdvantagesTabsWrap .Tleft {
  background-color: #022a61;
  color: #fff;
}

#OurAdvantagesTabsWrap .Tleft h2 {
  padding: 5vw 0px;
  margin-left: 15%;
}

#OurAdvantagesTabsWrap .Tright {
  background-color: #fff;
}

#OurAdvantagesTabsWrap .Tright h3 {
  padding: 5vw 0px;
  margin-left: 15%;
  margin-top: 15px;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs .r-tabs-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.55%;
  background-color: #022a61;
  margin: 0px;
  padding: 0px;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs .r-tabs-nav li {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
  border-bottom: 1px solid #828eab;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs .r-tabs-nav li a {
  display: block;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85%;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs .r-tabs-nav li:before {
  display: block;
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15%;
  height: 20px;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs .r-tabs-nav li.r-tabs-state-active {
  font-weight: 700;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs .r-tabs-nav li.r-tabs-state-active:after {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #022a61;
  clear: both;
}

#OurAdvantagesTabsWrap #OurAdvantagesTabs > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
  background: #f3f5f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f3f5f9), to(white));
  background: linear-gradient(0deg, #f3f5f9 50%, white 100%);
  padding-left: 9.5%;
}

#AccordionWrap {
  counter-reset: my-sec-counter;
  padding: 30px 0px 30px 0px;
}

#AccordionWrap img {
  max-width: 100%;
  height: auto;
}

#AccordionWrap .accordion-toggle {
  margin: 0px;
  cursor: pointer;
  font-size: 1.2em;
  padding: 10px 10px;
  border-top: 1px solid #ccc;
  /*border-bottom:0px; border-top:0px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#AccordionWrap .accordion-toggle span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  width: 80%;
}

#AccordionWrap .accordion-toggle::before {
  height: 100%;
  content: "Q";
  padding: 10px 15px;
  background-color: #1ea9e1;
  color: #022a61;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0px 15px 5px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  max-width: 100%;
}

#AccordionWrap .accordion-toggle::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  content: "\f078";
  font: normal normal normal 1em/1 FontAwesome;
}

#AccordionWrap .accordion-toggle.active::after {
  content: "\f077";
}

#AccordionWrap .accordion-content {
  display: none;
  padding: 0px 10px 10px 80px;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
}

#AccordionWrap .accordion-content.default {
  display: block;
}

/**************************************************         FOOTER      ***************************************************/
/***************************************************************************************************************************/
.gotoUp {
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 0px 4px 4px 4px;
  color: #fff;
  display: inline-block;
}

.gotoUp i {
  display: block;
  font-size: 16px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.gotoUp span {
  border-radius: 50%;
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin: 3px auto;
  display: block;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.gotoUp span:nth-child(2) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.gotoUp span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.gotoUp i {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.gotoDown {
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 4px 4px 0px 4px;
  margin: 15px 0px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.gotoDown i {
  display: block;
  font-size: 16px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.gotoDown span {
  border-radius: 50%;
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin: 3px auto;
  display: block;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.gotoDown span:nth-child(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.gotoDown span:nth-child(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.gotoDown i {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.patchLightBlueBanner:before {
  content: '';
  background-color: #1ea9e1;
  position: absolute;
  left: -200px;
  width: 200px;
  height: 100%;
}

#AboveFooterWrapper {
  padding: 15px 0px;
  background: #001c56;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #001c56), color-stop(50%, #1ea9e1));
  background: linear-gradient(90deg, #001c56 50%, #1ea9e1 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001c56",endColorstr="#1ea9e1",GradientType=1);
  border-bottom: 1px solid #fff;
}

#AboveFooterWrapper .socialmedialinks {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

#AboveFooterWrapper .socialmedialinks li {
  display: inline-block;
  margin: 0px 15px;
}

#AboveFooterWrapper .socialmedialinks li a {
  color: #fff;
}

#FooterWrapper {
  background: #022a61;
  padding: 60px 0px 20px 0px;
  width: 100%;
  line-height: 1.1em;
}

#FooterWrapper #FooterLogo {
  opacity: 0.6;
  padding-top: 25px;
  max-width: 250px;
  /*margin: 0px auto;*/
}

#FooterWrapper #FooterContentWrapper {
  color: #fff;
}

#FooterWrapper #FooterContentWrapper a {
  color: #fff;
}

#FooterWrapper #FooterContentWrapper h3 {
  color: #fff;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
}

#FooterWrapper #FooterContentWrapper .address {
  color: #b4bac7;
  font-weight: 400;
}

#FooterWrapper #FooterContentWrapper iframe {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#FooterWrapper #FooterContentWrapper .menu {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

#FooterWrapper #FooterContentWrapper .menu li {
  display: inline-block;
}

#FooterWrapper #FooterContentWrapper .menu li a {
  display: block;
  font-size: 18px;
  color: #b4bac7;
}

#FooterWrapper #FooterContentWrapper .menu li ul {
  display: none;
}

#FooterWrapper #FooterContentWrapper #menu-header-contact-1 {
  display: block;
}

#FooterWrapper #FooterContentWrapper #menu-header-contact-1 li {
  display: block;
}

#FooterWrapper #FooterContentWrapper #menu-header-contact-1 li a {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}

#FooterWrapper #FooterContentWrapper .wpcf7 .ajax-loader {
  margin: 14px 0px 0px 2px;
  width: 33px;
}

#FooterWrapper #FooterContentWrapper .wpcf7-response-output, #FooterWrapper #FooterContentWrapper .wpcf7-not-valid-tip {
  font-size: 16px;
}

#FooterWrapper #FooterContentWrapper input {
  width: 100%;
}

#FooterWrapper #FooterContentWrapper form {
  padding-bottom: 70px;
}

#FooterWrapper #FooterContentWrapper form .d-flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#FooterWrapper #FooterContentWrapper form .wpcf7-email {
  padding: 8px 15px;
}

#FooterWrapper #FooterContentWrapper form .your-email {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

#FooterWrapper #FooterContentWrapper form .your-email input {
  width: 100%;
  padding: 10px 15px;
}

#FooterWrapper #FooterContentWrapper form input[type='submit'] {
  background-color: #1ea9e1;
  border: 0px;
  border-radius: 10px;
  color: #fff;
  padding: 10px 15px;
  margin-left: -5px;
}

#FooterWrapper #FooterContentWrapper .h-captcha.hcap_cf7-h-captcha {
  position: absolute;
  top: 49px;
  left: 1px;
}

#FooterWrapper #CopyrightWrapper {
  border-top: 1px solid #ccc;
  padding: 45px 0px 15px 0px;
  margin-top: 60px;
  color: #b4bac7;
  font-size: 18px;
}

/*********************         BLOCK    -   STEPS           *******************/
/******************************************************************************/
#ColorTabs {
  position: relative;
  z-index: 99999;
}

#ColorTabs .gotoDown {
  margin: 30px auto 0px auto;
  width: 30px;
  display: block;
}

#ColorTabs .r-tabs-nav {
  width: 100%;
  margin-top: -100px;
  margin-bottom: 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#ColorTabs .r-tabs-nav li {
  width: 25%;
  background-color: #1ea9e1;
  padding: 30px 0% 30px 8%;
}

#ColorTabs .r-tabs-nav li a {
  color: #fff;
  font-size: 0.8em;
  display: block;
}

#ColorTabs .r-tabs-nav li.r-tabs-state-active {
  background-color: #022a61;
}

#ColorTabs .r-tabs-nav li.spacer {
  width: 50px;
  padding: 0px;
}

#ColorTabs .r-tabs-nav li:nth-child(1) {
  border-right: 1px solid #8fc6db;
}

#ColorTabs .r-tabs-nav li:nth-child(2) {
  width: calc(25% - 25px);
}

#ColorTabs .r-tabs-nav li:nth-child(4) {
  width: calc(25% - 25px);
  border-right: 1px solid #8fc6db;
}

#ColorTabs .r-tabs-accordion-title {
  display: none;
}

#ColorTabs .colorOptionList {
  list-style: none;
  margin: 0px -10px;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#ColorTabs .colorOptionList li {
  width: 20%;
  padding: 10px;
  text-align: center;
}

#ColorTabs .colorOptionList li a {
  padding: 0px;
  display: block;
}

#ColorTabs .colorOptionList li a img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

#ColorTabs .colorOptionList li h3 {
  font-weight: normal;
  font-size: 0.8em;
}

#PremiumFinishes {
  padding-bottom: 0px !important;
}

#PremiumFinishes .SecOne {
  background-color: #edf4fb;
  padding: 40px 0px 10px 0px;
}

#PremiumFinishes .SecTwo {
  background-color: #dbe9f7;
  padding: 15px 0px 0px 0px;
  box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.44);
}

#PremiumFinishes .SecTwo #FinishesTabs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#PremiumFinishes .SecTwo #FinishesTabs ul li {
  width: 25%;
  border: 1px solid #5c7aa0;
  border-bottom: 0px;
  border-left: 0px;
  padding: 30px 0px;
  font-size: 0.7em;
  text-align: center;
  cursor: pointer;
}

#PremiumFinishes .SecTwo #FinishesTabs ul li:last-child {
  border-right: 0px;
}

#PremiumFinishes .SecTwo #FinishesTabs ul li.active {
  background-color: #1f3b9a;
  color: #fff;
  border-radius: 10px;
}

#PremiumFinishes .SecTwo #FinishesTabs ul li img {
  width: 35%;
  height: auto;
}

#PremiumFinishes .SecThree {
  background-color: #f2f5fa;
  padding: 50px 0px 100px 0px;
}

#PremiumFinishes .SecThree #colorListWrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#PremiumFinishes .SecThree #colorListWrapper ul li {
  width: 50%;
  cursor: pointer;
  border-bottom: 1px solid #afbfd4;
  vertical-align: middle;
}

#PremiumFinishes .SecThree #colorListWrapper ul li.active {
  background-color: #1f3b9a;
  padding: 5px;
  color: #fff;
  margin-right: 10px;
  width: calc(50% - 10px);
  border-radius: 10px;
}

#PremiumFinishes .SecThree #colorListWrapper ul li:last-child {
  border-bottom: 0;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color {
  display: inline-block;
  width: 50px;
  height: 60px;
  margin-right: 30px;
  vertical-align: middle;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_1 {
  background-color: #6a5447;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_2 {
  background-color: #48403d;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_3 {
  background-color: #5d372c;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_4 {
  background-color: #9a483a;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_5 {
  background-color: #5b796d;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_6 {
  background-color: #6d6c7a;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_7 {
  background-color: #55585d;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_8 {
  background-color: #2b2b2b;
}

#PremiumFinishes .SecThree #colorListWrapper ul li .color_9 {
  background: #b0b1b3;
  background: -webkit-gradient(linear, left top, right top, from(#b0b1b3), color-stop(25%, #d2d3d5), color-stop(50%, #b0b1b3), color-stop(75%, #d2d3d5), to(#b0b1b3));
  background: linear-gradient(90deg, #b0b1b3 0%, #d2d3d5 25%, #b0b1b3 50%, #d2d3d5 75%, #b0b1b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0b1b3",endColorstr="#b0b1b3",GradientType=1);
}

/*post main template*/
#post-img{
  width: 30vw;
  height: 16vw;
  object-fit: inherit;
}

#list-all:hover, #list-one:hover, #list-two:hover, #list-three:hover, #list-four:hover{
  cursor: pointer;
  font-size: 0.6em;
  border-width: 2px;
}

#list-all, #list-one, #list-two, #list-three, #list-four{
  color: #88a4c7;
  border:solid 1px #88a4c7;
  font-size:0.7em;
}

#slider-img{
  width: auto;
  height: 32vw;
  object-fit: cover;
}

.hover-none:hover {
  font-size: 26px;
  color: white;
  cursor: pointer;
}

/*post single.php*/
#single-content-div p{
  color: #4b4e5b;
}

#single-page-img{
  width: 100vw;
  height: auto;
  object-fit: cover;
}

#single-breadcrumb{
  color:#31aee1;
}

#single-breadcrumb a{
  color:#31aee1;
}
/***********************************************         MEDIA SCREEN      *************************************************/
/***************************************************************************************************************************/
@media (max-width: 1400px) {
  body {
    font-size: 20px;
  }
}

/***************************************************************************************************************************/
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  #ColorRoofWrapper {
    padding-top: 250px;
  }
  #ColorRoofWrapper #HomeRoof {
    top: 650px;
  }
  #CopperLastingRoofWrapper {
    padding-top: 150px;
  }
  #CopperLastingRoofWrapper #HomeRoof {
    top: 0px;
  }
  #ColorTabs .r-tabs-nav {
    margin-top: -90px;
  }
}

/***************************************************************************************************************************/
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }
  #MobileMenu #MobileMenuUL {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
  #HomeRoofWrapper {
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, white), color-stop(65%, #022a61));
    background: linear-gradient(0deg, white 65%, #022a61 65%);
  }
  #ColorRoofWrapper {
    background: #f3f5f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f3f5f9), color-stop(20%, white));
    background: linear-gradient(180deg, #f3f5f9 20%, white 20%);
    padding-top: 150px;
  }
  #ColorRoofWrapper #HomeRoof {
    top: 600px;
  }
  #ColorRoofWrapper .colordiv {
    font-size: 14px;
  }
  #CopperLastingRoofWrapper {
    background: #f3f5f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f3f5f9), color-stop(20%, white));
    background: linear-gradient(180deg, #f3f5f9 20%, white 20%);
    padding-top: 150px;
  }
  #CopperLastingRoofWrapper #HomeRoof {
    top: 0px;
  }
  #ColorTabs .colorOptionList li {
    width: 33%;
  }
  #slider-img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/***************************************************************************************************************************/
@media (max-width: 767px) {
  .h1 {
    font-size: 2.2em;
  }
  .h2 {
    font-size: 2em;
  }
  .h3 {
    font-size: 1.5em;
  }
  .h4 {
    font-size: 1.2em;
  }
  .lcontainer {
    max-width: 93%;
    margin: 0px auto 0px 0px;
  }
  .rcontainer {
    max-width: 93%;
    margin: 0px 0px 0px auto;
  }
  .container {
    max-width: 90%;
    margin: 0px auto;
  }
  #HeaderWrapper #LogoWrapper {
    padding-right: 0px;
    width: 200px;
  }
  #MHeaderWrapper #MLogoWrapper {
    padding-right: 0px;
    width: 200px;
  }
  #ProductsListingBannerWrap {
    padding: 50px 0px 50px 0px;
  }
  .listedproduct {
    padding-bottom: 50px;
  }
  .row.lightblue_bg {
    padding-bottom: 50px;
  }
  #ServicesTabsWrap #ServicesTabs .r-tabs-nav {
    max-width: 84%;
    margin: 0px auto 20px auto;
  }
  #ServicesTabsWrap #ServicesTabs .r-tabs-accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #AboveFooterWrapper {
    padding: 10px 0px;
    background: #001c56;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #001c56), color-stop(50%, #1ea9e1));
    background: linear-gradient(0deg, #001c56 50%, #1ea9e1 50%);
  }

  /*post template css*/

  #post-img{
    width: 100%;
    height: 100%;
  }

  #single-page-img{
    width: 100vw;
    height: 50vw;
    object-fit: cover;
  }
}

/***************************************************************************************************************************/
@media (max-width: 600px) {
  #HeaderWrapper #contact-number-wrap {
    padding: 25px 20px;
  }
  #MHeaderWrapper #contact-number-wrap {
    padding: 25px 20px;
  }
  #MobileMenu #MobileMenuUL {
    -moz-column-count: 1;
    -moz-column-gap: 40px;
    -webkit-column-count: 1;
    -webkit-column-gap: 40px;
    column-count: 1;
    column-gap: 40px;
  }
  #MobileMenu #MobileMenuUL li a {
    padding-bottom: 0px;
  }
  #MobileMenu #MobileMenuUL li ul {
    margin-left: 0px;
  }
  #PremiumFinishes .SecTwo #FinishesTabs ul li {
    width: 50%;
  }
  #ColorTabs .r-tabs-nav {
    margin-top: -90px;
  }
  #ColorTabs .r-tabs-nav li {
    width: 50%;
    border: 1px solid #31aee1;
  }
  #ColorTabs .r-tabs-nav li.spacer {
    display: none;
  }
  #ColorTabs .r-tabs-nav li:nth-child(2) {
    width: 50%;
  }
  #ColorTabs .r-tabs-nav li:nth-child(4) {
    width: 50%;
  }
  #ColorTabs .colorOptionList li {
    width: 50%;
  }
  #InnerBannerWrap {
    padding: 10vw 0px 0px 0px;
  }
  #ProductsBannerWrap {
    padding: 10vw 0px 0px 0px;
  }
  #HomeRoofWrapper {
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, white), color-stop(85%, #022a61));
    background: linear-gradient(0deg, white 85%, #022a61 85%);
    padding-top: 60px;
  }
  #AccordionWrap .accordion-toggle::before {
    display: none;
  }
  #AccordionWrap .accordion-content {
    padding: 0px 10px 10px 10px;
  }
  #FooterWrapper #FooterContentWrapper .menu {
    display: block;
    margin-top: 35px;
  }
  #FooterWrapper #FooterContentWrapper .menu li {
    display: block;
  }
}

/***************************************************************************************************************************/
@media (max-width: 420px) {
  #HeaderWrapper #MenuIconWrap {
    padding: 35px 15px;
  }
  #MobileMenu #MHeaderWrapper #MMenuIconWrap {
    padding: 48px 15px;
  }
  #CopperLastingRoofWrapper {
    background: #f3f5f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f3f5f9), color-stop(20%, white));
    background: linear-gradient(180deg, #f3f5f9 20%, white 20%);
    padding-top: 50px;
  }
  #CopperLastingRoofWrapper #HomeRoof {
    top: 0px;
  }
  #HomeRoofWrapper {
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(96%, white), color-stop(96%, #022a61));
    background: linear-gradient(0deg, white 96%, #022a61 96%);
  }
}
/*# sourceMappingURL=style.css.map */