

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  background: #fff;
}
@media (max-width: 767px) {
.mgtfs{margin-top: 0px  !important;}
}
.mgtfs{margin-top: -35px;}
body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  color: #222;
  background: #fff;
}

body.fh5co-overflow {
  overflow-x: auto;
}

::-webkit-selection {
  color: #fff;
  background: #f7c873;
}

::-moz-selection {
  color: #fff;
  background: #f7c873;
}

.conbox {
  background: #008dae;
  min-height: 340px;
  margin-top: 5px;
  margin-right: -40px;
}

.conbox .conset {
  padding: 5px 20px 5px 20px;
}

.conbox .conset h3
{margin-top: 5px; color:white; text-align: center;}
.conbox .conset2 {
  padding: 15px 30px 10px 30px;
}

.conbox .conset i {
  color: #ffffff;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 100;
  vertical-align: middle;
  min-width: 35px;
  float: left;
  margin-top: 3px;
}

.conbox .conset2 i {
  color: #ffffff;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 100;
  vertical-align: middle;
  min-width: 35px;
  float: left;
  
}

.conbox .conset p {
  color: #ffffff;
  margin-left: 42px;
  margin-bottom: 0px;
}

::selection {
  color: #fff;
  background: #f7c873;
}

a {
  color: #337ab7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  
  font-size: 19px;
}

a:hover,
a:focus,
a:active {
  color: #333;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  margin-bottom: 30px;
  font-family: verdana;
  text-align: justify;
  font-size: 16px;
}

.fa-dot-new:before {
    content: "|";
}


.navbar-brand {
  float: left;
  padding: 5px 5px;
  font-size: 18px;
  line-height: 74px;
  height: 74px;
}

.navbar-nav {
 margin: 12px 11.5px;
 margin-left: 0px;
}
.marnv{margin-left: 80px;}
.navbar {
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  border-radius: 0;
  border-color: transparent;
  margin-bottom: 0px;
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.changeclass .nav>li>a {
    color: #fff;
	border-bottom: 4px solid transparent;
  
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #b70808;
  color: #fff;
  border-color: #b70808;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #f7c873;
  color: #fff;
  border: 2px solid #f7c873;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #f6bf5b !important;
  border-color: #f6bf5b !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #f7c873;
  border: 2px solid #f7c873;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #f7c873;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.carousel-indicators {
  position: absolute;
  bottom: 300px;
  z-index: 15;
  width: 30px;
  margin-left: 20px;
  list-style: none;
  text-align: center;
  left: 95%;
}

.carousel-indicators li {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 10px;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  background-color: #fff;
}




#carousel-example-generic .carousel-caption1 h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 45px;
 
}

#carousel-example-generic .carousel-caption1 p {
  text-transform: uppercase;
  color: #c5c9ce;
  
}

#carousel-example-generic .carousel-caption1 .btn {
  text-transform: uppercase;
  color: #c5c9ce;
  border: 1px solid #c5c9ce;
  border-radius: 30px;
  padding: 10px 20px !important;
}


@media only screen and (min-width: 1440px) {
	
#carousel-example-generic .carousel-caption1 { left: 12.5% !important; }
	
}



#carousel-example-generic .carousel-caption1 {
  color: white;
  text-align: left;
  max-width: 300px;
  
  padding: 10px;
  vertical-align: middle;
}

.item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slidsocial i {
  font-size: 20px;
  color: #c5c9ce;
  padding: 5px;
  margin-right: 5px;
}

.slidsocial {
  margin-top: 40px;
}

