/*
Author: Siva Sakthi Pandian S;
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html, body, p, h1, h2, h3, h4, h5, h6, a, span, li {
  font-family: Arial, Helvetica, sans-serif !important;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
/*  font-family: 'Open Sans', sans-serif;*/
font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
    font-weight: 500;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a !important;
} 

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
/*  font-family: 'Open Sans', sans-serif;*/
font-family: Arial, Helvetica, sans-serif !important;
}

::selection {
  background: #334899cf;
  color: #fff;
}

::-moz-selection {
  background: #334899cf;
  color: #fff;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-gradient a:hover {
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #dc8cdb;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}


#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.section-heading h4 em {
  font-style: normal;
  /*color: #dc8cdb;*/
  color: #334899;
  font-weight: 600;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
/*  height: 60px !important;*/
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.header-area { 
  position: absolute;
  height: auto;
  top: 29px; 
  left: 0; 
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
/*  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);*/
    background: linear-gradient(-145deg, rgb(50 75 168) 0%, rgb(42 64 151) 100%);
} 

.top24 {
  top: 29px;
} 

#topbar {
/*    background: #000000c4;*/
/*    background: #27409dd1; */
/*background: rgb(7 32 123 / 87%); */
    background: linear-gradient(-145deg, rgb(50 75 168) 0%, rgb(42 64 151) 100%);
    position: relative;
    z-index: 9;
}  

.hd-transparent {
      box-shadow: none !important;
    background: transparent !important;
} 

.background-header .top29 { 
    top: 0px;
        -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

nav.navbar { 
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
} 

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: -25px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: -20px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #dc8cdb !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

/*.header-area.header-sticky {
  min-height: 52px;
}*/

.header-area .nav {
  margin-top: -39px;
}

.header-area.header-sticky .nav li a.active {
  color: #dc8cdb;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #2f0d2e !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 66px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    color: #ffffff !important;
    background: #e197ce;
    box-shadow: 0px 4px 4px rgb(255 255 255 / 25%);
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #dc8cdb !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
} 

.main-banner {
  padding-top: 49px;
}

.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
  height: 582px;
  width: 351px;
  position: relative;
  top: -4rem;
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: '';
  z-index: 1;
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;
  ;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 64px;
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #dc8cdb;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;
}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #dc8cdb;
}


section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}


section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
  padding: 3px 10px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 10px;
  font-size: 18px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 1px solid #334899 !important;
}

section.our-courses .naccs .menu div.active {
  color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
  background: #334899;
}

section.our-courses ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 7px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
  padding: 15px 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%) !important;
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-left: 350px;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #111;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
  text-align: justify;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%) !important;
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 16px;
  font-weight: 600;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #28419e;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: 13px;
  color: #fff;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #dc8cdb;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #dc8cdb;
  color: #fff;
}

p.copyright {
  text-align: center;
  color: #fff;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 30px 30px 5px 30px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 60px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 58px;
  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
  color: #fff;
  font-weight: bold;
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}


section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #dc8cdb;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #dc8cdb;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #dc8cdb;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
}

section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
}

section.our-office #video img {
  border-radius: 20px;
}

section.featured-product {
  position: relative;
}


section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #dc8cdb;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }

  .main-banner .header-text h2 {
    font-size: 62px;
  }

  .header-area {
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
  }

  .services .owl-nav .owl-next {
    right: -70px;
  }

  .services .owl-nav .owl-prev {
    left: -65px;
  }

  .our-courses .owl-nav .owl-next {
    right: -70px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next {
    display: none;
  }

  .services .owl-nav .owl-prev {
    display: none;
  }

  .our-courses .owl-nav .owl-next {
    display: none;
  }

  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }

  .main-banner .right-image {
    margin-left: 0px;
  }

  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }

  section.simple-cta {
    margin-top: 0px;
  }

  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }

  section.contact-us .contact-info {
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-left: 0px;
  }

  section.contact-us #contact button {
    float: none;
  }

  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  section.get-info .info-item {
    margin-top: 60px;
  }

  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }

  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }

  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }

  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }

  section.featured-product .product-image {
    margin: 60px
  }

  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }

  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }

  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }

  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }

  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }

  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }

  section.our-team .naccs .menu div {
    width: 14%;
    margin: 0px 5px;
  }

  section.our-team .naccs .menu div.active img {
    border: 3px solid #dc8cdb;
  }

  section.our-team .naccs .menu div h4,
  section.our-team .naccs .menu div span {
    display: none;
  }

  section.more-info .count-area-content .count-title {
    font-size: 22px;
  }
}


.logo img {
  width: 78px;
}

.logo-title {
  position: relative;
  top: 1.8rem;
  left: 0.3rem;
  font-weight: bold;
}

.merun-color {
  color: #7e0000;
}

.sub-title {
  display: block;
  font-weight: bold;

}

.dark-green {
  color: #0b7c45;
}

.background-header .logo-title {
  top: 16px;
}

.pin-logo {
  width: 250px;
}


.main-banner {
  position: relative;
/*  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);*/
  color: white;
  width: 100%;
  max-width: 100%;
}


.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  left: 0;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) { 
  video#bg-video {
    height: auto !important;
}
.explore-btn {
    margin-top: 0 !important;
} 
  ul.navbar-nav, .logotnega {
    position: relative;
    top: -0.1rem !important;
  } 
  .aoi-canvas {
    position: absolute;
    z-index: 1;
    visibility: hidden;
}
.z-0 {
    z-index: 0;
} 
#bottomContainer1 { 
    width: 50% !important;
} 
  .sidebar-wrap {
    width: 100% !important;
}
    .tab-wrap {
      max-width: 85%;
    
    margin: 0px auto;
}
  .m1 {
    margin: 1rem!important;
  } 
  .loginViews {
    margin-top: 0 !important;
    text-align: center;
}
.pr-30 {
    padding-right: initial !important;
}
  .fixedBtn {
    position: initial !important;
  } 
  #login {
    height: auto !important;
    }
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
  .header-area {
    top: 0 !important;
  }
  #topbar {
    display: none !important;
  }
  .tab-view {
    display: contents !important;
  }
  .no-padding {
    padding: 0px !important;
  }
}

.tab-view {
    display: none;
  }  

.header-text h4 em {
  color: #073c99;
}

.header-title {
  color: #7a4e93;
  font-weight: bold;
  font-style: italic;
}

/*blink css*/
.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

#map {
  background: #f3f3f3;
  height: calc(100vh - 71px);
  border-radius: 4px;
}

/*#login {
    background: #f3f3f3;
    height: calc(100vh - 71px);
    border-radius: 4px;
    margin-top: 70px;
}*/
#login {
  background: #f3f3f3;
  height: calc(100vh - 1px);
  border-radius: 4px;
  align-items: center;
  display: flex;
  /*overflow: hidden; */
  /* margin-top: 70px; */
}

.object-none {
  width: 40vw;
}

