@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;

}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}


h1 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 40px 10px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}

.menuSec ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.menuSec ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.menuSec ul li a:hover::after,
.menuSec ul li a:active::after {
    width: 100%;
    transition: width 0.5s ease;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    /* background: rgba(255, 255, 255, 0.1); */
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: unset;
}

.arrowdown {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 120px;
    bottom: -70px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    margin: auto;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

a.arrowdown img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}

.banner_mid {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: fit-content;
    z-index: -1;
    height: 88%;
}

.banner_text {
    z-index: 2;
    position: relative;
}

/* section.main_slider .carousel-item {} */

section.main_slider .carousel-caption {
    z-index: 2;
}

.banner_mid>img {
    height: 100%;
    width: 500px;
    object-fit: cover;
}

.banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headerbtn {
    /* text-align: end; */
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}

.themebtn {
    color: #000000;
    padding: 15px 40px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 50px;
}

.themebtn:hover {
    color: #fff;
    background-color: #2a77a6;
    border: 2px solid #fff;
}

.main_slider {
    position: relative;
}

.menuSection {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #518cb1;
}

.menuSection .container-fluid {
    padding: 0 7%;
}

.main_slider .container-fluid {
    padding: 0 7%;
}

/* .droopdwon li:hover>ul {
 display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.droopdwon li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    right: 0;
    width: 230px;
    text-align: left;
    top: 40px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.droopdwon li:hover li a:hover {
    background-color: #f0f0f0;
    color: #000 !important;
}

.droopdwon .dropdown-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
} */

.headerbtn select {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
    width: 20%;
    border-radius: 50px;
    padding: 15px 20px;
    color: #000;
    text-transform: uppercase;
    background-image: url(../images/sort-down.png);
    background-size: auto;
}

.form-select:focus {
    border-color: unset;
    outline: none;
    box-shadow: unset;
    border: none;
}

.banner_text h1 {
    font-size: 55.73px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 7px #000;
}

.banner_text span {
    font-size: 55.73px;
    font-weight: 300;
    display: block;
}

.banner_text p {
    color: #dce7ee;
    width: 79%;
    margin: 20px 0 30px;
}

img.banner_right {
    border-top-left-radius: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 350px;
    width: 370px;
    object-fit: cover;
}

/* our core solutions */

.core_heading {
    text-align: center;
    margin-bottom: 50px;
}

.core_heading p {
    color: #7c7c7c;
    width: 50%;
    margin: 10px auto;
}

.themebtn2 {
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2a77a6;
    border-radius: 50px;
}

.themebtn2:hover {
    color: #2a77a6;
    background-color: #fff;
    border: 2px solid #2a77a6;
}

.core_text h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.core_text p {
    margin-bottom: 20px;
}

.core_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 130px;
}

.core_text {
    padding: 25px 30px;
}

.core_main {
    border-radius: 130px 0px 130px 0px;
    border: 1px solid #e4e4e4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core_main:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.core_solutions {
    padding: 120px 0 120px;
}

/* our core solutions */

/* what our client say */

.star i {
    color: #f9ae0e;
}

.client_flx h3 {
    font-size: 18px;
    font-weight: 500;
}

.client_flx p {
    font-size: 12px !important;
}


.client_flx {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 15px;
}

.client_img img {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 400px;
    height: 230px;
    object-fit: cover;
}

.client_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 1px solid #e7e7e7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client_main:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.client_slider .slick-track {
    margin: 20px 0;
}

.client_txt {
    padding: 30px 30px 30px 20px;
}

.star i {
    font-size: 12px;
}

.client {
    padding-bottom: 120px;
}

.slick-slide {
    opacity: 1;
}

.custom-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #aac9db;
    background-color: #aac9db;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.custom-arrow img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(859%) hue-rotate(173deg) brightness(93%) contrast(92%);
}

.custom-arrow.prev {
    left: -60px
}

.custom-arrow.next {
    right: -60px;
}

