@charset "UTF-8";
/* line 2, ../sass/layout/_header.scss */
*,
html,
body {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

/* line 10, ../sass/layout/_header.scss */
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 16, ../sass/layout/_header.scss */
::selection,
::-moz-selection {
  background: #C43131;
  color: #fff;
  text-shadow: none;
}

/* line 30, ../sass/layout/_header.scss */
html,
body {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 37, ../sass/layout/_header.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /*  font-family: "Oswald", sans-serif;*/
}

/* line 49, ../sass/layout/_header.scss */
body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

/* line 66, ../sass/layout/_header.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

/* line 77, ../sass/layout/_header.scss */
h1 {
  font-size: 52px;
  line-height: 70px;
}

/* line 81, ../sass/layout/_header.scss */
h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: none;
  line-height: 50px;
  padding-bottom: 25px;
}

/* line 88, ../sass/layout/_header.scss */
h3 {
  font-size: 28px;
  line-height: 30px;
}

/* line 92, ../sass/layout/_header.scss */
h4 {
  font-size: 18px;
  line-height: 24px;
}

/* line 96, ../sass/layout/_header.scss */
h5 {
  font-size: 16px;
  line-height: 25px;
}

/* line 100, ../sass/layout/_header.scss */
h6 {
  font-size: 14px;
  line-height: 25px;
}

/* line 104, ../sass/layout/_header.scss */
img {
  border: 0;
  max-width: 100%;
}

/* line 108, ../sass/layout/_header.scss */
p {
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  font-weight: 300;
  margin: 0 0 20px;
}

/* line 115, ../sass/layout/_header.scss */
a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* line 122, ../sass/layout/_header.scss */
a:hover {
  text-decoration: none;
}
/* line 126, ../sass/layout/_header.scss */
a:focus {
  outline: none;
}

/* line 131, ../sass/layout/_header.scss */
input,
textarea,
select,
option,
button {
  outline: none;
  /*    -moz-appearance: auto;
      -webkit-appearance: auto;
      appearance: auto;*/
  border: none;
}

/* line 143, ../sass/layout/_header.scss */
input[type='submit'],
button {
  cursor: pointer;
}

/* line 148, ../sass/layout/_header.scss */
input:focus,
button:focus {
  outline: none;
}

/* line 153, ../sass/layout/_header.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 158, ../sass/layout/_header.scss */
select:focus {
  outline: -1px solid white !important;
  outline-offset: -2px !important;
}
/* line 163, ../sass/layout/_header.scss */
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}

/* line 170, ../sass/layout/_header.scss */
#access {
  display: block;
}
/* line 172, ../sass/layout/_header.scss */
#access ul {
  margin: 0;
}
@media (max-width: 1040px) {
  /* line 172, ../sass/layout/_header.scss */
  #access ul {
    margin: 0 15px 0 0;
  }
}
/* line 179, ../sass/layout/_header.scss */
#access ul li:hover > ul {
  display: block;
}
/* line 182, ../sass/layout/_header.scss */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff;
}
/* line 188, ../sass/layout/_header.scss */
#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a {
  color: #fff;
}
/* line 195, ../sass/layout/_header.scss */
#access ul li:last-child {
  background: none;
}
/* line 197, ../sass/layout/_header.scss */
#access ul ul {
  /*  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
      -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
  display: none;
  position: absolute;
  top: 38px;
  left: 20px;
  float: left;
  width: 180px;
  z-index: 99999;
}
/* line 209, ../sass/layout/_header.scss */
#access ul ul li {
  min-width: 180px;
  padding: 0 0px;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
}
/* line 216, ../sass/layout/_header.scss */
#access ul ul ul {
  left: 100%;
  top: 0;
}
/* line 220, ../sass/layout/_header.scss */
#access ul ul a {
  background: #f9fafe;
  line-height: 1em;
  padding: 10px;
  width: 180px;
  height: auto;
  font-size: 12px;
}
/* line 228, ../sass/layout/_header.scss */
#access ul ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #e53935, #5b3869);
  background-size: 200% auto;
  transition: all .5s;
  transform: translateX(-100%);
}
/* line 242, ../sass/layout/_header.scss */
#access ul ul:hover > a {
  background: #00FF00;
  padding: 0px 10px;
  color: #fff;
}

/* line 250, ../sass/layout/_header.scss */
#access ul
#access ul ul
#access ul ul
#access ul ul
#access ul ul
#access ul
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff;
}

/* line 269, ../sass/layout/_header.scss */
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color: #fff;
}

/* line 277, ../sass/layout/_header.scss */
#access ul li:last-child {
  background: none;
}

/*====================Menu Section 09-10-25====================*/
/* line 281, ../sass/layout/_header.scss */
.sticky-nav .navstickyarea {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: .5s;
  background: #cfd9ed;
  z-index: 9999;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}
@media (max-width: 991px) {
  /* line 281, ../sass/layout/_header.scss */
  .sticky-nav .navstickyarea {
    position: relative !important;
    background: transparent;
    box-shadow: none;
  }
}

/*start sub menu*/
/* line 305, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu {
  height: auto;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;
  top: 60px;
  transition: .5s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 9px 14px 15px;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.4s ease-in-out;
}

/* line 323, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu ul li {
  display: block;
  transition: .5s;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}

/* line 329, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu ul li:hover {
  border-color: #7e1216;
}

/* line 332, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu ul li:last-child {
  border-bottom: none;
}

/* line 335, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu ul li a {
  position: relative;
  color: #000000 !important;
  margin: 10px 8px 9px 12px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  display: inline-block;
  z-index: 2;
  padding: 0;
  width: 180px;
  right: 0;
}

/* line 349, ../sass/layout/_header.scss */
.itsoft_menu ul {
  display: inline-block;
  margin: 0;
}

/* line 353, ../sass/layout/_header.scss */
.itsoft_menu ul li {
  list-style: none;
  display: inline;
  position: relative;
}

/* line 358, ../sass/layout/_header.scss */
.itsoft_menu ul li a {
  display: inline-block;
  font-size: 17px;
  padding: 35px 17px;
  text-transform: capitalize;
  transition: .5s;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
}

/* line 370, ../sass/layout/_header.scss */
.itsoft_menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
  transform: scaleY(1);
}

/* line 378, ../sass/layout/_header.scss */
.sub-menu ul li a {
  padding: 0;
}

/* line 381, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu ul li a:hover {
  color: #7e1216 !important;
}

/* line 385, ../sass/layout/_header.scss */
.header-area.style-two .sub-menu ul li:before {
  display: none;
}

/* line 388, ../sass/layout/_header.scss */
.sticky-nav.header-area .sub-menu ul li a:hover {
  color: #fb239a;
}

/* line 391, ../sass/layout/_header.scss */
.itsoft_menu .sub-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
}

/* line 397, ../sass/layout/_header.scss */
.mobile-menu.mean-container {
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 0px;
  left: 0;
}

/* line 404, ../sass/layout/_header.scss */
html {
  scroll-behavior: smooth;
}

/* line 408, ../sass/layout/_header.scss */
a.meanmenu-reveal {
  color: #fff;
}

/* line 411, ../sass/layout/_header.scss */
a.meanmenu-reveal {
  background: linear-gradient(to right, #e53935, #5b3869);
  width: 36px;
  height: 30px;
  padding: 5px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  float: right;
}

/* line 430, ../sass/layout/_header.scss */
a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

/* line 436, ../sass/layout/_header.scss */
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
}

@media (max-width: 991px) {
  /* line 448, ../sass/layout/_header.scss */
  .itsoft_menu {
    display: none;
  }

  /* line 451, ../sass/layout/_header.scss */
  .headerarea .header_navarea .phoneno_area {
    display: none !important;
  }
}
/*  
&::before { content: ''; display: block; clear: both;}
&::after { content: ''; display: block; clear: both; }
*/
/* line 1, ../sass/layout/_meanmenu.scss */
a.meanmenu-reveal {
  display: none;
}

/* line 5, ../sass/layout/_meanmenu.scss */
.mean-container .mean-bar {
  /*    background: #7e1216;*/
  float: left;
  min-height: 60px;
  padding: 4px 0 0;
  position: relative;
  width: 100%;
  z-index: 999999;
}

/* line 14, ../sass/layout/_meanmenu.scss */
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  float: right;
  margin-right: 15px;
}

/* line 33, ../sass/layout/_meanmenu.scss */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

/* line 39, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 28px;
}

/* line 45, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

/* line 51, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
}

/* line 58, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666666;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
}

/* line 72, ../sass/layout/_meanmenu.scss */
.mobile-menu-area {
  background: #262626;
}

/* line 75, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}

/* line 86, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 90, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

/* line 94, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

/* line 98, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

/* line 102, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #f47e1e;
}

/* line 106, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 15px;
  margin-top: 1px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  background: #f8f8f8;
}

/* line 121, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}

/* line 124, ../sass/layout/_meanmenu.scss */
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 131, ../sass/layout/_meanmenu.scss */
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 136, ../sass/layout/_meanmenu.scss */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 142, ../sass/layout/_meanmenu.scss */
.mean-remove {
  display: none !important;
}

/* line 145, ../sass/layout/_meanmenu.scss */
.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
}

/* -------------------------------
39. Mobile menu
----------------------------------*/
/* line 157, ../sass/layout/_meanmenu.scss */
.mean-container .mean-bar::after {
  display: none;
}

/* line 160, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a:hover {
  color: #0762f8;
  border-radius: 0;
}

/* line 164, ../sass/layout/_meanmenu.scss */
.mean-container a.meanmenu-reveal span {
  background: #fff;
}

/* line 167, ../sass/layout/_meanmenu.scss */
.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
}

/* line 170, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a {
  background: #fff;
  color: #444;
  display: block;
}

/* line 175, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}

/* line 179, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}

/* line 182, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li {
  background: #444;
}

/* line 185, ../sass/layout/_meanmenu.scss */
.mean-container .mean-nav ul li li a {
  color: #000000;
  opacity: 0.9;
  border-top: 0;
}

