@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {	
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #28345F;
}

a:hover {text-decoration: none;}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*-- header area start --*/

.header {
    padding: 35px 0;
}

.header-left a img {
    display: inline-block;
    width: 98px;
}

.header-left {
    border-right: 1px solid #D7D7D7;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right-link ul li {
    display: inline-block;
}

.header-right-link ul li a {
    display: inline-block;
    color: #28345F;
    margin-right: 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.header-right-link ul li a:hover {
    color: #FFCE50;
}

.header-right-button a {
    display: inline-block;
    color: #28345F;
    font-weight: 600;
    font-size: 20px;
    background: #FFCE50;
    border-radius: 5px;
    padding: 17px 36px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.header-right-button a:hover {
    opacity: .7;
}

.header-right-lang form {
    display: inline-block;
    color: #28345F;
    font-size: 20px;
    padding: 17px 36px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.header-right-lang form:hover {
    opacity: .7;
}


.header-right-lang select {
    padding-right: 18px;
    font-weight: bold;
    color: #28345F;
    border: 3px solid black;
    border-radius: 5px;
    border-color: #28345F;
    background: url(img/arrow4.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-color: white;
} 

.header-right {
    margin-left: 20px;
}

/*-- header area end --*/

/*-- hero area start --*/
.hero-left h2 {
    font-size: 43px;
    font-weight: 600;
    color: #28345F;
}

.hero-left h2 span {
    font-weight: bold;
    color: #FFCE50;
}

.hero-left a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #28345F;
    background: #FFCE50;
    border-radius: 5px;
    padding: 15px 38px;
    margin-top: 28px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.hero-left a:hover {
    opacity: .7;
}

.hero-left p {
    max-width: 380px;
    font-size: 18px;
    padding-left: 25px;
    border-left: 2px solid #FFCE50; 
    margin-top: 50px;
}

.hero-right img {
    display: block;
    width: 95%;
    margin-left: auto;
}

.hero {
    padding: 50px 0;
}

/*-- hero area end --*/

/*-- future aera start --*/
.future-heading h5 {
    font-size: 17px;
    font-weight: 800;
    color: #969697;
    letter-spacing: 1.5px;
}

.future-heading h2 {
    font-weight: 800;
    font-size: 42px;
}

.future-heading {
    margin-bottom: 60px;
}

.future-left img {
    display: block;
    width: 100%;
}

.future-right-one {
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

.future-right {
    margin-left: 80px;
}

.future-right-one-left img {
    display: inline-block;
    width: 52px;
}

.future-right-one-left {
    margin-right: 35px;
}

.future-right-one-right p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.future {
    background-image: url(img/eli.png);
    background-repeat: no-repeat;
    background-position: top 90px right 0;
    background-size: 217px 301px;
    padding: 50px 0;
}

/*-- future aera end --*/

/*-- solution area start --*/
.solution-one-img {
    width: 70px;
    background: rgba(255, 206, 80, 0.8);
    border-radius: 10px;
    height: 70px;
    padding-top: 13px;
}

.soluiton-content {
    height: 330px;
    padding: 30px;
    border: 1px solid #EEF5FA;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background: #fff;
    padding-top: 60px;
}

.soluiton-content h5 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
}

.soluiton-content p {
    font-weight: 600;
    font-size: 15px;
    color: #585858;
}

.soluiton-content p.demm {
    opacity: .2;
    margin-bottom: 5px;
}

.soluiton-content a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #564CFF;
    margin-top: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.soluiton-content a:hover {
    opacity: .7;
}

.solution-one {
    position: relative;
}

.solution-one-img {
    position: absolute;
    left: 30px;
    top: -36px;
}

.solution-one {
    margin-bottom: 120px;
}

.solution-hading {
    margin-bottom: 100px;
}

.solution {
    padding-top: 50px;
    background: #F9F9FB;
}

/*-- solution area end --*/

/*-- case area start --*/
.case-heading h2 {
    font-weight: 800;
    font-size: 42px;
}

.casetl-one {
    display: flex;
}

.casetl-one-left h2 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 70px;
    color: rgba(255, 206, 80, 0.1);
    margin-bottom: 0;
    line-height: 1;
    margin-right: 10px;
}

.casetl-one-right h4 {
    font-weight: 800;
    font-size: 32px;
    color: #FFCE50;
}

.casetl-one-right p {
    font-weight: 600;
    font-size: 18px;
    color: #343C6B;
}

.casetl-one {
    margin-bottom: 30px;
}

.case-img img {
    display: block;
    width: 100%;
}

.case-text-left {
    padding-right: 25px;
}

.case-heading {
    margin-bottom: 70px;
}

.case {
    padding: 80px 0;
}

/*-- case area end --*/

/*-- eye area start --*/
.eye-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eye-block-one {
    width: 96px;
    height: 96px;
    text-align: center;
    background: rgba(255, 206, 80, 0.8);
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding-top: 25px;
}


.eye-block-onex img {
    width: 45px;
}

.eye-block-twox img {
    width: 50px;
}

.eye-block-threex img {
    width: 50px;
}

.eye-block-fourx img {
    width: 52px;
}

.eye-block-sixx img {
    width: 48px;
}

.eye-block-sevenx img {
    width: 50px;
}

.eye {
    background: rgba(255, 206, 80, 0.1);
    padding: 50px 0;
}

.eye-block p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 18px;
    color: #343C6B;
    margin-top: 15px;
}

/*-- eye area end --*/

/*-- team area start --*/
.team-one img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.team-one h6 {
    font-weight: 500;
    font-size: 20px;
    color: #28345F;
}

.team-one h6  span {
    font-weight: 800
}

.team-one p {
    margin-bottom: 0;
    font-size: 15px;
}

.team {
    padding: 60px 0;
}

/*-- team area end --*/

/*-- they area start --*/
.they-heading h5 {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 0.19em;
    color: #A4A4A4;
}

.they-heading {
    margin-bottom: 60px;
}

.they-text h6 {
    font-size: 22px;
    color: rgba(40, 52, 95, 0.8);
    font-weight: 800;
    margin-bottom: 0; 
}

.they-text p {
    color: rgba(40, 52, 95, 0.8);
    font-weight: 800;
    font-size: 17px;
}

.they-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.they-img-onex img {
    display: inline-block;
    width: 162px;
}


.they-img-twox img {
    display: inline-block;
    width: 250px;
}

.they-img-twox {
    margin: 0px 80px;
}

.they-img-threex img {
    display: inline-block;
    width: 106px;
}

.they-img {
    margin-top: 30px;
}

.they {
    padding: 70px 0;
}

/*-- they area end --*/

/*-- partner area start --*/
.partner-heading h5 {
    font-size: 22px;
    color: rgba(40, 52, 95, 0.8);
    font-weight: 800;
    margin-bottom: 0;
}

.partner-heading {
    margin-bottom: 15px;
}

.partner-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner-one img {
    display: inline-block;
    width: 90px;
}

.partner-two img {
    display: inline-block;
    width: 190px;
}

.partner-three img {
    display: inline-block;
    width: 183px;
}

.partner-four img {
    display: inline-block;
    width: 163px;
}

.partner-five img {
    display: inline-block;
    width: 171px;
}

.press-one-heading h3 {
    font-weight: 800;
    font-size: 42px;
    color: #28345F;
}

.press-one-heading {
    margin-bottom: 40px;
}

.press-one-img-one img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.press-one-img-one p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #28345F;
}

.press-two-img {
    margin-top: 30px;
}

.press-form-heading h3 {
    font-size: 32px;
    color: #343C6B;
    margin-bottom: 10px;
}

.press-form-heading h3 span {
    font-weight: 600;
}

.press-form-heading p {
    font-size: 18px;
    line-height: 32px;
    color: #343C6B;
}

.press-form {
    background: #fff;
    padding: 45px 35px;
    border: 1px solid #EEF5FA;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding-right: 25px;
}

.form-input-name {
    margin-top: 45px;
}

.form-input-nameone label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: rgba(52, 60, 107, 0.7);
    margin-bottom: 2px;
}