.custom-arrow:hover {
    border-color: #2a77a6;
    background-color: #2a77a6;
}

.custom-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(75%) saturate(4%) hue-rotate(215deg) brightness(115%) contrast(100%);
}

/* what our client say */

/* footer */

.quick_links h5,
.cont_links h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.footerSec {
    padding: 100px 0 60px;
    background: #2A77A6;
    background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%);
}

.quick_links_flx {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
}

.quick_links_flx ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #c2d9e7;
}

.quick_links_flx ul li,
.cont_links ul li {
    margin-bottom: 30px;
}

.cont_links ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #c2d9e7;
}

.footer_btm {
    border-top: 1px solid #5f9cc1;
    padding: 30px 0 30px;
    background: #2A77A6;
    background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%);
}

.copy_txt {
    text-align: center;
}

.copy_txt p {
    color: #ffffff;
}

.cont_links {
    padding-left: 50px;
}

/* footer */

/* inner pages */

/* inner banner */

.inr_banner_text h1 {
    font-size: 55.73px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.inr_banner_bg img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

/* inner banner */

/* about page */

.vision {
    padding: 120px 0 0;
}

.vision_left img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 200px 0 200px;
}

.vision_right h2 {
    margin-bottom: 20px;
}

.vision_right p {
    margin-bottom: 30px;
    color: #7c7c7c;
    padding-left: 15px;
}

.vision_right {
    padding: 0 40px 0 20px;
}

.vision_p p {
    margin-bottom: 30px;
    color: #7c7c7c;
    padding-top: 30px;
    padding-right: 40px;
}

p.para_line {
    position: relative;
}

p.para_line::before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 8px;
    background-color: #aac9db;
    height: 90px;
    width: 1px;
}

.mission {
    padding: 30px 0 120px;
}

.mission_right img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
}

.mission_left h2 {
    margin-bottom: 20px;
}

.mission_left p {
    margin-bottom: 30px;
    color: #7c7c7c;
    padding-left: 15px;
}

.mission_right {
    padding: 0 40px 0 20px;
}

.mission_p p {
    margin-bottom: 30px;
    color: #7c7c7c;
    padding-top: 30px;
    padding-right: 40px;
}

/* about page */

/* Products Detail */

.prod_det_content p {
    margin-bottom: 20px;
    color: #7c7c7c;
}

.prod_det_content h2 {
    margin-bottom: 10px;
}

.prod_det_content img {
    margin-bottom: 20px;
    width: 100%;
    height: 350px;
    border-top-left-radius: 200px;
    object-fit: cover;
}

.prod_det {
    padding: 120px 0;
}

/* Products Detail */

/* Industries */
.industry {
    padding: 120px 0;
}

.industry_heading h2 {
    margin-bottom: 10px;
}

.industry_heading p {
    color: #7c7c7c;
    width: 90%;
}

.industry_heading {
    margin-bottom: 50px;
}

.industry_main h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.industry_main img {
    object-fit: cover;
    height: 70px;
    width: 70px;
    margin: 0 auto 20px;
}

.industry_main {
    border: 1px solid #cccccc;
    text-align: center;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 40px 20px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.industry_main:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

/* Industries */

/* contact page */

.cont_page {
    padding: 120px 0;
}

.cont_page_left h2 {
    font-size: 41.83px;
    margin-bottom: 30px;
}

.cont_page_left form input,
.cont_page_left form textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.cont_page_left form input::placeholder,
.cont_page_left form textarea::placeholder {
    color: #8d8d8d;
}

.cont_page_left form textarea {
    height: 140px;
    resize: none;
}

.cont_page_left form button {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%);
    border-radius: 60px;
    padding: 15px 40px;
}

.cont_page_right h2 {
    color: #fff;
    margin-bottom: 20px;
}

.cont_page_right p {
    color: #abcadd;
    margin-bottom: 40px;
}

.cont_page_right ul li {
    margin-bottom: 20px;
}

