 /*
font-family: 'Poppins', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Sora', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Montserrat', sans-serif;


light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900
*/

body {
	
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background: #0d0d0d no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

a {
	
	cursor:pointer !important;
	text-decoration:none !important;
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.rotating {
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}
.rotating.fast {
	-webkit-animation: rotating 0.5s linear infinite;
	animation: rotating 0.5s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}

.floater-2 {
	
    -webkit-animation: floater-2 infinite 4s ease-in-out;
    -moz-animation: floater-2 infinite 4s ease-in-out;
    animation: floater-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.floater {
	
    -webkit-animation: floater infinite 2s ease-in-out;
    -moz-animation: floater infinite 2s ease-in-out;
    animation: floater infinite 2s ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes floater {0% {transform: translate3d(0px, 

0px, 0px);}50% {transform: translate3d(0px, -20px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}
@keyframes floater {0% {transform: translate3d(0px, 0px, 

0px);}50% {transform: translate3d(0px, -20px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}

@-webkit-keyframes floater-2 {0% {transform: translate3d(0px, 

0px, 0px);}80% {transform: translate3d(0px, -10px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}
@keyframes floater-2 {0% {transform: translate3d(0px, 0px, 

0px);}50% {transform: translate3d(0px, -10px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } 
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } 
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
	-moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } 
}

@-webkit-keyframes rotateR {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); } 
}

@-moz-keyframes rotateR {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); } 
}

@keyframes rotateR {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); } 
}

@-webkit-keyframes promo {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg); } 
}

@-moz-keyframes promo {
  0% {
    -moz-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    -moz-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg); } 
}

@keyframes promo {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -moz-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    -moz-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg); } 
}

@-webkit-keyframes img { 

        from { 

            -webkit-transform: rotateY(0deg); 

        } to { 

            -webkit-transform: rotateY(360deg); 

        }
}

#starfield {
	
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height:850px;
}

.banner-bg {
	
	background: #0d0d0d no-repeat top center;
	background-size: cover;
	padding: 0px 0px 0px;
	min-height:0px;
	/*position:relative;*/
	overflow:hidden;
}

.banner-bg .top {
	
	padding: 0px 0px 0px;
}

.banner-bg .top .top-faq {
	
	padding: 20px 0px 0px;
}

.banner-bg .top .top-faq p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #e2e9bd;
    margin: 0px 0px 0px 0px;
}

.banner-bg .top .top-faq p a {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #e2e9bd;
    background: transparent;
    border: 1px solid #e2e9bd;
	box-shadow:inset 0 0 0 0 #f3ae2f;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    transition: 0.7s;
	position:relative;
}

.banner-bg .top .top-faq p a:hover {
	
	color: #000;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
	box-shadow:inset 0 100px 0 0 #f3ae2f;
	transition: 0.7s;
}

.banner-bg .top .top-but {
	
	padding: 0px 0px 10px;
	text-align:right;
}

.banner-bg .top .top-but a {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #e2e9bd;
    background: transparent;
    border: 1px solid #f3ae2f;
	box-shadow:inset 0 0 0 0 #f3ae2f;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 0px 10px 10px;
    transition: 0.7s;
	position:relative;
}

.banner-bg .top .top-but a:hover {
	
	color: #000;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
	box-shadow:inset 0 100px 0 0 #f3ae2f;
	transition: 0.7s;
}

