html,body {overflow-x: hidden; /* Prevent scroll on narrow devices */}
body {text-color:#6c7686;}
:root{
--blue:#007aff;
--indigo:#5603ad;
--purple:#510fa8;
--pink:#f074ad;
--red:#ff3b30;
--orange:#ff9500;
--yellow:#fc0;
--green:#4cd964;
--teal:#24b7fa;
--cyan:#4bd6e5;
--white:#fff;
--gray:#6c7686;
--gray-dark:#343a40;
--light:#f5f5f5;
--lighter:#f5f9fb;
--primary:#054f87;
--secondary:#fafbfe;
--success:#4cd964;
--info:#24b7fa;
--warning:#ff9500;
--danger:#ff3b30;
--dark:#05172a;
--white:#fff;
--darker:#020b13;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace}
.text-primary {
    color: rgb(5, 79, 135)!important;
}
.text-black{color:#000}
:root {
  --jumbotron-padding-y: 3rem;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer p {
  margin-bottom: .25rem;
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }



.h1, .h2, .h3, h1, h2, h3 {font-weight: 500;}

a {
  color: #054f87;
}

.icon-teal {color: #0093d7;background-color: rgba(86,199,251,.5);}

/* Sections */

section{background-color:#fff}
.slice{position:relative;padding-top:4rem;padding-bottom:4rem}
.slice-xl{padding-top:8rem;padding-bottom:8rem}
.slice-lg{padding-top:6rem;padding-bottom:6rem}
.slice-sm{padding-top:2rem;padding-bottom:1rem}
.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*=bg-]):not(.section-rotate)+.slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*=bg-]){padding-top:0}
.section-rotate{position:relative;z-index:0;overflow:hidden;padding-top:4rem;padding-bottom:4rem;background:0 0}
.section-rotate .section-inner{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%}
.d-flex {display: flex!important;}
.d-flex p{line-height: 1.5;margin: 8px 0 0 0;color: #999;}
.d-flex h5{font-size: 1.1rem;}
.fluid-paragraph {position: relative;width: 680px;margin: auto;padding: 0 1.5rem;}
.clearfix::after{display:block;clear:both;content:''}
section .section-title{font-family: 'PT Sans', sans-serif;line-height: 1.1em;text-transform: none;font-weight: 300;font-style: normal;font-size: 3rem;word-wrap: normal;letter-spacing: -0.0666667em;}
section .section-title:after {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #f5ba4b;
    margin: 1rem auto 0 auto;
    content: "";
}
section .section-subtitle{font-family: 'PT Sans', sans-serif;letter-spacing: -0.0666667em;}
section .section-subtitle:after {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #FFF;
    margin: 1rem auto 0 auto;
    content: "";
}
.angle-up{display: inline-block;width: 0;height: 0;margin-bottom: .4em;margin-left: 0em;vertical-align: 0em;content: "";border-top: 0;border-bottom: .4em #999 solid;border-right: .4em solid transparent;border-left: .4em solid transparent;}
.angle-up-light   {border-bottom: .4em #f5f5f5 solid;border-right: .4em solid transparent;border-left: .4em solid transparent;}
.angle-up-dark    {border-bottom: .4em #05172a solid;border-right: .4em solid transparent;border-left: .4em solid transparent;}
.angle-up-primary {border-bottom: .4em #054f87 solid;border-right: .4em solid transparent;border-left: .4em solid transparent;}
.angle-up-secondary {border-bottom: .4em #054f87 solid;border-right: .4em solid transparent;border-left: .4em solid transparent;}
.angle-up-white {border-bottom: .4em #FFFFFF solid;border-right: .4em solid transparent;border-left: .4em solid transparent;}
/* Section lists */

ul.lists-v1 li{color:rgba(0,0,0,.5);margin-bottom:10px}
ul.lists-v1 li i{color:#396;}

ul.text-white li{color:#FFF}

ul.lists-v2 li{
    color:rgba(0,0,0,.5);
    display:inline-block;
}
ul.lists-v2 li:before{
margin-right:10px;
color:color:#396;
font-weight: 900;
font-family: "Font Awesome 5 Free";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: rgb(5, 79, 135)!important;
content: "\f00c";
}
ul.lists-v2 li i{color:#396;}

ul.text-white li{color:#FFF}

/**/
/* testimonials */
#sct_testimonials .col-center {
	margin: 0 auto;
	float: none !important;
}
#sct_testimonials .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
#sct_testimonials .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
#sct_testimonials .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#sct_testimonials .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#sct_testimonials .carousel .testimonial {
	padding: 30px 0 10px;
}
#sct_testimonials .carousel .overview {	
	font-style: italic;
}
#sct_testimonials .carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
#sct_testimonials .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
#sct_testimonials .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#sct_testimonials .carousel .carousel-indicators {
	bottom: -40px;
}
#sct_testimonials .carousel-indicators li,#sct_testimonials  .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
#sct_testimonials .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#sct_testimonials .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/* Accordion */
/***********************************************/
/***************** Accordion ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section{
	padding: 60px 0;
}

#sct_faq h1,
#sct_faq a{
    color:#199ed9;
}
#sct_faq .btn-link {
    font-weight: 400;
    color: #4b5154;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#sct_faq .card-body {
    border-top: 2px solid #199ed9;
}

#sct_faq .card-header .btn.collapsed .fa.main{
	display:none;
}

#sct_faq .card-header .btn .fa.main{
	background: #199ed9;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}
#sct_faq .btn{white-space: normal;}
/* Marketing */
.marketing .col-lg-4 {text-align: center;}
section h3 {font-weight: 400;font-size:1.6rem}
.marketing .col-lg-4 p {margin-right: .75rem;margin-left: .75rem;}
/* jumbotron */
.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.jumbotron-heading {
  font-weight: 300;
}
.jumbotron .container {
  max-width: 40rem;
}
.container-fluid{
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* Rounded */
.rounded{border-radius:.25rem!important}
.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}
.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}
.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-0{border-radius:0!important}
/* Tingues */
.tongue{line-height:35px;position:absolute;z-index:1;top:0;left:50%;display:inline-block;width:138px;height:35px;transform:rotate(180deg) translateX(50%);text-align:center;color:#6c7686;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');background-repeat:no-repeat;background-size:100%}
.tongue i{animation:floating-sm 3s ease infinite}
.tongue:hover i{animation-play-state:paused}
.tongue-primary{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23054f87\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-secondary{color:#212529;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fafbfe\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-success{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%234cd964\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-info{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2324b7fa\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-warning{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff9500\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-danger{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff3b30\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-light{color:#212529;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23f5f5f5\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-light-blue{color:#212529;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23e8f6fd\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-dark{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2305172a\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-white{color:#212529;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-darker{color:#fff;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23020b13\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')}
.tongue-top{top:-1px}.tongue-bottom{top:auto;bottom:-1px;transform:translateX(-50%)}
/* Icons */
.icon{display:inline-flex;min-width:3rem;min-height:3rem}
.icon i,.icon svg{font-size:2.75rem}
.icon img{width:3rem;height:3rem}
.icon+.icon-text{width:calc(100% - 3rem - 1);padding-left:1rem}
.icon-xl{min-width:5rem;min-height:5rem}
.icon-xl i,.icon-xl svg{font-size:4.75rem}
.icon-xl img{width:5rem;height:5rem}
.icon-xl+.icon-text{width:calc(100% - 5rem - 1)}
.icon-lg{min-width:4rem;min-height:4rem}
.icon-lg i,.icon-lg svg{font-size:3.75rem}
.icon-lg img{width:4rem;height:4rem}
.icon-lg+.icon-text{width:calc(100% - 4rem - 1)}
.icon-sm{width:6rem;height:6rem}
.icon-sm i,.icon-sm svg{font-size:1.75rem}
.icon-sm img{width:2rem;height:2rem}
.icon-sm+.icon-text{width:calc(100% - 2rem - 1)}
.icon-shape{text-align:center;border-radius:.25rem;align-items:center;justify-content:center}
.icon-shape i,.icon-shape svg{font-size:1.125rem}
.icon-xl i,.icon-xl svg{font-size:2.25rem}
.icon-lg i,.icon-lg svg{font-size:1.75rem}
.icon-blue{color:#0058b8;background-color:rgba(51,149,255,.5)}
.icon-outline-blue{color:#0058b8;border:3px solid rgba(51,149,255,.5)}
.icon-indigo{color:#330069;background-color:rgba(111,4,223,.5)}
.icon-outline-indigo{color:#330069;border:3px solid rgba(111,4,223,.5)}
.icon-purple{color:#310669;background-color:rgba(104,19,215,.5)}
.icon-outline-purple{color:#310669;border:3px solid rgba(104,19,215,.5)}
.icon-pink{color:#ef2e87;background-color:rgba(245,162,200,.5)}
.icon-outline-pink{color:#ef2e87;border:3px solid rgba(245,162,200,.5)}
.icon-red{color:#e80c00;background-color:rgba(255,107,99,.5)}
.icon-outline-red{color:#e80c00;border:3px solid rgba(255,107,99,.5)}
.icon-orange{color:#b86b00;background-color:rgba(255,170,51,.5)}
.icon-outline-orange{color:#b86b00;border:3px solid rgba(255,170,51,.5)}
.icon-yellow{color:#b89300;background-color:rgba(255,214,51,.5)}
.icon-outline-yellow{color:#b89300;border:3px solid rgba(255,214,51,.5)}
.icon-green{color:#21bc3c;background-color:rgba(118,226,136,.5)}
.icon-outline-green{color:#21bc3c;border:3px solid rgba(118,226,136,.5)}
.icon-teal{color:#FFF;background-color:rgb(5, 79, 135)}
.icon-outline-teal{color:#0093d7;border:3px solid rgba(86,199,251,.5)}
.icon-cyan{color:#18bfd1;background-color:rgba(120,224,235,.5)}
.icon-outline-cyan{color:#18bfd1;border:3px solid rgba(120,224,235,.5)}
.icon-white{color: #05172a;background-color: #FFF;}
.icon-outline-white{color:#dddada;border:3px solid rgba(255,255,255,.5)}
.icon-gray{color:#485263;background-color:rgba(135,144,158,.5)}
.icon-outline-gray{color:#485263;border:3px solid rgba(135,144,158,.5)}
.icon-gray-dark{color:#13161a;background-color:rgba(75,84,92,.5)}
.icon-outline-gray-dark{color:#13161a;border:3px solid rgba(75,84,92,.5)}
.icon-light{color:#a1b0bf;background-color:rgba(235,238,240,.5)}
.icon-outline-light{color:#a1b0bf;border:3px solid rgba(235,238,240,.5)}
.icon-lighter{color:#c0dbe9;background-color:rgba(255,255,255,.5)}
.icon-outline-lighter{color:#c0dbe9;border:3px solid rgba(255,255,255,.5)}
.icon-actions>a{font-size:.875rem;display:inline-block;margin-right:.75rem;color:#6c7686}
.icon-actions>a:last-of-type{margin-right:0}
.icon-actions>a span{font-weight:600;margin-left:.1875rem;color:#6c7686}
.icon-actions>a:hover span{color:#555d6a}
.icon-actions>a,.icon-actions>a.active,.icon-actions>a:hover{color:#343a40}
.icon-actions>.favorite.active,.icon-actions>.favorite:hover{color:#fc0}
.icon-actions>.love.active,.icon-actions>.love:hover{color:#ff3b30}
.icon-actions>.like.active,.icon-actions>.like:hover{color:#007aff}
.icon-actions-lg a{font-size:1.25rem;margin-right:.875rem}

/* Bg's*/

.bg-primary{background-color:#054f87!important;color:#FFF}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#3a0b79!important}
.bg-secondary{background-color:#fafbfe!important}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#d0d9f6!important}
.bg-success{background-color:#4cd964!important}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#2ac845!important}
.bg-info{background-color:#24b7fa!important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#059fe6!important}
.bg-warning{background-color:#ff9500!important}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#c70!important}
.bg-danger{background-color:#ff3b30!important}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#fc0d00!important}
.bg-light{background-color:#f5f5f5!important}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#b1bbc4!important}
.bg-light-blue{background-color:#e8f6fd!important}
a.bg-light-blue:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#199ed9!important}
.bg-dark{background-color:#05172a!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#000!important}
.bg-white{background-color:#fff!important}
a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}
.bg-darker{background-color:#020b13!important}
a.bg-darker:focus,a.bg-darker:hover,button.bg-darker:focus,button.bg-darker:hover{background-color:#000!important}
.bg-white{background-color:#fff!important}

/* triangles */

.bg-transparent{background-color:transparent!important}
.bg-triangle{z-index:-1;position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:0 100%;background-size:100% auto}
.bg-triangle-left{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>")}
.bg-triangle-left.bg-triangle-light{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>")}
.bg-triangle-right{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>")}
.bg-triangle-right.bg-triangle-light{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>")}
.bg-triangle-top{transform:scaleY(-1)}
.bg-incline{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:100% 0,100% 0,calc(80% - 100vmax) top,calc(90% - 50vmax) top;background-size:20% 100%,10% 100%,500vmax 500vmax,500vmax 500vmax}
@media (-ms-high-contrast:none){.bg-incline{background-size:0 0}}
.bg-incline-dark{background-image:linear-gradient(90deg,rgba(33,37,41,.015) 0,rgba(33,37,41,.015)),linear-gradient(90deg,rgba(33,37,41,.015) 0,rgba(33,37,41,.015)),linear-gradient(to top left,rgba(33,37,41,.015) 50%,transparent 0),linear-gradient(to top left,rgba(33,37,41,.015) 50%,transparent 0)}
.bg-incline-light{background-image:linear-gradient(90deg,hsla(0,0%,100%,.05) 0,hsla(0,0%,100%,.05)),linear-gradient(90deg,hsla(0,0%,100%,.05) 0,hsla(0,0%,100%,.05)),linear-gradient(to top left,hsla(0,0%,100%,.05) 50%,transparent 0),linear-gradient(to top left,hsla(0,0%,100%,.05) 50%,transparent 0)}
.bg-incline-left{transform:scaleX(-1)}
.bg-incline-top{transform:scaleY(-1)}
.bg-incline-top.bg-incline-left{transform:scale(-1)}

/* Buttons */

.btn-zoom--hover{transition:all .2s ease-in-out;transform:scale(1)}
.btn-zoom--hover:hover{transform:scale(1.1)}
.btn-translate--hover{transition:all .2s ease-in-out}
.btn-translate--hover:hover{transform:translateY(-3px)}
.btn-circle{border-radius:30px}
.btn-flat{border-radius:0px}
.btn-app-store{position:relative;padding-right:1.5rem;padding-left:4.5rem;color:#fff;background:#000}
/* Globals */
.btn-primary{color: #fff;background-color: rgb(5, 79, 135);border-color: rgb(5, 79, 135);}

.has-floating-items{padding-bottom:18rem!important}
.btn-white{background-color:#FFF;color:#000}
@media (min-width:768px){
	.has-floating-items{padding-bottom:18rem!important}
}
.floating-items{position:relative;z-index:10;left:50%;margin-left:-570px}
.floating-icon{position:absolute;animation:floating 3s ease infinite;text-align:center;border-radius:50%;background-color:#fff;box-shadow:0 30px 40px 0 rgba(0,0,0,.1)}
.floating-icon span{height:100%}
.floating-icon img{max-width:100%}
.floating-icon img,.floating-icon span{display:inline-block;vertical-align:middle}
.floating-icon:nth-child(1){top:140px;left:-60px;width:120px;height:120px}
.floating-icon:nth-child(2){top:200px;left:180px;width:160px;height:160px;animation-delay:.5s}
.floating-icon:nth-child(3){top:120px;left:480px;width:80px;height:80px;animation-delay:1s}
.floating-icon:nth-child(4){top:210px;left:680px;width:140px;height:140px;animation-delay:1.5s}
.floating-icon:nth-child(5){top:100px;left:920px;width:100px;height:100px;animation-delay:2s}
.floating-icon:nth-child(6){top:200px;left:1120px;width:80px;height:80px;animation-delay:2.5s}
@media (min-width:768px) and (max-width:1199.98px){
	.floating-icon:nth-child(1),.floating-icon:nth-child(6){display:none}
}
@media (max-width:767.98px){
	.floating-icon:nth-child(1),.floating-icon:nth-child(2),.floating-icon:nth-child(3){display:none}
	.floating-icon:nth-child(4),.floating-icon:nth-child(5),.floating-icon:nth-child(6){top:80px;width:100px;height:100px}
	.floating-icon:nth-child(4){left:300px}
	.floating-icon:nth-child(5){left:500px}
	.floating-icon:nth-child(6){left:700px}
}
@media (max-width:767.98px){
	.floating-icon:nth-child(4),.floating-icon:nth-child(5),.floating-icon:nth-child(6){top:80px;width:80px;height:80px}
	.floating-icon:nth-child(4){left:400px}
	.floating-icon:nth-child(5){left:530px}
	.floating-icon:nth-child(6){left:660px}
}
@keyframes floating-sm{0%{transform:translateY(0)}50%{transform:translateY(5px)}100%{transform:translateY(0)}}
@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(20px)}100%{transform:translateY(0)}}
/* Carousel base class */
#sct_carousel .carousel {margin-bottom: 4rem;border-top:1px solid #DDD}
#sct_carousel .carousel-caption {bottom: 3rem;z-index: 10;}
#sct_carousel .carousel-item > img {position: absolute;top: 0;left: 0;min-width: 100%;height: 32rem;}
@media (min-width: 40em) {#sct_carousel .carousel-caption p {margin-bottom: 1.25rem;font-size: 1.25rem;line-height: 1.4;}#sct_carousel .featurette-heading {font-size: 50px;}}
@media (min-width: 62em) {#sct_carousel .featurette-heading {}}
/* lines */
.line{position:absolute;left:50%;height:5rem;transform:translateY(-50%);border-left:2px solid #f5ba4b}
@media (min-width:768px){.line{height:7.5rem}}
.line-top{top:0}
.line-bottom{top:100%}

/* section:counters*/
#sct_counters .counter {padding: 20px 0;border-radius: 5px;}
#sct_counters .count-title {font-size: 32px;font-weight: normal;margin-top: 10px;margin-bottom: 0;text-align: center;}
#sct_counters .count-title.ps:after {font-size: 16px;font-weight: normal;margin-top: 10px;margin-bottom: 0;text-align: center;content:" %"}
#sct_counters .count-title.mins:after {font-size: 16px;font-weight: normal;margin-top: 10px;margin-bottom: 0;text-align: center;content:" mins"}
#sct_counters .count-title.plus:before {font-size: 16px;font-weight: normal;margin-top: 10px;margin-bottom: 0;text-align: center;content:"Plus de "}
#sct_counters .count-text {font-size: 13px;font-weight: normal;margin-top: 10px;margin-bottom: 0;text-align: center;}
#sct_counters .fa,#sct_counters .far,#sct_counters .fal {margin: 0 auto;float: none;display: table;}
#sct_counters .col {width:100px}
/* Header */
header {position: relative;background-color: transparent;
min-height: 30rem;width: 100%;overflow: hidden;}
header.page {height:auto;min-height:auto;}
header video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -2;-ms-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
header .container {position: relative;}
header .overlay {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: black;opacity: 0.5;z-index: -1;}
@media (pointer: coarse) and (hover: none) {
	header {background: url('https://cdn.trombino.org/skins/africaverify/home/poster-home.png') black no-repeat center center scroll;}
	header video {display: none;}
}
/* header navbar */
header .navbar-nav > li.dropdown:hover > .dropdown-menu > a{color: #FFF;}
header .navbar-nav > li.dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #FFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
header .navbar-nav > li.dropdown:hover > .dropdown-menu > a:hover{color: #FFF;background:transparent}
header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #FFF;
    text-align: left;
    list-style: none;
    background-color: #054f87;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
}
/*sticky navbar*/
header .top-nav{background: rgba(0,0,0,0.2);color:#FFF}
header .top-nav img.flag{height:16px}
header .sticky.is-sticky {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 1000;
width: 100%;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
background:#FFF;
}
header nav {background: transparent;}
header a{color: #FFF;}
header .sticky.is-sticky a{color: #000;}
header .sticky.is-sticky a.btn{color: #FFF;}
header .sticky.is-sticky .navbar-brand img{height:48px;}
header .btn-white{
color: #16272f;
background-color: #054f87;
color: #fff;
}

header .navbar-custom li:not(.nav-btn) {}
header .navbar-custom li:not(.nav-btn):hover {background-color:rgb(5, 79, 135);color:#FFF}
header .navbar-custom li:not(.nav-btn):hover a {color:#FFF}

header .sticky.is-sticky  li:not(.nav-btn) {background-color:transparent;}
header .sticky.is-sticky  li:not(.nav-btn):hover {background-color:rgb(5, 79, 135);color:#FFF}
header .sticky.is-sticky  li:not(.nav-btn):hover a {color:#FFF}

/* nav nav-underline */
.nav-underline span{    font-weight: 500;
    color: #343a40;}

span.py-1{margin:auto 1rem;}

.span-bordered{
border-right:1px solid rgb(5, 79, 135);
border-left:1px solid rgb(5, 79, 135);
}
@media (max-width: 768px)
{
  .container {
      max-width: 100%;
  }
  .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
}
p{text-justify: newspaper;}