.signUp-info li {
  color: initial;
  font-size: 14px;
  text-align: justify;
  list-style: circle;
}

ul.signUp-info {
  padding-left: 15px;
}

.c-initial {
  color: initial;
}

.pt-70 {
  padding-top: 70px;
}

.bg-grey {
  background: #6b6b6b !important;
}

.right-container1 {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  display: flex;
  justify-content: end;
  width: 16%;
  z-index: 99;
}

.right-container2 {
    top: 0.54rem !important;
    right: 0 !important;
    width: 4% !important;
    flex-direction: column;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip-inner {
  /*background-color: #334899 !important;*/
  background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
}

.pos-rel {
  position: relative;
}

.right-container1 .icon-box:first-child {
  margin-top: 2px;
}

.right-container1 .icon-box {
  display: initial;
  border-radius: 100%;
}

/*.icon-box {
  height: 30px !important;
  width: 30px !important;
  line-height: 0.4em;
  margin: 1px !important;
  padding: 0;
  color: #ffffff !important;
  font-size: 1.14em;
  font-weight: 700;
  background-color: rgb(45 173 192) !important;
  border-color: #000;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
}*/

.icon-box {
    height: 30px !important;
    width: 30px !important;
    line-height: 0.4em;
    margin: 1px !important;
    padding: 16px;
    color: #ffffff !important;
    font-size: 1.14em;
    font-weight: 700;
    background-color: rgb(45 173 192) !important;
    border-color: #000;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
}
.icon-box i, .icon-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
 


.right-container1 .btn-primary:not([disabled]):not(.disabled):active,
.right-container1 .btn-primary:not([disabled]):not(.disabled).active,
.right-container1 .show>.btn-primary.dropdown-toggle {
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
  background-color: rgb(245 245 245 / 71%) !important;
}

.right-container1 img {
  width: 40px;
  height: 40px;
}

.left-container {
  position: absolute;
  width: 17%;
  cursor: pointer;
  top: 1rem;
  display: flex;
  justify-content: start;
  z-index: 999;
  left: 2rem;
}

.layerIcon {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 1.8;
  text-align: center;
  color: #ffffff !important;
  font-size: 1.14em;
  font-weight: 700;
  border-color: #000;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
  /*background-color: rgb(39 82 157) !important; */
  /*background-color: rgb(39 157 149) !important;*/
  background-color: rgb(45 173 192) !important;
}

.right-container1 select.form-select.mx-2.w-auto {
  color: #1e2061 !important;
  font-weight: 700;
  background-color: rgb(245 245 245 / 71%) !important;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
  font-size: 12px;
}

.disp-none {
  display: none;
}

/*.showLayersOne {
  position: absolute;
  top: 3rem;
  width: 20%;
  padding-right: 0;
}*/
.showLayersOne {
    z-index: 10;
    position: absolute;
    overflow: hidden;
    /*height: 580px;*/
    height: 354px;
    overflow-y: auto !important;
    width: 20%;
    top: 3rem;
} 

.showLayersOne .modal-header {
  /*      background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%); 
  color: #fff;*/
  color: #1e2061 !important;
  font-size: 1.14em;
  font-weight: 700;
  background-color: rgb(245 245 245) !important;
  border-color: #000;
  /*box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;*/
  border-bottom: 0;
  height: 40px;
}

.showLayersOne button.btn-close.closeLayer {
  padding: 0;
  opacity: 0.35 !important;
}

.showLayersOne label.form-check-label {
  /*color: #353535;*/
  color: #f7f2f2;
}

.showLayersOne .accordion-item:last-of-type .accordion-button.collapsed {
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1e2061 !important;
  margin-left: 5px;
}

.showLayersOne .accordion .list-group-item {
  border: 1px solid transparent !important;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
  padding: 0px 10px !important;
}

.showLayersOne .modal-body {
  /*background: #cccccc5e;*/
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%) !important;
}

.showLayersOne .nav-item .nav-link {
  /*color: #372c2c;*/
  color: #f7f2f2;
  font-size: 14px;
}

.showLayersOne .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #353535;
  font-size: 16px;
}

.task {
  height: 16px;
  position: relative;
  width: 16px;
  transform: scale(1.4);
}

.accordion-header .form-check input {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

/*.accordion-item,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}*/

button.accordion-button {
  color: #333;
}

.aoi-canvas .accordion-item {
    border: 0;
    border-color: transparent;
} 

.accordion-button {
  padding: 0.5rem 1.25rem;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.accordion .list-group-item {
  padding: 0 !important;
  border: 1px solid transparent !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
/*  background-color: #fff;*/
  border: none;
/*  border-bottom: 3px solid #334899;*/
/*  color: #334899;*/
  font-weight: bold;


      background-color: #2dadc0;
    border-radius: 30px;
    color: #FFFFFF;
    box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 30%);
}

li.nav-item,
li.nav-item:focus-visible,
li.nav-item:focus {
  outline: 0 !important;
}

.nav-item .nav-link {
  color: #372c2c;
}

.nav-tabs .nav-link:hover {
  border-color: #fff !important;
  isolation: isolate;
  border-radius: 30px;
} 

#myTabContent .accordion-body {
  padding: 0.2rem 1.25rem;
}

.popover li.list-group-item {
  background-color: #f0f0f0;
  /*color: #0b7c45;*/
  color: #334899;
  font-size: 12px;
  margin-bottom: 5px;
}

.popover .popover-body {
  padding: 0.2rem;
  color: #212529;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  padding: 0.56rem;
  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
}

.back-to-top i {
  font-size: 1rem;
}

.right-container {
  position: absolute;
  top: 0rem;
  float: right;
  display: flex;
  justify-content: end;
}

.map-tool-box {
  height: 40px;
  width: 40px;
  line-height: 0.4em;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  background: #b579d2 !important;
  border-color: #000;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}

.map-tool {
  width: 24px;
  height: 24px;
}

.b-100 {
  border-radius: 100%;
}

.ol-zoom.ol-unselectable.ol-control {
  display: none;
}

thead {
  background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
  color: #fff;
}

.box-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 3px 8.3px 0.7px rgb(163 93 255 / 35%);
  background: #dc8cdb;
}

.box-icon i {
  font-size: .9375rem;
  line-height: 28px;
  color: #fff;
}

.infoStats th:nth-child(4) {
  width: 50%;
}

.pink-color {
  background: #dc8cdb;
}

.orange-color {
  background: #f3baa4;
}

td,
th {
  vertical-align: middle;
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

section.footer-row {
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%) !important;
}

.color-pink {
  color: #dc8cdb;
  font-weight: bold;
}

.submit-form {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 15px;
  padding: 40px;
}


