<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Fontello';
    src: url("../assets/fonts/fontello.ttf");
}

.wow {
    visibility: visible;
}

.row-cont {
    justify-content: center;
    background: #f7f7f7;
    height: 75px;
}

.navbar-light .navbar-toggler {
     border-color: transparent;
}

.navbar-toggle{
    border:0;
    background:none !important;
    color:black;
}
.navbar {
    padding: 0;
}

.navbar-nav {
    background: #f7f7f7;
}

.navbar-light .navbar-nav .show &gt; .nav-link, .navbar-light .navbar-nav .active &gt; .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    border-bottom: 2px solid #063954;
    pointer-events: none;
    cursor: default;
}

.navbar-toggle:hover{
    background:none !important;
}

.navbar-default{
    background:none;
    border-color:transparent;
    transition-duration: 1s;

}

.navbar-default .navbar-brand{
    color:white;
}

.navbar-default .navbar-nav li a{
    color:#fff;
    font-size: 9pt;
    font-weight:bold;
}

.navbar-default .navbar-nav li a:hover {
    color:#609cd3;
}
.row-nav{
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}
.nav-index {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    width: 1400px;
    height: 55px;
}
.row-nav{
    transition: all 1s ease;
}

header {
    position: relative;
    z-index: 9;
    /* Link Padding Top &amp; bottom */
}
header a.mobile-toggle {
    display: none;
}
header header-output .inherit-menu {
    position: static;
}
header .header-in {
    position: relative;
}
header ul.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
header ul.nav-menu:after {
    content: " ";
    clear: both;
    width: 100%;
}
header ul.nav-menu &gt; li {
    display: inline-block;
}
header ul.nav-menu &gt; li &gt; a {
    color: #000;
    z-index: 3;
    opacity: .7;
    font-family: "Poppins";
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 35px 0px 35px 0px;
    margin-right: 25px;
}
header ul.nav-menu &gt; li :nth-last-child(1) a {
    margin-right: 0px;
}
header ul.nav-menu &gt; li &gt; ul.sub-menu {
    left: 0;
}
header ul.nav-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu {
    left: 220px;
    top: 0;
    padding-bottom: 15px;
}
header ul.nav-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu:after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000', GradientType=0);
    border-radius: 20px;
}
header ul.nav-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu li {
    display: block;
    z-index: 3;
    position: relative;
}
header ul.nav-menu &gt; li ul.sub-menu {
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 90px;
    width: 220px;
    border-radius: 6px;
    visibility: hidden;
    /*  mix */
    opacity: 0;
}
header ul.nav-menu &gt; li ul.sub-menu li {
    display: block;
    z-index: 3;
}
header ul.nav-menu &gt; li ul.sub-menu li a {
    color: #000;
    opacity: .7;
    display: block;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    margin-top: -1px;
}
header ul.nav-menu &gt; li ul.sub-menu li a:hover {
    color: #000;
    opacity: 1;
    padding-left: 25px;
}
header ul.nav-menu &gt; li ul.sub-menu li a:hover:before {
    transition: all 0.4s;
    content: "\f105";
    font-family: FontAwesome;
    color: #f3be4e;
    margin-right: 5px;
}
header ul.nav-menu &gt; li:nth-last-child(1) &gt; a {
    margin-right: 0px;
}
header ul.nav-menu &gt; li:hover &gt; ul.sub-menu {
    padding-bottom: 15px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
header ul.nav-menu &gt; li:hover &gt; ul.sub-menu:after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000', GradientType=0);
}
header ul.nav-menu &gt; li:hover &gt; ul.sub-menu &gt; li:hover &gt; ul.sub-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
header ul.nav-menu &gt; li:nth-last-child(1) &gt; ul.sub-menu, header ul.nav-menu &gt; li:nth-last-child(2) &gt; ul.sub-menu {
    left: auto;
    right: 0;
}
header ul.nav-menu &gt; li.active &gt; a {
    color: #0864b2;
}
header ul.nav-menu &gt; li &gt; a:hover {
    color: #0864b2;
}
header ul.nav-menu &gt; li.has-dropdown {
    position: relative;
}
header ul.nav-menu &gt; li.has-dropdown &gt; a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
    opacity: .5;
    margin-left: 3px;
}
header ul.nav-menu &gt; li.has-dropdown &gt; ul &gt; li.has-dropdown {
    position: relative;
}
header ul.nav-menu &gt; li.has-dropdown &gt; ul &gt; li.has-dropdown &gt; a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #000;
    opacity: .5;
    margin-left: 3px;
    position: absolute;
    right: 20px;
}
header ul.nav-menu &gt; li.mega-menu &gt; a {
    position: relative;
}
header ul.nav-menu &gt; li.mega-menu &gt; a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px;
}
header ul.nav-menu li.mega-menu:hover .mega-menu-out {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    display: block;
}
header ul.nav-menu .mega-menu-out {
    border-radius: 5px;
    background-color: #fff;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    top: 89px;
    width: 100%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #E0E0E0;
    padding-bottom: 15px;
}
header ul.nav-menu .mega-menu-out:after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
}
header ul.nav-menu .mega-menu-out .mega-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
header ul.nav-menu .mega-menu-out .mega-menu-list li a {
    color: #000;
    opacity: .7;
    text-transform: capitalize;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    display: block;
}
header ul.nav-menu .mega-menu-out .mega-menu-list li a:hover {
    color: #F44336;
    padding-left: 5px;
}
header ul.nav-menu .mega-menu-out .mega-menu-list li a:hover:before {
    transition: all 0.4s;
    content: "\f105";
    font-family: FontAwesome;
    color: #f3be4e;
    margin-right: 5px;
}
header ul.dropdown-dark .mega-menu-out {
    background-color: #212121;
    border: 1px solid #424242;
}
header ul.dropdown-dark .mega-menu-out .mega-menu-list li a {
    color: #fff;
    opacity: .7;
}
header ul.dropdown-dark .mega-menu-out .mega-menu-list li a:hover {
    color: #fff;
    opacity: 1;
}
header ul.dropdown-dark .mega-menu-out .mega-menu-list li a:hover:before {
    color: #f3be4e;
}
header ul.dropdown-dark .mega-links-4columns ul.sub-menu-columns &gt; li &gt; a {
    color: #fff;
}
header ul.dropdown-dark li &gt; ul.sub-menu {
    background-color: #212121;
}
header ul.dropdown-dark li &gt; ul.sub-menu &gt; li {
    display: block;
}
header ul.dropdown-dark li &gt; ul.sub-menu &gt; li &gt; a {
    color: #fff;
}
header ul.dropdown-dark li &gt; ul.sub-menu &gt; li a:hover {
    color: #fff;
}
header ul.dropdown-dark li &gt; ul.sub-menu &gt; li a:hover:before {
    color: #52d0d6;
}
header ul.dropdown-dark &gt; li.has-dropdown {
    position: relative;
}
header ul.dropdown-dark &gt; li.has-dropdown li.has-dropdown &gt; a:after {
    color: #fff !important;
}
header ul.white-link &gt; li &gt; a {
    color: #fff;
    opacity: .8;
}
header ul.white-link &gt; li &gt; a:hover {
    color: #fff !important;
    opacity: 1;
}
header ul.white-link &gt; li.has-dropdown {
    position: relative;
}
header ul.white-link &gt; li.has-dropdown &gt; a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    opacity: .8;
    margin-left: 3px;
}
header ul.white-link &gt; li.active &gt; a:before {
    color: #fff;
}
header ul.white-link &gt; li.active &gt; a {
    color: #fff;
}
header .mega-links-4columns ul.sub-menu-columns {
    padding: 0;
    margin: 0;
    list-style: none;
}
header .mega-links-4columns ul.sub-menu-columns &gt; li {
    width: 25%;
    float: left;
    padding: 0px 10px 10px 10px;
}
header .mega-links-4columns ul.sub-menu-columns &gt; li &gt; a {
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #0864b2;
    display: block;
}
header ul.link-padding-tb-0px &gt; li &gt; a {
    padding-top: 0px;
    padding-bottom: 0px;
}
header ul.link-padding-tb-0px &gt; li &gt; ul.sub-menu {
    top: 23px;
}
header ul.link-padding-tb-0px .mega-menu-out {
    top: 23px;
}
header ul.link-padding-tb-1px &gt; li &gt; a {
    padding-top: 1px;
    padding-bottom: 1px;
}
header ul.link-padding-tb-1px &gt; li &gt; ul.sub-menu {
    top: 25px;
}
header ul.link-padding-tb-1px .mega-menu-out {
    top: 25px;
}
header ul.link-padding-tb-2px &gt; li &gt; a {
    padding-top: 2px;
    padding-bottom: 2px;
}
header ul.link-padding-tb-2px &gt; li &gt; ul.sub-menu {
    top: 27px;
}
header ul.link-padding-tb-2px .mega-menu-out {
    top: 27px;
}
header ul.link-padding-tb-3px &gt; li &gt; a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header ul.link-padding-tb-3px &gt; li &gt; ul.sub-menu {
    top: 29px;
}
header ul.link-padding-tb-3px .mega-menu-out {
    top: 29px;
}
header ul.link-padding-tb-4px &gt; li &gt; a {
    padding-top: 4px;
    padding-bottom: 4px;
}
header ul.link-padding-tb-4px &gt; li &gt; ul.sub-menu {
    top: 31px;
}
header ul.link-padding-tb-4px .mega-menu-out {
    top: 31px;
}
header ul.link-padding-tb-5px &gt; li &gt; a {
    padding-top: 5px;
    padding-bottom: 5px;
}
header ul.link-padding-tb-5px &gt; li &gt; ul.sub-menu {
    top: 33px;
}
header ul.link-padding-tb-5px .mega-menu-out {
    top: 33px;
}
header ul.link-padding-tb-6px &gt; li &gt; a {
    padding-top: 6px;
    padding-bottom: 6px;
}
header ul.link-padding-tb-6px &gt; li &gt; ul.sub-menu {
    top: 35px;
}
header ul.link-padding-tb-6px .mega-menu-out {
    top: 35px;
}
header ul.link-padding-tb-7px &gt; li &gt; a {
    padding-top: 7px;
    padding-bottom: 7px;
}
header ul.link-padding-tb-7px &gt; li &gt; ul.sub-menu {
    top: 37px;
}
header ul.link-padding-tb-7px .mega-menu-out {
    top: 37px;
}
header ul.link-padding-tb-8px &gt; li &gt; a {
    padding-top: 8px;
    padding-bottom: 8px;
}
header ul.link-padding-tb-8px &gt; li &gt; ul.sub-menu {
    top: 39px;
}
header ul.link-padding-tb-8px .mega-menu-out {
    top: 39px;
}
header ul.link-padding-tb-9px &gt; li &gt; a {
    padding-top: 9px;
    padding-bottom: 9px;
}
header ul.link-padding-tb-9px &gt; li &gt; ul.sub-menu {
    top: 41px;
}
header ul.link-padding-tb-9px .mega-menu-out {
    top: 41px;
}
header ul.link-padding-tb-10px &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
}
header ul.link-padding-tb-10px &gt; li &gt; ul.sub-menu {
    top: 43px;
}
header ul.link-padding-tb-10px .mega-menu-out {
    top: 43px;
}
header ul.link-padding-tb-11px &gt; li &gt; a {
    padding-top: 11px;
    padding-bottom: 11px;
}
header ul.link-padding-tb-11px &gt; li &gt; ul.sub-menu {
    top: 45px;
}
header ul.link-padding-tb-11px .mega-menu-out {
    top: 45px;
}
header ul.link-padding-tb-12px &gt; li &gt; a {
    padding-top: 12px;
    padding-bottom: 12px;
}
header ul.link-padding-tb-12px &gt; li &gt; ul.sub-menu {
    top: 47px;
}
header ul.link-padding-tb-12px .mega-menu-out {
    top: 47px;
}
header ul.link-padding-tb-13px &gt; li &gt; a {
    padding-top: 13px;
    padding-bottom: 13px;
}
header ul.link-padding-tb-13px &gt; li &gt; ul.sub-menu {
    top: 49px;
}
header ul.link-padding-tb-13px .mega-menu-out {
    top: 49px;
}
header ul.link-padding-tb-14px &gt; li &gt; a {
    padding-top: 14px;
    padding-bottom: 14px;
}
header ul.link-padding-tb-14px &gt; li &gt; ul.sub-menu {
    top: 51px;
}
header ul.link-padding-tb-14px .mega-menu-out {
    top: 51px;
}
header ul.link-padding-tb-15px &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
}
header ul.link-padding-tb-15px &gt; li &gt; ul.sub-menu {
    top: 53px;
}
header ul.link-padding-tb-15px .mega-menu-out {
    top: 53px;
}
header ul.link-padding-tb-16px &gt; li &gt; a {
    padding-top: 16px;
    padding-bottom: 16px;
}
header ul.link-padding-tb-16px &gt; li &gt; ul.sub-menu {
    top: 55px;
}
header ul.link-padding-tb-16px .mega-menu-out {
    top: 55px;
}
header ul.link-padding-tb-17px &gt; li &gt; a {
    padding-top: 17px;
    padding-bottom: 17px;
}
header ul.link-padding-tb-17px &gt; li &gt; ul.sub-menu {
    top: 57px;
}
header ul.link-padding-tb-17px .mega-menu-out {
    top: 57px;
}
header ul.link-padding-tb-18px &gt; li &gt; a {
    padding-top: 18px;
    padding-bottom: 18px;
}
header ul.link-padding-tb-18px &gt; li &gt; ul.sub-menu {
    top: 59px;
}
header ul.link-padding-tb-18px .mega-menu-out {
    top: 59px;
}
header ul.link-padding-tb-19px &gt; li &gt; a {
    padding-top: 19px;
    padding-bottom: 19px;
}
header ul.link-padding-tb-19px &gt; li &gt; ul.sub-menu {
    top: 61px;
}
header ul.link-padding-tb-19px .mega-menu-out {
    top: 61px;
}
header ul.link-padding-tb-20px &gt; li &gt; a {
    padding-top: 20px;
    padding-bottom: 20px;
}
header ul.link-padding-tb-20px &gt; li &gt; ul.sub-menu {
    top: 63px;
}
header ul.link-padding-tb-20px .mega-menu-out {
    top: 63px;
}
header ul.link-padding-tb-21px &gt; li &gt; a {
    padding-top: 21px;
    padding-bottom: 21px;
}
header ul.link-padding-tb-21px &gt; li &gt; ul.sub-menu {
    top: 65px;
}
header ul.link-padding-tb-21px .mega-menu-out {
    top: 65px;
}
header ul.link-padding-tb-22px &gt; li &gt; a {
    padding-top: 22px;
    padding-bottom: 22px;
}
header ul.link-padding-tb-22px &gt; li &gt; ul.sub-menu {
    top: 67px;
}
header ul.link-padding-tb-22px .mega-menu-out {
    top: 67px;
}
header ul.link-padding-tb-23px &gt; li &gt; a {
    padding-top: 23px;
    padding-bottom: 23px;
}
header ul.link-padding-tb-23px &gt; li &gt; ul.sub-menu {
    top: 69px;
}
header ul.link-padding-tb-23px .mega-menu-out {
    top: 69px;
}
header ul.link-padding-tb-24px &gt; li &gt; a {
    padding-top: 24px;
    padding-bottom: 24px;
}
header ul.link-padding-tb-24px &gt; li &gt; ul.sub-menu {
    top: 71px;
}
header ul.link-padding-tb-24px .mega-menu-out {
    top: 71px;
}
header ul.link-padding-tb-25px &gt; li &gt; a {
    padding-top: 25px;
    padding-bottom: 25px;
}
header ul.link-padding-tb-25px &gt; li &gt; ul.sub-menu {
    top: 73px;
}
header ul.link-padding-tb-25px .mega-menu-out {
    top: 73px;
}
header ul.link-padding-tb-26px &gt; li &gt; a {
    padding-top: 26px;
    padding-bottom: 26px;
}
header ul.link-padding-tb-26px &gt; li &gt; ul.sub-menu {
    top: 75px;
}
header ul.link-padding-tb-26px .mega-menu-out {
    top: 75px;
}
header ul.link-padding-tb-27px &gt; li &gt; a {
    padding-top: 27px;
    padding-bottom: 27px;
}
header ul.link-padding-tb-27px &gt; li &gt; ul.sub-menu {
    top: 77px;
}
header ul.link-padding-tb-27px .mega-menu-out {
    top: 77px;
}
header ul.link-padding-tb-28px &gt; li &gt; a {
    padding-top: 28px;
    padding-bottom: 28px;
}
header ul.link-padding-tb-28px &gt; li &gt; ul.sub-menu {
    top: 79px;
}
header ul.link-padding-tb-28px .mega-menu-out {
    top: 79px;
}
header ul.link-padding-tb-29px &gt; li &gt; a {
    padding-top: 29px;
    padding-bottom: 29px;
}
header ul.link-padding-tb-29px &gt; li &gt; ul.sub-menu {
    top: 81px;
}
header ul.link-padding-tb-29px .mega-menu-out {
    top: 81px;
}
header ul.link-padding-tb-30px &gt; li &gt; a {
    padding-top: 30px;
    padding-bottom: 30px;
}
header ul.link-padding-tb-30px &gt; li &gt; ul.sub-menu {
    top: 83px;
}
header ul.link-padding-tb-30px .mega-menu-out {
    top: 83px;
}
header ul.link-padding-tb-31px &gt; li &gt; a {
    padding-top: 31px;
    padding-bottom: 31px;
}
header ul.link-padding-tb-31px &gt; li &gt; ul.sub-menu {
    top: 85px;
}
header ul.link-padding-tb-31px .mega-menu-out {
    top: 85px;
}
header ul.link-padding-tb-32px &gt; li &gt; a {
    padding-top: 32px;
    padding-bottom: 32px;
}
header ul.link-padding-tb-32px &gt; li &gt; ul.sub-menu {
    top: 87px;
}
header ul.link-padding-tb-32px .mega-menu-out {
    top: 87px;
}
header ul.link-padding-tb-33px &gt; li &gt; a {
    padding-top: 33px;
    padding-bottom: 33px;
}
header ul.link-padding-tb-33px &gt; li &gt; ul.sub-menu {
    top: 89px;
}
header ul.link-padding-tb-33px .mega-menu-out {
    top: 89px;
}
header ul.link-padding-tb-34px &gt; li &gt; a {
    padding-top: 34px;
    padding-bottom: 34px;
}
header ul.link-padding-tb-34px &gt; li &gt; ul.sub-menu {
    top: 91px;
}
header ul.link-padding-tb-34px .mega-menu-out {
    top: 91px;
}
header ul.link-padding-tb-35px &gt; li &gt; a {
    padding-top: 35px;
    padding-bottom: 35px;
}
header ul.link-padding-tb-35px &gt; li &gt; ul.sub-menu {
    top: 93px;
}
header ul.link-padding-tb-35px .mega-menu-out {
    top: 93px;
}
header ul.link-padding-tb-36px &gt; li &gt; a {
    padding-top: 36px;
    padding-bottom: 36px;
}
header ul.link-padding-tb-36px &gt; li &gt; ul.sub-menu {
    top: 95px;
}
header ul.link-padding-tb-36px .mega-menu-out {
    top: 95px;
}
header ul.link-padding-tb-37px &gt; li &gt; a {
    padding-top: 37px;
    padding-bottom: 37px;
}
header ul.link-padding-tb-37px &gt; li &gt; ul.sub-menu {
    top: 97px;
}
header ul.link-padding-tb-37px .mega-menu-out {
    top: 97px;
}
header ul.link-padding-tb-38px &gt; li &gt; a {
    padding-top: 38px;
    padding-bottom: 38px;
}
header ul.link-padding-tb-38px &gt; li &gt; ul.sub-menu {
    top: 99px;
}
header ul.link-padding-tb-38px .mega-menu-out {
    top: 99px;
}
header ul.link-padding-tb-39px &gt; li &gt; a {
    padding-top: 39px;
    padding-bottom: 39px;
}
header ul.link-padding-tb-39px &gt; li &gt; ul.sub-menu {
    top: 101px;
}
header ul.link-padding-tb-39px .mega-menu-out {
    top: 101px;
}
header ul.link-padding-tb-40px &gt; li &gt; a {
    padding-top: 40px;
    padding-bottom: 40px;
}
header ul.link-padding-tb-40px &gt; li &gt; ul.sub-menu {
    top: 103px;
}
header ul.link-padding-tb-40px .mega-menu-out {
    top: 103px;
}
header ul.link-padding-tb-41px &gt; li &gt; a {
    padding-top: 41px;
    padding-bottom: 41px;
}
header ul.link-padding-tb-41px &gt; li &gt; ul.sub-menu {
    top: 105px;
}
header ul.link-padding-tb-41px .mega-menu-out {
    top: 105px;
}
header ul.link-padding-tb-42px &gt; li &gt; a {
    padding-top: 42px;
    padding-bottom: 42px;
}
header ul.link-padding-tb-42px &gt; li &gt; ul.sub-menu {
    top: 107px;
}
header ul.link-padding-tb-42px .mega-menu-out {
    top: 107px;
}
header ul.link-padding-tb-43px &gt; li &gt; a {
    padding-top: 43px;
    padding-bottom: 43px;
}
header ul.link-padding-tb-43px &gt; li &gt; ul.sub-menu {
    top: 109px;
}
header ul.link-padding-tb-43px .mega-menu-out {
    top: 109px;
}
header ul.link-padding-tb-44px &gt; li &gt; a {
    padding-top: 44px;
    padding-bottom: 44px;
}
header ul.link-padding-tb-44px &gt; li &gt; ul.sub-menu {
    top: 111px;
}
header ul.link-padding-tb-44px .mega-menu-out {
    top: 111px;
}
header ul.link-padding-tb-45px &gt; li &gt; a {
    padding-top: 45px;
    padding-bottom: 45px;
}
header ul.link-padding-tb-45px &gt; li &gt; ul.sub-menu {
    top: 113px;
}
header ul.link-padding-tb-45px .mega-menu-out {
    top: 113px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-header-dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #212121;
}

