﻿
/***** start of banner css ****/
.homeBanner {
  background-image: url("../images/home/banner.jpg");
  height: 25rem;
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center center;
}
.homeBanner h1, .homeBanner .h1 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.55);
}

/***** end of banner css *****/

/***** start of service css *****/
.serviceSection {
  background-color: #F6F9FB;
}
.serviceSection .serviceBox {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.serviceSection .serviceBox img {
  margin-bottom: 1rem;
  align-self: center;
}
.serviceSection .serviceBox h4, .serviceSection .serviceBox .h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.serviceSection .serviceBox p {
  color: #606060;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

/****** end of service css *****/

/****** end of service css *****/
.destiCmnHdng {
  color: #0a42b1;
  font-size: 1.5rem;
  margin-bottom: 2.8rem;
  font-weight: 700;
  text-align: center; }

.dealsSec h6, .dealsSec .h6 {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 700; }

.dealsSec p {
  color: #606060;
  font-size: 1rem;
  margin-bottom: 1.5rem; }

.destiLstSec {
  display: flex;
  justify-content: space-between; }
  .destiLstSec ul {
    list-style: none;
    padding-left: 0; }
    .destiLstSec ul li:not(:last-child) {
      margin-bottom: 2.2rem; }
    .destiLstSec ul li a {
      color: #000000;
      font-size: 1rem;
      text-decoration: underline; }
    .destiLstSec ul li i {
      margin-right: 1rem;
      color: #0a42b1; }

.mapLocateImg {
  text-align: center; }
/***** start of header css ******/
.topHeader {
padding: 0.6rem;
background-color: #ffffffbf;
position: relative;
width: 100%;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.topHeader {
transition: none;
}
}

.topHeader.topFixedHeader {
position: absolute;
left: 0;
top: 0;
z-index: 9;
}

.topHeader a {
text-decoration: none;
}

.topHeader a img {
width: 9.5rem;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.topHeader a img {
transition: none;
}
}

.topHeader .callActionBox {
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}

.topHeader .callActionBox span {
background-color: #f66f32;
color: #ffffff;
border-radius: 0.4rem;
height: 3.1rem;
width: 3.1rem;
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.95rem;
text-decoration: none;
}

.topHeader .callActionBox span i {
font-size: 1.4rem;
}

.topHeader .callActionBox .callSupprtBox {
color: #0a42b1;
}

.topHeader .callActionBox .callSupprtBox h4, .topHeader .callActionBox .callSupprtBox .h4 {
color: #0a42b1;
font-size: 0.9rem;
margin-bottom: 0;
font-weight: 600;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.topHeader .callActionBox .callSupprtBox h4, .topHeader .callActionBox .callSupprtBox .h4 {
transition: none;
}
}

.topHeader .callActionBox .callSupprtBox p {
color: #0a42b1;
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 0;
font-weight: 600;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.topHeader .callActionBox .callSupprtBox p {
transition: none;
}
}

.topHeader.fixHeader {
position: fixed;
background-color: #ffffff;
box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.1);
z-index: 9;
top: 0;
left: 0;
}

.topHeader.fixHeader a img {
width: 8.5rem;
}

.topHeader.fixHeader .callActionBox .callSupprtBox h4, .topHeader.fixHeader .callActionBox .callSupprtBox .h4 {
font-size: 0.85rem;
}

.topHeader.fixHeader .callActionBox .callSupprtBox p {
font-size: 1.3rem;
line-height: 1.5;
}

/***** end of header css ****/
/****** start of footerMain css ********/
.footerMain div[class*="col-"] {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footerMain div[class*="col-"] > *:not(:last-child) {
padding-right: 1.2rem;
}

.footerMain div[class*="col-"]:last-child {
padding-left: 5rem;
}

.footerMain .footerList {
margin: 0;
}

.footerMain .footerList li {
font-size: 0.85rem;
color: #ffffff;
text-transform: capitalize;
}

.footerMain .footerList li:not(:last-child) {
padding-bottom: 0.35rem;
}

.footerMain .footerList li a {
color: #ffffff;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.footerMain .footerList li a {
transition: none;
}
}

.footerMain .footerList li a:hover {
color: #f66f32;
}

.footerMain .footerList li.listHeading {
font-size: 1rem;
font-weight: 600;
padding-bottom: 1rem;
}

.footerMain .footerList li .inputGrpBtn {
padding-bottom: 0.5rem;
}

.footerMain .footerText {
font-size: 0.85rem;
color: #ffffff;
width: 100%;
margin: 0;
line-height: 1.8;
}

.footerMain .footerText.copyWriteText {
padding-top: 2.8rem;
font-weight: 600;
}

/****** end of footerMain css ********/
/* otherFooter */
.otherFooter {
background: #ffffff;
padding: 0.8rem 0.5rem;
}

.otherFooter p {
text-align: center;
font-size: 0.9rem;
color: #000000;
margin: 0;
}

html, body {
margin: 0;
padding: 0;
color: #333333;
font-family: "Noto Sans", sans-serif;
}

.wrapper {
width: 100%;
min-height: 100%;
}

/********** start of common css ********/
a, .my-btn, button, .btn {
text-decoration: none;
outline: none;
}

a:hover, a:active, a:focus, .my-btn:hover, .my-btn:active, .my-btn:focus, button:hover, button:active, button:focus, .btn:hover, .btn:active, .btn:focus {
text-decoration: none;
outline: none;
box-shadow: none;
border-color: transparent;
}

input:focus, textarea:focus, .form-check-input:focus, .form-control:focus {
box-shadow: none;
}

.noRadius {
border-radius: 0;
}

.noBGColor {
background: transparent;
}

.cursorPointer {
cursor: pointer;
}

/*** start of custome-btn css *****/
.mainBtn {
font-size: 1.1rem;
color: #ffffff;
font-weight: 700;
background: #f66f32;
height: 4rem;
padding: 0 1.25rem;
display: flex;
align-items: center;
justify-content: center;
text-transform: capitalize;
border: none;
border-radius: 0.6rem;
position: relative;
align-self: auto;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.mainBtn {
transition: none;
}
}

.mainBtn:hover {
background: #0a42b1;
color: #ffffff;
}

.mainBtnBlue {
font-size: 1rem;
color: #ffffff;
font-weight: 700;
background: #0a42b1;
height: 3rem;
padding: 0 1.25rem;
display: flex;
align-items: center;
justify-content: center;
text-transform: capitalize;
border: none;
border-radius: 0.6rem;
position: relative;
align-self: auto;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.mainBtnBlue {
transition: none;
}
}

.mainBtnBlue:hover {
background: #f66f32;
color: #ffffff;
}

.mainBtnBlue.disbaledBtn {
background: #fafafa;
color: #606060;
pointer-events: none;
cursor: default;
}

.secondBtn {
font-size: 1.1rem;
color: #ffffff;
font-weight: 700;
background: #3274f6;
height: 4rem;
padding: 0 3.5rem 0 1.25rem;
display: flex;
align-items: center;
justify-content: left;
text-transform: capitalize;
border: none;
border-radius: 0.6rem;
position: relative;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.secondBtn {
transition: none;
}
}

.secondBtn::before {
content: "\e905";
font-family: "icomoon";
position: absolute;
top: 50%;
right: 1.25rem;
transform: translateY(-50%);
font-size: 1rem;
color: #ffffff;
}

.secondBtn:hover {
background: #f66f32;
color: #ffffff;
padding-right: 4.5rem;
}

.backBtn {
font-size: 1rem;
color: #ffffff;
font-weight: 700;
background: #f66f32;
height: 3rem;
padding: 0 1.5rem 0 3rem;
display: flex;
align-items: center;
justify-content: left;
text-transform: capitalize;
border: none;
border-radius: 0.6rem;
position: relative;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.backBtn {
transition: none;
}
}

.backBtn::before {
content: "\e90f";
font-family: "icomoon";
position: absolute;
top: 50%;
left: 1.25rem;
transform: translateY(-50%);
font-size: 1rem;
color: #ffffff;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.backBtn::before {
transition: none;
}
}

.backBtn:hover {
background: #3274f6;
color: #ffffff;
}

.backBtn:hover::before {
left: 0.8rem;
}

/*** end of custome-btn css *****/
/** colorDefine ***/
.blueBG {
background: #0a42b1;
}

.yellowBG {
background: #fff8eb;
}

/*** sectionSpace ****/
.sectionSpace {
padding: 5rem 1rem;
/* media css */
}

@media (max-width: 767.98px) {
.sectionSpace {
padding: 2rem 0;
}
}

/***** mainHeading******/
.mainHeading {
font-size: 1.9rem;
color: #000000;
border-left: .13rem solid;
border-color: #0a42b1;
padding-left: 1.4rem;
margin-bottom: 0;
}

.mainHeading + span {
font-size: 1rem;
color: #606060;
margin-top: 1.4rem;
padding-left: 1.53rem;
display: block;
}

/**** secondHeading *****/
.secondHeading {
font-size: 1.5rem;
color: #000000;
line-height: 1.5;
text-align: center;
margin: 0;
/* media css */
}

.secondHeading span {
color: #0a42b1;
font-weight: 700;
}

.secondHeading + p {
font-size: 1rem;
color: #000000;
line-height: 1.9;
margin: 1.3rem 0 0;
text-align: center;
}

@media (max-width: 1199.98px) {
.secondHeading + p {
font-size: 0.9rem;
line-height: 1.7;
}
}

@media (max-width: 767.98px) {
.secondHeading {
font-size: 1.2rem;
line-height: 1.3;
}

.secondHeading + p {
font-size: 0.85rem;
line-height: 1.5;
margin-top: 0.8rem;
}
}

/*** inputGrpBtn *****/
.inputGrpBtn .form-control {
height: 4rem;
border-radius: 0.6rem;
}

.inputGrpBtn .btn {
background: #3274f6;
color: #ffffff;
padding: 1rem 0.95rem;
border: none;
font-weight: 600;
border-radius: 0.6rem;
align-self: auto;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.inputGrpBtn .btn {
transition: none;
}
}

.inputGrpBtn .btn:hover {
background: #f66f32;
color: #ffffff;
}

/*** datePicker ***/

.filterOptins .dateFilter:before, .filterOptins .dateFilterReturn:before {
display: none;
}

.filterOptins .dateFilter #inline1 .ui-widget-content .ui-corner-all, .filterOptins .dateFilter #inline2 .ui-widget-content .ui-corner-all, .filterOptins .dateFilterReturn #inline1 .ui-widget-content .ui-corner-all, .filterOptins .dateFilterReturn #inline2 .ui-widget-content .ui-corner-all {
display: flex;
align-items: center;
justify-content: center;
}

