@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body {font-family: 'Open Sans', sans-serif; font-size: 15px; color:#333; background:#fff; top: 0px !important;}

:root {
  --primarycolor: #01a44d;
  --primaryhovercolor: #099148;
  --primarydarkcolor: #00833d;
  --secondarycolor: #365993;
  --secondaryhovercolor: #3a66ac;
  --secondarydarkcolor: #102e5f;
  --linkcolor: #365993;
}

.oh {overflow: hidden;}
.page-loader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: table; background:#eee; text-align: center; overflow: hidden;}
.page-loader .item {display: table-cell; vertical-align: middle; height: 100%}
.page-loader img {-webkit-animation: fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;}

input, button, input:focus, button:focus, a:focus, select:focus {outline:none !important; box-shadow: none !important;}
a {color:var(--linkcolor); text-decoration:none}

.btn-lg, .btn-group-lg > .btn {font-size: 18px;}

.text-primary {color: var(--primarycolor) !important;}
.text-secondary {color: var(--secondarycolor) !important;}

.btn-primary {background: var(--primarycolor) !important; border-color: var(--primarycolor) !important;}
.btn-secondary {background: var(--secondarycolor) !important; border-color: var(--secondarycolor) !important;}

.btn-outline-primary {color: var(--secondarycolor); border-color: var(--secondarycolor);}
.btn-outline-primary:hover {background-color: var(--secondarycolor); border-color: var(--secondarycolor);}

.top-strip {background:var(--primarydarkcolor); color:#fff; font-size: 14px; padding: 5px 0}
.top-strip a {color:#fff}
.top-strip a:hover {text-decoration: none}
.tsl {list-style: none; padding: 0; margin: 0; display:inline-flex; align-items: center;}
.language-dropdown .dropdown-item {color:#333; font-size: 14px;}
.language-text {display:inline-block; border:1px solid #fff; border-radius:2px; padding: 0 7px}
.language-text:hover {background:#fff; color:#000}
.social-top a {display: inline-block; border:1px solid #fff; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; font-size: 11px;}
.social-top a:hover {background:#fff; color:#000}
.social-top a:not(:last-child) {margin-right:3px;}
.top-strip .left .tsl > li:not(:first-child) {margin-left: 7px}
.top-strip .right .tsl > li:not(:last-child) {margin-right:20px}

.navbar-sect .navbar-collapse {flex-grow:initial;}
.navbar {background:#fff; box-shadow: 0px 2px 5px rgba(0,0,0,0.1); position: relative; z-index: 9}
.navbar-brand {padding: 0;}
.navbar-brand figure {margin: 0px;}
.navbar-brand figure img {max-width: 100%; max-height: 100%}
.navbar-sect .fa-home {font-size: 20px;}
.navbar-light .navbar-nav .nav-link {font-size: 16px; color:#000; font-weight: 600; text-transform: uppercase; padding: 7px 17px; border-radius: 5px;}
.navbar-light .navbar-nav > .nav-item:not(:last-child) {margin-right:7px;}
.navbar-light .navbar-nav .nav-link:hover {color:var(--primarycolor)}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {background: var(--primarycolor); color: #fff;}
.navbar-nav .dropdown-menu {background:var(--primarycolor); width:300px;}
.navbar-nav .dropdown-menu .dropdown-item {color:#fff; padding: 7px 10px; white-space: normal;}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-item:hover, .dropdown-item:focus {background:rgba(0,0,0,0.1);}
.navbar-fixed {position: fixed; top: 0; left: 0; width: 100%; z-index: 10}
.navbar-fixed .navbar {box-shadow: 0px 2px 5px rgba(0,0,0,0.3);}
.dropdown-menu {width: 200px;}

@media(max-width: 991px){
.navbar-light .navbar-toggler {border-color:var(--primarycolor); padding: 5px; font-size:initial;}
.navbar-toggler-icon {width: 20px; height: 20px;}
.navbar-sect .navbar-collapse .navbar-nav {align-items: initial !important;}
.navbar-light .navbar-nav > .nav-item {margin-right: 0px !important; margin-bottom: 10px;}
.navbar-light .navbar-nav .nav-link {font-size: 15px;}
.navbar-collapse {padding-top: 17px;}
.navbar-nav .dropdown-menu {font-size: 15px;}
}

@media(max-width: 767px){
	.social-top {display: none;}
	.navbar-brand figure {width: 250px;}
}
@media(max-width:356px){
	.navbar-brand figure {width: 222px;}
}

.home-slide img {width: 100%; max-height: 100%}
.home-slide.owl-theme .owl-dots {bottom:15px !important}
.home-slide.owl-theme .owl-dots .owl-dot span {width: 14px !important; height: 14px !important; border-radius: 0px !important; background:rgba(255,255,255,0.5) !important;}
.home-slide.owl-theme .owl-dots .owl-dot.active span {width: 14px !important; height: 14px !important; background:rgba(255,255,255,1) !important;}
.arrow1.owl-theme .owl-nav {margin: 0px;}
.arrow1.owl-theme .owl-nav span {position: relative; top: -2px}
.arrow1.owl-theme .owl-nav [class*=owl-] {position: absolute; top: 50%; transform: translateY(-50%); background:rgba(255,255,255,1); border:1px solid #ccc; width: 40px; height: 40px; line-height:12px; border-radius: 50%; margin: 0; font-size:15px; padding:0 !important; display: inline-block; color:#333;}
.arrow1.owl-theme .owl-nav [class*=owl-]:hover {background:rgba(255,255,255,1); color:#000}
.arrow1.owl-theme .owl-nav .owl-prev {left:-20px;}
.arrow1.owl-theme .owl-nav .owl-next {right:-20px;}

.section {padding:50px 0}
.sect-heading {padding-bottom:25px;}
.sect-heading .title {font-size: 29px; font-weight: 600; margin:0 0 3px; color:var(--primarycolor);}
.sect-heading .title2 {font-size: 24px; font-weight: 500; margin:0 0 3px; position: relative;}
.sect-heading .sd {position: absolute; opacity:0.07; font-size:200%; top: 50%; left:50%; transform: translate(-50%, -50%);}
.sect-heading .bdr {width: 70px; height:3px; margin:10px auto}
.bg-gray {background-color:#f1f1f1}

.home-about {font-size: 18px; line-height: 28px;}
.home-about .highlight {text-align: center; font-weight:600; max-width: 800px; margin: 0 auto 25px}

.hprd-box-row > * {margin-bottom:30px;}
.hprd-box {display: flex; height:100%; flex-wrap: nowrap; justify-content: space-between; align-items: center; text-align: right; color:#fff; padding: 30px 40px; border-radius: 7px; position: relative; overflow:hidden; transition:all 0.3s ease-in-out; border:1px solid #fff}
.hprd-box:before {position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: #ccc; opacity: 0.95}
.hprd-box > * {position: relative; z-index: 1}
.hprd-box .img figure {margin: 0px; width: 100%; height:150px; position: relative; overflow: hidden; background: #fff; border-radius: 7px; display: inline-block; text-align: center; margin-right: 15px;}
.hprd-box .img img {height: 150px; object-fit: scale-down; max-width: 250px; transform: scale(0.8); transition: 0.3s ease-in-out;}
.hprd-box:hover img {transform: scale(0.9);}
.hprd-box:hover {box-shadow: 0px 4px 20px rgba(0,0,0,0.1); border:1px solid #cccccc}
.hprd-box .content {width: 280px;}
.hprd-box .title {font-size: 29px; font-weight:600; line-height: normal; color: #333; text-shadow: 1px 1px 3px rgba(255,255,255,0.3);}
.hprd-box .content .btn {padding: 7px 25px;}
.hprd-box .content .btn:hover i {color: #fff !important;}

.hprd-box-row > *:first-child .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(2) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(3) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(4) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(5) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(6) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(7) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(8) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(9) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(10) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(11) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(12) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(13) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(14) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(15) .hprd-box:before {background-color:#ebf2f9}
.hprd-box-row > *:nth-child(16) .hprd-box:before {background-color:#ededed}
.hprd-box-row > *:nth-child(17) .hprd-box:before {background-color:#ededed}

.box-row > * {margin-bottom:20px}
.box {padding:17px;transition:all .3s;border-radius:10px;overflow:hidden;height:100%; border:1px solid #ddd; text-align: center;}
.box figure{margin-bottom:0;width:100%;position:relative;overflow:hidden}
.box figure:after{position:absolute;content:'';width:100%;height:100%;left:0;top:0;opacity:0;transition:all .3s}
.box figure:hover:after{opacity:1}
.box figure img{width:100%;opacity:.9;transition:all .3s}
.box:hover img{transform:scale(1.2);opacity:1}
.box .title{font-size: 16px; color:#333; font-weight:600;display:inline-block; text-decoration: none; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;margin-top:15px}
.box .btn {padding:6px 25px;font-size:14px; margin-top: 7px}

.error-page .title {font-size: 100px;}
.error-page .heading-1 {text-transform: uppercase; font-size:28px; line-height: 30px; margin-bottom: 20px}
.error-page .heading-2 {font-size: 16px; margin-bottom: 22px}


.home-brands figure {margin: 0px auto; height: 120px; border:1px solid #e2e2e2; text-align: center; position: relative; padding:15px; border-radius: 5px; background:#fff;}
.home-brands figure img {position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); max-width: 90%; max-height: 90%}
.home-brands.owl-theme .owl-dots {position: relative;left: inherit !important;right: inherit !important;bottom:inherit !important; margin-top: 25px;}
.home-brands.owl-theme .owl-dots .owl-dot span {width: 14px !important; height: 14px !important; border-radius: 0px !important; background:#ccc !important;}
.home-brands.owl-theme .owl-dots .owl-dot.active span {width: 14px !important; height: 14px !important; background:var(--secondarycolor) !important;}


.inner-header-wrap {position: relative;}
.inner-header {background: #333; padding:70px 0 100px; position: relative;}
.breadcrumb {font-size: 14px; color: #fff; position: relative; z-index: 1;}
.breadcrumb a {text-decoration: none; color: #fff;}
.breadcrumb-item.active {color: rgba(255,255,255,0.8);}
.breadcrumb-item + .breadcrumb-item::before {color: #fff;}
.banner-bottom {height: 65px; position: absolute; width: 100%; bottom: 0px; z-index:2; padding-bottom: 72px; background: url(../images/banner-bot-img.png) center top repeat-x; }

.scrollTop{background:var(--primarycolor);color:#fff; position:fixed;bottom:25px;right:25px;border-radius:50%;width:50px;height:50px;text-align:center;cursor:pointer;z-index:9;opacity:0;transition:all .3s;cursor:pointer}
.scrollTop:after{position:absolute;content:'\f30c';font-family:'Font Awesome 5 Free';font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s}
.scrollTop:hover:after{top:40%}
.scrollTop.active{opacity:1}
.scrollTop:hover{background:rgba(0,0,0,0.8)}

.contact-box {padding: 15px; font-size: 16px; margin:0 auto; line-height: 25px; transition: all 0.3s; height: 100%; box-shadow: 0 2px 7px rgba(0,0,0,0.4); border-radius: 10px; max-width: 600px;}
.contact-box .heading {font-size: 20px; margin-bottom: 15px;}
.contact-box a {color: #333; text-decoration: none;}
.quick-contact li{position:relative;padding-left:27px;}
.quick-contact li:not(:last-child){margin-bottom: 15px;}
.quick-contact li:before{position:absolute;top:2px;left:0;font-family:'Font Awesome 5 Free'; font-weight: 600; width:20px;text-align:center; color: var(--secondarycolor);}
.quick-contact li.name:before{content:'\f007'; font-weight: 500;}
.quick-contact li.address:before{content:'\f3c5'}
.quick-contact li.email:before{content:'\f0e0'; font-weight: 500;}
.quick-contact li.phone:before{content:'\f2a0';}
.quick-contact li.mobile:before{content:'\f3cd';}
.quick-contact li.website:before{content:'\f57e';}
.quick-contact li.toll-free:before{content:'\f590';}
.quick-contact li.skype:before{content:'\f17e'; font-family:'Font Awesome 5 Brands';}
.quick-contact li.whatsapp:before{content:'\f232'; font-family:'Font Awesome 5 Brands';}
.contact-iframe iframe {margin: 0; line-height: 1px;}

.prd-img {margin-bottom: 17px; overflow: hidden; border-radius:10px; border:1px solid #eee; cursor: pointer; position: sticky; top:130px;}
.prd-img img {width: 100%;}
.prd-title {font-size: 28px; font-weight: 700; margin-bottom: 17px;}
.prd-details {font-size: 16px; line-height: 26px; color: #333; margin-bottom: 20px;}
.prd-details > * {margin-bottom: 5px;}
.prd-details br br {display: none;}
.prd-details > * br {display: none;}
.prd-details h1, .prd-details h2, .prd-details h3, .prd-details h4, .prd-details h5 {font-size: 22px; margin-bottom: 10px; font-weight: 700;}
.prd-details div {margin-bottom: 15px;}
.prd-details table td {padding: 5px 12px;}


.why-choose-row {padding-top: 60px;}
.why-choose-box {background: var(--primarycolor); color:#fff; padding:25px; height: 100%; border-radius: 7px;}
.why-choose-box .sect-heading .title {color:#fff; font-size: 21px;}
.why-choose-box .sect-heading .bdr {margin: 10px 0}
.why-list {list-style:none;padding: 0; margin: 0}
.why-list > li {padding-left: 35px; position: relative;}
.why-list > li:before {position: absolute; top:2px; left: 0; content: '\f0fe'; font-size:22px; font-family:"Font Awesome 5 Free"}
.why-list > li:not(:last-child) {margin-bottom: 17px;}
.why-list .title {font-size: 18px; font-weight: 500}
.why-list .desc {font-size: 14px; font-weight: 300}


.home-video {padding-left: 25px;}
.home-video .sect-heading {padding-bottom: 17px;}
.home-video .sect-heading .title {color:#a8a8a8; font-size: 21px;}
.home-video .sect-heading .title span {font-size: 30px; font-weight: 600; margin-top: 3px;}
.home-video iframe {width: 100%; height:300px; margin: 0px; line-height: 1px}

.box-2-row > * {margin-bottom: 17px;}
.box-2 {background:#fff; padding: 15px; box-shadow: 0px 2px 7px rgba(0,0,0,0.1); height:calc(100% - 90px)}
.intl-tel-input {display: block !important}
.intl-input {height: 58px; font-size: 15px;}
.form-control::placeholder {opacity: 1; font-weight: 500; color:#000}
.form-control {font-size: 14px;}

.testimonial {padding:30px}
.testimonial figure {width: 70px; height: 70px; border-radius: 50%;overflow: hidden; margin: 0 auto 15px; border:1px solid #c5c5c5;}
.testimonial figure img {max-width: 100%; max-height: 100%}
.testimonial .title {font-size:22px; font-weight: 600; margin-bottom: 17px;}
.testimonial .desc {font-size:16px; color:#666; line-height:28px;}
.testimonial.owl-theme .owl-dots {position: relative;left: inherit !important;right: inherit !important;bottom:inherit !important; margin-top: 25px;}
.testimonial.owl-theme .owl-dots .owl-dot span {width: 14px !important; height: 14px !important; border-radius: 0px !important; background:#ccc !important;}
.testimonial.owl-theme .owl-dots .owl-dot.active span {width: 14px !important; height: 14px !important; background:var(--secondarycolor) !important;}

.footer {background:var(--secondarydarkcolor); color:#fff; padding: 60px 0}
.footer-social a {display: inline-block; width: 37px; height: 37px; line-height: 37px; background:none; color:#fff; border:1px solid #fff; font-size: 22px; text-align: center; transition: 0.3s ease-in-out; margin: 0 5px}
.footer-social a:hover {background:var(--primarycolor); color:#fff}
.footer-top {border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom:12px; margin-bottom: 25px}
.foot-row > *:not(:last-child) {margin-bottom: 15px;}
.footer .title {font-size: 19px; font-weight: 600; margin-bottom: 15px;}
.fgl {list-style: none; padding: 0; margin: 0; font-size: 14px;}
.fgl > li:not(:last-child) {margin-bottom:5px;}
.fgl a {color:#fff; word-break: break-all;}
.fgl a:hover {text-decoration: underline;}
.copyright {padding: 7px 0; background:#091b38; color:rgba(255,255,255,0.6); font-size: 14px;}
.copyright a {color:#fff}

.skiptranslate{display:none}

@media(max-width: 991px){
	.section {padding:30px 0}
	.sect-heading .title, .sect-heading .title2 {font-size: 20px;}
	.sect-heading {padding-bottom: 10px;}
	.home-about {font-size: 16px;line-height: 26px;}
	.btn-lg, .btn-group-lg > .btn {font-size: 14px;}
	.hprd-box {padding: 20px 20px; height: 150px;}
	.hprd-box .img {flex:none; width: 140px;}
	.hprd-box .title {font-size: 17px;}
	.hprd-box .img figure {height: 95px;}
	.hprd-box .img img {max-width: 100%; height: 95px;}
	.hprd-box .content {width: 100%}
	.hprd-box-row > *:not(:last-child) {margin-bottom: 15px;}
	.why-choose-row {padding-top: 40px;}
	.home-video {padding-left: 0px; padding-top: 17px;}
	.home-video .sect-heading .title span {font-size: 21px;}
	.home-video .sect-heading {padding-bottom: 5px;}
	.testimonial {padding: 0px;}
	.testimonial .title {font-size: 18px; margin-bottom: 10px;}
	.testimonial .desc {font-size: 14px; line-height: 23px;}
	.testimonial.owl-theme .owl-dots {margin-top: 15px;}
	.foot-logo {text-align: center; width: 250px; margin: 0 auto}
	.foot-logo img {max-width: 100%}
	.footer-top .text-end {text-align: center !important;}
	.footer {padding: 20px 0}
	.footer .title {margin-bottom: 7px; font-size: 17px;}
	.foot-row, .fgl {font-size: 13px;}

	.inner-header {padding: 30px 0 50px;}
	.navbar-brand figure img {height: 60px;}
	.dropdown-menu {width: 100%;}
}