

body {
   font-family: "Roboto", sans-serif;
  color: #4D4D4F;
overflow-x: hidden;
font-size: 16px;
}
.head-audit-orannge
{
	color: #eb8e00;
    text-align: left;
    width: 100%;

}
.head-txt-two-orannge {
   padding: 0 !important;
   margin-bottom: 10px;
}
#selectable-content .container{margin-bottom: 40px;}

h1 {
  margin-top: 40px !important;
  font-size: 40px;
   font-family: "Roboto", sans-serif;
  color: #231F20;
  margin-bottom: 40px;
  font-weight: 300;
}
h1 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #D14D1B;
  text-transform: initial;
}
h2 {
  margin-top: 40px !important;
  font-size: 40px;
   font-family: "Roboto", sans-serif;
  color: #231F20;
  margin-bottom: 10px;
}

h3 {

  font-size: 19px;
  font-weight: 600;
  color: #211D1E;
  margin-bottom: 2px;
}

b, strong {
  font-weight: 600;
}
 
.caption{
  font-size: 13px;
  padding-bottom: 0;
  padding-top: 0;
}


a {
  color: #D14D1B;
}

a:hover {
  color: #D14D1B;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
}

.btn-outline-dark:hover {
  color: #fff;
}

.btn {
  color: #ff4d4d;
}

.btn-outline-dark {
  color: #ff4d4d;
}

/**Footer Styles**/

.outter-footer-block {
  padding: 5px 0;
  margin-top: 60px;
  position: relative;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #4D4D4F;
}




.foot-title {
 font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-top: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.nav-container-block {
  width: 100px;
  height: 100%;
}

.nav-controller {
  height: 100%;
  width: calc(50% - 5px);
  display: inline-block;
  border-radius: 15px 15px 0 0;
  border-radius: 50%;
  margin: 0px;
  width: 44px;
  height: 44px;
  /* background:#898989;
  border: 1px solid#898989; */
}

.nav-controller:first-child {
  margin-right: 5px;
}

.nav-controller a {
  transition: 0.6s ease-in-out;
  display: block;
  height: 100%;
  border-radius: inherit;
  position: relative;
}



.nav-controller a:before {
  transition: inherit;
  font-family: "icomoon";
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -35%);
  left: 30%;
}

.nav-next-button:before {
  content: "\e944";
}

.nav-next-button:hover:before {
  margin-left: 8px;
  color: #FFF;
}

.nav-prev-button:before {
  content: "\e943";
}

.nav-prev-button:hover:before {
  margin-left: -8px;
  color: #FFF;
}

.nav-controller a span {
  color: #ff4d4d;
  text-align: center;
  position: absolute;
  top: -90%;
  width: 290%;
  display: none;
  transition: opacity 0.6s ease-in-out;
}

.nav-controller a:hover span {
  display: block;
  animation: fadeInNav 0.6s ease-in-out;
}

.nav-next-button span {
  left: -160%;
}

.nav-prev-button span {
  left: -30%;
}


/*Toolbar*/

.download-button {
  height: 46px;
  width: 150px;
  position: fixed;
  background: #5A8B7A;
  bottom: 0px;
  right: -110px;
  transition: 0.8s ease-in-out;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  animation: colorSwitch 5s infinite ease-in-out;
}


.download-button:hover {
  animation: none;
  right: 0px
}

.download-button:before {
  content: "\efd5";
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-family: 'icomoon';
}



.download-button:after {
  content: "Download";
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes colorSwitch {
  0% {
    background: #5A8B7A
  }

  33% {
    background: #000
  }

  66% {
    background: #AA916C;
  }

  100% {
    background: #5A8B7A
  }
}



.tab-items .nav-link {
  text-align: center;
  border: 1px solid #031795;
  border-radius: 32px;
  padding: 16px 40px;
  font-size: 23px;
  color: #000 !important;
}

.tab-items.active {
  border: 1px solid #F00;
}

.nav-pills .tab-items {
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
  border: 1px solid #F00;
  color: #F00 !important;
  position: relative;
}

.tab-items .nav-link:hover {
  text-decoration: none !important;
}

.tab-items .nav-link.active:before {
  content: "\e93a";
  font-family: 'icomoon';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #F00;
  z-index: 1001;
  font-size: 25px;
}

.tab-items .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-52%);
  z-index: 1001;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.tab-content {
  margin-bottom: 0px;
  position: relative;
}

.border-list li {
  border-bottom: 1px solid #031795;
  list-style: none;
  padding: 10px 0;
  color: #031795;
  font-size: 17px;
}

.border-list li strong {
  font-size: 22px
}

.border-list li span {
  font-weight: bold
}

.border-list {
  padding-left: 0
}

.fin-hover .nav-link {
  position: relative;
}

