@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #eee;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.container {
    max-width: 1200px;
    width: 95%;
}

.bg-degrade {
    background-color: #e33b3a;
    background: -moz-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 56, 55, 1)), color-stop(100%, rgba(173, 44, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
}

.bg-purple {
    background: #112959;
}

.text-red {
    color: #e33b3a;
}

.text-purple {
    color: #112959;
}

.bg-red {
    background-color: #e33b3a;
}

.btn-red {
    border-color: #e33b3a;
    background-color: #e33b3a;
    color: #ffffff !important;
}

.btn-red:hover {
    border-color: #e33b3a;
    background-color: #ce3938;
    color: #ffffff !important;
}

.btn-outline-red {
    border-color: #e33b3a;
    background-color: #ffffff;
    color: #e33b3a !important;
}

.btn-outline-red:hover {
    border-color: #e33b3a;
    background-color: #e33b3a;
    color: #ffffff !important;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

main {
    background: #fff;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 20px 0;
}

header .container {
    max-width: 1700px;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.navbar-brand {
    margin-right: 45px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 20px;
    letter-spacing: 0;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link>i {
    margin-left: 8px;
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff003b;
}

.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff003b;
}

.navbar-dark .dropdown-toggle::after {
    display: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255 0 60);
}


.scrolled {
    background: #1b0c61;
    transition: 200ms linear;
}

.btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

.btn-danger {
    background: #ff003c;
}

.btn-light {
    background: #fff;
    color: #ff003c;
}

.head h2 {
    font-weight: 800;
    color: #115d9f;
    margin-bottom: 20px;
    font-size: 50px;
}

.head p {
    font-weight: 400;
    color: #5e616c;
    margin-bottom: 20px;
    font-size: 17px;
}

footer {
    background: #054a90;
}

footer ul.social-info li{
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;

}

footer ul.social-info li:last-child{
    margin-right: 0;
}

footer ul.social-info li a{
    color: #fff;
}


footer ul.social-info {
    text-align: right;
    margin-bottom: 0;
}

footer ul.social-info .fa-twitter{
    color: #b2dded;
}

footer ul.social-info .fa-facebook{
    color: #ff594d;
}

footer ul.social-info .fa-youtube{
    color: #b2dded;
}

.swiper-button-prev,
.swiper-button-next {
    color: #1b0c61;
}

.auto-container {
    position: static;
    max-width: 1350px;
    padding: 0;
    margin: 0 auto;
}

.main-slider .auto-container {
	position: absolute;
	left: 45%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.main-slider .slide {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .content {
    max-width: 100%;
    padding: 140px 50px 140px;
    background-color: rgb(26 34 63 / 0%);
}

.main-slider h1 {
	position: relative;
	color: #012068;
	opacity: 0;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: 'Manrope', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1 span {
	color: #3241ff;
}

.main-slider .btn-box {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box {
	position: relative;
	opacity: 0;
	z-index: 10;
	margin-right: 30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
    background: #115d9f;
    padding: 20px 30px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.theme-btn.btn-red {
    background: #cd2228;
}

.theme-btn.btn-white {
    background: #fff;
    color: #5e616c;
}

.theme-btn.btn-blue {
    background: #115d9f;
    color: #fff;
}

.main-slider .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	max-width: 100px;
	margin-left: -50px;
	width: 100%;
	text-align: center;
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
	height: 100%;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -40px;
}

.main-slider .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 20px;
	color: #fff;
    background: #115d9f;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #115d9f;
    border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
    background: #115d9f;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #115d9f;
    border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .content h1 {
    color: #115d9f;
    font-size: 52px;
    font-weight: 800;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.main-slider .text {
    position: relative;
    color: #5e616c;
    font-size: 18px;
    opacity: 0;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    background: rgb(255 255 255 / 50%);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1300ms;
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

.header-wrap-top{
    background: #ebf6fa;
    padding: 15px 50px;
}

.header-wrap-top ul{
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.header-wrap-top ul li{
    display: inline-block;
    font-weight: 500;
    color: #5e616c;
    font-size: 16px;
    margin-right: 20px;
}

.header-wrap-top ul li a{
    color: #5e616c;
}

.header-wrap-top ul li:last-child{
    margin-right: 0;
}

.header-wrap-top ul.social {
    text-align: right;
}

.header-wrap-top ul.social .fa-twitter{
    color: #b2dded;
}

.header-wrap-top ul.social .fa-facebook{
    color: #ff594d;
}

.header-wrap-top ul.social .fa-youtube{
    color: #b2dded;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 20px;
    font-weight: 700;
    color: #283779;
}

.btn-menu{
    background: #115d9f;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 45px;
    width: 100%;
    margin: 0;
    border-radius: 30px;
}

.btn-menu:hover{
    color: #fff;
}

#services .head{
    padding-bottom: 50px;
}

#services .service-cnt{
    text-align: center;
    border: 1px solid #fff;
    padding: 40px 20px;
    border-radius: 20px;
    height: 100%;
}

#services .service-cnt h2{
    font-weight: 700;
    color: #115d9f;
    font-size: 24px;
    min-height: 60px;
}

#services .service-cnt p{
    font-weight: 500;
    color: #5e616c;
    font-size: 16px;
}

#services .service-cnt a{
    color: #ff594d;
    font-weight: 700;
    font-size: 15px;
}

#services .service-cnt .service-text a{
    text-decoration: underline;
}

#services .service-cnt .service-img img{
    background: #cd2228;
    padding: 20px 20px;
    border-radius: 50%;
    width: 100px;
}

#services .service-cnt:hover{
    border: 1px solid #b2dded;
}

#services .service-cnt:hover .service-img img{
    background: #115d9f;
}

