﻿@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

.nopadding {
    padding: 0px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.header-title {
    text-align: center;
    padding: 30px 0px;
}

.header-title img {
    max-width: 160px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    transition: 0.4s;
    padding: 4px;
}
.header-title img:hover{
    border-color: #013e8e;
    transform: rotate(-45deg);
    background: #013e8e;
    transition: 0.7s;
}
.header-title h2 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.header-title h4 {
    font-size: 16px;
    display: inline-block;
    font-style: italic;
    padding: 6px 10px;
    background: #FAF46A;
    color: rgba(0,0,0,.7);
    border-radius: 4px;
    line-height: 1;
    transition: 0.4s;
}
.header-title h4:hover{
    background: #fffcae;
    transition: 0.4s;
}
.time-line {
    /* padding-bottom: 50px; */
}

.t-name {
    padding: 15px 0px;
    text-align: center;
}

.t-name h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-weight: 700;
    font-size: 42px;
    color: #345;
}

.right-box {
    padding: 0px !important;
    margin-bottom: 20px;
}

.box-title {
    position: relative;
    margin-bottom: 1em;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}

.box-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 3px;
    width: 100%;
    border-bottom: 4px solid #F4F6F7;
    transition: 0.4s
}

.box-title span {
    position: relative;
    display: inline-block;
    padding-right: 1.4em;
    background: #fff;
}

.box-title span i {
    font-size: 15px;
    margin-right: 14px;
    line-height: 40px;
    text-align: center;
    color: #B7C6C9;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #F4F6F7;
    display: inline-block;
    width: 47px;
    height: 47px;
    transition: 0.4s
}
.right-box:hover .box-title span i{
    border-color: #5bcf80;
    color: #5bcf80;
    transition: 0.4s
}
.right-box:hover .box-title:before{
    border-color: #5bcf80;
    transition: 0.4s
}
.right-box .progress-bar-success {
    background-color: #5bcf80;
    border-radius: 5px;
    transition: 0.4s
}
.right-box .progress-bar-success:hover{
    background-color: #75e298;
    transition: 0.4s
}
.right-box .progress {
    height: 36px;
    background-color: rgba(245, 245, 245, 0);
    box-shadow: none;
    margin-bottom: 10px;
}

.right-box .progress-bar {
    line-height: 33px;
    text-align: left;
    font-weight: 800;
    letter-spacing: 1px;
    padding-left: 15px;
}

.test-box {
    position: relative;
    padding: 5% 7%;
    margin: 0 16px 24px 0;
    border-radius: 6px;
    background: url(../images/quote.png) no-repeat top 12px left 10px #EFF4F5;
    background-size: 26px;
    transition: 0.4s
}
.test-box:hover{
    background: url(../images/quote.png) no-repeat top 12px left 10px #f9f9f9;
    background-size: 26px;
    transition: 0.4s
}

.test-box img {
    display: block;
    float: right;
    max-width: 90px;
    border-radius: 50%;
    margin: -42px -35px 10px 20px;
    border: 8px solid #fff;
}

.test-box h4 {
    position: relative;
    margin: 0;
    font-weight: 700;
    color: #6A7686;
    font-size: 16px;
}

.test-box h4 span {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .04em;
    font-weight: 700;
    margin-left: 1em;
    color: #BFC5CD;
    text-transform: uppercase;
}

.test-box p {
    position: relative;
    margin: 10px 0;
    font-size: 14px;
    line-height: 150%;
    color: #6A7686;
}

.text-section p {
    color: #345;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 25px;
}

.text-section a, .text-section a:focus {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    border: 0;
    outline: 0;
    background: #fff;
    border: 2px solid #6A7686;
    color: #6A7686;
    text-shadow: none;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s;
    text-align: center;
}

.text-section a:hover {
    background: #5bcf80;
    color: #fff;
    border-color: #5bcf80;
    transition: 0.4s
}

.my-timeline {
    position: relative;
    padding-left: 112px;
    padding-bottom: 8px;
}

.my-timeline h2 {
    position: relative;
    margin-bottom: 2em;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
}

