* {
	margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
html, body {
	height: 100%;/*padding: 0 !important;*/
}
.page-wrap {
	min-height: 100%;
	margin-bottom: 0px;
}
.page-wrap:after {
	content: "";
	display: block;
}
footer, .page-wrap:after {
}
/*--------------General CSS---------*/
img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
}
a {
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	/*color: #3e3e3e;*/
  text-decoration: none;

}
a:hover, a:focus {
	/*color: #fe5e3a;*/
	text-decoration: none;
	outline: none;
}
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
p {
	line-height: 27px;
}
p:last-child{
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0px;
}

body {
	margin: 0;
	padding: 0;
  font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #212121;
  /*font-weight: 500;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
	background-color: #fff;
 
  
}


/* ======================menu css nad Go to top start  ====================== */

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
  background: #FFF;
  /*box-shadow: 0 0px 20px 2px rgb(0 0 0 / 10%);*/
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: 'Top';
  text-align: center;
  line-height: 44px;
  font-size: 11px;
  font-weight: normal;
  /*color: #a4477c;*/
  color: #000;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-weight: bold;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #a4477c;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  fill: #FFF;

}

/* ======================menu css nad Go to top end  ====================== */


/*-----------------------TOGGLE STICKY HOME CSS START-----------------------------------------------*/