.form-input-nameone input {
    display: block;
    width: 100%;
    border: 1px solid rgba(45, 53, 76, 0.5);
    border-radius: 3px;
    font-size: 18px;
    padding: 9px 10px;
}

.form-input-nameone input::placeholder {
    color: rgba(52, 60, 107, 0.2);
    opacity: 1;
}

.form-input-group label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: rgba(52, 60, 107, 0.7);
    margin-bottom: 2px;
    margin-top: 25px;
}

.form-input-group input {
    display: block;
    width: 100%;
    border: 1px solid rgba(45, 53, 76, 0.5);
    border-radius: 3px;
    font-size: 18px;
    padding: 9px 10px;
}

.form-input-group input::placeholder {
    color: rgba(52, 60, 107, 0.2);
    opacity: 1;
}

#email:focus {
    outline: none;
}

.form-input-group select {
    display: block;
    width: 100%;
    border: 1px solid rgba(45, 53, 76, 0.5);
    border-radius: 3px;
    font-size: 18px;
    padding: 9px 10px;
    cursor: pointer;
    color: rgba(40, 52, 95, 0.2);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: top 18px right 14px;
}

.check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal !important;
  text-decoration: underline;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid rgba(45, 53, 76, 0.5);
}

.check-box input:checked ~ .checkmark {
  background-color: #FFCE50;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #707697;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-input-group button {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    border-radius: 3px;
    background: #FFCE50;
    padding: 12px 0px;
    margin-top: 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.form-input-group button:hover {
    opacity: .7;
}

.form-input-group {
    padding-right: 15px;
}

.press{
   position: relative;
}

.press:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/eli2.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px;
    z-index: -5;
}

