@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('BebasNeue-Regular.woff2') format('woff2'),
    url('BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

body {
  font-family: 'Poppins' !important;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}

.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #0064b7;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*.mobile-menu .nveMenu h1 {
 color: #000;
 font-weight: 700;
 }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}

.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/


.top-head {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  text-align: center;
}

.top-head h6 a {
  color: #fff;
}

.navigation ul {
  display: flex;
  gap: 16px;
}

.navigation ul li a {
  color: #000;
  font-weight: 500;
}

.navigation {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-around;
}

.navigation ul li {
  position: relative;
}

.navigation ul li .secondry-menu {
  display: none;
  width: max-content;
  position: absolute;
  border: 1px solid #d3d0cf;
  height: auto !important;
  top: 25px;
  z-index: 1;
  text-align: left;
  background-size: cover;
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 0;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
}

.navigation ul li .secondry-menu li {
  float: none;
  padding: 8px 20px 8px 28px;
  border-bottom: 1px solid #1C6CAF;
  position: relative;
}

.navigation ul li a:hover {
  /* display: block; */
  color: #0064b6;
  transition: 0.5s;
}

.navigation ul li:hover .secondry-menu {
  display: block;
}

.navigation ul li .secondry-menu li:hover {
  background: #1C6CAF;
  color: #fff;
}

.navigation ul li .secondry-menu li a:hover {
  color: #fff;
}

.main-head .row {
  align-items: center;
}

.custom-btn {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  color: #fff;
  padding: 13px 40px;
  display: inline-block;
  border-radius: 10px;
  border: none;
  border: 1px solid #1C6CAF;
  animation-name: pulse-2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.banner-sec {
  background: url(../images/banner-img.png);
  padding: 150px 0 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner-text h1 {
  font-size: 49px;
  max-width: 700px;
  line-height: 61px;
  font-weight: 700;
}

.banner-text {
  color: #fff;
  position: relative;
}

.banner-text p {
  font-size: 16px;
  margin-bottom: 18px;
}

.main-head {
  padding: 10px 0;
}

.brands-sec {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  padding: 20px 0;
}

.brands ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0px;
}

.brands ul li {
  text-align: center;
}

.cta-numbers-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0px;
}

.cta-numbers .row {
  justify-content: center;
}

.abt-us-text {
  text-align: center;
}

.abt-us-text h5 {
  font-size: 40px;
  font-weight: 600;
  padding: 0 0 20px 0;
}

.cta-numbers {
  padding: 50px 0;
}

.digital-agency {
  padding: 0 0 60px 0;
}

.digital-agency-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.digital-agency-box ul {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}

.digital-agency-box ul li p {
  font-size: 11px;
  padding: 10px 0;
  overflow: auto;
}



.digital-agency-box {
  box-shadow: 0px 3.32px 20.74px 0px #00000040;
  /* border: 1px solid #00000040; */
  border-radius: 20px;
}

.digital-agency-title {
  text-align: center;
  padding: 20px 0 50px 0;
}

.digital-agency-title h3 {
  font-size: 40px;
  font-weight: 600;
}

.digital-agency-box ul li h3 {
  font-size: 21px;
}

.digital-agency-box ul li a {
  font-size: 12px;
}

.sec-5-box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  align-items: center;
  box-shadow: 0px 3.32px 20.74px 0px #00000040;
  padding-left: 40px;
  border-radius: 20px;
}

.sec-5-box2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  align-items: center;
  box-shadow: 0px 3.32px 20.74px 0px #00000040;
  border-radius: 20px;
  margin: 30px 0;
}