header a.model-link {
    display: block;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    color: #a7a7a7;
}

header a.model-link:hover span {
    display: block;
}

header a.model-link span {
    display: none;
    position: absolute;
    top: -5px;
    right: -2px;
    width: 20px;
    height: 20px;
    padding: 1px;
    border-radius: 20px;
    background-color: #0864b2;
    color: #fff;
}

header .search-link {
    margin-right: 10px;
}

header .model-link {
    position: relative;
}

header#sidebar-header ul.float-right {
    float: none !important;
}
header#sidebar-header ul.nav-menu &gt; li {
    float: none;
    display: block;
}
header#sidebar-header ul.nav-menu &gt; li &gt; a {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0px;
}
header#sidebar-header ul.nav-menu &gt; li ul {
    display: none;
}
header#sidebar-header ul.nav-menu &gt; li &gt; ul.sub-menu {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    top: auto;
    width: 100%;
    position: relative;
    visibility: inherit;
    opacity: 1;
    display: none;
}
header#sidebar-header ul.nav-menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu {
    left: auto;
    top: auto;
    width: 100%;
    position: relative;
    visibility: inherit;
    opacity: 1;
}
header#sidebar-header ul.nav-menu &gt; li.has-dropdown &gt; a:after,
header#sidebar-header ul.nav-menu &gt; li.mega-menu &gt; a:after {
    position: absolute;
    right: 5px;
    margin-left: 0px;
}
header#sidebar-header ul.nav-menu .mega-menu-out {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    top: auto;
    width: 100%;
    position: relative;
    visibility: inherit;
    opacity: 1;
    padding: 0px;
    border: none;
}
header#sidebar-header ul.nav-menu .mega-links-4columns ul.sub-menu-columns {
    padding: 10px 0 10px;
}
header#sidebar-header ul.nav-menu .mega-links-4columns ul.sub-menu-columns &gt; li {
    width: 100%;
    position: relative;
}
header#sidebar-header ul.nav-menu .mega-links-4columns ul.sub-menu-columns &gt; li &gt; a:after {
    position: absolute;
    right: 20px;
    margin-left: 0px;
    transition: all 0.4s;
    content: "\f107";
    font-family: FontAwesome;
}

