@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
}
/*DE9E3D*/
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none;
	color:#222;
}
p{
	margin:0;
	padding:0;
}
.section-padding {
	padding:40px 0;
}
img{
	width: 100%;
}

/*==== common css End ====*/
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 185px;
    object-fit: contain;
}
img, video {
    max-width: 100%;
/*    height: 431px;*/
    object-fit: fill;
}
.pro_name {
    width: 310px;
    margin-top: -69px;
    margin: 0 auto;
}

.pro_name h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 6px;
    padding-bottom: 15px;
}
 /*==== Topbar css start ====*/
.topbar {
    background: #9e12;
    text-align: center;
    padding: 5px 0;
    display: none;
}
.header-top {
    text-align: -webkit-auto;
}
.header-top ul li {
    margin: 0 10px;
}
.header-top ul li a i {
    color: #fff !important;
    margin-right: 6px;
}
.header-top ul li a {
    color: #fff !important;
    display: inline-block;
}

.header-social {
    text-align: right;
}

.header-social ul li a {
    color: #fff;
    margin-left: 15px;
}
/*Topbar Css End*/



.products-slider {
    padding-top: 81px;
    background: azure;
    /* margin-bottom: 30px; */
    margin-top: -47px;
}
/*==== Mobile Menu Css Start ====*/

.header {
    background: black;
    left: 0;
    top: 0;
    width: 100%;
   
}
.logo-area {
    width: auto;
    height: 80px;
}
.logo-area a {
    height: 100%;
    display: block;
    padding: 12px;
}
.logo-area a img {
    width: auto;
    height: 100%;
}
.mobile-menu {
	display: none ;
}  			

.menu-area {
	text-align: right;
}
.menu-area ul li a {
    color: #fff;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 80px;
    padding: 8px 2px;
    transition: all .5s ease;
    text-transform: capitalize;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}
a.highlight {
    border: 1px solid #22B24C;
    padding: 8px 10px !important;
}
.menu-area ul li a:hover{
	color:#22B24C;
}
.menu-area .active {
	transition: all .5s ease;
	color: #22B24C;
}
.menu-area .active:hover{
	color:#22B24C;
}
.menu{
	cursor: pointer;
}
.menu-area ul li{
	position: relative;
	display: inline-block;
}
.menu{
	cursor: pointer;
}

/*==== header area end ====*/
.slider-area {
    position: relative;
    z-index: 1;
}
.slider-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.slider-item{
	width: 100%;
	height: 100vh;
}

.slider-item img{
	height:100%;
}
.main-slider {
	position:relative;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	content: "";
}
.main-slider .owl-dots .owl-dot {
	height: 15px;
	width: 15px !important;
	margin: 0px 5px;
	background:#fff !important;
	border-radius: 50%;
}
.main-slider .owl-dots .owl-dot.active {
	background: #22B24C !important;
}
.slider-text {
    padding-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2  !important;
    width: 85%;
    margin: 0 auto;
    border-radius: 5px;
}
.slider-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
}
.slider-text h1 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    margin: 20px auto;
    text-align: center;
    max-width: 800px;
    font-family: 'Rajdhani', sans-serif;
}
.slider-text a {
    padding: 8px 25px;
    color: #FFFFFF;
}
.common_btn {
    background: #22B24C;
    border-radius: 0;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}
.common_btn:before{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #000;
	z-index: -1;
	transition: 0.35s all;

}
.common_btn:hover:before{
	width: 51%;
}
.common_btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: 0.35s all;
}
.common_btn:hover:after{
	width: 50%;
}
/*==== Slider css End ====*/