/* line 190, ../sass/layout/_meanmenu.scss */
.mean-container a.meanmenu-reveal {
  color: #fff;
}

/* line 193, ../sass/layout/_meanmenu.scss */
.meanmenu-reveal.meanclose:hover {
  color: #fff !important;
}

/* line 196, ../sass/layout/_meanmenu.scss */
.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}

/*.mean-container .mean-bar::before {
  color: #fff;
  content: "UEG printing";
  font-size: 22px;
  font-weight: 800;
  left: 10px;
  position: absolute;
  top: 18px;
}*/
/* line 4, ../sass/layout/_footer.scss */
footer {
  background: url(../images/footerBg.png) no-repeat 50% 0;
  padding: 137px 0 65px;
  background-size: 100% 100%;
  margin-top: -60px;
}
@media (max-width: 575px) {
  /* line 4, ../sass/layout/_footer.scss */
  footer {
    background-size: cover;
    padding: 80px 0 35px;
    background-position: 0;
  }
}
@media (max-width: 575px) {
  /* line 16, ../sass/layout/_footer.scss */
  footer .o-footertop-section {
    padding: 0 15px;
  }
}
/* line 22, ../sass/layout/_footer.scss */
footer .o-footertop-section h3 {
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1040px) {
  /* line 22, ../sass/layout/_footer.scss */
  footer .o-footertop-section h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  /* line 22, ../sass/layout/_footer.scss */
  footer .o-footertop-section h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
/* line 40, ../sass/layout/_footer.scss */
footer .o-footertop-section .line {
  width: 103px;
  height: 2px;
  background: #da8e97;
  margin: 0px auto 50px;
}
/* line 46, ../sass/layout/_footer.scss */
footer .o-footertop-section .subscribe-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  padding: 4px;
}
/* line 57, ../sass/layout/_footer.scss */
footer .o-footertop-section .subscribe-box input {
  flex: 1;
  padding: 15px 20px 15px 40px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 35px 0 0 35px;
  color: #7a7a7a;
}
@media (max-width: 575px) {
  /* line 57, ../sass/layout/_footer.scss */
  footer .o-footertop-section .subscribe-box input {
    padding: 6px 10px 6px 20px;
  }
}
/* line 72, ../sass/layout/_footer.scss */
footer .o-footertop-section .subscribe-box button {
  padding: 18px 44px;
  border: none;
  background: linear-gradient(to right, #e53935, #5b3869);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 35px 35px 0;
  text-transform: uppercase;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 575px) {
  /* line 72, ../sass/layout/_footer.scss */
  footer .o-footertop-section .subscribe-box button {
    padding: 8px 15px;
    font-size: 14px;
  }
}
/* line 90, ../sass/layout/_footer.scss */
footer .o-footertop-section .subscribe-box button:hover {
  background: linear-gradient(to right, #5b3869, #e53935);
}
/* line 96, ../sass/layout/_footer.scss */
footer .o-footertop-section p {
  margin-top: 10px;
  font-size: 14px;
  color: #f5f5f5;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 575px) {
  /* line 96, ../sass/layout/_footer.scss */
  footer .o-footertop-section p {
    font-size: 12px;
  }
}
/* line 107, ../sass/layout/_footer.scss */
footer .o-footertop-section p a {
  color: #fff;
  text-decoration: underline;
}
/* line 114, ../sass/layout/_footer.scss */
footer .o-footerbottom-section {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 65px auto 0;
  padding-top: 60px;
  border-top: 1px solid #be3847;
}
@media (max-width: 575px) {
  /* line 114, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section {
    margin: 30px auto 0;
    padding-top: 20px;
    flex-wrap: wrap;
  }
}
/* line 128, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-logo img {
  width: 150px;
  margin-bottom: 20px;
}
/* line 133, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column {
  width: 18%;
  margin: 10px;
}
@media (max-width: 575px) {
  /* line 133, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .footer-column {
    min-width: 100% !important;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    text-align: center;
  }
}
/* line 145, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column.googlemaparea {
  width: 40%;
  padding-top: 5px;
}
@media (max-width: 575px) {
  /* line 145, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .footer-column.googlemaparea {
    width: 100%;
    margin: 20px 0;
  }
}
/* line 154, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column.googlemaparea iframe {
  width: 100%;
  display: block;
  border: 1px solid #fff !important;
  height: 100% !important;
}
@media (max-width: 575px) {
  /* line 154, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .footer-column.googlemaparea iframe {
    height: 300px !important;
  }
}
@media (max-width: 1040px) {
  /* line 133, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .footer-column {
    min-width: 150px;
  }
}
/* line 171, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
/* line 177, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 183, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column ul li {
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  /* line 183, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .footer-column ul li {
    margin-bottom: 0px;
  }
}
/* line 191, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 400;
  line-height: 27px;
}
/* line 200, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .footer-column ul li a:hover {
  text-decoration: underline;
}
/* line 205, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .contact-info h3 {
  margin: 0;
}
@media (max-width: 575px) {
  /* line 205, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .contact-info h3 {
    margin: 0 0 15px;
  }
}
/* line 211, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .contact-info p {
  margin: 0px 0 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
/* line 219, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .social-icons {
  margin-top: 15px;
}
/* line 223, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #b0101c;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 1040px) {
  /* line 223, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .social-icons a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  /* line 223, ../sass/layout/_footer.scss */
  footer .o-footerbottom-section .social-icons a {
    margin-right: 1px;
  }
}
/* line 248, ../sass/layout/_footer.scss */
footer .o-footerbottom-section .social-icons a:hover {
  background: #3b003b;
  color: #fff;
}
/* line 255, ../sass/layout/_footer.scss */
footer .footer-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 40px;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #be3847;
}
@media (max-width: 575px) {
  /* line 255, ../sass/layout/_footer.scss */
  footer .footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/* line 271, ../sass/layout/_footer.scss */
.contact_from {
  padding: 0px 0 0px;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 271, ../sass/layout/_footer.scss */
  .contact_from {
    max-width: 550px;
  }
}
/* line 280, ../sass/layout/_footer.scss */
.contact_from .form-title {
  color: #fff;
  margin-bottom: 8px;
}
/* line 283, ../sass/layout/_footer.scss */
.contact_from .form-title span {
  color: #fff;
}
/* line 287, ../sass/layout/_footer.scss */
.contact_from .form_box {
  margin-bottom: 20px !important;
}
/* line 290, ../sass/layout/_footer.scss */
.contact_from input {
  border: 1px solid #d1d1d1;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 16px;
}
/* line 299, ../sass/layout/_footer.scss */
.contact_from textarea {
  resize: none;
}
/* line 303, ../sass/layout/_footer.scss */
.contact_from .quote_btn.text_center {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 309, ../sass/layout/_footer.scss */
.contact_from button.btn {
  border: 2px solid #fff;
  display: block;
  width: 190px;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  box-shadow: 0 5px 10px #0000004f;
  padding: 0;
  color: #fff !important;
  margin: 15px auto 0;
  float: none;
}

@keyframes gradient-89 {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
/* line 7, ../sass/pages/_home.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 12, ../sass/pages/_home.scss */
.container::before {
  content: '';
  display: block;
  clear: both;
}
/* line 13, ../sass/pages/_home.scss */
.container::after {
  content: '';
  display: block;
  clear: both;
}

/* line 17, ../sass/pages/_home.scss */
.headerarea {
  background: url(../images/mainbannerBg.png) no-repeat center 0;
  min-height: 870px;
  padding: 21px 0 0;
}
@media (max-width: 1040px) {
  /* line 17, ../sass/pages/_home.scss */
  .headerarea {
    background: url(../images/mainbannerBg-ipad.png) no-repeat center 0;
    background-size: 100%;
    min-height: 760px;
  }
}
@media (max-width: 991px) {
  /* line 17, ../sass/pages/_home.scss */
  .headerarea {
    background: url(../images/mainbannerBg-ipad-portrait.png) no-repeat center 0;
    background-size: 100%;
    min-height: 680px;
  }
}
@media (max-width: 575px) {
  /* line 17, ../sass/pages/_home.scss */
  .headerarea {
    background: url(../images/mainbannerBg-mobile.png) no-repeat center 0;
    background-size: 100%;
    min-height: auto;
  }
}
/* line 38, ../sass/pages/_home.scss */
.headerarea .header_navarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  /* line 38, ../sass/pages/_home.scss */
  .headerarea .header_navarea {
    padding: 0 15px;
  }
}
/* line 49, ../sass/pages/_home.scss */
.headerarea .header_navarea .logoarea {
  width: 236px;
}
@media (max-width: 1040px) {
  /* line 49, ../sass/pages/_home.scss */
  .headerarea .header_navarea .logoarea {
    width: 200px;
  }
}
/* line 56, ../sass/pages/_home.scss */
.headerarea .header_navarea .navarea ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 80px;
  display: flex;
}
/* line 62, ../sass/pages/_home.scss */
.headerarea .header_navarea .navarea ul li {
  text-transform: uppercase;
  padding: 0 21px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1040px) {
  /* line 62, ../sass/pages/_home.scss */
  .headerarea .header_navarea .navarea ul li {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /* line 62, ../sass/pages/_home.scss */
  .headerarea .header_navarea .navarea ul li {
    padding: 0 10px;
    font-size: 12px;
  }
}
/* line 78, ../sass/pages/_home.scss */
.headerarea .header_navarea .navarea ul li a {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 40px;
  overflow: hidden;
}
/* line 86, ../sass/pages/_home.scss */
.headerarea .header_navarea .navarea ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #e53935, #5b3869);
  background-size: 200% auto;
  transition: all .5s;
  transform: translateX(-100%);
}
/* line 99, ../sass/pages/_home.scss */
.headerarea .header_navarea .navarea ul li a:hover {
  color: #d4393b;
  text-decoration: none;
}
/* line 103, ../sass/pages/_home.scss */
.headerarea .header_navarea .navarea ul li a:hover::after {
  transform: translateX(0%);
  animation: gradient-89 3s linear infinite;
}
/* line 112, ../sass/pages/_home.scss */
.headerarea .header_navarea .phoneno_area {
  background: #e53935;
  background: linear-gradient(to right, #e53935, #5b3869);
  color: #fff;
  display: block;
  width: 165px;
  font-size: 15px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  box-shadow: 0 5px 10px #0000004f;
}
@media (max-width: 1040px) {
  /* line 112, ../sass/pages/_home.scss */
  .headerarea .header_navarea .phoneno_area {
    font-size: 14px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  /* line 112, ../sass/pages/_home.scss */
  .headerarea .header_navarea .phoneno_area {
    font-size: 12px;
    width: 130px;
  }
}
/* line 137, ../sass/pages/_home.scss */
.headerarea .header_navarea .phoneno_area:hover {
  background: linear-gradient(to right, #5b3869, #e53935);
}

/* line 143, ../sass/pages/_home.scss */
.getstartedbtn {
  background: #e53935;
  background: linear-gradient(to right, #e53935, #5b3869);
  color: #fff;
  display: block;
  width: 255px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 48px;
  height: 60px;
  line-height: 60px;
  border-radius: 32px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: relative;
  margin-top: 40px;
  box-shadow: 0 5px 10px #0000004f;
}
@media (max-width: 575px) {
  /* line 143, ../sass/pages/_home.scss */
  .getstartedbtn {
    margin-top: 20px;
  }
}
/* line 167, ../sass/pages/_home.scss */
.getstartedbtn:after {
  content: '';
  background: url(../images/getarrow.png) no-repeat 90% 50%;
  width: 18px;
  height: 13px;
  position: absolute;
  right: 40px;
  top: 24px;
}
/* line 176, ../sass/pages/_home.scss */
.getstartedbtn:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #5b3869, #e53935);
}

/* line 182, ../sass/pages/_home.scss */
.bannararea_cont {
  padding: 60px 0 0;
  max-width: 700px;
}
@media (max-width: 575px) {
  /* line 182, ../sass/pages/_home.scss */
  .bannararea_cont {
    padding: 210px 0 0;
  }
}
/* line 190, ../sass/pages/_home.scss */
.bannararea_cont h1 {
  font-size: 52px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 72px;
  color: #000000;
  padding: 0;
  margin: 0 0 24px;
}
@media (max-width: 1040px) {
  /* line 190, ../sass/pages/_home.scss */
  .bannararea_cont h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  /* line 190, ../sass/pages/_home.scss */
  .bannararea_cont h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
/* line 209, ../sass/pages/_home.scss */
.bannararea_cont .years30Bg {
  background: url(../images/years30Bg.png) no-repeat 0 0;
  width: 269px;
  height: 101px;
  color: #ca2520;
  font-size: 40px;
  margin: 40px 0 0;
  padding: 15px 30px 0;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 209, ../sass/pages/_home.scss */
  .bannararea_cont .years30Bg {
    padding: 15px 30px 0;
  }
}
/* line 226, ../sass/pages/_home.scss */
.bannararea_cont .years30Bg span {
  color: #333333;
  font-size: 20px;
  display: block;
  font-weight: 600;
}

/* line 237, ../sass/pages/_home.scss */
.howworks_poly {
  background: #eef1f9;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 100% 100%);
  height: 100px;
  padding: 50px 50px;
  color: #000;
  display: none;
}

/* line 246, ../sass/pages/_home.scss */
.o-howworks_wrapper {
  color: #333333;
  font-size: 16px;
  margin-top: -100px;
  background: url(../images/worksBg.png) no-repeat -250px 30%;
}
@media (min-width: 1450px) {
  /* line 246, ../sass/pages/_home.scss */
  .o-howworks_wrapper {
    background: url(../images/worksBg.png) no-repeat 0 25%;
  }
}
@media (max-width: 575px) {
  /* line 246, ../sass/pages/_home.scss */
  .o-howworks_wrapper {
    margin-top: 50px;
  }
}
/* line 261, ../sass/pages/_home.scss */
.o-howworks_wrapper h2 {
  color: #000000;
  font-size: 46px;
  line-height: 64px;
  padding: 0px;
  margin: 00px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 261, ../sass/pages/_home.scss */
  .o-howworks_wrapper h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
/* line 275, ../sass/pages/_home.scss */
.o-howworks_wrapper h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #010089;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
/* line 284, ../sass/pages/_home.scss */
.o-howworks_wrapper p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  padding: 0 50px;
}
/* line 294, ../sass/pages/_home.scss */
.o-howworks_wrapper .o-howworks_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  /* line 294, ../sass/pages/_home.scss */
  .o-howworks_wrapper .o-howworks_area {
    flex-wrap: wrap;
  }
}
/* line 304, ../sass/pages/_home.scss */
.o-howworks_wrapper .o-howworks_area h4 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
/* line 312, ../sass/pages/_home.scss */
.o-howworks_wrapper .o-howworks_area p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: left;
  margin-bottom: 25px;
  padding: 0 0px;
}
/* line 323, ../sass/pages/_home.scss */
.o-howworks_wrapper .howworks_content {
  width: 46%;
}
@media (max-width: 575px) {
  /* line 323, ../sass/pages/_home.scss */
  .o-howworks_wrapper .howworks_content {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
}
/* line 333, ../sass/pages/_home.scss */
.o-howworks_wrapper .howworks_content p:last-child {
  margin-bottom: 40px;
}
/* line 338, ../sass/pages/_home.scss */
.o-howworks_wrapper .howworks_imgarea {
  width: 44%;
}
@media (max-width: 575px) {
  /* line 338, ../sass/pages/_home.scss */
  .o-howworks_wrapper .howworks_imgarea {
    order: 1;
    width: 100%;
  }
}

/* line 358, ../sass/pages/_home.scss */
.btn {
  background: #e53935;
  background: linear-gradient(to right, #e53935, #5b3869);
  color: #fff;
  display: block;
  width: 165px;
  font-size: 15px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 5px 10px #0000004f;
}
/* line 372, ../sass/pages/_home.scss */
.btn:hover {
  background: linear-gradient(to right, #5b3869, #e53935);
}

/* line 377, ../sass/pages/_home.scss */
.o-interest-area {
  overflow: hidden;
  background: #030434 url(../images/interestedBg.jpg) no-repeat 100% 0;
  position: relative;
  padding: 0;
}
@media (max-width: 575px) {
  /* line 377, ../sass/pages/_home.scss */
  .o-interest-area {
    background: #022e54 url(../images/interestedBg.jpg) no-repeat 100% 0;
    padding: 0 0 60px;
    background-size: cover;
  }
}
/* line 389, ../sass/pages/_home.scss */
.o-interest-area .gap {
  padding-bottom: 0px;
  height: 695px;
  box-sizing: border-box;
}
@media (max-width: 1040px) {
  /* line 389, ../sass/pages/_home.scss */
  .o-interest-area .gap {
    height: 600px;
  }
}
@media (max-width: 575px) {
  /* line 389, ../sass/pages/_home.scss */
  .o-interest-area .gap {
    height: auto;
  }
}
/* line 401, ../sass/pages/_home.scss */
.o-interest-area .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 695px;
  z-index: 1;
  padding: 0;
  background-size: cover !important;
  text-align: center;
}
@media (min-width: 2400px) {
  /* line 401, ../sass/pages/_home.scss */
  .o-interest-area .bgimg {
    width: 44%;
    background-color: #fff !important;
    background-size: 70% !important;
    background-position: 50% 50% !important;
  }
}
@media (max-width: 1380px) {
  /* line 401, ../sass/pages/_home.scss */
  .o-interest-area .bgimg {
    width: 44%;
    background-color: #fff !important;
    background-size: 100% !important;
    background-position: 50% 50% !important;
  }
}
@media (max-width: 1040px) {
  /* line 401, ../sass/pages/_home.scss */
  .o-interest-area .bgimg {
    width: 50%;
    background-color: #fff !important;
    background-size: 90% !important;
    background-position: 50% 30% !important;
  }
}
@media (max-width: 575px) {
  /* line 401, ../sass/pages/_home.scss */
  .o-interest-area .bgimg {
    width: 100%;
    height: 365px;
  }
}
/* line 439, ../sass/pages/_home.scss */
.o-interest-area .storyarea {
  width: 52%;
  float: right;
  padding-top: 150px;
}
@media (max-width: 1040px) {
  /* line 439, ../sass/pages/_home.scss */
  .o-interest-area .storyarea {
    width: 46%;
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  /* line 439, ../sass/pages/_home.scss */
  .o-interest-area .storyarea {
    padding-top: 410px;
    width: 100%;
  }
}
/* line 453, ../sass/pages/_home.scss */
.o-interest-area h2 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  margin: 00px;
  font-weight: 500;
  text-align: center;
}
/* line 462, ../sass/pages/_home.scss */
.o-interest-area h3 {
  font-size: 46px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 1040px) {
  /* line 462, ../sass/pages/_home.scss */
  .o-interest-area h3 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  /* line 462, ../sass/pages/_home.scss */
  .o-interest-area h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 478, ../sass/pages/_home.scss */
.o-interest-area .interest_boxarea {
  gap: 36px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1040px) {
  /* line 478, ../sass/pages/_home.scss */
  .o-interest-area .interest_boxarea {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  /* line 478, ../sass/pages/_home.scss */
  .o-interest-area .interest_boxarea {
    gap: 15px;
  }
}
/* line 490, ../sass/pages/_home.scss */
.o-interest-area .interest_boxarea .interest_box {
  width: 320px;
  text-align: center;
  margin: 0px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px #000;
  transition: transform 0.2s ease;
}
@media (max-width: 575px) {
  /* line 490, ../sass/pages/_home.scss */
  .o-interest-area .interest_boxarea .interest_box {
    width: 100%;
    padding: 15px 15px;
  }
}
/* line 506, ../sass/pages/_home.scss */
.o-interest-area .interest_boxarea .interest_box .interest_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  margin: 0 auto 20px;
  background: #ececec;
  text-align: center;
  border-radius: 100%;
  line-height: 108px;
}
/* line 519, ../sass/pages/_home.scss */
.o-interest-area .interest_boxarea .interest_box h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1040px) {
  /* line 519, ../sass/pages/_home.scss */
  .o-interest-area .interest_boxarea .interest_box h4 {
    font-size: 12px;
    line-height: 18px;
  }
}
/* line 531, ../sass/pages/_home.scss */
.o-interest-area .interest_boxarea .interest_box a.textlink {
  display: inline-block;
  margin: 0 auto;
  color: #cd251e;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  background: url(../images/arrow.svg) no-repeat 100% 50%;
  padding-right: 60px;
}
@media (max-width: 1040px) {
  /* line 531, ../sass/pages/_home.scss */
  .o-interest-area .interest_boxarea .interest_box a.textlink {
    padding-right: 30px;
    font-size: 14px;
  }
}

/* line 553, ../sass/pages/_home.scss */
.o-testimonial-wrapper {
  background: url(../images/successBg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 94px 0  224px;
}
@media (max-width: 575px) {
  /* line 553, ../sass/pages/_home.scss */
  .o-testimonial-wrapper {
    background-size: cover;
    padding: 64px 0 170px;
  }
}
/* line 563, ../sass/pages/_home.scss */
.o-testimonial-wrapper h2 {
  color: #000000;
  font-size: 46px;
  line-height: 64px;
  padding: 0px;
  margin: 00px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 563, ../sass/pages/_home.scss */
  .o-testimonial-wrapper h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
/* line 577, ../sass/pages/_home.scss */
.o-testimonial-wrapper h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #010089;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
/* line 585, ../sass/pages/_home.scss */
.o-testimonial-wrapper p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
/* line 595, ../sass/pages/_home.scss */
.o-testimonial-wrapper .testimonial-container {
  padding: 0px 0 0px;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  /* line 595, ../sass/pages/_home.scss */
  .o-testimonial-wrapper .testimonial-container {
    max-width: 1516px;
  }
}
/* line 604, ../sass/pages/_home.scss */
.o-testimonial-wrapper .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 95px 0 40px;
}
@media (max-width: 575px) {
  /* line 604, ../sass/pages/_home.scss */
  .o-testimonial-wrapper .slick-list {
    padding: 50px 0 40px;
  }
}
/* line 615, ../sass/pages/_home.scss */
.o-testimonial-wrapper .slick-dots li {
  width: 21px;
  height: 21px;
  border: 1px solid #aaaaaa;
  background: #aaaaaa;
}
/* line 622, ../sass/pages/_home.scss */
.o-testimonial-wrapper .slick-dots li.slick-active {
  border: 1px solid #b51d2e;
  background: #b51d2e;
}
/* line 627, ../sass/pages/_home.scss */
.o-testimonial-wrapper .slick-dots li button {
  width: 21px;
  height: 21px;
}
/* line 631, ../sass/pages/_home.scss */
.o-testimonial-wrapper .slick-dots li button:before {
  width: 21px;
  height: 21px;
}
/* line 638, ../sass/pages/_home.scss */
.o-testimonial-wrapper .testimonial-card {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  width: 480px;
  margin: 0 18px;
  min-height: 350px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  border: 2px solid #c2c2c2;
}
@media (max-width: 1450px) {
  /* line 638, ../sass/pages/_home.scss */
  .o-testimonial-wrapper .testimonial-card {
    width: 380px;
  }
}
@media (max-width: 1040px) {
  /* line 638, ../sass/pages/_home.scss */
  .o-testimonial-wrapper .testimonial-card {
    width: auto;
  }
}
/* line 659, ../sass/pages/_home.scss */
.o-testimonial-wrapper .testimonial-card img {
  width: 200px;
  height: 80px;
  border-radius: 10%;
  border: 3px solid #fff;
  box-shadow: 0 0 8px #000;
  position: absolute;
  top: -30px;
  left: 20px;
}
/* line 670, ../sass/pages/_home.scss */
.o-testimonial-wrapper .stars {
  margin-top: 40px;
  color: #ff9c00;
  font-size: 18px;
}
/* line 676, ../sass/pages/_home.scss */
.o-testimonial-wrapper .testimonial-text {
  font-size: 14px;
  color: #444;
  margin: 15px 0;
  line-height: 1.5;
  text-align: left;
}
/* line 684, ../sass/pages/_home.scss */
.o-testimonial-wrapper .author {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 12px;
}
/* line 693, ../sass/pages/_home.scss */
.o-testimonial-wrapper .role {
  font-size: 13px;
  color: #666;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 701, ../sass/pages/_home.scss */
.o-testimonial-wrapper .quote {
  font-size: 40px;
  color: #d92d2d;
  position: absolute;
  bottom: -20px;
  right: 70px;
  width: 74px;
  height: 51px;
}
@media (max-width: 1450px) {
  /* line 701, ../sass/pages/_home.scss */
  .o-testimonial-wrapper .quote {
    right: 50px;
  }
}
/* line 714, ../sass/pages/_home.scss */
.o-testimonial-wrapper .quote img {
  box-shadow: none;
  position: relative;
  top: 0;
  left: 0;
  width: 74px;
  height: 51px;
  border-radius: 0;
  border: 0;
}

/* Carousel dots */
/* line 729, ../sass/pages/_home.scss */
.dots {
  text-align: center;
  margin-top: 20px;
}
/* line 733, ../sass/pages/_home.scss */
.dots span {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}
/* line 743, ../sass/pages/_home.scss */
.dots.active {
  background-color: #d92d2d;
}

/* Portfolio Nav */
/* line 751, ../sass/pages/_home.scss */
.o-portfolio_wrapper {
  color: #333333;
  font-size: 16px;
  padding: 44px 0 100px;
  background: #eef1f9;
}
@media (max-width: 1040px) {
  /* line 751, ../sass/pages/_home.scss */
  .o-portfolio_wrapper {
    padding: 10px 0 80px;
  }
}
@media (max-width: 575px) {
  /* line 751, ../sass/pages/_home.scss */
  .o-portfolio_wrapper {
    padding: 10px 0 40px;
  }
}
/* line 764, ../sass/pages/_home.scss */
.o-portfolio_wrapper .container {
  max-width: 1140px;
}
@media (min-width: 1450px) {
  /* line 764, ../sass/pages/_home.scss */
  .o-portfolio_wrapper .container {
    max-width: 1020px;
  }
}
/* line 771, ../sass/pages/_home.scss */
.o-portfolio_wrapper .row.image_load {
  margin: 0;
}
/* line 774, ../sass/pages/_home.scss */
.o-portfolio_wrapper .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 1450px) {
  /* line 774, ../sass/pages/_home.scss */
  .o-portfolio_wrapper .col-lg-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (max-width: 575px) {
  /* line 774, ../sass/pages/_home.scss */
  .o-portfolio_wrapper .col-lg-3 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
/* line 791, ../sass/pages/_home.scss */
.o-portfolio_wrapper h2 {
  color: #000000;
  font-size: 46px;
  line-height: 64px;
  padding: 0px;
  margin: 00px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 791, ../sass/pages/_home.scss */
  .o-portfolio_wrapper h2 {
    font-size: 34px;
  }
}
/* line 804, ../sass/pages/_home.scss */
.o-portfolio_wrapper h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #010089;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
/* line 812, ../sass/pages/_home.scss */
.o-portfolio_wrapper p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
/* line 821, ../sass/pages/_home.scss */
.o-portfolio_wrapper .col, .o-portfolio_wrapper .col-1, .o-portfolio_wrapper .col-10, .o-portfolio_wrapper .col-11, .o-portfolio_wrapper .col-12, .o-portfolio_wrapper .col-2, .o-portfolio_wrapper .col-3, .o-portfolio_wrapper .col-4, .o-portfolio_wrapper .col-5, .o-portfolio_wrapper .col-6, .o-portfolio_wrapper .col-7, .o-portfolio_wrapper .col-8, .o-portfolio_wrapper .col-9, .o-portfolio_wrapper .col-auto, .o-portfolio_wrapper .col-lg, .o-portfolio_wrapper .col-lg-1, .o-portfolio_wrapper .col-lg-10, .o-portfolio_wrapper .col-lg-11, .o-portfolio_wrapper .col-lg-12, .o-portfolio_wrapper .col-lg-2, .o-portfolio_wrapper .col-lg-3, .o-portfolio_wrapper .col-lg-4, .o-portfolio_wrapper .col-lg-5, .o-portfolio_wrapper .col-lg-6, .o-portfolio_wrapper .col-lg-7, .o-portfolio_wrapper .col-lg-8, .o-portfolio_wrapper .col-lg-9, .o-portfolio_wrapper .col-lg-auto, .o-portfolio_wrapper .col-md, .o-portfolio_wrapper .col-md-1, .o-portfolio_wrapper .col-md-10, .o-portfolio_wrapper .col-md-11, .o-portfolio_wrapper .col-md-12, .o-portfolio_wrapper .col-md-2, .o-portfolio_wrapper .col-md-3, .o-portfolio_wrapper .col-md-4, .o-portfolio_wrapper .col-md-5, .o-portfolio_wrapper .col-md-6, .o-portfolio_wrapper .col-md-7, .o-portfolio_wrapper .col-md-8, .o-portfolio_wrapper .col-md-9, .o-portfolio_wrapper .col-md-auto, .o-portfolio_wrapper .col-sm, .o-portfolio_wrapper .col-sm-1, .o-portfolio_wrapper .col-sm-10, .o-portfolio_wrapper .col-sm-11, .o-portfolio_wrapper .col-sm-12, .o-portfolio_wrapper .col-sm-2, .o-portfolio_wrapper .col-sm-3, .o-portfolio_wrapper .col-sm-4, .o-portfolio_wrapper .col-sm-5, .o-portfolio_wrapper .col-sm-6, .o-portfolio_wrapper .col-sm-7, .o-portfolio_wrapper .col-sm-8, .o-portfolio_wrapper .col-sm-9, .o-portfolio_wrapper .col-sm-auto, .o-portfolio_wrapper .col-xl, .o-portfolio_wrapper .col-xl-1, .o-portfolio_wrapper .col-xl-10, .o-portfolio_wrapper .col-xl-11, .o-portfolio_wrapper .col-xl-12, .o-portfolio_wrapper .col-xl-2, .o-portfolio_wrapper .col-xl-3, .o-portfolio_wrapper .col-xl-4, .o-portfolio_wrapper .col-xl-5, .o-portfolio_wrapper .col-xl-6, .o-portfolio_wrapper .col-xl-7, .o-portfolio_wrapper .col-xl-8, .o-portfolio_wrapper .col-xl-9, .o-portfolio_wrapper .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575px) {
  /* line 821, ../sass/pages/_home.scss */
  .o-portfolio_wrapper .col, .o-portfolio_wrapper .col-1, .o-portfolio_wrapper .col-10, .o-portfolio_wrapper .col-11, .o-portfolio_wrapper .col-12, .o-portfolio_wrapper .col-2, .o-portfolio_wrapper .col-3, .o-portfolio_wrapper .col-4, .o-portfolio_wrapper .col-5, .o-portfolio_wrapper .col-6, .o-portfolio_wrapper .col-7, .o-portfolio_wrapper .col-8, .o-portfolio_wrapper .col-9, .o-portfolio_wrapper .col-auto, .o-portfolio_wrapper .col-lg, .o-portfolio_wrapper .col-lg-1, .o-portfolio_wrapper .col-lg-10, .o-portfolio_wrapper .col-lg-11, .o-portfolio_wrapper .col-lg-12, .o-portfolio_wrapper .col-lg-2, .o-portfolio_wrapper .col-lg-3, .o-portfolio_wrapper .col-lg-4, .o-portfolio_wrapper .col-lg-5, .o-portfolio_wrapper .col-lg-6, .o-portfolio_wrapper .col-lg-7, .o-portfolio_wrapper .col-lg-8, .o-portfolio_wrapper .col-lg-9, .o-portfolio_wrapper .col-lg-auto, .o-portfolio_wrapper .col-md, .o-portfolio_wrapper .col-md-1, .o-portfolio_wrapper .col-md-10, .o-portfolio_wrapper .col-md-11, .o-portfolio_wrapper .col-md-12, .o-portfolio_wrapper .col-md-2, .o-portfolio_wrapper .col-md-3, .o-portfolio_wrapper .col-md-4, .o-portfolio_wrapper .col-md-5, .o-portfolio_wrapper .col-md-6, .o-portfolio_wrapper .col-md-7, .o-portfolio_wrapper .col-md-8, .o-portfolio_wrapper .col-md-9, .o-portfolio_wrapper .col-md-auto, .o-portfolio_wrapper .col-sm, .o-portfolio_wrapper .col-sm-1, .o-portfolio_wrapper .col-sm-10, .o-portfolio_wrapper .col-sm-11, .o-portfolio_wrapper .col-sm-12, .o-portfolio_wrapper .col-sm-2, .o-portfolio_wrapper .col-sm-3, .o-portfolio_wrapper .col-sm-4, .o-portfolio_wrapper .col-sm-5, .o-portfolio_wrapper .col-sm-6, .o-portfolio_wrapper .col-sm-7, .o-portfolio_wrapper .col-sm-8, .o-portfolio_wrapper .col-sm-9, .o-portfolio_wrapper .col-sm-auto, .o-portfolio_wrapper .col-xl, .o-portfolio_wrapper .col-xl-1, .o-portfolio_wrapper .col-xl-10, .o-portfolio_wrapper .col-xl-11, .o-portfolio_wrapper .col-xl-12, .o-portfolio_wrapper .col-xl-2, .o-portfolio_wrapper .col-xl-3, .o-portfolio_wrapper .col-xl-4, .o-portfolio_wrapper .col-xl-5, .o-portfolio_wrapper .col-xl-6, .o-portfolio_wrapper .col-xl-7, .o-portfolio_wrapper .col-xl-8, .o-portfolio_wrapper .col-xl-9, .o-portfolio_wrapper .col-xl-auto {
    padding-left: 15px;
  }
}

/* line 835, ../sass/pages/_home.scss */
.portfolio_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 840, ../sass/pages/_home.scss */
.portfolio_area .dreamit-section-sub-title h5:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 55px;
  top: 15px;
  left: -61px;
  background: #7e1216;
}

/* line 849, ../sass/pages/_home.scss */
.dreamit-single-portfolio {
  margin-bottom: 30px;
  overflow: hidden;
  /*    box-shadow: 2px 0 20px #000;*/
  transition: .5s;
}

/* line 855, ../sass/pages/_home.scss */
.dreamit-single-portfolio:hover {
  /*box-shadow: 2px 0 33px #000;*/
}

/* line 858, ../sass/pages/_home.scss */
.dreamit-single-portfolio:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}

/* line 862, ../sass/pages/_home.scss */
.dreamit-single-portfolio:hover .fortfolio-addrees {
  right: 0;
}

/* line 865, ../sass/pages/_home.scss */
.dreamit-portfolio-thumb {
  position: relative;
}

/* line 868, ../sass/pages/_home.scss */
.dreamit-portfolio-thumb:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  transition: .5s;
  opacity: 0;
}

/* line 879, ../sass/pages/_home.scss */
.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 0;
}

/* line 885, ../sass/pages/_home.scss */
.portfolio_menu ul {
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #b1b1b1;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  /* line 885, ../sass/pages/_home.scss */
  .portfolio_menu ul {
    flex-wrap: wrap;
  }
}

/* line 896, ../sass/pages/_home.scss */
.portfolio_menu ul li {
  display: inline-block;
  margin: 0 0px;
  cursor: pointer;
}

/* line 901, ../sass/pages/_home.scss */
.portfolio_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: .5s;
}

/* line 908, ../sass/pages/_home.scss */
.portfolio_menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  height: 2px;
  width: 0%;
  background: #fff;
  transition: .5s;
}

/* line 918, ../sass/pages/_home.scss */
.portfolio_nav {
  margin-bottom: 41px;
}
/* line 923, ../sass/pages/_home.scss */
.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  margin: 12px 25px;
  padding: 0 10px;
  margin-bottom: 0px;
  display: inline-block;
  border-radius: 0px;
  color: #001d23;
  line-height: 44px;
  border-bottom: 0px solid #b1b1b1;
}
@media (max-width: 1040px) {
  /* line 923, ../sass/pages/_home.scss */
  .portfolio_nav ul li {
    margin: 12px 15px;
  }
}
@media (max-width: 575px) {
  /* line 923, ../sass/pages/_home.scss */
  .portfolio_nav ul li {
    margin: 0px 5px;
  }
}
/* line 953, ../sass/pages/_home.scss */
.portfolio_nav ul li.current_menu_item {
  color: #cd251e;
  position: relative;
  border-bottom: 2px solid #cd251e;
}
/* line 958, ../sass/pages/_home.scss */
.portfolio_nav ul li.current_menu_item:before {
  position: absolute;
  content: "";
  top: 44px;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: .5s;
  background: #cd251e;
}
/* line 970, ../sass/pages/_home.scss */
.portfolio_nav ul li:hover {
  color: #cd251e;
  position: relative;
  border-bottom: 0px solid #cd251e;
}
/* line 975, ../sass/pages/_home.scss */
.portfolio_nav ul li:hover:before {
  top: 44px;
  left: 0;
  width: 100%;
}
/* line 980, ../sass/pages/_home.scss */
.portfolio_nav ul li:before {
  position: absolute;
  content: "";
  top: 44px;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: .5s;
  background: #7e1216;
}

/* line 998, ../sass/pages/_home.scss */
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
  gap: 15px;
  width: 90%;
  margin: 0 auto;
}