.submit-form input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.submit-form textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.submit-form button,
.signin-btn {
  float: right;
  font-size: 13px;
  color: #fff;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

.form-heading h4 {
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.form-heading h4 em {
  font-style: normal;
  color: #dc8cdb;
}

.font-500 {
  font-weight: 500;
}

.box-center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-view {
  max-width: 400px;
  margin: 0px auto;
  margin-top: -5rem;
}

.w25 {
  width: 25%;
}

@media (max-width: 525px) {
  .logo-center {
    display: flex;
    justify-content: center;
  }

  .w25 {
    width: 100%;
  }

  .align-view {
    margin-left: auto !important;
  }

  .submit-us .container {
    padding: 0;
  }

  .background-header .logo-title {
    display: none;
  }

  .m-0 {
    margin: 0 !important;
  }

  .infoStats td:nth-child(4) {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 74px !important;
    vertical-align: top;
    align-items: center;
    display: flex;
  }

  .infoStats td:nth-child(2) {
    white-space: nowrap;
  }

  .main-banner .header-text::after {
    display: none;
  }

  .showLayersOne {
    width: 75%;
  }

  .contact-us #map {
    height: auto;
    border-radius: 4px;
  }
}

@media (max-width: 780px) {
  .w25 {
    width: 98%;
  }

  .logo-center {
    display: flex;
    justify-content: center;
  }

  .align-view {
    margin-left: auto !important;
  }

  .contact-us #map {
    height: auto;
    border-radius: 4px;
  }

  .submit-form {
    margin-left: 0;
  }

  .background-header .logo-title,
  .logo-title {
    display: none;
  }

  .m-0 {
    margin: 0 !important;
  }

  .main-banner .header-text::after {
    display: none;
  }
}

@media (max-width: 782px) and (min-width: 526px) {
  .w25 {
    width: 50%;
  }

  .logo-center {
    display: flex;
    justify-content: center;
  }

  .align-view {
    margin-left: auto !important;
  }

  .contact-us #map {
    height: auto;
    border-radius: 4px;
  }

  .background-header .nav {
    margin-top: 25px !important;
  }

  .header-area .main-nav .nav {
    float: right;
    margin-top: 31px;
  }

  .main-banner .header-text::after {
    display: none;
  }

  .showLayersOne {
    width: 75%;
  }
}

@media (max-width: 1032px) and (min-width: 783px) {
  .w25 {
    width: 50%;
  }

  .logo-center {
    display: flex;
    justify-content: center;
  }

  .contact-us #map {
    height: auto;
    border-radius: 4px;
  }

  .main-banner .header-text::after {
    display: none;
  }

  .background-header .logo-title,
  .logo-title {
    display: none;
  }

  .background-header .nav {
    margin-top: 23px !important;
  }

  .header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
  }
}


.logo1 img {
  width: 70px;
}

a.nav-link.active.logo-text.txt-green {
  color: #00ffaa !important;
}

a.nav-link.logo-text.txt-merun {
  color: #fff !important;
}

header img {
  width: 35px;
}

.btn-padding {
    padding: 0.3rem 1.7rem;
    border-radius: 3px;
}

.v-align {
  align-items: center;
  display: flex;
}

video#bg-video {
  width: 100%;
    /*height: 79vh;*/
  height: 60vh; 
  padding: 0; 
  margin: 0;
  object-fit: initial;
}

/*.nav-txt {
  padding-top: 0.8rem;
}*/

.txt-blue {
  color: #334899 !important;
  font-weight: 500;
}

.catalogInfo {
  height: 440px;
  overflow-x: scroll;
  overflow-y: scroll;
}

.stackImg img {
  width: 88px;
  height: 88px;
}

.menu .gradient-border span {
  font-weight: normal;
}

.stackImg .card-title {
  font-size: 16px;
  color: #334899 !important;
}

.w-auto {
  width: auto;
}

.j-center {
  justify-content: center;
}

.titleIcon {
  float: right;
  background: #29419f;
  color: #fff;
  padding: 7px;
  border-radius: 4px;
  position: relative;
  top: -20px;
}

.titleIcon1 {
  float: right;
  background: #29419f;
  color: #fff;
  padding: 7px;
  border-radius: 4px;
  position: relative;
  top: -20px;
}

.mb-20 {
  margin-bottom: 20px;
}

ul.nacc li {
  width: 100%;
}

.h-auto {
/*  height: 440px !important;*/
    height: 260px !important; 
  overflow-y: auto !important;
  z-index: 0;
}

.bg-success {
  color: #fff;
  background-color: #38ae68 !important;
}

.bg-footer {
  background: #051225;
}

section.get-info-stats .info-item {
  border-radius: 7px;
  text-align: Center;
  padding: 30px 30px 5px 30px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  position: relative;
  cursor: pointer;
}


/*card hover*/
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.animateStats .content .btn {
  font-size: 14px;
  margin-bottom: 1rem;
}

.statIcon i {
  line-height: 2;
}

span.statIcon {
  height: 35px !important;
  width: 35px !important;
  margin: 1px;
  color: #fff;
  font-weight: 700;
  background-color: #38ae68 !important;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
  border-radius: 100%;
  display: inline-block;
}

.animateStats .card {
  border-radius: 20px 57px !important;
  padding: 0 !important;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  /*color: whitesmoke;*/
  color: #334899;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

/*@media (min-width: 600px) {
  .animateStats .card {
    height: 350px;
  }
}*/

.animateStats .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.animateStats .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;

  /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);*/
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.animateStats .card:nth-child(1):before {
  /*background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);*/
  /*background-image: url(https://images.unsplash.com/photo-1517021897933-0e0319cfbc28?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);*/
}

.animateStats .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.animateStats .content>*+* {
  margin-top: 1rem;
}

.animateStats .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  top: 1rem;
}

.animateStats .copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  color: #fff;
}

.animateStats .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}

.animateStats .btn:hover {
  background-color: #0d0d0d;
}

.animateStats .btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

/*@media (hover: hover) and (min-width: 600px) {
  .animateStats .card:after {
    transform: translateY(0);
  }

  .animateStats .content {
    transform: translateY(calc(100% - 7rem));
  }

  .animateStats .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .animateStats .card:hover,
  .animateStats .card:focus-within {
    align-items: center;
  }

  .animateStats .card:hover:before,
  .animateStats .card:focus-within:before {
    transform: translateY(-4%);
  }

  .animateStats .card:hover:after,
  .animateStats .card:focus-within:after {
    transform: translateY(-50%);
  }

  .animateStats .card:hover .content,
  .animateStats .card:focus-within .content {
    transform: translateY(0);
  }

  .animateStats .card:hover .content>*:not(.title),
  .animateStats .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .animateStats .card:focus-within:before,
  .animateStats .card:focus-within:after,
  .animateStats .card:focus-within .content,
  .animateStats .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}*/

/*card hover ends*/

.heightAuto {
  height: 70px;
  background: transparent;
}

/*slide in from right css animation starts */
.slide-in {
  z-index: 10;
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
  top: 2.5rem;
}

.slide-in.from-left {
  left: 0;
}

