html {
  scroll-behavior: smooth;
}
.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(255, 255, 255,0.9);
    opacity: 1;    
  backdrop-filter: blur(22px);
}
.topuni {
  padding: 75px 0px 75px 0px;
}
.topuni h2 {
    font-family: "Marcellus", serif;
    text-transform: uppercase;
}
.aicas {
    margin-bottom: 7px;
     animation: spin 6s infinite linear;
}
@keyframes spin {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
        
	}
	10% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	20% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	30% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    40% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}
.mb {
    margin-bottom: 15px;
}
.orange {
    color: #e06225;
}
.stext {
    font-size: 15px;
}

.ihead::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255,255,255,.08);

  border-radius: 50%;

  top: -100px;
  right: -100px;
}
.ihead::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(255,255,255,.09);

  border-radius: 50%;

  top: 110px;
  left: -100px;
}
.ihead {
    width: 100%;
    padding: 140px 0px 20px 0px;
     background:linear-gradient(135deg,#e08033,#767674,#4a4a4a);
    text-align: center;
}


.ihead h2 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin: 0px 0 10px 0px;
}
.ihead h2 span {
  font-weight: 600;
}
.ihead .sublead {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 25px;  
}
@media screen and (max-width: 768px) {
.ihead  h2 {
    font-size: 25px;
  }
.ihead .sublead {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
}    
}
.rpic {
    float: right;
    width: 50%;
    margin-left: 2%;
    margin-bottom: 2%;
    border: solid 1px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow:0 15px 30px rgba(0,0,0,.25);
}
.lpic {
    float: left;
    width: 50%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: solid 1px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow:0 15px 30px rgba(0,0,0,.25);
}
.spic {
    width: 33%;
}
.worldmap {
    width: 80%;
    float: left;
    text-align: center;
}
.worldmap img {
    width: 90%;
}
.wmlist {
    width: 20%;
    float: right;
}
.wmlist ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.wmlist ul li {
    width: 100%;
    padding: 0px;
    margin: 15px 0px;
    list-style: none;
}
.wmlist ul li a {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.trza {
    resize: none;
}
.split {
    clear: both;
}
.statsnumber {
    padding: 75px 0px 75px 0px;
}
.statsnumber h2 {
    font-family: "Marcellus", serif;
    text-transform: uppercase;
}
.statsnumber ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.statsnumber ul li {
    width: 32.3%;
    padding: 0px;
    margin: 15px 0px;
    list-style: none;
    float: left;
    text-align: center;
   
}
.statsnumber ul li i {
    position: absolute;
    margin-top: -20px;
    font-size: 25px;
}
.statsnumber ul li h3 {
    font-size: 20px;
}
.statsnumber ul li img {
    height: 160px; 
}
.statsnumber ul li span {
    font-size: 75px;
    text-align: center;
    font-weight: 600;
 
    display: block;
    font-family: "Rubik", sans-serif;
    line-height: 100px;
}
/* BLOG CARD */
.blog-card{
    border:0;
    border-radius:18px;
    overflow:hidden;
    transition:0.3s ease;
    background:#fff;
    padding: 20px;
    box-sizing: border-box;
}
.blog-card h4{
    line-height: 28px;
}
.blog-card:hover{
    transform: translateY(-8px);
    box-shadow:0 20px 35px rgba(0,0,0,0.12);
}

.blog-img{
    width: 100%;
    height:200px;
    object-fit:cover;
    margin-bottom: 20px;
    border: solid 1px #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(0,0,0,.25);
}


/* READ MORE */
.read-btn{
    background:#db6b17;
    color:#fff;
    border-radius:25px;
    padding:6px 16px;
    font-size:14px;
    text-decoration:none;
    transition:0.3s;
}

.read-btn:hover{
    background:#666;
    color:#fff !important;
}

/* ICON META */
.meta{
    font-size:12px;
    color:#666;
    letter-spacing: 4px;
}
.ipage {
    width: 100%;
}
.ipage h4 {
    margin: 0 0 5px 0px !important;
}
.why-gradico{
    position:relative;
    padding:75px 0;
    overflow:hidden;
    background:linear-gradient(135deg,#ffffff,#f5f8fc);
}

.why-gradico:before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:linear-gradient(135deg,#ff6b00,#ff9d3c);
    border-radius:50%;
    top:-250px;
    right:-150px;
    opacity:.08;
}

.why-gradico:after{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:linear-gradient(135deg,#0066ff,#00c3ff);
    border-radius:50%;
    bottom:-250px;
    left:-150px;
    opacity:.08;
}

.section-heading{
    text-align:center;
    margin-bottom:70px;
}

.section-heading span{
    display:inline-block;
    color:#ff6b00;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
   
}

.section-heading h2{
     font-family: "Marcellus", serif;
    text-transform: uppercase;
}

.section-heading h2 strong{
    background:linear-gradient(135deg,#ff6b00,#ff9d3c);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-heading p{
    max-width:850px;
    margin:auto;
   
    line-height:1.9;
    font-size:17px;
}

.why-wrapper{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:50px;
/*    align-items:center;*/
}

.left-panel{
    background:linear-gradient(135deg,#d47a26,#595957);
    color:#fff !important;
    padding:50px;
    border-radius:30px;
    position:relative;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.left-panel:before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    right:-100px;
    top:-100px;
}

.left-panel h3{
    font-size:34px;
    margin-bottom:20px;
    color: #fff;
}

.left-panel p{
    line-height:1.9;
    opacity:.9;
    color: rgba(255,255,255,0.9);
}

.stats{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
}

.stat-box{
    text-align:center;
}

.stat-box h4{
    font-size:34px;
    color:#f3e61a;
    margin: 0px;
    font-weight: 600;
}

.stat-box span{
    font-size:14px;
}

.features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    transition:.4s;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.09);
    border:1px solid #eef2f7;
}

.feature-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff6b00,#595957);
    transform:scaleX(0);
    transition:.4s;
}

.feature-card:hover:before{
    transform:scaleX(1);
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(208,121,40,.12);
}

.ifeatures{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.ifeature-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    transition:.4s;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.09);
    border:1px solid #eef2f7;
}

.ifeature-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff6b00,#595957);
    transform:scaleX(0);
    transition:.4s;
}

