@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

/*General Styling*/
body {
    padding: 0;
    margin: 0;
    color: #F5F5F5;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    direction: ltr;
}
body, html {
   height: 100%;
   width: 100%;
   position: relative;
}
html {
   font-size: 16px;
}
ol, ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
a {
   color: inherit;
}
a, a:hover, a:focus {
   outline: none;
   text-decoration: none;
   color: inherit;
}
h1, h2, h3, h4, h5, h6 {
   margin: 0;
}
h1 {
   font-size: 3.75rem;
}
h2 {
   font-size: 2.5rem;
}
h3 {
   font-size: 1.75rem;
}
h4 {
   font-size: 1.25rem;
}
h5 {
   font-size: 1rem;
}
h6 {
   font-size: 0.875rem;
}
p {
   font-size: 14px;
}

/*Site Header*/
.site-header{
   padding: 50px 0;
}
/*.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: auto;
    padding-left: 1.5rem;
}
.custom-switch label{
   color: #000;
   font-size: 16px;
}
.custom-switch label.active{
   font-weight: 700;
   margin-bottom: 0;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 2rem;
    pointer-events: all;
    border-radius: .5rem;
    background-color: #CCCCCC;
   border:0;
   height: 10px;
   top: 8px;
   outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-switch .custom-control-label::after {
    top: calc(.1rem + 3px);
    left: calc(-2.25rem + 0px);
    width: calc(1.15rem - 2px);
    height: calc(1.15rem - 2px);
    background-color: #006de6;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #aaa;
  background-color: #CCCCCC;
  border:0;
  height: 10px;
  top: 8px;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #006de6;
    -webkit-transform: translateX(1.05rem);
    transform: translateX(1.05rem);
}
.custom-switch .custom-control-input:checked{
   box-shadow: 0;
}*/

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
   border-radius: 20px; margin-bottom: 0;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "English";
    padding-left: 10px;
    background-color: #006de6; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Marathi";
    padding-right: 7px;
    background-color: #006de6; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 6px;
    background: #FFFFFF;
    height: 18px;
    position: absolute; top: 0px; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.partners-section{
   /*border-top: 1px solid #c8dffa;
   border-bottom: 1px solid #c8dffa;*/
}
.partner-look{
   padding: 8rem 0;
   background-color: #006de6;
   text-align: center;
   transition: background-color 1s;
}
.partner-look h2{
   font-size: 2.5rem;
   font-weight: 700;
   color: #ffffff;
   transition: color 1s;
   margin-bottom: 60px;
}
.spec-button{
   padding: 0.7rem 1.5rem;
   background-color: #fff;
   border-radius: 50px;
   font-size: 1.2rem;
   color: #1a1a1a;
   transition: box-shadow 5s;
   transition: color 1s;
   width: 60%;
}

.spec-button:hover{
   color: #006de6;
   box-shadow: 0  0 10px 5px rgba(0, 0, 0, 0.3);
}
.partner-join{
   padding: 8rem 0;
   background-color: #fff;
   text-align: center;
   transition: background-color 1s;
}
.partner-join h2{
   font-size: 2.5rem;
   font-weight: 700;
   color: #1A1A1A;
   transition: color 1s;
   margin-bottom: 60px;
}
.partner-join:hover{
   background-color: #006de6;
}
.partner-join:hover ~ .partner-look{
   background-color: #ffffff;
}
.partner-join:hover h2{
   color: #ffffff;
}
.spec-button{
   box-shadow: 0  0 10px 5px rgba(0, 0, 0, 0.3);
}
/*Service Section*/
.service-section{
   padding: 55px 0;
   text-align: center;
   color: #1a1a1a;
}
.service-section .service-box{
   padding: 10px 10px 20px 10px;
   border-radius: 30px;
   margin-bottom: 35px;
   cursor: pointer;
}
.service-section .service-box svg{
   max-width: 70%;
   padding: 30px;
}
.service-section .service-box:hover{
   box-shadow: 0 0 10px 5px #eee;
}

