/*
Author       : QS
Template Name: Quantum System
Version      : 1.3
*/
/*============================
 [Table of CSS]

========================================*/
/*#d6320b
/*-----------------
	 General
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');

html {
    height: 100%;
    scrollbar-color: smooth;
}

body {
    background-color: #ffff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.font-pop {
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

/*-----------------
	 Typography
-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i {
    transition: ease-in-out .4s;
    font-family: 'Oswald', sans-serif;
}

.h5,
h5 {
    font-weight: 600;
}

.title {
    font-weight: 700;
}

.sub-banner-title {
    font-weight: 500;
}

.banner-title {
    font-weight: 500;
    font-size: 54px;
}

.banner-title span {
    font-weight: 200;
}


p {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #545454;
    line-height: 1.625;
    font-weight: 300;
    text-align: justify;
}

.font-14 {
    font-size: 14px;
}
/*.navbar.nav-down{*/
/*     animation-name: fadeInUp;*/
/*    -webkit-animation-name: fadeInUp;*/
/*     animation-duration: 2s;*/
/*    animation-fill-mode: both;*/
/*    -webkit-animation-duration: 2s;*/
/*    -webkit-animation-fill-mode: both;*/
/*}*/
/*@keyframes fadeInUp {*/
/*    from {*/
/*        transform: translate3d(40px)*/
/*    }*/

/*    to {*/
/*        transform: translate3d(0);*/
/*        opacity: 1*/
/*    }*/
/*}*/

/*@-webkit-keyframes fadeInUp {*/
/*    from {*/
/*        transform: translate3d(40px)*/
/*    }*/

/*    to {*/
/*        transform: translate3d(0);*/
/*        opacity: 1*/
/*    }*/
/*}*/
/*.navbar.nav-up{*/
/*    position: fixed;*/
/*    top: 0;*/
/*     -webkit-animation-name: fadeInDown;*/
/*    -moz-animation-name: fadeInDown;*/
/*    -o-animation-name: fadeInDown;*/
/*    animation-name: fadeInDown;*/
/*    -webkit-animation-fill-mode: both;*/
/*    -moz-animation-fill-mode: both;*/
/*    -o-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*    -webkit-animation-duration: .51s;*/
/*    -moz-animation-duration: .51s;*/
/*    -o-animation-duration: .51s;*/
/*    animation-duration: .51s;*/
/*}*/
/*@-webkit-keyframes fadeInDown {*/
/*    from {*/
/*        opacity:0;*/
/*        -webkit-transform: translatey(-10px);*/
/*        -moz-transform: translatey(-10px);*/
/*        -o-transform: translatey(-10px);*/
/*        transform: translatey(-10px);*/
/*    }*/
/*    to {*/
/*        opacity:1;*/
/*        -webkit-transform: translatey(0);*/
/*        -moz-transform: translatey(0);*/
/*        -o-transform: translatey(0);*/
/*        transform: translatey(0);*/
/*    }*/
/*}*/
/*@-moz-keyframes fadeInDown {*/
/*    from {*/
/*        opacity:0;*/
/*        -webkit-transform: translatey(-10px);*/
/*        -moz-transform: translatey(-10px);*/
/*        -o-transform: translatey(-10px);*/
/*        transform: translatey(-10px);*/
/*    }*/
/*    to {*/
/*        opacity:1;*/
/*        -webkit-transform: translatey(0);*/
/*        -moz-transform: translatey(0);*/
/*        -o-transform: translatey(0);*/
/*        transform: translatey(0);*/
/*    }*/
/*}*/
/*@keyframes fadeInDown {*/
/*    from {*/
/*        opacity:0;*/
/*        -webkit-transform: translatey(-10px);*/
/*        -moz-transform: translatey(-10px);*/
/*        -o-transform: translatey(-10px);*/
/*        transform: translatey(-10px);*/
/*    }*/
/*    to {*/
/*        opacity:1;*/
/*        -webkit-transform: translatey(0);*/
/*        -moz-transform: translatey(0);*/
/*        -o-transform: translatey(0);*/
/*        transform: translatey(0);*/
/*    }*/
/*}*/
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 16px;
  line-height: 16px;
  text-rendering: auto;
  width: 16px;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.sub-title {
    font-size: 25px;
    font-family: "Oswald";
    color: #262d35;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    display: inline;
    font-weight: 400;
}

.Sc-section .blog-card {
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border-radius: 10px;
}
.Sc-section .blog-card img{
   
    border-radius: 10px 10px 0 0;
}
.Sc-section .blog-card:hover h4 {
    color: #FF8C00;
}
.Sc-section .blog-card .gray-tag {
    font-size: 16px;
}
.sub-title2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #565555;
    position: relative;
    display: inline;
    font-weight: 300;
}

