/*
Theme Name: Greatidea
Theme URI: http://itsugestion.com/dev/greatidea/
Author URI: http://itsugestion.com/dev/greatidea/
Description: Custom Fully Function Theme.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*** Import Fonts ***/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Conv_Bill Smith Demo";
  src: url("../fonts/Bill Smith Demo.eot");
  src: local("☺"), url("../fonts/Bill Smith Demo.woff") format("woff"),
    url("../fonts/Bill Smith Demo.ttf") format("truetype"),
    url("../fonts/Bill Smith Demo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
}

header {
  margin: 0;
  padding: 0px;
}

header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}

header .navbar .navbar-brand img {
  width: 110px;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}

.top-bar {
  background: #cccccc;
}

.top-links li a {
  color: #1a1a1a;
  font-size: 12px;
  margin-right: 15px;
  padding: 6px 0;
  display: inline-block;
}

@media only screen and (max-width: 576.98px) {
  .top-links li a {
    margin-right: 5px;
  }
}

.top-links li a i {
  color: #118ab2;
}

.navbar-toggler {
  background: #118ab2;
  color: #fff;
}

.navbar-toggler:focus {
  background: #152644;
  color: #fff;
}

.main-nav {
  padding: 6px 0;
}

.main-nav nav ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #1a1a1a !important;
}

.main-nav nav ul li a:hover {
  color: #118ab2 !important;
}

.main-nav nav ul li a:focus {
  color: #118ab2 !important;
}

.main-nav nav ul .active a {
  color: #118ab2 !important;
}

.main-nav nav ul .current-menu-item a {
  color: #118ab2 !important;
}

.hero-banner {
  background-size: cover;
  padding-top: 60px;
}

.hero-banner h6 {
  color: #0d0d0d;
  position: relative;
  float: left;
}

.hero-banner h6:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #118ab2;
  width: 60px;
  bottom: 8px;
  right: -90px;
}

.hero-banner h1 {
  color: #0d0d0d;
  font-size: clamp(24px, 5vw, 60px);
  font-weight: 800;
  float: left;
  width: 100%;
}

.hero-banner p {
  float: left;
  width: 100%;
  color: #0d0d0d;
}

.hero-link a {
  background: #118ab2;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 16px;
}

.hero-link a:hover {
  background: #107fa4;
  color: #fff;
}

.gr-bg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(237, 237, 237, 0.65)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(237, 237, 237, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ededed', endColorstr='#00000000',GradientType=0 );
}

.about-img {
  height: 300px;
  border: 6px solid #fff;
  background: #0d0d0d;
  -webkit-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  overflow: hidden;
}

.about-img .ex-year {
  background: #0d0d0d;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 4;
  width: 100px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  right: 0;
}

.about-img .ex-year span {
  font-size: 20px;
  font-weight: 800;
}

.text-box h4 {
  color: #999999;
  font-size: 20px;
  font-weight: 300;
}

.text-box hr {
  background: #118ab2;
  height: 4px;
  border-top: none;
  width: 60px;
  opacity: 1;
}

.text-box h3 {
  color: #0d0d0d;
  text-transform: capitalize;
  font-weight: 300;
  font-size: clamp(26px, 5vw, 38px);
}

.text-box h3 b {
  font-weight: 800;
}

.text-box p {
  color: #666666;
}

.text-box.text-center hr {
  margin: 0 auto;
}

.serv-tabs .nav-pills button {
  background: #0d0d0d;
  color: #fff;
  padding: 20px;
  position: relative;
}

.serv-tabs .nav-pills button i {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #118ab2;
  background: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 100px !important;
}

@media only screen and (max-width: 1199.98px) {
  .serv-tabs .nav-pills button i {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}

.serv-tabs .nav-pills button h5 {
  font-weight: 800;
}

.serv-tabs .nav-pills button p {
  font-weight: 300;
}

.serv-tabs .nav-pills button.active {
  background: #fff;
  color: #118ab2;
}

.serv-tabs .nav-pills button.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 30px;
  margin-top: -30px;
  z-index: 4;
}

.serv-tabs .nav-pills button.active i {
  color: #fff;
  background: #118ab2;
}

