@font-face {
  font-family: 'Arial Narrow 7';
  src: url('../fonts/ArialNarrow7.woff2') format('woff2'),
    url('../fonts/fonts/ArialNarrow7.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-LtIt.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro-LtIt.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Th.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* font-family:Arial, Sans-Serif; */
  font-family: 'Helvetica Neue';
  font-weight: 400;
  color: #000;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  margin: 0 0 60px;
}

section.resources-faqs .accordion-body ul li {
  font-size: 16px;
  line-height: 30px;
}

.responsive_header {
  display: none;
}
.home-menu{display: none;}

.responsiveHeader {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  top: 0;
  margin: 0;
  padding: 0;
}



.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: 40%;
}

.responsiveHeader .responsivetoggle {
  color: #fff;
  padding: 6px 10px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  background: rgb(251 251 251 / 30%);
  position: relative;
  border-radius: 50px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.ourProducts ul li .sub-menu-toggle {
  display: none;
}

.themebar {
  background-color: #d82356;
  padding: 30px 150px;
  text-align: center;
  color: #fff;
  margin: 50px 0 0 0;
  font-size: 20px;
}
/* .menu-header-menu-container{    margin-right: 40px;} */
/* header .menu-header-menu-container ul li.menu-item-has-children .sub-menu-toggle {
  display: none
} */

header .menu-header-menu-container ul li.menu-item-has-children>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0; transition: 0.3s;
}
.menu-header-menu-container>.navbar-nav>li:hover a:After {
  transform: rotate(180deg);
}
.menu-header-menu-container .navbar-nav li.menu-item-has-children > .sub-menu > li.menu-item-has-children a:After {
  top: 18px;
  right: 20px;
  transform: rotate(270deg);
}
.desktop_header .menu-header-menu-container .navbar-nav li.menu-item-has-children > .sub-menu > li.arrow-sub-menu.current-menu-item a:After {
  top: 8px;
}
.menu-header-menu-container .navbar-nav li.menu-item-has-children > .sub-menu > .current_page_parent a:after {
  top: 18px !important;
}

.stickyheader .menu-header-menu-container>.navbar-nav>li a {
  color: #1b242c;
}

/****************footer start************************/

.mainheader {
  background-color: transparent;
  padding: 15px 0px;
  position: fixed;
  top: 0;
  transition: 0.3s;
  box-shadow: inherit;
  z-index: 9;
  width: 100%;
}

.scrolllogo {
  display: none;
}

.stickyheader {
  background-color: #fff;
  border-bottom: 1px solid #DEE3E7;
  padding: 8px 0px;
  transition: 0.3s;
}

.stickyheader .scrolllogo {
  display: inline;
}

.stickyheader .simplelogo {
  display: none;
}

.stickyheader .header-right-sec .box .search-submit {
  background: #D5045F;
  border-color: #D5045F;
}

.stickyheader .container-2:hover .search-submit .icon {
  color: #fff;
}

footer {
  background: #013474;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  position: absolute;
    left: 0;
    bottom: 0;
/*    height: 65px;*/
    width: 100%;
}

.footertext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fullbar p {
  font-size: 16px;
  gap: 20px;
  display: flex;
}

.fullbar p a {
  transition: 0.3s all !important;
  position: relative;
  text-decoration: none;
  color: #CFD6DD;
}
.copytext {
  font-size: 14px;
  color: #CFD6DD;
  font-weight: 400;
}
.buttonlink a {
  color: #fff !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 0px;
  margin: 0px;
  justify-content: center;
}

.fullbar .simplelink a:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background: #CFD6DD;
  transition: 0.3s;
  left: 0px;
  bottom: 0px;
}

.fullbar p.simplelink a:hover:After {
  width: 0%;
}

.simplelink a:hover,
.simplelink a:hover svg path {
  color: #fff !important;
  fill: #e50071;
}

.buttonlink a:hover {
  text-decoration: none !important;
  background-color: #fff;    color: #013474 !important;

}

.fa-linkedin:before {
  content: "\f0e1";
  font-family: 'FontAwesome';
  font-weight: normal;
}

.buttonlink a span:before {
  font-family: fontawesome;
  font-weight: normal;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 5px;
}

/****************footer end************************/
/****************header start************************/
.header-sec-top .header-left-sec img {
  width: 300px;
}

.header-sec-top .header-left-sec .menu-header-menu-container ul .sub-menu-toggle {
  display: none;
}

.header-sec-top .header-left-sec .menu-header-menu-container ul.sub-menu {
  display: none;
}

.menu-header-menu-container>.navbar-nav>li a {
  padding: 6px 16px 6px 16px !important;
  font-size: 18px;
  color: #fff;
  font-family: 'Helvetica Neue';
}
.gettouch-btn a{  background: #d5045f !important;
  color: #fff !important;     border-radius: 50px;}
.menu-header-menu-container>.navbar-nav>li.current-menu-item>a,
.menu-header-menu-container>.navbar-nav>li.current-menu-parent>a, .menu-header-menu-container>.navbar-nav>li.current-menu-ancestor>a {
  background: #65635b;
  border-radius: 50px;
}
/* .menu-header-menu-container>.navbar-nav>li>a:hover, .menu-header-menu-container>.navbar-nav>li>a:hover {
  color: #d5045f;
} */
.menu-header-menu-container>.navbar-nav>li.current-menu-item>a:after,
.menu-header-menu-container>.navbar-nav>li.current-menu-parent>a:after, .menu-header-menu-container>.navbar-nav>li.current-menu-ancestor>a:after {
  right: 11px;
}

.menu-header-menu-container>.navbar-nav .sub-menu li a {
  color: #333;
}

.menu-header-menu-container .navbar-nav li.menu-item-has-children.current_page_item>a,
.menu-header-menu-container>.navbar-nav>li.current-menu-parent>a, .menu-header-menu-container>.navbar-nav>li.current-menu-ancestor>a {
  position: relative;
  padding: 6px 30px 6px 18px !important;
}

.stickyheader .menu-header-menu-container>.navbar-nav>li.current-menu-item>a,
.stickyheader .menu-header-menu-container>.navbar-nav>li.current-menu-parent>a, .stickyheader .menu-header-menu-container>.navbar-nav>li.current-menu-ancestor>a {
  background: #dfe6ed;
  color: #013473;
  font-weight: 500;
}

.menu-header-menu-container .navbar-nav>li {
  position: relative;
  margin: 10px 12px 10px 12px;
}

.menu-header-menu-container .navbar-nav li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  font-size: 16px;
  padding: 6px 12px !important;
}

.menu-header-menu-container .navbar-nav>li.menu-item-has-children>.sub-menu>li>.sub-menu li a {
  font-size: 14px;
  padding: 6px 12px !important;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.menu-header-menu-container .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: #013474;
}

.desktop_header .menu-header-menu-container .navbar-nav li.menu-item-has-children .sub-menu {
  display: none;
  visibility: hidden;
  z-index: 99;
  /* border-top: 5px solid #013474; */
  /* border-top: 5px solid transparent; */
  box-shadow: 0 6px 6px rgb(0 0 0 / 16%);
  min-width: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 38px;
  display: none;
  z-index: 10;
  background-color: #fff;
  list-style: none;
  border-radius: 5px;
  padding: 10px 0;
}

.desktop_header .menu-header-menu-container .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  display: block;
  visibility: visible;
  z-index: 99;
  margin: 0 0px;
  position: absolute;
}

