@charset "utf-8";
/* Control Services Normal CSS */
body {
  color: #1c4357;
  font-family: 'Montserrat', sans-serif;
  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: #79adcd;
  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: #707477;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.65;
}
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:hover img {
  margin-left: 20px;
}
.btn img {
  margin-left: 8px;
  transition: all ease .4s;
}
.btn-lg {
  padding: 20px 30px;
}
.btn-info {
  background-color: #79adcd;
  border-color: #79adcd;
}
.btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #4a87ac;
  border-color: #4a87ac;
}
/* 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 {
  padding-top: 20px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: #e8e8ea;
  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: #709ab4;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 125px;
  background: rgba(0, 0, 0, 0.7);
  outline: none;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button:before {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  content: "";
  transform: rotate(45deg);
  transition: all ease .4s;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav button.owl-next:before {
  margin: 0 10px 0 0;
  transform: rotate(-135deg);
}
.owl-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.owl-carousel .owl-nav button:hover:before {
  border-bottom-color: #1c4357;
  border-left-color: #1c4357;
}
.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;
  text-overflow: '';
}
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: 15px;
  color: #919191;
  font-weight: 500;
  border-width: 2px;
}
/* Cntolsrvcs Header CSS */
header {
  display: flex;
  padding-left: 10px;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  float: left;
}
.cntolsrvcs-logo {
  display: inline-block;
  vertical-align: middle;
}
nav {
  display: inline-block;
  vertical-align: middle;
  padding-left: 70px;
  font-size: 17px;
}
nav ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav > ul > li {
  position: relative;
}
nav > ul > li:hover > a {
  color: #79adcd;
}
nav > ul > li > a {
  display: block;
  padding: 38px 15px;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 300px;
  background: #efeeef;
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 2;
}
.dropdown > li > a {
  display: block;
  padding: 13px 50px;
  color: #1c4357;
  position: relative;
}
.dropdown > li:hover > a {
  background: #ffffff;
  color: #113040;
  font-weight: 600;
}
.dropdown > li > a:before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #1c4357;
  border-right: 1px solid #1c4357;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
}
.header-right {
  float: right;
}
.contact-number {
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
  font-weight: 700;
  font-size: 22px;
}
.cntolsrvcs-toggle {
  display: inline-flex;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #79adcd;
  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 > ul {
  display: block;
}
.cntolsrvcs-aside nav > ul > li > a {
  padding: 15px 0;
}
.cntolsrvcs-aside .dropdown {
  position: static;
  min-width: 10px;
  padding-left: 10px;
  background: none;
  transform: none;
}
.cntolsrvcs-aside .dropdown > li > a {
  padding: 10px 0 10px 25px;
}
.cntolsrvcs-aside .dropdown > li > a:before {
  left: 0;
}
.cntolsrvcs-aside .contact-number {
  margin: 15px 0 30px;
}
/* Cntolsrvcs Banner CSS */
.cntolsrvcs-banner .cntolsrvcs-background: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 > * {
  position: relative;
  z-index: 1;
}
.banner-caption {
  max-width: 600px;
}
.banner-caption h1 {
  margin-bottom: 20px;
  font-size: 75px;
  line-height: 75px;
  text-transform: uppercase;
}
.banner-caption h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
}
/* Cntolsrvcs Overview CSS */
.cntolsrvcs-overview {
  overflow: hidden;
  clear: both;
}
.overview-wrap {
  position: relative;
}
.overview-wrap:after {
  position: absolute;
  top: 80%;
  left: 80%;
  width: 295px;
  height: 252px;
  background-image: url(../images/dots.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 0;
}
.overview-wrap > * {
  position: relative;
  z-index: 1;
}
.overview-wrap h2 {
  margin-bottom: 15px;
  color: #79adcd;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.overview-wrap h3 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
}
/* Cntolsrvcs Testimonials CSS */
.cntolsrvcs-testimonials {
  background-image: url(../images/background2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 460px;
  padding: 50px 50px 30px;
  background: #ffffff;
}
.testimonials-wrap .item {
  padding-top: 65px;
  position: relative;
}
.testimonials-wrap .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 36px;
  content: "";
  background-image: url("../images/quote-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.testimonials-wrap p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
}
.testimonials-wrap h2 {
  margin-bottom: 5px;
  color: #1c4357;
  font-weight: 700;
  font-size: 18px;
}
.testimonials-wrap h3 {
  margin-bottom: 5px;
  color: #d2d1d6;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.testimonials-wrap .owl-dots {
  text-align: right;
}
/* Cntolsrvcs Services CSS */
.cntolsrvcs-services {
  background: #eaebec;
}
.cntolsrvcs-services .row > * {
  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 {
  display: flex;
  height: 100%;
  padding: 30px 25px;
  background: #ffffff;
  justify-content: space-between;
}
.service-item:hover {
  background: #1c4357;
  color: #ffffff;
}
.service-item:hover p {
  color: #6f828c;
}
.service-item p {
  color: #6f828c;
  font-weight: 500;
  transition: all ease .4s;
}
.service-item p:last-child {
  margin-bottom: 0;
}
.service-item .h5 {
  margin-bottom: 5px;
  font-size: 18px;
}
.service-item .float-left {
  min-width: 65px;
}
/* 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;
}
.cntolsrvcs-contact .container {
  position: absolute;
  right: 0;
  top: 115px;
  max-width: none;
  width: 57%;
  z-index: 1;
  padding-right: 120px;
}
.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: 95% -27px;
}
.cntolsrvcs-contact .form-control {
  background-color: #1c4357;
  border-color: #29556b;
  color: #ffffff;
}
.cntolsrvcs-contact .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cntolsrvcs-contact .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.cntolsrvcs-contact .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.cntolsrvcs-contact select.form-control {
  background-color: #29556b;
}
.cntolsrvcs-map {
  width: 50%;
  height: 700px;
  min-height: 930px;
}
.cntolsrvcs-contact form {
  background-image: url("../images/contact-bg.png") no-repeat 90% 10px;
  position: relative;
  float: left;
}
.cntolsrvcs-contact form:before {
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
  width: 250px;
  height: 100%;
  content: "";
  background: url("../images/contact-bg.png") no-repeat 0 0;
}
form {  
  float: right;
  width: 730px;
  padding: 60px 60px 40px;
  background-color: #1c4357;
}
form label {
  font-size: 12px;
  font-weight: 700;
  color: #607986;
  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: bold;
  padding: 30px;
  background: #79adcd;
  text-transform: uppercase;
  margin: 0;
}
.menu-listing .accordion > .card > .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;
}
.menu-listing .btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../images/sidebar-arrow.png");
  background-position: 0 -54px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all ease .4s;
}
.menu-listing .btn.collapsed:after {
  background-position: 0 -1px;
}
.menu-listing .btn.collapsed:hover:after {
  background-position: 0 -29px;
}
.accordion > .card > .card-header {
  background: #1c4357;
  border: none;
  border-bottom: 2px solid #29556b;
  text-align: left;
  padding: 20px 30px;
  margin-bottom: 0;
}
.accordion > .card > .card-header .btn > a { color: white; }
.accordion > .card {
  border: none;
  border-radius: 0;
}
.card-body {
  background: #11232d;
  padding: 25px 30px 15px;
}
.card-body ul {
  margin: 0;
}
.card-body ul li {
  margin-bottom: 10px;
}
.card-body ul li a {
  font-size: 15px;
  color: #62747e;
}
.card-body ul li a:hover, .card-body ul li a:focus, .card-body ul li a.active {
  color: #79adcd;
}


/* Cntolsrvcs Footer CSS */
footer {
  padding: 65px 0 120px;
  background: #11232d;
}
footer p {
  font-size: 14px;
  line-height: 24px;
  color: #6f828c;
  font-weight: 500;
  padding: 20px 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
.socials ul li {
  display: inline-block;
  padding-right: 10px;
}
.socials ul li a {
  display: inline-block;
  width: 42px;
  height: 43px;
  background: url("../images/socials.png") no-repeat 0 0;
}
.socials ul li a:hover, .socials ul li a:focus {
  background-position: 0 -99px;
}
.socials ul li a.insta {
  background-position: -55px 0;
}
.socials ul li a.insta:hover, .socials ul li a.insta:focus {
  background-position: -55px -99px;
}
footer h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 30px 0 10px;
}
.call-us {
  display: block;
  clear: both;
  margin: 20px 0;
}
.call-us img {
  width: 22px;
  margin-right: 18px;
}
.call-us span a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.quick-links li {
  display: inline-block;
  width: 49%;
  padding-top: 10px;
}
.quick-links li a {
  font-size: 14px;
  color: #6f828c;
  font-weight: 500;
 }
 .quick-links li a:hover, .quick-links li a:focus {
  color: #79adcd;
 }
 .copyright {
  margin: 60px 0 0;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
 }
 .copyright span {
  color: #6f828c;
 }
 .fax, .email {
  display: block;
  clear: both;
 }
 .fax small {
  font-size: 14px;
  color: #ffffff;
 }
 .address a, .fax, .email {
  font-size: 14px;
  line-height: 30px;
  color: #6f828c;
  font-weight: 500;
 }
 .fax a {
  font-size: 14px;
  line-height: 30px;
  color: #6f828c;
  font-weight: 500;
 }
 .email a {
  font-size: 14px;
  line-height: 30px;
  color: #79adcd;
  font-weight: 500;
 }
 .address a:hover, .address a:focus, .fax a:hover, .fax a:focus, .email a:hover, .email a:focus {
  color: #ffffff;
 }

 .gm-style .gm-style-iw-c {
  padding: 0;
 }
 .gm-style-iw-d button {
  display: none;
 }
 .gm-style img {
  width: 100%;
 }
 .gm-style-iw-d p {
  padding: 10px 50px;
  border-bottom: 2px solid #dfdfdf;
  text-align: center;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 22px;
 }
 .gm-style-iw-d a {
  display: block;
  padding: 0 20px 20px;
  font-size: 18px;
  color: #1c4357;
  font-weight: bold;
 }
  .gm-style-iw-d a span {
    color: #79adcd;
  }