.woocommerce .single_add_to_cart_button.button {
    padding: 11px;
    margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding-right: 10px;
    padding-left: 10px;
}
.woocommerce .col2-set .col-1,
.woocommerce .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
    flex: auto;
    padding-right: 0px;
    padding-left: 0px;
}
.woocommerce .col2-set .col-2,
.woocommerce .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    flex: auto;
    padding-right: 0px;
    padding-left: 0px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #333;
}
.woocommerce p.woocommerce-mini-cart__buttons buttons, .woocommerce p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0px;
}

/*-----------------
CAROUSEL DE PORTADA
 -----------------*/
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: black;
    background-color: rgba(0, 126, 255, 0.8);
    background-size: 70%, 70%;
    border-radius: 50%;
}

.carousel-inner {
    height: 95vh;
}

.contProductos {
    width: 75%;
    margin: auto;
}

.diapositiva-titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 35px;
    padding: 40px;
    text-align: left;
    background: rgba(13, 129, 189, .7);
    color: #FFFFFF;

}

.caja-texto-diapositiva {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

 .contenedor-info-carousel03 {
     display: flex;
     justify-content: center;
     margin: auto;
}

.contenedor-info-carousel02 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    width: 700px;
    max-width: 100%;
    line-height: 35px;
    padding: 30px 10px;
    text-align: center;
    background: rgba(255, 255, 255, .85);
    color: #292929;
    margin-bottom: 0;
}

