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

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "GT Walsheim Pro";
  src: url("fonts/GTWalsheimPro-Medium.eot");
  src: local("fonts/GT Walsheim Pro Medium"), local("fonts/GTWalsheimPro-Medium"), url("fonts/GTWalsheimPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GTWalsheimPro-Medium.woff2") format("woff2"), url("fonts/GTWalsheimPro-Medium.woff") format("woff"), url("fonts/GTWalsheimPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("fonts/GTWalsheimPro-Light.eot");
  src: local("fonts/GT Walsheim Pro Light"), local("GTWalsheimPro-Light"), url("fonts/GTWalsheimPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GTWalsheimPro-Light.woff2") format("woff2"), url("fonts/GTWalsheimPro-Light.woff") format("woff"), url("fonts/GTWalsheimPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("fonts/GTWalsheimPro-Regular.eot");
  src: local("fonts/GT Walsheim Pro Regular"), local("GTWalsheimPro-Regular"), url("fonts/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GTWalsheimPro-Regular.woff2") format("woff2"), url("fonts/GTWalsheimPro-Regular.woff") format("woff"), url("fonts/GTWalsheimPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.85;
  color: #152035;
}
body h1 {
  font-size: 2.85rem;
}
@media (max-width: 1080px) {
  body h1 {
    font-size: 2.75rem;
  }
}
body a {
  color: #207de9;
}
body a:hover {
  color: #0B1824;
}
body img {
  display: block;
  width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #0B1824;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  body h1, body h2, body h3, body h4, body h5, body h6 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: 1.32;
  }
}
body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body .btn-border {
  background: transparent !important;
  color: #207de9 !important;
}
body .btn-border:hover {
  color: #fff !important;
  background-color: #093f7d !important;
  border-color: #093f7d !important;
}
body .btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #207de9;
  background-color: #207de9;
  color: #fff;
  padding: 12px 35px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 30px;
  cursor: pointer;
}
body .btn:hover {
  background-color: #093f7d;
  border-color: #093f7d;
}

nav {
  padding: 20px 0;
  width: 100%;
  position: absolute;
  z-index: 9;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  text-decoration: none;
  padding: 10px;
  color: #0487a0;
}
nav ul li a:hover {
  background-color: #0487a0;
  color: #fff;
}

.box {
  border-radius: 5px;
  background-color: #f0f0f0;
  padding: 10px;
}

.pull-left {
  right: 50%;
  position: relative;
}

.push-right {
  left: 50%;
  position: relative;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.site-logo {
  height: 55px;
}

.btn-li img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10%;
  right: 15px;
  animation: rocket-animation 5s infinite;
}

.menu li {
  position: relative;
  list-style: none;
  margin: 0 10px;
}
.menu li a {
  text-decoration: none;
  color: #152035;
  font-weight: 500;
}
.menu li:hover .mega-menu {
  display: block;
}

.mega-menu {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  width: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.mega-menu li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 20px;
}
.mega-menu li:first-child {
  padding-left: 0;
}
.mega-menu li:last-child {
  padding-right: 0;
}
.mega-menu li h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.mega-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu li ul li {
  margin: 10px 0;
}
.mega-menu li ul a {
  color: #666;
  text-decoration: none;
}
.mega-menu li ul a:hover {
  color: #333;
}

.my-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .my-container {
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .my-container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .my-container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .my-container {
    max-width: 1140px;
  }
}

.my-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.marquee-sec {
  background: #B7D5FC;
  margin: 0;
}

.marquee {
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  gap: 1rem;
}

.marquee h2 {
  font-size: 0.9rem;
  white-space: nowrap;
  text-transform: uppercase;
  align-self: center;
  color: #207DE9;
  margin: 15px 0;
}

.top-design .sub-heading {
  margin-bottom: 40px !important;
  text-align: center;
}