#why{
    padding: 150px 0 150px;
    background: #faebec;
    position: relative;
}

#why .head{
    padding-bottom: 50px;
}

#why::before{
    content: url(../images/decor2.png);
    position: absolute;
    top: 300px;
    left: 0;
}

#why .d-why{
    background: #fff;
    padding: 15px 20px;
    border-radius: 25px;
}

#why .d-why .flex-icon{
    background: #cd2228;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#why .d-why p{
    color: #5e616c;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

#cta{
    padding: 0 0 0 0;
    background: #ebf6fa;
    position: relative;
}

#cta .head{
    padding-left: 150px;
    position: relative;
}

#cta .head::after{
    content: url(../images/decor1.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#process .head{
    padding-bottom: 50px;
}

#process .head h2{
    color: #283779;
}

.row-process {
    align-items: center;
    margin-bottom: 80px;
}

.row-process .cnt-process span {
    font-weight: 800;
    color: #b2dded;
    font-size: 30px;
}

.row-process .cnt-process h2 {
    font-weight: 800;
    color: #283779;
    margin-bottom: 20px;
    font-size: 50px;
}

.row-process .cnt-process p {
    font-weight: 400;
    color: #5e616c;
    margin-bottom: 35px;
    font-size: 17px;
}

#clients .head h2{
    color: #283779;
}

#form{
    background: url(../images/decor3.png);
    padding-bottom: 0;
    background-size: cover;
    background: rgb(234,244,248);
    background: linear-gradient(180deg, rgba(234,244,248,1) 0%, rgba(215,235,242,1) 100%);
}

.col-form{
    position: relative;
    right: -80px;
    padding-bottom: 100px;
    z-index: 1;
}

.col-form h2{
    font-weight: 800;
    color: #115d9f;
    margin-bottom: 20px;
    font-size: 35px;
    padding-bottom: 20px;
    text-align: center;
}

.contactForm{
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
}

#form .col-fimg{
    position: relative;
}

#form .col-fimg img{
    position: absolute;
    bottom: 0;
}

.col-form .form-label{
    color: #283779;
    font-weight: 700;
    font-size: 14px;
}

.col-form .form-control {
    width: 100%;
    padding:10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #5e616c;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #b4deed;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    outline: none;
}

.col-form .form-select {
    width: 100%;
    padding:10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #5e616c;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #b4deed;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    outline: none;
}

.col-form .btn-primary {
    display: inline-block;
    width: 60%;
    margin: 15px auto 0;
    background: #ff594d;
    border: 0;
    border-radius: 30px;
}

#footer-top{
    padding-bottom: 0;
}

#footer-middle{
    padding: 50px 0 50px;
}

