* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif !important;
  font-weight: 400;
  color: #333333;
  font-size: 18px;
}

.container {
  max-width: 1200px !important;
  margin: auto;
}

.section-heading {
  font-size: 40px;
  line-height: 48px;
  color: #0e56a7;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

[class^=col-] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

p,
h1,
h2 {
  margin: 0 !important;
}

button {
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px !important;
  background-color: #cd2027;
  font-family: "Raleway", sans-serif !important;
  padding: 10px 28px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
}

button:hover {
  background: #0e56a7;
}

img {
  display: block;
}

header {
  background: #f9fbfb;
  padding-top: 58px;
}

.wrapper {
  overflow: hidden;
}

.banner-area {
  background: #f9fbfb;
  padding-bottom: 182px;
  padding-top: 58px;
  position: relative;
  z-index: 2;
}

.banner-area .sub-title {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 400;
  padding: 30px 0 28px 0;
}

.banner-area .shape {
  position: absolute;
  top: -175px;
  right: -110px;
  background: url(../images/banner-shape.png) no-repeat;
  content: "";
  z-index: -1;
  width: 520px;
  height: 688px;
}

.banner-area .shape::before {
  position: absolute;
  top: 0px;
  right: -100vw;
  background: #dcf1f9;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
}

.custom-logo-image {
  height: auto;
}

.why-webgrity {
  padding: 124px 0 110px 0;
}

.why-webgrity .section-heading {
  margin-bottom: 25px !important;
}

.why-webgrity-right p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 27px;
  font-family: "Raleway", sans-serif !important;
}

.why-webgrity ul {
  padding-left: 25px !important;
}

.why-webgrity li {
  font-size: 18px;
  line-height: 34px;
}

.why-webgrity li::marker {
  font-size: 25px;
}

.how-does-fee {
  padding: 110px 0;
}

.how-does-fee .icons {
  padding: 60px 0 35px 0;
}

.how-does-fee h3 {
  font-size: 20px;
  font-weight: 500;
}

.how-does-fee p {
  font-size: 18px;
  line-height: 30px;
}

.how-does-fee .start-free-btn {
  margin-top: 56px;
}

.how-does-fee .arrow-first {
  position: relative;
}

.how-does-fee .arrow-first::after {
  position: absolute;
  top: 75px;
  right: -35px;
  width: 102px;
  height: 45px;
  background: url(../images/arrow.png) no-repeat;
  content: "";
}

.how-does-fee .arrow-second {
  position: relative;
}

.how-does-fee .arrow-second::after {
  position: absolute;
  top: 75px;
  right: -35px;
  width: 102px;
  height: 45px;
  background: url(../images/arrow-2.png) no-repeat;
  content: "";
}

.text-danger {
  color: #cb2027;
}

.what-we-done {
  padding: 110px 0 85px 0;
}

.what-we-done .top {
  margin-bottom: 80px;
}

.what-we-done .section-heading {
  margin-bottom: 25px !important;
}

.what-we-done p {
  max-width: 770px;
  font-size: 18px;
  line-height: 30px;
  margin: auto;
}

.our-work-cont .owl-dots {
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.our-work-cont .owl-dot {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background-color: #717171 !important;
  transition: all 0.3s ease;
}

.our-work-cont .owl-dot.active {
  width: 13px;
  height: 13px;
  filter: drop-shadow(3.536px 3.536px 5px rgba(187, 206, 224, 0.75));
  background-color: #cd2027 !important;
}

.our-work-item {
  margin-bottom: 30px;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(191, 218, 255, 0.75));
}

.our-work-item img {
  transition: all 0.2s ease;
}

.our-work-item>div {
  overflow: hidden;
}

.our-work-item:hover img {
  transform: scale(1.1);
}

.client-says {
  /* padding: 110px 0; */
  position: relative;
}
.for-client-bg{
  max-width: 1920px;  
  margin: auto;
  padding: 110px 0;
  position: relative;
  overflow-x: hidden;
}

 .client-says::after {
  position: absolute;
  top: 50%;
  left: 0;  
  transform: translate(0,-50%);
  content: "";
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #1f63ae url(../images/client-says-bg.jpg) no-repeat;
  background-position-x: right;
  max-height: 630px;
} 