.banner-bg .top .top-but a i {
	
    position: relative;
    left: -10px;
    background: #222222;
    color: #f3ae2f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

.banner-bg .top .top-but a img {
	
	position: relative;
    left: 10px; 
}

header {
	
    width: 100%;
    background: #222222;
    background-size: cover;
    padding: 10px 0px 10px 0px;
}

header .navbar-inverse { 

	margin:0; 
	min-height:auto; 
	border-radius:0; 
	border:0;
	background:none;
}
 
header .navbar-collapse {
	
	 padding:0;
}

header .navbar-right {
	
	margin: 0;
	margin-right: 0px;
	margin-top:10px;
}

header .navbar-inverse .navbar-nav > li { 

	padding: 20px 16px;
	display:inline-block; 
	vertical-align:middle; 
	float:none;
}

header .navbar-inverse .navbar-nav > li > a { 
   
	font-size: 16px;
    color: #ffffff;
    text-transform:capitalize;
    transition: 0.7s;
    vertical-align: middle;
    padding: 0px 0px 6px 0px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 500;
	border-bottom: 2px solid transparent;
}
	
header .navbar-inverse .navbar-nav > li > a:hover { 

	transition: 0.7s;
    color: #f3ae2f;
    border-bottom: 2px solid #f3ae2f;
}

header .navbar-inverse .navbar-nav > li .btn { 

	height:43px;
	line-height:40px; 
	padding:0 20px !important;
}

header .navbar-inverse .navbar-header {
	
	padding: 0px 0px 0px 0px;
}

header .navbar-inverse .navbar-header a { 

	display:inline-block; 
}

header .navbar-inverse .navbar-header a img { 

	display:inline-block;
	transform-origin: 100% 0;
}

/*header .navbar-inverse .navbar-header a img:hover{
	
	animation-name: wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
*/
@keyframes wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

header .navbar-inverse .navbar-nav > li.btn_menu {
	
	padding: 17px 3px;
}

header .navbar-inverse .navbar-nav > li a.btn.btn-primary { 

	min-width:128px; 
	height:43px; 
	line-height:43px; 
	box-shadow:none;
}

header .head-but {
	
	padding: 8px 30px !important;
    display: inline-block !important;
    border-radius: 50px;
	text-transform: uppercase !important;
	color: #fff;
	background: #f3ae2f;
	border:1px solid #f3ae2f !important;
	transition:0.7s;
    font-weight: 700 !important;
	box-shadow:inset 0 0 0 0 #f3ae2f;
}

header .head-but:hover {
	
	color: #fff !important;
	background: #f3ae2f !important;
	border:1px solid #f3ae2f !important;
	transition:0.7s;
	box-shadow:inset 0 0 0 42px #f3ae2f !important;
}

.banner-bg .banner {
	
    padding: 30px 0px 30px;
}

.banner-bg .banner .banner-text {
	
    padding: 30px 0px 30px;
    position: relative;
    z-index: 1;
}

.banner-bg .banner .banner-text h4 {
	
    font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight:400;
    color: #fff;
	margin:0px 0px 20px 0px;
}

.banner-bg .banner .banner-text h2 {
	
    font-family: 'Sora', sans-serif;
	font-size: 54px;
	font-weight:800;
    color: #fcfcfd;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}

.banner-bg .banner .banner-text p {
	
    font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight:400;
    color: #fff;
	margin:20px 0px 0px 0px;
}

.banner-bg .banner .banner-img {
	
    padding: 30px 0px 30px 0px;
}

.banner-bg .banner .banner-img .banner-img1 {
	
    padding: 0px 0px 0px 0px;
}

.banner-bg .banner .banner-img .banner-img1 img {
	
    margin: 0px 0px 0px -120px;
}

.banner-bg .banner .banner-img .banner-img2 {
	
    padding: 0px 0px 30px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-bg .banner .banner-img .banner-img2 img {
	
    min-width: 990px;
    margin: 0px 0px 0px -460px;
}

.banner-bg .banner .banner-but {
	
    padding: 30px 0px 30px;
    position: relative;
    z-index: 1;
}

.banner-bg .banner .banner-but .banner-but1 {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0d0d0d;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #222222;
    border-radius: 50px;
    padding: 14px 50px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 10px 0px;
}

.banner-bg .banner .banner-but .banner-but1:hover {
	
    color: #e2e9bd;
    border: 1px solid #222222;
    background: #222222;
    box-shadow: inset 0 100px 0 0 #222222;
    transition: 0.7s;
}

.banner-bg .banner .banner-but .banner-but1 i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.banner-bg .banner .banner-but .banner-but2 {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #e2e9bd;
    background: #222222;
    border: 1px solid #222222;
    box-shadow: inset 0 0 0 0 #f3ae2f;
    border-radius: 50px;
    padding: 14px 50px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 10px 0px;
}

.banner-bg .banner .banner-but .banner-but2:hover {
	
    color: #0d0d0d;
    border: 1px solid #f3ae2f;
    background: #f3ae2f;
    box-shadow: inset 0 100px 0 0 #f3ae2f;
    transition: 0.7s;
}

.banner-bg .banner .banner-but .banner-but2 i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes move {

	0%  { left: 0; opacity: 0; }

	5% {opacity: 0.0}

	48% {opacity: 0.2}

	80% {opacity: 0.0}

	100% { left: 82%}
}

.banner-bg .sta {
	
	padding:0px 0px 0px 0px;
}

.main-roadmap {
	
	overflow: hidden;
}
.main-roadmap .owl-carousel .owl-stage-outer { 

	overflow: unset;
}

.h-border { 

	border-bottom: 1px solid #f3ae2f; 
	margin-top: 175px;
}

.date-title { 

	font-size: 18px; 
	font-weight: 700; 
	position: absolute; 
	top: -60px; 
	width: 100%; 
	left: 0;
}

.small-round { 

	background:#1b1e27;
	width: 38px; 
	height: 38px; 
	border:2px solid #363434; 
	border-radius: 100%; 
	position: absolute; 
	top: -20px; 
	left: 50%; 
	transform: translate(-50%); 
	z-index: 1;
}

.small-round span { 

	background: #f3ae2f;
	width: 24px; 
	height: 24px; 
	border-radius: 100%; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%); 
	z-index: 1;
}

.v-row { 

	border-left: 1px solid #f3ae2f; 
	height: 60px; 
	position: relative; 
	left: 50%; 
	margin-left: -1px;
}
.v-row:before { 

	content: ""; 
	background:#f3ae2f; 
	width: 15px; 
	height: 15px; 
	border-radius: 100%; 
	position: absolute; 
	bottom: -15px; 
	left: -9px;
}

.roadmap-detail-box { 

	max-width: 250px; 
	margin: 0 auto; 
	padding-top: 25px; 
	width: 100%;
}

.roadmap-slider .owl-item:nth-child(2n+0) .date-title {
	
	top: 35px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row { 

	top: -65px; 
	position: absolute;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row:before {
	
	top: -5px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box { 

	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translate(-50%);
}

.roadmap-detail-box p {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #f3ae2f;
    margin: 0px 0px 10px 0px;
}

.roadmap-detail-box h4 {
	
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.roadmap-detail-box h4 b {
	
    font-weight: 400;
}

.roadmap-detail-box p span {
	
	color: #ffffff;
}

.roadmap-detail-box h4 span {
	
    color: #f3ae2f;
}

.about-bg {
	
    background: #0d0d0d no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
    min-height: 0px;
    position: relative;
    overflow: hidden;
}

.about-bg .about {
	
    padding: 0px 0px 0px;
}

.about-bg .about .about-text {
	
    padding: 120px 0px 30px;
	text-align:right;
}

.about-bg .about .about-text h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

.about-bg .about .about-para {
	
    padding: 0px 0px 30px;
	text-align:right;
}

.about-bg .about .about-para p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
	line-height: 28px;
}

.about-bg .about .about-but {
	
    padding: 20px 0px 30px;
	text-align:right;
}

.about-bg .about .about-but a {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #e2e9bd;
    background: transparent;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #f3ae2f;
    border-radius: 50px;
    padding: 12px 40px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 10px 0px;
    text-transform: uppercase;
}

.about-bg .about .about-but a:hover {
	
    color: #0d0d0d;
    border: 1px solid #f3ae2f;
    background: #f3ae2f;
    box-shadow: inset 0 100px 0 0 #f3ae2f;
    transition: 0.7s;
}

.about-bg .about .about-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.about-bg .about .about-img {
	
    padding: 30px 0px 30px;
}

.about-bg .about .about-img img {
	
    min-width: 860px;
    height: 600px;
}

.m-video__video {
	
	 position: relative;
}

.m-video__video img {
	
    -o-object-fit: contain;
    object-fit: contain;
	margin: auto;
}

.m-video__play {
	
    position: absolute;
    left:50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.about-bg .about .about-img:before {
	
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.about-bg .about .about-img .video-play-btn i {
	
	top: 38px;
    position: relative;
	color:#1f9fe7;
}

.about-bg .about .about-img .video-play-btn {
	
	display: inline-block;
    width: 180px;
    height: 180px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    background-color: transparent;
    border-radius: 50%;
    color: #000942;
    position: absolute;
    z-index: 1;
}
  
.about-bg .about .about-img .video-play-btn:before {
	  
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
    width: 190px;
    height: 190px;
    background: rgb(243 174 47 / 32%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1; 
}
	
.about-bg .about .about-img .video-play-btn:hover {
	
    color: #313131; 
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;} 
}

.plan-bg {
	
    background: #0d0d0d url(../images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 0px 0px 30px;
	position: relative;
    overflow: hidden;
}

.plan-bg .plan-head {

    padding: 30px 0px 30px;
    text-align: right;
    display: inline-block;
}

.plan-bg .plan-head h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #efe6d7;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
	text-align: left;
}

.plan-bg .plan-head h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
	text-align: left;
}

.plan-bg .plan {

    padding: 0px 0px 0px;
}

.plan-bg .plan .planbg {

    padding: 30px 0px 30px;
}

.plan-bg .plan .planbg .plan-sub {

    padding: 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-sub h4 {

    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #f4b139;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.plan-bg .plan .planbg .plan-sub h4 img {

    padding: 0px 0px 0px;
}

.plan-bg .plan .planbg .planbg1 {
	
	background:url(../images/planbg1.png) no-repeat top center;
	background-size:cover;
	width: 550px;
	min-height:190px;
    padding: 0px 0px 0px;
	margin:20px auto 20px;
	cursor:pointer;
    transition: 0.7s;
}

.plan-bg .plan .planbg .planbg1 .plan-side {
	
	float: left;
	margin:0px 0px 0px -20px;
    padding: 80px 0px 0px 0px;
}

.plan-bg .plan .planbg .planbg1 .plan-side h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #f4b139;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgb(243 174 47);
    -webkit-transform: rotate( 270deg );
}

.plan-bg .plan .planbg .planbg1 .plan-per {
	
	width: 20%;
    float: left;
    margin: 0px 0px 0px -30px;
    padding: 40px 0px 0px 0px;
    text-align: center;
}

.plan-bg .plan .planbg .planbg1 .plan-per h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.plan-bg .plan .planbg .planbg1 .plan-per h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #0d0d0d;
	background:#f4b139;
	border-radius:5px;
	padding:20px;
    margin: 20px 0px 0px 0px;
}

.plan-bg .plan .planbg .planbg1 .plan-per h2 span {
	
	font-weight: 300;
}

.plan-bg .plan .planbg .planbg1 .plan-min {
	
    width: 46%;
    float: left;
    padding: 40px 0px 0px 20px;
}

.plan-bg .plan .planbg .planbg1 .plan-min p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin:0px 0px 20px 0px;
}

.plan-bg .plan .planbg .planbg1 .plan-min p img {
	
    padding:0px 0px 0px 0px;
}

.plan-bg .plan .planbg .planbg1 .plan-min p span {
	
	font-weight: 800;
    color: #f4b139;
	float: right;
}

.plan-bg .plan .planbg .planbg1 .plan-but {
	
    width: 20%;
    float: left;
    margin:61px 0px 0px -26px;
    padding: 0px 0px 0px 0px;
    text-align: center;
	position: absolute;
    right: 28px;
}

.plan-bg .plan .planbg .planbg1 .plan-but a {
	
	font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #131313;
    background: url(../images/plan-but1.png) no-repeat;
    background-size: cover;
    width: 188px;
    height: 68px;
	line-height:70px;
    display: inline-block;
    text-align: center;
	transition:0.7s;
    -webkit-transform: rotate( 270deg);
}

.plan-bg .plan .planbg .planbg1 .plan-but a:hover {
	
	color: #fff;
	background: url(../images/plan-but2.png) no-repeat;
	background-size: cover;
	transition:0.7s;
}

.plan-bg .plan .planbg .planbg1 .plan-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.plan-bg .calculator-bg {
	
	padding: 0px 0px 0px;
}

.plan-bg .calculator-bg .cal-head {
	
	padding: 0px 0px 10px;
}

.plan-bg .calculator-bg .cal-head h2 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #b7b1a5;
    margin:0px 0px 0px 0px;
}

.plan-bg .calculator-bg .calculator {
	
    background: url(../images/calculator-bg.png)no-repeat top center;
    background-size: cover;
    padding: 0px 0px 0px;
	min-height:170px;
}

.plan-bg .calculator-bg .calculator .cal1 {
	
	width:25%;
	float:left;
	padding:40px 0px 20px 60px;
}

.plan-bg .calculator-bg .calculator .cal1 h4 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight:500;
    color: #ffffff;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}

.plan-bg .calculator-bg .calculator .cal1 select {
	
    width: 230px;
    height: 50px;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    text-align: left;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 18px;
}

.plan-bg .calculator .cal1 select option {
	
    background: #f3ae2f;
}

.plan-bg .calculator-bg .calculator .cal1 input {
	
    width: 200px;
    height: 50px;
    background: transparent;
    border: 1px solid #f3ae2f;
    text-align: left;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 20px;
}

.plan-bg .calculator-bg .calculator .cal2 {
	
    width: 42%;
    float: left;
    padding: 20px;
    margin: 26px 0px 20px 0px;
    border: 1px solid #f3ae2f;
}

.plan-bg .calculator-bg .calculator .cal2 .cal3 {
	
    width: 50%;
    float: left;
    padding: 0px 30px 0px 0px;
    text-align: right;
    border-right: 1px solid #f3ae2f;
}

.plan-bg .calculator-bg .calculator .cal2 .cal3 h4 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight:500;
    color: #ffffff;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}

.plan-bg .calculator-bg .calculator .cal2 .cal3 input {
	
    width: 200px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    text-align:right;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #f3ae2f;
    outline: none;
    border-radius: 0px;
    padding: 0px 30px 0px 0px;
}

.plan-bg .calculator-bg .calculator .cal2 .cal4 {
	
    width: 45%;
    float: right;
    padding: 0px 0px 0px 0px;
}

.plan-bg .calculator-bg .calculator .cal2 .cal4 h4 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight:500;
    color: #ffffff;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}

.plan-bg .calculator-bg .calculator .cal2 .cal4 input {
	
    width: 200px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    text-align: left;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #f3ae2f;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 20px;
}

.plan-bg .calculator-bg .cal-but {
	
	width: 20%;
    float: right;
    margin: 55px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: absolute;
    right: -71px;
}

.plan-bg .calculator-bg .cal-but a {
	
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #131313;
    background: url(../images/plan-but1.png) no-repeat;
    background-size: cover;
    width: 170px;
    height: 60px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    transition: 0.7s;
    -webkit-transform: rotate(270deg);
}

.plan-bg .calculator-bg .cal-but a:hover {
	
	color: #fff;
	background: url(../images/plan-but2.png) no-repeat;
	background-size: cover;
	transition:0.7s;
}

.plan-bg .calculator-bg .cal-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.refer-bg {
	
    background: #0d0d0d url(../images/refer-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	min-height:700px;
    position: relative;
    overflow: hidden;
}

.refer-bg .refer {

    padding: 0px 0px 0px;
}

.refer-bg .refer-head {

    padding: 40px 0px 30px;
    text-align: right;
    display: inline-block;
}

.refer-bg .refer-head h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #efe6d7;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
	text-align: left;
}

.refer-bg .refer-head h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
	text-align: left;
}