.blog-sec {
  padding-bottom: 110px !important;
}
.site-footer {
  position: static;
  background: #0a1824;
}
.site-footer img {
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
}
.site-footer .footer-top {
  background: #0a1824;
}
.site-footer .footer-top .footer-flg {
  height: 18px;
  margin: 0 auto;
}
.site-footer .footer-top .footer-icon-holder {
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  margin-top: -50px;
}
.site-footer .footer-top .footer-social {
  margin-top: 70px;
}
.site-footer .footer-top .footer-social .fb-li a:hover {
  background-color: #3b5998;
}
.site-footer .footer-top .footer-social .insta-li a:hover {
  background-color: #fb3958;
}
.site-footer .footer-top .footer-social .link-li a:hover {
  background-color: #0e76a8;
}
.site-footer .footer-top .footer-social ul {
  padding: 0;
  margin-bottom: 27px;
}
.site-footer .footer-top .footer-social ul li {
  display: inline-block;
  text-align: center;
  padding: 0 2px;
}
.site-footer .footer-top .footer-social ul li a {
  background-color: #0487a0;
  color: #fff;
  line-height: 36px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: block;
}
.site-footer .footer-btm {
  padding: 20px 0;
}
.site-footer .footer-btm p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.site-footer .footer-btm p .linkitem a {
  text-decoration: none;
  padding: 0 3px;
}

.icon-wrp {
  text-align: center;
}
.icon-wrp a img {
  margin: 0 auto;
  transition: all 0.4s ease-in-out 0s;
}
.icon-wrp a:hover img {
  transform: scale(0.9, 0.9);
}
.icon-wrp img {
  height: 50px;
  width: auto;
}

section {
  margin: 80px 0 0;
}

.heading-main {
  text-align: center;
  text-transform: capitalize;
  font-size: 2.3rem;
  margin-bottom: 0;
}
.heading-main .color-blue {
  font-size: 2.3rem !important;
}

.sub-heading {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.banner-sec {
  margin: 0;
  padding: 110px 0 90px;
  background: url(../images/bg.png) no-repeat right bottom #CCE4FF;
  position: relative;
  z-index: 0;
  background-size: 100% auto;
}
.banner-sec h1 {
  margin-bottom: 30px;
}
.banner-sec p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-sec {
    padding: 130px 0 60px;
  }
}

.light-bg {
  background: rgba(204, 228, 255, 0.5);
  padding: 80px 0;
}

