@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

html {
  scroll-behavior: smooth;
}
/*=========Vertical Scroller CSS==========*/
::-webkit-scrollbar {
  width:6px; // to adjust width
}

::-webkit-scrollbar-track {
  background: #007dc9;
  border: rgba(255, 255, 255, 0.87);
}

::-webkit-scrollbar-thumb {
  background: #025284;
  
}

::-webkit-scrollbar-thumb:hover {
  background: #013e63;
}

::-webkit-scrollbar-thumb:active {
  background: #013e63;
  
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;  
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}



.brand {
  font-family: inherit;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  color:#f29603;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;

}
.brand:hover{text-decoration: none;color:#f29603;}
.brand span{
  color:#005c9d;
}
.brand p{
 font-size: 11px;
 font-weight: 400;
 color: #3f3f3f;
 margin-bottom: 0px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.99);
  
}
.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.header .burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 2rem;
  height: auto;
  border: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .header .burger {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.header .burger-line {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  margin: 6px auto;
  background: var(--color-black);
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.header .menu {
  position: fixed;
  top: 0;
  left: -19rem;
  width: 19rem;
  height: 100%;
  z-index: 999;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  background: var(--color-white);
  box-shadow: var(--shadow-medium);
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .header .menu {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
    background: none;
    box-shadow: none;
  }
}
.header .menu.is-active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}
.header .menu-block {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .header .menu-block {
    margin: 0 auto;
  }
}
.header .menu-item {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .header .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 0.625rem;
  }
}
.header .menu-link {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  padding: 0.625rem 1.5rem;
  border: none;
  color: var(--color-black);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.header .menu-link:hover {
  color: var(--color-pink-600);
}
@media only screen and (min-width: 768px) {
  .header .menu-link {
    padding: 0.5rem 0;
  }
}
.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.35s ease-in-out;
}
.header .overlay.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.trans{transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;}

.slidersection{padding-top: 120px;background: url(../images/slider_bg.png) no-repeat left bottom;}
.welcometxt {position: absolute;padding: 18px 258px 18px 24px;background: rgba(249, 249, 249, 0.5);top: 22%;-webkit-border-radius: 2px;
-moz-border-radius: 2px;border-radius: 2px;z-index: 9}
.slidersection .welcometxt h2 span{font-size: 24px;display: block;font-weight: 300;color: #4c4c4c;}
.slidersection .welcometxt h2{font-size: 56px;color:#005c9d;text-shadow: 2px 2px 0 #ffffff, 4px 0px 0 rgb(0 0 0 / 15%);}

.about{padding: 100px 0px;}
.portfolio{padding: 0px 0px;}
.portfolio h4{font-size: 28px;color: #4c4c4c;text-align: center;}
.portfolio p{color: #4c4c4c;text-align: center;margin-bottom: 50px;}
.portfolio:before{
    content: url(../images/aboutbg.png);
    position: absolute;
    right: 57px;
    margin-top: -560px;
    z-index: -1;
  }

.portfoliogrid{padding: 0px 0px;}
.portfoliogrid .dotsline {position: absolute;z-index: 9;left: 30px;}


.portfoliofollo{padding: 0px 0px 80px;}
.portfoliofollo h4{font-size: 28px;color: #4c4c4c;text-align: center;}
.portfoliofollo p{color: #4c4c4c;text-align: center;margin-bottom: 50px;}


 .about:after{
    content: url(../images/dots.png);
    position: absolute;
    z-index: 1;
    left: 120px;
  } 
.about .ab_txt{}
.about .ab_txt h3{font-size: 28px;color: #4c4c4c;}
.about .ab_txt p{font-size: 16px;background: rgba(249, 249, 249, 0.6);padding:30px 10px 50px;}
.about .ab_txt .anc{position: relative;margin-top: -30px;left: 10px;}
.about .ab_txt .anc a{background: #f29603;padding: 15px 20px;color: #fff;text-decoration: none;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;}
.about .ab_txt .anc a:hover{background: #005c9d;}

.ancr{text-align: center;margin-top: 30px;}
.ancr ul{}
.ancr ul li{display: inline-block;}
.ancr ul li a img{max-width: 200px;}


.getenquiry{}
.getenquiry .heading h4{font-size: 28px;color: #4c4c4c;}

.getenquiry .dots {position: absolute;z-index: 9;transform: rotate(90deg);left: -30px; top: -41px;}
.getenquiry .dots2 {position: absolute;z-index: 9;right: 20px; bottom: -41px;}


footer{background: #005c9d;padding: 20px 0px;}
footer p{color: #3297df;margin-bottom: 0;font-weight: 400;text-align: center;}