/*==== Category css Start ====*/
.category-area {
    padding: 45px;
}
.category-item {
    position: relative;
    overflow: hidden;
}
.category-item p {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.category-item img{
	transition: 0.35s all;
}
.category-item:hover.category-item img {
    transform: scale(1.2);
}
/*==== Category css End ====*/
/*==== About css Start ====*/
.about-section{
	background: #e7f9e7;
    padding: 50px 0px;
}
.missionvision-section{
    background: #fff;
    padding: 50px 0px;
}
.about-content h2 {
    font-size: 25px;
    font-weight: 900;
    color: #22B24C;
    text-transform: capitalize;
    border-bottom: 3px dotted #22B24C;
    padding-bottom: 15px;
    margin-bottom: 18px;
    display: inline-block;
}
.about-content a{
	color : #fff;
}
/*==== About css End ====*/

/*==== Product Css Start ====*/
.products-section {
    padding: 50px 0;
}
.products-home {
    background: #e7f9e7;
}

.product {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
    height: 151px;
}
.solution_data {
    margin-top: 5px;
}
.product h3 {
    background: #22B24C;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    height: 80px;
    line-height: 24px;
    padding-top: 17px;
}
.section-title h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}
.section-title h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    margin-top: -21px;
}
.section-title span {
    color: #22B24C;
    background: #2196f32b;
    padding: 5px 14px;
    margin-right: 10px;
    text-align: center;
}
.product-item-wrapper {
    padding: 15px;
}
.product-item {
    padding: 15px 0;
}
.product-inner .product-item-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.product-inner .product-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: 100%;
    justify-content: center;
}
.product-inner .product-item .product-item-image {
    display: flex;
    justify-content: flex-end;
}
.product-inner .product-item .product-item-image img {
    display: inline-block;
    width: 60px;
    height: auto;
}
.product-item-title h6 strong {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
.product-item-title a {
    line-height: 25px;
    display: inline-block;
    text-transform: capitalize;
}
.product-item-title a:hover {
    text-decoration: underline;
}
.product_name {
    background: #F7CB2F;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 30px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.product_name:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #22B24C;
    z-index: -1;
    transition: 0.35s all;
}
.product-item:hover .product_name::after {
    height: 100%;
}
/*==== Product Css End ====*/

/* ==== Footer Css Start ====*/
.footer-area{
	background: #222;
}

.footer-logo a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.footer-logo a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.footer-about {
    color: #d1d1d1;
    margin-bottom: 15px;
}
.widget_title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #d1d1d1;
    display: inline-block;
    margin: 5px 0px;
    transition: 0.35s all;
}
.footer-menu ul li a:hover {
    color: #22B24C;
    margin-left: 5px;
}
.footer-icon {
    display: grid;
    grid-template-columns: 50px auto;
    color: #d1d1d1;
    margin-bottom: 15px;
    align-items: center;
}
.footer-icon i {
    font-size: 20px;
}
.social-icon ul li a i {
    color: #fff;
    margin-right: 2px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    background: #2e2e2e;
    line-height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    transition: 0.35s all;
}
.social-icon ul li a i:hover {
    background: #22B24C;
}
/*====  copyright css start  ====*/
.copyright-area {
    background: #222;
    color: #fff;
    text-align: left;
    padding: 18px 0;
    border-top: 1px solid #4c4c4c;
}
.copyright p {
    text-align: center;
}
.copyright-area p a {
	color: #22B24C
}
.scrolltop {
    position: fixed;
    left: 15px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #22B24C !important;
    height: 40px !important;
    line-height: 35px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
}

/*contact css start*/
.bredcrumb-banner{
	background: url('../images/banner-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
	color: #fff;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
	box-shadow: -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
}
.contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background: #F6CB30;
}
.contact-form h2 {
    font-size: 18px;
    font-weight: 600;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}
/*=== About Css Start ===*/
.custom-breadcrumb {
    background: url('../images/breadcrumb.png');
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-breadcrumb::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    content: "";
    z-index: -1;
}
.bread-title {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 22px;
    text-align: center;
}
.about-area.section-padding {
    padding: 60px 0;
}
.about-item h2 {
	font-size: 25px;
	font-weight: bold;
	color: #222;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 25px;
}	
.about-text p {
	margin-top: 10px;
	color: #222;
}
.about-img {
	position: absolute;
	top: 115px;
	left: -60px;
	width: 290px;
	height: 300px;
}
.about-text {
    margin-top: 30px;
}
/*==== About Css End ====*/

/*=== Pricing Css Start ===*/
.price_title {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

/*=== Pricing Css End ===*/

/*=== Staff Css Start ===*/
.staff-image {
    position: relative;
}

.staff-content {
    position: absolute;
    bottom: 8px;
    width: 95%;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 8px;
    border-radius: 5px;
    overflow: hidden;
}

h3.staff_name {
    font-size: 22px;
    font-weight: 600;
}

p.staff_phone {
    color: #1f313e;
    font-weight: 600;
    margin-top: 3px;
}

.staff-content::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #9e1224;
    content: "";
    transition: 0.35s all;
}