.refer-bg .refer .refer-para {

    padding: 0px 0px 30px;
}

.refer-bg .refer .refer-para p {

    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
    line-height: 28px;
}

.refer-bg .refer .refer-text {

    padding: 0px 0px 30px;
}

.refer-bg .refer .refer-text h4 {

    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}

.refer-bg .refer .refer-text h2 {

    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 0px 0px 20px 0px;
}

.refer-bg .refer .refer-text p {

    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    line-height: 28px;
}

.refer-bg .refer .refer-but {
	
    padding: 0px 0px 30px;
}

.refer-bg .refer .refer-but a {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #000000;
    border-radius: 50px;
    padding: 12px 40px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 10px 0px;
    text-transform: uppercase;
}

.refer-bg .refer .refer-but a:hover {
	
    color: #f3ae2f;
    border: 1px solid #000000;
    background: #000000;
    box-shadow: inset 0 100px 0 0 #000000;
    transition: 0.7s;
}

.refer-bg .refer .refer-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.refer-bg .refer .refer-img {
	
    padding: 120px 0px 30px;
}

.refer-bg .refer .refer-img img {
	
	margin:auto
}

.advan-bg {
	
	background: #0d0d0d no-repeat top center;
	background-size:cover;
	padding: 0px 0px 30px;
}

.advan-bg .advan {

	padding: 30px 0px 30px;
}

.advan-bg .advan .advan1 {

	padding: 20px 0px 20px;
}

.advan-bg .advan .advan1 .advan-line {

	padding: 20px 0px 6px 60px;
}

.advan-bg .advan .advan1 .advan-line img {

	
}

.advan-bg .advan .advan1 .advan-img {

	padding: 20px;
	margin:0px 20px 6px 0px;
    background: #f3ae2f;
    border-radius: 5px;
    float: left;
}

.advan-bg .advan .advan1 .advan-img .advan-img1 {

    position: relative;
    min-width: 120px;
    min-height: 120px;
    margin: 0px 0px 0px 0px;
}

.advan-bg .advan .advan1 .advan-img .advan-img1:after {
	
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/advan-cricle.png) no-repeat;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}

.advan-bg .advan .advan1 .advan-img .advan-img1 img {
	
    padding: 13px 0px 0px 20px;
    position: relative;
    z-index: 1;
}

.advan-bg .advan .advan1 .advan-text {
	
	padding: 20px 0px 0px 0px;
}

.advan-bg .advan .advan1 .advan-text h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 0px 0px 20px 0px;
}

.advan-bg .advan .advan1 .advan-text p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
	line-height: 25px;
}

.advan-bg .advan .advan1 .advan-line1 {

	padding: 20px 0px 6px 14px;
}

.advan-bg .advan .advan1 .advan-line1 img {

	
}

.advan-bg .advan .advan1 .advan-text1 {
	
	padding: 20px 20px 0px 0px;
    float: left;
    width: 70%;
    text-align: right;
}

.advan-bg .advan .advan1 .advan-text1 h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 0px 0px 20px 0px;
}

.advan-bg .advan .advan1 .advan-text1 p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
	line-height: 25px;
}

.advan-bg .advan .advan1 .advan-img2 {

    padding: 20px;
    margin: 0px 0px 6px 0px;
    background: #f3ae2f;
    border-radius: 5px;
    float: right;
}

.advan-bg .advan .advan1 .advan-img2 .advan-img3 {

    position: relative;
    min-width: 120px;
    min-height: 120px;
    margin: 0px 0px 0px 0px;
}

.advan-bg .advan .advan1 .advan-img2 .advan-img3:after {
	
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/advan-cricle.png) no-repeat;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}

.advan-bg .advan .advan1 .advan-img2 .advan-img3 img {
	
    padding: 13px 0px 0px 20px;
    position: relative;
    z-index: 1;
}

.certificate-bg {
	
    background: #0d0d0d no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.certificate-bg .certificate {

    padding: 0px 0px 0px;
}

.certificate-bg .certificate .cert-img {
	
    background: #fafafa;
    width: 270px;
    min-height: 380px;
    padding: 20px;
	margin:0px 0px 0px 38px;
    text-align: center;
}

.certificate-bg .certificate .cert-img a {
	
    position: relative;
	top:30px;
	left:10px;
    display: block;
	transition:0.7s;
}

.certificate-bg .certificate .cert-img a:not(.doc__title):hover:after {
	
    content: '';
    position: absolute;
    width: 89%;
    height: 100%;
    background:rgb(13 13 13 / 21%);
    left: 0;
    top: 0;
	transition:0.7s;
}

.certificate-bg .certificate .cert-bg1 {
	
	background: #131313;
    padding: 10px;
	margin:18px 0px 0px 0px;
}

.certificate-bg .certificate .cert-bg1 h2 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #f3ae2f;
    margin: 0px 0px 10px 0px;
	text-transform:uppercase;
}

.certificate-bg .certificate .cert-bg1 h4 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
}

.certificate-bg .certificate .cert-bg1 p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #b7b1a5;
    margin: 0px 0px 0px 0px;
}

.certificate-bg .certificate .cert-bg2 {
	
	background: #f3ae2f;
	margin:20px 0px 0px 0px;
    padding: 10px;
}

.certificate-bg .certificate .cert-bg2 h2 {
	
    margin: 0px 0px 10px 0px;
}

.certificate-bg .certificate .cert-bg2 h2 a {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
	background:#000000;
	border: 1px solid #000000;
	border-radius:5px;
	padding:10px 30px;
	transition:0.7s;
	display:inline-block;
	position:relative;
}

.certificate-bg .certificate .cert-bg2 h2 a:hover {
	
    color: #131313;
    background: #f3ae2f;
    border: 1px solid #000000;
    transition: 0.7s;
}

.certificate-bg .certificate .cert-bg2 h2 a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.certificate-bg .certificate .cert-bg2 h4 {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0d0d0d;
    margin: 0px 0px 10px 0px;
}

.certificate-bg .certificate .cert-bg2 p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0d0d0d;
    margin: 0px 0px 0px 0px;
}

.card-bg {
	
    background: #0d0d0d no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.card-bg .card {

    padding: 0px 0px 0px;
}

.card-bg .card .card1 {
	
	padding: 0px 0px 0px;
}

.card-bg .card .card1 .card-line {
	
    padding: 20px 0px 6px 60px;
}

.card-bg .card .card1 .card-text {
	
	padding: 30px 0px 10px 0px;
}

.card-bg .card .card1 .card-text h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #f3ae2f;
    margin: 0px 0px 20px 0px;
}

.card-bg .card .card1 .card-text p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
	line-height: 26px;
}

.card-bg .card .card1 .card-line1 {
	
    padding: 20px 0px 6px 0px;
}

.card-bg .card .card1 .card-line2 {
	
    padding: 6px 0px 0px 0px;
}

.card-bg .card .card1 .card-img {
	
	padding: 0px 0px 0px 0px;
}

.card-bg .card .card1 .card-img img {
	
	width: 510px;
	margin:auto;
}

.insurance-bg .card {

    padding: 30px 0px 30px;
}

.insurance-bg .card .card1 {
	
	padding: 0px 0px 0px;
}

.insurance-bg .card .card1 .card-line {
	
    padding: 20px 0px 6px 60px;
}

.insurance-bg .card .card1 .card-text {
	
	padding: 30px 0px 10px 0px;
}

.insurance-bg .card .card1 .card-text h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #f3ae2f;
    margin: 0px 0px 20px 0px;
}

.insurance-bg .card .card1 .card-text p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 11px 0px;
	line-height: 26px;
}

.insurance-bg .card .card1 .card-line1 {
	
    padding: 20px 0px 6px 0px;
}

.insurance-bg .card .card1 .card-line2 {
	
    padding: 6px 0px 0px 0px;
}

.insurance-bg .card .card1 .card-img {
	
	padding: 0px 0px 0px 0px;
}

.insurance-bg .card .card1 .card-img img {
	
	width: 510px;
	margin:auto;
}
.depo-bg {
	
    background: #0d0d0d no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.depo-bg .depo {
	
    padding: 0px 0px 0px;
}

.depo-bg .depo-main {
	
    padding: 30px 0px 30px;
}

.depo-bg .depo-main .depo-head {
	
    padding:0px 0px 20px;
}

.depo-bg .depo-main .depo-head h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #f4cf6a;
    margin: 0px 0px 0px 0px;
}

.depo-bg .depo-main .depobg {
	
    background:url(../images/depo-mainbg.png) no-repeat top center;
    background-size: cover;
    padding: 0px 0px 0px;
	min-height:230px;
}

.depo-bg .depo-main .depo-boxs {
	
    padding: 20px 0px 0px 10px;
}

.depo-bg .depo-main .depo-box {
	
    background: url(../images/depobg1.png) no-repeat top center;
    background-size: cover;
	width: 240px;
    height: 140px;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    transition: 0.7s;
}

.depo-bg .depo-main .depo-box .depo-img {
	
	padding:5px 0px 0px 0px;
	text-align:left;
}

.depo-bg .depo-main .depo-box .depo-img img {
	
	margin:0px 0px 0px 10px;
}

.depo-bg .depo-main .depo-box .depo-img p {
	
    background: #dc9e2c;
    padding: 0.5px;
    width: 150px;
    margin: 8px 0px 0px 10px;
}

