    @charset "UTF-8";
    @font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    }
    @font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold.eot");
    src: url("../fonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    }
    @font-face {
    font-family: "GothamProMedium";
    src: url("../fonts/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    }
    @font-face {
    font-family: "GothamProLight";
    src: url("../fonts/GothamProLight.eot");
    src: url("../fonts/GothamProLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProLight.woff") format("woff"),
    url("../fonts/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    }
    @font-face{font-family:"Montserrat-Medium";src:url("../fonts/Montserrat-Medium.otf") format("truetype");}
    @font-face{font-family:"Montserrat-SemiBold";src:url("../fonts/Montserrat-SemiBold.otf") format("truetype");}
    @font-face{font-family:"Montserrat-Regular";src:url("../fonts/Montserrat-Regular.otf") format("truetype");}
    @font-face{font-family:"cmliterata";src:url("../fonts/cm-literata.ttf") format("truetype");}
    @font-face{font-family:"Montserrat-Light";src:url("../fonts/Montserrat-Light.otf") format("truetype");}
    @font-face{font-family:"Idealist-Sans";src:url("../fonts/Idealist-Sans.ttf") format("truetype");}
    
    /*@font-face{font-family:"17755";src:url("../fonts/17755.ttf") format("truetype");}*/
    @font-face{font-family:"17755";src:url("../fonts/Montserrat-Regular.otf") format("truetype");}
    
    body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "GothamProRegular";
    font-family:"Montserrat-Regular";
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    }
    .containe {
    flex-grow: 1;
    }
    footer#footer {
    flex-shrink: 0;
    }
    .jr_component {
    width: 100%;
    margin: 0 auto;
    }
    
    .jr_component .jr_full {
    float: left;
    width: 100%;
    }
    
    .jr_component .jr_middle {
    float: left;
    width: 70%;
    }
    
    .jr_component .jr_small {
    float: left;
    width: 30%;
    }
    
    .jr_component .jr_right {
    float: left;
    width: 27%;
    margin-left: 3%;
    }
    
    .jr_component .jr_left {
    float: left;
    width: 27%;
    margin-left: 3%;
    }
    
    .jr_component .jr_right,
    .jr_component .jr_left {
    float: left;
    }
    
    .jr_component .jr_right .moduletable,
    .jr_component .jr_left .moduletable {
    float: left;
    margin: 2;
    padding: 2%;
    width: 96%;
    }
    
    .clr {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    }
    img {
    max-width: 100%;
    object-fit: cover;
    }
    div#back-top span{
    position: fixed;
    left: 4%;
    top: inherit;
    bottom: 160px;
    z-index: 10;
    font-size: 33px;
    }
    ul, p{
    margin-bottom: 15px;
    }
    a{
    color:inherit;
    }
    a:hover{
    text-decoration: none;
    }
    
    
    ::-webkit-scrollbar-track{background-color:#ffffff;}
    ::-webkit-scrollbar{width:10px;}
    ::-webkit-scrollbar-thumb{background-color:#e5bd79;}
    
    /*------------------------------------------*/
    
    .modal-header button.close {
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: 2;
    font-size: 30px;
    }
    .modal-header {
    padding: 0;
    border: none;
    }
    .modal-body {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    }
    .mimage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background: url(/images/video_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    padding: 0;
    }
    .mimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 0;
    margin: 0 auto;
    }
    .modal-body > form {
    padding-top: 30px;
    }
    div#text3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    }
    div#text3 p {
    width: 100%;
    margin: 4px 0;
    }
    p.mod-title {
    font-size: 16px;
    }
    div#text3 > p > input {
    margin-top: 10px;
    border-color: #eef1f5;
    box-shadow: none;
    padding: 10px;
    border-radius: 0;
    height: 50px;
    }
    div#text3 input.btn-send.form-control {
    margin-top: 17px;
    margin-bottom: 2rem;
    border-radius: 0;
    height: 40px;
    background: #00704c;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    }
    .formSuccess {
    color: red;
    margin-bottom: -10px;
    }
    
    /*---------------------------------------------*/
    .slicknav_menu {
    display: none;
    }
    a[href="http://www.faboba.com"] {
    display: none !important;
    }
    .map > iframe {
    width: 100%;
    height: 100%;
    }
    /*-----------------------------------------------------------*/
    #popup__toggle{bottom:10px;right:-15px;position:fixed;z-index:999;display: none;}
    
    .img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
    
    .circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-40px;right:-15px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
    
    .circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:-15px;right:10px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
    
    .img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom:-1px;right: 24px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
    
    .img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
    
    .img-circle:hover{opacity: 1;}
    .img-circleblock span,
    .img-circleblock i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    
    width: 100%;
    height: 100%;
    font-size: 30px;
    }
    .img-circleblock i {
    transform: rotate(90deg);
    }
    @keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
    50% {transform: scale(1); opacity: 1; }
    100% {transform: scale(0.9);opacity: 1;}}
    @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
    50% {-webkit-transform: scale(1);opacity: 1;}
    100% {-webkit-transform: scale(0.95);opacity: 1;}}
    @keyframes tossing {
    0% {transform: rotate(-8deg);}
    50% {transform: rotate(8deg);}
    100% {transform: rotate(-8deg);}}
    @-webkit-keyframes tossing {
    0% {-webkit-transform: rotate(-8deg);}
    50% {-webkit-transform: rotate(8deg);}
    100% {-webkit-transform: rotate(-8deg);}}
    @-moz-keyframes circle-anim {
    0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
    30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
    100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
    @-webkit-keyframes circle-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
    30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
    100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
    @-o-keyframes circle-anim {
    0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
    30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
    100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
    @keyframes circle-anim {
    0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;}}
    @-moz-keyframes circle-fill-anim {
    0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
    100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    @-webkit-keyframes circle-fill-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2; }
    50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2; }
    100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    @-o-keyframes circle-fill-anim {
    0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    @keyframes circle-fill-anim {
    0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    /*--------------------------------------------------------------------------------------------*/
    
     
    
    @keyframes scroll_down_btn-animation {
    0% {
    transform: translate(-50%, 0);
    
    }
    40% {
    transform: translate(-50%, 5px);
    }
    80% {
    transform: translate(-50%, 10px);
    
    }
    100% {
    transform: translate(-50%, 15px);
    }
    }
    
    @-webkit-keyframes scroll_down_btn-animation {
    0% {
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 0);
    
    }
    40% {
    -webkit-transform: translate(0, 5px);
    transform: translate(-50%, 5px);
    }
    80% {
    -webkit-transform: translate(0, 10px);
    transform: translate(-50%, 10px);
    
    }
    100% {
    -webkit-transform: translate(0, 15px);
    transform: translate(-50%, 15px);
    }
    }
    
    img.vis {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    .jaiblog_image {
    height: 500px;
    }
    
    .aev .moistil {
    margin-left: 15px;
    }
    
    /*=============================== blogi-public ======================*/
    .blogi-public .rotp p.new-block-title.ttt {
    float: none;
    margin-left: auto;
    }
    .blogi-public .rotp p.memo {
    float: none;
    margin-left: auto;
    }
    .blogi-public .aev p.nuart {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    }
    .blogi-public p.rayuo {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    }
    a.dlaabsoluta.blog-modal_btn {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    display: none;
    }
    .blogi-public .aev {
    display: none;
    }
    
    .finidz iframe {
        width: 100%;
    }
    
    
    .ss2 {
        margin-left: auto;
    }
    
    
    p.langChoose{
        color: #fff;
        font-size: 18px;
        font-family: "Montserrat-SemiBold";
            margin-bottom: 0;
    }
    .internal-page p.langChoose {
    color: #3A1E56;
}