.staff-content::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #9e1224;
    content: "";
    transition: 0.35s all;
}

.staff-inner:hover .staff-content::after,.staff-inner:hover .staff-content::before {
    width: 8px !important;
}
.staff-image img {
    height: 400px;
}
/*=== Staff Css End ===*/

/*=== Product Details Css Start ===*/
.product-details {
    background: #f1f1f1;
}
.product-details-content {
    background: #fff;
    padding: 30px;
}
.product-details-content ul li a {
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
}
.pdetails-name {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
}
.product-price {
    background: #9e1224;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    border-radius: 5px;
}

.details {
    margin-bottom: 25px;
    margin-top: 15px;
}
.share-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}
.sharethis-inline-share-buttons {
    text-align: left !important;
    margin-top: 15px;
}
/*=== Product Details Css End ===*/

/*==== Blog Css Start ====*/
.blog-img {
    border-radius: 5px;
    box-shadow: -1px 2px 10px -4px rgba(60, 57, 57, 0.75);
    height: 230px;
    position: relative;
    overflow: hidden;
}
.blog-img img{
    border-radius: 5px;
    height: 100%;
    width: 100%;
}
.blog-time {
    position: absolute;
    bottom: 0px;
    background: #9e1224;
    color: #fff;
    padding: 6px 11px;
}

.blog-text {
    padding: 20px;
    width: 100%;
    margin-top: -3px;
    z-index: 9999;
    background: #fff;
    position: relative;
    /* margin-left: 10%; */
}
.blog-text h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.blog-text p {
    color: #423535;
    margin-bottom: 20px;
}
.blog-read-more a {
    padding: 10px 10px;
    transition: all .5s ease;
}

.blog-item:hover .blog-read-more a {
    color: #9e1224 !important;
}
.blog-title {
    text-transform: capitalize;
    color: #9e1224;
    font-weight: 600;
}
.blogdetails-img {
    padding: 5px 5px;
    border: 5px solid #dfd1d1;
    box-sizing: border-box;
    border-radius: 5px;
    height: 500px;
    overflow: hidden;
}
.blogdetails-title {
    padding: 15px 15px;
    background: #F6CC2A;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}

.blogdetails-tag {
    float: left;
    width: 60%;
}
.blogdetails-tag h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.blogdetails-date {
    float: right;
    color: #9e1224;
    font-weight: 900;
}
.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #9e1224;
    margin-bottom: 15px;
    border-bottom: 2px solid #9e1224;
    padding-bottom: 5px;
    display: inline-block;
}
.blog-recent {
    display: grid;
    grid-template-columns: 150px auto;
    background: #f1f1f1;
    padding: 10px;
    grid-gap: 10px;
}
.blog-recent-text a {
    text-transform: capitalize;
    color: #222;
}
/*==== Blog End ====*/





.gallery-section {
    background-color: rgba(255, 246, 235, .4);
    padding: 100px 0px 20px;
    position: relative;
}
.gallery-section .gallery-title {
    margin-bottom: 54px;
}
.gallery-section .gallery-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.gallery-section .gallery-title p {
    width: 60%;
    font-size: 16px;
    font-weight: 400;
}
.gallery-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.gallery-section .owl-nav .owl-prev i {
    position: absolute;
    right: 390px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}
.gallery-section .owl-nav .owl-next i {
    position: absolute;
    right: 307px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}