.depo-bg .depo-main .depo-box .depo-user {
	
	padding:0px 0px 0px 15px;
	text-align:left;
}

.depo-bg .depo-main .depo-box .depo-user p {
	
    background: #a7a7aa;
    padding: 4px;
    width: 55px;
    float: left;
    margin: 20px 0px 18px -24px;
    border-radius: 0px 0px 20px 20px;
    -webkit-transform: rotate(270deg);
    position: relative;
}

.depo-bg .depo-main .depo-box .depo-user h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #f4cf6a;
    margin:10px 0px 6px 0px;
}

.depo-bg .depo-main .depo-box .depo-user h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #f4cf6a;
    margin: 0px 0px 0px 0px;
}

.depo-bg .depo-main .depo-box .depo-date {
	
    padding: 0px 20px 0px 0px;
    text-align: right;
}

.depo-bg .depo-main .depo-box .depo-date p {
	
    background: #dc9e2c;
    padding: 0.5px;
    width: 150px;
    margin: 5px 0px 10px 0px;
    display: inline-block;
}

.depo-bg .depo-main .depo-box .depo-date h4 {
	
	font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 6px 0px 0px;
}

.depo-bg .depo-main .depo-box .depo-date h4 img {
	
	display: unset;
}

.depo-bg .depo-main .depo-img1 {
	
    padding: 0px 0px 0px 0px;
    text-align: right;
    position: absolute;
    right: -10px;
    top: 0;
}

.foot-bg {
	
    background: #000000 no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.foot-bg .foot {

    padding: 0px 0px 0px;
}

.foot-bg .foot .foot-logo {

    padding: 20px 0px 20px;
}

.foot-bg .foot .foot-links {

    padding: 20px 0px 0px;
	text-align:right;
}

.foot-bg .foot .foot-links ul {

    padding:0;
	margin:0;
	list-style:none;
}

.foot-bg .foot .foot-links ul li {
	
	padding:0px 0px;
	display:inline-block;
}

.foot-bg .foot .foot-links ul li a {
	
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.7s;
    width: 130px;
    height: 40px;
    display: inline-block;
    padding: 6px 0px 0px 14px;
	text-align: left;
}

.foot-bg .foot .foot-links ul li a:hover {
	
	background: url(../images/menu-hover.png) no-repeat top center;
    background-size:contain;
	color: #dc9e2c;
	transition:0.7s;
}

.foot-bg .foot1 {

    padding: 10px 0px 10px;
    margin: 20px 0px 0px 0px;
    border-top: 1px solid #0d0d0d;
    border-bottom: 1px solid #0d0d0d;
}

.foot-bg .foot1 .foot-text {

    padding: 20px 0px 20px;
}

.foot-bg .foot1 .foot-text h4 {

    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #dc9e2c;
	margin:0px 0px 20px 0px;
	text-transform:uppercase;
}

.foot-bg .foot1 .foot-text p {

    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	margin:0px 0px 0px 0px;
	line-height: 26px;
}

.foot-bg .foot1 .foot-sup {

    padding: 20px 0px 20px;
}

.foot-bg .foot1 .foot-sup input {

    width: 75%;
    height: 65px;
    background: transparent;
    border: 1px solid #0d0d0d;
    text-align: left;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 20px;
}

.foot-bg .foot1 .foot-sup i {
	
	display: inline-block;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 16px;
    top: 32px;
    width: 4px;
    height: 40px;
    line-height: 0px;
    text-align: center;
    background: #DC9E2B;
    border-bottom: transparent;
    border-radius: 0px;
}

.foot-bg .foot1 .foot-sup a {
	
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: url(../images/sub-but1.png) no-repeat top center;
    transition: 0.7s;
    width: 150px;
    height: 63px;
    line-height: 40px;
    display: inline-block;
    padding: 12px 0px 0px 0px;
    margin: 0px 0px 0px -20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.foot-bg .foot1 .foot-sup a:hover {
	
	background: url(../images/sub-but2.png) no-repeat top center;
	color: #fff;
	transition:0.7s;
}

.foot-bg .foot1 .foot-sup a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.foot-bg .payments {
	
    padding: 30px 0px 30px;
    text-align: center;
}

.foot-bg .payments .payment-carousel li {
	
	display: inline-block;
	list-style:none;
}

.foot-bg .payments .payment-carousel li img {
	
	transition:0.7s;
	cursor:pointer;
	border: none;
} 

.foot-bg .foot-copy {
	
	font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #50390e;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	text-align:center;
}


@media only screen and (max-width: 1200px){
	header .navbar-inverse .navbar-header a {
	  width: 230px;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 17px 0;
	}
	header .navbar-inverse .navbar-nav > li {
	  padding: 0 6px;
	}
	header .navbar-inverse .navbar-header {
	  padding: 9px 0;
	}
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	
	header .navbar-right {
		margin-right: 0;
		margin-top: 0;
	}
}

@media only screen and (max-width: 1199px){
	header .navbar-inverse .navbar-nav > li {
		padding: 28px 10px;
	}
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
	}
	header .navbar-inverse .navbar-nav > li .btn {
		min-width: 115px;
	}
	 header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
		min-width: 110px;
	}
	.plan-bg .plan .planbg .plan-sub {
		padding: 0px 0px 0px;
		text-align: center;
	}
	.plan-bg .plan-head {
		padding: 30px 0px 30px;
		text-align: center;
		display: block;
	}
	.plan-bg .plan-head h4 {
		text-align: center;
	}
	.plan-bg .plan-head h2 {
		text-align: center;
	}
	.plan-bg .plan .planbg {
		padding: 20px 0px 0px;
	}
	.plan-bg .calculator-bg .cal-head {
		padding: 20px 0px 10px;
		text-align: center;
	}
	.plan-bg .calculator-bg .calculator .cal1 {
		width: 25%;
		float: left;
		padding: 40px 0px 20px 30px;
	}
	.plan-bg .calculator-bg .calculator .cal2 {
		width: 46%;
	}
	.plan-bg .calculator-bg .cal-but {
		width: 100%;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		text-align: center;
		position:relative;
		right: 0px;
	}
	.plan-bg .calculator-bg .cal-but a {
		width: 170px;
		height: 54px;
		line-height: 60px;
		-webkit-transform: rotate(0deg);
	}
	.advan-bg .advan .advan1 .advan-line {
		display:none;
	}
	.advan-bg .advan .advan1 .advan-line1 {
		display:none;
	}
	.advan-bg .advan .advan1 .advan-text1 {
		padding: 20px 0px 0px 20px;
		text-align: left;
		float: right;
		width: 64%;
	}
	.advan-bg .advan .advan1 .advan-img2 {
		float:left;
	}
	.certificate-bg .certificate .cert-img {
		margin:0px 0px 0px 0px;
	}
	.card-bg .card .card1 .card-img {
		padding: 30px 0px 30px 0px;
	}
	.card-bg .card .card1 .card-img img {
		width: auto;
		margin: auto;
	}
	.card-bg .card .card1 .card-line {
		display:none;
	}
	.card-bg .card .card1 .card-line1 {
		display:none;
	}
	.card-bg .card .card1 .card-line2 {
		display:none;
	}
	.insurance-bg .card .card1 .card-img {
		padding: 30px 0px 30px 0px;
	}
	.insurance-bg .card .card1 .card-img img {
		width: auto;
		margin: auto;
	}
	.insurance-bg .card .card1 .card-line {
		display:none;
	}
	.insurance-bg .card .card1 .card-line1 {
		display:none;
	}
	.insurance-bg .card .card1 .card-line2 {
		display:none;
	}
	.insurance-bg .depo-main .depo-head {
		padding: 0px 0px 20px;
		text-align: center;
	}
	.insurance-bg .depo-main .depo-img1 {
		right:0px;
	}
}