.slidediv {
  color: #c5c9ce;
  background: linear-gradient(90deg, #4f7598e0 13%, #6f6898a6 50%, #35264d91 60%);
  border-radius: 25px;
  border: 2px solid white;
  border-top: none;
  width: 150px;
  margin-top: -220px;
  
}

.slidediv .btn {
  font-size: 20px;
  color: #c5c9ce;
  background: linear-gradient(90deg, #4f7598e0 13%, #6f6898a6 50%, #35264d91 60%);
  border-radius: 25px;
  border: 2px solid white;
  margin-top: -1px;
  width: 147px;
}

.slidediv p {
  padding: 10px;
  margin-bottom: 0px;
  line-height: normal;
  font-size: 16px;
}

.navbar-form .form-control {
  width: 100px;
  border-radius: 15px;
  padding: 10px;
  height: 35px;
}

.dropdown .fa-user-circle {
  font-size: 26px;
  color: #a4a5a6;
}

.dropdown .fa-angle-down {
  font-size: 22px;
  color: #a4a5a6;
}

.navbar-form .formbtn {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 10000;
  margin-left: -31px;
  margin-top: 1px;
  color: #a4a5a6;
  font-size: 19px;
}

.custom-form {
  padding-top: 10px;
  padding-bottom: 20px;
}

.custom-form .form-control {
  box-shadow: none;
  background: white;
  border-bottom: 1px solid #a4a5a6;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  padding: 10px 10px;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f7c873;
}

.dftbtn {
  text-transform: uppercase;
  color: #008dae;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 10px 35px !important;
  line-height: 1;
}

.about h1 {
  color: #333333;
  font-family: verdana;
}

.about p {
  font-weight: 500;
  margin-top: 30px;
}

.about span {
  min-width: 150px;
  color: #666666;
  font-weight: 700;
  margin: 15px;
}

.about span:hover i {
  transition: 0.4s ease-out all .1s;
  transform: translateX(5px);
}

.about span i {
  vertical-align: middle;
  font-size: 23px;
  color: #cd2930;
}

.secbg {
  background: linear-gradient(0deg, #7f0505 13%, #a20808 50%, #b70808 60%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.secbg h1 {
  color: #ffffff !important;
}

.secbg p {
  color: #ffffff !important;
}

.secbg span {
  color: #ffffff !important;
  margin: 0px;
  font-size: 17px;
}




.secbg2 {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}



.secbg2 p {
  color: #000000 !important;
}

.secbg2 span {
  color: #000000 !important;
  margin: 0px;
  font-size: 17px;
}










.dftwhtbtn {
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 10px 35px !important;
  line-height: 1;
}

.box-c .custom-underline::after {
  bottom: -10px;
  height: 3px !important;
  width: 40%;
  left: 30%;
  background-color: #008dae;
  transition: 0.4s ease-out all .1s;
}

.box-c:hover .custom-underline::after {
  width: 90%;
  left: 5%;
  transition: 0.5s ease all;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  text-decoration: none;
}

.custom-underline::after {
  content: "";
  position: absolute;
}

.custom-underline {
  position: relative;
  display: inline-block;
  text-align: center;
}

.brdlft {
  border-left: 2px dotted #666666;
  padding: 0 14px 0 14px;
}

.custom-underline2 {
  font-weight: bold;
  color: #008dae;
  border-bottom: 2px dotted #666666;
  width: fit-content;
  padding-bottom: 10px;
}

.custom-underline2 {
  position: relative;
  display: inline-block;
  text-align: center;
}

#finsp {
  padding-bottom: 30px;
}

#finsp .finsp {
  border-right: 2px dotted #ca0813;
  margin-top: 30px;
  min-height: 258px;
}

#finsp .nb {
  border-right: none;
}

.nobright {
  border-right: none !important;
}

.finsp span {
  display: inline-flex;
  padding-bottom: 22px;
  font-weight: 600;
  color: #8f8f90;
}

.finsp span i {
  font-size: 22px;
  color: #ca0813;
  font-weight: 500;
  padding-right: 13px;
  margin-top: 5px;
  vertical-align: middle;
}

#fh5co-header {
  /* padding: 0em 3em 0em 3em; */
  width: 100%;
  border-bottom: 2px solid #dee1e8;
  /*margin-bottom: 2em;*/
  background: transparent;
}

@media screen and (max-width: 1200px) {
  #fh5co-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-header {
    /* padding-bottom: 4em !important;*/
  }
  
  .conbox .conset2 {
    padding: 27px 32px 40px 30px;
}

.sim-slider{height:650px!important}
.lyr2 {
    height:650px!important; top: 80% !important;}
.lyr{
    height:650px!important;  }
.lyr3{
    height:650px!important;  }	
	
.sim-slider-inner	{
    height:650px!important;  }	
.slidediv	{}
.slidsocial {
    margin-top: -40px;
    margin-left: 10px;
}	
}

#fh5co-header .fh5co-nav-toggle {
  position: absolute;
  top: 0.5em;
  left: 3em;
  z-index: 99;
}

@media screen and (max-width: 1200px) {
  #fh5co-header .fh5co-nav-toggle {
    top: 0.5em;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-header .fh5co-nav-toggle {
    top: 0.5em;
    left: 20px;
  }
}

#fh5co-header .fh5co-social {
  position: absolute !important;
  right: 3em !important;
  top: -0.5em;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #fh5co-header .fh5co-social {
    right: 15px !important;
    top: 3.2em;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-header .fh5co-social {
    right: 15px !important;
    top: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-header .fh5co-social {
    right: inherit !important;
    left: inherit !important;
    top: -0.7em;
    right: 6% !important;
  }
}