.menu-header-menu-container .navbar-nav li.menu-item-has-children>.sub-menu .menu-item-has-children .sub-menu {
  left: 200px;
  width: 300px;
  top: 0px;
}

.header-sec-top {
  display: flex;
  justify-content: space-between;
}

.header-left-sec {
  width: 96%;
}

.desktop_header .menu-header-menu-container .navbar-nav li.menu-item-has-children .sub-menu li.current_page_item > a {
  color: #013474;    font-weight: 500 !important;
}

span.error {
  position: absolute;
  bottom: -23px;
  font-size: 13px;
  left: 28px;
  color: #e96969;
}

.header-right-sec .box input[type="search"]:focus {
  outline: none;
  box-shadow: inherit;
}

.header-right-sec .box input[type="search"] {
  border: 1px solid #f1f1f1;
  border-right: none;
  width: 40px;
  height: 40px;
  background: #fbfbfb;
  font-size: 14px;
  float: left;
  color: #262626;
  padding: 0 10px;
  border-radius: 20px 0 0 20px;
  color: #000;
  transition: width 0.55s ease;
  visibility: hidden;
  position: relative;
  right: -24px;
}

.container-2:hover input#search-form-1 {
  width: 230px;
  padding-right: 30px;
  visibility: visible;
}

.header-right-sec .box .search-submit .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right-sec .box .search-submit {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  background: rgb(251 251 251 / 30%);
  position: relative;
  border-radius: 50px;
}

.container-2:hover .search-submit {
  background: #fff;
}

.container-2:hover .search-submit .icon {
  color: #000;
}

.rightmenubtn .box {
  display: flex;
  position: absolute;
  right: 40px;
  top: 8px;
  padding: 0px 0;
  align-items: center;
}

.header-right-sec {
  position: relative;    gap: 10px;
  display: flex;
  align-items: center;
}

.container-2 {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.search_icon {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  background: rgb(251 251 251 / 40%);
  position: relative;
  border-radius: 50px;
  display: flex; cursor: pointer; transition: 0.3s;
}
.search_icon:hover{  background: #013474;}
.stickyheader .search_icon {
  background: #013474;
}
.search_icon .fa-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 15px;
}
.linkdienheader a {
  background: #0274B3;
  width: 40px;
  height: 40px; transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;    font-size: 18px;
}

.linkdienheader a:hover{background-color: #fff; color: #0274B3;}
.headershow {
  background: #053368;
  position: absolute;
 height: 100px;
  width: 100%;
  top: -100px;
    transition: 0.3s;
}
.show-search {
  top: 0px;
}
.headerinner {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 30px 0px 0px;
}
.headerinner i {
  position: absolute;
  left: 0px;
  top: 45px;
  width: 18px;
  height: 18px;
  color: #d5045f;
  font-size: 16px;
}
.headerinner .form-control {
  height: 40px;
  border-radius: 50px;
  color: #000;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #355c8a;
  border-radius: 0px;
}
.headerinner .form-control:focus{outline: none; box-shadow: inherit;}
.headerinner .btn {
  background: #d5045f;
  color: #fff;    padding: 0px 20px;
  border-radius: 50px; border: 2px solid transparent; transition: 0.3s;
}
.headerinner .btn:hover{color: #fff; border-color: #d5045f; background-color: transparent;}
.closeicon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff; cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #053368;
  font-size: 14px; transition: 0.3s; border: 1px solid transparent;
}
.closeicon:hover {
  transform: scale(0.8); border-color: #fff;
}
.headerinner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.headerinner .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.headerinner .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.headerinner .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.headerinner form{display: flex; width: 100%; gap: 20px;}
/****************header end************************/


/**********Inner Banner************/

section.contact-banner {
  background-position: center;
  padding: 100px 0px;
  background-size: cover;
}
.slidermain .owl-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  margin: auto;
  /* width: 120px; */
  left: 0px;
  right: 0px;
  background: #000000ab;
  border-radius: 30px;
  line-height: 23px;
  max-width: max-content;
}

.slidermain .owl-dots button span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 3px !important;
  background: rgb(255 255 255 / 73%) !important;
}

.slidermain .owl-dots .owl-dot {vertical-align: top;}
.slidermain .owl-dots .owl-dot.active span, .slidermain .owl-dots .owl-dot:hover span {
  background: #d5045f !important;
}
.slidermain .owl-dots{display: flex !important;
  justify-content: space-between; padding: 0px 5px;}

/**********common Banner start************/
.commonbaner {
  display: flex;
  margin-top: 10px;
  text-align: center;
}

.bannerimage {
  display: flex;
  flex-direction: column;
  position: relative;
}

.bannerimagewrap {
  display: flex;
  flex-direction: column;

  position: relative;
}
.page-template-template-home .bannerimagewrap {
    height: calc(100vh - 170px);
}
.slidermain .bannerimagewrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
  border-radius: 20px;
}
.bannerimagewrap img {
  border-radius: 20px;
    /*height: 100%;
    object-fit: cover;
    object-position: center;*/
}
.page-template-template-home .bannerimagewrap img {
  
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bannercontent {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center !important;
    height: 100%;
    text-align: left;
    left: 0;
    width: 100%;
    flex-direction: inherit;
    right: 0;
    margin: 0 auto !important;
    flex-direction: column;
}
.bannercontent h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    font-family: 'Helvetica Neue';
  background: #000000a6;
    padding: 1rem;
    border-radius: 20px;
    margin: 0;
}
.bannercontent h4 strong{font-weight: 500;}

.hometopspace h4{
     background: #000000a6;
    padding: 20px;
    border-radius: 20px;
    width: 55%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-template-template-home .bannercontent h4 b {
    background: #d40560;
    padding: 5px;    width: fit-content;
}
.bannercontent ul li a,
.bannercontent ul li {
  color: #fff;
}

.bannercontent ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  gap: 10px;
}

.bannercontent ul li i {
  margin-right: 10px;
}

.bannercontent ul li {
  font-size: 18px;
}

/**********common Banner end************/
.mid-part {
  margin: 50px 0px;
  display: flex;
  flex-direction: column;
}

.contact-details {
/*  padding-left: 50px;*/
  font-size: 1rem;
}

/**********contact-form start************/
.contactform .formwrap {
  display: flex;
  flex-direction: column;
}

.col-50 {
  width: 48%;
}

.singlerow {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  flex: 1;
  justify-content: space-between;
}

.formwrap .col-50 {}

.formwrap .col-50 label,
.formwrap .col-100 label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-bottom: 5px;
}

.mand-star {
  color: #F2545B;
  padding-left: 2px;
}

.formwrap .col-100 .wpcf7-form-control-wrap .form-control,
.formwrap .col-50 .wpcf7-form-control-wrap .form-control {
  border: 1px solid #CFD6DD;
  border-radius: 4px;
  font-size: 15px;
  color: #1b242c;
  font-weight: normal;
  padding: 9px 8px;
  resize: none;
}

.formwrap .col-50 .wpcf7-form-control-wrap .form-control:focus,
.formwrap .col-100 .wpcf7-form-control-wrap .form-control:focus {
  outline: none;
  box-shadow: inherit;
}

.submitbtn .contactUsBtn {
  background: #D5045F;
  width: 200px;
  height: 40px;
  color: #fff;
  border: none;
}

.submitbtn .contactUsBtn:hover {
  background-color: #013474;
}

.submitbtn {
  text-align: center;
}