@media only screen and (max-width: 991px){ 
	.banner-bg .top .top-faq {
		padding: 20px 0px 0px;
		text-align: center;
	}
	.banner-bg .top .top-but {
		padding: 0px 0px 20px;
		text-align: center;
	}
	header .navbar-inverse {
	  text-align: center;
	}
	header .navbar-inverse .navbar-header {
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 4px 0;
	}
	header .navbar-inverse .navbar-nav > li {
		padding:10px 15px;
	}
	.banner-bg .banner {
		padding: 30px 0px 30px;
		text-align: center;
	}
	.banner-bg .banner .banner-img {
		display:none;
	}
	.about-bg .about .about-text {
		padding: 30px 0px 30px;
		text-align: center;
	}
	.about-bg .about .about-para {
		padding: 0px 0px 30px;
		text-align: center;
	}
	.about-bg .about .about-but {
		padding: 0px 0px 0px;
		text-align: center;
	}
	.about-bg .about .about-img img {
		min-width: auto;
		height: auto;
	}
	.plan-bg .calculator-bg .calculator .cal1 {
		width: 50%;
		float: left;
		padding: 30px 0px 20px 0px;
		text-align: center;
	}
	.plan-bg .calculator-bg .calculator .cal2 {
		width: 100%;
		border:transparent;
		padding: 20px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	.refer-bg {
		background: #0d0d0d no-repeat top center;
		padding: 30px 0px 30px;
		min-height: 0px;
	}
	.refer-bg .refer {
		padding: 0px 0px 0px;
		text-align: center;
	}
	.refer-bg .refer-head {
		padding: 0px 0px 30px;
		text-align: center;
		display: block;
	}
	.refer-bg .refer-head h4 {
		text-align: center;
	}
	.refer-bg .refer-head h2 {
		text-align: center;
	}
	.refer-bg .refer .refer-img {
		padding: 0px 0px 30px;
	}
	.advan-bg .advan {
		padding: 0px 0px 0px;
	}
	.advan-bg .advan .advan1 .advan-text1 {
		padding: 20px 0px 0px 0px;
		width: 75%;
	}
	.certificate-bg .certificate {
		padding: 0px 0px 0px;
		text-align: center;
	}
	.certificate-bg .certificate .cert-img a {
		top:10px;
	}
	.certificate-bg .certificate .cert-img {
		width: 270px;
		min-height: 340px;
		padding: 20px;
		margin: auto;
		text-align: center;
	}
	.card-bg .card .card1 .card-text {
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
	.insurance-bg .card .card1 .card-text {
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
	.depo-bg {
		padding: 0px 0px 30px;
	}
	.depo-bg .depo-main .depo-box { 
		margin:30px auto 0px;
	}
	.depo-bg .depo-main .depo-img1 {
		display:none;
	}
	.foot-bg .foot .foot-logo {
		padding: 0px 0px 20px;
	}
	.foot-bg .foot .foot-logo img {
		margin:auto;
	}
	.foot-bg .foot .foot-links {
		padding: 20px 0px 0px;
		text-align: center;
	}
	.foot-bg .foot1 .foot-text {
		padding: 20px 0px 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px){ 
	header {
		position: fixed;
		z-index: 11111;
		top: 0;
	}
	header .navbar-inverse {
	  text-align: left;
	}
	header .navbar-inverse .navbar-nav > li > a {
		border-bottom:none;
		padding:0px 0px 4px 0px;
	}
	header .navbar-inverse .navbar-nav > li > a:hover {
		border-bottom:none;
	}
	header .navbar-toggle{ margin: 12px 0; border:0; background:#f3ae2f; border-radius:0;}
	header .navbar-inverse .navbar-toggle:hover, 
	header .navbar-inverse .navbar-toggle:focus{  background:#d29e00;}
	header .navbar-inverse .navbar-toggle:hover .icon-bar, 
	header .navbar-inverse .navbar-toggle:focus .icon-bar{ background-color:#f5f5f5;}
	header .navbar-inverse .navbar-nav > li {
	  padding: 6px;
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li .btn {
		display: inline-block;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: #f3ae2f !important;
		padding:6px 0px 0px 0px;
	}
	.banner-bg .top {
		padding: 120px 0px 0px;
	}
	.banner-bg .banner {
		padding: 0px 0px 30px;
		text-align: center;
	}
	.banner-bg .banner .banner-but {
		padding:0px 0px 0px;
	}
	.plan-bg .plan .planbg .planbg1 {
		background: url(../images/planbg3.png) no-repeat top center;
		background-size: cover;
		width: 290px;
		min-height: 440px;
		padding: 0px 0px 0px;
		margin: 20px auto 20px;
		cursor: pointer;
		transition: 0.7s;
		text-align: center;
	}
	.plan-bg .plan .planbg .planbg1 .plan-side {
		float: unset;
		margin: 0px 0px 0px 0px;
		padding: 40px 0px 0px 0px;
	}
	.plan-bg .plan .planbg .planbg1 .plan-side h4 {
		-webkit-transform: rotate(0deg);
	}
	.plan-bg .plan .planbg .planbg1 .plan-per {
		width: 100%;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		text-align: center;
	}
	.plan-bg .plan .planbg .planbg1 .plan-per h2 {
		display:inline-block;
	}
	.plan-bg .plan .planbg .planbg1 .plan-min {
		width: 100%;
		float: left;
		padding: 20px 20px 0px 20px;
		text-align: left;
	}
	.plan-bg .plan .planbg .planbg1 .plan-but {
		width: 100%;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		position: relative;
		right: 0px;
	}
	.plan-bg .plan .planbg .planbg1 .plan-but a {
		font-size: 20px;
		width: 180px;
		height: 56px;
		line-height: 60px;
		-webkit-transform: rotate(0deg);
	}
	.advan-bg .advan .advan1 {
		padding: 20px 0px 0px;
		text-align: center;
	}
	.advan-bg .advan .advan1 .advan-img {
		margin: auto;
		float: unset;
		display: inline-block;
	}
	.advan-bg .advan .advan1 .advan-text1 {
		padding: 20px 0px 20px 0px;
		width: unset;
		float: unset;
		text-align: center;
	}
	.advan-bg .advan .advan1 .advan-img2 {
		float: unset;
		margin: auto;
		display: inline-block;
	}
	.depo-bg .depo-main {
		padding: 0px 0px 30px;
	}
	.foot-bg .foot .foot-links {
		display: none;
	}
}

@media only screen and (max-width: 560px){
	.banner-bg .banner .banner-text h2 {
		font-size: 40px;
    	line-height: 46px;
		margin:0px 0px 0px 0px;
	}
	.banner-bg .banner .banner-text p {
		margin: 10px 0px 0px 0px;
    	line-height: 26px;
	}
	.banner-bg .banner .banner-but .banner-but1 {
		margin:0px 10px 20px 0px;
	}
	.plan-bg .plan-head h4 {
		font-size: 30px;
	}
	.plan-bg .plan-head h2 {
		font-size: 31px;
	}
	.plan-bg .calculator-bg .calculator {
		background: url(../images/calculator-bg1.png)no-repeat top center;
		background-size: cover;
		padding: 30px 0px 10px;
		min-height: 0px;
	}
	.plan-bg .calculator-bg .calculator .cal1 {
		width: 100%;
		float: left;
		padding: 20px 0px 20px 0px;
		text-align: center;
	}
	.plan-bg .calculator-bg .calculator .cal2 .cal3 {
		width: 100%;
		float: left;
		padding: 0px 0px 10px 0px;
		text-align: center;
		border-right: transparent;
	}
	.plan-bg .calculator-bg .calculator .cal2 .cal4 {
		width: 100%;
		float: left;
		padding: 20px 0px 10px 0px;
		text-align: center;
		border-right: transparent;
	}
	.plan-bg .calculator-bg .calculator .cal2 .cal3 input {
		border: 1px solid #f3ae2f;
    	text-align: left;
		padding:0px 0px 0px 20px;
	}
	.plan-bg .calculator-bg .calculator .cal2 .cal4 input {
		border: 1px solid #f3ae2f;
	}
	.refer-bg .refer-head h4 {
		font-size: 26px;
	}
	.refer-bg .refer-head h2 {
		font-size: 26px;
	}
	.advan-bg .advan  {
		padding: 20px 0px 20px;
		text-align: center;
	}
	.depo-bg .depo-main .depobg {
		background: url(../images/depo-mainbg1.png) no-repeat top center;
		background-size: cover;
	}
	.depo-bg .depo-main .depo-head h2 {
		font-size:30px;
	}
	.foot-bg .foot .foot-links {
		padding: 0px 0px 0px;
		text-align: center;
	}
	.foot-bg .foot1 .foot-text h4 {
		line-height: 28px;
		margin:0px 0px 10px 0px;
	}
	.foot-bg .foot1 .foot-sup {
		text-align:center;
		padding:0px 0px 20px;
	}
	.foot-bg .foot1 .foot-sup i {
		display:none;
	}
	.foot-bg .foot1 .foot-sup a {
		margin:10px 0px 0px 0px;
	}
	.foot-bg .foot1 .foot-sup input {
		width:100%;
	}
	.foot-bg .payments {
    	padding: 20px 0px 10px;
    	text-align: center;
	}
}





/*-------------------------*/


.faq-bg {
	
    background: #ffffff no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.faq-bg .faq-head {

    padding: 0px 0px 0px;
	text-align:center;
}

.faq-bg .faq-head h2 {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #002e45;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

.faq-bg .faq {

    padding: 0px 0px 0px;
}

.faq-bg .faq .faq_accordian1 {
	
	padding:0px 0px 30px 0px;
}

.faq-bg .faq .faq-box {
	
    box-shadow: 0px 0px 5px #afb1b1;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

.faq-bg .faq .accordion-toggle {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0px 0px 0px 30px;
    padding: 16px 25px;
    position: relative;
	transition:0.7s;
}

.faq-bg .faq .accordion-toggle:hover {

	background: transparent;
	color: #f3ae2f;
	transition:0.7s;
	border: 1px solid transparent;
}

.faq-bg .faq .accordion-toggle.active:after {
	
    content: "-";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    height: 28px;
    background: #f3ae2f;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.faq-bg .faq .accordion-toggle:before {
	
    content: "+";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    height: 28px;
    background: #f3ae2f;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.faq-bg .faq .accordion-toggle.active:before {
	
	display:none;
}

.faq-bg .faq .accordion-content {
	
	display: none;
}

.faq-bg .faq .accordion-content {
	
	background-color: #0d0d0d;
	padding: 10px;
}

.faq-bg .faq .accordion-toggle.active {
	
	background: transparent;
	color: #f3ae2f;
	transition:0.7s;
}

.faq-bg .faq .accordion-content p {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #b3b0b0;
	margin:0px 0px 0px 0px;
    line-height: 26px;
}

.about-bg1 {
	
	background: transparent;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

.about-bg1 .office-head {
	
    padding: 0px 0px 0px 0px;
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f3ae2f;
    text-align: center;
}

.about-bg1 .about-imgs {
	
    padding: 30px 0px 30px 0px;
    text-align: center;
}

.about-bg1 .about-imgs a {
	
    position: relative;
    display: block;
    transition: 0.7s;
    border: 2px solid #a9adab;
}

.about-bg1 .about-imgs img {
    margin: auto;
    transition: 0.7s;
    min-height: 250px;
}

.about-bg1 .about-imgs a:not(.doc__title):hover:after {
	
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c0bcbc4f;
    left: 0;
    top: 0;
    transition: 0.7s;
}

.about-bg1 .about1 {
	
    padding: 0px 0px 0px 0px;
}

.about-bg1 .about1 .about-map {
	
    padding: 30px 0px 30px 0px;
}

.about-bg1 .about1 .about-right {
	
    padding: 30px 0px 30px 0px;
}

.about-bg1 .about1 .about-right h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #f3ae2f;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    margin: 0px 0px 16px 0px;
    border-radius: 50px;
    text-transform: uppercase;
}

.about-bg1 .about1 .about-right h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0px 0px 20px 0px;
}

.about-bg1 .about1 .about-right p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 28px;
}

.about-bg1 .about1 .about-right p b {
	
	color: #f3ae2f;
}

.about-bg1 .about2 {
	
    padding: 0px 0px 0px 0px;
}

.about-bg1 .about2 .about-left {
	
    padding: 30px 0px 30px 0px;
}

.about-bg1 .about2 .about-left h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #f3ae2f;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    margin: 0px 0px 16px 0px;
    border-radius: 50px;
    text-transform: uppercase;
}

.about-bg1 .about2 .about-left h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0px 0px 20px 0px;
}

.about-bg1 .about2 .about-left p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 28px;
}

.about-bg1 .about2 .about-left p b {
	
	color: #f3ae2f;
}

.about-bg1 .about2 .about-map {
	
    padding: 30px 0px 30px 0px;
}

.about-bg1 .about3 {
	
    padding: 25px 0px 0px 0px;
}

.about-bg1 .about3 .about-left {
	
    padding: 30px 0px 30px 0px;
}

.about-bg1 .about3 .about-left .m-video__video {
	
	 position: relative;
}

.about-bg1 .about3 .about-left .m-video__video img {
	
    -o-object-fit: contain;
    object-fit: contain;
	margin: auto;
}

.about-bg1 .about3 .about-left .m-video__play {
	
    position: absolute;
    left:50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.about-bg1 .about3 .about-left .about-img:before {
	
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.about-bg1 .about3 .about-left .about-img .video-play-btn i {
	
	top: 38px;
    position: relative;
	color:#1f9fe7;
}

.about-bg1 .about3 .about-left .about-img .video-play-btn {
	
	display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    background-color: transparent;
    border-radius: 50%;
    color: #000942;
    position: absolute;
    z-index: 1;
}
  
.about-bg1 .about3 .about-left .about-img .video-play-btn:before {
	  
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
    width: 120px;
    height: 120px;
    background: rgb(243 174 47 / 32%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1; 
}
	
.about-bg1 .about3 .about-left .about-img .video-play-btn:hover {
	
    color: #313131; 
}

.about-bg1 .about3 .about-left .about-img img {
	
	min-height: 410px;
    min-width: 410px;
	border-radius: 8px;
}

.about-bg1 .about3 .about-right {
	
	padding:0px 0px 0px 0px;
}

.about-bg1 .about3 .about-right .about-cer {
	
    background: #0d0d0d;
    box-shadow: 0px 0px 5px #afb1b1;
    border-radius: 5px;
    padding: 15px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.about-bg1 .about3 .about-right .about-add {
	
	padding:0px 0px 0px 0px;
}

.about-bg1 .about3 .about-right .about-add h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 20px 0px 10px 0px;
	background: transparent;
}

.about-bg1 .about3 .about-right .about-add h6 {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.about-bg1 .about3 .about-right .about-add p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.about-bg1 .about3 .about-left .about-text {
	
    padding: 0px 0px 20px 0px;
}

.about-bg1 .about3 .about-left .about-text h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 0px 0px 10px 0px;
}

.about-bg1 .about3 .about-left .about-text p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 24px;
}
.about-bg1 .about3 .about-right {
	
    padding: 30px 0px 30px 0px;
}

.about-bg1 .about3 .about-right h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #f3ae2f;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    margin: 0px 0px 16px 0px;
    border-radius: 50px;
    text-transform: uppercase;
}

.about-bg1 .about3 .about-right h2 {
	
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0px 0px 20px 0px;
}

.about-bg1 .about3 .about-right p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 28px;
}

.about-bg1 .about3 .about-right p b {
	
	color: #f3ae2f;
}
.about-bg1 .about4 {
	
	padding:0px 0px 0px 0px;
	text-align:center;
}

.about-bg1 .about4 .about-head {
	
	padding:0px 0px 30px 0px;
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f3ae2f;
}

.about-bg1 .about4 .about4-box {
	
	padding:30px 0px 30px 0px;
}

.about-bg1 .about4 .about4-box h6 {
	
	width: 150px;
    height: 150px;
    margin: auto;
    background: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 100px;
}

.about-bg1 .about4 .about4-box h6 img {
	
	
}

.about-bg1 .about4 .about4-box h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 20px 0px 10px 0px;
}

.about-bg1 .about4 .about4-box p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 24px;
}

.about-bg1 .about4 .about4-but {
	
    padding: 20px 0px 20px;
    text-align: center;
}

.about-bg1 .about4 .about4-but a {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0d0d0d;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #222222;
    border-radius: 50px;
    padding: 10px 34px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
}

.about-bg1 .about4 .about4-but a:hover {
	
    color: #e2e9bd;
    border: 1px solid #222222;
    background: #222222;
    box-shadow: inset 0 100px 0 0 #222222;
    transition: 0.7s;
}

.about-bg1 .about4 .about4-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.about-bg1 .about5 {
	
    padding: 30px 0px 0px;
}

.about-bg1 .about5 .about-head {
	
    padding: 0px 0px 0px;
}

.about-bg1 .about5 .about-head h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 0px 0px 20px 0px;
}

.about-bg1 .about5 .about-head p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 24px;
}

.about-bg1 .about6 {
	
	padding:0px 0px 0px 0px;
	text-align:center;
}

.about-bg1 .about6 .about-benifits {
	
	padding:10px;
	margin:20px 0px 20px 0px;
	min-height:180px;
	background: #0d0d0d;
    box-shadow: 0px 0px 5px #afb1b1;
    border-radius: 5px;
}

.about-bg1 .about6 .about-benifits img {
	
	padding:10px 0px 20px 0px;
}

.about-bg1 .about6 .about-benifits p {
	
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.about-bg1 .about7 {
	
	padding:0px 0px 0px 0px;
	text-align:center;
}

.about-bg1 .about7 .about-head {
	
	padding:30px 0px 0px 0px;
	font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f3ae2f;
}

.about-bg1 .about7 .about-team {
	
	padding:20px 0px 20px 0px;
	text-align:center;
}

.about-bg1 .about7 .about-team img {
	
	padding:0px 0px 20px 0px;
	width: 100%;
    height: 100%;
}

.about-bg1 .about7 .about-team p {
	
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.about-bg1 .about7 .about-team h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #f3ae2f;
    margin: 6px 0px 0px 0px;
}

.about-bg1 .about7 .about7-but {
	
    padding: 20px 0px 20px;
    text-align: center;
}

.about-bg1 .about7 .about7-but a {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0d0d0d;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #222222;
    border-radius: 50px;
    padding: 10px 34px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
}

.about-bg1 .about7 .about7-but a:hover {
	
    color: #e2e9bd;
    border: 1px solid #222222;
    background: #222222;
    box-shadow: inset 0 100px 0 0 #222222;
    transition: 0.7s;
}

.about-bg1 .about7 .about7-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.about-bg1 .about3 .uk-img2 {
	padding: 30px 0px 30px;
} 

.about-bg1 .about3 .uk-img2 img {
    margin: auto;
    border: 2px solid #f3ae2f;
    box-shadow: 0 0px 10px 0px #f3ae2f;
    min-height: 450px;
}
.payment-carousel .owl-nav button {
	/*display: none;*/
}

.payment-carousel img {
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.insurance-bg {
	
    background: transparent;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

.insurance-bg .insurance-head {
	
	padding:30px 0px 30px 0px;
	text-align:center;
}

.insurance-bg .insurance-head h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #efe6d7;
    margin: 0px 0px 0px 0px;
    line-height: 40px;
}

.insurance-bg .insurance {
	
	padding:0px 0px 20px 0px;
}

.insurance-bg .insurance .insurance-details {
	
	padding:20px 0px 20px 0px;
	text-align:center;
}

.insurance-bg .insurance .insurance-details img {
	
	padding:0px 0px 20px 0px;
}

.insurance-bg .insurance .insurance-details h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 0px 0px 8px 0px;
    text-transform: capitalize;
}

.insurance-bg .insurance .insurance-details p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 30px 0px;
    line-height: 24px;
}

.insurance-bg .insurance .insurance-details a {
	
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0d0d0d;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #222222;
    border-radius: 50px;
    padding: 10px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.insurance-bg .insurance .insurance-details a:hover {
	
    color: #e2e9bd;
    border: 1px solid #222222;
    background: #222222;
    box-shadow: inset 0 100px 0 0 #222222;
    transition: 0.7s;
}

.insurance-bg .insurance .insurance-details a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.glossary_template .search-box {
	
	background-color: transparent;
	margin: auto;
	padding: inherit;
}

.glossary_template #search_form, .glossary_template #search_form:hover{
	
	background-color: inherit !important;
	border-radius: 0px;
	box-shadow: none !important;
	margin: inherit;
	border: none !important;
	padding: 0;
}

.glossary_template .glossary_groups {
	
	background-color: initial !important;
	box-shadow: none !important;
	margin-top: 0px !important;
	padding: 0px !important;
	border:none !important;
}

.glossary_template .panel, .glossary_template .panel-heading {
	
	margin-bottom: 3px;
}

.glossary_template .panel-group .panel {
	
	border-radius: 0px;
}

.glossary_template h4.panel-title {
	
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}

.glossary_template h4.panel-title, .section .glossary_template .panel-body {
	
	padding: 10px 30px 10px 20px;
}

.collapse-block>.glossary_template .panel-heading .accordion-toggle:after {
	
	position: absolute;
	top:  15px;
	right: 30px;
}

.collapse-block>.glossary_template .panel-heading .accordion-toggle:after {
	
	right: initial;
    right: 30px;
    font-size: 20px;
    font-weight: 700;
}

.glossary_template .panel-heading .accordion-toggle:after {
	
	content: "\2212";
	color: #fff !important;
	font-size: 14px;
}

.glossary_template .panel-heading .accordion-toggle.collapsed:after {
	
	content: "\002b";
	color: #fff !important;
}

.glossary_template .group_heading {
	
    background-color: #222222 !important;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none !important;
    border-bottom: 1px solid #f3ae30 !important;
}

.glossary_template .panel-body {
	
    border-top-color: #ddd;
    border: 1px solid #343332 !important;
    border-top: none !important;
}

.glossary_template .panel-body h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 10px 0px 10px 0px;
    text-transform: capitalize;
}

