@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
}

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

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.pad0{
	padding:0;
}

.mT80{
	margin-top:80px;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f4f4f4;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size:20px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #ff9845;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color:#000;
  font-weight:600;
}

.btn-common:hover {
  color: #ff9845;
  background: transparent;
  border: 1px solid #ff9845;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}


.navbar-nav li.nav-item .contUs:hover{
  color: #494949 !important;
  background: #FFF !important;
  border: 0 !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1) !important;
  transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
}


.btn-border {
  color: #F63854;
  background-color: transparent;
  border: 1px solid #F63854;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-border:focus {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #F63854;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #F63854;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #F63854;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

/* ScrollToTop */
a.back-to-top {
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display:inline-block;
  font-size: 22px;
  width:50px;
  height:50px;
  line-height:50px;
  color: #fff;
  background: #ff9845;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top span{
	color:#FFF;
	font-size:12px;
	margin-right:10px;
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #567773;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

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

.section-padding {
  padding: 60px 0;
}

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

/* About Us */

.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper > div {
  vertical-align: middle;
  display: table-cell;
  padding-top:50px;
}

.about-area img {
  position: relative;
    left: 75px;
}

.about-area .paddingTB140{
	padding-top:140px;
	padding-bottom:120px;
}

.about-area .rightContent{
	padding:210px 0 160px 135px;
	position:relative;
}

.about-area .rightContent:before{
	content: "";
	background-image: url(../img/circle-Line.png);
	width:327px;
	height:34px;
	display: inline-block;
    position: absolute;
    right: 0;
}

.about-area .content {
  margin-top: 15px;
}

.about-area .mb-3{
	color:#0752b8;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 8px;
	font-size:12px;	
}

.about-area .section-title{
	font-weight:400;
	font-size:45px;
	text-transform:uppercase;
	color:#494949;
}

.about-area .content p {
  width:400px;
}

.about-area .content a{
	display:inline-block;
	margin-top:30px !important;
}

.prtBenefits{
	background-image: url(../img/benefitsBg.png);
	width:100%;
}

.prtBenefits .thumbnail{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	margin-top:50px;
	margin-bottom:40px;
}

.prtBenefits .thumbnail img{
	margin-bottom:10px;
}

.prtBenefits h6{
	font-size:25px;
	font-weight:700;
	margin-bottom:0;
}

.prtBenefits p{
	font-size:15px;
	font-weight:600;
}

.aboutBenefits{
	background-image: url(../img/about-Benefits-Bg.jpg);
	width:100%;
}

.industriesWeServeAbout{
	padding:90px 0;
	text-align:center;
}


.industriesWeServeAbout h2{
	font-size:45px;
	color:#494949;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:15px;
}

.industriesWeServeAbout .productListing{
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  background:#FFF;
  margin-top:50px;
  padding:40px 30px 40px 30px;
}

.industriesWeServeAbout .productListing  ul{
	text-align:left;
}

.industriesWeServeAbout .productListing li {
	display:block;
	font-size:16px;
	color:#494949;
	margin-bottom:15px;
}

.industriesWeServeAbout .productListing li:before{
	content: "";
	background-image: url(../img/check-Tick.jpg);
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

.contUsToday{
	padding:0px 0px 50px 0;
	text-align:center;
	
}

.contUsToday h2{
	font-size:45px;
	color:#494949;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:15px;
}

.customFilmpack{
	padding:60px 0;
}

.customFilmpack .section-title{
	font-size:25px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 700;
    margin-bottom: 24px;
}

.customFilmpack p {
    color: #666666;
    margin-bottom: 20px;
}

.customFilmpack img{
	border:1px solid #acacac;
}

.customFilmpack .mT80{
	margin-top:80px;
}

.customFilmpack .mobileView{
	display:none;
}

.customFilmpack .padLR{
	padding:0 15px;
}
	

.industriesWeServe{
	padding:90px 0;
	text-align:center;
}

.industriesWeServe h2{
	font-size:45px;
	color:#494949;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:15px;
}

.industriesWeServe .thumbnail{
	display:table-cell;
	margin-right:66px;
	margin-bottom:66px;
}

.industriesWeServe .thumbnail img{
	margin-bottom:15px;
}

.industriesWeServe .thumbnail:last-child{
	margin-right:0;
}

.industriesWeServe .thumbnail .caption{
	width:160px;
}

.industriesWeServe h6{
	font-size:15px;
	font-weight:600;
	color:#494949;
	text-transform:uppercase;
}

.industriesWeServe p{
	color:#666666;
}

.industriesWeServe .mT70{
	margin-top:70px;
}

.custPacking{
	background-image: url(../img/custompackBg.png);
	width:100%;
	text-align:center;
	padding:148px 0 116px 0;
	color:#FFF;
}

.custPacking .section-title{
	font-weight:400;
	font-size:45px;
	text-transform:uppercase;
	color:#FFF;
	margin-bottom:24px;
}

.custPacking h4{
	font-size:24px;
	color:#FFF;
	font-weight:400;
	margin-bottom:24px;
}

.custPacking .col-offset-2{
	margin-left:16.666667%
}

.custPacking p{
	margin-bottom:50px;
	font-size:16px;
}

.enquiresForm{
	padding:85px 0;
}

.enquiresForm .section-title{
	font-weight:400;
	font-size:45px;
	text-transform:uppercase;
	color:#494949;
	margin-bottom:24px;
}

.enquiresForm p{
	margin-bottom:65px;
	color:#666666;
}

.enquiresForm .col-offset-2{
	margin-left:16.666667%;
}

.enquiresForm textarea{
	height:66px;
}

.enquiresForm .btn{
	border-radius:0px;
	width:100%;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  z-index: 999999;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #0752b8 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 80%;
  margin-top:10px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #FFF !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #FFF !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #FFF !important;
}

.navbar-expand-lg .navbar-toggler {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0px;
  cursor: pointer;
}

.navbar-brand img {
  width: 80%;
  margin-top:10px;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #FFF !important;
  border-color: #FFF;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding-left:35px;
  color:#FFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding:0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top:2px solid #0752b8;
}

.navbar-nav li a{
	height: 50px;
    line-height: 50px;
    top:0px;
    position: relative;
}

.navbar-nav li.nav-item:last-child{
	font-size:20px;
	font-weight:700;
	height: 50px;
    line-height: 50px;
}

.navbar-nav li.nav-item .contUs{
  border: 2px solid #FFF;
    border-radius: 30px;
    height: auto;
    width: 120px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	text-transform:uppercase;
}


.navbar-expand-lg .navbar-nav .nav-link:before {
  background-color: transparent;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #FFF !important;
  width: 100%;
  border-top:2px solid #FFF;

}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #FFF;
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #preset;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #F63854;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  background-image: url(../img/hero-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  padding: 160px 0 80px;
  color:#FFF;

}

#hero-area .contents .head-title {
  color: #FFF;
  font-size:55px;
  font-weight:400;
  line-height: 60px;
  margin-bottom: 10px;
  text-transform:uppercase;
}

#hero-area .contents .header-button {
  margin-top: 20px;
  color: #FFF;
}