.tit-carousel, .parrafo-carousel02 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0;
}

.parrafo-carousel02 {
    font-size: 24px;
    font-weight: 400;
}

.diapo01, .diapo02, .diapo03 {
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    width: 100%;
    height: 95vh;
}

.diapo01 {
    background-image: linear-gradient(rgba(0, 112, 191, .0), rgba(0, 112, 191, 0.3)), url("../assets/images/diapo1.jpg");
    background-position-y: center;
}

.diapo02 {
    background-image: linear-gradient(rgba(0, 112, 191, .0), rgba(0, 112, 191, 0.3)), url("../assets/images/diapo2.jpg");
    background-position-y: top;
}

.diapo03 {
    background-image: linear-gradient(rgba(0, 112, 191, .0), rgba(0, 112, 191, 0.3)), url("../assets/images/diapo3.jpg");
    background-position: 40% top;
}

.section-carousel {
    padding-top: 75px;
}

#sobreNosotros .container {
    max-width: 940px;
}

.cont-nosotros {
    display: flex;
    align-items: center;
}

.tit-sobre-nosotros {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 26px;
    color: #000000;
}

.parrafo-nosotros, .parrafo-nosotros-title, .parrafo-nosotros-asesores {
    font-family: Roboto, sans-serif;
    color: #131313;
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 25px;
    text-align: left;
}

