/*------------------------------------------------------------------ 
Project: Westmount Signs & Printing
Version: 1.0 
-------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*[ General ] */

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 8em;
	
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #080808;
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  margin-top: 0;
  font-weight: 500;
}



h1,
.h1 {
  font-size: 2.2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.250rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

a {
  color: #404a58;
}

a:hover {
  color: #ed1c24;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

hr {
  border-top: 1px solid #dee2e6;
}

dl,
ol,
ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

label.col-form-label {
  font-weight: 600;
  line-height: 1.2;
}

section {
  padding: 3rem 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #acacac;
}

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

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  /*background: #fff url('../img/preloader.gif') no-repeat center center;*/
}

.main-wrapper {
  overflow: hidden;
}
/*[ Brand Color ]*/

.text-blue {
  color: #404a58;
}
.text-dark-blue {
  color: #29303a;
}
.bg-blue {
  background-color: #404a58 !important;
}
.bg-dark-blue {
  background-color: #29303a !important;
}
.bg-light {
  background-color: #F7F7F7 !important;
}
.bg-light-blue {
  background-color: #F2F4F8 !important;
}
/*[ Button Classes ]*/

.btn {
  border-color: transparent;
  outline: none;
  border-radius: 0;
  padding: .8rem 1.5rem;
  font-size: .75rem;
  position: relative;
  color: #fff;
  background-color: #404a58;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}
.btn.btn-sm {
  padding: .5rem 1rem;
  font-size: .75rem;
}
.btn.btn-md {
  font-size: .9rem;
  padding: 0.675rem 1.5rem;
}

.btn.btn-lg {
  font-size: 1.1rem;
  padding: .8rem 1.5rem;
}

.btn-white {
  background-color: #fff;
  color: #404a58;
  border: 2px solid #fff;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
}

.btn-blue {
  background-color: #404a58;
  color: #fff;
  border: 2px solid #404a58;
}

.btn-blue:hover {
  background-color: #fff;
  color: #404a58;
}

.btn-white-bordered {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-white-bordered:hover {
  background-color: #fff;
  color: #404a58;
}


/*[ Helper Classes ]*/
.heading-font {
  /*font-family: 'Alfa Slab One', cursive;*/
  font-weight: 800;
}
.ltr-spacing-1 {
  letter-spacing: 1px;
}
.border-radius-10{
  border-radius: 10px;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 0.875rem;
  height: 40px;
  border-radius: 2px;
}

.form-control-sm {
  height: 32px;
}

.iconify {
  font-size: 1rem;
}

.section-title {
  margin-bottom: 1rem;
}

.section-title h2 {
  line-height: 1.1;
  position: relative;
  font-weight: 800;  
}

.section-title .smallheading {
  position: relative;
  font-weight: 600;
}
.section-title .smallheading span{
  padding-right: 1.5rem;
}
.section-title .smallheading:after {
  content: '';
  width: 100%;
  max-width: 150px;
  height: 1px;
  background-color: #ed1c24;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: .8rem;
}

.entry-content ul.inline-list li,
.entry-content ol.inline-list li {
  float: left;
  margin-right: 3rem;
}

.entry-content ul.lg-text li,
.entry-content ol.lg-text li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444444;
}

/*[ Header ]*/

.header {
  background-color: transparent;
  position: absolute;
  min-height: 140px;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.header.sticky-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  min-height: 120px;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
body.down .header.sticky-header {
  top: 0;
}
/*body.down {
  padding-top: 140px;
}*/
.pre-header {
  padding: 0.5rem 0;
}
.pre-header, 
.pre-header a {
    color: #fff;
    font-size: 0.75rem;
}
.pre-header a:hover {
    opacity: 0.7;
}
.pre-header .header-contact-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: .5rem;
  row-gap: 0;
  width: 100%;
}
.pre-header .header-contact-text span:after {
  content: '|';
  position: relative;
  margin-left: .5rem;
}
.pre-header .header-contact-text span:last-child:after {
  display: none;
}
/*Social Icons*/
.social-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 1.2rem;
  row-gap: 0;
  justify-content: center;
}
.social-icons a .iconify{    
    color: #fff;
    font-size: .875rem;
}
.social-icons a:hover {
  opacity: 0.8;
  border-bottom: 0;
}

.header-section .logo img {
  padding: 0;
  margin: 0;
  transition: all 0.5s;
  max-width: 90px!important;
}
.header.sticky-header .header-section .logo img {
  max-width: 70px !important;
}
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 1rem;
  row-gap: 0;
  align-items: center;
}
.nav-menu .menu {
  margin-bottom: 0;
}
.nav-menu ul.menu>li {
  position: relative;
  white-space: nowrap;
	margin: 0 30px;
  display: inline-block;
}
.nav-menu .menu .nav-btn a{
  align-items: center;
  padding: .8rem 1.5rem;  
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.nav-menu .menu .nav-btn a,
.header.sticky-header .nav-menu .menu .nav-btn a:hover {
  color: #404a58;
  background-color: #fff;
}
.nav-menu .menu .nav-btn a:hover,
.header.sticky-header .nav-menu .menu .nav-btn a{
  color: #fff;
  background-color: #404a58;
}
.mobile_btn {
  padding: 1rem;
  color: #404a58;
  background-color: #fff;  
}
.mobile_btn .iconify {
  font-size: 1.5rem;
  line-height: 1;
}
.mobile_btn:hover {
  color: #fff;
  background-color: #404a58;
}
/*Mobile Menu*/
.mobmenu {
  background-color: #F2F4F8;
  bottom: 0;
  right: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  margin-right: -100%;
  width: 100%;
  max-width: 400px;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1041;
  
}
.gm-navbar .gm-main-menu-wrapper{
	  background-color: #F2F4F8 !important;
}
.mobmenu:before, .gm-main-menu-wrapper {
  content: "";
  display: block;
  background-color: #F2F4F8 !important;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 10000px;
  height: 100%;
  transform-origin: bottom right;
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  box-shadow: 0px 30px 65px -15px rgb(0 0 0);
}
.mobmenu.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobmenu-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  /*padding-right: 100px;*/
  padding: 2rem 100px 2rem 0;
}
.mobmenu-inner a.close_mobmenu {
  padding: .2rem;
  color: #404a58;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 50px;
}
.mobmenu-inner a.close_mobmenu .iconify {
    font-size: 1.8rem;
}
.mobmenu-inner a.close_mobmenu:hover {
  color: #fff;
  background-color: #404a58;
}
.mobmenu-menu {
  padding: 1rem 0;
}