.about-section {
    padding: 100px 0px 100px 0px;
}
.about-section .about-image {
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.about-section .about-image img {
    width: 100%;
    transition: .5s;
}
.about-section .right-content {
    padding: 0px 34px 0px 35px;
}
.about-section .right-content .top-content h4 {
    color: #030f27;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}
.about-section .right-content .top-content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.about-section .right-content .bottom-content {
    position: relative;
    margin-top: 25px;
}
.about-section .right-content .bottom-content::before {
    position: absolute;
    content: "";
    height: 220px;
    width: 220px;
    background-color: #FFF6EB;
    border-radius: 50%;
    top: 20%;
    left: 21%;
    z-index: -1;
    animation: dance3 2s alternate infinite;
}
.about-section .right-content .bottom-content .icon-box {
    margin-bottom: 20px;
}
.about-section .right-content .bottom-content .icon-box .icon i {
    font-size: 35px;
    color: #FA9732;
    margin-right: 20px;
}
.about-section .right-content .bottom-content .icon-content {
    padding-right: 125px;
}
.about-section .right-content .bottom-content .icon-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #FA9732;
}

ul.nav.nav-pills {
    display: flex;
    width: 100%;
    border-bottom: 4px solid #ddd;
    justify-content: space-between;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: initial;
}
a.nav-link {
    position: relative;
    top: 4px;
}
a.nav-link.active {
    border-bottom: 4px solid #22B24C;
}
.tab-content {
    margin-top: 40px;
}


.about-mission-section {
    padding: 70px 0 50px 0px;
}
.about-mission-section .demo {
    padding: 0 30px 0 0px;
}
.mission-item {
    margin-top: 25px;
}
.mission-item h2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #22B24C;
    display: inline-block;
    text-transform: uppercase;
}
.mission-item h2::after {
    content: "";
    width: 41px;
    height: 2px;
    color: inherit;
    position: absolute;
    right: -50px;
    background-color: #22B24C;
    margin-top: 20px;
}
.about-mission-section h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-mission-section h5 {
    font-size: 18px;
    font-weight: 600;
    color: #22B24C;
}

.about-read-more {
    margin-top: 30px;
}
.about-read-more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #22B24C;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.main-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    outline: none;
}
.main-slider button.owl-prev i {
    background-color: #22B24C;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.main-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    outline: none;
}
.main-slider button.owl-next i {
    background-color: #22B24C;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.pic {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 15px;
}


div#testimonial-slider {
    background: rgba(0,0,0,0.5);
    /* padding: 50px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 10px;
}
p.description {
    color: #fff;
}
span.brad_cat {
    color: #fd1f1f;
}
h3.testimonial-title {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.testimonial {
    padding:30px;
    text-align: center;
}
.testimonial .testimonial-title:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #22B24C;
    margin-top: 30px;
}


.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    border: 2px solid #22B24C;
}

.why-us {
    padding: 50px 30px;
}
.why-us .section-title {
    margin-bottom: 35px;
}
.point-why {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
}
.why_choose_des {
    font-size: 18px;
    margin-bottom: 25px;
}
.why_img img {
    width: 66%;
}
.pont-desc h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.point-why {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.product_sec {
    text-align: center;
}

.section-title.product_sec h2 {
    text-align: center;
    margin-bottom: 45px;
}
.blog-area{
    background: #e7f9e7;
}
.why_choose_sec {
    background: #e7f9e7;
}
.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.equipments-image {
    height: 250px;
    overflow: hidden;
}
.equipments-image img {
    height: 100%;
    width: 100%;
}
.overlay {
    position: absolute;
    background: rgba(25, 153, 201, 0.8);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: blue;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.header.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: rgb(33 36 40 / 98%);
    box-shadow: 4px 5px 4px #1c1e22, -17px -17px 19px #262a2e;
    padding: 5px 0;
    z-index: 999999;
}
/*====================================================*/
.custom-dropdown{
    position: relative;
    transition: 0s all !important;
 }
