/**** font size ***/
/************** responsive ********************/
/********* color **********/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap");
body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 1.063rem;
  color: #3C3C3C;
}
@media (max-width: 1500px) {
  body {
    font-size: 0.9rem;
  }
}

h1, h2, h3, h4, h5, h6, p, div, ul, li, span {
  font-family: "Poppins", sans-serif;
  color: #3C3C3C;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 3.125rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.btnblue {
  background: #359230;
  font-size: 1.1rem;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 50px;
}
.btnblue:hover {
  background: #186614;
}

/*********** head ****************/
.bodytoppart {
  background-size: contain;
}
.bodytoppart header {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
@media (max-width: 991px) {
  .bodytoppart header {
    position: relative;
  }
}
.bodytoppart header .topbox {
  background: #4e94ba;
  padding: 8px 0px;
}
.bodytoppart header .topbox ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.bodytoppart header .topbox ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0px 15px;
  align-items: center;
}
.bodytoppart header .topbox ul li a {
  text-decoration: none;
}
.bodytoppart header .topbox ul li .socialbox a {
  width: 23px;
  height: 23px;
  display: inline-block;
}
.bodytoppart header .topbox ul li .socialbox a img {
  max-width: 100%;
}
.bodytoppart header .topbox ul li .phone {
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}
.bodytoppart header .topbox ul li .phone img {
  height: 25px;
}
.bodytoppart header .topbox ul li .email a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.bodytoppart header .topbox ul li .email img {
  width: 28px;
}
.bodytoppart header .topbox ul li .btngetQuote {
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  background: #489343;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  border-radius: 5px;
}
.bodytoppart header .topbox ul li .btngetQuote:hover {
  background: #23671f;
}
@media (max-width: 767px) {
  .bodytoppart header .topbox ul li {
    margin: 0px 5px;
  }
  .bodytoppart header .topbox ul li .phone img {
    height: 15px;
  }
  .bodytoppart header .topbox ul li .email img {
    width: 17px;
  }
}
@media (max-width: 1199px) {
  .bodytoppart header .topbox .topboxcnt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .bodytoppart header .topbox .topboxcnt ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.bodytoppart header .headermain {
  padding: 5px 0px;
}
.bodytoppart header .headermain .logo {
  background: #ffffff;
  padding: 15px 5px;
  position: relative;
}
.bodytoppart header .headermain .logo img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .bodytoppart header .headermain .logo {
    margin: 0px auto;
  }
}
@media (max-width: 991px) {
  .bodytoppart header .headermain .logo {
    top: 33px;
  }
}
@media (max-width: 767px) {
  .bodytoppart header .headermain .logo {
    margin: 0px;
    max-width: 200px;
    padding: 5px;
    position: relative;
    top: 0px;
  }
}
.bodytoppart header .headermain .navigationmain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.bodytoppart header .headermain .navigationmain .navileft {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.bodytoppart header .headermain .navigationmain .navileft nav {
  padding: 0px;
}
.bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a {
  color: #494d4d;
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  text-decoration: none;
  padding: 1rem 1rem;
  font-weight: 500;
}
.bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a:hover, .bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a.active {
  color: #4e94ba;
}
@media (max-width: 1500px) {
  .bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a {
    padding: 1rem 0.8rem;
    font-size: 1.063rem;
  }
}
@media (min-width: 1320px) and (max-width: 1399px) {
  .bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a {
    padding: 1rem 0.8rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a {
    padding: 8px 8px;
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .bodytoppart header .headermain .navigationmain .navileft nav .navbar-nav li a {
    padding: 8px 8px;
    font-size: 0.9rem;
  }
}
@media (max-width: 1199px) {
  .bodytoppart header .headermain .navigationmain {
    justify-content: center;
  }
}
.bodytoppart header .headermain .navigationmain .naviright a {
  background: #033baf;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 50px;
}
.bodytoppart header .headermain .navigationmain .naviright a:hover {
  background: #333333;
  color: #ffffff;
}
@media (max-width: 991px) {
  .bodytoppart header .headermain .navigationmain .naviright a {
    padding: 8px 8px;
  }
  .bodytoppart header .headermain .navigationmain .naviright a a {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .bodytoppart header .headermain .navigationmain .navileft nav {
    position: absolute !important;
    top: 19px !important;
    right: 0px !important;
    width: 100%;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav button {
    position: absolute;
    right: 15px;
    top: 30px;
    outline: none !important;
    border: 0px !important;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav img {
    max-width: 100%;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav #navbarCollapse {
    background: #539dc5;
    margin-top: 80px;
    z-index: 99;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav #navbarCollapse .navbar-nav {
    margin: 15px 0px;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav #navbarCollapse .navbar-nav li {
    border-bottom: 1px solid #367fa7;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav #navbarCollapse .navbar-nav li a {
    padding: 12px 10px;
    color: #ffffff;
    font-size: 0.9rem;
  }
  .bodytoppart header .headermain .navigationmain .navileft nav #navbarCollapse .navbar-nav li a.active {
    color: #ffffff;
  }
}
.bodytoppart .homeslider {
  height: 100%;
  border: 0px solid #ccc;
  width: 100%;
  position: relative;
}
.bodytoppart .homeslider .bannercntbox {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .bodytoppart .homeslider .bannercntbox {
    background: rgba(255, 255, 255, 0.5);
  }
}
.bodytoppart .homeslider .bannerimg img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.bodytoppart .homeslider .bennertext {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  font-family: "Poppins", sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.bodytoppart .homeslider .bennertext h1 {
  font-weight: 200;
  font-size: 60px;
  line-height: 60px;
  margin: 0px 0px 0px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #191919 !important;
}
.bodytoppart .homeslider .bennertext h1 span {
  color: #033baf;
  font-family: "Poppins", sans-serif;
}
.bodytoppart .homeslider .bennertext h2 {
  font-weight: 200;
  font-size: 2.5rem;
}
.bodytoppart .homeslider .bennertext h6 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0px;
}
.bodytoppart .homeslider .bennertext p {
  font-size: 0.9rem;
  max-width: 600px;
  margin: 0px;
  text-align: left;
}
.bodytoppart .homeslider .bennertext a {
  background: #41903d;
  padding: 8px 40px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
}
.bodytoppart .homeslider .bennertext a:hover {
  background: #2e7a2a;
}
@media (max-width: 767px) {
  .bodytoppart .homeslider .bennertext p {
    display: none;
  }
  .bodytoppart .homeslider .bennertext h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .bodytoppart .homeslider {
    padding-bottom: 50px;
  }
  .bodytoppart .homeslider .bennertext h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .bodytoppart .homeslider .bennertext h6 {
    font-size: 20px;
  }
  .bodytoppart .homeslider .bennertext a {
    padding: 6px 18px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bodytoppart .homeslider .bennertext h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .bodytoppart .homeslider .bennertext h6 {
    font-size: 20px;
  }
}

.slick-dots {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  position: absolute;
  bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.slick-dots li {
  margin: 0px 2px;
  padding: 0px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #ccc;
  background: #ffffff;
  font-size: 0px;
}
.slick-dots li.slick-active button {
  background: #4e94ba;
}

.buttonarea {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.buttonarea.centeralign {
  justify-content: center;
}
.buttonarea.centeralign .btnblue {
  margin-top: 20px;
  color: #585858;
}
.buttonarea.centeralign .btnblue:hover {
  color: #ffffff !important;
}
.buttonarea .btnblue {
  background: #effcfc !important;
  border-radius: 40px;
  padding: 12px 30px;
  color: #585858;
  font-size: 0.865rem;
  color: #585858;
}
.buttonarea .btnblue:hover {
  background: #039b9b !important;
}

.sectionpadding {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  .sectionpadding {
    padding: 40px 0px;
  }
}

.titlebox {
  background: url(../images/img_titleback.png) no-repeat center bottom;
  padding-bottom: 30px;
}
.titlebox h4 {
  font-family: "Oleo Script", cursive;
  text-align: center;
  margin-bottom: 0px;
}
.titlebox h2 {
  text-align: center;
  font-weight: 700;
}

.whoweare .titlebox h4 {
  color: #ffffff;
}
.whoweare .titlebox h2 {
  color: #ffffff;
}

.welcomecnt {
  margin: 0px auto;
}
.welcomecnt .mb-4 {
  margin-bottom: 60px !important;
}
.welcomecnt p {
  font-weight: normal;
  line-height: 1.8rem;
}
.welcomecnt .imgwelcome {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.welcomecnt .imgwelcome img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .welcomecnt .imgwelcome {
    margin-top: 20px;
  }
}
.welcomecnt h1 {
  color: #1a1a19;
}
.welcomecnt h1 span {
  color: #E44F25;
}
.welcomecnt ul li {
  background: url(../images/orange_dot.svg) no-repeat left 8px;
  background-size: 10px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.welcomecnt .buttonarea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.welcomecnt .buttonarea .btnblue {
  background: #87cef5 !important;
  border-radius: 85px;
  padding: 12px 30px;
  color: #585858;
  font-size: 0.865rem;
}
.welcomecnt .buttonarea .btnblue:hover {
  background: #039b9b !important;
  color: #ffffff !important;
}

.mb25 {
  margin-bottom: 25px;
}

.serbox1 {
  background: #dff4ff;
  padding: 30px;
  border-radius: 10px;
  min-height: 360px;
  margin-top: 30px;
}
.serbox1.h260 {
  min-height: 285px !important;
}
.serbox1.hauto {
  min-height: auto !important;
}

.ourStrategy .serbox1 {
  min-height: 190px;
}
.ourStrategy .serbox1 h4 {
  margin-bottom: 15px;
}
.ourStrategy .serbox1.h260 {
  min-height: 285px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.lightblue {
  background: url(../images/img_backgoundcnt.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.lightblue h1 {
  color: #ffffff;
  margin: 0px auto 20px;
  text-align: center;
}
.lightblue p {
  color: #ffffff;
  margin: 0px auto;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 0.9rem;
  max-width: 1000px;
}
.lightblue .whitebox {
  background: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0, 0, 5, rgba(0, 0, 0, 0.8);
  padding: 40px 0px;
  margin: 20px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 94%;
  position: relative;
  transition: ease all 0.5s;
}
.lightblue .whitebox .imgbox {
  margin-left: 20px;
}
.lightblue .whitebox .imgbox img {
  max-width: 60px;
}
.lightblue .whitebox .overlaybox {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 1;
  transition: ease all 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.lightblue .whitebox .overlaybox img {
  max-width: 100%;
  width: 100%;
  opacity: 0.8;
}
.lightblue .whitebox .overlaybox .btnserReadmore {
  position: absolute;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding: 5px 13px;
  border-radius: 5px;
}
.lightblue .whitebox:hover .overlaybox {
  left: 0%;
  opacity: 1;
  transition: ease all 0.5s;
}
.lightblue .whitebox h3 {
  margin: 25px 0px 15px;
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}
.lightblue .whitebox p {
  color: #4B4B4B;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.lightblue .whitebox a {
  margin-top: 30px;
}
.lightblue .whitebox .imgbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lightblue .whitebox .imgbox svg {
  max-width: 100%;
  fill: #E44F25;
  width: 80px;
  height: 80px;
}

.servicessection {
  margin-top: 30px;
}
.servicessection .servbox {
  position: relative;
  padding: 0px 15px;
  transition: ease all 1s;
}
.servicessection .servbox img {
  max-width: 100%;
}
.servicessection .servbox a {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  font-size: 1.3rem;
  padding: 10px 0px;
  text-align: center;
  display: flex;
  width: 93%;
  text-decoration: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
  height: 40px;
}
.servicessection .servbox:hover {
  transition: ease all 0.5s;
}
.servicessection .servbox:hover a {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
}
.servicessection .slick-dots {
  list-style-type: none;
  margin: 20px 0px 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.servicessection .slick-dots li {
  margin: 0px 3px;
  background: none;
  padding: 0px;
}
.servicessection .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  font-size: 0px;
  border: 0px;
}
.servicessection .slick-dots li.slick-active button {
  background: #359230;
}

ul.bullet {
  margin-bottom: 15px;
}
ul.bullet li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
ul.bullet li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2b88b8;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  top: 10px;
  transform: translateY(-50%);
}

.servicesbox .logoboxslider {
  margin: 0px 15px;
}
.servicesbox .logoboxslider img {
  max-width: 100%;
}
.servicesbox h1 {
  color: #1a1a19;
}
.servicesbox p {
  max-width: 800px;
  margin: 0px auto;
}
.servicesbox .servicecntbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding: 35px 20px;
  margin: 50px 20px 15px;
  transition: ease all 0.5s;
}
.servicesbox .servicecntbox p {
  max-width: 90%;
  margin: 0px auto;
  font-size: 1.063rem;
}
.servicesbox .servicecntbox h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.435rem;
  text-align: center;
  min-height: 55px;
}
.servicesbox .servicecntbox p {
  text-align: center;
  min-height: 105px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  width: 15px;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}

.padtop60 {
  padding-top: 60px;
}

.martopzero {
  margin-top: 0px !important;
}

#intercity ul {
  margin: 0px;
  padding: 0px;
}
#intercity ul li {
  margin: 0px 15px 15px 0px;
  padding: 0px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 20px;
  display: inline-block;
  color: #333;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f19383;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
}

.pinkback {
  background-color: #ffedea;
  padding: 70px 0px;
}
.pinkback h5 {
  color: #000000;
  font-size: 1.3rem;
  text-align: center;
}
.pinkback h1 {
  text-align: center;
  margin-bottom: 35px;
}
.pinkback .quickbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pinkback .quickbox .iconbox {
  background: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pinkback .quickbox .iconbox img {
  max-width: 80%;
}
.pinkback .quickbox h3 {
  margin: 25px 0px 15px;
  font-size: 1.625rem;
  font-weight: 700;
}
.pinkback .quickbox p {
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 991px) {
  .pinkback .quickbox h3 {
    text-align: center;
  }
}

.slider-nav {
  position: relative;
}
.slider-nav .slick-arrow {
  width: 40px;
  height: 40px;
  border: 0px;
  font-size: 0px;
}
.slider-nav .slick-arrow.slick-prev {
  position: absolute;
  top: 25px;
  z-index: 99;
  background: url(../images/arrow_left.png) no-repeat left top;
  background-size: contain;
  left: -60px;
}
.slider-nav .slick-arrow.slick-next {
  position: absolute;
  top: 25px;
  z-index: 99;
  right: 0px;
  background: url(../images/arrow_right.png) no-repeat left top;
  background-size: contain;
  right: -60px;
}
@media (max-width: 991px) {
  .slider-nav .slick-arrow.slick-prev {
    left: -25px;
  }
  .slider-nav .slick-arrow.slick-next {
    right: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow.slick-prev {
    left: -5px;
  }
  .slider-nav .slick-arrow.slick-next {
    right: -5px;
  }
}
.slider-nav h1 {
  color: #1a1a19;
}
.slider-nav p {
  max-width: 520px;
  margin: 0px auto;
  text-align: center;
  color: #333333;
}

.testimonials {
  margin-top: 40px;
  padding-bottom: 10px;
}

.testimonialsslider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonialsslider .testiimg {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  border: 5px solid #a4a4a4;
  background: #e0e0e0;
  margin-bottom: 30px;
}
.testimonialsslider .testiimg img {
  max-width: 100%;
}
.testimonialsslider .testitext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  position: relative;
  margin: 0px auto;
}
.testimonialsslider .testitext:before {
  content: "";
  top: 0px;
  left: 0px;
  display: block;
  width: 56px;
  height: 49px;
  position: absolute;
}
@media (max-width: 991px) {
  .testimonialsslider .testitext:before {
    position: relative;
  }
}
.testimonialsslider .testitext p {
  max-width: 700px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}
@media (max-width: 991px) {
  .testimonialsslider .testitext p {
    margin-top: 20px;
  }
}
.testimonialsslider .authot {
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonialsslider .authot .name {
  font-size: 1.1rem;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.testimonialsslider .authot .city {
  font-size: 14px;
}

.callbacksection {
  background: #E44F25;
}
.callbacksection.sectionpadding {
  padding: 40px 0px;
}
.callbacksection .ctabox {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.callbacksection .ctabox h1 {
  color: #ffffff;
}
.callbacksection .ctabox h1 span {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .callbacksection .ctabox h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .callbacksection .ctabox h1 span {
    display: block;
  }
}
.callbacksection .ctabox a {
  font-size: 1.3rem;
  padding: 12px 45px;
  color: #000000 !important;
  transition: ease all 0.5s;
}
.callbacksection .ctabox a.btnblue {
  background: #ffffff;
  color: #000000 !important;
  font-size: 15px;
  border-radius: 5px !important;
  transition: ease all 0.5s;
}
.callbacksection .ctabox a:hover {
  background: #039b9b;
  color: #ffffff !important;
  transition: ease all 0.5s;
}
@media (max-width: 1199px) {
  .callbacksection .ctabox {
    flex-direction: column;
  }
}
.callbacksection h1 {
  color: #1a1a19;
  margin-bottom: 0px;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .callbacksection h1 {
    margin-bottom: 20px;
    font-size: 1.87rem;
  }
}
.callbacksection p {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  color: #1a1a19;
}
.callbacksection .requestform {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.callbacksection .requestform ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.callbacksection .requestform ul li {
  margin: 0px 10px;
}
.callbacksection .requestform ul li .btnsubmit {
  background: #494848 !important;
  color: #ffffff;
  padding: 6px 25px;
}
@media (max-width: 767px) {
  .callbacksection .requestform ul {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .callbacksection .requestform ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.bottompart {
  background: #4e94ba;
  padding: 40px 0px;
}
.bottompart .bottomcnt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bottompart .bottomcnt h3 {
  color: #ffffff;
  margin-right: 50px;
}
.bottompart .bottomcnt .btncontactus {
  background: #effcfc;
  padding: 10px 20px;
  border-radius: 40px;
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  transition: ease all 0.5s;
}
.bottompart .bottomcnt .btncontactus:hover {
  background: #068787;
  color: #ffffff;
  transition: ease all 0.5s;
}
@media (max-width: 767px) {
  .bottompart .bottomcnt {
    flex-direction: column;
  }
  .bottompart .bottomcnt h3 {
    margin-right: 0px;
    text-align: center;
  }
}

.footerarea {
  background: #22272b;
  padding: 70px 0px 10px;
}
@media (max-width: 991px) {
  .footerarea {
    padding-bottom: 25px;
  }
}
.footerarea h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}
.footerarea p {
  color: #e2e2e2;
  font-size: 0.865rem;
  padding-right: 50px;
}
.footerarea ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footerarea ul li {
  margin: 0px;
  padding: 0px;
}
.footerarea ul li a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footerarea ul li a {
    padding: 7px 0px;
    width: 100%;
    display: inline-block;
  }
}
.footerarea .timebox p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .footerarea .timebox {
    margin: 20px 0px 30px;
  }
}
.footerarea .btnred {
  background: #359230;
  color: #ffffff;
  font-size: 0.865rem;
}
.footerarea .btnred:hover {
  background: #21851b;
}
.footerarea .form-control {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.footerarea .copyrightbox {
  border-top: 1px solid #383e43;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-right: 0px !important;
  text-align: center;
}
.footerarea .copyrightbox p {
  color: #7a7a7a;
  font-size: 12px;
  padding-right: 0px !important;
}
.footerarea .footermenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footerarea .footermenu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.footerarea .footermenu ul li a {
  padding: 3px 10px;
  font-size: 0.9rem;
}
.footerarea .footermenu ul li a:hover, .footerarea .footermenu ul li a.active {
  color: #00bcbc;
}
@media (max-width: 767px) {
  .footerarea .footermenu ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footerarea .footermenu ul li {
    width: 45%;
  }
}
.footerarea .footermenu .socialbox a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .footerarea .footermenu {
    flex-direction: column;
  }
  .footerarea .footermenu .socialbox {
    margin-top: 25px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner .innerbanner_img {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerbannertext {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.innerbanner .innerbannertext h1 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .innerbanner .innerbannertext {
    margin-top: 2px;
  }
  .innerbanner .innerbannertext h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
  }
}

.innercontainer {
  min-height: 500px;
}
.innercontainer .accordion h2 {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 20px !important;
}
.innercontainer .accordion h2 button {
  font-size: 18px !important;
}
.innercontainer .accordion .accordion-body {
  font-size: 16px;
}
.innercontainer .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #8dcac4;
}
.innercontainer .servicebox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #f2f2f2;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 95%;
}
.innercontainer .servicebox img {
  transform: scale(1);
  transition: ease all 0.5s;
}
.innercontainer .servicebox .cntservices {
  padding: 20px 30px;
}
.innercontainer .servicebox .cntservices h2 {
  margin-top: 10px;
  font-size: 25px;
}
.innercontainer .servicebox .cntservices p {
  font-size: 16px;
}
.innercontainer .servicebox:hover img {
  transform: scale(1.2);
  transition: ease all 0.5s;
}
.innercontainer img {
  max-width: 100%;
}
.innercontainer h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.innercontainer .vsbox {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 25px;
  min-height: 150px;
  margin: 25px 0px;
  background: #f2f2f2;
  min-height: 215px;
}
.innercontainer .vsbox.missionbox {
  background: #99b3e7;
}
.innercontainer .vsbox h3 {
  font-size: 20px;
  font-weight: 700;
}

.imgresponsive {
  max-width: 100%;
  margin-top: 40px;
}

.formbox ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formbox ul li {
  margin-bottom: 15px;
  width: 48%;
}
.formbox ul li.wd100 {
  width: 100%;
}
.formbox ul li input.form-control {
  height: 50px;
}
.formbox ul li .btnsubmit {
  background: #5b5b5b;
  color: #ffffff;
}
.formbox ul li textarea {
  height: 150px;
  resize: none;
}
.formbox ul li:last-child {
  width: 100%;
}
.formbox ul li:last-child button {
  width: 100%;
  display: block;
  height: 50px;
  font-size: 17px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .formbox ul li {
    width: 100% !important;
  }
}

label.error {
  font-size: 12px;
  color: red;
}

.contactpage h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contactpage h3 {
    margin-top: 25px;
  }
}
.contactpage .timing {
  margin-top: 35px;
}
.contactpage .timing h3 {
  font-size: 23px;
}

.googlemap {
  margin-top: 50px;
}

.textareabox {
  height: 150px;
  resize: none;
}

.phoneicon img {
  width: 22px;
  margin-right: 10px;
}
.phoneicon a {
  text-decoration: none;
  color: #292929;
}

.locationboxs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.locationboxs img {
  width: 35px;
  margin-right: 5px;
}

#emailempty {
  font-size: 12px;
  font-weight: 400;
}

.lifedetilpage .whitebox {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.lifedetilpage .whitebox h5 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
.lifedetilpage .whitebox p {
  margin-bottom: 15px;
  width: 100%;
}
.lifedetilpage .whitebox ul {
  margin: 0px;
  padding: 0px;
}
.lifedetilpage .whitebox ul li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}
.lifedetilpage .whitebox ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fa9d29;
  margin-right: 10px;
  border-radius: 50px;
  background: #fa9d29;
  margin-top: 3px;
  position: absolute;
  left: 0;
  top: 0px;
}

.count-section {
  position: relative;
  overflow: hidden;
  background: url(../images/count-bg.png) no-repeat center;
  background-size: cover;
  padding: 70px 0px 40px;
}

.count-section [class*=col-]:nth-child(1) .content {
  background: url(../images/item-bg-1.jpg) no-repeat center;
  background-size: cover;
}

.count-section .content {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  text-align: center;
  z-index: 1;
  margin-bottom: 30px;
}

.count-section .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(92, 21, 0, 0.9);
  z-index: -1;
}

.count-section .content h2 {
  line-height: 1.3;
  margin: 0;
  margin-top: -5px;
  color: #E44F25;
  font-size: 40px;
}

.count-section .content span {
  color: #ffffff;
}

.count-section .content:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  border-top: 100px solid #E44F25;
  border-right: 100px solid transparent;
  transition: ease all 0.5s;
}

.count-section .content:hover::after {
  border-top: 50px solid #E44F25;
  border-right: 50px solid transparent;
  transition: ease all 0.5s;
}

.count-section [class*=col-]:nth-child(2) .content {
  background: url(../images/item-bg-2.jpg) no-repeat center;
  background-size: cover;
}

.count-section [class*=col-]:nth-child(3) .content {
  background: url(../images/item-bg-3.jpg) no-repeat center;
  background-size: cover;
}

.count-section [class*=col-]:nth-child(4) .content {
  background: url(../images/project-bg-1.jpg) no-repeat center;
  background-size: cover;
}

.bottomSection {
  background: url(../images/business-img7.jpg) no-repeat left top;
  min-height: 475px;
  background-size: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .bottomSection {
    background-size: cover;
  }
}
.bottomSection .container .row .col-md-8 .bottomText {
  display: FLEX;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 6px solid #E44F25;
  padding: 15px 0px 15px 30px;
}
.bottomSection .container .row .col-md-8 .bottomText h5 {
  color: #ffffff !important;
}
.bottomSection .container .row .col-md-8 .bottomText h1 {
  color: #ffffff !important;
}
.bottomSection .container .row .col-md-8 .bottomText p {
  color: #ffffff !important;
}

/* gallery css */
section.gallery {
  -moz-column-width: 400px;
  column-width: 400px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding: 5px;
}

section.gallery img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  left: 0px;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.strengthpage .serbox1 {
  margin-top: 30px;
  margin-bottom: 60px;
  min-height: auto;
}
.strengthpage .serbox1.h260 {
  min-height: 260px !important;
}

.fnt15 {
  font-size: 14px;
}

.subtext {
  font-size: 15px;
  color: #424242;
  font-weight: normal;
}

.fntitalic {
  font-style: italic;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/
[class^=arrow] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^=arrow]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.lightbox .title {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.lightbox .title h1 {
  color: #ffffff;
  font-size: 1.87rem;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  z-index: 99999;
  cursor: pointer;
}

.close:after,
.close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.projectsection {
  background: #ffffff;
  padding-bottom: 110px;
}
.projectsection .slick-dots {
  bottom: 0px;
}
.projectsection h1 {
  color: #ffffff;
}
.projectsection .logoboxslider {
  background: #ffffff;
  width: 95%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.projectsection .logoboxslider p {
  font-weight: normal;
  font-size: 0.9rem;
  font-style: ita;
}

.projectpage .projectbox {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: ease all 0.5s;
}
.projectpage .projectbox a {
  background: #000000;
  display: block;
  transition: ease all 0.5s;
}
.projectpage .projectbox a img {
  max-width: 100%;
  opacity: 1;
  transition: ease all 0.5s;
}
.projectpage .projectbox .projectname {
  font-size: 27px;
  transition: ease all 0.5s;
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
  display: flex;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.05);
}
.projectpage .projectbox .btnviewall {
  background: #E44F25;
  padding: 8px 15px;
  font-size: 14px;
  margin-bottom: -40px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  opacity: 0;
  transition: ease all 0.5s;
}
.projectpage .projectbox:hover {
  transition: ease all 0.5s;
}
.projectpage .projectbox:hover a {
  transition: ease all 0.5s;
}
.projectpage .projectbox:hover a img {
  max-width: 100%;
  opacity: 0.5;
  transition: ease all 0.5s;
}
.projectpage .projectbox:hover .projectname {
  transition: ease all 0.5s;
  width: 100%;
  font-size: 35px;
  height: 100%;
  position: absolute;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.projectpage .projectbox:hover .btnviewall {
  opacity: 1;
  transition: ease all 0.5s;
  margin-top: 15px;
}

.fancybox-caption__body {
  color: #ffffff !important;
  font-size: 18px;
}

.sidemenu {
  background: #f17451;
  padding: 15px 0px;
}
.sidemenu a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #ffffff;
  transition: ease all 0.5s;
}
.sidemenu a:hover {
  background: #e44f25;
  transition: ease all 0.5s;
}

.servicespage h1 {
  font-size: 2.5rem;
  color: #489343;
}

.specialized ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.specialized ul li {
  margin: 5px 5px;
}
.specialized ul li a {
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: block;
  color: #505050;
  font-size: 15px;
  transition: ease all 0.5s;
}
.specialized ul li a:hover {
  background: #00bcbc;
  color: #ffffff;
  transition: ease all 0.5s;
}

.teambox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #f4f4f4;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 15px;
}
.teambox .teamimg {
  width: 25%;
  border-radius: 15px;
  overflow: auto;
  margin-right: 35px;
}
.teambox .teamimg img {
  max-width: 100%;
}
.teambox:nth-child(2n) {
  flex-direction: row-reverse;
}
.teambox:nth-child(2n) .teamimg {
  margin-left: 35px;
  margin-right: 0px;
}
.teambox .teamcnt {
  width: 75%;
}
.teambox .teamcnt h3 {
  font-size: 25px;
}
.teambox .teamcnt p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .teambox {
    flex-direction: column;
  }
  .teambox:nth-child(2n) {
    flex-direction: column;
  }
  .teambox .teamimg {
    width: 100%;
    margin-bottom: 35px;
    max-width: 280px;
  }
  .teambox .teamcnt {
    width: 100%;
  }
}

.slick-slide .bannercntbox {
  top: 100%;
  opacity: 0;
}
.slick-slide.slick-current .bannercntbox {
  top: 0;
  opacity: 1;
}

.mt-3 {
  margin-top: 20px;
}

.webdesignby {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #7a7a7a;
}
.webdesignby img {
  width: 40px;
}

@media (max-width: 767px) {
  .serimagbox {
    margin-bottom: 40px;
  }
}
.imgspecificationbox {
  margin-bottom: 10px;
}
.imgspecificationbox img {
  max-width: 100%;
}

.homeimg {
  margin: 20px 0px;
}
.homeimg img {
  max-width: 100%;
}

.centerimg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.emuimb {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 20px;
  border-radius: 20px;
  min-height: 335px;
}
.emuimb h5 {
  text-align: center;
}

table tr th {
  background: #b1d1e2 !important;
}

@media screen and (min-width: 769px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown:hover > .dropdown-menu li a {
    padding: 7px 15px !important;
    font-size: 15px !important;
  }
  .dropdown:hover > .dropdown-menu li a:active, .dropdown:hover > .dropdown-menu li a:hover, .dropdown:hover > .dropdown-menu li a:active {
    background: #00bcbc !important;
    color: #ffffff !important;
    border: 0px solid #00bcbc;
  }
  .dropdown:hover > .dropdown-menu li a.active {
    padding: 7px 15px !important;
    font-size: 15px !important;
    background: #00bcbc !important;
    color: #ffffff !important;
  }
  .dropdown:hover > .dropdown-menu li a.active:hover, .dropdown:hover > .dropdown-menu li a.active:active {
    background: #00bcbc !important;
    color: #ffffff !important;
    border: 0px solid #00bcbc;
  }
}
.dropdown-menu li a {
  padding: 7px 15px !important;
  font-size: 15px !important;
}
.dropdown-menu li a:active, .dropdown-menu li a:hover, .dropdown-menu li a:active {
  background: #00bcbc !important;
  color: #ffffff !important;
  border: 0px solid #00bcbc;
}
.dropdown-menu li a.active {
  padding: 7px 15px !important;
  font-size: 15px !important;
  background: #00bcbc !important;
  color: #ffffff !important;
}
.dropdown-menu li a.active:hover, .dropdown-menu li a.active:active {
  background: #00bcbc !important;
  color: #ffffff !important;
  border: 0px solid #00bcbc;
}

@media (max-width: 767px) {
  .dropdown-menu {
    background: #7bb1ce;
  }
}/*# sourceMappingURL=custom.css.map */