/*========================================================================================
Global Reset
========================================================================================*/

*:focus {
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 !important;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

#about {
  transition: ease 0.7s all;
}

/*=========================================================================================
Top-section
=========================================================================================*/

.top-section {
  position: relative;
}

.navbar {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  border-radius: 0;
  z-index: 99;
}

.navbar-default .navbar-nav > li > a {
  color: #fbfbfb;
  margin: 20px 15px;
  font-weight: 700;
  border-bottom: solid 3px transparent;
  transition: ease 0.7s all;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
  border-bottom: solid 3px #275d90;
}

#navbar-main.affixed-top {
  background: black;
}

#navbar-main.affix {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.affix .navbar-nav > li > a {
  color: #fbfbfb;
  margin: 5px 0px;
  border-bottom: solid 3px transparent;
  transition: ease 0.7s all;
}

.affix .navbar-brand {
  padding: 2px 0px;
}

.affix .navbar-brand > img {
  transform: scale(0.8);
  transition: ease-in-out 0.7s all;
  left: -15px;
  position: relative;
}

/*.affix .navbar-brand{
    transition: ease-in-out 0.7s all;
}*/

.navbar-brand > img {
  transition: ease-in-out 0.7s all;
}

.banner-caption p {
  font-size: 17px;
  margin: 12px 0 !important;
  text-shadow: 1px 1px #565656;
}

.banner-caption h3 {
  font-size: 30px;
  text-shadow: 1px 1px #6f6f6f;
  color: #f9f9f9;
  text-align: center;
  line-height: 40px;
}

.banner-btn a {
  background-color: #275d90;
  color: #fff;
  padding: 10px 20px;
  border-radius: 1px;
  margin-top: 15px !important;
  display: inline-block;
  transition: ease 0.7s all;
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.banner-btn a:hover {
  background-color: #205384;
}

.banner-carousel img {
  min-height: 450px;
  object-fit: cover;
  object-position: center;
}

.banner-bottom {
  background-color: #f5f5f5;
  padding: 45px 0;
  text-align: center;
}

.banner-bottom h1 {
  font-size: 26px;
}

.banner-bottom h2 {
  font-size: 32px;
  margin-top: 10px !important;
}

.banner {
  min-height: 100vh;
  position: relative;
}

.banner-caption {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.owl-nav {
  display: none;
}

.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0;
  height: 8px;
  width: 8px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #275d90;
}

/*=========================================================================================
Services
=========================================================================================*/

.services-div {
  padding: 60px 0;
  background-color: #fff;
}
.customers-div {
  background-color: #fff;
}

.service-item h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #275d90;
  display: block;
  margin: 10px auto 10px auto !important;
}

.service-captions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  width: 100%;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.6);
}

.service-item {
  position: relative;
  margin-bottom: 30px;
}

.service-item img {
  width: 100%;
}

.service-captions h2 {
  color: #fff;
  font-size: 26px;
}

.service-captions p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 100;
  padding: 0 10px;
}

.service-captions-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*=========================================================================================
Services
=========================================================================================*/

.clients-div {
  background-color: #f5f5f5;
}

.about-item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px !important;
  color: #2b2b2b;
}

.about-left img {
  width: 100% !important;
}

.about-item p {
  line-height: 24px;
  color: #757575;
  margin-top: 20px !important;
}

.about-item {
  margin-bottom: 15px !important;
}

.about-right {
  padding-right: 70px;
  padding-top: 55px;
  padding-bottom: 40px;
}

.about-left img {
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

/*=========================================================================================
Pricing
=========================================================================================*/

.pricing-div {
  /*    background-image: url(../images/pricing-bg.jpg);*/
  background-size: cover;
  background-color: #fff;
}

.contact-div {
  background-color: #fff;
}

.pricing-right {
  padding-top: 130px;
  padding-bottom: 80px;
}

.pricing-right h2 {
  text-align: center;
  line-height: 36px;
}

.pricing-right h2 span {
  font-size: 34px;
  font-weight: 600;
  color: #275d90;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
  display: table-cell;
  vertical-align: middle;
  border: none;
}

.table-header {
  background-color: #ffffff;
  color: #333 !important;
  font-weight: 500;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
  padding: 12px 16px;
}

.pricing-table {
  margin-top: 60px;
}

/*=========================================================================================
Contact
=========================================================================================*/

.contact-right {
  padding-top: 45px;
  padding-bottom: 30px;
  padding-right: 70px;
  background-color: #fff;
}

.form-control {
  border-radius: 0;
}

label {
  font-weight: 500;
}

.contact-right h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px !important;
}