.client-says .testimonials-cont {
  margin-top: 55px;
}

.client-says .testimonials-item {
  padding: 25px 30px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(191, 218, 255, 0.75);
}

.client-says .testimonials-item p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 15px 0 10px 0 !important;
}

.client-says .testimonials-item .client-name {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 700 !important;
}

.why-trust {
  margin-bottom: 110px;
}

.why-trust .top {
  padding-top: 110px;
  height: 363px;
  background: url(../images/bg-white.jpg);
}

.why-trust .section-heading {
  margin-bottom: 55px;
}

.why-trust-cont {
  margin-top: -140px !important;
}

.why-trust-items {
  padding: 50px;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(191, 218, 255, 0.75));
}

.why-trust-items p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

.why-trust-items .description {
  margin-top: 15px;
}

.our-client {
  padding: 60px 0 110px 0;
}

.our-client .top {
  margin-bottom: 30px;
}

.our-client-logo img {
  max-width: 145px;
  object-fit: contain;
  opacity: 0.5;
}

.ready-to-start {
  padding: 100px 0;
  background: url(../images/cta-banner.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.ready-to-start .section-title {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px !important;
}

.ready-to-start button:hover {
  background: white !important;
  color: #0e56a7 !important;
}

.faq-questions {
  padding: 120px 0 70px 0;
}

.faq-questions .section-heading {
  margin-bottom: 80px !important;
}

.faq-questions .left {
  width: 43%;
}

.faq-questions .right {
  width: 53%;
}

.faq-questions .accordion-item {
  border: 0;
  border-radius: 0 !important;
}

.faq-questions .accordion-item:not(:last-child) {
  border-bottom: 2px solid #f1f2f2 !important;
}

.faq-questions .accordion-header {
  font-size: 24px;
  line-height: 36px;
  color: #333333 !important;
  font-weight: 600;
  padding: 20px 0 !important;
}

.faq-questions .accordion-body {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.faq-questions .accordion-body ul li {
  line-height: 1.4;
}

.faq-questions .accordion-body ul li:not(:last-child) {
  margin-bottom: 12px;
}

.faq-questions .accordion .accordion-button {
  align-items: start;
}

.faq-questions .accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.faq-questions .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.faq-questions .accordion .accordion-button::after {
  transform: rotate(-90deg);
  margin-top: 9px;
  background: url(../images/caret.png) no-repeat;
}

footer {
  height: 90px;
  background-color: #f1f2f2;
}

footer p {
  font-size: 18px;
  line-height: 48px;
  color: #333333;
}

form label {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}

form .form-control {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

form .btn {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
  width: 150px;
  padding: 10px;
  background: #0e56a7;
}

form textarea.form-control {
  min-height: 100px;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
}

.profile-popup .modal-dialog {
  max-width: 1300px;
}

.profile-popup .modal-dialog .modal-content {
  min-height: 300px;

}

.profile-popup .next-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  left: 0px;
}

.profile-popup .next-prev .arrows {
  position: absolute;
}

.profile-popup .next-prev .left {
  left: 20px;
}

.profile-popup .next-prev .right {
  right: 20px;
}

.profile-popup .next-prev i {
  color: #0e56a7;
  font-size: 16px;
}

.profile-popup .next-prev i:hover {
  color: #ff0000;
}

.profile-popup button {
  border: 0;
  background: transparent;
  padding: 4px 0;
  width: 40px;
}

.profile-popup button:disabled i {
  color: gray;
  cursor: not-allowed;
}

.loader {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #555;
}

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




/* 17-12-24 */

form .new_text_area_popup textarea.form-control {
  min-height: 100px;
}


/* end 17-12-14 */

/* Added on 18/12/24 */

@media(max-width:1024px) {
  .banner-area {
    overflow: hidden;
    padding-bottom: 58px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-area .sub-title {
    font-size: 18px;
    line-height: 30px;
  }

  button {
    font-size: 13px !important;
  }

  .why-webgrity li::marker {
    font-size: 18px;
  }

  .why-webgrity li,
  .how-does-fee p,
  .why-webgrity-right p,
  .what-we-done p,
  .client-says .testimonials-item p,
  .why-trust-items p,
  .client-says .testimonials-item .client-name,
  .faq-questions .accordion-body,
  footer p {
    font-size: 16px;
    line-height: 25px;
  }

  .why-webgrity,
  .how-does-fee,
  .what-we-done,
  .for-client-bg,
  .faq-questions {
    padding: 54px 0;
  }

  .how-does-fee h3 {
    font-size: 18px;
  }

  .what-we-done p {
    max-width: 570px;
  }

  .client-says .testimonials-item {
    padding: 25px 18px;
  }

  .client-says .testimonials-cont {
    margin-top: 45px;
  }

  .why-trust .top {
    padding-top: 54px;
    height: 280px;
  }

  .why-trust {
    margin-bottom: 54px;
  }

  .why-trust-items {
    padding: 35px;
  }

  .ready-to-start {
    padding: 60px 0;
  }

  .ready-to-start .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .faq-questions .accordion-header {
    font-size: 18px;
    line-height: 25px;
    padding: 12px 0 !important;
  }

  .faq-questions .right img {
    width: 100%;
  }

  footer {
    height: 70px;
  }
}

@media(max-width:767px) {
  header .custom-logo-image {
    margin: auto;
    height: auto;
  }

  .section-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .banner-area .sub-title {
    font-size: 15px;
    line-height: 22px;
  }

  button {
    font-size: 12px !important;
  }

  .banner_left {
    text-align: center;
    margin-bottom: 48px;
  }

  .banner-right img {
    margin: auto;
  }

  .why_wgLft {
    margin-bottom: 30px;
  }

  .why_wgLft img {
    margin: auto;
  }

  .why-webgrity ul {
    text-align: left;
    margin: 0 40px;
  }

  .why-webgrity-right {
    text-align: center;
  }

  .why-webgrity,
  .how-does-fee,
  .what-we-done,
  .for-client-bg,
  .faq-questions {
    padding: 40px 0;
  }

  .how-does-fee .arrow-first::after,
  .how-does-fee .arrow-second::after {
    display: none
  }

  .why-webgrity li,
  .how-does-fee p,
  .why-webgrity-right p,
  .what-we-done p,
  .client-says .testimonials-item p,
  .why-trust-items p,
  .client-says .testimonials-item .client-name,
  .faq-questions .accordion-body,
  footer p {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonials-cont>div {
    margin-bottom: 20px;
  }

  .client-says::after {
    width: 80%;
    background: #1f63ae !important;
    top: 0;
    transform: none;
    left: 0;
  }
  .for-client-bg{
    background: transparent;
  }

  .why-trust-items {
    margin-bottom: 30px;
  }

  .faq_wrap {
    flex-direction: column;
  }

  .faq-questions .section-heading {
    margin-bottom: 40px !important;
  }

  .faq-questions .left,
  .faq-questions .right {
    width: 100%;
  }

  .faq-questions .left {
    margin-bottom: 30px;
  }

  .faq-questions .accordion-header {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-questions .right img {
    width: 100%;
  }

}

@media screen and (max-width:500px) {
  .profile-popup button {
    padding: 0;
  }

}

.image-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  color: #333;
  z-index: 10;
}

.close-mdl {
  background: red;
}

.close-mdl:hover {
  background: #ce0c0c;
}

.cross {
  color: #333333;
}

.cross:hover {
  color: #ce0c0c;
}

.after-submission .modal-dialog {
  max-width: 600px;
}

.after-submission .btn {
  text-transform: inherit !important;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 5px !important;
  font-weight: 500;
  font-family: "Raleway", sans-serif !important;
  padding: 10px 28px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
}

.after-sub-close {
  background-color: #cd2027;

}

.after-sub-close:hover {
  background: #0e56a7 !important;
}
.left-corner{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dee2e6;
  border-right: 0;
  padding: 0 11px;
  background: #f8f9fa;
}