.contact-details .address_sec p {
  color: #1B242C;
  font-size: 16px;
  max-width: 290px;
  margin: 0px;
}

.contact-details .address_sec p br {
  display: none;
}

.contact-details .email_sec {
  color: #1B242C;
  font-size: 16px;
  padding-top: 10px;
    display: flex;
}

.contact-details .email_sec .contact-email {
  color: #d5045f;    text-decoration: none; position: relative;
}
.contact-details .email_sec .contact-email:After{    position: absolute;
  width: 0%;
  content: "";
  height: 0.5px;
  background: #d5045f;
  transition: 0.3s;
  left: 0px;
  bottom: 0px;}
  .contact-details .email_sec .contact-email:hover:After {
    width: 100%;
}


.contactdetailslogo {
  margin-bottom: 10px;
}

.contactdetailslogo img {
  width: 250px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #ffdada;
  border: none;
  color: #d00000;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #79d181;
  color: #0a6412;
  border: none;
}

/**********contact-form start************/

/**********homepage start************/
#homeslider {
  border-radius: 20px;
  overflow: hidden;
}
.hometopspace {
  /* padding-top: 170px; */
/*  padding-top: 110px;*/
  /* padding-top: 150px; */
}

.halfpartcontent h3 {
  font-size: 32px;
  font-weight: 500;
  color: #1b242c;
}

.halfpartcontent p {
  max-width: 95%;
  font-size: 16px;
  color: #555f6d; margin: 0px;
}

.halfpartcontent>p {
/*  border-bottom: 1px solid #F1F3F5;*/
  padding-bottom: 15px;
  margin: 0px;
  max-width: 100%;
}

.icon_content {
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  border-bottom: 1px solid #F1F3F5;
  margin-bottom: 0px;
  transition: 0.3s;
}

.icon_content .icontext {
  width: 52px;
  height: 52px;
  background: #F1F3F5;
  border-radius: 50px;
  display: flex;
  align-items: center;
 
  justify-content: center;
}

.contentfull {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(98% - 52px);transition: 0.3s;
}

.whatwedo {
  padding: 70px 0px 50px;
}

.contentfull a {
  color: #1B242C;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 5px;
}

.contentfull .hovericon {
  position: absolute;
  display: flex;
  align-items: center;    transition: 0.3s;
  justify-content: end;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contentfull .hovericon img {
  width: 35px;
}
.icon_content:hover .contentfull .hovericon {
 opacity: 0.9;
}

.icon_content:hover {
  background-color: rgb(213 4 95 / 10%);
}

.halfimagwrap {
/*  width: 95%;*/
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}

/* .whatwedo:hover .halfimagwrap img {
  transform: scale(1.1);
} */

.halfimagwrap img {
  width: 100%;
  transition: 0.3s;
}

.icon_content:hover .icontext {
  background-color: #fff;
}
.bannerheading {
  font-size: 32px;
  color: #1B242C;
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workwithus {
  display: flex;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 30px;
  flex-direction: column;
  position: relative;
}

.workwithus img {
  transition: 0.3s;
  border-radius: 30px;
}

/* .workwithus:hover img {
  transform: scale(1.2);
} */

.workwithuscon {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 30px 30px;
  align-items: center;
}

.workwithuscon .leftcon {
  color: #fff;
}

.workwithuscon .leftcon h6 {
  font-size: 32px;
  font-weight: 500;
}

.leftcon p {
  font-size: 18px;
  color: #F5F7F9;    margin: 0px;
  font-weight: 400;
}

.righjtcon .simplebtn {
  background: #fff;
  border-radius: 6px;
  color: #1b242c;
  display: flex;
  padding: 8px 15px; font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
  text-decoration: none;
}

.righjtcon .simplebtn:hover {
  background-color: #d5045f;
  color: #fff;
  outline: none;
  box-shadow: inherit;
}

.workwithuswrap {
  display: flex;
  flex-direction: column;
  margin: 70px 0px 140px;
}

.impactful-connect .nav-tabs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.impactful-connect .nav-tabs li a {
  font-size: 16px;
  font-weight: 500;
  color: #1B242C;
  margin: 0px; padding: 6px 25px;
  border: none;
}

.impactful-connect .nav-tabs li a.active {
  color: #d5045f;
  border-bottom: 2px solid #d5045f;
}

.impactful-heading {
  font-size: 32px;
  color: #1B242C; margin-bottom: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.pinkbtn {
  background: #D5045F;
  color: #fff;
  padding: 6px 15px;    font-weight: 500;
  transition: 0.3s;
}

.pinkbtn:hover {
  background: #013474;
  color: #fff;
}


.impactful-connect .tab-content .blog-img-w {
  width: 100%;
  display: flex;
  flex-direction: column;    margin-bottom: 20px;
}

.impactful-connect .tab-content .blog-img-w .singleblogimage {
  border-radius: 16px;
  overflow: hidden;border: 1px solid #ccc;
  position: relative;
}

.impactful-connect .tab-content .blog-img-w .singleblogimage img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.impactful-connect .tab-content .blog-img-w .blog-img-connent {
  padding: 10px 0px;
}

.impactful-connect .tab-content .blog-img-w .blog-img-connent p {
  color: #D5045F;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

.impactful-connect .tab-content .blog-img-w .blog-img-connent h3,
.impactful-connect .tab-content .blog-img-w .blog-img-connent h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #1B242C;
  text-decoration: none;    line-height: 28px;
  margin: 0px;
}

.impactful-connect .tab-content .blog-img-w .blog-img-connent .read-more-link {
  color: #D5045F;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  text-decoration: none;
}

/* .blog-img-w:hover .singleblogimage img {
  transform: scale(1.2);
} */

.impactful-connect .tab-content .blog-img-w .blog-img-connent .read-more-link:hover {
  text-decoration: underline;
}

/**********homepage end************/

/**********career page start************/
.careercon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}

.careercon h3 {
  color: #1B242C;
  font-size: 32px;
  font-weight: 500;
}

.careercon p {
  color: #555F6D;
  font-size: 16px;
  word-wrap: break-word; margin-bottom:0px}

.careercon p a {
  color: #d5045f; text-decoration: none; position: relative;
}

.careercon p a:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background: #d5045f;
  transition: 0.3s;
  left: 0px;
  bottom: 0px;
}

.careercon p a:hover:After {
  width: 0%;
}




.careersecfirst {
  padding: 50px 0px 20px;
}

.careenconsec {
  padding-right: 30px;
  padding-left: 0px;
}

.confirstsec {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* .confirstsec:hover img {
  transition: 0.3s;
  transform: scale(1.2);
} */

.confirstsec img {
  transition: 0.3s; width: 100%;
}

.careercon p a:hover {
  text-decoration: none;
}

.innerwrapperblue {
  background: #013474;
  border-radius: 20px;
  padding: 30px;
}

.innerheading {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 25px;
}

.whatweprovideinner {
  display: flex;
  flex-direction: column;
}

.whatweprovideinner h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.whatweprovideinner p {
  color: #CFD6DD ;
  max-width: 90%;
  font-size: 16px;   
  font-weight: 300;
  line-height: 22px;
}

.whatweprovideinner p a { position: relative;   text-decoration: none;
  color: #fff;
}


.whatweprovideinner p a:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 0.7px;
  background: #fff;
  transition: 0.3s;
  left: 0px;
  bottom: 0px;
}

.whatweprovideinner p a:hover:After {
  width: 0%;
}



