body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-weight: 400;
    padding-top: 80px;
}

header.header {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 30;
    top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.2;
    /*    margin: 0;*/
}

h2.head {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 18px;
    /* margin-bottom: 28px; */
    margin-top: 0;
    position: relative;
    color: #005151;
}

h2.head span {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 0;
}

.life h2.head,
.testimonial h2.head {
    padding-top: 30px;
    padding-bottom: 30px;
}

.jobs h2.head {
    color: #fff;
    padding-top: 30px
}

.jobs h2.head span {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 0;
}

.jobs h2.head:after {
    background: url(../images/head-after-white.png);
}

h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

p,
li {
    font-size: 14px;
    color: #595959;
    line-height: 26px;
}

.text-box p {
    line-height: 32px;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

* {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding-left: 20px;
}

.header .navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.header .navbar-brand {
    height: inherit;
    padding-top: 10px;
    padding-bottom: 11px;
}

.header .navbar-default .navbar-nav > li > a {
    color: #005151;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.header .navbar-default .navbar-nav > li > a:focus,
.header .navbar-default .navbar-nav > li > a:hover {
    color: #005151;
    border-bottom: 2px solid #005151;
}

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.banner .container-fluid {
    padding: 0;
    overflow-x: hidden;
}

.banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    left: -4px;
    line-height: 72px;
    margin-bottom: 0;
    /*    text-shadow: 1px 2px 5px rgb(0 0 0 / 30%);*/
}

.banner h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.banner h2 span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 40px;
}
}

.banner p {
    font-size: 45px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    /*    text-shadow: 1px 2px 5px rgb(0 0 0 / 30%);*/
}


.banner a.btn {
    font-size: 14px;
    color: #005151;
    background: #59D7C8;
    border-radius: 25px;
    padding: 9px 26px;
    text-transform: uppercase;
    margin-top: 14px;
    font-weight: 700;
}

.banner a.btn:hover {
    background-color: #acebe3;
}

.text-box {
    border: 1px solid #a5a5a5;
    border-top: 4px solid #003d8d;
    margin: 26px 0;
    padding: 23px 28px;
}

.text-box ul.list-unstyled {
    padding-bottom: 10px;
}

.text-box h3 {
    margin-top: 0 !important;
}

section {
    padding: 50px 0;
}

section.banner {
    padding: 0;
}

.banner {
    background: url('../images/banner.jpg') no-repeat;
}

.list-icon li {
    font-size: 14px;
    font-weight: 600;
    color: #005151;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
}

.list-icon li:before {
    position: absolute;
    content: '';
    background: url('../images/li-before.png') no-repeat;
    width: 13px;
    height: 12px;
    top: 6px;
    left: -22px
}

.footer {
    background: #dddfde;
    padding: 18px 1px;
    border-top: 5px solid #6a707c;
}

