/* #### Generated By: http://font.download #### */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --mcolor: #0077cc;
  --scolor: #ff6700;
  --white: #fff;
  --mfont: Arial, Helvetica, sans-serif;
  --tcolor: #5a6473;
  --hcolor: #202020;
}
@font-face {
  font-family: "Arial Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Regular"), url("../fonts/ARIAL.woff") format("woff");
}
@font-face {
  font-family: "Arial Narrow";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Narrow"), url("../fonts/ARIALN.woff") format("woff");
}
@font-face {
  font-family: "Arial Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Italic"), url("../fonts/ARIALI 1.woff") format("woff");
}
@font-face {
  font-family: "Arial Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Italic"), url("../fonts/ARIALI.woff") format("woff");
}
@font-face {
  font-family: "Arial Narrow Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Narrow Italic"), url("../fonts/ARIALNI.woff") format("woff");
}
@font-face {
  font-family: "Arial Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Medium"), url("../fonts/ArialMdm.woff") format("woff");
}
@font-face {
  font-family: "Arial Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Medium Italic"),
    url("../fonts/ArialMdmItl.woff") format("woff");
}
@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Bold"), url("../fonts/ARIALBD 1.woff") format("woff");
}
@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Bold"), url("../fonts/ARIALBD.woff") format("woff");
}
@font-face {
  font-family: "Arial Narrow Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Narrow Bold"), url("../fonts/ARIALNB.woff") format("woff");
}
@font-face {
  font-family: "Arial Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Bold Italic"), url("../fonts/ARIALBI 1.woff") format("woff");
}
@font-face {
  font-family: "Arial Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Bold Italic"), url("../fonts/ARIALBI.woff") format("woff");
}
@font-face {
  font-family: "Arial Narrow Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Narrow Bold Italic"),
    url("../fonts/ARIALNBI.woff") format("woff");
}
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Black"), url("../fonts/ARIBLK.woff") format("woff");
}
@font-face {
  font-family: "Arial Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Black Italic"),
    url("../fonts/ARIALBLACKITALIC.woff") format("woff");
}
@font-face {
  font-family: "Arial Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Light Regular"),
    url("../fonts/ARIALLGT.woff") format("woff");
}
@font-face {
  font-family: "Arial CE Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Arial CE Regular"), url("../fonts/ArialCE.woff") format("woff");
}
@font-face {
  font-family: "Arial CE MT Black Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Arial CE MT Black Regular"),
    url("../fonts/ArialCEMTBlack.woff") format("woff");
}
@font-face {
  font-family: "Arial CE Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Arial CE Bold"), url("../fonts/arialceb.woff") format("woff");
}
@font-face {
  font-family: "Arial Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Light Italic"),
    url("../fonts/ARIALLGTITL.woff") format("woff");
}
@font-face {
  font-family: "Arial CE Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial CE Italic"),
    url("../fonts/ArialCEItalic.woff") format("woff");
}
@font-face {
  font-family: "Arial CE Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Arial CE Bold Italic"),
    url("../fonts/ArialCEBoldItalic.woff") format("woff");
}