.slide-in.from-right {
  right: 0;
}

.slide-in-content {
  padding: 5px 20px;
  background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
  transition: transform .5s ease;
  /* our nice transition */
}

.slide-in.from-left .slide-in-content {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.slide-in.from-right .slide-in-content {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}


.slide-in.show .slide-in-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/*slide in from right css animation ends */

.index-99 {
  position: relative;
  z-index: 99;
}

/*slide animation from left starts*/
.showLayersOne {
  z-index: 10;
  /* to position it in front of the other content */
  position: absolute;
  overflow: hidden;
  /* to prevent scrollbar appearing */
}

.showLayersOne.from-left {
  left: 0;
}

.showLayersOne.from-right {
  right: 0;
}

.showLayersOne .slide-in-content {
  /*background: transparent;*/
  background: linear-gradient(315deg, #000000c4 0%, #00000080 74%) !important;
  border-radius: 4px;
}

.showLayersOne .slide-in-content {
  padding: 0px;
  transition: transform .5s ease;
  /* our nice transition */
}

.showLayersOne.from-left .slide-in-content {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.showLayersOne.show .slide-in-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.showLayersOne .nav-tabs .nav-link:hover {
  border-color: transparent !important;
  isolation: isolate;
}
 
.modal-body .accordion-button, .accordion-button {
/*    color: #f7f2f2 !important;*/
   /* background: #370092 !important;
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);*/
/*        background: linear-gradient(-145deg, rgb(50 75 168) 0%, rgb(42 64 151) 100%); */
}

/*slide animation from left ends*/

.popup1 {
  height: 50vh;
  width: 50vh;
  margin: 0px auto;
  bottom: 15%;
}

/*offcanvas starts*/
.offcanvas {
  background: transparent !important;
  box-shadow: none;
  border: 0;
}

.offcanvas .accordion-header,
.offcanvas .accordion-button.collapsed {
/*  background: #2dadc0;*/
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%); 
}

.offcanvas-body {
  padding: 0;
  cursor: move;
}

.offcanvas .accordion {
  background: linear-gradient(315deg, #000000c4 0%, #00000080 74%) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*offcanvas ends*/

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
/*  background-image: url(../images/arrowdown.png) !important;*/
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
/*  background-image: url(../images/arrowdown.png) !important;*/
  transform: rotate(-180deg);
}

.w85 {
  width: 83%;
}

/*animation starts*/
.div-hidden,
.div-hidden1 {
  transition: opacity 1.75s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.div-show,
.div-show1 {
  transition: opacity 1.5s ease 0s;
  opacity: 1;
}

.show .div-show,
.show .div-show1 {
  transition: opacity 1.5s ease 0s;
  opacity: 1;
  visibility: visible !important;
  cursor: move;
}

.div-overlay,
.div-overlay1 {
  position: absolute;
  top: 0;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  visibility: hidden;
}

.div-overlay-left,
.div-overlay-left1 {
  animation-name: slide-left;
}

.div-overlay-right,
.div-overlay-right1 {
  animation-name: slide-right;
}

@keyframes slide-left {
  from {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  to {
    left: -30px;
    opacity: 0;
  }
}

@keyframes slide-right {
  from {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  to {
    left: 30px;
    opacity: 0;
  }
}

/*animation ends*/


/*popup starts*/

#showBoxOne {
  position: absolute;
  top: 1.5rem;
  left: 30.6rem;
  z-index: 99;
  height: 0;
}

.popup1.show,
.popup2.show1 {
  display: block !important;
}


.popup1,
.popup1 .accordion,
.popup1 button.accordion-button,
.popup2,
.popup2 .accordion,
.popup2 button.accordion-button {
  /*background-image: linear-gradient(315deg, #2d3436bf 0%, #000000ba 74%);*/
  background-image: linear-gradient(315deg, #000000eb 0%, #000000c7 74%);
}


#extentFilterBox {
  position: absolute;
  top: 2.5rem;
  left: 33.6rem;
  z-index: 9;
  height: 0;
  width: 30%;
}

.showLayersOne .nav-tabs {
  border-bottom: 1px solid transparent !important;
}

.showLayersOne .accordion-header .accordion-button.collapsed {
  background-color: #2b44a2 !important;
}

.showLayersOne .btn {
  padding: 0.3rem 0.85rem;
}


.popup2 .accordion-body {
  padding: 1rem 1.25rem;
  cursor: move;
}
.modal-content {
  cursor: move; 
}
.accordion-body a.btn {
  padding: 0.3rem 0.7rem;
}

/*01/07/2022 starts*/
@media(max-width: 768px) {
  .showRibbon {
    top: 7rem !important;
  }

  .talukInfos {
    background: #fff !important;
    width: 95% !important;
  }

  .showLayersOne.from-left {
    left: -8px;
  }

  .header-area {
/*    height: 66px;*/
    height: auto;
  }
  .logo-banner {
    position: relative;
    top: 2px;
    width: 30px;
}

  .mobView {
    display: block;
  }

  .webView {
    display: none;
  }

  header nav.navbar,
  .header-area,
  .mobMenu {
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%) !important;
  }

  .mobMenu {
    height: 65%;
  }

  .mobNav img.img-fluid {
    width: 46px;
    margin-left: 7px;
    margin-top: 5px;
  }

  .mobNav form.d-flex.ms-auto {
    flex-flow: column;
  }

  .mobNav form a {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .mobNav .nav-txt a {
    margin: 0px 15px !important;
  }

  header img {
    width: 50px;
    position: relative;
    top: 3px;
  }

  .right-container1 .slide-in.from-right {
    right: -25px;
    height: 77vh;
    overflow-y: auto;
  }

  #extentFilterBox,
  #showBoxOne {
    position: absolute;
    top: 2.5rem;
    left: 0.6rem;
    z-index: 99;
    height: 0;
    width: 92%;
  }

}

@media(min-width: 768px) {
  .mobView {
    display: none;
  }

  .webView {
    display: block;
  }
}

/*01/07/2022 ends*/

/*ribbon design starts*/
/*.showRibbon {
  position: fixed;
  right: 0.6rem;
  z-index: 99;
  top: 18rem;
}*/

.showRibbon h1 {
/*  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 1em;*/
  font-weight: 500;
    letter-spacing: 0.15em;
    white-space: nowrap;
    text-align: center;
    font-size: 1em;
/*    margin-top: 2rem;*/
display: inline; 
}  

.showRibbon h1:after,
.showRibbon h1:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -.5em;
  width: 1em;
  height: 100%;
  pointer-events: none;
}

.showRibbon h1:after {
  right: -.57em;
  z-index: -1;
}

.showRibbon h1:before {
  bottom: auto;
  top: -.5em;
  left: -.57em;
  z-index: -1;
}

.showRibbon h1 span {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #192238;
    background-color: #2b4195;
}

.showRibbon h1 span:after,
.showRibbon h1 span:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -.5em;
  left: -.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.showRibbon h1 span:before {
    bottom: auto;
    top: -0.5em;
    border-bottom: 0.5em solid #2b4195;
    border-left: 0.5em solid transparent;
}

.showRibbon h1 span:after {
    left: auto;
    right: -0.05em;
    border-top: 0.5em solid #2b4195;
    border-right: 0.5em solid transparent;
}

.showRibbon a {
  font-weight: bold;
}

/*ribbon design ends*/

@media (min-width: 520px) and (max-width: 768px) {
  .w20 {
    width: 20%;
  }

  .right-container1 {
    width: 12%;
  }

  #extentFilterBox,
  #showBoxOne {
    width: 70%;
  }

  .mobMenu {
    height: 62%;
  }
}

section.get-info-stats {
  position: relative;
  z-index: 11;
}

div#map {
  z-index: 0;
}


.loginBox {
  max-width: 440px;
  margin: 0px auto;
  margin-top: -3rem;
}

.loginViews {
  margin-top: -4rem;
}

.pr-30 {
  margin-right: 30px;
} 

.custom-btn {
  padding: 0.45rem 2rem !important;
}

.alignCenter {
  align-items: center;
}

section.fixedBtn {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.f-bold {
  font-weight: bold;
}

.roundIcon {
  display: flex;
  background: #ff4c4c;
  width: 32px;
  padding: 10px;
  border-radius: 100%;
  justify-content: center;
  height: 32px;
  line-height: 0.7;
  margin: 0px auto;
  margin-top: -1rem;
  text-align: center;
  padding-left: 13px;
}

.blob {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse-black 1s infinite;
}

.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 1s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

/*.pulse {
  border-radius: 50%;
  cursor: pointer;
      box-shadow: 0 0 0 #ff0000;
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}*/


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #fff;*/
  /*background-image: linear-gradient(315deg, #2d34369e 0%, #000000de 34%);*/
  /*background-image: linear-gradient(315deg, #2d3436c4 0%, #000000ad 34%);*/
  background-image: linear-gradient(315deg, #2d3436e3 0%, #000000c4 34%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  /*background: #fff;*/
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #ff695f;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #ff695f;
  border-radius: 50%;
}

/*preloader ends*/

/*adminsitration off-canvas starts*/
.talukInfos {
  background: #fff !important;
  width: 60%;
}

.talukInfos .offcanvas-body {
  cursor: initial !important;
  /*align-items: center;
  display: grid;*/
}

/*adminsitration off-canvas ends*/

/*card hover starts*/
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
background-color: #2b4195;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
/*  font-family: courier, sans;*/
font-family: Arial, Helvetica, sans-serif !important;
}

.card1 {
  display: block;
  position: relative;
  /*max-width: 262px;*/
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  /*margin: 12px;*/
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  /*background: #00838d;*/
  background: #00838d3b;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

/*card hover ends*/

.showLayersOne.show,
.right-container1 .slide-in.from-right.show {
  display: block !important;
}

.register {
    background: #fff !important;
}


#bottomContainer1 {
    position: absolute;
    bottom: 0.92rem;  
    right: 0.45rem;
    width: 30%;
    /*display: none;*/ 
}

#bottomContainer {
    position: absolute;
    bottom: 0.92rem;  
    left: 0.45rem;
    width: 30%;
    /*display: none;*/
}
.card-shadow {
    /*background: #370092 !important;*/
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    border-color: transparent !important;
    font-size: 1vw;
}
.accordion-button.collapsed {
    /*background: #370092 !important;*/
/*    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);*/
/*    background: linear-gradient(-145deg, rgb(50 75 168) 0%, rgb(42 64 151) 100%);*/
}
#bottomContainer .accordion-body {
    height: 107px;
    overflow-y: auto;
}
#bottomContainer img {
    width: 15px;
}