.parrafo-nosotros-title {
    font-size: 22px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.parrafo-nosotros-asesores, .parrafo-nosotros-asesores-mat {
    font-weight: 500;
    text-align: center;
    margin-bottom: 9px;
    line-height: 18px;
}

.parrafo-nosotros-asesores-mat {
    font-size: 16px;
}

/*-----------------------
NUESTRO PRODUCTOS
 ------------------------*/
#nuestroProductos {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#nuestroProductos .rowProductos {
    margin-left: 0;
    margin-right: 0;
}

#nuestroProductos .contProductos {
    padding: 0;
}

.modal-content {
    background: #F2F2F2;
}

.contain-productos .cont-productos {
    cursor: default;
}

/*--- CONTADORES ---*/
.tit-contadores {
    font-size: 26px;
}

/*--- COTIZA CON NOSOTROS ---*/
.counter1, .counter2, .counter3 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-top: 24px;
}

/*--- COTIZA CON NOSOTROS ---*/
.cotiza-nosotros {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding: 12px 0 40px 0;
    text-align: center;
    color: #ffffff;
}
.aseguradora {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    padding: 0 0 20px 0;
    text-align: center;
    color: #917758;
}

.rectangulo-azul {
    position: absolute;
    width: 30%;
    height: 100%;
    background: linear-gradient(rgba(0, 117, 197, 0.6), rgba(0, 117, 197, 0.6));
    right: 0;
    z-index: -1;
}

