
@font-face {
    font-family: 'Myriad Pro Semi';
    src: url('../fonts/MyriadPro-SemiboldIt.eot');
    src: url('../fonts/MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
        url('../fonts/MyriadPro-SemiboldIt.woff') format('woff'),
        url('../fonts/MyriadPro-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Ita';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-It.woff2') format('woff2'),
        url('../fonts/MyriadPro-It.woff') format('woff'),
        url('../fonts/MyriadPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&display=swap');


html {
    scroll-behavior: smooth;
  }


body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
    color: #000;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-word;
}
.myriad {
    font-family: 'Myriad Pro Bold', Arial, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}

a.text-primary:focus, a.text-primary:hover {
    color: #25408C!important;
}

    .page-section {
        padding: 4rem 1rem;
     }

    .navbar-brand {
        min-width: 200px;
    }


    .mxw-1 {
        max-width: 1450px;
    }
    .mxw-2 {
        max-width: 1050px;
    }
    .mxw-3 {
        max-width: 850px;
    }
    .mxw-4 {
        max-width: 600px;
    }
    .mxw-5 {
        max-width: 500px;
    }
    
.wrapper {
    padding: 0;
}

header.masthead {
    background-color: #30559d;
}


.video-background-holder video {
    width: 100%;
    height: auto;
    z-index: 0;
  }
    
section#call {
    background: #30559d;
    background-image: url("../img/call.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section#different {
    background: #30559d;
    background-image: url("../img/different.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


section#different_s {
    background: #30559d;
    background-image: url("../img/different-surveys.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


section#testimonials {
    background: #30559d;
    background-image: url("../img/testimonial.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


section#values {
    background: #fafafa;
}

section#quotes {
    background: #FFF;
    background-image: url("../img/quotes.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


section#clients {
    background: #FFF;
    background-image: url("../img/different_v2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#bespoke .card-header, #importance .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #c58765;
    border-bottom: 0;
}

#bespoke .card-body, #importance .card-body {
    background-color: #25408c;
}

#bespoke .card, #importance .card {
    border: 0;
    border-radius: 0;
}

#bespoke .card-header:first-child, #importance .card-header:first-child {
    border-radius: 0;
}

/* Typography */

h1, h2, h3, h4 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}


.display-5 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.2;
}


.display-7 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-8 {
    font-size: 1rem;
    line-height: 1.2;
}

.display-9 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

#process-top {
    background: #25408C;
    background-image: url("../img/survey-tab.png");
    background-repeat: no-repeat;
    background-position: topcenter;
    background-size: contain;
}

#process-top .carousel-indicators img, #process-top .heading {
    opacity: 0.5;
}

#process-top .carousel-indicators .active img {
    opacity: 1;
    min-width:70px;
    max-width:70px;
    transition: width 2s, height 2s, transform 2s;
}

#process-top .carousel-indicators .active .heading {
    opacity: 1;
}

#process_step_1, #process_step_2, #process_step_3, #process_step_4 {
    min-width: 120px;
    max-width: 120px;
}

#process_step_1 img, #process_step_2 img, #process_step_3 img, #process_step_4 img {
    min-width:50px;
    max-width:50px;
    transition: width 2s, height 2s, transform 2s;
}

.isactive img, .isactive .heading {
    opacity: 1 !important;
}

#solution h4 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2;
}
.slick-prev, .slick-next {
    top: 40%;
}

.slick-slide:focus {
    outline: 0;
}

.carousel-indicators {
    position: relative;
}

.carousel-control-prev {
    left: -100px;
    bottom: 150px;
}

.carousel-control-next {
    right: -100px;
    bottom: 150px;
}

#solution {
    font-size: 15px;
}

/* Text Color */

.text-primary {
    color: #25408C!important;
  }
  
.text-secondary {
    color: #efaf89!important;
  }
  
.text-tertiary {
      color: #3b67e3!important;
 }

 .text-quaternary {
       color: #25408c!important;
  }

  .text-brown {
        color: #d09878!important;
   }
  
 .border-primary {
    border-color: #2e559a!important;
}

#solution img {
    max-width: 100px;
}


#different img {
    min-width: 80px;
    max-width: 80px;
}


.bg-primary {
    background-color: #25408C!important;
}

.bg-secondary {
    background-color: #25408c!important;
}
.circle_el {
    display: inline-flex;
}

.circle_el.sml {
    width: 60px;
    height: 60px;
}

.circle_el.lrg {
    width: 100px;
    height: 100px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #25408C;
    text-transform: uppercase;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #25408C;
}
  
  .navbar-light .navbar-nav .nav-link {
    color: #25408C;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: .5rem 1rem 0 1rem;
  }
  
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #25408C;
  }


  /* buttons */
  .btn {
    display: inline-block;
    font-weight: 700;
    font-family: 'Myriad Pro Bold', Arial, sans-serif;
    color: #2e559a;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #2e559a;
    background-color: transparent;
    border-color: #2e559a;
    min-width: 200px;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #2e559a;
    border-color: #2e559a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #2e559a;
    border-color: #2e559a;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    min-width: 200px;
}

.btn-secondary:hover {
    color: #25408C;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #2e559a;
    border-color: #2e559a;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 2px;
  }

  #right-sidebar .wpcf7 input[type=text], #right-sidebar .wpcf7 input[type=email]  {
    border-bottom: 1px solid #2e559a;
    padding: 0;
  }

  #right-sidebar {
    max-width: 200px;
    }

    #right-sidebar .wpcf7 input[type=submit] {
        color: #fff !important;
        background-color: #2e559a !important;
        border-color: #fff !important;
    }
  
  .form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-outline-primary, .wpcf7 input[type=submit], .btn-outline-primary:hover, .wpcf7 input:hover[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active[type=submit], input:focus[type=submit] {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
  }
  
  
  .wpcf7 input:hover[type=submit] {
    color: #263f7e !important;
    background-color: #fff !important;
    border-color: #fff !important;
  }
  
  .wpcf7 input[type=text] {
    font-size: 15px;
  
  }
  
  .wpcf7 input[type=submit] {
    font-family: 'Myriad Pro Bold', Arial, sans-serif;
    width: auto;
    height: auto;
    padding: 0.55rem 2rem;
    font-size: 13px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 0;
    font-weight: 700;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  

#testimonials span {
    display: block;
    font-size: 56px;
    line-height: 56px;
    font-family: "Russo One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

  #testimonials .description , #testimonials .description {
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 300;
  }

  #testimonials {
    overflow:hidden;
  }

  .menu-item a img {
    min-width: 150px;
}

.widget-title {    
    color: #25408c !important;
    font-size: 1.5rem !important;
}

#right-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #25408c;
    margin-bottom: 30px;
    max-width: 200px;
  }
  #right-sidebar ul a:hover {
    background-color: #25408c;
    color: white;
}
#right-sidebar ul li.current-cat a {
  background-color: #25408c;
  color: white;
}
#right-sidebar ul li a {
    display: block;
    color: #25408c;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}
#right-sidebar li {
    border-bottom: 1px solid #25408c;
  }
  
  #right-sidebar li:last-child {
    border-bottom: none;
  }
.blog-title {
    font-size: 25px !important;
    font-weight: bold;
    color: #25408c !important;
    line-height: 30px !important;
    padding-bottom: 6px !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
  }
  
  .blog-index {
    font-size: 18px !important;
    color: #25408c !important;
    line-height: 20px !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
  }

  .card-header {
    padding: 0;
}

.paraxify {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  