.sec-5-box-content {
  box-shadow: 0px 3.32px 20.74px 0px #00000040;
  padding: 20px 20px 65px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sec-5-box-content p {
  padding: 10px 0 0 0;
}

.sec-5-box1-content p {
  padding: 10px 0 0 0;
}

.packages-box {
  border: 1px dashed;
  border-radius: 20px;
  padding: 20px 20px 10px;
}

ul.sdad {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 20px;
}

.packages-box h2 {
  font-weight: 300;
  padding: 8px 0;
  font-size: 24px;
}

.packages-box h2 span {
  font-weight: 600;
}

ul.sdad li h5 {
  font-size: 26px;
  font-weight: 700;
}

.packages-box ul li i {
  padding-right: 10px;
  color: #196CB0;
}

.packages-box ul li {
  padding: 6px 0;
}

a.custom-btn span {
  border: 1px solid;
  padding: 1px 7px;
  border-radius: 100px;
  margin-left: 10px;
}

.custom-btn:hover {
  color: rgb(0, 107, 189);
  background: #ffff;
  border: 1px solid;
  transition: 0.5s;
  /* border: none; */
}

.packages-box a {
  margin: 10px 0;
  border-radius: 20px;
}

.digital-agency-title p {
  padding: 10px 0;
  max-width: 900px;
  margin: 0 auto;
}

.sec-6-title {
  text-align: center;
}

.sec-6-title h3 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 50px;
}

section.sec-6 {
  padding: 50px 0;
}

.packages-box:hover {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  transition: 1s;
}

.packages-box:hover h2 {
  color: #fff;
}

.packages-box:hover h4 {
  color: #fff;
}

.packages-box:hover p {
  color: #fff;
}

.packages-box:hover h5 {
  color: #fff;
}

.packages-box:hover li {
  color: #fff;
}

.packages-box:hover i {
  color: #fff;
}

.packages-box:hover span i {
  color: rgb(0, 107, 189);
}

.packages-box:hover .custom-btn {
  color: rgb(0, 107, 189);
  background: #ffff;
  border: 1px solid;
  transition: 1s;
  border-radius: 100px;
}

.sec-7 {
  background-image: url(../images/sec-7-bg.png);
  padding: 50px 0;
}

.portfolio-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.portfolio-box ul li a {
  height: 360px;
}

.portfolio-box ul li a img {
  height: 100%;
}

.portfolio-box {
  padding: 10px 0;
}

.workflow-icon {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);  
  padding: 20px 0;
  display: inline-block;
  padding: 9px;
  border-radius: 10px;
}

.workflow-content h3 {
  padding: 20px 0;
}

.workflow-box:hover {
  box-shadow: 0px 3.32px 20.74px 0px #00000040;
  padding: 40px 30px;
  transition: 1s;
  border-radius: 10px;
  background: #0061b2;
}

.workflow-box {
  padding: 40px 30px;
  box-shadow: 0px 0px 7px 0px #dedede;
  border-radius: 14px;
}

section.workflow-sec {
  padding: 70px 0;
}

section.sec-8 {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  padding: 10px 0;
}


.sec-8-img img {
  width: 100%;
}

.sec-8-img ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0px;
}

.sec-8-img ul li {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #fff;
  gap: 20px;
  justify-content: space-around;
}

.sec-8-img ul li img {
  width: 43px;
}

.testimonial-box {
  box-shadow: 0px 3.32px 20.74px 0px #00000040;
  padding: 50px 45px 30px 45px;
  margin: 60px 10px;
  border-radius: 10px;
  position: relative;
}

.testimonial-box ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid;
  padding: 20px 0 0 0;
}

.testimonial-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-box ul li img {
  width: 60px !IMPORTANT;
}

.testimonial-box ul li h4 {
  font-size: 20px;
}

.testimonial .owl-carousel {
  padding: 50px 0 0;
  position: relative;
}

.testimonial-box p {
  padding: 10px 0;
  color: #000;
}

.testimonial-box span i {
  color: #FEC05B;
}

.testimonial-box ul li p {
  padding: 0 !important;
}

.testimonial-box::before {
  background-image: url(../images/testimonial-before.png);
  content: '';
  position: absolute;
  width: 20%;
  height: 30%;
  background-repeat: no-repeat;
  right: 40px;
  top: -60px;
  z-index: 9999;
}

.client-testimonial {
  padding: 50px 0;
}

.testimonial-box ul li .verified {
  width: 20px !important;
}

.testimonial .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C3C3C3;
  margin: 0 5px 0 0px;
}

.testimonial .owl-dots .active {
  width: 55px;
  height: 10px;
  border-radius: 20px;
  background: #013488;
  margin: 0 5px 0 10px;
}

.testimonial .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 9999;
}