.step {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.work-card h1 {
    font-size: 80px !important;
    font-weight: 300;
}

footer {
    background-color: #262d35;
}

footer ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 5px 0;
    display: inline-block;
    font-family: inherit;
}
.footer-social {
    position: absolute;
    left: 81%;
    top: 13px;
}
.footer-social ul a{
    width: 27px;
    height: 27px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    color: #41464b;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 4px;
}
.footer-social ul a:hover {
    background-color: #d6320b;
    color: #002a50;
}
footer ul li a:hover {
    color: #d6320b;
}
footer h4{
    font-weight: 400;
}
footer h6{
    font-weight: 300;
}
.copyright {
    background-color: #d6320b;
}
.copyright a {
    font-family: 'Poppins';
    color: #fff;
}
.client-img{
        width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #3949ab;
    box-shadow: 0px 7px 17px 0 #0000002b;
}
.main-logo {
    width: 250px;
    margin-right: 0px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-help-info{
        height: 60px;
    align-items: center;
}
.top-info-item{
    border-right: 1px solid #FFFFFF;
    padding-right: 25px;05b510
}
#navbar h5 {
    font-size: 16px;
    letter-spacing: 1px;
}
#navbar h5 span{
        font-weight: normal;
}
.top-bar h5 {
    font-size: 16px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 17px;
    font-weight: 600;
}

.arrow {
    font-size: 30px;
    line-height: 0;
    margin-left: 5px;
}

/*-----------------
	 color
-----------------------*/
.text-green {
    color: #d6320b !important;
}

.text-purple {
    color: rgb(74, 99, 254);
}

.text-blue {
    color: #d6320b;
}

.text-gray {
    color: #798997;
}

/*-----------------
	 Background-color
-----------------------*/
.bg-green {
    background-color: #d6320b !important;

}

.bg-white-50 {
    background-color: #ffffff36;
}

.bg-blue {
    background-color: #3949ab;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-info {
    background-color: #3e68ba !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.251);
}

.bg-gray {
    background-color: #ededed;
}

.bg-gray2 {
    background-color: #fafbfc;
}

.sub-title.bg-light-green {
    background: #aaacadbf;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 50rem;
}
.bg-light-blue{
    background-color:#0791da;
}
.bg-dark-blue{
    background-color:#0070af;
}
.bg-dark-green{
    background-color:#768737;
}
/*-----------------
	 Button
-----------------------*/

.btn-green {
    background-color: #d6320b;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 40px;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #d6320b;
    outline: none;
}

.btn-green:hover {
       background-color: white;
    color: #d6320b;
}

.btn-outline {
    background-color: #d6320b00;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #fff;
    outline: none;
}

.btn-outline:hover {
    background-color: #fff;
    color: #3949ab;
}

.btn-white {
    background-color: #fff;
    text-align: center;
    width: 190px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    color: #002d43;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #002d43;
    font-size: 12px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px 15px #00000038;
    transition: all .4s;
    position: absolute;
    right: -25px;
    margin-top: -125px;
}

.play-btn:hover,
.play-btn:focus {
    background: #002d43;
    color: #fff;
}

.round-shape {
    width: 40px;
    height: 40px;
    background: #33c2b0;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 48px;
    color: #000;
}

/*-----------------
	 Border-style
-----------------------*/
.border-start {
    border-left: 4px solid #ffffff !important;
}

/*-----------------
	 Card
-----------------------*/
.work-card {
    background-color: #ffffff;
    background: #fff;
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    transition: all .4s;
    position: relative;
    border-top: 12px solid #d6320b00;
    background-size: cover;
    background-repeat: no-repeat;
    animation-delay: 90ms;
}

.work-card:hover {
    background-color: #ffffff;
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(../img/card-hover-bg.jpg);
}

.work-card:hover h4,
.work-card:hover p {
    color: #fff;
}

.work-card:hover .icon-round-shape {
    background-color: #374a57;
}

.border-top {
    margin: .5rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    border-top: 1px dashed #f2f5f7 !important;
}

.gray-tag {
    background: #f2f5f7;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50rem;
    /*text-transform: capitalize;*/
    font-weight: 600;
    /*color: #3949ab;*/
}

.work-card-content {
    padding: 20px 20px 30px 20px;

}

.work-card:hover {
    border-top: 12px solid #d6320b;
}
.work-card:hover .gray-tag{
    background-color: #d6320b;
}
.icon-round-shape {
    width: 100px;
    height: 100px;
    background-color: #d6320b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all .4s;
}

.icon-round-shape img {
    width: 50%;
}


.icon-shape {
    width: 35px;
    height: 35px;
    background-color: #33c2b0;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 46%;
    line-height: 35px;
    font-size: 12px;

}

.img-box {
    height: 287px;
    overflow: hidden;
    margin-bottom: 15px;
}

.our-project-box {
    overflow: hidden;
    position: relative;
    height: 480px;
    transition: ease-in-out .4s;
}

.our-project-box .card-body {
    transform: translateY(0px);
    transition: ease-in-out .4s;
}

.our-project-box:hover .card-body {
    transform: translateY(-205px);
}

.product-box {
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
}

.slick-slide {
    outline: 0;
}

.our-project .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-with-us .slick-dots li button {
    opacity: 0;
}

