#header {
height: 110px;
transition: all 0.5s;
z-index: 997;
padding: 10px 0;
position: fixed; left: 0;
top: 0; right: 0;
} 
#header.header-scrolled, #header.header-pages {
height: 70px;
padding: 15px 0; 
background-color: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
} 
#header.header-scrolled #topbar, #header.header-pages #topbar {
display: none; 
}
#header .logo h1 {
font-size: 36px; 
margin: 0;
padding: 0; line-height: 1;
font-weight: 400; 
letter-spacing: 3px; 
text-transform: uppercase;
} 
#header .logo h1 a, #header .logo h1 a:hover {
color: #000;
text-decoration: none;
}
#header .logo img { 
padding: 0;
margin: -20px 0;
max-height: 110px;
}
.main-pages {
margin-top: 60px; 
}
body {
background: #fff;
color: #444; 
font-family: "Open Sans",sans-serif;
} 
a {
color: #e97e00;
transition: 0.5s;
}
a:hover, a:active, a:focus {
color: #000; 
outline: none;
text-decoration: none;
} 
.img-responsive {
width:100%;
} 
p {
padding: 0;
margin: 0 0 10px 0;
} 
h1, h2, h3, h4, h5, h6 { 
font-family: "Montserrat", sans-serif; 
font-weight: 400; margin: 0 0 20px 0; padding: 0;
}
/* Back to top button */ 
.back-to-top {
position: fixed;
display: none;
background: #e97e00;
color: #fff;
width: 44px;
height: 44px;
text-align: center;
line-height: 1;
font-size: 16px;
border-radius: 50%;
right: 15px;
bottom: 15px; 
transition: background 0.5s;
z-index: 11;
}
.back-to-top i {
padding-top: 12px;
color: #fff;
}
/* Prelaoder */ 
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden; background: #fff;
} 
#preloader:before { 
content: ""; 
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #f2f2f2;
border-top: 6px solid #e97e00;
border-radius: 50%;
width: 60px;
height: 60px;
-webkit-animation: animate-preloader 1s linear infinite;
animation: animate-preloader 1s linear infinite;
} 
@-webkit-keyframes animate-preloader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} 
100% 
{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} 
}
@keyframes animate-preloader {
0% { -webkit-transform: rotate(0deg); 
transform: rotate(0deg);
} 
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} } 
/*-------------------------------------------------------------- # Top Bar --------------------------------------------------------------*/
#topbar {
padding: 0 0 0px 0;
font-size: 13px;
transition: all 0.5s;
margin-bottom: 0.3rem;
}
#topbar .social-links {
text-align: right; position:relative;
} 
#topbar .social-links a {
color: #000;
padding: 10px 12px;
display: inline-block; line-height: 1px;
} #topbar .social-links a:hover { 
color: #e97e00;
} 
#topbar .social-links a:first-child {
border-left: 0;
} 
/*-------------------------------------------------------------- # Intro Section --------------------------------------------------------------*/
#intro {
width: 100%;
height: 100vh;
position: relative;
background: #f5f8fd url("../img/banner1.jpg") center top no-repeat;
background-size: cover;
} 
#intro:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #ffffffbd;
top:0px;
left:0px;
} 
#intro .intro-info h2 {
color: #000;
margin-bottom: 40px;
font-size: 48px;
font-weight: 700;
text-shadow: 3px 3px 0px #bcbcbcb3;
}
#intro .intro-info h2 span {
color: #e97e00;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
font-family: "Montserrat", sans-serif;
font-size: 13px; font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
padding: 10px 32px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #e97e00;
}
#intro .intro-info .btn-get-started:hover, #intro .intro-info .btn-services:hover {
background: #0a98c0;
}
/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ 
/* Desktop Navigation */
/*.main-nav {
/* Drop Down */
/* Deep Drop Down */
/*} */
.main-nav, .main-nav * {
margin: 0; padding: 0;
list-style: none;
} 
.main-nav > ul > li {
position: relative;
white-space: nowrap;
float: left;
}
.main-nav a {
display: block;
position: relative;
color: #000;
padding: 10px 15px;
transition: 0.3s;
font-size: 15px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase; font-weight: 600;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
color: #e97e00;
text-decoration: none;
} 
.main-nav .drop-down ul { display: block;
position: absolute;
left: 0;
top: calc(100% - 30px);
z-index: 99; opacity: 0;
visibility: hidden; padding:10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: ease all 0.3s;
} 
.main-nav .drop-down:hover > ul {
opacity: 1;
top: 100%; 
visibility: visible;
} 
.main-nav .drop-down li {
min-width: 180px;
position: relative;
}
.main-nav .drop-down ul a {
padding: 8px 20px;
font-size: 13px;
font-weight: 600;
/*text-transform: none;*/
color: #000;
text-transform: uppercase;
} 
.main-nav .drop-down ul a:hover, 
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
color: #e97e00;
} 
.main-nav .drop-down > a:after {
content: "\f107"; 
font-family: FontAwesome;
padding-left: 10px;
} 
.main-nav .drop-down .drop-down ul { 
top: 0; left: calc(100% - 30px);
} 
.main-nav .drop-down .drop-down:hover > ul {
opacity: 1; top: 0; left: 100%;
}
.main-nav .drop-down .drop-down > a {
padding-right: 35px;
} 
.main-nav .drop-down .drop-down > a:after {
content: "\f105";
position: absolute;
right: 15px;
}
/* Mobile Navigation */ 
.mobile-nav { 
position: fixed;
top: 0;
bottom: 0;
z-index: 9999;
overflow-y: auto;
left: -90%; width: 90%;
padding-top: 18px;
background: rgba(40, 38, 70, 0.8);
transition: 0.4s;
} 
.mobile-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav a {
display: block;
position: relative;
color: #fff;
padding: 10px 20px;
font-weight: 500;
} 
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
color: #e97e00;
text-decoration: none;
}
.mobile-nav .drop-down > a:after {
content: "\f078"; font-family: FontAwesome;
padding-left: 10px;
position: absolute;
right: 15px;
}
.mobile-nav .active.drop-down > a:after {
content: "\f077";
} 
.mobile-nav .drop-down > a {
padding-right: 35px;
} 
.mobile-nav .drop-down ul {
display: none;
overflow: hidden;
}
.mobile-nav .drop-down li {
padding-left: 20px;
}
.mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
} 
.mobile-nav-toggle i {
margin: 23px 0px 0 0;
color: #000;
}
.mobile-nav-overly {
width: 100%;
height: 100%;
z-index: 9998;
top: 0; left: 0;
position: fixed;
background: rgba(40, 38, 70, 0.8);
overflow: hidden; display: none;
} .mobile-nav-active {
overflow: hidden;
} .mobile-nav-active .mobile-nav {
left: 0;
} 
/*-------------------------------------------------------------- # Sections --------------------------------------------------------------*/
/* Sections Header --------------------------------*/ 
.section-header h3 {
font-size: 36px;
color: #000; text-align: center;
font-weight: 700; position: relative;
font-family: "Montserrat", sans-serif;
} 
.section-header p {
text-align: center;
margin: auto;
font-size: 15px; padding-bottom: 60px;
color: #535074;
width: 50%; 
} 
/* Section with background --------------------------------*/
.section-bg {
background: #f5f8fd;
} 
/* About Us Section --------------------------------*/
#about {
padding: 80px 0;
} 
#about .about-content { 
padding-top: 40px;
}
#about .about-content h2 {
color: #000;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
#about .about-content h3
{ 
color: #000;
font-weight: 400;
font-size: 22px;
} #about .about-content ul {
list-style: none; padding: 0;
}
#about .about-content ul li
{
padding-bottom: 10px;
} 
#about .about-content ul li i {
font-size: 20px; padding-right: 4px;
color: #e97e00;
}
#about .about-img {
position: relative; margin: 30px 30px 30px 30px;
}
#about .about-img img {
width: 100%;
border: 8px solid #fff;
transition: .5s;
}
#about .about-img img:hover {
width: 100%;
-webkit-transform: scale(1.03);
transform: scale(1.03);
}
#about .about-img::before {
position: absolute;
left: -31px;
top: -30px;
width: 90%;
height: 92%;
z-index: -1;
content: '';
background-color: #f1aa574d;
transition: .5s;
}
#about .about-img::after {
position: absolute;
right: -31px;
bottom: -30px;
width: 90%; height: 92%;
z-index: -1;
content: '';
background-color: #0082622b;
transition: .5s;
} 
/* Services Section --------------------------------*/
#services {
padding: 60px 0 40px 0;
}
#services .box {
padding: 30px; position: relative;
overflow: hidden;
border-radius: 10px;
margin: 0 10px 40px 10px;
background: #fff;
box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
transition: all 0.3s ease-in-out;
text-align: center;
}
#services .box:hover {-webkit-transform: scale(1.1);
transform: scale(1.1);
}
#services .icon {
margin: 0 auto 15px auto;
padding-top: 12px;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 60px; height: 60px;
}
#services .icon i {
font-size: 36px; line-height: 1;
} #services .title {
font-weight: 700;
margin-bottom: 15px; font-size: 18px;
}
#services .title a {
color: #111;
}
#services .box:hover .title a {
color: #e97e00;
}
#services .description {
font-size: 13px;
line-height: 28px;
margin-bottom: 0;
text-align: left;
}
/* Why Us Section --------------------------------*/ 
#why-us {
padding: 60px 0;
} 
#why-us .why-us-content .features {
margin: 0 0 15px 0;
padding: 0;
transition: 0.3s ease-in-out;
}
#why-us .why-us-content .features i {
font-size: 36px;
float: left;
}
#why-us .why-us-content .features h4 {
font-size: 24px;
font-weight: 600;
margin-left: 56px;
color: #000;
margin-bottom: 5px;
} #why-us .why-us-content .features p{
font-size: 16px;
margin-left: 56px;
color: #555186;
} 
#why-us .counters {
padding-top: 40px;
}
#why-us .counters span {
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 48px;
display: block;
color: #555186;
}
#why-us .counters p {
padding: 0; margin: 0 0 20px 0;
font-family: "Montserrat", sans-serif; font-size: 13px;
color: #8a87b6;
} 
/* Call To Action Section --------------------------------*/ 
#call-to-action {
background: #2d2b46;
background-size: cover;
padding: 40px 0;
} 
#call-to-action .cta-title {
color: #fff; font-size: 28px;
font-weight: 700;
} 
#call-to-action .cta-text {
color: #fff;
} 
#call-to-action .cta-btn {
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 26px;
border-radius: 3px;
transition: 0.5s;
margin: 10px;
border: 3px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover {
background: #e97e00;
border: 3px solid #e97e00;
} 
/* Features Section --------------------------------*/
#features {
padding: 80px 0;
} 
#features h4 {
font-weight: 600;
font-size: 24px;
}
/* Portfolio Section --------------------------------*/
#portfolio { 
padding: 60px 0;
}
#portfolio #portfolio-flters { 
padding: 0; margin: 5px 0 35px 0;
list-style: none;
text-align: center;
}
#portfolio #portfolio-flters li {
cursor: pointer;
margin: 15px 15px 15px 0;
display: inline-block; padding: 6px 10px;
font-size: 16px;
line-height: 20px;
color: #000;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
} 
#portfolio,
#portfolio-flters li:hover,
#portfolio,
#portfolio-flters li.filter-active {
color: #e97e00;
}
#portfolio,
#portfolio-flters li:last-child {
margin-right: 0; 
} 
#portfolio .portfolio-item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-wrap {
overflow: hidden; position: relative; margin: 0;
}
#portfolio .portfolio-item .portfolio-wrap:hover img {
transition: 0.3s;
} 
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
position: absolute; top: 0;
right: 0; bottom: 0; left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center; align-items: center;
-webkit-box-orient: vertical; -webkit-box-direction: normal;
-webkit-flex-direction: column; -ms-flex-direction: column;
flex-direction: column;
text-align: center;
opacity: 0;
transition: 0.2s linear;
} 
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
font-size: 22px;
line-height: 1px;
font-weight: 700;
margin-bottom: 13px;
padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
color: #fff; 
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
color: #e97e00;
} 
#portfolio .portfolio-item .portfolio-wrap .portfolio-info p { 
padding: 0; margin: 0; 
color: #f8fcff; 
font-weight: 500;
font-size: 13px;
text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details { 
display: inline-block;
line-height: 1;
text-align: center; width: 36px; height: 36px;
background: #e97e00;
border-radius: 50%;
margin: 10px 4px 0 4px;
} 
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
padding-top: 6px; font-size: 22px; color: #fff; 
} 
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
background: #42c3e8;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap:hover {
background: #282646;
}
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
opacity: 1;
}
/* Testimonials Section --------------------------------*/ 
#testimonials {
padding: 60px 0;
} 
#testimonials .section-header {
margin-bottom: 40px; 
} 
#testimonials .testimonial-item .testimonial-img {
width: 120px;
border-radius: 50%;
border: 4px solid #fff;
float: left;
} 
#testimonials .testimonial-item h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
margin-left: 0px;
}
#testimonials .testimonial-item h4 {
font-size: 13px;
color: #999;
margin: 0 0 15px 0;
margin-left: 0px;
}
#testimonials .testimonial-item p { 
font-style: italic;
margin: 0 0 15px 0px;
}
#testimonials .owl-nav, #testimonials .owl-dots {
margin-top: 5px; text-align: center;
}
#testimonials .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
} 
#testimonials .owl-dot.active {
background-color: #e97e00;
} 
/* Team Section --------------------------------*/
#team {
padding: 60px 0;
}
#team .member {
text-align: center;
margin-bottom: 20px;
position: relative; overflow: hidden;
} 
#team .member .member-info {
display: -webkit-box; 
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0; left: 0
; right: 0;
transition: 0.2s; padding: 15px 0;
background: rgba(29, 28, 41, 0.6);
} 
#team .member .member-info-content {
transition: margin 0.2s;
transition: height 0.4s;
}
#team .member:hover .member-info {
transition: 0.4s;
}
#team .member:hover .member-info-content {
height: 80px;
}
#team .member h4 {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
color: #fff; 
}
#team .member span {
font-style: italic;
display: block;
font-size: 13px;
color: #fff;
} 
#team .member .social {
margin-top: 15px; 
} 
#team .member .social a {
transition: none; color: #fff;
}
#team .member .social a:hover {
color: #e97e00;
}
#team .member .social i {
font-size: 18px; margin: 0 2px;
} 
/* Clients Section --------------------------------*/
#clients {
padding: 60px 0;
background: #fcfcfceb;
}
#clients img {
max-width: 80%;
transition: 0.3s;
padding: 15px 0;
} #clients img:hover { 
opacity: 1; 
}
#clients .owl-nav, #clients .owl-dots {
margin-top: 5px; text-align: center;
}
#clients .owl-dot {
display: inline-block; margin: 0 5px;
width: 12px; height: 12px;
border-radius: 50%; background-color: #ddd;
}
#clients .owl-dot.active {
background-color: #e97e00;
} 
/* Pricing Section --------------------------------*/ 
#pricing {
padding: 80px 0;
} 
#pricing .card {
border: 0; border-radius: 0px;
box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
transition: all .3s ease-in-out; padding: 36px 0;
position: relative;
}
#pricing .card:after {
content: ''; position: absolute;
top: 0; left: 0;
width: 0%;
height: 5px;
background-color: #e97e00;
transition: 0.5s;
} 
#pricing .card:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
} 
#pricing .card:hover:after {
width: 100%; 
} 
#pricing .card .card-header {
background-color: white; 
border-bottom: 0px;
-moz-text-align-last: center;
text-align-last: center;
}
#pricing .card .card-title {
margin-bottom: 16px;
color: #535074;
}
#pricing .card .card-block {
padding-top: 0; text-align: center;
}
#pricing .card .list-group-item {
border: 0px; padding: 6px; color: #000;
font-weight: 300;
} 
#pricing .card h3 {
font-size: 64px;
margin-bottom: 0px;
color: #535074;
}
#pricing .card h3 .currency {
font-size: 30px;
position: relative;
font-weight: 400;
top: -30px;
letter-spacing: 0px;
} 
#pricing .card h3 .period {
font-size: 16px;
color: #6c67a3;
letter-spacing: 0px;
}
#pricing .card .list-group {
margin-bottom: 15px; 
} 
#pricing .card .btn {
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
/*color: #5f5b96;*/
/*border-radius: 0;*/
padding: 10px 24px;
letter-spacing: 1px;
border-radius: 3px;
display: inline-block;
background: #e97e00; color: #fff;
}
#pricing .card .btn:hover {
background: #0a98c0;
}
/* Frequently Asked Questions Section --------------------------------*/
#faq {
padding: 60px 0;
overflow: hidden;
}
#faq #faq-list {
padding: 0; list-style: none;
}
#faq #faq-list li {
border-bottom: 1px solid #ebebeb;
}
#faq #faq-list a {
padding: 22px 0; display: block;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 20px;
line-height: 1; font-weight: 400;
padding-right: 20px;
} 
#faq #faq-list i {
font-size: 24px;
position: absolute;
right: 0;
top: 20px;
}
#faq #faq-list p {
margin-bottom: 20px;
}
#faq, 
#faq-list a .collapse {
color: #e97e00;
} 
#faq #faq-list a.collapsed {
color: #000;
}
#faq #faq-list a.collapsed i::before { 
content: "\f2c7" !important;
} 
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
#footer {
font-size: 16px;
background: #ffff;
}
#footer .footer-top {
padding: 60px 0 60px 0;
background: #f7f7f7a3;
}
#footer .footer-top .footer-info {
margin-bottom: 30px; 
}
/*#footer .footer-top .footer-info h3 {*/
/*}*/
#footer .footer-top .footer-info p {
font-size: 13px;
line-height: 24px;
margin-bottom: 0;
font-family: "Montserrat", sans-serif;
color: #535074;
}
#footer .footer-top .social-links a {
font-size: 15px; display: inline-block;
background: #e97e00; color: #fff;
line-height: 1;
padding: 7px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
transition: 0.3s;
} 
#footer .footer-top .social-links a:hover {
background:#2f2f2f; color: #fff; 
}
#footer .footer-top h4 { 
font-size: 13px;
font-weight: bold;
color: #000;
text-transform: uppercase;
position: relative; padding-bottom: 0px;
margin-bottom: 10px;
}
#footer .footer-top .footer-links {
margin-bottom: 10px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
} 
#footer .footer-top .footer-links ul li {
padding: 8px 0;
} 
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #000000;
} 
#footer .footer-top .footer-links ul a:hover {
color: #e97e00;
} 
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact p { 
line-height: 26px;
} 
#footer .footer-top .footer-newsletter {
margin-bottom: 30px;
} 
#footer .footer-top .footer-newsletter input[type="email"] {
/*border: 0;*/
padding: 6px 8px;
width: 65%;
border: 1px solid #d9dde6;
} 
#footer .footer-top .footer-newsletter input[type="submit"] {
background: #e97e00;
border: 1px solid #e97e00;
width: 35%;
padding: 6px 0;
text-align: center;
color: #fff;
transition: 0.3s;
cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
background: #0a98c0;
} 
#footer .footer-top .form .form-group {
margin-bottom: 15px;
}
#footer .footer-top .form #sendmessage {
color: #fff;
background: #e97e00;
display: none; text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
} 
#footer .footer-top .form #errormessage {
color: #fff;
display: none;
background: red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show, 
#footer .footer-top .form .show { 
display: block;
}
#footer .footer-top .form .validation {
color: red; display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
} 
#footer .footer-top .form label {
color: #000; font-weight: 500;
} 
#footer .footer-top .form input, 
#footer .footer-top .form textarea {
border-radius: 0; box-shadow: none;
border: 1px solid #dce1ec;
font-size: 13px;
} 
#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
color: #a2a0bd;
}
#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
color: #a2a0bd;
} #footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder  {
color: #a2a0bd;
} 
#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder { 
color: #a2a0bd;
} 
#footer .footer-top .form button[type="submit"] {
background: #e97e00; border: 0;
border-radius: 3px;
padding: 8px 30px;
color: #fff; transition: 0.3s;
} 
#footer .footer-top .form button[type="submit"]:hover {
background: #0a98c0;
cursor: pointer;
} 
#footer .copyright {
text-align: center; padding-top: 30px;
color: #535074;
font-size: 15px;
}
#footer .credits {
text-align: center;
font-size: 13px;
padding-top: 4px;
color: #8582a8;
} 
#footer .credits a { 
color: #e97e00;
}
#footer .credits a:hover {
color: #0a98c0;
} 
/*-------------------------------------------------------------- # Responsive Media Queries --------------------------------------------------------------*/ 
@media only screen and (max-width: 600px) {
.m-logo {
width: 200px;height: auto;
}
}
@media (min-width: 991px) {
#call-to-action .cta-btn-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center; 
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end; justify-content: flex-end;
} 
}
@media (min-width: 992px) {
#intro .intro-info {
padding-top: 8rem; 
} 
#intro .intro-img {
padding-top: 3rem;
} 
}
@media (max-width: 991px) {
#topbar { 
display: none; 
} 
#header {
height: 70px;
padding: 10px 0;
}
#header .logo h1 {
font-size: 28px;
padding: 8px 0;
} 
#why-us .why-us-content {
padding-top: 30px;
}
#pricing {
padding-bottom: 30px;
} 
#pricing .card {
margin-bottom: 50px;
} }
@media (max-width: 768px) {
.back-to-top { 
bottom: 15px; 
}
#faq #faq-list a {
font-size: 18px;
}
#faq #faq-list i {
top: 20px;
} }
@media (max-width: 767px) {
#intro {
height: auto; padding: 80px 0 60px 0;
}
#intro .container { 
height: auto !important;
}
#intro .intro-img {
width: 80%;
}
#intro .intro-info {
text-align: center;
padding-top: 20px;
}
#intro .intro-info h2 {
font-size: 34px; margin-bottom: 30px;
} 
.section-header p {
width: 100%;
}
#testimonials .testimonial-item {
text-align: center;
} 
#testimonials .testimonial-item .testimonial-img {
float: none; margin: auto;
} 
#testimonials .testimonial-item h3,
#testimonials .testimonial-item h4,
#testimonials .testimonial-item p {
margin-left: 0;
} }
@media (max-width: 574px) { 
#footer .footer-top .social-links a {
margin-bottom: 25px;
} 
.front-block { 
width:auto !important; margin-top: 1rem !important;
}
main #login {
padding-top: 6rem !important;
}
body.login {
background:none !important;
} 
body.login .shadow {
box-shadow:none !important;
}
body.login .card {
border:none !important; 
} 
body.login .card-footer {
border:none; 
} 
body.login .btn-primary { 
width:100%;
} } 
body.login .btn-primary {
background-color: #008262;
border-color: #008262; 
} 
.front-block {
margin-top:4rem; width:100%;
} 
body.login {
background:#fafbfe url("../img/lbg.png") no-repeat;
}
main#login {
padding:10rem 0 5rem 0;
} 
.login-header {
margin-bottom: 1.8rem!important;
}
.form-control {
display: block; width: 100%;
height: calc(1.5em + 1.5rem + 2px);
padding: 0.75rem 1.25rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #8492A6;
background-color: #FFF;
background-clip: padding-box;
border: 1px solid #E0E6ED;
border-radius: 0.25rem;
-webkit-box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.input-group-text {
display: -webkit-box; display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.75rem 1.25rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #C0CCDA;
text-align: center;
white-space: nowrap;
background-color: #FAFBFE;
border: 1px solid #E0E6ED;
border-radius: 0.25rem;
}
.input-group-merge .input-group-text {
color: #C0CCDA;
background-color: #FFF;
border: 1px solid #E0E6ED;
} 
.btn-sm, .btn-group-sm > .btn {
padding: 0.5rem 1.25rem;
font-size: 0.875rem; line-height: 1.5;
border-radius: 0.25rem;
} 
.form-control:focus {
box-shadow:none !important;
}
.search_overlay { 
padding-top: 3rem;
position: fixed;
width: 100%; height: 100%;
background: rgba(47, 47, 47, 0.97);
top: 0; z-index: 99999;
}
.search-wrap {
position:relative;
margin: 0% 5%;
border: 1px solid #efefef;
background: white;
box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.08);
border-radius: 1px;
}
.srch_close { 
top: 1.5rem;
position: absolute;
right: 30px;
cursor:pointer;
}
.srch_close i {
color: #bdbdbd;
font-size: 1.5rem;
} 
.search-title {
font-size: 1.5rem;
margin: 0rem 0;
border-bottom: 1px solid #e8e8e8;
padding: 1rem 0;
}
.search-input {
margin-bottom: 0 !important;
border-bottom: 0 !important;
border: none !important;
padding: 0px 0px 0 20px !important;
height: 64px !important;
border-radius: 3px !important;
color: #9a9a9a;
background: transparant !important;
box-shadow: none !important;
width: 95% !important;
}
.search-submit {
line-height: 10px !important;
background: none !important;
border: navajowhite !important;
position: absolute !important;
right: 15px !important;
top: 23px !important;
} 
.white-text { color: #FFFFFF !important;
}
#hideshow {
cursor:pointer;
}
#topbar
.social-links {
font-weight: 600;
}
.m-logo {
display:none;
} 
.mcart {
display:none;
} 
.msearch {
display:none;
} 
@media (max-width: 375px)
{
.mcart {
display:block !important;
position: fixed;
right: 3.8rem;
top: 27px;
z-index: 9998;
border: 0;
background: none;
font-size: 16px;
transition: all 0.4s;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
color: black; 
}
.msearch {
position: fixed;
display:block !important;
right: 7.5rem;
top: 28px;
z-index: 9998;
border: 0; background: none;
font-size: 16px;
transition: all 0.4s; outline: none !important;
line-height: 1; cursor: pointer;
text-align: right; color: black !important;
} 
.desk-search { display:none !important;
} 
.desk-logo {
display:none !important;
} 
.m-logo {
display:block !important;
width: 151px;
margin-top: -8px !important;
} } 
.page_container 
{ 
padding-top: 8rem;
font-size: 13px;
}
.breadcrumbs {
margin-bottom:2rem;
text-align:right;
font-size: 13px;
}
.page-title {
text-align:center;
}
.page-title:after {
content: "";
width: 80px;
background: #e97e00;
height: 3px;
display: block;
margin: auto; margin-top: 0.5rem;
margin-bottom: 3rem;
}
body:not(.index) header {
background: white;
} 
.pro-details {
padding: 1rem;
margin-bottom: 1rem;
}
.product-wrap img {
    }