#hero-area .contents .header-button .btn {
  margin-right: 10px;
}

#hero-area .contents p{
	font-size:15px;
}


.sloder-img {
  background: #34363a;
}



.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  font-size: 14px;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #9f9f9f;
  text-transform:uppercase;
}

.form-control:focus {
  border-color: #F63854;
  box-shadow: none;
  outline: none;
}

select.form-control:not([size]):not([multiple]){
	height: calc(2.25rem + 5px);
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #F63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}


/* Footer Area Start */
.footer-area {
  position: relative;
  padding:50px 0px 0 0px;
  background: #0752b8;
  color: #FFF;
}


.footer-area .footer-logo img{
	width:80%;
}

.footer-area .footer-titel {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform:uppercase;
  letter-spacing: 5px;
  margin:20px 0 0 0;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  font-weight:300;
  font-size:14px;
  line-height:22px;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .address li {
  margin-bottom: 20px;
  line-height:22px;
}

.footer-area .address li a {
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color: #F63854;
}

#copyright .copyright-content {
  border-top: 1px solid #78928f;
  padding: 15px 0;
  margin:50px 0 0px;
}

#copyright p {
  line-height: 42px;
  color: #FFF;
  margin: 0;
  font-size:12px;
}

#copyright p a {
  color: #F63854;
}

.social-icon a {
  color: #0752b8;
  background: #FFF;
  width:35px;
  height:35px;
  line-height:37px;
  display: inline-block;
  text-align: center;
  border-radius:50%;
  font-size:12px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #FFF;
  background: #0752b8;
  
  
}


/* Carousel CSS  */
.carousel-indicators li{
	border-radius:50%;
	width:10px;
	height:10px;
	background-color:#FFF;
	margin-left:12px;
	
}

.carousel-indicators .active{
	background-color:transparent;
	border:1px solid #FFF;
}

.carousel-indicators{
	justify-content:left;
	margin-left:2%;
	margin-right:0;
}


/* About US Page CSS  */

#About-us {
  background-image: url(../img/aboutBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 304px;
  position: relative;
  overflow: hidden;
  padding: 160px 0 0px;
  color:#FFF;

}

#About-us h2 {
  color: #FFF;
  font-size:55px;
  font-weight:400;
  line-height: 60px;
  margin-bottom: 10px;
  text-transform:uppercase;
}

.about-content-area{
	padding:65px 0;
}

.about-content-area .section-title{
	font-size:45px;
	text-transform:uppercase;
	color:#494949;
	font-weight:400;
	margin-bottom:24px;
}

.about-content-area p{
	color:#666666;
	margin-bottom:20px;
}

.productDetail{
   padding: 60px 0;
}

.productDetail h2{
	font-size: 45px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 400;
    margin-bottom: 24px;
}

.productDetail h3{
	font-size: 25px;
    text-transform: uppercase;
    color: #494949;
    font-weight:700;
    margin-bottom: 50px;
	text-align:center;
	width:100%;
}

.productDetail h4{
	font-weight:600;
	font-size:16px;
	color:#494949;
	text-transform: uppercase;
}

.productDetail p {
    color: #666666;
    margin-bottom: 20px;
}



.carousel-thumbnails .carousel-indicators {
    position: relative !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin:0;
    list-style: none;
	margin-top:20px !important;
	margin-bottom:20px !important;
}

.carousel-thumbnails .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
}

.carousel-thumbnails .carousel-item img{
	border:1px solid #e3e3e3;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    width:181px;
    max-width: 181px;
}

.carousel-thumbnails .carousel-indicators img {
	border:1px solid #e3e3e3;
}

.carousel-thumbnails .carousel-indicators .active{
	border:0px;
}

.mobileSmView{
	display:none;
}



#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #FFF;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

#iw-container .iw-title {
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height:230px;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
	text-transform:uppercase;
}

.iw-content p{
	margin-bottom:10px;
}


.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-ui-hover-effect{
	border-radius:0px !important;
	box-shadow:none !important;
	border:0px !important;
	top: 14px !important;
    right: 50px !important;
}