#bottomContainer1 .accordion-body {
    height: 107px;
    overflow-y: auto;
}
#bottomContainer1 img {
    width: 15px;
} 
.label-layout {
  height: 130px;
  overflow-y: auto;
} 
.label-layout a {
    color: #fff;
    font-size: 14px;
}
#layerAccordion li.list-group-item {
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
    color: #fff;
} 
.attrFilter {
    background: #fff !important;
    height: 48vh;
} 
.styleAttr {
  background: #fff !important;
  height: 42vh;
} 
.styleAttr .accordion-collapse {
    background: #fff;
}
.styleAttr .accordion-header, .styleAttr .accordion-button.collapsed {
    background: linear-gradient(-145deg, rgb(53 79 175) 0%, rgb(25 48 139) 100%);
    color: #fff !important;
} 
.styleAttr .accordion-button:not(.collapsed) {
    color: #fff !important;
} 
#headingOne button.accordion-button.collapsed {
/*    color: #fff !important;*/
} 
.attrData {
  background: #fff !important;
  height: 42vh;
}
.attrData .offcanvas-body, .styleAttr .offcanvas-body {
    cursor: initial !important; 
}
.uploadcsv {
  background: #fff !important;
  height: 44vh;
}

.goCanvas {
    background: #fff !important;
    height: 35vh;
    overflow-y: auto;
    background: #000000ab !important;
} 

.goCanvas .form-select, .goCanvas .form-control, .aoi-canvas .form-select, .aoi-canvas .form-control {
  background-color: transparent !important; 
  background: #00000087 !important;
  color: #fff; 
}

.aoi-canvas th, .aoi-canvas td {
  color: #fdfdfd !important;
} 

.aoi-canvas {
  display: block !important;
  width: 590px; 
} 


.goCanvas label.form-label {
    color: #fff;
} 

.goCanvas ::-webkit-input-placeholder, .aoi-canvas ::-webkit-input-placeholder { /* Edge */
  color: #fdfefc;
}

.goCanvas :-ms-input-placeholder, .aoi-canvas :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fdfefc;
}

.goCanvas ::placeholder, .aoi-canvas ::placeholder {
  color: #fdfefc;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-content {
    cursor: initial !important;
}

/*dark theme*/

[data-theme="dark"],
[data-theme="dark"] section.our-courses ul.nacc li, [data-theme="dark"] #login {
  background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
}

[data-theme="dark"] .loginBox {
    background: #337f87;
}

[data-theme="dark"] .form-control, [data-theme="dark"] .form-select {
    background: transparent;
    color: #fff;
}

[data-theme="dark"] .form-control:disabled, [data-theme="dark"] .form-control[readonly] {
    background-color: #515253;
    opacity: 1;
} 

[data-theme="dark"] .modal-header .btn-close, [data-theme="dark"] .offcanvas-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1; 
} 

[data-theme="dark"] .animateStats .card, [data-theme="dark"] .card-infos {
    color: #fdfefc;
    background-color: #4b4848; 
}

[data-theme="dark"] ::-webkit-input-placeholder { /* Edge */
  color: #fcfdfe;
}

