@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'Noto Sans', sans-serif;
}

a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
  transition: 0.2s ease;
}
b,
strong {
  font-weight: 700;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}
input,
textarea,
select,
button {
  /*font-family: "Roboto", sans-serif !important;*/
  font-family: 'Noto Sans', sans-serif !important;
}
.container-fluid {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0px;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}
.container.small {
  max-width: 850px;
  padding: 0 20px;
}
.container.medium {
  max-width: 1000px;
  padding: 0 20px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-italic {
  font-style: italic;
}
.text-light {
  font-weight: 300;
}
.text-medium {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.text-bolder {
  font-weight: 800;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #555;
}
.text-white {
  color: #fff !important;
}
.text-blue {
  color: #35ace3;
}
.relative {
  position: relative;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.center-block {
  margin: 0 auto;
}
.bg-white {
  background-color: #fff;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-1 {
  width: 8.333333333333333%;
}
.col-2 {
  width: 16.66666666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333333333%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.col-12-5 {
  width: 20%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.margintop-30 {
  margin-top: 30px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}
.col-md-offset-2 {
  margin-left: 16.66666666666667%;
}
.col-md-offset-1 {
  margin-left: 8.333333333333333%;
}
section {
  float: left;
  width: 100%;
}
section.padding {
  padding: 70px 0px;
}
section.padding-top {
  padding: 120px 0 70px 0;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.visible-xs {
  display: none;
}
.visible-sm {
  display: none;
}
.hidden-xs {
  display: block;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix {
  clear: both;
}
.parallaxbg {
  background-attachment: fixed;
}
.disptable {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.visible-xs {
  display: none;
}
.hidden-lg {
  display: none;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.vert-middle {
  vertical-align: middle;
}
.disp-block {
  display: block;
}
header {
  z-index: 99999;
}
header .col-12 {
  padding: 15px 5px;
}
header {
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;*/
  background-color:#fff;
  display: flex;
  border-bottom: 2px solid #000;
}
header .col-2,
header .col-10 {
  height: 75px;
}
.nav-links {
  text-align: right;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
}
.nav-links a {
  color: #000;
  cursor: pointer;
  padding: 0px 4px;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  position:relative;
}
.nav-links a.active {
  position: relative;
  font-weight:bold;
}
.nav-links a.active:before {
    content: "";
    background-color: #f5e922;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -6px;
    transform: translateY(-50%);
}
.contactDiv {
  text-align: right;
}
.contactDiv span {
  color: #000;
}
span.contact {
  position: relative;
  top: 10px;
}
/*img.sidelogo {
    width: 150px;
    position: relative;
    top: 45px;
    transform: translateY(-45px);
}*/
.burger-menu {
  display: none;
  padding: 7px 8px;
  background-color: #e4ba69;
  margin-top: 25px;
}
.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
  width: 20px;
  left: 1px;
}
.visible-xs {
  display: none;
}
.col-12.footer-call-enquire {
  display: none;
}
a{
  cursor:pointer;
}
/* Custom css Start */
.menu {
    text-align: right;
    position: relative;
    top: 25px;
}
.menu a {
    color: #707070;
    font-size: 16px;
    padding-left: 20px;
    position:relative;
}
.menu a.active:before {
    content:"";
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10px;
    height:5px;
    width:5px;
    background-color:#000;
    border-radius:50%;
}
.karle-tab-block{
  display:none;
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
}
.karle-tab-block ul {
    margin-left: 20px;
    font-size: 13px;
    margin-top: 10px;
  }
#home .karle-tab-block:nth-child(1){
  display:block;
}
.karle-group-slide{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
}
.karle-group-slider-1{
  background-image:url("../images/desktop-banner-1.png");
}
.karle-group-slider-2{
  background-image:url("../images/desktop-banner-2.png");
}
.karle-group-slider-3{
  background-image:url("../images/desktop-banner-3.png");
}
.karle-group-slider-4{
  background-image:url("../images/desktop-banner-4.png");
}
.banner-1{
  background-image:url("../images/desktop-banner-1.png");
}
.banner-2{
  background-image:url("../images/desktop-banner-2.png");
}
.banner-3{
  background-image:url("../images/desktop-banner-3.png");
}
.banner-4{
  background-image:url("../images/desktop-banner-4.png");
  background-size:100% 100%;
}
.banner-5{
  background-image:url("../images/desktop-banner-5.png");
}
.banner-6{
  background-image:url("../images/desktop-banner-6.png");
}
footer#footer .col-6 {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 12px;
}
footer#footer .col-6:nth-child(2) {
    text-align:right;
}
footer#footer {
    border-top: 1px solid lightgrey;
}
#home {
    overflow: hidden;
}
#home .inner-block {
    position: absolute;
    height: auto;
    width: 500px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eaf5f2ed;
    padding: 30px;
}
#home .overview-block .inner-block, #home .reachus-block .inner-block {
    position: absolute;
    height: auto;
    width: 325px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffffd1;
    padding: 30px;
}
#home .inner-block.active a.view-website-btn {
    position: absolute;
    bottom: -20px;
    background-color: #0d527d;
    transform: skewX(30deg);
    padding: 10px 20px;
    color: #fff;
    right: -11px;
    font-weight: bold;
}
#home .inner-block.active a.view-website-btn span.link {
  transform: skewX(-30deg);
  display:block;
  position:relative;
  padding-right:20px;
}
#home .inner-block.active a.view-website-btn span.link img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#home .inner-block.active {
  animation-name:slide;
  animation-duration:2s;
  animation-timing-function: linear;
  left:0;
}
@keyframes slide{
  0%{left:-100%;display:block;}
  100%{left:0%;display:block;}
}
#home .inner-block.active p {
    font-size: 13px;
        margin-top: 10px;
}
#home .overview-block .inner-block.active, #home .reachus-block .inner-block.active {
    background-color: #000000a3;
}
.overview-content-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 2;
    color: #fff;
    display:none;
    padding:0px 20px;
}
.at-the-helm-tab-block{
  padding:0;
}
#home .overview-block .inner-block, #home .reachus-block .inner-block {
    height: 80%;
}
.overview-block .overview-tab a, .reachus-block .reachus-tab a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
}
.at-the-helm-tab {
    margin-top: 20px;
}
.at-the-helm-tab a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
}
.overview-block .overview-tab a.active, .at-the-helm-tab a.active, .reachus-block .reachus-tab a.active {
    color: #f5b63a;
}
.at-the-helm-tab{
  display:none;
}
.director {
    background-color: #ffffffa3;
    color: #000;
    padding-right: 15px;
    padding-bottom: 15px;
    display:none;
}
.sudarshan-karle{
  display:block;
}
.address-block {
    color: #fff;
    text-align: right;
    margin-top:30px;
}
.address-block a {
  color:#f5b63a;
}
form.reachus-form {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width:45%;
}
.form-group{
  margin-bottom:20px;
  position:relative;
}
label{
  display:inline-block;
  width:150px;
  color:#fff;
  font-weight:bold;
  text-align:right;
  padding-right:15px;
}
.form-control{
    width: 70%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #cccccce6;
    background-image: none;
    border: 1px solid #ccc;
}
.reach-block{
  display:none;
}
.reach-us{
  display:block;
}
.director .col-10 {
    padding-left: 20px;
}
.director h2 {
    color: #6286a6;
    line-height:1em;
    margin-top:10px;
}
button img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
button.submit-btn.relative {
    position: absolute;
    bottom: 0;
    right: -30%;
    transform: skewX(30deg);
    background-color: #0d527d;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
}
button.submit-btn.relative span {
    display: block;
    position: relative;
    transform: skewX(-30deg);
    padding-right: 25px;
    font-size: 16px;
        cursor: pointer;
}
.work-with-us-block {
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height:400px;
}
.work-with-us-block p, .work-with-us-block h3{
  color:#fff;
}
p.bottom-line a {
    color: #f5b63a;
}
label.error {
    position: absolute;
    right: 0;
   text-align: left;
    width: 74.5%;
    bottom: -15px;
    font-size:12px;
    color:red;
    font-weight:bold;
}


