
@font-face {
    font-family: CenturyGothicBold;
    src: url("../fonts/CenturyGothicBold.ttf");
}
@font-face {
    font-family: CenturyGothic;
    src: url("../fonts/CenturyGothicRegular.ttf");
}
@font-face {
    font-family: GEFlow;
    src: url("../fonts/GE_Flow_Regular.otf");
}
@font-face {
    font-family: GEFlowBold;
    src: url("../fonts/GE_Flow_Bold.otf");
}
html{
    font-size: 100px;
}
html,body{
    margin:0;
    padding:0;

}
body{
    font-family: CenturyGothic,sans-serif;
    margin: 0 !important;
    color:#03418c;
    font-size: 18px;
}
a{
    text-decoration: none;
}
.header-top{
    min-height: 110px;
    z-index: 10001;
    position: relative;
    background: #fff;
}
.header-top .div-logo{
    line-height: 110px;
    text-align: center;
}
.tools label{
    color: #931C78;
    padding-right: 10px;
    padding-bottom: 22px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.tools img{
    vertical-align: middle;
}
.tools .search-input{
    height: 34px;
    position: relative;
    top: 4px;
    background-color: transparent;
    border:1px solid #931C78;
    margin: 0 10px;
    /* background: transparent url(images/search.png) no-repeat; */
    background-position: 98%;
    color: #931C78 !important;
}
.tools .search-btn{
    position: absolute;
    left: 91%;
    top: 9px;
}
.tools .fa{
    font-size: 25px;
    color: #fff;
}
.tools .fa-facebook{
    background:#4A79B6;
    padding:2px 10px
}
.tools .fa-twitter{
    background:#63CDF1;
    padding:2px 3px
}
.tools .fa-google-plus{
    background:#F16261;
    padding:2px 3px;
    color: #fff;
}
.tools .fa-instagram{
    background:#a5a5a5;
    padding:2px 3px;
    color: #fff;
}
.tools .fa-youtube{
    background:#F16261;
    padding:2px 4px
}
.tools .social{
    margin-left: 10px;
    padding-bottom: 30px;
}
.tools i:hover {
    -webkit-filter: brightness(0.9); filter: brightness(0.9);
}
.lang{
    padding-bottom: 21px;
}
.lang .w3-dropdown-content {
    margin: 8px 0 0 -10px;
    min-width: 100px !important;
}
.w3-dropdown-content{
    line-height: 1.5;
    z-index: 10000 !important;
    color: #fff !important;
    background-color: rgba(147,28,120,0.8) !important;
    padding-top: 10px;
    min-width: 250px;
}
.tools .form{
    padding-bottom: 20px;
}
.nav-top > ul{
    float: right;
}
.nav-top ul:after{
    clear: both;
}
.nav-top > ul > li > a{
    color: #03418c;
    font-family: CenturyGothic,sans-serif;
    font-size: 13px;
    border-bottom: 4px solid #fff;
    transition: all 300ms ease;
    text-transform: uppercase;
    padding: 8px 10px !important;
}
.nav-top .w3-navbar > li > a.active{
    background-color: transparent;
    border-bottom: 4px solid #931C78;
}
.nav-top .w3-navbar > li > a:hover{
    background-color: transparent;
    border-bottom: 4px solid #931C78;
}
.nav-top .w3-navbar{
    overflow: visible;
}
.header-slider.slider{
    height: 100%;
    overflow: hidden;
}
.header-slider .slider .slide{
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative;
}
.header-slider .slider .desc{
    padding:30px 10px ;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-family: CenturyGothicBold,sans-serif;
    font-size: 25px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.container-title{
    display: table-cell;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 20px;
}
.title-title{
    position: relative;
    height: 120px;
}
.container-title hr{
    margin:  0 auto;
    width: 50%;
    height: 4px;
    background-color: #931C78;
    border: 0;
    transition: all 300ms ease;
}
.container-title h2{
    margin:  0 auto;
    color: #aaa;
    text-transform: uppercase;
    font-size: 25px;
    font-family: CenturyGothic,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}
.container-title:hover hr{
    width: 100%;
}

.product .w3-col .relative{
    height: 80px
}
.product .container-div{
    display: table-cell;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 30px;
    width: 100%;
}
.product .container-div:hover hr{
    width: 100%;
}
.product h3{
    margin:  0 auto;
    color: #03418c;
    text-transform: uppercase;
    font-size: 15px;
    font-family: CenturyGothic,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}


.product .div-img{
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-height: 250px;
    margin: 20px 0;
}
.div-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.div-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product .div-img img{
    height: 200px;
    padding: 5% 0;
    max-width: 100%;
}
.container-div hr{
    margin:  0 auto;
    width: 50%;
    height: 4px;
    background-color: #03418c;
    border: 0;
    transition: all 300ms ease;
}
.product .desc{
    font-family: CenturyGothic,sans-serif;
    font-size: 15px;
    text-align: justify;
    direction: ltr;

}
.read-more{
    background-color:#03418c !important;
    text-transform: uppercase;
    text-align: right;
}
.product .read-more,.article-page .read-more,.fqa-page .read-more{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product .desc,.article-page .desc,.fqa-page .desc{
    padding-bottom: 50px !important;
}
.product .w3-col,.fqa-page .w3-col,.article-page .w3-col{
    border-right:1px solid #dedede;
    border-left:1px solid #dedede;
}
.product .w3-col:last-of-type,.fqa-page .w3-col:last-of-type{
    border-right:0;
}
.services-page{
    padding-top: 50px;
}
.services-page a{
    color: #03418c;
    font-weight: bold;
}
.services-page h2{
    font-size: 23px !important;
}
.fqa-page{
    padding-top: 50px;
}
h3{
    margin:  0 auto;
    color: #03418c;
    font-size: 18px;
    font-family: CenturyGothic,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}
.number {
    width: 118px;
    height: 118px;
    background-color: #03418c;
    border-radius: 50%;
    margin: 20px auto;
    text-align: center;
    transition: all 500ms ease;
}
.number:hover{
    background-color: #03418c;
}

.number a{
    line-height: 118px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    color: #fff;
    font-size: 60px;
    display: block;
}
.article-page,.contact-page {
    padding-top: 50px;
}

.article-page .div-img{
    overflow: hidden;
    text-align: center;
    width: 100%;

}
.article-page .div-img img{
    height: 100%;
    max-width: 100%;
}
.article-page .desc{
    text-align: justify;
}
.contact-page .btn{
    padding: 8px 60px;
    background-color: #fff !important;
    border: 1px solid #9a9b9a;
    color: #03418c;
}
.contact-page .btn:hover{
    padding: 8px 60px;
    background-color: #931C78 !important;
    border: 1px solid #931C78;
    color: #fff;
}
.agent{
    background-color: #a9a9a9;
    margin-top: 50px;
}
.agent .w3-show-inline-block{
    padding:  15px 30px;
}
.header-top-fixed{
    height: 70px;
}
.header-top-fixed .div-logo{
    line-height: 70px;
    text-align: center;
}
.header-top-fixed .nav-h{
    padding: 14px 0;
}
.footer{
    padding: 15px;
    text-align: center;
    color: #fff;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    background-color: #03418c;
}
.header-top-fixed{
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.newsletter input[type=email]{
    width: 180px;
    height: 34px;
    position: relative;
    top: 1px;
}
.newsletter input[type=submit]{
    height: 32px;
}
.copy{
    padding: 50px 0;
}
.left-bar{
     width: 20%;
     text-align: center;
     padding:0 16px 0 0;
}

.center-bar{
    width: 78%;
}
.blocks .slide:hover .desc{
    color: #931C78;
}
.blocks .slide{
    text-align: center;
    overflow: hidden;
}
.blocks .slide img{
    margin: 0 auto;
    height: 150px;
    padding: 10px 0;
    transition: all .3s ease;
}
.right-bar .desc,.left-bar .desc{
    transition: all .3s ease;
    font-size: 14px;
}
.blocks .slick-dots {
    bottom: 0;
    top: 92%;
}
.blocks .slick-dots li button:before {
    color: #d00808;
}
.blocks .slick-dots li.slick-active button:before {
    color: #d00808;
}
.blocks .slick-dots li{
    margin: 0 !important;
}


















h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*  ORGINAL */
.invert {
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}
.select-menu{
    position: relative;
    top: 0;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    width: 75%;
    background: url(../images/responsive_menu_icon.png) no-repeat 98% center;
    overflow: hidden;
    display: none;
    padding: 10px 0;
    background-color: rgba(255,255,255,.5);

}
.select-menu .select {
    width: 100%;
    height: 30px;
    color: #000;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    text-indent: 2%;
}

.respMenu select{
    background-color: #adce66;
    border-bottom: 2px solid #0d3065;
}



.opacity{
    opacity: 1;
}
.blue{
    color:#0d3065;
}
.green{
    color:#adce66;
}

.gray{
    color:#353A4B;
}

.text-center{
    text-align: center ;
}
.clear{
    clear: both;
}
.size_12{
    font-size: 12rem;
}
.size_15{
    font-size: 15rem;
}
.size_20{
    font-size: 20rem;
}
.size_25{
    font-size: 25rem;
}
.size_40{
    font-size: 40rem;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.brown{
    color: #655152;
}

.gray_222{
    color:#222;
}
.circle{
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #97a7bc;
}
.circle_2{
    border-radius: 50%;
    border: .1rem solid #ece8e4;
    background-color: #ece8e4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.width_smaller{
    width: 30%;
}
.width_25{
    width: 25%;
}

.width_50{
    width: 50%;
}

.width_75{
    width: 75%;
}
.width_95{
    width: 95%;
}
.width_100{
    width: 100%;
    position: relative;
}
.height_100{
    height: 100%;
}
.margin_center{
    margin: 0 auto;
}

.vertical_middle{
    vertical-align: middle;
}
.table_1{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.table_row{
    display: table-row;
    margin: 0 auto;
    text-align: left;
}
.table_cell{
    display: table-cell;
}
.uppercase{
    text-transform: uppercase;
}

.w3-col img{
    max-width: 100% !important;
}
.background_gray{
    background-color: #f3f3f3;
}
.background_F9F5F1{
    background-color: #F9F5F1;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #ff0000;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}

a{
    text-decoration: none;
}
.relative{
    position: relative;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff0000;
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #931C78;
}
.slider-progress .progress {
    width: 0;
    height: 2px;
    background: #ececec;
}
.saturate:hover {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast:hover {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness:hover {-webkit-filter: brightness(0.75); filter: brightness(0.75);}
.blur:hover {-webkit-filter: blur(1px); filter: blur(1px);}
.invert:hover {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia:hover {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate:hover {-webkit-filter: hue-rotate(15deg); filter: hue-rotate(15deg);}
.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
/* ------------------  */