/*================================================
Custome__Css
=================================================*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Graphik';
	overflow-x:hidden;
}

/*==================== theme-color========================*/

:root {
    --h2: 40px;
    --l-height: 50px;
}



/* End-color */
p {
    font-family: 'Graphik';
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin: 0;
}

.pb0 {
    padding-bottom: 0px;
}

a {
    text-decoration: none !important;
    transition: all 0.5s;
    font-family: ''General Sans'';
}

.fit{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul {
    list-style: none;
    margin: var(--margins);
    padding: var(--paddings);
}

h2 { font-family: 'Graphik';
    font-size: 30px;
    line-height:40px;
    font-weight: 700;
    margin-bottom: 10px;
}

h4 { font-family: 'Graphik';
    font-size: 25px;
    line-height:40px;
    font-weight: 600;
    margin-bottom: 20px;
	color: #2c2e35;
}

.pt_100 {
    padding-top: 100px;
}

.bg{
    background-color: #F7F7F7;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'Graphik';
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.p_100 {
    padding: 100px 0;
    width: 100%;
    position: relative;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.navik-menu ul li>a {
    display: block;
    padding: 37px 12px;
    /* font-family: 'General Sans'; */
    text-transform: inherit;
    transition: all .2s ease-in-out;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.navik-header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index:1;
}
.navik-header {
    border-bottom: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}
.left_country_icon ul li a {
    padding: 12px 27px;
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 17px;
}
.left_country_icon {
    border-bottom: 47px solid #fbb120;
    border-left: 47px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 100%;
    padding-bottom: 0;
}
.left_country_icon ul {
    display: flex;
}
.navik-header .logo {
    height: auto;
    max-width: 160px;
    margin: 10px 0;
}
.home_about_content h2 {
    font-family: Graphik;
    font-size: 33px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    margin-bottom: 15px;
}

.home_about_content {
    width: 90%;
}
.home_about_content h4 {
    position: relative;
    font-size: 30px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #2a2c33;
    font-weight: 700;
    line-height: 35px;
}
.home_about_content h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #ffa32b;
}
.counter_items h4 {
    color: #000000;
    margin-bottom: 0;
    font-family: Graphik;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.counter_items h5 {
    color: #2c2e35;
    position: relative;
    font-family: Graphik;
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
}
.caption_content {
    position: relative;
    z-index: 9;
}

.carousel-item:before {
    content: "";
    width: 58%;
    height: 100%;
    position: absolute;
    background-color: #ffa32b;
    left: -100px;
    z-index: 1;
    top: 0;
    opacity: 0.4;
    -webkit-transform: skew(30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(-19deg);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    width: 4%;
    height: 50px;
    transform: translate(0px, -50%);
    border: none;
    background: none;
}
.carosual-wrapper .carousel-control-next {
    right: 10px;
}
.carosual-wrapper .carousel-control-prev {
    left: 10px;
}
.caption_main_slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
}
.caption_content p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #ffffff;
}
.caption_content h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 56px;
    color: #ffffff;
}
.main_button a:hover {
    background: transparent;
    border: 1px solid #035188;
    color: #035188;
}

.main_button a {
    background: #393c42;
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.9s all;
    border-radius: 12px;
    border: 1px solid transparent;
    margin-top: 15px;
}

.main_button input:hover {
    background: transparent;
    border: 1px solid #035188;
    color: #035188;
}

.main_button input {
    background: #035188;
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: 0.9s all;
    border-radius: 40px;
    border: 1px solid transparent;
}

.heading_wrapper span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fbb120;
}
.heading_wrapper h2 {
    font-size: 38px;
    color: #000000;
    line-height: 42px;
    font-weight: 600;
}
h3.hr {
    width: 300px;
    height: 2px;
    background: #fbb120;
    margin: 30px 0;
    position: relative;
}
.home_about_content h5 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
h3.hr em {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fbb120;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.cercerl {
    background: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}
.home_about_content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
.home_about_section .container {
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 2rem rgba(205, 205, 205, .3);
}

.home_about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_about_image {
    width: 90%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
}



.home_counters.fit {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.home_counters.fit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
}
.home_counters .row {
    position: relative;
}
.counter_items img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}


.counter_items {
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 2rem rgba(205, 205, 205, .3);
}

.plus_icon span {
    color: #2c2e35;
    position: relative;
    font-family: Graphik;
    font-size: 60px;
    display: inline-block;
    line-height: 40px;
    font-weight: 700;
}
.plus_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    margin-bottom: 10px;
    position: relative;
}
.plus_icon::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 56px;
    height: 6px;
    background: #ffa32b;
    transform: translateX(-50%);
	display:none;
}
.home_products_wrapper {
    background: #f2f2f2;
}