.trusted-by {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trusted-by:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 1.5px;
    left: 86px;
    background-color: #fff;
    transform: rotate(22deg);
    cursor: pointer;
    transition: .3s;
    z-index: 0;
}
.slick-slide img{
    transition: .5s;
}
.brand2 .slick-slide img {
    display: block;
    /*box-shadow: 4px 4px 11px -4px #587d9e99;*/
    margin: 8px;
    border-radius: 4px;
    width: 92%;
}
.brand .slick-slide:hover img,.brand2 .slick-slide:hover img {
    transform: scale(1.2, 1.2) translateY(-2px);
}
/********** Tack a Look ****************/
.look {
    background: linear-gradient(#003366e8, #003366ba), url(../img/look-bg.jpg);
    padding: 50px 0;
}

.testimonial {
    background-color: #fff;
    border-radius: 0px 50px 50px 0px;
}

.blog-card {
    background-color: #ffffff;
    background: #fff;

    transition: all .4s;
    position: relative;
    border-top: 12px solid #d6320b00;
    background-size: cover;
    background-repeat: no-repeat;
    animation-delay: 90ms;
    /* border: 2px dashed #ddd; */
}

.blog-card:hover {
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    /* border: 2px solid #fff; */
}

.blog-card:hover h4 {
    color: #d6320b;
}
.h100{
    min-height:100%;
}
/*-----------------
	 Form Style
-----------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 10px 25px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #636262;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 60px;
}

.form-control:focus {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 3px 6px 0 rgb(62 104 186 / 48%);
}

/*-----------------
	 Navbar
-----------------------*/
.top-bar{
    height: 60px;
    background-color: #fff;
}
.top-bar .blog-sidebar .form-control {
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgb(0 57 106 / 10%);
    border-radius: 6px;
    height: 45px;
    color: #002a50;
}
.top-bar .blog-sidebar .form-control::placeholder{
    color: #002a50;
}
.top-bar .blog-sidebar form button {
    background-color: #d6320b;
    border: 0;
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none;
    height: 45px;
    font-size: 20px;
}
.top-bar .blog-sidebar {
    margin-top: 3px;
}
.search-button {
    display: inline-block;
    margin-right: 10px;
}
.search-button button {
  border: none;
    padding: 8px 15px;
    color: rgb(255 255 255);
    background: #d6320b;
    font-size: 20px;
    outline:none;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 83%);
}

.search-popup label {
  color: white;
}

.search-form {
  display: block;
  margin: 7em 4em;
  position: relative;
  right: -100%;
}

.form {
  position: relative;
}

.form input {
  outline: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #ffffff;
    background-color: #fff0;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    color: #ffffff;
}

.form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form input:focus::-moz-placeholder {
  opacity: 0;
}

.form input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form input:focus:-moz-placeholder {
  opacity: 0;
}

.form input::-webkit-input-placeholder {
  color:#fff;
}

.form input::-moz-placeholder {
  color:#fff;
}

.form input:-ms-input-placeholder {
 color:#fff;
}

.form input:-moz-placeholder {
  color:#fff;
}

.form label {
  position: absolute;
  top: 25%;
  right: 0;
}
.search-button .form button {
    border: none;
    padding: 12px 22px;
    color: rgb(167, 207, 58);
    background: #fff;
    font-size: 20px;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

header {
    background-color: #0000005c;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-bottom: 0px;
    padding-top: 5px;
}

#navbar .hidden {
    transform: translateY(100%);
}

.logo-container {
    width: 148px;
    padding: 0 10px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(56, 165, 238, 0.5);
}

.nav-btn {
    flex: 3;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
}


.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span {
    font-weight: 300;
}
.search-icon.btn-green.menu-btn {
    color: #d6320b;
    font-size: 18px;
    padding: 8px 10px;
    margin-right: 20px;
}
.navbar {
        position: relative;
    width: 100%;
    margin-top: 5px;
    border-radius: 0;
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    position: relative;
}

.nav-link {
    display: block;
    padding: 0;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link>a {
    line-height: 3rem;
    color: #ffffff;
    padding: 15px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    font-weight: 500;
}

.nav-link>a>i {
    margin-left: .2rem;
}

.nav-link:hover>a {
    transform: scale(1.1);
    color: #262d35;
}

.nav-links li.active a {
    color:#262d35;
    transform: scale(1.1);
}
.logo img{
    height:50px;
}
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 15rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul {
    position: relative;
}

.dropdown-link>a {
    display: flex;
    background-color: #262d35;
    color: #ffffff;
    padding: .5rem 1rem;
    font-size: 17px;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover>a {
    color: #d6320b;

}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 0px solid #efefef;
}

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #d6320b;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
    background-color: #d6320b;
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.social-icon a {
    width: 40px;
    height: 40px;
    background-color: #fff0;
    border-radius: 50%;
    color: #3949ab;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    display: inline-block;
}

.social-icon a:hover {
    background-color: #3949ab;
    color: #ffffff;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu-container2 {
    flex: ;
    display: none;
    align-items: center;
    justify-content: flex-start;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    position: absolute;
    left: 0;
    top: -46px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #ffffff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

#check2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-113%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check2:checked~.hamburger-menu-container2 .hamburger-menu div {
    background-color: transparent;
}

#check2:checked~.hamburger-menu-container2 .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check2:checked~.hamburger-menu-container2 .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.drop-down {
    z-index: 14000;
    position: relative;
    float: right;
}