.mobmenu-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobmenu-menu ul ul {
  display: none;
}
.mobmenu-menu li a {
  color: #000C48;
  display: block;
  font-size: .8rem;
  font-weight: 600;
  height: auto;
  padding: .8rem 0rem;
  position: relative;
  text-transform: uppercase;
}

/*.mobmenu-menu li>a {
  border-bottom: 1px dashed #000C48;
}*/

.mobmenu-menu li a:hover,
.mobmenu-menu li.active a {
  color: #ed1c24;
  /*background-color: #585858;*/
}

.mobmenu-menu li.submenu>a:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -5px;
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border .3s;
}
.mobmenu-menu ul ul a {
  text-transform: capitalize;
  font-size: .75rem;
  font-weight: 500;
  padding: 0.2rem 0rem;
}
.mobmenu-menu ul ul a:before {
  content: '-';
  position: relative;
  padding-right: .5rem;
}

.mobmenu-menu a {
  line-height: 1.3;
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}

.slide-nav .mobmenu {
  margin-right: 0;
}

.mobmenu-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobmenu-overlay.opened {
  display: block;
}

.mobmenu-menu.opened {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
}

html.menu-opened {
  overflow: hidden;
}

html.menu-opened body {
  overflow: hidden;
}
.mobmenu-menu li.menu-item-has-children>a{
  position: relative;
}

