/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *:before,  *:after,  *:first-letter,  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
}
a,  a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
    content: "";
}
pre,  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
    display: table-header-group;
}
tr,  img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p,  h2,  h3 {
    orphans: 3;
    widows: 3;
}
h2,  h3 {
    page-break-after: avoid;
}
}
/*-----------------------------------------------------------------------*/

/*.testimonial-section2 {
    position: relative;
    padding: 50px 0;
    background-color: #e91c5e;
}*/
.testim .wrap {
    position: relative;
    width: 100%;
    /*max-width: 1020px;
    padding: 40px 20px;*/
    margin: auto;
}
.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before {
    cursor: pointer;
}
.testim .arrow:hover {
    color: #2b288d;
}
.testim .arrow.left {
    left: 10px;
}
.testim .arrow.right {
    right: 10px;
}
.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}
.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 25px 5px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active, .testim .dots .dot:hover {
    background: #222;
    border-color: #fff;
}
.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont {
    position: relative;
    overflow: hidden;
}
.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive {
    opacity: 1;
}
.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div .h4 {
    color: #fff;
    font-size: 1.2em;
    margin: 15px 0;
}
.testim .cont div p {
    font-size: 17px;
    color: #eee;
    width: 80%;
    margin: auto;
}
.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}
 @-webkit-keyframes testim-scale {
 0% {
 -webkit-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -webkit-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-moz-keyframes testim-scale {
 0% {
 -moz-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -moz-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -moz-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -moz-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-ms-keyframes testim-scale {
 0% {
 -ms-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -ms-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -ms-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -ms-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-o-keyframes testim-scale {
 0% {
 -o-box-shadow: 0px 0px 0px 0px #eee;
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 -o-box-shadow: 0px 0px 10px 5px #eee;
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 -o-box-shadow: 0px 0px 10px 5px #ea830e;
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 -o-box-shadow: 0px 0px 0px 0px #ea830e;
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @keyframes testim-scale {
 0% {
 box-shadow: 0px 0px 0px 0px #eee;
}
 35% {
 box-shadow: 0px 0px 10px 5px #eee;
}
 70% {
 box-shadow: 0px 0px 10px 5px #ea830e;
}
 100% {
 box-shadow: 0px 0px 0px 0px #ea830e;
}
}
 @-webkit-keyframes testim-content-in {
 from {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
 @-moz-keyframes testim-content-in {
 from {
 opacity: 0;
 -moz-transform: translateY(100%);
 transform: translateY(100%);
}
to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
}
 @-ms-keyframes testim-content-in {
 from {
 opacity: 0;
 -ms-transform: translateY(100%);
 transform: translateY(100%);
}
to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
 @-o-keyframes testim-content-in {
 from {
 opacity: 0;
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
}
 @keyframes testim-content-in {
 from {
 opacity: 0;
 transform: translateY(100%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
 @-webkit-keyframes testim-content-out {
 from {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
}
 @-moz-keyframes testim-content-out {
 from {
 opacity: 1;
 -moz-transform: translateY(0);
 transform: translateY(0);
}
to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
}
 @-ms-keyframes testim-content-out {
 from {
 opacity: 1;
 -ms-transform: translateY(0);
 transform: translateY(0);
}
to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}
 @-o-keyframes testim-content-out {
 from {
 opacity: 1;
 -o-transform: translateY(0);
 transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
}
}
 @keyframes testim-content-out {
 from {
 opacity: 1;
 transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}
 @-webkit-keyframes testim-show {
 from {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
 @-moz-keyframes testim-show {
 from {
 opacity: 0;
 -moz-transform: scale(0);
 transform: scale(0);
}
to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
}
}
 @-ms-keyframes testim-show {
 from {
 opacity: 0;
 -ms-transform: scale(0);
 transform: scale(0);
}
to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
}
 @-o-keyframes testim-show {
 from {
 opacity: 0;
 -o-transform: scale(0);
 transform: scale(0);
}
to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}
}
 @keyframes testim-show {
 from {
 opacity: 0;
 transform: scale(0);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
 @-webkit-keyframes testim-hide {
 from {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}
 @-moz-keyframes testim-hide {
 from {
 opacity: 1;
 -moz-transform: scale(1);
 transform: scale(1);
}
to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}
 @-ms-keyframes testim-hide {
 from {
 opacity: 1;
 -ms-transform: scale(1);
 transform: scale(1);
}
to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}
 @-o-keyframes testim-hide {
 from {
 opacity: 1;
 -o-transform: scale(1);
 transform: scale(1);
}
to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}
 @keyframes testim-hide {
 from {
 opacity: 1;
 transform: scale(1);
}
to {
    opacity: 0;
    transform: scale(0);
}
}
 @media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}
 @media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}
.testim .cont div p {
    line-height: 25px;
}
}


/*--------------------------------------------Award Start--------------------------------------------*/


.color-bg {
    background: #fff none repeat scroll 0 0;
}
.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.award-process-item {
    text-align: center;
}
.award-process-icon {
    background: #3374a0;
    font-size: 42px;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.award-process-icon:hover {
    transform: rotate(360deg);
    transition: .5s;
    color: #000;
    cursor: pointer;
}

.award-process-description {
    margin-top: 20px;
}
.award-process-item {
    padding: 50px 40px;
    position: relative;
    min-height: 300px;
}
.award-process-item:after{
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: -25px;
    top: 85px;
    font-size: 50px;
    color: #3374a0;
}
.award-process-wrapper .award-process-item-container:last-child .award-process-item:after{
    display: none;
}
.award-process-wrapper .award-process-item-container:nth-child(3) .award-process-item:after,
.award-process-wrapper .award-process-item-container:nth-child(4) .award-process-item:after{
    top: auto;
    right: auto;
    bottom: 0px;
    left: 42%;
    transform: rotate(90deg);
}
.award-process-wrapper .award-process-item-container:nth-child(5) .award-process-item:after,
.award-process-wrapper .award-process-item-container:nth-child(6) .award-process-item:after{
    top: 85px;
    right: auto;
    bottom: auto;
    left: -25px;
    transform: rotate(180deg);
}
.award-process-wrapper .award-process-item-container:nth-child(9) .award-process-item:after{
    content: "\f149";
    top: 360px;
    right: auto;
    bottom: auto;
    left: 116px;
    font-size: 110px;
    transform: rotate(90deg);
}
.award-process-wrapper .award-process-item-container:nth-child(10) .award-process-item:after{
    top: 80px;
    right: auto;
    bottom: auto;
    left: 330px;
    transform: rotate(180deg);
}

.text-white {
    color: #000;
}

@media (max-width: 767px) {
    .award-process-wrapper .award-process-item-container{
        width: 100%;
        max-width: 100%;
    }
    .award-process-wrapper .award-process-item-container .award-process-item{
        min-height: 100px;
    }
    .award-process-wrapper .award-process-item-container:nth-child(n) .award-process-item:after{
        top: auto;
        right: auto;
        bottom: -42px;
        left: 42%;
        transform: rotate(90deg);
    }
}
/*--------------------------------------------Award Start--------------------------------------------*/

/*--------------------------------------------Award Start--------------------------------------------*/

.single-customer {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
  width: 60%;
  height: auto;
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
  transition: transform .5s ease-in,-webkit-transform .5s ease-in;
  margin: 8px auto;
}

.p-5 {
    padding: 3rem !important;
}

.gray-light-bg {
    background: #fff !important;
    z-index: 9;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.single-customer img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: opacity(50%);
  /* Safari 6.0 - 9.0 */
  filter: opacity(90%);
  width: 100%;
}

.title-default-1 {
    font-size: 34px;
    font-weight: 600;
}

.single-customer:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.logo_img {
    padding: 10px 30px;
   /* background: #fff;*/
    text-align: center;
    height: 140px;
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    border-radius: 10px;
}

.text p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    color: #01426e;
}
.single-customer:hover.customer-logo {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.customer-slider-wrap {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.customer-slider-wrap .shape-left:before {
    position: absolute;
    left: -105px;
    width: 200px;
    height: 200px;
    border: 2px dashed #01426F;
    content: "";
    top: -120px;
    border-radius: 100%;
}

/*.customer-slider-wrap .shape-left:after {
  position: absolute;
  left: 35%;
  width: 70px;
  height: 70px;
  background: #20526c;
  content: "";
  bottom: -40px;
  border-radius: 100%;
}*/

/*.customer-slider-wrap .shape-right:before {
  position: absolute;
  right: 35%;
  width: 70px;
  height: 70px;
  background: #20526c;
  content: "";
  top: -40px;
  border-radius: 100%;
}*/

.customer-slider-wrap .shape-right:after {
     position: absolute;
    right: -120px;
    width: 200px;
    height: 200px;
    border: 2px dashed #01426F;
    content: "";
    bottom: -113px;
    border-radius: 100%;
}

.customer-slider-wrap .shape-left-1:before {
  position: absolute;
  left: -102px;
  width: 185px;
  height: 185px;
  border: 2px dashed #01426e;
  content: "";
  top: -120px;
  border-radius: 100%;
}

.customer-slider-wrap .shape-right-1:after {
    position: absolute;
    right: -118px;
    width: 185px;
    height: 185px;
    border: 2px dashed #20526c;
    content: "";
    bottom: -110px;
    border-radius: 100%;
}

.customer-slider-wrap .shape-left-2:before {
  content: "";
  position: absolute;
  left: -100px;
  width: 170px;
  height: 170px;
  border: 2px dashed #01426e;
  top: -120px;
  border-radius: 100%;
}

.customer-slider-wrap .shape-right-2:after {
    position: absolute;
    right: -115px;
    width: 170px;
    height: 170px;
    border: 2px dashed #20526c;
    content: "";
    bottom: -108px;
    border-radius: 100%;
}

.mt--80 {
  margin-top: -150px;
}


.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}