body {
	
	font-size: 13px;
}

li,
a,
span,
.bicolor,
.hlist-icon {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a{
	cursor: pointer!important;
}
h1{
	font-weight: 300;
}
h2,
h3, h4 {
	text-transform: uppercase;
}

.section {
	text-align: center;
	overflow: hidden;
}


        /* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

        .clearfix:before,
        .clearfix:after {
            content: "";
            display: table;
        }

        .clearfix:after {
            clear: both;
        }

        .l-left {
            float: left;
        }

        .l-right {
            float: right;
        }

        .end {
            margin-top: 30px;
            font-size: 3em;
            font-weight: bold;
            opacity: 0;
            -webkit-transform: translateY(300px);
            transform: translateY(300px);
            transition: opacity, -webkit-transform 1s;
            transition: opacity, transform 1s;
            transition: opacity, transform 1s, -webkit-transform 1s;
            transition-delay: 1s;
        }



        /* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

        * {
            margin: 0;
            padding: 0;
            font-family: 'Alegreya Sans', Arial, sans-serif;
            /*text-transform: uppercase;*/
        }

        html {
            font-size: 62.5%;
        }

        body {
            color: black;
            letter-spacing: .18em;
        }

        a {
            text-decoration: none;
            color: white;
        }

        ul,
        li {
            list-style-type: none;
        }



        /* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

        .header-top {
           /* background: rgba(21, 69, 120, 0.5);*/
            background:rgba(9, 120, 199, 0.5);
            /*background: rgba(7, 148, 216, 0.5);*/
            height: 120px;
            /*padding: 0 10px;*/
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 12;
            box-sizing: border-box;
            border-bottom: 1px solid white;
        }

        h1 {
            line-height: 120px;
            height: 120px;
        }

        .logo li.l{
         /*  height: 100px;*/
           margin: auto;
        }

        .text ul li{
            padding: 2px 10px;
            color: white;
        }

        .text ul li:first-child{
            font-size: 30px;
        }

        h1 a {
            display: block;
            padding: 0 10px;
        }
        
        .logo{
            padding: 0px 73px;
            display: flex;
            height: 100%;
        }







        .logo img{
           width: 80px;
        }

        .logo .line{
            height: 100px;
            width: 10px;
            margin: auto;
            border-right: 1px solid white;
        }




        /* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

        section {
            text-align: center;
            /*background: url('https://unsplash.it/1910/1221?image=626') no-repeat center / cover;*/
        }

        h2 {
            text-transform: lowercase;
            font-size: 4em;
            margin-bottom: 20px;
        }

        h3 {
            font-weight: 300;
            font-size: 2.8em;
        }

        /********************* footer **************************/

        .taxt-left {
            text-align: left;
        }

        .taxt-right {
            text-align: right;
        }

        .footer-bottom {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 40px;
            /*background-color: #112432;*/
             background-color: #287cb8;
            z-index: 9;
            padding: 12px 0px;
            font-size: 12px;
            text-transform: uppercase;

            color: #fff;
        }

        #fp-nav ul li a span,
        .fp-slidesNav ul li a span {
            background-color: #ddd!important;
        }

        #fp-nav ul li a.active span,
        .fp-slidesNav ul li a.active span,
        #fp-nav ul li:hover a.active span,
        .fp-slidesNav ul li:hover a.active span {
            background-color: red !important;
        }

        /* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

        @media screen and (max-width: 767px) {}

        @media screen and (max-width: 400px) {
            html {
                font-size: 50%;
            }
        }





/************************************ right side header *****************/
.rhmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 30px;
	top: 33px;
	z-index: 9;
	color: #fff;
}

.rhmenu > li {
	float: right;
	text-transform: uppercase;
	font-size: 13px;
    /*border: 1px solid #fff;*/
	margin-left: 14px;
/*	padding: 10px 20px;*/
/*	padding-left: 50px;*/
	cursor: pointer;
	position: relative;
}

.rhmenu > li:hover {
	background-color: red;
}