.whatweprovideinner .smallicon {
  width: 56px;
  height: 56px;
  background: rgb(255 255 255 / 10%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.whatweprovide {
  display: flex;
  flex-direction: column;
  margin: 40px 0px;
}

.logopart {
  text-align: center;
  padding: 20px 0px;
  border: 1px solid #DEE3E7;
  border-radius: 12px;
  margin: 15px 0px;
}

.clientlogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logopart h6 {
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}

.logopart p {
  font-size: 15px;
  font-weight: 400;
  color: #555F6D;
  max-width: 540px;
  margin: 0px auto;
}

.titlebottom {
  font-size: 32px;
  font-weight: 500;
  color: #1b242c;
}

.bottompartcareer {
  display: flex;
  flex-direction: column;
  margin: 40px 0px 40px 0px;
}

/**********career page end************/
/**********people page start************/


.userimagecontent h4 {
  font-size: 30px;
  color: #1b242c;
  font-weight: 500;
  margin-bottom: 2px;
}

.userimagecontent span {
  font-size: 18px;
  font-weight: 500;
  color: #D5045F;
  margin-bottom: 10px;
  display: flex;
}

.userimagecontent p {
  color: #1B242C;
  line-height: 28px;
  font-size: 18px;text-align: justify;
  font-weight: 400;
  margin-bottom: 12px;
}

.userimagecontent {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 50px; */
}

.midspacearea {
  display: flex;
  flex-direction: column;
}

.rightpartcontent {
  padding-left: 20px;
}

.leftpartcontent {
  padding-right: 20px;
}

.userimage {
  display: flex;
  flex-direction: column;
  height: 320px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.userimage img {
  transition: 0.3s;
}

/* .userimage:hover img {
  transform: scale(1.2);
} */

/**********people page end************/

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgb(0 0 0 / 71%);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

.custom-sitemap ul {
  padding: 0px;
  margin: 0px;
  list-style: disc;
}

.custom-sitemap ul li>a {
  font-size: 16px;
}

.custom-sitemap>ul>li>ul li>a {
  font-size: 14px;
}

.menu-our-services-sitemap-container>ul>li>ul>li {
  padding: 0px;
}

/* .menu-our-services-sitemap-container > ul > li > ul > li a{font-size: 14px;} */
.menu-our-services-sitemap-container>ul>li {
  padding: 0px;
}

.custom-sitemap ul>li>ul {
  padding-left: 15px;
}

.menu-our-services-sitemap-container>ul>li>ul li>ul {
  padding-left: 15px;
}

/*.sitemapwrapper {
  margin: 50px 0px;
}
*/
.custom-sitemap ul>li>a:hover {
  text-decoration: underline;
}

.bluebgsitemap {
  background: #013474;
  box-shadow: 3px 4px 10px #bcbcbc;
  border-radius: 10px;
  padding: 20px 50px;
  color: #fff;
}

/**********404-page*****************/
.forzerofor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fofwrapper {
  background: transparent;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.thispage {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: -70px;
}

.fofwrapper p {
  color: #fff;
  font-size: 18px;
}

.fofwrapper p a {
  color: #fff;
  text-decoration: underline;
}

.fofwrapper p a:hover {
  text-decoration: none;
}

.pagencentertext {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

.pagencentertext span {
  font-size: 12em;
  color: #fff;
  font-weight: bold;
}

.toggleanimation {
  width: 300px;
  border: 6px solid #fff;
  height: 140px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}

.leftright:hover {
  transition: all .5s ease-out;
}

.leftright {
  transition: all .5s ease-out;
}

.errorcircle {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
}

.toggleanimation:hover .errorcircle {
  left: 162px;
}

.fullbannerror {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullbannerror img {
  height: 100%;
  width: 100%;
}

.fullbannerror:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 59%);
  content: "";
  z-index: 1;
  top: 0px;
  left: 0px;
}


/**********404-page*****************/


/**********newsandblogstart*****************/
.newsandblogs {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
}

.case-studi-form-t {
  display: flex;
  flex-direction: column;
}

.case-studi-form-t .custom-select {
  border: 1px solid #CFD6DD;
  display: flex;    background: #fff;
  padding: 0px 5px;
  border-radius: 6px;
  height: 40px;
  min-width: 120px; position: relative;
}
.case-studi-form-t .custom-select .error_year {
  position: absolute;
  font-size: 13px;
  bottom: -26px;
  color: #d00000;
}

.custom-select select {
  font-size: 16px;
  border: none; color: #000;
  width: 100%;   
}

.custom-select select:focus {
  outline: none;
  box-shadow: inherit;
}

/**********newsandblogend*****************/


/**********ourvaluesstart*****************/

section.breadcrumb ul {
    display: flex;
    list-style: none;
    gap: 11px;
    font-size: 16px;
    margin: 1rem 0;
    padding: 0;
    align-items: center;
}
section.breadcrumb ul  li{
  font-size: 1rem;
}
section.breadcrumb ul i {
    margin-right: 11px;
}
.ourvaluewrap {
    display: flex;
    margin: 0px 0px 50px;
    position: relative;
    border-radius: 16px;
    align-items: center;
    padding: 2rem;
}

.ourvaluewrapleft img {
    width: 100%;
    border-radius: 20px;
}


.breadcrumb {
    margin: 0;
}
.ourvaluewrapleft {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 0px 2rem 0px 0px;
  border-radius: 16px;
  color: #fff;
}
.pingbg  {
  background: hsl(334deg 96% 43% / 6%);
}
/*.ourvaluewrapleft {
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
}*/
.darkgreybg {background-color: rgba(1, 52, 116, 0.08);}
.ourvaluewrapright {
    /* display: flex; */
    width: 50%;
    /* position: absolute; */
    /* right: 282px; */
    /* height: 333px; */
    top: 40px;
}
.ourvaluewrapright img {
  border-radius: 20px;width: 100%;
}
.ourvaluewrapleft h4{color: #1B242C; font-size: 32px; font-weight: 500;}
.ourvaluewrapleft p{color: #555F6D;font-size: 16px; font-weight: 400;    }


/*.greybg {
  flex-direction: row-reverse;
}*/

.greybg .ourvaluewrapright {
  left: 0px;
}
.greybg {
  background: #F5F7F9;}


/*.greybg .ourvaluewrapleft p {
  max-width: 90%;
}*/
/**********ourvaluesend*****************/


/**********ourprojectstart*****************/


.ourprojjecttext {
  font-size: 32px;
  font-weight: 500;
  color: #1B242C;
  text-align: center;
  max-width: 80%;
  margin: 40px auto;
}

.ourprojectlogo {
  border: 1px solid transparent;
  /* min-height: 198px; */
  border-radius: 16px; position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourprojectlogo img{transition: 0.3s; width: 100%;}
/* .ourprojectlogo:hover img{transform: scale(1.2);} */

.ourprojectlogotext span  {
  color: #1B242C;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 5px;
  display: flex;
}

.ourprojectlogotext p {   
  color: #555F6D;    word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
}

.ourprojectlogotext p a {position: relative;
  color: #D5045F;font-weight: 500; text-decoration: none;
}
.ourprojectlogotext p a:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background: #D5045F;
  transition: 0.3s;
  left: 0px;
  bottom: 0px;
}

.ourprojectlogotext p a:hover:After {
  width: 0%;
}



/**********ourprojecend*****************/



/*******************our-clients-start************************/

.simpletext {
  font-size: 17px;
  color: #1B242C;
  font-weight: 400;
  text-align: center;
  padding: 10px 0px;
}
.clientlogowrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.clientlogosingle {
  display: flex;
  flex-direction: column;
  /* max-height: 100px; */
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
.secondrowlogo .clientlogosingle {
  width: 243px;
  height: 112px;
}
.secondrowlogo .clientlogosingle img{height: 112px;}
.clientlogosingle img{transition: 0.3s;    height: 100%;}
/* .clientlogosingle img:hover{transform: scale(1.2);} */

.firsrowlogo .clientlogosingle{    width: 245px;
  height: 120px;}
.pinkwratextbox {
  display: flex;margin: 50px 0px;
  flex-direction: row;    align-items: start;
  background:rgba(213, 4, 95, 0.05);
  border-radius: 16px;
  padding: 20px 20px 0px 20px;
  justify-content: space-around;
}

.lefttextlogobox {
  width: 70%;
  color: #3B424A;
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
}
.lefttextlogobox img {
  margin-bottom: 20px;
}
.lefttextlogobox p {
  flex-wrap: wrap-reverse;    margin-bottom: 15px;
  display: flex;    line-height: 28px;
  max-width: 95%;
  color: #3B424A;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}
.rightclientimage {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  width: 30%;
}

.rightclientimage .roundedpink {
  width: 361px;
  height: 356px;
  position: absolute;
  bottom: 0px;
  background: rgb(213 4 95 / 10%);
  border-radius: 170px 170px 0px 0px;
}

.rightclientimage img {
  position: relative;    width: 80% !important;
  text-align: center;
}
.ownerlogo {
  margin: 20px 0px 0px;
}
.pink-banner .pinkwratextbox{    align-items: end;}
.pink-banner .rotate img {
  margin: 0px;
}
.owl-carousel .owl-item .lefttextlogobox img {
  width: auto;
  max-width: 100%;
}
.rotate {
  display: flex;
  align-items: end;
  justify-content: end;
  position: relative;
  margin-right: 50px;
  top: -20px;
}
.lefttextlogobox span {
  color: #555F6D;
  font-size: 20px;
  font-weight: 400;
}

.lefttextlogobox h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1B242C;   
  margin: 0px;
}
.innerslider .owl-dots {
  display: block;
  position: absolute;
  bottom: 10px;
  margin: auto;
  width: 12%;
  left: 0px;
  right: 0px;
  background: transparent;
  border-radius: 30px;
  line-height: 26px;
  max-width: 140px;
}

.innerslider .owl-dots button span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 3px !important;
  background: rgb(249 211 228) !important;
}

.innerslider .owl-dots .owl-dot {vertical-align: top;}
.innerslider .owl-dots .owl-dot.active span, .innerslider .owl-dots .owl-dot:hover span {
  background: rgb(213 4 95) !important;
}


.innerslider .owl-nav { display: none !important;}
#homeslider:hover .owl-nav{opacity: 9;}
.sliderarrow .owl-nav {opacity: 0;
  top: 45%;
  bottom: auto;
  justify-content: space-between; transition: 0.3s;
  padding: 0px 40px;
  position: absolute;
  width: 100%;
  display: flex;
}
.testimonialslider .owl-nav button{    width: 48px;
  height: 48px; 
     /* box-shadow: 0px 0px 4px #ccc; */
  background-color: #fff !important; transition: 0.3s;
  border-radius: 50px !important;    position: relative;}
  .testimonialslider .owl-nav button:hover{    background: #d5045f !important;}
  .testimonialslider .owl-nav button.owl-prev:after{position: absolute; content:"\f060";font-family: "FontAwesome";top: 9px;
    left: 0px;
    margin: 0px auto;
    right: 0px;}
  .testimonialslider .owl-nav button.owl-next:after{position: absolute; content:"\f061";font-family: "FontAwesome";top: 9px;
    left: 0px;
    margin: 0px auto;
    right: 0px;}
    .testimonialslider .owl-nav button span{display: none;}

.reducespace {
  letter-spacing: -0.1px;
}
/*******************our-clients-end************************/



/*******************news-singlepage************************/
.pagetiltle {
  font-size: 30px;
  color: #1B242C;
  font-weight: 500;
  display: flex;
  align-items: start;
  flex-direction: column;
  line-height: 38px;
  padding: 15px 0px;
}

.pagetiltle .datenews {
  font-size: 16px;
  color: #D5045F;
  position: relative;
  padding-left: 0px;
}

/* .pagetiltle .datenews:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50px;
  bottom: 7px;
  left: 0px;
} */

.newscontent p {
  color: #555F6D;
  font-size: 16px;
  font-weight: 400;
}
.newscontent a {
  color: #d5045f;
  text-decoration: none;    padding-bottom: 8px;
  font-size: 16px;
}
.news-enquiry {
  display: flex;    margin-bottom: 10px;
  align-items: center;
  gap: 10px;
}
.newscontent {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.newscontent .newscontentheading {
  font-size: 32px;
  color: #1B242C;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0px;
  margin: 0px;
}

.newsbanner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px; 
  overflow: hidden;
  border-radius: 20px;
}
.newsbanner img {
  transition: 0.3s;
  width: 90%;margin: 0px auto;
  max-width: inherit;
  border-radius: 20px;
  object-fit: cover;
}

/* .newsbanner:hover img {
  transform: scale(1.2);
} */


.blogsidebar {
  display: flex;    margin-top: 15px;
  flex-direction: column;
}

.blogsidebar h5 {
  font-size: 30px;
  font-weight: 500;
  color: #1B242C;
}

.singleblogrow {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DEE3E7;
  padding: 14px 0px;
}
.singleblogrow:last-child{border-bottom: none;}
.singleblogrow a:hover {
  background: rgba(213, 4, 95, 0.06);
}
.singleblogrow a {
	align-items: center;
  display: flex; position: relative;
  flex-direction: row;
  text-decoration: none;border-radius: 12px 0px 0px 12px;
}

.blogthumbnail {
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 90px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.thumbnailcontent p {
  font-size: 15px;
  font-weight: 500;
  color: #1B242C;
  margin: 0px;
  line-height: 22px;
  padding-bottom: 5px;
  max-width: 84%;
}

.thumbnailcontent {
  display: flex;padding: 5px 0px;
  flex-direction: column;
  width: 95%;
  margin-left: 5%;
}

.thumbnailcontent span {
  font-size: 14px;font-weight: 500;
  color: #D5045F;
  position: relative;
}

.singleblogrow .thumbnailhover {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  opacity: 0;
  display: flex;
  transition: 0.3s;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.singleblogrow:hover .thumbnailhover{opacity: 0.9;}
.blogthumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
/* .singleblogrow:hover:hover .blogthumbnail img{transform: scale(1.2);} */
/*******************news-singlepage-end************************/

/*******************search-result-page-start************************/

.searchpage .page-header {
  margin-top: 20px;
}

.searchpage .page-header .page-title {
  font-size: 30px;
  color: #1b242c;
  margin: 0px;
}

.searchpage .search-result-count {
  font-size: 18px;
  margin-bottom: 20px;
}

.searchpage .status-publish {
  margin-bottom: 20px;
  background: linear-gradient(90deg, #5078bb24 0%, #4bc6df0f 35.42%, #f4cf3e14 75.52%, #c5da4c12 100%);
  background-color: #013474;
  box-shadow: 3px 4px 10px #bcbcbc;
  border-radius: 10px;
  padding: 20px;
}

.searchpage .status-publish .entry-title a {
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
  color: #fff;
  text-decoration: underline;
}

.searchpage .status-publish .entry-title a:hover{text-decoration: none;}

.searchpage .status-publish .entry-content {
  color: #fff;
  font-size: 15px;
}

.searchpage .status-publish .entry-content p {
  margin: 0px;
  font-size: 16px;
}

.searchpage .status-publish .entry-content .more-link {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  display: flex;
  margin-top: 20px;
  justify-content: end;
}
.searchpage .status-publish .entry-content .more-link:hover{text-decoration: none;}




.searchpage .status-publish .post-thumbnail {
  display: flex;
  width: 100px;
  overflow: hidden;
  height: 100px;
  position: relative;
  border-radius: 10px;
}

.searchpage .status-publish .post-thumbnail a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


/*******************search-result-page-end************************/

/*******************search-no--result-start************************/


.search-no-results .mainheader {
  background: #000;
}


.search-no-results .stickyheader{background-color: #fff;}

.no-results.not-found .alignwide {
  color: #013474;
}

.no-results.not-found  .default-max-width {
  max-width: 40%;
  margin: 0px auto;
  display: flex;
  text-align: center;
}
.search-no-results .no-results.not-found {
  position: fixed;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
/*******************search-no--result-end************************/

.story-card-right::before, .story-card-left::before {
	position:absolute;    border-radius: 50%;
	/* left: 348px;
    top: 238px;
    width: 30px;
    height: 30px;
    background: rgba(79, 135, 194, 1);
    margin: 0px -10px -20px -10px;
    /* border-radius: 50%; */
    /* display: inline-block;  */
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
	animation: banpointer 1.5s infinite;
	
}

@keyframes banpointer {
  0% {box-shadow: 0px 0px 0px 2px rgb(213 4 95 / 10%);}
  35% {box-shadow: 0px 0px 0px 4px rgb(213 4 95 / 20%);}
  70% {box-shadow: 0px 0px 0px 8px rgb(213 4 95 / 30%);}
  100% {box-shadow: 0px 0px 0px 10px rgb(213 4 95 / 35%);}
}



.icons-wrapper {
  display: flex;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  background: #F5F7F9;
}

.experticons li {
  background: #fff;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  padding:0px 15px 0px 4px;
}

.experticons li span {
  width: 52px;
  height: 52px;
  background: #F1F3F5;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center; transition: 0.3s;
}

.experticons {
  display: flex;
  padding: 0px;
    margin: 0px;
    gap: 14px;
    margin-bottom: 14px;
}
.experticons li span img {
  width: 22px;
  height: 22px;
}
.experticons li:hover span{background-color: #013474;}


.simplaeimage {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
}

.simplaeimage img {
  transition: 0.3s;
}

/* .simplaeimage:hover img {
  transform: scale(1.2);
} */

.subimageright {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #DEE3E7;
  border-radius: 20px;    
}



.profileimageslider .subimageright {margin-bottom: 50px;}
.profileimageslider .owl-nav{display: none;}

.profileimageslider .owl-dots {
  position: absolute;
  bottom: 98px;
  left: 0px;
  right: 0px;
  width: 76px;
  height: 32px;
  background: #fff;
  border-radius: 50px;
  border: 4px solid #dc9875;
  margin: 0px auto;
}

.profileimageslider .owl-dots button span {
  width: 15px !important;
  height: 15px !important;
  margin: 3px 4px !important;
}
.profileimageslider .imagecaption{    padding: 15px 0px;}
.profileimageslider .owl-dots button.active span, .profileimageslider .owl-dots button:hover span {
  background: #d5045f !important;
}

.imagecaption {    text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  width: 84%;
  align-items: center;
  background: #FCF0F5;
  margin: 0px auto;
  border-radius: 16px;
  padding: 10px 0px;
}

.imagecaption h4 {
  font-size: 24px;
  font-weight: 500;
  color: #1b242c;
  margin-bottom: 4px;
}

.imagecaption span {font-weight: 500;
  font-size: 18px;
  color: #d5045f;
}

.singlecaptionimage{
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  background: rgb(0 0 0 / 70%);
  margin: 0px auto;
  border-radius: 50px;
}
.singlecaptionimage h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 8px 20px;
}
.bottomspace{display: flex; justify-content: center; margin: 70px 0px;}


.boldtext {
  font-weight: 500 !important;color: #1B242C !important;
}

.spacer {
  display: flex;
  height: 50px;
}
.midspace {
  margin: 100px 0px;
}

.centernewui {
  display: flex;
  flex-direction: column;
  padding: 40px 15px 10px;
}
.newui p {
  max-width: 100% !important;
  padding: 30px 15px 20px;
}



.storyimage {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}

.storyimage img {
  transition: 0.3s;
}

/* .storyimage:hover img {
  transform: scale(1.1);
} */





/******css only for safari browser*********************/


@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .ourprojectlogotext p{
    letter-spacing: 0.4px;
  }
}}


/******css only for safari browser*********************/


.single-row {
  width: 100%;    margin-bottom: 80px;
  display: flex;
}

.leftpart {
  width: 60%;
  display: flex;
  vertical-align: top;    gap: 20px;
  padding-top: 50px;
}
.contenticon{width: 90%;}


.bottompartoperating {
  /* font-size: 32px; */
}
.bottomtitle {    padding-bottom: 10px;
  font-size: 32px;
  color: #1B242C;
  font-weight: 500;
}

.titlecontent {
  color: #555F6D;
  font-size: 16px;    padding-bottom:10px;
}
.contenticon .pinklinkk {
  background: #d5045f;
  padding: 10px;
  display: flex;
  border-radius: 6px;
  width: 118px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.iconsbox {
  background: #F1F3F5;
  width: 50px;
  height: 50px;    text-align: center;
  border-radius: 10px;    padding: 8px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.contenticon {
  display: inline-block;
  width: 80%;
}
.rightimage img {
  width: 100%;
}
.rightimage {
  border-radius: 20px;
  overflow: hidden;
}

.newscontent ul {
  color: #555F6D;
  font-size: 16px;
  font-weight: 400;
 
  padding-left: 1rem;
}

.newscontent ul li {
  padding-bottom: 10px;
}
.newscontent ul li strong{color: #1b242c;}
.number-count {
    display: flex;
    align-items: center;
    height: 45px;
/*    justify-content: center;*/
    gap: 8px;
    font-size: 24px;
}
.number-count h5, .benefit-card-count {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
/*    color: #003473;*/
}
.crd-top-inner {
/*     background: #003473; */
    /* display: flex; */
    /* align-items: center; */
     border-radius: 30px; 
    color: #fff;
}
.crd-netwrk-wrapper .benefit-card {
    flex: 1 0 10%;
    text-align: center;
    /* background: #003473; */
    padding: 0.5rem;
    display: flex;
    height: 110px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 20%;
    align-items: flex-start;
    text-align: center;
    justify-content: flex-start;
}
.crd-netwrk-wrapper .benefit-card p.benefit-card-title {
   margin: 0;
    font-size: 14px;
    color: #555f6d;
  
}
.crd-netwrk-wrapper.d-flex.flex-wrap.align-items-center.justify-content-center.stats-with-count {
    gap: 1rem;padding: 1rem 0;
}

.crd-top-inner {
/*    background: #003473;*/
    /* display: flex; */
    /* align-items: center; */
    border-radius: 30px;
    color: #fff;
/*    background: url(../images/gwr-iet-challow.jpg);*/
    background-size: cover;
    background-position: center;
    position: relative;
}
/*.crd-top-inner:before {
    background: #003473ab;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
}*/
.statistics-icon {
    width: 60px;
    height: 60px;
    max-width: 100px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.statistics-icon img {
    width: 100%;    height: 60px;
/*    border-radius: 50%;*/
}
.card-main {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    text-align: left;
    gap: 15px;
    /* display: block; */
    /* text-align: center; */
}
.menu-footer-menu-container ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.menu-footer-menu-container ul li a {
    transition: 0.3s all !important;
    position: relative;
    text-decoration: none;
    color: #CFD6DD;
    font-size: 14px;
}

.contact-image iframe {
    width: 100%;
}
.contact-details h3 {
    font-size: 24px;
}


.onetap-container-toggle .onetap-toggle img.design-border1 {
    box-shadow: 0 0 0 4px #003474;
}

.careers .contact-details {
    background: #d50460;
    padding: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.careers .contact-details a {
    display: block;
    width: 30%;
    margin: 1rem auto auto;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: #d50461;
    font-weight: 500;
}
.contact-details.bg-1 {
    background: hsl(334deg 96% 43% / 6%);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 2rem;
}
.contact-details.bg-2 {
    background: #F5F7F9;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 2rem;
}



.ourvaluewrapleft ul {
    color: #555F6D;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 1.5rem 1rem 1.5rem;
    max-width: 100%;
    background: #ffdfe7;
    border-radius: 1rem;
}

.page-template-template-contact a {
    color: #d5045f;
    text-decoration: none;}

    .contact-image img {
    border-radius: 20px;
    width: 100%;
}
.env-banner {
    position: relative;
}

.env-banner img.img-fluid {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.env-banner  figcaption {
   position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 60%;
    margin: 0 auto;
    padding-left: 1rem;
    background: #183102de;
    padding: 1rem 2rem;
    left: 1rem;
    right: 0;
}

.env-banner  figcaption p {
    color: #fff;
    margin: 0;
    font-size: 1rem;
}
.env-banner h3 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
}
.ourvaluewrapleftsec-part1 {
    background: hsl(334deg 96% 43% / 6%);
    padding: 2rem;
    border-radius: 20px;
    font-size: 1rem;
}
.ourvaluewrapleftsec-part2 {
    background: #F5F7F9;
    padding: 2rem;
    border-radius: 20px;
    font-size: 1rem;
}
.env-header {width: 70%;
    margin: 0 auto 1rem;
    text-align: center;}

.crd-netwrk-stas{
  background: #eaf4ff;
    padding: 1rem;
}
.crd-netwrk-stas h2.section-title.text-center {
    color: #1b242c;margin-top: 1rem;
}

.imag-side {
    color: #1b242c;
}
.contact-details img {
    width: 210px;
    margin-bottom: 1rem;
}
.page-template-template-about-us .ourvaluewrapleft ul {
    color: #555F6D;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 1.5rem 1rem 1.5rem;
    max-width: 100%;
    background: #eceef3;
    border-radius: 1rem;
}
.page-template-template-about-us .ourvaluewrapleft ul li{
  margin-bottom: 0.5rem;
}
.greybg .ourvaluewrapleft ul {
    background: #eceef3;
    max-width: 100%;
}
/*section.mid-part.contact .row, section.mid-part.media .row{
    justify-content: center;
    align-items: center;
}*/
.mid-part.refunds .contact-details {
    height: 230px;
    padding: 2rem;
}
.careersecfirst .row {
    align-items: center;
}
.menu-mobile {
    display: none;
}
.menu-footer-menu-container{display: block;}


.midparthome.who-we-are-section .row, .home-career-section .row {
    justify-content: center;
    align-items: center;
}

.desktop_header {
    background: #000000ab;
    padding: 0 1rem;
    border-radius: 50px;
}
.stickyheader .desktop_header {
    background: #fff;
    padding: 0;
    border-radius: 0px;
}
    .about-us-page h4 {
      text-align: left;
    font-size: 30px;
    color: #1b242c;
    font-weight: 500;
    margin-bottom: 1rem;
}
.home-environment-section .whatwedo.wow.fadeInUp {
    padding-bottom: 0;
    padding-top: 2rem;
}
.home-environment-section figure{margin: 0}
.env-section {
  text-align: center;
    background: #fef2f5;
    padding: 2rem;
    margin-bottom: 2rem;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
section.midpart.community-sub-page .row .col-12.col-lg-4:nth-child(2) .env-section {
    background: #d50460 !important;
    margin-top: 2rem !important;
    color: #fff !important;
}

a, a:hover {
    color: #d40160;
    text-decoration: none;
}
.breadcrumb a{color: #000;font-size: 1rem !important;}
.breadcrumb .current-page{ color: #d40160;align-items: center;display: flex;}
.env-section-part p {
    font-size: 1rem;
    margin: 0;
}
.env_box_img img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.env_box_img {
    width: 100px;
    margin: 0 auto 1rem;
    height: 100px;
    background: #fbdce3;
    border-radius: 50%;
    display: flex;
}


.page-template-template-travel .bannerimagewrap, .page-template-template-careers  .bannerimagewrap,
.page-template-template-contact .bannerimagewrap {
 
    height: 450px;
}
.page-template-template-travel .bannerimagewrap img , .page-template-template-careers .bannerimagewrap img,
.page-template-template-contact .bannerimagewrap img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-template-template-sitemap .bluebgsitemap {
    border-radius: 0px;
    background: none;color: #000;box-shadow: none;
    padding: 0px 30px 2rem;
}

.home-career-section a.btn.btn-primary {
    background: #d5045f !important;
    color: #fff !important;
    border-radius: 50px;
    border: none;
    min-width: 130px;
    cursor: pointer;
}


.page-template-template-environment .pingbg .ourvaluewrapleft {
    background: none;
}

section.midpart.about-us-page.new-stations ul {
    list-style: none;
    padding: 0;
    display: flex;
}

section.midpart.about-us-page.new-stations {
    padding: 0px 0 50px;
}

nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv2 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level1, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv2 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level2, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level1, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level2, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-feature.onetap-lv3 .onetap-title p.onetap-option-levels span.onetap-level.onetap-level3, .onetap-container-toggle .onetap-toggle img, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .toolbar-hide-duration .box-hide-duration .box-btn-action button.hide-toolbar, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-features .onetap-box-step-controls .onetap-new-level .onetap-btn, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-reset-settings button, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings div.onetap-multi-functional-feature .onetap-box-functions .onetap-functional-feature.onetap-active .onetap-right .box-swich label.switch input+.slider, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings div.onetap-multi-functional-feature .onetap-box-functions .onetap-functional-feature .onetap-right .box-swich label.switch input:checked+.slider, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings div.onetap-multi-functional-feature .onetap-box-functions .onetap-functional-feature.onetap-active div.onetap-right div.box-swich label.switch span.slider.round:hover, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-features .onetap-box-step-controls .onetap-new-level .onetap-title .box-btn .onetap-btn, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings div.onetap-multi-functional-feature .onetap-box-functions .onetap-functional-feature.onetap-active .onetap-left svg, nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings .onetap-features-container .onetap-features .onetap-box-features .onetap-box-feature.onetap-active .onetap-icon .onetap-icon-animation svg{
  background: #003474 !important;
}
section.midpart.about-us-page.new-stations ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
section.midpart.about-us-page.new-stations li {
    flex: 1 1 31.33%;
}
.route-name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    width: fit-content;
    margin: 0 auto 12px;
}
.route-name:nth-child(1):after {
    background: green;
}
section.midpart.about-us-page.new-stations li:nth-child(1) .route-name:after {
    background: #dc241f;
}

section.midpart.about-us-page.new-stations li:nth-child(2) .route-name:after {
    background: #006fe6;
}
section.midpart.about-us-page.new-stations li:nth-child(3) .route-name:after {
    background: #099447;
}

section.midpart.about-us-page.new-stations li:nth-child(4) .route-name:after {
    background: #ffa600;
}
section.midpart.about-us-page.new-stations li:nth-child(5) .route-name:after {
    background: #9b0058;
}
section.midpart.about-us-page.new-stations li:nth-child(6) .route-name:after {
    background: #61686b;
}

.route-name:after {
    background: green;
    content: "";
    position: absolute;
    bottom: -4px;
    height: 6px;
    left: 0;
    right: 0;
}

section.midpart.about-us-page.new-stations li .route-info {
    background: #F6F7F7;
    padding: 1rem;
    text-align: center;
    align-items: center !important;
    height: 100px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
section.midpart.about-us-page.new-stations h4 {
    margin-bottom: 2rem;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > .submenu-toggle {
    position: absolute;
    right: 15px;   /* adjust spacing */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}



.careersecfirst {
    padding: 2rem;
    border-radius: 16px;
    margin-top: 50px;
}
.page-template-template-careers section.midpart {
    padding-bottom: 50px;
}
/*.contact-image iframe {
    height: 220px;
}*/

.community-sub-page .row:nth-child(2) .greybg{
background: #fff !important;padding: 0;}
.community-sub-page .row:nth-child(3) .pingbg{
background: #F5F7F9 !important;}


.midpart.travel-page .row:nth-child(2) .greybg{
background: #fff !important;padding: 0;}
.midpart.travel-page .row:nth-child(3) .pingbg{
background: #F5F7F9 !important;}
.midpart.travel-page .row:nth-child(3) .ourvaluewrapleft ul{
  background: #e8ebf2;
}
.midpart.travel-page .row:nth-child(2) .greybg .ourvaluewrapleft {
    padding-left: 2rem;
    padding-right: 0;
}
.midpart.travel-page .row:nth-child(4) .greybg .ourvaluewrapleft {
    padding-left: 2rem;
    padding-right: 0;
}
.page-template-template-environment .ourvaluewrap {
    padding: 0;
}
section.midpart.travel-page {
    padding-bottom: 50px;
}
.midpart.travel-page .row:nth-child(4) .greybg{
background: hsl(334deg 96% 43% / 6%) !important;}
.midpart.travel-page .row:nth-child(4) .greybg .ourvaluewrapleft ul {
    background: #fee4eb;
    max-width: 100%;
}

.community-sub-page .row:nth-child(2) .greybg .ourvaluewrapleft{padding-right: 0;padding-left: 2rem;}

.contact-details ul.customer-service-card {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.contact-details ul.customer-service-card li {
    flex: 1 1 18%;
    background: #f6f7f9;
    padding: 1rem;
    height: 180px;
    border-radius: 1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.midpart {
    margin: 40px 0;
}
.page-template-template-travel .ourvaluewrap.greybg.wow.fadeInUp .ourvaluewrapleft {
    padding-left: 2rem;
    padding-right: 0;
}
.mainheader .container{padding: 0;}

/*.route_map_img  {
     width: 100%;
  max-width: 500px;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  position: relative;
  touch-action: none; 
}*/
/*.route_map_img:active {
  cursor: grabbing;
}

.route_map_img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    touch-action: none;
    margin-bottom: 50px;
    margin-top: 2rem;
}

*/


.route_map_head h4 {
    color: #1B242C;
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.pdf-container {
    margin-bottom: 50px;
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
    touch-action: none;
    cursor: grab;
    border-radius: 20px;
    background: #f5f6f8;
}

.pdf-container:active {
  cursor: grabbing;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  width: 100%;
}


.page-template-template-communities .bannerimagewrap img, .page-template-template-edi .bannerimagewrap img,
.page-template-template-environment .bannerimagewrap img, .page-template-template-about-us .bannerimagewrap img,
.page-template-template-sitemap .bannerimagewrap img  {
    border-radius: 20px;
   height: 450px;
    object-fit: cover;
}


.env-section .pingbg {
    background: none;
}


.page-template-template-edi .community-sub-page .row:nth-child(3) .pingbg .ourvaluewrapright img{
  height: 440px;
    object-fit: cover;
    object-position: bottom;
}
.page-template-template-communities .ourvaluewrapright img {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.info-common-banner .bannerimagewrap img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
}
span.service_icon img {
    height: 40px;
    width: 100%;
}
/*.page-template-template-contact section.mid-part.media, 
.page-template-template-contact section.mid-part.services,
.page-template-template-contact section.mid-part.refunds{margin: 0}
.page-template-template-contact section.mid-part.contact {
    margin-bottom: 0;
}
*/

.page-template-template-about-us .bannerimagewrap img{
  object-position: center -150px;
}
a.btn.btn-primary.career_cta {
    background: #d5045f !important;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 500;
    border: #d5045f !important;
    margin-top: 1rem;
    width: fit-content;
    padding: 0.5rem 1rem;
}

.customer-pledge-section{
    padding: 2rem;
    background: #e6f1ff;
    border-radius: 16px;
    
}
.customer-pledge-section h4, .customer-disruption-section h4{
  color: #1B242C;
    font-size: 32px;
    font-weight: 500;
}
.customer-disruption-section{
    /*margin: 50px 0;*/
    background: #ffe6de;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 50px;
}
.site-content.container.privacy-policy-class h2,
 .site-content.container.term-condition-class h2,
 .cookie-policy-class h2 {
    font-size: 24px;
/*    margin-top: 2rem;*/
    margin-bottom: 1rem;
}
.site-content.container.privacy-policy-class h3,
 .site-content.container.term-condition-class h3,
 .cookie-policy-class h3 {
font-size: 20px;
 }

.site-content.container.privacy-policy-class, 
.site-content.container.term-condition-class,
.cookie-policy-class
{margin: 50px auto;}

.site-content.container.privacy-policy-class ul li,
 .site-content.container.term-condition-class li,
  .cookie-policy-class li{margin-bottom: 1rem;}


.route_map_info .overground_map {
    height: 500px;
    margin-bottom: 1rem;
    background: #f8f8f8;
    margin-top: 1rem;
    border-radius: 20px;
}
.route_map_info img {
    width: 100%;
    height: 100%;
    border: 1px solid #b7b7b7;
}

.site-content.container.privacy-policy-class ul li a,
.site-content.container.term-condition-class li a,
.cookie-policy-class li a{
    white-space: normal;
   
    word-wrap: break-word;
}
.page-template-template-careers .bannerimagewrap img {
    object-position: bottom;
}

.community-fullwid-section {
    margin-bottom: 50px;
}
.community-fullwid-section h4 {
    color: #1B242C;
    font-size: 32px;
    font-weight: 500;
}
.community-fullwid-section {
    padding: 2rem;
}
.feature-group li {
    margin-bottom: 0.5rem;
}
.feature-group-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-details p {
    margin: 0;
}
section.mid-part.refunds {
    margin-bottom: 0;
}
p.p-merg {
    margin-bottom: 1rem;
}