.service-body {
    background: #063954;
    border-bottom: 6px solid #0f5d8b;
}

.cont-productos:hover {
    text-decoration: none;
}

.cont-productos img {
    width: 100vh;
    height: 490px;
}

.tab-content {
    padding-left: 0;
}

.tab-content{
    padding:5px;
    text-align: left;
}

.btn-formulario {
    border-radius: 5px !important;
    color: #ffffff;
    background: #063954;
    display: flex;
    justify-content: flex-end;
}

.btn-formulario:hover {
    background: #0f5d8b;
    cursor: pointer;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 30px;
    color: #000000;
}

.navbar-light .navbar-toggler {
    outline: none;
}

.nav-sitio {
    margin-top: 12px;
    justify-content: space-around;
}

.cabecera {
    top:0;
    left:0;
    width: 100%;
    position: fixed;
    z-index: 999;
}
.encabezado {
    -webkit-box-shadow: 2px 10px 24px -11px rgba(0,0,0,1);
    -moz-box-shadow: 2px 10px 24px -11px rgba(0,0,0,1);
    box-shadow: 2px 10px 24px -11px rgba(0,0,0,1);
}

.bg-light {
    background-color: transparent !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.nav-link {
    font-family: Roboto, sans-serif;
    color: #1C529B !important;
    text-align: center;
    position: relative;
    float: right;
    margin-right: 45px;
}

.navbar-brand {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.nav-link span {
    font-family: "Poppins";
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Poppins";
    color: #707070;
    font-size: 16px;
    padding: 0 1px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #a3a3a3;
}

.link-inicio {
    margin-left: 50px;
}

.logo-index {
    width: 100px;
}

body {
    font-family: "Poppins";
    font-size: 13px;
    line-height: 23px;
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.form-control {
    font-size: 14px;
    line-height: 1.78;
}

.cont-productos:hover {
    box-shadow:  0px 13px 30px #777;
}

.btn-primary-travlez {
    background-color: #0864b2;
    border: none;
    border-radius: 0px;
    font-size: 13px;
}


input {
    background-color: #f9f9f9;
    padding: 5px;
    border: solid 1px #eee;
    outline: none;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.h1,
h1 {
    font-size: 28px;
    line-height: 32px;
}

.h2,
h2 {
    font-size: 23px;
    line-height: 32px;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
}

.h4,
h4 {
    font-size: 17px;
    line-height: 21px;
}

.h5,
h5 {
    font-size: 16px;
    line-height: 20px;
}

.h6,
h6 {
    font-size: 13px;
    line-height: 16px;
}

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

.font-2 {
    font-family: "Open Sans";
}

.font-3 {
    font-family: "Dosis";
}

.container-all {
    max-width: 80%;
    margin: auto;
}

#sobreNosotros {
    position: relative;
    height: auto;
    background-image: linear-gradient(rgb(0, 112, 191), rgba(0, 112, 191, 0.2)),url(../assets/images/sobre-nosotros.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tit-sobre-nosotros {
    text-align: center;
    margin: 30px auto 10px;
}

.contenedor-sobre-nosotros {
    background: rgba(255, 255, 255, .95);
    padding: 45px;
    border-bottom: 10px solid #1C529B;
}

.llamadoWhatsapp {
    background: #1ebea5;
    border: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    right: 48px;
    position: fixed;
    bottom: 47px;
    z-index: 99;
}

.llamadoWhatsapp:hover {
    cursor: pointer;
}

.llamadoWhatsapp:focus {
    outline: none;
}

.whatsapp .llamadoWhatsapp {
    font-size: 35px;
    color: #ffffff;
}

footer {
    background: #f5f5f5;
}

footer .facebook {
    color: #3B5998 !important;
}

footer .parrafo-nosotros-asesores {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

footer .parrafo-nosotros-asesores-mat {
    color: #ffffff;
    text-align: center;
}

.office-info {
    position: relative;
    overflow: hidden;
}

/* ==================================================================== *
/*     Global        -------------------------------------------------- *
======================================================================= */

.encabezado-estilo {
    position: fixed;
    width: 100%;
    background: #fff;
}

/*--- Background Image ---*/
.background-overlay {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.background-overlay.fixed {
    background-attachment: fixed;
}

.background-overlay:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*--- Text Color ---*/
.text-white,
.text-white a {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-dark {
    color: #212121;
}

/* text size */
.text-extra-small {
    font-size: 11px;
    line-height: 14px;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.text-up-small {
    font-size: 14px;
    line-height: 22px;
}

.text-medium {
    font-size: 16px;
    line-height: 23px;
}

.text-large {
    font-size: 18px;
    line-height: 26px;
}

.text-extra-large {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.text-title-large {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 44px;
}

.sub-titulos {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #131313;
}

.row-aseguradoras  li img {
    width: 200px;
}

.text-icon-large {
    font-size: 35px;
}

.icon-large {
    font-size: 55px;
}

.icon-medium {
    font-size: 42px;
}

/*--- Box Shadow ---*/
.box-shadow {
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.09);
}

.box-shadow-hover {
    box-shadow: none;
}

.box-shadow-hover:hover {
    -webkit-box-shadow: 0px 0px 18px -8px #858585;
    -moz-box-shadow: 0px 0px 18px -8px #858585;
    box-shadow: 0px 0px 18px -8px #858585;
}

/*-- Position Transform --*/
.position-inherit {
    position: inherit;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.position-static {
    position: fixed;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-hidden {
    overflow: hidden;
}

.full-screen-intro {
    height: calc(100vh - 200px);
}

/*--- Padding all ---*/
.padding-0px {
    padding: 0px;
}

.padding-15px {
    padding: 15px;
}

/*--- Padding top &amp; bottom ---*/
.padding-tb-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-30px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-60px {
    padding-top: 60px;
    padding-bottom: 60px;
}



.padding-tb-75px {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*--- Padding top ---*/
.padding-top-25px {
    padding-top: 25px;
}

.padding-top-30px {
    padding-top: 30px;
}

.padding-top-75px {
    padding-top: 75px;
}

/*--- Margin top ---*/
.margin-t-25px {
    margin-top: 25px;
}

.margin-t-35px {
    margin-top: 35px;
}

.margin-t-40px {
    margin-top: 40px;
}

/*--- Margin bottom ---*/
.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-25px {
    margin-bottom: 25px;
}

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

.margin-bottom-35px {
    margin-bottom: 35px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-45px {
    margin-bottom: 45px;
}

.margin-bottom-50px {
    margin-bottom: 50px;
}

/*--- Margin Top &amp; Bottom ---*/
.margin-tb-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-tb-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*--- Margin Right &amp; Left ---*/
.margin-lr-0px {
    margin-left: 0px;
    margin-right: 0px;
}

.margin-lr-8px {
    margin-left: 8px;
    margin-right: 8px;
}

/*--- Margin all ---*/
.margin-0px {
    margin: 0px;
}

/*--- Font Weight ---*/
.font-weight-700 {
    font-weight: 700;
}

/*--- Round icons ---*/
.icon-round {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fdbe19;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 25px !important;
    margin-bottom: 15px;
}

.icon-round-ba {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
}

/*--- Hover Option ---*/
.with-hover {
    position: relative;
    overflow: hidden;
}

/*---------------------------------------
FOOTER
---------------------------------------- */

.icon-cont {
    color: #FFFFFF;
}

.btn-enviar-form {
    border-radius: 5px;
    padding: 5px 30px;
    background: #063954;
    color: #fff;
}

.btn-enviar-form:hover {
    background: #0f5d8b;
    cursor: pointer;
}

/* ================================== */
/*   CONTACTO
/* ================================= */

.data-cont {
    text-align: center;
}

.icon-cont {
    padding: 10px;
    font-size: 27px;
}

.contact-form {
    float: left;
    margin: 35px auto 0;
}

form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.contact-form input.contact-textbox {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 14px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

/* MODAL MENSAJE ENVIADO */

.modal-header {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-bottom: 0px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    font-size: 15px
}

.imagen-confirmacion {
    width: 50%;
    margin: 10px auto 20px;
}

.modal-confirmacion {
    margin-top: 0%;
}

.modal-body {
    text-align: center;
}

.modal-content {
    margin-top: 50%;
}

.modal-footer {
    border-top: 0px;
    margin: auto;
}

/*FIN MODAL-------------------------------*/

.redes-sociales {
    display: flex;
    align-items: center;
}

.fa-facebook-f {
    font-size: 31px;
}</pre></body></html>