@font-face {
  font-family: "RedHatDisplay-Regular";
  src: url("../fonts/RedHatDisplay-Regular.woff2") format("woff2"), url("../fonts/RedHatDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Medium";
  src: url("../fonts/RedHatDisplay-Medium.woff2") format("woff2"), url("../fonts/RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Bold";
  src: url("../fonts/RedHatDisplay-Bold.woff2") format("woff2"), url("../fonts/RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-SemiBold";
  src: url("../fonts/RedHatDisplay-SemiBold.woff2") format("woff2"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Light";
  src: url("../fonts/RedHatDisplay-Light.woff2") format("woff2"), url("../fonts/RedHatDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-ExtraBold";
  src: url("../fonts/RedHatDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RedHatDisplay-Black";
  src: url("../fonts/RedHatDisplay-Black.woff2") format("woff2"), url("../fonts/RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "impactregular";
  src: url("../fonts/impact-webfont.woff2") format("woff2"), url("../fonts/impact-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shuriken";
  src: url("../fonts/TheLastShuriken-Regular.woff2") format("woff2"), url("../fonts/TheLastShuriken-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Compact Header Toggle - SCSS Version */
html {
  scroll-behavior: smooth;
}

body {
  color: #1b1b1b;
  font-family: "RedHatDisplay-Regular";
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-top: 90px;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

b,
strong {
  font-family: "RedHatDisplay-Semibold";
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #155a9f;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-family: "RedHatDisplay-Extrabold";
  letter-spacing: 1px;
}

h1 {
  font-size: clamp(28px, 2.5vw, 32px);
  line-height: 1.2;
}

h2 {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.3;
}

h3 {
  font-size: clamp(20px, 1.85vw, 24px);
  line-height: 1.3;
}

h4 {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.3;
}

h5 {
  font-size: clamp(18px, 1.55vw, 20px);
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}

p {
  margin: 0px;
}

.customBtn {
  background: #fff;
  border: 1px solid #fff;
  color: #193370 !important;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.5px;
  padding: 18px 24px;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .customBtn {
    padding: 15px 40px;
    font-size: 14px;
  }
}

.primaryBtn {
  padding: 16px 24px;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  background: #007bff;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.4s;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
}
.primaryBtn:hover {
  border: 1px solid #3095fb;
  color: #fff;
}
@media (max-width: 767px) {
  .primaryBtn {
    padding: 15px 40px !important;
    font-size: 14px;
  }
}
.primaryBtn img {
  filter: invert(1) brightness(160%);
}

.lgBtn {
  padding: 8px 16px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 5px;
}

.smallBtn {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}

.outlineBtn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.5px;
  padding: 16px 20px;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.outlineBtn:hover {
  background: #3095fb;
  border: 1px solid #3095fb;
}

.contactPage .footerForm {
  display: none;
}

.backPortfolio {
  position: fixed;
  bottom: 30px;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  z-index: 99999;
  border-radius: 0 10px 10px 0;
  padding: 10px;
  background-color: #3095fb;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "RedHatDisplay-Semibold";
  letter-spacing: 1px;
}
.backPortfolio a {
  color: #fff;
}

.pb-70 {
  padding-bottom: 15px;
}

.pt-110 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 40px;
  }
}

.mg-0 {
  margin: 0px;
}

.borderRgt {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary {
  background-color: transparent;
  border: 1px solid #193370;
  color: #193370 !important;
  transition: 0.5s;
  font-family: "RedHatDisplay-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  background-color: #193370;
  border: 1px solid #193370;
  color: #fff !important;
}
.btn-primary:hover img {
  filter: invert(1) brightness(160%);
}
.btn-primary:focus {
  background-color: #193370;
  border: 1px solid #193370;
  color: #fff !important;
}

.btn-secondary {
  background-color: #193370;
  border: 1px solid #193370;
  transition: 0.5s;
  color: #fff !important;
  border-radius: 8px;
}
.btn-secondary:hover {
  background-color: transparent;
  border: 1px solid #193370;
  color: #193370 !important;
}
.btn-secondary:hover img {
  filter: none;
}
.btn-secondary:focus {
  background-color: #193370;
  border: 1px solid #193370;
  color: #193370 !important;
}
.btn-secondary img {
  filter: invert(1) brightness(160%);
}

.commonBtn {
  padding: 6px 30px;
  font-size: 16px;
  font-family: "RedHatDisplay-Bold";
}

.btn-custom {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #fff !important;
}
.btn-custom:hover {
  color: #fff;
  border: 1px solid #3095fb;
  background-color: #3095fb;
}

.siteBtn {
  font-family: "RedHatDisplay-Semibold";
  font-size: 17px;
  height: 55px;
  letter-spacing: 1.5px;
  margin: 0 20px 0 0;
  padding: 0 36px;
  text-transform: capitalize;
  transition: all 0.35s ease 0s;
  line-height: 50px;
}
@media (max-width: 991px) {
  .siteBtn {
    font-size: 15px;
    height: 45px;
    padding: 0 27px;
    line-height: 40px;
  }
}
.siteBtn.blueBtn:hover {
  color: #fff !important;
}

textarea,
select,
input[type=text],
input[type=url],
input[type=number],
input[type=email],
input[type=button],
input[type=reset],
input[type=password],
input[type=search],
input[type=tel] {
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  border-color: #ddd;
  resize: none;
}

textarea:focus,
select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border-radius: 0;
  background: #f2f2f2;
  font-size: 13px;
  height: 40px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  min-height: 100px;
}

.pad-0 {
  padding: 0px;
}

.borderTop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 85px;
  cursor: pointer;
  background-color: #193370;
  display: none;
  z-index: 9999;
  color: #111;
  color: white;
  padding: 8px 8px 12px;
  outline: 0;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#scroll .goto {
  font-size: 10px;
  letter-spacing: 1px;
  transition-delay: 0.2s;
}
#scroll span {
  display: block;
  line-height: 1.2;
  transform: translate(0, 5px);
  transition: all 0.3s;
}
#scroll .top-text {
  font-size: 16px;
  letter-spacing: 2px;
  transition-delay: 0.4s;
  font-family: "RedHatDisplay-Bold";
}

.bookAppointment {
  position: fixed;
  right: 0;
  top: 50%;
  cursor: pointer;
  background-color: #155a9f;
  z-index: 999;
  color: #fff !important;
  padding: 12px;
  outline: 0;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bookAppointment {
    top: inherit;
    bottom: 145px;
    transform: translateY(0);
  }
}

/*--slider--*/
@keyframes sdb10 {
  0% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 0;
  }
}
/*----*/
.get-a-quote {
  position: fixed;
  top: 50%;
  right: 0px;
  width: auto;
  height: auto;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  z-index: 99999;
  border-radius: 3px 0 0 3px;
  padding: 10px;
  background-color: #3095fb;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "RedHatDisplay-Semibold";
  letter-spacing: 1px;
}
.get-a-quote a {
  color: #fff;
}
.get-a-quote a i {
  padding: 0 6px 0 0;
}
.get-a-quote.removeTopSpace {
  top: 0 !important;
  opacity: 0 !important;
  z-index: -7;
}
.get-a-quote .contact-us {
  position: fixed;
  top: 50%;
  right: -100%;
  z-index: 999;
  max-width: 0;
  transform: translateY(-50%);
  transition: all 1s ease-out;
  height: 550px;
  overflow-y: auto;
}
.get-a-quote .contact-us.show {
  right: 0;
  transition: all 1s ease-out;
  max-width: 450px;
}
.get-a-quote .contact-us .form-header {
  background-color: #193370;
}
.get-a-quote .contact-us .form-header .heading {
  color: #fff;
  text-transform: initial;
  font-size: 20px;
  padding: 15px;
  font-family: "RedHatDisplay-Extrabold";
  letter-spacing: 1px;
}
.get-a-quote .contact-us .contact-form-main {
  padding: 15px;
  background-color: #fff;
}
.get-a-quote .contact-us .contact-form-main .form-group {
  position: relative;
}
.get-a-quote .contact-us .contact-form-main .form-group .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 0 0;
}
.get-a-quote .contact-us .contact-form-main .form-group .form-control::placeholder {
  color: #000;
}
.get-a-quote .contact-us .contact-form-main .form-group label.error {
  position: absolute;
  top: 100%;
  font-size: 10px;
  color: #ff0000;
}
.get-a-quote .contact-us .contact-form-main .form-group.phoneNumber span {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  width: 48px;
}
.get-a-quote .contact-us .contact-form-main .form-group.phoneNumber input {
  padding-left: 55px !important;
}
.get-a-quote .contact-us .contact-form-main .contactUsForm {
  text-align: right;
}
.get-a-quote .contact-us .contact-form-main .contactUsForm .siteBtn {
  height: 40px;
  background: #193370;
  line-height: normal;
  border: 1px solid #193370;
  color: #fff;
  margin-right: 0;
}
.get-a-quote .contact-us .contact-form-main .close-btn {
  height: 40px;
  background: #193370;
  line-height: 40px;
  border: 1px solid #193370;
  color: #fff;
  margin-right: 0;
  padding: 0 27px;
  font-family: "RedHatDisplay-Semibold";
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  font-size: 15px;
}
.get-a-quote .contact-us .contact-form-main .close-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .bannerButton .siteBtn {
    margin: 0 0 15px 0;
  }
}
/*  common css  */
.mb-6 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 35px;
  }
}

.grayBg {
  background-color: #fbfbfb;
}

.blueBgColor {
  background-color: #193370;
}

.blueBg {
  background-image: url("../images/quotebannerbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-attachment: fixed;
}
.blueBg:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ctaService {
  padding: 80px 0;
  background-image: url(../images/quotebannerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.ctaService:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ctaService {
    padding: 55px 0;
  }
}
.ctaService h2 {
  color: #fff;
  text-transform: capitalize;
  font-family: "RedHatDisplay-Semibold";
}
.ctaService p {
  color: #fff;
}

.lightBlueBg {
  background-image: url("../images/quotebannerbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.lightBlueBg:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.commonPadding {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .commonPadding {
    padding: 25px 0;
  }
}

.blueBtn {
  background: #3095fb;
  border: 1px solid #3095fb;
  color: #fff !important;
}
.blueBtn:hover {
  border: 1px solid #1f4592;
  background-color: #1f4592;
}

.alignItemCenter {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.open_sansFont {
  font-family: "RedHatDisplay-Semibold";
}

.padLeft0 {
  padding-left: 0;
}
@media (max-width: 575px) {
  .padLeft0 {
    padding-left: 15px;
  }
}

.padRight0 {
  padding-right: 0;
}
@media (max-width: 575px) {
  .padRight0 {
    padding-right: 15px;
  }
}

.alignRight {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.arrowStrip {
  position: relative;
  padding-left: 30px;
}
.arrowStrip i {
  position: absolute;
  left: 0;
  top: 2px;
}

.circleImage {
  border-radius: 50%;
  overflow: hidden;
}

.contentAlignLeft {
  -webkit-box-pack: justify !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-start !important;
}

.rightWidestripDescription {
  padding-right: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .rightWidestripDescription {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .rightWidestripDescription {
    margin-bottom: 20px;
  }
}
.rightWidestripDescription:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 170px;
  background-color: #193370;
  right: 15px;
  z-index: -1;
  bottom: 0;
}

.leftWidestripDescription {
  padding-left: 70px;
}
.leftWidestripDescription:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 170px;
  background-color: #193370;
  right: 0px;
  z-index: -1;
  bottom: 0;
  left: 0;
}

ul.checkobxListing {
  list-style: none;
}
ul.checkobxListing li {
  font-family: "RedHatDisplay-Semibold";
  padding-left: 17px;
  position: relative;
  margin-bottom: 5px;
}
ul.checkobxListing li:last-child {
  margin-bottom: 0;
}
ul.checkobxListing li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #193370;
  left: 0;
  top: 8px;
}

.fullWidthBg {
  position: relative;
}
.fullWidthBg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #155a9f;
  z-index: -1;
  left: -7px;
  top: 7px;
}
.fullWidthBg img {
  width: 100%;
}

.themeColor {
  color: #01a3ff;
}

.whiteBox {
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 280px;
}

@media (max-width: 575px) {
  .reverseCol {
    flex-direction: column-reverse;
    margin-bottom: 0 !important;
  }
  .emptySpace {
    display: none;
  }
}
#loadMore {
  text-align: center;
}
#loadMore a {
  background: #042a63;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.25s ease-out;
  -webkit-font-smoothing: antialiased;
}