.footer p {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

span.purple {
    color: #6a38a0;
}

span.yellow {
    color: #d5800c;
}

img.stats {
    margin-top: 22px;
}

.about {
    background: url('../images/about-bg.jpg') no-repeat center;
    background-size: cover;
}

.about .row {
    background: #fff;
    padding: 35px 30px 55px;
}

.about p {
    padding-bottom: 15px;
    color: #005151;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
}

.about img {
    margin-right: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.jobs {
    background: #005151;
}

.jobs h2.head {
    color: #fff;
    padding-top: 30px
}

.jobs h2.head span {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 0;
}

.jobs h3 {
    color: #005151;
    font-weight: 700;
    margin-top: 35px;
}

.jobs h3:first-child {
    margin-top: 15px;
}

.panel-default,
.panel-heading.active {
    border: 0px;
    background: #31cebb !important;
}

.job-accordion {
    padding-top: 20px;
}

.job-accordion .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.job-accordion a.accordion-toggle {
    color: #005151;
    font-weight: 700;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: relative;
}

.job-accordion .panel-group .panel {
    border: 1px solid #275b8a;
    margin-bottom: 0;
    border-radius: 10px;
}

p.location {
    color: #371e1e;
    padding-top: 10px;
    padding-bottom: 15px;
}

p.location strong {
    font-weight: 600;
}

.job-accordion .panel-body {
    padding-left: 10px;
    border-top: 1px solid #275b8a !important;
    margin-left: 25px;
    margin-right: 25px;
}

ul.list-icon {
    margin-top: 25px;
}

.job-accordion a.btn {
    margin-top: 15px;
    background: #005151;
    border-radius: 25px;
    padding: 11px 33px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
}

p.img-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    background: #f3f3f3;
    min-height: 67px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}




.testimonial {
    background: url('../images/banner-1.gif') no-repeat center;
    background-size: cover;
}

.review-wpr {
    background: #29c3df;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.review-wpr h3 {
    color: #005151;
    font-weight: 700;
    font-size: 30px;
    border-top: 1px solid rgb(255 255 255 / 80%);
    padding-top: 20px;
    padding-bottom: 10px;
}

p.coh-paragraph {
    color: #005151;
    font-weight: 600;
    font-size: 15px;
}

.review-wpr a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.review-wpr a:hover {
    color: #fff;
}

.job-accordion a.accordion-toggle i {
    position: absolute;
    right: 10px;
    font-weight: 700;
    color: #000 !important;
}

@media (min-width: 768px) {
    .header .navbar-nav > li > a {
        padding: 11px 11px;
        margin-left: 30px;
        margin-top: 15px;
        border: none;
        position: relative;
    }

    .header .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .banner {
        min-height: 448px;
    }

    .banner,
    .banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .review-wpr .coh-paragraph {
        min-height: 315px;
    }
	
}

@media (max-width: 1024px) {
    .about img {
        width: 100%;
        left: 0;
    }

}

@media (max-width: 767px) {

    .navbar-toggle {
        margin-top: 25px;
    }

    .banner-content {
        padding: 65px 0;
    }

    .banner h1 {
        font-size: 43px;
        line-height: 50px;
    }

    .owl-nav .owl-prev,
    .testi-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next,
    .testi-carousel .owl-nav .owl-next {
        right: 0;
    }

    .banner p {
        font-size: 40px;
    }

    .test-sec {
        flex-wrap: wrap;
    }

    .test-sec .img-wpr {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .test-sec .testi-content {
        flex: 0 1 100%;
        max-width: 100%;
        margin-left: 0;
        text-align: left;
        padding: 15px;
    }

    .testi-content p {
        margin-bottom: 0;
    }

    p.testi-name {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        color: #3270bd;
        line-height: 25px;
        background: inherit;
        position: relative;
        bottom: 0;
        left: 0;
        transform: inherit;
        margin-bottom: 0;
        padding: 0 15px 20px;
        max-width: 100%;
        text-align: left;
    }

    p.testi-name:before {
        display: none;
    }

    .testi-carousel .owl-nav .owl-prev,
    .testi-carousel .owl-nav .owl-next {
        top: 25%;
    }
    .review-wpr {
        margin-bottom: 25px;
    }
	.awards {
    margin:  0 !important;
}
	.awards .fourth-carousel {
    margin-top: 2em !important;
}
.awards .fourth-carousel .item img {
	width: 50% !important;
	margin: 0 auto;
}	
}
.awards {
    margin: 7em 0;
}
.awards .fourth-carousel {
	margin-top: -7em;
}
.awards .fourth-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    align-items: center;
    display: flex;
}
.awards .fourth-carousel .item img {
	width: 40%;
	margin: 0 auto;
}

.awards .fourth-carousel .item .box_wrapper .content_area {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:  auto;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	margin: 15px 0
}
.awards .fourth-carousel .item .box_wrapper .content_area .text {
	font-family: 'Satisfy', cursive;
	text-align: center;
	color: #fff;
	font-size:2rem;
	padding:10px 0;
	line-height:30px;
}
.awards .fourth-carousel .item .box_wrapper .content_area .text span {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	line-height:20px;
	text-transform:uppercase;
	padding:10px 0;
	display:block;
}
.awards .fourth-carousel .item .box_wrapper .content_area .number {
	margin-bottom: 10px;
}
.awards .fourth-carousel .item .box_wrapper .content_area .number span {
	width: 42px;
	height: 42px;
	background: #4a90e2;
	display: inline-block;
	border-radius: 50%;
	padding-top: 10px;
	transition: all ease-in-out 0.3s;
}
.scamster_tri.awards {
	padding: 3em 0;
	background: url('../images/scamster_bg.jpg') no-repeat;
	background-size: cover;
}
/*.awards .fourth-carousel .item .box_wrapper .content_area .text{}
.awards .fourth-carousel .item .box_wrapper:hover .content_area{
width: 100%;
height: 100%;
background: rgba(74, 144, 226, 0.8);
padding-top: 25px;
transition: all ease-in-out 0.3s;
}*/
.awards .fourth-carousel .item .box_wrapper:hover .content_area .number span {
	color: #4a90e2;
	background: #ffffff;
	transition: all ease-in-out 0.3s;
}
.owl-nav {
	position: absolute;
	top: 48%;
	left: 0px;
	transform: translate(0%, -50%);
	width: 100%;
}
.owl-nav span {
	font-size: 42px;
	line-height: 0px;
	width: 25px;
	height: 32px;
	display: inline-block;
	text-decoration: none;
}
.owl-nav button {
	outline: none;
}
button.owl-next {
	right:0px;
	position: absolute;
}
button.owl-prev {
	left:0px;
	position: absolute;
}