@import url('https://ferryinfotech.com/font.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-size: 15px;
}
h1, h2, h3, h4, h5, p {
	margin-bottom: 0;
}
a{
	text-decoration: none !important;
}

.container {
    max-width: 90%;
}
.u-ptb__70 {
	padding-bottom: 70px;
	padding-top: 70px;
}
.u-ptb__50 {
	padding-bottom: 50px;
	padding-top: 50px;
}
.u-ptb__25 {
	padding-bottom: 25px;
	padding-top: 25px;
}
.u-ptb__30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.social-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 33px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 0px 3px;
    background-color: #28a745;
}
.social-icon:hover {
    background-color: #fff;
    color: #243f84;
}
.top-header-area .social-icons li {
    display: inline-block;
}
.u-pb__50{
	padding-bottom: 50px;
}
.u-pb__70 {
	padding-bottom: 70px;
}
.top-header-area {
    background-color: #243f84;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-header-information {
    padding-left: 0;
    margin-bottom: 0;
}
.top-header-information li,
.top-header-others li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
}
.top-header-information li i,
.top-header-others li i{
    position: absolute;
    left: 0;
    color: #ffffff;
    top: 4px;
    font-size: 16px;
}
.top-header-information li a,
.top-header-others li a {
    color: #fff;
}
.top-header-information li a:hover,
.top-header-others li a:hover {
    color: #f2132b;
}
.top-header-others {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.top-header-others .languages-list {
    padding-left: 0;
}
.u-header {
    background-color: #ffffff;
    transition: all 0.3s linear;
}
.u-header .navbar-brand {
    max-width: 115px;
}
.u-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.u-header a.nav-link {
    color: #000000;
}
.u-header a:hover {
    color: #243f84;
}
.u-header__fixed {
    transform: translateY(-100px);
}
.u-header__top {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    transform: translateY(0);
    width: 100%;
    z-index: 999;
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}
/* hero-section */
.u-slider__item .carousel-caption {
    top: 50%;
    transform: translateY(-35%);
    max-width: 750px;
    margin: 0 auto;
}
.u-hero__title {
    
    font-size: 60px;
    margin-bottom: 10px;
}
.u-slider__item{
	position: relative;
}
.u-hero__sub--title {
    margin-bottom: 10px;
}
.u-slider__item p {
    font-size: 18px;
}
.u-slider__item:after {
    background-color: #00000000;
    content: "";
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-nav button {
    /* width: 35px; */
    /* height: 35px; */
    line-height: 35px !important;
    text-align: center;
    font-size: 36px !important;
    /* background: #243f84 !important; */
    /* border-radius: 50%; */
    color: #fff !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    outline: none !important;
    top: 45%;
    z-index: 9;
    opacity: 0;
}
.u-slider__carousel:hover .owl-nav button,
.u-product__slider:hover .owl-nav button {
  color:#000000;
  opacity: 1 !important;
}
.u-product__slider .owl-nav button {
    opacity: 1 !important;
}
.owl-nav .owl-prev {
	left: 60px;
}
.owl-nav .owl-next {
	right: 60px;
}
.u-work__column a {
    max-height: 240px;
    display: block;
    overflow: hidden;
}
.u-work__column-content {
    padding: 15px 15px 20px 15px;
    text-align: center;
}
.u-work__column-content h4 {
    
    font-size: 22px;
    margin-bottom: 10px;
}
.u-work__column:hover .u-work__column-content h4,
.u-selling-products__column:hover .u-selling-producr__name {
	 color: #243f84;
}
.u-work__column {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 8%);
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    background: #fff;
}
.u-work__column:hover {
	box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}
.u-work__column img,
.u-selling-products__column img {
	transition: all 0.5s;
	height: 220px;
}
.u-work__column:hover img,
.u-selling-products__column:hover .u-selling-products__column-img img {
    transform: scale(1.1);
}
.u-section__title {
    font-weight: 700;
    font-size: 33px;
    color: #243f84;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.u-section__title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background-color: #306b2e;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.u-about__us-img {
    background-image: url(../images/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 100%;
}
.u-about__content p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}
.u-about__content .u-section__title::after {
    left: 0;
    transform: translateX(0);
}
.u-features__section,
.u-our__service{
    background-color: #243f84;
    color: #fff;
}
.u-features__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}
.u-features__wrap i {
    font-size: 60px;
    margin-right: 15px !important;
}
.u-features__content h4 {
    font-size: 20px;
    margin-bottom: 5px;
    
}
.u-selling-products__column img {height: 200px;width: 100% !important;}