.contact-btn {
  border-radius: 0;
  background-color: #275da2;
  color: #fff;
  border-color: transparent;
  transition: ease 0.7s all;
}

.contact-btn:hover {
  background-color: #1a4d8e;
  color: #fff;
  border-color: transparent;
}

.contact-lists {
  padding-left: 0;
  position: relative;
  margin-top: 20px;
  background-color: #fdfdfd;
  border: solid 1px #efefef;
  padding: 15px 0;
}

.contact-lists li {
  display: block;
  padding-left: 40px;
  line-height: 30px;
  font-size: 14px;
}

.contact-lists li a {
  border: solid 1px #275da2;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 15px;
  margin-top: 5px;
  transition: ease 0.7s all;
}

.contact-lists li a:hover {
  background-color: #275da2;
  color: #fff !important;
}

.foot-social {
  border: solid 1px #fff;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 15px;
  margin-top: 15px;
  transition: ease 0.7s all;
}

.foot-social:hover {
  background-color: #fff;
  color: #333 !important;
}

.contact-lists li span {
  font-weight: 600;
  color: #585858;
}

.contact-lists:before {
  content: "CONTACT US";
  display: block;
  position: absolute;
  transform: rotate(270deg);
  left: -35px;
  top: 34px;
  background-color: #275da2;
  color: #fff;
  padding: 6px 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 5px 5px 0px 5px;
}

.pricing-table p {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}

.pricing-table p span {
  color: #275da2;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  padding: 0 10px;
}

.mt-10 {
  margin-top: 10px;
}

/*=========================================================================================
Footer
=========================================================================================*/

footer {
  background-color: #489de0;
  padding-top: 50px;
}

.foot-col h3 {
  font-size: 18px;
  color: #efefef;
  margin-bottom: 40px !important;
  font-weight: 700;
}

.foot-col h3:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #275da2;
  top: 35px;
  left: 15px;
}

.foot-col p {
  color: #000000;
  line-height: 28px;
  font-size: 15px;
}

.foot-lists {
  padding-left: 0;
}

.foot-lists li {
  color: #000000;
  display: flex;
  line-height: 28px;
  transition: all 0.5s ease-in-out;
}

.foot-lists li a {
  color: #000000;
  transition: all 0.5s ease-in-out;
  display: flex;
  font-weight: 600;
}

.foot-lists li a:focus {
  text-decoration: none;
}

.foot-lists li a:before {
  left: 0;
  content: "\f101";
  font-family: FontAwesome;
  position: relative;
  padding-right: 15px;
  transition: ease 0.5s all;
}

.foot-lists li:hover a:before {
  left: 5px;
}

.navbar-brand {
  transition: ease-in-out 0.7s all;
}

.foot-list-item > a:hover .foot-list-item:before {
  left: 5px;
}

.docu-bottom {
  font-size: 13px !important;
  margin-top: 5px;
}

.foot-col {
  margin-bottom: 30px;
}

.footer-bottom {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  color: #d6d0d0;
  border-top: solid 1px #1d1d1d;
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
}

.footer-bottom p {
  font-size: 13px;
}

.footer-bottom a:hover {
  color: #23527c !important;
}

.masthead {
  /*    height: 320px;*/
  background-size: cover;
  position: relative;
  padding-top: 200px;
  padding-bottom: 60px;
}

.masthead-title {
  /*
    position: absolute;
    top: 50%;
    left: 50%;
*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  /*    transform: translate(-50%, 50%);*/
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  color: white;
  text-align: center;
}

.card {
}

.card-image {
  width: 100%;
  height: 220px;
  position: relative;
}