/* line 1007, ../sass/pages/_home.scss */
.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1013, ../sass/pages/_home.scss */
.grid-item p {
  padding: 0px;
  font-family: sans-serif;
  font-size: 14px;
}

/* line 1021, ../sass/pages/_home.scss */
.portfolio-content {
  padding: 35px 26px 0 26px;
  background: #fff;
  position: absolute;
  bottom: -59%;
  clip-path: polygon(0% 1%, 113% 31%, 100% 100%, 0 101%);
  z-index: 1;
  opacity: 0;
  transition: .5s;
}

/* line 1031, ../sass/pages/_home.scss */
.portfolio-content h2 {
  font-size: 18px;
  color: #7e1216;
  margin: 0 0 0px;
  letter-spacing: 1px;
}

/* line 1038, ../sass/pages/_home.scss */
.portfolio-content a {
  text-decoration: none !important;
}

/* line 1041, ../sass/pages/_home.scss */
.portfolio-content p {
  font-size: 15px;
}

/* line 1044, ../sass/pages/_home.scss */
.fortfolio-addrees {
  display: none;
  position: absolute;
  top: 134px;
  right: -128px;
  background: #000000;
  height: 100px;
  width: 126px;
  text-align: center;
  line-height: 85px;
  clip-path: polygon(0% 72%, 101% 4%, 100% 100%, 0 72%);
  transition: .5s;
}