.my-timeline h2 i {
    display: block;
    font-size: 28px;
    position: absolute;
    top: -27px;
    left: -112px;
    width: 86px;
    line-height: 78px;
    margin: 0;
    z-index: 120;
    text-align: center;
    color: #B7C6C9;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #F4F6F7;
    transition: 0.4s;
}
.my-timeline:hover h2 i{
    /*border-color: #5bcf80;*/
    color: #5bcf80;
    transition: 0.4s;
}
.my-timeline:hover .timeline-data p:before{
    /*background-color: #5bcf80;*/
    transition: 0.4s;
}

.timeline-data {
    position: relative;
    padding: 26px 32px;
    margin-bottom: 3em;
    background: #ffffff;
    border: 3px solid #EDF1F3;
    border-radius: 6px;
    transition: 0.4s;
}
.timeline-data:hover{
    background: #fbfbfb;
    transition: 0.4s;
}
.timeline-data:hover:after{
    border-right-color: #fbfbfb
}
.timeline-data:before, .timeline-data:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.timeline-data:before {
    border-right-color: #EDF1F3;
    border-width: 15px;
    margin-top: -15px;
}

.timeline-data:after {
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
    transition: 0.4s
}

.timeline-data.current .year {
    border-color: #345;
    outline: 5px solid #FFF;
    background-color: #345;
}

.timeline-data .year {
    background: #5bcf80;
    position: absolute;
    top: 45%;
    margin-top: -24px;
    left: -106px;
    width: 68px;
    line-height: 58px;
    text-align: center;
    background: #5BCF80;
    display: block;
    z-index: 120;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #FFF;
    font-family: Arial;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
}

.timeline-data h4 {
    margin: 0px 0px 10px 0px;
    color: #345;
    font-weight: 700;
    font-size: 16px;
}

.timeline-data h5 {
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #C9D5D6;
}

.timeline-data p {
    padding: 6px 0px 1px 0px;
    letter-spacing: 0.4px;
    font-size: 14px;
}

.timeline-data p:before {
    display: block;
    content: "";
    position: absolute;
    top: -30px;
    left: -72px;
    height: 160%;
    width: 4px;
    background: #F4F6F7;
    transition: 0.4s;
}
.no-border-line:before{
    height: 70% !important;
}

