/*
Theme Name: Canadian Web Designs
Theme URI: https://canadianwebdesigns.ca/
Author: Canadian Web Designs Development Theme
Author URI: https://canadianwebdesigns.ca/dev-team
Description: First theme that Canadian Web Designs Development Team.
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: CWD

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Gobal */


/* Glowing homepage button (free quote button) */


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  
  .glow-on-hover:active {background-color: blue !important;}
  
  .glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 0px;
  }
  
  .glow-on-hover:active {
    color: #000
  }
  
  .glow-on-hover:active:after {
    background: transparent;
  }
  
  .glow-on-hover:before {
    opacity: 1;
  }
  
  .glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0068ff;
    /*change bg color*/
    left: 0;
    top: 0;
    border-radius: 0px;
  }
  
  @keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
  }
  
  /* end of glowing button style */
  
  
  
  .menu-top-list {
    list-style-type: none;
  }
  
  .menu-top-list li {
    float: left;
    margin-right: 15px;
  }
  
  
  
  .w-92 {
    width: 92%;
  }
  
  .pad-100 {
    padding: 100px;
  }

  @media(max-width: 600px){
    .pad-100 {
      padding: 20px;
    }
  }
  
  .heading-one-banner-style {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    font-family: "Circular Std", sans-serif;
  }
  
  @media(max-width: 1440px){
    .banner-with-bg{
      height: 846px !important;.
    }
  }
    .banner-with-bg {
      height: 908px !important;
  }
  

  @media(max-width: 768px){
    .banner-with-bg{
      height: 708px !important;
    }
  }

  @media(max-width: 768px){
    .heading-one-banner-style{
      font-size: 50px;
    }
  }

  @media(max-width: 600px){
    .banner-with-bg{
      padding: 120px 50px !important
    }
  }

  @media(max-width: 425px){
    .banner-with-bg{
      height: 468px !important;
    }
    .heading-one-banner-style{
      font-size: 27px;
    }

    .heading-two-banner-style, .cwd-heading-2{
      font-size: 23px !important;
    }

    .cwd-heading-3, .cwd-heading-4-blue{
      font-size: 20px !important;
      text-align: center;
    }
  }

  

  
  .list-white {
    list-style-type: none;
    color: #fff;
    font-size: 18px;
    font-family: "Circular Std", Sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .list-white li {
    line-height: 33.4286px;
  }
  
  .btn-link-blue {
    background-color: #0274be;
    padding: 10px 40px !important;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
  }

  .btn-link-blue:hover{
    color: #fff;
    background-color: #3a3a3a;
    text-decoration: none;
  }

  @media(max-width: 768px){
    .btn-link-blue{
      width: 200px;
      display: block !important;
    }
  }
  

  @media(max-width: 768px){
    .home-btn-blue{
      width: 200px;
      display: inline-block !important;
    }
  }

  
  .mt-20 {
    margin-top: 20px;
  }
  
  .heading-two-banner-style {
    font-family: "Circular Std", Sans-serif;
    font-size: 38px;
    font-weight: bold;
  }
  
  .banner-p {
    color: #292A2C;
    font-family: "Circular Std", Sans-serif;
    font-size: 18px;
    line-height: 1.85714285714286;
  }
  
  .ft-size-15 {
    font-size: 15px;
    line-height: 1.4;
  }
  
  .form-input-size {
    padding: 11.25px;
    height: auto;
  }
  
  .submit-style {
    background-color: #0274be;
    padding: 10px 40px !important;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
  }
  
  .navbar-shaddow {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition-property: background, border, border-radius, box-shadow;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: 0s, 0s, 0s, 0s;
  }
  


  /* WP form inpu radius overide */

  .wpforms-field input, .wpforms-field textarea, .wpforms-field select {
    border-radius: 5px !important;
}


.wpforms-submit-container button {
  background-color: #0274be !important;
  border: none !important;
  border-radius: 5px !important;
  color: #fff !important;
}



.cwd-default-section-padding {
  padding: 100px 20px;
}

.cwd-heading-2 {
  font-family: "Circular Std", Sans-serif;
  font-size: 38px;
  font-weight: bold !important;
  margin-bottom: 40px;
  text-transform: capitalize;
  line-height: 1.3;
}

.first-layer-review {
  width: 416px;
  height: 187px;
  text-align: center;
}

@media (max-width: 1440px) and (min-width: 769px){
  .review-section img{
    width: 100% !important
  }
}

@media (max-width: 450px){
  .review-section img{
    width: 100% !important
  }
}



.cwd-heading-4-blue {
  color: #0068FF;
  font-family: "Circular Std", Sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.cwd-heading-5 {
  font-family: "Circular Std", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44.5714px;
}

.cwd-heading-4 {
  color: #292A2C;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
}

.cwd-heading-3 {
  color: #292A2C;
  font-family: "Circular Std", Sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.cwd-paragraph {
  color: #292A2C;
  font-family: "Circular Std", Sans-serif;
  font-size: 18px !important;
  line-height: 33.42px;
}

.w-65 {
  width: 65%!important;
}

.yellow-star {
  color: #FFBC00;
  font-size: 21px;
}

footer {
  background-color: #292A2C;
}


.cwd-h6 {
  color: #fff;
  color: #FFFFFF;
  font-family: "Circular Std", Sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}

footer ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}

footer ul li a:hover {
  color: #5294de;
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  color: #fff;
  padding: 0;
}

.fa {
  font-size: 14px;
}

footer .copyrights {
  color: #fff;
  text-align: center;
}

.social-review-footer-complete img{
  width: 21px !important;
}

.cwd-bg-gray{
  background-color: #F4F6F8;
}



.card-title {
  color: #FFFFFF;
  font-family: "Circular Std", Sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.free-quote-card-text-style {
  font-family: "Circular Std", Sans-serif;
  color: #FFFFFF;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 52px;
  padding: 40px 0;
}

.card-list {
  list-style-type: none;
  font-family: "Circular Std", Sans-serif;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}

.cwd-card-btn {
  background-color: #fff;
  padding: 10px 40px;
  color: #227DFF;
  font-family: "Circular Std", Sans-serif;
  font-weight: bold;
  margin: 19px 0 19px 0;
}

.cwd-card-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 425px) {
  .card.cwd-card {
    background: url("https://canadianwebdesigns.ca/wp-content/uploads/2021/05/background-blue-v1.jpg");
    padding: 5px;
    margin: 0 auto;
    width: 100% !important;
  }
}

.card.cwd-card {
  background: url("https://canadianwebdesigns.ca/wp-content/uploads/2021/05/background-blue-v1.jpg");
  padding: 5px;
  margin: 0 auto;
  width: 75%;
}



.ribon-container {
  transform: rotate( 90deg );
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.ribon-text {
  background-color: #FF4350;
  color: #ffffff;
  text-align: center;
  left: 0;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate( -45deg );
  margin: 0;
  width: 200%;
  padding: 0;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate( -45deg );
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
}


.blog-paragraph-heading-style {
  font-family: "Circular Std", Sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1.4;
  color: #54595f;
  text-transform: capitalize;
}

.blog-card-excerpt {
  font-family: "Circular Std", Sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px !important;
  color: #777;
}

.fa.fa-chevron-right {
  font-size: 8px;
}

.read-move {
  color: #0068FF;
  font-family: "Circular Std", Sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
}

.blog-card-date {
  font-family: "Circular Std", Sans-serif;
  color: #adadad;
  line-height: 1.3em;
  font-size: 12px;
}

.blog-card-category-badge {
  background-color: #0068ff;
  position: absolute;
  border-radius: 13px;
  padding: 3px;
  margin: 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  width: 58.9px;
  text-align: center;
  right: 0;
}
.call-us-now-btn {
  width: 252px;
}


.portfolio-colored-border {
  border: 6px solid;
  border-radius: 5px;
}

.cwd-border-yellow {
  border-color: #E6DE4B;
}


.cwd-border-green {
  border-color: #178B44;
}

.cwd-border-orange {
  border-color: #F4C241;
}

.cwd-border-cyan {
  border-color: #3587A2;
}

.cwd-border-blue {
  border-color: #4BA4F0;
}

.cwd-border-dark-orange {
  border-color: #F38438;
}

.cwd-border-light-cyan {
  border-color: #40B1B2;
}

.cwd-border-light-gray {
  border-color: #7A7A7A;
}

.portfolio-a-tag-width, .portfolio-a-tag-width img{
  width: 100%;
  border-radius: 5px;
}



.glow-test:hover{
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255,165,0,1);
-moz-box-shadow: 0px 0px 16px 0px rgba(255,165,0,1);
box-shadow: 0px 0px 16px 0px rgba(255,165,0,1);
}

.portfolio-h6 {
  color: #fff;
  text-transform: capitalize;
  font-family: "Circular Std", Sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
}


.counter-style{
  color: #FFFFFF;
  font-family: "Circular Std", Sans-serif;
  line-height: 1;
  font-size: 69px;
  font-weight: 600;
}


.counter-sub-title{
  text-align: center;
  color: #FFFFFF;
  font-family: "Circular Std", Sans-serif;
  font-size: 18px;
  font-weight: bold;
}

iframe {
  width: 100% !important;
}


@media (max-width: 1380px) {
  .leader{
    width:100% !important;
  }
  
}

@media (max-width:425px){
  .leader img, .book{
    max-width: 100% !important;
  }
}



/* Navigation style overide */

nav.navbar.navbar-light.navbar-expand-xl.navbar-shaddow{
  padding: 0;
  height: 84px !important
}


@media(max-width: 1199px){
  nav.navbar.navbar-light.navbar-expand-xl.navbar-shaddow > div{
    width: 100%;
    background-color: #fff !important;
  }
  ul#menu-main-menu-1 li:hover, ul#menu-main-menu-1 li.active, .current_page_item {
    background-color: #0068ff;
  }
  ul#menu-main-menu-1 li a:hover, ul#menu-main-menu-1 li.active > a, a[aria-current="page"] {
    color: #fff !important;
  }
  ul.dropdown-menu.show li a {
    color: rgba(0,0,0,.5) ;
  }
  ul.dropdown-menu.show li a:hover {
    color:#fff !important;
    background-color: #0068ff;
  }
  .current-menu-item a{
    color: #fff !important;
  }


  /* Logo */
  a.navbar-brand {
    margin: 15px 0 0 15px;
  }

  button.navbar-toggler {
    margin: 15px 15px 0 0;
  }

  ul#menu-main-menu-1 li {
    padding: 0 15px;
  }
}




