/* 
#fdc830
#f37335 
*/
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(fonts/Poppins-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(fonts/Poppins-Medium.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(fonts/Poppins-SemiBold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(fonts/Poppins-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(fonts/Poppins-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1::after, h2::after, h3::after {
    content: '';
    background-color: #ff9837;
    height: 2px;
    width: 30px;
    display: block;
    margin: 10px auto 0;
}

.service-icon {
    margin: 25%;
    display: block;
    height: 50%;
    width: 50%;
}

.service-block-one{
    background: #fdc6303f;
}

.service-block:nth-child(2) .service-block-one {
    background: #fd9d303d;
  }
.service-block:last-child .service-block-one {
    background: #f374353f;
  }

  .seo-analizer .inner-container {
    background: -webkit-linear-gradient(0deg, #fdc830, #ff9837 50%);
    border-radius: 0;
  }

  .seo-analizer .inner-container::before {
    border-radius: 0;
  }

  .seo-analizer .inner-container .inner-box {
    max-width: 850px;
  }

  .banner-section {
    background: #33004a;
  }

  .logo-carousel .image-box img {
    opacity: 0.6;
  }
  .logo-carousel .image-box img:hover {
    opacity: 0.9;
  }

  .image-link {
    color: #fdc830 !important;
  }
  .fas, .fab, .fa {
    background-position: center;
    background-size: contain;
    
  }

  .fa-times::before {
    content: '';
    display: inline-block;

    background-image: url("../images/svg/x-svgrepo-com.svg");

    width:24px;
    height:24px;
  }
  .fa-user::before, .fa-paper-plane::before {
    content: '';
    display: inline-block;

    background-image: url("../images/svg/offer.svg");
    width:16px;
    height:16px;
  }
  .fa-paper-plane::before {
    background-image: url("../images/svg/paper-plane-svgrepo-com.svg");
  }

  .fa-arrow-circle-right::before {
    content: '';
    display: inline-block;

    background-image: url("../images/svg/arrow-right-svgrepo-com.svg");
    width:16px;
    height:16px;
  }
  .fa-arrow-up::before {
    content: '';
    display: block;
    margin-top: 12px;

    background-image: url("../images/svg/arrow-up-svgrepo-com.svg");
    width:24px;
    height:24px;
  }

  .text-18 {
    font-size: 18px;
  }

  .sec-title h1 {
    position: relative;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    font-weight: 700;
  }
  h1 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .banner-section .content-box .heading-text {
    position: relative;
    font-size: 55px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 28px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0px;
      margin-bottom: 0px;
    transition: all 500ms ease;
  }
  .text-banner-light {
    color: rgba(255, 255, 255, 0.856) !important;
  }
  .main-menu .navigation > li > a {
    color: #fff;
  }
  .main-footer .footer-top .links-widget .widget-content ul li {
    width: 100%;
    margin-bottom: 3px;
  }
  .footer-logo{
    margin-bottom: 15px;
    margin-left: -15px;
  }
  .main-footer .footer-top .logo-widget .widget-content li:first-child {
    padding: 0px;
    margin: 0px;
  }
  .faq-section .inner-box .single-item h4::before {
    content: '';
    display: inline-block;

    background-image: url("../images/svg/two-arrow-right-svgrepo-com.svg");
    background-position: center;
    background-size: contain;

    width:20px;
    height:20px;

    left:-5px;
    top:5px;
  }
  .main-footer .footer-top .links-widget .widget-content ul li a::before {
    content: '';
    display: inline-block;

    background-image: url("../images/svg/angle-right-svgrepo-com.svg");
    background-position: center;
    background-size: contain;

    left:-5px;
    top:2px;

    width:20px;
    height:20px;
  }
  .fa-phone::before, .fa-page::before, .fa-mail::before {
    content: '';
    display: inline-block;

    background-image: url("../images/svg/phone-svgrepo-com.svg");
    background-position: center;
    background-size: contain;

    position: absolute;
    top:1px;

    width:12px;
    height:12px;
  }
  .fa-page::before{
    background-image: url("../images/svg/globe-svgrepo-com.svg");
  }
  .fa-mail::before{
    background-image: url("../images/svg/mail-svgrepo-com.svg");
  }

  .fa-arrow-up{
    position: absolute;
    transform: translate(-50%,-50%);
    margin-top: -5px;
  }

  .fa-social-media {
    content: '';
    display: inline-block;

    
    background-position: center;
    background-size: contain;

    /* position: absolute;
    top:1px; */
    margin-top: 5px;

    width:20px;
    height:20px;
  }
  .fa-facebook{
    background-image: url("../images/svg/facebook-svgrepo-com.svg");
  }
  .fa-instagram{
    background-image: url("../images/svg/instagram-svgrepo-com.svg");
  }
  .fa-twitter{
    background-image: url("../images/svg/twitter-svgrepo-com.svg");
  }
  .fa-linkedin{
    background-image: url("../images/svg/linkedin-svgrepo-com.svg");
  }

  
  @media only screen and (max-width: 600px)  {
    .main-header .header-upper .outer-box {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0px 5px 15px -6px #000000; 
      box-shadow: 0px 5px 15px -6px #000000;
    }
    .main-logo {
      padding-left: 15px;
    }
    .menu-area .mobile-nav-toggler {
      margin-right: 10px;
      margin-top: 32px;
    }
  }

  .icon-mobile {
    margin-right: 20px;
  }
  .icon-mobile::before {
    top:10px;
  }
  .text-primary-yellow {
    color: #fdc830;
  }

  .sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    font-weight: 700;
  }
  h2 {
    margin-bottom: 14px;
  }

  
/* cookies */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
background-color: rgb(37, 37, 37);
  color: #ecf0f1;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
background-color: rgb(109, 109, 109);
border-color: rgb(109, 109, 109);
}
/* end cookies */

.banner-style-three {
  padding-top: 403px;
  /* padding-top: 200px; */
  background-color: #33004a;
}
@media only screen and (max-width: 600px)  {
  .banner-style-three {
    padding-top: 170px;
  }
}
.banner-style-three .content-box h1 {
  color: #fff;
}
.banner-style-three .content-box .text p {
  color: rgba(255, 255, 255, 0.87);
}

.banner-style-three h1::after {
  content: '';
  height: 0;
  width: 0;
}
.text-26{
  font-size: 28px !important;
}
.text-26 span{
  color: #fdc830;
}
.image_block_03-100 {
  padding-top: 100px;
}
.image_block_03-200 {
  padding-top: 200px;
}
.numbers-text {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}

.banner-style-three .content-box .text p {
  line-height: 35px;
}

h1, h2, h3 {
  text-transform: capitalize;
}

.bottom-text {
  font-size: 22px !important;
}

a {
  text-decoration: underline;
  color: #444;
  font-weight: 700;
}
a:hover {
  color: #ff9837;
  text-decoration: underline;
}

.theme-btn, .theme-btn:hover, .navigation a {
  text-decoration: none;
}
footer a, footer a:hover {
  text-decoration: none;
  font-weight: initial;
}

.bottom-button {
  width: 300px;
  display: block;
  margin: 0 auto;
}
/* .bg-color-3 {
  background: -webkit-linear-gradient(0deg, #fdc630, rgb(255, 152, 55));
  color: #fff !important;
} */
.fun-2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.page-title {
  background: -webkit-linear-gradient(0deg,#33004a,#76229c 100%);
}

#content_block_02 .content-box .inner-box .single-item-noan:hover .icon-box {
  transform: none;
}

#content_block_02 .content-box .inner-box .single-item-noan .icon-box {
  position: absolute;
  left: 20px;
  top: 10px;
  background: none;
  width: 60px;
  height: 60px;
  
}

.button-center {
  display: block;
  margin: 0 auto;
  width: 270px;
}

.pricing-block-two .pricing-table .table-header h2::before {
  content: '£';
}

.service-details-content .upper-inner p {
  font-size: 18px;
}

.service-sidebar .categories .widget-content li a {
  text-decoration: none;
}

.side-icons li i::before{
  filter: invert(100%);
  padding: 8px;
}

.service-sidebar .categories .widget-content li a::before {
  background: -webkit-linear-gradient(0deg, #fdc830, #ff9837 50%);
}

.image_block_03-300 {
  padding-top: 300px;
}

.embed-vid {
  width: 100%;
  height: 320px !important;
}

.service-details-content .upper-inner h2 {
  max-width: 100%;
}

.logo-design-box .icon-box {
  width: 60px;
  margin: auto;
  padding-bottom: 20px;
  filter: invert(84%) sepia(30%) saturate(6568%) hue-rotate(333deg) brightness(102%) contrast(102%);
}
.logo-design-box h4 {
  text-align: center;
}
.logo-design-box .single-item-noan p {
  text-align: center;
}

.bg-color-3 {
  background: -webkit-linear-gradient(0deg, #712594, #33004a 100%);
}

.list-about li{
  list-style: initial;
  margin-left: 25px;
}

.cta {
  position: relative;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 5px 10px rgba(0,0,0,.2);
  text-transform: capitalize;
}
.seo-image {
  display: block;
  margin: auto;
}

.purple-image {
  filter: invert(6%) sepia(73%) saturate(6674%) hue-rotate(282deg) brightness(71%) contrast(107%);
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.seo-counter-block .counter-block {
  text-align: center;
} 

.seo-counter-block .count-outer::before {
  content: '';
}

.funfact-style-three-top{
  padding-top: 150px;
  padding-bottom: 210px;
}
.mapmartop {
  margin-top: 50px;
}

.image-full-width {
  display: block;
  margin: 0 auto;
}

.about-item {
  display: flex;
  flex-direction: column;
}
#content_block_02 .content-box .inner-box .about-item .icon-box, #content_block_02 .content-box .inner-box .about-item .icon-box img {
  width:100%;
  height: 40px;
}
#content_block_02 .content-box .inner-box .about-item .icon-box {
  line-height: 0;
  top:0;
  left: 0;
}
#content_block_02 .content-box .inner-box .about-item h4 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#content_block_02 .content-box .inner-box .about-item {
  padding: 0 10px;
}

.funfact-style-three .upper-box .clearfix .block-column:first-child .count-outer::before,  
.funfact-style-three .upper-box .clearfix .block-column:last-child .count-outer::before{
  content: '';
}

.fa-contact::before {
}

.fa-arrow-circle-right::before {
  background-position-y: 3px;
  background-repeat: no-repeat;
}

h4 a {
  text-decoration: none;
}

.heading {
  position: relative;
  font-size: 36px;
  line-height: 47px;
  color: #161616;
  font-weight: 700;
  text-transform: capitalize;
}
.text-with-map {
  padding-top: 80px;
  padding-bottom: 80px;
}

iframe {
  width: 100% !important;
  height: 100% !important;
}


@media only screen and (max-width: 600px)  {
  iframe {
    height: 400px !important;
  }
}

.full-map {
  padding-bottom: 60px;
  height: 420px;
}

.contact-box {
  /* background-color: #fdc830; */
  background: -webkit-linear-gradient(0deg,#33004a,#76229c 100%);
  border-radius: 20px;
  border: #33004a solid 10px;
  padding: 15px;
}
.contact-box-side {
  /* background-color: #fdc830; */
  background: -webkit-linear-gradient(0deg,#ff9837,#fdc830 100%);
  border-radius: 20px;
  border: #ff9837 solid 10px;
  height: 100%;
}
.contact-box-left {
  display: flex;
  justify-content: center;
}
.contact-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-box-right h4 {
  color: #ecf0f1;
  font-size: 24px;
}
.contact-box-right h4 a{
  text-decoration: none;
  font-weight: 500;
  color: #fdc830;
}
.contact-box-right p a{
  color: #fdc830;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
}
.contact-box-right p{
  color: #ffffffb7;
  font-size: 16px;
}
.contact-box-right p a:hover{
  color: #ff9837;
}
.contact-box-left-image {
  padding: 5px;
}

@media only screen and (max-width: 768px)  {
  .contact-box-column-side {
    display: none;
  }
  .contact-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact-box-left-image {
    padding: 15px;
    height: 100px;
  }
  .contact-box-right h4, .contact-box-right p{
    text-align: center;
  }
}