.home_products_wrapper .heading {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    justify-content: space-between;
}
.globel_wrapper .heading p {
    color: #000000;
    width: 60%;
    margin: 0 auto 15px;
}

.home_blogs .blog_heading h2 {
    margin-bottom: 18px;
}

.home_blogs .blog_heading p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.home_blogs .blog_heading {
    display: block;
    text-align: center;
}
.heading h2 {
    font-family: Graphik;
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #000;
	margin-bottom:0px;
}
.home_products_wrapper .main_button a{
    background: #ffa32b;
    color: #000;
}
.home_products_wrapper .main_button a:hover{
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}

.image_wrapper_items
 {
    margin-bottom: 20px;

}

.image_wrapper_items img{
	width:100%;
	height:100%;
}
.items_product {
    background: #2c2e35;
    padding: 20px;
    text-align: left;
    position: relative;
    margin-bottom: 70px;
}

.items_product:after {
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 0px;
    content: "";
    background-color: #2c2e35;
    top: 24px;
}

.items_product h3 {
    font-family: Graphik;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: left;
    color: #ffffff;
}
.product-slider {
	width: 93% !important;
    margin-left: auto;
}
.home_products_wrapper .owl-nav {
    position: absolute;
    top: -25%;
    right: 8%;
    display: flex;
    column-gap: 13px;
}
.home_quality_wrapper .col-12 {
    padding: 0;
}
.home_quality_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 560px;
    background: #f2f2f2;
}
.home_counters .row .col:last-child .counter_items {
    border: 0;
}
.home_quality_wrapper .home_about_content {
    padding: 100px;
    background: #F2F2F2;
}
.home_quality_wrapper .home_about_image {
    width: 100%;
}
.home_quality_wrapper .row {
    align-items: center;
    position: relative;
}

.process_wrapper {
    padding: 70px 0 30px;
}

a.requset:after {
    content: "";
    background-color: #ffa32b;
    width: 100%;
    height: 12px;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    bottom: -10px;
    left: 0;
}

a.requset {
    font-size: 18px;
    color: #2c2e35;
    text-decoration: none;
    position: relative;
    background-color: #ffa32b;
    padding: 10px;
    width: 170px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin: 18px 0 0;
}
.globel_wrapper .heading h2 {
    color: #000000;
    text-align: center;
    font-size: 44px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 17px;
}
.globel_wrapper .heading h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #ffa32b;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.map_wrapper img {
    width: 100%;
	  margin-top: 40px;
}
.map_wrapper {
    width: 85%;
    margin: 0 auto;
}
.speak_image img {
    width: 96px !important;
    height: 96px;
    margin: 0 auto;
    border-radius: 100%;
}
.speak_items p {
    font-family: Graphik;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}
.speak_main_wrapper .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.speak_main_wrapper button.owl-prev {
    position: relative;
    left: -80px;
}
.speak_main_wrapper button.owl-next {
    position: relative;
    right: -80px;
}
.speak_main_wrapper .heading h2 {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 17px;
	position:relative;
}
.speak_main_wrapper .owl-stage-outer {
    padding: 100px 0;
}

.speak_items {
    background: #FFF;
    text-align: center;
    padding: 30px;
    position: relative;
    transform: scale(0.7);
    transition: 0.8s all;
    margin: 0 -1px;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.speak_main_wrapper .owl-item.active.center .speak_items {
    transform: scale(1.3);
    position: relative;
    z-index: 1;
    filter: inherit;
    -webkit-filter: inherit;
}
.speak_main_wrapper {
    background: #2c2e35;
}

.speak_items h5 {
    font-family: Graphik;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #035188;
}
.heading_inud h3 {
    background: #ffffff;
    padding: 0 30px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.heading_inud:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    background: #fbb120;
    height: 1px;
    width: 100%;
    /* z-index: -1; */
}

.heading_inud {
    text-align: center;
    width: 500px;
    margin: 0 auto 50px;
    position: relative;
}
.zoom_image {
    overflow: hidden;
}
.zoom_image img {
    transition: 0.9s all;
    width: 100%;
	
}
.hover_image_common:hover .zoom_image img {
    transform: scale(1.1);
}
.inus_main h4 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    background: #00000069;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

.inus_main {
    position: relative;
}
.small_section {
    margin-top: 24px;
}
.small_section .inus_main h4 {
    font-size: 20px;
}
.home_porducts .heading_inud h3 {
    background: #f7f7f7;
}

.home_porducts .row {
    align-items: center;
}

.products_inner a{
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: block;
}
.products_inner {
    height: 100%;
}


.home_porducts .main_button {
    height: 100%;
}
.tab-menu ul li img {
    width: 100%;
}
.tab-menu ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

section.bottom_single .content_boottm h4 {
    color: #000000;
}
.home_porducts .main_button a {
    background: #fbb120;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 22px;
}

.home_porducts .main_button a:hover{
    background: #000000;
}
.tab-menu {
    margin-top: 50px;
}

.tab {
    display: none;
}
.tab-active {
    display: block;
}

.map_content p {
    text-align: center;
    font-size: 20px;
}

.map_content {
    width: 55%;
    margin: -24px auto;
    text-align: center;
}
.map_image {
    margin-top: 80px;
}
.map_image img {
    width: 100%;
}

.home_infra:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background:  #fbb120;
}