/* line 1057, ../sass/pages/_home.scss */
.fortfolio-addrees ul li a {
  color: #fff;
  position: relative;
  left: 33px;
  top: 9px;
  font-size: 18px;
  display: inline-block;
}

/* line 1065, ../sass/pages/_home.scss */
.portfolio_area .shape {
  position: absolute;
  top: 73px;
  left: 10%;
  z-index: -1;
}

/* line 1071, ../sass/pages/_home.scss */
.portfolio_area .shape2 {
  position: absolute;
  top: 40%;
  right: 11%;
  z-index: -1;
}

/*portfoliop section style two*/
/* line 1078, ../sass/pages/_home.scss */
.portfolio_area.style-two {
  background: linear-gradient(-70deg, #7e1216, #fff, #7e1216, #fff);
  background-size: 400% 400%;
  animation: gradient 20s ease infinite;
}

/* line 1083, ../sass/pages/_home.scss */
.portfolio_area.style-two .dreamit-single-portfolio {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 2px 0 20px #000;
  transition: .5s;
  border-top: 5px solid #7e1216;
}

/* line 1090, ../sass/pages/_home.scss */
.single-portfolio-content {
  position: absolute;
  bottom: 0;
  transition: .5s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  -webkit-transform: perspective(500px) rotateX(-90deg);
  -khtml-transform: perspective(500px) rotateX(-90deg);
  -moz-transform: perspective(500px) rotateX(-90deg);
  -ms-transform: perspective(500px) rotateX(-90deg);
  -o-transform: perspective(500px) rotateX(-90deg);
  transform: perspective(500px) rotateX(-90deg);
  background: #000000;
}

/* line 1111, ../sass/pages/_home.scss */
.dreamit-single-portfolio:hover .single-portfolio-content {
  opacity: 1;
  -webkit-transform: perspective(500px) rotateX(0);
  -khtml-transform: perspective(500px) rotateX(0);
  -moz-transform: perspective(500px) rotateX(0);
  -ms-transform: perspective(500px) rotateX(0);
  -o-transform: perspective(500px) rotateX(0);
  transform: perspective(500px) rotateX(0);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}

/* line 1124, ../sass/pages/_home.scss */
.portfolio-content-two {
  background: #000;
  padding: 55px 19px 17px 37px;
  position: relative;
}

/* line 1129, ../sass/pages/_home.scss */
.portfolio-content-two h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 22px;
  position: relative;
  display: inline-block;
}

