*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #787878;
  font-size: 14px;
  font-family: Arial;
  line-height: 22px;
}

/* body::-webkit-scrollbar {
  display: none;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #232323;
}

h1 {
  font-size: 34px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

h6 {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

a {
  color: #111;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.section {
  padding: 55px 0 75px 0;
}

/*===================
    button
===================*/
.button {
  background: #614CAA;
  border: 0;
  color: #fff;
  padding: 6px 14px 6px 14px;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
  padding: 8px 20px;
  transition: all .3s;
  margin-top: 20px;
}

.button:hover {
  border-radius: 30px;
}

/*===================
    navbar
===================*/
.navbar {
  padding: 10px 0 10px 0;
}

.navbar .navbar-brand img {
  width: 88px;
}

.navbar .nav-item {
  font-size: medium;
}
.navbar .nav-item.active a{
  color: #225395;
  font-weight: bold;
}

.navbar .nav-item:last-child a {
  padding-right: 0 !important;
}

.navbar .nav-link {
  font-size: 20px;
  color: #111;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.navbar .nav-link.dropdown-toggle i {
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-top: 0;
  padding: 8px 20px 8px 20px;
  background: #fff;
  border: 0;
  box-shadow: 0px 0px 20px 0px #DDDDDD;
  width: 220px;
  margin-top: 10px;
}

.navbar .nav-item:hover .nav-link {
  color: #225395;
}