@media screen and (max-width: 360px) {
  #fh5co-header .fh5co-social {
    right: inherit !important;
    left: inherit !important;
    top: -0.7em;
    right: 3% !important;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-header {
    /*padding-top: 1.5em;*/
    /*padding-bottom: 1.5em;*/
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
	.mbchange{
    display: none!important;
  }
  
  .dkchange{
    display: block!important;
	background: white;
	border-bottom: 2px solid #dee1e8;
  }
  
  .feedback-form {
    right: 15px;
}
	
}
@media screen and (max-width: 767px) {
	
	.dkchange{
    display: none!important;
  }
	
	
  .changeclass {
    display: none!important;
  }
  .slidediv {
    margin-left: -59%;
    top: 0;
  }
  .chages {
    display: block !important;
  }
  #carousel-example-generic .carousel-caption1 h1 {
    color: #ffffff;
    font-size: 20px;
  }
  #carousel-example-generic .carousel-caption1 p {
    text-transform: initial;
    color: #ffffff;
    
    font-size: 15px;
    margin-bottom: 5px;
  }
  #carousel-example-generic .carousel-caption1 {
    left: 0;
    right: 0;
  }
  #carousel-example-generic .carousel-caption1 .btn {
    padding: 4px 10px !important;
    text-transform: initial;
  }
  .xxmr {
    margin-top: -15px !important;
    margin-left: 15px;
    float: right;
  }
  #fh5co-footer p {
    text-align: center;
  }
  .carousel-indicators {
    display: none;
  }
  .dropdown-menu>li>a {
    padding: 10px 15px !important;
  }
  .dftwhtbtn {
    padding: 10px 21px !important;
  }
  .dftbtn {
    padding: 10px 21px !important;
  }
  .nav-tabs>li {
    float: none;
  }
  #finsp .finsp {
    min-height: 160px;
    border-right: none;
    margin-top: 5px;
  }
  .brdlft {
    border-left: none;
    padding: 0px 0px 0 0px;
  }
  .about p {
    margin-bottom: 20px;
  }
  .finsp span {
    padding-bottom: 10px;
  }
  .AnaLY .imgsec {
    border-right: 1px dotted #ffffff00 !important;
  }
  .Mohan {
    background-size: contain !important;
    background-repeat: repeat-x;
    margin-top: 15px;
    padding-bottom: 10px !important;
  }
  .Mohan .divs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .Mohan h2 {
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 22px;
  }
  .Mohan h6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .Mohan span i {
    padding: 5px 5px 5px 6px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 12px;
  }
  .Ajay {
    background-size: contain !important;
    background-repeat: repeat-x;
    margin-top: 15px;
    padding-bottom: 10px !important;
  }
  .Ajay .divs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .Ajay h2 {
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 22px;
  }
  .Ajay h6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .Ajay span i {
    padding: 5px 5px 5px 6px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 12px;
  }
  .Amol {
    background-size: contain !important;
    background-repeat: repeat-x;
    margin-top: 15px;
    padding-bottom: 10px !important;
  }
  .Amol .divs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .Amol h2 {
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 22px;
  }
  .Amol h6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .Amol span i {
    padding: 5px 5px 5px 6px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 12px;
  }
  .Vikas {
    background-size: contain !important;
    background-repeat: repeat-x;
    margin-top: 15px;
    padding-bottom: 10px !important;
  }
  .Vikas .divs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .Vikas h2 {
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 22px;
  }
  .Vikas h6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .Vikas span i {
    padding: 5px 5px 5px 6px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 12px;
  }
  #finsp {
    padding-bottom: 0px;
  }
  p {
    margin-bottom: 15px;
  }
  .SDo {
    margin-bottom: 10px;
  }
  .custom-form {
    padding-bottom: 10px;
  }
  .lbreadcumb6 {
    padding-top: 0px !important;
  }
  .testimonial_text:after {
    bottom: 58px !important;
  }
}

#testimonials {
  margin: 15px auto;
  padding: 20px 0px 50px 0px;
  position: relative;
}

#testimonials .testimonial {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

#test_container {
  position: relative;
  overflow: hidden;
}

#testimonials .testimonial_text {
  font-size: 14px;
  font-family: verdana;
  font-style: italic;
}

#testimonials .testimonial_text p {
  background: #ffffff url(quote.html) no-repeat 17px 21px;
  padding: 10px;
  border-radius: 20px;
  border: 4px solid #cd2930;
}

.testimonial_text:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-style: none none solid solid;
  border-width: 0 0 0px 0px;
  position: absolute;
  bottom: 69px;
  left: 50%;
  transform: skewY(45deg);
  border-right: 4px solid #cd2930;
  border-bottom: 4px solid #cd2930;
}

#testimonials .testimonial_name {
  font-size: 17px;
  margin: 18px auto 3px;
  color: black;
}

#testimonials .testimonial_designation {
  font-size: 12px;
  line-height: 14px;
  font-family: verdana;
}

#t_pagers {
  position: absolute;
  left: 45%;
  bottom: -5px;
  z-index: 2;
  text-align: center;
}

#t_pagers .pager {
  display: inline-block;
  text-decoration: none;
  width: 10px;
  min-height: 10px;
  margin-right: 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

#t_pagers .pager.active {
  background: #c12127;
}

.img__wrap {
  position: relative;
  height: 200px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.76);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.76);
}

.img__wrap>.img__img {
  border-bottom: 3px solid #c12127;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(193, 33, 39, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
  text-align: center;
  padding: 0 15px;
}

.img__wrap:hover .img__description {
  transform: translateY(0);
  text-align: center;
  padding: 0 15px;
}

.xxmr {
  margin-top: -60px;
}

#fh5co-header #fh5co-logo {
  text-align: center;
}

#fh5co-header #fh5co-logo a {
  color: #000;
}

#fh5co-header #fh5co-logo a sup {
  font-size: 20px;
  top: -20px;
}