.navbar-light .navbar-toggler{
  border: none;
  outline: none;
}
.nav-toggle-sm {
    transform: scale(.65);
    margin-right: -.3125rem;
}
.nav-toggle {
    width: 29px;
    height: 29px;
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.stick {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #a4477c;
    display: inline-block;
}
.body-menu-opened .collapsed .stick {
    background-color: #a4477c;
}
.body-menu-opened .stick-1 {
    animation: stick-1-open .85s ease-out forwards;
}
.body-menu-opened .stick-2 {
    animation: stick-2-open .85s linear forwards;
    width: 35px;
    margin-left: 0px;
}
.body-menu-opened .stick-3 {
    animation: stick-3-open .85s linear forwards;
}
.stick:last-child {
    margin-bottom: 0px;
}
@-webkit-keyframes stick-1-open {
  0%   {width: 35px;}
  30%  {width: 3px; transform: translate(14px, 0px);}
  65%  {width: 3px; transform: translate(14px, -35px); animation-timing-function: cubic-bezier(0,1,1,1);}
  100% {width: 2px; transform: translate(9px, 17px);}
}

@keyframes stick-1-open {
  0%   {width: 35px;}
  30%  {width: 3px; transform: translate(14px, 0px);}
  65%  {width: 3px; transform: translate(14px, -35px); animation-timing-function: cubic-bezier(0,1,1,1);}
  100% {width: 2px; transform: translate(9px, 17px);}
}

@-webkit-keyframes stick-2-open {
  65%  {width: 35px; transform: translate(0px, 0px) rotate(0deg);}
  100% {width: 35px; transform: translate(0px, 0px) rotate(45deg);}
}

@keyframes stick-2-open {
  65%  {width: 35px; transform: translate(0px, 0px) rotate(0deg);}
  100% {width: 35px; transform: translate(0px, 0px) rotate(45deg);}
}

@-webkit-keyframes stick-3-open {
  65%  {transform: translate(0px, 0px) rotate(0deg);}
  100% {transform: translate(0px, -8px) rotate(-45deg);}
}

@keyframes stick-3-open {
  65%  {transform: translate(0px, 0px) rotate(0deg);}
  100% {transform: translate(0px, -8px) rotate(-45deg);}
}

.body-menu-close .stick-1 {
  width: 3px; 
  animation: stick-1-close .85s ease-out forwards;
}

.body-menu-close .stick-2 {
  animation: stick-2-close .85s ease-out forwards;
  margin-left: 0px;
}

.body-menu-close .stick-3 {
  animation: stick-3-close .85s ease-out forwards;
}

@-webkit-keyframes stick-1-close {
  0%, 70% {width: 0px; transform: translate(0, 0);}
  100%    {width: 35px; transform: translate(0, 0);}
}

@keyframes stick-1-close {
  0%, 70% {width: 0px; transform: translate(0, 0);}
  100%    {width: 35px; transform: translate(0, 0);}
}

@-webkit-keyframes stick-2-close {
  0%   {width: 35px;transform: translate(0px, 0px) rotate(45deg);}
  20%  {width: 3px; transform: translate(0, 0px) rotate(45deg);}
  40%  {width: 0px;}
  65%  {transform: translate(0, -26px); animation-timing-function: cubic-bezier(0,1,1,1);}
  80%  {width: 0px;}
  100% {width: 35px; transform: translate(0, 0px);}
}

@keyframes stick-2-close {
  0%   {width: 35px;transform: translate(0px, 0px) rotate(45deg);}
  20%  {width: 3px; transform: translate(0, 0px) rotate(45deg);}
  40%  {width: 0px;}
  65%  {transform: translate(0, -26px); animation-timing-function: cubic-bezier(0,1,1,1);}
  80%  {width: 0px;}
  100% {width: 35px; transform: translate(0, 0px);}
}

@-webkit-keyframes stick-3-close {
  0%   {width: 35px;transform: translate(0px, -8px) rotate(-45deg);}
  20%  {width: 3px; transform: translate(0, -8px) rotate(-45deg);}
  40%  {}
  65%  {transform: translate(0, -35px); animation-timing-function: cubic-bezier(0,1,1,1);}
  90%  {width: 3px;}
  100% {width: 35px; transform: translate(0, 0px);}
}

@keyframes stick-3-close {
  0%   {width: 35px;transform: translate(0px, -8px) rotate(-45deg);}
  20%  {width: 3px; transform: translate(0, -8px) rotate(-45deg);}
  40%  {}
  65%  {transform: translate(0, -35px); animation-timing-function: cubic-bezier(0,1,1,1);}
  90%  {width: 3px;}
  100% {width: 35px; transform: translate(0, 0px);}
}

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes float-bob {
    0%, 100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}
@keyframes float-bob {
    0%, 100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}
.animation_1 {
    animation-name: float-bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
/*-----------------------TOGGLE STICKY HOME CSS end-----------------------------------------------*/


/*-----------------------main styles starts here-----------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
label {
	color: #001c27;
	font-weight: 400;
	margin-bottom: 10px;
}
p:last-child{
	margin-bottom: 0px;
}
.text_red {
	color: #dd4b39;
}
textarea.form-control {
	resize: none;
}
.form-group {
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.form-control {
	height: 47px;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 0;
    font-size: 13px;
    color: #747c84;
}
.form-control:focus {
	box-shadow: none;
	border-color: #ffc107;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.font_b {
	font-weight: 700;
}
/*=====================================	PLACE HOLDER CSSS START HERE 		====================================*/
input.form-control::-webkit-input-placeholder {
 color:#747c84;
}
input.form-control::-moz-placeholder {
 color:#747c84;
}
input.form-control::-ms-placeholder {
 color:#747c84;
}
input.textbox::-ms-input-placeholder {
 color:#747c84;
}
input.textbox::-ms-input-placeholder {
 color:#747c84;
}


.cf:before, .cf:after {
	content: "";
	display: table
}
.cf:after {
	clear: both;
}
.container {
	width: 100%;
	max-width: 1170px;
}
/*===================================== PLACE HOLDER CSSS END HERE 		====================================*/
/*===================================== Commen Butons ===================================*/


/*------ Button css over ----------------*/

/*======================================================================*/

/*			CUSTOM CHECK BOX AND CUSTOM RADIO CSS START		*/
.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
	left: -9999px;
	position: absolute;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:before, .custom-checkbox [type="checkbox"]:checked + label:before {
	border: 1px solid #fe5e3a;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after, .custom-checkbox [type="checkbox"]:checked + label:after {
	color: #fff;
	content: "\f00c";
	font-size: 14px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.45;
    padding: 1px 2px 2px 3px;
	transition: all 0.2s ease 0s;
	background-color: #fe5e3a;
	width: 20px;
	height: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label, .custom-checkbox [type="checkbox"]:checked + label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	font-weight: 400;
	text-transform: capitalize;
}
/*	CUSTOM check CSS START	*/
/*	CUSTOM RADIO CSS START	*/
.radio-btn-small {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
	position: relative;
	padding-left: 30px;
	margin-top: 3px;
}
.radio-btn-small:last-child {
	margin-right: 0;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	font-size: 14px;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 400;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 2px 8px 0 0;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0px;
	border: 1px solid #fe5e3a;
	background-color: #fff;
	border-radius: 100px;
}
input[type="radio"]:checked + label span:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fe5e3a;
	top: 3px;
	left: 3px;
	border-radius: 100px;
}
input[type="radio"]:checked + label span {
	background-color: #fff;
}
input[type="radio"]:checked + label {
	color: #282828;
}


/*========================================================================
					bootstrap select box over
==========================================================================*/
.bootstrap-select.open > .dropdown-toggle.btn-default:hover, .bootstrap-select.open > .dropdown-toggle.btn-default:focus {
	background-color: #fff;
}
.bootstrap-select > .dropdown-toggle {
	border: 1px solid #ababab;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option, .bootstrap-select.btn-group .dropdown-toggle .fas {
	color: #555;
}
/*========================================================================
					bootstrap select box over
==========================================================================*/



/*home_css_start*/

.navbar{
	padding-top:25px; 
	padding-bottom:25px;
}

.navbar-light .navbar-nav .nav-link{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px 12px;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 0px;
}
.navbar-light .navbar-nav .main_btn{
      min-width: 124px;
    line-height: 40px;
        font-size: 14px;
}
.navbar-brand{
	padding-top: 0px;
}
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus{
	color: #a4477c;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	color: #a4477c;
}

.nav-scroll .top_menu_home .navbar-light .navbar-nav .nav-link:hover, 
.nav-scroll .top_menu_home .navbar-light .navbar-nav .nav-link:focus {
    color: #a4477c;
}

/*----------------*/

.top_menu{
  position: relative;
}

.nav_bar_ctm .navbar-brand{
  position: relative;
}

.home_banner{
  margin-bottom: 40px;
}
.in_content{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 87px;
}
.banner_text {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner_text h1{
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 35px;
}
.banner_text p{
  font-weight: 500;
  line-height: 27px;
  max-width: 750px;
  margin: 0px auto;
}
.carousel-control-prev-icon ,.carousel-control-next-icon{
  background-image: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  font-size: 50px;
}
.carousel-control-prev, .carousel-control-next{
  opacity: 9;
}
.home_about_sec{
  margin-bottom: 40px;
}
.web_title{
  font-weight: 800;
  color: #000;
  font-size: 30px;
}
.home_about_sec .web_title{
  margin-bottom: 10px;
} 
.web_title span{
  color: #a4477c;
}

.main_btn{
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;    
  position: relative;
  background: #a4477c;
  min-width: 160px;
  line-height: 45px;
}
.main_btn::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.main_btn:hover{
  color: #FFF;
}
.main_btn:hover::before {
    opacity: 1;
}

/* select2_css_start */

.select2-container {
  width: 100% !important;
  padding: 0;
}
span.select2-selection__rendered {
  white-space: nowrap;
}
.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}
.select2-dropdown .select2-results__option {
  position: relative;
}

/* select2_css_end */


/*new_css_start*/
.dropdown_menu_ctm button{
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 12px;
}
.dropdown_menu_ctm button:hover{
  color:#a4477c ;
}

.dropdown_menu_ctm .dropdown-menu{
  padding-left: 8px;
}
.dropdown_menu_ctm .dropdown-menu  li a{
  font-size: 14px;
  color: #000000;
}
.dropdown_menu_ctm .dropdown-menu  li a:hover{
  color:#a4477c;
}




.main_banner_top{
  margin-top:50px;
}
.banner_data h4{
  font-weight: bold;
  font-size: 23px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
.banner_data h4 span{
  color: #a4477c;
  padding-right:7px;
  font-size: 22px;
}
.banner_data h1{
  font-weight: bold;
  font-size: 59px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 75px;
  text-transform: uppercase;
  max-width: 278px;
  margin: 20px 0px;
}
.banner_data{
  font-size: 14px;
  line-height: 28px;
}


#progressCarousel .carousel-indicators {
  position: relative;
  /*font-size: 1.125rem;*/
  letter-spacing: 0;
  justify-content: inherit;
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 35px;
}
#progressCarousel .carousel-indicators li {
  position: relative;
  flex: inherit;
  width: inherit;
  height: inherit;
  margin-right: 0;
  margin-left: 0;
  text-indent: inherit;
  letter-spacing: 0;
  background-color: inherit;
  /*font-size: 1.5rem;*/
  color: #b9b9b9;
  font-size: 20px;
  font-weight: 600;
  /*padding: 0px 135px;*/
  cursor: pointer;
  width: 33.333%;
  text-align: center;
}
#progressCarousel .carousel-indicators li .progress {
  /*position: absolute;
  height: 1px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: 5px;
  background: #414142;*/

      position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 8px;
    background: #b9b9b9;
}
#progressCarousel .carousel-indicators li .progress .progress-bar {
  background: #b9b9b9;
  width: 0%;
  transition: width 5s linear;
}
#progressCarousel .carousel-indicators li.active {
  color: #a4477c;
  background-color: transparent;
}
#progressCarousel .carousel-indicators li.active .progress-bar {
  background: #a4477c;
  box-shadow: 0 0 4px 0 #a4477c;
  width: 100%;
}
.about_bg{
   width: 100%;
  display: inline-block;
  background-image: url(../images/about_bg.png);
  background-size: cover;
  padding-top: 40px;
  margin-top: 30px;
  margin-bottom:90px;

}
.about_img{
  position: relative;
    height: 100%;
    padding: 60px 55px 30px 130px;
}
.about_img1{
  position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    z-index: 1;
    width: 250px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -webkit-animation: move 9s infinite alternate;
    animation: move 9s infinite alternate;
}
.about_img2 {
    float: right;
    position: relative;
    width: 100%;
}
.about_img2:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    background-color:#a4477c ;
    z-index: 2;
    bottom: -30px;
    left: -30px;
    -webkit-animation: zoom-in-zoom-out 5s infinite alternate;
    animation: zoom-in-zoom-out 5s infinite alternate;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } 
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } 
}
.web_title h5{
  font-size: 20px;
  color: #a4477c;
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom:10px;
}
.web_title span{
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif;
  font-size: 19px;
  padding-right: 10px;
  color: #a4477c;
}
.web_title h3{
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif;
  font-size: 32px;
  line-height: 45px;
  text-transform: uppercase;
}
.about_data p{
  line-height: 28px;
  font-size: 14px;
  margin-top:25px;
}