.card-image img {
  position: absolute;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.card-body {
  padding: 20px;
  background-color: #ecf0f1;
}

.card-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.card-title a {
  color: #333;
}

.card-snippet {
  font-size: 14px;
}

.card-callout {
  text-align: right;
  margin-top: 15px;
}

.card-callout .btn {
  border-radius: 0;
  font-size: 13px;
}

.card-footer {
  background-color: #cdcfd0;
  padding: 15px 30px;
  text-align: right;
}

.grid__item {
  margin-bottom: 20px;
  /*width: 32.35% !important;*/
}

.grid {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .no-gutter .col-md-6 {
    /*padding: 0;*/
    /*margin: 0;*/
    /*
        padding: 0;
        margin: 0;
*/
  }
}

/* 3 columns by default */

.grid__sizer {
  width: 32.333%;
}

@media screen and (max-width: 1400px) {
  /* 5 columns for larger screens */
  .grid__sizer {
    width: 32.2%;
  }
}

@media screen and (max-width: 1200px) {
  /* 5 columns for larger screens */
  .grid__sizer {
    width: 32%;
  }
}

@media screen and (max-width: 992px) {
  /* 5 columns for larger screens */
  .grid__sizer {
    width: 30.9%;
  }
}

@media screen and (max-width: 767px) {
  /* 5 columns for larger screens */
  .grid__sizer {
    width: 47%;
  }
}

@media screen and (max-width: 600px) {
  /* 5 columns for larger screens */
  .grid__sizer {
    width: 100%;
  }
}

.article-body {
  /* Larger than phablet */
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

.article-body h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

.article-body h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

.article-body h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

.article-body h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

.article-body h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

.article-body h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  .article-body h1 {
    font-size: 5rem;
  }
  .article-body h2 {
    font-size: 4.2rem;
  }
  .article-body h3 {
    font-size: 3.6rem;
  }
  .article-body h4 {
    font-size: 3rem;
  }
  .article-body h5 {
    font-size: 2.4rem;
  }
  .article-body h6 {
    font-size: 1.5rem;
  }
}

.article-body p {
  margin-top: 0;
}

.article-details {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 14px 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.article {
  margin-top: 40px;
}

.article-footer {
  margin-top: 40px;
}

.article-comments {
  width: 100%;
}

.article-title {
  margin-top: 20px;
}

.sidebar-article {
  display: flex;
}

.sidebar-content {
  padding-left: 10px;
  flex: 75%;
}

.recent-title {
  margin-bottom: 35px;
}

.recent-container > a:not(:last-child) .sidebar-article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}

.recent-container > a:not(:first-child) .sidebar-article {
  padding-top: 18px;
}

.sidebar {
  margin-bottom: 40px;
}

.sidebar-title {
  font-weight: 600;
  color: #333;
}

.sidebar-image {
  width: 80px;
  height: 80px;
}

.sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sidebar-cta {
  padding-top: 10px;
  text-align: right;
}

.article-container {
  padding-left: 20px;
}

.article-body {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .article-title h1 {
    font-size: 18px;
  }
  .article-container {
    padding-left: 0px;
  }
  .masthead {
    padding-top: 140px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .no-gutter {
    margin: 0;
  }
}

.banner-bottom h1 {
  font-weight: 400;
}

/*
@media screen and (max-width: 560px) {
    .masthead-title {
        top: 0
    }}*/

.pbt100 {
  padding: 100px 0;
}

.comparison {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.comparison td,
.comparison th {
  border-right: 1px solid #e8e8e8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #808080;
  font-size: 15px;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #f7f7f7;
}

.fa-check {
  color: #69c7f1;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #e8e8e8;
  border-bottom: 0px solid #e8e8e8;
}

.comparison tr td:first-child {
  text-align: left;
  padding: 15px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.comparison .product,
.comparison .tl {
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.comparison .tl2 {
  border-right: 0;
}

.video-frame {
  width: 100%;
  height: 205px;
}

.banner-frame {
  width: 100%;
  height: 100%;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.comparison .product {
  background: #69c7f1;
  height: 40px;
  font-size: 1.6em;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
  color: #808080;
}

.comparison .price-now span {
  font-size: 36px;
  color: #545454;
}

.comparison .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}

.comparison .price-buy {
  background: #ec671a;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.comparison .price-buy:hover {
  background: #e84d00;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .table_ul li {
    letter-spacing: 0px;
  }
  .comparison .price-now span {
    font-size: 32px;
  }
  .comparison .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .table_ul {
    padding: 0px;
  }
  .table_ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0;
  }
  .comparison {
    max-width: 100%;
  }
  .comparison td:first-child,
  .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7;
  }
  .comparison .row {
    background: #fff;
  }
  .comparison td,
  .comparison th {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
  }
  .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }
  .comparison .compare-row {
    background: #ffffff;
  }
  .comparison .price-now p {
    display: block;
  }
  .comparison .price-now span {
    font-size: 24px;
  }
  .comparison .qbse {
    font-size: 1.2em;
  }
  .comparison td {
    font-size: 14px;
  }
  .comparison th {
    font-size: 14px;
  }
}

.centrix-table {
  background-color: white;
}

.yes-no {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.white-bg {
  background-color: #fff !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  padding: 12px 11px;
}
.centrix-table th {
  padding: 24px 8px !important;
  border: 1px solid #ccc !important;
}
.centrix-table tr > td:nth-child(2) {
  background-color: #3e74a7;
  color: #fff;
  text-align: center;
}

.centrix-table tr > td:nth-last-child(-n + 2) {
  color: #8a8a8a;
  text-align: center;
}

.centrix-table tr > td:first-child {
  color: white;
}

.centrix-table tr > th:not(:first-child) {
  text-align: center !important;
}
/*
.centrix-table tr>td:nth-child(2) {
    background-color: aquamarine
}
*/

.table-header {
  color: #fff;
  /* font-weight: 700; */
  font-size: 15px;
}

.ctc-left {
  padding: 30px 30px;
}

.ctc-left h2 {
  margin-bottom: 30px !important;
}
.btn-facebook {
  background: #3b5998;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #263961;
  margin-top: 40px;
}
.btn-facebook:link,
.btn-facebook:visited {
  color: #fff;
}
.btn-facebook:active,
.btn-facebook:hover {
  background: #263961;
  color: #fff;
}

.container {
  margin-bottom: 15px !important;
}
.container h1 {
  padding: 12px !important;
}

.container h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px !important;
  color: #2b2b2b;
}
.container p {
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px !important;
}

.container .pull-left {
  color: #ffffff;
}

.container .pull-right {
  color: #ffffff;
}
.container p > ol > li {
  line-height: 24px;
  color: #757575;
}

/* Reviews Section */

.reviews-carousel .review {
  text-align: center;
  border: solid 1px #dce5eb;
  padding: 60px 80px;
  background-color: #f0f9ff;
}

.reviews-carousel .review h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px !important;
  line-height: 36px;
}
.reviews-carousel .review h3 {
  font-size: 15px;
  font-weight: 700;
  color: #275d90;
}
.reviews-carousel .owl-dots {
  position: initial;
  transform: none;
  margin-bottom: 30px;
}