.serv-tabs .ser-image-cont-text {
  position: absolute;
  background: #fff;
  border-top: 4px solid #118ab2;
  padding: 30px;
  width: 400px;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 576.98px) {
  .serv-tabs .ser-image-cont-text {
    width: 300px;
  }
}

.serv-tabs .ser-image-cont-text h3 {
  font-family: "Kalam", cursive;
  color: #0d0d0d;
  font-size: 24px;
}

.serv-tabs .ser-image-cont-text h5 {
  color: #999999;
  font-size: 18px;
}

.serv-tabs .ser-image-cont-text p {
  color: #0d0d0d;
  font-size: 14px;
}

.serv-tabs .ser-image-cont-text .get-start-btn a {
  background: #118ab2;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
}

.serv-tabs .ser-image-cont-text .get-start-btn a:hover {
  background: #107fa4;
  color: #fff;
}

.team-profile {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 6px solid #fff;
}

.team-profile .team-pic {
  overflow: hidden;
}

.team-profile .team-pic img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.team-profile:hover .team-pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.team-profile .team-name {
  padding: 10px 0;
}

.team-profile .team-name h5 {
  color: #0d0d0d;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-profile .team-name p {
  font-size: 14px;
  color: gray;
}

.review {
  background: url(../images/map-testimonial1.png) no-repeat center;
  background-size: 800px;
}

.testmo-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.testmo-box h5 {
  color: #118ab2;
  font-size: 20px;
  font-weight: 600;
}

.testmo-box .test-img {
  margin-top: -38px;
  width: 43px;
  height: 43px;
  border-radius: 100px !important;
}

.testmo-box .test-img img {
  border-radius: 100px !important;
}

.testmo-box .test-img i {
  background: #118ab2;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0px;
  border-radius: 100px !important;
}

/*.testmo-box .stars-line {
  position: absolute;
  top: 15px;
  right: 20px;
}*/

.testmo-box .stars-line i {
  color: #118ab2;
}

.testmo-box p {
  color: #0d0d0d;
  font-size: 12px;
  font-weight: 600;
}

.testmo-box .name-text {
  font-size: 14px;
  font-weight: 300;
}

.testmo-box .name-text b {
  font-weight: 600;
}

.footer-box {
  border-top: 2px solid #118ab2;
}

.footer-box .overlay {
  background: #073b4c;
}

.footer-box .overlay .ft-box h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.ft-box .menu {
  padding: 0px;
  list-style: none;
}
.footer-box .overlay .ft-box .ft-links li,
.ft-box .menu li {
  color: #6bd0f1;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-box .overlay .ft-box .ft-links li i {
  color: #fff;
}

.footer-box .overlay .ft-box .ft-links li a,
.ft-box .menu li a {
  color: #6bd0f1;
  font-size: 14px;
}

.footer-box .overlay .ft-box .ft-links li a:hover,
.ft-box .menu li a:hover {
  color: #fff;
}

.footer-box .contact-info {
  color: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .footer-box .contact-info {
    right: 5%;
  }
}

.footer-box .contact-info h2 {
  font-weight: 800;
  font-size: 18px;
  position: relative;
  float: left;
}

.footer-box .contact-info h2:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #6bd0f1;
  width: 45px;
  bottom: 8px;
  right: -60px;
}

.footer-box .contact-info .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box .contact-info .contact-list li i {
  color: #6bd0f1;
  font-size: 20px;
}

.footer-box .contact-info .contact-list li .con-box p {
  font-size: 12px;
  font-weight: 300;
}

.footer-box .contact-info .contact-list li .con-box h6 {
  font-weight: 800;
  font-size: 18px;
}

.half-liks .ft-links li {
  float: left;
  width: 50%;
}

.copyright-box {
  background: #0d6683;
}

.copyright-box p {
  font-size: 12px;
}

.tell-us {
  background: #118ab2;
  color: #fff;
}

.tell-us h4 {
  font-weight: 800;
}

.tell-us p {
  font-size: 16px;
  font-weight: 300;
}

.tell-us .quote form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #0d0d0d;
}

.tell-us .quote form input[type="text"] {
  padding: 10px;
  width: 100%;
  border: none;
  color: #fff;
  background: transparent;
}