.our-services p {
  min-height: 233px;
  height: 233px;
}
.our-services .service-wrp {
  text-align: center;
  margin-bottom: 30px;
}
.our-services .service-wrp img {
  height: 150px;
}
.our-services .service-wrp a {
  font-weight: 500;
  color: #207DE9;
  text-decoration: none;
}
.our-services h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.our-services a {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .our-services .service-wrp p {
    height: auto;
    min-height: auto;
  }
  .our-services .service-wrp .btn {
    padding: 10px 20px;
    font-size: 15px;
  }
  .our-services .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .our-services .btn {
    padding: 12px 25px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .our-services .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.trusted-sec {
  text-align: center;
  margin-bottom: 42px;
}
.trusted-sec h4 {
  font-size: 0.97rem;
  color: #7a869a;
  font-weight: 500;
}
.trusted-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.trusted-sec li {
  display: inline-block;
  margin: 25px 25px 0 25px;
}
.trusted-sec img {
  max-width: 150px;
}
@media (max-width: 1199px) {
  .trusted-sec h4 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .trusted-sec img {
    max-width: 100px !important;
  }
  .trusted-sec h4 {
    margin-bottom: 2.7rem;
  }
}

.mobile-menu {
  display: none;
}

.case-studies .m-top1 {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .case-studies .case-box-wrap {
    min-height: 277px !important;
    height: 277px !important;
  }
  .case-studies shadow-box h3 {
    font-size: 1.45rem;
  }
}
@media (max-width: 991px) {
  .case-studies .col-md-4, .case-studies .col-md-8 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .case-studies .case-box-wrap {
    min-height: auto !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .case-studies img {
    margin-bottom: 25px;
  }
  .case-studies .shadow-box h3 {
    margin-bottom: 15px;
  }
}

.shadow-box1 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.55);
  padding: 25px;
  border-radius: 8px;
}

.shadow-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.shadow-box p {
  margin-bottom: 0;
}
.shadow-box a {
  color: #207DE9;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.shadow-box h3 {
  font-size: 1.6rem;
}
.shadow-box .col-md-4 {
  padding-left: 0;
}
.shadow-box .col-md-8 {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .shadow-box h3 {
    font-size: 1.45rem;
  }
}

.why-us img {
  height: 200px;
}
.why-us .w-content .dis-table {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .why-us .col-md-6.pb80 {
    padding-bottom: 0;
  }
  .why-us .col-md-6:last-child p {
    padding-bottom: 0;
  }
  .why-us .w-content .dis-table h2 {
    margin-bottom: 15px;
  }
  .why-us .w-content .dis-table p {
    padding-bottom: 40px;
  }
}

.text-right {
  text-align: right;
}

.cta-sec .cta-wrp {
  padding: 40px 0 48px;
  background-color: #207DE9;
  border-radius: 48px 0 0 0;
  color: #fff;
}
.cta-sec .cta-wrp h2 {
  color: #fff;
}
.cta-sec .avatar-wrp img {
  height: 130px;
  width: auto;
  background-color: rgba(32, 125, 233, 0.2);
  border-radius: 50%;
  padding: 10px;
}
.cta-sec .border-btn {
  background: transparent !important;
  border: 2px solid #fff !important;
  padding: 15px 35px 11px !important;
  font-size: 20px !important;
}
.cta-sec .border-btn:hover {
  background: #fff !important;
  color: #207de9 !important;
}
@media (max-width: 767px) {
  .cta-sec .cta-wrp {
    padding: 40px 25px 45px;
  }
}

.blog-sec .blog-wrp {
  padding: 0;
}
.blog-sec .blog-wrp img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.blog-sec .blog-wrp .blog-content {
  padding: 20px;
}
.blog-sec .blog-wrp a:hover h3 {
  color: #207de9;
}
@media (max-width: 991px) {
  .blog-sec .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .blog-sec .blog-wrp {
    min-height: auto;
    height: auto;
  }
}

.breadcrumbs-sec {
  background-position: center !important;
  background-size: cover !important;
  margin: 0;
  padding: 95px 0 90px;
  text-align: center;
}
.breadcrumbs-sec h1 {
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.1;
}
.breadcrumbs-sec .breadcrumb {
  text-align: center;
  display: block;
  margin: 0;
  text-transform: capitalize;
}
.breadcrumbs-sec .breadcrumb li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumbs-sec .breadcrumb li a {
  text-decoration: none;
  color: #207de9;
}
.breadcrumbs-sec .breadcrumb li a:hover {
  color: #0B1824;
}
.breadcrumbs-sec .breadcrumb li:first-child {
  margin: 0;
}
.breadcrumbs-sec .breadcrumb li:first-child::after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.white-num .service-num {
  color: #fff !important;
}

.num-sec .service-num {
  font-size: 264px;
  font-weight: 700;
  color: #e5f1ff;
  text-shadow: -1px 0 #207de9, 0 1px #207de9, 1px 0 #207de9, 0 -1px #207de9;
  line-height: 100%;
  height: 165px;
  overflow: hidden;
  margin-bottom: -10px;
}
.num-sec .service-txt h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
}
.num-sec p {
  margin-bottom: 0;
}

.serv-pdgn {
  margin: 70px 0 50px;
}

#gform_wrapper_1 .gform_footer.top_label {
  padding-bottom: 0;
}

.service-detail ul {
  min-height: auto;
  height: auto;
}

.pricing-sec .shadow-box {
  margin-bottom: 0;
}

.faq-sec {
  margin-top: 60px;
}