.drop-down .selected a {
    background: #fff0 no-repeat scroll right center;
    display: block;
    padding-right: 0px;
    border: 1px solid #d7d7d700;
    width: 89px;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 43px;
    width: auto;
    min-width: 100px;
    border: 0;
    right: 0px;
    box-shadow: 0px 6px 17px 0px #00000047;
    border-radius: 4px;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #3179ac;
}

.drop-down .options ul li a:hover {
    background: #3179ac;
    color: #fff;
    transition: 0.2s ease;
}

.drop-down .flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

/*-----------------
	 Home
-----------------------*/
.banner {
    margin-top: -64px;
}

ul.bannerSlider {
    padding-left: 0;
}

.bannerSlider {
    height: 485px;
}

.bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 485px;
    background: rgb(6 47 82 / 41%);
}

.bannerSlider .slick-slide {
    position: relative;
}

.bannerSlider .slide__image img {
    width: 100%;
    height: 485px;
    object-fit: cover;
    object-position: top;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: left;
    width: 40%;
    top: 37%;
    transform: translateY(-50%);
    left: 7%;
}
.bannerSlider .slick-dots {
   
    bottom: 112px;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ececec;
    outline: 0;
    background: #0000;
    z-index: 1000;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #d6320b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next::before {
    content: "↪";
}

.slick-prev::before {
    content: "↩";
}

.slick-dots {
    position: absolute;
    bottom: 160px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    left: 7%;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial img {}

.testimonial .slide {
    padding: 25px;
}

.testimonial .slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 30px;
    left: -30px;
}

.contact2 .slick-dots {
    opacity: 0;
}

.testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.bg-light-white.sub-title {
    display: inline-block;
    background-color: #ffffff2b;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 50rem;
}

.testimonial {
    background-color: #fff;
    border-radius: 0px 50px 50px 0px;
    min-height: 350px;
    margin-bottom: 30px !important;
    padding: 16px 5px;
}
#Careers .card-img-top {
    height: auto;
    object-fit: cover;
    object-position: top;
}
.h130{
 min-height: 160px;
}
#Careers .card{
    transition: all .4s;
}
#Careers .card:hover{
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 1px solid #fff;
}
.testimonial .slick-dots li button:before {
    font-family: slick;
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #a6abaf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d6320b;
}

.contact-with-us .bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    background: #5e7cb8e3;
}

.contact-with-us .bannerSlider {
    height: 500px;
}

.contact-with-us .bannerSlider .slide__image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.contact-with-us .bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 65%;
    transform: translateY(-50%);
    left: 0%;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px 5px 0px 5px;
    background: #3e68ba;
    box-shadow: 0px 17px 37px -21px #fff;
}

iframe {
    border: 0;
    width: 100%;
    height: 440px;
}

.btn-close {
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: .25em .25em;
    color: #fff;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: -40px;
    top: 0px;
    background: #3e68ba;
}

.our-project .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0px;
    bottom: -47px;
}

.our-project .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.our-project .slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #413d3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.our-project .slick-dots li {
    position: relative;
    display: inline-block;
    width: 4px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/*-----------------
	 About
-----------------------*/
.rounded-card {
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 19px 1px rgb(0 57 106 / 10%);
    padding: 45px 30px;
    margin-top: -120px;
    z-index: 100;
    position: relative;
    margin-bottom: 70px;

}

.about-img img {
    position: absolute;
    top: 0;
    border-radius: 50px;
    width: 80%;
    left: 10%;
}

#sub-banner .bannerSlider .slide__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#sub-banner .bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    background: rgb(6 47 82 / 41%);
}

#sub-banner .bannerSlider {
    height: auto;
    margin: 0;
}

#sub-banner .bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 65%;
    transform: translateY(-50%);
    left: 0%;
}

#sub-banner .slick-dots {
    opacity: 0;
}

.company-history {
    background-image: url(../img/company-history.jpg);
    background-repeat: no-repeat;
    background-size: 57%;
}

.team-image-box {
    height: 280px;
    width: 100%;
    margin-bottom: 15px;
}

.team-image-box img {
    height: 100%;
    width: 100%;

}

.team .social-icon a {
    width: 40px;
    height: 40px;
    background-color: #0000000f;
    border-radius: 50%;
    color: #818181;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    display: inline-block;
}

.team .social-icon a:hover {
    background-color: #33c2b0;
    color: #fff;
}

.user-icon {
    width: 55px;
    height: 55px;
    background-color: #3e68ba;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 26px;
}

.brand {}