.rhmenu > li:last-child {
	cursor: auto;
}

.rhmenu > li > i {
	position: absolute;
	left: 18px;
	top: 8px;
}

.rhmenu > li:last-child {
    cursor: auto;
    padding: 16px 20px;
    border: 1px solid #fff;
}

.srhmenu{
    list-style: none;
    margin: 0px;
	padding: 0px;
}

.srhmenu > li {
    text-transform: uppercase;
    font-size: 11px;
   /* margin-left: 14px;*/
    padding: 5px 20px;
    padding-left: 50px;
    cursor: pointer;
    position: relative;
}

.srhmenu > li > i {
    position: absolute;
    left: 18px;
    top: 2px;
}

.mhmenue{
    position: absolute;
    height: 120px;
    left: 0px;
    top: 0px;
    right: 0px;
  /*  background-color: #222;*/
    padding: 10px 30px;
    z-index: 10;
    border-bottom: 1px solid white;
}



/******************** notification bar *****************/
.hbtmenu {
    background-color:rgba(130, 185, 243, 0.5);
    position: absolute;
    /* left: 0px; */
    right: 0px;
    bottom: 0px;
    z-index: 9;
    width: 450px;
    top: 120px;
}


.hbtmenu > ul > li:first-child {
    width: 100%;
    padding: 13px 10px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid white;
    background: transparent;
    color: red;
    background-color: white;
    opacity: .50;
    height: 60px;
}
.hbtmenu > ul > li:last-child {
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
     border-bottom: 1px solid white; 
    color: red;
    height: calc(100vh - 180px);
}

.h100{
    height: 100vh;
}
/*.hbtmenu > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 1100px;
	margin: auto;
}

.hbtmenu > ul > li {
	float: left;
	text-align: center;
	padding: 30px 0px;
	width: 275px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hbtmenu > ul > li:first-child {
	border: none;
}

.hbtmenu > ul > li > a {
	color: #c3a10e;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-left: 32px;
}

.hbtmenu > ul > li > a:hover {
	color: #fff;
}

.hbtmenu > ul > li > a > svg {
	width: 30px;
	position: absolute;
	left: -40px;
	top: -4px;
}

.hbtmenu > ul > li:nth-child(4) > a > svg {
	width: 40px;
	top: -10px;
	left: -50px;
}

.hbtmenu > ul > li > a .bicolor {
	fill: #C3A10E;
}

.hbtmenu > ul > li > a:hover .bicolor {
	fill: #fff;
}*/


/************************************ second page ******************************/
.wizard_section{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    overflow-y: auto;
}



.hcwizard{
    width: 40rem;
    margin: auto;
}

.card{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #1f4260;
}

.card-icon{
    height: 115px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: white;
    width: 115px;
    display: inline-flex;
    border-radius: 50%;
    margin-top: -67px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 20px 9px rgba(0, 0, 0, .12);
}


.card-icon img{
    width: 50px;
    position: relative;
    margin: 33px;
    height: 50px;
}

.card-icon:hover{
    background-color: #287cb8;
    color: white;
}


.card-icon {
    height: 115px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: white;
    width: 115px;
    display: inline-block;
    border-radius: 50%;
    margin-top: -67px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 20px 9px rgba(0, 0, 0, .12);
}
.card-icon svg{
    width: 50px;
    position: relative;
    margin: 33px;
    height: 50px;
}
.card-icon-path {
  fill: #287db9;
}


.card-icon:hover .card-icon-path{
  fill:white;
}


.mt35{
    padding-top: 35px;
}

.mt60{
    padding-top: 60px;
}



a:hover {
    text-decoration: none;
}











.ww50{
    width: 50%;
}




.wizard_section > li{
    float: left;
    overflow: hidden;
    height: 284px;
    position: relative;
    
  /*  border: 1px solid black;*/
    padding: 70px 140px;

}

.wizard_body{
    background-color: #1f4260;
    width: 100%;
    height: 100%;
}

.card-first{
    width: 100%;
    height: 60px;
}

.card-data{
    
    
    
}