.footer-logo img {
  width: 50%;
}

.footer-top {
  background: #000;
  padding: 90px 0;
}

.footer-logo ul li {
  padding: 5px 0;
  color: #fff;
}

.footer-logo ul li a {
  color: #fff;
}

.footer-menu {
  color: #fff;
}

.footer-menu ul li {
  padding: 10px 0;
}

.footer-menu ul li a {
  color: #fff;
}

.footer-newsletter p {
  color: #ffff;
  padding: 10px 0;
}

.footer-newsletter form input {
  padding: 13px 160px 13px 20px;
  border-radius: 20px;
  border: none;
}

.footer-newsletter button {
  margin-left: -70px;
}

.footer-newsletter img {
  padding: 20px 0;
}

.footer-newsletter ul {
  display: flex;
  gap: 20px;
}

.footer-newsletter ul li {
  color: #fff;
  padding: 5px 11px;
  border: 1px solid;
  width: 36px;
  border-radius: 50px;
  height: 36px;
}

.footer-logo ul li img {
  padding: 20px 0 0;
  width: 90%;
}

.footer-logo ul {
  padding-top: 30px;
}

.footer-bottom {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  padding: 20px 0;
}

.footer-bottom p {
  color: #fff;
}

.footer-bottom ul {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.footer-bottom ul li a {
  color: #fff;
}

.footer-bottom .row {
  justify-content: space-between;
}

.footer-menu h4 {
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: inline-block;
  padding: 0 0 5px 0;
}

.footer-menu ul {
  padding: 27px 0 0 0;
}

.client-testimonial .digital-agency-title {
  padding: 20px 0 0 0;
}

/* about us */
section.breadcrump-banner {
  padding: 120px 0;
  background-image: url(../images/breadcrump-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.children-banner {
  padding: 120px 0;
  background-image: url(../images/children-banner.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}


.breadcrump-banner .row {
  justify-content: center;
  align-items: center;
}

.breadcrump-banner-content h2 {
  color: #fff;
  font-size: 38px;
}

.breadcrump-banner-content p {
  color: #fff;
  padding: 20px 0;
}



.about-sec-2 {
  padding: 50px 0 90px;
}

.about-sec-2-content h3 {
  padding: 0;
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-weight: 600;
}

.about-sec-2-content-box {
  box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 30px 45px 40px;
  border: 1px solid #0060b2;
}

.about-sec-2-content p {
  padding: 10px 0;
}

.about-sec-2-content .row {
  padding-top: 50px;
}

.about-sec-2-content h3 span {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  color: #fff;
  padding: 0 10px;
}



.write-book-sec {
  background-image: url(../images/write-book-bg.png);
  background-size: cover;
  background-position: center;
  padding: 45px 0;
  position: relative;
}

.write-book-sec-content {

  text-align: center;
  color: #fff;
}

.write-book-sec-content h2 {
  font-size: 50px;
}

.write-book-sec-content p {
  padding: 20px 0;
}

.write-book-sec-content form input {
  box-shadow: 0px 2.99px 2.99px 0px #00000040;
  padding: 14px 25px;
  border: none;
  border-radius: 10px;
  width: 100%;
}

.write-book-sec-content form select {
  box-shadow: 0px 2.99px 2.99px 0px #00000040;
  padding: 15px 20px;
  border: none;
  border-radius: 20px;
  width: 100%;
}

.write-book-sec-content form button {
  box-shadow: 0px 2.99px 2.99px 0px #00000040;
  background: #fff;
  border: none;
  width: 100%;
  padding: 14px 25px;
  border-radius: 10px;
  display: block;
}

.write-book-sec-content .row {
  row-gap: 30px;
}

.write-book-sec::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 20px;
  width: 24%;
  height: 100%;
  background-image: url(../images/write-book-before.png);
  background-repeat: no-repeat;
}

.write-book-sec::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 20px;
  width: 25%;
  height: 112%;
  background-image: url(../images/write-book-after.png);
  background-repeat: no-repeat;
}

/* contact us */
.contact-sec {
  padding: 100px 0;
}

.contact-form form input {
  background: #F0F0F0;
  border: none;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 4.25px 4.25px 0px #00000017;
  border-radius: 15px;
}

.contact-form form textarea {
  background: #F0F0F0;
  border: none;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 4.25px 4.25px 0px #00000017;
  border-radius: 15px;
  height: 140px;
}

.contact-form .row {
  row-gap: 30px;
}

.contact-form h3 {
  font-size: 50px;
}

.contact-form p {
  padding: 20px 0;
}

.contact-details ul {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  align-items: center;
}

.contact-details ul li i {
  border: 3px solid #013185;
  width: 80px;
  height: 80px;
  color: #000;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.contact-details ul li h5 {
  color: #013185;
}

.contact-details ul li h6 {
  padding: 10px 0;
  color: #000;
}

.contact-details h2 {
  font-size: 50px;
}

.contact-form {
  padding-right: 70px;
}

.write-book-sec-content a {
  color: #fff;
  display: inline-block;
  padding: 14px 20px;
}

.portfolio-about-img h3 {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90); 
  display: inline-block;
  color: #fff;
  font-size: 31px;
  padding: 20px;
  /* margin-top: -50px; */
  border: 1px solid #fff;
  position: absolute;
  left: 80px;
  bottom: 10px;
}

.portfolio-about-img h4 {
  display: inline-block;
  font-size: 33px;
  font-weight: 600;
  padding-left: 230px;
  padding-top: 12px;
}

.portfolio-about-img {
  position: relative;
  text-align: center;
}

.portfolio-about {
  padding: 100px 0;
}

.portfolio-about-img img {
  width: 80%;
  margin-left: 30px;
}

.portfolio-about-img:before {
  width: 50%;
  content: '';
  position: absolute;
  height: 70%;
  border: 6px solid #003a8d;
  top: -30px;
  z-index: -1;
  border-radius: 30px;
}

.portfolio-about .row {
  align-items: center;
}

.portfolio-about-content h2 {
  line-height: 40px;
  font-weight: 600;
  font-size: 30px;
}

.portfolio-about-content p {
  padding: 30px 0;
  line-height: 25px;
  text-transform: capitalize;
}

.service-form {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90); 
  padding: 20px 0;
  border-radius: 30px;
  width: 80;
}