.glossary_template .panel-body p {
	
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 16px 0px;
    line-height: 24px;
}

.glossary_template .panel-body p a {
	
	font-size: 18px;
    font-weight: 600;
    color: #f3ae2f;
	transition:0.7s;
}

.glossary_template .panel-body p a:hover {
	
	transition:0.7s;
	text-decoration:underline !important;
}

.glossary_template .panel-body ul {
	
	padding:0;
	margin:0;
	list-style:none;
}

.glossary_template .panel-body ul li {
	
	padding:0px 0px;
	display:block;
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.card-bg1 {
	
	background: transparent;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

.card-bg1 .card {

    padding: 0px 0px 0px 0px;
}

.card-bg1 .card .card-text {

    padding: 30px 0px 30px 0px;
}

.card-bg1 .card .card-text h4 {
	
	font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.card-bg1 .card .card-text p {
	
    margin: 0px 0px 0px 0px;
    background: #f3ae2f;
    padding: 0px;
    width: 46px;
    height: 4px;
    border-radius: 10px;
}

.card-bg1 .card .card-para {

    padding: 0px 0px 30px 0px;
}

.card-bg1 .card .card-para p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.card-bg1 .card .card-para p span {
	
	color: #f3ae2f;
}

.card-bg1 .card .card-but {

    padding: 0px 0px 30px 0px;
}

.card-bg1 .card .card-but a {
	
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0d0d0d;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #222222;
    border-radius: 50px;
    padding: 10px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.card-bg1 .card .card-but a:hover {
	
    color: #e2e9bd;
    border: 1px solid #222222;
    background: #222222;
    box-shadow: inset 0 100px 0 0 #222222;
    transition: 0.7s;
}

.card-bg1 .card .card-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.card-bg1 .card1 {

    padding: 30px 0px 30px 0px;
	text-align:center;
}

.card-bg1 .card1 .card-head1 {

    padding: 30px 0px 30px 0px;
	text-align:center;
}

.card-bg1 .card1 .card-head1 h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.card-bg1 .card1 .card-head1 p {
	
    margin: auto;
    background: #f3ae2f;
    padding: 0px;
    width: 46px;
    height: 4px;
    border-radius: 10px;
}

.card-bg1 .card1 .card-box {

    background: #0d0d0d;
    box-shadow: 0px 0px 5px #afb1b1;
    border-radius: 5px;
    padding: 10px;
    margin: 20px auto 20px;
    width: 280px;
    min-height: 255px;
}

.card-bg1 .card1 .card-box img {

    padding: 10px 0px 30px 0px;
    width: 40px;
}

.card-bg1 .card1 .card-box h4 {

    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #f3ae2f;
    margin: 0px 0px 10px 0px;
    text-transform: capitalize;
	line-height:28px;
}

.card-bg1 .card1 .card-box p {

	font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 24px;
}

.card-bg1 .card1 .card-box p span {
	
    position: relative;
    top: -6px;
    font-size: 12px;
}

.card-bg1 .card2 {

    padding: 30px 0px 30px 0px;
	text-align:center;
}

.card-bg1 .card2 .card-img {
	
	padding: 30px 0px 30px 0px;
}

.card-bg1 .card2 .card-img img {
	
	padding: 0px 0px 20px 0px;
	margin:auto;
}

.card-bg1 .card2 .card-img h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.card-bg1 .card2 .card-img p {
	
    margin: auto;
    background: #f3ae2f;
    padding: 0px;
    width: 46px;
    height: 4px;
    border-radius: 10px;
}

.card-bg1 .card2 .card-box2 {
	
	padding: 20px 0px 20px 0px;
}

.card-bg1 .card2 .card-box2 h4 {
	
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 600;
    background: #f3ae2f;
    color: #0d0d0d;
    padding: 10px;
    margin: 0px 0px 14px 0px;
    width: 50px;
    height: 50px;
    line-height: 34px;
    display: inline-block;
    border-radius: 100px;
}

.card-bg1 .card2 .card-box2 p {
	
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 26px;
}

.card-bg1 .card2 .card-but {

    padding: 30px 0px 0px 0px;
}

.card-bg1 .card2 .card-but a {
	
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0d0d0d;
    background: #f3ae2f;
    border: 1px solid #f3ae2f;
    box-shadow: inset 0 0 0 0 #222222;
    border-radius: 50px;
    padding: 10px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.card-bg1 .card2 .card-but a:hover {
	
    color: #e2e9bd;
    border: 1px solid #222222;
    background: #222222;
    box-shadow: inset 0 100px 0 0 #222222;
    transition: 0.7s;
}

.card-bg1 .card2 .card-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@media only screen and (max-width: 991px){ 
	.about-bg1 {
		text-align:center;
	}
	.card-bg1 {
		text-align:center;
	}
	.card-bg1 .card .card-text p {
		margin:auto;
	}
}

.navbar-nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 8px;
}

.head-btn {
	display: inline-block;
	padding-left: 20px;
}

.navbar {
	padding: 0;
	/*display: inline-block;*/
}

.nav-info {
	float: right;
	display: inline-block;
}
/*header {
	padding: 20px 0;
}
.logo {
	padding-top: 10px;
}
.banner h2 {
	font-family: 'Aliquam';
	color: #fff;
	font-size: 38px;
}
.banner {
	
	padding: 100px 0 76px 0;
}
.banner h2 span {
	color: #ffd816;
}*/
.bull-bear {
	text-align: center;
}
.bull-bear img {
	vertical-align: bottom;
}
.play i {
	font-size: 25px;
	color: #dd3f0b;
	width: 85px;
	height: 85px;
	background: #ffd816;
	text-align: center;
	padding-top: 30px;
	border-radius: 50px;
}
.play h5 {
	color: #770101;
	font-size: 21px;
	margin: 5px 0;
}
.play small {
	font-size: 15px;
	color: #000;
}
.play {
	text-align: center;
}
.play a i:hover {
	background: #780000;
	color: #fff;
}
.play {
	text-align: center;
	margin-top: -105px;
}
.navbar-nav li a:hover {
	color: #ffd816;
}
@keyframes floating {
 from {
transform: translate(0, 0px);
}
 65% {
transform: translate(0, 15px);
}
to {
	transform: translate(0, -0px);
}
}
.bull-bear li {
	display: inline-block;
}
.bull-bear li:nth-child(1) {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.bull-bear li:nth-child(2) {
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.abt-info h4 {
	font-size: 30px;
}
.abt-info p {
	font-size: 16px;
	padding: 10px 0;
	line-height: 25px;
	margin: 0;
}
.heading h3 {
	font-size: 34px;
    font-weight: 600;
    color: #f3ae2f;
}
.currency-list li {
	display: inline-block;
	padding: 0 10px;
}
.currency-list {
	text-align: center;
	padding: 20px 0;
}
.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.inv-info h4 {
	font-size: 41px;
	color: #fff;
	text-align: center;
}
.inv-info {
	text-align: center;
	padding: 30px 0;
}
.inv-info a {
	margin-top: 20px;
}
.plan-ic {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	display: inline-block;
	width: 50px;
	height: 45px;
	text-align: center;
	padding-top: 6px;
	border-radius: 5px;
	margin-bottom: -7px;
	z-index: -1;
	position: relative;
}
.plan-block:hover .plan-top {
	background: rgba(255,216,22,1);
	background: -moz-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,22,1)), color-stop(32%, rgba(242,201,17,1)), color-stop(100%, rgba(227,198,53,1)));
	background: -webkit-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -o-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: linear-gradient(to bottom, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd816', endColorstr='#e3c635', GradientType=0 );
}
.plan-block:hover .plan-ic {
	background: #ffd816;
}
.plan-top {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	text-align: center;
 
	padding: 18px 15px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.plan-top h4 {
	font-size: 18px;
 
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.plan-top h4 small {
	font-size: 21px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	padding-bottom: 15px;
}
.plan-invest li {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.plan-invest li span {
	font-size: 16px;
	color: #000;
}
.plan-invest li h4 {
	color: #a50e0e;
}
.plan-invest li span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	padding: 7px 0;
	border-bottom: 1px solid rgb(255, 249, 249);
	width: 100%;
}
.plan-invest li h4 {
	color: #a50e0e;
	border-bottom: 1px solid rgb(255, 249, 249);
	padding: 10px 0;
}
.plan-invest {
	text-align: center;
	background: #efefef;
	padding-top: 10px;
}
.plan-invest h6 {
	font-size: 16px;
	padding: 10px 0 15px 0;
	margin: 0;
	padding-bottom: 20px;
}
.plan-btn a {
	background: #ffd816;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 20px;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	-moz-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
}
.fs-40 {
	font-size: 40px !important;
}
.inv-plan {
	padding: 30px 0;
}
.plan-btn a:hover {
	background: #9e0e0e;
}
.bg-theme2 {
	background: rgba(184,15,15,1);
	background: -moz-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,15,15,1)), color-stop(68%, rgba(212,55,50,1)), color-stop(100%, rgba(244,100,90,1)));
	background: -webkit-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -o-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -ms-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: linear-gradient(to right, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80f0f', endColorstr='#f4645a', GradientType=1 );
}
.ref-info span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0 30px 0;
	display: inline-block;
}
.ref-info p {
	color: #fff;
	font-size: 16px;
	padding: 15px 0 0 0;
}
.ref-info a {
	margin-top: 10px;
}
.ref-info {
	padding: 70px 0;
}
.ref-block {
	position: relative;
}
.ref-block li {
	font-size: 36px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
}
.ref-block li small {
	font-size: 30px;
}
.ref-img {
	position: relative;
}
.ref-block ul li {
	position: absolute;
}

.ref-block ul li:nth-child(1) {
	position: absolute;
	top: 40%;
	left: 12%;
}

.ref-block ul li:nth-child(2) {
	position: absolute;
	top: 93px;
	left: 43%;
}
.ref-block ul li:last-child {
	display: none;
}

.ref-block ul li:nth-child(3) {
	position: absolute;
	top: 34%;
	right: 10px;
}
.ref-block ul li:nth-child(4) {
	position: absolute;
	top: 57%;
	right: 25%;
}
.ref-block ul li h5 {
	margin-top: 0;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
}
.feature-info h5 {
	color: #d10707;
	font-size: 26px;
	font-weight: normal;
}
.feature-info p {
	font-size: 16px;
	color: #000000;
	width: 80%;
}
.feature-info {
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	padding: 35px 10px 15px 65px;
	width: 75%;
	margin: 40px auto;
	border-radius: 10px;
}
.feature-info:hover h5 {
	color: #fff;
}
.feature-info:hover p {
	color: #fff;
}
.fea-bg1 {
	background: #fff url(../images/feature-ic1.html) no-repeat left bottom;
}
.fea-bg1:hover {
	background: #d10707 url(../images/feature-ic1.html) no-repeat left bottom;
}
.fea-bg2 {
	background: #fff url(../images/feature-ic2.html) no-repeat left bottom;
}
.fea-bg2:hover {
	background: #d10707 url(../images/feature-ic2.html) no-repeat left bottom;
}
.fea-bg3 {
	background: #fff url(../images/feature-ic3.html) no-repeat left bottom;
}
.fea-bg3:hover {
	background: #d10707 url(../images/feature-ic3.html) no-repeat left bottom;
}
.fea-bg4 {
	background: #fff url(../images/feature-ic4.html) no-repeat left bottom;
}
.fea-bg4:hover {
	background: #d10707 url(../images/feature-ic4.html) no-repeat left bottom;
}
.feature-block {
	background: #fff url(../images/fea-bg.html) no-repeat center;
	position: relative;
}
.fea-logo {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 170px;
}
.transact-tb table {
	background: rgba(181,11,11,1);
	background: -moz-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(181,11,11,1)), color-stop(29%, rgba(193,13,13,1)), color-stop(100%, rgba(147,14,14,1)));
	background: -webkit-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -o-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -ms-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: linear-gradient(to right, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50b0b', endColorstr='#930e0e', GradientType=1 );
}
.transact-tb table tr {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.sec-logo li {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 25px 0;
}
.sec-logo {
	background: #ffd816;
	border-radius: 10px;
}
.sec-logo {
	margin-bottom: -50px;
	margin-top: -73px;
}
.foot-info li {
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.foot-info li i {
	color: #fff;
	font-size: 24px;
	padding-right: 0;
	vertical-align: top;
	padding-top: 5px;
}
.foot-info li h5 {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	margin: 0;
	padding-left: 15px;
	line-height: 24px;
}
.foot-info {
	padding: 20px 0;
}
.foot-para p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}
.foot-para {
	text-align: center;
}
.foot-para a {
	margin-top: 10px;
}
.soc-info li {
	display: inline-block;
	padding: 0 6px;
}
.soc-info {
	text-align: center;
	padding-top: 15px;
}
.cpy-rgt a {
	color: #d94646;
}
.cpy-rgt {
	color: #d94646;
	font-size: 15px;
	text-align: center;
	padding: 30px 0;
}
.bg5 {
	padding: 90px 0 10px 0;
}
.soc-info li a:hover {
	opacity: 0.5;
}

.bg-theme3{
background:#e9e9e9;	
}

.crypto-live {
	padding: 40px 0 105px 0;
}
.ref-img img {
	width: 100%;
}
 .stretch-card  {
	text-align: center;
	margin: 20px auto;
}
.main-menu {
	display: none;
}


/*.header-div {
 
	background: #f6f9fb !important;
}
*/
/*
.header-div a {
	color: #000 !important;
}
.ccc-widget div {
	background: #fff !important;
	color: #000 !important;
	border: none !important;
}

.header-div a {
	color: #000 !important;
}*/

/***************************************************Form******************************************************/

.innerform-logo h4 {
	font-size: 36px;
	color: #24328c;
	font-family: 'Cocogoose';
	line-height: 50px;
	margin: 0;
padding: 70px 0 30px 0;
display: inline-block;
text-align: center;
}
.innerform-logo span {
	color: #24328c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 100%;
padding: 40px 0;
	margin: 0;
}
.innerform-logo span a {
	color: #000;
	text-decoration:underline;
 
}
 
.innerform-logo {
 
	padding: 85px 0 40px 0;
}


.form_block i {
    width: 40px;
	height: 40px;
    background: transparent;
    color: #f3ae2f;
    position: absolute;
    left: 8px;
    top: -14px;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}

.form_block i img {
	width: 34px;
}

.form_block {
	position: relative;
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
}
.upline h5 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 20px 0;
}
.upline h5 span {
	color: #f3ae2f;
}
.check_block {
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.check_block a{
 
	color: #f3ae2f;
 
}
.check_block a:hover{
 
	color: #fff;
 
}
.cpy-form {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    color: #ffffff;
    background: #f3ae2f;
}
.inner-form {
	padding: 55px 0 35px 0;
	position: relative;
}
/*.inner-form::after {
	position: absolute;
	content: '';
	background: url(../images/bull-sm.png) no-repeat center;
	width: 351px;
	height: 343px;
	bottom: 0;
	left: -20px;
}
.inner-form::before {
	position: absolute;
	content: '';
	background: url(../images/bear-sm.png) no-repeat center;
	width: 351px;
	height: 343px;
	bottom: 0;
	right: 0;
}*/



.innerform-logo span a:hover {
	color: #fff;
}
 .form-head {
	padding: 60px 0;
}

.inner-bg2 {
    background: #0d0d0d no-repeat top center;
    background-size: cover;
}
 .abt-detail {
	padding: 40px 0;
}
.abt-detail h2 {
    font-family: 'Sora', sans-serif;
    color: #f3ae2f;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}



 


.msg {
	width: 75%;
	margin: auto;
}
.msg.sucess h5 {
	background: #339f7b;
	-webkit-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	-moz-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
}
.msg h5 {
	font-size: 16px;
	color: #fff;
	padding: 4px 6px;
}
.msg.error h5 {
	background: #a80511;
	-webkit-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	-moz-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
}
.msg.error i {
	background: #bf353f;
}
.msg i {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	margin-right: 10px;
}


/******************faq*********************/




.faq_accordian {
	width: 100%;
}
.faq_accordian .accordion-toggle {
	cursor: pointer;
	margin: 10px 0 0 0;
}
.faq_accordian .accordion-toggle.active {
	background: url(../images/accordian_arrow_up.html) no-repeat center right 10px, #f1cf3e;
	color: #ffffff;
}
.faq_accordian .accordion h4 {
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding: 13px 45px 13px 10px;
	background: url(../images/accordian_arrow_down.html) no-repeat center right 10px, #5e0000;
}

	
.faq_accordian .accordion-content {
	display: none;
}
.faq_accordian .accordion-content p {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #2f2e2e;
	line-height: 30px;
	background: #f0eeee;
	padding: 20px 30px;
}

.faq_accordian .accordion .open {
	display: block;
}

/********************news******************/


.news-sec h4 {
	margin-bottom: 16px;
	color: #1e257a;
	font-size: 22px;
	text-transform: capitalize;
}

 
.news-sec h4 a {
	color: #b50b0b;
	font-size: 18px;
}

.news-sec.full_detail {
	min-height: auto;
}
.news-sec small {
	background-color: #ffd816;
	color: #5e0000;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
	font-size: 15px;
	font-weight: 500;
}
.news-sec {
	background-color: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	margin: 5px 0;
	min-height: 390px;
}
.full_detail {
	min-height: 145px;
}

/********************table page******************/

.table_page {
	color: #fff;
	font-size: 15px;
	margin: 20px 0;
}

.table_page i {
background: #e9c42a;
color: #000;
	border: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin: 0 5px;
}

.abt-head.head-inner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
 
 
 .inv-info p {
	color: #fff;
	font-size: 16px;
	padding: 20px 0 0 0;
	width: 90%;
	margin: auto;
}

 


.referral-block li h5 {
	padding-bottom: 20px;
}
.referral-block li {
	font-size: 70px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
	background: #efefef;
	padding: 0px 0;
 
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.referral-block li small {
	font-size: 50px;
}