.ifeature-card:hover:before{
    transform:scaleX(1);
}

.ifeature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(208,121,40,.12);
}
.icon{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
    background:linear-gradient(135deg,#fff,#eee);
    color:#fff;
}

.feature-card h4{
    color:#16213e;
    font-size:22px;
    margin-bottom:12px;
}

.feature-card p{
    color:#333;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:992px){

.why-wrapper{
    grid-template-columns:1fr;
}

.features{
    grid-template-columns:1fr;
}
.ifeatures{
    grid-template-columns:1fr;
}
.section-heading h2{
    font-size:38px;
}

.left-panel{
    padding:35px;
}
}
.bicon {
    font-size: 55px;
}
.countries {
    width: 100%;
    margin: 50px 0 0 0px;
}
.countries ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.countries ul li {
    width: 24%;
    padding: 0px;
    margin: 0.5%;
    float: left;
    list-style: none;
}
.benefits {
    width: 100%;
    margin: 50px 0 0 0px;
}
.benefits ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.benefits ul li {
    width: 32.3%;
    padding: 0px;
    margin: 0.5%;
    float: left;
    list-style: none;
}
.graybg {
    background-color: #f7f7f7;
    padding: 55px 0px;
}
.whyg{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(333px,1fr));
    gap:20px;
}

.whyg-box{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:22px 25px;
    display:flex;
    align-items:center;
    gap:15px;
    transition:.3s ease;
}

.whyg-box:hover{
    transform:translateY(-8px);
    border-color:#dd9b3b;
    box-shadow:0 15px 35px rgba(0,87,255,.12);
}

.iconbox{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:12px;
    background:linear-gradient(135deg,#e7702e,#666);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.whyg-box h4{
    color:#1e293b;
    font-size:18px;
    font-weight:400;
    margin: 0px;
    line-height: 24px;
}
.process-section{
    padding: 75px 0px 100px 0px;
    background-color: #f1f1f1;
    
}
.faqacc {
    padding: 55px 0px;
    width: 100%;
}
.faqacc .accordion {
  background-color: #fff;
  color: #051d43;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
 
  border-bottom: solid 1px #ddd;
}

.faqacc .active, .accordion:hover {
  background-color: #f55516;
    color: #fff;
}

.faqacc .accordion:after {
  content: '\002B';
  color: #ccc;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faqacc .active:after {
  content: "\2212";
}

.faqacc .panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
    background-color: #f9f9f9;
} 
.faqacc .panel p {
  margin: 0px;
    padding: 20px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #000;
} 
.panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.study-cta{
    max-width:1200px;
    margin: 50px auto 100px auto;
    position:relative;
    overflow:hidden;
    border-radius:30px;
    background:linear-gradient(135deg,#e08033,#767674,#4a4a4a);
    padding:70px 60px;
    color:#fff;
    text-align:center;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.study-cta::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    right:-100px;
}

.study-cta::after{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,.06);
    border-radius:50%;
    bottom:-120px;
    left:-80px;
}
.iprocess-section {
    padding: 75px 0px;
    background-color: #f1f1f1;
}
.iprocess-wrapper{
    position:relative;
}