#footer-middle h3{
    color: #a0d1e4;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 50px;
}

#footer-middle ul{
    padding-inline-start: 0;
}

#footer-middle ul li{
    list-style: none;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

#footer-middle ul li span{
    display: block;
}

#footer-middle ul li a{
    color: #fff;
    text-decoration: none;
}

#footer-middle p{
    color: #fff;
    margin-bottom: 0;
    max-width: 90%;
    text-align: justify;
}

#footer-bottom{
   padding-top: 50px;
}

#footer-bottom p{
    color: #838cb1;
    margin-bottom: 0;
}

#breadcrumbs{
    background-color: #ebf6fa;
    background-repeat: no-repeat;
    background-size: cover;
}

#breadcrumbs h2{
    font-weight: 800;
    color: #283779;
    margin-bottom: 20px;
    font-size: 50px;
}

#breadcrumbs ol{
    margin-bottom: 0;
    background: #Fff;
    display: inline-flex;
    padding: 15px 40px;
    border-radius: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

#breadcrumbs ol li a{
    color: #283779;
    font-weight: 500;
}

#breadcrumbs ol li.active a,
#breadcrumbs ol li.active{
    color: #6c757d;
    font-weight: 500;
}

.services #services .service-cnt .service-img img{
    padding: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
}

#services.detail .service-img{
    position: relative;
    left: -50px;
}

#services.detail .col-form {
    position: relative;
    right: unset;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 20px;
    padding: 30px 30px;
    border-radius: 20px;
}

#services.detail .contactForm {
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
}

#services.detail .col-form h2 {
    color: #115d9f;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 0;
}

#services.detail .col-form .btn-primary {
    display: inline-block;
    width: 90%;
    margin: 15px auto 0;
    background: #ca1517;
    border: 0;
    border-radius: 30px;
    padding: 8px 0;
    font-weight: 600;
    font-size: 18px;
}

#services.detail .service-txt {
    width: 95%;
    margin-right: auto;
}

#services.detail .service-txt h1 {
    font-weight: 800;
    color: #283779;
    margin-bottom: 20px;
}

#services.detail .service-txt p {
    font-weight: 400;
    color: #5e616c;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: justify;
}

#services.detail .service-txt ol li {
    font-weight: 400;
    color: #5e616c;
    font-size: 18px;
}

.service-txt h3 {
    margin-bottom: 20px;
    font-weight: 800;
}

.slick-slide img {
    margin: auto;
}

.process-item{
    padding: 15px;
}

#respuestas .head-faq h2 {
    font-weight: 800;
    color: #115d9f;
    margin-bottom: 20px;
    font-size: 28px;
}

#contacto .body ul {
    list-style: none;
    padding: 0;
}

#contacto .body ul li {
    margin-bottom: 20px;
}

#contacto .body ul li .img {
    float: left;
    margin-right: 10px;
}

#contacto .head h2{
    font-size: 35px;
}

.formulario {
    box-shadow: rgb(100 100 111 / 15%) 0px 0px 10px 0px;
    background: #fff;
    padding: 2rem;
    color: #556181;
}

.formulario .input-group-text {
    background-color: #ffffff;
    border-right: 1px solid #fff;
    align-items: flex-start;
    padding-top: 15px;
}

.formulario .form-control {
    border-left: 1px solid #fff;
    outline: 0;
    box-shadow: none;
    padding: 0.75rem 0.75rem;
}

#contacto .formulario .btn-primary{
    font-size: 18px;
    background: #054a90;
    padding: 10px 50px;
}

#contacto .formulario h4{
    font-size: 24px;
    font-weight: 800;
    color: #115d9f;
    margin-bottom: 20px;
}

.nosotros #breadcrumbs{
    background-image: url(../images/breadcrumbs/nosotros.png);
}

.services #breadcrumbs{
    background-image: url(../images/breadcrumbs/servicios.png);
}

.contacto #breadcrumbs{
    background-image: url(../images/breadcrumbs/contacto.png);
}

#aboutus p,
#history p{
    text-align: justify;
}

.nav-item .btn{
    padding: 10px 20px;
    font-weight: 700;
    color: #283779;
    background: no-repeat;
    border: 0;
    font-size: 15px;
    outline: 0;
}

