@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

.wow {
    visibility: visible;
}

.row-cont {
    justify-content: center;
    background: #ffffff;
}

.navbar-light .navbar-toggler {
     border-color: transparent;
}

.navbar-toggle{
    border:0;
    background:none !important;
    color:black;
}
.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .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 & 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 > li {
    display: inline-block;
}
header ul.nav-menu > li > 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 > li :nth-last-child(1) a {
    margin-right: 0px;
}
header ul.nav-menu > li > ul.sub-menu {
    left: 0;
}
header ul.nav-menu > li > ul.sub-menu > li > ul.sub-menu {
    left: 220px;
    top: 0;
    padding-bottom: 15px;
}
header ul.nav-menu > li > ul.sub-menu > li > 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 > li > ul.sub-menu > li > ul.sub-menu li {
    display: block;
    z-index: 3;
    position: relative;
}
header ul.nav-menu > 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 > li ul.sub-menu li {
    display: block;
    z-index: 3;
}
header ul.nav-menu > 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 > li ul.sub-menu li a:hover {
    color: #000;
    opacity: 1;
    padding-left: 25px;
}
header ul.nav-menu > 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 > li:nth-last-child(1) > a {
    margin-right: 0px;
}
header ul.nav-menu > li:hover > 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 > li:hover > 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 > li:hover > ul.sub-menu > li:hover > 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 > li:nth-last-child(1) > ul.sub-menu, header ul.nav-menu > li:nth-last-child(2) > ul.sub-menu {
    left: auto;
    right: 0;
}
header ul.nav-menu > li.active > a {
    color: #0864b2;
}
header ul.nav-menu > li > a:hover {
    color: #0864b2;
}
header ul.nav-menu > li.has-dropdown {
    position: relative;
}
header ul.nav-menu > li.has-dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
    opacity: .5;
    margin-left: 3px;
}
header ul.nav-menu > li.has-dropdown > ul > li.has-dropdown {
    position: relative;
}
header ul.nav-menu > li.has-dropdown > ul > li.has-dropdown > a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #000;
    opacity: .5;
    margin-left: 3px;
    position: absolute;
    right: 20px;
}
header ul.nav-menu > li.mega-menu > a {
    position: relative;
}
header ul.nav-menu > li.mega-menu > 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 > li > a {
    color: #fff;
}
header ul.dropdown-dark li > ul.sub-menu {
    background-color: #212121;
}
header ul.dropdown-dark li > ul.sub-menu > li {
    display: block;
}
header ul.dropdown-dark li > ul.sub-menu > li > a {
    color: #fff;
}
header ul.dropdown-dark li > ul.sub-menu > li a:hover {
    color: #fff;
}
header ul.dropdown-dark li > ul.sub-menu > li a:hover:before {
    color: #52d0d6;
}
header ul.dropdown-dark > li.has-dropdown {
    position: relative;
}
header ul.dropdown-dark > li.has-dropdown li.has-dropdown > a:after {
    color: #fff !important;
}
header ul.white-link > li > a {
    color: #fff;
    opacity: .8;
}
header ul.white-link > li > a:hover {
    color: #fff !important;
    opacity: 1;
}
header ul.white-link > li.has-dropdown {
    position: relative;
}
header ul.white-link > li.has-dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    opacity: .8;
    margin-left: 3px;
}
header ul.white-link > li.active > a:before {
    color: #fff;
}
header ul.white-link > li.active > 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 > li {
    width: 25%;
    float: left;
    padding: 0px 10px 10px 10px;
}
header .mega-links-4columns ul.sub-menu-columns > li > 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 > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
header ul.link-padding-tb-0px > li > ul.sub-menu {
    top: 23px;
}
header ul.link-padding-tb-0px .mega-menu-out {
    top: 23px;
}
header ul.link-padding-tb-1px > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
}
header ul.link-padding-tb-1px > li > ul.sub-menu {
    top: 25px;
}
header ul.link-padding-tb-1px .mega-menu-out {
    top: 25px;
}
header ul.link-padding-tb-2px > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
}
header ul.link-padding-tb-2px > li > ul.sub-menu {
    top: 27px;
}
header ul.link-padding-tb-2px .mega-menu-out {
    top: 27px;
}
header ul.link-padding-tb-3px > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header ul.link-padding-tb-3px > li > ul.sub-menu {
    top: 29px;
}
header ul.link-padding-tb-3px .mega-menu-out {
    top: 29px;
}
header ul.link-padding-tb-4px > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}
header ul.link-padding-tb-4px > li > ul.sub-menu {
    top: 31px;
}
header ul.link-padding-tb-4px .mega-menu-out {
    top: 31px;
}
header ul.link-padding-tb-5px > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
header ul.link-padding-tb-5px > li > ul.sub-menu {
    top: 33px;
}
header ul.link-padding-tb-5px .mega-menu-out {
    top: 33px;
}
header ul.link-padding-tb-6px > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}
header ul.link-padding-tb-6px > li > ul.sub-menu {
    top: 35px;
}
header ul.link-padding-tb-6px .mega-menu-out {
    top: 35px;
}
header ul.link-padding-tb-7px > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
header ul.link-padding-tb-7px > li > ul.sub-menu {
    top: 37px;
}
header ul.link-padding-tb-7px .mega-menu-out {
    top: 37px;
}
header ul.link-padding-tb-8px > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
header ul.link-padding-tb-8px > li > ul.sub-menu {
    top: 39px;
}
header ul.link-padding-tb-8px .mega-menu-out {
    top: 39px;
}
header ul.link-padding-tb-9px > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}
header ul.link-padding-tb-9px > li > ul.sub-menu {
    top: 41px;
}
header ul.link-padding-tb-9px .mega-menu-out {
    top: 41px;
}
header ul.link-padding-tb-10px > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
header ul.link-padding-tb-10px > li > ul.sub-menu {
    top: 43px;
}
header ul.link-padding-tb-10px .mega-menu-out {
    top: 43px;
}
header ul.link-padding-tb-11px > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
}
header ul.link-padding-tb-11px > li > ul.sub-menu {
    top: 45px;
}
header ul.link-padding-tb-11px .mega-menu-out {
    top: 45px;
}
header ul.link-padding-tb-12px > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
header ul.link-padding-tb-12px > li > ul.sub-menu {
    top: 47px;
}
header ul.link-padding-tb-12px .mega-menu-out {
    top: 47px;
}
header ul.link-padding-tb-13px > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
}
header ul.link-padding-tb-13px > li > ul.sub-menu {
    top: 49px;
}
header ul.link-padding-tb-13px .mega-menu-out {
    top: 49px;
}
header ul.link-padding-tb-14px > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}
header ul.link-padding-tb-14px > li > ul.sub-menu {
    top: 51px;
}
header ul.link-padding-tb-14px .mega-menu-out {
    top: 51px;
}
header ul.link-padding-tb-15px > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
header ul.link-padding-tb-15px > li > ul.sub-menu {
    top: 53px;
}
header ul.link-padding-tb-15px .mega-menu-out {
    top: 53px;
}
header ul.link-padding-tb-16px > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
}
header ul.link-padding-tb-16px > li > ul.sub-menu {
    top: 55px;
}
header ul.link-padding-tb-16px .mega-menu-out {
    top: 55px;
}
header ul.link-padding-tb-17px > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
}
header ul.link-padding-tb-17px > li > ul.sub-menu {
    top: 57px;
}
header ul.link-padding-tb-17px .mega-menu-out {
    top: 57px;
}
header ul.link-padding-tb-18px > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
}
header ul.link-padding-tb-18px > li > ul.sub-menu {
    top: 59px;
}
header ul.link-padding-tb-18px .mega-menu-out {
    top: 59px;
}
header ul.link-padding-tb-19px > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
}
header ul.link-padding-tb-19px > li > ul.sub-menu {
    top: 61px;
}
header ul.link-padding-tb-19px .mega-menu-out {
    top: 61px;
}
header ul.link-padding-tb-20px > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
header ul.link-padding-tb-20px > li > ul.sub-menu {
    top: 63px;
}
header ul.link-padding-tb-20px .mega-menu-out {
    top: 63px;
}
header ul.link-padding-tb-21px > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
}
header ul.link-padding-tb-21px > li > ul.sub-menu {
    top: 65px;
}
header ul.link-padding-tb-21px .mega-menu-out {
    top: 65px;
}
header ul.link-padding-tb-22px > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
}
header ul.link-padding-tb-22px > li > ul.sub-menu {
    top: 67px;
}
header ul.link-padding-tb-22px .mega-menu-out {
    top: 67px;
}
header ul.link-padding-tb-23px > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
}
header ul.link-padding-tb-23px > li > ul.sub-menu {
    top: 69px;
}
header ul.link-padding-tb-23px .mega-menu-out {
    top: 69px;
}
header ul.link-padding-tb-24px > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
}
header ul.link-padding-tb-24px > li > ul.sub-menu {
    top: 71px;
}
header ul.link-padding-tb-24px .mega-menu-out {
    top: 71px;
}
header ul.link-padding-tb-25px > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
header ul.link-padding-tb-25px > li > ul.sub-menu {
    top: 73px;
}
header ul.link-padding-tb-25px .mega-menu-out {
    top: 73px;
}
header ul.link-padding-tb-26px > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
}
header ul.link-padding-tb-26px > li > ul.sub-menu {
    top: 75px;
}
header ul.link-padding-tb-26px .mega-menu-out {
    top: 75px;
}
header ul.link-padding-tb-27px > li > a {
    padding-top: 27px;
    padding-bottom: 27px;
}
header ul.link-padding-tb-27px > li > ul.sub-menu {
    top: 77px;
}
header ul.link-padding-tb-27px .mega-menu-out {
    top: 77px;
}
header ul.link-padding-tb-28px > li > a {
    padding-top: 28px;
    padding-bottom: 28px;
}
header ul.link-padding-tb-28px > li > ul.sub-menu {
    top: 79px;
}
header ul.link-padding-tb-28px .mega-menu-out {
    top: 79px;
}
header ul.link-padding-tb-29px > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
}
header ul.link-padding-tb-29px > li > ul.sub-menu {
    top: 81px;
}
header ul.link-padding-tb-29px .mega-menu-out {
    top: 81px;
}
header ul.link-padding-tb-30px > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
header ul.link-padding-tb-30px > li > ul.sub-menu {
    top: 83px;
}
header ul.link-padding-tb-30px .mega-menu-out {
    top: 83px;
}
header ul.link-padding-tb-31px > li > a {
    padding-top: 31px;
    padding-bottom: 31px;
}
header ul.link-padding-tb-31px > li > ul.sub-menu {
    top: 85px;
}
header ul.link-padding-tb-31px .mega-menu-out {
    top: 85px;
}
header ul.link-padding-tb-32px > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
}
header ul.link-padding-tb-32px > li > ul.sub-menu {
    top: 87px;
}
header ul.link-padding-tb-32px .mega-menu-out {
    top: 87px;
}
header ul.link-padding-tb-33px > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
}
header ul.link-padding-tb-33px > li > ul.sub-menu {
    top: 89px;
}
header ul.link-padding-tb-33px .mega-menu-out {
    top: 89px;
}
header ul.link-padding-tb-34px > li > a {
    padding-top: 34px;
    padding-bottom: 34px;
}
header ul.link-padding-tb-34px > li > ul.sub-menu {
    top: 91px;
}
header ul.link-padding-tb-34px .mega-menu-out {
    top: 91px;
}
header ul.link-padding-tb-35px > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
}
header ul.link-padding-tb-35px > li > ul.sub-menu {
    top: 93px;
}
header ul.link-padding-tb-35px .mega-menu-out {
    top: 93px;
}
header ul.link-padding-tb-36px > li > a {
    padding-top: 36px;
    padding-bottom: 36px;
}
header ul.link-padding-tb-36px > li > ul.sub-menu {
    top: 95px;
}
header ul.link-padding-tb-36px .mega-menu-out {
    top: 95px;
}
header ul.link-padding-tb-37px > li > a {
    padding-top: 37px;
    padding-bottom: 37px;
}
header ul.link-padding-tb-37px > li > ul.sub-menu {
    top: 97px;
}
header ul.link-padding-tb-37px .mega-menu-out {
    top: 97px;
}
header ul.link-padding-tb-38px > li > a {
    padding-top: 38px;
    padding-bottom: 38px;
}
header ul.link-padding-tb-38px > li > ul.sub-menu {
    top: 99px;
}
header ul.link-padding-tb-38px .mega-menu-out {
    top: 99px;
}
header ul.link-padding-tb-39px > li > a {
    padding-top: 39px;
    padding-bottom: 39px;
}
header ul.link-padding-tb-39px > li > ul.sub-menu {
    top: 101px;
}
header ul.link-padding-tb-39px .mega-menu-out {
    top: 101px;
}
header ul.link-padding-tb-40px > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
}
header ul.link-padding-tb-40px > li > ul.sub-menu {
    top: 103px;
}
header ul.link-padding-tb-40px .mega-menu-out {
    top: 103px;
}
header ul.link-padding-tb-41px > li > a {
    padding-top: 41px;
    padding-bottom: 41px;
}
header ul.link-padding-tb-41px > li > ul.sub-menu {
    top: 105px;
}
header ul.link-padding-tb-41px .mega-menu-out {
    top: 105px;
}
header ul.link-padding-tb-42px > li > a {
    padding-top: 42px;
    padding-bottom: 42px;
}
header ul.link-padding-tb-42px > li > ul.sub-menu {
    top: 107px;
}
header ul.link-padding-tb-42px .mega-menu-out {
    top: 107px;
}
header ul.link-padding-tb-43px > li > a {
    padding-top: 43px;
    padding-bottom: 43px;
}
header ul.link-padding-tb-43px > li > ul.sub-menu {
    top: 109px;
}
header ul.link-padding-tb-43px .mega-menu-out {
    top: 109px;
}
header ul.link-padding-tb-44px > li > a {
    padding-top: 44px;
    padding-bottom: 44px;
}
header ul.link-padding-tb-44px > li > ul.sub-menu {
    top: 111px;
}
header ul.link-padding-tb-44px .mega-menu-out {
    top: 111px;
}
header ul.link-padding-tb-45px > li > a {
    padding-top: 45px;
    padding-bottom: 45px;
}
header ul.link-padding-tb-45px > li > 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 > li {
    float: none;
    display: block;
}
header#sidebar-header ul.nav-menu > li > 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 > li ul {
    display: none;
}
header#sidebar-header ul.nav-menu > li > 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 > li > ul.sub-menu > li > ul.sub-menu {
    left: auto;
    top: auto;
    width: 100%;
    position: relative;
    visibility: inherit;
    opacity: 1;
}
header#sidebar-header ul.nav-menu > li.has-dropdown > a:after,
header#sidebar-header ul.nav-menu > li.mega-menu > 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 > li {
    width: 100%;
    position: relative;
}
header#sidebar-header ul.nav-menu .mega-links-4columns ul.sub-menu-columns > li > 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;
}