.iprocess-wrapper::before{
    content:'';
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:4px;
    height:100%;
    background:linear-gradient(to bottom,#e27c28,#757573);
}

.iprocess-item{
    width:50%;
    padding:20px 50px;
    position:relative;
}

.iprocess-item:nth-child(odd){
    left:0;
    text-align:right;
}

.iprocess-item:nth-child(even){
    left:50%;
}

.iprocess-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(13,110,253,.12);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.iprocess-card:hover{
    transform:translateY(-10px);
}

.iprocess-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#e06b35,#5a5a58);
}

.step-icon{
    width:70px;
    height:70px;
    background:linear-gradient(135deg,#e06b35,#5a5a58);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:28px;
    margin-bottom:20px;
}

.iprocess-item:nth-child(odd) .step-icon{
    margin-left:auto;
}

.istep-number{
    color:#666;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.iprocess-card h3{
    font-size:24px;
    color:#1d2b4f;
    margin:10px 0;
}

.iprocess-card p{
    color:#6c757d;
    line-height:1.8;
}

.timeline-dot{
    position:absolute;
    top:50%;
    width:24px;
    height:24px;
    background:#f6731b;
    border:5px solid #fff;
    border-radius:50%;
    box-shadow:0 0 0 6px rgba(0,0,0,.15);
}

.iprocess-item:nth-child(odd) .timeline-dot{
    right:-12px;
}

.iprocess-item:nth-child(even) .timeline-dot{
    left:-12px;
}

@media(max-width:991px){

.iprocess-wrapper::before{
    left:20px;
}

.iprocess-item,
.iprocess-item:nth-child(even),
.iprocess-item:nth-child(odd){
    width:100%;
    left:0;
    text-align:left;
    padding-left:60px;
    padding-right:0;
}

.iprocess-item:nth-child(odd) .istep-icon{
    margin-left:0;
}

.iprocess-item:nth-child(odd) .timeline-dot,
.iprocess-item:nth-child(even) .timeline-dot{
    left:8px;
}
}
.cta-content{
    position:relative;
    z-index:2;
    
}

.cta-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.25);
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
    backdrop-filter:blur(10px);
}

.cta-title{
    font-size:45px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
    color: #fff;
}

.cta-subtitle{
    max-width:850px;
    margin:0 auto 35px;
    font-size:18px;
    line-height:1.8;
    opacity:.95;
    color: #fff;
}

.cta-highlight{
    max-width:900px;
    margin:0 auto 40px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:20px;
    padding:25px;
    backdrop-filter:blur(10px);
    
}

.cta-highlight h3{
    font-size:24px;
    margin-bottom:12px;
    font-weight:700;
    color: #fff;
}

.cta-highlight p{
    line-height:1.8;
    opacity:.95;
    color: #fff;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary{
    display:inline-block;
    padding:16px 35px;
    background:#fff;
    color:#e16d34;
    text-decoration:none;
    font-weight:700;
    border-radius:60px;
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-4px);
    color: #fff !important;
}

.btn-secondary{
    display:inline-block;
    padding:16px 35px;
    border:2px solid rgba(255,255,255,.4);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:60px;
    transition:.3s;
}

.btn-secondary:hover{
    background:rgba(255,255,255,.12);
    color: #fff !important;
}

@media(max-width:768px){

    .study-cta{
        padding:50px 25px;
    }

    .cta-title{
        font-size:34px;
    }

    .cta-subtitle{
        font-size:16px;
    }

    .cta-highlight h3{
        font-size:20px;
    }
}
/*
.section-title{
    text-align:center;
    margin-bottom:40px;
}
*/

.section-title span{
    color:#db7c24;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    font-family: "Marcellus", serif;
    text-transform: uppercase;
}

.section-title p{
    max-width:900px;
    margin:15px auto 0;
    color:#666;
    line-height:1.8;
}

.process-wrapper{
    position:relative;
}