.mobmenu-menu li.menu-item-has-children>a:after{
  content: '+';
  position: absolute;
  right: 0px;
  z-index: 1;
  font-size: 1.4rem;
  background: transparent;
  padding: 0 5px;
  top: 4px;
} 
.mobmenu-footer {
  text-align: center;
  padding: 1rem 0 0;
}
.mobmenu-footer .mobmenu-logo{
  max-width: 75px;
}
.mobmenu-footer .copyright {
  font-size:.625rem;
  padding: .5rem 0;
  border: 0;
}
.mobmenu-footer .copyright p {
  margin-bottom: .5rem;
  color: #002A66;
}
.mobmenu-footer .copyright p a {
  color: #002A66;
}
.mobmenu-footer .copyright p a:hover {
  text-decoration: underline;
}
.mobmenu-footer .copyright p span {
  display: block;
}
.mobmenu-footer .copyright p em {
  display: none;
}
.mobmenu-footer .social-icons a .iconify {
  color: #002A66;
}

/*Hero Banner*/
.herobanner {
  width: 100%;
  height: 100vh;
}
.innerbanner {
  padding: 150px 0 60px;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.innerbanner.auto-height {
  min-height: inherit;
}
.bannerbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.overlay {
    position: relative;
}
.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay.blue-overlay:before {
    background-color: rgba(64, 74, 88, 0.9);
}
.herobanner .slide {
  height: 100%;
  padding: 150px 0 50px;
}
.hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.innerbanner .hero-text .banner-text p{
  font-size: 1rem;
}
.innerbanner .hero-text .banner-text p:last-child{
  margin-bottom: 0;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-video-wrap .overlay:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.nominated-logo img {
  max-width: 400px;
}
body.home #about {
  background-image: linear-gradient(90deg, #00122b 0%, #404a58 35%, #404a58 100%) !important;
}
.abouttext {
  margin-left: -200px;
}

.team-blocks .block {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
}
.team-blocks .block .img {
  margin-bottom: 1rem;
}
.team-blocks .block .img img {
  max-width: 70px;
  margin: 0 auto;
}
.team-blocks .block .text h5{
  font-weight: 600;
  letter-spacing: 1px;
  color: #404a58;
}
.team-blocks.owl-carousel .owl-nav [class*=owl-] {
  opacity: 1;
  border: 2px solid #fff;
}
.team-blocks.owl-carousel .owl-nav .owl-prev,
.team-blocks.owl-carousel .owl-nav .owl-prev:hover {
  left: -50px !important;
}
.team-blocks.owl-carousel .owl-nav .owl-next,
.team-blocks.owl-carousel .owl-nav .owl-next:hover {
  right: -50px !important;
}
.team-blocks.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
#client .logo-box {
  margin: .8rem 0;
	text-align:center;
}
#client .logo-box img{
  filter: grayscale(100%);
  opacity: 0.5;
	    transition: all 0.4s ease-in;
	height:80px;
	object-fit:contain;
}
.services-blocks .block {
  height: 100%;
}
.services-blocks .block .img {
  position: relative;
}
.services-blocks .block .img img{
  border-radius: 10px;
}
.services-blocks .block .img .label{
  background-color: #404a58;
  color: #fff;
  padding: .5rem 1rem;
  position: absolute;
  left: -10px;
  bottom: 20px;
}
.services-blocks .block .text {
  margin: 1.5rem 1rem;
  padding-left: 1.5rem;
  border-left: 2px solid #ed1c24;
}
.services-blocks .block .text h5{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #404a58;
}
.services-blocks.owl-carousel .owl-nav [class*=owl-] {
  position: relative;
  opacity: 1;
  border-radius: 0;
  padding: .7rem !important;
  background-color: #404a58 !important;
  border: 2px solid #404a58 !important;
  color: #fff;
  margin: 0 1rem;
  width: auto;
  height: auto;
}
.services-blocks.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: #404a58 !important;
}
.services-blocks.owl-carousel .owl-nav .owl-prev,
.services-blocks.owl-carousel .owl-nav .owl-prev:hover {
  left: 0 !important;
}
.services-blocks.owl-carousel .owl-nav .owl-next,
.services-blocks.owl-carousel .owl-nav .owl-next:hover {
  right: 0 !important;
}
.projects-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 4vw);
    grid-gap: 1rem;
}
.projects-gallery figure {
  margin: 0;
}
.projects-gallery .gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}
.projects-gallery .gallery_item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 7;
}
.projects-gallery .gallery_item:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 7;
}
.projects-gallery .gallery_item:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 3;
}
.projects-gallery .gallery_item:nth-child(4) {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}
.projects-gallery .gallery_item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 7;
  grid-row-end: 13;
}
.projects-gallery .gallery_item:nth-child(6) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 13;
}
.projects-gallery .gallery_item:nth-child(7) {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 13;
}
.projects-gallery .gallery_item:nth-child(8) {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 13;
}
.projects-gallery .gallery_item .gallery_img {
  border-radius: 10px;
}
/*Footer*/
.footer, .footer a, .footer .social-icons a .iconify {
  color: rgba(255, 255, 255, 0.4);
}
.footer a:hover, .footer .social-icons a:hover .iconify {
  color: rgba(255, 255, 255, 1);
}
.instablock .img {
  padding: 0.5rem 0;
}
.instablock .img img {
  border-radius: 10px;
}
.footerlinks ul li {
  text-transform: uppercase ;
  display: inline-block;
  position: relative;
}
.footerlinks ul li a{
  margin: 0 .7rem;
}
.footerlinks ul li:first-child a {
  margin-left: 0;
}
.footerlinks ul li:last-child a {
  margin-right: 0;
}
.footerlinks ul li:after {
  content: '|';  
}
.footerlinks ul li:last-child:after {
  display: none;
}
.copyright {
  text-align: center;
  padding: 1.5rem 0 .5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.copyright p {
  margin-bottom: 0;
}

/*[ Owl-Carousel ]*/

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: url(../img/preloader.gif) no-repeat center center
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-dot,
.owl-dots button,
.owl-nav .owl-next,
.owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.mega-menu-content .owl-carousel.owl-hidden {
  opacity: 1
}

.owl-carousel.owl-refresh .owl-item {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(../img/icons/play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale .1s ease;
  -o-transition: scale .1s ease;
  transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1
}

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, .2) !important;
  color: #666;
  background-color: #fff !important;
  font-size: 18px !important;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-carousel .owl-nav i,
.owl-carousel .owl-nav .iconify {
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0!important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #eee;
  background-color: rgba(0, 0, 0, .4);
  font-size: 28px;
  border-radius: 0 3px 3px 0
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px
}

.owl-carousel-full .owl-nav .owl-next,
.slider-element .owl-nav .owl-next {
  left: auto!important;
  right: 0!important;
  border-radius: 3px 0 0 3px
}

.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px
}