.heading_infra h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.heading_infra {
    position: relative;
    text-align: center;
}

.heading_infra p {
    width: 80%;
    margin: 0 auto 50px;
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.infra_items img {
    border-radius: 20px;
}
.infra_items {
    position: relative;
}
.infra_items h4 {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 20px 40px;
    background: #00000069;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0 0 20px 20px;
}
.blog_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.blog_heading h2 {
    font-size: 50px;
    line-height: 60px;
	font-weight: 600;
	margin-top:15px;
}
	
	.footer_aera ul li {

 
}
.icon_footer {
    margin-bottom: 14px;
    height: 130px;
}
.button_second a {
    font-size: 18px;
    display: flex;
    color:   #fbb120;
    font-weight: bold;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid   #fbb120;
}
.button_second i {
    font-weight: bold;
    font-size: 21px;
}

.footer_services {
    background: #ffa32b;
}
.items_footer {
    text-align: center;
    padding: 50px;
    border-right: 1px solid #ffffff7a;
}
.items_footer h4 {
    font-size: 22px;
    color: #ffffff;
}
.blog_heading em {
    display: inline-block;
    background: #625f5f;
    width: 90px;
    height: 3px;
    margin-left: 30px;
}
.blog_inner .zoom_image span {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    padding: 8px 40px 6px;
    background: #ffa32b;
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    font-weight:500;
}
.footer_services .row .col-12:last-child .items_footer {
    border: 0;
}
.footer_logo {
    max-width: 16%;
    margin-bottom: 44px;
}
.footer_logo img {
    width: 100%;
}
.blog_inner .zoom_image {
    position: relative;
}
.home_blogs .blogs_content h3 {
    color: #000000;
    font-family: Graphik;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 0 0 29px;
}

.blogs_content {
    padding: 27px;
    background: #F2F2F2;
    /* height: 170px; */
}
.blogs_content h5 {
    font-size: 18px;
    color: #2c2e35;
    text-decoration: none;
    position: relative;
    display: inline;
    background-color: #ffa32b;
    padding: 10px;
}

.blogs_content h5:before {
    content: "";
    background-color: #ffa32b;
    width: 100%;
    height: 7px;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    bottom: -6px;
    left: 0;
}
footer.footer_section
 {
    background: #2a2a2a;
    padding: 30px 0 50px;
    position: relative;
}
.footerSkew {
    background-color: #2a2a2a;
    position: absolute;
    z-index: 9;
    height: 100px;
    width: 100%;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    top: -90px;
}
.footer_aera ul li {
    margin-bottom: 10px;
}

.footer_aera ul li a {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}
.footer_aera h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer_aera.address_footer h4 {
    color: #ffa32b;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer_aera.address_footer ul li a {
      color: #ffa32b;
}
.footer_aera.address_footer ul li {
    color: #ffffff;
    font-size: 18px;
    color:  #fbb120;
}
.footer_aera.address_footer p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}
.footer_aera.follow_up ul li a h5 {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    font-weight: normal;
}
.follow_up ul li a {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.social_icon ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.social_icon ul li svg path {
    fill: #ffffff;
}
.social_icon ul li svg {
    width: 22px;
    height: 22px;
}

.copy_right p a {
      color: #ffa32b;
    margin-left: 10px;
    text-decoration: underline !important;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.copy_right p {
    color: #ffffff;
    font-size: 18px;
}
.copy_main {
    background: #2A2A2A;
    padding: 50px 0;
    padding-top: 50px;
    border-top: 1px solid #ffffff38;
}


section.comon_wrapper h1 {
    font-size: 44px;
    color: #ffffff;
}
section.banner_aera h1 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 15px;
}
section.comon_wrapper {
    padding: 100px 0;
    background: #035188;
    text-align: center;
}
.sidebar ul li.active {
    border-color: #2c2e35;
    background-color: #2c2e35;
}

.sidebar ul li:last-child {
    border: 0;
}
.sidebar ul li a:hover {
    background-color: #2c2e35;
    color: #ffffff;
}

.sidebar ul li a {
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0 12px 13px;
}

.sidebar {
    /* width: 80%; */
    position: sticky;
    top: 100px;
    box-shadow: 0 0 2rem rgba(205, 205, 205, .3);
    padding: 0 0;
    border-radius: 11px;
    margin: 0;
}
/* .sidebar ul li.active a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #035188;
    right: 0;
    border-radius: 100%;
} */
.sidebar ul li.active a {
    color: #ffffff;
    font-weight: 400;
}
.sidebar ul li a {
    font-size: 18px;
    color: #000000bf;
    position: relative;
    display: block;
}
.image_products h6 {
	font-size: 18px;
    color: #2c2e35;
    text-decoration: none;
    position: relative;
    display: inline;
    background-color: #ffa32b;
    padding: 10px;;
}

.image_products h6:after{
	content: "";
    background-color: #ffa32b;
    width: 99%;
    height: 7px;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.image_products h2 {
    font-size: 18px;
    color: #ffffff;
    padding: 20px 0 8px;
    line-height: 24px;
    font-weight: 500;
}
.image_products img {
    width: 60%;
}
.cate_wrapper .row {
    row-gap: 50px;
}
/* .single_products_wrapper {
    padding-bottom: 150px;
} */
/* .image_products a {
    background: #f2f2f2;
    display: block;
    padding: 30px;
    text-align: center;
} */
.inner_new_breadcum ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.image_products p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 30px;
    color: #f8f8f8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.breadcum_products {
    padding: 30px 0;
    border-bottom: 1px solid #008CCC;
	background-color:#fafafa;
}
.inner_new_breadcum ul li a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.inner_new_breadcum ul li {
    font-size: 16px;
}
div#product-list {
    row-gap: 50px;
}