.process-wrapper:before{
    content:'';
    position:absolute;
    top:50%;
    left:5%;
    width:90%;
    height:4px;
    background:linear-gradient(90deg,#db7c24,#595957);
    z-index:0;
    transform:translateY(-50%);
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
    position:relative;
    z-index:1;
}

.step-card{
    background:#fff;
    border-radius:25px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    transition:.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    overflow:hidden;
}

.step-card:hover{
    transform:translateY(-15px);
    box-shadow:0 20px 50px rgba(13,110,253,.20);
}

.step-card:before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:linear-gradient(135deg,#db7c24,#595957);
    border-radius:50%;
    top:-120px;
    right:-120px;
    opacity:.08;
}

.step-number{
    width:60px;
    height:60px;
    background:linear-gradient(135deg,#db7c24,#595957);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin:auto;
    margin-bottom:20px;
}

.step-icon{
    font-size:42px;
    color:#0d6efd;
    margin-bottom:15px;
}

.step-card h3{
    font-size:20px;
    color:#1b2b52;
    margin-bottom:15px;
}

.step-card p{
    color:#666;
    line-height:1.7;
    font-size:14px;
}

@media(max-width:1200px){
.process-grid{
grid-template-columns:repeat(3,1fr);
}
.process-wrapper:before{
display:none;
}
}

@media(max-width:768px){
.section-title h2{
font-size:34px;
}
.process-grid{
grid-template-columns:1fr;
}
}
.whatsapp {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 60px;
    z-index: 999;
}
.whatsapp img {
    width: 100%;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.consultation-form{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.form-left{
    background:linear-gradient(135deg,#f29a41,#e68332,#6c6c6a);
    color:#fff;
    padding:60px 40px;
    height:100%;
    position:relative;
}

.form-left::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.form-left h2{
    font-weight:600;
    font-size:40px;
    margin-bottom:20px;
    color: #fff;
}

.form-left p{
    opacity:.95;
    line-height:1.8;
    color: #fff;
}

.feature-list{
    margin-top:35px;
    margin-left: 0px;
    padding: 0px;
}

.feature-list li{
    list-style:none;
    margin-bottom:20px;
    font-size:18px;
    color: #fff;
    margin-left: 0px;
    padding: 0px;
    font-weight: 500;
}

.form-right{
    padding:25px;
}

.section-title-form{
    font-size:18px;
    font-weight:700;
    color:#dc7b1d;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:2px solid #eef2ff;
}

.form-label{
    font-weight:600;
    color:#334155;
}

.form-control,
.form-select{
    height:55px;
    border-radius:14px;
    border:1px solid #dbe4f0;
    padding:10px 18px;
    background-color: #fff;
    width: 100%;
    color: #333 !important;
}

.form-control:focus,
.form-select:focus{
    border-color:#0057ff;
    box-shadow:0 0 0 .2rem rgba(0,87,255,.15);
}

textarea.form-control{
    height:auto;
    min-height:100px;
    color: #333;
    resize: none;
}

.btn-gradico{
    background:linear-gradient(135deg,#e07e23,#666);
    border:none;
    color:#fff;
    font-weight:700;
    padding:16px 40px;
    border-radius:50px;
    transition:.3s;
}

.btn-gradico:hover{
    transform:translateY(-3px);
    color:#fff;
}

.form-badge{
    display:inline-block;
    background:#eef5ff;
    color:#d86d1b;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

@media(max-width:991px){
    .form-left,
    .form-right{
        padding:35px 25px;
    }

    .form-left h2{
        font-size:32px;
    }
}
@media(max-width:768px){
.worldmap {
  width: 100%;
  float: none;
  text-align: center;
}
.worldmap img {
  width: 95%;
}    
.wmlist {
  width: 95%;
  float: none;
    margin: auto;
}    
.wmlist ul li {
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
}    
.wmlist ul li a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}    
.statsnumber ul li {
  width: 100%;
  padding: 0px;
  margin: 15px 0px;
  list-style: none;
  float: none;
  text-align: center;
}    
.rpic {
  float: none;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 8%;
  border: solid 1px #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(0,0,0,.25);
}    
.countries ul li {
  width: 49%;
  padding: 0px;
  margin: 0.5%;
  float: left;
  list-style: none;
}    
.faqacc .accordion {
  padding: 10px;
  font-size: 15px;
}   
.benefits ul li {
  width: 100%;
  padding: 0px;
  margin: 0.5% 0px;
  float: none;
  list-style: none;
}   
.benefits ul li h4 {
  font-size: 15px;
}     
.ihead {
  width: 100%;
  padding: 100px 0px 20px 0px;
  background: linear-gradient(135deg,#e08033,#767674,#4a4a4a);
  text-align: center;
}    
}