.service-form .row {
  padding-top: 0;
  align-items: center;
}

.service-inner-sec .row {
  align-items: center;
}

.service-inner-sec {
  padding: 100px 0;
}

.service-inner-content h4 {
  font-size: 38px;
  padding: 10px 0;
  line-height: 52px;
}

.service-inner-content h4 span {
  background: rgb(0, 107, 189);
  background: linear-gradient(45deg, #196CB0, #646A90);
  padding: 0px 10px;
  color: #fff;
}

.service-inner-content p {
  padding: 0 0 30px 0;
}

.digital-agency-box1 h3 {
  font-size: 30px !IMPORTANT;
  margin-bottom: 16px;
  font-weight: 600;
}

.digital-agency-box1 p {
  font-size: 16px !important;
  overflow: auto !important;
  height: 200px;
}

.digital-agency-box1 {
  padding: 20px;
}

.portfolio-about-content h2 span {
  color: #005eb1;
}

.sec-5-box-img {
  background-image: url(../images/sec-5-img-1.jpg);
  background-size: cover;
  height: 230px;
  background-position: 100%;
  border-top-left-radius: 30px;
}

.sec-5-box1-img {
  background-image: url(../images/sec-5-img-2.jpg);
  background-size: cover;
  height: 520px;
}

.sec-5-box2-img {
  background-image: url(../images/sec-5-img-3.jpg);
  background-size: cover;
  height: 480px;
}

.footer-newsletter ul li:hover {
  background: #1C6CAF;
  border: navajowhite;
}

.logo img {
  width: 180px;
}

.custom-modal {
  padding: 20px 40px 30px 40px;
}

.custom-modal-content input {
  padding: 10px 0px 10px 37px;
  margin: 10px 0;
  border-radius: 10px;
}

.custom-modal-content textarea {
  padding: 10px 0px 10px 47px;
  margin: 10px 0;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ced4da;
  height: 170px;
}

.custom-modal-content h2 {
  padding: 30px 0 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

button.btn-close {
  position: absolute;
  right: -20px;
  opacity: 1 !important;
  color: #000000 !important;
  font-size: 26px;
  padding: 0;
  border-radius: 100px;
  text-align: center;
  top: -91px;
  text-shadow: none;
  z-index: 9;
  background: #ffffff;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px #ddd;
  font-weight: 600;
}

.modal-dialog {
  max-width: 550px !important;
  margin: 1.75rem auto;
}

.modal-content {

  border-radius: 20px;
}

.modal .modal-dialog .modal-content .modal-body i {
  /* position: absolute; */
  top: 46px;
  color: #003386;
  font-size: 20px;
  position: relative;
  left: 11px;
}

.custom-modal-content {
  text-align: center;
}

.form-group {
  text-align: left;
}

.form-group button {
  margin: 0 auto;
  display: flex;
  padding: 10px 30px;
}

.custom-modal-content img {
  width: 110px;
}

.breadcrump-banner-content h5 {
  color: #ffffff;
  background: #0068ba;
  display: inline-block;
  padding: 4px 10px;
  margin: 10px 0;
}

/*floatbutton*/
.floating-discount a {
  position: fixed;
  bottom: 90px;
  z-index: 9999;
  text-align: center;
  background: #f6981b;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 20px;
  animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
  -webkit-animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-weight: 800;
  line-height: 20px;
  border: 1px solid #7c490d;
}


.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border: 5px solid #25d366;
  opacity: .75;
  animation-name: pulse-border
}

.btn-whatsapp-pulse, .btn-whatsapp-pulse-border::before {
  border-radius: 50%;
  padding: 25px;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 111;
  text-decoration: none;
  animation-name: pulse
}

ban-form input[type=submit] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: #eb911a;
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none
}

