@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #43525A;
}
::-moz-selection {
  color: #FFF;
  background: #43525A;
}
::selection {
  color: #FFF;
  background: #43525A;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 8px;
  height: 42px;
}
::-webkit-scrollbar-thumb:hover {
  background: #D8D8D8;
}
a {
  color: #FAA61A;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:active, a:hover {
  color: #0066B3;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 25px 0;
  color: #0066B3;
}
h1 {
  font-size: 44px;
  color: #0066B3;
}
h2 {
  font-size: 22px;
  font-weight: bold;
}
p {
  margin: 0;
  padding: 0 0 25px 0;
}
.xtarget:target {
  margin-top: -12px;
  padding-top: 80px;
}
/* custom bootstrap styles */
.accordion-header {
  padding-bottom: 0;
}
.accordion-button {
  font-weight: bold;
  color: #43525A;
}
.accordion-button:not(.collapsed) {
  color: #43525A;
  background-color: #CED9DD;
}
.accordion-button:focus {
  box-shadow: none;
}
/* custom bootstrap styles --- ends */
.header {
  position: relative;
  height: 100px;
  padding: 15px;
  background-color: #FFF;
}
.header .logo {
  float: left;
  margin-left: 15px;
  overflow: hidden;
}
.header .logo a {
  display: block;
  height: 70px;
  width: 210px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/dakshin-logo.svg) no-repeat center;
}
.header .right-panel {
  float: right;
}
@media (max-width: 1199px) {
  .header {
    height: 60px;
    padding: 5px;
  }
  .header .logo {
    margin-left: 0px;
  }
  .header .logo a {
    height: 50px;
    width: 150px;
  }
  .main-nav {
    margin-top: 10px !important;
  }
}
.main-nav {
  margin-top: 20px;
}
.main-nav ul, .main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 97;
  margin: 0 10px;
}
.main-nav ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0066B3;
  letter-spacing: 1px;
}
.main-nav ul li a:hover {
  color: #FAA61A;
}
.main-nav ul li a.active {
  color: #FAA61A;
}
.main-nav ul li ul {
  display: none;
  position: absolute;
  left: 1px;
  top: 30px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  width: 150px;
}
.main-nav ul li:hover > ul {
  display: block;
}
.main-nav ul li ul li {
  display: block;
  float: left;
  margin: 0;
}
.main-nav ul li ul a {
  display: block;
  padding: 8px;
  background: #0066B3;
  color: #FFF !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  line-height: normal;
  height: auto !important;
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}
.main-nav ul li ul a:hover {
  background: #FAA61A;
  color: #FFF;
}
.main-nav ul li ul ul {
  left: 150px;
  top: 0px;
  margin: 0 0 0 -1px;
}
/* mobile view nav */
@media (max-width: 992px) {
  .header {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    border-bottom: 1px solid #EAEAEA;
  }
  .main-nav {
    display: block;
    float: none;
    position: fixed;
    z-index: 1000;
    right: -150px;
    top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    width: 150px;
    margin-top: 0 !important;
    background: #FFF;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .main-nav ul li {
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
    display: block;
    vertical-align: inherit;
  }
  .main-nav ul li a {
    position: static;
    display: block;
    padding: 6px 10px;
    color: #0066B3 !important;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    vertical-align: inherit;
    box-shadow: none;
    transform: none;
    height: inherit;
  }
  .main-nav ul li a:hover {
    background-color: #FFF;
    color: #FAA61A !important;
  }
  .main-nav ul li a.active {
    color: #FAA61A !important;
  }
  .main-nav ul li ul {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: inherit;
    padding: inherit;
    width: inherit;
  }
  .main-nav ul li ul li {
    border-bottom: none;
    float: none;
  }
  .main-nav ul li ul li:before {
    content: ' \00BB';
    position: absolute;
    left: 15px;
    color: rgba(0, 0, 0, 0.5);
  }
  .main-nav ul li ul a {
    padding: 5px 10px 5px 30px;
    font-size: 13px;
    line-height: 15px;
    width: inherit;
    border-bottom: none;
  }
  .main-nav ul li ul li ul {
    margin: 0 0 0 20px;
    left: inherit;
  }
  .main-nav.show-menu {
    right: 0px;
  }
  .main-nav ul li.home {
    display: none;
  }
}
/* mobile view nav --- ends */
.mobile-nav-icon {
  display: none;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-nav-icon div {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  border-radius: 2px;
  background: #FAA61A;
  margin: 5px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mobile-nav-icon.nav-icon-close div:nth-child(1) {
  margin-top: 15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-icon.nav-icon-close div:nth-child(2) {
  display: none;
}
.mobile-nav-icon.nav-icon-close div:nth-child(3) {
  margin-top: -10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .mobile-nav-icon {
    display: block;
  }
}
.footer {
  background: #1B2123;
  padding: 40px 15px;
  color: #849DAA;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
}
.footer .logo a {
  display: block;
  height: 70px;
  width: 210px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/dakshin-logo-white.svg") no-repeat center;
}
.scroll-to-top {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: rgba(52, 58, 64, 0.5);
  background-image: url(../img/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}
.scroll-to-top:hover {
  background-color: #343a40;
}
.section-title {
  padding: 60px 15px;
  text-align: center;
  background-color: #F1F1F1;
  background-image: url("../img/section-header-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.section-title h1 {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}
.section-content {
  padding: 60px 0;
}
.section-content p {
  text-align: justify;
}
.grey-panel {
  background-color: #E9F0F2;
}
@media (max-width: 992px) {
  .section-title {
    padding: 90px 15px 30px 15px;
    background-size: auto 90px;
  }
}
@media (max-width: 767px) {
  .section-title {
    padding: 80px 15px 20px 15px;
    background-size: auto 70px;
  }
  .section-content {
    padding: 30px 10px;
  }
}
.home-banner {
  position: relative;
}
.home-banner-pattern {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background-image: url("../img/home-banner-pattern.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (max-width: 992px) {
  .home-banner {
    padding-top: 60px;
  }
  .home-banner-pattern {
    top: 60px;
    height: 40px;
    background-size: auto 40px;
  }
}
@media (max-width: 768px) {
  .home-banner-pattern {
    height: 20px;
    background-size: auto 20px;
  }
}
.home-intro {
  background: #43525A;
  padding: 60px 0;
  text-align: center;
}
.home-intro p {
  color: #FFF;
  text-align: justify;
}
.home-intro .custom-btn {
  color: #FFF;
  border: 1px solid #FFF;
}
.home-intro .custom-btn:hover {
  background: #43525A;
  color: #FAA61A;
  border: 1px solid #FAA61A;
}
.home-about {
  background-color: #FFF;
}
.home-about .custom-text-block {
  padding: 100px 20px;
  max-width: 70%;
  margin: 0 auto;
}
.home-about .img-block {
  background-color: #EAEAEA;
  background-image: url(../img/home-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-about p {
  text-align: justify;
}
.home-services {
  background-color: #F1F1F1;
  padding: 60px 0px;
  text-align: center;
  font-size: 24px;
}
.home-services h2 {
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
.home-services img {
  max-width: 80px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .home-about .custom-text-block {
    max-width: 100%;
    padding: 40px 25px;
  }
}
@media (max-width: 768px) {
  .home-intro {
    padding: 30px 10px;
  }
}
.custom-btn {
  display: inline-block;
  padding: 16px;
  color: #43525A;
  border: 1px solid #43525A;
  background: transparent;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}
.custom-btn:hover {
  color: #FFF;
  background-color: #43525A;
}
.custom-btn:before {
  border-top: 1px solid !important;
  width: 18px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  content: "";
}
.custom-btn:after {
  border-top: 1px solid !important;
  width: 18px;
  height: 5px;
  margin-left: 8px;
  display: inline-block;
  content: "";
}
.menu-desc {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.menu-pic {
	width: 100px;
	border-radius: 8px;
}
.text-lg {
	font-size: 18px;
}