.fin-hover .nav-link:after {
  content: "\e93a";
  font-family: 'icomoon';
  position: absolute;
  font-size: 13px;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.fin-hover:hover .nav-link:after {
  content: "\e93a";
  font-family: 'icomoon';
  position: absolute;
  font-size: 13px;
  color: #F00;
  right: -13px;
  top: 50%;
  transform: translateY(-50%)
}

.no-style {
  box-shadow: none !important;
}

.nav-pills .nav-item {
  margin-right: 15px;
}

.nav-pills .nav-item a.nav-link {
  text-decoration: none !important;
}

.remove-underline {
  text-decoration: none !important;
}

/*scroll to top*/
.scroller-bar {
  content: "";
  position: fixed;
  height: 5px;
  background-color: #EA8C1C;
  border-radius: 30px;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: 0.1s ease-in-out;
}

.scroll {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}

.scroll > .scroll-btn {
  position: relative;
  display: block;
  background: #D14D1B;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.scroll > .scroll-btn span{
  display: block;
  position: relative;
  font-size: 25px;
top:50%;
	transform:translateY(-50%);
	color:#FFF;
}


.scroll > .scroll-btn:hover span {
  -webkit-animation: bounce-arrow 1.5s infinite;
          animation: bounce-arrow 1.5s infinite;
	color:#fff;
}

.scroll > .scroll-btn .winPro {
  fill: none;
  stroke: #EA8C1C;
  stroke-width: 5px;
  stroke-dasharray: 0 999;
}

.point {
  position: fixed;
  right: 45px;
  bottom: 40px;
  z-index: 99;
}

.point .round {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* SVG */
  fill: #F1F7FB;
  stroke:#EA8C1C;
  stroke-width: 5;
  stroke-dasharray: 0 999;
}

.left-ani {
  -webkit-transform: translateX(130px);
          transform: translateX(130px);
  -webkit-transition: 1s;
  transition: 1.25s;
}

@-webkit-keyframes bounce-arrow {
  0% {
	
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    opacity: 0.5;
  }
  50% {
	  
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 1;
  }
  100% {
	
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    opacity: 0.5;
  }
}

@keyframes bounce-arrow {
  0% {
	
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    opacity: 0.5;
  }
  50% {
	  
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 1;
  }
  100% {
	
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    opacity: 0.5;
  }
}




.quicklinks {
  position: fixed;
  right: 0px;
  top: 200px;
  z-index: 2;
  webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.quicklinks ul {
  width: 51px;
  background:#898989;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid#898989;
}

.quicklinks ul li {
  text-align: center;
  padding: 5px 0;
  transition: 0.6s ease-in-out
}

.quicklinks ul li:hover {
  background-color: #d5bfac!important;
  border: 1px solid#898989;
}

.quicklinks ul li:hover a:before {
  color: #fff;
}

.quicklinks ul li a {
  position: relative
}

.quicklinks ul li a:before {
  font-size: 25px;
  color: #fff;
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  font-weight: 500;
}

#tool-print:before {
  content: "\eada";
}

#tool-email:before {
  content: "\e9ee";
}

#tool-next:before {
  content: "\e944";
}

#tool-previous:before {
  content: "\e943";
}

@media screen and (max-width: 1352px) {
  .quicklinks {
    top: 183px;
  }
}

@media screen and (max-width: 1352px) {
  .bg-gradient {
    padding-bottom: 60px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1290px) {
  .tab-items .nav-link {
    padding: 10px 15px;
  
  }
}

@media screen and (max-width: 1199px) {
  .bg-gradient {
    background: none;
  }
}



@media screen and (max-width: 991px) {
  .fin-hover:hover .nav-link:after {
    right: 10px;
    transition: all 500ms ease-in-out;
}
	.head-txt-two {
    text-align: center;  font-size: 14px;
}
.head-audit-orannge
{
text-align:center;
}
.outter-footer-block
{
	position: relative;
}
  .quicklinks {
    width: 49%;
    position: absolute;
    top: 105px;
    z-index: 99999;
}
  .quicklinks ul {
    width: 100%;
  }

  .quicklinks ul li {
    display: inline-block;
    width: 22%;
    padding: 10px 0;
  }

 
  .downloadBtn {
    padding-right: 50px;
    line-height: 1.6;
    min-height: 40px;
  }

  ul.excel-downloads li {
    padding-left: 34px;
    font-size: 14px;
  }

  ul.excel-downloads li:after {
    right: -50px !important;
  }

  #downloads div.gutter {
    padding: 30px 0px 15px 0px;
  }

  ul.excel-downloads span {
    right: -2px !important;
    font-size: 12px !important;
    top: 8px;
  }

  ul.excel-downloads li:before {
    left: 0px;
    top: 0px;
  }
}

@media screen and (max-width:798px) {

  .download-button:hover {
    animation: none;
    right: -110px
  }


}


@media screen and (max-width:768px) {
  .quicklinks {
    top: 125px;

} 
  .container {
    padding-bottom: 50px;
  }
}
 @media screen and (max-width:575px) {
  .quicklinks {
    top: 190px;
}
} 



@media screen and (max-width:425px) {

  .bg-gradient {
    min-height: auto;
  }

  .tab-items .nav-link {
    font-size: 18px;
  }
  .outter-footer-block {
    position: relative;
    margin-top: 0px;
  }
}



@keyframes fadeInNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}