.filterOptins .dateFilter #inline1 .ui-widget-content .ui-corner-all .ui-datepicker-prev:before, .filterOptins .dateFilter #inline1 .ui-widget-content .ui-corner-all .ui-datepicker-next:before, .filterOptins .dateFilter #inline2 .ui-widget-content .ui-corner-all .ui-datepicker-prev:before, .filterOptins .dateFilter #inline2 .ui-widget-content .ui-corner-all .ui-datepicker-next:before, .filterOptins .dateFilterReturn #inline1 .ui-widget-content .ui-corner-all .ui-datepicker-prev:before, .filterOptins .dateFilterReturn #inline1 .ui-widget-content .ui-corner-all .ui-datepicker-next:before, .filterOptins .dateFilterReturn #inline2 .ui-widget-content .ui-corner-all .ui-datepicker-prev:before, .filterOptins .dateFilterReturn #inline2 .ui-widget-content .ui-corner-all .ui-datepicker-next:before {
padding: 0;
}

/***** start of form *****/
.customForm .formMain > * {
margin-bottom: 1rem;
}

.customForm .form-label {
font-size: 0.9rem;
color: #000000;
margin-bottom: 0.5rem;
}

.customForm .form-label sup {
top: 0;
font-size: 1.2rem;
color: #FF0D0D;
}