.press {
    margin-top: 130px;
    margin-bottom: 120px;
}

/*-- partner area end --*/

/*-- footer area start --*/
.footer-left a img {
    display: inline-block;
    width: 110px;    
}

.footer-right ul li {
    display: inline-block;
}

.footer-right ul li a {
    display: inline-block;
    color: #343C6B;
    font-size: 16px;
    margin-left: 60px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.footer-right ul li a:hover {
    opacity: .7;
}

.footer {
    background: #FFCE50;
    padding: 18px 0;
}

/*-- footer area end --*/

/*-- mb-header area start --*/
.mb-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mb-header-left a img {
    display: inline-block;
    width: 60px;
}

.mb-header-right a {
    font-weight: bold;
    font-size: 15px;
    color: #28345F;
    background: #FFCE50;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.mb-header-right a:hover {
    opacity: .7;
}

.mb-header {
    padding: 20px 0;
}

.solution-sm .future-heading h5 {
    font-size: 12px;
} 

.solution-sm .future-heading h2 {
    font-size: 25px;
}

.solution-sm .soluiton-content {
    height: initial;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.solution-one {
    margin-bottom: 95px;
}

/*-- mb-header area end --*/

/*-- form-modal --*/
.modal-cross img {
    display: inline-block;
    width: 19px;
    cursor: pointer;
}

.modal-cross {
    margin-bottom: 10px;
}

.modal-content-cus {
    border-radius: 0px;
}

.modal-form .press-form-heading h3 {
    font-weight: 800;
    font-size: 32px;
}

.modal-form .press-form-heading h3 span {
    font-weight: 800;
    font-size: 32px;
    color: #FFCE50;
}

.form-input-group {
    padding-right: 15px;
}

.modal-form .press-form {
    padding: 25px 15px;
}

.modal-form .form-input-group {
    padding-right: 0px;
}


/*-- form-modal --*/