.navbar .dropdown-menu.fade-down {
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
  top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

.navbar .dropdown-menu li {
  padding: 5px 0 5px 0;
}

.navbar .dropdown-menu li a {
  font-weight: 500;
  font-size: 14px;
  color: #111;
}

.navbar .dropdown-menu li a:hover {
  text-decoration: none;
  color: #614CAA;
}

/*===================
    header intro
===================*/
.header-intro {
  background-repeat: no-repeat;
  background-size: contain;
}

.header-intro .entry {
  padding: 75px 0 75px 0;
}

.header-intro .entry span {
  color: #614CAA;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.header-intro .entry h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: 20px 0;
}

.header-intro .entry img {
  width: 100%;
}

/*===================
    header pages
===================*/
.header-pages .pages-title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.header-pages .pages-title span {
  color: #614CAA;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.header-pages .pages-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 16px;
}

/*===================
    title section
===================*/
.title-section {
  text-align: center;
  padding-bottom: 40px;
}

.title-section span {
  color: #614CAA;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
}

.title-section i {
  color: #818a91;
  font-size: 50px;
  margin-bottom: 15px;
}

/*===================
    services
===================*/
.services {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.services .entry {
  margin: 0px 20px 0px 20px;
  padding: 20px 20px 2px 20px;
  border-radius: 10px;
  text-align: center;
}

.services .entry i {
  color: #614CAA;
  font-size: 75px;
}

.services .entry h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.services .entry:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.services .first-row {
  padding-bottom: 40px;
}

.services-page {
  padding: 0 0 75px 0;
}

/*===================
    about us
===================*/
.about-us {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us .entry img {
  padding-right: 40px;
}

.about-us .entry span {
  color: #614CAA;
  font-size: 16px;
  font-weight: 600;
}

.about-us .entry h2 {
  margin: 20px 0;
}

.about-us-pages {
  padding-top: 0;
  background-image: none;
}

.our-mission .entry img {
  padding-right: 0;
  padding-left: 40px;
}

/*===================
    counter
===================*/
.counter {
  text-align: center;
}

.counter .content {
  background-color: #F9F9F9;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px 60px 21px;
  border-radius: 10px;
}

.counter .content:hover {
  opacity: 0.7;
}

.counter .entry {
  font-size: 19px;
  font-weight: 400;
  color: #333;
}

.counter span {
  color: #614CAA;
  font-size: 52px;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
}

/*===================
    pricing
===================*/
.pricing {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 55px 0 130px;
}

.pricing .entry {
  text-align: center;
  border-radius: 10px;
  padding: 30px;
  margin: 0 15px 0 15px;
}

.pricing .entry h3 {
  font-size: 38px;
  color: #614CAA;
  margin: 17px 0;
}

.pricing .entry ul {
  padding: 0;
  margin: 0;
}

.pricing .entry ul li {
  list-style: none;
  padding: 5px 0;
}

.pricing .entry:hover {
  box-shadow: 0px 1px 45px 0px #DDDDDD;
  background: #fff;
}

.pricing .entry-center {
  background: #E7E0F2;
}

.pricing .entry-center ul li {
  color: #111;
}

.pricing .entry-center:hover {
  background: #E7E0F2;
}

.pricing .pricing-button {
  background: transparent;
  border: 1px solid #614CAA;
  color: #111;
}

.pricing-pages {
  background-image: none;
  padding: 0 0 100px 0;
}

/*===================
    why us
===================*/
.why-us {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 130px;
}

.why-us .entry {
  margin: 0px 20px 0px 20px;
  padding: 20px 20px 2px 20px;
  border-radius: 10px;
  text-align: center;
}

.why-us .entry i {
  color: #614CAA;
  font-size: 75px;
}

.why-us .entry h5 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.why-us .entry:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.why-us .first-row {
  padding-bottom: 40px;
}

/*===================
    our work
===================*/
.our-work {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 50px 0;
}

.our-work .col-work {
  margin-bottom: 30px;
}

.our-work .col-work img {
  transition: all .3s;
}

.our-work .col-work img:hover {
  padding: 17px;
  opacity: 0.9;
}

/*===================
    testimonial
===================*/
.testimonial {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 130px;
}

.testimonial .entry {
  margin: 0px 13px 0px 13px;
  padding: 20px 20px 2px 20px;
  border-radius: 10px;
  text-align: center;
}

.testimonial .entry i {
  color: #614CAA;
  font-size: 75px;
  margin-bottom: 25px;
}

.testimonial .entry h5 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.testimonial .entry:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.testimonial .first-row {
  padding-bottom: 40px;
}

.testimonial-work {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 130px;
  padding-top: 50px;
}

.testimonial-work .entry {
  margin: 0px 13px 0px 13px;
  padding: 20px 20px 2px 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}

.testimonial-work .entry h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.testimonial-work .entry ul {
  margin-top: 25px;
}

.testimonial-work .entry ul li {
  display: inline-block;
}

.testimonial-work .entry ul li i {
  color: #f0ad4e;
}

.testimonial-work .entry:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.testimonial-work .first-row {
  padding-bottom: 40px;
}

/*===================
    call action
===================*/
.call-action {
  padding: 30px 0 130px 0;
  text-align: center;
}

.call-action h2 {
  margin-bottom: 20px;
}

.call-action p {
  padding: 0 20%;
}

/*===================
    features
===================*/
.features {
  padding: 0 0 130px 0;
}

.features .entry img {
  padding-right: 40px;
}

.features .entry span {
  color: #614CAA;
  font-size: 16px;
  font-weight: 600;
}

.features .entry h4 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.features .accordion {
  margin-top: 30px;
}

.features .accordion .card {
  border-radius: 0;
}

.features .accordion .card-header {
  background: #fff;
  margin: 0;
  padding: 3px 6px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  border-bottom: 0;
}

.features .accordion .card-header button {
  color: #111;
  font-weight: 700;
  outline: none;
  font-size: 14px;
}

.features .accordion .card-header button i {
  margin-right: 15px;
  color: #888;
}

.features .accordion .card-header button:hover {
  text-decoration: none;
  color: #614CAA;
}

.features .accordion .card-header button:focus {
  text-decoration: none;
  box-shadow: none;
}

.features .accordion .collapse.show {
  border-top: 1px solid #ddd;
}

/*===================
    faq
===================*/
.faq {
  padding-bottom: 120px;
}

.faq .title-section {
  padding-bottom: 50px;
}

.faq h5 {
  margin-bottom: 20px;
  margin-top: 23px;
}

/*===================
    404
===================*/
.page404 {
  text-align: center;
  padding-bottom: 130px;
}

.page404 img {
  width: 50%;
}

.page404 h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.page404 p {
  padding: 0 25%;
}

/*===================
    Contact us
===================*/
.contact-us {
  /* padding-bottom: 130px; */
}

.contact-us .entry {
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 24px 28px 10px 28px;
}

.contact-us .entry h5 {
  margin-bottom: 10px;
}

.contact-us .entry ul li {
  padding: 8px 0;
}

.contact-us .entry ul li i {
  margin-right: 15px;
  font-size: 15px;
}

.contact-us iframe {
  margin-top: 30px;
}

/*===================
    footer
===================*/
footer {
  text-align: center;
  background: #302C42;
  padding: 130px 29%;
  color: #ddd;
  line-height: 22px;
  font-weight: 400;
}

footer h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

footer h6 {
  color: #DDDDDD;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

footer ul {
  margin-top: 22px;
  margin-bottom: 22px;
}

footer ul li {
  display: inline-block;
  margin: 0 7px;
}

footer ul li a i {
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 32px !important;
  background: #ea4c89;
}

footer ul li a .fa-facebook {
  background: #3b5998;
}

footer ul li a .fa-twitter {
  background: #1da1f2;
}

footer ul li a .fa-dribbble {
  background: #ea4c89;
}

footer ul li a .fa-behance {
  background: #1769ff;
}

footer ul li a .fa-whatsapp {
  background: #25d366;
}

/*===================
    responsive
===================*/
@media (max-width:767px) {
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-brand img{
    width: 60px !important;
  }

  .header-intro .entry-img {
    padding-top: 0;
  }


  .navbar .nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 8px 20px 8px 20px;
    background: #fff;
    border: 0;
    box-shadow: 0px 0px 20px 0px #DDDDDD;
    width: 220px;
    margin-top: 10px;
    margin-left: 20px;
  }

  .navbar .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    display: block;
  }

  .services .entry {
    margin: 0;
  }

  .about-us .entry img {
    padding-right: 0;
    padding-bottom: 55px;
  }

  .counter .entry {
    padding: 10px 0;
    margin-bottom: 30px;
  }

  .counter .col-md-4:last-child .entry {
    margin-bottom: 0;
  }


  .pricing .entry {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing .col-md-4:last-child .entry {
    margin-bottom: 0;
  }

  /*----------------------------------*/

  .contact-us{
    height: 300px !important;
  }

  .contact-us .text{
    font-size: 40px !important;
  }

  .contact-info{
    padding: 30px 0 0px 0 !important;
  }

  .contact-info .zp strong{
    font-size: 24px;
  }

  .contact-info .zp {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-info .footer-info{
    margin: 0 0 30px 0 !important;
  }

  .about-us{
    height: 300px !important;
  }

  .about-us .text strong{
    font-size: 40px !important;
  }

  .about-us .text span{
    font-size: 16px !important;
  }

  .about-info{
    padding: 30px 0 20px 0 !important;
  }

  .about-info strong{
    font-size: 26px !important;
  }

  .about-info .about-flex span{
    font-size: 16px !important;
  }

  .ywthree-us{
    height: 300px !important;
  }
  .ywthree-us img {
    width: 200px !important;
  }
  .ywthree li{
    font-size: 16px !important;
  }
  .about-banner{
    height: 300px !important;
    margin-top: 30px !important;
  }
  .about-banner .about-b2{
    display: none !important;
  }

  .about-banner .about-b3{
    font-size: 26px !important;
  }

  .about-banner .about-b4{
    font-size: 12 !important;
  }

  .about-banner .about-b5{
    display: none !important;
  }

  .proposal-us{
    height: 300px !important;
  }
  

  .proposal-us .text strong{
    font-size: 40px !important;
  }

  .proposal-us .text span{
    font-size: 16px !important;
  }

  .proposal-info{
    padding: 30px 0 20px 0 !important;
  }

  .proposal-info strong {
    font-size: 26px !important;
  }

  .proposal-info img{
    margin-bottom: 20px !important;
  }
  
  .jjfa-info{
    padding: 30px 0 20px 0 !important;
  }
  .jjfa-flex strong{
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }
  .jjfa-flex .sp1{
    font-size: 20px !important;
  }
  .jjfa-flex .sp2{
    font-size: 14px !important;
  }
  .jjfa-content{
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .jjfa-content .jjfa-item{
    max-height: 370px !important;
  }
  .zx-flex{
    padding: 0 !important;
  }
  .zx-flex li{
    font-size: 14px !important;
  }
  .zx-flex li b{
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }

  .msp-banner{
    display: block !important;
    background: #000 !important;
    height: 630px !important;
  }
  .msp-banner .left-img{
    width: 100% !important;
    height: 300px !important;
  }
  .msp-banner .left-img span{
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  .msp-banner .left-img li{
    font-size: 14px !important;
    height: 32px !important;
    margin: 10px 10px 0 0 !important;
  }
  .msp-banner .right-img{
    width: 100% !important;
    height: 300px !important;
  }
  .msp-banner .right-img-content{
    padding: 10px !important;  
  }
  .msp-banner .right-img .text{
    font-size: 24px !important;
    margin: 20px 0 !important;
  }
  .msp-banner .right-img .h1{
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .msp-banner .right-img .h2{
    font-size: 14px !important;
  }

  /*----------------------------------*/

  footer {
    padding: 130px 0;
  }

  .call-action p {
    padding: 0;
  }

  .page404 {
    text-align: center;
    padding-bottom: 130px;
  }

  .page404 img {
    width: 100%;
  }

  .page404 h2 {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .page404 p {
    padding: 0;
  }

  .our-mission .entry img {
    padding-left: 0;
  }

  .why-us .entry {
    margin: 0;
  }

}

@media (max-width:575px) {
  .container {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .counter .container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .navbar-toggler {
    padding-right: 0;
  }

  .navbar .nav-link {
    padding-left: 2px !important;
  }

  .navbar .nav-item .dropdown-menu {
    margin-left: 0;
  }

  .counter {
    padding: 0 30px;
  }

  .services .entry {
    margin: 0;
  }

  .pricing .entry {
    margin-left: 0;
    margin-right: 0;
  }

}