.btns_wrap {
  position: fixed;
  right: -6px
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0
}

.btns_wrap .call_wrap {
  width: 280px;
  border: 1px solid #fff;
  background-color: #1C6CAF;
  position: absolute;
  right: -225px;
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
  border-radius: 30px 0 0 30px
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background-color: #1C6CAF;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 30px 0 0 30px;
  z-index: 9999
}

.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px
}

.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0
}

.fldset.inpchecbx {
  margin: 10px 0 0 0
}

.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
  margin: 10px 0 0 0
}

.fldset p a {
  display: block;
  padding: 5px 0 0 0;
  color: #141315;
  font-weight: 500;
  font-size: 14px
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.floatbutton .banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
  width: 100%
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700
}

.banner-form h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600
}

.ban-form input[type=submit] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: #005eae;
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none
}

.btns_wrap {
  position: fixed;
  right: -6px
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
  border-radius: 3px 0 0 3px;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: #1C6CAF;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  left: -52px;
  white-space: pre;
  bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -371px;
  top: 30%;
  font-size: 0;
  width: 420px;
  z-index: 999
}

.floating-discount a {
  position: fixed;
  bottom: 90px;
  z-index: 9999;
  text-align: center;
  background: #046cdd;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 20px;
  animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
  -webkit-animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-weight: 800;
  line-height: 20px;
  border: 1px solid #7c490d;
}

.btn-whatsapp-pulse, .btn-whatsapp-pulse-border::before {
  border-radius: 50%;
  padding: 25px;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 111;
  text-decoration: none;
  animation-name: pulse;
}

.side-whatsapp-bts:hover a {
  color: #fff;
}

.footer-menu ul li a:hover {
  color: #0064b6;
}

.footer-logo ul li a:hover {
  color: #646A90;
}

.portfolio-box:hover img {
  opacity: 0.5;
  transition: 0.5s;
}

.digital-agency-box:hover {
  background: rgb(0, 107, 189);
  /* background: linear-gradient(90deg, rgba(0, 107, 189, 1) 0%, rgba(0, 48, 132, 1) 100%); */
  transition: 0.5;
}

.digital-agency-box:hover h3 {
  color: #fff;
}

.digital-agency-box:hover p {
  color: #fff;
}

.digital-agency-box:hover a {
  background: #fff;
  color: #0065b7;
}

.testimonial-box:hover {
  background: #1C6CAF;
  transition: 0.6s;
}