.single_products_content {
    padding: 0px 0 0px 50px;
}
.single_products_content hr {
    width: 100% !important;
    display: block;
    margin: 50px 0;
    color: #00000033;
}
.single_products_content h1 {
    font-family: Graphik;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin-bottom: 20px;
	color:#ffa32b;
}

.content_pr h2 {
    font-family: Graphik;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    margin-bottom: 20px;
	color:#ffa32b;
}
.single_products_content p:last-child {
    margin: 0;
}
.single_products_content p {
    margin-bottom: 10px;
}
.single_products_content ul li {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}
.single_products_content ul {
    list-style: disc;
    padding-left: 20px;
}
.single_products_content h3 {
    font-family: Graphik;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    margin-bottom: 24px;
}
.bottom_single .col-md-6 {
    padding: 0;
}
.content_boottm ul li a {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}
.content_boottm ul {
    position: relative;
    padding-top: 0px;
}
.content_boottm p {
    position: relative;
    font-size: 21px;
    margin-bottom: 30px;
}
/* .content_boottm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-2deg);
    background: #f2f2f2;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
} */
.content_boottm {
    height: 100%;
    position: relative;
    background: #f2f2f2;
    /* clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%); */
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 100px;
}
.content_boottm h4 {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffa42e;
	 font-weight: 500;
	line-height:32px;
}
/* .benifits_wrapper::before {
    background-color: #008CCC;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(3deg);
    transform: skewY(8deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 1;
    content: '';
    top: -25%;
} */
.benifits_wrapper {
    position: relative;
    height: 100%;
    background: #008CCC;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
}
section.bottom_single {
    padding-top: 0;
    background-color: #f2f2f2;
}
.benifit_inner {
    position: relative;
    z-index: 1;
}
.benifit_inner ul li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.benifit_inner ul {
    list-style: disc;
    padding-left: 18px;
}
.benifit_inner h3 {
    color: #ffffff;
    font-family: Graphik;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin-bottom: 30px;
}
.benifit_inner {
    padding: 100px;
    position: relative;
    height: 100%;
    background: #008CCC;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    margin-top: -120px;
}
.bg_new{
	background: #008CCC;
}
.benifits_wrapper {
    height: 100%;
}
.single_gallery {
    border: 1px solid #e5e5e5;
}
.top_head p svg {
    width: 20px;
    color: #ffa32b;
}
.top_head {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 14px;
    padding-bottom: 14px;
        width: 580px;
    margin-left: auto;
}
.carousel-inner .main_button a:hover {
    border-color: #ffffff;
    color: #ffffff;
}
.home_logo img {
    width: 100%;
    border-radius: 100%;
}
.top_head p a {
    font-size: 18px;
    color: #035188;
    display: block;
    line-height: 26px;
}
.top_head p {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.right_footer_wrapper {
    width: 70%;
}

.heading p {
    color: #ffffff;
    text-align: center;
}
.heading h5 {
    font-family: Graphik;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-bottom: 16px;
}
.speak_main_wrapper .heading {
    width: 70%;
    margin: 0 auto 100px;
}
.process_wrapper p {
    color: #161212;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-underline-position: from-font;
    /* text-decoration-skip-ink: none; */
    text-align: center;
}
.process_wrapper h3 {
    font-family: Graphik;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0e0101;
    margin-bottom: 20px;
    text-align: center;
}
.process_icon img {
    width: 100%;
    height: 100%;
}
.process_content {
    text-align: center;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
	z-index:9;
}
.process_icon {
    width: 100px;
    height: 100px;
    /* object-fit: cover; */
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border: 1px solid #ffffff; */
    /* border-radius: 30px; */
    /* margin-bottom: 30px; */
    /* background: #09283A; */
    /* position: relative; */
    /* z-index: 9; */
    background-color: #ffa32b;
    padding: 23px;
    border-radius: 100px;
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom_content p {
    text-align: center;
    color: #ffffffbd;
}
.bottom_content {
    width: 60%;
    margin: 60px auto 0;
}
.speak_main_wrapper .row:before {
    content: '';
    position: absolute;
       top: 50%;
    left: 23px;
    width: 89%;
    height: 1px;
    border-top: 3px dotted #ffffffbd;
    z-index: 1;
}
.speak_main_wrapper .row {
    position: relative;
}

.single_products_content h4 {
    margin-bottom: 10px;
	font-size:22px;
}
.single_gallery img {
    width: 100%;
}
.pr_images img {
    width: 100%;
}
.common_rel_proucts .row:nth-child(even) {
    flex-direction: row-reverse;
}
.common_rel_proucts .row {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 2px solid #e5e5e5;
}
.content_pr p:last-child {
    margin-bottom: 0;
}
.content_pr p {
    margin-bottom: 20px;
}
.content_pr h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}

.content_pr h4 {
    font-family: Graphik;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    margin-bottom: 24px;
}
section.banner_aera img {
    width: 100%;
}
section.banner_aera {
    background: none;
    position: relative;
    padding: 0;
}
.banner_aera .row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.breadcrumb li a::before {
    content: '-';
    position: absolute;
    right: -15px;
    top: -3px;
    font-size: 30px;
    line-height: 18px;
}
ul.breadcrumb li {
    font-size: 16px;
    color: #ffffff;
}
ul.breadcrumb li a {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
ul.breadcrumb {
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 5px;
}
section.banner_aera::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}
.about_wrapper_new .row{
	align-items:center;
}
.about_wrapper_new .home_about_content h2{
	font-size:36px;
	line-height:46px;
}
.vison_main {
    margin: 60px 0;
}
.about_wrapper_new .home_about_content {
    width: 80%;
}
.vison_main .home_about_content {
    width: 80%;
}
.m_wrapper {
    padding-left: 50px;
}
.about_wrapper_new .home_about_image {
    width: 100%;
}
.about_wrapper_new p {
    margin-bottom: 0;
}

.flat_image img {
    width: 100%;
}
.flat_content p {
    margin-bottom: 20px;
}

.flat_content {
    margin-top: 40px;
    width: 70%;
}
.infra_main_section {
    background: #09283A;
}
.infra_content p {
    color: #ffffff;
    margin-bottom: 30px;
}
.infra_content h3 {
    font-family: Graphik;
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-bottom: 18px;
}
.infra_content h4 {
    font-family: Graphik;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffa32b;
    margin-bottom: 10px;
}
.infra_main_section .row {
    margin-top: 70px;
}

.globel_new .infra_content p {
    color: #000;
}
.globel_new .infra_content h3 {
    color: #000;
}
.globel_new .map_wrapper {
    margin: 60px auto 0;
}

.about_qty .container {
    position: relative;
}

.about_qty::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 33%;
    background: #ffffff;
}
.rearch_main {
    padding-top: 0;
}
.rearch_main {
    padding-bottom: 40px;
}
.home_about_content.m_wrapper h4 {
    font-family: Graphik;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 10px;
}
.rearch_main .home_about_content.m_wrapper {
    width: 100%;
}
.rearch_main .home_about_content.m_wrapper h2 {
    font-family: Graphik;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 18px;
}
.home_about_content ul li:last-child {
    margin-bottom: 0;
}
.home_about_content ul li {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
}
.home_about_content ul {
    list-style: disc;
    padding-left: 19px;
}