.fh5co-post-prev,
.fh5co-post-next {
  position: fixed;
  z-index: 999;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .fh5co-post-prev,
  .fh5co-post-next {
    position: relative;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}

.fh5co-post-prev span,
.fh5co-post-next span {
  vertical-align: base;
  width: 100px;
}

.fh5co-post-prev span i,
.fh5co-post-next span i {
  top: 7px;
  position: relative;
  font-size: 30px;
  color: #000;
}

.fh5co-post-prev {
  left: 0;
  margin-left: -25px;
}

.fh5co-post-prev:hover {
  margin-left: 10px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .fh5co-post-prev {
    margin-left: 15px;
    float: left;
  }
}

.fh5co-post-next {
  right: 0;
  margin-right: -25px;
}

.fh5co-post-next:hover {
  margin-right: 10px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .fh5co-post-next {
    margin-right: 15px;
    float: right;
  }
}

.fh5co-post-entry.single-entry .fh5co-article-title {
  font-size: 80px;
}

@media screen and (max-width: 992px) {
  .fh5co-post-entry.single-entry .fh5co-article-title {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-post-entry.single-entry .fh5co-article-title {
    font-size: 34px;
  }
}

.fh5co-post-entry article {
  text-align: center;
  float: left;
  margin-bottom: 110px;
  padding-left: 3em;
  padding-right: 3em;
}

@media screen and (max-width: 1200px) {
  .fh5co-post-entry article {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .conbox .conset2 {
    padding: 25px 30px 35px 30px;
}

.conbox .conset p {
  
    font-size: 15px;
}

.SDo img {
    width: 60px !important;
    margin-top: -9rem !important;
}

.SDo h4 {
   
    font-size: medium;
}

.Vikas {
    
    background-size: contain !important;
    background-repeat: no-repeat;
}

.Mohan{
    
    background-size: contain !important;
    background-repeat: no-repeat;
}

.Ajay{
    
    background-size: contain !important;
    background-repeat: no-repeat;
}
.Amol{
    
    background-size: contain !important;
    background-repeat: no-repeat;
}

}
@media screen and (max-width: 992px) {
  .fh5co-post-entry article {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-post-entry article {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fh5co-post-entry article a img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-post-entry article a:hover img {
  opacity: .4;
}

.fh5co-post-entry article figure {
  margin-bottom: 30px;
}

.fh5co-post-entry article h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
}

.fh5co-post-entry article h2 a {
  color: #000;
}

@media screen and (max-width: 992px) {
  .fh5co-post-entry article h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-post-entry article h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.fh5co-post-entry article .fh5co-meta {
  font-size: 16px;
  font-family: "Roboto", arial, sans-serif;
  color: #999999;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 480px) {
  .fh5co-post-entry article .fh5co-meta {
    margin-bottom: 10px;
  }
}

.fh5co-post-entry article .fh5co-meta.fh5co-date {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fh5co-post-entry article .content-article {
  padding-top: 4em;
}

.fh5co-post-entry article .content-article a {
  text-decoration: underline;
}

.fh5co-post-entry article .content-article blockquote {
  border-left: none;
  padding-left: 0;
}

.fh5co-post-entry article .content-article blockquote p {
  font-family: "Playfair Display", times, serif;
  font-size: 27px;
  font-style: italic;
  line-height: 1.5;
}

.fh5co-post-entry article .content-article blockquote p cite {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  font-style: normal;
  color: gray;
}

.fh5co-post-entry article .fh5co-highlight {
  border: 4px solid #f2f2f2;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.fh5co-post-entry article .fh5co-highlight.right {
  float: right;
  margin-left: 30px;
}

.fh5co-post-entry article .fh5co-highlight.left {
  float: left;
}

.fh5co-post-entry article .fh5co-highlight h4 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: "Roboto", arial, sans-serif;
}

.fh5co-post-entry article .fh5co-highlight p {
  font-family: "Playfair Display", times, serif;
  color: #000;
  font-size: 20px;
}

.fh5co-social {
  padding: 0;
  margin: 30px 0 0 0;
  position: relative;
}

.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.fh5co-social li a {
  font-size: 20px;
  padding: 4px;
  color: #a4a5a6;
}

figure figcaption {
  padding-top: 15px;
  font-size: 14px;
  color: #999999;
}

#fh5co-offcanvas {
  background: linear-gradient(87deg, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 229, 1) 93%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    padding-top: 0px;
    width: 257px;
  }
}

#fh5co-offcanvas .fh5co-close-offcanvas {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  width: 30px;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #d02b32;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas .fh5co-close-offcanvas {
    top: 16px;
  }
}

#fh5co-offcanvas .fh5co-close-offcanvas:hover {
  width: 85px;
  color: #000;
}

#fh5co-offcanvas .fh5co-close-offcanvas>span {
  width: 100px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-offcanvas .fh5co-close-offcanvas>span>span {
  top: 7px;
  position: relative;
  font-size: 18px;
  vertical-align: top;
}

#fh5co-offcanvas .fh5co-box {
  float: left;
  /* margin-bottom: 30px; */
  /* width: 100%; */
}

#fh5co-offcanvas .fh5co-menu,
#fh5co-offcanvas .fh5co-bio {
  padding: 0px 0px 80px 36px;
  background: #d02b32;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas .fh5co-menu,
  #fh5co-offcanvas .fh5co-bio {
    width: 100%;
    padding: 0px 0px 80px 30px;
  }
}

#fh5co-offcanvas .fh5co-bio {
  text-align: center;
  float: left;
}

#fh5co-offcanvas .fh5co-bio figure {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