[data-theme="dark"] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fcfdfe;
}

[data-theme="dark"] ::placeholder {
  color: #fcfdfe;
}

[data-theme="dark"] .txt-blue {
/*  color: #708eff !important;*/
color: #acbeff !important; 
}

[data-theme="dark"] #login .card {
    background: #2b303e;
}

[data-theme="dark"] .signUp-info li {
    color: #fdfefc; 
}

[data-theme="dark"] .register {
    background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%) !important;
    color: #fff;
}

[data-theme="dark"] .modal-content {
    background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
    color: #fff;
}

[data-theme="dark"] p,
[data-theme="dark"] td,
[data-theme="dark"] section.get-info .info-item h4,
[data-theme="dark"] section.contact-us .contact-info h4,
[data-theme="dark"] section.contact-us .contact-info span,
[data-theme="dark"] .section-heading h4 {
  color: #f4f4f4 !important;
}

[data-theme="dark"] section.our-courses .naccs .menu div {
  background-color: #1d95a2;
  color: #fff;
}

[data-theme="dark"] section.our-courses .naccs .menu div.active {
  color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
  background: #334899;
}

[data-theme="dark"] .deptStack .card,
[data-theme="dark"] .sdiComp .card {
  background: #334899;
}

[data-theme="dark"] section.get-info .info-item,
[data-theme="dark"] section.contact-us .contact-info {
  background: #1d95a2;
}

[data-theme="dark"] .section-heading h4 em {
  color: #708eff !important;
}

[data-theme="dark"] #map {
  background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
}






/*.modal.show {
    z-index: initial !important;
} 
.modal-dialog {
    float: right;
}*/


/*body.modal-open {
    overflow: visible;
    position: absolute;
    width: 100%;
    height:100%;
}*/

/*.modal-backdrop {
  z-index: -1;
}*/

/*.modal.show {
    z-index: initial !important;
} 
.modal-backdrop.show {
    opacity: 0;
    z-index: -1 !important;
}*/

/*.modal{
    pointer-events: none;
}

.modal-dialog{
    pointer-events: all;
 }*/

 .aoi-canvas {
    background: #00000087 !important;
    color: #fff;
    top: 4.4rem;
    right: 1rem;
    bottom: 0rem;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 47px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 23px;
    border-left: 3px solid #f00;
    overflow-y: auto; 
}  

.aoi-canvas .nav-tabs {
border-bottom: 0;
    background: #1a318c;
    padding: 7px;
    border-radius: 7px;
    position: relative;
    width: 95%;
    margin: 0px auto;
    justify-content: center;
}

.aoi-canvas .offcanvas-body {
    cursor: initial !important;
}


.animateStats {
    align-items: stretch!important;
    display: flex;
}

.animateStats .content span.d-block {
    font-weight: 600;
    padding: 0px 12px;
    font-size: 16px;
}

.policy .modal-content, .disclaimer .modal-content {
    cursor: pointer !important;
}

/*floating menu starts*/
.floating-menu {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
    bottom: 6.8rem;
    right: 3rem;
  z-index: 99;
  box-shadow: 0px 0 25px rgb(0 0 0 / 37%);
}
.floating-menu input {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
/* .floating-menu input:checked ~ .plus-icon {
  transform: rotate(180deg);
} */
.floating-menu input:checked ~ .floating-nav li:nth-child(1) {
  transform: translatey(-48px);
  background: #0e76a8;
}
.floating-menu input:checked ~ .floating-nav li:nth-child(2) {
  transform: translatey(-88px);
  background: #1da1f2;
}
.floating-menu input:checked ~ .floating-nav li:nth-child(3) {
  transform: translatey(-128px);
  background: #ff0000;
}
.floating-menu input:checked ~ .floating-nav li:nth-child(4) {
  transform: translatey(-168px);
  background: #4267b2;
}
.floating-menu input:checked ~ .floating-nav li:nth-child(5) {
  transform: translatey(-208px);
  background: #5851db;
}
.floating-menu input:checked ~ .floating-nav li:nth-child(6) {
  transform: translatey(-248px);
}
.floating-menu input ~ .plus-icon {
  transform: rotate(0);
}
.floating-menu > .plus-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  background: #00953c !important; 
/*  background: #ff9377;*/
  /* background: #29a96d; */
  border-radius: 50%;
  transform: rotate(0);
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.floating-menu > .floating-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.floating-menu > .floating-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: orange;
  cursor: pointer;
  position: absolute;
  transition: all 0.5s ease;
}
.floating-menu > .floating-nav li span {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
/*floating menu ends*/


.card-infos {
  background-color: #f2f8f9;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 14px 24px;
}
.card-infos img {
  border-radius: 7px;
}
.dark-bg {
  background: #3e4968;
}
.align-stretch {
      display: flex;
    align-items: stretch;
}

/* Slider */
/*.slick-slide {
  margin: 0px 20px;
  display: flex !important;
  justify-content: center;
} 

.logo-carousel {
  overflow: inherit;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
} 

.slick-slide img {
  width: 180px !important;
  border-radius: 7px;
  box-shadow: 0px 0 25px rgb(0 0 0 / 27%);
} 

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

.slide img {
    width: 180px;
}

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
} 

@media(max-width: 768px){
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
      cursor: pointer;
      margin-top: 1.5rem;
      padding: 0.75rem 1.5rem;
      font-size: 0.65rem;
      font-weight: bold;
      letter-spacing: 0.025rem;
      text-transform: uppercase;
      color: white;
      background-color: black;
      border: none;
      background-color: #38ae68 !important;
      border-radius: 5px;
  } 
  .container, .col-12, section, header, html, body {
    width: 100% !important;  
    max-width: 100% !important;
  } 

}*/

/*.slick-track { max-width: 100% !important; }  

.slick-initialized, .slick-track {
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important;
}
.slick-list {
 overflow: hidden;
}
.slick-initialized {
overflow: hidden;
}*/

.aoi-canvas #myTabContent {
    background: #0000009e;
    padding: 15px;
    border-radius: 7px;
    margin-top: -2rem;
}
 
.aoi-canvas .nav-item .nav-link {
    color: #fff !important;
    font-size: 14px;
} 
.aoi-canvas .tab-pane {
    padding-top: 2rem;
}

.makemap {
  display: none !important;
}

@media(max-width: 768px) {
  .makemap {
    display: block !important;
  }
 /* .sidebar-wrap {
    overflow-y: auto;
    height: calc(100vh - 71px);
    background: transparent !important;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: 0 !important;
    width: 100% !important;
    position: absolute;
    z-index: 9;
}
.makemap {
    display: block !important;
}*/
.right-container2 {
    top: 0.54rem !important;
    right: -24px !important;
    width: 26% !important;
    flex-direction: column;
}
}

.sidebar-wrap {
  overflow-y: auto;
  height: calc(100vh - 71px);
      background: transparent !important;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: 0 !important;
    width: 25%;

}