@media only screen and (max-width: 768px) {
    .test-box {
        margin: 70px 0px 100px 0px;
        text-align: center;
    }

    .test-box img {
        float: none;
        margin: -80px auto 10px auto;
    }

    .my-timeline {
        padding-left: 0;
        text-align: center
    }

    .my-timeline h2 [class^="icon-"], .my-timeline h2 [class*=" icon-"], .my-timeline h2 .fa {
        position: relative;
        top: auto;
        left: auto;
        margin: -12px auto 6px auto;
        border: 0;
        line-height: 1;
    }

    .timeline-data {
        padding: 16px;
        margin-top: 104px;
    }

    .timeline-data:first-of-type {
        margin-top: 116px;
    }

    .timeline-data:first-of-type .year {
        top: -74px;
    }

    .timeline-data:before, .timeline-data:after {
        display: none;
    }

    .timeline-data .year {
        top: -64px;
        left: 50%;
        margin-left: -32px;
    }

    .timeline-data h2, .timeline-data h4, .timeline-data h5 {
        text-align: center;
    }

    .timeline-data p:before {
        left: 50%;
        z-index: -1;
    }

    .my-timeline .timeline-data:last-child p:before {
        height: 100%;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
    padding: 2px 10px 5px 10px !important;
    color: #fff !important;
    background: #5bcf80;
    outline: none !important
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    opacity: 1;
}
.owl-theme .owl-nav{
    margin-top: 0px !important
}
.footer-main{
    text-align: center;
    padding: 50px 0px;
    background: url(../images/footer-pattern.png) repeat-x;
}
.footer-main h3{
    margin: 0px 0px 20px 0px;
    font-size: 18px;
}
.footer-main h3 span{
    color: #999;
}
.footer-main h4{
    margin: 0px;
    font-size: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 1px;
}
.footer-main h4 i{
    color: #ff000c
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
  font-family: 'Lato', sans-serif;
  padding-top: 20vh;
}

.sidenav a {
  padding: 15px 8px 15px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px

}

.sidenav a:hover{
  color: #5bcf80;
}
.sidenav a.active{
  color: #5bcf80;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.menu-icon{
    position: fixed;
    left: 20px;
    top: 20px;
    font-size:30px;
    cursor:pointer;
    transition: 0.4s;
    z-index: 1000;
}
.menu-icon:hover{
 color: #5bcf80;
 transition: 0.4s; 
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*  style 7 */
.reviews-7 {
    background: #fff;
    padding: 15px;
}

.reviews-7 .review-box {
    margin-bottom: 15px;
}

.reviews-7 .review-box .quote-box {
    background: url(../images/g-logo.png) no-repeat right 7px bottom 7px #f5f5f5;
    background-size: 17px;
    padding: 25px 15px;
    border-radius: 2px;
    transition: 0.4s
}
.reviews-7 .review-box .quote-box:hover{
    background: url(../images/g-logo.png) no-repeat right 7px bottom 7px #f9f9f9;
    background-size: 17px;
    transition: 0.4s
}
.reviews-7 .review-box .quote-box h3 {
    background: url(../images/r-4-quote.png) no-repeat top left;
    background-size: 20px;
    padding-left: 30px;
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.reviews-7 .review-box .quote-box h3 span {
    color: #ff9800;
    margin-right: 5px;
}

.reviews-7 .user-details {
}

.reviews-7 .user-details table {
    width: 100%;
}

.reviews-7 .user-details table tr td:first-child {
    background: url(../images/r-4-arrow.png) no-repeat top center;
    background-size: 20px;
    width: 50px;
}

.reviews-7 .user-details table tr td:first-child img {
    width: 50px;
    border-radius: 100px;
    border: 1px solid #dadada;
    padding: 2px;
}
.reviews-7 .review-box:hover table tr td:first-child img{
    border-color: #5bcf80
}
.reviews-7 .review-box:hover .user-details table h5{
    color: #5bcf80
}

.reviews-7 .user-details table tr td {
    padding: 15px 5px 5px 5px;
}

.reviews-7 .user-details table h5 {
    color: #2196F3;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0px
}

.reviews-7 .user-details table h6 {
    margin: 7px 0px 7px 0px;
    font-size: 12px;
    color: #b9b9b9;
}

.reviews-7 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.19);
    border: none;
    width: 7px;
    height: 7px;
}

.reviews-7 .carousel-indicators .active {
    background-color: #2196F3;
    height: 9px;
    width: 9px;
}

.reviews-7 .carousel-indicators {
    bottom: -15px;
}
.owl-theme .owl-nav{
    margin-top: 0px;
}
.testimonial-slide .owl-prev{
    position: absolute;
    left: -10px;
    top: 135px;
    bottom: auto;
}
.testimonial-slide .owl-next{
    position: absolute;
    left: auto;
    right: -10px;
    top: 135px;
    bottom: auto;
}
button:focus {
    outline: none;
}
.owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.style-sevn .owl-prev{
    position: absolute;
    left: -25px;
    top: 70px;
    bottom: auto;
}
.style-sevn .owl-next{
    position: absolute;
    left: auto;
    right: -25px;
    top: 70px;
    bottom: auto;
}
.style-sevn-arw-two .owl-prev{
    position: absolute;
    left: -45px;
    top: 32%;
    bottom: auto;
    background: none !important
}
.style-sevn-arw-two .owl-next{
    position: absolute;
    left: auto;
    right: -45px;
    top: 32%;
    bottom: auto;
    background: none !important
}

.no-border-timeline{
    padding: 0px !important;
    border: none !important;
    border-radius: 0px !important;
}
.no-border-timeline:hover{
    background: none !important
}
.no-border-timeline:before{
    display: none;
}
.big-border-side{

}
.gallery-slider-header .owl-prev{
    top: 30%;
    left: -41px !important;
    position: absolute;
    background: none !important
}
.gallery-slider-header .owl-next{
    top: 30%;
    right: -41px !important;
    position: absolute;
    background: none !important
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 30px
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
}
.card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
}
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
}
}