/* NAVIGATION MOBILITY NEW */

@media (max-width: 1200px){

  .d-flex.flex-column.w-75{
    /* order: 2; */
    width: 40%!important;
  }

  #navcol-1{
    display: none;
  }

  
  
}

@media(min-width: 1200px){
  div#navcol-2{
    display: none !important; 
  }
  ul.dropdown-menu.show li a:hover {
    background-color: #0068ff !important;
    color: #fff;
  }
}

@media(max-width: 1035px){
  ul.menu-top-list li:last-child {
    display: none;
  }
}

@media(max-width: 832px){
  ul.menu-top-list li:nth-child(2) {
    display: none;
  }

  .d-flex.flex-column.w-75 {
    width: 23%!important;
  }
}

@media(max-width: 690px){

  .d-flex.flex-column.w-75 {
    width: 63%!important
  }

  ul.menu-top-list li:last-child {
    display: block;
  }

   ul.menu-top-list li:nth-child(2) {
    display: block;
  }

  button.glow-on-hover {
    display: none;
  }
}

@media(max-width: 685px){
  ul.menu-top-list li:last-child {
    display: none;
  }
}

@media(max-width: 684px){
  .d-flex.flex-column.w-75 {
    width: 50%!important;
  }
}

@media(max-width: 618px){
  ul.menu-top-list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    padding-left: 0;
  }
  .d-flex.flex-column.w-75 {
    width: 43%!important;
  }
}