*,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  font-family: var(--mfont);
  color: var(--tcolor);
  background-color: var(--white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  padding: 0 !important;
}
::selection {
  color: #fff;
  background-color: #000;
}
a {
  color: var(--mcolor);
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: var(--mcolor);
}
ul {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--hcolor);
  font-family: var(--mfont);
}
::placeholder {
  color: var(--tcolor-500);
}
/* color */
.text-mcolor {
  color: var(--mcolor) !important;
}
.text-scolor {
  color: var(--scolor) !important;
}
.text-black {
  color: var(--black);
}
.img-responsive {
  width: 100%;
  height: auto;
}
/*Header start*/
.header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
header .navbar {
  padding: 15px 0;
}
nav.navbar .nav-main {
  width: 100%;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.3s;
}
nav.navbar .nav-main {
  gap: 20px;
  padding: 15px 40px;
  border-radius: 50px;
  background-color: var(--white);
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  max-width: 168px;
}
nav.navbar .nav-main ul li a {
  color: var(--scolor);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
  position: relative;
  transition: all 0.3s;
  padding: 12px 0px;
  font-weight: 700;
  margin: 0 20px;
}
nav.navbar .nav-main ul li {
  background-color: transparent;
  transition: var(--transition-03);
}
nav.navbar .nav-main ul li:hover a,
nav.navbar .nav-main ul li.active a {
  color: var(--mcolor);
}
.header.header-style-2{
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.header-style-2 nav.navbar .nav-main {
  border-radius: 0;
  box-shadow: unset;
  padding: 0;
}
.header-style-2.sticky-header .navbar {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
/* Header End  */

/* section */
section {
  padding: calc(50px + 50 * (100vw - 320px) / 1600) 0
    calc(50px + 50 * (100vw - 320px) / 1600);
  position: relative;
}
.section-title h2,
.section-title h3 {
  line-height: 1.3;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.section-title h2 {
  font-size: calc(30px + 20 * (100vw - 320px) / 1600);
}
.section-title h2 {
  font-size: calc(24px + 18 * (100vw - 320px) / 1600);
}
.section-title .desc {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: calc(20px + 15 * (100vw - 320px) / 1600);
}
.section-title-info {
  color: var(--mcolor);
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
}

/* Button */
button {
  outline: none;
}
.btn {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  padding: calc(11px + 3 * ((100vw - 320px) / (1920 - 320)))
    calc(20px + 10 * ((100vw - 320px) / (1920 - 320)));
  border-radius: calc(5px + 3 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: inherit;
  transition: all 0.3s;
}
.btn:focus {
  box-shadow: unset;
}
/* btn-mcolor  */
.btn-mcolor {
  background-color: var(--mcolor);
  color: #fff;
  border-color: var(--mcolor);
}
.btn-mcolor:hover {
  background-color: var(--scolor);
  color: #fff;
  border-color: var(--scolor);
}
/* btn-scolor */
.btn-scolor {
  background-color: var(--scolor);
  color: #fff;
  border-color: var(--scolor);
}

.btn-scolor:hover {
  background-color: var(--mcolor);
  color: #fff;
  border-color: var(--mcolor);
}

/* form */
.form-select.form-select-sm,
.form-select {
  padding-right: 36px !important;
}
::placeholder {
  color: var(--tcolor);
}
.form-select,
.form-control {
  border-color: #E3E3E3;
  padding: 12px 15px;
  font-size: calc(13px + 1*(100vw - 320px) / 1600);
  color: var(--tcolor);
  border-radius: 10px;
  background-color: var(--white);
  line-height: 1.3;
}
.form-select:focus {
  box-shadow: unset;
  border-color: var(--mcolor);
}
.form-control:focus {
  box-shadow: unset;
  border-color: var(--mcolor);
}
.form-group {
  position: relative;
}
.form-group label{
  color: #202020;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}
/* Banner section  */
.banner-section {
  background: var(--mcolor) url(../img/banner.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content .heading {
  font-weight: bold;
  color: var(--white);
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.banner-content h2.heading {
  font-size: calc(35px + 45 * (100vw - 320px) / 1600);
  line-height: 1;
  text-transform: uppercase;
}
.banner-content h4.heading {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.banner-content p {
  font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-bottom: calc(30px + 15 * (100vw - 320px) / 1600);
  color: var(--white);
}
.banner-content .btn {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
/* Modal start  */
.modal-header {
  border: none;
  padding: 0;
}
.modal-header .btn-close {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--mcolor);
  opacity: 1;
  z-index: 9999;
  background-image: none;
  position: absolute;
  right: -9px;
  top: -9px;
  transition: all 0.3s;
}
.modal-header .btn-close:hover {
  background-color: var(--scolor);
}
.modal-header .btn-close img {
  max-width: 13px;
}
.modal-body {
  padding: 20px;
}
.modal-data .title h3 {
  font-size: calc(22px + 8 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  color: var(--mcolor);
  padding-right: 25px;
}
.modal-data .modal-data-list ul li + li,
.modal-data .modal-data-list ol li + li {
  margin-top: 12px;
}
/* Modal END  */

/* footer  */
.footer {
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-footer {
  padding: 85px 0 60px 0;
}
.footer .footer-contact .logo {
  margin-bottom: 30px;
  display: block;
}
.footer .footer-contact .logo img {
  max-width: 168px;
}
.footer .footer-links {
  display: inline-block;
}
.footer .footer-links h5 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: calc(16px + 8 * (100vw - 320px) / 1600);
}
.footer .footer-links ul li a {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  color: var(--tcolor);
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  display: flex;
  transition: all 0.3s;
  align-items: center;
  gap: 8px;
}
.footer .footer-links ul li a:hover {
  color: var(--mcolor);
  letter-spacing: 0.8px;
}
.footer .footer-links ul li a:hover svg path {
  fill: var(--scolor);
}
.connect-box {
  display: flex;
  gap: 10px;
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.connect-box .icon {
  min-height: 30px;
  min-width: 30px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-box-content h4 {
  color: var(--hcolor);
  font-weight: 700;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: 0;
}
.connect-box-content p {
  font-weight: 400;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: 0;
}
.footer-social-link {
  display: flex;
  gap: 15px;
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.footer-social-link li a {
  color: var(--tcolor);
  height: calc(32px + 10 * (100vw - 320px) / 1600);
  width: calc(32px + 10 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
  text-align: center;
  background: var(--gradient);
}
.bottom-footer {
  padding: 20px 0;
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}
.copyright-text P {
  margin-bottom: 0;
  line-height: 1;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: var(--tcolor);
}
.policy-link ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.policy-link li a {
  line-height: 1;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: var(--tcolor);
}
.policy-link li a:hover {
  color: var(--mcolor);
}
/* service css start  */
.service_wrap {
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(3, 32, 52, 0.15);
  background-color: var(--white);
  border-radius: 10px;
  height: 100%;
}
.service_wrap .service_icon {
  max-width: 64px;
  display: block;
  margin-inline: auto;
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.service_wrap .service_title {
  line-height: 1.5;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: var(--hcolor);
  margin-bottom: 6px;
}
.service_wrap .service_desc {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: var(--tcolor);
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
/* About Us  */
.aboutus-section {
  background-image: url("../img/aboutus_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-title.section-title h2 {
  text-transform: capitalize;
}
.about-title.section-title h2 span {
  color: var(--mcolor);
}
.about-img-wrap {
  position: relative;
}
.company-detail {
  padding: 30px 35px;
  background-color: var(--white);
  border-radius: 100vmax;
  display: flex;
  width: max-content;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.company-detail .company-data {
  text-align: center;
  padding-inline: 20px;
}
.company-detail .company-data:not(:last-child) {
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}
.company-data .c_title {
  font-size: calc(20px + 30 * (100vw - 320px) / 1600);
  color: var(--mcolor);
  margin-bottom: 5px;
}
.company-data .c_desc {
  display: block;
}
/* How it work css start  */
.work_wrap {
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  text-align: center;
  height: 100%;
}
.work_wrap .work_icon {
  max-width: 64px;
  display: block;
  margin-inline: auto;
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.work_wrap .work_title {
  line-height: 1.5;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: var(--hcolor);
  margin-bottom: 6px;
}
.work_wrap .work_desc {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: var(--tcolor);
  margin-bottom: 0;
}
/* testimonial-section */
.testimonial-section{
  background: url("../img/testimonial-bg.png") no-repeat center center;
  background-size: cover;
}
.testimonial-section .section-title .desc,
.testimonial-section .section-title-info,
.testimonial-section .section-title h2{
  color: var(--white);
}
.testimonial_main_wrap {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255,0.1);
  transition: all 0.3s;
}
.testimonial_main_wrap:hover,
.testimonial_main_wrap:hover .testimonial_content .testimonial_icon{
  background-color: var(--scolor);
}
.testimonial_main_wrap:hover .testimonial_auth_detail .auth_name{
  color: var(--scolor);
}
.testimonial_wrap {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--white);
}
.testimonial_wrap .testimonial_content {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}
.testimonial_content .testimonial_icon {
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 50%;
  background-color: var(--mcolor);
  transition: all 0.3s;
}
.testimonial_content .testimonial_icon img{
  max-width: 35px;
}
.testimonial_content .testimonial_desc p{
  margin: 0;
  color: #151F2B;
}
.testimonial_wrap .testimonial_auth {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testimonial_auth .testimonial_auth_img {
  max-width: 150px;
  border-radius: 15px;
}
.testimonial_auth .testimonial_auth_img  img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial_auth .testimonial_auth_detail {
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex-grow: 1;
}
.testimonial_auth_detail .auth_name {
  line-height: 1.3;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: var(--hcolor);
  margin-bottom: 0;
  transition: all 0.3s;
}
.testimonial_auth_detail .auth_designation {
  line-height: 1.3;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  color: var(--tcolor);
  margin-bottom: 0;
}
.testimonial_auth_detail .auth_star_img{
  max-width: 110px;
}
/* inherited page  */
.simple-list ul{
  padding-left: 24px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.simple-list li+li{
  margin-top: 12px;
}
.beneifit_wrap {
  margin-bottom: calc(40px + 20 * (100vw - 320px) / 1600);
}
.beneifit_wrap .beneifit_title {
  line-height: 1.3;
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  color: var(--hcolor);
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.beneifit_wrap .beneifit_list ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.beneifit_wrap .beneifit_list ul li+li{
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.beneifit_list .beneifit_img {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 119, 204, 0.10);
  border-radius: 15px;
}
.beneifit_list .beneifit_img img{
  max-width: 33px;
}
.beneifit_list .beneifit_content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.beneifit_content .b_title {
  line-height: 1.3;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: var(--hcolor);
  margin-bottom: 0;
}
.beneifit_content .b_desc{
  margin-bottom: 0;
}
.form-card{
  box-shadow: 0px 0px 20px 0px #03203426;
    border-radius: 10px;
    padding: 30px;
}
.form-card .form-title{
  line-height: 1.5;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: var(--mcolor);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.form-card .form-desc{
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
/* term condition  */
.term-wrap-single+.term-wrap-single  {
  margin-top: 30px;
}
.term-wrap-single h3 {
  line-height: 1.5;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: var(--hcolor);
  margin-bottom: calc(8px + 4 * (100vw - 320px) / 1600);
}
.term-wrap-single p {
  margin-bottom: 0;
}
.term-wrap-single p+p {
  margin-top: calc(10px + 5 * (100vw - 320px) / 1600);
}
.term-wrap-single ul{
  list-style-type: disc;
  padding-left: 24px;
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.term-wrap-single ul li+li{
  margin-top: 12px;
}
/*------------------------------------------------------------------------------*/
/*  Responsive start 
  /*------------------------------------------------------------------------------*/
@media all and (min-width: 1740px) {
  .container {
    max-width: 1440px;
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .banner-section {
    min-height: 900px;
    padding: 160px 0px !important;
  }
  .about-title.section-title h2 {
    padding-right: 128px !important;
  }
}
@media all and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95%;
  }
}
@media all and (min-width: 992px) {
  .sticky-header .navbar {
    position: fixed;
    opacity: 1;
    top: 0;
    width: 100%;
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 100;
  }
  .header-style-2.sticky-header .navbar {
    background-color: #fff;
  }

  .sticky-header .navbar-brand img {
    max-width: 110px;
  }
  .banner-section{
    padding: 200px 0px 90px 0px;
  }
}
@media all and (max-width: 991.9px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    max-width: 100%;
  }
  nav.navbar .nav-main ul li a {
    margin: 0 10px;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .footer-social-link {
    justify-content: center;
    margin-bottom: 20px;
  }
  .top-footer {
    padding: 30px 0 20px 0;
  }
}
@media all and (min-width: 768px) {
  nav.navbar .nav-main {
    box-shadow: 0px 0px 20px 0px rgba(3, 32, 52, 0.15);
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    padding: 155px 0px 70px 0px;
  }
}
@media all and (max-width: 767.9px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    max-width: 100%;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .header {
    position: relative;
    padding: 10px 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  }
  header .navbar {
    padding: 0;
  }
  nav.navbar .nav-main {
    padding: 0px 0;
    border-radius: 0;
    gap: 10px;
  }
  .banner-section {
    padding: 50px 0;
  }
  .aboutus-section{
    padding: 20px 0 50px 0;
  }
  .work_wrap {
    padding-block: 0;
  }
  .form-card {
    padding: 15px;
  }
  .header-style-2.sticky-header .navbar {
    box-shadow: unset;
  }
}
@media all and (min-width: 576px) {
}
@media all and (max-width: 575px) {
  .modal-header .btn-close {
    right: 12px;
    top: 12px;
  }
  nav.navbar .nav-main {
    flex-direction: column;
  }
  nav.navbar .nav-main ul li a {
    margin: 0 0px;
  }
  .policy-link ul {
    justify-content: center;
  }
  .company-detail {
    padding: 15px 20px;
  }
  .company-detail {
    padding: 15px 20px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 375px) {
  .navbar-brand img {
    max-width: 100px;
  }
}
/*------------------------------------------------------------------------------*/
/*  Responsive END 
  /*------------------------------------------------------------------------------*/