@media (max-width: 1399px) {
  .service-detail ul {
    min-height: 554px;
    height: 554px;
  }
  .pricing-sec .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .service-detail ul {
    min-height: 654px;
    height: 654px;
  }
}
@media (max-width: 991px) {
  .pricing-sec .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .faq-sec {
    margin-top: 40px;
  }
  .faq-sec .faq-img {
    margin-bottom: 20px;
  }
  .faq-sec .col-md-3, .faq-sec .col-md-9 {
    width: 100%;
  }
  .serv-main.light-bg .sidenav .img-wrp img {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .serv-main.light-bg .serv-main .img-wrp {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .serv-main.light-bg .col-md-5, .serv-main.light-bg .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .serv-main.light-bg h2 {
    margin-bottom: 0;
  }
  .pricing-sec h2 {
    margin-bottom: 5px !important;
  }
  .serv-details.service-details1 {
    margin-top: -17px;
  }
  .serv-details.service-details1 .col-md-8.mx-auto {
    width: 100%;
  }
  .serv-details.service-details1 .col-md-8.mx-auto h2 {
    margin-bottom: 0;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-4:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .service-detail ul {
    height: auto !important;
    min-height: auto !important;
  }
}
.services-work.icon-work {
  margin-bottom: 60px;
  text-align: center;
}
.services-work.icon-work img {
  height: 75px;
  margin: 30px 0 15px;
}
.services-work.icon-work h4 {
  margin-bottom: 15px;
}
.services-work.icon-work p {
  margin-bottom: 0;
}

.page-template-page-service-details .slider-sec.pb80 p:last-child, .page-template-page-organic-search .slider-sec.pb80 p:last-child {
  margin-bottom: 0;
}
.page-template-page-service-details .num-sec, .page-template-page-organic-search .num-sec {
  padding: 65px 0 70px;
}
.page-template-page-service-details .services-work.icon-work, .page-template-page-organic-search .services-work.icon-work {
  margin-bottom: 60px;
  text-align: center;
}
.page-template-page-service-details .services-work.icon-work img, .page-template-page-organic-search .services-work.icon-work img {
  height: 75px;
  margin: 30px auto 15px;
  width: auto;
}
.page-template-page-service-details .services-work.icon-work h4, .page-template-page-organic-search .services-work.icon-work h4 {
  margin-bottom: 15px;
}
.page-template-page-service-details .services-work.icon-work p, .page-template-page-organic-search .services-work.icon-work p {
  margin-bottom: 0;
}

.slider-sec.pb80 .img-wrp {
  padding-right: 30px;
}

.services-work {
  margin-bottom: 80px;
}

.serv-main.light-bg p:last-child {
  margin-bottom: 0;
}

.serv-details {
  margin: 5px 0 50px 0;
}
.serv-details p {
  margin-bottom: 20px;
}

.serv-details ul {
  list-style: none;
  margin-bottom: 0;
}
.serv-details ul li {
  display: inline-block;
}
.serv-details ul li:first-child {
  margin-right: 5px;
}
.serv-details h2 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.serv-details h2 span {
  color: #207de9;
}
.serv-details p {
  margin-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.serv-main {
  padding: 80px 0;
}
.serv-main .flex-container {
  display: flex;
}
.serv-main h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.serv-main h3 {
  font-size: 1.45rem;
  margin-top: 30px;
  color: #207de9;
}
.serv-main p a {
  font-weight: 500;
  text-decoration: none;
}
.serv-main .sidenav {
  position: sticky;
  top: 0;
  padding: 0;
  height: 460px;
  margin-bottom: 0;
}
.serv-main .img-wrp {
  padding-left: 30px;
}
.serv-main .img-wrp img {
  margin-bottom: 30px;
}

.slider-sec h3 {
  font-size: 1.45rem;
  line-height: 1.5;
}
.slider-sec .client-name {
  font-weight: 500;
  color: #207de9;
  margin-bottom: 0;
}
.slider-sec .owl-prev span::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 25px !important;
  margin-right: 5px;
}
.slider-sec .owl-next span::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 25px !important;
  margin-left: 5px;
}
.slider-sec .owl-prev {
  position: absolute;
  z-index: 9999;
  top: 40%;
  background: #B7D5FC !important;
  left: 0;
  margin: 0 !important;
  width: 40px;
  height: 60px;
  opacity: 0.85 !important;
  color: #0c57ad !important;
  font-size: 0 !important;
  line-height: 60px !important;
  border-radius: 0 !important;
}
.slider-sec .owl-prev:hover {
  opacity: 1 !important;
}
.slider-sec .owl-next {
  position: absolute;
  z-index: 9999;
  top: 40%;
  background: #B7D5FC !important;
  right: 0;
  margin: 0 !important;
  width: 40px;
  height: 60px;
  opacity: 0.85 !important;
  color: #0c57ad !important;
  font-size: 0 !important;
  line-height: 60px !important;
  border-radius: 0 !important;
}
.slider-sec .owl-next:hover {
  opacity: 1 !important;
}

.color-blue {
  color: #207de9;
}

.services-work h2 {
  margin-bottom: 2rem;
}
.services-work .color-blue {
  color: #207de9;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
}
.services-work ul li {
  font-weight: 500;
  margin-bottom: 10px;
}

.pricing-sec .shadow-box {
  margin-top: 20px;
}
.pricing-sec a {
  width: 100%;
}
.pricing-sec ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricing-sec li {
  margin-bottom: 10px;
}
.pricing-sec li::before {
  content: "\f058";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #207de9;
}
.pricing-sec .flex-s {
  justify-content: flex-start;
  margin-bottom: 4px;
  display: flex;
}
.pricing-sec h2 {
  margin-bottom: 5px;
}
.pricing-sec img {
  width: 35px;
  height: 35px;
  max-width: none;
  margin-left: 8px;
}
.pricing-sec .big-price {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #207de9;
}
.pricing-sec .pricing {
  border-bottom: 1px solid #B7D5FC;
  padding-bottom: 15px;
}
.pricing-sec .pricing p {
  display: inline-block;
  margin-top: 0;
}
.pricing-sec .pricing sup {
  font-size: 16px !important;
  top: -1.4em !important;
  margin-left: 5px;
}

.page-template-page-about .cta-sec {
  margin-top: 45px;
}
.page-template-page-about .our-story.light-bg {
  margin-top: 70px;
}
.page-template-page-about .our-story.light-bg p:last-child {
  margin-bottom: 0;
}
.page-template-page-about .our-story.light-bg p {
  margin-bottom: 0;
}
.page-template-page-about .serv-details {
  margin-bottom: 0 !important;
}
.page-template-page-about .serv-details p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .page-template-page-about .choose-sec h4::before {
    left: 52px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-template-page-about .choose-sec h4::before {
    left: 95px;
  }
  .page-template-page-about .why-wrp {
    min-height: 440px;
    height: 440px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-template-page-about .choose-sec h4::before {
    left: 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-template-page-about .why-wrp {
    min-height: 546px;
    height: 546px;
  }
}

.pl30 {
  padding-left: 30px;
}

.our-story h3 {
  font-size: 1.1rem;
}

.choose-sec {
  margin-bottom: -20px;
}
.choose-sec ul {
  padding: 0;
  list-style: none;
}
.choose-sec ul li {
  margin-bottom: 10px;
  font-weight: 500;
}
.choose-sec ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #207de9;
}
.choose-sec h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
}
.choose-sec h4 {
  font-size: 1.1rem;
  padding-left: 50px;
  text-transform: capitalize;
}
.choose-sec h4::before {
  content: "";
  position: absolute;
  left: 65px;
  top: auto;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background: #207de9;
  margin-top: 12px;
}

.why-wrp {
  border: 1px solid #207de9;
  padding: 30px 30px 25px;
  margin-bottom: 30px;
  height: 407px;
  min-height: 407px;
}
.why-wrp h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.why-wrp p {
  text-align: justify;
  margin-bottom: 0;
}
.why-wrp img {
  width: 60px;
}

.addresse-sec p {
  text-align: left;
}
.addresse-sec .why-wrp {
  margin-bottom: 0;
  padding: 25px 25px 20px;
}
.addresse-sec h3 {
  font-size: 1.3rem;
  margin-top: 15px;
}
.addresse-sec h3 span {
  color: #207de9;
}

.contact-frm a {
  padding: 12px 55px;
  text-transform: uppercase;
}
.contact-frm .col-md-6, .contact-frm .col-md-12 {
  padding: 0 6px;
}
.contact-frm input, .contact-frm textarea {
  width: 100%;
  border: 1px solid #B7D5FC;
  padding: 12px 15px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  border-radius: 6px;
}

.shadow-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

.blog-list .pagination {
  display: block;
  margin: 30px 0 0;
}
.blog-list .pagination .page-item {
  padding-right: 5px !important;
  display: inline-block;
}
.blog-list .pagination .page-item a {
  line-height: 1.5;
  padding: 10px 20px 5px;
  border: 1px solid #207de9;
  border-radius: 0;
  color: #207de9;
}
.blog-list .pagination .page-item a:hover {
  background-color: #207de9;
  color: #fff;
}
.blog-list .pagination .page-item a:hover i {
  color: #fff;
}

.blog-det {
  list-style: none;
  padding: 0;
  padding: 0;
  margin: 20px 0 0;
}
.blog-det time {
  color: #207de9;
}
.blog-det li:last-child {
  padding-right: 0;
}
.blog-det li {
  display: inline-block;
  padding-right: 15px;
}
.blog-det li a {
  font-weight: 300;
  color: #207de9;
  text-decoration: none;
}
.blog-det li a:hover {
  color: #000;
}
.blog-det li i {
  color: #207de9;
  margin-right: 5px;
}

.blog-details h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.blog-details .blog-img {
  margin-bottom: 30px;
}
.blog-details ul {
  margin-bottom: 30px;
}

.faq-sec .accordion-button:focus, .faq-sec .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
  color: #207de9;
}
.faq-sec .accordion-item {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(32, 125, 233, 0.4);
  border-bottom: none;
}
.faq-sec h2 button {
  font-size: 1.8rem;
  font-weight: 300;
}
.faq-sec .accordion-button::after {
  background-image: none;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f067";
  width: auto;
  margin-left: 15px;
  line-height: 1.5;
  font-size: 15px;
  position: absolute;
  right: 0;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(0);
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f068";
  margin-left: 15px;
  line-height: 1.5;
  font-size: 15px;
  position: absolute;
  right: 0;
}
.faq-sec #accordion-icon-button .accordion-header {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.faq-sec #accordion-icon-button .accordion-button {
  justify-content: center;
  width: 50px;
  background-color: #f3f3f3;
  margin-left: auto;
}
.faq-sec #accordion-icon-button .accordion-item:first-of-type .accordion-button {
  border-radius: 3px;
}
.faq-sec #accordion-icon-button .accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
  box-shadow: none;
}
.faq-sec .accordion-button {
  padding: 2.5rem 4rem;
}
.faq-sec .accordion-body {
  padding: 0 4rem 3rem;
  font-size: 1.25rem;
  width: 80%;
  text-align: justify;
}