@media(max-width: 456px){
  ul.menu-top-list li:nth-child(2) {
    display: none;
  }
  a.navbar-brand{
    margin: 0;
  }
  a.navbar-brand img {
    width: 130px;
  }
}


@media(max-width: 386px){
  a.navbar-brand img {
    width: 110px;
  }
  .d-flex.flex-column.w-75 {
    width: 32%!important;
  }
  .d-flex.flex-column.w-75 .col {
    padding: 0;
  }
}





/* card mobility */
@media(max-width: 413px){
  section#home-services > .container,
  section#home-services > .container > .container,
  section#home-services > .container > .container .col {
    padding: 0;
  }
}

/* contact section right image mobility */
  @media(min-width: 769px){
    .contact-section-image{
      width: 540px !important;
    }    
  }

  @media(max-width: 768px){
    .contact-section-image{
      width: 100% !important;
      height: 439px
    }    
  }


html, body{
  margin: 0 !important;
}



/* cwd banner box-shaddow */
.cwd-banner-shadow{
  box-shadow: 1px 1px 6px 0px #d0d0d0;
}









/* =============== Contact Page  ===============*/

/* List of phone number and email with icon */
ul.contact {
  list-style-type: none;
  padding: 0;
}

i.fa.fa-mobile-phone {
  font-size: 25px;
}