.bg-lg-grey {
    background: #28636ca1 !important;
}


/*wizzard css starts*/
.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
  position: relative;
  z-index: 0; 
} 
.wizard .nav-tabs:after {
  content: "";
  width: 75%;
  border-bottom: solid 2px #ccc;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 38%;
  z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
  width: 44px;
  height: 44px;
  margin-bottom: 6%;
/*  background: white;*/
    background: #3eb1c4; 
  border: 2px solid #ccc;
  color: #ccc;
  z-index: 10;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  border: 2px solid #333;
}
.wizard .nav-tabs .nav-item .nav-link.active {
/*  background: #fff;*/
/*  background: #43b3c5; */
    background: #b34f0b; 
  border: 2px solid #0dcaf0;
  color: #0dcaf0;
}
/*.wizard .nav-tabs .nav-item .nav-link:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #0dcaf0;
  transition: 0.1s ease-in-out;
}*/

/*.nav-tabs .nav-item .nav-link.active:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  margin: 0 auto;
  bottom: -7px;
  border: 10px solid transparent;
  border-bottom-color: #0dcaf0;
} */
.wizard .nav-tabs .nav-item .nav-link svg {
  font-size: 25px;
}
.tab-pane p {
    color: #fff;
} 
.tab-pane a.btn.previous, .tab-pane a.btn.next {
    padding: 3.5px 15px !important;
} 
/*wizzard css ends*/
.valign {
  align-items: center;
}
.mt-70 {
/*    margin-top: 94px;*/
margin-top: 62px;
}
.inner-page .card {
    text-align: left !important;
}
.ctableheader th {
    background: #28419f;
    color: #fff !important;
} 
/*gallery*/
.gallery {
    text-align: center;
    margin: 10px auto;
    clear: both;
    padding: 0;
    padding: 10px;
    border-radius: 5px;
    /*flex-wrap: nowrap;
    overflow-x: auto;  */ 
    height: 450px;
    overflow-y: auto;
} 

.gallery img {
    border-radius: 7px;
} 

.block {
  display: inline-block;
  background-color: #ccc;
  border-radius: 5px;
  padding: 8px;
}

pre {
  background-color: #eee;
  border-radius: 5px;
  padding: 8px;
  clear: both;
}

.highlight {
  color: red;
}
.gallery::-webkit-scrollbar {
  height: 5px;
}

.gallery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.gallery::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

.gallery::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}

.gallery::-webkit-scrollbar:vertical {
  display: none;
} 

*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 7px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.page-info {
  margin-top: 4.4rem;
}

.get-info-stats .nav-tabs {
    border-bottom: transparent !important;
} 

.get-info-stats ul li i {
    color: #2dadc0;
    font-weight: bold;
}

.banner-info-stats img.img-fluid {
    height: 350px;
    object-fit: fill;
    width: 100%;
    background-size: cover;
} 

.banner-info-stats {
    position: relative;
} 
.banner-info-stats p {
    position: absolute;
    top: 0;
    background: #000000b5;
    color: #fff !important;
    padding: 7px 37px;
    font-weight: bold;
}

@media(max-width: 768px) {
  .animateStats .content {
    height: auto !important;
  }
  .get-info-stats .nav-tabs {
    justify-content: center;
  }
}    

/*owl carousel starts*/
.main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  pointer-events: initial !important;
}
.owl-carousel .owl-item img {
  background: #3a478b;
      height: 85px;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 24px;
    color: #ffffff; 
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
    background: rebeccapurple;
    height: auto;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
    background: rebeccapurple;
    height: auto;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
/*owl carousel ends*/


.lg-blue{
  padding-bottom: 3rem;
  background: linear-gradient(-145deg, rgb(225 233 255 / 50%) 0%, rgb(231 236 255 / 56%) 100%);
} 




/*
.slideLeft {
  width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.slideLeft .mb-3 {
    display: inline-block;
    float: none;
    margin: 0px 10px;
    width: 25%;
}*/
.adminStarts h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .adminStarts .owl-dots {
    display: none !important;
}
.adminStarts .main-content .owl-theme .custom-nav .owl-prev, 
.adminStarts .main-content .owl-theme .custom-nav .owl-next {
  display: none !important;
} 
.adminStarts .owl-stage-outer {
    padding-bottom: 1rem!important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 20px !important;
}
.c-pointer {
  cursor: pointer;
}
.sector-box {
  border-radius: 7px 5px;
  border-bottom: 3.2px solid #ae5938;
  background: #2a43a1 !important;
  padding: 10px;
}   
.sector-box-progress {
      background: #63687b !important;
      border-radius: 7px 5px;
  border-bottom: 3.2px solid #ae5938;
  padding: 10px;
}
.boxicons {
    width: 30px;
} 
.gis-sector {
    max-width: 60%;
    margin: 0px auto;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
} 



.ln-color {
      display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #0e76a8;
}
.tw-color {
      display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #1da1f2; 
}
.yut-color {
      display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #ff0000;
}
    
    .fb-color {
      display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
   background: #4267b2;
}

.ins-color {
      display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
background: #5851db;
}
.font12 {
  font-size: 12px !important;
}
.font14 {
  font-size: 14px !important;
}
.tabNames a {
  font-size: 14px !important;
}
.font500{
  font-weight: 500;
}
.logo-banner {
      position: relative;
    top: 2px;
}
.loginModal .modal-content {
    max-width: 400px;
} 
.explore-btn {
  margin-top: -6rem;
}

/*apps starts*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .img {
    border-radius: 8px;
    overflow: hidden;
}
.services .details {
    padding: 28px 5px 0px 5px;
    transition: all ease-in-out 0.3s;
    position: relative;
    background: rgb(69 89 126);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgb(0 0 0 / 10%);
}
.pb-24 {
    padding-bottom: 6px !important
}
.services .details .icon {
    margin: 0;
    width: 58px;
    height: 58px;
    /* background: #0ea2bd; */
    /* background: #0b968b; */
    background: #344eae;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid #fff;
}
.services .service-item:hover .img img {
    transform: scale(1.2);
}
.services .img img {
    transition: 0.6s;
    height: 190px;
    object-fit: contain;
}
.position-relative {
    position: relative!important;
}
.services .service-item:hover .details .icon i {
    color: #ffffff;
} 
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/*apps ends*/

.b-gradient {
      border-width: 2.6px;
    border-style: solid;
    border-image: linear-gradient(to right, darkblue, darkorchid) 8;
}
#appsTabs {
      border-bottom: 0 !important;
}   
.details h5 {
    font-size: 14px;
    font-weight: 600;
}
ul#appsTabs1 {
    border-bottom: 0;
} 