.brand div {
    
}
/*-----------------
     Covid
-----------------------*/
.Covid{
    background-image: url(../img/covid-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 98px;
    padding-bottom: 98px;
    background-position: right;
}
.Covid .btn-green {
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    color: rgb(57, 73, 171);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 40px;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    outline: none;
}
.Covid .btn-green:hover {
    background-color: rgb(57, 73, 171);
    text-align: center;
    display: inline-block;
    color: #fafbfc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 40px;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    outline: none;
}
.women-emp{
    background-image: none;
    padding-top: 40px;
    padding-bottom: 0px;
}
/*-----------------
	 Contact
-----------------------*/
.feature.map {
    height: 400px;
}

.feature.map iframe {
    height: 400px;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/*-----------------
	 Clients
-----------------------*/
.clients-card {
    position: relative;
    padding: 70px 40px 40px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    transition: all .4s;
}

.clients-card:hover {
    box-shadow: 0px 9px 17px 0px #0000000f;
}

.clients-card p {
    line-height: 30px;
    font-weight: 500;
}

.clients-img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 38%;
}

.clients-img-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.clients-img-box .round-shape {
    width: 40px;
    height: 40px;
    background: #33c2b0;
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
    font-size: 48px;
    color: #000;
    position: absolute;
    right: -20px;
    top: 20px;
}

.mt-80 {
    margin-top: -80px;
}

.pb-9 {
    padding-bottom: 9rem;
}

.newsletter-card {
    background-color:#3949ab;
    border-radius: 15px;
    padding: 30px;
    margin-top: -120px;
    margin-bottom: 20px;
}

.newsletter-card .form-control {
    background-color: #fff;
    border-radius: 50rem;
    height: 55px;
}

.newsletter-card button {
    background-color: #3949ab;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50rem;
    position: absolute;
    top: 8px;
    right: 8px;
    outline: none;
}

/***********************************************/
@media (max-width: 920px) {
    header {
        padding-bottom: 5px;
        padding-top: 0px;
        position: fixed;
        box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    }

    .hamburger-menu-container {
        display: flex;
    }

    .hamburger-menu-container2 {
        display: flex;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }



    #check {
        display: block;
    }

    #check2 {
        display: block;
    }

    .nav-btn {
            position: fixed;
    height: 100vh;
    top: 58px;
    left: -12px;
    width: 95%;
    background-color: #003366;
		display: block;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
    padding-bottom: 100px;
    }

    #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #check:checked~.nav-btn .nav-link,
    #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .left .nav-btn {
        transform: translateX(-100%);
       

    }

    #check2:checked~.nav-btn {
        transform: translateX(0);
    }

    #check2:checked~.nav-btn .nav-link,
    #check2:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        flex: initial;
        width: 100%;
    }

    .nav-links>ul {
        flex-direction: column;
        width: 100%;
    }

    .nav-link {
        width: 100%;
        opacity: 1;
        transform: translateY(0px);
    }

    .nav-link>a {
        line-height: inhert;
        padding: 12px 10px;
    }

    .nav-links li.active a {
        color: #d6320b;
        transform: scale(1);
    }

    .nav-link:hover>a {
        transform: scale(1);
        background-color: #ffffff;
    }
.nav-link>a {
    line-height: 3rem;
    color: #fff;
    padding: 0px 20px;
    letter-spacing: 1px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .5s;
	display: block;
}
    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #d6320b;
        display: none;
    }

    .nav-link:hover>.dropdown,
    .dropdown-link:hover>.dropdown {
        display: block;
    }
	
    .nav-link:hover>a>i,
    .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }
	.nav-link:not(.collapsed) a{
		
	}
    .dropdown-link>a {
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: #d6320b;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: #d6320b;
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover>a {
        background-color: #f8f9fa;
    }

    .dropdown-link:first-child:hover~.arrow {
        background-color: #d6320b;
    }

    .nav-link>a>i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }

    footer ul li a {
        font-size: 10px;
        
        font-weight: 500;
        letter-spacing: 1px;
        padding: 5px 0;
        display: inline-block;
    }

}

/*********** About Page***************/
.sub-banner{
    position: relative;
}
.sub-banner .container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    place-items: center;
}
.exp {
  border-radius: 20px;
    background-color: rgb(167, 207, 58);
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 160;
    padding: 40px 20px;
}

.about-img.certification-img img{
        position: absolute;
    top: 0;
    border-radius: 50px;
    width: 75%;
    left: 12%;
    height: 100%;
}

.principles-section{
	justify-content: center;
}
.principles-section .pri-box{
        float: left;
    width: 14.28%;
    text-align: center;
    margin-bottom: 15px;
}
.principles-section .pri-box .title {
  font-size: 14px;
  color: rgb(0, 57, 106);
  
}