.pro-details h6 {
font-weight:600;
margin-bottom: 0px;
color: #e97e00;
}
.pro-img {
overflow: hidden;
border: 5px solid #a7a7a72b;
position:relative;
} 
.exclusive {
position: absolute;
z-index: 99; background: #f8031b;
color: white;
padding: 3px 8px;
border-radius: 31px;
font-size: 9px;
font-weight: 600;
right: 5px; top: 5px;
} 
.pro-img img {
transition: transform .5s ease;
}
.product-wrap:hover img {
transform: scale(1.2) !important;
}
.pro-price {
text-align:center;
font-weight: 600;
color:black;
} 
.product-name {
font-weight: 600;
color: #e97e00;
} 
.sub_price {
color: #e97e00;
}
.product-price {
font-weight: 400;
}
.product-detail-wrap h4, h5 {
font-size:1rem;
}
.btn-enquiry {
background: #e97e00;
color: white !important;
cursor: pointer;
font-size: 16px;
font-weight: 700;
padding: 10px 30px;
} 
.product-img {
border: 1px solid #e8e8e8;
padding: 2rem;
} 
samp {
font-family: inherit;
} 
.gst-note {
margin-top: 10px;
color: grey;
}
.stock-status {
color: #15ca15;
font-weight: 500;
margin-bottom: 15px;
display: block;
} 
.ajx_loader {
position: fixed;
width: 100%;
height: 100%;
background: white;
z-index: 9999; top: 0;
}
.ajx_loader img { 
position: absolute;
left: 50%;
margin-left: -110px;
margin-top: 17%; width: 200px;
}
@keyframes flickerAnimation {
0% {
opacity:1;
} 
50% {
opacity:0;
} 
100%
{ 
opacity:1;
} } 
@-o-keyframes flickerAnimation {
0% { 
opacity:1;
}
50% {
opacity:0;
} 
100% 
{ 
opacity:1; 
} }
@-moz-keyframes flickerAnimation {
0% {
opacity:1;
}
50% {
opacity:0;
}
100%{ 
opacity:1; 
} }
@-webkit-keyframes flickerAnimation {
0% {
opacity:1;
}
50% {
opacity:0;
}
100% {
opacity:1;
} }
.animate-flicker {
-webkit-animation: flickerAnimation 1s infinite;
-moz-animation: flickerAnimation 1s infinite;
-o-animation: flickerAnimation 1s infinite;
animation: flickerAnimation 1s infinite;
} @media (max-width: 992px) { 
.main-nav {
display:none !important;
} .page_container{
padding-top:5rem !important;
} 
.breadcrumbs {
display:none; 
} 
.product-img {
margin-bottom:2rem !important;
}
.product-rside {
text-align:center;
}
.btn-enquiry {
width:100%; 
}
#st-1 { 
text-align:center !important;
} 
.specification_block {
line-height: 2rem !important;
font-size: 13px;
} 
.specification_block .col-4 {
border-bottom: 1px solid #efefef;
} 
.specification_block .col-8 {
border-bottom: 1px solid #efefef;
} 
.specification_block .col-12 {
border-bottom: 1px solid #efefef;
} 
.long-desc {
line-height: 20px;
padding-bottom: 8px;
} } 
@media (max-width: 425px) { 
.ajx_loader img {
margin-left: -97px !important;
margin-top: 30vh !important;
} 
.cart_title .mcart { 
position: inherit; 
text-align: left; 
} 
.cart_qty_btn {
margin-top:1rem; 
} 
.price_block_cart small {
display:none;
}
.cart_price{
padding: 15px 0;
display: block;
font-size: 1.5rem;
color: #e97e00;
}
.price_block_cart {
text-align:right !important;
} 
#cart_total {
color: #008262;
font-size:1.5rem;
}
.ptc_btn {
border-radius: 0px;
padding: 13px;
}
#ajx_ref .card {
margin-bottom:1rem; 
} 
.get-quotation h2 {
font-size: 1.2rem;
} 
.get-quotation h6 {
font-size:0.9rem; 
} } 
.cart_title .mcart {
display:block !important;
}
#ajx_ref .card {
padding: 1.5rem; 
box-shadow: 0px 1px 3px 1px #efefef8c;
border: 1px solid #efefefd4;
} 
.cart_title { 
font-weight: 600;
border-bottom: 1px solid #efefef;
padding-bottom: 1rem; 
}
.cart_row { 
margin-bottom: 30px;
font-size:13px;
} 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { 
-webkit-appearance: none;
margin: 0;
} 
input[type="number"] {
-moz-appearance: textfield; 
} 
.cart_remove {
font-size: 13px;
font-weight: 700;
color: #bfbfbf;
} 
.no-pro .card {
padding: 1.5rem;
box-shadow: 0px 1px 3px 1px #efefef8c;
border: 1px solid #efefefd4;
} 
.cart_sep {
margin:20px 0;
display:block;
} 
.ptc_btn {
background: #e97e00;
color: white; font-weight: 600;
} 
.ptc_btn:hover
{ 
background: #ffa337;
color:white !important;
} 
.user_panel {
display:none; 
} 
.mobile-nav .user_panel {
display: block !important; 
color: white;
font-weight: bold;
font-size: 1.2rem;
padding: 5px 19px;
border-bottom: 1px dashed #efefef40;
padding-bottom: 15px;
margin-bottom: 10px;
} 
.mobile-nav-toggle .fa-times {
visibility:hidden; 
} 
.nav_signout {
display:none;
} .mobile-nav .nav_signout {
display:block !important;
} 
.logged_in_user_dropdown {
max-width: 180px;
width: 200px; opacity: 0;
visibility: hidden;
top: calc(100% - 30px);
background: white;
padding: 10px 0px; 
text-align: left;
position: absolute;
right: 0;
z-index: 9999;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: ease all 0.3s; 
} 
.logged_in_user_dropdown ul {
padding:0px;
margin:0px;
} 
.logged_in_user_dropdown ul li {
    list-style:none; } 