/* line 1136, ../sass/pages/_home.scss */
.portfolio-content-two h2:before {
  position: absolute;
  content: "";
  top: 37px;
  left: 0;
  height: 2px;
  width: 62px;
  background: #7e1216;
}

/* line 1145, ../sass/pages/_home.scss */
.portfolio-content-two p {
  color: #fff;
}

/* line 1148, ../sass/pages/_home.scss */
.fortfolio-addrees-two {
  position: absolute;
  top: -33px;
  left: 0;
  transform: translateX(44%);
  right: 0;
  margin: auto;
}

/* line 1156, ../sass/pages/_home.scss */
.fortfolio-addrees-two ul li {
  display: inline-block;
}

/* line 1160, ../sass/pages/_home.scss */
.portfolio_area.style-two .fortfolio-addrees-two ul li a {
  left: 0;
  top: 0;
  background: #7e1216;
  height: 57px;
  width: 57px;
  text-align: center;
  line-height: 57px;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
}

@keyframes gradient {
  0% {
    background-position: 10% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 30% 50%;
  }
}
/*scroll section*/
/* line 1191, ../sass/pages/_home.scss */
.scroll-area {
  position: relative;
  z-index: 999;
}

/* line 1195, ../sass/pages/_home.scss */
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

/* line 1218, ../sass/pages/_home.scss */
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* line 1236, ../sass/pages/_home.scss */
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