.pri {
  border-width: 1.22px;
    border-color: rgb(229, 235, 240);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 154px;
    display: grid;
    place-items: center;
    margin-bottom: 20px !important;
    transition: all .4s;
    margin: 0%;
}
.pri-box:hover .pri {
  background-color: rgb(167, 207, 58);
  box-shadow: 0px 5px 26px 0px rgba(167, 207, 58, 0.6);
  border-color: rgb(167, 207, 58);
}
.pri-box:hover .pri img{
        filter: brightness(0) invert(1);
}
.pri img{
    width: 70px;
    transition: all .2s;
}

.list-item {
  /* border-width: 1.22px;
    border-color: rgb(229, 235, 240);
    border-style: solid; */
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    height: 80.56px;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 75px;
    position: relative;
 
}
.blog-card .list-item{
    margin-bottom: 0;
}
.benefit .list-item{
    padding-left: 40px;
	padding-right: 0px;
}
.list-item span{
   position: absolute;
    color: rgb(167, 207, 58);
    left: 10px;
    font-size: 22px;
}
.list-item span img{
    width: 36px;
}
.list-item p{
    text-align: justify;
}
.benefit .list-item p{
    text-align: justify;
}
.benefit .list-item span {
    position: absolute;
    color: rgb(167, 207, 58);
    left: 0px;
    font-size: 26px;
}
.benifits{
    position: relative;
}
.benifits .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0%;
}
.benifits .slick-dots li button:before {
    font-family: slick;
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #dde0e4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.benifits .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d6320b;
}
.ben-img{
    margin: 15px;
}
.ben-img img{
height: 275px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.sus-benefits .list-item span {
    position: absolute;
    color: rgb(167, 207, 58);
    left: 0;
    font-size: 26px;
}
.sus-benefits .list-item {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    height: auto;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 40px;
    position: relative;
}
.sus-benefits .list-item p {
    text-align: justify;
}
#Services .content{
    display: none;
}
.Blogs .blog-img{
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.Blogs .blog-img img{
    width: 100%;
    
}
.Blogs .blog-card{
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
    margin-top: -170px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.blog-sidebar .form-control{
background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgb(0 57 106 / 10%);
    border-radius: 6px;
}
.blog-sidebar form button{
    background-color: #3949ab;
    border: 0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none;
    height: 60px;
    font-size: 20px;
}
.latest-blog{
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
}
.bg-green2{
    background-color: #90EE90 !important;
}

.blog-category input[type="radio"] {
    appearance: none;
    display: none;
}

.blog-category label {
    font-family: 'Oswald', sans-serif;
    background: #d6320b2e;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #d6320b;
    overflow: hidden;
    transition: linear 0.3s;
    font-size: 12px;
    
 
    
}

.blog-category input[type="radio"]:checked + label {
    background-color: #d6320b;
    color: #f1f3f5;
    transition: 0.3s;
}

.why-choose .list-item {
        height: auto;
    border: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 60px;
        margin-bottom: 10px;
}
.why-choose .list-item h5 {
    font-size: 18px;
}
.why-choose .list-item span {
    position: absolute;
    color: rgb(167, 207, 58);
    left: 0px;
    font-size: 30px;
    top: -10px;
}
.why-choose .list-item span img{
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
      filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
.bg-blue{
    background-color: #002a50;
}
.text-dark {
    color: #000000!important;
}
.value-box img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.why-choose .blog-card {
    background: #fff0;
    transition: all .4s;
    position: relative;
    border-top: 12px solid #d6320b00;
    background-size: cover;
    background-repeat: no-repeat;
    animation-delay: 90ms;
    border: 2px solid #fff;
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
}
.green-shape {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #d6320b;
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px #d6320b2b;
    margin-right: 12px;
}

.responsive-map{
overflow: hidden;
padding-bottom:42.25%;
position:relative;
height:0;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.call.title {
    font-size: 50px;
    margin-left: 100px;
    line-height: 50px;
}
.call.title span {
    font-size: 30px;
}
.call-us i {
    position: absolute;
    top: 30px;
    font-size: 80px;
    color: #fff;
}
#Careers.Blogs .blog-card {
    box-shadow: 0px 0px 0px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
  
}
#Careers.Blogs .blog-card:hover {
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
  
}
.br-20{
        border-radius: 20px;
}


svg:not(:root) {
    overflow: hidden;
}
.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.upload-main-wrapper{
    width: 100%;
    margin: 0 auto;
    height: 150px;
    border: 1.5px dashed #ddd;
    border-radius: 4px;
    position: relative;
}
#file-upload-name{
    margin: 4px 0 0 0;
    font-size: 12px;
    position: absolute;
    top: 100px;
    text-align: center;
    right: 0;
    left: 0;
}
.upload-wrapper {
        display: flex;
    align-items: center;
    margin: 0px auto 0;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
    height: 100%;
    text-align: center;
    justify-content: center;
}
.upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-wrapper > svg {
    width: 50px;
    height: auto;
    cursor: pointer;
}
.upload-wrapper.success > svg{
    transform: translateX(-200px);
}
.upload-wrapper.uploaded {
    transition: 0.2s linear all;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
}
.upload-wrapper .file-upload-text {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}
.upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
}
.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-success-text svg {
    width: 25px;
    height: auto;
}
.file-success-text span{
   margin-left: 15px;
}
.upload-wrapper.success .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper.success.uploaded .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper.success.uploaded .file-success-text span{
    display: none;
}
.upload-wrapper .file-success-text circle{
      stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}