/*-----------------
IMAGEN DE PORTADA
 -----------------*/
.imagen-portada {
    background-image: linear-gradient(#ffffff, rgba(200, 200, 200, 0.1)), url(../assets/images/portada.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.contenedor-portada {
    text-align: center;
    padding-top: 270px;
}

.contenedor-portada img {
    width: 720px;
}

.texto-portada p {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 47px;
    max-width: 100%;
    width: 735px;
    margin: 24px auto 0;
    color: #063954;
}

/*-----------------
SERVICIOS
 -----------------*/
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: black;
    background-color: rgb(15, 93, 139);
    background-size: 55%, 55%;
    border-radius: 50%;
}

.carousel-item img {
    margin: auto;
    width: 65%;
}

.sub-titulos {
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    color: #131313;
    text-align: center;
}


#sobreNosotros .container {
    max-width: 1120px;
}

.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 {
    font-family: Roboto, sans-serif;
    color: #131313;
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 35px;
    text-align: left;
}

.cont-nosotros2 {
    padding-left: 80px;
}

.cont-nosotros2 p:nth-child(1) {
    font-weight: 600;
}

.cont-nosotros2 .parrafo-nosotros {
    margin-bottom: 0;
}

.cont-nosotros2 ul {
    padding-right: 15px;
    padding-left: 15px;
}