.cwd-heading-4-blue-smaller {
  color: #0068FF;
  font-family: "Circular Std", Sans-serif;
  font-size: 15px;
  font-weight: bold;
}

ul.contact li a {
  color: #212529;
  text-decoration: none;
}

ul.contact li:hover a, ul.contact li:hover i {
  color: #0068ff;
}

@media(max-width: 767px){
  ul.contact li {
    text-align: center;
  }
}

@media(max-width: 375px){
  #amirImgContact{
    width: 100%;
  }
}






/*  =============== SEO Page  ===============*/

/* STEPS SECTION */
section.seo-step-section .row span{
  color: #fff;
  font-family: "Circular Std", Sans-serif;
  line-height: 2em;
}

section.seo-step-section .row p{
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
section.seo-step-section .row > div:nth-child(1){
  background-color: #0068FF;

}

section.seo-step-section .row > div:nth-child(2){
  background-color: #4285F4;
}

section.seo-step-section .row > div:nth-child(3){
  background-color: #01A5D7;
}
section.seo-step-section .row > div:nth-child(4){
  background-color: #2692C9;
}


article h2{
  font-family: "Circular Std", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

article p, article ol li, article ul li, p.banner-p, p.banner-p + ul li{
  font-family: "Circular Std", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.4px;
}

p.banner-p + ul li {
  color: #fff;
}


/*  ===============Archive page styles =============== */
.blog-container-grid-style{
  align-items: stretch;
  grid-template-columns: repeat(3,1fr);
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  --grid-column-gap: 30px;
  --grid-row-gap: 35px;
}

@media(max-width: 991px){
  .blog-container-grid-style{
    align-items: stretch;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    --grid-column-gap: 30px;
    --grid-row-gap: 35px;
  }
}

@media(max-width: 767px){
  .blog-container-grid-style{
    align-items: stretch;
    grid-template-columns: repeat(1,1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    --grid-column-gap: 30px;
    --grid-row-gap: 35px;
  }
}

.card:hover {
  box-shadow: 1px 2px 9px 0px #ccc !important;
}

/* pagination in archive page */
div#pagination .page-numbers{
  padding: 16px;
  margin-top: 31px;
}

div#pagination {
  display: flex;
  justify-content: center;
}





/* =============== Single post style (single.php) ===============*/
.cwd-single-page-body p{
  font-family: "Roboto", sans-serif;
  font-size :15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.8571px;
  margin-bottom: 1.75em;
}


 .cwd-single-page-body li{
  font-family: "Roboto", sans-serif;
  font-size :15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.8571px;
  
}
.cwd-single-page-body h2{
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.cwd-single-page-body h3{
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

/* preveus and next */
.prev-and-next .container{
  padding: 40px 20px;
}

.prev-and-next .container > div{
  display: flex;
  justify-content: space-between;
}

@media(max-width: 509px) {
  .prev-and-next .container > div{
    flex-direction: column;
    text-align: center;
  }
 
}

.prev-and-next .container > div span{
  font-family: "Circular Std", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #292A2C;
}




/* =============== footer cities web development style =============== */

.footer-cities-h1{
  color: #000000;
  font-family: "Circular Std", Sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.container.quality-container .row:nth-child(odd) {
  flex-direction: row-reverse !important;
}

@media(max-width: 991px) {
  .container.quality-container .row:nth-child(odd){
    flex-direction: column-reverse !important;
  }
}

@media(max-width: 450px){
  .container.quality-container img{
    width: 100%;
  }
}

/* circle icons */

.circle-quality-icon-container {
  width: 135px;
  height: 135px;
  background-color: #00bfff;
  text-align: center;
  align-items: center;
  display: flex;
  border-radius: 124px;
  justify-content: center;
}

.circle-quality-icon-container i {
  font-size: 65px;
  color: #ffff;
}


/* ======== Footer cities SEO pages ========  */
form#wpforms-form-10467 input[type="text"] {
  min-width: 100% !important;
  margin: 0 !important;
}
.footer-seo-banner{
  background-color: #fd6d52;
}
@media(min-width: 619px){
  .footer-seo-banner{
    padding: 20px 20px;
  
  }
}
@media(max-width: 618px){
  .footer-seo-banner{
    padding: 20px 50px;
  }
}





/* =============== Client Details Page =============== */

/* Make the border gray */
.gform_body.gform-body input, .gform_body.gform-body select, .gform_body.gform-body textarea {
  border: 1px solid #818a91 !important;
  border-radius: 4px;
}

/* Make the submit and next button full width */
.gform_page_footer.top_label, .gform_footer.top_label {
  display: flex;
  flex-flow: column;
}

/* Change progress bar color same to CWD color */
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #0068ff !important;
  color: #fff;
}

.gform_page_footer.top_label input:hover, .gform_footer.top_label input:hover{
  background-color: #3a3a3a;
}

/* Change submit and next button to CWD blue */
.gform_page_footer.top_label input, .gform_footer.top_label input{
  background-color: #0068ff;
  color: #fff;
  padding: 10px;
  border: none;
}


/* Lessen the darkness of label */
.gform_wrapper.gravity-theme .gfield_label{
  color: #636363;
}




/* ===============Thank you Page=============== */

@media(max-width: 768PX){
  .thank-you-img{
    width: 100%;
  }
}


/* ===============Ticket request=============== */
button#gform_browse_button_3_8 {
  border: none;
  background-color: #0068ff !important;
  color: #fff;
}


/* WHO WE ARE BANNER */

@media(max-width: 600px){
  .set-height-in-mobile{
    height: 350px;
  }
}


/* Website design development page */
@media(max-width: 1024px){
  div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds{
    width: 100% !important;
  }

}

.make-link-gray{
  color: #212529;
  text-decoration: none;
}

.make-link-gray:hover{
  color: #0274be;
  text-decoration: none;
}




/* ===============Case Study=============== */
.case-study-bg{
  background-color: #292a2c;
}

.case-study-light-gray{
  color: #B9B9B9;
}

.case-study-box-shadow{
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) !important;
}