.logged_in_user_dropdown ul li a {
padding: 12px 20px !important;
font-size: 13px; font-weight: 500;
text-transform: none; color: #000;
display: block !important;
line-height: 10px !important;
} 
.lg_menu:hover .logged_in_user_dropdown {
    opacity:1 !important;
    visibility:visible; top: 110%;
    }
    .clearfix { clear: both; width: 100%; display: block;
    } 
.no-orders {
padding: 3rem; margin-bottom: 0;
} 
.order-actions a {
margin-bottom: 5px;
background-color: #e97e00;
border-color: #e97e00;
font-size: 13px;
} 
.order-actions a:hover {
background-color: #ff8e09;
border-color: #ff8e09;
} 
@media only screen and (min-width: 1024px) {
.masonry { 
-moz-column-count: 3;-webkit-column-count: 3;
column-count: 3; 
} }
.masonry .brick {
margin-bottom: 1rem;
} 
.masonry .brick img {
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border: 3px solid #2d2d2d; 
    
} 
.masonry img {
max-width: 100%;
vertical-align: bottom;
} 
.pagination { 
    display: block; text-align:center;
    } .pagination li { display:inline-block; 
    } .pagination li a {
        margin: 0 2px; display: inline-block; padding: 4px 10px;
        text-decoration: none; background: #F3F3F3;
        background-image: -moz-linear-gradient(#F8F8F8, #EEE);
        background-image: -o-linear-gradient(#F8F8F8, #EEE);
        background-image: -webkit-linear-gradient(#F8F8F8, #EEE);
        background-image: linear-gradient(#F8F8F8, #EEE);
        -moz-border-radius: 4px; -webkit-border-radius: 4px;
        -khtml-border-radius: 4px; border-radius: 4px;
        color: #666; font-weight: 400;
        }
.pagination li a:hover {
background:#e97e00; color: white; text-shadow: none;
}
.pagination li.active a {
background: #e97e00; color: white; text-shadow: none; }
.jbox-img{ width:100%;}
.order_status ul{margin:0px; padding:0px;}
.order_status ul li{list-style: none; 
    display: inline-block;
    margin: 12px; margin-bottom: 0; color: #b8b8b8;}
.order_status ul li.active{    color: #008000;}
.certs img{border: 1px solid black;
    padding: 10px;}
.search-input:focus{border:none !important; box-shadow:none !important; outline:none !important;}
.search-submit{border:none !important; box-shadow:none !important; outline:none !important;}
.chattime
{display: block; font-size: 9.5px; color: #929292; text-align: right; width: 100%; bottom: 2px; right: 5px;}
.chat-title
{display: block;
    text-align: center;
    background: #212529;
    padding: 10px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 80%;
    margin: auto;}
.chat-wrap
{ background: url(../img/chatbg.jpg);
    background-size: contain;
    padding: 0 28px 84px 28px;
    border-radius: 1rem;
    min-height: 533px;max-height: 533px;}
.chat_wrapper
{ 
    background-size: contain;
    padding: 0 0px 84px 0px;
    border-radius: 1rem;
    min-height: 468px;
    overflow-y: scroll;
    max-height: 401px;
}
.chat_wrapper::-webkit-scrollbar {
  width: 0em;
}
.lcomment
{      width: fit-content;
    text-align: left;
    background: white;
    padding: 8px 10px 17px 9px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    padding-right: 64px;
    max-width: 80%;
    font-size: 14px;
    font-weight: 400;}
.rcomment
{   width: fit-content;
    background: white;
    padding: 8px 10px 1px 9px;
    border-radius: 5px;
    text-align: right;
    position: relative;
    font-size: 14px;
    font-weight: 400;}
.lcomment:before
{    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin-left: -18px;
    margin-top: -8px;
    position: absolute;
}
.rcomment:before
{ content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin-right: -9px;
    margin-top: -8px;
    position: absolute;
    right: 0px;
}
.view-proj-btn
{
    background: #e97e00;
    border: none;
    color: white;
    font-size: 16px;
    padding: 10px 25px;
    box-shadow:none;
}
.view-proj-btn:hover, .view-proj-btn:focus
{
    box-shadow:none;
     background: #e97e00;
     color:white;
}
.stock-clear
{
    border: 1px solid #000000;
    font-size: 32px;
    font-weight: 600;
    background: #e90000;
    color: white;
}
.stock-clear:focus
{
    box-shadow:none;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blink_me:hover
{
    color:white;
}
.currency_box
{
    min-width:100px;
        padding: 0;
            transform: translate3d(1003px, 0px, 0px) !important;
}
.currency_list
{
        padding: 0;
            margin-bottom: 0;
    text-align: center;
}
.currency_list li
{
    list-style:none;
        list-style: none;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
        cursor: pointer;
}
.currency_list li:hover
{
    background: #e3e3e3;
}
.get_sample_box
{
    position: fixed;
    top: 25%;
    left: 50%;
    background: white;
    width: 800px;
    height: 470px;
    z-index: 9999;
    margin-left: -27rem;
    display: none;
    padding: 4rem;
    text-align: center;
}
.btn-sample {
    background: #3F51B5;
    color: white !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px;
}
.get_sample_box img
{
    border: 1px solid #dadada; padding: 10px; border-radius: 5px;
}
.sample_label
{
    font-weight:600;
}
#sample_close
{
        font-size: 1.5rem;
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 1px;
    cursor:pointer;
}
.overlay
{
        background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display:none;
}
.sample-modal-info
{
    font-size:12px;
}
.cart-item .quantity {
    display: flex;
    align-items: center;
}

.cart-item .minus-btn,
.cart-item .plus-btn {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border: none;
    cursor: pointer;
    outline:none;
    font-size:25px;
}

.cart-item .quantity-input {
    width: 100px;
    height: 40px;
    text-align: center;
    
        outline: none;
    border: 1px solid #efefef;
}