.header-wrap .dropdown-item{
    padding: 10px 20px;
    font-weight: 700;
    color: #283779;
    font-size: 15px;
}

.header-wrap .dropdown-item:hover,
.header-wrap .dropdown-item:focus {
    color: #fff;
    background-color: #115d9f;
}

.header-wrap .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.header-wrap .dropdown-submenu {
    position:relative;
}

.header-wrap .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}

#additional{
    width: 95%;
    margin-right: auto;
}

#services.detail .service-txt ul li{
    list-style: none;
    font-size: 18px;
}

#services.detail .service-txt ol,
#services.detail .service-txt ul {
    padding-left: 0;
}


#services.detail .service-txt ul li:before{
    content: "\f481";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #ca1517;
    padding-right: 5px;
}

.sticky-menu{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#additional h3{
    font-weight: 800;
    color: #283779;
    margin-bottom: 16px;
}

#additional .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
}

#additional .title h2{
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 24px;
    width: 90%;
}

#additional .title .box-image{
    background: #ca1517;
    padding: 15px 15px 15px 15px;
    border-radius: 50%;
    width: 10%;
    display: inline-block;
}

#additional .text p{
    font-weight: 400;
    color: #5e616c;
    margin-bottom: 0;
    font-size: 16px;
    text-align: justify;
}

.addons-lang .btn{
    margin: 0 0 0 0;
    padding: 0 5px 0 20px;
    border-radius: 0;
    background: #ebf6fa;
    border-color: #ebf6fa;
    color: #283779;
    font-size: 14px;
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
}

.addons-lang .dropdown-menu{
    z-index: 9999;
    min-width: auto;
}

.addons-lang .lang-flag{
    width: 20px;
}

.addons-lang ul li {
    width: 100%;
    margin: 0 0 0 0;
    font-size: 14px;
}

.addons-lang ul li a {
    color: #283779;
    font-weight: 600;
    font-size: 14px;
}

.addons-lang .dropdown-item.active,
.addons-lang .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #283779;
}

@media screen and (min-width: 1920px) {

    .header-wrap-top,
    header,
    main,
    footer,
    #copyright {
        max-width: 1920px;
        margin: auto;
    }
}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1366px) {

    .main-slider .slide .content {
        padding: 140px 100px 140px;
    }

    .main-slider .content h1{
        font-size: 45px;
    }

    .main-slider .text {
        font-size: 16px;
    }

    .main-slider .auto-container {
        left: 50%;
    }

}

@media screen and (max-width: 1200px) {

    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }

}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        padding: 35px 25px 40px;
        background: #fff;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 20px 0 0 0;
    }

    footer .input-group-prepend {
        width: 100%;
    }

    footer .col-lg-3.col-md-6.col-sm-6 {
        margin-bottom: 30px;
    }

    .header-wrap-top ul.social,
    .header-wrap-top ul.info {
        text-align: center;
    }

    .padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .col-form {
        right: 0;
    }

    #form .col-fimg img {
        opacity: 0;
    }

    #why::before {
        display: none;
    }

    #cta .head {
        padding: 40px 30px 40px;
    }

    #footer-middle h3 {
        margin-bottom: 30px;
    }

    .row-process .cnt-process h2 {
        font-size: 30px;
    }

    .row-process .cnt-process span {
        font-size: 20px;
    }

    .main-slider .auto-container {
        top: 40%;
        display: none;
    }

    .main-slider .slide .content .text{
        padding: 20px 50px 20px;
        text-align: center;
    }

    .main-slider .slide .content .text br{
        display: none;
    }

    .main-slider .content h1 {
        font-size: 32px;
        text-align: center;
    }

    .main-slider .slide .content{
        padding: 50px 50px 50px;
        text-align: center;
    }

    .main-slider .link-box,
    .main-slider .link-box .theme-btn.btn-white{
        margin-right: 0;
    }

    .navbar-brand {
        margin-right: 0;
        width: 70%;
    }
    
    #services.detail .service-img{
        left: 0;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 500px) {
    .col-service.col-6 {
        flex: 0 0 auto;
        width: 90%;
    }
}

@media screen and (max-width: 400px) {}