#fh5co-offcanvas .fh5co-bio img {
  width: 180px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-offcanvas .fh5co-bio p {
  font-size: 16px;
}

#fh5co-offcanvas .heading {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cccccc;
  margin-bottom: 0px;
  margin-top: 0px;
}

#fh5co-offcanvas .fh5co-menu {}

#fh5co-offcanvas .fh5co-menu ul {
  padding: 0;
  margin: 0;
  margin-left: -36px;
}

#fh5co-offcanvas .fh5co-menu ul li {
  padding: 0;
  margin: 0px 0 0px 0;
  list-style: none;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
}

#fh5co-offcanvas .fh5co-menu ul li:hover {
  background: linear-gradient(100deg, rgb(208, 43, 50) 46%, rgb(237, 63, 73) 77%);
}

#fh5co-offcanvas .fh5co-menu ul li:hover a {
  color: white;
}

#fh5co-offcanvas .fh5co-menu ul li a i {
  float: right;
  padding-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}

#fh5co-offcanvas .fh5co-menu ul li a {
  color: #000;
  display: block;
  width: 100%;
}

.nsdrop {
  margin-left: 10px !important;
}

.gsdrop {
  right: 0px;
  left: auto;
}

.nsdrop li {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.nsdrop li a {
  color: #000!important;
}

.nsdrop li:hover a {
  color: #fff!important;
}

#fh5co-footer {
  padding: 10px 0;
  text-align: center;
  background: #008dae;
  color: #fff;
}

#fh5co-footer p {
  margin-bottom: 0px;
  font-size: 16px;
}

#fh5co-footer p a {
  color: #dcdbdb;
  font-size: 15px;
}

.js .to-animate,
.js .to-animate-2,
.js .animate-box {
  opacity: 0;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #f7c873;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: block;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rp-b {
  padding-bottom: 40px;
}

.cp-l {
  padding-left: 50px;
}

@media screen and (max-width: 992px) {
  .cp-l {
    padding-left: 15px;
  }
}

.cp-r {
  padding-right: 50px;
}

@media screen and (max-width: 992px) {
  .cp-r {
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
}

.dashedright {
  border-right: 2px dashed #b70808;
}

.dashedbottom {
  border-bottom: 2px dashed #b70808;
  padding-bottom: 30px;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 17px 2px 7px 7px;
    margin-left: 17px;
  border: none;
  border-bottom: 4px solid #ffffff;
  
}

.navbar-nav>li>.dropdown-menu {
  border-top: 4px solid #008dae;
}

.dropdown-menu>li>a {
  padding: 10px 10px;
}

.dropdown-menu {
  padding: 0px 0;
}

.dropdown-menu .fa-long-arrow-right {
  color: #c12127;
  vertical-align: middle;
  font-size: 22px;
}

.dropdown-menu>li>a:hover .fa-long-arrow-right {
  color: #ffffff;
}

.dropdown-menu>li>a:focus .fa-long-arrow-right {
  color: #ffffff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #008dae;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  color: #008dae;
  border-color: #008dae;
}

.nav-tabs li h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #a4a5a6;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
 
  border-bottom: 4px solid #008dae;
  cursor: default;
  text-align: left;
  border-top: none;
  border-right: none;
  border-left: none;
}



.tab-content>.tab-pane h3 {
  color: #008dae;
  padding: 10px 15px 10px 15px;
  border: 1px solid #008dae;
  border-radius: 30px;
  width: fit-content;
  line-height: 25px;
}

.tab-content>.tab-pane h4 {
  color: #b70808;
  padding: 10px 3px 10px 3px;
  line-height: 25px;
  font-size: 24px;
}

.tab-content>.tab-pane h6 {
  color: #b70808;
  padding: 23px 0px 0px 0px;
  line-height: 20px;
  font-size: 20px;
}

.tab-content>.tab-pane h4 span {
  color: #b70808;
  padding: 10px 3px 10px 3px;
  border-bottom: 1px dashed #008dae;
  width: fit-content;
}

.tab-content>.tab-pane h5 {
  color: #505050;
  padding: 5px 5px 5px 5px;
  line-height: 25px;
  font-size: 18px;
}