.quality_first_section .infra_content {
    width: 100%;
}
/* .quality_first_section {
    border-bottom: 1px solid #cccccc;
} */
.page-id-102 .home_about_content {
    width: 90%;
}
.infra_content p:last-child {
    margin-bottom: 0;
}
.quality_second strong {
    color: #2c2e35;
    font-weight: 500;
}
.quality_second p {
    margin-bottom: 30px;
}
.quality_second {
    padding: 100px 0;
}
.quality_second .vison_main {
    margin: 0;
}
.tab_main_section h2 {
    color: #ffffff;
	    font-family: Graphik;
    font-size: 56px;
    font-weight: 600;
    line-height: 84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}
.tab_main_section {
    background: #09283A;
}
.tab {
    display: none;
}
section.p_100.home_about_section.quality_second.about_wrapper_new.rearch_main {
    padding-top: 0;
}
section.p_100.globel_new.quality_first_section {
    padding-bottom: 0;
}
section.p_100.globel_new.quality_first_section .infra_content {
    margin-bottom: 100px;
    border-bottom: 1px solid #008CCC;
    padding-bottom: 100px;
}
.tab-active {
    display: block;
}
.common_heading {
    margin-bottom: 38px;
}
.tab_main_section .row .col-md-6 {
    padding: 0;
}
.tab_content_wrapper {
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    row-gap: 20px;
}
.tab_body .flat_image img {
    height: 100%;
    object-fit: cover;
}