/*Blue Band*/
.blue-band{
   padding: 10px 0;
   background-color: #006de6; 
}

/*Service Section 2*/
.service-section-2{
   padding: 55px 0;
   color: #1a1a1a;
   text-align: center;
   background-color: #f9f8f8;
}
.service-box-2{
   background-color: #ffffff;
   margin-bottom: 30px;
}
.service-box-2 svg, .call-box svg{
   max-width: 18%;
   margin: 20px;
}
.service-box-2 h4{
   padding-bottom: 15px;
}
.service-box-2 p{
   margin-bottom: 0;
}
 .service-section-2 .cards {
   display: grid;
}
 .service-section-2 .card {
  overflow: hidden;
  position: relative;
   cursor: pointer;
   border-radius: 0px;
   border: none;
}
 .service-section-2 .card-body {
   transform-style: preserve-3d;
   transition: 1s transform;
       padding: 2.25rem 1.25rem 2.25rem 1.25rem;
}
 .service-section-2 .card:hover .card-body {
   bottom: 0%;
}
 .card-front, .card-back {
   backface-visibility: hidden;
}
/* .card-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}*/

.card-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
    width:100%;
    visibility: hidden;
    opacity:0;
        -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    
    
}

/*.card:hover .card-back{
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}*/

.card:hover .card-back{visibility: visible;
    opacity:1;}