.mt2rem {
  margin-top: 2rem;
}

.people-sec {
  text-align: center;
}
.people-sec img {
  height: 55px;
}
.people-sec h3 {
  text-transform: capitalize;
  font-size: 1.45rem;
  margin-top: 20px;
}

.benefit-sec ul {
  list-style: none;
  padding: 0;
}
.benefit-sec ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.benefit-sec ul .icon-card {
  text-align: center;
  border: 2px solid #add4ff;
  border-radius: 50%;
  padding: 15px;
  margin-right: 25px;
  text-transform: capitalize;
}
.benefit-sec ul img {
  margin: 0 auto;
  height: 50px;
}

.growth-sec ul {
  list-style: none;
  padding: 0;
  margin: 80px 0;
}
.growth-sec ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  font-weight: 500;
  font-size: 1.2rem;
}
.growth-sec ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 10px;
}

.testimonial-sec h4::before {
  left: 14px;
}
.testimonial-sec .testimonial {
  text-align: center;
  color: #F2EFE8;
  margin: 40px 30px;
  padding: 30px 40px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.testimonial-sec .testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B1824;
  border-radius: 30px;
  z-index: -1;
}
.testimonial-sec .testimonial:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #207de9;
  border-radius: 30px;
  transform: rotate(-7deg);
  z-index: -2;
}
.testimonial-sec .testimonial .pic {
  border: 3px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-sec .testimonial .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial-sec .testimonial .testimonial-content {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}
.testimonial-sec .testimonial .testimonial-title a {
  display: inline-block;
  color: #B7D5FC;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.testimonial-sec .testimonial .testimonial-title small {
  color: #F2EFE8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.testimonial-sec .owl-theme .owl-controls {
  margin-top: 0px;
  margin-left: 10px;
  text-align: center;
}
.testimonial-sec .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  opacity: 1;
  background: #FB8C00;
  color: #F2EFE8;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}
.testimonial-sec .owl-prev:before,
.testimonial-sec .owl-next:before {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 20px;
}
.testimonial-sec .owl-next:before {
  content: "\f061";
}

.m-pdgn {
  padding-top: 6rem;
}

.counter-sec .title-wrp {
  margin: -70px auto 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #207de9;
  width: 100px;
  height: 100px;
  padding: 0;
}
.counter-sec .counter {
  background-color: #ffffff;
  border: 1px solid #207de9;
  border-radius: 8px;
  padding: 20px 0;
  margin-top: 50px;
}
.counter-sec .count-title {
  font-size: 40px;
  font-weight: normal;
  line-height: 105px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #207de9;
}
.counter-sec .count-text {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.counter-sec .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.portfolio .filters {
  text-align: center;
  margin-top: 0;
}
.portfolio .filters ul {
  padding: 0;
}
.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.portfolio .filters ul li:hover {
  border-bottom: 2px solid #207de9;
  color: #207de9;
}
.portfolio .filters ul li::after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.portfolio .filters ul li::after:hover .portfolio .filters ul li::after::after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.portfolio .filters ul li::after:hover .portfolio .filters ul li::after::after.active .portfolio .filters ul li::after:hover .portfolio .filters ul li::after::after:after {
  width: calc(100% - 60px);
}
.portfolio .filters ul li.active {
  border-bottom: 2px solid #207de9;
  color: #207de9;
}
.portfolio .filters-content {
  margin-top: 50px;
}
.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.portfolio .filters-content .item {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
  background-color: #fff;
}
.portfolio .filters-content .item a {
  text-decoration: none;
}
.portfolio .filters-content .item .category-wrp {
  background-size: cover !important;
  background-position: center !important;
  padding: 20px;
  height: 300px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.portfolio .filters-content .item .category-wrp ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.portfolio .filters-content .item .category-wrp ul li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.portfolio .filters-content .item .category-wrp ul li a {
  background-color: #207de9;
  color: #fff;
  border-radius: 30px;
  padding: 12px 18px 10px;
}
.portfolio .filters-content .item .category-wrp ul li a:hover {
  background-color: #152035;
}
.portfolio .filters-content .item .case-name a {
  color: #0B1824;
}
.portfolio .filters-content .item .case-name a:hover {
  color: #207de9;
}
.portfolio .filters-content .item .case-name h2 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 0;
  text-decoration: none;
  padding: 10px 10px 20px 10px;
}
.portfolio .filters-content .item .case-name h2:hover {
  text-decoration: none;
}
.portfolio .filters-content .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.mt0 {
  margin-top: 0;
}

.case-img {
  margin: 0;
  height: 80vh;
  background-position: center !important;
  background-size: cover !important;
}

.single-banner {
  margin-top: 0;
  padding: 100px 0 50px;
  background-position: center !important;
  background-size: cover !important;
  text-align: center;
}
.single-banner h1 {
  font-weight: 700;
}
.single-banner ul {
  list-style: none;
  padding: 0;
}
.single-banner ul li {
  display: inline-block;
  margin: 0 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
}

.case-features h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.case-features ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.case-features ul li:not(:last-child) {
  margin-bottom: 8px;
}
.case-features img {
  height: 90px;
  width: auto;
}

.offer-sec .m-top1 {
  margin-top: 4rem;
}
.offer-sec h2 {
  text-transform: capitalize;
}
.offer-sec .img1 {
  padding-left: 60px;
  margin-bottom: 40px;
}
.offer-sec .img2 {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .offer-sec .img1 {
    padding-left: 0;
  }
  .offer-sec .img2 {
    padding-right: 0;
  }
}

.tools-sec img {
  height: 80px;
  width: auto;
  margin: 0 auto 15px;
}
.tools-sec ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
.tools-sec ul li {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.tools-sec ul p {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
}

.case-details a {
  text-transform: capitalize;
}

#gform_wrapper_1 {
  margin-top: -10px;
}

@media (max-width: 1399px) {
  .trusted-sec img {
    max-width: 125px;
  }
}
@media (max-width: 1199px) {
  .trusted-sec li {
    margin: 15px;
  }
  .trusted-sec img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .trusted-sec li {
    margin: 12px;
  }
}
@media (max-width: 991px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
    background: transparent !important;
    position: absolute;
  }
  #navbarNav {
    background: rgb(255, 255, 255);
    padding: 20px;
  }
  .navbar-toggler {
    border-color: transparent !important;
    padding: 0 !important;
    color: transparent !important;
  }
  .banner-sec img {
    margin-top: 45px;
  }
  .banner-sec .my-5 {
    margin: 0 !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .banner-sec .container.my-5 {
    margin: 0 auto !important;
  }
}
@media (max-width: 991px) {
  .sub-heading {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
  body h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .cta-sec {
    margin-top: 35px !important;
  }
  .page-template-page-home .why-us {
    margin-bottom: 30px !important;
  }
  .heading-main {
    font-size: 2.2rem;
  }
  .heading-main .color-blue {
    font-size: 2.2rem !important;
  }
  .w-content {
    text-align: center;
    margin-top: 2.7rem;
    height: auto !important;
  }
  .pull-left {
    right: 0;
    position: relative;
  }
  .push-right {
    left: 0;
    position: relative;
  }
  .trusted-sec img {
    margin: 0 auto;
  }
  section {
    margin: 70px 0;
  }
  .our-services {
    padding: 70px 0;
  }
  .our-services a {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .heading-main {
    font-size: 2rem;
  }
  .heading-main .color-blue {
    font-size: 2.1rem !important;
  }
}/*# sourceMappingURL=main.css.map */