.tab_body .flat_image {
    height: 100%;
}

.tab_content_wrapper ul li:last-child {
    margin-bottom: 0;
}
.tab_content_wrapper ul li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.tab_content_wrapper ul {
    list-style: disc;
    padding-left: 20px;
}
.tab_content_wrapper h3 {
    font-size: 32px;
    font-weight: 600;
}
.tab .row {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.tab_items a {
    cursor: pointer;
}
.tab_items h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #ffffff;
}
.tab-a.active-a {
    border: 1px solid #224C63;
    display: block;
}
a.tab-a .flat_image {
    padding: 10px;
}
.tab-a {
    padding-bottom: 0;
    border: 1px solid transparent;
    display: block;
}

.repeater_image img {
    width: 100%;
}
.gallery_inner_main {
    border: 1px solid #cccccc;
}
.cer_section .infra_content {
    margin-bottom: 48px;
}
.cer_main_wrapper .row {
    align-items: center;
}
.cer_section .row {
    row-gap: 34px;
}
.cer_content h3 {
    font-size: 24px;
    margin-bottom: 14px;
}
.cer_main_wrapper {
    /* border: 1px solid #cccccc; */
    padding: 24px;
    box-shadow: 0 0 2rem rgba(205, 205, 205, .3);
    border-radius: 20px;
}
.flat_image {
    overflow: hidden;
    border-radius: 10px;
}
.qty_last_section {
    padding-top: 0;
}
.qty_last_section .home_about_content {
    padding-left: 70px;
}
.content_bottom p {
    margin-bottom: 0;
    width: 60%;
    margin-top: 50px;
}

.re_main_wrapper .infra_content {
    margin-bottom: 30px;
}
.re_main_wrapper .infra_content h3 {
    font-size: 30px;
    line-height: 40px;
}
.re_content p:last-child {
    margin-bottom: 0;
}
.re_content p {
    margin-bottom: 24px;
}
.re_content {
    width: 85%;
    margin-bottom: 48px;
}
.re_bootm {
    width: 75%;
    margin-top: 30px;
}
.page-id-104 .flat_image {
    margin-bottom: 100px;
}
.emson_wrapper .home_about_content.m_wrapper {
    width: 90%;
    padding-left: 0;
}
.emson_wrapper .vison_main .home_about_content p:last-child {
    margin-bottom: 0;
}
.emson_wrapper .vison_main .home_about_content p {
    margin-bottom: 30px;
}
.emson_wrapper .vison_main .home_about_content {
    width: 100%;
    padding-left: 60px;
}
.emson_wrapper {
    padding-bottom: 40px;
}

.common_ploicy p:last-child {
    margin-bottom: 0;
}
.common_ploicy p {
    margin-bottom: 30px;
}
.common_ploicy {
    width: 80%;
    margin: 0 auto;
}