.upload-wrapper.success .file-success-text  circle {
    stroke-dashoffset: 0;
}
.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}
.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}
.upload-wrapper.success .file-upload-text{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.service-section .gray-tag {
    background: transparent;
    color: #d6320b;
    padding: 0;
    font-size: 12px;
}
.service-section .work-card:hover .gray-tag {
    background-color: #d6320b00;
}
.arrows{
      border-radius: 50%;
    background-color: rgb(227, 235, 237);
    width: 56px;
    height: 56px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrows img{
    width: 25px;
}
.contact-box{
    box-shadow: 0px 8px 19px 1px rgb(0 57 106 / 10%);
    border: 2px solid #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 30px 20px;
}

.w100{
    width: 100px;
}
.video-box{
    
}
.video-box .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #46535c8a;
}
.video-box .play-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #002d43;
    font-size: 12px;
    margin-bottom: 0;
    box-shadow: 0px 0px 0px 15px #00000038;
    transition: all .4s;
    position: relative;
    right: 0;
    margin-top: 0;
}
.video-box .card-img{
    height: 360px;
    object-fit: cover;
    object-position: top center;
}
.Values .card-img{
    height: 300px;
    object-fit: cover;
    object-position: top center;
}
.Values .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3949ab8c;
}
.Opportunities .btn-outline {
    background-color: #d6320b00;
    text-align: center;
    display: inline-block;
    color: #002a50;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #002a50;
    outline: none;
}
.Opportunities .btn-outline:hover{
    background-color: #002a50;
    color:#fff;
}
#Careers ol li{
        font-family: 'Poppins', sans-serif;
    color: #545454;
    line-height: 1.625;
    font-weight: 300;
    text-align: justify;
    font-size: 12px;
    list-style-type: disc;
}
#Careers h6,.Opportunities h5 {
    font-size: 20px;
    font-weight: 600;
}
.process {
  counter-reset: step;
}
.process .list-item {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 45px;
    position: relative;
}
.process .list-item span {
    position: absolute;
    color: rgb(167 207 58);
    left: 0px;
    font-size: 30px;
}
.col{
     position: relative;
}
.process .col:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 2px solid #939393;
  display: block;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  line-height: 39px;
    
}
.process .col:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #939393 ;
  top: 20px;
  
  z-index: -1;
}

.process .col:first-child:after {
  
}

.process .col.active:before {
  background: #00E676;
  content: "✔";  
}

.process .col.active + .col:after {
  background: #00E676;
}