.cont_page_right ul li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.cont_page_right ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

.cont_page_right {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%);
    padding: 120px 130px 120px 40px;
}

.cont_page_left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cont_img img {
    width: 100%;
    object-fit: cover;
    height: 495px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-left: -5px;
}

/* contact page */

/* quote page */

.quote_page {
    padding: 120px 0;
}

.quote_page_img img {
    height: 580px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.quote_page_right form input,
.quote_page_right form textarea {
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: none;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    font-size: 14px;
}

.quote_page_right form input::placeholder,
.quote_page_right form textarea::placeholder {
    color: #8d8d8d;
}

.quote_page_right form textarea {
    height: 170px;
    resize: none;
}

.quote_page_right form button {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%);
    border-radius: 60px;
    padding: 15px 100px;
}

.quote_page_right h2 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 70px;
}


.quote_page_right p {
    margin-bottom: 25px;
}

.quote_page_right {
    padding: 0 50px;
}

/* quote page */

section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}

section.error-404.not-found a.btn2 {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}


html {
    overflow-x: hidden;
}

/*Media Query Start*/


@media only screen and (min-width: 1366px) and (max-width: 1520px) {

    .banner_text h1 {
        font-size: 48.73px;
    }

    .banner_mid {
        height: 85.5%;
    }





}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .banner_text h1 {
        font-size: 42.73px;
    }

    .banner_text p {
        width: 88%;
    }

    .banner_mid {
        height: 83%;
    }

    img.banner_right {
        height: 217px;
        width: 253px;
    }

    .banner_mid>img {
        object-position: top;
    }

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .footerSec {
        padding: 60px 0 20px;
    }

    .footer_btm {
        overflow: visible !important;
    }

    .cont_links {
        padding-left: 0px;
    }

    .ftr_logo a img {
        height: 50px !important;
        width: 100%;
        object-fit: contain;
    }

    .ftr_logo a {
        margin-bottom: 15px;
    }

    .client {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .client_slider .slick-slide {
        margin: 0 10px;
    }

    .client_txt {
        padding: 20px 20px 20px 15px;
    }

    .banner_text p {
        width: 75%;
    }

    .banner_bg {
        height: 370px;
    }

    .banner_text h1 {
        font-size: 30px !important;
    }

    .banner_text span {
        font-size: 30px !important;
    }

    .main_slider .container-fluid {
        padding: 0 3% !important;
    }

    .menuSection {
        width: 100%;
        position: relative;
        background: #3178a4;
    }

    .banner_mid {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 30%;
        z-index: -1;
        height: 88%;
    }

    .banner_text p {
        width: 100%;
    }

    .header-logo {
        height: 35px;
        display: flex;
        margin: 15px 0px;
        align-items: center;
        justify-content: center;
    }

    .header-logo a,
    .header-logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menuSection .container-fluid {
        padding: 0 3%;
    }

    section#custom_html-2 {
        margin-right: 0px !important;
    }

    div#gt_float_wrapper {
        right: 0 !important;
        top: 25px !important;
        margin-top: 10px !important;
        margin-right: 10px !important;
        position: absolute !important;
    }

    .headerbtn {
        justify-content: flex-start;
    }

    .themebtn {
        padding: 8px 25px;
        font-size: 12px;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 6px 10px !important;
    }

    img.banner_right {
        right: 0;
        bottom: 0;
        width: 30%;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 20px;
    }

    .page-id-7 section.main_slider .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin: 60px 0px 30px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .banner_text p {
        margin: 10px 0px 30px;
    }

    a.arrowdown img {
        height: 50px;
        width: 50px;
    }

    .core_solutions {
        padding: 40px 0 40px;
    }

    h2 {
        font-size: 25px;
    }

    .core_heading {
        margin-bottom: 20px;
    }

    .core_main {
        margin-bottom: 15px;
        border-radius: 60px 0px 60px 0px;
    }

    .core_img img {
        border-top-left-radius: 60px;
    }

    .core_text {
        padding: 15px 15px;
    }

    .themebtn2 {
        font-size: 12px;
        padding: 7px 20px;
    }

    .core_text p {
        margin-bottom: 10px;
    }

    .core_text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .star i {
        font-size: 9px;
    }

    .client_flx .star {
        display: flex;
    }

    .inr_banner_text h1 {
        font-size: 30px;
        margin-top: 0px;
    }

    .slicknav_nav a:hover {
        background: #3178a4;
    }

    .inr_banner_bg img {
        height: 300px;
    }

    .vision {
        padding: 40px 0 0;
    }

    .vision_left img {
        height: 300px;
        object-fit: cover;
        border-radius: 0 50px 0 50px;
    }

    .vision_right {
        padding: 60px 10px 0 10px;
    }

    .mission {
        padding: 20px 0 60px;
    }

    .mission_right img {
        height: 300px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .mission_right {
        padding: 0 0px 0 0px;
    }

    .quick_links_flx ul li,
    .cont_links ul li {
        margin-bottom: 10px;
    }

    .quick_links_flx {
        justify-content: flex-start;
        gap: 50px;
    }

    .quick_links h5,
    .cont_links h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_btm {
        padding: 15px 0 15px;
    }

    .vision_right p {
        margin-bottom: 10px;
    }

    .quote_page {
        padding: 40px 0px;
    }

    .quote_page_right {
        padding: 0 0px;
    }

    .quote_page_right h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .quote_page_right form button {
        font-size: 12px;
        padding: 8px 30px;
    }

    .quote_page_img img {
        height: 400px;
    }

    .prod_det {
        padding: 40px 0;
    }

    .wpb_single_image img {
        height: 400px;
        border-radius: 10px;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 5px !important;
    }

    .cont_page {
        padding: 60px 10px;
    }

    .cont_page_left {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .cont_img img {
        height: 380px;
        margin-left: 0px;
    }

    .cont_page_left h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .custom-arrow.next {
        right: -15px;
        height: 30px;
        width: 30px;
    }

    .custom-arrow.prev {
        left: -15px;
        height: 30px;
        width: 30px;
    }

    .page-id-7 .main_slider .col-sm-4 {
        width: 40%;
    }

    .menuSection .row {
        align-items: center;
    }



}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footerSec {
        padding: 60px 0 20px;
    }

    .footer_btm {
        overflow: visible !important;
    }

    .cont_links {
        padding-left: 0px;
    }

    .ftr_logo a img {
        height: 50px !important;
        width: 100%;
        object-fit: contain;
    }

    .ftr_logo a {
        margin-bottom: 15px;
    }

    .client {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .client_slider .slick-slide {
        margin: 0 10px;
    }

    .client_txt {
        padding: 20px 20px 20px 15px;
    }

    .core_heading p {
        width: 100% !important;
    }

    .banner_bg {
        height: 370px;
    }

    .banner_text h1 {
        font-size: 30px !important;
    }

    .banner_text span {
        font-size: 30px !important;
    }

    .main_slider .container-fluid {
        padding: 0 3% !important;
    }

    .menuSection {
        width: 100%;
        position: relative;
        background: #3178a4;
    }

    .banner_mid {
        height: 200px;
        position: relative;
    }

    .banner_text p {
        width: 100%;
    }

    .header-logo {
        height: 35px;
        display: flex;
        margin: 15px 0px;
        align-items: center;
        justify-content: center;
    }

    .header-logo a,
    .header-logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menuSection .container-fluid {
        padding: 0 3%;
    }

    section#custom_html-2 {
        margin-right: 0px !important;
    }

    div#gt_float_wrapper {
        right: 0 !important;
        top: 110px !important;
        margin-top: 10px !important;
        margin-right: 10px !important;
        position: absolute !important;
    }

    .headerbtn {
        justify-content: flex-start;
    }

    .themebtn {
        padding: 8px 25px;
        font-size: 12px;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 6px 10px !important;
    }

    img.banner_right {
        right: 0;
        bottom: 0;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-top-left-radius: 20px;
    }

    .page-id-7 section.main_slider .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin: 60px 0px 30px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .banner_text p {
        margin: 10px 0px 30px;
    }

    a.arrowdown img {
        height: 50px;
        width: 50px;
    }

    .core_solutions {
        padding: 40px 0 40px;
    }

    h2 {
        font-size: 25px;
    }

    .core_heading {
        margin-bottom: 20px;
    }

    .core_main {
        margin-bottom: 15px;
        border-radius: 60px 0px 60px 0px;
    }

    .core_img img {
        border-top-left-radius: 60px;
    }

    .core_text {
        padding: 15px 15px;
    }

    .themebtn2 {
        font-size: 12px;
        padding: 7px 20px;
    }

    .core_text p {
        margin-bottom: 10px;
    }

    .core_text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .star i {
        font-size: 9px;
    }

    .client_flx .star {
        display: flex;
    }

    .inr_banner_text h1 {
        font-size: 30px;
        margin-top: 0px;
    }

    .slicknav_nav a:hover {
        background: #3178a4;
    }

    .inr_banner_bg img {
        height: 300px;
    }

    .vision {
        padding: 40px 0 0;
    }

    .vision_left img {
        height: 300px;
        object-fit: cover;
        border-radius: 0 50px 0 50px;
    }

    .vision_right {
        padding: 60px 10px 0 10px;
    }

    .mission {
        padding: 20px 0 60px;
    }

    .mission_right img {
        height: 300px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .mission_right {
        padding: 0 0px 0 0px;
    }

    .quick_links_flx ul li,
    .cont_links ul li {
        margin-bottom: 10px;
    }

    .quick_links_flx {
        justify-content: flex-start;
        gap: 50px;
    }

    .quick_links h5,
    .cont_links h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_btm {
        padding: 15px 0 15px;
    }

    .vision_right p {
        margin-bottom: 10px;
    }

    .quote_page {
        padding: 40px 0px;
    }

    .quote_page_right {
        padding: 0 0px;
    }

    .quote_page_right h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .quote_page_right form button {
        font-size: 12px;
        padding: 8px 30px;
    }

    .quote_page_img img {
        height: 400px;
    }

    .prod_det {
        padding: 40px 0;
    }

    .wpb_single_image img {
        height: 400px;
        border-radius: 10px;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 5px !important;
    }

    .cont_page {
        padding: 60px 10px;
    }

    .cont_page_left {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .cont_img img {
        height: 380px;
        margin-left: 0px;
    }

    .cont_page_left h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .custom-arrow.next {
        right: -15px;
        height: 30px;
        width: 30px;
    }

    .custom-arrow.prev {
        left: -15px;
        height: 30px;
        width: 30px;
    }

    .page-id-7 .main_slider .col-sm-4 {
        width: 40%;
    }

    .menuSection .row {
        align-items: center;
    }



}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .footerSec {
        padding: 40px 0 10px;
    }

    .footer_btm {
        overflow: visible !important;
    }

    .cont_links {
        padding-left: 0px;
    }

    .ftr_logo a img {
        height: 50px !important;
        width: 100%;
        object-fit: contain;
    }

    .ftr_logo a {
        margin-bottom: 15px;
    }

    .client {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .client_slider .slick-slide {
        margin: 0 10px;
    }

    .client_txt {
        padding: 20px 20px 20px 15px;
    }

    .core_heading p {
        width: 100% !important;
    }

    .banner_bg {
        height: 370px;
    }

    .banner_text h1 {
        font-size: 30px !important;
    }

    .banner_text span {
        font-size: 30px !important;
    }

    .main_slider .container-fluid {
        padding: 0 3% !important;
    }

    .menuSection {
        width: 100%;
        position: relative;
        background: #3178a4;
    }

    .banner_mid {
        height: 200px;
        position: relative;
    }

    .banner_text p {
        width: 100%;
    }

    .header-logo {
        height: 35px;
        display: flex;
        margin: 15px 0px;
        align-items: center;
        justify-content: center;
    }

    .header-logo a,
    .header-logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menuSection .container-fluid {
        padding: 0 3%;
    }

    section#custom_html-2 {
        margin-right: 0px !important;
    }

    div#gt_float_wrapper {
        right: 0 !important;
        top: 50px !important;
        margin-top: 10px !important;
        margin-right: 10px !important;
        position: absolute !important;
    }

    .headerbtn {
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .themebtn {
        padding: 8px 25px;
        font-size: 12px;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 6px 10px !important;
    }

    img.banner_right {
        right: 0;
        bottom: 0;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-top-left-radius: 20px;
    }

    .page-id-7 section.main_slider .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin: 40px 0px 20px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .banner_text p {
        margin: 10px 0px 20px;
    }

    a.arrowdown img {
        height: 50px;
        width: 50px;
    }

    .core_solutions {
        padding: 40px 0 40px;
    }

    h2 {
        font-size: 25px;
    }

    .core_heading {
        margin-bottom: 20px;
    }

    .core_main {
        margin-bottom: 15px;
        border-radius: 60px 0px 60px 0px;
    }

    .core_img img {
        border-top-left-radius: 60px;
    }

    .core_text {
        padding: 15px 15px;
    }

    .themebtn2 {
        font-size: 12px;
        padding: 7px 20px;
    }

    .core_text p {
        margin-bottom: 10px;
    }

    .core_text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .star i {
        font-size: 9px;
    }

    .client_flx .star {
        display: flex;
    }

    .inr_banner_text h1 {
        font-size: 30px;
        margin-top: 0px;
    }

    .slicknav_nav a:hover {
        background: #3178a4;
    }

    .inr_banner_bg img {
        height: 300px;
    }

    .vision {
        padding: 40px 0 0;
    }

    .vision_left img {
        height: 300px;
        object-fit: cover;
        border-radius: 0 50px 0 50px;
    }

    .vision_right {
        padding: 30px 10px 0 10px;
    }

    .mission {
        padding: 10px 0 40px;
    }

    .mission_right img {
        height: 300px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .mission_right {
        padding: 0 0px 0 0px;
    }

    .quick_links_flx ul li,
    .cont_links ul li {
        margin-bottom: 10px;
    }

    .quick_links_flx {
        justify-content: flex-start;
        gap: 50px;
    }

    .quick_links h5,
    .cont_links h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_btm {
        padding: 15px 0 15px;
    }

    .vision_right p {
        margin-bottom: 10px;
    }

    .quote_page {
        padding: 40px 0px;
    }

    .quote_page_right {
        padding: 0 0px;
    }

    .quote_page_right h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .quote_page_right form button {
        font-size: 12px;
        padding: 8px 30px;
    }

    .quote_page_img img {
        height: 400px;
    }

    .prod_det {
        padding: 40px 0;
    }

    .wpb_single_image img {
        height: 400px;
        border-radius: 10px;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 5px !important;
    }

    .cont_page {
        padding: 40px 10px;
    }

    .cont_page_left {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .cont_img img {
        height: 380px;
        margin-left: 0px;
    }

    .cont_page_left h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .custom-arrow.next {
        right: -26px;
        height: 30px;
        width: 30px;
    }

    .custom-arrow.prev {
        left: -26px;
        height: 30px;
        width: 30px;
    }

    .page-id-7 .main_slider .col-sm-4 {
        width: 40%;
    }

    .menuSection .row {
        align-items: center;
    }





}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .footerSec {
        padding: 40px 0 10px;
    }

    .footer_btm {
        overflow: visible !important;
    }

    .cont_links {
        padding-left: 0px;
    }

    .ftr_logo a img {
        height: 50px !important;
        width: 100%;
        object-fit: contain;
    }

    .ftr_logo a {
        margin-bottom: 15px;
    }

    .client {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .client_slider .slick-slide {
        margin: 0 1px;
    }

    .client_txt {
        padding: 20px 20px 20px 15px;
    }

    .core_heading p {
        width: 100% !important;
    }

    .banner_bg {
        height: 600px;
    }

    .banner_text h1 {
        font-size: 30px !important;
    }

    .banner_text span {
        font-size: 30px !important;
    }

    .main_slider .container-fluid {
        padding: 0 3% !important;
    }

    .menuSection {
        width: 100%;
        position: relative;
        background: #3178a4;
    }

    .banner_mid {
        height: 200px;
        position: relative;
    }

    .banner_text p {
        width: 100%;
    }

    .header-logo {
        height: 35px;
        display: flex;
        margin: 15px 0px;
        align-items: center;
        justify-content: center;
    }

    .header-logo a,
    .header-logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menuSection .container-fluid {
        padding: 0 3%;
    }

    section#custom_html-2 {
        margin-right: 0px !important;
    }

    div#gt_float_wrapper {
        right: 0 !important;
        top: 105px !important;
        margin-top: 10px !important;
        margin-right: 10px !important;
        position: absolute !important;
    }

    .headerbtn {
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .themebtn {
        padding: 8px 25px;
        font-size: 12px;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 6px 10px !important;
    }

    img.banner_right {
        right: 0;
        bottom: 0;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-top-left-radius: 20px;
    }

    .page-id-7 section.main_slider .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin: 40px 0px 20px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .banner_text p {
        margin: 10px 0px 20px;
    }

    a.arrowdown img {
        height: 50px;
        width: 50px;
    }

    .core_solutions {
        padding: 40px 0 40px;
    }

    h2 {
        font-size: 25px;
    }

    .core_heading {
        margin-bottom: 20px;
    }

    .core_main {
        margin-bottom: 15px;
        border-radius: 60px 0px 60px 0px;
    }

    .core_img img {
        border-top-left-radius: 60px;
    }

    .core_text {
        padding: 15px 15px;
    }

    .themebtn2 {
        font-size: 12px;
        padding: 7px 20px;
    }

    .core_text p {
        margin-bottom: 10px;
    }

    .core_text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .star i {
        font-size: 9px;
    }

    .client_flx .star {
        display: flex;
    }

    .inr_banner_text h1 {
        font-size: 30px;
        margin-top: 0px;
    }

    .slicknav_nav a:hover {
        background: #3178a4;
    }

    .inr_banner_bg img {
        height: 300px;
    }

    .vision {
        padding: 40px 0 0;
    }

    .vision_left img {
        height: 300px;
        object-fit: cover;
        border-radius: 0 50px 0 50px;
    }

    .vision_right {
        padding: 30px 10px 0 10px;
    }

    .mission {
        padding: 10px 0 40px;
    }

    .mission_right img {
        height: 300px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .mission_right {
        padding: 0 0px 0 0px;
    }

    .quick_links_flx ul li,
    .cont_links ul li {
        margin-bottom: 10px;
    }

    .quick_links_flx {
        justify-content: flex-start;
        gap: 50px;
    }

    .quick_links h5,
    .cont_links h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_btm {
        padding: 15px 0 15px;
    }

    .vision_right p {
        margin-bottom: 10px;
    }

    .quote_page {
        padding: 40px 0px;
    }

    .quote_page_right {
        padding: 0 0px;
    }

    .quote_page_right h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .quote_page_right form button {
        font-size: 12px;
        padding: 8px 30px;
    }

    .quote_page_img img {
        height: 400px;
    }

    .prod_det {
        padding: 40px 0;
    }

    .wpb_single_image img {
        height: 400px;
        border-radius: 10px;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 5px !important;
    }

    .cont_page {
        padding: 40px 10px;
    }

    .cont_page_left {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .cont_img img {
        height: 380px;
        margin-left: 0px;
    }

    .cont_page_left h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }












}

/*Media Query End*/