.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #F69320!important;
  color: #fff!important;
  text-decoration: none
}

.owl-carousel .owl-nav .disabled {
  display: none!important
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 30px 4px 0;
  opacity: .5;
  border-radius: 50%;
  background-color: #1abc9c;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1
}
/*Services Menu*/
.servicesmenu{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
}
.servicesmenu li {  
  margin-bottom: 1rem;
}
.servicesmenu li:last-child {
  margin-bottom: 0;
}
.servicesmenu li a{
  padding: .5rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #404a58;
  display: block;
  border: 1px solid #404a58;
  position: relative;
}
.servicesmenu li.current-menu-item a,
.servicesmenu li a:hover{
  background-color: #404a58;
  color: #fff;
}
/*FAQ*/
.faq-accordion .card {
  border: 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: .50rem 0;
}
.faq-accordion .card:last-child{
  border-bottom: 0;
}
.faq-accordion .card .card-header {
  border-bottom: 0;
  position: relative;
  background-color: transparent;
}
.faq-accordion .card .card-header h4 a {
  display: block;
  color: #080808;
}
.faq-accordion .card .card-header h4 a:not(.collapsed) {
  color: #ed1c24;
}
.faq-accordion .card .card-header .iconify {
  position: absolute;
  top: 15px;
  right: 20px;
  text-align: center;
  line-height: 24px;
  display: block!important;
  width: auto;
  font-size: 22px;
  transition: transform .3s ease;
}
.faq-accordion .card .card-header a:not(.collapsed) .iconify {
  transform: rotate(315deg) !important;
  color: #ed1c24;
}
/*Contact*/
.address-box {
  position: relative;
  border: 15px solid #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%); 
  margin-bottom: 1.5rem;
}
.address-box:last-child {
  margin-bottom: 0;
}
.address-box h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.address-text p, .contact-text p {
  padding-left: 1.5rem;
}
.address-text p .iconify, .contact-text p .iconify {
  position: absolute;
  left: 15px;
}
/*About US*/
.abouttext-block .about_points .block {
  border: 15px solid #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  margin-bottom: 1.5rem;
}
.abouttext-block .about_points .block .icon .iconify {
  background-color: #404a58;
  color: #fff;
  font-size: 3rem;
  padding: .5rem;
  border-radius: 50%;
}
.abouttext-block .about_points .block .point p:last-child {
  margin-bottom: 0;
}
.operateblocks .block {
  padding: 15px;
  border: 1px solid #fff;
  height: 100%;
}
.operateblocks .block p:last-child {
  margin-bottom: 0;
}
.howsignsmade-blocks .row:nth-child(even) div:first-child {
    order: 2;
}