.BuIt {
  background: url(../images/BusinessIntelligence.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.BuIt h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.BuIt h2 span {
  border-bottom: 1.5px dotted #008dae;
  width: max-content;
  padding-bottom: 10px;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.BuIt p {
  color: white;
}

.AcS {
  background: url(../images/AccountingServices.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
}

.AcS h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.AcS h2 span {
  border-bottom: 1.5px dotted #008dae;
  width: max-content;
  padding-bottom: 10px;
}

.AcS p {
  color: white;
}

.SyDe {
  background: url(../images/SystemDesign.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.SyDe h2 {
  color: black;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.SyDe h2 span {
  border-bottom: 1.5px dotted #008dae;
  width: max-content;
  padding-bottom: 10px;
}

.SyDe p {
  color: black;
}

.NeS {
  background: url(../images/NewSystem.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
}

.NeS h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.NeS h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.NeS p {
  color: white;
}

.ComM {
  background: url(../images/ComplianceManagement.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: 1px;
}

.ComM h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.ComM h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.ComM p {
  color: white;
}

.FiMa {
  background: url(../images/Financial-Management.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
}

.bodtr {
  border-bottom: 2px dotted grey;
  padding-bottom: 10px;
}

.FiMa h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.FiMa h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.FiMa p {
  color: white;
}

.IncS {
  background: url(../images/IncorporationSetUp.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: 1px;
}


.IncS h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.IncS h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.IncS p {
  color: white;
}

.Migra {
  background: url(../images/Migration.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
}

.bodtr {
  border-bottom: 2px dotted grey;
  padding-bottom: 10px;
}

.Migra h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.Migra h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.Migra p {
  color: white;
}

.ERPC {
  background: url(../images/ERPCorrection.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: 1px;
}

.bodtr {
  border-bottom: 2px dotted grey;
  padding-bottom: 10px;
}

.ERPC h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.ERPC h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.ERPC p {
  color: white;
}

.BuSt {
  background: url(../images/business-strategy.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: 1px;
}

.BuSt h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.BuSt h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.BuSt p {
  color: white;
}

.FiSt {
  background: url(../images/FiSt.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.FiSt h2 {
  color: #666666;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.FiSt h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.FiSt h4 {
  color: #666666 !important;
  font-size: 21px !important;
}

.FiSt h5 {
  color: #666666 !important;
  font-size: 23px !important;
  font-weight: bold;
}

.FiSt p {
  color: white;
}

.BpRe {
  background: url(../images/BusinessProcess.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
}

.BpRe h2 {
  color: #d22d34;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.BpRe h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.BpRe p {
  color: #211f1f;
}

.LoSt {
  background: url(../images/LoSt.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.LoSt h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.LoSt h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}



.LoSt p {
  color: white;
}

.LoSt .imgsec span {
  color: #ffffff;
  font-weight: 100;
}

.AnaLY {
  background: url(../images/Analytics.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.AnaLY h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.AnaLY h2 span {
  border-bottom: 1.5px dotted #008dae;
  width: max-content;
  padding-bottom: 10px;
}



.AnaLY p {
  color: white;
}

.AnaLY .imgsec span {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 13px;
}

.AnaLY .imgsec {
  border-right: 1px dotted white;
}

.AnaLY .imgsec ul {
  list-style: none;
  padding-left: 0px;
  color: white;
}

.BooK {
 
  padding-top: 10px;
  padding-bottom: 20px;
  
}


.BooK h2 {
  color: black;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.BooK h2 span {
  border-bottom: 1.5px dotted #008dae;
  width: max-content;
  padding-bottom: 10px;
  font-size: 25px !important;
}



.BooK p {
  color: white;
}

.BooK .imgsec span {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 13px;
}

.BooK .imgsec {
  border-right: 1px dotted white;
}

.BooK .imgsec ul {
  list-style: none;
  padding-left: 0px;
  color: white;
}

.FinRp {
  background: url(../images/FinancialReporting.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.FinRp h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.FinRp h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}



.FinRp p {
  color: white;
}

.FinRp .imgsec span {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 13px;
}

.FinRp .imgsec {
  border-right: 1px dotted white;
}

.FinRp .imgsec ul {
  list-style: none;
  padding-left: 0px;
  color: white;
}

.DasB {
  background: url(../images/Dashboards.jpg) no-repeat center center;
  padding-top: 10px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.DasB h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.DasB h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.LoSt h4 {
  color: white !important;
  font-size: 23px !important;
}

.DasB p {
  color: white;
}

.DasB .imgsec span {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 13px;
}

.DasB .imgsec {
  border-right: 1px dotted white;
}

.DasB .imgsec ul {
  list-style: none;
  padding-left: 0px;
  color: white;
}

.Mohan {
  background-image: url(../images/Mohan2.jpg);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

.Mohan h2 {
  color: white;
}

.Mohan h6 {
  color: white;
}

.Mohan span {
  color: white;
}

.Mohan i {
  color: white;
}

.Mohan .fa-ul i {
  color: #c12127;
}

.Mohan span i {
  border: 1px solid white;
  padding: 6px 5px 5px 9px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.Mohan .divs {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.Ajay {
  background-image: url(../images/Ajay2.jpg);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

.Ajay h2 {
  color: white;
}

.Ajay h6 {
  color: white;
}

.Ajay span {
  color: white;
}

.Ajay i {
  color: white;
}

.Ajay .fa-ul i {
  color: #c12127;
}

.Ajay span i {
  border: 1px solid white;
  padding: 6px 5px 5px 9px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.Ajay .divs {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.Amol {
  background-image: url(../images/Amol2.jpg);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

.Amol h2 {
  color: white;
}

.Amol h6 {
  color: white;
}

.Amol span {
  color: white;
}

.Amol i {
  color: white;
}

.Amol .fa-ul i {
  color: #c12127;
}

.Amol span i {
  border: 1px solid white;
  padding: 6px 5px 5px 9px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.Amol .divs {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.Vikas {
  background-image: url(../images/Vikas2.jpg);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

.Vikas h2 {
  color: white;
}

.Vikas h6 {
  color: white;
}

.Vikas span {
  color: white;
}

.Vikas i {
  color: white;
}

.Vikas .fa-ul i {
  color: #c12127;
}

.Vikas span i {
  border: 1px solid white;
  padding: 6px 5px 5px 9px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.Vikas .divs {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.SDo {
  border-bottom: 3px dotted grey;
  padding-bottom: 16px;
  padding-top: 16px;
}

.SDo>.divsa>a {
  padding: 5px 9px 6px 9px;
  border: 1px solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.txtspan {
  color: #333;
  padding: 10px 3px 10px 3px;
  border-bottom: 1px dashed #847f7f;
  width: fit-content;
  font-weight: bold;
}

.fa-ul2>li {
  position: relative;
}

.fa-ul2 {
  list-style-type: none;
  margin-left: 1.7em;
  padding-left: 0;
  font-size: 16px;
}

.fa-ul2>li>span>i {
  color: #008dae;
  font-weight: 500;
}

.SDo>.divsa>.gtnt {
  padding: 10px;
  border-radius: 25px;
  border: 2px solid #333;
  color: #008dae;
  font-weight: 600;
}

.SDo img {
  width: 90px;
  margin-top: -7rem;
}

.SDo>.divsa {
  display: inline-block;
}

.SDo h4 {
  color: #000000;
  font-weight: 600;
}

.AudA {

  padding-top: 10px;
  padding-bottom: 20px;
 
}

.AudA h2 {
  color: black;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.AudA h2 span {
  border-bottom: 1.5px dotted #d22d34;
  width: max-content;
  padding-bottom: 10px;
}

.AudA h4 {
  color: white !important;
  font-size: 21px !important;
}

.AudA p {
  color: white;
}

.AudA .imgsec span {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 13px;
}

.AudA .imgsec {
  border-right: 1px dotted white;
}

.AudA .imgsec ul {
  list-style: none;
  padding-left: 0px;
  color: white;
}

.tab-content>.active p {
  margin-bottom: 20px;
  margin-top: 12px;
}

.lbreadcumb p {
  color: white;
}

.lbreadcumb {
  background: #929394;
  padding-top: 10px;
  padding-bottom: 20px;
}

.lbreadcumb h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 70px;
}

.lbreadcumb2 {
  background: #c12127;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lbreadcumb2 h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.lbreadcumb2 p {
  color: white;
}

.lbreadcumb2 .nav-tabs {
  border-bottom: none;
}

.lbreadcumb2 .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: black !important;
  border-bottom: 4px solid #c12127;
}

.lbreadcumb3 .nav-tabs>li.active>a,
.lbreadcumb3 .nav-tabs>li.active>a:hover,
.lbreadcumb3 .nav-tabs>li.active>a:focus,
.lbreadcumb3 .nav-tabs>li.active>a:active {
  color: #000000;
    border-bottom: 4px solid #d22d34;
    cursor: default;
    text-align: left;
    border-top: none;
    border-right: none;
    border-left: none;
}





.lbreadcumb2 .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 10px;
  margin-left: 0px;
  border: none;
  color: #fff;
  min-height: 30px;
  border-bottom: 4px solid #c12127;
}

.lbreadcumb2 .nav>li>a>i {
  vertical-align: middle;
  font-size: 20px;
}

.lbreadcumb3 {
  background: white;
  padding-top: 10px;
  
}

.lbreadcumb3 h2 {
  color: white;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
}

.lbreadcumb3 p {
  color: white;
}

.lbreadcumb3 .nav-tabs {
  border-bottom: none;
}

.lbreadcumb3 .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 10px;
  margin-left: 0px;
  border: none;
  color: #5f5f5f;
  min-height: 30px;
  border-bottom: 4px solid #ffffff;
}
.aftdi .nav>li>a:after{
    content: "|";
	font-size: 20px;
    padding-left: 10px;
    margin-right: -10px;
    font-weight: 100;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	float: right;
	
}

.aftli .nav>li>a:after{
	content: "|";
    font-size: 44px;
    margin-left: 15px;
    margin-right: -15px;
    float: right;
    position: relative;
    top: -18px;
    line-height: 29px;
    font-weight: 100;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

.asdr:after{
	content: " " !important;
}

.lbreadcumb3 .nav>li>a>i {
  font-size: 20px;
    padding-left: 10px;
    margin-right: -10px;
    font-weight: bold;
}

.lbreadcumb4 {
  background: #bce4e9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lbreadcumb5 {
  background: #f6f1de;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lbreadcumb6 {
  background: #ececec;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lbreadcumb6 .custom-form .form-control {
  background: #ececec;
}

.DoS {
  text-align: center;
}

.DoS h4 {
  line-height: 22px;
  color: #69696d;
  font-weight: 600;
}

.DoS h3 {
  line-height: 22px;
  color: #000000;
  font-weight: 600;
}

.BusSta {
  padding-top: 10px;
  padding-bottom: 20px;
}

.lbreadcumb a:last-child {
  margin-left: 12px;
}

.lbreadcumb a {
  color: #d22d34;
  font-weight: 100;
}

.lbreadcumb a span {
  color: #ffffff;
  margin-left: 10px;
}

.lbreadcumb h2 span {
  border-bottom: 1.5px dotted #008dae;
  width: max-content;
  padding-bottom: 10px;
}

.CompM .arrli ul {
  color: #7b7b7b;
}

.pt-17 {
  padding-top: 17rem;
}

.uls ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.uls ul li:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url('../images/4.jpg');
  background-size: cover;
  background-position: center;
  left: 0;
}

.ulinw h5 {
  color: #838586;
  font-size: 20px;
}

.ulinw ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
}

.ulinw ul {
  padding-left: 0;
}

.ulinw {
  border-right: 1px dashed #bd1f1f;
}

.ulinw:last-child {
  border-right: 1px dashed #fff;
  padding-bottom: 20px;
}

.imgsec {
  margin-bottom: 10px;
  margin-top: 10px;
}

.imgsec img {
  width: 60px !important;
  height: auto !important;
  margin-right: 15px !important;
}

.imgsec span {
  color: #333;
  font-weight: bold;
  display: inline-flex;
  width: 268px;
  vertical-align: middle;
  font-size: 16px !important;
}

.arrli ul {
  list-style: none;
  color: white;
  margin-left: 1.5em;
}

.arrli>ul>li>span {
  color: #c12127;
}


.darrli ul {
  list-style: none;
  color: black;
  margin-left: 1.5em;
  font-size: 17px !important;
}

.darrli>ul>li>span {
  color: #c12127;
}

.changeclass {
  display: block;
}

.change {
  display: none;
}

.chages {
  display: none;
}

.changed {
  display: block;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 10;
}

@media only screen and (min-device-width: 768px)  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) 
{

.nav>li>a {
    padding: 10px 5px 10px 5px;
    margin-left: 4px;
}
.navbar-nav {
    margin: 10.75px 0.0px;
	
}

.marnv {
   
    margin-top: 18px;
}
.dropdown .fa-user-circle {
    font-size: 22px;
   
}
.navbar-right {
   
    margin-top: 16px !important;
}

.nav-tabs > li > a {
   margin-right: 0px;
  
}
    
.nav-tabs > li  {
  
   max-width: 250px;
}

}

#exTab2 {
  padding-top: 75px;
}

.space15 {
  height: 15px;
}

.feedback-form
{
	position:fixed;
	top:15%;
	right:0;
	z-index:100;
	min-height:450px;
	
}

.feedback-form-show
{
	right:0 !important;
}

.feedback_form_area
{

	position:relative;
	display:none;
	 overflow: hidden;
	background: rgba(189, 189, 189, 0.9);
}

.feedback_form_area_inner
{
		width:70px;
	min-height:100px;
	color:#fff;
	padding:15px;
}

.feedback_form_area h3
{
	color: #000000;
	margin-top:0;
}
		
.custom-inp
{
	width:100%;
	height:35px;
	padding-left:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}
		
.custom-inp-txt
{
	width:100%;
	height:100px;
	padding:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}

.feedback-form-btn
{
	position: absolute;
    left: -70px;
    color: #fff;
    transform: rotate(90deg);
    top: 18%;
    background: #008dae;
    border: #008dae;
    font-size: 14px;
    font-weight: 100;
	text-transform: uppercase;
    padding: 5px 5px;
}

.feedback-form-btn:hover:before, .feedback-form-btn:active:before, .feedback-form-btn:focus:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 108px;
    border-bottom: 30px solid #ffffff00;
    border-right: 20px solid #000000;
    width: 0;
}

/*.feedback-form-btn:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 108px;
    border-bottom: 30px solid #ffffff00;
    border-right: 20px solid #008dae;
    width: 0;
}*/
.feedback-form-btn:hover:after, .feedback-form-btn:focus:after, .feedback-form-btn:active:after   {
  content: '';
    position: absolute;
    top: 0px;
    right: -18px;
    border-bottom: 30px solid #ffffff00;
    border-left: 20px solid #000000;
    width: 0;
}
/*.feedback-form-btn:after {
  content: '';
    position: absolute;
    top: 0px;
    right: -18px;
    border-bottom: 30px solid #ffffff00;
    border-left: 20px solid #008dae;
    width: 0;
}*/





.feedback-form-btn:hover, .feedback-form-btn:active, .feedback-form-btn:focus{
	color: #fff;
    background: #000;
    border: #000;
}


@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
		width:260px;
	min-height:360px;
	color:#fff;
	padding:15px;
}
}

}


.lh-1pt3{
line-height: 1.3em;
}
.fs-17{
  font-size: 17px;
  font-family: verdana;
}
.justify-content-center{

  justify-content: center;
}


.fs-30{
  font-size: 30px;
}

.fw-600{
  font-weight: 600;
}
.mt-50{
      margin-top: 50px;

}

.ml-310{
      margin-left: 310px;
}
.mb-30{
      margin-bottom: 30px;

}



    .custom-underline::after {
    content: "";
    position: absolute;
}

.custom-underline::after {
    bottom: -10px;
    height: 3px !important;
    width: 40%;
    left: 30%;
    background-color: #cd2930;
    transition: 0.4s ease-out all .1s;
}
.custom-underline {
    position: relative;
    display: inline-block;
    text-align: center;
}

.border-bottom-grey{
      border-bottom: 1px solid #e7e7e7 !important;

}