@charset "utf-8";
/* CSS Document */
/*----*/
img {
	border:0px;
	margin-bottom: -7px;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#0a8eae;
}

* :focus {
  outline: none;
}

/*-----*/

/*-----------------For All Default Bullets--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}	
ul li	{
	background-position: 5px 12px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
}
.dbullet{
	list-style: disc;
}
.dbullet li{
	padding: 0px 0px 5px 5px;
}
.nobullet li {
	background-image:none !important;
	background-position:0px !important;
	background-repeat: no-repeat !important;
	margin:0px !important;
	padding:0px !important;
}

.bullet1 li	{
	background: url("../images/bullet1.png");
	background-position: 5px 7px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
	line-height: normal;
	font-size:16px;
	background-size:10px;
}

/*---------*/

::selection {
	color:#ffffff;
	background-color:#000831;
}
::-moz-selection {
	color:#ffffff;
	background-color:#000831;
}
::-webkit-selection {
	color:#ffffff;
	background-color:#000831;
}

/*  Scrool  CSss */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background:  #3C1D4F; 
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0a8eae; 
}

/*  End  */

/*--------------*/


#Arrowfix {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    z-index:99999999 !important;
    background-color: #0a8eae;
    text-indent:-9999px;
    /*display:none;*/
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#Arrowfix span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#Arrowfix:hover {
   background-color:#ed1c24;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*Loader*/

.profile-main-loader{
  position: fixed;
	display:flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
}

.profile-main-loader .loader {
	background: url("../images/IE-Loader-Animation.svg") no-repeat center;
	background-size: 15%;
  position: relative;
  margin: auto;
  width: 120px;
  height:120px;
}
.profile-main-loader .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #ed1c24;
  }
  40% {
    stroke: #ed1c24;
  }
  66% {
    stroke: #ed1c24;
  }
  80%, 90% {
    stroke: #ed1c24;
  }
}
@keyframes color {
  0% {
    stroke: #ed1c24;
  }
  40% {
    stroke: #ed1c24;
  }
  66% {
    stroke: #ed1c24;
  }
  80%, 90% {
    stroke: #ed1c24;
  }
}

/*  End  */

/* Style the buttons inside the tab */
.tab button {
	background-color:  #eaeaea;
	border:1px solid #ed1c24;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 20px;
	transition: 0.3s;
	font-size: 16px;
	color:#000;
	font-family: 'Nunito', sans-serif;
	font-weight:700;
	letter-spacing:0;
}
.tab button:hover {
  background-color: #0e162b;color: #fff;
}
.tab button.active {
  background-color: #0e162b;color: #fff;
}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px;
}


/*  End  */


/*New Design*/

.btn3 .bordered{
	border: 1px solid #fff;
} 
.btn3 .bordered1{
	border: 1px solid #141540;
}
.btn3 a, .button {
	display: inline-block;
	padding: 14px 24px;
	font-size: 18px;
	line-height: 18px;
	border: none;
	box-sizing: border-box;
}
.btn3 a:hover {
	background:#fff;
	color: #1c206e!important;
}
.btn3 .bordered{
	margin-right: 12px;
}

.bg_yellow{
	background-color: #B5B64C  ;
}
.bg_yellow1{
	background-color: #FADC4A  ;
}
.bg_black{
	background-color: #000000;
}
.bg_light_black{
	background-color: #151515;
}
.bg_red{
	background-color: #ED1B2F;
}
.bg_dark_blue{
	background-color: #141540;
}
.bg_blue{
	background-color: #2E8E8F  ;
}
.bg_blue1{
	background-color: #9B65CE  ;
}
.bg_gray{
	background-color: #232D41;
}
.bg_white{
	background-color: #ffffff;
}
.bg_white1{
	background-color: #FAFAFA;
}
.bg_vlt{
	background-color: #3C1D4F;
}
.bg_lgt_vlt{
	background-color: #C500C5;
}
.bg_lgt1_vlt{
	background-color: #C69DDF;
}
.text_white{
	color: #ffffff;
}
.text_blue{
	color: #2E8E8F  ;
}
.text_blue1{
	color: #9B65CE  ;
}
.blue_clr2{
	color: #EB00FF;
}
.text_dark_blue{
	color: #1C206E;
}
.text_black{
	color: #000000;
}
.text_black1{
	color: #231F20;
}
.text_black2{
	color: #464646;
}
.text_red{
	color: #ED1C24  ;
}
.text_gray{
	color: #797979;
}
.vlt_clr{
	color: #DC02FE;
}
.org_clr{
	color: #FF5C00;
}
.text_ylw{
	color: #FFC700;
}
.text_ylw1{
	color: #FADC4A;
}

.fw_300{
	font-weight: 300;
}
.fw_400{
	font-weight: 400;
}
.fw_500{
	font-weight: 500!important;
}
.fw_600{
	font-weight: 600;
}
.fw_700{
	font-weight: 700;
}

/*font sizes for texts*/



.idxheading1{
	font-size: 54px;
	line-height: 52px;
	font-weight: 700;
	margin-bottom: 10px;
}
.idxheading2{
	font-size: 48px;
	line-height: 57px;
	font-weight: 300;
	margin-bottom: 10px;
}
.idxheading3{
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
}

.idxheading4{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.idxpara1{
	font-size: 32px;
	line-height: 38px;
}
.idxpara2{
	font-size: 24px;
	line-height: 26px;
}
.idxpara3{
	font-size: 22px;
}
.idxpara4{
	font-size: 20px;
	line-height: 22px;
}
.idxpara5{
	font-size: 18px;
	line-height: 20px;
}