.customForm .form-control, .customForm .form-select {
font-size: 0.95rem;
color: #000000;
border-color: #D9DDE8;
}

.customForm .form-control::placeholder, .customForm .form-select::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #606060;
opacity: 1;
/* Firefox */
}

.customForm .form-control:-ms-input-placeholder, .customForm .form-select:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #606060;
}

.customForm .form-control::-ms-input-placeholder, .customForm .form-select::-ms-input-placeholder {
/* Microsoft Edge */
color: #606060;
}

.customForm .grpFiled {
display: flex;
align-items: center;
grid-gap: 1.5rem;
}

.customForm .form-check .form-check-input {
border-radius: 0;
}

.customForm .form-check .form-check-input.orngCheck {
border-color: #f66f32;
}

.customForm .form-check .form-check-label {
font-size: 0.95rem;
margin-left: 0.5rem;
color: #0a42b1;
}

/********** end of common css ********/
/*** start of headerBlnkDiv ****/
.headerBlnkDiv {
height: 2.8rem;
display: block;
width: 100%;
}

/*** end of headerBlnkDiv ****/

/* staticBannerSec */
.staticBannerSec {
background-image: url("../Images/aboutus/banner.jpg");
height: 20rem;
background-size: cover;
background-position: center center;
display: flex;
align-items: center;
/* media css */
}