/*--- COTIZA CON NOSOTROS ---*/
.cotiza-nosotros {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding: 12px 0 20px 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;
}
.imagen-cotiza {
    position: relative;
    z-index: 8;
    background-image: linear-gradient(
            rgba(15, 93, 139, .6),
            rgba(0, 0, 0, 0.5)
    ),url(../assets/images/auto-cotizador.jpg);
    background-attachment: fixed;
    background-size: cover;
    width:100%;
    height:660px;
}

.service-body {
    background: #063954;
    border-bottom: 6px solid #0f5d8b;
}

.contProductos {
    max-width: 65%;
    margin: auto;
}

.contProductos .row .wow {
    padding-left: 5px;
    padding-right: 5px;
}

.color1 {
    background: red;
}
.color2 {
    background: green;
}
.color-fondo-cotiza {
    /*background: red;*/
    height: 590px;
}

.cotizadorAutos {
    padding-top: 19px;
    padding-bottom: 20px;
    text-align: center;
}

.cotizadorBienes {
    padding-top: 19px;
    padding-bottom: 20px;
    text-align: center;
}

.nav-tabs {
    margin: 0 auto;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}

.form-cotizacion {
    max-width: 90%;
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
}

.form-group {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.grupo-check {
    display: flex;
}

.form-check {
    top: 8px !important;
    text-align: center;
}

.form-check-label {
    padding-left: 0;
    margin-right: 7px !important;
}
.formulario-automotor, .formulario-bienes {
    padding: 20px 40px;
}

.formulario-automotor .area-textoOBS, .formulario-bienes .area-textoOBS  {
    resize: none;
    height: 65px;
}

.formulario-automotor .btn-form {
    display: flex;
    justify-content: flex-end;
}

.formulario-bienes textarea {
    resize: none;
    height: 200px;
}

.form-cotizacion ul li a {
    color: rgba(0, 0, 0, .3);
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    background: #eee;
    padding: 20px 1px;
    text-decoration: none;
    display: block;
}
.form-cotizacion ul li a.active {
    background: white;
    color: #0f5d8b;
}

.form-cotizacion .nav-tabs .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 19px;
}