@media(max-width: 1199px){
  .case-study-img{
    width: 100%;
  }
}



/* FAQ */
div[role="tablist"] h3 a{
  color: #006d97 !important;
  padding: 15px;
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}


div[role="tablist"]  .card-header {
  margin-bottom: 10px;
}

div[role="tablist"]  .card-header:hover h3 a{
  color: #fff !important;
}

div[role="tablist"]  .card-header:hover{
  background-color: #01b1f3;
}


/* website portfolio archive */
div#paginationWebPortfolio {
  text-align: center;
}
#paginationWebPortfolio .page-numbers{
  padding: 16px;
  margin-top: 31px;
}
#paginationWebPortfolio span.page-numbers.current {
  color: #e6de4b !important;
  
}



/* Our story page */
/* 547 */
@media(max-width: 768px){
  .logo-with-shadow{
    width: 100%;
  }

}





/* Website Maintenance Plan page */

.maintenance-btn-link{
    width: 250px;
    background-color: #0274be;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: auto;
}

.maintenance-btn-link:hover{
  color: #fff;
  background-color: #3a3a3a;
  text-decoration: none;
}



.card-body ul{
  list-style-type: none;
  padding: 0;
}

.maintenance-pricing .container > div > div:first-child .card-header {
  background-color: #006D97;
  color: #fff;
}

.maintenance-pricing .container > div > div:nth-child(2) .card-header {
  background-color: #C85042;
  color: #fff;
}


.maintenance-pricing .container > div > div:last-child .card-header {
  background-color: #54595F;
  color: #fff;
}


.maintenance-pricing ul li , .make-blue li{
  padding: 10px 0;
}

.fa-check-circle:before {
  content: "\f058";
  color: #7a7a7a;
}
.la-rocket:before, .fa-code:before, .fa-server:before{
  font-size: 60px;
  color: #2a8cb6
}

.make-blue .fa-check-circle:before {
  color: #2a8cb6
}

.benifits-maintenance .card{
  box-shadow: -2px 0px 10px 0px rgb(0 0 0 / 20%);
}

.maintenance-faq-link{
  background-color: #51b951;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}

.maintenance-faq-link:hover{
  background-color: #3d8e3d;
  color: #fff;
  text-decoration: none;
}

ul.make-blue li {
  border-bottom: 1px solid #beb8b8;
}