.staticBannerSec.contactBanner {
background-image: url("../Images/contactBnnr.jpg");
}

.staticBannerSec h1, .staticBannerSec .h1 {
color: #0a42b1;
font-size: 3rem;
text-transform: uppercase;
font-weight: 700;
margin-top: 4rem;
}

@media (max-width: 1199.98px) {
.staticBannerSec {
height: 15rem;
}

.staticBannerSec h1, .staticBannerSec .h1 {
font-size: 2.5rem;
}
}

@media (max-width: 767.98px) {
.staticBannerSec {
height: 5rem;
}

.staticBannerSec h1, .staticBannerSec .h1 {
font-size: 1.8rem;
margin-top: 2rem;
}
}

/* sessionExpired */
.sessionExpired {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 100%;
background: #ffffff;
padding: 4.5rem 2.5rem;
border-radius: 0.8rem;
}

.sessionExpired figure {
margin: 0;
}

.sessionExpired h5, .sessionExpired .h5 {
font-size: 1.4rem;
font-weight: 700;
color: #0a42b1;
line-height: 1.3;
margin: 2rem 0 0 0;
}

.sessionExpired p {
font-size: 1rem;
color: #606060;
line-height: 1.5;
margin: 1.4rem 0 0 0;
}

.sessionExpired .searchBtns {
display: flex;
align-items: center;
justify-content: center;
margin-top: 4.5rem;
}

.sessionExpired .searchBtns > * {
font-size: 1rem;
color: #606060;
font-weight: 700;
padding: 0.8rem 1.4rem;
border-radius: 0.4rem;
background: #D9DDE8;
transition: ease all 0.5s;
}

@media (prefers-reduced-motion: reduce) {
.sessionExpired .searchBtns > * {
transition: none;
}
}

.sessionExpired .searchBtns > *:not(:last-child) {
margin-right: 1.3rem;
background: #0a42b1;
color: #ffffff;
}

.sessionExpired .searchBtns > *:hover {
background: #f66f32;
color: #ffffff;
}