.testimonial-box:hover p {
  color: #fff;
}

.testimonial-box:hover h4 {
  color: #fff;
}

.testimonial-box:hover h6 {
  color: #fff;
}

ul.price-list {
  height: 270px;
  overflow-y: scroll;
}

/* width */
.price-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.price-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.price-list::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #196CB0, #646A90);
  border-radius: 10px;
}

/* Handle on hover */
.price-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #196CB0, #646A90);
}

/*privacy*/
/*privacy page*/
.privacy-page {
  padding: 70px 0;
}

.privacy-page h2 {
  color: #1d2856;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 44px;
}

.privacy-page p {
  color: #000;
  font-size: 16px;
  margin-bottom: 29px;
}

.privacy-page ul li {
  list-style: circle;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}

.privacy-page ul {
  padding-left: 20px;
}

.privacy-page h3 {
  color: #1d2856;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 12px;
}

@keyframes pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgb(29 40 86);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
  }
}

.publish-content {
  text-align: left;
}

.publish-content h2 {
  font-size: 32px;
}

.publish-form {
  background: #fff;
  /* text-align: center; */
  padding: 50px 60px;
  width: 80%;
  border-radius: 40px;
}

.publish-form form input {
  display: block;
  padding: 10px;
  width: 100%;
  margin: 13px 0;
}

.publish-form form textarea {
  display: block;
  padding: 10px;
  width: 100%;
  margin: 13px 0;
}

.publish-form form button {
  margin: 30px auto 0 auto;
  display: block;
  padding: 11px 30px;
}

.publish-form h3 {
  text-align: center;
  color: #0060b1;
  font-weight: 600;
  text-transform: uppercase;
}

.publish-form h5 {
  text-align: center;
  padding: 10px 0;
}


.container.box_white {
  background: #FBFBFB;
  padding: 60px 40px 120px 30px;
  text-align: center;
  border-radius: 50px;
  width: 75%;
  margin: 40px auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: auto;
  position: relative;
  /* z-index: 1 !important; */
}

.aproch_circle.started-cire.three {
  margin: 160px 0 0 50px;
  height: 173px;
}

.aproch_circle.started-cire {
  display: flex;
  width: 486px;
  background: white;
  padding: 20px 20px 20px 20px;
  border-radius: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  align-items: center;
}

.aproch_circle {
  text-align: center;
}

.row.aproch_circle_wrap::before {
  content: "";
  display: block;
  background: url(../images/vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 308px;
  height: 1736px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0.4;
}

.aproch_circle span {
  border: 1px solid #000;
  width: 197px;
  height: 197px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  margin: auto;
}

.aproch_circle.started-cire span {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
}

.aproch_circle.started-cire span h1 {
  font-size: 90px;
  margin: 0px 30px 0 40px;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.circle_box h2 {
  font-size: 20px;
  color: #171717;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.main_aproach_text h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.main_aproach_text p {
  width: 90%;
  margin: 0 auto 60px !important;
}

.main_aproach_text p {
  width: 90%;
  margin: 0 auto 60px !important;
}


.first-banner-form {
  background: linear-gradient(45deg, #196CB0, #646A90);
  width: 70%;
  padding: 50px 30px 30px;
  border-radius: 13px;
  border: 2px solid #005faf;
  box-shadow: 0px 0px 16px 0px #fff;
  margin: 0 auto;
  position: relative;
}

.first-banner-form form input {
  width: 100%;
  margin: 10px 0;
  padding: 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.first-banner-form form textarea {
  width: 100%;
  height: 95px;
  padding: 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.first-banner-form h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}

.first-banner-form h5 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

.first-banner-form form button {
  width: 100%;
  margin-top: 11px;
  background: #000;
}

.first-banner-form form input::placeholder {
  color: #fff;
}

.first-banner-form form textarea::placeholder {
  color: #fff;
  text-transform: capitalize;
}

section.banner-sec .row {
  display: flex;
  align-items: center;
}

.banner-sec:before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.1;
}

.banner-text ul {
  display: flex;
  gap: 20px;
}

.seven-slide .item img {
  width: 36%;
  height: 118px;
  object-fit: contain;
  margin: 0 auto;
}

.workflow-box:hover .workflow-content {
  color: #fff;
}

.workflow-box:hover .workflow-content h3 {
  color: #fff;
}

.write-book-sec-content form button:hover {
  background: #000;
  transition: 0.5s;
  color: #fff;
}


/* width */
.new-about p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.new-about p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.new-about p::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #196CB0, #646A90);
  border-radius: 10px;
}

/* Handle on hover */
.new-about p::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #196CB0, #646A90);
}

.top-head marquee {
  color: #fff;
  padding-top: 5px;
}

.about-sec-2-content-box p {
  overflow: auto;
  height: 139px;
}

/* width */
.digital-agency-box ul li p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.digital-agency-box ul li p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.digital-agency-box ul li p::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #196CB0, #646A90);
  border-radius: 10px;
}