/* line 1241, ../sass/pages/_home.scss */
.scroll-area .go-top::before {
  content: "";
  border: 2px solid #7e1216;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

/* line 1257, ../sass/pages/_home.scss */
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}

/* line 1260, ../sass/pages/_home.scss */
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 1264, ../sass/pages/_home.scss */
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

/* line 1269, ../sass/pages/_home.scss */
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/* line 1274, ../sass/pages/_home.scss */
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}
@media (max-width: 575px) {
  /* line 1274, ../sass/pages/_home.scss */
  .scroll-area .go-top.active {
    right: 15px;
  }
}

/* line 1291, ../sass/pages/_home.scss */
.top-wrap {
  position: relative;
}

/* line 1294, ../sass/pages/_home.scss */
.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  /* background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
   background: #7e1216;
   background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);*/
  background: linear-gradient(to bottom, #e53935, #5b3869);
}
/* line 1308, ../sass/pages/_home.scss */
.top-wrap .go-top-button:hover {
  background: linear-gradient(to bottom, #5b3869, #e53935);
}

/* line 1313, ../sass/pages/_home.scss */
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

/* line 1319, ../sass/pages/_home.scss */
.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #7e1216;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 1335, ../sass/pages/_home.scss */
.top-wrap .go-top-button:hover {
  background-color: #7e1216;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* line 1360, ../sass/pages/_home.scss */
.getquote_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1365, ../sass/pages/_home.scss */
.getquote_area:before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9e9e9c4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 1379, ../sass/pages/_home.scss */
.getquote_from {
  max-width: 660px;
  margin: auto;
  background: #fff;
  padding: 30px 40px 30px;
  z-index: 99999;
  position: fixed;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  max-height: 480px;
  text-align: left;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 1379, ../sass/pages/_home.scss */
  .getquote_from {
    max-height: 680px;
  }
}
@media (max-width: 575px) {
  /* line 1379, ../sass/pages/_home.scss */
  .getquote_from {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* line 1402, ../sass/pages/_home.scss */
.getquote_from h4 {
  font-size: 20px !important;
  line-height: 24px !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 1410, ../sass/pages/_home.scss */
.getquote_from:before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
/* line 1421, ../sass/pages/_home.scss */
.getquote_from .form-title {
  color: #000000;
  margin-bottom: 8px;
}
/* line 1424, ../sass/pages/_home.scss */
.getquote_from .form-title span {
  color: #ff0000;
}
/* line 1428, ../sass/pages/_home.scss */
.getquote_from .form_box {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  /* line 1428, ../sass/pages/_home.scss */
  .getquote_from .form_box {
    margin-bottom: 20px !important;
  }
}
/* line 1435, ../sass/pages/_home.scss */
.getquote_from input {
  border: 1px solid #d1d1d1;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 16px;
}
/* line 1444, ../sass/pages/_home.scss */
.getquote_from textarea {
  resize: none;
}
/* line 1447, ../sass/pages/_home.scss */
.getquote_from a.getclose {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  float: right;
  text-decoration: none;
  margin-right: -24px;
  margin-top: -17px;
}
@media (max-width: 575px) {
  /* line 1447, ../sass/pages/_home.scss */
  .getquote_from a.getclose {
    margin-top: -37px;
  }
}
/* line 1460, ../sass/pages/_home.scss */
.getquote_from .quote_btn.text_center {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  /* line 1460, ../sass/pages/_home.scss */
  .getquote_from .quote_btn.text_center {
    padding: 0 15px;
  }
}
/* line 1473, ../sass/pages/_home.scss */
.getquote_from .contact-lines a {
  color: #cd251e;
  font-weight: 500;
}
/* line 1477, ../sass/pages/_home.scss */
.getquote_from .contact-lines a:hover {
  color: #000;
  text-decoration: none;
}
/* line 1483, ../sass/pages/_home.scss */
.getquote_from button.getquotebtn {
  background: #e53935;
  background: linear-gradient(to right, #e53935, #5b3869);
  border: 2px solid #fff;
  display: block;
  width: 190px;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  box-shadow: 0 5px 10px #0000004f;
  padding: 0;
  color: #fff !important;
  margin: 0 auto;
  float: none;
}
/* line 1503, ../sass/pages/_home.scss */
.getquote_from button.getquotebtn:hover {
  background: linear-gradient(to right, #5b3869, #e53935);
}
@media (max-width: 767px) {
  /* line 1483, ../sass/pages/_home.scss */
  .getquote_from button.getquotebtn {
    font-size: 12px;
    width: 100%;
  }
}

/*font-family: "Montserrat", sans-serif; */
/*  
&::before { content: ''; display: block; clear: both;}
&::after { content: ''; display: block; clear: both; }
*/
/* line 1, ../sass/pages/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 15, ../sass/pages/_slick.scss */
.slick-arrow {
  display: block !important;
}

/* line 18, ../sass/pages/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 25, ../sass/pages/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, ../sass/pages/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 32, ../sass/pages/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 40, ../sass/pages/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 46, ../sass/pages/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

/* line 51, ../sass/pages/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 54, ../sass/pages/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 57, ../sass/pages/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 63, ../sass/pages/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 66, ../sass/pages/_slick.scss */
.slick-slide img {
  display: inline-block;
}

/* line 69, ../sass/pages/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 72, ../sass/pages/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 75, ../sass/pages/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 78, ../sass/pages/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 81, ../sass/pages/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 86, ../sass/pages/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 89, ../sass/pages/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #8d8d8c;
  border-radius: 50%;
  text-indent: -3000px;
}

/* line 101, ../sass/pages/_slick.scss */
.slick-dots li.slick-active {
  border: 1px solid #ff3636;
  background: #ff3636;
}

/* line 105, ../sass/pages/_slick.scss */
.slick-dots li button {
  text-indent: -3000px;
  font-size: 0;
  width: 10px;
  height: 10px;
}

/* line 111, ../sass/pages/_slick.scss */
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

/* line 118, ../sass/pages/_slick.scss */
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 124, ../sass/pages/_slick.scss */
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

/* line 140, ../sass/pages/_slick.scss */
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

/* line 148, ../sass/pages/_slick.scss */
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

/* line 154, ../sass/pages/_slick.scss */
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

/* line 158, ../sass/pages/_slick.scss */
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}

/* line 165, ../sass/pages/_slick.scss */
.slick-prev {
  left: -25px;
}

/* line 168, ../sass/pages/_slick.scss */
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 172, ../sass/pages/_slick.scss */
.slick-prev:before {
  content: "ΓåÉ";
}

/* line 175, ../sass/pages/_slick.scss */
.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "ΓåÆ";
}

/* line 179, ../sass/pages/_slick.scss */
.slick-next {
  right: -25px;
}

/* line 182, ../sass/pages/_slick.scss */
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

/* line 186, ../sass/pages/_slick.scss */
[dir=rtl] .slick-next:before {
  content: "ΓåÉ";
}

/* line 189, ../sass/pages/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/* line 192, ../sass/pages/_slick.scss */
.slick-dots {
  bottom: -60px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 199, ../sass/pages/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 208, ../sass/pages/_slick.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

/* line 221, ../sass/pages/_slick.scss */
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

/* line 225, ../sass/pages/_slick.scss */
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

/* line 229, ../sass/pages/_slick.scss */
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: 'ΓÇó';
  text-align: center;
  opacity: .25;
  color: #000;
}

/* line 242, ../sass/pages/_slick.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* line 246, ../sass/pages/_slick.scss */
.homebannerslider .slick-dots li {
  border: 1px solid #3c3b39;
}

/*==========Shirts Section 07-10-25==============*/
/* line 5, ../sass/pages/_shirts.scss */
.innercontainer {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  /* line 5, ../sass/pages/_shirts.scss */
  .innercontainer {
    max-width: 1380px;
  }
}
@media (max-width: 1040px) {
  /* line 5, ../sass/pages/_shirts.scss */
  .innercontainer {
    margin: 0 30px;
  }
}
/* line 16, ../sass/pages/_shirts.scss */
.innercontainer::before {
  content: '';
  display: block;
  clear: both;
}
/* line 17, ../sass/pages/_shirts.scss */
.innercontainer::after {
  content: '';
  display: block;
  clear: both;
}

/* line 21, ../sass/pages/_shirts.scss */
.inner_headerarea {
  background: url(../images/shirt-headerBg.jpg) no-repeat center 0;
  min-height: 870px;
  padding: 21px 0 155px;
}

/* line 27, ../sass/pages/_shirts.scss */
.o-innershirt-area {
  max-width: 1330px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media (min-width: 1450px) {
  /* line 27, ../sass/pages/_shirts.scss */
  .o-innershirt-area {
    max-width: 1340px;
  }
}
@media (max-width: 1040px) {
  /* line 27, ../sass/pages/_shirts.scss */
  .o-innershirt-area {
    margin: 0 15px;
    padding: 40px 0 0;
  }
}
/* line 40, ../sass/pages/_shirts.scss */
.o-innershirt-area::before {
  content: '';
  display: block;
  clear: both;
}
/* line 41, ../sass/pages/_shirts.scss */
.o-innershirt-area::after {
  content: '';
  display: block;
  clear: both;
}
/* line 43, ../sass/pages/_shirts.scss */
.o-innershirt-area h2 {
  color: #000000;
  font-size: 52px;
  line-height: 72px;
  padding: 0px;
  margin: 0px 0 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 43, ../sass/pages/_shirts.scss */
  .o-innershirt-area h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  /* line 43, ../sass/pages/_shirts.scss */
  .o-innershirt-area h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
/* line 62, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_leftarea {
  width: 973px;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1040px) {
  /* line 62, ../sass/pages/_shirts.scss */
  .o-innershirt-area .innershirt_leftarea {
    width: auto;
    float: none;
    box-sizing: border-box;
    margin: 0 15px;
  }
}
/* line 74, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_leftarea::before {
  content: '';
  display: block;
  clear: both;
}
/* line 75, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_leftarea::after {
  content: '';
  display: block;
  clear: both;
}
/* line 77, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea {
  background: #fff;
  width: 330px;
  float: right;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 34px 30px;
}
@media (max-width: 1040px) {
  /* line 77, ../sass/pages/_shirts.scss */
  .o-innershirt-area .innershirt_rightarea {
    width: auto;
    float: none;
    box-sizing: border-box;
    margin: 40px 15px 0;
  }
}
@media (min-width: 1450px) {
  /* line 77, ../sass/pages/_shirts.scss */
  .o-innershirt-area .innershirt_rightarea {
    max-width: 380px;
    padding: 34px 20px;
  }
}
/* line 98, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea::before {
  content: '';
  display: block;
  clear: both;
}
/* line 99, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea::after {
  content: '';
  display: block;
  clear: both;
}
/* line 101, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea h3 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1450px) {
  /* line 101, ../sass/pages/_shirts.scss */
  .o-innershirt-area .innershirt_rightarea h3 {
    font-size: 15px;
    line-height: 21px;
  }
}
/* line 115, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
  margin: 0;
}
/* line 125, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea label {
  margin-bottom: 9px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #181818;
  font-weight: 400;
}
/* line 133, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea input {
  border: 1px solid #d1d1d1;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1450px) {
  /* line 133, ../sass/pages/_shirts.scss */
  .o-innershirt-area .innershirt_rightarea input {
    margin-bottom: 20px;
    height: 47px;
    line-height: 47px;
  }
}
/* line 148, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea select {
  border: 1px solid #d1d1d1;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 16px;
  background: url(../images/selectarrow.png) no-repeat 96% 50%;
}
/* line 161, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea textarea {
  border: 1px solid #d1d1d1;
  height: 100px;
  resize: none;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 16px;
}
/* line 169, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea .optionsList {
  margin-top: 12px;
}
/* line 172, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea .optionsList .option {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
/* line 177, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea .optionsList .option label {
  margin: 0;
}
/* line 181, ../sass/pages/_shirts.scss */
.o-innershirt-area .innershirt_rightarea .optionsList input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  margin: 0;
  margin-right: 8px;
  border: 1px solid #d1d1d1;
  padding: 0;
}

/* line 195, ../sass/pages/_shirts.scss */
.submitBtn {
  background: #e53935;
  background: linear-gradient(to right, #e53935, #5b3869);
  color: #fff;
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  height: 52px;
  line-height: 52px;
  border-radius: 32px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 40px auto 0;
  box-shadow: 0 5px 10px #0000004f;
}
@media (max-width: 1040px) {
  /* line 195, ../sass/pages/_shirts.scss */
  .submitBtn {
    width: 300px;
    margin: 0 auto;
  }
}
/* line 219, ../sass/pages/_shirts.scss */
.submitBtn:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #5b3869, #e53935);
}

/* line 225, ../sass/pages/_shirts.scss */
.ad_sizebluearea {
  background: #7e1216;
  padding: 25px 0;
  margin: 20px 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 14px;
  font-weight: 600;
}
@media (max-width: 575px) {
  /* line 225, ../sass/pages/_shirts.scss */
  .ad_sizebluearea {
    padding: 25px 20px;
  }
}

/* line 241, ../sass/pages/_shirts.scss */
.ad_imagebottombluearea {
  background: #000;
  padding: 105px 0;
  margin: 54px 0 88px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1040px) {
  /* line 241, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea {
    padding: 65px 0;
    margin: 40px 0 40px;
  }
}
@media (max-width: 575px) {
  /* line 241, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 261, ../sass/pages/_shirts.scss */
.ad_imagebottombluearea .imgarea {
  border-radius: 14px;
  border: 1px solid #8384a2;
  height: 358px;
  margin: 0 10px;
  padding: 0 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1040px) {
  /* line 261, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea .imgarea {
    height: auto;
    padding: 20px 10px;
  }
}
@media (max-width: 575px) {
  /* line 261, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea .imgarea {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 10px;
  }
}
/* line 283, ../sass/pages/_shirts.scss */
.ad_imagebottombluearea img {
  display: inline-block;
}
@media (max-width: 1040px) {
  /* line 283, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  /* line 283, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea img {
    height: 100px;
  }
}
@media (max-width: 575px) {
  /* line 283, ../sass/pages/_shirts.scss */
  .ad_imagebottombluearea img {
    height: 80px;
  }
}

/* line 299, ../sass/pages/_shirts.scss */
.popular_adsize_area {
  border: 1px solid #d3d3d3;
  border-radius: 14px;
  padding: 26px 20px 20px 40px;
}
@media (max-width: 1040px) {
  /* line 299, ../sass/pages/_shirts.scss */
  .popular_adsize_area {
    padding: 32px 20px 20px 30px;
  }
}
/* line 309, ../sass/pages/_shirts.scss */
.popular_adsize_area h2 {
  color: #000000;
  font-size: 52px;
  line-height: 72px;
  padding: 0px;
  margin: 0px 0 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 309, ../sass/pages/_shirts.scss */
  .popular_adsize_area h2 {
    font-size: 42px;
    line-height: 62px;
  }
}
@media (max-width: 575px) {
  /* line 309, ../sass/pages/_shirts.scss */
  .popular_adsize_area h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
/* line 332, ../sass/pages/_shirts.scss */
.popular_adsize_area .popular_adsize_contarea img {
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 332, ../sass/pages/_shirts.scss */
  .popular_adsize_area .popular_adsize_contarea img {
    display: block;
    margin: auto;
  }
}

/* line 344, ../sass/pages/_shirts.scss */
.prices_adsize_area {
  border: 1px solid #d3d3d3;
  border-radius: 14px;
  padding: 32px 60px 40px 60px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  /* line 344, ../sass/pages/_shirts.scss */
  .prices_adsize_area {
    padding: 32px 30px;
  }
}
/* line 354, ../sass/pages/_shirts.scss */
.prices_adsize_area h2 {
  color: #000000;
  font-size: 52px;
  line-height: 72px;
  padding: 0px;
  margin: 0px 0 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  /* line 354, ../sass/pages/_shirts.scss */
  .prices_adsize_area h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
/* line 369, ../sass/pages/_shirts.scss */
.prices_adsize_area .nothingtext {
  color: #d50000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: right;
  padding-top: 26px;
}
/* line 379, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 384, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul li {
  margin: 0;
  padding: 30px 40px;
  border-radius: 8px;
  background: #f2f3f7;
  border: 1px solid #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #000;
}
@media (max-width: 575px) {
  /* line 384, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul li {
    display: block;
    padding: 25px 20px;
  }
}
/* line 402, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul li:nth-child(odd) {
  background: #eaebf1;
  color: #000;
}
/* line 407, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul li:first-child {
  background: none;
  padding: 18px 40px;
}
@media (max-width: 575px) {
  /* line 407, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul li:first-child {
    display: none;
  }
}
/* line 416, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul .heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
/* line 421, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box1 {
  width: 44%;
  text-align: left;
}
@media (max-width: 991px) {
  /* line 421, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box1 {
    width: 37%;
  }
}
@media (max-width: 575px) {
  /* line 421, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box1 {
    width: 100%;
  }
}
/* line 432, ../sass/pages/_shirts.scss */
.prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box2 {
  width: 12%;
  text-align: right;
}
@media (max-width: 991px) {
  /* line 432, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box2 {
    width: 26%;
  }
}
@media (max-width: 575px) {
  /* line 432, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box2 {
    width: 100%;
    position: relative;
  }
  /* line 443, ../sass/pages/_shirts.scss */
  .prices_adsize_area .prices_adsize_contarea ul .prices_adsize_box2:before {
    display: block;
    content: 'Price:';
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
  }
}

/* line 459, ../sass/pages/_shirts.scss */
.supporttodayyyy_area {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 14px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

/* line 471, ../sass/pages/_shirts.scss */
.supporttoday_area {
  background: #7e1216;
  padding: 30px 85px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 14px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  /* line 471, ../sass/pages/_shirts.scss */
  .supporttoday_area {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  /* line 471, ../sass/pages/_shirts.scss */
  .supporttoday_area {
    padding: 20px 20px;
    display: block;
  }
}
/* line 493, ../sass/pages/_shirts.scss */
.supporttoday_area p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 1040px) {
  /* line 493, ../sass/pages/_shirts.scss */
  .supporttoday_area p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  /* line 493, ../sass/pages/_shirts.scss */
  .supporttoday_area p {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  /* line 493, ../sass/pages/_shirts.scss */
  .supporttoday_area p {
    margin: 0 0 16px;
  }
}
@media (min-width: 1450px) {
  /* line 493, ../sass/pages/_shirts.scss */
  .supporttoday_area p {
    font-size: 24px;
  }
}
/* line 519, ../sass/pages/_shirts.scss */
.supporttoday_area a {
  background: #e53935;
  background: linear-gradient(to right, #e53935, #5b3869);
  color: #fff;
  display: block;
  width: auto;
  padding: 0 80px;
  font-size: 20px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 5px 10px #0000004f;
}
@media (max-width: 1040px) {
  /* line 519, ../sass/pages/_shirts.scss */
  .supporttoday_area a {
    font-size: 15px;
    padding: 0 30px;
  }
}
@media (max-width: 1040px) {
  /* line 519, ../sass/pages/_shirts.scss */
  .supporttoday_area a {
    font-size: 15px;
    padding: 0 20px;
    width: 220px;
  }
}
/* line 544, ../sass/pages/_shirts.scss */
.supporttoday_area a:hover {
  background: linear-gradient(to right, #5b3869, #e53935);
}

/* line 550, ../sass/pages/_shirts.scss */
.main-green-banner {
  width: 100%;
  height: 649px;
  background: url(../assets/images/bannergreenBg-nologo.jpg) no-repeat 0 0;
  border-radius: 14px;
}
@media (max-width: 1040px) {
  /* line 550, ../sass/pages/_shirts.scss */
  .main-green-banner {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  /* line 550, ../sass/pages/_shirts.scss */
  .main-green-banner {
    height: 534px;
  }
}
@media (max-width: 500px) {
  /* line 550, ../sass/pages/_shirts.scss */
  .main-green-banner {
    height: 450px;
    background: url(../assets/images/bannergreenBg-nologo-mobile.jpg) no-repeat 0 0;
    background-size: cover;
  }
}
/* line 568, ../sass/pages/_shirts.scss */
.main-green-banner .innerlogoarea {
  position: relative;
  top: 152px;
  left: 559px;
}
@media (max-width: 991px) {
  /* line 568, ../sass/pages/_shirts.scss */
  .main-green-banner .innerlogoarea {
    top: 130px;
    left: 438px;
  }
}
@media (max-width: 575px) {
  /* line 568, ../sass/pages/_shirts.scss */
  .main-green-banner .innerlogoarea {
    top: 130px;
    left: 80px;
  }
}

/* line 586, ../sass/pages/_shirts.scss */
.spirit-logo1 {
  position: absolute;
  top: 0px;
  left: 17px;
}

/* line 592, ../sass/pages/_shirts.scss */
.spirit-logo2 {
  position: absolute;
  top: 67px;
  left: 17px;
}

/* line 598, ../sass/pages/_shirts.scss */
.spirit-logo3 {
  position: absolute;
  top: 120px;
  left: -6px;
}

/* line 604, ../sass/pages/_shirts.scss */
.spirit-logo4 {
  position: absolute;
  top: 120px;
  left: 132px;
}

/* line 610, ../sass/pages/_shirts.scss */
.spirit-logo5 {
  position: absolute;
  top: 165px;
  left: 140px;
}

/* line 616, ../sass/pages/_shirts.scss */
.spirit-logo6 {
  position: absolute;
  top: 202px;
  left: -8px;
}

/* line 622, ../sass/pages/_shirts.scss */
.spirit-logo7 {
  position: absolute;
  top: 244px;
  left: -8px;
}

/* line 628, ../sass/pages/_shirts.scss */
.spirit-logo8 {
  position: absolute;
  top: 204px;
  left: 90px;
}

/* line 634, ../sass/pages/_shirts.scss */
.spirit-logo9 {
  position: absolute;
  top: 200px;
  left: 176px;
}

/* line 640, ../sass/pages/_shirts.scss */
.spirit-logo10 {
  position: absolute;
  top: 232px;
  left: 176px;
}

/* line 646, ../sass/pages/_shirts.scss */
.spirit-logo1-cont,
.spirit-logo2-cont,
.spirit-logo3-cont,
.spirit-logo4-cont,
.spirit-logo5-cont,
.spirit-logo6-cont,
.spirit-logo7-cont,
.spirit-logo8-cont,
.spirit-logo9-cont,
.spirit-logo10-cont {
  display: none;
}

/* line 659, ../sass/pages/_shirts.scss */
.spirit-logo1:hover .spirit-logo1-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 5px 5px;
  font-size: 18px;
  line-height: 24px;
}

/* line 678, ../sass/pages/_shirts.scss */
.spirit-logo2:hover .spirit-logo2-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 10px 5px;
  font-size: 18px;
  line-height: 24px;
}

/* line 696, ../sass/pages/_shirts.scss */
.spirit-logo3:hover .spirit-logo3-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 5px 5px;
  font-size: 18px;
  line-height: 20px;
}

/* line 714, ../sass/pages/_shirts.scss */
.spirit-logo4:hover .spirit-logo4-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 14px;
}

/* line 732, ../sass/pages/_shirts.scss */
.spirit-logo5:hover .spirit-logo5-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 0px 5px;
  font-size: 11px;
  line-height: 16px;
}

/* line 750, ../sass/pages/_shirts.scss */
.spirit-logo6:hover .spirit-logo6-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: -4px;
  right: 0;
  z-index: 3;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 14px;
}

/* line 768, ../sass/pages/_shirts.scss */
.spirit-logo7:hover .spirit-logo7-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  z-index: 3;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 13px;
}

/* line 786, ../sass/pages/_shirts.scss */
.spirit-logo8:hover .spirit-logo8-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 18px;
}

/* line 804, ../sass/pages/_shirts.scss */
.spirit-logo9:hover .spirit-logo9-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: -5px;
  right: 0;
  z-index: 3;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 12px;
}

/* line 822, ../sass/pages/_shirts.scss */
.spirit-logo10:hover .spirit-logo10-cont {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: Oswald;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: -4px;
  right: 0;
  z-index: 3;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 12px;
}

/* line 840, ../sass/pages/_shirts.scss */
.shirts_right_area {
  float: right;
  max-width: 380px;
}

/* line 847, ../sass/pages/_shirts.scss */
div#message .closeicon {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
}
/* line 855, ../sass/pages/_shirts.scss */
div#message .alert-success {
  color: #155724;
  background-color: #ffffff;
  border-color: transparent;
  padding: 20px 0;
  max-width: 750px;
  margin: 40px auto 0;
  border-radius: 6px;
  position: relative;
  border: 1px solid #ccc;
}
/* line 866, ../sass/pages/_shirts.scss */
div#message div#error_page h3 {
  color: red;
  padding: 20px 0;
  border: 1px solid #ccc;
}
/* line 872, ../sass/pages/_shirts.scss */
div#message #success_page h3 {
  color: #0dba26;
  font-size: 24px;
  margin: 0;
  line-height: 30px;
}
/* line 878, ../sass/pages/_shirts.scss */
div#message #success_page p {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  text-align: center;
  font-weight: 400;
  padding: 0;
}