.reviews-carousel .owl-dots .owl-dot span {
  background-color: #bed1dd;
}

.reviews-carousel .review i {
  font-size: 24px;
  margin-bottom: 14px;
  color: #275d90;
}

.mb-0 {
  margin-bottom: 0px !important;
}

/*===========================================================
company-logos
============================================================*/
.company-logos {
  padding: 80px 0;
}

.company-logos .container h1 {
  padding: 11px 284px;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  margin-top: -44px !important;
}

.company-logos .logo-structure {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.company-logos .item {
  width: 20%;
  text-align: center;
  padding: 10px 30px;
  margin: 20px 0;
}
.company-logos .item img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 50px;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

/*==========================================================
managers
==========================================================*/
.managers {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.managers #managers-carousel .managers-left img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.managers #managers-carousel .managers-right {
  position: relative;
}
.managers #managers-carousel .managers-right:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-weight: 600;
  position: absolute;
  font-size: 120px;
  color: #ededed;
  top: -69px;
  left: -15px;
  z-index: -1;
}
.managers #managers-carousel .managers-right:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  font-weight: 600;
  font-size: 120px;
  color: #ededed;
  bottom: -140px;
  right: 30px;
  z-index: -1;
}
.managers #managers-carousel .managers-right h2 {
  color: #333333;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 35px !important;
  line-height: 40px;
  margin-top: 45px !important;
}
.managers #managers-carousel .managers-right p {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}
.managers #managers-carousel .managers-right h1 {
  color: #489de0;
  font-weight: 600;
  font-size: 18px;
  margin-top: 28px !important;
}
.managers #managers-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  font-size: 110px;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.managers #managers-carousel .owl-nav .owl-prev:hover {
  opacity: 0.6;
}
.managers #managers-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  font-size: 110px;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.managers #managers-carousel .owl-nav .owl-next:hover {
  opacity: 0.6;
}

.border-radius5 {
  border-radius: 5px !important;
}

.border-radius8 {
  border-radius: 8px;
}

.fontsize-15 {
  font-size: 15px !important;
}
.fontsize-14 {
  font-size: 14px !important;
}