.selectOptio {
padding-right: .65rem !important;
}

.selectOptio select {
width: 100%;
border: none;
font-weight: bold;
font-size: 15px;
background: #ffffff;
}

.selectOptio select:focus {
outline: none;
}

#dropOffCollapse {
margin-right: 1rem;
}

.no-result {
margin-top: 20px;
}

/*page not found css*/

.page-not-found {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:50px;
}
.inner-not-found img{
    width:80%;
    height:auto;
}
.inner-not-found h1 {
    color: #424242;
    font-size: 40px;
    margin: 10px 0px 30px;
    font-weight: 900;
}
.inner-not-found p {
    font-size: 18px;
    color: #424242;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 27px;
    line-height: 23px;
    text-align: center;
}
.inner-not-found a.link_btn {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #0c44ac;
    padding: 9px 46px;
    border-radius: 6px;
    margin-bottom: 21px;
    display: inline-block;
    cursor: pointer;
    margin-bottom:50px;
}





/* aboutSec */
.aboutSec {
  /* media css */ }
  .aboutSec .row div[class*="col-"] h2, .aboutSec .row div[class*="col-"] .h2 {
    color: #0a42b1;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem; }
    .aboutSec .row div[class*="col-"] h2 span, .aboutSec .row div[class*="col-"] .h2 span {
      color: #000000;
      font-size: 1.5rem;
      font-weight: normal;
      display: block;
      padding-top: 0.5rem; }
  .aboutSec .row div[class*="col-"] p {
    font-size: 0.93rem;
    line-height: 1.9;
    color: #000000;
    margin: 0; }
    .aboutSec .row div[class*="col-"] p:not(:last-child) {
      margin-bottom: 0.5rem; }
  .aboutSec .row div[class*="col-"]:not(:last-child) {
    padding-right: 8rem; }
    .aboutSec .row div[class*="col-"]:not(:last-child) p {
      color: #606060;
      font-size: 1rem;
      line-height: 1.5; }

.secRowComm .row div[class*="col-"] {
    padding: 0 4rem;
}

@media (min-width: 768px) {
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
}
.secRowComm .row {
    align-items: center;
}
.secRowComm:nth-child(even) {
    background: #f6f6f6;
}
  @media (max-width: 1199.98px) {
    .aboutSec .row div[class*="col-"] h2, .aboutSec .row div[class*="col-"] .h2 {
      font-size: 2.1rem; }
      .aboutSec .row div[class*="col-"] h2 span, .aboutSec .row div[class*="col-"] .h2 span {
        font-size: 1.3rem; }
    .aboutSec .row div[class*="col-"] p {
      font-size: 0.9rem;
      line-height: 1.7; }
    .aboutSec .row div[class*="col-"]:not(:last-child) {
      padding-right: 2rem; } }
  @media (max-width: 767.98px) {
    .footerMain div[class*="col-"]:last-child {
        padding-left:10px;
    }
    .aboutSec .row div[class*="col-"] h2, .aboutSec .row div[class*="col-"] .h2 {
      font-size: 1.5rem; }
      .aboutSec .row div[class*="col-"] h2 span, .aboutSec .row div[class*="col-"] .h2 span {
        font-size: 1rem; }
      .aboutSec .row div[class*="col-"] h2 + p, .aboutSec .row div[class*="col-"] .h2 + p {
        margin-bottom: 0.8rem; }
    .aboutSec .row div[class*="col-"] p {
      font-size: 0.85rem;
      line-height: 1.5; }
      .aboutSec .row div[class*="col-"] p:not(:last-child) {
        font-size: 1rem; }
    .aboutSec .row div[class*="col-"]:not(:last-child) {
      padding-right: 0.8rem; }
      .aboutSec .row div[class*="col-"]:not(:last-child) p {
        color: #606060;
        font-size: 1rem;
        line-height: 1.5; } 
      
  }
  