@media only screen and (max-width: 576.98px) {
  .tell-us .quote form input[type="text"] {
    font-size: 14px;
  }
}

.tell-us .quote form button {
  background: #fff;
  border: none;
  width: 200px;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 576.98px) {
  .tell-us .quote form button {
    font-size: 14px;
  }
}

.inner-banner {
  padding: 60px 0 60px 0;
 /* background: url(../images/in.png) no-repeat center;*/
}

.inner-banner h2 {
  text-transform: capitalize;
  color: #0d0d0d;
  font-weight: 600;
}

.inner-banner .b-nav li {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.inner-banner .b-nav li a {
  margin-right: 5px;
  color: #118ab2;
  font-weight: 400;
}

.inner-banner .b-nav li i {
  margin-right: 5px;
}

.mar-botm-gap p {
  margin-bottom: 15px;
}

.form-box label {
  font-size: 14px;
  font-weight: 600;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="number"],
.form-box textarea {
  font-size: 14px;
}

.form-box input[type="text"]:focus,
.form-box input[type="email"]:focus,
.form-box input[type="number"]:focus,
.form-box textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-box button {
  background: #118ab2;
  color: #fff;
}

.form-box button:hover {
  background: #107fa4;
  color: #fff;
}

.help-box h2 {
  font-weight: 600;
  color: #0d0d0d;
}

.help-box h5 {
  font-weight: 600;
  color: #0d0d0d;
}

.help-box p {
  color: #1a1a1a;
  font-size: 14px;
}

.footer-map iframe {
  width: 100%;
  margin-bottom: -8px;
  height: 200px;
}
/*# sourceMappingURL=main.css.map */

input.wpcf7-form-control.wpcf7-submit.btn.rounded-0.float-end {
  background: #118ab2;
  color: #fff;
}

/**********************/
.home_service {
    background-color: rgb(0 0 0 / 55%);
}
.home_service p{
    color: #fff !important;
    margin-bottom: 30px;
}
a.read_btn {
    color: #118ab2;
    font-size: 14px;
}
.single_service_page {
    padding: 30px 0;
    /*border-top: 1px solid #C5C5C5;*/
}
.title_section {
    margin-bottom: 30px;
}
.title_section h2 {
    color: #118ab2;
}
/*.ms.text_box {
    margin-top: 30px;
}*/
.bottom_content h4 {
    color: #0d0d0d;
    font-weight: 800;
    line-height: 2;
}
.bottom_content {
    margin-top: 20px;
}

html {
  scroll-behavior: smooth;
}
.serv_img_box {
    height: 200px;
    overflow: hidden;
}
.serv_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.read_btn_box {
    margin-top: 11px;
}
.what_we_do_img_sec {
    /*min-height: 443px;*/
    height: 100%;
}
.what_we_do_img_sec img {
    object-fit: cover;
}
ul.business_items {
    padding-left: 0px;
    list-style: none;
}
ul.business_items li {
    font-weight: 600;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
}
ul.business_items li:before {
    content: "\2713 ";
    color: #118ab2;
    position: absolute;
    left: 0;
}
.service_text_sec ul {
    padding-left: 0px;
    list-style: none;
    margin: 30px 0;
}
.service_text_sec ul li {
    margin: 10px 0;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.service_text_sec ul li:before {
    content: "\2713 ";
    color: #118ab2;
    position: absolute;
    left: 0;
}
.business_items li a {
    color: #212529;
}

.client_img {
    width: 40px;
    border: 1px solid #118ab2;
    border-radius: 100px;
    height: 40px;
    overflow: hidden;
}
.name-text span {
    font-weight: 600;
    color: #118ab2;
}
.inner_content {
    margin: 30px 0;
}
.inner_content ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.inner_content ul li {
    font-weight: 600;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
}
.inner_content ul li:before {
    content: "\2713 ";
    color: #118ab2;
    position: absolute;
    left: 0;
}
.inner_content strong u {
    text-decoration: none;
    color: #118ab2;
}
.service_text_sec strong u {
    text-decoration: none;
    color: #118ab2;
}
.footer-box .contact-info .contact-list li .con-box p a {
    color: #fff;
}
.footer-box .contact-info .contact-list li .con-box h6 a {
    color: #fff;
}