.d-none11 {
  display: none;
}

/* 30-04-2021 */
.modal-dialog.contact {
  max-width: 800px;
  position: relative;
}
@media (max-width: 1199px) {
  .modal-dialog.contact {
    padding: 0 30px;
  }
}
.modal-dialog.contact button.close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  color: #000;
  font-size: 32px;
  opacity: 0.8;
}
.modal-dialog.contact button.close:focus {
  outline: none;
  box-shadow: none;
}
.modal-dialog.contact.contactInner {
  padding: 15px 20px 0;
  border-radius: 10px;
}

.barkWrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.formLoader {
  width: 22px;
  height: 22px;
  border: 3px solid #999;
  border-top-color: #fff;
  animation: Rotate 1.2s linear 0s infinite forwards;
  border-radius: 50%;
  display: none;
  vertical-align: middle;
  margin: -4px 15px 0 0;
}

.btn-custom.bannerSecondaryBtn:hover {
  background-color: #1f4592;
  border-color: #1f4592;
}

.contactUsSec {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .contactUsSec {
    padding: 50px 0;
  }
}
.contactUsSec .contactInfoLeft {
  background: #193370;
  padding: 75px 50px;
  border-radius: 12px 0 0 12px;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .contactUsSec .contactInfoLeft {
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .contactUsSec .contactInfoLeft {
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .contactUsSec .contactInfoLeft {
    padding: 50px 20px;
  }
}
.contactUsSec .contactInfoLeft:before {
  position: absolute;
  content: url(../images/form-images/contact-circle.png);
  right: 0;
  bottom: -6px;
}
.contactUsSec .contactInfoLeft h4 {
  margin-bottom: 3px;
  text-transform: unset;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "RedHatDisplay-Bold";
  line-height: 31px;
}
@media (max-width: 767px) {
  .contactUsSec .contactInfoLeft h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .contactUsSec .contactInfoLeft h4 {
    font-size: 20px;
  }
}
.contactUsSec .contactInfoLeft p {
  color: #C9C9C9;
}
.contactUsSec .contactInfoLeft ul {
  padding-top: 78px;
  list-style: none;
}
@media (max-width: 575px) {
  .contactUsSec .contactInfoLeft ul {
    padding-top: 40px;
  }
}
.contactUsSec .contactInfoLeft ul li {
  font-family: "RedHatDisplay-Semibold";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding-left: 50px;
  position: relative;
  padding-bottom: 50px;
}
.contactUsSec .contactInfoLeft ul li a {
  color: #fff;
}
.contactUsSec .contactInfoLeft ul li a:hover {
  color: #007bff;
}
.contactUsSec .contactInfoLeft ul li span {
  position: absolute;
  left: 0;
  top: 0px;
}
.contactUsSec .contactInfoLeft ul li:last-child {
  padding-bottom: 0;
}
.contactUsSec .contactFormRight {
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.031372549);
  background: #fff;
  padding: 30px 43px;
  min-height: 647px;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contactUsSec .contactFormRight {
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .contactUsSec .contactFormRight {
    padding: 50px 20px;
  }
}
.contactUsSec .contactFormRight form .customInput {
  margin-bottom: 44px;
  position: relative;
}
.contactUsSec .contactFormRight form .customInput label:not(.error) {
  font-family: "RedHatDisplay-Semibold";
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #8D8D8D;
  margin-bottom: 4px;
  display: block;
}
.contactUsSec .contactFormRight form .customInput label.error {
  color: #ff0000;
  position: absolute;
  top: 100%;
  font-size: 12px;
  margin: 1px 0 0;
}
.contactUsSec .contactFormRight form .customInput.mainCustomInput span {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.contactUsSec .contactFormRight form .customInput.mainCustomInput input {
  padding-left: 55px;
}
.contactUsSec .contactFormRight form .customInput input,
.contactUsSec .contactFormRight form .customInput select,
.contactUsSec .contactFormRight form .customInput textarea {
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
  border: none;
  padding: 7px 7px 7px 0;
  border-bottom: 1px solid #8D8D8D;
}
.contactUsSec .contactFormRight form .customInput input::placeholder,
.contactUsSec .contactFormRight form .customInput select::placeholder,
.contactUsSec .contactFormRight form .customInput textarea::placeholder {
  color: #1b1b1b;
}
.contactUsSec .contactFormRight form .customInput input:focus,
.contactUsSec .contactFormRight form .customInput select:focus,
.contactUsSec .contactFormRight form .customInput textarea:focus {
  border-bottom-color: #3095fb;
}
.contactUsSec .contactFormRight form .customInput input.error,
.contactUsSec .contactFormRight form .customInput select.error,
.contactUsSec .contactFormRight form .customInput textarea.error {
  border-color: #ff0000;
}
.contactUsSec .contactFormRight form .customInput textarea {
  min-height: auto;
}
.contactUsSec .contactFormRight form .customInput p {
  color: #1b1b1b;
  margin-bottom: 15px;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton {
  gap: 10px;
}
@media (max-width: 575px) {
  .contactUsSec .contactFormRight form .customInput .customRadioButton {
    justify-content: start !important;
  }
}
.contactUsSec .contactFormRight form .customInput .customRadioButton label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #1b1b1b;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #e0e0e0;
  border: 2px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 17px;
  border-radius: 50%;
  height: 17px;
  top: -1px;
  transition: 0.5s;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton label::after {
  transition: 0.5s;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton input:checked + label:before {
  background-color: #193370;
}
.contactUsSec .contactFormRight form .customInput .customRadioButton input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5.5px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactUsSec .contactFormRight form .customButton {
  padding-top: 30px;
}
.contactUsSec .contactFormRight form .customButton button {
  background: #193370;
  padding: 16px 24px;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.4s;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
}
.contactUsSec .contactFormRight form .customButton button:hover {
  background: #155a9f;
}

.logoSlider {
  background-color: #f9f9f9;
  padding: 200px 0 50px 0;
}
@media (max-width: 991px) {
  .logoSlider {
    padding: 215px 0 50px 0;
  }
}
.logoSlider .logoTitle {
  text-align: center;
  margin: 0 0 30px 0;
}
.logoSlider .logoTitle h2 {
  font-size: 38px;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .logoSlider .logoTitle h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .logoSlider .logoTitle h2 {
    font-size: 25px;
  }
}
.logoSlider .logoCarousel {
  padding: 30px;
  background-color: #f2f2f2;
  margin: 0 auto;
  text-align: center;
}
.logoSlider .logoCarousel .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.logoSlider .logoCarousel .item .thumbImage {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  display: inline-flex;
}
.logoSlider .logoCarousel .item .thumbImage img {
  max-width: inherit;
  width: inherit;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .commonImage {
  display: inline-block;
  background-image: url("../images/spriteimage1.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.logoSlider .logoCarousel .item .thumbImage .adobeIll {
  background-position: -20px -240px;
  width: 61px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .vue-js {
  background-position: -20px 0px;
  width: 70px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .coreldraw {
  background-position: -20px -80px;
  width: 68px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .typescripu {
  background-position: -20px -160px;
  width: 65px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .asp-net-core {
  background-position: -20px -320px;
  width: 60px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .html-5 {
  background-position: -20px -400px;
  width: 60px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .angular {
  background-position: -20px -480px;
  width: 56px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .bootstrap {
  background-position: -20px -560px;
  width: 47px;
  height: 60px;
}
.logoSlider .logoCarousel .item .thumbImage .javascript {
  background-position: -20px -640px;
  width: 43px;
  height: 60px;
}
.logoSlider .logoCarousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: -1;
}
.logoSlider .logoCarousel .owl-nav .owl-prev {
  float: left;
  font-size: 35px;
  color: #007bff;
  margin-left: -60px;
}
@media (max-width: 991px) {
  .logoSlider .logoCarousel .owl-nav .owl-prev {
    margin-left: -25px;
  }
}
.logoSlider .logoCarousel .owl-nav .owl-prev:focus {
  outline: none;
}
.logoSlider .logoCarousel .owl-nav .owl-next {
  float: right;
  font-size: 35px;
  color: #007bff;
  margin-right: -60px;
}
@media (max-width: 991px) {
  .logoSlider .logoCarousel .owl-nav .owl-next {
    margin-right: -25px;
  }
}
.logoSlider .logoCarousel .owl-nav .owl-next:focus {
  outline: none;
}
.logoSlider .logoCarousel .owl-dots {
  display: none;
}

.recentWork {
  padding: 90px 0;
  background-color: #F4F9FD;
}
@media (max-width: 767px) {
  .recentWork {
    padding: 50px 0;
  }
}
.recentWork .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  flex-wrap: wrap;
}
.recentWork .nav-pills .nav-item {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .recentWork .nav-pills .nav-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .recentWork .nav-pills .nav-item {
    width: calc(100% - 0px);
  }
}
.recentWork .nav-pills .nav-item .nav-link {
  border-radius: 8px;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
  padding: 14px 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentWork .nav-pills .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
.recentWork .portfolio-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
}
.recentWork .portfolio-wrapper img {
  border-radius: 16px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.recentWork .portfolio-wrapper .content {
  padding: 16px 16px 8px;
}
.recentWork .portfolio-wrapper .content h4 {
  color: #217cb0;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
  min-height: 48px;
}
.recentWork .portfolio-wrapper .content p {
  color: rgba(28, 28, 30, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.recentWork .portfolio-wrapper .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.recentWork .portfolio-wrapper .content .content-foot ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex-wrap: wrap;
}
.recentWork .portfolio-wrapper .content .content-foot ul li {
  padding: 3px 10px;
  color: #1c1c1e;
  font-size: 12px;
  font-family: "RedHatDisplay-Regular";
  line-height: 18px;
  background-color: #e5e5ea;
  border-radius: 16px;
  width: max-content;
}
.recentWork .portfolio-wrapper .content .content-foot span {
  color: #217CB0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  cursor: pointer;
}
.recentWork .viewAll {
  color: #217CB0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

/*# sourceMappingURL=common.css.map */
