@charset "UTF-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Dhruti
VERSION:	V.1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*$primary-font: 'Poppins', sans-serif;
$secondary-font: 'futura-bold';*/
.transition {
  transition: all 1s ease-in-out 1s;
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s; }

@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/raleway/Raleway-Bold.ttf");
  font-display: swap; }
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
  font-display: swap; }
@font-face {
  font-family: 'Raleway-Medium';
  src: url("../fonts/raleway/Raleway-Medium.ttf");
  font-display: swap; }
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url("../fonts/raleway/Raleway-SemiBold.ttf");
  font-display: swap; }
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/raleway/Raleway-Regular.ttf");
  font-display: swap; }
@font-face {
  font-family: 'Assassin';
  src: url("../fonts/Assassin$.ttf");
  font-display: swap; }
/* ==========================================================================
Mixin
========================================================================== */
/*  typography */
body {
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77; }

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 16px;
  line-height: 1.9;
  font-family: "Raleway", sans-serif; }

h1, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 45px; } }

h2, .h2 {
  font-size: 30px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 25px; } }

h3, .h3 {
  font-size: 25px; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 20px; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 18px; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 16px; }
  @media (max-width: 575px) {
    h6, .h6 {
      font-size: 14px; } }

p, li {
  text-align: justify; }

.top-header {
  font-size: 12px;
  transition: transform .2s ease;
  transform-origin: top;
  font-weight: normal;
  padding: 5px 0; }
  .top-header.hide {
    transform: scaleY(0);
    transform-origin: top; }
  .top-header .nav-item a:hover {
    color: #ffa500 !important; }
  .top-header .list-inline-item a {
    font-size: 14px; }
    .top-header .list-inline-item a svg {
      height: 18px;
      width: 18px; }

.navbar.dhruti-nav {
  padding: 0 1rem; }

.navigation {
  background: #182b45;
  transition: all .3s ease; }
  .navigation.navbar {
    padding: 0 !important; }
  @media (max-width: 991px) {
    .navigation {
      background: #182b45; }
      .navigation .navbar-brand {
        padding: 12px 0; } }

@media (max-width: 991px) {
  .navbar-collapse {
    background: #ffa500; } }

.navbar-nav {
  padding-left: 40px; }
  @media (max-width: 991px) {
    .navbar-nav {
      padding-left: 0;
      background: #182b45;
      width: 100%;
      height: 100%; } }

.nav-bg {
  background-color: #ffa500; }

.nav-item {
  text-align: -webkit-center;
  margin: 0 2px;
  position: relative; }
  .nav-item .nav-link {
    text-transform: uppercase; }

.navbar-dark .navbar-nav .nav-link {
  color: #ddd; }

.navbar-dark .navbar-toggler {
  border-color: #fff;
  border-radius: 5px;
  padding: 0.2rem .4rem; }

.submenu {
  min-width: 200px; }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  border-top: 4px solid #ffa500; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffa500;
  border-top: 4px solid #ffa500; }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #ffa500;
  border-top: 4px solid #ffa500; }

.navbar-expand-md .navbar-nav .nav-link {
  padding: 6px 40px 6px 40px;
  border-top: 4px solid transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.9rem; }
  @media (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
      padding: 10px; }
      .navbar-expand-md .navbar-nav .nav-link:hover {
        background: #182b45; } }
@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-item.active {
    background: #182b45; } }

@media (max-width: 991px) {
  .top-header .row {
    flex-wrap: nowrap; } }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d; }

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #182b45;
  padding: 15px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff; }
  @media (max-width: 991px) {
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transform-origin: unset; } }
  .navbar .dropdown-menu.show {
    visibility: hidden; }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.show {
        visibility: visible;
        display: block; } }
.navbar .dropdown-item {
  position: relative;
  color: #fff;
  transition: .2s ease;
  text-transform: capitalize;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 1.03rem;
  border-top: 4px solid #182b45; }
  @media (max-width: 991px) {
    .navbar .dropdown-item {
      text-align: lefet; } }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px; }
  .navbar .dropdown-item:hover {
    color: #ffa500;
    background: transparent;
    border-top: 4px solid #ffa500; }
  .navbar .dropdown-item.active {
    background: transparent;
    color: #ffa500;
    border-top: 4px solid #ffa500; }

.logo-navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0; }

.fixed-nav .navbar-nav {
  padding-left: 22px; }

.index .nav-link {
  transform: translate(-150px, 0);
  -moz-transform: translate(-150px, 0);
  transition: all .3s ease 0s;
  -webkit-transform: translate(-150px, 0);
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }

.index .nav-link.active li a {
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transition: all .3s ease 0s;
  -webkit-transform: translate(0, 0);
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }

.index .fixed-nav .nav-link {
  -moz-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s; }

.menu__links > li {
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  -moz-transition: height 0.5s; }

.navbar-collapse {
  flex-grow: inherit !important; }

/* Submenu styles */
.submenu, .submenu-dropdown-list {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #182b45;
  padding: 0;
  list-style: none;
  z-index: 1000; }

/* Show submenu on hover for large screens */
@media (min-width: 992px) {
  .nav-item:hover > .submenu,
  .nav-item:hover > .submenu-dropdown-list {
    display: block;
    text-align: left; } }
/* For mobile (less than 992px), handle collapse with Bootstrap */
@media (max-width: 991px) {
  .submenu {
    display: none !important; }

  .collapse.show {
    display: block !important; } }
.submenu li {
  display: block;
  text-align: left; }

.submenu li a {
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  display: block; }

.submenu li a:hover {
  color: #ffa500; }

.navbar-dark .navbar-nav .nav-link:hover .submenu.collapse {
  display: block; }

.submenu-dropdown-list {
  position: absolute;
  top: 10px;
  left: 12em; }

.d-none {
  display: none !important; }

.dropdown-submenu .dropdown-toggle::after {
  display: none; }

@media (max-width: 991px) {
  .navbar-expand-md.justify-content-center {
    justify-content: space-between !important; }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff; }

  .navbar-header {
    width: 100%; }

  .logo-navbar-brand img {
    width: 45px; } }
@media (max-width: 767px) {
  .container {
    max-width: 100%; }

  .navigation .navbar-brand {
    padding: 7px 0; }

  .fixed-nav .navbar-nav, .navbar-nav {
    padding-left: 5px;
    padding-top: 4em; }

  .index .fixed-nav .nav-link {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  .index .nav-link {
    transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0); }

  .menu__logo {
    -webkit-transform: translate(0, 0);
    transform: translate(-440px, 0);
    -moz-transform: translate(0, 0);
    padding-left: 50px; } }
@media (max-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 6px 32px 6px 32px; } }
@media (max-width: 991px) {
  .mob-menu-display {
    display: none;
    top: 0;
    height: 100%;
    transition: left 0.3s ease;
    flex-direction: column; }

  .mob-menu-display.open {
    right: 0;
    display: flex;
    width: 320px; }

  .dhruti-nav .main-nav-item a:hover .submenu.collapse {
    display: none; }

  .navbar-inverse .navbar-nav > li > a {
    color: #000; }

  #menu-toggle.navbar-toggler {
    z-index: 99999; }

  /* .navbar .dropdown-item{
     color: $primary-color;
   }*/
  /* .submenu, .submenu-dropdown-list{
     top:0;
     left: 12px;
   }*/
  /* .submenu-dropdown-list{
     top:0;
     left: 10px;
   }*/
  .main-nav-item {
    border-bottom: 1px solid #234569; }

  .nav-link {
    align-items: center; }

  .dropdown-toggle::after {
    margin-left: .6; }

  .nav-link svg {
    margin-right: 10px;
    height: 18px;
    width: 18px; } }
@media (max-width: 575px) {
  .header .top-header .row {
    flex-wrap: wrap; }
  .header .btn-sm {
    font-size: 12px;
    padding: 5px 20px; }
  .header .list-inline li {
    font-size: 12px; }
  .header .header-button-wrap, .header .header-info-wrap {
    text-align: center !important; }
  .header .header-button-wrap {
    margin-top: 15px; }

  .fixed-nav .logo-navbar-brand {
    width: 100px; }

  .heading-bg {
    background-image: none !important; } }
.feather {
  display: block; }

.fa-icon {
  display: block !important;
  font-size: 1.68em;
  margin-bottom: 5px; }

.nav-link svg {
  margin-bottom: 5px; }

.header {
  margin: 0;
  text-align: left; }

.top-info {
  text-align: right; }

.phone-number {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-size: 18px; }

.whatsapp-icon {
  display: inline-block;
  padding: 0 10px; }

@media (min-width: 768px) {
  .d-mobile {
    display: none; }

  .navbar-toggler {
    display: none !important; } }
@media (max-width: 1030px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 6px 12px 6px 12px; } }
@media (max-width: 991px) {
  .fa-icon {
    font-size: 1.28em;
    margin-bottom: 4px; } }
@media (max-width: 767px) {
  .d-mobile {
    display: block; }

  .navbar-collapse {
    position: fixed;
    top: 0;
    transition: all 0.8s ease-out;
    height: 100%;
    width: 320px;
    right: 700px;
    z-index: 999; }

  .navbar-dark .navbar-nav .nav-link.active {
    border-top: 3px solid transparent; }

  .nav-link {
    display: inline-flex;
    align-items: center; }

  .navbar-toggler {
    float: right;
    position: absolute;
    right: 1em; }

  .fa-icon {
    font-size: 1em;
    margin-right: 10px; }

  .submenu-dropdown-list, .submenu {
    position: relative; }

  .submenu, .submenu-dropdown-list {
    top: 0;
    left: 12px; }

  .mob-menu-display .nav-item {
    text-align: left; } }
.banner-sec {
  width: 100%;
  height: calc(80vh - 25px);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 6.5em; }

.hero-section .tagline-text {
  margin: 0 auto;
  color: #eeaa22;
  text-align: center;
  font-size: 22px;
  line-height: 1.2 !important;
  padding-bottom: 1em; }
.hero-section img {
  width: 140px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .video-container {
    height: 60vh; }

  .hero-section h1 {
    font-size: 4em; }
  .hero-section .tagline-text {
    font-size: 18px; }
  .hero-section img {
    width: 100px;
    margin-bottom: 10px; } }
@media (max-width: 575px) {
  .video-container {
    height: 50vh; }

  .hero-section h1 {
    font-size: 2.5em; }
  .hero-section .tagline-text {
    font-size: 16px; }

  .bg-cover {
    background-position: 64% 80%;
    background-size: 323% 117%; }

  .banner-sec {
    height: auto !important; }

  .hero-slider-item {
    margin-bottom: 3em; } }
/* ==========================================================================
Layout
========================================================================== */
.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pad-tp-0 {
  padding-top: 0; }

/*.row {
  margin-left:$zero;
  margin-right:$zero;
}*/
.white-color {
  color: #fff; }

.dark-color {
  color: #00182e; }

.img-width {
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

header {
  background: transparent;
  top: 74px;
  border-width: 0; }

.content-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 435px;
  overflow: hidden;
  position: relative; }

/*.Content {
  max-width: 100%;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: $white-color;
  padding: $contents-padding;
  text-align: center;
  position: $position-relative;
  z-index: $content-z-index;
  opacity: 1;
}
.Content h1{
  color: $white-color;
  margin-bottom: $content-margin-bottom;
  font-weight: bold;
}
.Content strong{
  color:$orange-color;
}
.Content p {
  margin: 0 auto;
  color: $orange-color;
  text-align: center;
  font-size: $overlay-font-size1;
}*/
.our-services ul {
  padding: 0; }

.imp {
  color: #000 !important; }
  .imp:hover {
    color: #000 !important; }

.pad {
  padding: 4%; }

li {
  line-height: 1.9; }

p, li {
  font-family: 'Raleway-Regular';
  color: #111;
  font-size: 16px; }

ul.orange li:hover {
  color: #00182e; }

/*.pad-dna{
    padding-top: $pad;
}*/
.contact-style {
  background-color: #fff; }

.form-style {
  padding: 5% 0;
  background-color: #fff; }

.custom-social-style p {
  color: #fff;
  margin: 10px !important; }

.social-link-margin {
  margin-top: -54px; }

.right-reserved p {
  font-size: 9px;
  margin: 10px !important; }

#footer {
  background-color: #f5f5f5;
  color: #000;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center; }

.our-service-footer {
  margin-top: 40px; }

#footer a {
  color: #777; }
  #footer a:hover {
    text-decoration: none;
    color: #000; }

.custom-social-style p {
  color: #fff;
  margin: 10px !important; }

.social-link-margin {
  margin-top: -54px; }

.media:first-child {
  margin-top: 15px; }

.divider {
  height: 50px; }

.bcg, .bcg1 {
  padding: 0 0;
  opacity: 0.9; }

.custom-pad {
  padding: 10px;
  font-size: 20px; }

.pad-style-2 {
  padding-top: 3%; }

.pad-style-3 {
  padding-top: 4%; }

.service-ul-style-lft {
  padding-left: 60px; }

/*#dna{
  padding-bottom: $dna-pad;
}*/
/*.dna-bg{
  background: url(../img/dna-bg.png) no-repeat;
  background-position: left;
}*/
/*.about-vector{
  padding: $pad;
  text-align: left;
}
.about-vector-content{
  padding: $pad;
}
.align-right{
  text-align: right;
}*/
/**** Start Main Body Section ****/
.mainbody-section {
  padding-top: 20px; }

/*.menu-item {
  color: $blue-color;
  padding-top: $menu-item;
  border: 1px solid $blue-color;
  padding-bottom: $menu-item;
  margin-bottom: $mainbody-padding;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.menu-item a {
  color: $blue-color;
  display: block;
  outline: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.menu-item a p {
  font-family: $heading-font-family;
  font-weight: $menu-item-font-weight;
  font-size: $sub-heading-font-size-h2;
  color: $blue-color;
}
.menu-item a i {
  font-size:$font-size;
  padding-bottom: $menu-item;
}
.menu-item:hover{
  color: $white-color;
  background-color: $blue-color;
}
.menu-item:hover a{
  text-decoration: none;
  color: $white-color;
}
.menu-item:hover a p{
  color: $white-color;
}*/
/**** Start Modal Section ****/
.section-modal .modal-content {
  padding: 45px 0;
  min-height: 100%;
  border: 0 !important;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #111;
  font-weight: 300; }

.section-modal .close-modal {
  position: absolute;
  top: 13%;
  right: 2%;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
  z-index: 99999; }

.section-modal .close-modal:hover {
  opacity: 0.3; }

.section-modal .close-modal .lr {
  z-index: 1051;
  margin-left: 35px;
  width: 1px;
  height: 75px;
  background-color: #000; }

.section-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #000; }

/**** Start ABout Us Section ****/
/*.product-text {
  padding-bottom: $sec-padding;
}
.product-text p {
  color: $product-color;
}
.product-text ul {
  margin-top: $mainbody-padding;
  font-size: $content2-font-size;
}
.product-text li {
  margin-bottom: $custom-padding;
  color: $product-text-color;
}
.product-text li i {
  padding-right: $custom-padding;
  color: $blue-color;
}
.heading h4, .heading h3{
  color:$white-color;
}
.section-title{
  margin-top:$section-title;
}*/
/*--------------Products Start-------------------*/
.menu__logo {
  opacity: 1; }

.affix .menu__logo, .menu__links {
  display: inline-block;
  float: left; }

.affix .menu__logo {
  opacity: 1; }

.affix .menu__logo {
  position: relative;
  z-index: 100;
  padding: 15px; }

.menu__links {
  position: relative;
  z-index: 2; }

.menu__links > li {
  position: relative; }

.menu__links a {
  color: #343434;
  display: block; }
  .menu__links a:hover {
    color: #cc0000; }

.menu__links li:last-child a {
  padding-right: 0; }

.navbar-nav {
  float: none; }

#about-section .media:hover .icon-md {
  border-radius: 10px;
  background-color: #ffa500; }

#about-section .media:hover .media-heading {
  color: #ffa500; }

#about-section .media-body button:hover #about-section .media-body .glyphicon {
  color: #fff; }

.media .pull-left .glyphicon {
  background-color: rgba(0, 0, 0, 0.4);
  background-color: #182b45;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  height: 68px;
  line-height: 68px;
  margin-right: 10px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 68px; }

/*.icon-md svg {
    color: white; 
    width: 40px; 
    height: 40px; 
}*/
/* Modals */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.modal-header {
  background-color: #00182e;
  color: #fff; }

.modal-header h4 {
  color: #fff; }

.modal-header .close {
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 37px;
  margin-top: -20px; }

.secPadding {
  padding: 70px 0; }

.service-modal-content {
  padding-top: 30px; }

.image-box {
  padding: 20px;
  background-color: #00182e;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  min-height: 265px; }

.image-box a {
  color: #fff; }

.image-box:hover {
  padding: 8px;
  cursor: pointer; }

.image-box:hover a {
  color: #fff;
  text-decoration: none; }

.image-box:hover h1 {
  font-size: 11em;
  margin: 0.45em 0; }

.modal-body-cont {
  margin-top: 35px; }

.modal-head {
  margin-left: 55px; }

.heading-bg {
  background-attachment: scroll;
  background-image: url("../images/divider.png");
  background-position: center center;
  background-repeat: repeat-x;
  text-align: center; }

.heading-bg span {
  background-color: #fff;
  padding: 5px 20px;
  font-size: 35px;
  font-family: "Libre Baskerville", sans-serif;
  color: #182b45; }

@media (max-width: 767px) {
  .heading-bg span {
    font-size: 25px; }

  .navbar-nav .nav-link:hover {
    color: #ffa500; } }
@media (max-width: 575px) {
  .heading-bg {
    text-align: left; }

  .heading-bg span {
    font-size: 28px;
    padding: 5px 0px; }

  .navbar-nav .nav-link:hover {
    color: #ffa500 !important; }

  .main-sec ul li strong {
    font-size: 18px; }

  .text-align {
    text-align: left !important; } }
.contact-info p {
  margin-bottom: 0.5rem;
  padding-left: 15px; }

.contact-info h3 {
  font-weight: bold; }

.contact-details .con-info .glyphicon {
  color: #00182e;
  margin-top: -1px; }

.contact-details {
  font-family: Raleway-Regular; }

.con-info i,
.con-info span {
  float: left; }

.office-address {
  margin: -20px 0 0 17px; }

.con-info span {
  font-size: 14px;
  color: #ffa500; }

.con-info .cont-margin, .con-info .glyphicon {
  margin: -20px 0 0 17px; }

/*.modal-dialog{
  margin-top: $dna-pad;
}*/
.about-vector-content {
  margin-top: 14%; }

.about-vector-content h1 {
  color: #00182e;
  font-size: 35px;
  font-weight: bold; }

.heading-bg-h4 {
  color: #111; }

.about {
  color: #111;
  padding-top: 100px;
  padding-bottom: 50px; }

.process {
  padding-top: 50px; }

/*#services, #about-section, .about-section{
  padding-top:$zero;
  padding-bottom:$zero;
}*/
a.gototop {
  background: #00182e;
  opacity: 0.5;
  bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  font-size: 20px;
  transition: all ease-in-out .5s; }

a.gototop:hover {
  background: #00182e;
  opacity: 9; }

.gototop .glyphicon {
  color: #fff; }

.contact-details {
  background: url(../images/stamp1.png) no-repeat;
  background-position: right;
  background-size: contain; }

.our-links ul li {
  display: inline-block;
  margin: 0px 10px;
  color: #555;
  font-size: 12px;
  font-weight: 700; }

.our-links ul li:hover {
  color: #00182e;
  cursor: pointer; }

.our-services ul li {
  display: inline-block;
  padding: 0px 10px;
  color: #777;
  border-right: 1px solid #777;
  font-size: 11px; }

.our-services ul li:hover {
  color: #000;
  cursor: pointer; }

.our-services ul li.no-hover:hover {
  color: #777; }

.our-services ul li.left-border {
  border: none; }

.copyright {
  background-color: #d9d9d9;
  padding: 7px; }

.media-body .more-btn:hover .glyphicon {
  color: #00182e; }

a.gototop {
  color: #fff; }

/* ==========================================================================
Virtual Tour
========================================================================== */
/*#vt-home{
    background: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: $vt-home-color;
}

#vt-home .overlay{
    height: $vt-home-height;
    background-attachment: fixed;
}
#vt-home p.lead{
    color: $lead-color;
}
.down{
    margin-top: $down-margin;
    color: $white-color;
    background: 0 0;
    border-radius: $border-radius;
    background: rgba(255,255,255,.1);
    transition:all ease-in-out .5s;
     -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.down:hover,
.down:focus {
    outline: 0;
    color: $white-color;
    border-radius: $border-radius;
    background: rgba(255,255,255,.5);
}*/
/*.section-title .center{
    padding: 30px 0;
}
.section-title h2,
.section-title .center h2{
    font-weight: $vt-font-weight;
}
.section-title .center .line{
    text-align: center;
    margin: $line-margin;
}
.overlay h1{
    font-size: $overlay-font-size;
}
.line .fa{
    font-size: $about-vector-font-size;
    color: $line-color;
    border:none;
}

.content{
    position: $position-relative;
    padding: $con-padding;
}
.color{
    color: $color;
}
a.fa.fa-angle-down {
    padding: $fa-padding;
    color: $white-color;
    border: 2px solid #b4b4b4;
    border-radius: $border-radius;
    font-size: $sub-heading-font-size-h6;
    margin-top: $fa-margin-top;
    transition: all 0.5s;
    &:hover{
        background: $color;
        color: $white-color;
        border: 2px solid #fcac45;
    }
}*/
/* ==========================================================================
About Section
========================================================================== */
/*#vt-about, #vt-services{
    padding: $vt-ser-padding;
}
ul.about-list{ margin: $abt-margin;}
ul.about-list li{
    display: block;
    font-size: $content1-font-size;
    line-height: $mainbody-padding;
    font-family: 'Raleway-Regular';
}
ul.about-list li span{ 
    margin-right: $custom-padding;
}
.abt-img{
    margin-top: $margin-head-wrap;
}
.about-text{
  text-align: left;
  margin-top:-$service-foo-margin;
}*/
/* ==========================================================================
Service Section
==========================================================================*/
/*#vt-services{
    padding: $vt-ser-padding;
}
.space, #service{
    margin-top: $service-margin;
}
#service span.glyphicon {
    font-size: $vt-home-font-size;
    @include service-border;
    width: $service-width;
    height: $service-height;
    padding: $service-span;
    margin-bottom: $custom-padding;
    border-radius: $border-radius;
    transition: all 0.5s;
    color: $ser-span-color;
}
#service i.fa.fa-mobile{
    font-size: $font-size;
    padding: $ser-fa-padding;
}
#service .service:hover>span.glyphicon{
    background: $color;
    color: $white-color;
}*/
.services-pr {
  padding-bottom: 10px;
  margin-bottom: 50px; }

.service-content {
  margin-top: 15px; }

.service-content ul {
  display: inline;
  padding: 0; }

.service-content ul li {
  display: block;
  margin-right: 5px;
  padding-top: 10px;
  text-align: left; }

.service-content ul li .icon {
  border: 1px solid #000;
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out; }

.service-content ul li:hover .icon {
  background: #00182e;
  color: #fff;
  border-radius: 50% 50% 50% 50%; }

/*.panel-body ul{
  list-style:disc;
}
.panel-default > .panel-heading {
  background: #f5f5f5;
  color: $white-color;
  transition: all 0.5s ease-in-out; 
}
.panel-default > .panel-heading:hover {
    background: $white-color;
    color: $color; 
}
.panel-default > .panel-heading:hover .icon-1{
  color:$blue-color;
}
.panel-group .panel + .panel {
  margin-top: 0; 
}
.panel-title a:active{
  color:$white-color;
}
.panel-group{
  margin-top: 9%;
}
.panel-title {
  color: inherit;
  font-size: $font-size-base;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left; 
  }
.panel-body p{
  font-size:$font-heading-text + 1;
}
.panel-title > a .icon {
  border-radius: $border-radius;
  background: $white-color;
  color: $color;
  font-size: $content1-font-size;
  line-height: $title-line-height;
  margin-right: $pannel-title;
  padding-left: $pannel-padding;
  padding-right: $panel-right;
  margin-top: $pannel-title;
  transition: all 0.5s ease-in-out; 
}
.panel-title > a .icon-1 {
  background: transparent;
  color: $text-black-color;
  font-size: $content1-font-size;
  line-height: $title-line-height;
  margin-right: $custom-social-margin;
  padding-left: $pannel-padding;
  width: $panel-width;
  padding-right: $panel-right;
  transition: all 0.5s ease-in-out; 
}
.panel-body{
  text-align: left;
}
.panel-title > a .icon:hover {
  background: $color;
  color: $white-color;
  border-radius: $border-radius; 
}
.panel .panel-default .panel-heading .panel-title a:hover,
.panel .panel-default .panel-heading .panel-title a:focus,
.panel .panel-default .panel-heading .panel-title a:active {
  outline: 0;
  color: $panel-color;
  background: $panel-background; 
}
.panel-heading{
  padding: $panel-heading-padding;
}
a:hover{
  text-decoration:none;
}
.provide-services{
  margin-top: $ser-provide;
  text-align: left;
}
#vt-services h3{
  text-align: left;
}*/
/* ==========================================================================
Portfolio Section
========================================================================== */
/*#vt-works{
    padding: $vt-ser-padding;
}
.categories{ 
    padding: $categories;
    margin-bottom: $categories-margin;
}
ul.cat li{
    display: inline-block;
}
#vt-works li.pull-right {
    margin-top: $pannel-title;
}
.type{
    padding-left:0px;
}
ol.type li{
  display: inline-block;
}
ol.type li:after{
    content: ' | ';
    margin-left: $menu-item;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
    margin-bottom: $portifolio;
}
.portfolio-item .hover-bg{
    overflow: $overflow-hidden;
    position: $position-relative;
}
.hover-bg .hover-text {
    position: $position-absolute;
    margin: 0 auto;
    color: $white-color;
    background: rgba(0, 0, 0, 0.66);
    height: $hover-bg-width;
    width: $hover-bg-height;
    opacity: 0;
    transition: all 0.5s;
    display:table;
}
.align-middle{
  vertical-align:middle;
  display:table-cell;
}
.hover-bg .hover-text>h4{
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
    opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
    opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
    opacity: 1;
}
#lightbox span.glyphicon {
    height: $lightbox-width;
    width: $lightbox-height;
    border: 1px solid #FCAC45;
    font-size: $sub-heading-font-size-h2;
    padding: $main-body;
    color:#FCAC45;
    border-radius: $border-radius;
}
#lightbox span.plus-color{
     top:55px; 
     color:#fff;
     border: 1px solid #FFF;
}*/
/* ==========================================================================
Contact Section
========================================================================== */
/*#vt-contact{
    padding: $vt-ser-padding;
    background-color: $modal-color;
    background-image: url(../images/partners/cont-body.jpg);
    background-position: center;
}

#vt_footer { 
    color: $vt-footer-color; 
    text-align: left;
    margin-top: $portifolio;
}

#vt_footer h4 { 
    color: $white-color; 
    font-size: $font-size-base; 
    font-weight: $sub-heading-font-weight; 
    margin-bottom: $menu-item; 
}
*/
.footer_list, .vt-address {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer_list li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #4e4e4e; }

.li-hover :hover {
  color: #fcac45; }

.footer_list li a {
  color: #686868; }

.vt-address .fa {
  padding-right: 10px; }

.contact-form input, textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #686868;
  outline: none; }

.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 50px; }

.contact-form .mainBtn {
  margin-top: 10px;
  color: white;
  background-color: #fcac45;
  text-transform: uppercase;
  border: 0;
  padding: 5px; }

.contact-form .mainBtn:hover {
  color: #000; }

/*.vt-address span { 
    display: block; 
}*/
.add-wrap, .phone, .email {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px dotted #4e4e4e; }

/* ==========================================================================
Footer
========================================================================== */
.footer-social {
  text-align: center; }

.copy {
  left: 0; }

#footer i.fa {
  margin: 10px;
  font-size: 15px;
  background: transparent;
  border: 1px solid #8c8c8c;
  height: 30px;
  width: 30px;
  padding: 7px;
  color: #8c8c8c; }
  #footer i.fa:hover {
    background: #fcac45;
    border-color: #fcac45;
    color: #fff;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    -webkit-transition: color 1s;
    transition: color 1s; }

.company-logo img {
  width: 140px;
  margin-top: -4px; }

.company-logo {
  text-align: right !important; }

.footer p, .footer a {
  color: #fff; }
.footer a:hover {
  color: #ffa500; }

/* ==========================================================================
Preview
========================================================================== */
/*.home-content {
  color: $white-color;
  font-size: $overlay-font-size1;
  text-align: center;
}
.home-text{
  font-size: $font-heading-sub1;
}
.icon-color{
  color:$theme-color;
  margin-right:$line-margin;
}

.process-step{
  color:$theme-color;
  border-radius:50%;
  border:2px solid $black-color;
  height:10%;
  width:10%;
}
.process-back{
  background-color:$theme-color;
  padding:$menu-item;
}
.process-back span{
  color:$white-color;
  font-size:$main-heading-font-size;
}
.bold-head-project{
    background-color:$theme-color;
  font-size:$sub-heading-font-size-h1;
  color:$head-color;
  text-align:center;
  padding:$menu-item;
}
#preview-service span.glyphicon {
    border:4px solid #009999;
    border-radius: 50%;
    font-size: $sub-heading-font-size-h4;
    height: $section-min-height;
    margin-bottom: $margin10;
    padding: $padding-fa;
    text-align:center;
}

#preview-service .service-block:hover>span.glyphicon{
  border-radius:10%;
  background: $white-color;
  color: $theme-color;
}
.transition-style{
  -webkit-transition:all .5s ease-in-out .5s;
  -moz-transition:all .5s ease-in-out .5s;
  -ms-transition:all .5s ease-in-out .5s;
  -o-transition:all .5s ease-in-out .5s;
  transition:all .5s ease-in-out .5s;
}
.process-wrap-step{
  padding-right:40px;
}
ul{
  list-style:none;
}
.list{
  display:inline-block;
}
.round-icon{
  border:4px solid #009999;
  font-size: $sub-heading-font-size-h4;
  margin-bottom: $margin10;
  text-align:center;
}
.process-step-content{
  font-size:$font-size-base;
}
.process-align:hover h4{
    color: #009999;
}
.arrow-i{
  padding:40px 13px;
  font-size:$sub-heading-font-size-h4;
  top:-110px;
}
.clear{
  clear:both;
}
.left{
  margin-left:$portifolio;
}
.top{
  margin-top:$service-margin;
}
.content-top{
  margin-top:$margin-tp;
  text-align:left;
}
.service-block{
  border:1px dotted #009999;
  padding:$menu-item;
  &:hover{
  background-color:$theme-color;
  }
}
.form-group{
  text-align: left;
}
.padding-left{
  padding-left: $padding-left;
  margin-top: $margin75;
}
.home-img1{
  height: $fa-margin-top;
  width: $fa-margin-top;
  margin-left: $custom-social-margin;
  margin-top: $sec-padding;
  position: relative;
  border:2px solid #fff;
  box-shadow: 10px 10px 0px #ccc; 
  -moz-box-shadow: 10px 10px 0px #ccc; 
  -webkit-box-shadow: 10px 10px 0px #ccc; 
  -khtml-box-shadow: 10px 10px 0px #ccc; 
  &:hover{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
      -moz-transform: scale(1.25);
      transition: all .5s ease-in-out .5s;
     -webkit-transition: all .5s ease-in-out .5s;
     -moz-transition: all .5s ease-in-out .5s;
      position: relative;
      z-index: 5;
  }
}
.home-img1 img{
  height: $fa-margin-top;
  width: $fa-margin-top;
}
.home-img img{
  height: $fa-margin-top;
  width: $fa-margin-top;
}
.top-zero{
  margin-top:0;
}
.home-img{;
  height: $fa-margin-top;
  width: $fa-margin-top;
  margin-left:110px;
  margin-top: -40px;
  position: absolute;
  border:2px solid #fff;
  box-shadow: 10px 10px 0px #0084b4; 
  -moz-box-shadow: 10px 10px 0px #0084b4; 
  -webkit-box-shadow: 10px 10px 0px #0084b4; 
  -khtml-box-shadow: 10px 10px 0px #0084b4;
  &:hover{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transition: all .5s ease-in-out .5s;
   -webkit-transition: all .5s ease-in-out .5s;
   -moz-transition: all .5s ease-in-out .5s;
    position: relative;
    z-index: 5;
  } 
}*/
/*.client-row{
  margin-top:5%;
}
.client-img-border{
  border:1px solid #032062;
}
.client-slider {
    margin-bottom: $margin-btm;
    list-style: none outside none;
    display: inline-flex;
    
}
.client-nav {
    list-style: none outside none;
    margin-bottom: $margin-btm;
    text-align: center;
}
.client-nav > li {
    list-style: none outside none;
    display: inline-block;
    margin-left: $custom-social-margin;
    padding: 0;
    text-align: center;
}
.client-nav > li > a {
    background: none repeat scroll 0 0 #009999;
    color: #FFFFFF;
    display: block;
    height: $portifolio;
    vertical-align: middle;
    width: $portifolio;
}
.client-nav > li > a .glyphicon {
    line-height: $overlay-font-size1;
}
.client-nav > li > span{
  padding-top: $menu-item;
}
.fileUpload {
    position: $position-relative;
    overflow: $overflow-hidden;
    margin: $custom-social-margin;
}
.fileUpload input.upload {
    position: $position-absolute;
    top: $zero;
    right: $zero;
    margin: $zero;
    padding: $zero;
    font-size: $sub-heading-font-size-h2;
    cursor: pointer;
    opacity: $zero;
    filter: alpha(opacity=0);
}
#wrapper_bu {
  position: $position-absolute;
}
.txt_Center { margin: 0; }
.txt_h1 { font-size: 2em }
.holder_bu { cursor: pointer }
.holder_bu_awayL1 {
  position: $position-absolute;
  top: $margin-btn;
  left: $dna-pad;
  width: $dna-pad;
  height: $height40;
  background-color: rgba(0,0,50,0.7);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}
.holder_bu_awayL2 {
  position: $position-absolute;
  top: $left35;
  left: $zero;
  width: $dna-pad;
  height: $margin-btn;
  background-color: rgba(0,0,50,0.5);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}
.holder_bu_center {
  position: $position-absolute;
  top: 5%;
  left: $show-box;
  width: $width60;
  height: $height90;
  background-color: #37c;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}
.holder_bu_awayR1 {
  position: $position-absolute;
  top: $margin-btn;
  left: $left80;
  width: $dna-pad;
  height: $height40;
  background-color: rgba(0,0,50,0.7);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}
.holder_bu_awayR2 {
  position: $position-absolute;
  top: $left35;
  left: $height90;
  width: $dna-pad;
  height: $margin-btn;
  background-color: rgba(0,0,50,0.5);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}
.s-top{
  margin-top: $panel-width;
}
#accordion .panel-title{
    color:#000;
} 
.panel, .panel-heading{
  border-radius:0 !important;
}
@keyframes moveClouds {
  to {
      background-position: 100% 0;
  }
}
@-moz-keyframes moveClouds {
  to {
      background-position: 100% 0;
  }
}
@-webkit-keyframes moveClouds {
  to {
      background-position: 100% 0;
  }
}
#slide-img{
  height:$abt-min-h;
  width:$content-wrap-width;
  background:url("../images/partners/bg-12.jpg");
  animation: moveClouds 15s linear infinite;
  -ms-animation: moveClouds 15s linear infinite;
  -moz-animation: moveClouds 15s linear infinite;
  -webkit-animation: moveClouds 15s linear infinite;
  background-attachment:scroll;
}
.about-text ol, ul{
  padding: $zero;
}
.hover-text p{
  color:$white-color;
}
  #content {
    padding: 0px 0px;
  }
  .cboxIframe, #cboxLoadedContent, #cboxContent{
    background:transparent !important;
  }
  #cboxLoadedContent{ 
    border: none !important;
  }

  #contactForm{
    font-family: sans-serif;
  }
*/
  /* ==========================================================================
Android
========================================================================== */
/*.img-round{
  border-radius:32px;
}
#myCarousel, .carousel-inner > .item{
  height:435px;
}
.about-abs{
  background-color: $abt-bg;
  padding: $abt-padd;
  min-height: $abt-min-h;
  box-shadow: 0 0 7px #9F9C9C;
  transition:all ease-in-out 1s;
}
.about-abs:hover{
  background-color: $abt-bg;
  padding: $abt-padd;
  min-height: $abt-min-h;
  box-shadow: 0 0 7px #9F9C9C;
  transform: scale(1.05);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.abt-abs-test-hover:hover h2{
  color:$abt-test-color;
}
.abt-abs-built-hover:hover h2{
  color:$abt-b-color;
}
.abt-abs-monitor-hover:hover h2{
  color:$abt-mo-color;
}
.about-abs img{
  width: $top;
}
.custom-top{
  margin-top: $margin-tp6;
}
#service-android{
  text-align:left;
}
#service-android span.glyphicon {
  border: 4px solid #F45347;
  border-radius: $border-radius;
  color: $ser-span-color;
  font-size: $sub-heading-font-size-h1;
  height: $section-modal-width;
  margin-bottom: $margin10;
  padding: $padd17-19;
  transition: all 0.5s ease 0s;
  width: $section-modal-width;
}
#service-android p{
  font-size: $font-text-small;
}
#service-android .service:hover span.glyphicon{
  background-color:$android-color;
  color:$white-color;
}
.product-text ul li{
  font-style: italic;
  font-family: 'Ralway-Regular';
}
.product-text ul li:hover{
  color: $blue-color;
}
.callbacks_container {
  position: $position-relative;
  float: left;
  width: $top;
  margin-left:$show-box;
}
.callbacks {
  position: $position-relative;
  list-style: none;
  overflow: $overflow-hidden;
  width: $content-wrap-width;
  padding: $zero;
  margin: $zero;
}
.callbacks li {
  position: $position-absolute;
  width: $content-wrap-width;
  left: $zero;
  top: $zero;
}
.callbacks img {
  position: $position-relative;
  z-index: 1;
  height: auto;
  border:$zero;
}
.callbacks .caption {
  display: block;
  position: $position-absolute;
  z-index: 2;
  font-size: $sub-heading-font-size-h2;
  text-shadow: none;
  color: $white-color;
  left: $zero;
  right: $zero;
  padding: $padd10-20;
  margin: $zero;
  max-width: none;
  top: $dna-pad;
  text-align: center;
}
.callbacks_nav{
  display: none;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
  width:$width;
  height:$btn-lg;
  background:$white-color;
  display:inline-block;
  border-radius:$border30em;
  opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: $white-color;
  border-radius:$border30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
  display:inline-block;
}
.rslides {
  position: $position-relative;
  list-style: none;
  overflow: $overflow-hidden;
  width: $content-wrap-width;
  padding: $zero;
  margin: $zero;
}
.rslides li {
  -webkit-backface-visibility: $overflow-hidden;
  position: $position-absolute;
  display: none;
  width: $content-wrap-width;
  left: 0;
  top: 0;
}
.rslides li{
  position: $position-relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
  list-style: none;
  position: $position-absolute;
  top: $top105;
  z-index: $callb-z-index;
  left: $left35;
  padding: $zero;
  margin: $zero;
}
.callbacks_tabs a{
 visibility: $visibility-hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:$zero;
  font-family: FontAwesome;
  visibility: $visibility-visible;
  display: block;
  height:$width16;
  width:$width16;
  display:inline-block;
  border:2px solid #000;
  border-radius: $footer-width;
  -webkit-border-radius: $footer-width;
  -moz-border-radius: $footer-width;
  -o-border-radius: $footer-width;
  -ms-border-radius: $footer-width;
}
.callbacks_here a:after{
  border: 2px solid #000;
  background: $black-color;
}
.callbacks_tabs li {
    display: inline-block;
}
ul.callbacks_tabs.callbacks2_tabs a:after{
  border:2px solid #505b6f;
}
ul.callbacks_tabs.callbacks2_tabs .callbacks_here a:after{
  background: $callb-bg;
  left:$dna-pad;
}
ul.callbacks_tabs.callbacks2_tabs {
  left: $left82;
  top: $left102;
}
.homeSlide .banner-info-left h2{
  margin: 4.5em 0 1em 0;
} 
.homeSlide .mobile-device{
  margin-top: $zero;
}
.banner-info-left h2{
  font-size: $font2-4em;
  margin: 7.5em 0 1em 0;
  color: $black-color;
  font-weight: 300;
  line-height: $line-h1-5em;
  text-align: left;
  font-family: 'Raleway-Regular';
}
.banner-info-left h2 span{
  font-weight: 600;
  color: $android-color;
  text-align: left;
  font-family: 'Raleway-Regular';
}
.banner-info-left p{
  color: $black-color;
  font-size: 1.4em;
  margin: 0 0 3em 0;
  line-height: 1.8em;
  text-align: left;
  font-family: 'Raleway-Regular';
}
.banner-button{
  float:left;
  width: 31.8%;
}
.banner-button a img{
  width:$width65;
}
.green-button{
  margin:0 1em;
}
.mobile-device {
  margin-top: $margin7em;
}
.carousel-indicators li{
  border: 1px solid transparent;
  opacity: 0.9;
}
.carousel-indicators .active{
  background-color: $secondary-color;
}
.android-gall .hover-bg .hover-text{
  padding:$text-padd50;
}
/*-- features --*/
/*.features {
  padding: 3em 0 6em 0 !important;
}
.features-info {
  text-align: center;
}
.features-info h3 {
  color: $ft-h3;
  font-size: $font3em;
  font-weight: 400;
  font-family: 'DidactGothic';
  margin: $zero;
}
.features-info p {
  color: $ft-p;
  font-size: 1.2em !important;
  margin: 2em auto 0 auto;
  width: $width72;
  line-height: 1.8em !important;
}
.features-right{
  margin-top: $margin3em;
  text-align: left;
  font-family: 'Raleway-Regular';
}
.features-right h3{
  margin: $zero;
  font-weight: bold;
  font-size: $sub-heading-font-size-h2;
  font-family: 'Raleway-Regular';
  margin-top:$line-h1-5em;
}
.features-right h1{
  color: $android-color;
  margin: $zero;
  font-size: $font49;
}
.features-right p{
  color: $white-color;
  margin: $categories;
  font-size: $font-heading-text;
  text-align: left;
}
.clearfix{
  clear:both;
}
.features-right-grids {
  margin-top: $margin2em;
}
.features-right-grid {
  margin-top: $margin2em;
}
.features-device{
  text-align:right;
}
.design-left{
  float:left;
  background: url(../img/s-icon.png) no-repeat -42px 0px;
  width: $height;
  height: $height;
}
.easy{
  background: url(../img/s-icon.png) no-repeat -46px -50px;
}
.fully{
  background: url(../img/s-icon.png) no-repeat -49px -150px;
}
.design-left img{
  width:$content-wrap-width;
}
.design-right{
  float:left;
  margin-left: $margin3em;
}
.design-right h5{
  margin: $zero;
  font-size: 1.6em;
  color: $android-color;
}
.design-right p{
  font-size: 1.3em !important;
  margin: $zero;
  color: $white-color;
}
.homeSlide .callbacks_tabs{
  display: none;
} 
.android-gall #lightbox .glyphicon{
  color: $android-color;
  border-color: $android-color;
}
#service-android a{
  color: $footer-color;
}
#service-android a:hover{
  color: $android-color;
}*/
/* ==========================================================================
ENTERPRISE
========================================================================== */
/* ==========================================================================
WEB SOLUTION
========================================================================== */
/* ****
   TABS
   **** */
.nav-tabs > li > a {
  font-size: 14px;
  outline: none;
  font-weight: 400;
  padding: 15px;
  text-align: left;
  color: #111; }

.tabs-horizontal > .nav-tabs li.active a:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: -2px;
  left: 0px; }

/*.uppercase {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.tab-pane p {
    line-height: $web-line-height24;
    margin-bottom: $web-margin-bottom22;
    text-align: left;
}
.tabs-vertical > .nav-tabs > li {
  float: none;
}
.tabs-vertical{
  margin-top:$web-margin-top;
}
.websolution-img{
  max-width:100%;
}*/
/*.tabs-vertical > .nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid #eaebec;
  border-left: none;
  white-space: nowrap;
  margin-right: -2px;
  background-color: $white-color;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-vertical > .nav-tabs {
  display: table-cell;
  vertical-align: top;
  border-bottom: none;
}
.tabs-vertical > .nav-tabs > li > a:hover,
.tabs-vertical > .nav-tabs > li > a:focus {
  border-color: #e5e5e5;
  background-color: #fafafa;
  border-left: none;
}
.tabs-vertical > .nav-tabs .active > a,
.tabs-vertical > .nav-tabs .active > a:hover,
.tabs-vertical > .nav-tabs .active > a:focus {
  border-right-color: #ffffff;
}
.tabs-vertical > .nav-tabs li.active a:before {
  content: "";
  width: $web-width4;
  height: $web-height100;
  position: $position-absolute;
  top: 0px;
  left: 0px;
}
.tabs-horizontal .tab-content {
  padding-top: 15px;
}
.tabs-vertical .tab-content {
  display: table-cell;
  border: none;
  padding: 0 15px;
}

.tabs-vertical > .nav-tabs li.active a:before, .tabs-horizontal > .nav-tabs li.active a:before {
    background-color: #2B8BE9;
}
.tabs-vertical > .nav-tabs li.active a:before {
    content: "";
    height: $web-height100;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}*/
/* .md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: $position-fixed;
  width: $web-width100;
  height: $web-height100;
  visibility: hidden;
  top: $web-zero;
  left: $web-zero;
  z-index: 1000;
  opacity: 0;
  background: rgba(143,27,15,0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}*/
/* Content styles */
/*.md-content {
  color: $white-color;
  background: #e74c3c;
  position: $position-relative;
  border-radius: $web-border-radius3;
  margin: 0 auto;
}

.md-content h3 {
  margin: $web-zero;
  padding: $web-padding0-4em;
  text-align: center;
  font-size: $font2-4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: $web-zero;
  padding: 10px 0;
}

.md-content > div ul {
  margin: $web-zero;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}*/
/* Individual modal styles with animations/transitions */
/* Effect 3: Slide from the bottom */
/*.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.md-close {
  border: none;
  padding: 0.6em 1.2em;
  background: #c0392b;
  color: $white-color;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: $web-font-size1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px;
}

.md-close:hover {
  background: #A5281B;
}
.bcg {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
}
.navbar-custom{
  background: $blue-color;
  box-shadow: 0px 0px 10px -3px;
}
.custom-panel-heading{
  padding:10px;
  background:rgba(0,0,0,0.1);
}
.custom-panel-heading h4{
  font-size:20px;
  font-family: 'Raleway-Regular';
}
.custom-panel {
    margin-bottom: 0;
    background-color: #fff;
    
}*/
/* Services Style */
/*.align-center{
  text-align:center;
}
.project-services{
    background: #fff;
    padding: 1px 0px 22px 0px;
}
.project-services span:nth-child(1) {
    display: block;        
}
.project-services span{
    font-size: 25px;
    font-weight: bold;
    color: #263238;
}
.project-services-text{
    padding: 15px 10px;
}*/
.services-name-wrap {
  padding: 18px 0;
  background: #00182e; }

.services-wrap:hover .services-name {
  color: #eeaa22; }

.services-name {
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase; }

.services-name span {
  font-size: 10px;
  font-weight: normal; }

.services-wrap {
  box-shadow: 2px 4px 7px -3px #999;
  background: #fff; }

.services-btn {
  padding: 10px 0; }

.quotes {
  display: none; }

#myCarousel, .client-carousel-inner > .item {
  height: auto; }

.counselor-testimonials .carousel-indicators {
  top: 120%; }

.client-carousel-indicator li {
  background: #eeaa22;
  height: 13px;
  width: 13px; }

.client-carousel-indicator .active {
  background: #00182e;
  height: 13px;
  width: 13px; }

.modal-header .close {
  font-size: 24px;
  margin-top: 0px; }

/* Testimonials */
/*.counselor-testimonials .carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.counselor-testimonials .carousel .media img {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.counselor-testimonials .carousel .testimonial {
    color: #fff;
    position: relative;    
    // background: rgba(255,165,0,0.2);
    background: $primary-color;
  padding: 15px;
  margin: 0 0 20px 20px;
}
.counselor-testimonials .carousel .testimonial::before, .counselor-testimonials .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.counselor-testimonials .carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.counselor-testimonials .carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.counselor-testimonials .counselor-testimonials .carousel .carousel-item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
  margin-left: 0;
}
.counselor-testimonials .carousel .testimonial p {
  text-indent: 40px;
    line-height: 21px;
  margin: 0;
  color: $white-color;
}*/
/*.counselor-testimonials .carousel .testimonial p::before {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}*/
/*.counselor-testimonials .carousel .overview {
  padding: 3px 0 0 15px;
}
.counselor-testimonials .carousel .overview .details {
  padding: 5px 0 8px;
  font-family: 'Raleway-Regular';
}
.counselor-testimonials .carousel .overview b {
  text-transform: uppercase;
  color: $secondary-color;
  font-size: 18px;
}
.counselor-testimonials .carousel-control-prev, .counselor-testimonials .carousel-control-next {
  width: 30px;
  height: 30px;
    background: $secondary-color;
    text-shadow: none;
  top: 4px;
}
.counselor-testimonials .carousel-control-prev i, .counselor-testimonials .carousel-control-next i {
  font-size: 16px;
}
.counselor-testimonials .carousel-control-prev {
  left: auto;
  right: 40px;
}
.counselor-testimonials .carousel-control-next {
  left: auto;
}

.counselor-testimonials .carousel-indicators li, .counselor-testimonials .carousel-indicators li.active {
  width: 17px;
    height: 17px;
  border-radius: 0;
  margin: 1px 5px;
    box-sizing: border-box;
}
.counselor-testimonials .carousel-indicators li { 
    background: $primary-color;
    border: 4px solid #fff;
}
.counselor-testimonials .carousel-indicators li.active {
  color: #fff;
    background: $secondary-color;
    border: 5px double;    
}
.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}
@include mobile {
  .counselor-testimonials .carousel-indicators {
    top: 100%;
  }
  .carousel-indicators.client-carousel-indicator {
    top: auto;
  }
}*/
.questions-wrapper {
  position: relative;
  top: 0px;
  left: 0;
  color: #eeee;
  border-radius: 1px;
  padding: 8px 40px;
  text-align: center; }

.questions-wrapper h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  text-transform: inherit; }

@media (max-width: 575px) {
  .questions-wrapper h2 {
    font-size: 20px; } }
.questions {
  display: none;
  color: #182b45; }

.questions-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.left-comma {
  position: absolute;
  top: -30px;
  left: 30px; }

.right-comma {
  position: absolute;
  right: 32px;
  bottom: -30px; }

.w-1 {
  position: absolute;
  right: 15px;
  top: -25px; }

.w-2 {
  bottom: -25px;
  left: 15px;
  position: absolute; }

.text-yellow {
  color: #ffa500; }

.panel-body h5, .panel-headings h5 {
  font-family: "Raleway-Regular"; }

.more-less {
  float: right; }

.social-icons {
  font-size: 30px;
  color: #fff; }
  .social-icons:hover {
    color: #fff; }

/* Facebook Icon Color */
.facebook-color {
  color: #3b5998;
  /* Facebook blue */ }

.facebook-color:hover {
  color: #2d4373;
  /* Darker Facebook blue for hover */ }

/* Twitter Icon Color */
.twitter-color {
  color: #1da1f2;
  /* Twitter blue */ }

.twitter-color:hover {
  color: #0c85d0;
  /* Darker Twitter blue for hover */ }

/* Instagram Icon Color */
.instagram-color {
  color: #e1306c;
  /* Instagram pink */ }

.instagram-color:hover {
  color: #c32aa3;
  /* Darker Instagram pink for hover */ }

/* LinkedIn Icon Color */
.linkedin-color {
  color: #0077b5;
  /* LinkedIn blue */ }

.linkedin-color:hover {
  color: #0A66C2;
  /* Darker LinkedIn blue for hover */ }

/* YouTube Icon Color */
.youtube-color {
  color: #ff0000;
  /* YouTube red */ }

.youtube-color:hover {
  color: #cc0000;
  /* Darker YouTube red for hover */ }

/* WhatsApp Icon Color */
.whatsapp-color {
  color: #25d366;
  /* WhatsApp green */ }

.whatsapp-color:hover {
  color: #128c7e;
  /* Darker WhatsApp green for hover */ }

.questions:hover a {
  color: #182b45; }

.section-space {
  padding-top: 125px;
  padding-bottom: 60px; }

.dhidam-sec h3 {
  font-family: 'Raleway-Regular';
  padding-top: 15px; }
.dhidam-sec p {
  margin-bottom: 0.6em; }
.dhidam-sec ul {
  list-style: disc;
  margin-left: 25px; }
  .dhidam-sec ul li p {
    margin-bottom: 0; }

.team-sec .team-content p strong {
  font-family: 'Raleway-Regular';
  color: #182b45;
  font-size: 20px; }

.logo-content-inline {
  display: flex;
  align-items: start;
  gap: 20px; }

.logo-image-inline {
  width: 90px;
  height: auto; }

.image-container {
  overflow: hidden;
  position: relative;
  border-radius: 10px; }

/* Image styling */
.image-container img {
  transition: transform 0.5s ease;
  border-radius: 10px; }

/* Zoom in effect on hover */
.image-container:hover img {
  transform: scale(1.1);
  /* Scale up the image */ }

.single-post ul ul li {
  list-style: disc;
  margin-left: 30px; }

.single-post h1 {
  font-size: 40px; }

.single-post ul li {
  list-style: decimal; }
  .single-post ul li p {
    margin-bottom: 10px; }
  .single-post ul li strong {
    font-size: 20px;
    color: #182b45; }
  .single-post ul li ul li strong {
    font-size: 16px; }

.ampersand-font {
  font-family: 'Arial', sans-serif !important;
  padding: 0 !important; }

.raise-and-rad-wrap h3 {
  font-family: 'Raleway-Regular';
  padding-top: 15px;
  font-size: 22px; }
.raise-and-rad-wrap h2 {
  color: #1e1e4b;
  font-weight: 600; }
.raise-and-rad-wrap ul li strong {
  color: #333; }

.text-align {
  text-align: center; }

.team-content-wrap {
  margin-top: 1em;
  margin-bottom: 1em; }

.team-member-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
  background: #fff;
  border-radius: 8px !important;
  border-top: 5px solid #182b45 !important; }
  .team-member-card .card-title {
    margin-top: 10px; }

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.team-member-info {
  flex-grow: 1; }

.team-member-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 50%;
  background-color: rgba(51, 51, 153, 0.08);
  border: 2px solid #ddd;
  margin: 0 auto; }

.dhruti-sidebar {
  margin-top: 5em; }

.d-img-height {
  height: 500px;
  object-fit: cover; }

.section-space-lr {
  padding-left: 30px;
  padding-right: 27px; }

.section-space-lr1 {
  margin-left: 50px;
  margin-right: 40px; }

.logo-img-space {
  margin-left: 35px; }

.cta-sec {
  margin-left: -50px;
  margin-right: -40px; }

.hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* or margin for spacing between items */
  margin-top: 10px;
  /* if needed */ }

.hashtag {
  background-color: #fdf7ef;
  color: #000;
  font-size: 1rem;
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.2s;
  font-weight: 500; }

.hashtag:hover {
  background-color: #dee2e6;
  color: #0056b3; }

.count-wrapper {
  margin-top: 6em;
  margin-bottom: 2em; }

.text-size {
  font-size: 20px; }

.count-size {
  font-size: 30px; }

.frame-bg {
  background-color: #182b45; }

.iframe-modal-footer {
  background-color: rgba(24, 43, 69, 0.5); }

.card-content-gp {
  padding: 1.05rem; }

.sidebar-title {
  background: #182b45;
  color: white; }

.dhruti-glimpse-wrapper {
  padding: 0rem 1.05rem 1.05rem; }

.bx-shadow {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); }

/* By default hide it */
.mobile-only {
  display: none; }

.hero-section h1 {
  font-size: 47px; }

.custom-list {
  list-style: none;
  padding-left: 1.5em; }

.custom-list li {
  list-style-type: none; }

.custom-list li {
  position: relative;
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-family: 'Raleway-Regular';
  color: #111;
  font-size: 16px; }
  .custom-list li ul {
    padding-left: 2px; }
    .custom-list li ul li::before {
      content: '';
      position: absolute;
      left: -1.5em;
      top: 0.6em;
      width: 0.4em;
      height: 0.4em;
      background-color: #000;
      border-radius: 50%; }

.custom-list .diamond::before {
  content: '';
  position: absolute;
  left: -1.5em;
  top: 0.6em;
  width: 0.5em;
  height: 0.5em;
  background-color: #000;
  transform: rotate(45deg); }

/* Make both columns stretch equal height */
.about-equal-row {
  display: flex;
  align-items: stretch; }

/* Left content should define height */
.about-left-content {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }

/* Right wrapper allows image to stretch */
.about-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex; }

/* Image matches content height */
.about-equal-image {
  height: 100%;
  /* 🔥 MATCH HEIGHT */
  width: auto;
  /* keep aspect ratio */
  object-fit: cover;
  border-radius: 8px; }

/* Parallax Background Section */
.parallax-section {
  position: relative;
  background-image: url(/images/stats.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  padding: 80px 0; }

.overlay-blue {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #f3c76a, #f9e6a0);
  z-index: 1;
  opacity: 0.8; }

.plus-sign {
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 4px; }

/* Icon style (clean yellow, no glow) */
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #003366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s ease; }

.icon-circle:hover {
  background-color: #e3a622;
  transform: translateY(-5px); }

.stat-icon {
  font-size: 28px;
  color: #e3a622;
  transition: 0.3s ease;
  text-align: center; }

.icon-circle:hover .stat-icon {
  color: #003366; }

/* Responsive — stack vertically */
@media (max-width: 991.98px) {
  .about-equal-row {
    flex-direction: column; }

  .about-equal-image {
    width: 100%;
    height: auto; } }
@media (max-width: 991px) {
  .left {
    margin-left: 0px; } }
@media (min-width: 769px) {
  .dhruti-desktop-section {
    display: block; }

  .dhruti-mobile-section {
    display: none; } }
/* Show on mobile (max-width: 768px for tablets & smaller) */
@media (max-width: 768px) {
  .logo-content-inline {
    display: block; }

  .single-post h1 {
    font-size: 30px; }

  .logo-image-inline {
    display: inline;
    float: left;
    width: 95px;
    margin-right: 10px;
    margin-bottom: 0; }

  .dhruti-desktop-section {
    display: none !important; }

  .dhruti-mobile-section {
    display: block; }

  .dhruti-sidebar {
    margin-top: 0em; }

  .d-img-height {
    height: auto;
    object-fit: cover; }

  .section-space-lr {
    padding-left: 0;
    padding-right: 0; }

  .section-space-lr1 {
    margin-left: 10px;
    margin-right: 10px; }

  .logo-img-space {
    margin-left: 10px; }

  .cta-sec {
    margin-left: -10px;
    margin-right: -10px; }

  .mobile-only {
    display: block; }

  .desktop-only {
    display: none; }

  .count-wrapper {
    margin-top: 20px; }

  .banner-sec {
    padding-top: 4.5em; }

  .hero-section h1 {
    font-size: 1.8em; }

  .text-size {
    font-size: 16px; }

  .count-size {
    font-size: 20px; } }
@media (max-width: 575px) {
  .count-wrapper {
    margin-top: 0; }

  .banner-sec {
    padding-top: 4.5em; } }
@media (max-width: 340px) {
  .navbar-toggler-icon {
    width: 1em;
    height: 1em; }

  .logo-navbar-brand img {
    width: 38px; }

  .hero-section h1 {
    font-size: 2.0em; } }
/* Custom Style End */
/* Button style */
.btn {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
  white-space: nowrap; }
  .btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform .2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0); }
  .btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
    outline: 0;
    box-shadow: none !important; }
    .btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
      transform: scaleY(1);
      transform-origin: bottom; }

.btn-lg-text {
  font-size: 1.2em;
  font-weight: 600; }

.btn-sm {
  font-size: 14px;
  padding: 10px 35px; }

.btn-xs {
  font-size: 12px;
  padding: 5px 15px; }

.btn-primary {
  color: #fff;
  background-color: #182b45; }
  .btn-primary::before {
    background-color: #fff; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
    color: #182b45 !important;
    background-color: #0b131f !important;
    border-color: #0b131f !important; }

.btn-outline-primary {
  color: #182b45;
  background-color: transparent;
  border: 2px solid #182b45; }
  .btn-outline-primary::before {
    background-color: #fff; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
    color: #182b45 !important;
    background-color: #182b45 !important;
    border-color: #182b45 !important; }

.btn-light {
  color: #182b45;
  background-color: #fff;
  border: 1px solid #fff; }
  .btn-light::before {
    background-color: #182b45; }
  .btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important; }

.btn-secondary {
  color: #fff;
  background-color: #ffa500; }
  .btn-secondary::before {
    background-color: #fff; }
  .btn-secondary:active, .btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary.active {
    color: #182b45 !important;
    background-color: #cc8400 !important;
    border-color: #cc8400 !important; }

.quest-social li {
  margin-left: 5px; }
  .quest-social li .social-icons {
    font-size: 2.7em; }

.floating-btn {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 999;
  display: inline-flex; }
  .floating-btn svg {
    height: 24px;
    width: 24px; }
  .floating-btn .social-icons {
    font-size: 40px; }

.vid-custom-btn {
  padding: 5px 10px;
  font-size: 14px; }

.sidebar-btn {
  padding: 5px 10px;
  font-size: 14px; }

.icon-img {
  height: 26px;
  width: 26px !important;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
  margin-bottom: 0 !important; }

.icon-img:hover {
  filter: brightness(0); }

.btn-primary:hover .icon-img {
  filter: brightness(0); }

@media (max-width: 767px) {
  .btn-lg-text {
    font-size: 1em;
    font-weight: 700; } }
body {
  background-color: #fff;
  overflow-x: hidden; }

::selection {
  background: #25436b;
  color: #fff; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pl-150 {
  padding-left: 150px; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFDC11;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

ol,
ul {
  list-style-type: none;
  margin: 0px; }

img {
  vertical-align: middle;
  border: 0; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a {
  color: inherit; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a:hover {
  color: #ffa500; }

a.text-primary:hover {
  color: #182b45 !important; }

a.text-light:hover {
  color: #182b45 !important; }

h4 {
  transition: .2s ease; }

a h4:hover {
  color: #182b45; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-sm {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 30px; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-primary {
  border-color: #ededf1 !important; }

/* overlay */
.overlay {
  position: relative; }
  .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #182b45;
    opacity: .7; }

.outline-0 {
  outline: 0 !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #182b45 !important; }

.bg-secondary {
  background: #ffa500 !important; }

.bg-gray {
  background: #f6f7f6; }
  .bg-gray .heading-bg span {
    background: #f6f7f6; }

.bg-grey1 {
  background: #f8f9fa; }
  .bg-grey1 .heading-bg span {
    background: #f8f9fa; }

.text-primary {
  color: #182b45 !important; }

.text-color {
  color: #5c5c77; }

.text-light {
  color: #8585a4 !important; }

.text-lighten {
  color: #d6d6e0 !important; }

.text-muted {
  color: #b5b5b7 !important; }

.text-dark {
  color: #1e1e4b !important; }

.font-secondary {
  font-family: "Libre Baskerville", sans-serif; }

.zindex-1 {
  z-index: 1; }

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden; } }

.vertical-align-middle {
  vertical-align: middle; }

.icon-md {
  font-size: 36px; }

/* page title */
.page-title-section {
  padding: 200px 0 80px; }

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px; }
  .custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%); }

/* /page title */
.list-styled {
  padding-left: 25px; }
  .list-styled li {
    position: relative;
    margin-bottom: 15px; }
    .list-styled li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #182b45;
      left: -25px;
      top: 5px; }

textarea.form-control {
  height: 200px;
  padding: 15px; }

#map_canvas {
  height: 500px; }

.post-thumb-sm {
  max-width: 100px; }

/* pagination */
.pagination {
  justify-content: center; }
  .pagination .page-item {
    margin: 0 10px; }
    .pagination .page-item.active .page-link {
      background: #182b45;
      color: #fff;
      border-color: #182b45; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item .page-link {
      color: #5c5c77; }

.content * {
  margin-bottom: 20px; }
.content a {
  text-decoration: underline; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px; }
.content ol {
  padding-left: 20px; }
.content ul {
  padding-left: 0; }
  .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none; }
    .content ul li::before {
      position: absolute;
      content: "\e65d";
      font-family: "themify";
      font-size: 14px;
      left: 0;
      top: 1px;
      color: #182b45;
      transition: .3s ease; }
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6; }
  .content table th,
  .content table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6; }
  .content table thead {
    background: #eff1fd; }
  .content table tbody {
    background: #f8f9fe; }
    .content table tbody td {
      text-align: left !important; }
.content blockquote p {
  margin-bottom: 0;
  color: #5c5c77;
  font-style: italic !important; }
.content pre {
  padding: 10px 20px;
  background: #f8f9fe; }

.ul-bullet-list ul {
  list-style: disc;
  margin-left: 25px; }
  .ul-bullet-list ul li {
    list-style-type: disc; }

.d-flex-items {
  display: flex; }

.d-flex-items-center {
  align-items: center; }

.dhidam-sec h3 strong {
  font-size: 22px; }

.nav-tabs .nav-link.active {
  background-color: #182b45;
  color: white !important; }

.gallery-img-wrap {
  max-height: 250px; }

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.nav-tabs {
  border-bottom: 1px solid #182b45; }

.menatl-issue {
  border: 2px solid orange;
  border-radius: 10px;
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
  background: #fff;
  margin-top: 10px; }

.dhruti-nav-tabs.nav-tabs li a {
  font-size: 16px;
  font-weight: 600; }

.dhruti-modal.modal {
  height: auto !important; }

.workshop-banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-color: #182b45; }

.fixed-thumb {
  object-fit: cover; }

/* .custom-video {
   height: 100%;          
   max-height: 400px;      
   object-fit: cover;      
   border-radius: 10px;  
 } */
@media (min-width: 768px) {
  .d-desktop-block {
    display: flex; } }
@media (max-width: 767px) {
  /*.workshop-banner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 0%;
  }*/
  .d-desktop-block {
    display: none; } }
@media (max-width: 567px) {
  .workshop-banner {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial; } }
/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #182b45;
  display: inline-block;
  padding: 20px;
  border: 1px solid #182b45; }

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 25%; }
  @media (max-width: 1400px) {
    .feature-blocks {
      padding-right: 10%; } }
  @media (max-width: 1200px) {
    .feature-blocks {
      padding-right: 50px;
      padding-left: 50px;
      padding-top: 30px; }
      .feature-blocks h3 {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .feature-blocks {
      margin-top: 0;
      padding: 50px; }
      .feature-blocks h3 {
        font-size: 25px; } }

/* /banner feature */
/* course */
/*.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: .3s ease;

  &:hover {
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
  }
}
*/
/* events */
/*.card-date {
  position: absolute;
  background: $primary-color;
  font-family: $secondary-font;
  text-align: center;
  padding: 10px;
  color: $white;
  top: 0;
  left: 0;
  text-transform: uppercase;

  span {
    font-size: 40px;
  }
}
*/
/* /events */
/* teacher */
/*.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}*/
/* /teacher */
/* footer */
/*.newsletter {
  background-image: linear-gradient(to right, transparent 50%, $primary-color 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1;

  &-block {
    padding-left: 50px;

    @include mobile {
      padding-left: 15px;
    }
  }
}*/
/*.input-wrapper {
  position: relative;

  button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    @include mobile {
      position: static;
      transform: translateY(-10px);
      width: 100%;
      outline: 5px solid #fff;
      outline-offset: -5px;
    }
  }
}
*/
.form-control:focus {
  border-color: #182b45;
  box-shadow: none; }

/*
.newsletter-block {
  .form-control {
    height: 80px;
    padding-right: 160px;
    @include mobile {
      padding-right: 25px;
    }
  }
}*/
.bg-footer {
  background-color: #182b45; }

.logo-footer {
  margin-top: -20px;
  display: inline-flex;
  align-items: center; }

.footer {
  border-color: #494a43 !important;
  padding-top: 45px;
  padding-bottom: 20px;
  color: #8996a7; }
  .footer a {
    color: #8996a7;
    padding-left: 15px; }
    .footer a:hover {
      text-decoration: underline;
      color: #fff; }

.copyright p {
  text-transform: capitalize; }

.theme-logo-title {
  font-size: 44px;
  padding-left: 15px; }

.secondary-bg {
  background-color: #ffa500; }

.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

/*.menu-item {
  color: #00182e;
  padding-top: 20px;
  border: 1px solid #00182e;
  padding-bottom: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.menu-item a {
  color: #00182e;
  display: block;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; font-size: 20px;font-weight: 500}

.menu-item a p {
  font-family: "Assassin", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #00182e; }

.menu-item a i {
  font-size: 49px;
  padding-bottom: 20px; }

.menu-item:hover {
  color: #fff;
  background-color: #00182e; }

.menu-item:hover a {
  text-decoration: none;
  color: #fff; }

.menu-item:hover a p {
  color: #fff; }
#myCarousel, .client-carousel-inner > .item {
  height: auto;
}
.carousel-indicators.client-carousel-indicator  {
  top: 120%;
}
.client-carousel-indicator li {
  background: $primary-color;
}
.client-carousel-indicator .active {
  background: $primary-color;
  height: 13px;
  width: 13px;
}*/
.modal-header .close {
  font-size: 24px;
  margin-top: 0px; }

/* Custom styles for the chatbot */
.recruitment-section {
  background-color: #f8f9fa;
  padding: 50px 0; }

.job-list {
  list-style-type: none;
  padding: 0; }

.job-item {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px; }

.job-title {
  font-size: 1.5rem;
  margin-bottom: 10px; }

.job-description {
  font-size: 1rem;
  margin-bottom: 20px; }

.apply-button {
  display: inline-block;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s; }

.apply-button:hover {
  color: #fff; }

.butterfly-outer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 10px;
  left: 10px; }

.butterfly-box {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: moveButterfly 20s linear forwards;
  transform-origin: bottom right; }

.butterfly-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/butterfly-img.png");
  background-size: cover;
  animation: flutter 0.5s ease-in-out infinite; }

@keyframes moveButterfly {
  0% {
    transform: translateX(0) translateY(0); }
  100% {
    transform: translateX(calc(-100vw + 100px)) translateY(calc(-100vh + 100px)); } }
@keyframes flutter {
  0%, 100% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(1.1) rotate(50deg); } }
.fa-whatsapp {
  font-size: 22px; }

.main-sec ul {
  list-style: disc;
  margin-left: 15px; }
  .main-sec ul li strong {
    font-family: 'Raleway-Regular';
    text-transform: capitalize;
    color: #182b45; }

/* Custom Style End */

/*# sourceMappingURL=style.css.map */
