/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");*/

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Regular-webfont.woff2') format('woff2'),
         url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* 
  ---------------------------------------------
  header
  --------------------------------------------- 
  */
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #ff404c;
}

::selection {
  color: white;
  background: #ff404c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham SSm", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.background-header {
  background-color: #fff;
  height: 64px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.txt-white {
  color: white !important;
}
.txt-blue {
  color: #1e1666 !important;
}

.padding-0 {
  padding: 0 !important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
  color: #000 !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #72b93a !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #72b93a !important;
}

.background-header .nav li a.active {
  color: #72b93a !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #13273b;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  margin: 6px 0px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  padding: 2px 12px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 576px) {
    .header-area .main-nav .logo {
      margin: 4px 0px;
      line-height: 40px;
      background-color: transparent;
      border-radius: 5px;
      padding: 2px 12px;
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      float: left;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
}
.logo-image {
  width: 135px;
  height: auto;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-btn {
  background-color: #72b93a;
  padding: 0px 15px 0px 15px;
  border-radius: 6px;
  color: white !important;
}

.header-area .main-nav .nav li:hover a {
  color: #72b93a;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 20px;
}
.custom-nav-ul {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
}
.custom-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-nav ul li {
  display: flex;
  list-style: none;
}
.custom-nav ul li a {
  line-height: 39px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #222;
}

/* .header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 12px;
  } */

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #000;
}

.header-area .main-nav .nav li.submenu ul {
  list-style: none;
  position: absolute;
  width: 300px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  left: -20px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
  color: #13273b !important;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #72b93a;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #72b93a;
  padding-left: 25px;   
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 12px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
@media (max-width: 576px) {

    .header-area .main-nav .menu-trigger {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 13px;
      width: 32px;
      height: 40px;
      text-indent: -9999em;
      z-index: 99;
      right: 40px;
      display: none;
}
    
    
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #000;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #000;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #000;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #000;
}
@media (min-width: 576px) {
    .header-area.header-sticky {
      min-height: 60px;
      background-color:#FFF;
      z-index: 99999;
    }
}
@media (max-width: 576px) {
    .header-area.header-sticky {
      max-height: 60px;
      background-color:#FFF;
      z-index: 99999;
      
}
}
.header-area.header-sticky .nav {
  margin-top: 12px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #72b93a;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 90px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 1px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #f55858;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
  ---------------------------------------------
  welcome
  --------------------------------------------- 
  */
#welcome {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  /*
  TRY IT ... with or without CENTER CENTER
    background-position: center center; 
  */
  background-size: cover;
  width: 100%;
  height: 105vh;
  margin-top: -10vh;
}

body {
  font-family: sans-serif !important;
}

.first-heading {
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 55px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: -0.2px;
}
@media (max-width: 765px) {
  .first-heading {
    font-size: 35px;
    line-height: 46px;
  }
}
.first-p {
  color: #c5d2f8;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.custom-btn-1 {
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  border: 3px #ffffff solid;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.custom-btn-2 {
  width: 100%;
  font-weight: 700;
  color: #ffffff;
  border-radius: 2px;
  border: 3px #72b93a solid;
  background-color: #72b93a;
  text-align: center;
  font-family: Lato, sans-serif;
}
.custom-btn-1 a,
.custom-btn-2 a {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 40px;
}
/*
.custom-btn-2:hover {
  text-transform: uppercase;
  font-weight: 700;
  color: #72b93a;
  border-radius: 3px;
  border: 3px #72b93a solid;
  background-color: transparent;
  padding: 11px 43px 11px 43px;
  font-family: Lato, sans-serif;
} */
.custom-btn {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  background-color: #CA2128;
  padding: 14px 46px 14px 46px;
  font-family: Lato, sans-serif;
}

.second-container {
  margin-top: -180px;
}
.up-box-custom {
  box-sizing: border-box;
  max-width: 500px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  padding: 40px;
}
.up-box-custom:hover {
  margin-top: -20px;
  transition: 0.3s ease-in-out; /* delays for 1 second */
  -webkit-transition: 0.3s ease-in-out; /* for Safari & Chrome */
}
.box-heading-div {
  flex: 70%;
  max-width: 100%;
}

/*   
    .up-box-custom .box-image-div{
    } */
.up-box-custom .box-image {
  max-height: 65px;
  width: auto;
}
.up-box-custom .box-heading {
  color: #1e1666;
  line-height: 32px;
  font-size: 25px;
  font-weight: 800 !important;
}
.up-box-custom .box-p {
  color: #6a7c92;
  padding: 0;
  margin: 0;
}
.third-container .heading {
  color: #1e1666;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.3px;
}
.third-container .p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  text-align: justify;
}

.third-container p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  text-align: justify;
}
.third-container .p a{
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
}
.box {
  box-sizing: border-box;
  max-width: 500px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  padding: 20px 25px;
}
.box .box-image {
  max-height: 100px;
}
.forth-left-div {
  margin-top: 200px;
}
.forth-single-box {
  margin-top: 110px;
}



h1.forth-heading {
  font-size: 26px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
h2.forth-heading {
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

h3.forth-heading {
  font-size: 22px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

.third-container h3{
    font-size: 22px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}



.forth-p {
  padding: 0;
  line-height: 25px;
}
.forth-box {
  box-sizing: border-box;
  max-width: 500px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  padding: 48px 10px 45px 10px;
}
.forth-box-heading {
  color: #1e1666;
  margin-top: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
}
.forth-box-margin {
  margin-top: 150px;
}
.forth-box-mobile {
  box-sizing: border-box;
  max-width: 500px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  padding: 40px;
}

.include-box {
  margin: 0 0 0 0;
  padding: 45px 45px 45px 45px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #1e1666;
  background-color: white;
  border-style: dashed;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}
.include-box-image {
  max-height: 70px;
}
.include-box-heading {
  color: #1e1666;
  font-weight: 800;
}
.clients-heading {
  color: #1e1666;
  font-size: 35px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.offer-div {
  background-color: #1e1666;
}
.offer-p {
  color: white;
  font-size: 17px;
  line-height: 30px;
}
.count-heading {
  font-size: 44px;
  font-weight: bold;
  color: white;
}
.count-p {
  margin-top: -10px !important;
  font-size: 21px;
  color: white;
}
.include-heading {
  font-size: 22px;
  font-weight: 700;
  color: #1e1666;
  letter-spacing: 0.7px;
}
svg {
  color: #1e1666;
  border: 1px solid rgba(30, 22, 102, 0.5);
  border-radius: 3px;
  padding: 2px;
  color: #1e1666;
  background-color: #deecf4;
}
input {
  width: 100%;
  border-radius: 7px;
  height: 50px;
  box-shadow: none;
  border: 2px solid #fff;
  color: #566872 !important;
  font-size: 16px !important;
  padding: 0 0 0 22px;
}
select {
  width: 100%;
  border-radius: 7px;
  height: 50px;
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #fff;
  color: #566872 !important;
  font-size: 16px !important;
  padding: 0 0 0 22px;
}
.form-container {
  border-radius: 10px;
  background-color: #2c5f2d;
  box-shadow: 0 55px 80px -40px #000;
}
.footer-heading {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}
.custom-links {
  color: lightgray;
  font-size: 18px;
}
.footer-div {
  position: fixed;
  bottom: 0px;
}
.footer-btn {
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}

.box .image-div-hover img:last-child {
  display: none;
}
.box:hover .image-div-hover img:last-child {
  display: block;
}
.box:hover .image-div-hover img:first-child {
  display: none;
}
.box:hover {
  background-color: #1e1666;
  transition: 0.8s ease-in-out; /* delays for 1 second */
  -webkit-transition: 0.8s ease-in-out; /* for Safari & Chrome */
}
.box:hover .box-heading,
.box:hover .box-p {
  color: white;
}
.price {
  background-color: white;
  padding: 1px 30px;
  border-radius: 15px;
  color: #1e1666;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
}
.offer-heading {
  text-decoration: underline;
  text-decoration-color: white;
}
.custom-heading {
  color: #1e1666;
  font-weight: 900;
  text-decoration: underline;
}

.digital-p {
  color: #4f6278;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 7px;
}
.long-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 25px 30px 18px 30px;
  border-radius: 10px;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-color: #f55858;
}
.long-box:hover,
.long-box:hover .long-box-heading,
.long-box:hover .long-box-p {
  background-color: #ee1148;
  color: white;
}
.long-box-img {
  max-height: 100px;
}
.long-box-heading {
  color: #1e1666;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
}
.long-box-p {
  color: #6a7c92;
  font-size: 15px;
  line-height: 28px;
  padding: 0;
}
.digital-last-heading {
  color: #1e1666;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.3px;
}
.digital-last-p {
  color: #6a7c92;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.digital-last-img {
  max-height: 155px;
}
.digital-last-h3 {
  color: #1e1666;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.3px;
}
.digital-last-p2 {
  color: #6a7c92;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
}
.privacy-text p {
  margin-top: 0;
  padding: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}
.include-span {
  font-size: 16px;
}
.footer-div .icon {
  max-height: 24px;
}
.desktop-call-icon {
  background-color: #13273b;
  padding: 5px;
  color: white;
  max-height: 48px;
  border-radius: 15%;
  cursor: pointer;
  right: 15px;
  bottom: 15px;
  position: fixed;
  z-index: 996;
  border: 5px solid #72b93a;
}
.desktop-call-number {
  height: 100vh;
  background-color: #0b0f12;
  color: white;
  text-align: center;
  font-size: 144px;
  position: fixed;
  z-index: 997;
  top: 0;
  display: none;
}
.desktop-call-number {
}
.desktop-call-number-image {
  position: fixed;
  z-index: +1;
  top: 0;
  animation: rotate 20s infinite;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.desktop-call-number-text {
  position: fixed;
  z-index: +999;
  top: 0;
}
a:hover {
  text-decoration: none;
}
.footerHeading {
  font-size: 42px;
  color: white;
  font-weight: 900;
  text-transform: capitalize;
}

/* Content Writing Section  Start*/
/* Content Writing Section  Start*/
.content-writing-banner-image {
  max-height: 280px;
}
.content-writing-banner-p {
  color: white;
  font-size: 25px;
  padding: 0;
  font-weight: 400;
  line-height: 38px;
}
.content-writing-p-two {
  color: #f13e42;
  padding: 0;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
}
.content-writing-heading-one {
  color: #1e1666;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.content-writing-box-1 {
  margin: 0 0 0 0;
  padding: 45px 45px 45px 45px;
  background-color: white;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}
.content-writing-box-1-image {
  max-height: 70px;
}

.content-writing-box-1-heading {
  color: #1e1666;
  font-weight: 800;
}
.content-writing-p-three {
  color: #f13e42;
  padding: 0;
  font-weight: bold;
  margin: 0;
}
.content-writing-heading-two {
  font-size: 44px;
  color: #1e1666;
  font-weight: 800;
  letter-spacing: -0.2px;
}
@media (max-width: 765px) {
  .content-writing-heading-two {
    font-size: 36px;
    color: #1e1666;
    font-weight: 800;
    letter-spacing: -0.2px;
  }
}
.content-writing-box-2 {
  margin: 0 0 0 0;
  padding: 45px 45px 45px 45px;
  background-color: white;
  border: 1px solid #d9d9dd;
  position: relative;
}
.content-writing-box-2-image {
  max-height: 70px;
}

.content-writing-box-2-heading {
  color: #1e1666;
  font-weight: 800;
}

.content-writing-box-2:hover {
  margin: 0 -30px 0 0;
  background-color: #1e1666;
  border: 1px solid #d9d9dd;
  transition: all ease 0.5s;
  position: relative;
  color: #ffffff;
}
.content-writing-box-2:hover .content-writing-box-2-heading,
.content-writing-box-2:hover .content-writing-box-2-p {
  color: white;
}
.p-image {
  max-height: 40px;
}
.contactus-p {
  color: #6a7c92;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.contact-form-box {
}
.contact-box-heading {
  color: #1e1666;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.contactus-btn {
  margin-top: 0;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 30px;
  background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
  border-radius: 3px !important;
  color: #ffff !important;
  padding: 13px 40px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.contactus-h3 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 39px;
  line-height: 70px;

  font-family: "brandon-grotesque", sans-serif;
}
.contactus-border {
  border-top: 2px solid #373635;
}
.eroor-page-div {
  margin: 200px 0;
}
.error-btn {
  color: white;
  background-color: #f83566;
  line-height: 22px;
  padding: 15px 40px;
  font-weight: bold;
}

.error-btn:hover {
  color: white;
  background-color: #ee1148;
}
.content-category-box {
  text-align: center;
  padding: 45px;
  width: 33%;
  float: left;
}
.content-category-box i {
  font-size: 36px;
}
.content-category-box-heading {
  font-size: 20px;
  text-transform: uppercase;
}
.content-category-box-p {
  font-weight: 600;
  color: #777;
  padding: 0px;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}
.content-category-box:nth-child(1),
.content-category-box:nth-child(4) {
  border-right: 1px solid #ccc;
}

.content-category-box:nth-child(1),
.content-category-box:nth-child(2),
.content-category-box:nth-child(3) {
  border-bottom: 1px solid #ccc;
}
.content-category-box:nth-child(3),
.content-category-box:nth-child(6) {
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 480px) and (min-width: 361px) {
  .content-category-box {
    overflow: hidden;
    text-align: center;
    padding: 20px;
    float: left;
    border: none !important;
    width: 100%;
  }
}
.no-padding {
  padding: 0;
}

.content-writing-s-h {
  color: white;
}
.content-writing-s-p {
  font-weight: 400;
  line-height: 26px;
  color: white;
  text-align: justify;
}
.c-f-1,
.feature-1 {
  background: #1e1666;
}
.c-f-2,
.feature-2 {
  /* background-color: #1B135B; */
  background-color: #ff404c;
}
.c-f-3,
.feature-3 {
  background-color: #181151;
}
.feature-1,
.feature-2,
.feature-3 {
  padding: 100px 30px 100px 30px;
}

.custom-footer-btn {
  color: #ffffff !important;
  font-weight: 700;
  background-color: #72b93a;
  border: none;
}
/* 
.custom-footer-btn:hover {
  color: #2c5f2d !important;
  background-color: WHITE;
  font-weight: 900;
} */

/* Seo Page */

.local-seo-image {
  max-height: 300px;
}
.local-seo-heading {
  color: #1e1666;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.3px;
}
.local-seo-p {
  color: #223f63 !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.seo-circle-1 {
  height: 180px;
  width: 180px;
  border-style: solid;
  border-width: 15px;
  border-color: #f346a3;
  border-radius: 50%;
}
.seo-circle-text span {
  height: 165px;
  width: 165px;
  background-color: white;
  color: gray;
  font-size: 28px;
  font-weight: 700;
}
.seo-box {
  box-sizing: border-box;
  border: 1px solid #abd6ea;
  max-width: 500px;
  height: 500px;
  border-radius: 10px;
  background-color: white;
  padding: 50px 45px;
}
.seo-box:hover {
  background-color: #deecf4;
  box-sizing: border-box;
  border: 1px solid #1e1666;
  max-width: 500px;
  border-radius: 10px;
  padding: 50px 45px;
}
.seo-box-chd {
  display: block;
  box-sizing: border-box;
  border: 1px solid #abd6ea;
  max-width: 500px;
  height: 100%;
  border-radius: 10px;
  background-color: white;
  padding: 10px 20px;
}
.seo-box-chd:hover {
  display: block;
  box-sizing: border-box;
  background-color: #deecf4;
  box-sizing: border-box;
  border: 1px solid #1e1666;
  max-width: 500px;
  border-radius: 10px;
  padding: 10px 20px;
  height: 100%;
}
.seo-points-table h4 {
  font-size: 28px;
  font-weight: 600;
}
.seo-points-table ol li {
  line-height: 34px;
  font-weight: 300;
}
.seo-first-div h2 {
  text-align: center;
  color: #1e1666 !important;
  font-weight: 700 !important;
  line-height: 45px;
  letter-spacing: -0.3px;
  font-family: -apple-system, "Segoe UI";
}

.seo-box-image {
  max-height: 130px;
}
.seo-box-heading {
  color: #1e1666;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: center;
}
.seo-box-p {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.local-seo-btn {
  color: #ffffff;
  border-style: solid;
  border-width: 01px 01px 01px 01px;
  border-radius: 3px;
  background-color: #1121b7;
  margin: 04px 0px 0px 0px;
  padding: 08px 025px 8px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.local-seo-btn:hover {
  color: white;
}
.global-seo-btn {
  color: #1121b7;
  border-style: solid;
  border-width: 01px 01px 01px 01px;
  border-radius: 0px;
  background-color: #ffffff;
  padding: 012px 35px 12px 35px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.list-box:hover {
  box-shadow: 0px 0px 9px 0px
    rgba(14.293213608295403, 6.714685173311432, 240.4218978881836, 0.5);
}
.global-seo-list-title {
  padding-left: 10px;
  font-size: 30px;
  font-weight: 600;
}
.global-seo-list i {
  padding-left: 10px;

  color: #00c853;
  margin-right: 3px;
}
.global-seo-list {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5em;
}
.global-seo-heading {
  color: #1e1666;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.3px;
  font-family: -apple-system, "Segoe UI";
}
.global-seo-icon-text {
  color: #1e1666;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.3px;
}
.global-include-box {
  height: 300px;
  margin: 0 0 0 0;
  padding: 35px 25px 25px 25px;
  border-width: 2px 2px 2px 2px;
  border-color: #1e1666;
}
.global-include-box:hover {
  box-shadow: 0px 7px 20px 5px rgba(0, 0, 0, 0.2);
}
.global-include-box-image {
  max-height: 50px;
}
.global-include-box-heading {
  color: #1e1666;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.3px;
}
.global-include-box-p {
  color: #6a7c92;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

/* Web Maintance Page */

.wmp-page-title {
  color: #ffffff;
  font-weight: 800;
  font-family: Inter, sans-serif !important;
  text-transform: uppercase;
}
.wmp-page-title-p {
  font-family: Inter, sans-serif !important;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
.wmp-page-title-a {
  margin-top: 20px;
  font-family: Inter, sans-serif !important;
  color: #db4437;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
}
.wmp-page-title-a:hover {
  color: #1e1e1e;
}
.wmp-icon-box-heading {
  color: #db4437;
  font-family: Inter, sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: Inter, sans-serif !important;
}
.wmp-icon-box-custom-hr {
  border-color: #db4437;
  width: 100%;
  border-top-width: 4px;
}
.wmp-icon-title h3 {
  text-decoration: underline;
  color: #000;
  font-weight: 800;
  font-family: Inter, sans-serif !important;
  text-transform: uppercase;
}
.custom-hr {
  border-color: #db4437;
  width: 100%;
  border-top-width: 4px;
}
.hr-heading {
  color: #db4437;
  font-family: Inter, sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: Inter, sans-serif !important;
}
.wmp-list-i i {
  color: #db4437;
}
.wmp-custom-list-span {
  font-family: Inter, sans-serif !important;
  color: #333;
  font-weight: bold;
}
.wmp-custom-list-hr {
  width: 100%;
  border-color: #f2f2f2;
}
.wmp-faq-heading h3 {
  font-family: Inter, sans-serif !important;
  color: #db4437;
  text-transform: uppercase;
  font-weight: 600;
}
.wmp-faq-box {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
}
.wmp-faq-box:before {
  border-left: 15px solid #ff404c;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  top: 0px;
}

.wmp-faq-h3 {
  font-family: Inter, sans-serif !important;
  font-weight: 800;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
.wmp-faq-box h3:after {
  border-bottom: 4px solid #ff404c;
  width: 160px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.wmp-faq-box .wmp-faq-box-p {
  line-height: 26px;
  font-family: roboto, sans-serif !important;
  font-size: 17px;
  color: #333;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
.wmp-faq-box p:after {
  border-bottom: 2px solid #ff404c;
  width: 80px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.wmp-icon-b {
}
.wmp-icon-box {
  margin: 0 auto;
}
.fa-building-clr {
  color: #db4437;
}
.fa-wordpress-clr {
  color: #00749c;
}
.fa-shopping-cart-clr {
  color: #0f9d58;
}
.fa-sitemap-clr {
  color: #f4b400;
}
.fa-university-clr {
  color: #1995ad;
}
.fa-map-clr {
  color: #ed2b33ff;
}
.fa-file-signature-clr {
  color: #003b46;
}
.fa-hands-clr {
  color: #de7a22;
}
.wmp-icon-box h4 {
  font-size: 18px;
  font-family: Inter, sans-serif !important;
  padding-top: 24px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}

.wmp-review-box {
  cursor: pointer;
  display: block;
  background: #ffffff;
  box-shadow: 10px 20px 48px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  height: 100%;
}
.wmp-review-box-title h3 {
  text-decoration: underline;
  color: white;
  font-weight: 800;
  font-family: Inter, sans-serif !important;
  text-transform: uppercase;
}
.wmp-review-box-image {
  border-radius: 50%;
  max-height: 120px;
  margin-bottom: 15px;
}
.wmp-review-box-heading {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  font-family: Inter, sans-serif !important;
}
.wmp-review-box-p {
  font-weight: 400;
  font-size: 14px;
  color: #7d7c83;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  font-family: Inter, sans-serif !important;
}
.wmp-review-box-url {
  font-style: italic;
  color: #333;
}
.wmp-review-box-a {
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  background-color: #ee1148;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  font-family: Inter, sans-serif !important;
}
.wmp-review-box-a:hover {
  color: #ee1148;
  border: 1px solid #ee1148;
  background-color: #ffffff;
  transition: 0.3s ease-out;
}
.wmp-review-box-a:before {
  content: "\27AF";
  padding-right: 6px;
  font-size: 20px;
}
.wmp-review-box-a:hover::before {
  display: none;
  transition: 0.5s ease-out;
}
.wmp-review-box-a:hover::after {
  content: "\27AF";
  padding-left: 6px;
  font-size: 20px;
  transition: 0.1s ease-in;
}
.wmp-include-bg {
  background-image: url("../assets/images/25332.jpg");
  background-size: contain;
}
.wmp-include-box-title {
  color: #db4437;
  font-family: Inter, sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: Inter, sans-serif !important;
}

.wmp-include-box-custom-hr {
  border-color: #db4437;
  border-top-width: 4px;
}
.wmp-include-box {
  background-color: #ffffff;
  color: white;
  cursor: pointer;
  display: block;
  box-shadow: 0px 10px 20px 0px rgb(204, 195, 195);
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: Inter, sans-serif !important;
  height: 100%;
}
.wmp-include-box i {
  border-radius: 10px;
  padding: 22px;
}
.wmp-include-box-heading {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif !important;
  position: relative;
}
.wmp-include-box-p {
  font-weight: 500;
  font-size: 15px;
  color: #7d7c83;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-family: Inter, sans-serif !important;
  position: relative;
  z-index: 2;
}
.wmp-custom-md {
  margin: 7px 0;
  padding: 0 7px;
}
.fa-headset-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-shield-virus-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-retweet-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-puzzle-piece-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-file-medical-alt-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-chart-bar-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-google-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.fa-level-up-alt-clr {
  background-color: #ffccd5;
  color: #db4437;
}
.wmp-form-heading {
  color: #333333;
  font-weight: 600;
  size: 32px;
  line-height: 30px;
  padding-bottom: 10px;
}
.wmp-form-p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
}
.wmp-form-input input {
  color: #333333 !important;
  border: 1px solid #333333 !important;
  border-radius: 2px;
  background-color: #fafafa !important;
}
.wmp-form-input-btn input {
  width: 220px;
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 2px;
  background-color: #1e1e1e !important;
}
.wmp-form-input-btn input:hover {
  width: 220px;
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 2px;
  background-color: #1e1e1e !important;
}
.wmp-td-title {
  font-weight: 700;
}
.wmp-td-title:before {
  content: "\27AF";
  padding-right: 6px;
  font-size: auto;
}

/* Web Maintance Page */

.smm-header-bg-image {
  background-image: url("");
}

.smp-icon-box-heading {
  color: #5585ff;
  font-family: Inter, sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: Inter, sans-serif !important;
}
.smm-icon-box-custom-hr {
  border-color: #5585ff;
  width: 100%;
  border-top-width: 4px;
}
.smm-custom-hr {
  border-color: #5585ff;
  width: 100%;
  border-top-width: 4px;
}
.smm-hr-heading {
  color: #5585ff;
  font-family: Inter, sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: Inter, sans-serif !important;
}
.smm-list-i i {
  color: #5585ff;
}
.smm-custom-list-span {
  font-family: Inter, sans-serif !important;
  color: #333;
  font-weight: bold;
}
.smm-page-title-a {
  margin-top: 20px;
  font-family: Inter, sans-serif !important;
  color: #5585ff;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
}

.smm-faq-heading h3 {
  font-family: Inter, sans-serif !important;
  color: #5585ff;
  text-transform: uppercase;
  font-weight: 600;
}
.smm-faq-box {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
}
.smm-faq-box:before {
  border-left: 15px solid #5585ff;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  top: 0px;
}

.smm-faq-h3 {
  font-family: Inter, sans-serif !important;
  font-weight: 800;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
.smm-faq-box h3:after {
  border-bottom: 4px solid #5585ff;
  width: 160px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.smm-faq-box .smm-faq-box-p {
  line-height: 26px;
  font-family: roboto, sans-serif !important;
  font-size: 17px;
  color: #333;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
.smm-faq-box p:after {
  border-bottom: 2px solid #5585ff;
  width: 80px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
}

/* popup-box */
.pop-up {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  display: none;
}
.pop-up-box-bg {
  background-color: black;
  opacity: 0.6;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}
.close-pop-up {
  font-weight: 900;
  z-index: 1000000;
  background-color: #fff;
  font-size: 24px;
  padding: 3px 12px;
  top: 100px;
  right: 10px;
  position: fixed;
  cursor: pointer;
}
.pop-up-box {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}
.form-box {
  z-index: 1000000;
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 400px;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form-box {
    height: 400px;
  }
}
.pop-form-heading h1 {
  background-color: tomato;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-family: "Segoe UI";
  text-transform: uppercase;
  padding: 10px;
}
.seo-pop-form-heading h1 {
  background-color: #13273b;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-family: "Segoe UI";
  text-transform: uppercase;
  padding: 10px;
}

.pop-form-p {
  text-transform: uppercase;
  font-size: 14px;
}
.pop-up-btn {
  margin: 0 auto;
  background-color: tomato;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
}
.seo-pop-up-btn {
  margin: 0 auto;
  background-color: #72b93a !important;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
}
.seo-pop-up-btn:hover,
.pop-up-btn:hover {
  color: white;
}
.form-box .form-control {
  border: 2px solid #333;
  border-radius: 0;
}
.form-box label {
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.form-box input {
  background-color: transparent;
}
.form-box input::placeholder {
  color: #a1a5a9;
  text-transform: uppercase;
  font-size: 14px;
}
.pop-up-end-p {
  font-size: 14px;
}

.seo-data {
  border-top: 1px solid gray;
}
.seo-data-ul {
  list-style: none;
  padding-top: 14px;
}
.seo-data-ul li {
  line-height: 20px;
  padding-bottom: 8px;
}
/* .seo-data-ul li:before{
  padding-right: 6px;
  content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */

.seo-lineicon-include-box {
  margin: 0 0 0 0;
  padding: 35px 25px 25px 25px;
  border-width: 2px 2px 2px 2px;
  border-color: #1e1666;
}
.seo-lineicon-include-box:hover {
  box-shadow: 0px 7px 20px 5px rgba(0, 0, 0, 0.2);
}
.seo-lineicon-include-box-image {
  max-height: 100px;
}
.seo-lineicon-include-box-heading {
  color: #13273b;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.3px;
  font-family: roboto;
}
.seo-lineicon-include-box-p {
  color: #6a7c92;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.seo-lineicon-include-box-btn {
  margin-bottom: 0;
  background-color: #72b93a;
  padding: 8px 28px;
  color: white;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
  border-radius: 4px;
}
.seo-lineicon-include-box-btn:hover {
  color: white;
}
.seo-faq-box {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
}
.seo-faq-box:before {
  border-left: 15px solid #72b93a;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  top: 0px;
}

.seo-faq-h3 {
  font-family: Inter, sans-serif !important;
  font-weight: 800;
  font-size: 24px;
  color: #13273b;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
.seo-faq-box h3:after {
  border-bottom: 4px solid #72b93a;
  width: 160px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.seo-faq-box .seo-faq-box-p {
  color: #1d1d1f;
  line-height: 30px;
  font-family: roboto, sans-serif !important;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
.seo-faq-box p:after {
  border-bottom: 2px solid #72b93a;
  width: 80px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
}

.seo-chandigarh-page-p {
  color: #1d1d1f;
  line-height: 32px;
  font-family: roboto;
}

.seo-page-h2 {
}
.seo-title-bg {
  max-height: 400px;
}

.li-style-none {
  list-style: none;
  padding-left: 0;
}
.icon-green {
  color: #1e1666;
}

.pop-up-form-bg-image {
  background-image: url(../assets/images/pop-up-bg.jpg);
  background-size: cover;
}
.seo-chd-bg-image {
  background-image: url(../assets/images/seo-banner.png);
  background-repeat: repeat;
  width: 100%;
}
@media (max-width: 576px) {
  .seo-chd-bg-image {
    background-image: url(../assets/images/seo-banner-mobile.png);
    background-repeat: repeat;
    width: 100%;
  }
}

.home-page-header-bg {
  background-color: #13273b;
}
.footer-div-bg-color {
  background-color: #13273b;
}
.footer-heading-p {
  line-height: 26px;
  color: lightgray;
  font-size: 18px;
}
.footer-call-bg-clr {
  background-color: #204376;
}
.footer-whatsapp-bg-clr {
  background-color: #d00607;
}
.contact-us-header-bg {
  background-image: url(../assets/images/contactus-banner-bg.png);
  width: 100%;
}
.contact-us-body-bg {
  background-color: #f7f7f7;
  width: 100%;
}

.color-fff {
  color: rgb(255, 255, 255);
}

.seo-web-1-box {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 25px 0px 18px 0px;
  border-radius: 10px;
}

.seo-web-1-box-i i {
  background-color: #72b93a;
  border-radius: 24px;
  padding: 18px;
  color: rgb(255, 255, 255);
  font-size: 32px;
}
.seo-web-1-box-heading {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 300;
  font-family: Roboto;
  line-height: 27px;
}
.seo-web-1-box-p {
  color: rgb(179, 199, 216);
  font-size: 17px;
  font-weight: 300;
  font-family: Roboto;
  line-height: 27px;
  margin-bottom: 28px;
}
/* 
.index-section-2 h2 {
  font-size: 32px;
  line-height: 120%;
  font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #404145;
} */
.index-section-2 p {
  font-size: 18px;
  line-height: 26px;
  color: #62646a;
  font-family: roboto;
}

.icon-p i {
  font-size: 24px;
  color: #72b93a;
}
.icon-p h6 {
  margin-left: 10px;
  font-size: 18px;
  font-family: roboto;
  font-weight: 900;
  color: #000;
}

.first-container {
    margin-top: 40px;
    padding-top: 10px;
  background: #F5F1E8;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .first-container {
    margin-top: 18px;
    padding-top: 10px;
  background: #F5F1E8;
  background-repeat: no-repeat;
    }
}

.website-page-form-heading {
  color: #333333;
  font-weight: 600;
  size: 32px;
  line-height: 30px;
  padding-bottom: 10px;
}
.website-page-form-p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
}
.website-page-form-input input {
  color: #333333 !important;
  border: 1px solid #333333 !important;
  border-radius: 2px;
  background-color: #fafafa !important;
}
.website-page-form-input-btn input {
  width: 220px;
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 2px;
  background-color: #1e1e1e !important;
}
.website-page-form-input-btn input:hover {
  width: 220px;
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 2px;
  background-color: #1e1e1e !important;
}
.website-page-td-title {
  font-weight: 700;
}
.website-page-td-title:before {
  content: "\27AF";
  padding-right: 6px;
  font-size: auto;
}
.website-page-form-input label {
  color: #ffffff;
  margin-bottom: 3px;
  font-weight: 700;
}
.website-page-form-card-input-btn input {
  border-radius: 2px;
}
.website-page-form-card-input-btn input:hover {
  border-radius: 2px;
}
.image-shadow {
  box-shadow: 0px 10px 20px 0px rgb(204 195 195);
  border-radius: 3px;
}
.color-13273b {
  color: #13273b !important;
}

.long-banner-section {
  background-color: #474747;
}
.white-heading {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.white-p {
  color: #fff;
  font-family: Lato, sans-serif;
}

/* PORTFOLIO  */

.portfolio-heading-h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 800 !important;
  color: #13273b;
}
.portfolio-heading-p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.portfolio-box {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding: 30px 20px;
  margin: 22px 0px;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 10px 20px 0px rgb(204 195 195);
}

.portfolio-box-heading h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 900;
  width: 100%;
  text-align: left;
  color: #13273b;
  padding-left: 0;
}
.portfolio-table tr th {
  background-color: #13273b;
  color: #fff;
  border: 1px solid #ccc;
  line-height: 42px;
  padding: 0 15px !important;
  text-align: left;
  font-weight: bold;
}
.portfolio-tabs div {
  width: 64px;
  margin: 0 10px;
  background: #13273b;
  text-align: center;
  cursor: pointer;
}
.portfolio-tabs div:hover {
  box-shadow: 0px 10px 20px 0px rgb(204 195 195);
  transform: scale(0.9);
}
.portfolio-tabs div span {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 34px;
}

.portfolio-tabs div img {
  width: 100%;
}
.active {
  display: block;
}
.tabcontent {
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.portfolio-box-link {
  background-color: #13273b;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  padding: 3px 12px;
}
.portfolio-box-link a {
  color: #ffffff;
}
.portfolio-box-link:hover a {
  color: #72b93a;
}
.portfolio-box-link i {
  color: #ffffff;
}

/* PORTFOLIO  */

/* BLOGS */

.blog-heading-h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 800 !important;
  color: #13273b;
}
.blog-heading-p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.blog-box {
  background: #f0f0f0;
  border-radius: 5px;
  position: relative;
  padding: 20px 32px;
  margin: 22px 0px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 5px 3px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 3px 0px rgb(0 0 0 / 75%);
}

.blog-box-heading h3 {
  color: #13273b;
}
.blog-box p {
  color: #58595b;
}
.blog-box a {
  text-decoration: none;
  color: #72b93a !important;
}

/* BLOGS */

/* ABOUT */
.about-page-h2 h2 {
  font-size: 45px;
  font-weight: 800 !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: Lato, helvetica neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.5px;
}
/* .about-page-h2 h2:before {
  border-bottom: 4px solid #ff404c;
  width: 160px;
  content: "";
  bottom: 0px;
  position: absolute;
} */

.about-page-p p {
  line-height: 28px;
  color: #000;
}
.about-custom-btn {
  float: left;
  padding: 10px 20px;
  background: #72b93a;
  color: #000;
  font-weight: 600;
  color: white;
}
.side-num {
  text-align: center;
}
.side-num span {
  font-family: Cataclysmo;
  font-size: 5em;
  color: #2d353a;
}
.side-num p {
  font-size: 16px;
  color: #212529;
}
.about-side-section {
  background-color: #2d353a;
  color: #eaeaea;
  font-family: Lato, sans-serif;
}
.about-side-section-4 {
  background-color: #72b93a;
  font-family: Lato, sans-serif;
  border: none !important;
}

.about-side-section h2 {
  font-weight: 300 !important;
  font-family: Cataclysmo !important;
  letter-spacing: 1px;
  font-size: 70px;
  font-family: Lato, sans-serif;
}

.about-side-section h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato, sans-serif;
}

.about-side-section p {
  font-size: 13px;
  color: #7e8184;
}
.about-side-section-4 h2 {
  color: #13273b;

  font-weight: 300 !important;
  font-family: Cataclysmo !important;
  letter-spacing: 1px;
  font-size: 70px;
}

.about-side-section-4 h4 {
  color: #13273b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.about-side-section-4 p {
  font-size: 13px;
  color: #13273b;
}
.p-mb-0 {
  margin-bottom: 0 !important;
}

/* ABOUT */

.result-box {
  border: 10px solid #333;
  padding: 0px;
}
.result-box-image {
  width: 100%;
  height: auto;
}
.result-box-middle-section {
  background: #0000008f;
  backdrop-filter: blur(3px);

  background-size: cover;
}
.result-box h6 {
  text-align: center;
  color: #fff;
  font-weight: 600 !important;
  font-size: 22px;
}
.result-box-icon {
  font-size: 34px;
  color: #ffffff;
}
.result-box-span-1 {
  color: #72b93a;
  font-size: 28px;
  text-align: left;
  font-weight: 700;
  width: auto;
  padding-top: 10px;
  padding-bottom: 0;
  text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  font-family: "Montserrat", sans-serif !important;
}

.result-box-span-2 {
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
  font-family: "Montserrat", sans-serif !important;
  padding-left: 20px;
}

.result-box-end-section {
  background-color: #f9f9f9;
}

.result-box-span-3 {
  color: #000;
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}
.result-box-p {
  font-size: 16px;
  color: #000;
  /* font-family: bigcaslon !important; */
  font-weight: 500 !important;
  letter-spacing: -1px;
}
.result-box-client-name {
  float: left;
  width: 100%;
  font-style: italic;
  color: #72b93a;
  font-weight: 700;
  margin-top: 5px;
}
.result-box-client-name strong {
  color: #13273b;
}

.facts-box {
  margin: 0 0 0 0;
  padding: 45px;
  border: 5px;
  border-style: solid;
  border-color: #72b93a;
  background-color: white;
  border-style: dashed;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.facts-box-image {
  max-height: 70px;
}
.facts-box-heading {
  font-size: 5em;
  font-family: "Graduate", cursive;
  color: #72b93a;
  text-transform: uppercase;
  font-weight: 800;
}
.facts-box-heading span {
  font-size: 1em;
}
.facts-span {
  font-size: 16px;
}
.contact-us-lable {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  color: #373635 !important;
  font-size: 14px;
  margin: 0;
}
.contact-us-lable span {
  color: red;
}
.contact-input {
  width: 100%;
  padding: 10px;
  outline: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #373635 !important;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-family: "AvenirLTStd-Book";
  border-radius: 0;
}
input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
}
.contact-box-p {
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.24px;
  color: #373635;
  font-family: "brandon-grotesque", sans-serif;
}
.contact-policy {
  float: left;
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0px;
  padding: 15px 0 30px;
  color: #373635;
}
.contact-policy a {
  color: #72b93a;
  text-decoration: none;
}
.height-100 {
  height: 100%;
}

.single-bloh-heading {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 800;
  color: #323232;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  font-family: Lato, sans-serif;
}
.blog-single-sub-heading {
  font-weight: 600;
  font-family: Lato, sans-serif;
}
.blog-single-p {
  color: #333333 !important;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.custom-btn-r {
  padding-top: 50px;
}
.about-side-section div {
  border-bottom: 1px solid #222;
}
.equal-heigh {
  height: 100%;
}
.get-quote {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*Simple Accordian*/
.accordion {
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "-";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}




/*Sidebar Accordian*/
.side-bar-main-accordion {
  max-width: 100%;
  margin: 1rem auto;
}

.side-bar-accordion {
  max-width: 1000px;
  margin: 2rem auto;
}
.side-bar-accordion .accordion-item {
  background-color: #fff;
  color: #111;
  margin: 6px 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.side-bar-accordion .accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 2.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.side-bar-accordion .accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.side-bar-accordion .accordion-item-header.active::after {
  content: "-";
}
.side-bar-accordion .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.side-bar-accordion .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
.text-black{
    color: #000!important;
}
.toc-btn {
    cursor: pointer;
}
.toc-btn span{
    padding: 6px;
    
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}



.custom-breadcrumb{
 display: inline-block;
 box-shadow: 0 0 15px 1px #00000059;
 overflow: hidden;
 border-radius: 5px;
 counter-reset: flag;
}
.custom-breadcrumb a{
 text-decoration: none;
 outline: none;
 display: block;
 float: left;
 font-weight:600;
 font-size: 12px;
 line-height: 36px;
 color:#fff;
 padding: 0 10px 0 60px;
 background: #666;
 background: linear-gradient(#666, #333);
 position: relative;
}
.custom-breadcrumb a:first-child{
 padding-left: 46px;
 border-radius: 5px 0 0 5px;
}
.custom-breadcrumb a:first-child::before{
 left: 14px;
}
.custom-breadcrumb a:last-child{
 border-radius: 0 5px 5px 0;
 padding-right: 20px;
}
.custom-breadcrumb a.active, .custom-breadcrumb a:hover{
 background: #333;
 background: linear-gradient(#333, #000);
}
.custom-breadcrumb a.active::after, .custom-breadcrumb a:hover::after{
 background: #333;
 background: linear-gradient(135deg, #333, #000);
}
.custom-breadcrumb a::after{
 content: "";
 position: absolute;
 top: 0;
 right: -18px;
 width: 36px;
 height: 36px;
 transform: scale(0.707) rotate(45deg);
 z-index: 1;
 background: #666;
 background: linear-gradient(135deg, #666, #333);
 box-shadow: 
 2px -2px 0 2px #00000066,
 3px -3px 0 2px #ffffff1a;
 border-radius: 0 5px 0 50px;
}
.custom-breadcrumb a:last-child::after{
 content: none;
}
.custom-breadcrumb a::before{
 /*content: counter(flag);*/
 /*counter-increment: flag;*/
 border-radius: 100%;
 width: 20px;
 height: 20px;
 line-height: 20px;
 margin: 8px 0;
 position: absolute;
 top: 0;
 left: 30px;
 background: #444;
 background: linear-gradient(#444, #222);
 font-weight: bold;
}
.flat a, .flat a::after{
 background: #fff;
 color: #000;
 transition: all 0.5s;
}
.flat a::before{
 background: #fff;
 box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active,
.flat a:hover::after, .flat a.active::after{
 background: #bd2b26;
}


.c-bread{
    color:#000;
}
.cta-button a{
    background: #CA2128;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    font-weight:700;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.heading-table{
    background: #13273b;
    color:#F1f1f1;
    
}
.content-bar{
    background: #fff;
}


/*lite youtube*/

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
  
  /*lite youtube end*/
  
  
  .cncolor{
      color: #008000!important;
  }
  
  
  
  .text-section h1,
    .text-section h2 {
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
    }
    
    
    .text-section h3 {
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
    }
    .text-section p {
    font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      padding: 0;
  
    }
    
    .text-section ol,
    .text-section ul {
      padding-left: 1.5rem!important
  
    }
    
    
    
    
    /*Popup CTA Start*/



.modal-content {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  animation: fadeIn 0.4s ease;
  padding-bottom: 15px;
}

.flag-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.flag-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .modal-body p { font-size: 14px; }
  .modal-body h5 { font-size: 18px; }
  .btn { font-size: 14px; padding: 10px 20px; }
}






    /*Popup CTA End*/
    
    
    
    
    
.blue-tick{
        background-color: blue;
    border-radius: 100%;
    padding: 4px;
    color: #fff;
    font-size: 12px;
}
    
    
    
    @media (max-width: 576px) {
  
  .author-img{
      height:auto;
      width : 112px;
      
      
}
}




    .team-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #d33a38;
}

@media (max-width: 767px) {
  .team-img { width: 100px; height: 100px; }
}




.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.review-card:hover { transform: translateY(-4px); }

.reviewer-img, .reviewer-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-circle {
  background: #d33a38;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #d33a38;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.carousel-control-prev, .carousel-control-next { opacity: 0.9; }



/* ===== Author Page Styling ===== */
.author-hero-section {
  background: linear-gradient(180deg, #fff, #f8f9fa);
}

.author-profile-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #d33a38;
}

.verified-badge {
  font-size: 15px;
  font-weight: 500;
  color: #28a745;
}

.author-stats h4 {
  font-size: 24px;
  margin-bottom: 4px;
}

.author-summary {
  background-color: #f8f9fa;
}

.author-summary p {
  font-size: 16px;
  color: #555;
}

.author-summary i {
  font-size: 16px;
}

.author-blogs .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.author-blogs .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.author-cta {
  background: linear-gradient(90deg, #d33a38, #ff5a3c);
  color: #fff;
}

.author-cta a.btn {
  border-radius: 50px;
}
