@font-face {
    font-family: 'microsoft_tai_lebold';
    src: url('../fonts/taileb-webfont.woff2') format('woff2'),
         url('../fonts/taileb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'microsoft_tai_leregular';
    src: url('../fonts/taile_1-webfont.woff2') format('woff2'),
         url('../fonts/taile_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "microsoft_tai_leregular";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 90px 0 0;
}
.container{
    max-width: 1170px;
}
h1,h2,h3{
    font-family: 'microsoft_tai_lebold';
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 60px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #0d7ee4;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #0d7ee4;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0d7ee4;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* ***** End Fix Header **** */

/* ***** Banner ***** */
.banner-wrapper{
    position: relative;
    background: url('../images/banner-back.png') center center no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 90px);
}
.banner-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.222;
}
.banner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.banner-center h1{
    font-size: 91px;
    font-weight: bold;
    color: #0d7ee4;
    text-align: center;
    margin: 0 0 80px;
}
.btn-main{
    padding: 15px 45px 12px;
    background: #0d7ee4;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.banner-center .btn-main{
    margin: 0 auto;
    display: table;
}
/* ***** End Banner ***** */

/* ***** About ***** */
.about-wrp{
    padding: 80px 0 55px;
    background: #1080e4;
}
.about-wrp h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 35px;
}
.about-wrp p{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 25px;
}
.about-img{
    padding: 0 0 0 100px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.about-img img{
    width: 90%;
}
.about-img h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    text-align: right;
}
/* ***** End About ***** */

/* ***** Facilitate ***** */
.facilitate-wrp{
    padding: 80px 0;
}
.facilitate-data h2{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.facilitate-data h4{
    font-size: 42px;
    margin: 0 0 35px;
    font-weight: normal;
    color: #000;
}
.facilitate-data p{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 20px;
}
.facilitate-img img{
    width: 100%;
}

.counter-wrp{
    padding: 60px 0;
    background: #71d9dc;
    position: relative;
}
.counterbox{
    display: flex;
    align-items: center;
}
.counteric{
    min-width: 100px;
}
.counteric img{
    height: 70px;
}
.counterdt{
    padding-left: 0;
}
.counterdt h3{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    margin: 0 0 0;
}
.counterdt p{
    margin: 0;
    font-size:20px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
/* ***** End Facilitate ***** */

/* ***** Latest Update ***** */
.latest-update-wrp{
    padding: 80px 0;
    background: #0e81e4;
}
.latest-update-wrp h2{
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 45px;
}
.update-box{
    padding:35px 30px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
}
.update-box h3{
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin: 0 0 15px;
}
.update-img img{
    margin: 0 0 25px;
}
.update-box p{
    font-size: 18px;
    font-weight: normal;
    color: #282828;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 15px;
}
.update-box .btn-main{
    display: table;
    margin: 25px 0 0;
    padding: 10px 25px 8px;
    font-size: 15px;
}
/* ***** End Latest Update ***** */

/* ***** Our Focus ***** */
.focus-wrp{
    padding: 80px 0 50px;
}
.focus-wrp h2{
    font-size: 52px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 25px;
}
.focus-wrp h6{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    text-align: justify;
    margin: 0 0 80px;
}
.focus-box{
    padding: 30px 25px;
    background: #71d9dc;
    border-radius: 15px;
    margin: 0 0 30px;
}
.focus-ic img{
    margin: 0 0 25px;
    height: 75px;
}
.focus-box h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin: 0 0 15px;
    min-height: 60px;
}
.focus-box p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    margin: 0;
    min-height: 95px;
}
/* ***** End Our Focus ***** */

/* ***** White Paper ***** */
.white-paper-wrp{
    padding: 80px 0;
    background: #0e81e4;
}
.white-paper-wrp h2{
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 45px;
}
.white-box{
    margin: 0 0 60px;
}
.white-box:last-child{
    margin: 0;
}
.white-box h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
}
.white-box p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0 0 25px;
    text-align: justify;
}
.white-box .btn-main{
    padding: 10px 40px 8px;
    background: #fff;
    color: #0e81e4;
    border-radius: 30px;
    display: table;
    margin: 25px 0 0;
}
.white-box .btn-main:hover{
    background: #000;
    color: #fff;
}

.case-studies-wrp{
    padding: 80px 0;
}
.case-studies-wrp h2{
    font-size: 52px;
    font-weight: bold;
    color: #000;
    margin: 0 0 45px;
}
.case-box{
    margin: 0 0 60px;
}
.case-box:last-child{
    margin: 0;
}
.case-box h3{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.case-box p{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 32px;
    margin: 0 0 25px;
    text-align: justify;
}
.case-box .btn-main{
    padding: 10px 40px 8px;
    border-radius: 30px;
    display: table;
    margin: 25px 0 0;
}
/* ***** End White Paper ***** */

/* ***** Testimonial ***** */
.testimonial-wrp{
    padding: 80px 0;
    background:#0e81e4;
}
.testimonial-wrp h2{
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 65px;
}
.testimonial-block{
    padding: 35px 0 60px;
}
.testimonial-block img{
    margin: 0 auto 45px;
    height: 100px;
}
.testimonial-block p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin: 0 0 15px;
}
.testimonial-block h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 45px 0 0;
    text-align: center;
}
.testimonial-block h4{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: center;
}
.testimonial-slider .slick-dots{bottom:0px;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;right: 0}
.testimonial-slider .slick-dots li{width: auto;height: auto;margin: 0 0;}
.testimonial-slider .slick-dots li:last-child{margin: 0;}
.testimonial-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    margin:5px;
    background:transparent;
    color: transparent;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.testimonial-slider .slick-dots li.slick-active button{background: #fff;}
.testimonial-slider .slick-dots li button:before{display: none;}
/* ***** End Testimonial ***** */

/* ***** Contact ***** */
.contact-wrp{
    padding: 80px 0;
}
.contact-wrp h2{
    font-size: 52px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 35px;
}
.contact-frm{
    max-width: 1020px;
    margin: 0 auto;
}
.contact-frm .form-group{
    margin: 0 0 30px;
}
.contact-frm .form-group label{
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #797373;
    margin: 0 0 5px;
}
.contact-frm .form-group .form-control{
    padding: 12px 20px;
    border-radius: 30px;
    border: none;
    background-color: #ecf2fd;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    height: auto;
    box-shadow: none;
    resize: none;
}
.contact-frm .btn-main{
    padding: 10px 45px 8px;
    font-size: 16px;
    font-family: 'microsoft_tai_lebold';
    border-radius: 30px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
/* ***** End Contact ***** */

/* ***** Footer ***** */
footer{
    padding: 80px 0;
    background: #313131;
}
footer h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
}
.foot-cnt li a{
    padding: 5px 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: block;
}
.foot-cnt li a:hover{
    opacity: 0.60;
}
.quicklinks{
    margin: 0 auto;
    display: table;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    font-size: 26px;
    color: #fff;
    margin-right: 15px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    opacity: 0.60;
}
/* ***** End Footer ***** */