/* line 892, ../sass/pages/_shirts.scss */
div#school_msg .closeicon {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
}
/* line 900, ../sass/pages/_shirts.scss */
div#school_msg .alert-success {
  color: #155724;
  background-color: #ffffff;
  border-color: transparent;
  padding: 20px 0;
  max-width: 750px;
  margin: 40px auto 0;
  border-radius: 6px;
  position: relative;
  border: 1px solid #ccc;
}
/* line 911, ../sass/pages/_shirts.scss */
div#school_msg div#error_page h3 {
  color: red;
  padding: 20px 0;
  border: 1px solid #ccc;
}
/* line 917, ../sass/pages/_shirts.scss */
div#school_msg #success_page h3 {
  color: #0dba26;
  font-size: 24px;
  margin: 0;
  line-height: 30px;
}
/* line 923, ../sass/pages/_shirts.scss */
div#school_msg #success_page p {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  text-align: center;
  font-weight: 400;
  padding: 0;
}

/* line 937, ../sass/pages/_shirts.scss */
div#shirt_message .closeicon {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
}
/* line 945, ../sass/pages/_shirts.scss */
div#shirt_message .alert-success {
  color: #155724;
  background-color: #ffffff;
  border-color: transparent;
  padding: 20px 0;
  max-width: 750px;
  margin: 40px auto 0;
  border-radius: 6px;
  position: relative;
  border: 1px solid #ccc;
}
/* line 956, ../sass/pages/_shirts.scss */
div#shirt_message div#error_page h3 {
  color: red;
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}
/* line 963, ../sass/pages/_shirts.scss */
div#shirt_message #success_page h3 {
  color: #0dba26;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}
/* line 969, ../sass/pages/_shirts.scss */
div#shirt_message #success_page p {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  text-align: center;
  font-weight: 400;
  padding: 0;
}