.grid {
  list-style: none;
  /*margin-left: -40px;*/
}

.gc {
  /*box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;*/
}



.naccs {
/*  position: relative;
  max-width: 900px;
  margin: 100px auto 0;*/
}

.naccs .menu div {
  padding: 10px 20px 10px 42px;
  color: #212121;
  /*background: #3F51B5;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 800;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 24px;
}

/*.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
*/
.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 23px;
  left:19px;
  background-color: #212121;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #007160;
  left: 0;
  height: 100%;
  width:4px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #FFF;
  padding: 20px 20px 20px 20px;
  background-color: #01b59a;
  border-radius: 0px 5px 5px 0px;
  margin:10px 0px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
      height: 490px !important;
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}


.naccs .menu div p{
  display: none;
}
.naccs .menu div.active p{
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.parking_tab_info{
  margin-top: 10px;
}
.parking_tab_info .tab_info_img img{
  border-radius: 10px;
}

.naccs .menu div.active.tab_challan{
  background-color: #40bde2;
}
.naccs .menu div.active.tab_challan span.light{
      background-color: #0182a9;
}

.naccs .menu div.active.tab_fastag{
  background-color: #c59824;
}
.naccs .menu div.active.tab_fastag span.light{
      background-color: #977008;
}
.naccs .menu div.active.tab_carwash{
  background-color: #a060f4;
}
.naccs .menu div.active.tab_carwash span.light{
      background-color: #7027d1;
}
.naccs .menu div.active.tab_insurance{
  background-color: #ed4c5b;
}
.naccs .menu div.active.tab_insurance span.light{
      background-color: #ab1522;
}
.naccs .menu div.active.tab_cartrade{
  background-color: #75bb0e;
}
.naccs .menu div.active.tab_cartrade span.light{
      background-color: #548906;
}

.features_main{
  background-image: url(../images/features_main.jpg);
  display: inline-block;
  width: 100%;
  margin-top:60px;
  padding-top: 50px;
  background-size: cover;
}
.web_title_white h3, .web_title_white h5 ,.web_title_white h5 span{
  color: #FFF;
}
.web_title_p p{
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
}
.web_title_white.web_title_p p{
  color: #FFF;
}

.features_carousel{
  margin-top: 50px;
}
.caption{
  background: #fff;
    position: absolute;
    left: auto;
    /*top: 50%;*/
    top: calc(50% - -15px);
    width: 60%;
    right: 0;
    padding:20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 4px solid #a4477c;
}

.caption h4{
  font-size: 28px;
  font-weight: bold;
  color: #a4477c;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom:8px;
}
.caption h4 span{
  font-family: 'Rajdhani', sans-serif;
  color: #a4477c;
  font-size: 25px;
  margin-right: 5px;
}
.caption p{
  font-size: 13px;
  line-height: 26px;
}

.caption_boom p{
  font-size: 11px;
    line-height:22px;
    font-weight: 500;
}
.caption_boom p span{
  color: #a4477c;
  font-size: 12px;
  font-weight: bold;
}
.expertise_main{
  margin-top: 60px;
}

.expertise_in{
  border-radius: 10px;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  background-color: #FFF;
  width: 100%;
  position: relative;
  padding: 30px 15px;
}
.expertise_in .web_title_p p{
  margin-top: 0px;
  margin-bottom:25px;
}

.expertise_data{
  position: relative;
  margin-bottom:7px;
}
.expertise_data span{
  color: #a4477c;
  line-height: 27px;
  position: absolute;
  top: 0px;
  left: 0px
}
.expertise_data p{
  position: relative;
  padding-left: 20px;
}
.progress_item{
  overflow: hidden;
    margin-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
.progress_item h6{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 11px;
}
.progress_item .progress{
  display: -ms-flexbox;
    display: flex;
    height: 18px;
    overflow: visible;
    line-height: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: #cacaca;
    border-radius: 8px;
    box-shadow: 0px 3px 3px 0px rgb(35 35 35 / 8%);
}
.progress_item .progress_bar {
    background-color: #a4477c;
    border-radius: 8px;
}

.progress_item .progress_bar > span {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    background-color: #a4477c;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 5px 5px 13px 5px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin: 0 0 0 0px;
}
.progress_item .progress_bar_two,
.progress_item .progress_bar_two > span  {
  background-color: #005aff;
}

.progress_item .progress_bar_three,
.progress_item .progress_bar_three > span  {
  background-color: #fbb50c;
}
.progress_item .progress_bar_four,
.progress_item .progress_bar_four > span  {
  background-color: #ff5400;
}

.journey_bg_main{
  background-image: url(../images/journey_bg.jpg);
  background-size: cover;
  padding-top: 200px;
  margin-top: -150px;
  padding-bottom: 70px;
}

.journey_count h2{
  color: #FFF;
  font-weight: bold;
  font-size: 50px;
}
.journey_count p{
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service_main{
  width: 100%;
  display: inline-block;
  margin-top: 60px;
  margin-bottom:20px;
}
.service_main .web_title{
  margin-bottom:30px;
}

.service_blog{
  margin-bottom: 30px;
}
.service_blog_img{
  border: 1px solid #eeeeee;
  height: 266px; 
  overflow: hidden;
}
.service_blog_img img{
  width: 100%;
      -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.service_blog:hover img{
  -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.service_blog_info{
  margin-top: 25px;
}
.service_blog_info h3{
  font-size: 20px;
  font-weight: 600;
}

.service_blog_info p{
  font-size: 13px;
  line-height: 24px;
  margin-top: 5px;
}

.desire_main{
  width: 100%;
  display: inline-block;
  background-color: #a4477c;
}
.desire_img{
  margin-top: 20px;
}
.desire_carousel{
  top: 50% !important;
  transform: translateY(-50%);
  margin-top:20px;

}
.desire_carousel_data{
  color: #FFF;
}

.desire_carousel_data h2{
  font-weight: bold;
  font-size: 45px;
  font-family: 'Rajdhani', sans-serif;

}
.desire_carousel_data h3{
  font-weight: bold;
  font-size: 30px;
  font-family: 'Rajdhani', sans-serif;
  margin-top:5px;

}
.desire_carousel_data h5{
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.desire_carousel_data h5 span{
  font-size: 18px;
  margin-right: 5px;
  font-family: 'Rajdhani', sans-serif;

}
.desire_main .owl-theme .owl-dots .owl-dot span{
  background-color: #b66c96;
}

.desire_main .owl-theme .owl-dots .owl-dot.active span, 
.desire_main .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #FFF;
}

.capabilities_main{
  width: 100%;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 20px;
}
.capabilities_main .web_title_p p,
.menu_partners .web_title_p p{
  margin-top: 0px;
  margin-bottom: 25px;
}
.capabilities_blog{
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  padding: 20px 30px;
  margin-bottom: 30px;
}
.capabilities_blog:hover .capabilities_icon{
      -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}
.capabilities_icon{
  position: absolute;
}
.capabilities_text{
  padding-left: 70px;
}
.capabilities_text h4{
  font-size: 20px;
  font-weight: 600;
}
.capabilities_text h5{
  font-size:16px;
  font-weight: normal;
  margin: 7px 0px 5px 0px;
}
.capabilities_text p{
  font-size:13px;
  line-height: 22px;
}

.partners_img{
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 30px;
}
.partners_img img{
  width: 100%;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  height: 261px;

}
.partners_img:hover  img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.menu_our_clients{
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  padding: 50px 0px;
  background-color: #f6f7fb;
}

.menu_our_clients .web_title_p p{
  margin-top: 0px;
}

.our_clients_carousel .item{
  border: 1px solid #eeeeee;
}
.footer_sec{
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-image: url(../images/footer_bg.jpg);
  margin-top: 70px;
}
.footer_one_info ,.quick_link{
  padding-top: 50px;
}
.footer_one_info p{
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
  margin: 20px 0px;
}
.footer_one_info ul{
  margin-bottom: 30px;
}
.footer_one_info ul li{
  margin-right: 20px;
  display: inline-block;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.footer_one_info ul li a{
  font-size: 22px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  
}
.footer_one_info ul li:hover{
  border-radius: 50%;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.footer_one_info ul li:nth-child(1){
  background-color: #3b5998;
}

.footer_one_info ul li:nth-child(2){
  background-color: #55acee;
}

.footer_one_info ul li:nth-child(3){
  background-color: #b23121;
}

.footer_one_info ul li:nth-child(4){
  background-color: #1565c0;
}

.quick_link h3{
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
  margin-bottom:20px;
}
.quick_link ul li{
  margin-bottom:12px;
}
.quick_link ul li a{
      color: #FFF;
    font-size: 15px;
    position: relative;
    padding-left: 23px;
    display: inline-block;
}
.quick_link ul li a span{
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-right: 5px;
  position: absolute;
  left: 0px;

}
.quick_link ul li a:hover{
  color: #a4477c;
}
.contact_info{
  background-color: rgba(16, 16, 20, 0.78);
  padding: 50px 20px 34px 20px;
  margin-bottom: 30px;
}
.contact_info h2{
   font-weight: 600;
  font-size: 24px;
  color: #FFF;
}
.contact_info p{
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
  margin:10px 0px;
}
.contact_info ul li + li{
  margin-top: 20px;
}
.contact_info ul li  .contact_icon{
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
}
.contact_info ul li:nth-child(1) .contact_icon{
  background-color: #a4477c;
}
.contact_info ul li:nth-child(2) .contact_icon{
  background-color: #da3031;
}
.contact_info ul li:nth-child(3) .contact_icon{
  background-color: #3390bb;
}

.contact_info ul li  .contact_icon i{
  line-height: 48px;
  color: #FFF;
  font-size: 22px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.contact_info ul li:hover .contact_icon i{
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.contact_info ul li  .contact_dtls{
  padding-left: 65px;
}
.contact_info ul li  .contact_dtls span{
  color: #c3c3c3;
  font-size: 10px;
  text-transform: uppercase;
}
.contact_info ul li  .contact_dtls p ,.contact_info ul li  .contact_dtls a{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  display: block;
}

.transparency_main{
  display: flex;
  background-color: rgba(16, 16, 20, 0.78);
  padding: 35px 50px;
  justify-content: space-between !important;
}
.transparency_text{
  font-size: 13px;
  color: #FFF;
  line-height: 24px;
}

.footer_btm_sce{
  background-color: #141318;
  font-size: 13px;
  color: #FFF;
  padding:18px 0px;
}


#progressCarouseltwo .carousel-indicators {
  position: relative;
  /*font-size: 1.125rem;*/
  letter-spacing: 0;
  justify-content: inherit;
  margin-left: inherit;
  margin-right: inherit;
  /*margin-top: 35px;*/
  display: inline-block;
  width: 100%;
}
#progressCarouseltwo .carousel-indicators li {
  position: relative;
  flex: inherit;
  width: inherit;
  height: inherit;
  margin-right: 0;
  margin-left: 0;
  text-indent: inherit;
  letter-spacing: 0;
  background-color: inherit;
  /*font-size: 1.5rem;*/
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-weight: 800;

  color: #212121;
  padding: 0px 20px 0px 20px;
  background-color: #FFF;
  border-radius:5px;
  margin: 10px 0px;

  -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
 

}
#progressCarouseltwo .carousel-indicators li .progress {
  /*position: absolute;
  height: 1px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: 5px;
  background: #414142;*/

      /*position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 8px;
    background: #b9b9b9;*/

        position: absolute;
    height: 3px;
    width: 100%;
    left: 0px;
    margin-left: 0;
    margin-top: 8px;
    background: transparent;
    bottom: 0px;
    border-radius:5px;
}
#progressCarouseltwo .carousel-indicators li .progress .progress-bar {
  background: transparent;
  width: 0%;
  transition: width 9s linear;

}
#progressCarouseltwo .carousel-indicators li.active {
  color: #FFF;
  background-color: #01b59a;
  border-radius:5px;
  padding: 20px 20px 20px 20px;
}
#progressCarouseltwo .carousel-indicators li.active .progress-bar {
  background: #007160;
  box-shadow: 0 0 4px 0 #007160;
  width: 100%;
}

#progressCarouseltwo .carousel-indicators li p{
  display: none;
}
#progressCarouseltwo .carousel-indicators li.active p{
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom:5px;
}

#progressCarouseltwo .carousel-indicators li.tab_challan.active  {
  background-color: #40bde2;
}
#progressCarouseltwo .carousel-indicators li.tab_challan.active .progress-bar {
  background: #0182a9;
  box-shadow: 0 0 4px 0 #0182a9;
}
#progressCarouseltwo .carousel-indicators li.tab_fastag.active  {
  background-color: #c59824;
}
#progressCarouseltwo .carousel-indicators li.tab_fastag.active .progress-bar {
  background: #977008;
  box-shadow: 0 0 4px 0 #977008;
}
#progressCarouseltwo .carousel-indicators li.tab_carwash.active  {
  background-color: #a060f4;
}
#progressCarouseltwo .carousel-indicators li.tab_carwash.active .progress-bar {
  background: #7027d1;
  box-shadow: 0 0 4px 0 #977008;
}
#progressCarouseltwo .carousel-indicators li.tab_insurance.active  {
  background-color: #ed4c5b;
}
#progressCarouseltwo .carousel-indicators li.tab_insurance.active .progress-bar {
  background: #ab1522;
  box-shadow: 0 0 4px 0 #ab1522;
}
#progressCarouseltwo .carousel-indicators li.tab_cartrade.active  {
  background-color: #75bb0e;
}
#progressCarouseltwo .carousel-indicators li.tab_cartrade.active .progress-bar {
  background: #548906;
  box-shadow: 0 0 4px 0 #548906;
}
.carousel_video_tab{
  width: 710px;
    height: 530px;
    position: relative;
    border-radius: 48px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}