div.success{
    padding: 20px;
    color: #fff;
    text-align: left;
    font-size: 24px;
    margin-top: 20%;
 }
/* Custom css end */

/* Loader Start */
.loader.active{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  z-index: 9999999;
  display:block;
}
.loader-img {
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear 5;
  animation: spin 2s linear 1;
  left: 45%;
  top: 40%;
  position: absolute;
}
a.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    z-index:999;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Loader Ends  */

span.arrow {
    position: absolute;
    top: 5px;
    right: 3%;
    transform: rotate(180deg);
    cursor:pointer;
}
span.arrow.active {
    transform: unset;
}
.karle-group a {
    color: #fcb973;
    font-weight: bold;
}
.karle-group a:hover {
    color: #ea8235c9;
  }
#home .overview-block .inner-block, #home .reachus-block .inner-block {
    background-color: #000000ba;
}
.director p {
    font-size: 16px;
}










@media only screen and (max-width: 992px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
.burger-menu {
    display: block;
    padding: 5px;
    background-color: #fff;
    margin-top: 16px;
    border: 2px solid #000;
}
.menu a.active:before {
    background-color: #f5b640;
}
#home .bx-viewport {
    height: auto;
}
#home .inner-block {
    position: unset;
    height: auto;
    width: 100%;
    top: unset;
    transform: unset;
    background-color: #fff;
    padding: 20px;
}
#home .inner-block.active a.view-website-btn {
    position: unset;
    bottom: unset;
    background-color: #0d527d;
    transform: skewX(30deg);
    padding: 10px 20px;
    color: #fff;
    right: unset;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    margin-left:15px;
}
img.sidelogo {
    position: absolute;
    width: 200px;
    top: 50%;
    transform: translateY(-50%);
}
.menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #000;
    width: 100%;
    text-align: left;
    padding: 20px 0px;
    display:none;
    z-index: 99;
}
.menu a{
  color: #fff;
  font-weight:500;
  display:block;
  margin-bottom:15px;
}
#home .overview-block .inner-block.active {
    background-color: #fff;
}
#home .overview-block .inner-block {
    height: auto;
}
#home .overview-block{
  background:none;
}
footer#footer {
    padding: 20px;
}
footer#footer .col-6 {
    width: 100%;
    text-align: center !important;
    padding: 5px;
}
.overview-content-block {
    position: unset;
    top: unset;
    transform: unset;
    font-size: 18px;
    line-height: 2;
    color: #000;
    display: none;
    padding: 0px 20px;
}
.overview-block .overview-tab a, .reachus-block .reachus-tab a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    width: 50%;
    float: left;
}
.overview-block .overview-tab a:nth-child(3), .reachus-block .reachus-tab a:nth-child(3){
  width:100%;
}
.overview-block .col-9 {
    width: 100%;
}
.at-the-helm-tab a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.director{
  padding:0;
  width:100%;
}
.director .col-2, .director .col-10 {
    width: 100%;
    padding:0;
}
.director h2{
  font-size:20px;
}
form.reachus-form {
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
    width: 100%;
}
.address-block {
  text-align:left;
    margin-top: 20px;
}
#home .reachus-block{
  background:none;
}
.reach-block .col-9 {
    width: 100%;
    padding: 20px;
}
.form-control {
    width: 100%;
  }
  label{
    color:#000;
    text-align:left;
  }
  textarea {
    width: 280px;
}

button.submit-btn.relative {
    position: unset;
    bottom: 0;
    right: -30%;
    transform: skewX(30deg);
    background-color: #0d527d;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    margin-left: 15px;
}
.work-with-us-block {
    padding: 20px;
    position: unset;
    top: 50%;
    transform: unset;

}
.work-with-us-block p, .work-with-us-block h3 {
    color: #000;
}

.loader-img {
  left: 40%;
  top: 35%;
}
#home .overview-block .inner-block, #home .reachus-block .inner-block {
    position: unset;
    height: auto !important;
    width: 100%;
    top: 50%;
    transform: unset;
    background-color: #ffffffd1;
    padding: 30px;
}
div.success {
    color: #000;
    margin: 0;
    font-size: 16px;
    text-align: center;
}
}





@media only screen and (min-device-width: 705px) and (max-device-width: 1254px) {
  .director{
    margin-left:10px;
  }
}