.cotizadorAutos, .cotizadorBienes {
    background: #ECECEC;
}

.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: #000000 !important;
    text-align: center;
    position: relative;
    float: right;
    margin-right: 45px;
}

.navbar-brand {
    font-family: "Poppins";
    font-size: 18px;
}

.nav-item {
    margin-right: 40px;
}

.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: 170px;
}

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 {
    color: #F44336;
    text-decoration: none;
}

a:focus {
    color: #F44336;
    outline: none;
    text-decoration: none;
}

a:active {
    color: #F44336;
    outline: none;
    text-decoration: none;
}

.btn-primary-travlez {
    background-color: #0864b2;
    border: none;
    border-radius: 0px;
    font-size: 13px;
}

.btn-primary-travlez:hover {
    background-color: #F44336;
}

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";
}

video {
    background-size: cover;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.container-all {
    max-width: 80%;
    margin: auto;
}

#sobreNosotros {
    position: relative;
    height: 815px;
    margin-top: 40px;
    background-image: linear-gradient(#ffffff, rgba(200, 200, 200, 0.6)),url(../assets/images/sobreNosotros.jpg);
    background-size: cover;
    clip-path: polygon( 0 0, 102% 0, 85% 100%, 0 calc(100% - 5vw) );
}
/* ==================================================================== *
/*     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: #232323;
}



.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;
}

.text-title-large02 {
    font-family: Roboto, sans-serif;
    font-size: 80px;
    line-height: 90px;
    width: 500px;
    text-align: start;
    color: #063954;
}

.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 ---*/
.padding-t-0px {
    padding-top: 0;
}

/*--- Padding top & bottom ---*/

.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 top ---*/
.padding-top-30px {
    padding-top: 30px;
}

/*--- Padding bottom ---*/
.padding-bottom-30px {
    padding-bottom: 30px;
}

/*--- Margin top & bottom ---*/

.margin-tb-15px {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*--- Margin bottom ---*/
.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-25px {
    margin-bottom: 25px;
}

.margin-bottom-35px {
    margin-bottom: 35px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-45px {
    margin-bottom: 45px;
}

/*--- Margin Right & 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;
}

/*-----------------------
NUESTRO PRODUCTOS
 ------------------------*/
.cont-productos {
    -webkit-box-shadow: 0px 13px 16px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 13px 16px -1px rgba(0, 0, 0, .3);
    box-shadow: 0px 13px 16px -1px rgba(0, 0, 0, .3);
}

.contProductos .cont-productos:hover {
    transform: translate(2px, -2px);
    transition-duration: .5s;
}

.contProductos .cont-productos {
    transform: translate(-2px, 2px);
    transition-duration: .5s;
}

.contProductos .img_producto01,
.contProductos .img_producto02,
.contProductos .img_producto03,
.contProductos .img_producto04,
.contProductos .img_producto05,
.contProductos .img_producto06,
.contProductos .img_producto07,
.contProductos .img_producto08 {
    background-size: cover;
    width: 100%;
    height: 512px;
}

.contProductos .img_producto01 {
    background-image: url("../assets/images/productos/art01.jpg");
}

.contProductos .img_producto02 {
    background-image: url("../assets/images/productos/auto02.jpg");
}

.contProductos .img_producto03 {
    background-image: url("../assets/images/productos/bicicleta03.jpg");
}

.contProductos .img_producto04 {
    background-image: url("../assets/images/productos/comercio04.jpg");
}

.contProductos .img_producto05 {
    background-image: url("../assets/images/productos/familia05.jpg");
}

.contProductos .img_producto06 {
    background-image: url("../assets/images/productos/hogar06.jpg");
}

.contProductos .img_producto07 {
    background-image: url("../assets/images/productos/lancha07.jpg");
}

.contProductos .img_producto08 {
    background-image: url("../assets/images/productos/moto08.jpg");
}

.cont-productos img {
    width: 100%;
}

/*-----------------------
SECTOR REDES SOCIALES
 ------------------------*/
.contenedor-redes {
    background-image: linear-gradient(#ffffff, rgba(200, 200, 200, 0.6)),url("../assets/images/redes_sociales.jpg");
    background-size: cover;
    background-position-y: center;
    width: 100%;
    padding: 90px 0 40px;
}

.contenedor-redes .tit-redes-sociales {
    color: #063954;
    font-size: 40px;
    line-height: 105px;
    text-align: center;
}

.j_c_e {
    justify-content: space-evenly;
}

.face-contenedor {
    text-align: center;
}

/*---------------------------------------
FOOTER
---------------------------------------- */
.footer-color {
    background-color: #e6e6e6;
}

.logo-footer {
    width: 170px;
}

.fa-linkedin, .fa-facebook-f, .fa-instagram {
    font-size: 32px;
}

.mapaGoogle {
    margin-bottom: 40px;
}

.icon-cont {
    color: #063954;
}

.btn-enviar-form {
    border-radius: 5px;
    padding: 5px 30px;
    background: #063954;
    color: #fff;
}

.btn-enviar-form:hover {
    background: #0f5d8b;
    cursor: pointer;
}

.mat-footer {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
    margin-top: 10px;
}

.telssn {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #2b2b2b;
    margin-top: -15px;
}

/* ================================== */
/*   SECCIÓN BLOG-REDES
/* ================================= */
.contenedor-redes {

}

/* ================================== */
/*   CONTACTO
/* ================================= */

.data-cont {
    text-align: center;
}

.icon-cont {
    padding: 10px;
    font-size: 64px;
}

.contact-form {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.cont-form {
    display: flex;
}

.single-contact-information .contact-icon {
    background: #063954;
    padding: 20px 0 5px;
}

.fa-map-marker {
    color: #ff665a;
}

.fa-envelope {
    color: #fff5a2;
    font-size: 52px;
}

.fa-phone {
    color: #93deb5;
    font-size: 52px;
}

.fa-whatsapp {
    color: #00BA2D;
}

.single-contact-details {
    background: #063954;
    border-bottom: 5px solid #3d97cc;
    padding: 15px 0;
    height: 170px;
    margin-bottom: 15px;
}

.single-contact-details h6 {
    color: #ffffff;
}

.single-contact-details p {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #ffffff;
}

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-------------------------------*/