body, p{
margin: 0px; 
padding: 0px; 
color:#1A5F86; 
font-family:'Lato';
} 
.container {
max-width: 1200px;
padding: 0px;
}
@font-face {
font-family: 'Anta';
src: url('../fonts/Anta-Regular.woff2') format('woff2'),
url('../fonts/Anta-Regular.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Regular.woff2') format('woff2'),
url('../fonts/Lato-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Medium.woff2') format('woff2'),
url('../fonts/Lato-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Black.woff2') format('woff2'),
url('../fonts/Lato-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
.tw {
    display: flex;
    gap: 18px;
align-items: center;	
}
a.btn-back-home {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FF643F;
    color: #fff;
    box-shadow: none;
    border: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 24px;
    z-index: 9;
    text-align: center;
    line-height: 50px;    
}
header{
padding: 18px 20px;
position: fixed;
z-index: 99;
width: 100%;
background: #fff;
}
header nav.navbar {
margin: 0px;
padding: 0px;
justify-content: space-between;	
}
header .navbar-collapse {
flex-grow: 0;
column-gap: 15px;	
}
header a.navbar-brand {
margin: 0px;
padding: 0px;
}
header ul.dropdown-menu {
padding: 0px 15px;
top: 40px !important;
border: 1px solid #cbe4f2;	
}
header ul.dropdown-menu li {
border-bottom: 1px solid #cbe4f2;
padding: 6px 0px;
}
header ul.dropdown-menu li:last-child{
border-bottom: 0px;	
}
header ul.navbar-nav li a:hover {
color: #1A5F86;
background: #fff !important;
}
header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
color: #1A5F86;
}
header ul.navbar-nav li a {
font-size: 16px;
color: #1A5F86;
padding: 0px 0px 0px 18px !important;
margin: 0px;
text-transform: capitalize;
font-weight: 500;
}
header ul.dropdown-menu li a {
padding: 0px !important;
}
header ul.navbar-nav li a:after {
top: 2px;
position: relative;
}
header ul.navbar-nav li a:hover{
color: #1A5F86;
}
header .nav-link:focus, .nav-link:hover,
header .navbar-nav .nav-link.active{
color: #1A5F86;
}
.tc {
display: flex;
column-gap: 12px;
align-items: center;
border-width: 1px;
border-style: solid;
border-image: linear-gradient(to bottom, #fff, #98C9E5, #fff) 1;
border-right: 0px;
border-top: 1px;
padding-left: 15px;
}
.tc .right {
font-family: 'Anta';
text-transform: uppercase;
display: grid;	
}
.tc .right span {
font-size: 16px;
margin-bottom: -8px;
}
.tc .right a {
color: #1A5F86;
font-size: 22px;
text-decoration: none;
}

section.banner {
position: relative;
}
.bannermain{
background: url("../images/banner.jpg") no-repeat; background-size: cover; background-position: center;
padding-top: 170px;
min-height: 868px;
padding-left: 20px;
padding-right: 20px;	
}
.bannermain h3 {
font-family: 'Anta';
color: #fff;
text-transform: uppercase;
font-size: 30px;
letter-spacing: -1px;
margin: 0;
margin: 30px 0px 2px;
}
.bannermain h3 span{
 color:#FF643F;   
}

.bannermain h1 {
font-family: 'Anta';
color: #fff;
text-transform: uppercase;
font-size: 50px;
line-height: 60px;
letter-spacing: -1px;
}
.bannermain a.em {
background: #FF643F;
font-weight: 700;
color: #fff;
text-decoration: none;
width: 203px;
height: 51px;
display: block;
text-align: center;
text-transform: uppercase;
font-size: 18px;
border-radius: 50px;
line-height: 48px;
margin-top: 20px;
}
.bannermain img{
position: relative;
z-index: 9;	
}
.bannershape {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
line-height: 0;
overflow: hidden;
z-index: 0;
}
.bannershape img.svg {
width: 110%;
height: auto;
}

.lang ul {
list-style-type: none;
margin: 0;
padding: 0px;
width: 69px;
float: left;
}

.lang ul li {
float: left;
margin-right: -5px;
}
.lang ul li a {
text-decoration: none;
color: #1A5F86;
width: 40px;
}
.lang ul li a:hover{
background: #fff;	
color: #1A5F86;	
}
.lang ul li ul.dropdown-menu {
top: 20px !important;
width: 59px;
float: left;
border: 0px;
background: transparent;
left: 0;
}
.lang ul li a.dropdown-item {
border-radius: 5px;
background: #fff;
padding: 5px 8px !important;
border: 1px solid;
}
.lang .dropdown-item:focus{
background: #fff;		
}
.lang ul li img{
margin-right: 5px;
}
.lang ul li .dropdown-toggle::after{
/*content: "";
position: absolute;
right: 0px;
background: url(../images/da.svg) no-repeat;
width: 15px;
height: 11px;
border: 0;
top: 9px;*/
}
.lang ul li img {
margin-right: 8px;
width: 22px;
}
section.services {
padding: 0px 20px 95px;
margin-top: -80px;
position: relative;
}
section.services h2 {
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
text-align: center;
line-height: 55px;
margin-bottom:30px;	
}
section.services .sbox {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 40px;
}
section.services .contentbox a{
text-decoration: none;	
}
section.services .contentbox h3 {
font-size: 26px;
text-align: center;
line-height: 32px;
font-family: 'Anta';
text-transform: uppercase;
margin-top: 25px;
margin-bottom: 0px;	
}
section.services .contentbox img {
    width: 300px;
    height: 210px;
}
section.services .contentbox a h3{
color: #1A5F86;	
}
section.services .contentbox p {
text-align: center;
font-size: 18px;
line-height: 26px;
}
section.services .contentbox {
text-align: center;
border-radius: 20px;
padding: 45px 30px;
}
section.services .contentbox:nth-child(1n){
background:#FFF9F9;	
}
section.services .contentbox:nth-child(2n){
background:#F0FAFF;	
}
section.services .contentbox:nth-child(3n){
background:#FAFFEB;	
}
section.services a.em {
  background: #FF643F;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    width: 174px;
    height: 46px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    line-height: 44px;
    margin-top: 20px;
    margin: 20px auto 0px;
}

section.more{
background: url("../images/mid.jpg") no-repeat; background-size: cover; background-position: center;
padding: 96px 20px;	
}
section.more h2 {
color: #fff;
text-align: center;
font-family: 'Anta';
text-transform: uppercase;
font-size:45px;
line-height: 55px;
margin: 0;	
}
section.more p {
font-size: 26px;
line-height: 36px;
text-align: center;
color: #fff;
}


section.featured {
padding: 90px 20px;
}
section.featured .fbox {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 40px;
row-gap: 40px;
}
section.featured .box {
display: flex;
position: relative;	
}
section.featured .box .no {
background: #FF643F;
width: 76px;
height: 76px;
position: absolute;
border-radius: 10px;
text-align: center;
color: #fff;
font-family: 'Anta';
font-size: 26px;
line-height:58px;
border: 4px solid #fff;
box-shadow: 4px 4px 10px #0037561f;
top: 50%;
transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;	
}
section.featured .box .no img {
    width: 70%;
    margin: 0px auto;
}

section.featured .box h2 {
font-family: 'Anta';
font-size: 26px;
line-height: 34px;
text-transform: uppercase;
}
section.featured .box p {
font-size: 18px;
line-height: 24px;
}
section.featured .box h2 {
font-family: 'Anta';
font-size: 26px;
line-height: 34px;
text-transform: uppercase;
margin: 0px 0px 2px;
}
section.featured .boxinner {
background: #F0FAFF;
border-radius: 30px;
padding: 40px 65px;
margin-left: 35px;	
}


section.boost{
padding: 0px 20px;	
}
section.boost .hbox{
background: url("../images/boost.jpg") no-repeat; background-position: center; background-size: cover;
border-top-left-radius: 50px;
border-top-right-radius:50px;
padding:42px 40px 40px;
}
section.boost .hbox h2 {
text-align: center;
color: #fff;
font-family: 'Anta';
text-transform: uppercase;
margin: 0;
font-size: 32px;
line-height: 42px;	
}


footer{
background: url("../images/footer.jpg") no-repeat; background-position: center; background-size: cover;
padding:60px 20px 0px;	
}
footer .fs {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.fsb {
border-width: 1px;
border-style: solid;
border-image: linear-gradient(to bottom, #00639c00, #ffffff4f, #00639c00) 1;
border-right: 0px;
padding: 0px 30px;
}
.fsb:first-child{
border-width:0px;	
}
.fsb h3 {
font-family: 'Anta';
color: #fff;
text-transform: uppercase;
font-size:20px;
letter-spacing: -1px;
margin-bottom: 4px;	
}
.fsb ul {
color: #fff;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.fsb ul li a {
font-size: 16px;
line-height: 30px;
color: #fff;
text-decoration: none;
}
.fsb a.tel {
color: #fff;
font-weight: 700;
display: block;
font-size: 34px;
text-decoration: none;
}
a.mail {
font-size:18px;
color: #fff;
text-decoration: none;
margin-bottom: -5px;	
}
.bottom {
border-top: 1px solid #ffffff3b;
text-align: center;
font-size: 18px;
color: #fff;
padding: 20px 0px;
margin-top: 60px;
}

#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
background: #FF643F;
color: #fff;
box-shadow: none;
border: 0px;
width: 50px;
height: 50px;
border-radius: 50px;
font-size: 24px;
    z-index: 9;
}


section.titlebar {
position: relative;
}
section.titlebar .bn{
background: url("../images/innerbannerbg.jpg") no-repeat; background-size: cover; background-position: center;
padding-top: 170px;
padding-left: 20px;
padding-right: 20px;
padding-bottom:60px;
min-height:700px;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px	
}
section.titlebar .bi {
text-align: center;
position: absolute;
bottom: -150px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
section.titlebar .bi2 {
text-align: center;
position: absolute;
bottom: -150px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
section.titlebar .bi3 {
text-align: center;
position: absolute;
bottom: -140px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
section.titlebar h1 {
font-family: 'Anta';
color: #fff;
text-transform: uppercase;
font-size: 50px;
line-height: 60px;
letter-spacing: -1px;
text-align: center;
margin-bottom: 0px;	
}
section.titlebar p {
text-align: center;
color: #fff;
font-size: 22px;
line-height: 32px;
margin: 0px auto;
}


section.Optimize {
padding: 215px 20px 90px;
}
section.Optimize h2 {
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
text-align: center;
line-height: 55px;
margin: 0px 0px 5px;	
}
section.Optimize h6 {
text-align: center;
font-size: 20px;
line-height: 26px;
margin-bottom: 40px;
}
section.Optimize .cbox p {
font-size: 18px;
line-height: 24px;
}
section.Optimize .cbox h3 {
font-family: 'Anta';
font-size: 26px;
line-height: 34px;
text-transform: uppercase;
margin: 0px 0px 2px;
}
section.Optimize .cbox{
background: #F0FAFF;
border-radius: 30px;
padding: 45px 45px;
text-align: center;	
}
section.Optimize .obox {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap:40px;
margin-top: 80px;	
}
section.Optimize .cbox .icon {
background: #FF643F;
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
color: #fff;
font-family: 'Anta';
font-size: 26px;
line-height: 57px;
border: 4px solid #fff;
box-shadow: 4px 4px 10px #0037561f;
padding: 15px;
margin: -100px auto 20px;	
}
section.Optimize .cbox .icon img {
width: 45px;
}
section.Optimize .owl-carousel {
margin-top:35px;
}
.owl-dots {
margin-top: 40px;
}
section.Optimize .item h3 {
font-size: 26px;
text-align: center;
line-height: 32px;
font-family: 'Anta';
text-transform: uppercase;
margin-top: 25px;
margin-bottom: 0px;	
}
section.Optimize .item p {
text-align: center;
font-size: 16px;
line-height: 24px;
}
section.Optimize .item {
text-align: center;
border-radius: 20px;
padding: 45px 30px;
min-height: 515px;	
}
section.Optimize .item.box1{
background:#FFF9F9;	
}
section.Optimize .item.box2{
background:#F0FAFF;	
}
section.Optimize .item.box3{
background:#FAFFEB;	
}
section.Optimize .item.box4{
background: #f7f9ff;
}
section.Optimize .item.box5 {
background: #f0fffa;
}
section.Optimize .item img {
height: 240px;
}
section.Optimize .owl-theme .owl-dots .owl-dot span {
width: 20px;
height: 20px;
background: #0066A0;
}
section.Optimize .owl-theme .owl-dots .owl-dot.active span{
background: #FF643F;	
}
section.Optimize .owl-nav button {
background: #FF643F !important;
width: 40px;
height: 40px;
border-radius: 50px !important;
font-size: 26px !important;
color: #fff !important;
}
section.Optimize .owl-nav button span {
height: 11px;
position: relative;
top: -2px;
}
section.Optimize .owl-theme .owl-nav {
margin-top: 0;
display: flex;
justify-content: space-between;
width: 100%;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
section.Optimize button.owl-prev {
left: -20px !important;
position: relative;
}
section.Optimize button.owl-next {
position: relative;
right: -20px;
}

section.customer{
background: url("../images/mid.jpg") no-repeat; background-size: cover; background-position: center;
padding: 80px 20px;	
}
section.customer h2 {
color: #fff;
text-align: center;
font-family: 'Anta';
text-transform: uppercase;
font-size: 52px;
line-height: 62px;
margin: 0;	
}
section.customer p {
font-size: 22px;
line-height: 32px;
text-align: center;
color: #fff;
max-width: 80%;
margin: 0px auto;
}


section.dynemic {
padding: 90px 20px 95px;
background: linear-gradient(180deg, #F0FAFF, transparent);
font-size: 18px;	
}
section.dynemic h2 {
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
text-align: center;
}
section.dynemic h6 {
font-family: 'Anta';
font-size:30px;
text-transform: uppercase;
text-align: left;
}
section.dynemic .dis {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 40px;
margin-top:40px;
align-items: center;	
}
section.dynemic .dis h6 {
font-family: 'Anta';
font-size: 30px;
text-transform: uppercase;
text-align: left;
margin-bottom:2px;
}
section.dynemic .dis ul {
margin:0px 0px;
padding: 0px;
list-style-type: none;
}
section.dynemic .dis ul li {
font-size: 18px;
border-bottom: 1px solid #E0E0E0;
padding: 5px 0px;	
}
section.dynemic .dis ul li:last-child{
border-bottom: 0px;	
}
section.dynemic .dis2 {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 40px;
margin-top:40px;
align-items: center;	
}
section.dynemic .dis2 h6 {
font-family: 'Anta';
font-size: 30px;
text-transform: uppercase;
text-align: left;
margin-bottom:2px;
}
section.dynemic .dis2 ul {
margin:0px 0px;
padding: 0px;
list-style-type: none;
}
section.dynemic .dis2 ul li {
font-size: 18px;
border-bottom: 1px solid #E0E0E0;
padding: 5px 0px;	
}
section.dynemic .dis2 ul li:last-child{
border-bottom: 0px;	
}

section.cap{
padding: 0px 20px;	
}
section.cap .hbox{
background: url("../images/boost.jpg") no-repeat; background-position: center; background-size: cover;
border-top-left-radius: 50px;
border-top-right-radius:50px;
padding:42px 40px 40px;
}
section.cap .hbox h2 {
text-align: center;
color: #fff;
font-family: 'Anta';
text-transform: uppercase;
margin: 0;	
font-size: 35px;
line-height: 45px;	
}


section.geop {
padding:0px 20px 90px;
}
section.geop .fbox {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 40px;
row-gap: 40px;
}
section.geop .box {
display: flex;
position: relative;	
}
section.geop .box .no {
background: #FF643F;
width: 70px;
height: 67px;
position: absolute;
border-radius: 10px;
text-align: center;
color: #fff;
font-family: 'Anta';
font-size: 26px;
line-height:58px;
border: 4px solid #fff;
box-shadow: 4px 4px 10px #0037561f;
top: 50%;
transform: translateY(-50%);	
}
section.geop .box h2 {
font-family: 'Anta';
font-size: 26px;
line-height: 34px;
text-transform: uppercase;
}
section.geop .box h2 {
font-family: 'Anta';
font-size: 26px;
line-height: 34px;
text-transform: uppercase;
margin: 0px 0px 2px;
}
section.geop .boxinner {
background: #F0FAFF;
border-radius: 30px;
padding: 40px 65px;
margin-left: 35px;	
}

section.smdm {
padding: 200px 20px 95px;
font-size: 18px;
}
.smdm .dm {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 50px;
align-items: center;
}
section.smdm h2 {
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
line-height: 55px;
margin: 0px 0px 5px;	
}
section.smdm h6 {
font-size: 20px;
line-height: 26px;
margin-bottom:5px !important;	
}

section.smdm .cbox .icon img {
width: 45px;
}


section.titlebarcontact {
position: relative;
}
section.titlebarcontact .bn{
background: url("../images/innerbannerbg.jpg") no-repeat; background-size: cover; background-position: center;
padding-top: 170px;
padding-left: 20px;
padding-right: 20px;
padding-bottom:70px;
border-bottom-left-radius: 50px;
border-bottom-right-radius:50px	
}
section.titlebarcontact h1 {
font-family: 'Anta';
color: #fff;
text-transform: uppercase;
font-size: 50px;
line-height: 60px;
letter-spacing: -1px;
text-align: center;
margin-bottom: 0px;	
}
section.titlebarcontact p {
text-align: center;
color: #fff;
font-size: 22px;
line-height: 32px;
margin: 0px auto;
}
section.contactdetail {
padding: 80px 20px 75px;
}
.conbox {
display: grid;
grid-template-columns: repeat(3, 1fr);
text-align: center;
column-gap: 40px;
margin-top:0px;
position: relative;
}
.conbox .text{
border-radius: 20px;
padding: 40px 30px;
font-size: 18px;
line-height: 28px;
border: 1px solid #ededed;
background-color: #ffffff;
position: relative;	
} 
/*.conbox .text:nth-child(1n) {
background: #FFF9F9;
}
.conbox .text:nth-child(2n) {
background: #F0FAFF;
}
.conbox .text:nth-child(3n) {
background: #FAFFEB;
}*/
.conbox .text .icon {
border: 2px dashed #FF643F;
font-size: 36px;
color: #fff;
width: 70px;
height: 70px;
border-radius: 50px;
line-height:65px;
margin: 0px auto 20px;
}
.conbox .text .icon i{
color: #FF643F;	
}
.conbox .text h3 {
font-family: 'Anta';
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
margin: 0px 0px -2px;
}
.conbox .text a {
color: #1a5f86;
font-size: 18px;
line-height: 28px;
text-decoration: none;
}
.conbox .text span {
background: #f7f7f7;
font-size: 12px;
padding: 8px 15px;
margin-top: 10px !important;
display: block;
font-weight: 700;
line-height: 18px;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}


section.cform{
padding:0px 20px 80px;	
}
section.cform h2 {
font-family: 'Anta';
font-size: 40px;
text-transform: uppercase;
text-align: center;
line-height:50px;
margin-bottom:50px;
}
section.cform h2 span {
font-size: 16px;
display: block;
font-family: 'Lato';
color: #ff643f;
}
.cforms {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap:50px;
align-items: center;	
}
.cforms .right img {
width: 90%;
/* text-align: right; */
float: right;
}
section.cform .hf {
width: calc((100% / 2) - 30px);
margin: 15px;
float: left;
}
section.cform .fw {
width: calc((100% / 1) - 30px);
margin: 15px;
float: left;
}
section.cform form {
display: table;
margin: 0px auto;
float: none;
background-color: #ffffff;
border: 1px solid #ededed;
padding: 25px 25px 25px;
border-radius:30px;
}
section.cform label {
font-family: 'Anta';
text-transform: uppercase;
font-size:20px;
display: block;
margin-bottom: 10px;
}
section.cform input[type="text"] {
height: 50px;
color: #212121;
border: 1px solid #e8e8e8;
background-color: #f7f7f7;
border-radius:5px;
font-size: 16px;
padding: 10px 15px;
width: 100%;
line-height: 50px;
}
section.cform input[type="email"]{
height: 50px;
color: #212121;
border: 1px solid #e8e8e8;
background-color: #f7f7f7;
border-radius: 5px;
font-size: 16px;
padding: 10px 15px;
width: 100%;
line-height: 50px;	
}
section.cform textarea{
color: #212121;
border: 1px solid #e8e8e8;
background-color: #f7f7f7;
border-radius: 5px;
font-size: 16px;
padding: 10px 15px;
width: 100%;	
}
section.cform button {
background: #FF643F;
color: #fff;
width: 220px;
height: 42px;
display: block;
font-family: 'Anta';
text-transform: uppercase;
font-size: 16px;
border: 0px;
border-radius: 50px;
margin-top: -5px !important;
margin: 0px auto;
}


section.titlebarlegal .bn {
background: url(../images/innerbannerbg.jpg) no-repeat;
background-size: cover;
background-position: center;
padding-top: 170px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 72px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
}
section.titlebarlegal h1 {
font-family: 'Anta';
color: #fff;
text-transform: uppercase;
font-size: 50px;
line-height: 60px;
letter-spacing: -1px;
text-align: center;
margin-bottom: 0px;
}
h1.st2 {
    font-family: 'Anta';
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom:20px;
	margin-top:50px;
}
section.legalinfo{
padding: 80px 20px;	
font-size: 18px;
}
section.legalinfo h2 {
font-family: 'Anta';
font-size: 30px;
line-height:40px;
text-transform: uppercase;
margin: 0px 0px 2px;
}
section.legalinfo h6{
font-size:18px; 
font-weight: 400;	
}
section.legalinfo ul li {
font-size: 18px;
border-bottom: 1px solid #00000014;
padding: 3px 0px;
}
section.legalinfo ul li:last-child{
border-bottom: 0px;    
}
section.legalinfo ul {
margin: 0px;
padding: 0PX;
list-style-type: none;
}
section.legalinfo ul li{
font-size: 18px;
    position: relative;
    padding-left: 31px;	
}
section.legalinfo ul li i{
    position: absolute;
    left: 0;
    top: 5px;
	color: #FF643F;
}
section.legalinfo hr{
margin: 30px 0px;
}

section.analysis .screens {
background: #E6E6E6;
padding: 90px 40px 80px;
text-align: right;
width: 43%;	
}
section.analysis .cbg {
background: #F9F9F9;
padding:40px 40px 40px 50px;
width: 57%;
display: flex;
align-items: center;	
}
section.analysis .cbg .content {
max-width: 670px;
}
section.analysis .cbg h2 {
font-family: 'Anta';
font-size: 56px;
text-transform: uppercase;
text-align: left;
line-height: 65px;
margin-bottom: 2px;	
}
section.analysis .screens img {
margin-right: 40px;
}
section.analysis .cbg p{
font-size: 18px;
line-height: 26px;	
}
section.analysis .cbg ul {
margin:6px 0px;
padding: 0px;
list-style-type: none;
}
section.analysis .cbg ul li {
font-size: 18px;
border-bottom: 1px solid #E0E0E0;
padding: 5px 0px;	
}
section.analysis .cbg ul li:last-child{
border-bottom: 0px;	
}


section.machine {
padding:90px 20px;
}
section.machine h2 {
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
text-align: center;
line-height: 55px;
margin: 0px 0px 5px;
}
section.machine p {
font-size:20px;
line-height: 30px;
text-align: center;	
}
section.machine .mlbox {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 30px;
margin-top:80px;	
}
section.machine .content {
background: #F0FAFF;
border-radius: 20px;
text-align: center;
padding: 0px 20px 20px;
}
section.machine .content h6 {
font-size: 18px;
line-height: 26px;
margin-top: 15px;
}
section.machine .content .icon img {
margin-top: -41px;
box-shadow: 4px 4px 10px #00375621;
border-radius: 50%;
}

.dm span.highlight {
color: #FFDD50;
font-weight: 700;
}
section.dmsec1 {
padding:235px 20px 90px;
font-size: 18px;	
}
section.dmsec1 .desecinner {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 50px;
align-items: center;
}
section.dmsec1 .desecinner h2{
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
line-height: 55px;
}
section.dmsec1 .desecinner .right ul {
list-style-type: none;
display: grid;
grid-template-columns: 1fr 1fr;
margin: 0px;
padding: 0px;
column-gap: 30px;
margin-top: 20px;
}
section.dmsec1 .desecinner .right ul li {
background: #F0FAFF;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
section.dmsec1 .desecinner .left img {
border-radius: 30px;
}


section.mas .screens {
background: #FFF0EB;
padding: 90px 40px 80px;
text-align: left;
width: 50%;	
}
section.mas .cbg {
background: #F0FAFF;
padding:40px 40px 40px 50px;
width:50%;
display: flex;
align-items: center;
justify-content: end;
font-size: 18px;
line-height: 26px;
}
section.mas .cbg .content {
width:560px;
}
section.mas .cbg .content p {
max-width: 489px;
}
section.mas .cbg h2 {
font-family: 'Anta';
font-size:50px;
text-transform: uppercase;
text-align: left;
line-height:55px;
margin-bottom: 2px;	
}
section.mas .screens img {
margin-right: 40px;
}
section.analysis .cbg p{
font-size: mas;
line-height: 26px;	
}


section.gestion {
padding:90px 20px 0px;
font-size: 18px;	
}
section.gestion .gestioninner {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 40px;
align-items: center;
}
section.gestion .gestioninner h2{
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
line-height: 55px;
}
section.gestion .gestioninner .left img{
border-radius: 30px;	
}
section.gestion ul.p1 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
align-items: center;
margin:100px 0px 0px;
padding: 0;
list-style-type: none;
}
section.gestion ul.p1 li {
background: #F0FAFF;
border-radius: 20px;
text-align: center;
padding: 0px 22px 25px;
}
section.gestion ul.p1 img {
margin-top: -40px;
margin-bottom: 12px;
}
section.gestion ul.p12 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
align-items: center;
margin: 80px auto 0px;
padding: 0;
list-style-type: none;
max-width: 75%;
}
section.gestion ul.p12 li {
background: #F0FAFF;
border-radius: 20px;
text-align: center;
padding: 0px 22px 25px;
}
section.gestion ul.p12 img {
margin-top: -40px;
margin-bottom: 12px;
}
section.gestion .hbox{
background: url("../images/boost.jpg") no-repeat; background-position: center; background-size: cover;
border-top-left-radius: 50px;
border-top-right-radius:50px;
padding:42px 40px 40px;
margin-top: 80px;	
}
section.gestion .hbox h2 {
text-align: center;
color: #fff;
font-family: 'Anta';
text-transform: uppercase;
margin: 0;	
font-size:28px;
line-height:38px;	
}


section.vista {
padding: 90px 20px 0px;
background: linear-gradient(180deg, #F0FAFF, transparent);
font-size: 18px;
}
section.vista .vistainner {
display: grid;
grid-template-columns:6fr 5fr;
column-gap: 40px;
align-items: center;
max-width: 1026px;
margin: 0px auto;	
}
section.vista .vistainner h2{
font-family: 'Anta';
font-size: 50px;
text-transform: uppercase;
line-height: 55px;
}
section.vista .vistainner .left img{
border-radius: 30px;	
}
section.vista .p1 ul {
list-style-type: none;
margin: 80px 0px 0px;
padding: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 40px;
}
section.vista .p1 ul li {
background: #F0FAFF;
border-radius: 20px;
    padding: 40px 38px;
text-align: center;
}
section.vista .p1 ul li img {
margin-bottom: 30px;
}	
section.vista .hbox{
background: url("../images/boost.jpg") no-repeat; background-position: center; background-size: cover;
border-top-left-radius: 50px;
border-top-right-radius:50px;
padding:42px 40px 40px;
margin-top: 80px;	
}
section.vista .hbox h2 {
text-align: center;
color: #fff;
font-family: 'Anta';
text-transform: uppercase;
margin: 0;	
font-size:28px;
line-height:38px;	
}



@media(max-width:1024px){
header ul.navbar-nav li a {
padding: 5px 0px 5px 0px !important;
}	
header ul.navbar-nav li {
border-bottom: 1px solid #0000000f;
}
header .navbar-collapse {
flex-grow: 0;
column-gap: 15px;
margin-top: 10px;
}
.navbar-toggler:focus {
box-shadow: none;
}
.tc {
border-width: 0;
padding-left: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.bannermain .row {
flex-direction: column-reverse;
}
.bannermain .col-6 {
flex: 0 0 auto;
width:100%;
}
.bannermain .text-end {
text-align: center !important;
}
.bannermain h3, h1{
text-align: center;
}
.bannermain a.em{
margin: 20px auto 0px;
}
.bannermain {
min-height: 1260px;
}
section.services {
margin-top: 0;
}
button.navbar-toggler {
border-color: #0066a0;
}
.navbar-toggler-icon {
filter: saturate(34.5);
}
section.titlebar br{
display:none;		
}
section.titlebar .bi img {
max-width: 720px;
}
section.titlebar .bn {
min-height: auto;
padding-bottom: 260px;
}
section.machine .mlbox {
grid-template-columns: repeat(2, 1fr);
row-gap: 70px;
}
section.titlebar .bi2 img {
max-width: 720px;
}
section.dmsec1 .desecinner {
align-items:flex-start;
column-gap: 30px;	
}
section.titlebar .bi3 img {
max-width: 720px;
}
.smdm .dm {
align-items: flex-start;
column-gap: 30px;	
}	
.conbox {
column-gap: 20px;
}
.cforms {
column-gap: 40px;
}
section.titlebarcontact .bn{
padding-top: 160px;
}
section.titlebarlegal .bn {
padding-top: 150px;
}
.cforms .right img {
width: 90%;
float: none;
}
.cforms .right {
text-align: center;
}
.lang ul li ul.dropdown-menu {
    top: 0px !important;
    width: 100%;
    float: left;
    border: 0px;
    background: transparent;
    position: relative;
    margin: 0;
    padding: 0;
}
.lang ul li a {
    float: left;
}
.lang ul li .dropdown {
    text-align: left;
    float: left;
}
    .lang ul {
        width: 100%;
    }	
}

@media(max-width:992px){
section.services .contentbox img {
    width: auto;
    height: auto;
}	
section.featured .fbox {
display: grid;
grid-template-columns: repeat(1, 1fr);
column-gap: 40px;
row-gap: 40px;
}
section.services .sbox br {
display: none;
}
section.services .sbox {
grid-template-columns: repeat(1, 1fr);
row-gap: 30px;
}
footer .fs {
grid-template-columns: repeat(1, 1fr);
}
.fsb {
border-image: linear-gradient(to right, #00639c00, #ffffff4f, #00639c00) 1;
padding: 0px 30px;
border-bottom: 1px;
border-left: 0px;
padding-bottom: 30px;
padding-top: 30px;
}
.fsb:last-child{
padding-bottom: 0px;		
}
.fsb:first-child{
padding-top: 0px;		
}
section.titlebar .bi img {
max-width: 500px;
}
section.titlebar .bi2 img {
max-width: 500px;
}	
section.titlebar .bi3 img {
max-width: 500px;
}		
section.gestion ul.p1 {
grid-template-columns: repeat(2, 1fr);
row-gap: 60px;
}	
section.gestion ul.p12 {
max-width: 100%;
}	
section.vista .p1 ul {
grid-template-columns: repeat(1, 1fr);
row-gap: 30px;
}	
section.titlebar .bn {
min-height: auto;
padding-bottom: 150px;

}
section.analysis .screens {
width: 100%;
text-align: center;	
}
section.analysis .cbg {
width: 100%;
padding: 40px 20px 40px 30px;	
}
section.analysis .screens img {
margin: auto;
}	
section.analysis .cbg h2 br{
display: none;		
}
section.analysis .d-flex {
display: grid !important;
}
section.mas .d-flex {
flex-direction: column-reverse;
}
section.mas .screens {
width:100%;
text-align: center;		
}
section.mas .cbg {
width: 100%;
padding: 60px 30px 60px 30px;
justify-content: flex-start;
text-align: center;		
}
section.mas .cbg .content {
width: 100%;

}
section.mas .cbg h2{
text-align: center;			
}	
section.mas .cbg .content p{
max-width: 100%;		
}	
section.mas br{
display: none;		
}	
section.mas .screens img {
margin: auto;

}
section.gestion .gestioninner {
align-items: flex-start;
column-gap: 30px;	
}
.conbox {
grid-template-columns: repeat(1, 1fr);
row-gap: 30px;
}
.cforms {
column-gap: 40px;
display: flex;
flex-direction: column-reverse;
row-gap: 40px;
}
.conbox .text {
min-height: 260px;
}
h1.st2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 40px;
}

}

@media(max-width:640px){
section.legalinfo h6 {
    font-size: 16px;
}		
.lang ul {
width:100%;
}

.bannermain {
padding-top: 140px;
}
.bannermain h1 {
font-size: 40px;
line-height: 50px;
}
.bannermain a.em {
width: 180px;
height: 46px;
font-size: 16px;
line-height: 43px;
}
.bannermain h3 {
font-size: 25px;
}
.bannermain {
min-height: auto;
padding-bottom: 120px;
}	
section.services h2 {
font-size: 40px;
line-height: 50px;
}
section.services {
padding: 20px 20px 60px;
}
section.more {
padding: 60px 20px;
}
section.more h2 {
font-size: 40px;
line-height: 50px;
}
section.more p {
font-size: 18px;
line-height: 26px;
}
section.featured {
padding: 60px 20px;
}
section.featured .box {
display: flex;
position: relative;
text-align: center;
align-items: center;
justify-content: center;
flex-direction: column
}

section.featured .box .no {
position: initial;
top: 50%;
transform: translateY(0);
}	
section.featured .boxinner {
margin-left: 0;
padding: 60px 35px 40px;
margin-top: -30px;
}
section.services .contentbox p {
text-align: center;
font-size: 16px;
line-height: 24px;
}
section.featured .box p {
font-size: 16px;
line-height: 24px;
}
section.boost .hbox h2 {
text-align: center;
color: #fff;
font-family: 'Anta';
text-transform: uppercase;
margin: 0;
font-size: 22px;
line-height: 32px;
}
section.boost .hbox {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding: 30px 20px 30px;
}
.fsb {
padding: 30px 0px;
}
.bottom {
font-size: 16px;
padding: 20px 0px;
margin-top: 40px;
}
section.titlebar .bi img {
max-width: 328px;
}
section.titlebar .bi2 img {
max-width: 358px;
}
section.titlebar .bi3 img {
max-width: 358px;
}	
section.titlebar h1 {
font-size: 38px;
line-height: 48px;
}
section.titlebar p {
font-size: 18px;
line-height: 26px;
}
section.titlebar .bn {
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
padding-top: 125px;
padding-bottom: 140px;	
}
section.titlebar .bi {
position: initial;
transform: translateX(0);
margin-top: -100px;
}
section.titlebar .bi2 {
position: initial;
transform: translateX(0);
margin-top: -100px;
}	
section.titlebar .bi3 {
position: initial;
transform: translateX(0);
margin-top: -100px;
}	
section.Optimize {
padding: 50px 20px 50px;
}
section.Optimize h2 {
font-size: 40px;
line-height: 45px;
margin: 0px 0px 0px;
}
section.analysis .screens {
padding: 60px 40px 60px;
}
section.analysis .cbg h2 {
font-size: 40px;
line-height: 50px;
}
section.analysis .cbg {
width: 100%;
padding: 50px 20px 50px 20px;
}	
section.analysis .cbg p {
font-size: 16px;
line-height: 24px;
}
section.analysis .cbg ul li {
font-size: 16px;
}
section.machine {
padding: 50px 20px 60px;
}
section.machine h2 {
font-size: 40px;
line-height: 50px;
margin: 0px;
}
section.machine p {
font-size: 18px;
line-height: 26px;
text-align: center;
}
section.machine .mlbox {
grid-template-columns: repeat(1, 1fr);
row-gap: 70px;
margin-top: 70px;	
}
section.machine .content h6 {
font-size: 16px;
line-height: 22px;
}	
section.cap .hbox {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding: 30px 20px 30px;

}
section.cap .hbox h2 {
font-size: 26px;
line-height: 36px;
}
section.Optimize .owl-carousel {
margin-top: 28px;
}
section.Optimize .item {
padding: 45px 20px;
min-height: auto;	
}
section.dmsec1 .desecinner {
column-gap: 0;
grid-template-columns: 1fr;
row-gap: 30px;
}
section.dmsec1 .desecinner h2 {
font-size: 40px;
line-height:45px;
}	
section.dmsec1 {
padding: 60px 20px 60px;
font-size: 16px;
line-height: 24px;
}
section.mas .cbg h2 {
font-size: 40px;
line-height: 45px;
}	
section.mas .cbg {
padding: 50px 20px 50px 20px;
font-size: 16px;
line-height: 24px;	
}
section.mas .screens {
padding: 60px 40px 60px;
}
section.gestion .gestioninner {
grid-template-columns: 1fr;
row-gap: 30px;
}
section.gestion {
padding: 60px 20px 0px;
font-size: 16px;
line-height: 24px;
}	
section.gestion .gestioninner h2 {
font-size: 40px;
line-height: 45px;
margin: 0px;	
}
section.gestion ul.p1 {
grid-template-columns: repeat(1, 1fr);
row-gap: 60px;
margin-top: 70px;	
}
section.gestion ul.p12 {
grid-template-columns: repeat(1, 1fr);
row-gap: 60px;
margin-top: 60px;	
}
section.dmsec1 .desecinner .right ul {
column-gap: 15px;
}
section.gestion .hbox {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding: 30px 20px 30px;
margin-top: 60px;
}
section.gestion .hbox h2{
font-size: 26px;
line-height: 36px;	
}
section.vista {
padding: 60px 20px 0px;
font-size: 16px;
line-height: 24px;
}	
section.vista .vistainner {
display: flex;
flex-direction: column-reverse;
row-gap: 30px;
}
section.vista .vistainner h2 {
font-size: 40px;
line-height: 45px;
margin: 0px;	
}	
section.vista .p1 ul {
margin: 40px 0px 0px;
}	
section.vista .hbox {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding: 30px 20px 30px;
margin-top: 60px;
}
section.vista .hbox h2{
font-size: 26px;
line-height: 36px;	
}
section.smdm {
padding: 50px 20px 60px;
font-size: 16px;
line-height: 24px;
}
.smdm .dm {
row-gap: 30px;
grid-template-columns: 1fr;
}	
section.smdm h2 {
font-size: 40px;
line-height: 45px;
margin: 0px 0px 0px;
}
section.dynemic {
padding: 60px 20px 60px;
font-size: 16px;
line-height: 24px;
}	
section.dynemic .dis ul li {
font-size: 16px;
}
section.dynemic h2 {
font-size: 40px;
line-height: 45px;
}
section.dynemic .dis {
display: flex;
margin-top: 40px;
flex-direction: column-reverse;
row-gap: 30px;
column-gap: 0px;	
}
section.dynemic .dis .disb {
width: 100%;
}	
section.dynemic .dis2 ul li {
font-size: 16px;
}
section.dynemic h2 {
font-size: 40px;
line-height: 45px;
}
section.dynemic .dis2 {
display: flex;
margin-top: 40px;
flex-direction: column;
row-gap: 30px;
column-gap: 0px;	
}
section.dynemic .dis2 .disb {
width: 100%;
}
section.titlebarcontact h1 {
font-size: 40px;
line-height: 45px;
}
section.titlebarcontact p {
font-size: 18px;
line-height: 26px;
padding: 0px 20px;
}
section.titlebarcontact .bn {
padding-top: 120px;
padding-bottom: 40px;
}
section.contactdetail {
padding: 60px 20px 40px;
}
section.cform .hf {
width: calc((100% / 1) - 20px);
margin: 10px;
}
section.cform .fw {
width: calc((100% / 1) - 20px);
margin: 10px;
}
section.cform h2 {
margin-bottom: 40px;
line-height: 45px;	
}
section.cform {
padding: 0px 20px 60px;
}
section.titlebarlegal .bn {
padding-top: 120px;
padding-bottom: 40px;
}	
section.titlebarlegal h1 {
font-size: 40px;
line-height: 45px;
}	
section.legalinfo {
padding: 50px 20px;
font-size: 16px;
line-height: 24px;
}	
section.legalinfo ul li {
font-size: 16px;
}
section.dmsec1 .desecinner br{
display:none;    
}
}