.select{
    background: rgb(167 207 58);
    width: 40px;
    height: 40px;
    border: 1px solid rgb(167 207 58);
    display: block;
    text-align: center;
    margin: 0;
    color: #fff;
    border-radius: 50%;
    line-height: 39px;
    position: absolute;
    top: 0;
    right: 0;
}
.Opportunities .blog-card {
    background-color: #ffffff;
    background: #fff;
    transition: all .4s;
    position: relative;
    border-top: 12px solid #d6320b00;
    background-size: cover;
    background-repeat: no-repeat;
    animation-delay: 90ms;
    border: 1px solid #ddd;
}
.Opportunities .blog-card:hover{
    border: 1px solid #fff;
    
}
.lwg .content {
    display: none;
}
.lwg .image-box{
    /*box-shadow: 0px 0px 11px -4px #587d9e99;*/
    /*height: 200px;*/
    padding: 15px;
    border-radius: 4px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.text-orange{
    color: #FF8C00;
}
.responsive-map{
    
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
.responsive-map .company-name{
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    z-index: 99999;
    position: relative;
    background-color: white;
    margin: 0 10px;
    padding: 1px;
    box-shadow: rgb(0 0 0 / 30%) 0px -2px 4px -1px;
    border-radius: 2px;
    padding: 0 11px;
    display: inline-block;
    min-width: 302px;
}
@media (max-width: 575.98px){
.responsive-map .company-name {
	min-width: 216px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    text-overflow: clip;
}
}
.example p{
    position: relative;
    padding-left: 26px;
}
.example p:after{
    content: '\e074';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 2px;
    color: #2c943d;
}
.latest-news .slick-slide{
    margin: 10px;
}
.snip1527 {
      box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.snip1527 .gray-tag {
    background: #f2f5f7;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50rem;
    /* text-transform: capitalize; */
    font-weight: 600;
    color: #3949ab;
    font-size: 14px;
}
.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
     max-width: 100%;
    vertical-align: top;
    position: relative;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.snip1527 .image {
 
    position: relative;
}
.snip1527 .image .play-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #002d43;
    font-size: 12px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px 15px #00000038;
    transition: all .4s;
    position: absolute;
    right: auto;
    margin-top: auto;
    z-index: 1;
    margin-left: auto;
    top: 34%;
    left: 42%;
}
.snip1527 figcaption {
  padding: 10px 10px 10px;
    position: relative;
    bottom: 4px;
    z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #002a50;
  content: '';
 
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #3949ab;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  
  margin-bottom: 10px;
  font-size: 17px;
}

.snip1527 p {
  
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.625;
    font-weight: 300;
    text-align: justify;

}

.snip1527 a {

}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.work-card-content a:hover{
    color: #d6320b !important;
}
.esg li{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #545454;
    line-height: 1.625;
    font-weight: 300;
    text-align: justify;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.esg li:after{
    content: '•';
    position: absolute;
    left: 0;
    font-size: 30px;
    top: -14px;
    color: #d6320b;
}
.news-single.Blogs .blog-card {
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.news-single.Blogs .blog-img {
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    clear: both; 
    text-align: center;
}

.video-card-top {
    border-radius: 4px;
    height: 400px;
    width: 100%;
}
.group-logo{
    position: absolute;
    top: 10px;
}
.menu-btn-sec{
    position: absolute;
    right: 0;
}
.menu-btn{

    background: #fff;
    border-color: #fff;
    color: #262d35;
    height: 76px;
    border-radius: 0;
    width: 200px;
    margin-right: 0px;
    line-height: 56px;
    margin-left: 40px;
}
main {
    overflow-x: hidden;
}
/******************** Loder *****/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 101;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.Measures .work-card-content p{
        text-align: justify !important;
            margin-bottom: 0 !important;


}
.Measures .work-card{
       min-height: 434px;
 
}
.search .dec{
	font-size:16px;
}
.search-list{
border-top: thin dashed #d6320b;
    padding-top: 1rem;
}
#Search .search-list:nth-child(1){
    border-top: 0;
}
#Search .form-control:focus {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.search-list .title:hover{
	color:#d6320b;
}
.search-list .title {
    font-weight: 700;
    font-size: 1.8rem;
}
.search-list .d-md-flex{
	
}
.search-list .d-md-flex img{
}
.light-theme {
    overflow: hidden;
    padding: 0 5px 5px 0;
    text-align: center;
    justify-content: center;
    display: flex;
	align-items: center;
}

.light-theme a,
.light-theme span{
	    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #000;
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee0;
    background-color: #fff0;
    box-shadow: 0px 0px 10px 0px #eee0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
	    box-shadow: none;
}

.light-theme .current {
	color: #FFF;
    background-color: #d6320b;
    border-color: #d6320b;
	box-shadow: none;
}

.light-theme .prev.current,
.light-theme .next.current {
	background: #ebf0ef;
}
.light-theme .prev:hover,
.light-theme .next:hover
{
	background-color: #d9dedb;
}
.light-theme .prev::before,
.light-theme .next::before{
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/assets/img/sprite.svg);
    background-size: 119.3125em 122.0625em;
    width: 0.5em;
    height: 0.875em;
    background-position: -8.46875em -7.96875em;
    content: "";
    font-size: 1rem;
	position: absolute;
}
.light-theme .prev::before{
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.light-theme .prev.current{
	opacity: 0;
}
.light-theme .prev, .light-theme .next {
    width: 3rem;
    height: 3rem;
    background-color: #ebf0ef;
    border-radius: 50%;
    color: #0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-color: #ebf0ef;
	    position: relative;
	    box-shadow: none;
}
.page-info{

}
.cooki-banner {
    z-index: 999999;
    position: relative;
}
.cooki-banner-content{
            background-color: #d6320b;
            color: #FFFFFF;
            padding: 2% 14%;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 999999999;
        }
        .cooki-banner:before{
            content: '';
    background-color: #00000057;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
        }
        .cooki-title{
            font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    display: block;
        }
        .cooki-content p{
            margin: 0;
            font-size: 16px;
            font-weight: normal;
        }
        .cookie-policy-lnk{
            color: #fff;
            opacity: 0.7;
            text-decoration: underline;

        }
        .cooki-button {
            margin-top: 20px;
        }
        .learn-btn{
            padding: 8px 32px;
    border-radius: 64px;
    cursor: pointer ;
    font-weight: bold ;
    font-size: 100% ;
    margin-top: 4px ;
    margin-bottom: 4px ;
    text-align: center ;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
        }
        .cooki-action-btn{
            background-color: #ffffff;
    color: #d6320b;
    padding: 8px 32px;
    border-radius: 64px;
    cursor: pointer ;
    font-weight: bold ;
    font-size: 100% ;
    margin-top: 4px ;
    margin-bottom: 4px ;
    text-align: center ;
    border: 0;
    outline: none;
    display: inline-block;
        }
        .learn-btn:hover,.cooki-action-btn:hover{
            opacity: .5;
        }
.news-item{
	display:none;
}
.news-details-slider img{
border-radius: 10px;
}
#Careers .list-item{
	    
	min-height: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.benefit .list-item {
    padding-left: 40px;
    padding-right: 0px;
    height: auto;
    min-height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}