.contact_heading h5 {
    font-family: Graphik;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #035188;
    margin-bottom: 10px;
}
.contact_heading h2 {
    font-family: Graphik;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-bottom: 18px;
}
.form_field input {
    border: 2px solid #bdbdbd;
    box-shadow: none;
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 300;
    height: auto !important;
    line-height: 30px;
    padding: 8px 30px;
    width: 100%;
}
.form_field select {
    border: 2px solid #bdbdbd;
    box-shadow: none;
    color: #858484;
    font-size: 16px;
    font-weight: 300;
    height: auto !important;
    line-height: 30px;
    padding: 13px 30px 13px 10px;
    width: 100%;
    background: none;
}
.map iframe {
    width: 100%;
    display: block;
}
.form_field textarea {
    border: 2px solid #bdbdbd;
    box-shadow: none;
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 300;
	resize:none;
    line-height: 30px;
    padding: 8px 30px;
    width: 100%;
	height:120px;
}
.left_part_contact .main_button {
    margin-top: 20px;
}
.left_part_contact .row {
    row-gap: 20px;
}
.contact_heading {
    margin-bottom: 48px;
}
.content_pr ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.content_pr ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 20px;
}

.icon_contact svg path {
    fill: #035188;
}
.icon_contact svg {
    width: 48px;
}
.contact_inner {
    display: flex;
    column-gap: 30px;
}
.contact_main_page .row {
    align-items: flex-start;
}
.contact_details_wrapper {
    padding-left: 70px;
}
.contact_main_page::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    background: #f2f2f2;
}
.contact_details_wrapper {
    padding-left: 140px;
    position: relative;
}
.contact_content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #035188;
    margin-bottom: 11px;
}
.contact_content p a {
    color: #000000;
}

.contact_content p {
    font-size: 18px;
    line-height: 28px;
}
.contact_details_wrapper .contact_inner:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.contact_details_wrapper .contact_inner {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #035188;
}

.content_careers p strong {
    font-size: 24px;
    margin-top: 20px;
    display: block;
}
.content_careers ul li {
    font-size: 18px;
    margin-bottom: 8px;
}
.content_careers ul {
    list-style: disc;
    padding-left: 17px;
    padding-bottom: 7px;
}
.content_careers p {
    margin-bottom: 15px;
}
.careers_image img {
    height: 100%;
    object-fit: cover;
	width:100%;
}
.careers_image {
    height: 100%;
}
.career_form .main_button {
    margin-top: 30px;
}
.career_form .row {
    row-gap: 27px;
}
.career_form .form_right {
    row-gap: 20px;
    width: 80%;
    margin: 0 auto;
}
.career_form {
    border-top: 1px solid #a9a9a9;
    margin-top: 100px;
    padding-top: 100px;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    padding: 5px 20px;
}
.dev_icon img {
    width: 100%;
}
.dev_icon {
    width: 80px;
    height: 80px;
}
.career_new_dev {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    box-shadow: 0 0 2rem rgba(205, 205, 205, .3);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.dev_content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.dev_content p {
	font-size:16px;
	line-height:25px;
}
.career_heading h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 600;
}
.career_heading p {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.career_heading {
    text-align: center;
    margin-bottom: 48px;
}

.career_form .main_button input {
    width: 260px;
}
.career_form .main_button p {
    text-align: center;
}
.new_products_wrapper a {
    padding: 0;
}
.image_new_pro {
    background: #ffffff;
	text-align:center;
}
.new_pro_content {
    padding: 17px 0;
    text-align: left;
}
.new_pro_content h2 {
    padding-top: 0;
}
.new_products_wrapper {
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 8%); */
    background-color: #2c2e35;
    padding: 20px;
	position:relative;
}
.new_products_wrapper:after {
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 0px;
    content: "";
    background-color: #2c2e35;
    top: 30px;
}
.home_products_wrapper .heading h2 {
    color: #2c2e35;
    position: relative;
}
.home_products_wrapper .heading h2:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #ffa32b;
}
.speak_main_wrapper .heading h2 {
    color: #ffffff;
}
.speak_main_wrapper .heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #ffa32b;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blog_inner p {
    color: #000000;
}
.blog_inner h3 {
    font-family: 'Graphik';
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 18px;
}
.blog_inner {
    position: relative;
}
.blog-skew {
    background-color: #f2f2f2;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 32px;
}
.hover_image_common .blog_inner:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.hover_image_common .blog_inner {
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 2px solid #008CCC;
}
.recent_blogs h3 {
    font-family: 'Graphik';
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 28px;
}
.recent_blogs {
    padding-left: 50px;
    position: sticky;
    top: 210px;
}
.recent_title span {
    font-size: 16px;
    color: #000000;
}
.recent_title h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000000;
}
.recent_blogs ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.recent_blogs ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}
.image_in_blogs img {
    width: 100%;
}
.single_new_blog_wrapper h1 {
    font-family: 'Graphik';
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
}