/* Post */

.westmount_align_center {
	text-align:center;
}

.single_post_title {
padding: 150px 0 60px;
}

.listing_post_title {
padding: 150px 0 60px;
}

.post_blog_date {
	display:flex;
	column-gap:2em;
}

.post_side_bar .common_post_title {
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	color: #404a58;
}

.single_blog_content strong {
	letter-spacing: 1px;
	color: #404a58;
}

.side_bar_recent_item {
	font-size: 18px;
    border-bottom: solid 1px;
    padding: 0.5em 0;
}

.side_bar_recent_item a {
	color: #404a58;
}

.side_bar_search {
	margin-bottom:2em;
}

.post_side_bar #searchform input {
	width:70%;
	min-height:36px;
}

.post_side_bar #searchform #searchsubmit {
	width:20%;
	color: #fff;
    background-color: #404a58;
	font-weight:600;
	text-transform:uppercase;
}

.single_post_featured_image {
	margin-bottom:2em;
}

.single_post_featured_image img {
	width:100%;
}

.post_blog_meta_item .post-categories li a {
	color:#ed1c24;
}

.post_blog_meta_item .post-categories {
	width:85%;
	display:flex;
	flex-wrap:wrap;
	column-gap:1em;
}

.post_blog_meta_item .post_blog_category {
	width:15%;
}

.post_blog_category_container {
	display:flex;
}

.post_blog_tags a{
	background-color: #404a58;
    padding: 3px 10px 4px;
    border-radius: 3px;
    margin-inline: 0.5em;
    color: #fff;
}

.post_blog_tags a:hover{
    color: #777;
}

.side_bar_tags {
	background-color: #404a58;
    padding: 1em;
    min-height: 300px;
    border-radius: 2px;
}

.side_bar_tags p.common_post_title{
	color:#fff;
} 

.side_bar_tags a {
	color:#fff;
	margin-inline:.3em;
}

.side_bar_tags a:hover {
	color:#777;
}

.side_bar_tags a:nth-child(odd) {
	font-size:18px;
}

.light_text {
	color:#777;
}

.single_page_next_prev {
	background-color: #404a58;
    margin-top: 5em;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
}


.single_page_next_prev a {
	color:#fff;
}

.listing_blog_button {
    align-items: center;
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    display: inline-block;
	color: #fff;
    background-color: #404a58;
	margin: 2em 0;
	
}

.listing_blog_button:hover {
	color:#777;
}

.page-template-archive .listing_blog_wrapper {
	box-shadow: 0px 0px 10px 0px #404a58;
    margin-bottom: 3em;
	padding: 2em; 
}

.page-template-archive .listing_page_number_box {
	justify-content: center;
    display: flex;
    column-gap: 1em;
    font-size: 16px;
    font-weight: 600;
}

.menu-item-has-children {
	position:relative;
}

.icon_drop_down::after {
    content: "+";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 2em;
    font-style: normal;
	cursor:pointer;
}