/* Handle on hover */
.digital-agency-box ul li p::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #196CB0, #646A90);
}

.children-inner-image img {
  border-radius: 50px 0;
  box-shadow: 0px 0px 14px 0px #000;
}

section.about-sec-2 .row {
  display: flex;
  align-items: center;
}

.children-form:before {
  content: '';
  background-image: url(../images/children-cractor.png) !important;
  position: absolute;
  width: 150px;
  height: 319px;
  background-repeat: no-repeat;
  left: -110px;
  background-size: auto;
  bottom: -15px;
}

.book-publishing-inner-image img {
  width: 90%;
  margin: 0 auto;
  display: flex;
  box-shadow: 0px 0px 4px 0px #d0d0d0;
  border-radius: 60px;
}

.section.inner-page-form {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(45deg, #196CB0, #646A90);
}

.inner-form-content h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.inner-form-content {
  position: relative;
}

.inner-form-content p {
  font-size: 17px;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-top: 12px;
}

.inner-form-content form input {
  width: 100%;
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 1px #fff;
  color: #fff;
}

.inner-form-content form {
  width: 75%;
  margin: 0 auto;
  padding-top: 30px;
}

.inner-form-content form textarea {
  width: 100%;
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 1px #fff;
  color: #fff;
  margin-top: 22px;
  height: 126px;
}

.inner-form-content form input::placeholder {
  color: #fff;
  text-transform: capitalize;
}

.inner-form-content form textarea::placeholder {
  color: #fff;
  text-transform: capitalize;
}

.inner-form-content form button {
  text-align: center !important;
  width: 30%;
  margin: 0 auto;
  display: flex;
  font-size: 19px;
  justify-content: center;
  padding: 10px;
  background: #000;
}

.form-field-button {
  margin-top: 11px;
}

.inner-form-content::before {
  content: '';
  background-image: url(../images/inner-form-img.png);
  width: 187px;
  height: 323px;
  position: absolute;
  left: 118px;
  background-repeat: no-repeat;
  bottom: 70px;
}


.step-title {
  width: 85%;
  margin: 0 auto 80px
}

.step-blk {
  background-color: #e8e8e8;
  padding: 80px 20px 20px;
  min-height: 320px;
  border-radius: 10px;
  box-shadow: 0 0 10px #9d9d9d;
  position: relative;
}

.step-blk span {
  background-color: #000000;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 99
}


.step-blk img {
  filter: brightness(5.5);
  width: 59px;
  height: 80px;
  object-fit: contain;
}

section.step-sec {
  text-align: center;
  padding: 60px 0;
}

.step-blk:hover {
  background: #005faf;
  transition: 0.5s;
  color: #fff;
}

.step-blk h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
}

.step-blk p {
  font-size: 16px;
  line-height: 23px;
  overflow: auto;
  height: 143px;
}

/* width */
.step-blk p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.step-blk p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.step-blk p::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #196CB0, #646A90);
  border-radius: 10px;
}

/* Handle on hover */
.step-blk p::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #196CB0, #646A90);
}

.second-inner-form:before {
  display: none;
}

.package-inner-button ul {
  display: flex;
  justify-content: space-between;
}


.new-christman{
    background: linear-gradient(45deg, black, #0e3557);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
}

section.inner-page-form {
  background: linear-gradient(45deg, black, #1c6aac);
  padding: 100px 0;
}