.u-selling-products__column figure {
    width: 100%;
}
.u-selling-products__column {
    text-align: center;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 8%);
    height: 100%;
    /* background-color: #ffffff; */
    overflow: hidden;
    /* margin-bottom: 2em; */
}
.u-product__item .col-md-3 {
    margin-bottom: 2em !important;
}
.u-selling-products__column:hover .u-product_list-icon {
    opacity: 1;
}
.u-product__slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.u-selling-products__column-img a {
    display: block;
    width: 100%;
    /* padding: 15px; */
    /* max-height: 210px; */
    /*min-height: 210px;*/
    overflow: hidden;
}
.u-selling-products__column-img {
    background-color: #fff;
}
.u-selling-producr__content {
    padding: 15px;
    padding-top: 5px;
}
.u-selling-producr__name {
    margin-bottom: 10px;
    color: #272b2f;
    font-size: 14px;
    display: block;
    
}
.u-product_list-icon {
    margin: 0;
    text-align: center;
    margin-top: -24px;
    position: relative;
    z-index: 9;
    opacity: 0;
}
.u-product_list-icon-item {
    padding: 5px 4px;
    display: inline-block;
}
.u-product_list-icon-item a {
    align-items: center;
    background-color: #2e6a2c;
    border-radius: 3px;
    display: flex;
    height: 38px;
    justify-content: center;
    text-align: center;
    width: 38px;
}
.u-product_list-icon-item a:hover {
    background-color: #243f84;
}
.u-product_list-icon-item a img {
    max-width: 19px;
    filter: invert(1);
    display: inline-block !important;
}
.u-product__listing .owl-nav .owl-prev {
    left: -15px;
}
.u-product__listing .owl-nav .owl-next {
    right: -15px;
}
a.Buy {
    /* position: absolute !important; */
    /* z-index: 9 !important; */
    /* left: 25% !important; */
    /* right: 25% !important; */
    /* margin: 0 !important; */
    /* width: auto !important; */
    /* bottom: 50px !important; */
    /* border: 1px solid #28a745 !important; */
    display: block !important;
    color: #243f83 !important;
    top: auto !important;
    padding: 10px !important;
}
.u-selling-product_sine {
    font-size: 18px;
    
}
.u-our__service .u-features__wrap i {
    font-size: 35px;
    display: block;
    max-width: 15%;
    flex: 0 0 15%;
}
.u-our__service .u-features__content {
    flex: 0 0 80%;
}
/* fotter */
.u-footer {
    background-color: #ffffff;
    /* color: #fff; */
}
.u-footer__brand {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 15px;
}
.u-footer__column h3 {
    
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}
.u-footer__column h3:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    background-color: #243f84;
    width: 50px;
    height: 1px;
}
.u-footer-links li {
    padding-bottom: 10px;
    color: #243f84;
}
.u-footer-links li a {
    color: #243f84;
}
.u-footer-links li a:hover {
    color: #316b2e;
}
.u-footer__label i {
    color: #28a745;
    font-size: 19px;
    margin-right: 7px;
}
.u-footer__column p {
    margin-bottom: 10px;
}
.u-footer__column a {
    /* color: #fff; */
}
/* About-us */
.u-inner__page {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.u-inner__page:after {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.5;
}
.u-inner__page-content {
    z-index: 9;
    position: relative;
    padding: 15px 0px;
}
.u-inner__page-content h2 {
    text-align: center;
    font-size: 55px;
    
    color: #fff;
}
.u-team__member {
    height: 227px;
    overflow: hidden;
    border-radius: 100%;
    width: 227px;
    margin: 0 auto;
}
.u-legalitie__section .card-footer {
    background-color: #28a745;
    color: #fff;
}
.u-legalitie__section .card {
    border-color: #28a745;
}
.u-business__content h2 {
    margin-bottom: 10px;
    font-size: 55px;
    
    color: #243f84;
}
.u-business__content h5 {
    font-size: 32px;
    
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #28a745;
}
.u-business__content p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.u-btn__global {
    width: 100%;
    padding: 14px 10px;
    font-size: 22px;
    
    border: 1px solid beige;
    background-color: #28a745;
    color: #ffffff !important;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    outline: none;
}
.u-btn_form {
    border: 1px solid #28a745;
    padding: 7px 5px;
    border-radius: 4px;
    background-color: #28a745;
    color: #ffffff !important;
    
    font-size: 14px;
}
.u-btn__global:hover,
.u-btn_form:hover {
    background-color: #243f84;
}
.u-btn_form.bg-primary {
    background-color: #355ec8 !important;
    border-color: #355ec8 !important;
}

.u-contact__us .form-control.bg-gray {
    padding: 8px 8px;
    outline: none;
    box-shadow: none;
}
/* single product */
.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 0;
}
.gallery-i {
    display: block;
    width: 16.666%;
    padding: 0 3px;
}
.gallery-i.active img {
    border: 2px solid #243f84;
}
.u-product__price p {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
    
}
.u-screen-rider__text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.u-input__text {
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #28a745;
    margin: 0px 10px;
    outline: none;
    text-align: center;
    font-weight: bold;
    color: #28a745;
}
/* Chrome, Safari, Edge, Opera */
input.u-input__text::-webkit-outer-spin-button,
input.u-input__text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].u-input__text {
  -moz-appearance: textfield;
}
.u-form_area {
    display: flex;
    align-items: center;
}
.u-quantity {
    cursor: pointer;
}
.u-product_btn {
    padding: 7px 15px;
    text-align: center;
    font-size: 16px;
    
    border: 1px solid #28a745 !important;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
/*cart*/
.table {
    vertical-align: middle;
    margin-top: 15px;
    border: 1px solid #dee2e6;
    
    font-size: 14px;
}
.cart-product-img {
    display: block;
    width: 60px;
}
.cart-table-content .table tr th {
    padding: 13px 12px;
    font-size: 15px;
    text-transform: uppercase;
}
.product-name {
    width: 35%;
    
}
.u-quantity {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.title_wrap {
    position: relative;
}
.title_wrap::before {
    content: "";
    position: absolute;
    background-color: #e3e1e1;
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 1;
}
.section_bg_gray {
    position: relative;
    background: #f8f9f9;
    z-index: 9;
    display: inline-block;
    padding-right: 20px;
    font-size: 19px;
}
.u-price__listing {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.compe_checkout_total {
    font-size: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.dropdown-toggle::after {
		
    right: 20px;
    position: absolute;
    top: 12px;
}
	
	.navbar-nav {
  
    background: #ebebeb;
}
	.u-about__us-img {
		height: 340px;
		margin-bottom: 30px;
	}
	.u-section__title,
    .u-business__content h5 {
		font-size: 22px;
	}
    .u-features__content h4 {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .u-business__content h2 {
        font-size: 35px;
    }
    .u-btn__global {
        font-size: 17px;
    }
    .u-inner__page-content h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 990px) {
    .u-form__link {
        position: absolute;
        right: 50px;
        top: 17px;
    }
    .u-form__link .nav-link {
        padding: 6px 12px;
    }
    .u-btn_form {
        margin-bottom: 10px;
    }
    .u-btn_form {
        display: inline-block;
        min-width: 100px;
        text-align: center;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }
    .hidden-xs {
        display: none;
    }
}
.social-icons {
    float: right;
    margin: 0;
}
.justify-content-center .pc{
	width: 220px;
}