.card-back:before {
 position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: #006de6;
}
 .card-back ul{ position: absolute;
    left: 10%;
    top: 14%;
    z-index: 1;
    color: #fff;}
 .card-back ul li{ color: #ffffff; list-style: disc; text-align: left; padding: 7px 0px; font-size: 16px; margin-bottom:5px;}
 .card {
  position: relative;
}
 .card-body {
  position: relative;
}
 .card-front, .card-back {
   align-items: center;
   box-sizing: border-box;
}
.call-box{
   padding: 30px;
   cursor: pointer;
}
.phone-icon{
   fill: #999999;
   transition: fill 500ms; 
}
.call-box h4{
   color: #999999;
   font-size: 25px;
   padding-bottom: 10px;
   transition: all 500ms;
}
.call-box svg, .call-box .mail-icon-c {
  transition: fill 500ms;
}
.call-box p{
   font-weight: 700;
   color: #999999;
   font-size: 28px;
   transition: color 500ms;
}
.call-box:hover h4, .call-box:hover p{
   color: #006de6;
}
.call-box:hover .phone-icon{
  fill: #006ded;
}
.call-box:hover .mail-icon-c{
  fill: #006ded;
}
/*About Us*/
.about-us{
  background-image: url(../images/ally4venture-banner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 60px 0;
  text-align: center;
  color: #1a1a1a;
}
.local-heading{
   
}
.local-heading h2{
   font-weight: 500;
   font-size: 1.5em;
}
.connecting-heading h2{
font-weight: 900;
font-size: 1.8em;
}
.about-us .container-fluid{
  position: relative;
}
.overlay-text{
  padding-top: 250px;
}
.about-us .button-ab{
  padding-top: 80px;
}
.button-ab .spec-button-1 .link-title{
  background-color: #006de6 !important;
  font-size: 15px;
  padding: 0.75em 3em;
}
/*Contact Section*/
.contact-section{
   background-color: #006de6;
   padding: 35px 0;
   color: #ffffff;
   text-align: center;
}
.contact-box .phone-icon, .mail-icon{
   fill: #fff;
}
.mail-icon-c{
   fill: #999999;
}
.contact-box svg{
   max-width: 15%;
}
.contact-box h4{
   padding: 15px 0 3px 0;
}
.contact-box p{
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 0;
}
.spec-button-1 .link-title{
   padding: 1rem 1.5rem;
   background-color: #FF6600;
   border-radius: 50px;
   font-size: 1.2rem;
   color: #fff;
   font-weight: 700;
   transition: background-color 1s;
   transition: color 1s;
   box-shadow: 0  0 10px 5px rgba(0, 0, 0, 0.3);
}
.spec-button-1:hover .link-title{
   color: #fff;
   background-color: #FF6600;
}

/* Back to Top  */
.scrollToTop{
   position: absolute;
   z-index: 1000;
   top: 5px;
   right: 40px;
   display: inline-block;
   padding: 10px;
}
.scrollToTop svg{
   width: 40px;
   height: 40px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   text-align: center;
   font-weight: bold;
   line-height: 36px;
   font-size: 25px;
}
 .scrollToTop:hover svg{
  box-shadow: 0 0 5px 5px #1a1a1a;
}
/*Map Section*/
.map-section{
  padding: 55px 0;
}
.map-section img{
  border-radius: 50px;
}
/* Side Menu */
.side-menu {
   width: 40%;
   position: fixed;
   right: 0;
   top: 0;
   background: #fff;
   z-index: 1032;
   height: 100%;
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
   -webkit-transition: -webkit-transform .5s ease;
   transition: -webkit-transform .5s ease;
   -o-transition: -o-transform .5s ease;
   transition: transform .5s ease;
   transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
   transition: transform .5s ease, -webkit-transform .5s ease;
   overflow: hidden;
}
.side-menu.left {
   left: 0;
   right: auto;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
   width: 280px;
}
.transparent-sidemenu .side-menu {
   background: rgba(0, 0, 0, .95);
}
.side-menu.side-menu-active,
.side-menu.before-side {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
   visibility: visible;
   opacity: 1;
}
.side-menu .navbar-brand {
   margin: -5rem 0 0 0;
}
.side-menu .navbar-brand img{
    width: 60%;
   }
#close_side_menu {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000;
   -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
   -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
   transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
   display: none;
   z-index: 1031;
   opacity: 0.4;
}
/*.side-menu .btn-close {
   height: 33px;
   width: 33px;
   -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
   box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
   -webkit-border-radius: 50%;
   border-radius: 50%;
   display: inline-block;
   text-align: center;
   position: absolute;
   top: 16px;
   right: 16px;
   cursor: pointer;
   background: #fff;
   border:1px solid #1a1a1a;
   transition: all .5s ease;
}*/
.side-menu .btn-close:hover,
.side-menu .btn-close:focus {
   color: #ffffff;
  border:1px solid #006ded;
  background-color: #006ded;
}
.side-menu.before-side .btn-close {
   display: none;
}
.just-sidemenu #sidemenu_toggle {
   position: fixed;
   z-index: 999;
   right: 1rem;
   top: 16px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
   box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close {
  font-size: 18px;
  color: #1a1a1a;
  border:1px solid #1a1a1a;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 3%;
  right: 5%;
  cursor: pointer;
 }

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 25px;
	padding: 0px;
}
.sidemenu_btn.left {
   left: 15px;
   right: auto;
}
.sidemenu_btn > span {
   height: 2px;
   width: 100%;
   background: #384141;
   display: block;
}
.transparent-bg .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span,
.center-brand .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.nav-gradient .sidemenu_btn > span,
.nav-gradient.fixedmenu .sidemenu_btn > span { 
   background: #fff;
}
.fixedmenu .sidemenu_btn > span{
   background: #384141;
}
.sidemenu_btn > span:nth-child(2) {
   margin: 4px 0;
}
.side-menu .inner-wrapper {
   padding: 3.5rem 4rem;
   height: 100%;
   position: relative;
   overflow-y: auto;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: left;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
   padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
   margin-bottom: 30px;
   display: block;
}
.side-nav .dropdown-menu {
    position: relative !important;
    margin-top: -30px;
    margin-bottom: 25px;
   background: #fff;
}
.side-nav .navbar-nav .nav-item{
   display: block;
   margin: 10px 0; padding: 0 !important;
   opacity: 0;
   -webkit-transition: all 0.8s ease 500ms;
   -o-transition: all 0.8s ease 500ms;
   transition: all 0.8s ease 500ms;
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #1a1a1a; 
	padding: 2px 0 3px 0 !important;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: color 500ms;
}
.side-nav .navbar-nav .nav-link > span {
    width: 30px;
    margin-right: 5px;
    font-size: 96%;
}
.side-nav .navbar-nav .nav-link.active, .side-nav .navbar-nav .nav-link:hover {
   background: transparent; 
   color: #006de6 !important; 
}
.side-nav .navbar-nav .nav-link:hover > span,
.side-nav .navbar-nav .nav-link:focus > span {
   color: #006de6 !important;
}
.side-menu p{
   font-size: 13px;
   margin-top: .5rem;
   margin-bottom: 0;
}
.social-links-side-menu li{
  font-size: 18px;
  color: #1a1a1a;
  border:1px solid #1a1a1a;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
}
.social-links-side-menu li:hover{
  color: #ffffff;
  border:1px solid #006ded;
  background-color: #006ded;
}
/* Footer */
footer {
   background: #333333;
   padding: 35px 0;
   color: #ffffff;
}
.links li{
  padding-bottom: 5px;
}
.links li a{
  color: #F9F8F8;
}
.social-media-links ul{
   padding-top: 15px;
}
.social-media-links ul li{
   font-size: 20px;
   color: #333333;
   background-color: #F9F8F8;
   border-radius: 50%;
   height: 35px;
   width: 35px;
   line-height: 35px;
  display: inline-block;
  margin-left: 5px;
}
.icon-social{
   fill: #F9F8F8;
}
.copyright img {
   width: 110px; 
}
.copyright {
   width: 100%;
   padding: 20px 0;
   background-color: #1a1a1a;
   text-align: center;
}
.copyright p {
   margin: 0;
   line-height: normal;
   color: #F9F8F8;
}
.copyright p img {
   padding-right: 10px;
}
.copyright p > a:hover {
   color: #006de6;
}

/*Page Banner*/
.page-banner{
  padding: 35px 0;
  background-color: #006ded;
}
.banner-heading h2{
  text-align: center;
  font-size: 2.5rem;
   font-weight: 700;
   color: #ffffff; 
}

/* About Us Page  */
.about-us-page{
  padding: 55px 0;
}
.about-us-page p{
  text-align: justify;
  font-size: 16px;
  color: #1A1A1A;
}
.abt-img svg{
  width: 60px;
  display: block;
  margin: 0 auto;
}
.abt-text{
  padding: 20px 0px;
}
.abt-text p{
  text-align: center;
}
.abt-box img{
  padding: 15px;
}
.abt-box{
  border-right: 1px solid #EDEDED;
  padding: 15px;
  color: #1A1A1A;
  cursor: pointer;
}
.ally, .four, .venture{
  display: none;
  transition: all 1s;
}
/* Fantastic Four */
.fantastic-four{
  padding: 55px 0;
}
.fantastic-four-heading h3{
  text-align: center;
  color: #333333;
  font-weight: 700;
}
.fantastic-four-text{
  color: #000000;
  padding-top: 35px;
}
.fantastic-four-text p{
  font-size: 16px;
  text-align: justify;
}
.fantastic-four-team{
  position: relative;
  padding: 55px 0;
}
.fantastic-four-team:before{
  background-color: #006de6;
  position: absolute;
  width: 100%;
  height: 120px;
  content: '';
  top: 23.5%;
  left: 0;
}
.team-img img{
  width: 100%;
}
.team-detail h4{
  padding: 20px 0;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.team-social-link{
  text-align: center;
}
.team-social-link li{
  display: inline-block;
  margin-left: 8px;
}
.team-social-link li:first-child{
  margin-left: 0px;
}
.team-social-link li{
  font-size: 16px;
  color: #ffffff;
  background-color: #333333;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.team-social-link li:hover{
  color: #ffffff;
  background-color: #006ded;
}

/* terms section section*/
.terms-section{
  padding: 55px 0;
}
.jquery_accordion_item {
  display: inline-block;
  width: 100%;
  
}
.jquery_accordion_title h3{
  color: #006ded;
  position: relative;
  cursor: pointer;
}

.jquery_accordion_content {
  padding-top: 20px;
}
.jquery_accordion_content  p, .jquery_accordion_content  ul li{
  color: #333333;
  font-size: 14px;
}
.jquery_accordion_content > *:first-child {
  margin-top: 0;
}
.blue-color{
  color: #006ded;
}
.b-bottom{
  text-decoration: underline;
  padding-bottom: 5px;
}

/* Form Section */
.form-section{
  padding: 55px 0;
  position: relative;
}
.form-div h3{
  font-size: 32px;
}
.form-div input, .form-div textarea{
  border-radius:30px;
  background-color: #F9F8F8;
  border:0px;
  padding: 30px 20px;
  box-shadow: none;
}

.form-div input:focus, .form-div textarea:focus{
  box-shadow: none;
  border-radius:30px;
  background-color: #F9F8F8;
}
.form-div input::placeholder, .form-div textarea::placeholder{
  color: #bbb;
}
.form-div input::-moz-placeholder, .form-div textarea::-moz-placeholder{
  color: #bbb;
}
.spec-button-2{
   padding: 0.7rem 1.5rem;
   background-color: #006de6;
   border-radius: 50px;
   font-size: 1.2rem;
   color: #fff;
   transition: box-shadow 5s;
   transition: all 1s;
   width: 70%;
}

.spec-button-2:hover{
   color: #006de6;
   background-color: #fff;
   box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.5);
}
.banner-link i{
  font-size: 24px;
  right: 0;
}
.form-section .call-box{
  text-align: center;
  background-color: #F9F8F8;
  border-radius: 10px;
}
.form-section .call-box h4{
  font-size: 20px;
}
.form-section .call-box p{
  font-size: 23px;
}
.form-section .call-box svg{
  padding: 10px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;   
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    padding: 0.7rem 1.5rem;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.2rem;
    color: #1a1a1a;
    transition: box-shadow 5s;
    transition: color 1s;
    max-width: 80%;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 30%);
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label i {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -0.25em;
    margin-right: 0.25em;
}


.hindi_mr_switch ul li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.hindi_mr_switch .switch {
    position: relative;
    display: inline-block;
    width: 41px;
    vertical-align: middle;
    height: 14px;
    top: -4px;
}

.hindi_mr_switch .switch {
    position: relative;
    display: inline-block;
    width: 35px;
	vertical-align:middle;
    height: 12px;
	top:0;
	margin:0;
}

.hindi_mr_switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.hindi_mr_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cecece;
    -webkit-transition: .4s;
    transition: .4s;
}

