@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,500;0,600;0,700;1,500&display=swap');


body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: auto;
    background: #fff;
}

html,
body {
    height: 100%
}

    {
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

h1, h2, h3, h4 {
    font-family: 'Libre Bodoni', sans-serif;
}
h1 {
    font-family: "PT+Sans+Narrow", sans-serif;
    font-weight: 700;
    margin: 0px;
}
h2{
    font-size: 62px;
    line-height: 65px;
    color: #142C4D;
}
h3 {
    color: #142C4D;
    font-size: 24px;
    font-weight: 700;
}

h2 span{
    color: #0CBEDD;
    display: block;
}
.contents {
    padding: 100px 0;
}
.titleS strong {
    color: #0CBEDD;
}
.line {
    height: 3px;
    width: 60px;
    background: #C9A84C;
    margin-bottom: 30px;
}

.title {
    margin-bottom: 70px;
}
.titleS strong {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.titleS strong:after {
    display: inline-block;
    content: "";
    border: 1px solid #0CBEDD;
    width: 40px;
    padding-left: 9px;
    margin-left: 10px;
}

.header-title {
    /*text-align: center;*/
}

.boldie-tech {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    font-family: "open sans extra", bold;
}

.tech-bullet {
    color: rgb(5, 5, 5);
    font-size: 22px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.4;
    list-style-type: disc;
    list-style-position: outside;
    cursor: text;
    /*white-space: pre-line;*/
    word-wrap: break-word;
    text-align: left;
    letter-spacing: 0px;
    font-family: 'Lato';
}

/*Top navbar*/
.navbar .contact-info {
    text-decoration: none;
    color: #000;
    margin-top: 8px;
    display: block;
}

.navbar .contact-info span {
    display: block;
    text-align: center;
    font-weight: bold;
}
.navbar .logo {
    display: block;
    height: auto;
}
.navbar .logo img {
    padding-top: 4px;
    padding-bottom: 4px;
}
.left-head a {
    display: inline-block !important;
    vertical-align: top;
}
.left-head a.top-btn {
    color: #fff;
    background: #C9A84C;
    margin-top: 14px;
    margin-left: 15px;
    padding: 6px 15px;
    font-weight: 700;
    border-radius: 8px;
    border-width: 0;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, #C9A84C 0%, #D7C07F 45%, #7c5231 100%);
    text-shadow: 0 1px 4px #666;
    border: 2px solid #DEC990;
    position: relative;
    overflow: hidden;
    z-index: 500;
}
.left-head a.btn-shine {
    position: relative !important;
    overflow: hidden;
}
.left-head a.btn-shine:after {
    content:'';
    top:0;
    transform:translateX(100%);
    width:100%;
    height: 100px;
    color: #000;
    position: absolute;
    z-index:-1;
    border-radius: 8px;
    animation: slide 4s infinite;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
}

/* shine animation */
@keyframes slide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
}

.left-head a.top-btn:hover {
    background: linear-gradient(90deg, #7c5231 0%, #D7C07F 45%, #C9A84C 100%);
}


.hero-banner {
  height: 700px;
  background-image: linear-gradient(rgba(12, 190, 221, .8) , rgba(11, 39, 71, .8) ), 
  url(/assets/img-img/inner-banner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 80px;
}
.hero-banner .main-title {
  padding-top: 3rem;
}
.hero-banner p {
    font-family: 'Libre Bodoni', sans-serif;
    font-size: 4.6rem;
    line-height: 5rem;
    font-weight: 700;
}
.hero-banner span {
    color: #C9A84C;
    font-style: italic;
}
.hero-banner .btn {
    margin-top: 2rem;
    background: #C9A84C;
    color: #fff;
    padding: .75rem 2rem;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}
.hero-banner .btn:hover {
    background: #C9A84C;
    color: #fff;
}

.info {
    background: #142C4D;
    color: #fff;
    padding: 25px 0;
}
.info .item {
    text-align: center;
}
.info .item strong {
    font-family: 'Libre Bodoni', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #C9A84C;
}
.info .item p {
    color: #5F7A8F;
    font-size: .90rem;
    font-weight: 700;
    text-transform: uppercase;
}
.Stats {
    padding: 100px 0;
}
.Stats .boxes {
    margin-bottom: 1rem;
}
.Stats .boxes .i-thumb {
    background-image: linear-gradient(rgba(12, 190, 221, 1) , rgba(11, 39, 71, 1) ); 
    width: 190px;
    height: 190px;
    border-radius: 100px;
    text-align: center;
    padding: 3.5rem;
    display: inline-block;
}
.Stats .boxes strong {
    font-size: 1.5rem;
    font-weight: 800;
}
.Stats .boxes p {
    font-weight: 500;
}
.tech .box {
    background: #DEC990;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000;
}
.tech .box strong {
    font-weight: 900;
}
.vp-center {
    align-items: top !important;
}
.testimonialS {
    position: relative;
    margin: 120px 0 80px 0;
    background-image: linear-gradient(rgba(12, 190, 221, 1) , rgba(11, 39, 71, 1) );
}
.testimonialS .items{    
    color: #fff;
    padding: 60px 0;
    border-radius: 20px;
    position: relative;
    width: 100%;
}
.testimonialS .items p {
    font-size: 22px;
}
.testimonialS .author {
    color: #fff;
    padding-top: 55%;
}
.testimonialS .author-name {
    font-size: 2rem;
    font-weight: 500;
}
.testimonialS .lo-thumb  {
    position: absolute;
    bottom: 0;
}
.testimonialS .items .Quote {
    position: absolute;
    right: 130px;
    top: -35px;
    z-index: 100;
}
.testimonialS .next-box {
    background: #D9D9D9;
    padding: 1.2rem;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
    float: right;
}
.testimonialS .next-box strong {
    font-size: 1.3rem;
    font-weight: 700;
    color: #142C4D;
}
.testimonialS .next-box p {
    font-size: 1.1rem;
    padding-top: 10px;
}
.testimonialS a {
    text-decoration: none;
    background: #142C4D;
    color: #fff;
    display: inline-block;
    padding: .75rem 2rem;
    border-radius: 8px;
}
.testimonialS a:hover {
    color: #fff;
}
.testimonialS .items strong {
    font-size: 1.2rem;
}
.testimonialS .items .box-item {
    align-items: end;
}

/*News detail*/
.news-detail {
    margin-top: 50px;
}
.news-detail .inner {
    background: #F7F6EE;
    color: #333;
    padding: 40px 50px;
}
.news-detail .inner .headline {
    text-align: center;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding: 20px 0 10px 0;
}
.news-detail .inner .headline h3 {
    font-size: 40px;
}
.news-detail .bg-img {
    background: #CBC9C1;
    text-align: center;
    padding-top: 20px;
}
.news-detail h4 {
    font-size: 28px;
}
.news-detail .line-break {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding: 10px 0 10px 0;
    margin: 15px 0;
}
.news-detail .line-break h4 {
    font-size: 24px;
    font-style: italic;
    text-align: center;
}
.news-detail strong {
    font-family: 'Libre Bodoni', sans-serif;
    font-style: italic;
    line-height: 18px;
}

.owl-quotes {
    padding: 80px 0 0 0;
}
.owl-slides {
    color: #222;
    background: #DEC990;
    padding: 1.5rem 3rem 1.5rem 3rem;
    text-align: left;
    box-shadow: 0 4px 6px #ddd;
    border-radius: 12px;
    margin-top: 20px;
}
.owl-slides .item h2 {
  font-size: 1.875rem;
  color: #222;
}
.owl-slides .item p {
  font-size: 1.20rem;
  padding-top: 1rem;
}
.owl-slides .owl-nav button {
  position: absolute;
  top: 35%;
}
.owl-slides .owl-nav button.owl-prev {
  left: -3%; 
}
.owl-slides .owl-nav button.owl-next {
  right: -3%;
}
.owl-slides .owl-nav button span {
  font-size: 3rem;
  font-style: inherit;
}
.owl-slides strong {
    font-size: 1.3rem;
}
.owl-slides span {
    font-style: italic;
    display: block;
}

.p-details .qts {
    font-size: 1.5rem;
    font-weight: 700;
}

.stepS span {
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
}
.stepS .pb-3 {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}
.stepS .pb-3 .dot {
    content: " ";
    width: 15px;
    height: 15px;
    background: #ddd;
    position: relative;
    left: -38px;
    top: 90px;
    border-radius: 100px;
}
.servieS h3 {
    font-size: 20px;
}
.servieS span {
    text-transform: uppercase;
    background: #F5EDD4;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
}
.servieS .titleS span {
    font-size: 62px;
    line-height: 85px;
    background: none;
    padding: 0;
    text-transform: inherit;
}

.offerS .itemS {
    background: #F8F6F1;
    padding: 20px 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-left: 4px solid #C9A84C;
    align-items: center;
}
.offerS .itemS strong {
    font-family: 'Libre Bodoni', sans-serif;
    font-size: 40px;
    line-height: 20px;
    color: #142C4D;
}
.offerS .itemS strong small {
    font-size: 18px;

}
.offerS .itemS h3 {
    font-size: 22px;
}
.offerS .itemS p {
    margin: 0;
}

.support .inner-box {
    /* background: #DEC990; */
    background: #0BBDDB;
    background: -webkit-linear-gradient(180deg, rgba(11, 189, 219, 1) 0%, rgba(13, 40, 72, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(11, 189, 219, 1) 0%, rgba(13, 40, 72, 1) 100%);
    background: linear-gradient(180deg, rgba(11, 189, 219, 1) 0%, rgba(13, 40, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0BBDDB", endColorstr="#0D2848", GradientType=0);
    padding: 30px;
    border-radius: 15px;
}
.support .inner-box .items {
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    min-height: 160px;
}
.content {
    padding-bottom: 100px;
}
.leandings img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(57%) saturate(338%) hue-rotate(4deg) brightness(100%) contrast(93%);
}


/*Mobile devices*/
@media only screen and (max-width: 767px) {

    h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .servieS .titleS span {
        font-size: 40px;
        line-height: 42px;
    }
    .contents {
        padding: 60px 0;
    }
   .navbar .logo img {
        height: 55px;
    }
    .hero-banner {
        height: 500px;
    }
    .hero-banner p {
      font-size: 2.5rem;
      line-height: 3rem;
    }
    .navbar-light .navbar-toggler {
        margin-top: 12px;
        margin-right: 32px;
    }
    .testimonialS .left-t {
        margin-top: 60px;
    }
    .testimonialS .lo-thumb {
        position: inherit;
        height: 350px;
        margin: 0 auto;
        text-align: center;
    }
    .testimonialS .lo-detail {
        text-align: center;
    }
    .testimonialS .text-right {
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center !important;
    }
    .testimonialS .items {
        text-align: center;
        padding-bottom: 20px;
    }
    .news-detail .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-detail .inner .item {
        margin-top: 30px;
    }
}

/*Tab, ipad, ipad-pro devices*/
@media (min-width: 678px) and (max-width: 992px) {

    .hero-banner {
        height: 550px;
    }
    .hero-banner p {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 14px 10px !important;
    }
    .Stats .boxes .i-thumb {
        width: 150px;
        height: 150px;
        padding: 2.2rem;
    }
    .testimonialS .items {
        padding: 30px 0;
    }
    .testimonialS .items p {
        font-size: 18px;
    }
    .testimonialS .text-right {
        font-size: 16px;
        padding-top: 70%;
    }
}

/*navigation*/
@media (min-width: 768px) {
    
    .navbar {
        margin-bottom: 0px;
        padding: 7px 0;
        box-shadow: 0px 1px 3px #666;
    }

    .navbar-default {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        border: none;
        background: #fff;
    }

    .navbar-default .navbar-nav {
        border: none;
    }

    .navbar-default .navbar-nav>li {
        border: none;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 14px 20px;
        margin: 5px 0 0 0;
        color: #444;
        font-weight: 500;
        font-size: 15px;
        border-bottom: 4px solid #fff;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #000;
        background: #EDEDED;
        border-bottom: 4px solid #fff;
    }

    .navbar-default .navbar-nav>li>a.active {
        /* border-bottom: 4px solid #5a89b5; */
        border-bottom: 4px solid #0b2343;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #0071AB;
        border-bottom: 4px solid #0071AB;
    }
}






/*Footer*/

footer {
    background: #e6e6e6;
    color: #555;
    font-size: 16px;
    padding: 50px 0 30px 0;
}

footer a {
    text-decoration: none;
    color: #555;
}

footer ul.links li {
    list-style: none;
    display: inline-block;
    margin: 0 35px;
}

footer ul.links li a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

footer .cont-info {
    text-align: center;
    margin: 20px 0;
}

footer .foot-logo {
    padding-top: 20px;
}

footer .social {
    text-align: center;
    margin: 30px 0 20px 0;
}

footer .social li {
    list-style: none;
    display: inline-block;
}

footer .social li a {
    display: block;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 10px;
    margin: 0 5px;
    -webkit-order: 2px solid #fff;
    -moz-border: 2px solid #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

footer .social li a:hover {
    -webkit-order: 2px solid #ffad00;
    -moz-border: 2px solid #ffad00;
    border: 2px solid #ffad00;
    color: #ffad00;
}

footer .copyright {
    text-align: center;
    font-size: 15px;
}

footer .copyright a {
    font-weight: bold;
    text-decoration: underline;
}