body{
    font-family: 'MondaRegular';
}
/*-------------------------------Font Awsome Code--------------------------------------*/
@font-face {
    font-family: 'MondaBold';
    src: url('../fonts/Monda-Bold.ttf')  format('truetype');
  }
  @font-face {
    font-family: 'MondaRegular';
    src: url('../fonts/Monda-Regular.ttf')  format('truetype');
  }

  @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
  
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
  
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands'; }
    
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 600; }

.fa-phone-alt:before {
content: "\f879"; }

.fa-paper-plane:before {
content: "\f1d8"; }

.fa-facebook-f:before {
content: "\f39e"; }

.fa-twitter:before {
content: "\f099"; }

.fa-linkedin-in:before {
content: "\f0e1"; }

.fa-skype:before {
content: "\f17e"; }

.fa-google-plus-g:before {
content: "\f0d5"; }

.fa-chart-bar:before {
    content: "\f080"; }

.fa-language:before {
content: "\f1ab"; }

.fa-folder-open:before {
    content: "\f07c"; }

.fa-envelope:before {
    content: "\f0e0"; }

.fa-map-marker-alt:before {
    content: "\f3c5"; }

.fa-clock:before {
    content: "\f017"; }

.fa-comment-dots:before {
    content: "\f4ad"; }

.fa-language:before {
content: "\f1ab"; }

.fa-mobile-alt:before {
    content: "\f3cd"; }

.fa-print:before {
    content: "\f02f"; }

.fa-server:before {
    content: "\f233"; }

.fa-desktop:before {
    content: "\f108"; }

.fa-book:before {
    content: "\f02d"; }



/*-------------------------------Font Awsome Code END--------------------------------------*/
a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
.ppl{
    color: #4d48fa;
}
.pnk{
    color: #ff005a;
}
.grin{
    color: #00d363;
}
.indigo {
    color: #3f51b5;
}
.purple {
    color: #8e24aa;
}
.amber {
     color: #ffa000;
}
.green {
     color: #388e3c;
}
.orange {
     color: #ff7043;
}
.rt_form_wrap iframe {
    border: 0;
    height: 100%;
    width: 100%;
    min-height: 450px;
 }

 .content iframe {
    border: 0;
    height: 100%;
    width: 100%;
    min-height: 450px;
 }