.single_new_blog_wrapper h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.single_new_blog_wrapper h2 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #2c2e35;
}

.single_new_blog_wrapper ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}
.single_new_blog_wrapper ul {
    padding-left: 16px;
    list-style: disc;
}
.single_new_blog_wrapper ol li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
.single_new_blog_wrapper ol {
    padding-left: 16px;
    list-style: disc;
}
.home_blogs .zoom_image img {
    height: 275px;
    object-fit: cover;
}

.blog_inner h3{
	
}
.single_new_blog_wrapper p:last-child {
    margin-bottom: 0;
}
.single_new_blog_wrapper p {
    margin-bottom: 20px;
}

.common_ploicy h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000000;
}
.common_ploicy ul li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
}
.common_ploicy ul {
    list-style: disc;
    padding-left: 18px;
}
.common_ploicy {
    width: 80%;
    margin: 0 auto;
}
.common_ploicy a {
    color: #000000;
    font-weight: 500;
}
.thankyou_main .common_ploicy h2 {
    font-size: 34px;
    margin-bottom: 20px;
}
.thankyou_main h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
span.wpcf7-spinner {
    position: absolute !important;
}

section.error_page img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.title_error h2 {
    font-size: 98px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
.error_content h3 {
    font-size: 30px;
    font-weight: 600;
}
.error_content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.main_cat_content .content_cat_wrapper {
    margin-top: 80px;
}
.faq-content h2 {
    font-family: Graphik;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 35px;
    text-align: left;
}
.faq-content {
    margin-top: 50px;
}
.faq-content p {
    margin-bottom: 30px;
}
.content_cat_wrapper {
    width: 80%;
}
.benifit_inner ul {
    padding-bottom: 10px;
}
.benifit_inner p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}
.faq-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 30px;
    font-weight: 500;
}
.term-description p {
    margin-bottom: 20px;
}
.term-description ul li {
    font-size: 18px;
    line-height: 28px;
}
.term-description ul {
    list-style: disc;
    padding: 10px;
}
.custome-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custome-detail {
    height: 430px;
}

.home_products_wrapper .owl-nav button {
    width: 50px;
    height: 50px;
    border: solid 2px #000 !important;
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    line-height: normal !important;
    border-radius: 100px;
    position: relative;
}
.home_products_wrapper .owl-nav button span {
    font-size: 50px;
    position: absolute;
    top: -7px;
    left: 32%;
}

.main_career_new {
    margin-top: 100px;
}

.main_career_new .heading {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 22px;
}

.main_career_new .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #ffa32b;
}

.re_content h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #ffa32b;
}

.re_content h4 {
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.reach ul {
    display: flex
;
    flex-wrap: wrap;
    margin: 40px 0;
}
.reach ul li {
    width: 30.3%;
    box-shadow: 0 0 2rem rgba(205, 205, 205, .3);
    margin: 12px 24px 12px 0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.reach ul li h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 20px;
}

.reach ul li h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #ffa838;
    transform: translateX(-50%);
}

.reach ul li p {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}
.reach ul li img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.home_about_content.manufatch h4

 {
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 41px;
}
.home_about_content.manufatch h3 {
    position: relative;
    font-size: 24px;
    /* padding-bottom: 10px; */
    /* margin-bottom: 20px; */
    font-weight: 600;
    line-height: 31px;
}
.home_about_content.manufatch ul {
    margin: 0 0 30px;
}

.home_about_content.manufatch ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.footer_aera.follow_up ul li a i {
    width: 28px;
    height: 28px;
    background-color: #0a66c2;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 100px;
    font-size: 16px;
}

.process_wrapper ul li i {
    color: #2c2e35;
    font-size: 14px;
    margin-right: 4px;
    font-weight: 100;
}
.process_wrapper ul li {
    line-height: 32px;
    font-size: 16px;
}

.inner-cta {
    margin: 30px 0;
	text-align:center;
}

.inner-cta a {
    font-size: 16px;
    color: #2c2e35;
    text-decoration: none;
    position: relative;
    display: inline-flex
;
    background-color: #ffa32b;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
}
.inner-cta a:after {
    content: "";
    background-color: #ffa32b;
    width: 99%;
    height: 9px;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.show_image {
    display: none;
}