:root {
  --black: #000;
  --white: #ffffff;
  --blue-color : #156D86;
  --dark-blue-color : #003348;
  --Raleway-font :'Raleway', sans-serif;
}

@media only screen and (max-width: 600px) {

.mainHead {
  height: 100px !important;
}

.logoBox::after {
  display: none;
}

.logoBox {
  position: inherit;
}

.logo {
  height: 59px;
  position: relative;
  top: 0;
  z-index: 99999999;
  left: 14px;
}

.mainHead .navbar-toggler{
  box-shadow: none;
  outline: none;
  border: none;
}

.toggle{
  height: 20px;
}



.mainMenuOffcanvas{
  border: 1px solid var(--blue-color);
  padding: 20px;
  border-radius: 20px;
}

.mainMenuOffcanvas li{
  margin-bottom: 12px;
}

.mainMenuOffcanvas li a{
  padding-left: 15px;
  border-radius: 5px;
  display: block;
  font-weight: 500;
}



.mainMenuOffcanvas li a.active,
.mainMenuOffcanvas li a:hover{
  background: var(--blue-color);
  color: var(--white) !important;
}

section{
  padding-top: 50px;
  padding-bottom: 50px;
}

/*homepage*/

.slider .item {
  height: 35vh;
}

.caption h1 {
  font-size: 48px;
}

.caption h6 {
  line-height: 19px;
  border-left: 2px solid var(--white);
  padding-left: 9px;
  margin-left: 5px;
  font-weight: 400;
  font-size: 15px;
}


.caption {
  top: 25%;
}

.slider .owl-dots {
  position: relative;
  bottom: 52px;
  text-align: center;
  left: 0;
}

.slide2Text h6{
  font-size: 15px;
}


.slide-2 {
  padding: 36px 26px;
  margin-top: 50px;
}

.slider2 .owl-dots {
  margin-top: 0;
}

.welcome h5 {
  line-height: 26px;
  border-left: 4px solid var(--blue-color);
  padding-left: 25px;
  margin-left: 5px;
  font-size: 15px;
}

.serviceBox {
  margin: 50px 5px;
}

.ser {
  margin-top: 35px;
}

 .tab-head > a.active::after {
    content: "";
    position: absolute;
    top: 52px;
    right: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--dark-blue-color);
    display: block;
    width: 0;
    rotate: 90deg;
  }

  .tabBanner {
  height: auto;
  border-radius: 10px 10px 0 0;
}

.cont {
  padding: 8px;
}

.tabBanner p {
  border-left: 3px solid var(--black);
  padding-left: 12px;
  margin-left: 4px;
  margin-top: 80px;
  color: var(--black) !important;
}

.serviceListing {
  background: var(--blue-color);
  padding: 50px 20px;
}

.contact .serviceText h4 {
  font-size: 20px;
  line-height: 34px;
}


}

