@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: #003488;
  --primaryhovercolor: #0b48a9;
  --primarydarkcolor: #09458d;
  --secondarycolor: #faa72d;
  --secondaryhovercolor: #ffb548;
  --linkcolor: #003488;
}

.oh {overflow: hidden;}
.page-loader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: table; background:#777; 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;}

.top-strip {background:#003488; 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 figure {margin: 0px; width: 355px;}
.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}
.navbar-light .navbar-nav > .nav-item:not(:last-child) {margin-right:27px;}
.navbar-light .navbar-nav .nav-link:hover {color:var(--secondarycolor)}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {color:var(--secondarycolor)}
.navbar-expand-lg .navbar-nav .nav-link {padding:0}
.navbar-nav .dropdown-menu {background:var(--secondarycolor);}
.navbar-nav .dropdown-menu .dropdown-item {color:#fff}
.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);}

@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:#000;}
.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 > *:not(:last-child) {margin-bottom:30px;}
.hprd-box {display: flex; height:240px; flex-wrap: nowrap; align-items: center; text-align: right; color:#fff; padding: 50px 40px; border-radius: 7px; position: relative; overflow:hidden; transition:all 0.3s ease-in-out}
.hprd-box:before {position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.95}
.hprd-box > * {position: relative; z-index: 1}
.hprd-box .img figure {margin: 0px; width: 100%; height:150px; position: relative;}
.hprd-box .img {flex:1;}
.hprd-box .img img {position: absolute; content: ''; left: 0; top: 50%; max-width: 100%; max-height: 100%; transform: translateY(-50%); transition:all 0.3s ease-in-out;}
.hprd-box:hover img {transform:translateY(-50%) scale(1.058);}
.hprd-box:hover {background-size: 110% !important}
.hprd-box .content {width: 280px;}
.hprd-box .title {font-size: 29px; font-weight:600; line-height: normal;}
.hprd-box .content .btn {padding: 7px 25px;}


.hprd-box-row > *:first-child .hprd-box:before {background-color:var(--secondarycolor)}
.hprd-box-row > *:nth-child(2) .hprd-box:before {background-color:var(--primarycolor)}
.hprd-box-row > *:nth-child(3) .hprd-box:before {background-color:var(--primarycolor)}
.hprd-box-row > *:nth-child(4) .hprd-box:before {background-color:var(--secondarycolor)}

.home-brands figure {margin: 0px auto; height: 120px; border:1px solid #e2e2e2; text-align: center; position: relative; padding:15px; border-radius: 5px;}
.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;}


.why-choose-row {padding-top: 60px;}
.why-choose-box {background: var(--primarycolor); color:#fff; padding:25px; height: 100%}
.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: 13px; 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;}
.box-2 .btn {height:58px;}

.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:#505050; 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:#fff; color:#000}
.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}
.fgl a:hover {text-decoration: underline;}
.copyright {padding: 7px 0; background:#424242; color:#999; 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;}
	.home-about .content {font-size: 14px; line-height: 22px;}
	.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 .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;}
}