/*
Theme Name: Custom

Custom css

*/

.owl-controls {
    display: none;
}

@font-face {
    font-family: montserrat;
    src:  url("font/montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: montserrat-bold;
    src:  url("font/montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: asap;
    src: url("font/asap/Asap-Regular.ttf");
}

@font-face {
    font-family: asap-bold;
    src: url("font/asap/Asap-Bold.ttf");
}

@font-face {
    font-family: karla;
    src: url("font/karla/Karla-Regular.ttf");
}


@font-face {
    font-family: roboto;
    src: url("font/roboto/Roboto-Regular.ttf");
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius:10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.se-row table tbody tr a {
    font-family: "karla";
    font-size: 10pt;
    color: black;
}

p {
    margin-bottom:0 !important;
}

img { 
    max-width: 100%; 
}

.header {
    padding: 5px 0;
    font-family: "asap";
}

.fi-row {
    margin-left:auto;
    margin-right:auto;
}

.se-row{
    background-color: #f2f2f2;
    padding: 90px 0;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

.se-row img {
    padding: 0 15px;
}

.se-row img:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
    opacity: 0.5;
}

.th-row {
    padding-top: 30px;
    padding-bottom: 50px;
}

.feature-img img {
    width:100%;
}

.fif-row {
    text-align: center;
    background-color: #333333;
    padding: 25px 0;
}

.six-row {
    background: #000;
    padding: 12px;
}

.feature-image {
    overflow: hidden;
}

.feature-content {
    padding: 7px 9px;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 140px;
    border-bottom: 8px solid #e3e3e3;
}

.feature-content img {
    width: auto;
    bottom: 20px;
    right: 15px;
    position: absolute;
}

.feature-image img {
    object-fit: cover;
    width: 100%;
    height: 167px;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s ease;
}

.feature-text {
    font-size:10pt;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-title {
    font-weight:bold;
    font-size:12pt;
}

.feature-title:after {
    content: "";
    display: block;
    height: 4px;
    background: #92b4df;
    margin-bottom: 10px;
    width: 13px;
    opacity: 0.5;
}

.feature-box {
    margin-bottom:20px;
    position: relative;
}

.feature-box p {
    color:black;
    font-family: "asap";
}

.feature-box a:hover {
    text-decoration:unset;
}

.feature-box:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

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

.cover-2-text {
    text-align: center;
    width: 100%;
    font-size: 28pt;
    font-weight: bolder;
    padding: 35px 180px;
    position: absolute;
    top: 1032px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.inside-text {
    opacity:1 !important;
    color:#fff;
}

.footer {
    color: #fff;
    font-size: 10pt;
    font-family: "roboto";
}

.dropdown button {
    border-radius: 20px;
    color: #000;
    background: rgba(255,255,255, 0.8);
    border: unset;
    padding: 6px 15px;
    font-family:"asap-bold";
}

.dropdown img {
    display: inline-block;
    width: 10px;
}

.btn-primary:focus{
    box-shadow:unset !important;
}

.fifrow-text {
    color:#fff;
    padding-top: 25px;
    display: inline-flex;
    font-family: "roboto";
    font-size: 11pt;
}

.fifrow-text a {
    color:#fff;
}

.fifrow-text a:hover {
    text-decoration:unset !important;
    color: #7b41f7 !important;
}

.fif-row img {
    padding: 0 80px;
    max-width: 380px;
}

.fifrow-text li {
    padding-left: 15px;
}

.owl-prev {
    position: absolute;
    float: left;
    z-index: 1;
    top: 40%;
    width: 100%;
    color:#fff;
}

.owl-next {
    float: right;
    position: absolute;
    z-index: 1;
    top: 40%;
    right:0;
    color:#fff;
}

.owl_wrapper {
    position: relative;
}

.owl-carousel .owl-loaded {
    display: block;
}

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.expand-button {
    text-align:center;
    width:100%;
}

.centered p{
    margin-bottom:30px !important;
    font-family: "montserrat-bold";
}

h4.panel-title {
    text-align:center;
    font-family: "asap";
}

h4.panel-title a {
    color: #7f7f7f;
    font-size:12pt;
    font-weight: bold;
}

h4.panel-title a:hover {
    color: #000;
    font-size:12pt;
    text-decoration:unset;
}

h4.panel-title i {
    color: #7f7f7f;
    font-weight: bold;
}

h4.panel-title i:hover {
    color: #000;
}

.panel-heading {
    margin-top: 15px;
}

.header button {
    color: #fff;
    background-color: #5059ff;
    border: unset;
    border-radius: 15px;
    min-width: 120px;
    height: 27px;
}

.header button:hover {
    background-color: #555555;
    color: white;
}

.header button i {
    font-size: 7px;
}

.header td {
    font-weight:bold;
    font-size:10pt;
}

.header a {
    color:#000;
}

.header a:hover {
    color:#7b41f7;
    text-decoration:unset !important;
}

.bottom-txt a button:hover {
    background-color: #7b41f7;
    color: white;
    border: 2px solid #7b41f7;
}

.bottom button:hover {
    background-color: #555555;
    color: white;
}

.btn-primary:hover {
    color: #fff;
    background-color: #555555 !important;
    border-color: #0062cc;
}

.dropdown-menu a:hover {
    color: #7b41f7;
}

button:focus,
button:hover {
    outline: unset !important;
    cursor:pointer;
}


/*Country font color*/

.country_name a:hover{
    color: black;
    text-decoration: unset;
}

/*All screen*/

#primary { 
    width:100%; 
}

.centered {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56pt;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    width: 65%;
    z-index: 1000;
}

.bottom {
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 28pt;
    background: rgba(0, 0, 0, 0.5);
    padding: 35px 0px;
    z-index: 3;
    font-weight: bold;
    font-family: "montserrat-bold";
}

.bottom button {
    border-radius: 20px;
    background-color: #7b41f7;
    border: unset;
    font-size: 17pt;
    color: #fff;
    width: 210px;
    max-height: 43px;
    position: relative;
    top: -5px;
    margin-left: 35px;
    font-family: "asap";
}

.bigger {
    font-size:38pt;
}


.fo-row {
    background: url(media/bottom-crop.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom-txt {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 34pt;
    font-weight: 300;
    padding: 80px 15px;
    font-family: "montserrat";
}

.bottom-txt button {
    background: transparent;
    color: #fff;
    border-style: groove;
    border-radius: 25px;
    font-size: 20px;
    width: 180px;
    margin-top: 32px;
    font-family: "asap";
}

p.row-title {
    text-align: center;
    font-weight: 700;
    color: #25749B;
    margin-bottom: 30px !important;
    font-size: 24pt;
    font-family: "montserrat-bold";
}

.dropdown button img {
    width: 25px !important;
    float: right;
    margin-left: 15px;
}

.dropdown-menu {
    max-height: 370px;
    overflow-y: scroll;
}

.dropdown-menu a {
    color: black;
    text-decoration: none !important;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    margin-left: 18px;
    z-index: 4;

}

#owl-1 img {
    min-height: 350px;
    width: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1920px) {
    
    .bigger {
        font-size:38pt;
    }
    
    .dropdown button img {
        width: 25px !important;
        float: right;
        margin-left: 15px;
    }
    
    .dropdown-menu {
        max-height: 420px;
        overflow-y: scroll;
    }
    
    .dropdown-menu a {
        color: black;
        text-decoration: none !important;
        font-size: 12pt;
        font-weight: normal;
        text-align: center;
        margin-left: 18px;
        z-index: 4;
    
    }
    
    .dropdown-menu {
        border-radius: 0px !important;
        min-width: 170px !important;
    }
    
}

@media screen and (max-width: 1440px) {
    
    .cover-text {
        text-align: center;
        width: 100%;
        font-size: 45pt;
        font-weight: bolder;
        padding: 0px 270px;
        position: absolute;
        top: 75%;
        color: #fff;
    }
    
    .centered {
        font-size: 38pt;
    }
    
    .bottom {
        font-size: 22pt;
        padding: 25px 0px;
    }
    
    .bigger {
        font-size: 30pt;
    }
    
}

/* Tablet Landscape */
@media screen and (max-width: 1024px) {
    
    .feature-content {
        min-height: 140px;
    }
    
    .centered {
        font-size: 31pt;
        line-height: 31pt;
    }
    
    .bottom {
        font-size: 15pt;
        padding: 20px 0px;
    }
    
    .bigger {
        font-size: 20pt;
    }
    
    .bottom button {
        font-size: 12pt;
        width: 150px;
        max-height: 47px;
    }
    
    .dropdown button {
        border-radius: 20px;
        color: #000;
        background: rgba(255,255,255, 0.8);
        border: unset;
        font-size: 11pt;
    }
    
    
    .dropdown button img {
        width: 22px !important;
        float: right;
        margin-left: 15px;
    }
    
    .bottom-txt {
        font-size: 24pt;
        line-height: 26pt;
    }
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    .feature-content {
        min-height: 150px;
    }
    
    .se-row {
        display:none;
    }
    
    .dropdown button {
        border-radius: 20px;
        color: #000;
        background: rgba(255,255,255, 0.8);
        border: unset;
        font-size: 9pt;
    }
    
    .bottom {
        font-size: 13pt;
        padding: 13px 0px;

    }
    
    .bigger {
        font-size: 17pt;
    }
    
    .bottom button {
        font-size: 9pt;
        width: 115px;
        margin-left: 15px;
    }
    
    .centered {
        top: 50%;
        font-size: 18pt;
        line-height: 20pt;
        width: 100%;
    }

    .dropdown button img {
        width: 16px !important;
        float: right;
        margin-left: 15px;
    }
    
    .dropdown-menu a {
        color: black;
        text-decoration: none !important;
        font-size: 10pt;
        font-weight: normal;
        text-align: center;
        margin-left: 18px;
        z-index: 4;
        line-height: 1.2;
    }
    
    .centered p {
        font-family: "montserrat-bold";
    }
   
}

@media screen and (max-width: 575px) {
    
    .feature-content {
        min-height: 115px;
    }
    
    .dropdown button {
        border-radius: 20px;
        color: #000;
        background: rgba(255,255,255, 0.8);
        border: unset;
        font-size: 7pt;
    }
    
    .bottom {
        font-size: 9pt;
    }
    
    .bigger {
        font-size: 13pt;
    }
    
    .bottom button {
        border-radius: 20px;
        background-color: #7b41f7;
        border: unset;
        font-size: 7pt;
        color: #fff;
        width: 71px;
        max-height: 47px;
        position:relative;
        top: -2px;
        margin-left: 10px;
    }

    p.row-title {
        text-align: center;
        font-weight: 700;
        color: #25749B;
        margin-bottom: 30px !important;
        font-size: 20pt;
    }
    
    .dropdown button img {
        width: 15px !important;
        float: right;
        margin-left: 15px;
    }
    
    .centered p {
        margin-bottom: 12px !important;
        font-family: "montserrat-bold";
    }
    
    .header button {
        margin-left: 10px;
    }
    
    .dropdown-menu {
        border-radius: 0px !important;
        min-width: 129px !important;
    }
   
}

@media screen and (max-width: 425px) {
    
    .dropdown button {
        border-radius: 20px;
        color: #000;
        background: rgba(255,255,255, 0.8);
        border: unset;
        font-size: 5pt;
        padding: 3px 8px;
    }
    
    .bottom {
        font-size: 7pt;
    }
    
    .bigger {
        font-size: 11pt;
    }
    
    .bottom button {
        font-size: 5pt;
    }
    
    p.row-title {
        text-align: center;
        font-weight: 700;
        color: #25749B;
        margin-bottom: 30px !important;
        font-size: 14pt;
    }
    
    .dropdown button img {
        width: 10px !important;
        float: right;
        margin-left: 8px;
    }
    
    .centered p {
        margin-bottom: 8px !important;
        font-family: "montserrat-bold";
    }
   
}

@media screen and (max-width: 320px) {
    
    .dropdown button {
        border-radius: 20px;
        color: #000;
        background: rgba(255,255,255, 0.8);
        border: unset;
        font-size: 5pt;
        padding: 3px 8px;
    }
    
    .bottom {
        font-size: 4pt;
    }
    
    .bigger {
        font-size: 7pt;
    }
    
    p.row-title {
        text-align: center;
        font-weight: 700;
        color: #25749B;
        margin-bottom: 30px !important;
        font-size: 14pt;
    }
    
    .dropdown button img {
        width: 10px !important;
        float: right;
        margin-left: 8px;
    }
    
    .centered p {
        margin-bottom: 8px !important;
        font-family: "montserrat-bold";
    }
    
    .fifrow-text {
        color: #fff;
        padding-top: 10px;
        display: inline-flex;
        font-family: "roboto";
        font-size: 7pt;
    }
    
    .fif-row {
        text-align: center;
        background-color: #333333;
        padding: 12px 0;
    }
   
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