#appsTabs1 .nav-item .nav-link.active:after {
    content: " ";
    position: relative !important;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: -7px;
    border: 10px solid transparent;
    border-bottom-color: transparent !important;
} 
.nav-tabs {
    border-bottom: 0 !important;
} 
.bg-lg-blue {
    color: #ffffff;
    background: linear-gradient(180deg, #566EC4 0%, rgba(86, 110, 196, 0.82) 100%); 

}
.bg-lg-green {
    color: #ffffff !important;
    background: linear-gradient(180deg, #56C4B0 0%, rgba(86, 137, 196, 0.82) 100%);
}
.bg-lg-red{
     color: #ffffff; 
    background: linear-gradient(to right, #ffbf96, #fe7096) !important; 
}
.bg-light-orange {
  color: #fff;
  background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}
.bg-mild-blue {
  color: #ffffff;
  background: linear-gradient(180deg, #E7BA46 0%, rgba(231, 186, 70, 0.92) 100%); 
}
.font-22 {
  font-size: 22px;
}
.page-top {
  margin-top: 4rem;
}
.br-line {
  border-right: 1px solid;
}
.sector-imgs {
    width: 26px;
    height: 26px;
}
.sector-imgs1 {
  width: 62px;
  background: #fff;
  border-radius: 4px;
} 

ul.navbar-nav, .logotnega {
    position: relative;
    top: -1rem;
} 

.background-header ul.navbar-nav, .background-header .logotnega {
   position: initial;
    top: 0rem;
}

.mobMenu ul.navbar-nav {
    position: relative;
    top: 0 !important;
} 

.lg-bg-wrap {
      background: linear-gradient(-145deg, rgb(225 233 255 / 50%) 0%, rgb(231 236 255 / 56%) 100%);
}

.mview {
    flex-direction: column;
    display: flex;
    flex: auto;
} 
.stats h6 {
  font-size: 13px !important;
}

/*bubble aniamtion css*/
.wrapper {
  height: 100%;
  width: 100%;
/*  background: linear-gradient(180deg, #04fafd, 5%, #119dff, 50%, #030423);*/
  position: absolute;
}
.wrapper div {
  height: 60px;
  width: 60px;
/*  border: 2px solid rgba(255, 255, 255, 0.7);*/
    border: 2px solid rgb(98 108 124 / 0%);
  border-radius: 50px;
  position: absolute;
  top: 10%;
  left: 10%;
  animation: 4s linear infinite;
}
div .dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
/*  background: rgba(255, 255, 255, 0.5);*/
    background: rgb(50 74 167); 
  position: absolute;
  top: 20%;
  right: 20%;
}
.wrapper div:nth-child(1) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(3) {
  top: 40%;
  left: 40%;
  animation: animate 3s linear infinite;
}
.wrapper div:nth-child(4) {
  top: 66%;
  left: 30%;
  animation: animate 7s linear infinite;
}
.wrapper div:nth-child(5) {
  top: 90%;
  left: 10%;
  animation: animate 9s linear infinite;
}
.wrapper div:nth-child(6) {
  top: 30%;
  left: 60%;
  animation: animate 5s linear infinite;
}
.wrapper div:nth-child(7) {
  top: 70%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(8) {
  top: 75%;
  left: 60%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(9) {
  top: 50%;
  left: 50%;
  animation: animate 6s linear infinite;
}
.wrapper div:nth-child(10) {
  top: 45%;
  left: 20%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(11) {
  top: 10%;
  left: 90%;
  animation: animate 9s linear infinite;
}
.wrapper div:nth-child(12) {
  top: 20%;
  left: 70%;
  animation: animate 7s linear infinite;
}
.wrapper div:nth-child(13) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(14) {
  top: 60%;
  left: 5%;
  animation: animate 6s linear infinite;
}
.wrapper div:nth-child(15) {
  top: 90%;
  left: 80%;
  animation: animate 9s linear infinite;
}
@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(70deg);
  }
  100% {
    transform: scale(1.3) translateY(-100px) rotate(360deg);
  }
}

.details span {
    font-size: 11px;
}

/*.service-item {
    position: relative;
}*/
.apps-link{
  position: absolute;
  top: 0;
  right: 0;
}
.apps-link i {
  background: #a5a4a469;
  padding: 4px;
  border-radius: 3px 7px;
}
.txt-justify {
    text-align: justify;
  }

  .services .details .icon {
    display: none !important;
  }

  .data_cards{
    padding-top: 20px !important;
  }

.blue-gradient {
    background: linear-gradient(-145deg, rgb(225 233 255 / 50%) 0%, rgb(231 236 255 / 56%) 100%) !important;
    color: #334899 !important;  
        } 
 
        .contact-us .card {
    border-radius: 13px 29px !important;
}
        .contact-us .box-title {
        border-radius: 3px 7px !important;
}

.sector_apps {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/*for login toast*/
 #refresh
  {
    color: #172350;
    cursor: pointer;
  }

  #captcha
  {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 6px;
  }
  .custom_toast
  {
    z-index: 999999999 !important;
    top: 5.2rem !important;
    right: 0 !important;
    padding: 0 !important;
    color: #fff !important;
  }

  #successToast
  {
    background: #198754 !important;
  }

  #logoutToast
  {
    background: #2b4195 !important;
  }

  .error
  {
    color: #ff0000;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; 
  }
  .input-button-group
  {
    background: #2dadc0;
    color: #fff;
  }
.resetPass {
      max-width: 450px;
    margin: 0px auto;
    border-radius: 14px 21px;
  }

    .appLayout1 img.card-img-top {
    height: 146px;
    object-fit: contain;
}

.appLayout2 img {
    height: 192px;
    object-fit: cover;
   display: block !important;
}

.appsLayout h5.card-title {
    font-size: 14px;
    font-weight: 600 !important;
    color: #2e46a0;
    display: inline-block;
    width: 98%; 
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.appsLayout p {
    line-height: initial !important;
    font-size: 13px;
    display: inline-block;
/*    width: 208px;*/
width: 98%; 
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.font16 {
    font-size: 16px !important;
}

.form-check.form-switch.changeNewLayout {
    display: inline-block;
    padding-left: 3rem;
    position: relative;
     top: 7px; 
}
.appLayout2 h5, .appLayout2 p {
    display: inline-block;
    width: 98% !important; 
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#accordionExample .accordion-body {
    padding: 4px 20px;
    font-size: 14px;
}

.appLayout2 .card-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

span#layer_count,span#layer_asset_count {
    color: white;
}

.public_applications {
  background-color: green;
  color: white;
  padding: 4px;
  border-radius: 100%;
}

.authorized_applications {
  background-color: red;
  color: white;
  padding: 4px;
  border-radius: 100%;
}

.partial_public_applications {
  background-color: #7149C6;
  color: white;
  padding: 4px;
  border-radius: 100%;
}

#accordionExample button.accordion-button {
    color: #0c63e4;
    background-color: #e7f1ff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important;
    font-size: 14px;
    text-align: justify;
}

#accordionExample .accordion-item {
    border: 0 !important;
    box-shadow: none !important;
}

.floating-menu {
    display: none !important;
}