.icon_drop_down_sub::after {
    content: "+";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 2em;
    font-style: normal;
	cursor:pointer;
}

/* Project Gallery Page */

.tab_button {
	background-color: #404a58;
    color: #fff;
    padding: 1em;
    cursor: pointer;
	transition:.5s;
	border:solid 1px #404a58;
}

.tab_button:hover {
	background-color: transparent;
    color: #404a58;
} 

.project_gallery_container {
	background-color: #f2f4f8;
    padding: 2em;
    box-shadow: 0px 5px 10px -5px;
	margin: 5em 0 2em;
}

.gallery_tab_content {
	grid-template-columns: repeat(4 , 1fr);
    column-gap: 1em;
    row-gap: 1em;
	display:grid;
}

.project_gallery_image img {
	min-height:200px;
	max-height:200px;
	object-fit:cover;
	margin:auto;
	width: 100%;
}

.project_gallery_image_title {
	font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 0.5em 0;
    margin-bottom: 0;
    background-color: #404a58;
}

.page-id-32649 .howsignsmade-blocks  img {
	width: 200px !important;
	display: block; 
	margin:auto;
}

.pad_t_200 {
	padding-top:200px !important;
}

#blogs .single_blog_content img{
	display:block ;
	margin-block:1em ;
}

#blogs .single_blog_content figure {
	width:100%;
}

.custom_align {
	text-align:left;
	list-style: inherit;
}

.testimonial_container {
    text-align: center;
    width: 100%;
    margin: 0 auto 4em 0;
    padding: 2em 1em 1em;
    border-radius: 6px;
    min-height: 300px;
    position: relative;
    z-index: 1;
    background-color: #f2f4f8;
	overflow:hidden;
}

.testimonial_container::after {
    background-color: #404a58;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
	z-index:-1;
}

.testimonial_container:hover::after {
	 transform: scaleX(1);
	transform-origin:left;
	
}

.testimonial_container:hover .testimonial_inner_name p , 
.testimonial_container:hover .testimonial_inner_title h4 ,
.testimonial_container:hover .testimonial_inner_desc p,
.testimonial_container:hover .testimonial_inner_deg {
	color:#fff;
}

.testimonial_container:hover .testimonial_inner_title h4::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 2px;
    width: 60%;
    background-color: #fff;
}

.testimonial_inner_desc p {
	transition:.5s;
}

.testimonial_inner_name p {
	font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
	color:#0e3178;
	transition:.5s;
}

.testimonial_inner_title h4 {
	font-size: 20px;
    font-weight: 600;
	position:relative;
	z-index:1;
	width:fit-content;
	margin:auto;
	padding-bottom:.5em;
	margin-bottom:1em;
	color:#404a58;
	transition:.5s;
}


.testimonial_inner_title h4::after {
	content:"";
	position:absolute;
	left:20%;
	bottom:0;
	height:2px;
	width:60%;
	background-color:#404a58;
}

.testimonial_inner_deg {
	opacity:.5;
	transition:.5s;
}
/* 
.testimonial_slider_sec .testimonial_container::after {
	display:none;
}

.testimonial_slider_sec .testimonial_container:hover .testimonial_inner_name p , 
.testimonial_slider_sec .testimonial_container:hover .testimonial_inner_title h4 ,
.testimonial_slider_sec .testimonial_container:hover .testimonial_inner_desc p,
.testimonial_slider_sec .testimonial_container:hover .testimonial_inner_deg {
	color:inherit;
}

.testimonial_slider_sec .testimonial_container {
	display: grid;
	align-content: center;
	background-color:transparent;
	margin:auto;
	width:90%;
}

.testimonial_button {
	text-align:center;
}

.testimonial_inner_desc {
	position:relative;
	z-index:1;
}

.testimonial_inner_desc::before {
	content:"\f10d";
	position:absolute;
	left:-1em;
	top:-1em;
	width:50px;
	height:50px;
	font-size:26px;
	opacity:.3;
	font-family:'fontawesome';
}

.testimonial_inner_desc::after {
	content:"\f10e";
	position:absolute;
	right:-1em;
	bottom:-1em;
	width:50px;
	height:50px;
	font-size:26px;
	font-family:'fontawesome';
	opacity:.3;
}

.testimonial_slider_sec .testimonial_container:hover .testimonial_inner_title h4::after {background-color:#404a58;}

.testimonial_slider_sec .owl-carousel .owl-prev:hover , .testimonial_slider_sec .owl-carousel .owl-next:hover {
	background-color:#404a58 !important;
} */