.submenu {
    position: absolute;
    background: #222;
    opacity: .9;
    width: 300px;
    overflow: visible;
    visibility: hidden;
    transition: 0s all !important;
    top: 110%;
    z-index: 9;
   
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    top:100%;
    transition: 0s all !important;
}
.submenu li {
    display: block !important;
}
.submenu li a {
    margin: 0 !important;
    color: #fff !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0s all !important;
}
.submenu li a:hover {
    color: #22B24C !important;
    margin-left: 5px !important;
    transition: 0.3s all !important;

}
/*================child_menu=============css*/
.custom-dropdown-child{
    position: relative;
    transition: 0s all !important;
}
.child_menu {
    position: absolute;
    background: #222;
    opacity: .9;
    width: 300px;
    overflow: hidden;
    visibility: hidden;
    transition: 0s all !important;
    top:-20%;
    right:-100%;
    padding: 8px 8px;
}
.custom-dropdown-child:hover .child_menu {
    visibility: visible;
    top:0%;
    z-index: 1 !important;
    overflow: visible;
    transition: 0s all !important;
}
.child_menu li {
    display: block !important;
}
.child_menu li a {
    margin: 0 !important;
    color: #fff !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0s all !important;
}
.child_menu li:hover {
    color: #22B24C !important;
    margin-left: 5px !important;
    transition: 0.3s all !important;
}
/*===================skills===============================*/
.directory_title h1 {
    font-size: 45px;
    font-weight: 600;
}
.directory_sort_description p {
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
section.skill_directory {
    margin-top: 30px;
}
.directory_description {
    margin-bottom: 20px;
    margin-top: 50px;
}

li.custom-dropdown i {
    font-size: 18px;
    margin-left: 3px;
    margin-top: 3px !important;
}
ul.submenu a {
    border: none;
}

/*==========solution===========css*/
.p-b50 {
    padding-bottom: 50px !important;
}
.m-t30 {
    margin-top: 30px;
}
.bg-neutral-lighter {
    background-color: #f4f6f7;
}
.marContainer {
    max-width: 1300px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.m-t30 {
    margin-top: 30px;
}
.col-xs-1, {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.marSolBlock .marSolBlockContent {
    padding: 10px 20px 35px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 1 !important;
}
.col-xs-12 {
    width: 100%;
}

.marFlex .marFlexDiv {
    position: static;
}
.marSolBlock .marSolBlockImage {
    padding: 0px;
    margin: 0px;
    border: 1px solid #f4f6f7;
    max-height: 220px;
    overflow: hidden;
    height: 221px;
   
}
.marSolBlock {
    flex-direction: column !important;
    display: flex !important;
}
.marSolBlock {
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 0px;
    margin: auto;
}
.marSolTitle-4col {
    margin: 15px 0px;
    color: red;
    font-weight: 600;
    font-size: 18px;
}
.marSolBlockImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marSolTitle-4col {
    height: auto;
    display: table;
}
.hStrong {
    margin-top: 10px;
    position: relative;

}

.hStrong:hover  a{
    color: blue;
    text-decoration: underline;
   
}
p.h6.hStrong.m-t20 i {
    margin-left: 7px;
    margin-top: 1px !important;
    font-size: 15px;
}
.solution_heder {
    width: 300px;
    margin: 0 auto;
    margin-top: 41px;
}

/*==========solution===========css End*/
.section-title.product_sec {
    margin-top: 50px;
    margin-bottom: 70px;
}
.service {
    border-radius: 10px;
    margin-top: 5px;
    display: grid;
    grid-template-columns: 35% 65%;
    height: 200px;
    background: #fff;
    margin-bottom: 18px;
    transition: .3s all;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.service:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.service::before {
    content: "";
    position: absolute;
    background: #22B24C;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    overflow: hidden;
}

.service_title h3 {
    font-weight: bold;
    margin: 20px 0px 5px 0px;
}
.service_img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f4f4f4;
    margin: 0 auto;
    margin-top: 18px;
}
.service_img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 50%;
}
section.service_section {
    background: #f0efefdb;
}
.section_top {
    margin-top: 30px;
}
 
 .support_description {
    margin: 40px 0px;
   
}
.white_description {
    margin: 40px 0px;
}
/*======================fotter====================*/
.footer-logo li a {
    color: white;
}
.footer-logo li {
    display: block;
    line-height: 35px;
    transition: .35s all;
}
.footer-logo li:hover a{
    color: blue;
    transform: translateX(3px);
    transition: .35s all;
}
.footer-logo h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}
.footer-logo {
    margin-top: 10px;
}
.footer-logo i {
    font-size: 13px;
    margin-right: 2px;
}
.widget_border{
    position: relative;

}

.widget_border::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
/*================end==============fotter====*/

.tech_number_inner h2 {
    font-size: 37px;
    color: white;
    font-weight: 600;
}
.tech_inner_btn {
    text-align: end;
  
}
.tech_inner_btn a {
    background: #1a6fc3;
    padding: 10px 19px;
    border-radius: 4px;
    color: white;
    transition: 2s all;
}
.tech_inner_btn a:hover {
    background:  linear-gradient(45deg, #0E90D5, #3032A2) !important;;
    transition: 2s all;
}
section.custom-back_img_inner {
    margin-bottom: 50px;
    height: 200px;
    line-height: 250px;

}
.tech_number_inner {
    margin-top: 65px;
}
/*==========================*/
section.details_solution {
    margin: 30px 0px;
}
.solution_title {
    color: red;
    padding-bottom: 3px;
    font-size: 25px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.solution_description {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
.product img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.career-opportunity .headding h2 {
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 25px;
}
.career-details-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.career-details-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 30px;
}
.career-details-title strong {
    text-transform: capitalize;
}
.career-info {
    margin-top: 20px;
    margin-bottom: 50px;
}
.applynow {
    background: #ddd;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 5px;
}
.career-info .head-line h2 {
    font-size: 25px;
    color: #22B24C;
    font-weight: 600;
}
.informaiton p {
     line-height: 10px;
}
.applynow button {
    background: #05556d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 100%;
}

/*===========================event=============*/
.bg-DkBlue2-mar {
    padding: 37px 0px 0 0;
    /* margin: 20px 0px; */
}
.col-xs-12.marRelatedDesc.marRelated-3col a {
    color: hotpink;
   
}
.marFlex .marFlexDiv {
    position: static
}

.marFlexDiv .marWhiteBox {
    height: 100%
}

.marFlexDiv .marGrayBox {
    height: 100%
}
#cta .btn.center-block,.contactbox .btn.center-block {
    display: block
}
.marRelated {
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    max-width: 375px;
    margin: auto;
    position: relative;
    height: 100%;
    padding-bottom: 15px;
    background-color: #ffffff
}

.marRelated.marRelatedSingle {
    height: auto
}

.marRelatedImage {
    padding: 0px;
    height: 310px;
    object-fit: contain;
}

.marRelatedImage img {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    height: 100%;
    width: 100%;
    object-fit: fill;
}
h3.text-Pink-mar.h4.m-t5 {
    padding: 0px 10px;
    text-align: center;
    margin-top: 20px;
}
.center-block {
    margin-bottom: 40px;
}
h5.text-Purple-mar strong {
    padding: 10px;
}
.col-xs-12.marRelatedDesc.marRelated-3col p {
    padding: 10px;
    text-align: center;
}
/*===========================event=============*/
.marCTARingBg {
    background-size: 250px
}
/*==============================software==============*/
.section_software {
    padding-top: 60px;
}
.all_software h1 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 4px;
}
.all_software_name {
    border-right: 1px solid #ddd;
    height: 100%;
    background: white;
    padding: 10px 13px 0px 13px;
    border-radius: 10px;
}
.software_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.software_img {
    height: 100px;
    width: 100px;
    margin-top: -50px !important;
    margin: 0 auto;
    border-radius: 50%;
    background: red;
    overflow: hidden;
    border: 10px solid white;
}
.software_img img {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
    object-fit: cover;
}
.software_name {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.software_title {
    padding: 0 4px 0 0;
}
.prize {
    font-size: 16px;
    font-weight: bold;
}

.blog-recent-img {
    height: 100px;
    overflow: hidden;
}

.events_section {
    background: #e7f9e7;
}
.blogdetails-img img {
    height: 100%;
}
.blogdetails-ptag {
    border: 1px solid #ddd;
    /* padding: 0px; */
    border-radius: 5px;
    padding: 11px;
}
.solution__main_box {
    border: 2px solid #ddd;
    padding: 8px;
    border-radius: 5px;
    margin-top: 30px;
}
.solution__img {
    height: 200px;
    width: 100%;
}
.solution__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.solution__title {
    font-size: 20px;
    margin-top: 10px;
    height: 150px;
}
.solution__title p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}
p.solution__icon {
    background: #e9e9e9;
    width: 60%;
    padding: 5px 26px;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
    transition:all 0.3s ease;
}
p.solution__icon:hover {
    background: #22b24c;
}
p.solution__icon a {
    color: black;
    font-size: 15px;
}
p.solution__icon:hover a {
    color: #fff;
    
}
p.solution__icon:hover i {
   color:#fff;
}
h3.solution__tit a {
    color: #22b24c;
}
p.solution__icon i {
    margin-left: 5px;
    font-size: 12px;
}

.softwares {
    border-radius: 10px;
    margin-top: 5px;
    display: grid;
    grid-template-rows: 25% 75%;
    /* height: 200px; */
    background: #fff;
    margin-bottom: 50px;
    text-align: center;
    padding: 5px;
}
.solution_details img {
    height: 100%;
    object-fit: fill;
}
.solution_details {
    height: 380px;
    /* padding-bottom: 30px !important; */
}
li.social_media {
    display: -webkit-inline-box;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background: blue;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    padding-left: 9px;
    margin-top: 12px;
}
li.social_media:hover a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    color: white !important;
}
.contuct_description {
    margin: 40px 0px;
}