/* Reset ================================================================================= */

*{margin:0;padding:0}
body{ font-family: 'Poppins', sans-serif; font-weight:400; font-size:14px; color:#323233;}
a {text-decoration:none;	background-color: transparent; color:inherit; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer; border:none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
:focus{outline:none;}
a:focus{outline:none; text-decoration:none;}
a:hover { text-decoration:none;}

.none{display:none !important;}
.position{position:relative;}
.img-center {margin:0 auto; display:block;}
.pt-80 {padding-top:80px}
.pb-80 {padding-bottom:80px}
.mt-80 {margin-top:80px}
.mb-80 {margin-bottom:80px;}
.blue-bg {background-color:#1775ba}

/* Headings */
h1,h2,h3,h4,h5,h6 { margin:0; line-height:1.35; font-weight:normal;}
h1{ font-size:40px;}
h2{ font-size:30px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:16px;}
h6{ font-size:14px;}

/* Forms */
form        { display:block;}
fieldset     { border:0; }
legend      { display:none; }

/* Table */
table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Lists */
ul,ol{list-style:none; margin: 0;}


/* Global Styles ========================================================================= */
@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
} 
@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}  
.header .navbar {
	padding:18px 0; 
} 
.header.sticky .navbar  {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 10px 0;
    -webkit-animation: fadeInDown .5s forwards;
    animation: fadeInDown .5s forwards; 
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
	padding:10px 0; 
	z-index:5;
	-webkit-box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 32%);
}
.header .navbar-nav .nav-item .nav-link {
    padding: 0;	
	color: #323233;
	font-weight:500;
}
.header .navbar-nav .nav-item + .nav-item .nav-link  {
	margin:0 0 0 30px;
}
.header .navbar-nav .nav-item .nav-link i {
	font-size:22px;
	color:#1775ba;
	vertical-align:middle;
	padding-right:2px;
}
.header .navbar-nav .nav-item .nav-link span{
	vertical-align:middle;
}
.header .navbar-nav .nav-item .nav-link:hover {
	color:#1775ba;
}
.header .navbar-nav.search-inputfiled{
	position: relative;
}
.header .navbar-nav.search-inputfiled .form-control,
.header .navbar-nav.search-inputfiled .input-group-prepend select,
.header .navbar-nav.search-inputfiled .input-group-append button,
.header .navbar-nav.search-inputfiled .input-group-append button i{
	border: none;
	outline: none;
  	box-shadow: none;
  	-webkit-box-shadow: none;
}
.header .navbar-nav.search-inputfiled .input-group{
	height: 40px;
}
.header .navbar-nav.search-inputfiled .form-control{
	border:1px solid #f5f5f7;
	height: 40px;
}
.header .navbar-nav.search-inputfiled .form-control::placeholder{
	font-size: 14px;
	color: #b6b6b6;
}
.header .navbar-nav.search-inputfiled .input-group-prepend{
	margin-right:0px;
}
.header .navbar-nav.search-inputfiled .input-group-prepend select{
	border-radius:20px 0 0 20px;
	background-color: #f5f5f7;
	padding: 0 12px 0 12px;
	appearance:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position-x:right;
	background-position-y:center;
}
.header .navbar-nav.search-inputfiled .input-group-append button{
	background-color: #1775ba;
	border-radius:0 20px 20px 0;
	color: #fff;
	padding: 0 12px 0 12px;
}
.search-toggle{
	display: none;
}
.search-toggle i{
	font-size: 22px;
	color: #1775ba;
	vertical-align: middle;
	padding-right: 2px;
}
.section-banner .banner-img {
	position:relative
}
.section-banner .banner-img::before {
	content:"";
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.5) 59%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.5) 59%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.5) 59%, rgb(0,0,0) 100%);
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity:0.5;
} 
.section-banner .banner-img img {
	width:100%;
}
.section-banner .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
	z-index:1;
}
.section-banner .owl-nav [class*="owl-"] {
	margin:0; 
	position:relative; 
	padding:0;
	background-color:transparent;
	height:40px;
	border-radius:30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
	outline:none;
}
.section-banner .owl-nav [class*="owl-"] span{
	font-size:0;
}
.section-banner .owl-nav [class*="owl-"]:hover {
	background-color:transparent;
} 
.section-banner .owl-nav [class*="owl-"]::before {
	font-family:'fontawesome';
	border:2px solid #1775ba;
	font-size:22px;
	color:#1775ba;
	height:50px;
	width:50px;
	display:block;
	padding:8px 0;
	border-radius:30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
	outline:none;
	background-color:#ffffff;
	text-align: center;
}
.section-banner .owl-nav [class*="owl-"]:hover::before {
	background-color:#1775ba;
	color:#ffffff;
	border-color:#ffffff;
}
.section-banner .owl-nav .owl-prev::before {
	content:"\f053"; 
}
.section-banner .owl-nav .owl-next::before {
	content:"\f054"; 
}
.section-banner .owl-nav .owl-prev{ 
	float:left;
	margin-left:30px;
}
.section-banner .owl-nav .owl-next{ 
	float:right;
	margin-right:30px;
}
.section-banner .owl-dots {
	position: absolute;
    bottom: 30px;
    width: 100%;
}
.section-banner .owl-dots .owl-dot {
	outline:none;
}
.section-banner .owl-dots .owl-dot span {
	background-color:#ffffff;
	width:20px;
	height:6px;
	opacity:1;
	margin:0 2px;
	transition: width 0.2s;
	-webkit-transition: width 0.2s;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.section-banner .owl-dots .owl-dot:hover span{
	background-color:#1775ba;
}
.section-banner .owl-dots .owl-dot.active span {
	background-color:#1775ba;
	width:30px;
} 
.page-title {
	margin-bottom:50px;	
}
.page-title.title-style1 h1 {
	font-size: 40px;
	color:#1d1d1f;
	font-weight:600;
	position:relative;
}
.page-title.title-style1 h1::before {
	width:40px;
	height:4px;
	background-color:#1775ba;
	content:"";
	display:block;
}
.page-title.title-style1.text-center h1::before {
	margin:0 auto;
}
.page-title.title-style2 h1{
	color:#1d1d1f;
	font-weight:600;
	position:relative;
	display:inline-block;
	padding:0 60px;
}
.page-title.title-style2 h1::before {
	width:50px;
	height:2px;
	background-color:#1775ba;
	content:""; 
	position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.page-title.title-style2 h1::after {
	width:50px;
	height:2px;
	background-color:#1775ba;
	content:""; 
	position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
} 
.page-title.title-style2.white-title h1{
	color:#ffffff;
}
.page-title.title-style2.white-title h1::before,
.page-title.title-style2.white-title h1::after {
	background-color:#ffffff
}
.page-title.title-style3 h1{
	font-size: 40px;
	color:#1d1d1f;
	font-weight:400;
	position:relative;
}
.page-title.title-style3 h1 span{ 
	color:#1775ba;
	font-weight:600;
	position:relative;
}
.page-title.title-style3 h1::after {
    width: 100px;
    height: 2px;
    background-color: #1775ba;
    content: "";
    display: block;
	margin-top:5px;
}
.page-title.title-style3.text-center h1::after {
    margin: 5px auto 0 auto;
}
.page-title.title-style4 h1{
	font-size: 40px;
	color:#1d1d1f;
	font-weight:400;
	position:relative;
}
.page-title.title-style4 h1 span{ 
	color:#1775ba;
	font-weight:600;
	position:relative;
}
.page-title.title-style5 h1 {
	font-size: 56px;
	color:#1d1d1f;
	font-weight:600;
	position:relative;
	display:inline-block;
	text-transform:capitalize;
	padding:0 90px;
}
.page-title.title-style5 span {
	font-size: 30px;
	color:#1d1d1f;
	font-weight:400;
	display:block;
	position:relative;
}
.page-title.title-style5 h1::before { 
	content:url("../images/left-style.svg"); 
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page-title.title-style5 h1::after { 
	content:url("../images/right-style.svg"); 
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.category-icon-box .icon-img-box {
	height:140px;
	width:140px;
	border:2px solid #1775ba;
	border-radius:50%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.category-icon-box .icon-img-box .icon-img {
	height:110px;
	width:110px;
	background-color:#1775ba;
	border-radius:50%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.category-icon-box .icon-content {
	margin-top:20px;
}
.category-icon-box .icon-content h3 {
	color:#1d1d1f;
	font-weight:500;
}
.category-icon-box .icon-content a {
	color:#1775ba;
	font-weight:500;
}
.highlights-category {
	position:relative;
	border-radius:8px;
	overflow:hidden;
}
.highlights-category .category-img img{
	border-radius:8px;
	width:100%;
}
.highlights-category::after {
	background: -moz-linear-gradient(top,rgba(10,10,10,0) 0,#161616 61%,#1e1e1e 100%);
    background: -webkit-linear-gradient(top,rgba(10,10,10,0) 0,#161616 61%,#1e1e1e 100%);
    background: linear-gradient(to bottom,rgba(10,10,10,0) 0,#161616 61%,#1e1e1e 100%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: .8;
    left: 0; 
}
.highlights-category .category-content{
	position: absolute;
    bottom: 15px;
    z-index: 2;
    left: 15px;
}
.highlights-category .category-content h4 {
	color:#ffffff;
	font-weight:500;
}
.highlights-category .category-content .category-link {
	margin:10px 0;
}
.highlights-category .category-content .category-link li{
	font-size:14px;
	color:#ffffff;
}
.category-button .btn-blue{
	font-size: 14px;
    color: #ffffff;
    background-color: #1775ba;
    font-weight: 500;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 8px;
	border:1px solid #1775ba;
}
.category-button .btn-blue:hover {
	background-color:#ffffff;
	color:#1775ba;
}
.highlights-category-box {
	background-color:#ffffff;
	border-radius:8px;
	padding:10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:30px;
}   
.highlights-category-box .category-logo{
	border:1px solid #1775ba;
	width:86px;
	height:86px;
	border-radius:50%; 
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position:relative;
}
.highlights-category-box.verify-category  .category-logo::before {
	content:url("../images/verify-profile.png");
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    bottom: -20px;
}
.highlights-category-box .category-logo img  {
	border-radius:30px;
}
.highlights-category-box .category-content {
	width: calc(100% - 86px); 
	padding-left:10px;
}
.highlights-category-box .category-content h4 {
	color: #1d1d1f;
    font-weight: 500;
}
.highlights-category-box .category-content .category-link {
	margin:5px 0 10px 0;
}
.highlights-category-box .category-content .category-link li + li {
	margin-top:2px;
}
.highlights-category-box .category-content .category-link li{
	color:#86868b;
	font-size:12px;
} 
.company-intro h6 { 
	margin-top:20px;
	color:#000000;
	line-height:24px;
}
.footer {
	background-color:#f5f5f7;
	border-top:2px solid #1775ba;
}
.footer-list .footer-title {
	font-size:22px;
	font-weight:500;
	color:#000000; 
	margin-bottom:33px;
}
.footer-list .footer-link img{
	display:inline-block;
	margin-right:6px;
}
.footer-list .footer-link h6 {
	display:inline-block;
	font-weight:400;
}
.footer-list .footer-link h6 a {
	color:#000000;
	word-break: break-word;
}
.footer-list .footer-link h6 a:hover {
	color:#1775ba;
}
.footer-list .footer-link li {
	margin-bottom:15px;
	display: flex;
	align-items: center;
}
.footer-list .social-link li {
	display:inline-block;
}
.footer-list .social-link li a {
	height:40px;
	width:40px;
	background-color:#f5f5f7;
	display:block;
	border-radius:50%;
	font-size:18px;
	text-align:center;
	color:#000000;
	padding:7px 0;
}
.footer-list .social-link li a:hover {
	background-color:#1775ba;
	color:#ffffff;
	box-shadow: 0px 27px 38px 0px rgba(119, 209, 245, 0.35);
	-webkit-box-shadow: 0px 27px 38px 0px rgba(119, 209, 245, 0.35);
}
.bottom-footer  {
	background-color:#1775ba;
	margin-top:50px; 
}
.bottom-footer-content .copyright {
	float:left;
	padding:12px 0;
}
.bottom-footer-content .copyright h6 {
	color:#ffffff;
	font-weight:500;
}
.bottom-footer-content .copyright h6 a {
	text-decoration:underline;
}
.bottom-footer-content .copyright h6 a:hover {
	color:#000000;
}
.bottom-footer-content .bottom-link{
	float:right;
	padding:12px 0;
}
.bottom-link .link-list li {
	display:inline-block; 
}
.bottom-link .link-list li + li {
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #ffffff;
}
.bottom-link .link-list li a {
	color:#ffffff;
	font-weight:500;
}
.bottom-link .link-list li a:hover {
	color:#000000;
}
.footer-list .app-link {
	margin-top:30px;
}
.footer-list .app-link .app-store {
	margin-top:10px;
}
.category-slider .category-box {
	border:2px solid #f5f5f7;
	border-radius:8px;
	background-color: #ffffff;
	padding:25px;
}
.category-slider .category-box .category-slider-img {
	height:150px;
	width:150px;
	padding:10px;
	margin:0 auto;
}
.category-slider .category-box .category-slider-img img {
	height:100%;
	width:100%;
	object-fit: contain;
    object-position: center;
}
.category-slider .category-box .category-slider-content h4 {
	color: #1d1d1f;
    font-weight: 500;
}
.category-slider .category-box .category-slider-content .category-link {
    margin: 5px 0 10px 0;
}
.category-slider .category-box .category-slider-content .category-link li {
    color: #86868b;
    font-size: 12px;
}
.category-slider .owl-dots .owl-dot {
	outline:none;
}
.category-slider .owl-dots .owl-dot span {
	background-color:#ffffff;
	width:20px;
	height:6px;
	opacity:1;
	border:1px solid #1775ba;
	margin:0 2px;
	transition: width 0.2s;
	-webkit-transition: width 0.2s; 
}
.category-slider .owl-dots .owl-dot:hover span{
	background-color:#1775ba;
}
.category-slider .owl-dots .owl-dot.active span {
	background-color:#1775ba;
	width:30px;
} 
.category-listing .raw_material_bg {
	background-color: #f5f5f7;
	box-shadow: 0px 27px 20px 0px rgba(207, 216, 220, 0.15); 
	-webkit-box-shadow: 0px 27px 20px 0px rgba(207, 216, 220, 0.15);
	border-top: 2px solid #1775ba;
	padding:50px 15px;
} 
.app-section {
	background-color:#f5f5f7;
	position:relative;
	margin-bottom:100px;
}
.app-section::before{
	position: absolute;
	content: '';
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #dee8f1;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
.app-section .mobile-app-img {
	margin-bottom:-100px;
	padding-top:50px;
}
.app-section .app-title h1 {
	color:#1d1d1f;
	font-weight:600;
	margin-bottom:30px;
}
.app-section .app-title p {
	color:#86868b;
	font-size:18px;
	margin-bottom:30px;
}
.app-section .app-link-form .app-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top:30px;
}
.app-section .app-link-form .app-link .google-play {
	margin-right:10px;
}
.app-link-form .link-button .btn_blue {
	outline:none; 
    color: #ffffff;
    background-color: #1775ba;
    font-weight: 500; 
    display: inline-block;
	border-radius: 30px;
    padding: 10px 38px;
    border: 1px solid #1775ba;
}
.app-link-form .link-button .btn_blue:hover {
	background-color:transparent;
	color:#1775ba;
}
.app-link-form  .input-group {
	margin-bottom:20px;
}
.app-link-form .input-group-text {
    background-color: #fff;
    border-radius: 30px;
	color:#323233;
	border-color:#d8d8d8;
}
.app-link-form .form-control {
	border-radius: 30px;
	color:#323233;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color:#d8d8d8;
	height:50px;
} 
.testimonials-box {
	position: relative;
    background-color: #f5f5f7;
    padding: 60px 50px 60px 50px; 
    border-radius: 20px 20px 60px 20px;
    background-color: rgb(245, 245, 247);
	/*box-shadow: 0px 27px 20px 0px rgba(207, 216, 220, 0.15);*/
	box-shadow: 0px 13px 10px 0px rgba(207, 216, 220, 0.15);
	-webkit-box-shadow: 0px 13px 10px 0px rgba(207, 216, 220, 0.15);
	margin-top: 60px;
    display: inline-block;
	margin-bottom: 15px; 
}  
.testimonials-box .client-logo-img{
	width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #17baa1 50%, #1775ba 50%);
    background: -moz-linear-gradient(-45deg, #17baa1 50%, #1775ba 50%);
    background: -webkit-linear-gradient(-45deg, #17baa1 50%, #1775ba 50%);
    padding: 7px;
	margin-top: -110px;
}
.testimonials-box .client-slider-content h4 {
	font-size:20px;
	color:#1775ba;
	font-weight:500;
	padding-top: 20px;
} 
.testimonials-box .client-slider-content h6 {
	margin: 15px 0;
	color:#1d1d1f;
	font-weight:500;
	font-size:16px;
}
.testimonials-box .client-slider-content h6 i {
	font-size:22px;
	color:#1775ba;
	vertical-align:middle;
	padding-right: 5px;
}
.testimonials-box .client-slider-content h6 span {
	vertical-align:middle;
}
.testimonials-box .client-slider-content p{
	color:#86868b;
	margin:0;
	line-height:30px;
}
.client-slider.owl-carousel .owl-nav [class*="owl-"]{ 
	border:2px solid #1775ba;
	color:#1775ba;
	outline:none;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 27px 20px 0px rgba(207, 216, 220, 0.15);
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height:50px; 
}
.client-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color:#1775ba;
	color:#ffffff;
}
.client-slider.owl-carousel .owl-nav button.owl-prev{
	left: -25px;
}
.client-slider.owl-carousel .owl-nav button.owl-next{
	right: -25px;
}
