/*******css start******/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	  font-family: "DM Sans", sans-serif;
	font-weight: 400;
	
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}


button:focus {
	outline: none !important;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

input:focus {
	outline: none;
}

header,
footer,
section {
	width: 100%;
	float: left;
}

.wrapper-outer
{
		width: 100%;
	float: left;
}
.wrapper-left
{
		width: 15.7%;
	float: left;
background: #FFFFFF;
height:100vh;	
}
.wrapper-heading
{
  width: 100%;
    float: left;	
}
.wrapper-heading h2{
width: 100%;
float: left;
    font-size: 26px;
    line-height: 26px;
    color: #2B3674;
    font-weight:700;
    text-align: center;
    padding: 15px 20px;
	border-bottom: 1px solid #000000;
}
.wrapper-heading h2:first-child{
	padding:70px 0 20px;
	border-bottom:none;
}
.side-nav {
    width: 100%;
    float: left;
}
.side-nav li{
    width: 100%;
    float: left;
}
.side-nav li a{
width: 100%;
float: left;
    font-size: 20px;
    line-height: 20px;
    color: #2B3674;
    font-weight: 400;
    text-align: center;
    padding: 15px 20px;
	    border-bottom: 1px solid #000000;
}
.side-nav li a:hover {
        color: #ffffff;
    background: linear-gradient(180deg, #0E70BA 0%, #24B6F2 100%);
      border-bottom: 1px solid #24B6F2;
}
.wrapper-right
{
		width: 84.3%;
	float: left;
	padding: 50px;
background: linear-gradient(180deg, #0E70BA 0%, #24B6F2 100%);		
}
.wrapper-right-top {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 50px;
		position:relative;
}
.wrapper-right-top h1{
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
	display: inline-block;
}
.wrapper-right-top a {
    float: right;
    background: #fff;
    border-radius: 50px;
    padding: 16px 35px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.wrapper-right-top a:hover {
    color: #fff;
	 background: #2B3674;
}
.wrapper-right-mid
{
	width: 100%;
float: left;
text-align:center;
}
.wrapper-right-mid li {
    width: 30%;
    display: inline-block;
    padding: 50px 30px;
    background: #fff;
    border-radius: 15px;
    margin: 0 15px 30px;
}


.wrapper-right-mid li p {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #2B3674;
    text-align: center;
    padding: 0 0 30px;
	    font-weight: 500;
}
.wrapper-right-mid li h3{
    font-size: 35px;
    line-height: 35px;
   color: #2B3674;
       width: 100%;
    float: left;
}
.form-outer {
	padding: 100px 0;
	text-align: center;
}

.wrapper-rights
{
	width: 100%;
float: left;
text-align:center;
    height: 100vh;
}
.form-inner {
    width: 535px;
    display: inline-block;
}
.form-inner form {
	width: 100%;
	float: left;
}

.form-innr {
   width: 535px;
    display: inline-block;
}

.form-innr .contact-field {
	width: 100%;
	float: left;
	padding: 0 0 30px;
}

.form-innr .contact-field input[type="text"],
.form-innr .contact-field input[type="password"] {
    width: 100%;
    float: left;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #E0E5F2;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 14px;
    color: #2B3674;
    margin: 0 0 30px;
}

.form-innr .contact-field input[type="text"]::-webkit-input-placeholder,
.form-innr .contact-field input[type="password"]::-webkit-input-placeholder {
    color: #2B3674;
}

.form-innr .contact-field input[type="text"]::-moz-placeholder,
.form-innr .contact-field input[type="password"]::-moz-placeholder {
    color: #2B3674;
}

.form-innr .contact-field input[type="text"]:-ms-input-placeholder,
.form-innr .contact-field input[type="password"]:-ms-input-placeholder {
    color: #2B3674;
}

.form-innr .contact-field input[type="text"]:-moz-placeholder,
.form-innr .contact-field input[type="password"]:-moz-placeholder {
    color: #2B3674;
}

.contact-field input[type="submit"] {
padding: 15px 50px;
    background: #FFFFFF;
    border-radius: 50px;
  font-weight: 600;
    font-size: 16px;
    line-height: 20px;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
	margin:20px 0 0;
	  font-family: "DM Sans", sans-serif;
}

.contact-field input[type="submit"]:hover {
	background: #2B3674;
		color: #FFFFFF;
}
.wrapper-rights .wrapper-right-top {
    padding: 0 0 120px;
}
.wrapper-rights 
{
    padding: 50px 50px 100px;
}
/* Important styles */

#toggle {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px 15px;
    padding: 14px 0 0;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
width: 100%;
    height: 4px;
    background-color: #2b3674;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 10px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

.menu {
	display:none;
}
.menu-toggle {
    color: #2B3674;
    width: 100%;
    text-align: center;
    font-size: 30px;
    display: none;
    padding: 3px 10px;
}
.menu-toggle a {
	text-decoration:none;
	color: #2B3674;
}
.navigation{
    position: absolute;
}