                /*** 

====================================================================
    Resources / Css Files
====================================================================

 ***/
                
                @import url('animate.css');
                @import url('hover.css');
                @import url('timeline.min.css');
                @import url('owl.css');
                @import url('swiper.min.css');
                @import url('fontawesome-all.css');
                @import url('flaticon.css');
                @import url('jquery.fancybox.min.css');
                @import url('custom-animate.css');
                @import url('global.css');
                @import url('baes.css');
                @import url('room_list_v2.css');
                @import url('room_list_v1.css');
                /*** 

====================================================================
Approacoh Section
====================================================================

***/
                
                .approach-section {
                    position: relative;
                    background: url(../images/background/01.jpg)no-repeat;
                    padding: 60px 0;
                    background-size: cover;
                }
                
                .approach-section .text {
                    font-size: 22px;
                    line-height: 36px;
                    color: #fff;
                    font-weight: initial;
                    margin-bottom: 60px;
                }
                
                .approach-block .inner-box {
                    position: relative;
                    margin-bottom: 30px;
                    overflow: hidden;
                }
                
                .approach-block .inner-box img {
                    width: 100%;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }
                
                .approach-block .inner-box img:hover {
                    transform: scale(1.02);
                }
                
                .pc,
                .pc_team,
                .pc_fun {
                    display: block;
                }
                
                .mobile-768,
                .moble_1024,
                .moble_640,
                .mobile-brand-section {
                    display: none;
                }
                /***

==================================================================
Why Choose Us Section
==================================================================

***/
                .opc{
                    display: table;
                    margin: 0 auto;
                }
                .why-chooseus-section {
                    position: relative;
                    padding: 60px 0;
                    background: url(../images/background/02.jpg) no-repeat;
                    background-size: cover;
                }
                
                .why-chooseus-section .text {
                    font-size: 22px;
                    color: #fff;
                    line-height: 36px;
                    text-indent: 2;
                    margin-right: 60px;
                }
                
                .why-chooseus-section .img img {
                    width: 100%;
                }
                /***

==================================================================
Features Section
==================================================================

***/
                
                .features-section {
                    background: url(../images/background/03.jpg)no-repeat;
                    background-size: cover;
                    padding: 60px 0 40px;
                }
                
                .feature-outer .con {
                    width: 100%;
                    height: 255px;
                    background: #1aabde;
                    text-align: center;
                    padding: 30px;
                    margin-bottom: 20px;
                    position: relative;
                    z-index: 22;
                }
                
                .feature-outer .con .pic {
                    width: 100%;
                    margin: 25px 0;
                }
                
                .feature-outer .con .pic_img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    z-index: -1;
                    display: none;
                    transition: 0.5s all;
                    -webkit-transition: 0.5s all;
                    -o-transition: 0.5s all;
                    -moz-transition: 0.5s all;
                    -ms-transition: 0.5s all;
                }
                
                .feature-outer .con .pic_img::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #000;
                    opacity: 0.2;
                    content: "";
                    z-index: -1;
                }
                
                .feature-outer .con .pic_img img {
                    width: 100%;
                    height: 100vh;
                }
                
                .feature-outer .con h3 {
                    font-size: 22px;
                    color: #fff;
                }
                
                .feature-outer .con:hover .pic_img {
                    display: block;
                }
                
                .feature-outer .con3 {
                    width: 100%;
                }
                
                .feature-outer .con a {
                    font-size: 30px;
                    color: #fff;
                    line-height: 160px;
                }
                /***

==================================================================
Features Section
==================================================================

***/
                
                .our-projects {
                    background: url(../images/background/18.jpg)no-repeat;
                    background-size: cover;
                    padding: 60px 0;
                }
                
                .our-projects .title-box {
                    padding: 20px 20px;
                    font-size: 36px;
                    color: #fff;
                    text-align: center;
                    border: 1px solid #fff;
                    border-radius: 50px;
                    margin-bottom: 30px;
                }
                
                .our-projects .content {
                    border: 1px solid #fff;
                    padding: 30px 10px;
                    text-align: center;
                    height: 450px;
                }
                
                .our-projects .content .text {
                    font-size: 14px;
                    color: #fff;
                    font-weight: 600px;
                    margin-top: 20px;
                    text-align: left;
                }
                
                .our-projects .title {
                    font-size: 48px;
                    font-weight: 600;
                    color: #fff;
                    text-align: center;
                }
                /***

==================================================================
Telechips Section
==================================================================

***/
                
                .telechips-section {
                    padding: 60px 0;
                    background: #18324f;
                }
                /***

==================================================================
Why Approacoh Section
==================================================================

***/
                
                .why-approach-section {
                    background: url(../images/background/04.jpg)no-repeat;
                    padding: 60px 0;
                    background-size: cover;
                }
                
                .column-type {
                    width: 85%;
                    margin: 0 auto 40px;
                }
                
                .counter-block {
                    width: 20%;
                    margin: 0 15px;
                }
                
                .counter-block .inner-box {
                    width: 180px;
                    height: 180px;
                    border-radius: 50%;
                    position: relative;
                    padding: 30px;
                    z-index: 6656;
                }
                
                .counter-block .inner-box::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 180px;
                    height: 180px;
                    border-radius: 50%;
                    background: #1aabde;
                    opacity: 0.45;
                    z-index: -1;
                }
                
                .counter-block .inner-box::after {
                    content: "";
                    position: absolute;
                    top: 5%;
                    left: 5%;
                    right: 5%;
                    bottom: 5%;
                    width: 160px;
                    height: 160px;
                    border-radius: 50%;
                    border: 2px solid #1aabde;
                    z-index: -2;
                }
                
                .counter-block .inner-box .text {
                    font-size: 18px;
                    color: #fff;
                    text-align: center;
                    z-index: 8;
                }
                
                .counter-block .inner-box .count-box {
                    margin: 5px 0;
                    text-align: center;
                }
                
                .counter-block .inner-box .count-box .count-text {
                    font-size: 40px;
                    font-weight: 600;
                    color: #fff;
                    text-align: center;
                }
                
                .counter-block .inner-box .count-box .small {
                    font-size: 18px;
                    color: #fff;
                }
                
                .counter-block .inner-box .counter-title {
                    font-size: 18px;
                    color: #fff;
                    text-align: center;
                }
                
                .news-block-one .inner-box {
                    position: relative;
                    background: #fff;
                    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
                }
                
                .news-block-one .image {
                    position: relative;
                    overflow: hidden;
                }
                
                .news-block-one .image img {
                    width: 100%;
                    transform: scale(1.01);
                    transition: all 700ms ease;
                }
                
                .news-block-one .inner-box:hover .image img {
                    transform: scale(1.2);
                }
                
                .news-block-one .image a {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }
                
                .news-block-one .image a:before {
                    position: absolute;
                    content: '';
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 50%;
                    display: block;
                    opacity: 0;
                    text-align: center;
                    transform: perspective(400px) rotateX(-90deg);
                    transform-origin: top;
                    transition: all 0.5s;
                    background-color: rgba(36, 41, 54, 0.92);
                }
                
                .news-block-one .image a:after {
                    position: absolute;
                    content: '';
                    left: 0px;
                    bottom: 0px;
                    width: 100%;
                    height: 50%;
                    display: block;
                    opacity: 0;
                    text-align: center;
                    transform: perspective(400px) rotateX(90deg);
                    transform-origin: bottom;
                    transition: all 0.5s;
                    background-color: rgba(36, 41, 54, 0.92);
                }
                
                .news-block-one .inner-box:hover .image a:before {
                    opacity: 1;
                    transform: perspective(400px) rotateX(0deg);
                    transition: all 700ms ease 100ms;
                }
                
                .news-block-one .inner-box:hover .image a:after {
                    opacity: 1;
                    transform: perspective(400px) rotateX(0deg);
                    transition: all 700ms ease 300ms;
                }
                
                .news-block-one .lower-content {
                    position: relative;
                    padding: 20px 80px;
                }
                
                .news-block-one .lower-content .text {
                    font-size: 18px;
                    color: #000;
                }
                
                .wa-one {
                    background: #061d3b;
                }
                
                .wa-one .ico .col-lg-2 {
                    -ms-flex: 0 0 12.5%;
                    flex: 0 0 12.5%;
                    max-width: 12.5%
                }
                
                .wa-one .ico {
                    margin-bottom: 45px;
                }
                
                .wa-one .ico h1 {
                    font-size: 28px;
                    color: #fff;
                    font-weight: 600;
                }
                /***

==================================================================
Team Section 
==================================================================

***/
                
                .team-section {
                    background: url(../images/background/05.jpg)no-repeat;
                    padding: 60px 0 40px;
                    background-size: cover;
                }
                
                .team-block-one .inner-box {
                    position: relative;
                    margin-bottom: 20px;
                }
                
                .team-block-one .inner-box .image-box {
                    max-width: 207px;
                    position: relative;
                    overflow: hidden;
                }
                
                .team-block-one .inner-box .image-box .image {
                    position: relative;
                    margin-bottom: 0;
                    overflow: hidden;
                    border-radius: 20px;
                }
                
                .team-block-one .inner-box .image-box .image img {
                    display: block;
                    width: 100%;
                    height: auto;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                }
                
                .team-block-one .inner-box:hover .image img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);
                }
                
                .team-block-one .inner-box .info-box {
                    width: 100%;
                    max-width: 207px;
                    margin: 0 auto;
                    padding: 8px 0;
                    text-align: center;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background: rgba(10, 10, 10, 0.45);
                    border-bottom-left-radius: 20px;
                    border-bottom-right-radius: 20px;
                }
                
                .team-block-one .inner-box .info-box h5 {
                    position: relative;
                    display: block;
                    font-size: 14px;
                    line-height: 1.2em;
                    color: #fff;
                    text-align: center;
                }
                
                .team-block-one .inner-box .overlay {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    padding: 40px 45px;
                }
                
                .team-block-one .inner-box .overlay:before {
                    position: absolute;
                    content: '';
                    background: #222;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    transform: scale(0, 1);
                    transition: all .5s linear;
                }
                
                .team-block-one .inner-box:hover .overlay:before {
                    transform: scale(1, 1);
                    opacity: .1;
                }
                
                .team-block-one .inner-box .overlay a {
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 38px;
                    color: #fff;
                    transition: .5s linear;
                    opacity: 0;
                    transition-delay: .4s;
                    width: 100%;
                    height: 100%;
                }
                
                .team-block-one .inner-box:hover .overlay a {
                    opacity: 1;
                    transition-delay: 0s;
                }
                
                .fancybox-toolbar {
                    top: 90%;
                    left: 65%;
                    transform: translate(-50%, -50%);
                }
                
                .fancybox-button,
                .fancybox-button:link,
                .fancybox-button:visited {
                    color: #56c4e9;
                }
                /***

==================================================================
Earnnings Section
==================================================================

***/
                
                .earnings-section {
                    background: #022459;
                    padding: 60px 0
                }
                
                .earnings-section .title .text {
                    font-size: 22px;
                    color: #fff;
                    line-height: 36px;
                    margin-right: 90px;
                }
                /* .earnings-section .title {
margin-top: 60px;
} */
                
                .earnings-section .title h1 {
                    font-size: 72px;
                    font-weight: 600;
                    color: #fff;
                }
                
                .earnings-section .title p {
                    font-size: 24px;
                    color: #fff;
                    margin: 15px 0;
                }
                
                .earnings-section .img img {
                    width: 100%;
                }
                
                .earnings-section .title .text span {
                    color: #ff8d15;
                }
                
                .earnings-section .title-inner h6 {
                    font-size: 48px;
                    color: #fff;
                    font-weight: 600;
                    margin-bottom: 20px;
                }
                
                .earnings-section .title-inner .text {
                    font-size: 20px;
                    color: #fff;
                    margin: 0;
                    padding: 0;
                }
                
                .ec-two {
                    background-image: url(../images/background/10.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                }
                
                .ec-one {
                    background-image: url(../images/background/08.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                }
                /***

==================================================================
Fun Fact Section
==================================================================

***/
                
                .fun-fact-secton {
                    position: relative;
                    background: url(../images/background/06.jpg);
                    background-position: center;
                    background-size: cover;
                    padding: 60px 0;
                    background-size: cover;
                }
                
                .fun-fact-secton .fun-block-one {
                    margin: 20px 0;
                }
                
                .fun-fact-secton .col-xl-2 {
                    -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
                    max-width: 20%
                }
                
                .fun-fact-secton .fun-block-one .inner-box {
                    border: 1px solid #1aabde;
                    border-radius: 20px;
                    padding: 20px 5px 10px;
                    text-align: center;
                }
                
                .fun-fact-secton .fun-block-one .inner-box .icon {
                    width: 49px;
                    height: 38px;
                    margin: 0 auto 10px;
                }
                
                .fun-fact-secton .fun-block-one .inner-box .title {
                    font-size: 22px;
                    color: #ff8d15;
                    margin-bottom: 10px;
                }
                
                .fun-fact-secton .fun-block-one .inner-box p {
                    font-size: 14px;
                    color: #fff;
                }
                /***

==================================================================
Clients Section
==================================================================

***/
                
                .clients-section {
                    background: #0e2241;
                    padding: 60px 0;
                    background-size: cover;
                }
                
                .clients-section .image-box {
                    margin: 0;
                    text-align: center;
                    overflow: hidden;
                    border-radius: 20px;
                }
                
                .clients-section .image-box img {
                    display: inline-block;
                    max-width: 100% !important;
                    width: auto !important;
                    height: auto;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }
                
                .clients-section .image-box:hover img {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    transform: scale(1.1);
                    opacity: 1;
                }
                
                .clients-section .slide-item {
                    min-height: 230px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                
                .clients-section .owl-dot-style-three .owl-dots {
                    margin-top: 60px;
                }
                
                .clients-section .slide-item {
                    display: block;
                }
                
                .clients-section .slide-item .title {
                    font-size: 20px;
                    font-weight: 600;
                    color: #fff;
                    margin: 20px 0;
                    text-align: center;
                }
                
                .clients-section .slide-item .inner-box:hover .title {
                    color: #1aabde;
                }
                
                .sponsors-outer {
                    margin-top: 60px;
                }
                
                .six-item-carousel,
                .three-item-carousel {
                    width: 92%;
                    position: relative;
                    margin: 0 auto;
                }
                
                .six-item-carousel .owl-nav .owl-next,
                .six-item-carousel .owl-nav .owl-prev,
                .three-item-carousel .owl-nav .owl-next,
                .three-item-carousel .owl-nav .owl-prev {
                    position: absolute;
                    top: 50%;
                    left: -25px;
                    margin-top: -50px;
                    transition: all 300ms ease;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                }
                
                .three-item-carousel .owl-nav .owl-next,
                .three-item-carousel .owl-nav .owl-prev {
                    margin-top: -20px;
                }
                
                .six-item-carousel .owl-nav .owl-prev,
                .three-item-carousel .owl-nav .owl-prev {
                    left: -25px;
                }
                
                .six-item-carousel .owl-nav .owl-next,
                .three-item-carousel .owl-nav .owl-next {
                    left: initial;
                    right: -25px;
                }
                
                .six-item-carousel .owl-nav .owl-prev span,
                .six-item-carousel .owl-nav .owl-next span,
                .three-item-carousel .owl-nav .owl-prev span,
                .three-item-carousel .owl-nav .owl-next span {
                    font-size: 36px;
                    color: #fff;
                }
                
                .six-item-carousel .owl-nav .owl-next:hover span,
                .six-item-carousel .owl-nav .owl-prev:hover span,
                .three-item-carousel .owl-nav .owl-next:hover span,
                .three-item-carousel .owl-nav .owl-prev:hover span {
                    color: #1aabde;
                }
                
                .project-block-one {
                    position: relative;
                    padding: 0 1px;
                }
                
                .project-block-one {
                    position: relative;
                    padding: 0 15px;
                    margin-bottom: 30px;
                }
                
                .project-block-one .inner-box {
                    position: relative;
                }
                
                .project-block-one .image {
                    position: relative;
                    overflow: hidden;
                }
                
                .project-block-one .image img {
                    width: 100%;
                    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
                    transition-delay: .2s;
                    display: block;
                    transform: scale(1.05);
                }
                
                .project-block-one .inner-box:hover .image img {
                    -webkit-transform: scale(1.4);
                    transform: scale(1.4);
                }
                
                .cs-one {
                    padding: 60px 0 15px;
                }
                /***

==================================================================
Process Section
==================================================================

***/
                
                .process-section {
                    padding: 60px 0 40px;
                    background: url(../images/background/07.jpg)no-repeat;
                    background-size: cover;
                }
                
                .process-section .inner-box {
                    width: 100%;
                    padding: 30px 25px;
                    align-items: center;
                    justify-items: center;
                    border: 1px solid #fff;
                    display: inline-block;
                    border-radius: 20px;
                    margin-bottom: 20px;
                    height: 152px;
                }
                
                .process-section .inner-box .left {
                    float: left;
                    font-size: 36px;
                    color: #1aabde;
                    font-weight: 900;
                    margin-top: 30px;
                }
                
                .process-section .inner-box .right {
                    float: left;
                    margin-left: 15%;
                    text-align: center;
                }
                
                .process-section .inner-box .right i {
                    font-size: 30px;
                    color: #fff;
                }
                
                .process-section .inner-box .right h6 {
                    font-size: 18px;
                    color: #fff;
                    margin-top: 10px;
                }
                /***

==================================================================
Brand Section
==================================================================

***/
                
                .brand-section {
                    background-size: cover;
                    background-repeat: no-repeat;
                    position: relative;
                }
                
                .brand-section img {
                    width: 100%;
                    display: block;
                }
                /***

==================================================================
Technical Section
==================================================================

***/
                
                .technical-section {
                    padding: 60px 0 60px;
                    background: url(../images/background/09.jpg);
                }
                
                .technical-section .img {
                    border-radius: 20px;
                }
                
                .technical-section h6 {
                    font-size: 30px;
                    font-weight: 600;
                    color: #fff;
                }
                
                * {
                    visibility: inherit;
                }
                /***

==================================================================
Cooperative Section
==================================================================

***/
                
                .cooperative-section {
                    background: #0a375a;
                    padding: 60px 0
                }
                
                .cooperative-section .img {
                    text-align: center;
                    margin: 0 auto;
                }
                /***


/* 响应 */
                
                @media only screen and (max-width:1500px) {
                    .our-projects .content {
                        height: 400px;
                    }
                    .our-projects .content .text {
                        font-size: 13px;
                        color: #fff;
                        font-weight: initial;
                        margin-top: 20px;
                        text-align: left;
                    }
                    .fun-fact-secton .fun-block-one .inner-box {
                        height: 218px;
                    }
                }
                
                @media only screen and (max-width:1400px) {
                    .process-section .inner-box {
                        padding: 30px 10px;
                    }
                    .our-projects .content .text {
                        font-size: 13px;
                        line-height: 22px;
                    }
                    .fun-fact-secton .fun-block-one .inner-box .title {
                        font-size: 18px
                    }
                    .fun-fact-secton .fun-block-one .inner-box p {
                        font-size: 13px;
                        line-height: 22px
                    }
                }
                
                @media only screen and (max-width:1200px) {
                    .content-inner-box h6 {
                        font-size: 18px;
                    }
                    .column-type {
                        width: 100%;
                    }
                    .counter-block .inner-box .count-box .count-text {
                        font-size: 30px;
                    }
                    .news-block-one .inner-box {
                        margin-bottom: 20px;
                    }
                }
                
                @media only screen and (max-width:1024px) {
                    .pc_blok {
                        display: block !important;
                    }
                    .approach-section {
                        padding: 30px 0;
                    }
                    .sec-title.light .text {
                        width: 100%;
                    }
                    .telechips-section {
                        display: none;
                    }
                    .pc_team {
                        display: none;
                    }
                    .moble_1024 {
                        display: block;
                    }
                    .team-block-one .image-box {
                        margin-bottom: 10px;
                    }
                    .team-section .five-item-carousel .owl-nav,
                    .fun-fact-secton .five-item-carousel .owl-nav {
                        display: none;
                    }
                    .team-section .five-item-carousel,
                    .fun-fact-secton .five-item-carousel {
                        position: relative;
                    }
                    .team-section .five-item-carousel .owl-dots .owl-dot,
                    .fun-fact-secton .five-item-carousel .owl-dots .owl-dot {
                        background-color: transparent;
                        cursor: pointer;
                        margin: 3px;
                        width: 20px;
                        height: 3px;
                        border-radius: 0;
                        opacity: 1;
                        transition: all 0.3s ease-in-out;
                        float: left;
                        background: #fff;
                    }
                    .team-section .five-item-carousel .owl-dots,
                    .fun-fact-secton .five-item-carousel .owl-dots {
                        display: block;
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        transform: translate(-50%);
                    }
                    .team-section .five-item-carousel .owl-dots .owl-dot:hover {
                        background-color: #fff;
                    }
                    .two-item-carousel .owl-dots .owl-dot {
                        background: #fff;
                    }
                    .team-section .five-item-carousel .owl-dots .owl-dot.active,
                    .team-section .five-item-carousel .owl-dot:hover,
                    .fun-fact-secton .five-item-carousel .owl-dots .owl-dot.active,
                    .fun-fact-secton .five-item-carousel .owl-dot:hover {
                        border-radius: 20px;
                        background-color: #019bec;
                        border-color: #fff;
                    }
                    .fun-fact-secton .col-xl-2 {
                        -ms-flex: 0 0 25%;
                        flex: 0 0 25%;
                        max-width: 25%
                    }
                    .brand-section {
                        display: none;
                    }
                    .mobile-brand-section {
                        display: block;
                        background: #040533;
                        padding: 60px 0;
                    }
                    .brand-block-one p {
                        font-size: 14px;
                        color: #fff;
                        margin: 15px 0;
                    }
                    .team-section,.fun-fact-secton,.clients-section{
                        margin:-1rem 0;
                    }
                }
                
                @media only screen and (max-width:991px) {
                    .pc,
                    .why-approach-section {
                        display: none;
                    }
                    .mobile-768 {
                        display: block;
                    }
                    .testimonial_items_2col {
                        position: relative;
                    }
                   .pc_blok{
                    background-image: none;
                    background-color: #022459 !important;
                   }
                    .testimonial_items_2col .owl-dots .owl-dot {
                        background-color: transparent;
                        cursor: pointer;
                        margin: 3px;
                        width: 30px;
                        height: 3px;
                        border-radius: 0;
                        opacity: 1;
                        transition: all 0.3s ease-in-out;
                        float: left;
                        background: #fff;
                    }
                     .mobile-brand-section .inner-box{
                        padding:0 20px;
                        text-align: center !important;
                     }
                    .testimonial_items_2col .owl-nav {
                        display: none;
                    }
                    .testimonial_items_2col .owl-dots {
                        display: block;
                        position: absolute;
                        bottom: 1%;
                        left: 50%;
                        margin-left: -9%;
                        transform: translate(-20%);
                    }
                    .testimonial_items_2col .owl-dots .owl-dot:hover {
                        background-color: #fff;
                    }
                    .two-item-carousel .owl-dots .owl-dot {
                        background: #fff;
                    }
                    .testimonial_items_2col .owl-dots .owl-dot.active,
                    .testimonial_items_2col .owl-dots .owl-dot:hover {
                        border-radius: 20px;
                        background-color: #019bec;
                        border-color: #fff;
                    }
                    .counter-block {
                        width: 33.333333% !important;
                        margin: 0 0 10px;
                        padding: 0 !important;
                    }
                    .counter-block.col-md-4 {
                        -ms-flex: 0 0 33.333333% !important;
                        flex: 0 0 33.333333% !important;
                        max-width: 33.333333% !important
                    }
                    .earnings-section .title h1 {
                        font-size: 36px;
                        text-align: center;
                    }
                    .earnings-section .title p {
                        font-size: 18px;
                        text-align: center;
                    }
                    .earnings-section .title .text {
                        font-size: 18px;
                        margin-right: 0;
                    }
                    .earnings-section .img {
                        margin: 20px 0 0;
                    }
                    .fun-fact-secton .col-xl-2 {
                        -ms-flex: 0 0 33.333333%;
                        flex: 0 0 33.333333%;
                        max-width: 33.333333%
                    }
                    .why-approach-section {
                        display: none;
                    }
                    .our-projects .content {
                        height: auto;
                    }
                    .ti{
                        margin:30px 0 0;
                    }
                    .pl-20{
                        padding-left: 0 !important;
                    }
                    .pr-20{
                        padding-right: 0 !important;
                    }
                }
                
                @media only screen and (max-width:640px) {
                    .approach-section .text {
                        font-size: 14px;
                        line-height: 20px;
                    }
                    .why-chooseus-section .text {
                        font-size: 14px;
                        line-height: 20px;
                        margin-right: 0;
                        margin-bottom: 20px;
                    }
                    .col-sm-6 {
                        -ms-flex: 0 0 50% !important;
                        flex: 0 0 50% !important;
                        max-width: 50% !important
                    }
                    .our-projects .title-box {
                        padding: 9px 20px;
                        font-size: 24px;
                    }
                    .feature-outer .con h3 {
                        font-size: 13px;
                    }
                    .feature-outer .con {
                        height: 138px;
                        padding: 10px 10px;
                    }
                    .feature-outer .con .pic {
                        margin: 10px 0 10px;
                    }
                    .feature-outer .con a {
                        font-size: 13px;
                        line-height: 110px
                    }
                    .our-projects .content {
                        height: auto;
                    }
                    .why-approach-section,
                    .fun-fact-secton,
                    .earnings-section,
                    .clients-section,
                    .process-section {
                        padding: 30px 0;
                    }
                    .counter-block .inner-box .text {
                        font-size: 14px;
                    }
                    .counter-block .inner-box .count-box {
                        font-size: 14px;
                    }
                    .counter-block .inner-box .count-box .count-text {
                        font-size: 24px;
                    }
                    .counter-block .inner-box .counter-title {
                        font-size: 14px;
                    }
                    .counter-block.col-md-4 {
                        -ms-flex: 0 0 50% !important;
                        flex: 0 0 50% !important;
                        max-width: 50% !important;
                    }
                    .counter-block .inner-box {
                        padding: 18px 0;
                        margin-bottom: 0;
                    }
                    .counter-block .inner-box::before {
                        width: 140px;
                        height: 140px;
                        left: 20px;
                    }
                    .counter-block .inner-box::after {
                        width: 120px;
                        height: 120px;
                        left: 31px;
                    }
                    .pc_fun {
                        display: none;
                    }
                    .moble_640 {
                        display: block;
                    }
                    .fun-fact-secton .fun-block-one .inner-box .title {
                        font-size: 18px;
                    }
                    .sec-title.small h1 {
                        font-size: 30px;
                        line-height: 36px;
                    }
                    .sec-title.small .title {
                        font-size: 22px;
                    }
                    .technical-section .fun-block-one {
                        margin-bottom: 20px;
                    }
                    .earnings-section .title .text {
                        margin-right: 0 !important
                    }
                    .pl-40 {
                        padding-left: 0 !important;
                    }
                    .earnings-section .title p {
                        font-size: 18px;
                        margin: 0 0;
                    }
                    .earnings-section .title h1 {
                        font-size: 48px
                    }
                    .clients-section .slide-item .title {
                        font-size: 14px
                    }
                    .process-section .inner-box .right h6 {
                        font-size: 14px;
                    }
                    .technical-section .image{
                        margin-bottom: 10px;
                    }
                    .earnings-section .title-inner .text{
                        font-size: 18px
                    }
                    .earnings-section .title-inner h6{
                        font-size: 30px
                    }
                }