.gallery-slider-header .owl-prev{
    left: -30px;
}
.gallery-slider-header .owl-next{
    right: -30px;
}
.space-slider{
    padding: 0 29px;
    margin: 1px;
}

.card-with-header{
    border: 1px solid #ddd;
}
.card-with-header .card-header{
    padding: 10px 20px 8px 20px;
    margin-bottom: 0;
    background-color:unset;
}
.card-with-header .card-header.bg{
    background-color: rgba(0,0,0,.03);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.slider-img{
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0px;
    transition: 0.4s
}
.slider-img:hover{
    border-color: #5bcf80;
    transition: 0.4s
}
.hover-text:hover h3 , .hover-text:hover p{
    color: #1131a7;
}

.hover-border:hover{
    border: 5px solid #2d8ec6;
    transition: all 0.3s ease;
}
.card-with-header .card-header.bg h4{
    margin-bottom: 2px !important;
    font-size: 13px;
}

.owl-theme.testimonial  .owl-nav button.owl-next:hover, .owl-theme.testimonial  .owl-nav button.owl-prev:hover{
    background: #5bcf80 !important
}
.card-with-header:hover .card-header.bg{
    background-color: rgba(0,0,0,.015)
}
.top37{
    top: 37% !important;
}
.top51{
    top: 51% !important;
}
.top49{
    top: 49% !important;
}
.top54{
    top: 54% !important;
}
.no-border-timeline .year{
    top: 41%;
}
.gsh-hub .owl-prev, .gsh-hub .owl-next{
    top: 17%;
}
/* 22-09-2022 */
.vb-navbar{
    background-color: #fff;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 7px 0px;
}
.vb-navbar .vb-navbar-items{
    margin: 0 auto;
    float: none;
    display: table;
    table-layout: fixed;
}
.vb-navbar .vb-navbar-items>li>a{
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 6px;
    padding: 10px 20px 12px 20px !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 1px;
}
.vb-navbar .vb-navbar-items>li.active>a{
    color: #013e8e;
    background-color: transparent;
}
.vb-navbar .vb-navbar-items>li:hover>a, .vb-navbar .vb-navbar-items>li.active:hover>a{
    background-color: #5bcf80;
    color: #fff;
    transition: 0.4s;
}
.stat-box{
    border: 2px solid #F4F6F7;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 7px;
    transition: 0.4s;
}
.stat-box:hover{
    border-color: #5bcf80;
    transition: 0.4s;
}
.stat-box h3{
    color: #5bcf80;
    font-size: 42px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.stat-box h2{
    font-weight: 900;
    margin-bottom: 10px;
    color: #345;
}
.stat-box p{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    opacity: 0.7;
}
.vb-blue-color{
    color: #345;
}
.vb-title-lg{
    color: #345;
    font-weight: 700;
    margin-bottom: 26px;
    font-family: Arial;
    font-size: 26px;
}
a.vb-btn-green, a.vb-btn-green:focus {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    border: 0;
    outline: 0;
    background: #fff;
    border: 2px solid #5bcf80;
    background: #5bcf80;
    color: #fff;
    text-shadow: none;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s;
    text-align: center;
}

a.vb-btn-green:hover {
    background: #345;
    color: #fff;
    border-color: #345;
    transition: 0.4s
}
.freelance-bullets{
    width: 100% !important;
    text-align: left !important;
    background: url(../images/check-points.png) no-repeat center left 15px #345 !important;
    font-size: 14px !important;
    padding: 15px 7px 14px 40px !important;
    border-radius: 4px !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    transition: 0.4s;
}
.freelance-bullets:hover, .freelance-bullets-2:hover{
    background: url(../images/check-points.png) no-repeat center left 18px #5bcf80 !important;
    transition: 0.4s;
}
.mb-30{
    margin-bottom: 30px;
}
.contact-links a, .contact-links a:focus{
    border: none;
    margin-left: 5px;
    padding: 0px;
}
.contact-links a:hover{
    background: none;
    color: #5bcf80;
}
.contact-links p{
    font-weight: 800;
    font-size: 11px;
    color: #6A7686;
}
.contact-links p.text-right{
   text-align: right !important; 
}
.certificate-card-box:hover .card-header.bg h4{
    color: #fff;
}
.certificate-card-box:hover .card-header.bg{
    background-color: #5bcf80;
    border-color: #5bcf80;
    transition: 0.4s;
}
.certificate-card-box:hover{
    border-color: #5bcf80;
    transition: 0.4s;
}
.menu-sup {
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    padding: 4px 5px;
    border-radius: 4px;
    top: -1px !important;
    left: 4px;
    transition: 0.4s;
}

@media (max-width:767px) {
    .vb-navbar .vb-navbar-items{
        margin: 0;
        width: 100%;
    }
    .navbar-toggle{
        float: none;
        display: block;
        width: 100%;
        border: none;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
        margin: 0;
    }
    .header-title{
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .mobile-mark-24{
        top: -24% !important;
    }
    .mobile-mark-21{
        top: -21% !important;
    }
    .mobile-mark-29{
        top: -29% !important;   
    }
    .mobile-mark-15{
        top: -15% !important;   
    }
    .mobile-mark-33{
        top: -33% !important;
    }
    .mobile-mark-34{
        top: -34% !important;
    }
    .certificate-timeline, .testimonials-timeline{
        padding-right: 0;
    }
    .certificate-timeline .timeline-data p, .testimonials-timeline .timeline-data p{
        padding: 0;
    }
    .timeline-data:first-of-type {
        margin-top: 100px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 7px;
        padding-top: 15px;
    }
    .testimonials-timeline .timeline-data:first-of-type{
        margin-top: 115px;
    }
    .testimonials-timeline .reviews-7{
        padding: 0 15px;
        text-align: left;
    }
    .testimonials-timeline .reviews-7 .user-details table h5{
        text-align: left !important;
    }
    .mobile-margin-0{
        margin: 0px !important;
    }
}
.my-timeline:hover .year{
    background: #013e8e;
    border-color: #013e8e;
}
.lasttime-data{
    margin-bottom: 22px;
}
.certificate-timeline{
    padding-bottom: 0;
}

/* ........................................What our customers say about us.................................................. */
.customers-aboutus-title h2{
     font-size: 36px;
     font-weight: 700;
}
.customers-socialmedia {
    border: 2px solid #ececec;
    padding: 23.99px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    min-height: 320px;
}
.customers-socialmedia::after {
    border: .5em solid #fff;
    border-color: transparent transparent #fff #fff;
    border-radius: 0 0 0 4px;
    content: "";
    height: 0;
    margin: 0;
    position: absolute;
    transform-origin: center;
    width: 0;
    bottom: -0.5em;
    left: 2.25em;
    transform: rotate(-45deg);
    box-shadow: -4px 4px 3px 0 rgb(54 65 65 / 16%);
}
.social-media-title h3{
    font-size: 19px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 0px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.social-media-title i{
    color: #ffbc00;
    margin-top: 5px;
}
.social-media-title h4{
    margin-top: 16px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.social-media-title span{
    font-size: 11px;
    line-height: 1.6;
    color: #162020;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.christina-inner h5{
    background-color: #08c4b2;
    color: #fff;
    display: flex;
    border-radius: 40% 0;
    height: 55px;
    width: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-left: -2px;
}
.inner-profile-tag-color-2{
    background-color: #9c27b0 !important;
}
.inner-profile-tag-color-3{
    background-color: #f44336 !important;
}
.inner-profile-tag-color-4{
    background-color: #e91e63 !important;
}
.inner-profile-tag-color-5{
    background-color: #4caf50 !important;
}
.christina-inner span{
    font-weight: 800;
    font-size: 21px;
}
.legacy-title h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    top: -10px;
    margin-left: 7px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.legacy-title h6{
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -15px;
    margin-left: 7px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.bradley-inner p{
    color: #fff;
    display: flex;
    border-radius: 40% 0;
    height: 55px;
    width: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #483a9c;
}
.bradley-inner span{
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 0;
}
.shannon-inner p{
    color: #fff;
    display: flex;
    border-radius: 40% 0;
    height: 55px;
    width: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #2079c3;
}
.shannon-inner span{
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 0;
}
.review-inner{
    margin-top: 52px;
}
.new-review-logo{
    width: 26px !important;
    display: inline-block !important;
}
.review-new-box{
    padding: 5px;
}
.mt-2 {
    margin-top: 0.5rem!important;
}
.mt-2 {
    margin-top: 0.5rem!important;
}
.ms-3 {
    margin-left: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}

.testimonials-inner {
      padding: 48px 24px 24px;
      background-color: #fff;
      border-radius: 8px;
      border: 2px solid #ececec;
      width: 100%;

    }

    .w-4 {
      width: 33.33%;
    }

    .testimonials-inner img {
      max-width: 100%;
      height: auto;
      width: auto !important;
    }

    .testimonials-inner h6 {
      font-size: 19px;
      line-height: 32px;
      font-weight: 700;
      overflow: hidden;
      letter-spacing: -1px;
      margin-top: 15px;
    }

    .user-img {
      max-width: 100%;
      height: auto;
      width: 60px !important;
      float: left;
      margin-left: 15px;
    }
    .user-img img{
        width: 55px;
    }
    .testimonials-title{
        float: left;
        padding-top: 20px;  
    }
    .testimonials-title h6 {
      margin-bottom: 0 !important;
      margin-top: 0;
      font-weight: 900;
      color: #8B8B8B;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 1.5;
    }

    .testimonials-title strong {
      margin-bottom: 0;
      font-weight: 900;
      font-size: 15px;
    }

    .ms-2 {
      margin-left: 15px;
    }

    .mt-3 {
      margin-top: 20px;
    }

    .testimoials-data {
      width: 100%;
      border-top: 2px solid #ececec;
      padding-top: 20px;
    }

    .testimoials-data h6 {
      font-size: 32px;
      line-height: 36px;
      font-weight: 900;
      margin: 0 0 10px 0px;
      letter-spacing: 1px;
    }
    .testimoials-data strong{
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 1px;
    }
    .owl-theme .owl-nav .disabled{
        opacity: 1;
    }
    .style-testimonials-large .owl-prev, .style-testimonials-large .owl-next{
        top: 36%;
    }
    .testimoials-1-design:hover .customers-socialmedia{
        border-color: #9f9f9f;
        transition: 0.4s;
    }
    .testimoials-1-design:hover .christina-inner h5{
        background-color: #5bcf80 !important;
        transition: 0.4s;
    }
    .testimonials-inner:hover{
        border-color: #d3d3d3;
        transition: 0.4s;
    }
    .image-full{
        width: 100%;
    }
    .home-banner-left{
        padding-top: 35px;
    }
    .home-banner-left h2{
        font-weight: 900;
        color: #424146;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 20px 0px 23px 0px;
        font-size: 22px;
        line-height: 1;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    .home-banner-left h5{
        margin: 0px;
        padding: 10px 0px 10px 36px;
        line-height: 1;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Barlow Semi Condensed', sans-serif;
        background: url(../images/checkmark-green.svg) no-repeat top 9px left;
    }
    .home-banner-left h5 img{
        margin-right: 8px;
        position: relative;
        top: -2px;
    }
    .home-list{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .home-banner-left h6{
        margin: 0px;
        padding: 10px 0px;
        line-height: 1.4;
        font-weight: 400;
        font-size: 18px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    .mb-2em{
        margin-bottom: 2em;
    }
    h1.title-font-1{
        position: relative;
        margin-bottom: 20px;
        font-size: 19px;
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #333;
    }