#about .testimonial_inner_title h4 , #about .team-blocks .block .text {
	color:#fff;
}

#about .team-blocks .block .text h5 {
 	color: #ccc;
}

#about .testimonial_inner_deg {
	color:#fff;
}

#about .owl-nav .owl-prev , #about .owl-nav .owl-next{
	background-color:transparent !important;
	color:#fff;
	border: solid 2px #fff !important;
}

#about .owl-nav .owl-prev:hover , #about .owl-nav .owl-next:hover {
	background-color:#fff !important;
	color:#333 !important;
}

#about .team-blocks .block {
	background-color:transparent;
}

.bottom_line {
	position:relative;
}

.bottom_line::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 45%;
    width: 10%;
    height: 2px;
    background-color: #fff;
    z-index: 1;
}

/* Tab Layout */
@media (max-width: 1024px) {
	.gallery_tab_content {
		grid-template-columns: repeat(2 , 1fr);
	}
}

/* mobile Layout */
@media (max-width: 479px) {
	.gm-container{
		padding: 0px !important;
	}
	.gm-menu-btn__inner, .gm-burger {
    	background: #fff !important;
    	padding: 10px !important;
    	margin: -25px 0 0 0 !important;
	}
	
	.gallery_tab_content {
		grid-template-columns: repeat(1 , 1fr);
		row-gap: 3em;
	}
	
	.pre-header .header-contact-text {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: row;
		column-gap: 0.5rem;
		row-gap: 0.5em;
		margin-bottom: 1em;
		width: 100%;
	}
	
	.section-title .smallheading {
		padding-top:1em;
	}
	
	.section-title .smallheading:after {
		top:70%;	
	}
	
	.innerbanner {
		padding: 200px 0 60px;
	}
	
	.services-blocks .block .img img {
		border-radius: 10px;
		width: 100%;
		min-height: 250px;
		max-height: 250px;
		object-fit: cover;
	}
	
	.gallery_custom_col {
    	width: 45%;
    	margin: auto;
	}
	
	.westmount_row_reverse {
		flex-direction:column-reverse;
	}
	
	.single-services  .gallery-block {
		padding-bottom:3em;
	}
	
	.tab_button_list  {
		column-gap: 0.5em;
    	row-gap: 1em;
	}
	
	.text h4 {
		padding-top:10px;
	}
	
	.section-title h2 {
		padding-top:10px;
	}
	
	.page-template-archive .heading-font {
		font-size:1.6em;
	}
	
	.post_blog_meta_item .post-categories {
		width: 100%;
	}
	
	.post_blog_meta_item .post_blog_category {
   	 	width: 100%;
	}
	
	.post_blog_category_container {
    	display: block;
	}
	
	.post_blog_tags {
		row-gap: 1em;
		display: flex;
		flex-wrap: wrap;
	}
	
	.address-blocks .contact-form {
		padding-top:2em;
	}
	
	.testimonial_container {
		width:100%;
	}
	
	.bottom_line::after {
    right: 40%;
    width: 20%;
	}
	
}

.listing_thumb img
	{
		width: 100%;
		padding:10px 0;
}
#client .logo-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
	    transition: all 0.4s ease-in;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #ddd;
}


.wm-menu-board-image {
	display:flex;
	flex-wrap:wrap;
}

.wm-menu-board-image img {
    margin-inline: 15px;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}

.contactus-button {
    border-radius: 3px;
    border: solid 1px black;
    font-family: "cooper black", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 17px;
    color: black;
    width: 200px;
	padding: 8px;
	text-align:center;
}

.contactus-button:hover {
    background: black;
}

.contactus-button:hover a {
	color:#fff;
}







