<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Control Services Normal CSS */
body {
  color: #1c4357;
  font-family: 'Lato-Regular';
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*, *:focus {
  outline: none;
}
a {
  color: #1c4357;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #262935;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
  line-height: 1.3;
}
p {
  color: #777777;
  font-size: 20px;
  line-height: 30px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #1c4357;
  color: #ffffff;
}
::-webkit-selection {
  background: #1c4357;
  color: #ffffff;
}
::-moz-selection {
  background: #1c4357;
  color: #ffffff;
}
::-o-selection {
  background: #1c4357;
  color: #ffffff;
}
::-ms-selection {
  background: #1c4357;
  color: #ffffff;
}
.cntolsrvcs-section {
  padding: 80px 0;
}
/* Cntolsrvcs Reseted CSS */
/* Cntolsrvcs Buttons CSS */
.btn {
  min-width: 200px;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  transition: all ease .4s;
}
.btn-lg {
  padding: 20px 30px;
}
.btn-dark {
  background-color: #262935;
  border-color: #262935;
  border-radius: 0;
  font-weight: 600;
  font-family: 'Lato-Semibold';
}
.btn-dark:hover, .btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show &gt; .btn-dark.dropdown-toggle {
  background-color: #efb720 !important;
  border-color: #efb720;
}
/* Cntolsrvcs Owl Carousel Slider */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  position: relative;
  top: -90px;
  z-index: 5;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.5);
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
}
.owl-carousel button.owl-dot + button.owl-dot {
  margin-left: 10px;
}
.owl-carousel button.owl-dot.active {
  background: #efb720;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 87px;
  height: 87px;
  background: rgba(255, 255, 255, 0.6);
  outline: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: rgba(219, 189, 78, 0.9);
}
.owl-carousel .owl-nav button:before {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 29px;
  margin-left: 10px;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10%;
}
.owl-carousel .owl-nav button.owl-next:before {
  margin-right:5px; 
  background-image: url(../images/slider-right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-prev:before {
  margin-left:5px;
  background-image: url(../images/slider-left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Cntolsrvcs Form CSS */
select::-ms-expand {
  display: none;
}
select.form-control {
  padding: 10px 40px 10px 20px;
  background-image: url(../images/dropdown-arrow.png);
  background-position: 95% 22px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  text-indent: 0px;
}
textarea.form-control {
  height: 120px;
  width: 100%;
  resize: none;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  width: 100%;
  height: 56px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ededed;
  font-size: 18px;
  color: #919191;
  font-weight: 500;
  border-width: 2px;
  font-family: 'Lato-Light';
  border-color: #ededed;
}
/* Cntolsrvcs Header CSS */
header {}
.header-left {
  float: left;
}
.cntolsrvcs-logo {
  display: inline-block;
  vertical-align: middle;
}
.header-top {
  background-color: #e24e3f;
  padding: 8px 0;
}
.header-top-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.header-top-left li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  font-size: 15px;
}
.header-top-left li + li {
  margin-left: 15px;
}
.header-top-left li a {
  color: #fff;
}
.header-top-left li a:hover {
  color: #efb720;
}
.header-top-left li figure {
  max-width: 25px;
  margin-right: 15px;
  margin-top: -3px;
}
.header-top-right {
  justify-content: flex-end;
}
.header-top-right li a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 51px;
}
.hover-show, .header-top-right li a:hover img {
  display: none;
}
.header-top-right li a:hover {
  background-color: #f0695b;
}
.header-top-right li a:hover .hover-show {
  display: inline-block;
}
.header-top-right li + li {
  margin-left: 9px;
}
.header-relative{position: relative;}
.header-nav {
  background-color: #262935;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
}
.header-nav &gt; ul {
  display: flex;
  flex-wrap: wrap;justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-nav &gt; ul &gt; li {
position: relative;
padding: 0 3px;
}
.header-nav &gt; ul &gt; li:hover &gt; a {
  border-color: #e24e3f;
  background-color: #323543;
  color: #fff;
}

.header-nav &gt; ul &gt; li.active &gt; a {
  border-color: #e24e3f;
  background-color: #323543;
  color: #fff;
}
.header-nav &gt; ul &gt; li:after{
  content: '';background-image: url(../images/menu-after.png);
  width: 5px;
  height: 30px;
  position: absolute;top: 50%;
    transform: translateY(-50%);
    right: -2px;
}
.header-nav &gt; ul &gt; li:last-child:after {
  display: none;
}
.header-nav &gt; ul &gt; li &gt; a {
  display: block;
  padding: 30px 40px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  border-bottom: 2px solid #262935;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 300px;
  background: #262935;
  font-weight: 300;
  font-size: 16px;
  transform: translateX(-50%);
  padding-left: 0;
  z-index: 2;
  list-style: none;
}
.header-nav .dropdown {
  min-width: 100%;width: 100%;
}
.dropdown &gt; li &gt; a {
  display: block;
  font-size: 15px;
  padding: 15px 30px;
  border-bottom: 1px solid #343642;
  color: #c0c2cb;
  position: relative;
  font-family: 'Lato-Light';
}
.dropdown &gt; li:last-child &gt; a {
  border-bottom: none;
}
.dropdown &gt; li:hover &gt; a {
  background: #1c1f28;
  color: #fff;
  font-family: 'Lato-Regular';
}
.header-inner {
  display: flex;flex-wrap: wrap;align-items: center;padding: 20px 0;
}
.header-right {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-call {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.call-right {
    padding-left: 13px;
}
.call-right span {
    display: block;
    color: #262935;
    font-size: 22px;
    font-family: 'Lato-Black';
}
.header-schedule a figure, .btn-dark small {
    width: 60px;
    height: 68px;
    text-align: center;
    line-height: 67px;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.header-schedule a:hover {
  background-color: #e24e3f;
}
.header-schedule a, .btn-dark {
    display: inline-flex;
    flex-wrap: wrap;
    background: #efb720;
    align-items: center;
    color: #fff;
    margin-left: 35px;
}
.header-schedule a span, .btn-dark span {
  padding: 10px 30px;
  text-align: center;
  font-size: 21px;
}
.btn-dark span{
  padding: 10px 45px;
}
.btn.btn-dark {
  background-color: #262935;
}
.contact-number {
  color: #262935;
  font-size: 23px;
}
.cntolsrvcs-toggle {
  display: inline-flex;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #e24e3f;
  align-items: center;
  justify-content: center;
}
.cntolsrvcs-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background: #ffffff;
  position: relative;
  transition: all ease .4s;
}
.cntolsrvcs-toggle span:before, .cntolsrvcs-toggle span:after {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.cntolsrvcs-toggle span:after {
  top: 12px;
}
.cntolsrvcs-toggle.active span {
  background: none;
}
.cntolsrvcs-toggle.active span:before {
  top: -6px;
  transform: translateY(7px) rotateZ(-45deg)
}
.cntolsrvcs-toggle.active span:after {
  top: 6px;
  transform: translateY(-5px) rotateZ(45deg)
}
/* Cntolsrvcs Aside CSS */
.aside-open {
  overflow: hidden;
  height: 100%;
}
.aside-open .cntolsrvcs-aside {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.cntolsrvcs-aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all ease .5s;
  z-index: 3;
}
.cntolsrvcs-aside .cntolsrvcs-logo {
  margin-bottom: 20px;
}
.cntolsrvcs-aside nav {
  display: block;
  padding-left: 0;
}
.cntolsrvcs-aside nav &gt; ul {
  display: block;
}
.cntolsrvcs-aside nav &gt; ul &gt; li &gt; a {
  padding: 15px 0;
}
.cntolsrvcs-aside .dropdown {
  position: static;
  min-width: 10px;
  padding-left: 10px;
  background: none;
  transform: none;
}
.cntolsrvcs-aside .dropdown &gt; li &gt; a {
  padding: 10px 0 10px 25px;
}
.cntolsrvcs-aside .dropdown &gt; li &gt; a:before {
  left: 0;
}
.cntolsrvcs-aside .contact-number {
  margin: 15px 0 30px;
}
/* Cntolsrvcs Banner CSS */
.cntolsrvcs-banner .cntolsrvcs-background.shadow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 16, 20, 0.45);
  content: "";
  z-index: 0;
}
.cntolsrvcs-background {
  display: flex;
  height: 100vh;
  min-height: 600px;
  background-image: url(../images/background1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  align-items: center;
}
.cntolsrvcs-background &gt; * {
  position: relative;
  z-index: 1;
}
.banner-caption {
  max-width: 850px;
  margin: auto;text-align: center;
}
.banner-caption h3 {
  text-transform: uppercase;
  font-family: 'Lato-Semibold';
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 10px;
  margin-bottom: 35px;
}
.banner-caption h1 {
  margin-bottom: 20px;
  font-size: 113px;
  line-height: 113px;
  text-transform: uppercase;
  font-family:'Lato-Black';
  margin-bottom: 45px;
}
.banner-caption h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
}
/* Cntolsrvcs Overview CSS */
.cntolsrvcs-overview {
  overflow: hidden;
  clear: both;
}
.overview-wrap &gt; * {
  position: relative;
  z-index: 1;
}
.heading-box{position: relative;padding-bottom: 25px;margin-bottom: 25px;}
.sub-title{font-size: 22px;color: #777777;text-transform: uppercase;letter-spacing: 3px;}
.main-title{font-size: 63px;color: #232323;line-height: 69px;font-family: 'Lato-Heavy';margin-top: 15px;}
.heading-box h6{font-size: 31px;color: #777777;line-height: 25px;font-family: 'Lato-Light';font-weight: normal;margin-top: 25px;}
.after-center:after{
  right: 0;margin: auto;
}
.heading-box:after{
  content: '';
  width: 49px;
  height: 7px;
  background-image: url(../images/after-dots.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;bottom: 0;
  left: 0;
}
.overview-wrap h3{
  font-size: 22px;color: #232323;font-family: 'Lato-Bold';line-height: 34px;
}
.about-list {
  margin-top: 25px;padding-left: 0;
}
.about-list li{position: relative;font-size: 20px;color: #777777;margin-bottom: 8px;list-style: none;padding-left: 45px;line-height: 34px;}
.about-list li:after {
  position: absolute;
  top:2px;
  left:0;
  width: 28px;
  height: 28px;
  background-image: url(../images/check-list.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 0;
}
.about-img{position: relative;}
.about-img &gt; img{max-width: none;}
.about-img-2 {
  position: absolute;top: 0px;
    right: -150px;
    background: #fff;
    padding: 20px;
}
/* Cntolsrvcs Testimonials CSS */
.cntolsrvcs-testimonials {
  background-image: url(../images/background2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-wrap {
  padding: 50px 0px 30px;
}
.testimonial-name-box {
  width: 405px;
  height: 405px;
  border-radius: 50%;
  background-color: #caae4b;
  display: flex;
  align-items: center;
  padding: 0 120px 0 40px;
  position: relative;
}
.user-name {
  position: absolute;top: 50%;transform: translateY(-50%);
  right: -70px;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 50%; 
}
.testimonial-name-title .sub-title {
  font-size: 18px;
}
.testimonial-name-title .main-title {
  font-family: 'Lato-Light';
  font-size: 46px;
  line-height: 46px;
  margin-top: 10px;
  font-weight: normal;
}
.testimonials-wrap .item {
  padding-top: 85px;
  margin-left: 60px;
  position: relative;
}
.testimonials-wrap .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 53px;
  content: "";
  background-image: url("../images/quote-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.testimonials-wrap .item h2:before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 2px;
  margin-right: 15px;
  background-color: #fff;
  vertical-align: middle;
}
.testimonials-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.testimonials-wrap h2 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  margin-top: 30px;
}
.testimonials-wrap .owl-dots {
  text-align: right;
  top: 90px;
}
/* Cntolsrvcs Services CSS */
.cntolsrvcs-services {
  background: #f2f2f2;
}
.cntolsrvcs-services .row &gt; * {
  margin: 15px 0;
}
.section-title {
  padding-bottom: 35px;
  text-align: center;
}
.section-title h2 {
  font-size: 45px;
  text-transform: uppercase;
}
.section-title h3 {
  color: #8c9092;
  font-weight: 300;
  font-size: 20px;
}
.service-item {
  height: 100%;
  padding: 44px 25px;
  background-color: #ffffff;
  background-image: url(../images/service-bg.png);
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: 320px;
}
.service-body {padding-top: 30px;}
.service-body h5 {
  font-size: 28px;color: #232323;font-family: 'Lato-Heavy';line-height: 24px;margin-bottom: 20px;
}
.read-btn{color: #232323;font-size: 18px;font-family: 'Lato-Bold';margin-top: 10px;}
.read-btn:hover {text-decoration: underline;color: #e24e3f;}
/* Cntolsrvcs Categories CSS */
.cntolsrvcs-categories {
  background: #79adcd;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.cntolsrvcs-categories ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.cntolsrvcs-categories ul li {
  margin: 10px 5px;
}
.cntolsrvcs-categories ul li a {
  display: block;
  padding-left: 25px;
  color: #ffffff;
  position: relative;
}
.cntolsrvcs-categories ul li a:hover {
  color: #1c4357;
}
.cntolsrvcs-categories ul li a:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
  z-index: 1;
}
/* Cntolsrvcs Contact CSS */
.cntolsrvcs-contact {
  position: relative;
  background-color: #e24e3f;
  background-image: url(../images/schedule.jpg);
  background-position: left center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.cntolsrvcs-contact .sechudle-boxes {
  max-width: none;
  float: left;
}
.sechudle-boxes .heading-box {
  margin-bottom: 40px;
}
.form-center{display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;}
.sechudle-boxes .btn {
  margin-top: 20px;
}
.cntolsrvcs-contact  .heading-box:after {
  background-image: url(../images/after-dots2.png);
}
.cntolsrvcs-contact .section-title {
  text-align: left;
}
.cntolsrvcs-contact .section-title h2 {
  font-size: 40px;
  color: #ffffff;
  text-transform: none;
}
.cntolsrvcs-contact .section-title h3 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  line-height: 25px;
}
.cntolsrvcs-contact .section-title h3 a {
  color: #79adcd;
}
.cntolsrvcs-contact select.form-control {
  background-position: right 15px center;
}
.cntolsrvcs-contact .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #262935;
}
.cntolsrvcs-contact .form-control::placeholder {
  color: #262935;
  opacity: 1;
  font-family: 'Lato-Light';
}

.cntolsrvcs-contact .form-control:-ms-input-placeholder {
  color: #262935;
  font-family: 'Lato-Light';
}

.cntolsrvcs-contact .form-control::-ms-input-placeholder {
  color: #262935;
  font-family: 'Lato-Light';
}
.cntolsrvcs-contact select.form-control {
  background-color: #fff;
}
.cntolsrvcs-map {
  width: 100%;
}
.sechudle-boxes .container {
  height: 100%;
}
.cntolsrvcs-contact form {
  position: relative;
  height: 100%;
  float: right;
  width: 590px;
  padding: 60px 0px 40px 60px;
  background-color: #e24e3f;
}

form label {
  font-size: 16px;
  font-family: 'Lato-Bold';
  color: #232323;
  text-transform: uppercase;
}
form .row {
  margin: 0 -8px;
}
form [class*="col-"] {
  padding: 0 8px 20px;
}
form .btn-lg {
  padding: 16px 30px;
  margin-top: 3px;
}

/* Cntolsrvcs PageTitle Css */
.cntolsrvcs-pagetitle {
  padding: 90px 0;
  background: url("../images/background3.jpg") no-repeat 0 0;
  background-size: cover;
  text-align: center;
  position: relative;
}
.cntolsrvcs-pagetitle:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 16, 20, 0.45);
}
.cntolsrvcs-pagetitle .container {
  position: relative;
  z-index: 1;
}
.cntolsrvcs-pagetitle h1 {
  text-transform: uppercase;
  font-size: 48px;
  color: #ffffff;
  line-height: 48px;
}
.cntolsrvcs-pagetitle nav {
  padding: 0;
}
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb-item.active {
  font-size: 22px;
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #79adcd;
  border-radius: 100%;
  padding: 0;
  margin: 0 10px 0 5px;
  vertical-align: middle;
}

/* Cntolsrvcs employeesform CSS */
.cntolsrvcs-employeesform {
  padding: 80px 0;
}
.cntolsrvcs-employeesform h2 {
  font-size: 36px;
  color: #1c4357;
  font-weight: 800;
}
.cntolsrvcs-employeesform p {
  font-size: 16px;
  color: #707477;
  line-height: 28px;
  font-weight: 500;
}
.cntolsrvcs-employeesform form {
  width: 100%;
  background: none;
  padding: 40px 50px 0;
}
.cntolsrvcs-employeesform form .form-control {
  border-color: transparent;
}
.cntolsrvcs-employeesform form select.form-control {
  background-color: transparent;
  border-color: #ededed;
}
.cntolsrvcs-employeesform h3 {
  font-size: 19px;
  color: #1d9df7;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 20px;
}
.cntolsrvcs-employeesform h4 {
  font-size: 17px;
  color: #1c4357;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 20px;
}
.cntolsrvcs-employeesform ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}
.cntolsrvcs-employeesform ul li {
  font-size: 16px;
  color: #707477;
  line-height: 32px;
  padding-left: 20px;
  position: relative;
}
.cntolsrvcs-employeesform ul li:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #79adcd;
  content: "";
  z-index: 1;
}
.image-wrap {
  margin: 30px 0;
}

/* Cntolsrvcs Testimonials CSS */
.cntolsrvcs-testimonial-listing {
  padding: 80px 0 50px;
  background: #eeeeee;
}
.cntolsrvcs-testimonial-listing [class*="col-"] {
  padding-bottom: 30px;
}
.cntolsrvcs-testimonial-listing h2 {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
}
.cntolsrvcs-testimonial-listing p {
  padding: 10px 0 0;
}
.cntolsrvcs-testimonial-listing p i {
  font-size: 18px;
  line-height: 28px;
  color: #6d6d6d;
}
.cntolsrvcs-testimonial-listing span {
  font-size: 20px;
  font-weight: 800;
  color: #1c4357;
}
.cntolsrvcs-testimonial-listing ul {
  padding: 0;
  margin: 13px 0 0;
  list-style-type: none;
}
.cntolsrvcs-testimonial-listing ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.white-box {
  padding: 55px 45px;
  background: #ffffff;
}
.menu-listing {
  margin-bottom: 50px;
}
.menu-listing h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  padding: 25px 30px;
  background: #e24e3f;
  text-transform: uppercase;
  margin: 0;
}
.menu-listing .accordion &gt; .card &gt; .card-header {
  padding: 0;
}
.menu-listing .btn {
  padding: 0;
  min-width: 100%;
  text-align: left;
  padding: 20px 50px 20px 30px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  box-shadow: none !important;
  position: relative;
  border-radius: 0;
}
.menu-listing .btn:after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../images/sidebar-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all ease .4s;
}
.menu-listing .btn[aria-expanded="true"]:after{
  transform: rotate(90deg);
  top: 35%;
}
.accordion &gt; .card &gt; .card-header {
  background: #262935;
  border: none;
  border-bottom: 2px solid #323543;
  text-align: left;
  padding: 20px 30px;
  margin-bottom: 0;
}
.accordion &gt; .card {
  border: none;
  border-radius: 0;
}
.card-body {
  background: #181b24;
  padding: 25px 30px 15px;
}
.card-body ul {
  margin: 0;
  color: #e2ae20;
  padding-left: 20px;
}
.card-body ul li {
  margin-bottom: 10px;
}
.card-body ul li a {
  font-size: 15px;
  color: #fff;
  font-family: 'Lato-Light';
  transition: all ease .4s;
}
.menu-listing .btn[aria-expanded="true"], .menu-listing .btn:hover {
  background-color: #323543;
}
.card-body ul li a:hover, .card-body ul li a:focus {
  color: #fff;
  font-family: 'Lato-regular';
}


/* Cntolsrvcs Footer CSS */
footer {
  padding-top: 60px;
  background: #f2f2f2;
}
footer p {
  font-size: 14px;
  line-height: 24px;
  color: #6f828c;
  font-weight: 500;
  padding: 20px 0;
}
footer ul {
  padding: 0;
  margin: 0;list-style: none;
}
.socials {
  display: flex;flex-wrap: wrap;justify-content: center;
  margin-top: 20px;
}
footer h5 {
  font-size: 22px;
  text-transform: uppercase;
  color: #262935;
  font-family:'Lato-Black';
  margin-bottom: 18px;
}
.call-us {
  display: block;
  clear: both;
  margin: 12px 0;
}
.call-us img {
  width: 22px;
  margin-right: 18px;
  margin-top: -3px;
}
.call-us span a {
  font-size: 18px;
  line-height: 28px;
  color: #262935;
}
.call-us span a:hover {
  color: #e24e3f;
}
 .copyright {
  color: #262935;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  font-size: 16px;
 }
 .copyright img {max-width: 320px;margin-right: 25px;}
 .copyright span {
  color: #6f828c;
  font-family: 'Lato-regular';
 }
 .address{
  font-size: 18px;
  line-height: 28px;
  color: #262935;
 }
 .footer-bottom {
  background-color: #fff;
  padding: 30px 0;
  margin-top: 36px;
 }

.banner-title{font-size: 63px;color: #262935;font-family:'Lato-Black';}
.inner-pages-banner{
  background-color: #f2f2f2;
  padding: 110px 0 30px;
}
.other-carousel {padding-bottom: 65px;margin-bottom: 25px;margin-top: 35px;}
.other-carousel .owl-carousel .owl-nav button.owl-next, .other-carousel .owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(230,230,230,0.8);
}
.other-carousel .owl-carousel .owl-nav button.owl-next {
  right: -44px;
}
.other-carousel .owl-carousel .owl-nav button.owl-prev {
  left: -44px;
}
.other-carousel .owl-carousel .owl-nav button.owl-next:before {
  background-image: url(../images/red-arrow-right.png);
}
.other-carousel .owl-carousel .owl-nav button.owl-prev:before {
  background-image: url(../images/red-arrow-left.png);
}
.other-carousel .owl-carousel .owl-nav button.owl-next:hover, .other-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(226, 78, 63, 0.9);
}
.other-carousel .owl-carousel .owl-nav button.owl-next:hover:before {
  background-image: url(../images/slider-right-arrow.png);
}
.other-carousel .owl-carousel .owl-nav button.owl-prev:hover:before {
  background-image: url(../images/slider-left-arrow.png);
}
.other-carousel .owl-carousel .owl-dots {
  top: 30px;
}
.other-carousel .owl-carousel button.owl-dot {background-color: #e6e6e6;}
.other-carousel .owl-carousel button.owl-dot.active {background-color: #e24e3f;}
.other-pagebox p{color: #707477;font-family: 'Lato-Light';}
.form-section{padding-top: 35px;}
.btn.btn-warning {
  background-color: #efb720;
  border-color: #efb720;
}
.btn.btn-warning:hover {
  background-color: #232323 !important;
  border-color: #232323;
}
.form-section select.form-control {
  background-image: url(../images/dropdown-arrow2.png);
  background-size: 15px auto;
  background-color: transparent;
}
.form-section form {
  margin-top: 40px;
}
.testimonial-card{
  background-color: #f2f2f2;
  padding: 40px 80px 40px 40px;
  margin: 15px 0;
}
.testimonial-card h2{font-size: 30px;line-height: 34px;color: #262935;font-weight: normal;margin-top: 13px;margin-bottom: 15px;}
.testimonial-card p{color: #6d6d6d;font-size: 20px;line-height: 30px;font-family: 'Lato-Light';font-style: italic;}
.name-box{font-size: 22px;color: #262935;font-family:'Lato-Black';margin-bottom: 10px;display: block;}</pre></body></html>