/*==================================================
 <-- Hamilton Header Top Menu Area Css-->
===================================================*/
/* Body */
body {
  font-family: 'Teko', sans-serif;
  overflow-x: hidden;
}
h1,
h2 {
  font-family: 'Teko', sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 84px;
}
h3 {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 70px;
}
h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
p {
  font-size: 20px;
  line-height: 30px;
}
a{
  text-decoration: none
}
.btn {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.noshadow {
  box-shadow: none !important;
}
.btn-theme {
  background: #000;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  border: 2px solid #000;
}
.btn-theme:hover {
  background: #fff;
  color: #000;
}
.btn-theme-white:hover {
  background: #5b4ccc;
  border: 2px solid #fff;
  color: #fff;
}
.responsive {
  max-width: 100%;
  height: auto;
}
.heading {
  text-align: center;
  margin-bottom: 70px;
}
.heading h2 {
  max-width: 1100px;
  margin: 0 auto;
}
.hide{display: none}
.show{display: block !important;}
.heading p {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  max-width: 1100px;
  margin: 20px auto;
}
.heading h5 {
  border: 2px solid #5b4ccc;
  border-radius: 32px;
  color: #5b4ccc;
  display: inline-block;
  padding: 5px 20px;
}
.heading h5:hover {
  color: #fff;
  background: #5b4ccc;
}
ul li {
  list-style: none;
}
ul {
  padding-left: 0px;
}
.bottomless {
  padding-bottom: 0px !important;
}

::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff !important;
}

/* Header */
header {
  padding: 20px;
}

header .leftside h1{
margin-bottom: 0px;
font-size: 5rem;
color: #000
}
header .rightside{float: right;}
header .rightside a{display: block;  font-size: 30px}
header .rightside a.email{color: #000; margin-bottom: 10px}

/* Healthcare */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px !important;
  font-weight: bold !important;
  opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  height: 80vh;
  overflow-y: scroll;
  text-align: center;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: #000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Pricing */

/* Automotive */
.gapimg img{margin-bottom: 20px; border-bottom: 3px solid #000; padding-bottom: 20px}

/* FAQs */
.faqs .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #5b4ccc;
}
.faqs .accordion-item {
  border: none;
}
.faqs .accordion-item button {
  background: #f8f6ff;
  border-radius: 32px !important;
  margin-top: 20px;
}
.faqs .accordion-item h4 button {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}
.faqs .accordion-body {
  font-size: 24px;
}
.accordion-button::after {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.home  .card-body{padding: 0px !important; border: 1px solid #c4c4c4; border-radius: 25px; text-align: left; }
.home  .card-body p{padding: 5px 20px;font-size: 25px}
.home  .card-columns{column-gap: 5px}
.home .card a:hover img{filter: drop-shadow(0 0 11px rgba(0,0,0,0.57));}
.home{padding: 0 20px;}
.tilewrap h2{font-size: 40px; text-align: center; line-height: 45px; vertical-align: middle; display: table-cell; color: #fff; font-weight: 600;}
.tilewrap{min-height: 200px; padding: 10px;display: table; width: 100%; background: url(../images/bg.webp); margin-bottom: 10px}
.tilewrap:hover h2{font-size: 45px; transition: 0.3s;}
.tilewrap a{text-decoration: none !important}
.home .hometiles .col-md-4{padding: 0 5px !important;}
.imgbox{margin-bottom: 30px}
.imgbox h4{margin-top: 10px; line-height: 30px}
.center{text-align: center;}
.content a{color: red}
a:hover{text-decoration: none !important}
.fimimages p{margin-bottom: 0px}
.fimimages{border: 2px solid #000;min-height: 100px; padding: 10px;display: table; width: 100%;  background: url(../images/bg.jpg); background-size: contain; background-repeat: no-repeat;margin-bottom: 0px}
.wsbrimages{border: 2px solid blue;min-height: 300px; padding: 10px;display: table; width: 100%;  background: url(../images/bg2.jpg); background-size: contain; background-repeat: no-repeat;margin-bottom: 10px}
.wsbrimages a, .fimimages a{display: table-cell; color: #000; vertical-align: middle; text-align: center;}
.wsbrimages p, .fimimages p{font-size: 28px; }
.realestatehome img{margin-bottom: 30px;}
.realestatehome img:hover{ transform: scale(1.4);}
.realestatehome .row{border-bottom: 3px dotted #000; margin-bottom: 30px; color: #000}
.realestatehome .row:last-child, .realestatehome .row:first-child{border-bottom: none;}

.resume{text-align: center;}
.downloadresume{
  margin: 10px
}
.footers{
  margin-top: 50px
}
.footers .leftside a{
  font-size: 30px;
  color: #000;
}
.footers .rightside{float: right;}
.footers .rightside ul li {
  float: left;
  color: #000;
  margin-right: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
}
.footers .rightside ul li i {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #000;
  text-decoration: none;
}
.socialwrap {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  vertical-align: top;
}
.socialwrap .text {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 40px;
  font-size: 30px;
}
.footers .socialwrap ul {
  display: inline-block;
  margin-bottom: 0px;
}
.footers .socialwrap ul li {
  margin-bottom: 0px;
  font-size: 24px;
  margin-right: 10px;
}


@media only screen and (max-width: 600px) {

  header .leftside h1{font-size: 35px;
    line-height: 40px}
    header .rightside a{font-size: 20px}
    .btn-theme{padding: 10px 15px}
     header .leftside h4{font-size: 25px;line-height: 30px}
     .tilewrap{min-height: 200px}
     h1, h2{font-size: 50px; line-height: 55px}
     h3{line-height: 50px}
}