header{
    padding: 5px 10px;
    background: #0582B0;
}
header ul{
    margin-bottom: 0px;
}
.tp-lt-link li:first-child{
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.tp-lt-link li{
    color: #fff;
    font-size: 15px;
}
.tp-lt-link li a{
    color: #fff;
}
.tp-lt-link li i{
    padding: 0px 5px;
}
.tp-rt-link{
    float: right;
    margin: 0px;
}
.tp-rt-link li a i{
    color: #fff;
    font-size: 16px;
    margin: 0px 5px;
}
.logo {
    width: 180px;
}
.navbar{
    padding: 0px 10px !important;
    box-shadow: 1px 1px 4px 0px #ccc;
    position: relative;
    width: 100%;
}

.main-menu li a{
    padding: 10px 10px;
    color: #0d4b87;
    display: block;
}
.main-menu .nav-item .dropdown-menu .dropdown-item{
    padding: 10px 10px;
    color: #0582b0;
}
.dropdown:hover>.dropdown-menu {
display: block;
top: 100%;
transition: 0.7s all;
border: none !important;
}
  
.fix-menu {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}
.fix-menu .navbar-brand .logo {
    width: 60%;
    transition: all 0.6s ease;
}
.fix-menu .main-menu li a {
    padding: 10px 10px;
    font-size: 14px;
    transition: all 0.6s ease;
}
.performance{
    padding: 20px 0px;
    width: 100%;
}
.timewrap{
    width: 100%;
    border-radius: 10px;
    background: #fafafa;
    padding: 25px 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.timewrap i{
    font-size: 40px;
}
.mdl-min-wrapper{
margin-top: 50px;
margin-bottom: 50px;
}

.tl-img-main{
    float: left;
    margin: 0px 15px 15px 0px;
}

.lang-links{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
}
.lang-links h2{
    text-align: center;
    border-bottom: 1px solid #99e4ff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.lang-links ul li{
    width: 28%;
    line-height: 30px;
}
.lang-links ul li::before{
    content: "\f0da";
    font-size: 17px;
    color: #ff005a;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    margin-right: 5px;
}
.list-item li::before{
    content: "\f0da";
    font-size: 17px;
    color: #ff005a;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    margin-right: 5px;
    line-height: 30px;
}
.list-wrap{
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 15px;
    background: #fafafa;
}
.list-wrap p{
    margin: 0px;
}
.list-imgitem li{
    width: 32%;
    margin-bottom: 15px;
    text-align: center;
}
.lang-content h2{
    text-align: center;
    border-bottom: 1px solid #99e4ff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.lang-content{
    text-align: justify;
    margin-bottom: 50px;
}
.content{
    width: 100%;
    margin: 20px 0px;
    float: left;
}
.content h2{
    text-align: center;
    border-bottom: 1px solid #99e4ff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.lst-item li{
    width: 40%;
    margin-bottom: 10px;
}
.lst-item li::before{
    content: "\f0da";
    font-size: 17px;
    color: #ff005a;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    margin-right: 5px;
    line-height: 30px;
}
.list-wrapp li{
    width: 30%;
    padding: 20px 0px;
    text-align: center;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 15px;
    background: #fafafa;
}
.rl-img{
    float: right;
    margin: 0px 0px 15px 15px;
}
.list li{
    margin-bottom: 15px;
}
.list li::before{
    content: "\f0da";
    font-size: 17px;
    color: #ff005a;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    margin-right: 5px;
    line-height: 30px;
}
.cnct-lt{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
}
.cnct-lt p{
    margin-bottom: 0px;
}
.cnct-lt ul{
    margin: 0px;
    padding: 0px;
}
.cnct-lt ul li{
    vertical-align: middle;
    font-weight: bold;
}
.cnct-lt ul li span{
    text-align: center;
    display: inline-block;
    width: 90px;
}
.cnct-lt ul li span i{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}
.wcu-item{
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}
.content input, textarea{
    margin-bottom: 15px;
}
.list-stmap li{
    width: 30%;
    padding: 0px 0px;
    margin-bottom: 15px;
}
.list-stmap li::before{
    content: "\f0da";
    font-size: 17px;
    color: #ff005a;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    margin-right: 5px;
    line-height: 30px;
}
.stmap_link li{
    width: 20%;
    margin-bottom: 15px;
}
.lang-list{
    padding: 20px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #d9ffd0;
}
.lang-list h4{
    text-align: center;
}
.allang li a{
    border-bottom: 1px solid rgb(118, 201, 10);
    display: block;
    text-align: center;
    padding: 5px 0px;
}
.example-1 {
    position: relative;
    overflow-y: scroll;
    height: 200px;
}

.scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.rt_form_wrap{
    padding: 10px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #d0f6ff;
}
.rt_form_wrap form label{
    font-size: 13px;
    color: #02548b;
    margin-left: 10px;
}
.rt_form_wrap form input{
    border: none;
}
.rt_form_wrap form  textarea{
    border: none;
}
.multitem-wrap{
    width: 100%;
    padding: 50px 0px;
}
.multitem-title{
    margin-bottom: 20px;
}
.multitem{
    width: 100%;
    margin: 30px 0px;
}
.multitem-icon{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.multitem-icon i{
    font-size: 50px;

}
.multitem-text{
    width: 100%;
    padding: 10px 15px 0px 15px;
}
.about-wrap{
    width: 100%;
    padding: 50px 0px;
}
.about-wrap h2{
    margin-bottom: 30px;
}
.about-wrap h5{
    line-height: 40px;
}

.srvc-wrap{
    width: 100%;
    padding: 50px 0px;
    background-color: #f4f4f4;
}
.srvc-wrap h2{
    margin-bottom: 30px;
}
.srvc-wrap h5{
    line-height: 40px;
}










/*-------------------------------FOOTER Code START--------------------------------------*/
.copyright{
    width: 100%;
    padding: 10px 0px;
    background: #1a1a1a;

}
.copyright p{
    margin-bottom: 0px;
    color: #ccc;
    font-size: 14px;
}
.copyright p a{
    color: rgb(230, 139, 36);
}
.bt-social-link {
    margin: 0px;
    float: right;
}
.bt-social-link li a{
    color: rgb(230, 139, 36);
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #00c3d3;
    color: #000;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
footer{
    background: #050505;
    padding: 20px 0px 10px 0px;
}
.ft-item h5{
    color: #00c2d3;
}
.ft-item ul li a{
    color: #fff;
    font-size: 13px;
}
.ft-item-md h5{
    color: #00c2d3;
}
.ft-item-md ul li{
    width: 45%;
    line-height: 15px;
}
.ft-item-md ul li a{
    color: #fff;
    font-size: 13px;
}
.flag{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
}
.flag-icon-es {
    background-image: url(../img/flag/es.svg);
}
.flag-icon-de {
    background-image: url(../img/flag/de.svg);
}
.flag-icon-cn {
    background-image: url(../img/flag/cn.svg);
}
.flag-icon-jp {
    background-image: url(../img/flag/jp.svg);
}
.flag-icon-ru {
    background-image: url(../img/flag/ru.svg);
}
.flag-icon-kr {
    background-image: url(../img/flag/kr.svg);
}
.flag-icon-mf {
    background-image: url(../img/flag/mf.svg);
}
.flag-icon-it {
    background-image: url(../img/flag/it.svg);
}
.flag-icon-sa {
    background-image: url(../img/flag/sa.svg);
}
.flag-icon-my {
    background-image: url(../img/flag/my.svg);
}








/*-------------------------------MediaQuery Code START--------------------------------------*/
/*-------------------RESPONSIVE Start Styling----------------------*/


@media (min-width: 1025px) and (max-width: 1280px) {
  
}
@media (min-width: 992px) and (max-width: 1199px){
    .cnct-lt ul li p {
        font-size: 13px;
    }
    .cnct-lt ul li a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu li a {
        padding: 5px 10px;
     border-bottom: 1px solid #BCEDFF;
     text-align: center;
    }
    .timewrap h4 {
        font-size: 19px;
    }
    .multitem-title h2 {
        font-size: 26px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .main-menu li a {
        padding: 5px 10px;
     border-bottom: 1px solid #BCEDFF;
     text-align: center;
    }
    .logo {
        width: 140px;
    }
    .tp-lt-link li {
        font-size: 13px;
    }
    .copyright p {
        text-align: center;
    }
    .bt-social-link {
        float: none;
        text-align: center;
    }
    .about-wrap h5 {
        text-align: center;
        line-height: 30px;
    }
    .timewrap {
        padding: 30px 0px;
        margin-bottom: 20px;
    }
    .multitem-wrap {
        padding: 50px 0px;
    }
    .performance {
        padding: 50px 0px;
    }
    .about-wrap {
        padding: 50px 0px;
    }
    .stmap_link li {
        width: 40%;
    }
    .tl-img-main {
        float: none;
        margin: 0px 0px 15px 0px;
    }
    .rl-img {
        float: none;
        margin: 0px 0px 15px 0px;
    }
    .list-wrap {
        padding: 15px 0px;
    }
    .list-imgitem li {
        width: 45%;
    }
    .lang-links ul li {
        width: 45%;
    }
    .content iframe {
        min-height: 560px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    .main-menu li a {
        padding: 3px 10px;
     border-bottom: 1px solid #BCEDFF;
     text-align: center;
    }
    .logo {
        width: 140px;
    }
    .tp-lt-link li {
        font-size: 13px;
    }
    .copyright p {
        text-align: center;
    }
    .bt-social-link {
        float: none;
        text-align: center;
    }
    .about-wrap h5 {
        text-align: center;
        line-height: 30px;
    }
    .multitem-wrap {
        padding: 30px 0px;
    }
    .performance {
        padding: 30px 0px;
    }
    .about-wrap {
        padding: 30px 0px;
    }
    .timewrap {
        padding: 20px 0px;
        margin-bottom: 20px;
    }
    .navbar-toggler {
        padding: .15rem .45rem;
    }
    .navbar-toggler-icon {
        height: 1.3em;
    }
    .cnct-lt p {
        font-size: 13px;
    }
    .cnct-lt a {
        font-size: 13px;
    }
    .wcu-item {
        margin-bottom: 35px;
    }
    .stmap_link li {
        width: 100%;
    }
    .list-stmap li {
        width: 100%;
    }
    .lst-item li {
        width: 100%;
     }
     .tl-img-main {
        float: none;
        margin: 0px 0px 15px 0px;
    }
    .list-wrapp li {
        width: 45%;
    }
    .rl-img {
        float: none;
        margin: 0px 0px 15px 0px;
    }
    .list-wrap {
        padding: 15px 0px;
    }
    .list-imgitem li {
        width: 100%;
    }
    .lang-links ul li {
        width: 100%;
    }
    .content iframe {
        min-height: 560px;
    }

}





















