.hindi_mr_switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: -1px;
    bottom: -2px;
    background-color: #006de6;
    -webkit-transition: .4s;
    transition: .4s;
}

.hindi_mr_switch input:checked + .slider {
  background-color: #cecece;
}

.hindi_mr_switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.hindi_mr_switch input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

.hindi_mr_switch h4{font-size: 1rem; color:#000000;}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



/* Swapnil New Pages Css */

.inner_banner{background:#006de6;}
.inner_banner{padding:40px 0;}
.inner_title h3{color:#ffffff; font-weight:600;}
.status_pannel span{color: #fff;
    padding: 7px 40px;
    background: #ff6600;
    border-radius: 30px;
font-weight: 700;}

.left_user_controls >ul >li a{display:block; padding:7px 15px; width:100%; color: #333333;}
.left_user_controls >ul >li.active_ctrl a{display:block; background:#f9f7f7;     }
.left_user_controls >ul >li a:hover{ background:#f9f7f7;}

.main_cont{padding:40px 0;}
h3.same_title_top {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.profile_pic{width:120px; height:120px; border-radius:50%;}
.profile_user{ display:flex;}

.profile_pic_cont {
    padding-left: 40px;
}

.profile_pic_cont p{color:#333333;}

.profile_pic_edit {
    background: #f9f7f7;
    color: #333333;
    padding: 8px 16px;
    border-radius: 20px;
    outline: none;
    border: 0;
	font-size:14px;
}


.section_contrl{padding:30px 0; border-bottom:2px solid #f9f7f7;}
.right_user_cont .section_contrl:first-child{padding-top:0;}
.right_user_cont .section_contrl:last-child{border:0;}

.top_bar_title_edit{ display:flex; align-items:center; margin-bottom:20px;}



.edit_cont_btn_small {
    background: #f9f7f7;
    color: #333333;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 16px;
    outline: none;
    border: 0;
    margin-left: 10px;
}


.details_flex{ display:flex; align-items:top; margin-bottom:30px;}
.details_flex h4{font-size:15px; color: #333333; font-weight:bold;}
.details_flex .detail_cont h4{font-size:14px; color: #333333; font-weight:500;}

.detail_title{width:250px;}
.icofont{margin-right:10px;}

.register_login{align-items:center;}
.register_login_sec {
    margin-right: 10px;
}
.btn_same_lgn{font-size:14px; line-height:16px; color:#333333; font-weight:600; border-right:2px solid #333333; padding:0 10px; display:inline-block; vertical-align:middle;}
.register_login_sec .btn_same_lgn:last-child{border:0;}

.logo img{width:70% !important;}
.detail_cont {
    width: calc(100% - 200px);
}
.access_form .form-control{border-radius: 30px;
    background-color: #F9F8F8;
    border: 0px;
    padding: 10px 20px;
    box-shadow: none; width:100%;}
.detail_cont .form_tips{font-size: 12px;
    display: block;
    margin-left: 10px;}
.access_form_btn .profile_pic_edit{width:100px; text-align:center; margin-right:10px;}
.detail_cont .frgt_pswd{font-size: 13px;
    color: #333333;
    font-weight: 600; text-decoration:underline; display:block; margin-top:10px;}

.same_btn{background:#f9f7f7; padding:5px 20px; font-size:16px; font-weight:600; color:#333333; display:inline-block; border-radius:20px;}
.digital_profile_sec .digital_profile_btn{background:#006de6;color:#ffffff; }
.digital_profile_sec{margin-top:15px;}


.product_detail_cont{ display:flex; align-items:top; flex-wrap:wrap;}
.product_detail_cont >li{list-style:disc; color:#000000; width:50%; margin-bottom:15px;}

.gallery_sec >ul{ display:flex; flex-wrap:wrap; margin-left:-2%; margin-top:20px;}
.gallery_sec >ul li{width:23%; padding:0; margin-left:2%;}

.gallery_sec img{width:100%;}
.detail_cont .descr_user {
    display: flex;
    flex-wrap: wrap;
}

.detail_cont .descr_user .edit_cont_btn_small{    padding: 6px 11px;}
.edit_submit{width:50%;}
.detail_cont .descr_user p {
    width: 50%;
    margin: 0;
    color: #000;
}

.form-control-small{border-radius: 30px;
    background-color: #F9F8F8;
    border: 0px;
    padding: 10px 20px;
    box-shadow: none; width:100%;}

/*=========================== Responsive CSS =========================*/
@media only screen and (max-width: 992px)
{
   .contact-box{
      margin-bottom: 55px;
   }
   .sidemenu_btn {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      width: 36px;
      padding: 6px;
      margin-left: 0rem;
   }
   .social-media-links{
      margin-top: 35px;
   }
   .side-menu .navbar-brand {
    margin: -4rem 0 0 0;
   }
   .side-menu .navbar-brand img{
    width: 60%;
   }
}
@media only screen and (max-width: 1024px)
{
    .fantastic-four-team:before{
    background-color: #006de6;
    position: absolute;
    width: 100%;
    height: 95px;
    content: '';
    top: 23.5%;
    left: 0;
  }
}
@media only screen and (max-width: 991px)
{
    .fantastic-four-team:before{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 95px;
    content: '';
    top: 23.5%;
    left: 0;
  }
  .team-detail{
  margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px)
{
   .bs-example{
      margin-top: 10px;
   }
   .side-menu .navbar-brand {
    margin: -4rem 0 0 0;
   }
   .side-menu .navbar-brand img{
    width: 60%;
   }

   .side-menu {
    width: 70%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
  }
   
}
@media only screen and (max-width: 320px)
{
  .side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
  }
   
}



