#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home1 .page-title .slider-st1 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/01_Homepage.jpg) center center no-repeat;
    background-size: cover;
}

.top-bar {
    background: #088bed;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.home2 .widget-category ul li {
    margin-bottom: 8px;
}

.home2 .widget-category ul li .block-inside {
    display: block;
    background-color: #f7f9fb;
    padding: 20px 10px;
}

.home2 .widget-category ul li .block-inside a {
    font-size: 16px;
    display: block;
    position: relative;
    color: #212529;
    margin-left: 4px;
}

.home2 .widget-category ul li .block-inside a::before {
    content: "\f101";
    line-height: normal;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    margin-right: 30px;
    margin-left: 5px;
    color: #088bed;
}

.home2 .form-search .search {
    background: #f7f9fb;
    width: 100%;
    height: 68px;
}

.home2 .widget .widget-title {
    display: flex;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #0d2235;
    margin-bottom: 33px;
    text-transform: capitalize;
}

.home2 .top-bar {
    background: #088bed;
    min-height: 71px;
    display: flex;
    align-items: center;
}

.wrap-topbar {
    display: flex;
    justify-content: space-between;
    margin-top: -2px;
}

.content-top-bar .content a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: underline;
}

.hotline {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 19px;
}

.hotline .number a {
    color: #ffffff;
}

.content-hotline {
    display: flex;
    align-items: center;
}

.icon-hotline .icon-phone-call {
    color: #ffffff;
}

.icon-hotline {
    padding: 0 16px;
    position: relative;
}

.icon-hotline::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    right: 0;
    background: #ffffff;
    opacity: 0.21;
    top: -15px;
}

.icon-hotline::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    left: 0;
    background: #ffffff;
    opacity: 0.21;
    top: -15px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.header-type1 .content-menu {
    width: calc(100% - 168px);
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.btn-menu {
    display: none;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 37px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #006aec;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.btn-menu:before,
.btn-menu:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

}

.nav-wrap #main-nav .menu .list a {
    position: relative;
}

.nav-wrap #main-nav .menu .list a::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    top: 20px;
    right: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: -20px;
    color: #088bed;
    font-size: 15px;
}

.nav-wrap #main-nav .menu .list .sub-menu li>a:hover:after {
    opacity: 1;
}

.nav-wrap #main-nav .menu .list .sub-menu li>a::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    top: 5px;
    right: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: -20px;
    color: #088bed;
    font-size: 15px;
}

.nav-wrap #main-nav .menu .list a:hover::after {
    opacity: 1;
}

.btn-menu span {

    position: absolute;

    width: 100%;

    height: 2px;

    left: 0;

    top: 50%;

    overflow: hidden;

    text-indent: 200%;

}

.btn-menu:before {

    -webkit-transform: translate3d(0, -7px, 0);

    transform: translate3d(0, -7px, 0);

}

.btn-menu:after {

    -webkit-transform: translate3d(0, 7px, 0);

    transform: translate3d(0, 7px, 0);

}

.btn-menu.active span {
    opacity: 1;

}

.btn-menu.active:before {

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

}

.btn-submenu {

    width: 50px;

    height: 50px;

    right: 15px;

    top: 0;

    position: absolute;

    font: 20px/50px 'FontAwesome';

    text-align: center;

    cursor: pointer;

}

.nav-wrap #main-nav-mobi .menu-item-has-children .arrow:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
}

.nav-wrap #main-nav-mobi .menu-item-has-children .arrow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 2px;
    width: 48px;
}

.btn-submenu:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: #fff;

}

.btn-submenu.active:before {

    content: "\f106";

}

.menu-btn {

    display: none;

}

.menu-btn .line {

    padding: 0;

    width: 40px;

    background: #000000;

    height: 1px;

    margin: 7px 0;

    transition: all 0.3s ease-in-out;

}

.menu-btn .line.line-1 {

    width: 30px;

}

.menu-btn .line.line-2 {

    width: 36px;

}

.menu-btn .line.line-3 {

    width: 28px;

}

.menu-btn .line.line-4 {

    width: 32px;

}

.mobile-header__menu-button:hover .line {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 36px;

    background-color: #5187d0;

}

/* Mobile navigation

-------------------------------------------------------------- */

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #0d2235;
    z-index: 1000;
    position: absolute;
    top: 100%;

}

#mainnav-mobi ul {

    display: block;

    list-style: none;

    margin: 0;

    padding: 0;

}

#mainnav-mobi ul li {

    margin: 0;

    position: relative;

    text-align: left;

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    cursor: pointer;

}

#mainnav-mobi ul>li>a {

    text-decoration: none;

    height: 50px;

    line-height: 50px;

    padding: 0 15px;

    color: #fff;

}

#mainnav-mobi ul.sub-menu {

    top: 100%;

    left: 0;

    z-index: 2000;

    position: relative;

    background-color: #0d2235;

}

#mainnav-mobi>ul>li>ul>li,

#mainnav-mobi>ul>li>ul>li>ul>li {

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    background-color: #0d2235;

}

#mainnav-mobi>ul>li>ul>li>ul>li a {

    padding-left: 45px !important;

}

#mainnav-mobi ul.sub-menu>li>a {

    display: block;

    text-decoration: none;

    padding: 0 30px;

    border-top-color: rgba(255, 255, 255, .1);

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;

}

#mainnav-mobi>ul>li>ul>li:first-child a {

    border-top: none;

}

#mainnav-mobi ul.sub-menu>li>a:hover,

#mainnav-mobi>ul>li>ul>li.active>a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;

}



.container-fluid .design-style {
    position: absolute;
    bottom: 0;
    clip-path: polygon(50% 13%, 100% 57%, 50% 100%, 0% 57%);
    background: #ffffff;
    width: 900px;
    height: 131px;
    left: 50.5%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs-inner .font::after {
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    padding: 0 15px;
}

.home1 .breadcrumbs-inner .font.style::after {
    content: "";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    padding: 0 15px;
}

.container-fluid .design-style {
    color: white;
    padding-top: 33px;
    z-index: 1;
}

.container-fluid .design-style::before {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #091d3e;
    width: 860px;
    height: 110px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.container-fluid .design-style .swiper-button-next.button-slide-custom-next {
    z-index: 999;
    transform: rotate(60deg);
    font-size: 40px;
    margin-right: 2px;
    position: relative;
}

.container-fluid .design-style .swiper-button-next.button-slide-custom-next:hover,
.container-fluid .design-style .swiper-button-prev.button-slide-custom-prev:hover {
    color: #088bed;

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;
}

.container-fluid .design-style .swiper-button-prev.button-slide-custom-prev {
    position: relative;
    z-index: 999;
    font-size: 40px;
    padding-left: 53px;
}

.container-fluid .design-style .swiper-button-prev.button-slide-custom-prev::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 59px;
    left: 4px;
    top: -51px;
    background: #ffffff;
    opacity: 0.21;
}


.design-style .swiper-button-next.button-slide-custom-next.swiper-button-disabled::before,
.container-fluid .design-style .swiper-button-prev.button-slide-custom-prev.swiper-button-disabled::before {
    color: #088bed;

}

.design-style .swiper-button-next.button-slide-custom-next::before {
    cursor: pointer;
    position: absolute;
    font-family: 'soffets';
    content: "\e903";
    color: #fff;
    top: -10px;
    left: -44px;
}

.design-style .swiper-button-next.button-slide-custom-next:hover::before,
.design-style .swiper-button-prev.button-slide-custom-prev:hover::before {
    color: #088bed;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.design-style .swiper-button-prev.button-slide-custom-prev::before {
    cursor: pointer;
    font-family: 'soffets';
    content: "\e903";
    color: #fff;
    position: absolute;
    top: -35px;
    left: 34px;
}


.home .parallax1 {
    padding: 147px 10px 275px 0;
    background-image: url(../images/01_Homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.position-relative {
    position: relative !important;
}

.prochudure .content .inner .desc::before {
    left: -43px;
    bottom: 5px;
}

.prochudure .content .inner .desc::after {
    right: -40px;
    bottom: 5px;
}

.home1 .breadcrumbs-wrap .title {
    font-size: 90px;
    line-height: 90px;
    font-weight: bold;
    color: #091d3e;
    margin-bottom: 33px;
    margin-left: 0px;
}

.home1 .slider {
    position: relative;
}

.home1 .slider {
    background: url(../images/01_Homepage.jpg) center center no-repeat;
    background-size: cover;
}

.slider .content {
    padding: 147px 0px 375px 25px;
    max-width: 600px;
    z-index: 1;
}

.breadcrumbs-wrap .button-slider a {
    position: relative;
    background: #088bed;
    padding: 20px 93px 19px 28px;
    border-radius: 5px;
}

.breadcrumbs-wrap .button-slider a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;

}

.breadcrumbs-wrap .button-slider a {
    font-size: 17px;
    font-weight: 400;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.breadcrumbs-wrap .button-slider a::after {
    cursor: pointer;
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    right: 14px;
    top: 8px;
    border-radius: 5px;
    background: #299cf2;
    padding: 13px 19px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.breadcrumbs-wrap .heading .font {
    font-size: 20px;
    line-height: 30px;
    color: #091d3e;
    font-weight: 500;
    margin-bottom: 36px;
}

.breadcrumbs-wrap .breadcrumbs-inner li a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #088bed;
}

.slider .content .button-header {
    display: inline-block;
}

.slider .content .button-header {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.slider .content .button-header:hover {
    background: #091d3e ;
    cursor: pointer;;
}

.breadcrumbs-wrap .button-slider a:hover::after  {
    right: 10px;
}


/* animation slider */

.slider .back-ground,
.slider .content .button-header,
.slider .content .font,
.slider .content .title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
    z-index: -1;
}

.slider .back-ground {
    transform: translateY(0px);
    transform: translateX(500px);
}

.slider .swiper-slide-active .back-ground,
.slider .swiper-slide-active .content .button-header,
.slider .swiper-slide-active .content .font,
.slider .swiper-slide-active .content .title {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
    -moz-transition: transform 1500ms ease, opacity 1500ms ease;
    -ms-transition: transform 1500ms ease, opacity 1500ms ease;
    -o-transition: transform 1500ms ease, opacity 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition-delay: 700ms;
    z-index: 1;
}

.slider .swiper-slide-active .back-ground {
    transform: translateX(0);
}

.slider .content .font {
    transform: translateY(250px);
}

.slider .swiper-slide-active .content .font {
    transition-delay:850ms;
}


.slider .content .button-header {
    transform: translateY(300px);
}

.slider .swiper-slide-active .content .button-header {
    transition-delay: 1000ms;
}

.a-call .content .inner .desc::before {
    left: -27px;
    bottom: 4px;
}

.a-call .content .inner .desc::after {
    right: -30px;
    bottom: 4px;
}

.content .inner .desc::before {
    content: "--";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    position: absolute;
    left: -36px;
    bottom: 4px;
}


.content .inner .desc::after {
    content: "--";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    right: -33px;
    bottom: 4px;
    position: absolute;
}

.latest .content .inner .desc::before {

    left: -45px;
}


.latest .content .inner .desc::after {

    right: -40px;
}

.content .inner .desc {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #088bed;
    margin-top: 6px;
    margin-bottom: 21px;
}

.content .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.sc-heading .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 88px;
}

.sc-product-item {
    background: #f7f9fb;
    border: 1px solid #f7f9fb;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sc-product-item:hover {
    background: #ffffff;

    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    cursor: pointer;
}

.sc-product-item.design {
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    cursor: pointer;
}

.sc-product-item .product-img {
    margin-bottom: 25px;
    margin-top: 36px;
}

.sc-product-item .product-img.style {
    margin-bottom: 25px;
    margin-top: 36px;
}

.sc-product-item .style-service {
    margin: 10px 0;
    margin: 40px 0 29px 0;
}


.sc-product-item .product-content h5 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    margin-bottom: 6px;
    font-weight: 600;
}

.sc-product-item .product-content .style1 {

    margin-left: 4px;
}

.sc-product-item .product-content p {
    font-size: 25px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    color: #67696e;
    margin-bottom: 2px;
}

.sc-product-item .product-content .product-author a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Roboto", Bold;
    color: #299cf2;
    margin-right: 16px;
}



.sc-product-item .product-content .product-author::after {
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    color: #299cf2;
    margin-top: 3px;
    font-size: 17px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sc-product-item .product-content .product-author:hover::after {
    animation: 0.3s hover-button linear;
}

.home1 #wrapper .popular-collections {
    padding-top: 132px;
    padding-bottom: 120px;
    background: #fff;
}

.sc-product-item .product-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    margin-bottom: 20px;

}

#wrapper .media {
    background: url(../images/layout-media.jpg);
    position: relative;
    padding-top: 105px;
    padding-bottom: 242px;
    z-index: 0;
}

#wrapper .media .wrap-media {
    position: relative;
}

#wrapper .media .wrap-media h1 {
    z-index: -1;
    position: absolute;
    font-size: 545px;
    line-height: 1031px;
    color: #091d3df0;
    background: linear-gradient(#ebebeb, #ebebeb);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-weight: 700;
    font-family: "Roboto", Bold;
    top: -228px;
    opacity: 0.04;
}

#wrapper .media .overlay {
    background: #091d3df0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

.media .content .inner h3 {
    color: #ffffff;
    padding: 0 27%;
}


.media .video {
    position: absolute;
    left: 50%;
    top: 116%;
    transform: translateX(-50%);
}

.media .video a svg {
    background: rgba(253, 253, 253, 0.2);
    border-radius: 50%;
}

.home1 #wrapper .latest {
    padding-bottom: 160px;
}

.home1 #wrapper .prochudure {
    background: #fff;
    padding-top: 138px;
    padding-bottom: 151px;
}

.wrap-prochudure .content-prochudure h5 a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Roboto", Bold;

}

.wrap-prochudure {
    position: relative;
    background: #f7f9fb;
    display: flex;
    padding: 10px 5px;
    margin-top: 86px;
    border-radius: 10px;
    margin-right: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.home1 .wrap-prochudure:hover {
    transform: translateY(-10px);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    cursor: pointer;
}

.wrap-prochudure::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;

}

.wrap-prochudure .icon-prochudure {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px 9px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.wrap-prochudure .icon-prochudure img {
    z-index: 99;
}

.wrap-prochudure .icon-prochudure:hover {
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.wrap-prochudure .style-prochudure {
    background: #088bed;
}

.wrap-prochudure .content-prochudure h5 {
    padding-top: 10px;
    margin-bottom: 9px;
    margin-left: 0px;
}

.wrap-prochudure .content-prochudure {
    margin: 0 17px;
}

.wrap-prochudure .content-prochudure p {
    font-size: 14px;
    line-height: 22px;
    margin-right: 8px;
}

.style-prochudure {
    margin-left: 28px;
    margin-right: 42px;
}

.prochudure .icon-next {
    position: absolute;
    right: 16px;
    top: 141px;
}

.prochudure .icon-next-style1 {
    position: absolute;
    right: -22px;
    top: 141px;
}

.style-prochudure2 {
    margin-left: 70px;
    margin-right: 0px;
}


.latest .overlay {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f9fb;
}

.style-latest .style-img {
    position: relative;
}

.wrap-container .wrap-latest {
    display: flex;
}

.wrap-latest .style-latest .style-img:hover::before {
    opacity: 0.851;
    transform: scale(1);
}

.style-latest .style-img img {
    width: 100%;
}

.wrap-latest .style-latest .style-img::before {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(9, 29, 62);
    transform: scale(0.9);
}

.wrap-latest .style-latest .style-img.design::before {
    cursor: pointer;
    transform: scale(1);
    opacity: 0.851;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(9, 29, 62);
}

.style-latest .style-img.design .content {
    opacity: 1;
    z-index: 99;
    color: #ffffff;
    position: absolute;
    bottom: 63px;
    right: 76px;
    text-align: center;
}

.home1 .style-latest .style-img.design .content {
    right: 0;
}

.style-latest .style-img.design i {
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    background: #088bed;
    color: #ffffff;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 13px 14px;
}

.wrap-latest .style-latest.design .style-img::before {
    cursor: pointer;
    opacity: 0.851;
    z-index: 1;
    position: absolute;
    content: "";
    transform: scale(1);

    background-color: rgb(9, 29, 62);
}



.style-latest.design .style-img i {
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    background: #088bed;
    color: #ffffff;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 13px 14px;
}

.wrap-container .wrap-latest .image-latest.design {
    margin-right: 27px;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.wrap-container .wrap-latest .image-latest {
    margin-right: 27px;
}

.wrap-container .wrap-latest .image-latest:last-child {
    margin-right: 0;
}


.style-latest .style-img i {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 99;
    background: #088bed;
    color: #ffffff;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 13px 14px;
}

.style-latest .style-img:hover i {
    opacity: 1;
}

.style-latest .style-img.design .content,
.style-latest .style-img:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.style-latest .style-img .content {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 99;
    color: #ffffff;
    position: absolute;
    bottom: 63px;
    width: 100%;
    text-align: center;
    transform: translateY(20px);
}

.style-latest.design .style-img .content {

    opacity: 1;
    z-index: 99;
    color: #ffffff;
    position: absolute;
    bottom: 63px;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    width: 100%;
}


.style-latest .style-img .content a {
    color: #088bed;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: "Roboto", Medium;
}

.style-latest .style-img .content h5 {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    margin-top: 14px;
}

.latest .blog-latest .button {
    color: #212529;
}

.latest .blog-latest .button:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #088bed;
}

.latest .blog-latest ul {
    display: flex;
    padding: 52px 0 71px 0;
    background: #f7f9fb;
    justify-content: center
}

.latest .blog-latest .button {
    cursor: pointer;
    padding: 0px 19px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 79px 9px 95px 8px;
    background: #ffffff;
    border: 1px solid #eaf0f56b;
}

.latest .blog-latest .button.swiper-button-disabled i::before {
    color: #088bed;
}

.latest .blog-latest .button-right.swiper-button-disabled i::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 56px;
    right: -6px;
    background: #088bed;
    top: -2px;
}

.latest .blog-latest .button-left.swiper-button-disabled i::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 56px;
    left: -4px;
    background: #088bed;
    top: -2px;
}

.latest .blog-latest {
    text-align: center;
}


.wrap-title-latest {
    padding: 137px 0 100px 0;
}

#wrapper .latest .wrap-flow {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-bottom: 62px;
    background: #0f2141;
    margin-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
}

#wrapper .latest .wrap-flow::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #088bed;
    top: 10px;
    left: 10px;
    z-index: -1;
}

#wrapper .latest .wrap-flow .content {
    position: relative;
    width: 25%;
    margin-left: 10px;
    padding-left: 53px;
}

#wrapper .latest .wrap-flow .content:nth-child(2)::before {
    right: -14px;
}

#wrapper .latest .wrap-flow .content:nth-child(3) {
    padding-left: 71px;
}

#wrapper .latest .wrap-flow .content:nth-child(3)::before {
    right: -32px;
}

#wrapper .latest .wrap-flow .content:nth-child(4)::before {
    display: none;
}

#wrapper .latest .wrap-flow .content:nth-child(4) {
    padding-left: 88px;
}

#wrapper .latest .wrap-flow .content:nth-child(1) {
    padding-left: 35px;
}

#wrapper .latest .wrap-flow .content:nth-child(1)::before {
    right: 23px;
}

#wrapper .latest .wrap-flow .content.counter .count-number {
    position: relative;
    font-size: 42px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

#wrapper .latest .wrap-flow .style-content {
    padding-top: 2px;
}



#wrapper .latest .wrap-flow .content span {
    position: absolute;
    font-size: 22px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
    margin-left: 6px;
    color: #ffffff;
}

#wrapper .latest .wrap-flow .content h5 {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 500;
    margin-left: 6px;
    margin-top: 12px;
}



#wrapper .latest .wrap-flow .style-1 {
    margin-left: 2px;

}

#wrapper .latest .wrap-flow .style-1 h5 {
    margin-left: 23px;
}

#wrapper .latest .wrap-flow .content::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    right: 0;
    background: #fac921;
    top: 13px;
}


#wrapper .FAQ {
    padding-top: 142px;
    padding-bottom: 120px;
    background: #fff;
}

#wrapper .FAQ .faq-img {
    position: relative;
    padding-top: 7px;
}

#wrapper .FAQ .faq-img .image-top {
    position: absolute;
    left: 170px;
    top: 91px;
}

#wrapper .FAQ .faq-img .image-2 {
    position: relative;
}

#wrapper .FAQ .faq-img .image-top::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    right: 30px;
    bottom: 30px;
}

#wrapper .FAQ .faq-content {
    padding-left: 69px;
}

.wrap-title-FAQ .content .inner {
    display: flex;
    text-align: unset;
    flex-direction: column;
    align-items: flex-start;
}

.wrap-title-FAQ .content .inner .faq {
    margin-top: 1px;
    padding-left: 32px;
    margin-bottom: 27px;
}

.wrap-title-FAQ .content .inner h3 {
    margin-left: -3px;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 69px;
}

.content .inner .faq::before {

    left: -3px;
    bottom: 3px;
}

.wrap-title-FAQ .content .content-all ul {
    position: relative;
    background: #eaf0f56b;

}

.wrap-title-FAQ .content .content-all li {
    margin-bottom: 13px;
}

.wrap-title-FAQ .content .content-all ul::before {
    position: absolute;
    content: "\f103";
    font-family: "Font Awesome 5 Pro";
    color: #091d3e;
    right: 14px;
    background: #ffffff;
    padding: 20px 17px;
    text-align: center;
    top: 20px;
}

.wrap-title-FAQ .content .content-all .style::before {
    position: absolute;
    content: "\f102";
    font-family: "Font Awesome 5 Pro";
    color: #091d3e;
    right: 14px;
    background: #ffffff;
    padding: 20px 17px;
    text-align: center;
    top: 20px;
}



.wrap-title-FAQ .content .content-all ul .list-FAQ a {
    font-size: 19px;
    line-height: 72px;
    font-weight: 600;
    color: #091d3e;
}

.flat-accordion .flat-toggle {
    position: relative;
    margin-bottom: 17px;
    border-radius: 5px;
}

.flat-accordion .flat-toggle h6.toggle-title span {
    margin-right: 23px;
}

.flat-accordion .flat-toggle h6.toggle-title {
    padding-left: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    cursor: pointer;
    color: #5B5F77;
    margin-bottom: 0;
    background: #eaf0f56b;
    font-size: 19px;
    line-height: 72px;
    font-weight: 600;
    color: #091d3e;
}

.flat-accordion .flat-toggle h6.toggle-title::after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 28%;
    right: 14px;
    font-size: 17px;
    content: "\f103";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #091d3e;
    background: #ffffff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.flat-accordion .flat-toggle h6.toggle-title.active::after {
    color: #091d3e;
    transform: rotate(179deg);
}

.flat-accordion .flat-toggle .toggle-content {
    padding: 0px 19px 24px 27px;
    display: none;
    font-family: "Roboto", Regular;
    color: #3a4351;
    font-size: 16px;

    margin-bottom: 0;
    background-color: rgb(55, 162, 242);



}

.home1 .flat-accordion .flat-toggle .toggle-content {
    background-color: rgb(247, 249, 251);
}



#wrapper .a-call {
    position: relative;

}

.a-call .wrap-title-a-call {
    position: relative;
    border-right: 4px solid #72747424;
    border-left: 4px solid #72747424;
    padding: 139px 0 150px 0;
}


#wrapper .a-call .wrap-title-a-call .overlay {
    position: absolute;
    background: url(../images/layout-a-call.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.03;
}

#wrapper .a-call .content .inner h3 {
    color: #ffffff;
    padding: 0 27%;
    margin-bottom: 87px;
    margin-left: 2px;
}

#wrapper .a-call .overlay {
    position: absolute;
    background: #091d3e;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


#wrapper .a-call .content .inner .comment-form .text-wrap {
    display: flex;
    flex-wrap: wrap;
}

#wrapper .a-call .content .inner .comment-form .text-wrap .name-wrap {
    margin-right: 33px;
}

#wrapper .a-call .content .inner .comment-form .text-wrap .phone-wrap {
    margin-right: 33px;

}

#wrapper .a-call .content .inner .comment-form {
    margin: 0px 165px;
}

.a-call .content .inner .comment-form .text-wrap fieldset input {
    border-radius: 5px;
    border: 1px solid #eaf0f56b;
    background: none;
    padding: 18px 30px;

}

.a-call .content .inner .comment-form .message-wrap textarea {
    border-radius: 5px;
    border: 1px solid #eaf0f56b;
    background: none;
    padding-bottom: 158px;
    margin-bottom: 30px;
}

.a-call h1 {
    z-index: -1;
    position: absolute;
    font-size: 300px;
    line-height: 1031px;
    color: #091d3df0;
    background: linear-gradient(#ebebeb, #ebebeb);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-weight: 700;
    font-family: "Roboto", Bold;
    right: 22px;
    bottom: -423px;
    opacity: 0.04;
}

.inner .comment-form .message-wrap {
    width: 100%;
}

#commentform .form-submit button {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background-color: #088bedf0;
    color: #ffffff;
    border: 0px !important;
    padding: 19px 96px 16px 31px;
    letter-spacing: 0px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#commentform .form-submit .submit::after {
    top: 8px;
    right: 20px;
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    background: #088bedf0;
    padding: 10px 19px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

#commentform .form-submit .submit:hover {
    background: #081832;
}

#commentform .form-submit .submit:hover::after {
    right: 10px;
}

#wrapper .technology {
    position: relative;
    padding-top: 139px;
    padding-bottom: 95px;
    background: #fff
}

.wrap-content-technology .content .inner h3 {
    font-size: 55px;
    line-height: 132px;
    font-family: "Roboto", Bold;
    padding-bottom: 64px;
}

.wrap-content-technology .content .inner p {
    margin-bottom: 0px;
}

.wrap-languages .title {
    display: flex;
    justify-content: center;
    padding-bottom: 38px;
}

.wrap-languages .title h5 {
    background: #091d3e;
    color: #ffffff;
    border-radius: 15px;
    font-family: "Roboto", Bold;
    font-size: 16px;
    padding: 0 20px;
}

.wrap-languages .style1 h5 {
    padding: 0 15px;
}

.wrap-languages .style h5 {
    padding: 0 25px;
}

.wrap-languages .list-icon {
    display: flex;
    margin-bottom: 52px;
    align-items: center;
    justify-content: center;
    margin-left: -46px;
}

.wrap-languages .style-list {
    margin-bottom: 49px;
}



.wrap-languages .list-icon .icon {
    border: 1px solid rgb(235, 242, 248);
    padding: 14px 15px;
    margin-left: 46px;
    text-align: center;
    width: calc(14.28% - 46px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrap-languages .list-icon .icon:hover {

    cursor: pointer;
    border: 1px solid rgb(8, 139, 237);

}

.wrap-languages .list-icon .icon.design {
    cursor: pointer;
    border: 1px solid rgb(8, 139, 237);
}

.wrap-languages .list-icon .icon p {
    font-size: 17px;
    line-height: 30px;
}

.wrap-languages .list-icon .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 47px;
    margin-bottom: 13px;
}

.wrap-languages .list-icon .icon .style {
    margin-bottom: 10px;
}

.home #wrapper .testimonial {
    position: relative;
    padding-top: 140px;
    padding-bottom: 147px;
}

.home .testimonial .content .inner .desc {
    margin-bottom: 27px;
    margin-left: 36px;
    margin-top: 1px;
}

#wrapper .testimonial .wrap-image-testiomonial {
    margin-right: -25px;
}

#wrapper .testimonial .container {
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial .wrap-content-testimonial {
    padding-right: 71px;
    padding-left: 25px;
}

#wrapper .testimonial .overlay {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f9fb;
    z-index: -2;
}

.wrap-content-testimonial .content-testimonial .inner {
    padding-top: 0px;
    text-align: unset;
    align-items: flex-start;
    padding-bottom: 75px;
}

.wrap-content-testimonial .content-testimonial .inner h3 {
    font-size: 60px;
    line-height: 72px;
}

.wrap-content-testimonial .content-testimonial .inner p {
    margin-bottom: 28px;
    margin-left: 36px;
}

.wrap-content-testimonial .wrap-user {
    background: #ffffff;
    padding: 38px 24px 50px 46px;
    display: flex;
    flex-direction: column;
}

.wrap-content-testimonial .user-star {
    display: flex;
    padding-bottom: 41px;
    align-items: center;
}

.wrap-content-testimonial .user-star .star .number-star {
    display: flex;
    margin-left: 58px;
    margin-bottom: 8px;
}

.wrap-content-testimonial .user-star .star .number-star li {
    margin-right: 6.5px;
    font-size: 12px;
}

.wrap-content-testimonial .user-star .star .number-star .un-coler {
    color: #ccc;
}

.wrap-user .user-star .user-content h5 {
    font-size: 21px;
    line-height: 72px;
    margin-top: -21px;
    margin-bottom: -16px;
    color: #091d3e;
}

.wrap-user .user-star .user-content a {
    font-size: 14px;
    line-height: 27px;
    color: #088bed;
}

.wrap-user .user-star .user-content {
    margin-left: 29px;
}

.wrap-content-testimonial .wrap-user .description p {
    font-size: 20px;
    line-height: 32px;
    color: #091d3e;
}

.wrap-image-testiomonial .image-testimonial {
    margin-top: 12px;
    position: relative;
}

.wrap-image-testiomonial .image-testimonial .image .content-image {
    position: absolute;
    top: 33px;
    right: 22px;
    z-index: 100;
}

.wrap-image-testiomonial .image-testimonial .image .content-image .layout-testiomonial {

    background: #088bed;
    color: #ffff;
    padding: 23px 31px 16px 34px;
    position: relative;
}

.wrap-image-testiomonial .image-testimonial .image img {
    width: 100%;
}

.wrap-image-testiomonial .image-testimonial .image {
    position: relative;
}

.wrap-image-testiomonial .swiper-button-top,
.wrap-image-testiomonial .swiper-button-bottom {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    opacity: 1;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.wrap-image-testiomonial .swiper-button-top.swiper-button-disabled,
.wrap-image-testiomonial .swiper-button-bottom.swiper-button-disabled {
    background-color: rgb(8, 139, 237);
}

.wrap-image-testiomonial .swiper-button-top.swiper-button-disabled::after,
.wrap-image-testiomonial .swiper-button-bottom.swiper-button-disabled::after {
    color: #fff;
}

.wrap-image-testiomonial .swiper-button-top {
    cursor: pointer;
    top: 61%;
    left: -9px;
}

.wrap-image-testiomonial .swiper-button-bottom {
    cursor: pointer;
    top: 74%;
    left: -9px;
}

.wrap-image-testiomonial .swiper-button-bottom::after,
.wrap-image-testiomonial .swiper-button-top::after {
    font-family: "Font Awesome 5 Pro";
    color: black;
    position: absolute;
}

.wrap-image-testiomonial .swiper-button-top::after {
    content: "\f102";
}

.wrap-image-testiomonial .swiper-button-bottom::after {
    content: "\f103";
}

.wrap-image-testiomonial .image-testimonial .image .content-image .layout-testiomonial::before {
    position: absolute;
    top: 6px;
    content: "";
    right: 6px;
    background: #091d3e;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrap-image-testiomonial .image-testimonial .image a h5 {
    color: #ffffff;
    font-size: 31px;
    line-height: 29px;
    margin-bottom: 4px;
}

.wrap-image-testiomonial .image-testimonial .image a p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.blog .breadcrumbs-wrap .title {
    margin-bottom: 53px;
}

.blog .breadcrumbs-wrap .breadcrumbs-inner {
    display: flex;
}

#wrapper .blog-post {
    background: #ffffff;
    padding-top: 140px;
    padding-bottom: 150px;
}

.blog-post .content .inner .desc::before {
    left: -49px;
    bottom: 4px;
}

.blog-post .content .inner .desc::after {
    right: -48px;
    bottom: 4px;
}

.blog-post .wrap-title-prochudure .title-blogpost {
    position: relative;
    display: flex;
    width: 440px;
    margin-right: 34px;
}

.blog-post .wrap-title-prochudure .title-blogpost:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgb(247, 249, 251);
    opacity: 1;
}


.blog-post .wrap-title-prochudure .title-blogpost:nth-child(2n):after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    right: 0;
    background: #088bed;
    top: 0px;
}

.blog-post .wrap-title-prochudure .title-blogpost .content-blogpost {
    margin-left: -8px;
    text-align: center;
}

.wrap-title-prochudure .title-blogpost .content-blogpost .by-post {
    padding-top: 44px;
    margin-bottom: 28px;
}

.wrap-title-prochudure .title-blogpost .content-blogpost .by-post .name-post h5 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}

.wrap-title-prochudure .title-blogpost .content-blogpost .by-post .datepost {
    font-size: 17px;
    line-height: 30px;
    color: #088bed;
    font-weight: 500;

}

.blog-post .wrap-title-prochudure {
    padding-top: 86px;
    display: flex;
}


.blog-post .wrap-title-prochudure .title-blogpost .description-post .title {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 20px;
    margin-bottom: 5px;
}

.blog-post .wrap-title-prochudure .title-blogpost .description-post .title:hover {
    cursor: pointer;
    color: #088bed;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrap-title-prochudure .title-blogpost .description-post p {
    font-size: 25px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    color: #67696e;
    margin-bottom: 6px;
}

.wrap-title-prochudure .title-blogpost .description-post a {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Roboto", Bold;
    color: #088bed;
    margin-right: 29px;
}


.wrap-title-prochudure .title-blogpost .description-post a::after {
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    margin-top: 1px;
    margin-left: 14px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrap-title-prochudure .title-blogpost .description-post a:hover:after {

    animation: 0.3s hover-button linear;
}

.footer-bg-1 {
    background: url("../images/layout/footer.jpg");
    border: none;
}

#footer-widget .widget.widget-title {
    font-size: 27px;
    font-weight: 500;
    color: #ffff;
    line-height: 30px;
    padding-bottom: 36px;
    margin-left: 1px;
}

#footer-widget .widget.widget-title-style {
    font-size: 25px;
    font-weight: 500;
    color: #ffff;
    line-height: 30px;
    padding-bottom: 24px;
}

#footer-widget .widget.widget-title-latest {
    font-size: 27px;
    font-weight: 500;
    color: #ffff;
    line-height: 30px;
    padding-bottom: 50px;
}



.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    /* padding-bottom: 30px; */
}

#footer-widget .widget-services .one-half {
    width: 100%;
    padding-bottom: 45px;
}


#footer-widget .widget-services .one-half li a {
    color: #f7f9fb;
    font-size: 16px;
    line-height: 39px;
    font-weight: 400;
}

#footer-widget .widget-services .one-half li a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #088bed;
}

.footer-widget-type1 .widget.widget-title {
    color: #0d2235;
}

#footer-widget .widget-latest-news ul li {
    display: inline-block;
    margin-bottom: 20px;
}

#footer-widget .widget-latest-news .thumb-image {
    float: left;
    margin: 8px 38px 0 0;
}

#footer-widget .widget-latest-news .thumb-content {
    overflow: hidden;
}

#bottom {
    background: #081832;
    height: 100px;
}

.kcl-widget-title {

    border-right: 1px solid #72747424;
    border-left: 1px solid #72747424;
    margin-right: -20px;

    padding: 117px 0 119px 70px;
}

.kcl-widget-title-style {
    border-right: 1px solid #72747424;
}

.service-widget {
    margin-right: -10px;
    padding: 114px 0 111px 74px;
}

.service-widget .hv-linear-services {
    padding-right: 44px;

}

.widget-latest {
    padding: 112px 0 76px 42px;
}

.sidebar .kcl-widget {
    padding-top: 15px;
}


.kcl-widget-title .wrap-soffets {
    display: flex;
    padding-bottom: 29px;
}

.kcl-widget-title .hotline-soffets {
    display: flex;
    font-size: 30px;
    padding-bottom: 62px;
}

.socials-list a {
    margin-right: 9px;
    color: #f7f9fb;
}

.socials-list a .fa-facebook-f {
    border: 1px solid #eaf0f56b;
    padding: 14px 17px;
}

.socials-list a .fa-twitter {
    border: 1px solid #eaf0f56b;
    padding: 14px 14px;
}

.socials-list a ,
.socials-list a .fab {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials-list a:hover .fab {
    border: 1px solid #088bed;
    background: #088bed;
    color: #fff;
}

.teammember .wrap-image .image-box .socials-list a .fab.fa-twitter {
    border: 1px solid #088bed;
    color: #088bed;
}

.socials-list a .fa-skype {
    border: 1px solid #eaf0f56b;
    padding: 14px 15px;
}

.socials-list a .fa-dribbble {
    border: 1px solid #eaf0f56b;
    padding: 14px 15px;
}

.kcl-widget-title .title {
    padding-bottom: 33px;
    color: rgb(247, 249, 251);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-left: -1px;
    margin-right: 1px;
}

.hotline-soffets .hotline {
    font-size: 24px;
}

.hotline-soffets .soffets {
    color: #ffc000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}

.d-sm-flex .first li::before {
    content: "\f101";
    line-height: normal;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    padding-right: 30px;
    color: #f7f9fb;
}

.mg-widget-mobi .hv-linear-services .email-here {
    border-radius: 36px;
    border: 1px solid #d8e2eb86;
    background: none;
    padding: 11px 0px 9px 29px;
}

.mg-widget-mobi .hv-linear-services input::placeholder {
    color: #f7f9fb;
}

.mg-widget-mobi .text-coler-footer {
    color: #f7f9fb;
}

.latest-news li {
    margin-bottom: 37px
}

.clearfix .latest-title a {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.clearfix .latest-day {
    padding-bottom: 20px;
    color: #088bed;
}

.latest-news .latest-image {
    float: left;
    margin: -6px 32px 0 0;
}

.latest-news .latest-content h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 0 !important;
}

.latest-news .latest-content p {
    color: #088bed;
    padding-bottom: 19px !important;
    font-size: 14px;
}

.home.home1 #wrapper .latest-news .latest-content .latest-day {
    padding-bottom: 19px;
}

.home.home1 #wrapper .latest-news .latest-content .latest-title {
    padding-bottom: 0px;
}

.latest-news {
    padding-bottom: 1px;
}


.site-content .bottom {
    padding-top: 37px;
}



#bottom .bottom-wrap {
    padding: 27px 18px 0px 0px;
}

#bottom .bottom-wrap #copyright a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #67696e;
    top: 24px;
    margin: 9px;
}

#bottom .bottom-wrap #copyright span a::after {
    display: none;
}

#bottom .bottom-wrap #copyright a {
    padding: 0px 4px 0px 17px;
    color: #f7f9fb;
}

#bottom .bottom-wrap #copyright span {
    color: #f7f9fb;
    margin-left: 18px
}

#bottom .bottom-wrap #copyright a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #088bed;
}



/* home2 */
.side-menu__block.active .side-menu__block-overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block\9;
    visibility: visible;
    cursor: url(../icon/close-1-1.png), auto;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.side-menu__block-overlay {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    display: none\9;
    visibility: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-menu__block-inner {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999999;
}

.side-menu__top {
    display: flex;
    margin-top: 30px;
}

.side-menu__top-introduce a img {
    margin-bottom: 20px;
}

.side-menu__top-introduce h5 {
    margin-bottom: 20px;
}
.side-menu__block-inner .widget {
    margin: 30px 0;
}

.side-menu__block.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-menu__block {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-side-menu {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#site-header .navigation-side-menu {
    position: absolute;
    right: 50px;
    font-size: 36px;
}

.home2 #main-nav>ul>li>a {
    padding: 20px 0px 20px 0px;
    color: #fff;

}

.home2 .top-bar .content-hotline .hotline {
    display: flex;
    flex-direction: column;
    padding-left: 26px;
    padding-bottom: 1px;
}

.home2 .top-bar .content-hotline .hotline p {
    font-size: 15px;
    line-height: 35px;
    font-family: "Roboto", Bold;
    color: #091d3e;
    margin-bottom: -6px;
}

.home2 .top-bar .content-hotline .hotline a {
    font-size: 18px;
    line-height: 35px;
    font-family: "Roboto", Bold;
    color: #ffffff;
}
.home2 .wrap-topbar {
    padding: 13px 0 4px;
}

.home2 .slider .content-inner {
    padding: 109px 0 0px 0;
    justify-content: space-between;
}

.home2 .slider .content {
    padding: 60px 0px 0 15px;
    max-width: 527px;
    z-index: 1;
}

.home2 .slider  .back-ground {
    position: relative;
    margin-right: 14px;
}


.home2 .slider .back-ground::after {
    position: absolute;
    width: 78%;
    height: 86%;
    content: "";
    top: -30px;
    border-radius: 90px 0px 90px 90px;
    background: rgb(8, 139, 237);
    right: -30px;
    z-index: -1;
}

.home2 .top-bar .content-hotline .home-hotline {
    display: flex;
    align-items: center;
    margin-right: -3px;
}

.home2 .top-bar .content-hotline .home-hotline.style {
    margin-left: 70px;
    margin-right: 1px;
    margin-top: -4px;
}

.home2 .top-bar .content-hotline .home-hotline.style1 .icon {
    padding: 16px 15px 8px 15px;
    background: #3f4b623d;
    margin-right: 3px;
    margin-top: -5px;
}

.home2 .top-bar .content-top-bar .logo {
    margin-top: -2px;
}

.home2 .top-bar .content-hotline .home-hotline.style .icon {
    background: #3f4b623d;
    padding: 15px 15px 8px 15px;
    margin-right: 2px;
    margin-top: 1px;
}

.home2 .top-bar .content-hotline .home-hotline .icon span {
    font-size: 30px;
    color: #ffffff;
}

.home2 #header {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    background: #091d3e;
}

.home2 .header .flex-header {
    position: relative;
}

.home2 .header .flex-header .image {
    position: absolute;
    right: 0;
    top: 18px;
}

.home2 .header .flex-header .image .icon-animate {
    animation: rotated 5s infinite ease-in-out;


}

.home2 #main-nav>ul>li>.style {
    padding: 20px 0px 20px 0px;
}

.home2 #main-nav>ul>.style {
    padding: 0px 0 0 0;
    margin-right: -16px;
}

.home2 #main-nav>ul>li {
    float: left;
    margin-left: -1px;
    margin-right: 66px;
}

.home2 .header .flex-header .content-menu {
    margin-left: -172px;
}

.home2 .content-menu .nav-wrap #mainnav .menu .list .style2 {
    color: #ffffff;
}

.home2 .content-menu .nav-wrap #mainnav .menu li .style2 {
    color: #ffffff;
}


.home2 .parallax1 {
    background: #ffffff;
    padding: 109px 0px 1px 0;

}

.home2 .parallax1 .mainslider {
    margin-right: -30px;
    padding-top: 30px;
    margin-top: -30px;
}


.home2 .breadcrumbs-wrap .title {
    font-size: 80px;
    line-height: 85px;
    font-weight: bold;
    color: #091d3e;
    margin-bottom: 33px;
}


.home2 .breadcrumbs {
    display: flex;
    justify-content: center;
}


.home2 .breadcrumbs-wrap .button-header {
    cursor: pointer;
    position: relative;
    background: #088bed;
    padding: 19px 77px 19px 44px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0%;
}



#main-nav>ul>li>.style::after {
    content: none;

}

#main-nav>ul>li>a::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 30%;
    right: -16px;
}

.home2 .button-header::after {
    position: absolute;
    background: #088bed;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0%;
    top: 2px;
    right: 22px;
}

.home2 .button-header:hover ::after {
    right: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .slider .header-flat-pagination {
    position: absolute;
    background: #e4f0fa;
    display: flex;
    width: 100%;
    bottom: 0px;
    height: 14%;
}

.home2 .slider .header-flat-pagination .button {
    position: absolute;
    padding: 3px 35px 55px 23px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #088bed;
    color: #ffffff;
    border: 1px solid #eaf0f56b;
}

.home2 .slider .header-flat-pagination .wrap-button {
    cursor: pointer;
    width: 50%;
    position: relative;
    text-align: center;
}

.home2 .slider .header-flat-pagination .btn-next-main {
    left: 59px;
    color: #ffffff;
    top: 54px;
}

.home2 .slider .header-flat-pagination .btn-next-main::after {
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
}

.home2 .slider .header-flat-pagination .btn-prev-main::after {
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    content: "\f100";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
}

.home2 .slider .header-flat-pagination .btn-prev-main {
    left: -64px;
    color: #ffffff;
    top: 54px;

}

.home2 .slider .header-flat-pagination .btn-next-main:hover,
.home2 .slider .header-flat-pagination .btn-prev-main:hover {
    background: #091d3e;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .slider .header-flat-pagination .btn-next-main.swiper-button-disabled,
.home2 .slider .header-flat-pagination .btn-prev-main.swiper-button-disabled {
    background: #081832;
    color: #ffffff;
}

.home2 .breadcrumbs-inner .font::after {
    display: none;
}

.home2 .slider .content-inner {
    display: flex;
}

.home2 #wrapper .popular-collections {
    padding-top: 132px;
    padding-bottom: 120px;
}

.home2 .popular-collections .sc-heading .content {
    font-size: 18px;
    font-weight: 500;
    color: #088bed;
    margin-top: 6px;
    margin-bottom: -6px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.home2 .popular-collections .sc-heading .content a {
    margin-right: -60px;
    cursor: pointer;
    background: #67696e3d;
    padding: 38px 125px 37px 72px;
    margin-top: -6px;
    position: relative;
    font-size: 28px;
    font-family: "Roboto";
    color: rgb(8, 139, 237);
    -moz-transform: matrix(0.60429778741144, 0, 0, 0.60429778741144, 0, 0);
    -webkit-transform: matrix(0.60429778741144, 0, 0, 0.60429778741144, 0, 0);
    -ms-transform: matrix(0.60429778741144, 0, 0, 0.60429778741144, 0, 0);
}

.home2 .popular-collections .sc-heading .content a:hover {
    background: #088bed;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .popular-collections .sc-heading .content a::after {
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    color: #299cf2;
    right: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .popular-collections .sc-heading .content a:hover:after {
    color: #fff;
    animation: 0.3s hover-button linear;
}

.home2 .popular-collections .swiper-slide .product-content p {
    font-size: 15px;
    line-height: 27px;
    font-family: "Roboto", Bold;
    color: #67696e;
    margin-bottom: 26px;
    padding-right: 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .popular-collections .sc-product-item {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: unset;
    border: 1px solid #3d3e3e17;
    border-radius: unset;
}

.home2 .popular-collections .style-design {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: unset;
    border: 1px solid #3d3e3e17;
    background: rgb(9, 29, 62);
    border-radius: unset;
}

.home2 .popular-collections .style-design .product-content h5,
.home2 .popular-collections .style-design .product-content p {
    color: #fff;
}

.home2 .popular-collections .sc-product-item .overlay {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0;
    z-index: -3;

}


.home2 .popular-collections .sc-product-item::after {
    border-radius: 50%;
    content: "";
    background-color: rgb(255, 255, 255);
    left: -20px;
    top: -30px;
    opacity: 0.031;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 229px;
    height: 229px;
    z-index: -1;
    visibility: hidden;
}



.home2 .sc-product-item.style-design .product-img p {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    background: #fff;
    color: #088bed;
    content: "1";
    top: -28px;
    right: 18px;
    padding: 6px 14px;
    border-radius: 27px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

/* 
.home2 .popular-collections .sc-product-item:hover h5,
.home2 .popular-collections .sc-product-item:hover p {

    color: #ffffff;

} */

.home2 .popular-collections .sc-product-item::before {
    content: "";
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.031;
    position: absolute;
    width: 229px;
    height: 229px;
    right: -20px;
    top: -30px;
    z-index: -2;
    visibility: hidden;


}

.home2 .popular-collections .sc-product-item:hover::after,
.home2 .popular-collections .sc-product-item:hover::before {
    visibility: visible;
}



.home2 .sc-product-item .product-img {
    position: relative;
    margin-bottom: 27px;
    margin-top: 48px;
    margin-left: 45px;
}

.home2 .sc-product-item .style-product-img {
    padding-top: 8px;
}

.home2 .popular-collections .sc-heading .content h3 {
    font-weight: 600;
    margin-left: -5px;
    margin-top: -16px;
}

.home2 .sc-product-item .product-img p {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    background: #088bed;
    color: #ffffff;
    content: "1";
    top: -28px;
    right: 18px;
    padding: 6px 14px;
    border-radius: 27px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.home2 .slider-item .sc-product-item .product-content {
    margin-left: 45px;
    margin-top: -6px;
    align-items: unset;
}

.home2 .slider-item .sc-product-item .product-content h5 {
    margin-bottom: 25px;
    margin-top: 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .slider-item .sc-product-item .product-content .product-author {
    padding-right: 81px;
    padding-bottom: 18px;
}

.home2 .slider-item .sc-product-item .product-content .product-author a {
    position: relative;
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(8, 139, 237);
    font-weight: bold;
    line-height: 2;
    text-align: left;
    margin-right: 12px;
}

.home2 .slider-item .sc-product-item .product-content .product-author a:hover {
    font-family: "Roboto";
    color: rgb(8, 139, 237);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.home2 .sc-product-item .product-content .product-author::after {
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    color: #299cf2;
    margin-top: 2px;
    font-size: 17px;
}

.home2 .sc-product-item .product-content .product-author:hover::after  {
    animation: 0.3s hover-button linear;
}


.home2 .sc-product-item .style-span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    font-family: "Roboto";
    color: rgb(8, 139, 237);
    font-weight: bold;
    line-height: 28px;
}

.home2 .sc-product-item .style-span .span-botom {
    margin-top: -22px;
}

.home2 .sc-product-item .style-span .span-botom span {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(8, 139, 237);
    font-weight: bold;
}

.home2 #wrapper .media .overlay {
    background: #088bed;
}

.home2 .content .inner.style .desc {
    margin-top: 15px;
    color: #ffffff;
    padding-left: 42px;
}

.home2 .content .inner.style h3 {
    color: #ffffff;
}

.home2 .content .inner.style .desc::before {
    color: #ffffff;
    left: 10px;
}

.home2 .content .inner.style .desc::after {
    color: #ffffff;
}

.home2 #wrapper .media {
    padding-top: 98px;
    position: relative;
}

.home2 .media .content .inner.style h3 {
    padding-left: 43px;
    padding-right: 0;
}

.home2 .media .video {
    left: 54%;
}

.home2 .media .image-media {
    position: absolute;
}

.home2 .tf-counter .layout-couter {
    position: absolute;
    width: 74%;
    height: 40%;
    background: #088bed;
    bottom: 437px;
    left: -558px;
    transform: rotate(45deg);
}

.home2 .tf-counter .layout-couter .design-layout {
    position: relative;
}

.home2 .tf-counter .layout-couter::after {
    bottom: -32px;
    left: -33px;
    content: "";
    width: 100%;
    height: 110%;
    background: #f7f9fb;
    position: absolute;
}

.home2 .tf-counter .wrap-couter {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 172px;
    justify-content: space-between;
    text-align: center;
}

.home2 .tf-counter .wrap-couter::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #00000015;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home2 .tf-counter .wrap-couter::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000015;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home2 .tf-counter .wrap-couter i {
    position: absolute;
    font-size: 20px;
    color: #088bed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home2 .tf-counter .wrap-couter .box-couter {
    position: relative;
    width: calc(50% - 33px);
    margin-left: -1px;
    margin-bottom: 70px;
    border: 1px solid #00000015;
    padding: 50px 0px 56px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .tf-counter .wrap-couter .box-couter.m-b0 {
    margin-bottom: 0;
}

.home2 .tf-counter .wrap-couter .box-couter.design {
    cursor: pointer;
    background: #091d3e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .tf-counter .wrap-couter .box-couter.design p,
.home2 .tf-counter .wrap-couter .box-couter.design .number-content span {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .tf-counter .wrap-couter .box-couter:hover {
    cursor: pointer;
    background: #091d3e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.home2 .tf-counter .wrap-couter .box-couter:hover p,
.home2 .tf-counter .wrap-couter .box-couter:hover .number-content span {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .tf-counter .wrap-couter .box-couter::after {
    cursor: pointer;
    position: absolute;
    content: "\f067";
    color: #088bed;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 11px;
    right: 20px;
    line-height: 30px;
}

.home2 .tf-counter .wrap-couter .box-couter p {
    font-size: 17px;
    list-style: 30px;
    font-weight: 500;
    font-family: "Roboto", Bold;
    color: #088bed;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .tf-counter .image-couter {
    padding-left: 69px;
}

.home2 .box-couter .number-content span:hover,
.home2 .tf-counter .wrap-couter .box-couter p:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
}

.home2 .box-couter .number-content {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: "Roboto", Bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home2 .box-couter .number-content span {
    color: #000000;
    font-size: 42px;
    list-style: 30px;
    font-weight: 700;
    font-family: "Roboto", Bold;
}

.home2 .tf-counter {
    padding-top: 247px;
    padding-bottom: 150px;
}

.home2 #wrapper .prochudure {
    padding-top: 130px;
    padding-bottom: 145px;
    background: #091d3e;
}

.home2 .style .inner .desc {
    margin-top: 15px;
    color: #088bed;
    padding-left: 0px;
}

.home2 .wrap-title-prochudure .inner h3 {
    color: #ffffff;
}

.home2 .a-call .style .inner .desc::before {
    left: -26px;
    bottom: 4px;
}

.home2 .style .inner .desc::after {
    color: #088bed;
    right: -40px;
    bottom: 4px;
}


.home2 .wrap-prochudure.style-design {
    flex-direction: column-reverse;
}

.home2 .wrap-prochudure {
    align-items: center;
    text-align: center;
    margin-left: 0;
    padding: 0px 0px;
    margin-top: 83px;
    flex-direction: column;
    background: none;
    margin-right: 0px;

}

.home2 .wrap-prochudure .content-prochudure h5 a {
    color: #ffffff;
    font-size: 25px;
    font-weight: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
}

.home2 .wrap-prochudure .content-prochudure p {
    font-size: 15px;
    line-height: 25px;
    padding: 0 118px;
    color: #ffffff;
    border-radius: unset;
    margin-right: 0px;

}

.home2 .wrap-prochudure .icon-prochudure {
    padding: 85px 85px;
    border-radius: unset;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .wrap-prochudure .style-prochudure {
    background: #0b234b;
    margin-top: 46px;
    border: 1px solid #088bed;
}

.home2 .wrap-prochudure .icon-prochudure:hover {
    cursor: pointer;
    background: #0b234b;
    border: 1px solid #088bed;
}

.home2 .wrap-prochudure .content-prochudure h5 {
    padding-top: 44px;
    margin-bottom: 20px;
}

.home2 .prochudure .icon-next {
    right: -13px;
    top: 235px;
}

.home2 .style-design .content-prochudure h5 {
    padding-top: 0px;
    margin-bottom: 19px;
}

.home2 .wrap-prochudure .content-prochudure {
    margin: -2px 0;
}

.home2 .wrap-title-latest {
    padding: 128px 0 100px 0;
}

.home2 #wrapper .latest {
    position: relative;
    flex-direction: column;
    padding-bottom: 151px;
    padding-top: 3px;
}

.home2 .latest .overlay {
    position: absolute;
    height: 100%;
    width: 50%;
    background: #f7f9fb;
}

.home2 .wrap-container .wrap-latest {

    padding-bottom: 29px;

}

.home2 .wrap-container {
    padding: 0 172px;
}

.wrap-container .wrap-latest.latest-bottom .image-latest {
    width: calc(25% - 20px);
}

.home2 .wrap-container .button-laster {
    text-align: center;
    padding-top: 72px;
}

.home2 .wrap-container .button-laster  a {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #091d3e;

}

.home2 .wrap-container .button-laster a {
    border: 2px solid #088bed;
    padding: 20px 81px 20px 50px !important;
    letter-spacing: 0px;
    position: relative;
}



.home2 .wrap-container .button-laster a::after {
    position: absolute;
    content: "\f101";
    color: #091d3e;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    top: 17px;
    right: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .wrap-container .button-laster  a:hover:after {
    animation: 0.3s hover-button linear;
}


.home2 .FAQ .row {
    flex-direction: row-reverse;
}

.home2 .FAQ .content .inner.style .desc::before {
    color: #ffffff;
    left: -4px;
}

.home2 .FAQ .content .inner.style .desc::after {
    color: #ffffff;
    right: -37px;
    bottom: 2px;
}

.home2 #wrapper .FAQ .faq-content {
    padding-left: 0px;
}

.home2 .wrap-title-FAQ .content .flat-accordion {
    padding-right: 70px;
}

.home2 #wrapper .FAQ {
    padding-top: 129px;
    padding-bottom: 126px;
    background: #088bed;
    position: relative;

}

.home2 #wrapper .FAQ .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    opacity: 5%;
    background-color: rgb(255, 255, 255);
    top: 0;
}

.home2 #wrapper .a-call .overlay {
    background: url("../images/layout/a-call.jpg");
}

.home2 .FAQ .content .inner.style .desc {
    padding-left: 32px;
}

.home2 .flat-accordion .flat-toggle {
    border-radius: unset;
    margin-top: 5px;
    margin-bottom: 22px;
}

.home2 .flat-accordion .flat-toggle h6.toggle-title {
    line-height: 66px;
    padding-left: 28px;
    color: #ffffff;
    background-color: rgb(55, 162, 242);

}

.home2 .flat-accordion .flat-toggle .toggle-content {
    color: #ffffff;

}

.home2 .flat-accordion .flat-toggle h6.toggle-title::after {
    top: 20%;
}

.home2 #wrapper .FAQ .faq-img {
    padding-top: 53px;
    padding-left: 64px;
}

.home2 #wrapper .FAQ .faq-img .image {
    position: relative;
    border-radius: 50%;
}

.home2 .latest .style .inner .desc::before {
    left: -41px;
    bottom: 5px;
}

.home2 .a-call .style .inner .desc::after {
    left: 137px;
    bottom: 4px;
}

.home2 #wrapper .FAQ .faq-img .wrap-image img {
    position: absolute;
    border-radius: 50%;
    bottom: -4px;
    left: 72px;
}

.home2 #wrapper .a-call .wrap-post-mail-a-call .content .inner .comment-form {
    margin: 0px 0px;
    text-align: left;
}

.home2 #wrapper .a-call {
    padding-top: 170px;
    padding-bottom: 174px;
}

.home2 #wrapper .a-call .content .inner .comment-form .text-wrap {
    margin: 55px 70px 16px;
}

.home2 #wrapper .a-call .content .inner .comment-form .text-wrap fieldset {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}

.home2 .a-call .content .inner .comment-form .text-wrap fieldset input:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #088bed;
}

.home2 .a-call .content .inner .comment-form .text-wrap .phone-wrap input {

    border: 1px solid #088bed;
}

.home2 #bottom .bottom-wrap #copyright span {
    margin-left: 0px;
}

.home2 .a-call .content .inner .comment-form .text-wrap fieldset #comment-message {
    padding-bottom: 112px;
}

.home2 #commentform .form-submit button {
    position: relative;
    margin-left: 71px;
    padding: 18px 78px 16px 44px !important;
    font-size: 17px;
    line-height: 30px;
}

.home2 #commentform .form-submit .submit::after {
    position: absolute;
    background: none;
    top: 19px;
    right: 47px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 #commentform .form-submit .submit:hover:after {
    animation: 0.3s hover-button linear;
}

.home2 #wrapper .a-call .inner {
    display: flex;
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
    text-align: unset;
}

.home2 #wrapper .a-call .content .inner h3 {
    padding: 0 0;
}

.home2 #wrapper .a-call .wrap-content {
    margin-left: 71px;
    margin-right: -10px;
}

.home2 #wrapper .a-call .content .inner h3 {
    margin-bottom: 49px;
    margin-left: -1px;
}

.home2 #wrapper .a-call .content .inner .desc {
    margin-top: 6px;
    margin-left: 28px;
}

.home2 #wrapper .a-call .content .inner .description {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(182, 199, 227);
    text-align: left;
    line-height: 30px;
    margin-right: 5px;
}

.home2 #wrapper .a-call .content .inner .description.style {
    margin-bottom: 23px;
}

.home2 #wrapper .a-call .content .inner h4 {
    margin-left: -3px;
    color: #ffffff;
    font-size: 42px;
    line-height: 78px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 17px;
}

.home2 .testimonial .content .inner h3 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 70px;
    max-width: 38%;
}

.home2 #wrapper .technology {
    padding-top: 139px;
    padding-bottom: 98px;
}

.home2 .testimonial .content .inner .desc {
    margin-bottom: 21px;
    margin-left: 1px;
    margin-top: 2px;
}

.home2 #wrapper .testimonial {
    position: relative;
    padding-top: 141px;
    padding-bottom: 152px;
    display: flex;
    flex-direction: column;
}


.home2 .testimonial .wrap-content-testimonial {
    padding: 0 158px;
}

.home2 .wrap-content-testimonial .testiomonial-slider-thumb .wrap-testimonial .wrap-user {
    width: 433px;
    height: 345px;
    padding-bottom: 0px;
}

.home2 .wrap-content-testimonial .wrap-testimonial {
    display: flex;
}

.home2 .wrap-content-testimonial .wrap-user .description p {
    margin-right: 32px;
}

.home2 .testimonial .testimonial-button {
    text-align: center;
    position: relative;
    padding-top: 30px;

}

.home2 .testimonial .testimonial-button .button-left.swiper-button-disabled,
.home2 .testimonial .testimonial-button .button-right.swiper-button-disabled {
    background: #088bed;
    color: #ffffff;
}

.home2 .testimonial .testimonial-button .button {
    cursor: pointer;
    position: absolute;
    padding: 1px 20px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 49px 8px 0px 8px;
    background: #ffffff;
    border: 1px solid #eaf0f56b;
}

.home2 .testimonial .testimonial-button .button:hover {
    background: #088bed;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .wrap-content-testimonial .user-star .image-user {
    margin-left: 2px;
}

.home2 .wrap-user .user-star .user-content {
    margin-right: -7px;
}

.home2 .wrap-user .user-star .star {
    left: -204px;
    position: absolute;
    top: 34px
}

.home2 .wrap-user .user-star .user-content h5 {

    margin-right: -10px;
}

.home2 .wrap-content-testimonial .user-star {
    position: relative;
}

.home2 .wrap-content-testimonial .user-star .star .number-star {
    display: flex;
    margin-left: 0px;
    margin-bottom: 0px;
}

.home2 .blog-post .wrap-blog-post {
    display: flex;
    flex-direction: row;
}

.home2 .blog-post .wrap-design {
    padding: 0 261px;

}

.home2 .blog-post .wrap-blog-post .main-post {
    display: flex;
    flex-direction: column;
    background: #f7f9fb;
}

.home2 .blog-post .wrap-blog-post .main-post .featured-post img,
.home2 .blog-post .wrap-blog-post .main-post .featured-post {
    width: 100%;
}

.home2 .blog-post .wrap-blog-post .main-post .post-meta {
    padding: 32px 0;
    background: #edf2f6;
    width: 100%;
    margin-bottom: 31px;
}

.home2 .blog-post .wrap-blog-post .main-post .post-meta li {
    position: relative;
}

.home2 .blog-post .wrap-blog-post .main-post .post-meta .date {
    padding-left: 13px;
}

.home2 .blog-post .wrap-blog-post .main-post .author-style::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    left: 12px;
    background: #67696e;
    top: -5px;
}

.home2 .blog-post .wrap-blog-post .main-post .author-style::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #67696e;
    top: -4px;
    right: -14px;
}

.home2 .blog-post .wrap-blog-post .main-post .content-blog h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
    margin-left: 38px;
    margin-right: 38px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
}

.home2 .blog-post .wrap-blog-post .main-post .content-blog p {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

.home2 .blog-post .content .inner {
    padding-bottom: 59px;
    padding-bottom: 85px;
}

.home2 .blog-post .wrap-blog-post .main-post .post-meta li a {
    margin-left: 25px;
}

.home2 .blog-post .wrap-blog-post .main-post .flex {
    padding-bottom: 34px;
}

.home2 .blog-post .wrap-blog-post .main-post .flex a {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Roboto", Bold;
    color: #299cf2;
    margin-left: 37px;
}


.home2 .blog-post .wrap-blog-post .main-post .flex ::after {
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    color: #299cf2;
    top: 2px;
    right: -26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home2 .blog-post .wrap-blog-post .main-post .flex:hover ::after {
     animation: 0.3s hover-button linear;

}

.home2 #wrapper .blog-post {
    padding-bottom: 149px;
    padding-top: 138px;
    flex-direction: column;
}

.home2 .blog-post .wrap-blog-post .style-post {
    margin-right: 0px;
}

.home2 .blog-post .wrap-blog-post .main-post .flex.style {
    padding-bottom: 62px;
}

.home2 #bottom .bottom-wrap {
    display: flex;
    justify-content: space-between;
    padding: 27px 0 0;
}

.home2 .widget-latest {
    padding: 112px 0px 61px 0px;
    border: none;
    margin-right: 5px;
    margin-left: -2px;
}

.home2 .service-widget {
    margin-right: -10px;
    padding: 114px 0 120px 100px;
    border: none;
}

.home2 .service-widget .hv-linear-services {
    padding-right: 9px;
}

.home2 #footer-widget .widget-working .wrap-working li a {
    color: #f7f9fb;
    font-size: 16px;
    line-height: 39px;
    font-weight: 400;
}

.home2 #footer-widget .widget-working .wrap-working li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home2 .working-widget {
    text-align: center;
    padding-top: 112px;
    border: none;
}

.home2 #footer .working-widget .widget-title {
    margin-right: 43px;
    margin-bottom: 28px;
    padding-bottom: 0px;
}

.home2 #footer .working-widget .widget-working {
    margin: 0 21px 0 71px;
}

.home2 #footer-widget .widget-working .wrap-working li p {
    font-size: 16px;
    line-height: 39px;
    color: #ffffff;
}

.home2 #footer-widget .widget-working .wrap-working li .style-p {
    color: #088bed;
    margin-right: 79px;
}

.home2 #bottom .bottom-wrap #copyright a {
    padding: 10px 0px;
    margin-right: 23px;
}

.home2 #bottom .bottom-wrap #copyright a::after {
    top: 24px;
    margin: 10px;
}

.home2 #bottom .bottom-wrap .socials-list {
    margin: -10px -10px;
}




/* blog1 */
.blog .parallax1 {
    background-image: url(../images/header/bgvisibility.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumbs-wrap .title {
    font-size: 70px;
    line-height: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 40px;
}

.breadcrumbs-inner li {
    display: inline-block;
}

.breadcrumbs-wrap .breadcrumbs-inner li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumbs-wrap .breadcrumbs-inner li a:hover {
    color: #088bed;
}

.blog .breadcrumbs-inner .font::after {
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    padding: 0 15px;
}

.blog .page-title {
    padding: 147px 0 185px 0;
}

.blog.blog1 #wrapper .blog-content {
    padding-top: 147px;
    padding-bottom: 75px;
}

.blog.blog1 .no-column .col-left {
    width: 31.62%;
    padding-right: 70px;
    margin-left: -1px;
    margin-right: 2px;
}


.blog.blog1 .widget-category .widget-title {
    display: flex;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #0d2235;
    margin-bottom: 33px;
    text-transform: capitalize;
}

.blog.blog1 .sidebar .widget-bg {
    border-radius: 5px;
    margin-bottom: 17px;
}

.blog.blog1 .sidebar .widget-recent-posts {
    margin-bottom: -1px;
}

.blog.blog1 .sidebar .widget-category {
    margin-bottom: 0px;
}

.blog.blog1 .widget-instagram .widget-title {
    margin-bottom: 33px;
}

.blog.blog1 .sidebar .widget-bg.widget-instagram {
    padding-top: 14px;
    margin-bottom: -1px;
}

.blog.blog1 .sidebar .widget-bg.kcl-widget {
    padding-bottom: 39px;
    padding-top: 15px;
}

.blog.blog1 .widget-instagram .widget-gallery-item {
    font-size: 0;
    line-height: 0;
    margin: -8px;
    margin-top: -2px;
}

.blog .widget .widget-title {
    display: flex;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #0d2235;
    margin-bottom: 33px;
    text-transform: capitalize;
}

.blog .widget-recent-posts .widget-title {
    padding-bottom: 16px;
}

.blog.blog1 .no-column .col-right {
    width: 68.38%;
    padding-left: 0px;
    padding-top: 0px;
}

.blog.blog1 .site-content .mg-blog {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    margin-left: 0px;
    border-bottom: 1px solid #eceeef;
}

.blog.blog1 .main-post .featured-post {
    width: 45%;
}

.blog.blog1 .main-post .featured-post .entry-image img {
    padding-top: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog.blog1 .content-blog {
    padding-top: 21px;
    width: 55%;
    padding-left: 10px;
}

.blog.blog1 .content-blog .title {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: #0d2235;
    margin-bottom: 23px;
    padding-right: 35px;
}

.blog.blog1 .content-blog .post-meta {
    padding: 20px 10px;
    background: #f7f9fb;
}

.blog.blog1 .content-blog p {
    margin-top: 26px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin-right: -4px;
    margin-left: -1px;
}

.blog.blog1 .blog-pagination ul {
    list-style: disc;
    line-height: 0;
    display: flex;
    justify-content: center;
    padding-top: 41px;
    padding-bottom: 71px;
}

.blog.blog1 .flat-pagination ul li .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    background: #f7f9fb;
}

.blog.blog1 .flat-pagination ul li .style-number {
    color: #088bed;
}

.blog.blog1 .flat-pagination {
    border-bottom: none;
}

.blog.blog1 .blog-pagination ul li a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #088bed;
    color: #ffffff;
    font-weight: 500;
}

.blog.blog1 .socicals-list a .fa-facebook-f {
    border: 1px solid #eaf0f56b;
    padding: 15px 17px;
}

.blog.blog1 .socicals-list a .fa-twitter {
    border: 1px solid #eaf0f56b;
    padding: 15px 14px;
}

.blog.blog1 .socicals-list a .fa-skype {
    border: 1px solid #eaf0f56b;
    padding: 14px 15px;
}

.blog.blog1 .socicals-list a .fa-dribbble {
    border: 1px solid #eaf0f56b;
    padding: 15px 15px;
}

.blog.blog1 .socicals-list a {
    margin-right: 9px;
}

.blog.blog1 .flat-pagination ul li .page-numbers i {
    font-size: 15px;
}

.blog .widget-lastest {
    padding: 112px 0 76px 42px;
}

.blog #footer-widget .widget.widget-title-latest {
    font-size: 27px;
    font-weight: 500;
    color: #ffff;
    line-height: 30px;
    padding-bottom: 50px;
}

.blog #footer-widget .widget.widget-title-latest {
    font-size: 27px;
    font-weight: 500;
    color: #ffff;
    line-height: 30px;
    padding-bottom: 50px;
}

.blog .lastest-news li {
    margin-bottom: 38px;
}

.blog .lastest-news .lastest-image {
    float: left;
    margin: -6px 32px 0 0;
}

.blog .lastest-news .lastest-content p {
    color: #088bed;
    padding-bottom: 19px;
    font-size: 14px;
}

.blog .lastest-news .lastest-content h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.blog .widget-bg .coler {
    color: #088bed;
}

.blog .form-search .search {
    background: #f7f9fb;
    width: 100%;
    height: 68px;
}

.blog .form-search {
    position: relative;
    color: #f7f9fb;
    padding-bottom: 5px;
}

.blog .widget-search .form-search .btn-search {
    padding: 0;
    right: 24px;
    top: 25px;
    font-size: 20px;
    border-radius: 5px;
    color: #088bed;
    position: absolute;
}

.blog .sidebar .widget-search {
    border-radius: 5px;
    padding-bottom: 50px;
}

.blog .widget-recent-posts .recent-news li {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #eceeef;
}

.blog .recent-news li .thumb-image {
    margin-right: 31px;
    margin-top: -20px;
}

.blog .recent-news .thumb-content .thumb-day {
    font-size: 14px;
    color: #088bed;
    margin-bottom: 19px;
}

.blog .widget-recent-posts .recent-news .style-top {
    padding-top: 31px;
}

.blog .sidebar .widget-bg {

    padding-bottom: 33px;
}

.blog .widget-category ul li .block-inside {
    display: block;
    background-color: #f7f9fb;
    padding: 20px;
}

.blog .widget-category ul li {
    margin-bottom: 8px;
}

.blog .widget-category ul li .block-inside a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Roboto', sans-serif;
    color: #088bed;
    text-rendering: optimizeLegibility;
}

.blog .widget-category ul li .block-inside a {
    font-size: 16px;
    display: block;
    position: relative;
    color: #212529;
    margin-left: 4px;
}

.blog .widget-category ul li .block-inside a::before {
    content: "\f101";
    line-height: normal;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    margin-right: 30px;
    margin-left: 5px;
    color: #088bed;
}

.blog .widget-instagram .widget-gallery-item li {
    display: inline-block;
    vertical-align: top;
}

.blog .widget-instagram .thumb-instagram {
    position: relative;
    margin: 4px 3px 6px 8px;
}

.blog .widget-instagram .thumb-overlay-effect:hover {
    opacity: 1;
}

.blog .widget-instagram .thumb-overlay-effect {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #088bedf0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog .widget-instagram .thumb-overlay-effect.design {

    opacity: 1;

}

.blog .widget-instagram .thumb-overlay-effect .instagram-icon-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\e902';
    font-family: 'soffets';
    font-size: 15px;
    color: #ffffff;
}

.blog .widget-instagram .thumb-overlay-effect .instagram-icon-thumb::before {
    position: absolute;
    content: '\e902';
    font-family: "soffets";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #ffffff;
}

.blog .content-instagram {
    display: flex;
    padding-top: 17px;
}

.blog .content-instagram .follower {
    display: flex;
    padding-right: 16px;
    font-size: 15px;
    margin-top: 9px;
    font-weight: 400;
    line-height: 27px;
}

.blog .content-instagram .follower a {
    padding-right: 3px;
    color: #088bed;
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
}

.blog .hv-linear-gradient .email-here {
    margin: 0px 0 16px 0;
    padding: 18px 0px 9px 30px;
    font-size: 15px;
    background-color: #f7f9fb;
}

.blog .hv-linear-gradient .border-corner {
    position: relative;
    background: #088bed;
    width: 100%;
    padding: 21px 64px 20px 27px;
    font-size: 16px;
}

.blog .hv-linear-gradient .border-corner::after {
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    right: 95px;
    top: 21px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.media {
    text-align: center;
}

.home2 .video-slider {
    position: absolute;
    left: 0;
}

.blog .hv-linear-gradient .border-corner:hover:after {
    animation: 0.3s hover-button linear;

}

.blog .blog1 .sidebar .widget-bg {
    padding: 23px 0px 0px 0px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.blog .widget-bg .bg-linear-gradient a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #088bed;
    color: #ffffff;
}

.blog .widget-bg .bg-linear-gradient a.design {
    z-index: 1;
    position: relative;
    background: #088bed;
    color: #ffffff;
}

.blog .widget-tags .tags-list a {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #5f7586;
    border: 1px solid #eaf0f5;
    border-radius: 5px;
    padding: 7px 0px 5px 0px;
    display: inline-block;
    background-color: #f7f9fb;
    text-transform: capitalize;
    width: calc(33.3% - 10px);
    text-align: center;
    margin: 0px 6px 0px -3px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.blog.blog1 .sidebar .widget-bg .tags-list {
    margin-right: -20px;
}

.blog .content-blog .post-meta li {
    padding-right: 15px;
    position: relative;
    padding-left: 10px;
}

.blog .content-blog .post-meta li {
    padding-right: 16px;
    position: relative;
    padding-left: 10px;
}

.blog .post-meta .author-style::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    left: -5px;
    background: #67696e;
    top: -4px;
}

.blog .post-meta .author-style::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    right: 3px;
    background: #67696e;
    top: -5px;
}

.blog .bg-linear-gradient a {
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #088bed;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-left: -2px;
}

.blog .content-blog .flat-read-more a:after {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    padding: 0 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.blog .content-blog .flat-read-more a:hover::after {
    animation: 0.6s hover-button linear;
}

/* end blog1 */

/* blog2 */
.blog.blog2 .post-meta .author-style::before {

    left: -3px;

    top: -5px;
}

.blog.blog2 #wrapper .blog-content {
    padding-top: 142px;
    padding-bottom: 49px;
}

.blog.blog2 .site-content .mg-blog {
    display: flex;
    width: 50%;
    padding-bottom: 44px;
    margin-right: 0px;
    flex-direction: column;
}

.blog.blog2 .site-content .mg-blog.post-righ {
    display: flex;
    width: 50%;
    padding-bottom: 50px;
    margin-right: 0px;
    flex-direction: column;
}

.blog.blog2 .main-post .featured-post .entry-image img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog.blog2 article:last-child {
    margin-left: 0px;
    padding-bottom: 9px;
}

.blog.blog2 .site-content .wrap-post-n {
    display: flex;
    margin-right: -35px;
    padding-top: 7px;
}

.blog.blog2 .content-blog {
    padding-top: 23px;
    margin-right: 25px;
}

.blog.blog2 .content-blog .title {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: #0d2235;
    margin-bottom: 18px;

}

.blog.blog2 .content-blog p {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;

}

.blog.blog2 .content-blog .post-meta {
    padding: 21px 10px 20px 9px;
    background: #f7f9fb;
}

.blog.blog2 .blog-pagination ul {
    list-style: disc;
    line-height: 0;
    display: flex;
    left: 0;
    padding: 29px 0px 94px 0;
    justify-content: flex-start;
}

.blog.blog2 .blog-pagination ul li {
    margin-left: -5px;
    margin-right: 5px;
}

.blog.blog2 .flat-pagination ul li .page-numbers {
    padding: 0 21px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 4px;
    background: #f7f9fb;
}

.blog.blog2 #bottom .bottom-wrap #copyright a {
    padding: 0px 4px 0px 18px;
    ;
    color: #f7f9fb;
}

.blog.blog2 .flat-pagination ul li .page-numbers i {
    font-size: 13px;
}

.blog.blog2 .blog-pagination ul li a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #088bed;
    color: #ffffff;
    font-weight: 500;

}

.blog.blog2 .blog-pagination ul li .style-number {
    color: #088bed;
}

.blog.blog2 .no-column .col-right {
    width: 31.62%;
    padding-left: 70px;
    padding-top: 5px;
}


.blog.blog2 .widget-instagram .widget-gallery-item {
    font-size: 0;
    line-height: 0;
    margin: -7px;
}

.blog .widget-tags .tags-list a {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #5f7586;
    border: 1px solid #eaf0f5;
    border-radius: 5px;
    padding: 8px 0px 5px 0px;
    display: inline-block;
    background-color: #f7f9fb;
    text-transform: capitalize;
    width: calc(33.3% - 10px);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    position: relative;
}


.blog.blog2 #bottom .bottom-wrap #copyright a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #088bed;
}

.blog.blog2 .widget.widget-instagram {
    padding-bottom: 31px;
}

.blog.blog2 .widget.widget-instagram .widget-title {
    margin-bottom: 38px;
}

.blog.blog2 .sidebar .widget-search {
    border-radius: 5px;
    padding-bottom: 50px;
}

.blog.blog2.blog .sidebar .widget-category {
    padding-bottom: 47px;
}

.blog.blog2 .sidebar .kcl-widget {
    padding-top: 15px;
    padding-bottom: 57px;
}

/* end blog2 */

/* blog detail */
.content-blog .post-meta li {
    padding-right: 15px;
    position: relative;
    padding-left: 10px;
}

.content-blog .post-meta li:last-child {
    padding-right: 0px;

}


.content-blog .title {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #0d2235;
    margin-left: -2px;
    margin-bottom: 23px;

}

.blogdetail .content-blog .wrap-author {
    display: flex;
    justify-content: space-between;
    background: #f7f9fb;
}

.blogdetail .content-blog .wrap-author .author-left {
    padding: 21px 21px;
}

.blogdetail .content-blog .wrap-author .author-right {
    padding: 21px 21px;
    margin-right: 96px;
}

.blogdetail .content-blog p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-right: -4px;
    margin-left: -1px;

}

.blogdetail .content-blog .title-post {
    display: flex;
    justify-content: space-between;
    background: #f7f9fb;
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: normal;
    font-size: unset;
}

.blogdetail .content-blog .title-post a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    color: #0d2235;
}

.blogdetail .content-blog .title-post .content-post {
    padding: 29px 25px 30px 1px;
    ;
}

.content-blog .title-post .image-title-post img {
    margin: 36px 0px 20px 36px;
}

.blogdetail .content-blog .title-post .image-title-post {
    margin-right: 30px;
}

.blogdetail .content-blog .title-style2 {
    margin-bottom: 5px;
    margin-right: 160px;
    margin-bottom: 17px;
}

.blogdetail .content-blog .title-style3 {
    margin-bottom: 5px;
    margin-right: 160px;
    margin-bottom: 17px;
}

.blogdetail #wrapper .blog-content {
    padding-top: 142px;
    padding-bottom: 152px;
}

.blogdetail .no-column .col-left {
    width: 68.38%;
}

.blogdetail .no-column .col-right {
    width: 31.62%;
    padding-left: 69px;
    padding-top: 5px;
}

.blogdetail .main-post .featured-post .entry-image img {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 34px;
}

.blogdetail .post-meta .author-style-right::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    left: -3px;
    background: #67696e;
    top: -5px;
}

.blogdetail.blog .sidebar .widget-search {
    border-radius: 5px;
    padding-bottom: 50px;
}

.blogdetail .widget-instagram .widget-gallery-item {
    font-size: 0;
    line-height: 0;
    margin: -6px;
}

.blogdetail.blog .sidebar .widget-category {
    padding-bottom: 48px;
}

.blogdetail.blog .sidebar .kcl-widget {
    padding-top: 15px;
    padding-bottom: 56px;
}

.blogdetail.blog .image-post img {
    margin-right: 26px;
}

.blogdetail.blog .image-post {
    display: flex;
    margin-top: 34px;
    margin-bottom: 32px;
}

.blogdetail .post-tags-socials {
    width: 100%;
    display: table;
    padding-top: 15px;
    margin-bottom: 17px;
}

.blogdetail .post-tags {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    text-align: left;
    background: #f7f9fb;
    padding: 15px 0px 15px 32px;
}

.blogdetail .post-tags .title {
    font-size: 15px;
    line-height: 30px;
    font-weight: 800;
}

.blogdetail .post-tags .tag-name {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 7px;
}

.blogdetail .post-tags .tag-name .design {
    color: #088bed;
}

.blogdetail .post-tags .tag-name a {
    margin-right: 11px;
}

.blogdetail .post-socials .title {
    font-size: 15px;
    line-height: 30px;
    font-weight: 800;
    margin-right: 16px;
}

.blogdetail .post-socials {
    display: flex;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
    background: #f7f9fb;
}

.post-socials a {
    margin-right: 9px;
}

.blogdetail .post-socials a .fa-facebook-f {
    border: 1px solid #5557586b;
    padding: 13px 16px;
}

.blogdetail .post-socials a .fab:hover {
    border: 1px solid #088bed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blogdetail .post-socials a .fa-twitter {
    border: 1px solid #088bed;
    padding: 13px 14px;
}

.blogdetail .post-socials a .fa-skype {
    border: 1px solid #5557586b;
    padding: 12px 14px;
}

.blogdetail .post-socials a i {
    color: rgb(9, 29, 62);
    border: 1px solid rgb(9, 29, 62);

}

.blogdetail .flat-pagination {
    border-bottom: 1px solid #f2f7ff;
    margin-top: -4px;
    padding-bottom: 13px;
    margin-bottom: 6px;
}


.flat-pagination ul li .page-numbers {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 600;
    color: #091d3e;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
}

.flat-pagination ul li .page-numbers.style {
    font-family: "Roboto";
    font-weight: bold;
    color: #bdc4cd;
    font-size: 17px;
    margin-left: 13px;
    margin-bottom: 0px;
}

.blogdetail .flat-pagination ul li .page-numbers i {
    font-size: 20px;
}

.blogdetail .flat-pagination ul  li:first-child {
    margin-right: 40%;
}
.blogdetail .flat-pagination ul  li:last-child {
    margin-left: 40%;
}

.blogdetail .flat-pagination ul li a {
    margin-right: 2px;
    position: relative;
}

.blogdetail .flat-pagination ul li:nth-child(2) a::after {
    position: absolute;
    content: "/";
    right: -10px;
    top: 3px;
    font-family: "Roboto";
    font-weight: bold;
    color: #bdc4cd;
    font-size: 17px;
}

.blogdetail .flat-pagination>ul ul li:nth-child(2) a::after {
    display: none;
}

.blogdetail .style-number {
    color: #088bed;
}

.blogdetail .blog-pagination ul {
    list-style: disc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 65px;
}

.blogdetail .blog-pagination ul li a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #088bed;
    font-weight: 500;

}


.blogdetail .comments-area {
    padding-top: 55px;
}

.blogdetail .comments-area .comments-title {
    letter-spacing: -0.7px;
}

.blogdetail.comment-list {
    margin: 0px;
}

.blogdetail .comment-respond {
    margin-top: 80px;
    padding-left: 69px;
    padding-right: 70px;
    letter-spacing: -1px;
    background: #f7f9fb;
    padding-top: 63px;
    padding-bottom: 80px;
}

.blogdetail .comments-area .comment-reply-title {
    font-family: "Teko", sans-serif;
    color: #091d3e;
    font-weight: 400;
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 0px;
    padding: 0;
}

.blogdetail #commentform .name-wrap,
.blogdetail #commentform .email-wrap {
    margin-right: 5.5%;
}

.blogdetail #commentform .email-wrap {
    margin-right: 0;
}

.blogdetail #commentform .text-wrap {
    display: flex;
}

.blogdetail #commentform input[type="text"],
.blogdetail #commentform input[type="email"],
.blogdetail #commentform textarea {
    background-color: #fff;
    border-color: #e2eeff;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-left: 1px solid #e2e2e2;
    font-size: 15px;
}

.blogdetail #commentform input[type="text"]::placeholder,
.blogdetail #commentform input[type="email"]::placeholder,
.blogdetail #commentform textarea::placeholder {
    font-size: 15px;
}

.blogdetail #commentform .email-wrap .tb-my-input {
    border-left: 1px solid #088bed;
}


.blogdetail #commentform .message-wrap {
    width: 100%;
}
.blogdetail #commentform textarea {
    height: 240px;
    width: 100%;
    margin-bottom: 33px;
}

.blogdetail #comments .comment-respond .form-submit {
    margin: 0px;
}

.blogdetail #commentform .form-submit button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background-color: #088bedf0;
    color: #ffffff;
    border: 0px !important;
    padding: 19px 63px 16px 33px;
    letter-spacing: 0px;
    border-radius: unset;
}

.blogdetail #commentform .form-submit .submit::after {
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    margin-left: 18px;
    background: none;
}



.blogdetail .form-submit input {
    padding: 19px 0 15px 20px !important;
    border: 2px solid rgba(8, 76, 148, 0.2) !important;
    border-radius: 5px;
    margin-bottom: 22px !important;
}

.blogdetail .form-submit input {
    padding: 19px 0 15px 20px !important;
    border: 2px solid rgba(8, 76, 148, 0.2) !important;
    border-radius: 5px;
    margin-bottom: 22px !important;
}

.blogdetail article:last-child {
    margin-left: 100px;
    padding-bottom: 11px;
}

.blogdetail #comments p,
.comment-reply-link {
    margin-left: 133px;
    margin-bottom: 20px;
}

.blogdetail article .gravatar {
    float: left;
    margin-right: 51px;
    margin-top: 19px;
}

.blogdetail .comment-content .comment-text span,
.blogdetail .children .comment-wrap .comment-content .comment-text .comment-reply {
    margin-left: 152px;
}

.blogdetail article .gravatar img {
    max-width: 217px;
    max-height: 216px;
}

.blogdetail .comments-area .comments-title {
    letter-spacing: -0.7px;
}

.blogdetail .comments-area .comments-title,
.blogdetail .comments-area .comment-reply-title {
    font-family: "Roboto", sans-serif;
    color: #091d3e;
    font-weight: 600;
    font-size: 27px;
    line-height: 58px;
    padding: 0;
    border-bottom: 1px solid #f2f7ff;
    padding-bottom: 20px;
}

.blogdetail .comments-area .comments-title {
    font-size: 25px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;

}

.blogdetail.comment-list {
    margin: 0px;
}

.blogdetail .comment-list li.comment {
    padding: 0px;
}

.blogdetail .comment-wrap {
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f7ff;
    padding-bottom: 11px;

}

.blogdetail .comment-meta {
    margin-bottom: 3px;
    margin-top: -19px;
    display: flex;
    justify-content: space-between;
}

.blogdetail .comment-meta .date-comment {
    margin-right: -3px;
}

.blogdetail .comment-meta .date-comment a {
    font-size: 17px;
    line-height: 58px;
    font-weight: 500;
    margin-right: 8px;
}

.blogdetail .comment-meta .date-comment span {
    font-size: 17px;
    line-height: 58px;
    font-weight: 500;
}

.blogdetail .comment-meta .comment-author {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1f242c;
    line-height: 58px;
    padding: 0;
}

.blogdetail .comment-content .comment-text {
    margin-right: -10px;
}

.blogdetail .comment-content .comment-text i {
    left: 0%;
    color: #088bedf0;
    margin-right: 16px;
}

.blogdetail #comments p,
.blogdetail .comment-reply-link {
    margin-left: 0px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 28px;
}

.blog.blogdetail .widget .tags-list {
    margin-right: -20px;
}

.blog.blogdetail .widget-tags .tags-list a {

    margin: 0px 5px 1px -3px;

}

.blog.blogdetail .widget.widget-instagram .widget-title {

    margin-bottom: 36px;
}

.blog.blogdetail .widget-instagram .thumb-instagram {
    margin: 4px 3px 5px 7px;
}

.blogdetail .comment-reply-link {
    font-family: "Roboto";

    color: rgb(8, 139, 237);

    font-weight: 600;
    font-size: 18px;
    font-weight: bold;

    line-height: 58px;


}


.blogdetail .comment-form fieldset {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
    width: 47%;
}

.blogdetail #commentform textarea {
    padding-top: 30px;
    height: 240px;
    width: 100%;
    margin-bottom: 33px;
}

.blogdetail .content-top-bar .content a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: underline;
}

/* end blogdetail */






/* about */
.about .position-relative {
    margin-left: -1px;
}

.about .page-title {
    position: relative;
    text-align: left;
    padding: 146px 0px 185px 3px;
    -webkit-mask-image: url(../images/header/bgvisibility.png);
    mask-image: url(../images/header/bgvisibility.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.about .parallax1 {
    background-image: url(../images/header/bgvisibility.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about .breadcrumbs-wrap .title {
    font-size: 70px;
    line-height: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 54px;
}

.about .breadcrumbs-wrap .title ul {
    margin-left: -3px;
}

.breadcrumbs-wrap .breadcrumbs-inner li span,
.breadcrumbs-wrap .breadcrumbs-inner li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}
.breadcrumbs-wrap .breadcrumbs-inner li span {
    color: #088bed;
}


.about #wrapper .about-user {
    position: relative;
    padding-top: 150px;
    padding-bottom: 148px;
}

.about #wrapper .about-user .overlay {
    position: absolute;
    width: 100%;
    height: 44%;
    background: #f7f9fb;
    z-index: -1;
    bottom: 0;
}

.about-user .image-about {
    margin-left: -40px;
    margin-right: -35px;
    position: relative;
}

.about-user .swiper-pagination {
    margin-top: 33px;
    position: absolute;
    width: 107%;
    height: 5px;
    margin-left: -40px;
    margin-right: -35px;
}

.about-user .swiper-pagination .swiper-pagination-bullet {
    background-color: #081832;
    width: 33.33%;
    height: 5px;
    border-radius: 0;
}

.about-user .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #088bed;
}

.about .breadcrumbs-inner li {
    display: inline-block;
}

.about #wrapper .about-user .wrap-content {
    margin-left: 87px;
}

.about #wrapper .about-user .inner {
    display: flex;
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
    text-align: unset;
}

.about #wrapper .about-user .content .inner .desc {
    margin-top: 7px;
    margin-left: 27px;
    color: #088bed;
    padding-left: 3px;
    position: relative;
    font-size: 18px;
    margin-bottom: 27px;
    font-family: 'Roboto', Bold;
    font-weight: 500;
}

.about #wrapper .about-user .content .inner h3 {
    margin-bottom: 16px;
    margin-left: -1px;
    color: #091d3e;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    font-family: 'Roboto', Bold;
}

.about #wrapper .about-user .content .inner .description {
    font-size: 16px;
    line-height: 27px;
    margin-left: -2px;
    font-family: 'Roboto', Bold;
    margin-bottom: 38px;
}

.about #wrapper .about-user .content .inner h6 {
    color: #091d3e;
    font-size: 20PX;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', Bold;
    padding-left: 32px;
    margin-bottom: 25px;
    position: relative;
}

.about #wrapper .about-user .content .inner h6::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 75%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-color: #088bed;
}


.about #wrapper .about-user .wrap-image-user {
    margin-left: -40px;
    margin-right: -39px;
}

.about #wrapper .about-user .wrap-image-user .image-box .image,
.about #wrapper .about-user .wrap-image-user .image-box img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about #wrapper .about-user .wrap-image-user .image-box .image {
    margin-right: 17px;

}

.about #wrapper .about-user .wrap-image-user .image-box .image:hover,
.about #wrapper .about-user .wrap-image-user .image-box img:hover {
    cursor: pointer;
    transform: scale(1.1);
    
}

.about #wrapper .about-user .style {
    margin-left: 13px;
    margin-top: -11px;
    padding-bottom: 151px;
}

.about #wrapper .about-user .button-about {
    position: relative;
    background: #088bed;
    font-size: 22px;
    font-weight: 700;
    border-radius: 0%;
    padding: 38px 185px 35px 51px;
    margin-left: 85px;
}

.about #wrapper .about-user .button-about::before {
    clip-path: polygon(50% 0%, 100% 70%, 60% 100%, 10% 30%);
    background-color: rgb(255, 255, 255);
    opacity: 0.09;
    position: absolute;
    left: 19px;
    top: 12px;
    content: "";
    padding: 34px;
    transform: rotate(242deg);

}

.about #wrapper .about-user .button-about::after {
    right: 28px;
    position: absolute;
    content: "\e907";
    color: #ffffff;
    font-family: "soffets";
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    top: 20px;
    font-size: 25px;
    padding: 14px;

}

.about #wrapper .about-user .button-about:hover::after {
    border-color: #081832 ;
    background-color: #081832 ;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about .style .inner .desc::before {
    content: "--";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    position: absolute;
    left: -28px;
    bottom: 2px;
}

.about .style .inner .desc::after {
    content: "--";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    position: absolute;
    left: 95px;
    bottom: 2px;
}

.about #wrapper .about-user .wrap-service {
    position: relative;
    text-align: center;
    padding: 0px 30px 66px 30px;
    background: url(../icon/layout-service.jpg);
    margin-top: 149px;
    margin-left: 0px;
    cursor: pointer;

}

.about #wrapper .about-user .wrap-service::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #088bed;
}

.about #wrapper .about-user .wrap-service:hover::before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.about #wrapper .about-user .wrap-service::before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../icon/layout-service-style.jpg");
    transform: scale(0.9);
}

.about #wrapper .about-user .wrap-service.design::before {
    opacity: 1;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../icon/layout-service-style.jpg);
    transform: scale(1);
}

.about #wrapper .about-user .wrap-service.design .style-layout {
    opacity: 1;
    z-index: 99;
    position: absolute;
    bottom: -2px;
    right: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.about #wrapper .about-user .wrap-service .style-layout {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 99;
    position: absolute;
    bottom: -2px;
    right: 0px;
    text-align: center;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    padding: 0px 21px 2px 20px;
}

.about #wrapper .about-user .wrap-service:hover .style-layout {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
    opacity: 1;
    
}

.about #wrapper .about-user .wrap-service.style {
    background: url("../icon/layout-service-style.jpg");
    padding: 0 50px;
}

.about-user .wrap-service .sc-service-item .service-img {
    padding: 62px 0 22px;
}

.about-user .wrap-service .sc-service-item .service-content h5 {
    font-size: 35px;
    line-height: 75px;
    font-family: 'Roboto', Bold;
    color: #091d3e;
    padding-bottom: 19px;
}

.about-user .wrap-service .sc-service-item .service-content.style-service h5 {
    padding-top: 27px;
    margin-left: -4px;
    padding-bottom: 4px;
    color: #ffffff;
}

.about-user .wrap-service .sc-service-item .service-content.style-service p {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    text-align: initial;
    padding-bottom: 35px;
    margin-right: -20px;
}

.about-user .wrap-service .sc-service-item .service-author span {
    border-radius: 50%;
    background: #088bed;
    padding: 20px 20px;
    color: #ffffff;
    font-size: 20px;

}

.about-user .wrap-service .sc-service-item .service-author {

    justify-content: center;
}

.about-user .wrap-service .sc-service-item .service-work {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: 1px;
}

.about-user .wrap-service .sc-service-item .service-work .check-box i {
    border: 1px solid #ffffff;
    padding: 9px 9px;
    margin-right: 19px;
}

.about-user .wrap-service .sc-service-item .service-work .check-box h6 {
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
}

.about-user .wrap-service .sc-service-item .service-work .check-box {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


.about #wrapper .history {
    position: relative;
    padding-bottom: 158px;
}

.about #wrapper .history .overlay {
    background: url(../images/layout-history.jpg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

.wrap-title-history {
    padding: 139px 0 101px 0;
}

.content .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.wrap-title-history .content .inner h3 {
    color: #ffffff;
}

.content .inner .desc {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #088bed;
    margin-top: 6px;
    margin-bottom: 21px;
}

.about #wrapper .history .wrap-flow {
    position: relative;
    display: flex;
    padding-top: 75px;
    padding-bottom: 66px;
    background: #0f2141;
    border: 1px solid #162d53;
    margin-top: 85px;
    padding-left: 50px;
    padding-right: 50px;
}

.about #wrapper .history .wrap-flow::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #162d53;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.about #wrapper .history .wrap-flow .content:nth-child(1) {
    padding-left: 34px;
}


.about #wrapper .history .wrap-flow .content:nth-child(1)::before {
    right: 23px;
}

.about #wrapper .history .wrap-flow .content::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    right: 0;
    background: #fac921;
    top: 13px;
}

#wrapper .history .wrap-flow .content span {
    position: absolute;
    font-size: 22px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
    margin-left: 6px;
    color: #ffffff;
}

.about #wrapper .history .wrap-flow .content.counter .count-number {
    position: relative;
    font-size: 42px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}


.about #wrapper .history .wrap-flow .content h5 {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 500;
    margin-left: 6px;
    margin-top: 12px;
}

.about #wrapper .history .wrap-flow .content:nth-child(2) {
    padding-left: 53px;
}

.about #wrapper .history .wrap-flow .content:nth-child(2)::before {
    right: -14px;
}

.about #wrapper .history .wrap-flow .content:nth-child(2)::before {
    right: -14px;
}

.about #wrapper .history .wrap-flow .content::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    right: 0;
    background: #fac921;
    top: 13px;
}

.about #wrapper .history .wrap-flow .content:nth-child(3) {
    padding-left: 70px;
}

.about #wrapper .history .wrap-flow .style-content {
    padding-top: 2px;
}

.about #wrapper .history .wrap-flow .content:nth-child(3)::before {
    right: -32px;
}

.about #wrapper .history .wrap-flow .content::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    right: 0;
    background: #fac921;
    top: 17px;
}

.about #wrapper .history .wrap-flow .content:nth-child(4) {
    padding-left: 88px;
}

.about #wrapper .history .wrap-flow .content:nth-child(4)::before {
    display: none;
}

.about #wrapper .history .wrap-flow .content {
    position: relative;
    width: 25%;
    margin-left: 10px;
    padding-left: 58px;
}

.about #wrapper .history .wrap-content-history {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 65px;
    display: flex;

}

.about .history .style .inner .desc::before {
    content: "--";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    position: absolute;
    left: -43px;
    bottom: 4px;
}

.about .history .style .inner .desc::after {
    content: "--";
    font-family: "Font Awesome 5 Pro";
    color: #088bed;
    position: absolute;
    right: -66px;
    bottom: 4px;
}

.about #wrapper .history .wrap-content-history .col-left {
    display: flex;
    width: 32%;
    margin-left: 16px;
    background: #12284d;
    margin-right: 0px;
    flex-direction: column;
    padding-top: 64px;
    position: relative;
}

.about #wrapper .history .wrap-content-history .col-left::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    content: '';
    background-color: #088bed;
    z-index: 0;
}


.about #wrapper .history .wrap-content-history .col-left .year-history {
    display: flex;
    padding-right: 75px;
    justify-content: flex-end;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 205px;
    position: relative;
}

.about #wrapper .history .wrap-content-history .col-left .year-history::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    content: '';
    background-color: #fff;
    z-index: 1;
}

.about #wrapper .history .wrap-content-history .col-left .year-history span {
    margin: 0px 12px;
}

.about #wrapper .history .wrap-content-history .col-right {
    width: 69%;
    padding: 40px 45px 65px 65px;
}

.history .wrap-content-history .col-right .title-history h4 {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 3px;
}

.history .wrap-content-history .col-right .title-history p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(182, 199, 227);
    line-height: 1.875;
    margin-bottom: 31px;

}

.history .wrap-content-history .col-right .title-history:last-child p {
    margin-bottom: 0;
}

.about #wrapper .testimonial {
    position: relative;
    padding-top: 139px;
    padding-bottom: 150px;
}

.about .testimonial .content .inner .desc {
    margin-bottom: 27px;
    margin-left: 36px;
    margin-top: 1px;
}


.about #wrapper .testimonial .wrap-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 146px;
}

.about #wrapper .testimonial .wrap-icon .image {
    cursor: pointer;
    margin-right: 148px;
    margin-left: 25px;
}

.about #wrapper .testimonial .wrap-icon .image-style {
    margin-left: 25px;
}




.about #wrapper .testimonial .overlay {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f9fb;
    z-index: -2;
}

.about #wrapper .testimonial .container {
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial .wrap-content-testimonial {
    padding-right: 71px;
    padding-left: 25px;
    padding-top: 5px;
}

.wrap-content-testimonial .content-testimonial .inner {
    padding-top: 0px;
    text-align: unset;
    align-items: flex-start;
    padding-bottom: 75px;
    justify-content: center;
    flex-direction: column;
}

.wrap-content-testimonial .content-testimonial .inner p {
    margin-bottom: 28px;
    margin-left: 36px;
}

.wrap-content-testimonial .content-testimonial .inner h3 {
    font-size: 60px;
    line-height: 72px;
}

.wrap-content-testimonial .wrap-user {
    background: #3f4b6214;
    padding: 40px 24px 50px 46px;
    display: flex;
    flex-direction: column;
}

.home2 .wrap-content-testimonial .wrap-user {
    padding: 44px 24px 50px 46px;
}

.wrap-content-testimonial .user-star {
    display: flex;
    padding-bottom: 41px;
    align-items: center;
}

.wrap-user .user-star .user-content {
    margin-left: 29px;
}

.wrap-user .user-star .user-content h5 {
    font-size: 21px;
    line-height: 72px;
    margin-top: -21px;
    margin-bottom: -16px;
    color: #091d3e;
}

.wrap-user .user-star .user-content a {
    font-size: 14px;
    line-height: 27px;
    color: #088bed;
}

.wrap-content-testimonial .user-star .star .number-star {
    display: flex;
    margin-left: 58px;
    margin-bottom: 8px;
}

.wrap-content-testimonial .user-star .star .number-star li {
    margin-right: 6.5px;
    font-size: 12px;
}

.wrap-content-testimonial .user-star .star .number-star .un-coler {
    color: #ccc;
}

.wrap-content-testimonial .wrap-user .description p {
    font-size: 20px;
    line-height: 32px;
    color: #091d3e;
}

.about #wrapper .testimonial .wrap-image-testiomonial {
    margin-right: -25px;
}


.wrap-image-testiomonial .swiper-button-bottom.swiper-button-disabled {
    background-color: rgb(8, 139, 237);
}

.wrap-image-testiomonial .swiper-button-bottom {
    cursor: pointer;
    top: 74%;
    left: -9px;
}

.wrap-image-testiomonial .image-testimonial .image .content-image {
    position: absolute;
    top: 33px;
    right: 21px;
    z-index: 100;
}


.wrap-image-testiomonial .image-testimonial .image .content-image .layout-testiomonial {
    background: #088bed;
    color: #ffff;
    padding: 22px 32px 17px 33px;
    position: relative;
}

.wrap-image-testiomonial .image-testimonial .image .content-image .layout-testiomonial::before {
    position: absolute;
    top: 6px;
    content: "";
    right: 6px;
    background: #091d3e;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrap-image-testiomonial .image-testimonial .image a h5 {
    color: #ffffff;
    font-size: 31px;
    line-height: 29px;
    margin-bottom: 4px;
}

.wrap-image-testiomonial .image-testimonial .image a p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.wrap-image-testiomonial .swiper-button-top,
.wrap-image-testiomonial .swiper-button-bottom {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    opacity: 1;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.wrap-image-testiomonial .swiper-button-top:hover,
.wrap-image-testiomonial .swiper-button-bottom:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #088bed;

}

.wrap-image-testiomonial .swiper-button-bottom:hover:after,
.wrap-image-testiomonial .swiper-button-top:hover::after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.wrap-image-testiomonial .swiper-button-bottom::after,
.wrap-image-testiomonial .swiper-button-top::after {
    font-family: "Font Awesome 5 Pro";
    color: black;
    position: absolute;
}

.wrap-image-testiomonial .swiper-button-top::after {
    content: "\f102";
}

.wrap-image-testiomonial .swiper-button-bottom::after {
    content: "\f103";
}

.wrap-image-testiomonial .swiper-button-top.swiper-button-disabled,
.wrap-image-testiomonial .swiper-button-bottom.swiper-button-disabled {
    background-color: rgb(8, 139, 237);
}

.about #wrapper .testimonial .wrap-image {
    padding-top: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 98px;
}

.about #wrapper .testimonial .wrap-image.style {
    padding-top: 146px;
    padding-left: 0px;
    margin-left: -5px;
}

.about #wrapper .testimonial .wrap-image .style {

    margin-left: 85px;

}

/* end about */


/* awards? */
.awards .parallax1 {
    background-image: url(../images/header/bgvisibility.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.awards .page-title {
    position: relative;
    text-align: left;
    padding: 148px 0 182px 0;
    -webkit-mask-image: url(../images/header/bgvisibility.png);
    mask-image: url(../images/header/bgvisibility.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.awards #wrapper .awards-style {
    position: relative;
    padding-top: 138px;
    padding-bottom: 5px;
}

.awards .breadcrumbs-wrap .title {
    font-size: 70px;
    line-height: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 54px;
}

.awards #wrapper .testimonial {
    position: relative;
    padding-top: 147px;
    padding-bottom: 5px;
    z-index: 1;
}

.awards #wrapper .awards {
    position: relative;
    padding-top: 138px;
    padding-bottom: 150px;
}

.awards #wrapper .testimonial .overlay {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f9fb;
    z-index: -2;
}

.awards #wrapper .testimonial .container {
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.awards .testimonial .wrap-content-testimonial {
    padding-right: 71px;
    padding-left: 25px;
}

.wrap-content-testimonial .content-testimonial .inner {
    padding-top: 0px;
    text-align: unset;
    align-items: flex-start;
    padding-bottom: 75px;
    justify-content: center;
    flex-direction: column;
}

.wrap-content-testimonial .content-testimonial .inner p {
    margin-bottom: 28px;
    margin-left: 36px;
}

.wrap-content-testimonial .content-testimonial .inner h3 {
    font-size: 60px;
    line-height: 72px;
    margin-left: -2px;
}


.about .wrap-content-testimonial .wrap-user {
    background: #ffffff;
    padding: 39px 22px 50px 45px;
    display: flex;
    flex-direction: column;
}

.wrap-content-testimonial .user-star {
    display: flex;
    padding-bottom: 41px;
    align-items: center;
}

.wrap-user .user-star .user-content {
    margin-left: 29px;
}

.wrap-user .user-star .user-content h5 {
    font-size: 21px;
    line-height: 72px;
    margin-top: -21px;
    margin-bottom: -16px;
    color: #091d3e;
}

.wrap-user .user-star .user-content a {
    font-size: 14px;
    line-height: 27px;
    color: #088bed;
}

.wrap-content-testimonial .user-star .star .number-star {
    display: flex;
    margin-left: 58px;
    margin-bottom: 8px;
}

.wrap-content-testimonial .user-star .star .number-star li {
    margin-right: 6.5px;
    font-size: 12px;
}

.wrap-content-testimonial .user-star .star .number-star .un-coler {
    color: #ccc;
}

.wrap-content-testimonial .wrap-user .description p {
    font-size: 20px;
    line-height: 32px;
    color: #091d3e;
}

.awards #wrapper .testimonial .wrap-image-testiomonial {
    margin-right: -25px;
    /* padding-top: 8px; */
}

.awards .wrap-image-testiomonial .swiper-button-top {
    cursor: pointer;
    top: 61%;
    left: -9px;
}

.awards .wrap-image-testiomonial .swiper-button-bottom.swiper-button-disabled {
    background-color: rgb(8, 139, 237);
}

.awards .wrap-image-testiomonial .swiper-button-bottom {
    cursor: pointer;
    top: 74%;
    left: -9px;
}

.awards .wrap-image-testiomonial .image-testimonial .image .content-image {
    position: absolute;
    top: 33px;
    right: 21px;
    z-index: 100;
}

.awards .wrap-image-testiomonial .image-testimonial .image .content-image .layout-testiomonial {
    background: #088bed;
    color: #ffff;
    padding: 23px 31px 16px 34px;
    position: relative;
}

.awards .wrap-image-testiomonial .image-testimonial .image .content-image .layout-testiomonial::before {
    position: absolute;
    top: 6px;
    content: "";
    right: 6px;
    background: #091d3e;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.awards .wrap-image-testiomonial .image-testimonial .image a h5 {
    color: #ffffff;
    font-size: 31px;
    line-height: 29px;
    margin-bottom: 4px;
}

.awards .wrap-image-testiomonial .image-testimonial .image a p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.awards .wrap-image-testiomonial .swiper-button-top,
.awards .wrap-image-testiomonial .swiper-button-bottom {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    opacity: 1;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.awards .wrap-image-testiomonial .swiper-button-bottom::after,
.awards .wrap-image-testiomonial .swiper-button-top::after {
    font-family: "Font Awesome 5 Pro";
    color: black;
    position: absolute;
}

.awards .wrap-image-testiomonial .swiper-button-top::after {
    content: "\f102";
}

.awards .wrap-image-testiomonial .swiper-button-bottom::after {
    content: "\f103";
}

.awards .wrap-image-testiomonial .swiper-button-top.swiper-button-disabled,
.awards .wrap-image-testiomonial .swiper-button-bottom.swiper-button-disabled {
    background-color: rgb(8, 139, 237);
}

.awards #wrapper .testimonial .awards-testimonial {
    display: flex;
}

.awards #wrapper .testimonial .wrap-image {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 145px 87px;
}

.awards #wrapper .testimonial .wrap-image.style {
    padding-left: 25px;
}

.awards #wrapper .testimonial .wrap-image .style {

    margin-left: 59px;

}

.awards #wrapper .awards-style .wrap-awrds {
    padding-bottom: 511px;
}

.awards #wrapper .awards-style .wrap-awrds .list-icon {
    margin-top: 15px;
    display: flex;
    margin-right: -33px;
}

.awards #wrapper .awards-style .wrap-awrds .list-image {
    display: flex;
    margin-right: -64px;
}

.awards #wrapper .awards-style .wrap-awrds .image-layout {
    position: absolute;
    left: 363px;
    bottom: -169px;
    z-index: -1;
}

.awards #wrapper .awards-style .wrap-awrds .list-icon .icon {
    border: 1px solid #eaf0f56b;
    padding: 30px 26px;
    margin-right: 33px;
    text-align: center;
    width: calc(18.28% - 33px);
    background-color: rgb(247, 249, 251);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.awards #wrapper .awards-style .wrap-awrds .list-icon .icon:hover {

    background: #091d3e;
    cursor: pointer;
}

.awards #wrapper .awards-style .wrap-awrds .list-icon .icon.design {
    background: #091d3e;
}

.awards .wrap-content-testimonial .wrap-user {
    background: #fff;

}

.awards #wrapper .awards-style .wrap-awrds .list-image .image {
    margin-right: 64px;
    width: calc(25% - 64px);
    padding-top: 98px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.awards #wrapper .awards-style .wrap-awrds .list-image .image:hover {
    cursor: pointer;
    transform:translateY(-10px);
}

.awards .solution {
    padding: 141px 0 149px;
    background: #f7f9fb;
}

/* end awards */

/* .technology */
.page .page-title {
    position: relative;
    text-align: left;
    padding: 147px 0 184px 0;
    -webkit-mask-image: url(../images/header/13_Technology.png);
    mask-image: url(../images/header/13_Technology.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.page .parallax1 {
    background: url(../images/header/13_Technology.png) center, 80px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.technology .technologies {
    background: url(../images/layout/layout-technologies.jpg);
    position: relative;
    padding-top: 208px;
    padding-bottom: 152px;
    z-index: 0;
    margin-top: -67px;
}

.technology .breadcrumbs-wrap .title {
    font-size: 70px;
    line-height: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 55px;
}

.technology .technologies .wrap-title h3 {
    font-size: 42px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.429;
    text-align: left;
}

.technology .technologies .wrap-content p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(182, 199, 227);
    line-height: 1.875;
    text-align: left;
    margin-bottom: 22px;
}

.technology .technologies .wrap-content {
    margin-left: 71px;
    margin-top: 6px;
}

.technology .technologies .services-item {
    margin-top: 120px;
    border: 1px solid #293d61;
    text-align: left;
    padding-bottom: 41px;
}

.technology .technologies .services-item.style2 {
    padding-bottom: 131px;
}

.technology .technologies .services-item.style3 {
    padding-bottom: 80px;
}

.technology .technologies .services-item .sc-services-item {
    border: 1px solid #293d61;
    text-align: center;

}

.technology .technologies .services-item .sc-services-item .services-img img {
    margin-top: 40px;
    border: 1px solid #293d61;
    padding: 25px 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.technology .technologies .services-item .sc-services-item .services-img img:hover {
    border: 1px solid #088bed;
}

.technology .technologies .services-item .sc-services-item .services-content .title {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    margin: 35px 20px 30px;
}

.technology .technologies .services-item .title-service {
    margin: 26px 43px 0px;
}

.technology .technologies .services-item .title-service.style {
    margin-top: 32px;
}

.technology .technologies .services-item .title-service h5 {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: left;
    margin-bottom: 13px;
}

.technology .technologies .services-item .title-service p {
    position: relative;
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(170, 183, 204);
    line-height: 2.133;
    text-align: left;
}

.technology .technologies .services-item .title-service .content {
    margin-left: 32px;
}

.technology .technologies .services-item .title-service p::before {
    cursor: pointer;
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    top: 1px;
    left: -32px;
}

.technology .solution {
    position: relative;
    padding-top: 128px;
    padding-bottom: 149px;
    z-index: 0;
}

.technology .solution .overlay {
    position: absolute;
    background: #f7f9fb;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.technology .solution .sc-slution-item {
    background: #ffffff;
    margin-bottom: 31px;
    padding-bottom: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.technology .solution .sc-slution-item .slution-img {
    width: 100%;
    overflow: hidden;
}

.technology .solution .sc-slution-item .slution-img img {
    width: 100%;
}

.technology .solution .wrap-title-solution {
    margin-bottom: 85px;
}

.technology .solution .sc-slution-item:hover {
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transform: translateY(-10px);
}

.technology .solution .sc-slution-item .slution-content {
    margin: 25px 27px 0 35px;
}

.technology .solution .sc-slution-item .slution-content h5 {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-bottom: 14px;
}

.technology .solution .wrap-icon {
    margin-top: 120px;
}

/* end technology */

/* .location */
.location #wrapper .a-call {
    margin-top: -65px;
    position: relative;
}

.location .map {
    position: relative;
    z-index: 0;
}

.location .map .map-content {
    width: 100%;
    height: 700px;
    margin-bottom: 0;
}

.location .breadcrumbs-wrap .title {
    margin-bottom: 56px;
}

.location #wrapper .a-call .content .inner h3 {
    padding: 0 24%;
    margin-bottom: 84px;
    margin-left: 2px;
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.location .content .inner .desc {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #088bed;
    margin-top: 9px;
    margin-bottom: 24px;
}

.location .a-call .wrap-title-a-call {
    position: relative;
    border-right: none;
    border-left: none;
    padding: 139px 0 150px 0;
    margin-top: 64px;
}

.location #wrapper .a-call .wrap-title-a-call .overlay {
    background: none;
}

.location .contact {
    background: url("../images/layout/layout-contact.jpg");
}

.location .map .wrap-map {
    position: absolute;
    top: 0;
    left: 19%;
    height: 100%;
    background: rgb(255, 255, 255);
    max-width: 500px;
    padding: 82px 68px 30px 68px;
}

.location .map .wrap-map .map-style {
    display: flex;
    margin-bottom: 57px;
}

.location .map .wrap-map .map-style .content-map {
    margin-left: 60px;
    text-align: left;
}

.location .map .wrap-map .map-style .content-map h5 {
    font-size: 28px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 21px;

}

.location .map .wrap-map .map-style .content-map p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(73, 84, 102);
    line-height: 1.875;
    margin-left: 2px;
}

.location .map .wrap-map .map-style .image img {
    margin-top: 18px;
}

.location .solution {
    padding-top: 148px;
    padding-bottom: 151px;
}

/* end location */

/* carrers */
.carrers .breadcrumbs-wrap .title {
    margin-bottom: 55px;
}

.carrers .description-carrers {
    padding-top: 144px;
    padding-bottom: 121px;
}

.carrers .description-carrers .wrap-content h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 1.2;
    margin: -5px -4px 15px -3px;

}

.carrers .description-carrers .wrap-content p {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    line-height: 1.6;
    padding-left: 34px;
    padding-right: 70px;
    position: relative;
}

.carrers .description-carrers .wrap-content p::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 75%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-color: #088bed;
}

.carrers .description-carrers .wrap-description p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 1.75;
    margin-bottom: 25px;
}
.carrers .wrap-image {
    display: flex;
}

.carrers .wrap-image.image {
    position: relative;
    padding-bottom: 104px;
}

.carrers .wrap-image.image::after {
    content: '';
    position: absolute;
    width: 97.5%;
    height: 5px;
    background-color: #203455;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.carrers .wrap-image.image::before {
    content: '';
    position: absolute;
    width: 16.5%;
    height: 5px;
    background-color: #088bed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.carrers .image-carrers {
    background: #091d3e;
    padding-bottom: 149px;
    padding-top: 150px;
}

.carrers .image-carrers .container {
    max-width: 1230px;
}

.carrers .wrap-image .box-image.style-top {
    margin-top: -114px;
}

.carrers .wrap-image .box-image {
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.carrers .wrap-image .box-image.style {
    margin-top: -1px;
    margin-right: 58px;

}

.carrers .wrap-image .box-image .hover.style1 {
    margin-bottom: 46px;
    margin-right: -57px;
}

.carrers .wrap-image .box-image .hover.left {
    margin-left: -49px;
    margin-top: -2px;

}

.carrers .wrap-image .box-image .hover.style2 {
    margin-top: 12px;
}

.carrers .wrap-image .box-image .hover.style3 {
    margin-top: 31px;
    margin-right: -40px;
}

.carrers .wrap-image .box-image .hover.style4 {
    margin-top: 46px;
    margin-right: -5px;
}

.carrers .wrap-image .box-image2 {
    margin-right: 30px;
}

.carrers .wrap-image .box-image.style2 {
    margin-left: 50px;
}

.carrers .wrap-image .box-image .hover img {
    position: relative;
}

.carrers .wrap-image .box-image .hover {

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.carrers .wrap-image .box-image .hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #088bed;
    opacity: 0%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .wrap-image .box-image .hover:hover::after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    opacity: 95%;
}

.carrers .wrap-image .box-image .hover::before {
    position: absolute;
    cursor: pointer;
    content: "+";
    font-weight: 100;
    font-size: 80px;
    z-index: 1;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(0.8);
}

.carrers .wrap-image .box-image .hover.design::before {
    position: absolute;
    cursor: pointer;
    content: "+";
    font-weight: 100;
    font-size: 80px;
    z-index: 1;
    color: #ffffff;
    opacity: 1;
    transform: scale(1);
}

.carrers .wrap-image .box-image .hover.design::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #088bed;
    opacity: 95%;
    transform: scale(1);
}

.carrers .wrap-image .box-image .hover:hover:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.carrers .solution {
    position: relative;
    padding-top: 0px;
    padding-bottom: 149px;
    z-index: 0;
}

.carrers .jobs {
    padding-bottom: 127px;
    padding-top: 138px;
}

.carrers .content .inner h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 6px;
}

.carrers .jobs .wrap-jobs {
    margin-top: 118px;


}

.carrers .jobs .wrap-jobs .box {
    display: flex;
    border-radius: 12px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    border-color: rgb(237, 239, 240);
}

.carrers .jobs .wrap-jobs .box.style {
    margin-left: -3px;
}

.carrers .jobs .wrap-jobs .box.style2 {
    margin-left: 263px;
    padding: 8px 58px;
}

.carrers .jobs .wrap-jobs .box.style3 {
    margin-right: 250px;
    padding: 0 54px;
}

.carrers .jobs .wrap-jobs .box p {

    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 1.75;

}

.carrers .jobs .wrap-jobs .jobs-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
    margin-bottom: 29px;
    border-bottom: 1px solid rgb(237, 239, 240);
}

.carrers .jobs .wrap-jobs .wrap-content {
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 239, 240);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 16px 0px 17px 0px;
    margin-bottom: 22px;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .jobs .wrap-jobs .wrap-content:hover {
    cursor: pointer;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.carrers .jobs .wrap-jobs .wrap-content.design .buttom {
    background: #088bed;
}

.carrers .jobs .wrap-jobs .wrap-content.design {
    cursor: pointer;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.carrers .jobs .wrap-jobs .wrap-content.design .buttom h5 {

    color: #fff;
    font-weight: bold;
}

.carrers .jobs .wrap-jobs .wrap-content .number {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 239, 240);
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    padding: 8px 17px;
    text-align: center;
    margin-right: 40px;
    margin-left: 19px;
}

.carrers .jobs .wrap-jobs .wrap-content .number h5 {
    font-size: 17px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    text-align: center;
}

.carrers .jobs .wrap-jobs .wrap-content .title h5 {
    font-size: 17px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-top: -3px;
}

.carrers .jobs .wrap-jobs .wrap-content .title {
    margin-right: 123px;
}

.carrers .jobs .wrap-jobs .wrap-content .title.style2 {
    margin-right: 242px;
}

.carrers .jobs .wrap-jobs .wrap-content .title.style3 {
    margin-right: 224px;
}

.carrers .jobs .wrap-jobs .wrap-content .title.style4 {
    margin-right: 255px;
}

.carrers .jobs .wrap-jobs .wrap-content .country {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 239, 240);
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    margin-right: 97px;
    padding: 8px 44px;
}

.carrers .jobs .wrap-jobs .wrap-content .country p,
.carrers .jobs .wrap-jobs .wrap-content .time p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 1.75;
    margin-left: -2px;
}

.carrers .jobs .wrap-jobs .wrap-content .time {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 239, 240);
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    margin-right: 96px;
    padding: 8px 40px;

}

.carrers .jobs .wrap-jobs .wrap-content .time.style {

    padding: 8px 36px;
}

.carrers .jobs .wrap-jobs .wrap-content .buttom {
    cursor: pointer;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 239, 240);
    border-radius: 12px;
    padding: 8px 34px 8px 33px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .jobs .wrap-jobs .wrap-content .buttom:hover {
    background: #088bed;

}

.carrers .jobs .wrap-jobs .wrap-content .buttom:hover h5 {
    color: #fff;

}

.carrers .jobs .wrap-jobs .wrap-content .buttom h5 {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    font-weight: bold;
    margin-left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .benifits {
    padding-bottom: 120px;
    padding-top: 138px;
    background: url("../images/layout/04_Careers.jpg");
}

.carrers .content .inner .style {
    color: #fff;
    font-size: 70px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.114;
    margin-bottom: 101px;
    margin-top: 1px;
}

.carrers .benifits .wrap-benifits {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(41, 61, 97);
    background-color: rgba(8, 139, 237, 0);
    text-align: center;
    padding: 35px 20px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .benifits .wrap-benifits:hover {
    border-color: #088bed;
    cursor: pointer;
}



.carrers .benifits .wrap-benifits.style {
    margin-top: 171px;
    margin-bottom: 154px;
}

.carrers .benifits .wrap-benifits .title h5 {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    margin-bottom: 17px;
}

.carrers .benifits .wrap-benifits .title .style2 {
    margin-top: -7px;
    margin-bottom: 16px;
}

.carrers .benifits .wrap-benifits .title .style3 {
    margin-top: 44px;
}

.carrers .benifits .wrap-benifits .title .description-style3 {
    margin-left: 3px;
    margin-top: -1px;
}

.carrers .benifits .wrap-benifits .title {
    margin-top: 34px;

}

.carrers .benifits .wrap-benifits .title p {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(170, 183, 204);
    line-height: 1.867;
}

.carrers .benifits .wrap-title h3 {
    font-size: 42px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.429;
    text-align: left;
    margin-left: -3px;
}

.carrers .benifits .wrap-content {
    margin-left: 71px;
    margin-top: 6px;
}

.carrers .benifits .wrap-content p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(182, 199, 227);
    line-height: 1.875;
    text-align: left;
    margin-bottom: 24px;
}

.carrers .benifits .border {
    margin-top: 70px;
    border-bottom: 1px solid rgb(41, 61, 97);
    margin-bottom: 85px;
}

.carrers .members {
    padding-bottom: 120px;
    padding-top: 139px;
}

.carrers .content .inner .member {
    font-size: 70px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-top: -3px;
    margin-bottom: 82px;
}

.carrers .members .wrap-image .image-box {
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
}

.carrers .members .wrap-image .image-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #088bed;
    opacity: 0%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .members .wrap-image .image-box:hover:after {
    cursor: pointer;
    opacity: 95%;
    transform: translateY(0px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .members .wrap-image .image-box.design:after {
    cursor: pointer;
    opacity: 80%;
    transform: translateY(0px);
}

.carrers .members .wrap-image .image-box.design .hover {
    opacity: 1;

    bottom: 35px;

}

.carrers .members .wrap-image .image-box.design::before {
    opacity: 1;

}


.carrers .members .wrap-image .image-box::before {
    cursor: pointer;
    position: absolute;
    content: "+";
    font-weight: 100;
    font-size: 70px;
    z-index: 1;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 31%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
}

.carrers .members .wrap-image .image-box.design::before ,
.carrers .members .wrap-image .image-box:hover:before {
    opacity: 1;
    transform:translate(-50%,-50%) scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.carrers .members .wrap-image .image-box .hover {
    position: absolute;
    border-radius: 42px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 99;
    bottom: 0px;
    right: 25px;
    text-align: center;
    transform: translateY(10px);
    background: black;
    padding: 5px 25px;

}

.carrers .members .wrap-image .image-box:hover .hover {
    cursor: pointer;
    opacity: 1;
    bottom: 34px;
}


.carrers .members .wrap-image .image-box .hover p {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

/* end carrers */

/* management */
.management .breadcrumbs-wrap .title {
    margin-bottom: 54px;
}

.management .management-service .wrap-content {
    padding-top: 51px;
    border-bottom: 1px solid rgb(237, 239, 240);
    padding-bottom: 51px;
}

.management .management-service .wrap-content-sv h5 {
    font-size: 40px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-bottom: -10px;
}

.management .management-service .wrap-content p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 1.75;
}

.management .management-service .wrap-content .style {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 34px;
}

.management .management-service {
    padding-top: 152px;
    padding-bottom: 149px;
}

.management .management-service .wrap-management {
    padding: 0 100px;
}


.management .management-service .wrap-management .image {
    margin-bottom: 52px;
}

.management .management-service .wrap-left {
    padding: 41px 0px 0 98px;
}

.management .management-service .wrap-right {
    padding: 33px 95px 0 69px;
}

.management .management-service .wrap-right.style {
    border: none;
}

.management .management-service .button .button-management {
    position: relative;
    background: #088bed;
    font-size: 22px;
    font-weight: 700;
    border-radius: 0%;
    padding: 38px 0px 36px 47px;
    margin-left: 70px;
    width: 80%;
    margin-top: 29px;
    text-align: left;
}

.management .management-service .button .button-management::before {
    clip-path: polygon(50% 0%, 100% 70%, 60% 100%, 10% 30%);
    background-color: rgb(255, 255, 255);
    opacity: 0.09;
    position: absolute;
    left: 19px;
    top: 12px;
    content: "";
    padding: 34px;
    transform: rotate(242deg);
}

.management .management-service .button .button-management::after {
    right: 37px;
    position: absolute;
    content: "\e907";
    color: #ffffff;
    font-family: "soffets";
    border: 1px solid #ffffff;
    top: 20px;
    font-size: 23px;
    text-align: center;
    padding: 16px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.management .management-service .button .button-management:hover::after {
    border: 1px solid #081832;
    background-color: #081832;
}


.management .our-skill {
    padding-top: 152px;
    padding-bottom: 142px;
    background: #f7f9fb;
}

.management .our-skill .wrap-our-skill {
    margin-left: 1px;
}

.management .our-skill .wrap-our-skill .content-our-skill .inner {
    padding-top: 0px;
    text-align: unset;
    align-items: flex-start;
    padding-bottom: 47px;
}

.management .our-skill .wrap-our-skill .content-progress-box {
    margin-left: 90px;
}

.management .our-skill .wrap-our-skill .content-our-skill {
    margin-right: -100px;
    margin-left: 68px;
    margin-top: -5px;
}

.management .our-skill .wrap-our-skill .content-our-skill .inner h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 1.2;

}

.management .content .inner .desc {
    margin-bottom: 27px;
    margin-left: 36px;
    margin-top: 0px;
}


.management .our-skill .wrap-our-skill .wrap-information.style2 {
    margin: 8px 84px 23px 90px;

}

.management .our-skill .wrap-our-skill .wrap-information.style3 {
    margin: 8px 167px 23px 90px;
}

.management .our-skill .wrap-our-skill .wrap-information.style4 {
    margin: 8px 49px 23px 90px;
}

.management .our-skill .wrap-our-skill .wrap-information .box h5 {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    margin-bottom: 18px;
}

.management .our-skill .wrap-image {
    position: relative;
}

.our-skill .wrap-image img {
    width: 100%;
}

.management .our-skill .wrap-image .content-image {
    position: absolute;
    bottom: 50px;
    right: 3px;
    z-index: 10;
}

.management .our-skill .wrap-image .layout-ourskill {
    background: #088bed;
    clip-path: polygon(0% 4%, 0% 100%, 98% 100%);
    padding: 138px 78px 16px 25px;
    position: relative;
    z-index: 2;
}

.management .our-skill .wrap-image .content-image::before {
    position: absolute;
    top: -28px;
    content: "";
    right: 10px;
    clip-path: polygon(0% 4%, 0% 100%, 98% 100%);
    background: #ffff;
    width: 100%;
    height: 100%;
    z-index: -10;

}

.management .our-skill .wrap-image .layout-ourskill h5 {
    font-size: 38px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.management .our-skill .wrap-image .layout-ourskill p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    margin-top: 15px;

}

/* end servicedetail */

/* servicedetail2 */

.service .support {
    padding: 153px 0 0px;
}

.page .breadcrumbs-wrap .title {
    margin-bottom: 53px;
}

.page .breadcrumbs-wrap .breadcrumbs-inner {
    display: flex;
}

.service .support .wrap-content {
    margin-top: 93px;
    margin-left: -33px;
    margin-bottom: 235px;
}

.service .support .wrap-content .wrap-title h5 {
    font-size: 40px;
    line-height: 50px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-bottom: 41px;
}

.service .support .wrap-content .wrap-title p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    margin-left: 2px;
    line-height: 28px;
    margin-bottom: 23px;
}

.service .support .wrap-content .wrap-title h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 17px;
}

.service .support .wrap-content.style {
    margin-top: 52px;
    margin-left: 0px;
    margin-bottom: 156px;
    margin-right: 20px;
}

.service .support .wrap-content .wrap-title .style {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    line-height: 32px;
    margin-right: 30px;
    padding-left: 32px;
    margin-bottom: 25px;
    position: relative;
}
.service .support .wrap-content .wrap-title .style::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 75%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-color: #088bed;
}
.service .support .wrap-image.style2 {
    margin-left: 99px;
    overflow: hidden;
    margin-top: 2px;
}



.service .support .wrap-image.style2 .wrap-layout .box-layout {
    transform: rotate(45deg);
    position: relative;
    padding: 100px 113px;
    background: #088bed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.service .support .wrap-image.style2 .wrap-layout {
    position: absolute;
    bottom: -93px;
    left: -112px;
}

.service .support .wrap-image.style2 .wrap-layout::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    bottom: 2px;
    left: 11px;
    background: #ffffff;
    transform: rotate(45deg);

}

.service .support .wrap-content .wrap-title.style {
    margin-left: -2px;
    margin-right: 70px;
}


.service .support .wrap-image .box-image {
    margin-right: 25px;
}

.service .support .wrap-content.style3 {
    margin-left: 67px;
    margin-right: -10px;
    margin-bottom: 125px;
}

.service .support .wrap-content .wrap-title .style2 {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-right: 7px;
    margin-left: 2px;
    margin-bottom: 25px;
}

.service .service-tn {
    position: relative;
    padding: 0px 0 148px;
    margin-top: 51px;
    background: #f7f9fb;

}

.service .service-tn .service-testimonial {
    padding: 149px 0 152px;

}

.service .service-tn .wrap-style-user {
    display: flex;
}

.service .service-tn .wrap-user {
    background: #ffffff;
}

.service .service-tn .wrap-user.style {
    margin-right: 32px;
}

.service .service-tn .wrap-user .user-star {
    display: flex;
    align-items: center;
    padding: 40px 0px 41px 47px;
}

.service .service-tn .wrap-user .user-star .user-content {
    margin-left: 29px;
}

.service .service-tn .wrap-user .user-star .user-content h5 {
    font-size: 21px;
    line-height: 72px;
    margin-top: -21px;
    margin-bottom: -16px;
    color: #091d3e;
}

.service .service-tn .wrap-user .user-star .user-content a {
    font-size: 14px;
    line-height: 27px;
    color: #088bed;
}

.service .service-tn .wrap-user .user-star .star .number-star {
    display: flex;
    margin-left: 109px;
    margin-bottom: 8px;
}

.service .service-tn .wrap-user .user-star .star .number-star.style {
    margin-left: 121px;
}

.service .service-tn .user-star .star .number-star li {
    margin-right: 6.5px;
    font-size: 12px;
    color: #ff9c00;
}

.service .service-tn .user-star .star .number-star .un-coler {
    color: #ccc;
}

.service .service-tn .wrap-user .description p {
    font-size: 21px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-style: italic;
    line-height: 35px;
    padding: 0px 9px 45px 46px;
}

.service .support .wrap-image {
    position: relative;
    margin-top: -1px;
    margin-bottom: 100px;
}


.service .support .flex2 img {
    width: 45%;
}


.service .support .wrap-image .wrap-icon {
    position: absolute;
    bottom: -38px;
    left: 157px;
}

.service .support .wrap-image .wrap-icon .box-icon {
    position: relative;
    background: #088bed;
    padding: 48px 49px;
    border-radius: 100%;
    z-index: 10;
    left: -9px;
    bottom: -9px;
}

.service .support .wrap-image .wrap-icon::before {
    content: "";
    position: absolute;
    padding: 150px 147px;
    background: #fff;
    border-radius: 100%;
    z-index: 10;
    left: -69px;
    bottom: -76px;
}

/* end service  */

/* portfolio  */
.portfolio .support {
    padding-top: 152px;
    padding-bottom: 00px;
}

.portfolio .support .wrap-image {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
}

.portfolio .support .wrap-image::after,
.portfolio .support .wrap-image::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #edf2f6;
}

.portfolio .support .wrap-image::after {
    width: 18%;
    background-color: #088bed;
}


.portfolio .support .wrap-title-portfolio {
    display: flex;
    padding: 36px 99px;
}

.portfolio .support .wrap-title-portfolio .wrap-title {
    width: 62%;
    padding-right: 65px;
}

.portfolio .support .wrap-title-portfolio .wrap-title h3 {
    font-size: 35px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-bottom: 6px;
}

.portfolio .support .wrap-title-portfolio .wrap-title p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    margin-bottom: 18px;
}

.portfolio .support .wrap-title-portfolio .wrap-title .style::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #088bed;
}

.portfolio .support .wrap-title-portfolio .wrap-title .style {
    font-size: 17px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-top: 32px;
    padding-left: 46px;
    position: relative;

}

.portfolio .support .wrap-title-portfolio .wrap-content {
    width: 38%;
    display: flex;
    flex-direction: column;
    padding-left: 57px;
    padding-top: 30px;
    background: #f7f9fb;
    margin-top: 24px;
    border-left: 5px solid #088bed;
    padding-bottom: 30px;
    padding-right: 30px;
}

.portfolio .support .wrap-title-portfolio .wrap-content h3 {
    font-size: 28px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-bottom: 21px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information .information {
    display: flex;
    margin-bottom: 14px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information .information h5 {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-right: 63px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information .information.client h5 {
    margin-right: 54px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information .information.category h5 {
    margin-right: 31px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information .information.value h5 {
    margin-right: 56px;
}

.portfolio .support .wrap-title-portfolio .wrap-time-information .information p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    margin-left: 28px;
}

.portfolio .support .wrap-title-portfolio .socials-list.socials-list a {
    margin-right: 6px;
    color: #091d3e;
}

.portfolio .support .wrap-title-portfolio .socials-list.socials-list a:hover {
    color: #088bed;
}

.portfolio .support .wrap-title-portfolio .socials-list a .fab {
    border: 1px solid rgb(9, 29, 62);
    padding: 11px 11px;
    width: 36px;
    height: 36px;
    font-size: 12px;

}

.portfolio .support .wrap-title-portfolio .socials-list a .fab:hover {
    border: 1px solid #088bed;

}

.portfolio .support .wrap-title-portfolio .socials-list a .fa-facebook-f {
    padding: 11px 13px;
}

.portfolio .support .wrap-description {
    padding: 0px 90px 0 99px;
}

.portfolio .support .wrap-description p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 27px;
    margin-bottom: 17px;
}

.portfolio .support .wrap-button {
    margin: 0px 100px 0 100px;
    margin-top: 65px;
    width: 83%;
}

.portfolio .support .wrap-button ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f7f9fb;

}

.portfolio .support .wrap-button ul ul li {
    margin-left: -45px;
}

.portfolio .support .wrap-button ul .button i {
    margin-left: 58px;
    padding: 14px;
    border: solid 1px rgb(58, 67, 81);
}

.portfolio .support .wrap-button ul .button i {
    padding: 14px;
    border: solid 1px #d4d8df;
}

.portfolio .support .wrap-button ul .button .fa-arrow-left {
    margin-right: 29px;
    margin-left: 58px;
    cursor: pointer;
}

.portfolio .support .wrap-button ul .button .fa-arrow-right {
    margin-right: 59px;
    margin-left: 30px;
    cursor: pointer;
}

.portfolio .support .wrap-button ul .button {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
}


.portfolio .style-related .style-img {
    position: relative;
    cursor: pointer;
}

.portfolio.wrap-container .wrap-related {
    display: flex;
}

.portfolio .related-swiper {
    margin: 0 95px;
}

.portfolio .wrap-related .style-related .style-img:hover::before {
    opacity: 1;
    transform: scale(1);
}

.portfolio .wrap-related .style-related .style-img::before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0f21418a;
    transform: scale(0.9);
}

.portfolio .wrap-related .style-related .style-img img {
    width: 100%;
}

.portfolio .wrap-related .style-related .style-img.design::before {
    opacity: 1;
    transform: scale(1);
}

.portfolio .style-related .style-img.design i {
    opacity: 1;
}

.portfolio .style-related .style-img.design .content {
    transform: translateY(0);
    opacity: 1;
    bottom: 44px;
    left: 0px;
    width: 100%;
}

.portfolio .wrap-container .wrap-related .image-related {
    margin-right: 35px;
}


.portfolio .style-related .style-img i {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 99;
    background: #088bed;
    color: #ffffff;
    position: absolute;
    top: 30px;
    right: 33px;
    padding: 13px 14px;
}

.portfolio .style-related .style-img:hover i {
    opacity: 1;
}

.portfolio .style-related .style-img:hover .content {
    transform: translateY(0);
    opacity: 1;
    bottom: 44px;
    left: 0px;
}

.portfolio .style-related .style-img .content {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 99;
    color: #ffffff;
    position: absolute;
    bottom: 63px;
    left: 0px;
    width: 100%;
    text-align: center;
    transform: translateY(10px);
    font-weight: 500;
}

.portfolio .style-related .style-img .content a {
    color: #088bed;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: "Roboto", Medium;
}

.portfolio .style-related .style-img .content h5 {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    margin-top: 14px;
}

.portfolio .related .portfolio-related .button {
    color: #212529;
}

.portfolio .related .portfolio-related .button:hover {
    color: #088bed;
}

.portfolio .related .portfolio-related ul {
    display: flex;
    padding: 52px 0 71px 0;
    background: #f7f9fb;
    justify-content: center
}

.portfolio .related .portfolio-related .button {
    cursor: pointer;
    width: 57px;
    height: 57px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 11px;
    margin-top: 16px;
    background: #ffffff;
    border: 1px solid #d4d8df;
}

.portfolio .related .portfolio-related .button.swiper-button-disabled i::before {
    color: #088bed;
}

.portfolio .related .portfolio-related .button-right.swiper-button-disabled i::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 56px;
    right: -4px;
    background: #088bed;
    top: -1px;
}

.portfolio .related .portfolio-related .button-left.swiper-button-disabled i::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 56px;
    left: -4px;
    background: #088bed;
    top: -2px;
}

.portfolio .related .wrap-title-related .content {
    display: flex;
    justify-content: space-between;
    padding: 0 95px;
}

.portfolio .related .wrap-title-related .content .inner h3 {
    font-size: 55px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-left: 2px;
}

.portfolio .related {
    padding-top: 96px;
    padding-bottom: 150px;
}

.portfolio .related .wrap-title-related {
    padding: 37px 0px 91px;
}

.portfolio .related .wrap-container .wrap-related {
    display: flex;
    padding-left: 100px;
}

.portfolio .support .wrap-button {
    margin: 0px 100px 0 100px;
    margin-top: 65px;
    width: 83%;
}

.portfolio .support .wrap-button ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f7f9fb;
}

.portfolio .support .wrap-button ul ul li {
    margin-left: -45px;
}

.portfolio .support .wrap-button ul .button i {
    margin-left: 58px;
    padding: 14px;
    border: solid 1px rgb(58, 67, 81);
}

.portfolio .support .wrap-button ul .button i {
    padding: 14px;
    border: solid 1px #d4d8df;
}

.portfolio .support .wrap-button ul .button .fa-arrow-left {
    margin-right: 29px;
    margin-left: 58px;
    cursor: pointer;
}

.portfolio .support .wrap-button ul .button .fa-arrow-right {
    margin-right: 59px;
    margin-left: 30px;
    cursor: pointer;
}

.portfolio .support .wrap-button ul .button {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
}

/* end portfolio  */

/* teammember  */
.teammember .lead-team {
    padding-top: 141px;
    padding-bottom: 150px;
}

.teammember #wrapper .testimonial {
    padding-top: 143px;
}

.teammember .wrap-image {
    display: flex;
    margin-top: 85px;
}

.teammember #wrapper .testimonial .awards-testimonial {
    padding-bottom: 147px;
}

.teammember .wrap-image .image-box {
    position: relative;
    margin-right: 64px;
   
}

.teammember .lead-team .wrap-image .image-box {
    padding-bottom: 25px;
}

.teammember .lead-team .wrap-image .image-box img {
    width: 100%;
}
.teammember .lead-team  .wrap-image .image-box::after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 5px;
    background-color: #088bed;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.teammember .lead-team  .wrap-image .image-box.active::after,
.teammember .lead-team  .wrap-image .image-box:hover::after {
    
    width: 100%;
 
}

.teammember .our-skill .content .inner .desc {
    margin-bottom: 26px;
    margin-left: 38px;
    margin-top: 1px;
}

.teammember .wrap-image .image-box .hover {
    transform: translateY(0);
    opacity: 1;

}

.teammember .wrap-image .image-box .hover {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 99;
    right: 49px;
    transform: translateY(10px);
    background: #ffffff;
    padding: 11px 59px 3px 23px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    bottom: 0px;
}

.teammember .members .wrap-image .image-box .hover {
    opacity: 0;
}

.teammember .wrap-image .image-box.style .hover {
    right: 51px;
    padding: 11px 54px 3px 21px;
    bottom: -85px;

}

.teammember .wrap-image .image-box.style3 .hover {
    right: 48px;
    padding: 11px 43px 3px 23px;
    bottom: -85px;
}

.teammember .wrap-image .image-box.style2 .hover {
    padding: 13px 34px 3px 24px;
    right: 51px;
    bottom: -85px;
}

.teammember .wrap-image .image-box.active .hover,
.teammember .wrap-image .image-box:hover .hover {
    opacity: 1;
    bottom: 46px;
}

.teammember .wrap-image .image-box .hover h5 {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
}

.teammember .lead-team .wrap-image .image-box .hover p {
    font-size: 13px;
    font-family: "Roboto";
    color: #70777f;
}

.teammember .wrap-image .image-box .hover p {
    font-size: 13px;
    font-family: "Roboto";
    color: #a9c9de;
}


.teammember .members {
    padding-top: 139px;
    padding-bottom: 168px;
    background: url(../images/layout/09_Team_Members.jpg);
}

.teammember .members .wrap-flow {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-bottom: 62px;
    background: #0f2141;
    margin-top: 56px;
    padding-left: 50px;
    padding-right: 50px;
    border-color: rgb(22, 45, 83);
    background-color: rgb(9, 29, 62);
    border-style: solid;
    border-width: 1px;
}



.teammember .members .wrap-flow::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: -11px;
    left: -8px;
    z-index: 0;
    border-color: rgb(22, 45, 83);
    background-color: rgb(9, 29, 62);
    border-style: solid;
    border-width: 1px;
}

.teammember .members .wrap-flow .content:nth-child(1) {
    padding-left: 35px;
}

.teammember .members .wrap-flow .content:nth-child(3) {
    padding-left: 70px;
}

.teammember .members .wrap-flow .content:nth-child(4) {
    padding-left: 89px;
}

.teammember .members .wrap-flow .content {
    position: relative;
    width: 25%;
    margin-left: 10px;
    padding-left: 53px;
}

.teammember .members .wrap-flow .content::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    right: 0;
    background: #fac921;
    top: 13px;
}

.teammember .members .wrap-flow .content:nth-child(1)::before {
    right: 23px;
}

.teammember .members .wrap-flow .content.counter .count-number {
    font-size: 42px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}


.teammember .members .wrap-flow .content span {
    font-size: 22px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 600;
    margin-left: 6px;
    color: #ffffff;

}

.teammember .members .wrap-flow .content .style {
    position: absolute;
}

.teammember .members .wrap-flow .content h5 {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Roboto", Bold;
    font-weight: 500;
    margin-left: 6px;
    margin-top: 12px;
}

.teammember .members .wrap-flow .content:nth-child(2)::before {
    right: -14px;
}

.teammember .members .wrap-flow .content::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    right: -33px;
    background: #fac921;
    top: 17px;
}

.teammember .members .wrap-flow .content:nth-child(4)::before {
    display: none;
}

.carrers .members .wrap-image ,
.teammember .members .wrap-image {
    display: flex;
    margin-top: 0;
    margin-right: -30px;
    flex-wrap: wrap;
}

.carrers .members .wrap-image .image-box,
.teammember .members .wrap-image .image-box {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(16.66% - 30px);
}

.carrers .members .wrap-image .image-box img,
.teammember .members .wrap-image .image-box img {
    width: 100%;
}

.teammember .members .wrap-image .image-box .hover {
    text-align: center;
    background: none;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 21px;
    padding: 0;

}

.teammember .members .wrap-image .image-box.design::before {
    opacity: 95%;
    transform: scale(1);
}

.teammember .members .wrap-image .image-box.design .hover {
    opacity: 1;
}

.teammember .members .wrap-image .image-box::before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, rgb(9, 29, 62) 0%, rgb(8, 139, 237) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(9, 29, 62) 0%, rgb(8, 139, 237) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(9, 29, 62) 0%, rgb(8, 139, 237) 100%);
    transform: scale(0.9);
}

.teammember .members .wrap-image .image-box::before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, rgb(9, 29, 62) 0%, rgb(8, 139, 237) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(9, 29, 62) 0%, rgb(8, 139, 237) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(9, 29, 62) 0%, rgb(8, 139, 237) 100%);
    transform: scale(0.9);
}

.teammember .members .wrap-image .image-box:hover::before {
    opacity: 95%;

    transform: scale(1);
}

.teammember .members .wrap-image .image-box .hover h5 {
    color: #fff;
}

.teammember .members .content .inner h3 {
    font-size: 70px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 86px;
}

.teammember .members .content .inner p {
    font-size: 13px;
    font-family: "Roboto";
}

.teammember .wrap-image .image-box .socials-list {
    margin-top: 20px;

}

.teammember .wrap-image .image-box .socials-list a {
    margin-right: 5px;
    color: #f7f9fb;
}

.teammember .wrap-image .image-box .socials-list a:hover {
    color: #fff;
    background-color: #081832;
}

.teammember .wrap-image .image-box .socials-list a .fab {
    border: 1px solid #eaf0f56b;
    padding: 7px 7px;
    font-size: 10px;
}

.teammember .wrap-image .image-box .socials-list a:hover .fab {
    color: #fff;
    background-color: #081832;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #088bed;
}

.teammember .wrap-image .image-box .socials-list a .fab.fa-twitter {
    border: 1px solid #088bed;
    color: #fff;
    background-color: #081832;
}

.teammember .members .form-submit {
    text-align: center;
    margin-top: 101px;
    margin-bottom: 89px;
}

.teammember .members .form-submit .font-style {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background-color: #088bedf0;
    color: #ffffff;
    border: 0px !important;
    padding: 17px 93px 17px 33px !important;
    letter-spacing: 0px;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.teammember .members .form-submit .font-style::after {
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: 'Font Awesome 5 Pro';
    background: #299cf2;
    padding: 10px 19px;
    top: 7px;
    right: 20px;
}

.teammember .members .form-submit .font-style:hover{
    background: #081832;
}

.our-skill {
    padding-top: 150px;
    padding-bottom: 146px;
    background: #f7f9fb;
}

.our-skill .wrap-our-skill .content-our-skill .inner {
    padding-top: 0px;
    text-align: unset;
    align-items: flex-start;
    padding-bottom: 47px;
}

.our-skill .wrap-our-skill .content-our-skill {
    margin-right: -100px;
    margin-left: 27px;
    margin-top: -5px;
}

.our-skill .wrap-our-skill .content-our-skill .inner h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 1.2;

}

#wrapper .testimonial {
    padding-top: 146px;
}

.service #wrapper .testimonial {
    padding-top: 0;
}

.content .inner .desc {
    margin-bottom: 21px;
    margin-left: 3px;
    margin-top: 6px;
}

.our-skill .wrap-our-skill .wrap-information {
    display: flex;
    margin-left: 90px;
    justify-content: space-between;
    margin: 8px 118px 23px 90px;

}

.our-skill .wrap-our-skill .wrap-information.style2 {
    margin: 8px 84px 23px 90px;

}

.our-skill .wrap-our-skill .wrap-information.style3 {
    margin: 8px 167px 23px 90px;
}

.our-skill .wrap-our-skill .wrap-information.style4 {
    margin: 8px 49px 23px 90px;
}

.our-skill .wrap-our-skill .wrap-information .box h5 {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    margin-bottom: 15px;
}

.our-skill .wrap-image {
    position: relative;
    margin-top: 0px;
}

.our-skill .wrap-image .content-image {
    position: absolute;
    bottom: 50px;
    right: 3px;
    z-index: 10;
}

.our-skill .wrap-image .layout-ourskill {
    background: #088bed;
    clip-path: polygon(0% 4%, 0% 100%, 98% 100%);
    padding: 138px 78px 16px 25px;
    position: relative;
    z-index: 2;
}

.our-skill .wrap-image .content-image::before {
    position: absolute;
    top: -28px;
    content: "";
    right: 10px;
    clip-path: polygon(0% 4%, 0% 100%, 98% 100%);
    background: #ffff;
    width: 100%;
    height: 100%;
    z-index: -10;

}

.our-skill .wrap-image .layout-ourskill h5 {
    font-size: 38px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.our-skill .wrap-image .layout-ourskill p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    margin-top: 15px;

}

.teammember .wrap-image-testiomonial .image-testimonial {
    margin-top: 0px;
    margin-bottom: 67px;
}

.teammember .wrap-image-testiomonial .image-testimonial .image {
    position: relative;
    margin-top: 10px;
}

/* end teammember */

/* choose  */
.choose .why-choose {
    background: #fff;
    padding-top: 140px;
    padding-bottom: 146px;
}

.choose .why-choose .wrap-choose {
    display: flex;
}

.choose .why-choose .wrap-image {
    margin-left: -88px;
    margin-top: 50px;
}

.choose .why-choose .wrap-image .layout {
    margin-top: -38px;
}

.choose .why-choose .wrap-content {
    margin-left: 130px;
}

.choose .our-skill .content .inner .desc {
    margin-bottom: 28px;
    margin-left: 37px;
    margin-top: 2px;
}

.choose .wrap-choose .content .inner {
    align-items: flex-start;
    text-align: unset;
}

.choose .wrap-choose .content .inner h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    margin-left: 2px;
    line-height: 72px;
    margin-bottom: 32px;
}

.choose .our-skill .wrap-content {
    margin-top: -7px;
    margin-left: 41px;
}


.choose .wrap-choose .content .inner .desc {
    margin-left: 32px;
    margin-bottom: 28px;

}

.choose .wrap-choose .wrap-information {
    display: flex;
    margin-left: 90px;
    /* margin-bottom: 28px; */
}

.choose .wrap-choose .wrap-information.style {
    margin-right: 30px;
    margin-left: 86px;
    margin-top: 2px;
}


.choose .wrap-choose .wrap-information.style .wrap-image {
    padding: 32px 35px;
    margin-right: 72px;
}

.choose .wrap-choose .wrap-information .wrap-image.style1 {
    padding: 32px 34px;
}

.choose .wrap-choose .wrap-information .wrap-image.style2 {
    padding: 32px 36px;
    margin-right: 70px;
}

.choose .wrap-choose .wrap-information .wrap-image.style3 {
    padding: 30px 33px;
    margin-right: 69px;
}


.choose .wrap-choose .wrap-information .wrap-image:hover {
    cursor: pointer;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.choose .wrap-choose .wrap-information.design .wrap-image {
    background: #091d3e;
}

.choose .wrap-choose .wrap-information .wrap-image {
    padding: 32px 30px;
    background: #f2f6f9;
    margin-right: 70px;
    margin-bottom: 28px;
}

.choose .wrap-choose .wrap-information .wrap-description h5:hover {
    color: #088bed;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;

}

.choose .wrap-choose .wrap-information.design .wrap-description h5 {
    color: #088bed;

}

.choose .wrap-choose .wrap-information .wrap-description {
    margin-top: 37px;
    margin-bottom: 0px;
}

.choose .wrap-choose .wrap-information .wrap-description.style {
    padding: 0px 0px 0 94px;
    margin-left: -94px;
}

.choose .wrap-choose .wrap-information .wrap-description h5 {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 11px;
}

.choose .wrap-choose .wrap-information .wrap-description p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 27px;
}

.choose .testimonial .awards-testimonial .wrap-image {
    margin-top: 148px;
}

.choose .our-skill {
    padding-top: 299px;
    padding-bottom: 141px;
}

/* end choose  */

/* error  */
.error #wrapper .testimonial {
    margin-top: 140px;
    padding-bottom: 0;
}

.error #wrapper .errortestimonial {
    padding-top: 0;
    padding-bottom: 152px;
    background: #f7fbfe;
}

.error .testimonial .wrap-error {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: -13px;
    margin-bottom: 350px;
}

.error .testimonial .wrap-error h2 {
    font-size: 59.796px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    text-align: center;
    -moz-transform: matrix(5.68598566769288, 0, 0, 5.68598566769288, 0, 0);
    -webkit-transform: matrix(5.68598566769288, 0, 0, 5.68598566769288, 0, 0);
    -ms-transform: matrix(5.68598566769288, 0, 0, 5.68598566769288, 0, 0);
    margin-bottom: 151px;
    z-index: 99;
    text-shadow: 2px 2px rgba(8, 139, 237, 0.302);
}


.error .testimonial .wrap-error .error-sorry {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.error .testimonial .wrap-error .error-sorry h3 {
    font-size: 45px;
    line-height: 72px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    margin-left: 15px;
}

.error .testimonial .wrap-error .error-sorry h5 {
    font-size: 25px;
    line-height: 72px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    margin-left: 12px;
}

.error .testimonial .wrap-error a {
    position: relative;
    background-color: #088bedf0;
    border: 0px !important;
    padding: 30px 67px 26px 117px !important;
    letter-spacing: 0px;
    border-radius: 5px;
    margin-top: 54px;
    margin-right: -16px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(254, 255, 255);
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.error .testimonial .wrap-error .submit::after {
    position: absolute;
    content: "\f30a";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    left: 81px;
    top: 28px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.error .testimonial .wrap-error a:hover {
    background-color: #081832;
}

.error .testimonial .wrap-error .submit:hover:after {
    left: 60px;
}

/* end error */


/* value  */
.value .our-skill .wrap-our-skill {
    margin-left: 1px;
}

.value .core-value {
    padding-top: 151px;
    padding-bottom: 125px;
}

.value .core-value .value-img {
    display: flex;
}

.value .core-value .value-img .image-1 {
    margin-right: 27px;
}

.value .core-value .value-img .image-2 {
    margin-top: 44px;
}

.value .core-value .value-img .image-top {
    position: relative;
}

.video-slider {
    position: relative;
    display: inline-block;
    z-index: 999;

}

.ripple::before {
    content: "";
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ripple::after {
    content: "";
    position: absolute;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.value .ripple::before,
.value .ripple::after {
    left: -160px;
    bottom: -88px;
}

.ripple::before,
.ripple::after {
    position: absolute;
    bottom: -146px;
    left: 585px;
    width: 74px;
    height: 70px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.849);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.883);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.value .video-slider::after {
    left: -199px;
    bottom: -54px;
}



.video-slider::after {
    position: absolute;
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    color: var(--primary-color);
    padding: 22px 31px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: -112px;
    left: 548px;
    z-index: -1;
    color: #fff;
}

.home1 .ripple::before, 
.home1 .ripple::after {
    left: 40px;
}
.home1 .video-slider::after {
    left: 0;
}

.video-slider:hover:after {
    background-color: rgb(8, 139, 237);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.home2 .video-slider::after {
    position: absolute;
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    color: var(--primary-color);
    padding: 22px 31px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: -112px;
    left: 270px;
    color: #fff;
    z-index: -1;
}

.home2 .video-slider:hover:after {
    background: rgb(9, 29, 62);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.home2 .ripple::before,
.home2 .ripple::after {
    position: absolute;
    bottom: -146px;
    left: 307px;
    width: 75px;
    height: 70px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.849);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.883);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.value .core-value .core-value-content .content .inner {
    text-align: left;
}

.value .core-value .core-value-content {
    margin-left: 69px;
}

.value .core-value .core-value-content .content .inner h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 72px;
    padding-right: 60px;
    margin-top: -13px;
}

.value .core-value .core-value-content .content .title-core-value p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    padding-left: 34px;
    margin-top: 20px;
    padding-right: 50px;
    position: relative;
}

.value .core-value .core-value-content .content .title-core-value p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 75%;
    background-color: #088bed;
}

.value .information-core {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

.value .information-core .wrap-information {
    display: flex;
    margin-left: 48px;
    margin-bottom: 32px;
}

.value .information-core .wrap-information p {
    position: relative;
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    margin-right: 80px;
}

.value .information-core .wrap-information .style {
    margin-right: 101px;


}

.value .information-core .wrap-information p::before {

    position: absolute;
    content: "\e908";
    left: -49px;
    font-family: 'soffets';
    color: #088bed;
    top: 0px;
    border: 2px solid #364863;
    padding: 0px 3px;

}

.value .people {
    display: flex;
    padding-top: 0px;
    padding-bottom: 150px;
}

.value .people .wrap {
    max-width: 1080px;
}

.value .people .left {
    position: relative;
    margin-top: 196px;

}

.value .people .left .overlay {
    background: #091d3e;
    position: absolute;
    width: 183%;
    height: 152%;
    margin-top: -123px;
    margin-left: -370px;
    z-index: -1;
}

.value .people .left .content .inner {
    text-align: left;
}

.value .people .left .content .inner h3 {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 72px;
}

.value .people .right {
    margin-left: 113px;
    margin-top: -5px;
}

.value .people .left .content .title-core-value {
    margin-left: 0px;
    margin-top: 20px;
    padding-right: 117px;
    margin-bottom: 48px;
}

.value .people .left .content .title-core-value p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(185, 198, 221);
    line-height: 27px;
    position: relative;
    padding-left: 35px;
}

.value .people .left .content .title-core-value p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 75%;
    background-color: #088bed;
}

.value .people .information-core .wrap-information p {
    color: rgb(255, 255, 255);
}

.value .people .information-core .wrap-information .style2 {
    margin-right: 110px;
}

.value .people .information-core .wrap-information .style1 {
    margin-right: 179px;
}

.value .our-history {
    background: #f7f9fb;
    padding-bottom: 150px;
}

.value .our-history .wrap-title-history {
    padding-bottom: 83px;
}

.value .our-history .wrap-title-history .inner h3 {
    font-size: 70px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 78px;
    padding: 0 327px;
}

.value .our-history .wrap-history {
    display: flex;
    background-color: rgb(255, 255, 255);
    padding: 40px 0px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.value .our-history .wrap-history:hover {
    cursor: pointer;
    background: #088bed;
    color: #ffffff;
}

.value .our-history .wrap-history.design {
    cursor: pointer;
    background: #088bed;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.value .our-history .wrap-history.design .wrap-title p,
.value .our-history .wrap-history.design .wrap-title h5 {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.value .our-history .wrap-history:hover .wrap-title p,
.value .our-history .wrap-history:hover .wrap-title h5 {
    color: #ffffff;
}

.value .our-history .wrap-history .wrap-icon {
    background: #f2f6f9;
    padding: 20px;
    margin-top: -48px;
    margin-left: 29px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.value .our-history .wrap-history .wrap-title h5 {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.value .our-history .wrap-history .wrap-title p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 27px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.value .our-history .wrap-history .wrap-title:hover {

    color: #ffffff;
}

.value .our-history .wrap-history .wrap-title {
    margin-top: -13px;
    margin-left: 32px;
}

.value .information-value {
    padding-top: 124px;
    padding-bottom: 132px;
    display: flex;
}

.value .information-value .wrap-information .title-information-value {
    display: flex;
    border-bottom: 1px solid #eaeef1;
    margin-left: -34px;
    padding-bottom: 34px;
}

.value .information-value .wrap-information .title-information-value .title {
    flex-shrink: 0;
    margin-right: 83px;
}

.value .information-value .wrap-information .title-information-value.style .title {
    margin-right: 92px;
}

.value .information-value .wrap-information .title-information-value.style2 .title {
    margin-right: 95px;
}

.value .information-value .wrap-information .title-information-value.style2 {
    border-bottom: none;
    margin-top: 19px;
}

.value .information-value .wrap-information .title-information-value.style {
    margin-top: 19px;
}

.value .information-value .image {
    margin-left: -8px;
}

.value .information-value .title-information-value .title h5 {
    font-size: 40px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 72px;
}

.value .information-value .title-information-value .description p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(58, 67, 81);
    line-height: 28px;

}

.value .information-value .title-information-value .description {
    margin-top: 14px;
    padding-right: 222px;
}

.value .information-value .title-information-value .description .style {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
    line-height: 28px;
    padding-top: 24px;
}

.value .our-skill {
    padding-top: 150px;
    padding-bottom: 142px;
    background: #f7f9fb;
}

.our-skill .wrap-our-skill {
    margin-left: 41px;
}

.our-skill .wrap-our-skill .content-progress-box {
    margin-left: 50px;
    margin-bottom: 18px;
}

.value .our-skill .wrap-our-skill .content-our-skill .inner .desc {
    margin-bottom: 27px;
    margin-left: 36px;
    margin-top: 0px;
}

.our-skill .wrap-our-skill .wrap-information {
    margin: unset;
    align-items: center;
    justify-content: unset;
}

.progress-content-outter {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.progress-content {
    height: 5px;
    background-color: #088bed;
    width: 0%;
}

.progress-title-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
    height: 50px;
    position: relative;
}

.progress-title-holder .progress-number-wrapper .progress-number-mark {
    -moz-transform: translateX(-18%);
    -o-transform: translateX(-18%);
    transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    -webkit-transform: translateX(-18%);
    position: absolute;
    top: -12px;
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    color: #091d3e;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    background-size: cover;
}

/* end value */

/* FAQ  */
.faq #wrapper .FAQ {
    padding-top: 140px;
    padding-bottom: 132px;
}

.faq .flat-accordion .flat-toggle .toggle-content {
    display: none;
    font-family: "Roboto", Regular;
    color: #3a4351;
    padding: 0px 46px 20px 30px;
    margin-top: -5px;
    font-size: 15px;
    line-height: 25px;
    background-color: rgb(247, 249, 251);

}

.faq #wrapper .a-call .overlay {
    z-index: -1;
}

.faq .content .inner .desc {
    margin-bottom: 24px;

}

.faq .content .inner h3 {
    padding: 0px 210px 87px;
    font-size: 60px;
    line-height: 75px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-weight: bold;
}

.faq .flat-accordion .flat-toggle {
    margin-bottom: 16px;
    border-radius: 5px;
}

.faq #wrapper .FAQ .faq-content.style {
    padding-right: 70px;
    padding-left: 0px;
}

.faq #wrapper .a-call .content .inner h3 {
    padding: 0 18%;
}

.faq #wrapper .testimonial {
    padding-bottom: 146px;
    padding-top: 135px;
}

.faq .testimonial .content .inner h3 {
    padding: 2px 0px 0px;
}

.faq .solution {
    padding-bottom: 150px;
    background: #fff;
}

.faq .testimonial {
    background: #ffffff;
}


.faq .wrap-content-testimonial .wrap-user {
    background: #f7f9fb;
}

.a-call .content .inner .comment-form .message-wrap textarea,
.a-call .content .inner .comment-form .text-wrap fieldset input {
    font-size: 16px;
    padding-left: 32px;
    color: #fff;
}

.a-call .content .inner .comment-form .message-wrap textarea {
    padding-top: 18px;
    padding-bottom: 150px;
}

.a-call .content .inner .comment-form .message-wrap textarea::placeholder,
.a-call .content .inner .comment-form .text-wrap fieldset input::placeholder {
    color: #fff;
    font-size: 16px;
}

.testimonial .service-tn .wrap-style-user {
    display: flex;
}

.testimonial .service-tn .wrap-user {
    background: #f8fafc;
    position: relative;
}

.testimonial .wrap-user-swiper {
    position: relative;
    z-index: 1;
    margin: 0 -5px;
}

.testimonial  .wrap-user-swiper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 100%;
    background-color: #088bed;
    z-index: 5;
}

.testimonial  .wrap-user-swiper::before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right:0px;
    width: 5px;
    height: 100%;
    z-index: 5;
    background-color: #088bed;
}

.testimonial .service-tn .wrap-user.style {
    margin-right: 32px;
}

.testimonial .service-tn .wrap-user .user-star {
    display: flex;
    align-items: center;
    padding: 38px 0px 41px 50px;
}

.testimonial .service-tn .wrap-user .user-star .user-content {
    margin-left: 29px;
}

.testimonial .service-tn .wrap-user .user-star .user-content h5 {
    font-size: 21px;
    line-height: 72px;
    margin-top: -21px;
    margin-bottom: -16px;
    color: #091d3e;
}

.testimonial .service-tn .wrap-user .user-star .user-content a {
    font-size: 14px;
    line-height: 27px;
    color: #088bed;
}

.testimonial .service-tn .wrap-user .user-star .star .number-star {
    display: flex;
    margin-left: 109px;
    margin-bottom: 8px;
}

.testimonial .service-tn .wrap-user .user-star .star .number-star.style {
    margin-left: 121px;
}

.testimonial .service-tn .user-star .star .number-star li {
    margin-right: 6.5px;
    font-size: 12px;
    color: #ff9c00;
}

.testimonial .service-tn .user-star .star .number-star .un-coler {
    color: #ccc;
}

.testimonial .service-tn .wrap-user .description p {
    font-size: 21px;
    font-family: "Roboto";
    color: rgb(9, 29, 62);
    font-style: italic;
    line-height: 35px;
    padding: 0px 9px 45px 50px;
}

.testimonial .service-tn {
    padding-top: 155px;
}

.testimonial .people {
    position: relative;
    padding-top: 150px;
    padding-bottom: 8px;
}

.testimonial .people .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/layout/12_Testimonial.jpg");
}

.testimonial .people .wrap-people {
    background: #091d3e;
    margin-top: 159px;
    padding: 53px 41px 63px 2px;
}

.testimonial .people .wrap-people .box-people {
    position: relative;
    margin-top: 34px;
    justify-content: center;
    align-items: center;
    display: flex;

}

.testimonial .people .wrap-people .box-people .icon {
    padding: 10px;
    border: 1px solid #394c6b;
    border-radius: 100%;
    position: absolute;
    left: 266px;
    top: 49px;
}

.testimonial .people .wrap-people .image {
    margin-left: 67px;
    margin-right: 85px;
}

.testimonial .people .wrap-people .image img {
    margin-top: -26px;
}

.testimonial .people .wrap-people .wrap-content .title h5 {
    font-size: 25px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: 17px;
}

.testimonial .people .wrap-people .wrap-content {
    border-left: 1px solid #394c6b;

    padding-left: 85px;
    margin-top: -40px;
}

.testimonial .people .wrap-people .wrap-content .title a {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(8, 139, 237);
}

.testimonial .people .wrap-people .wrap-content .title p {
    line-height: 30px;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(182, 199, 227);
    margin-top: 23px;
}

.testimonial .people .wrap-people.style2 {
    background: #091d3e;
    margin-top: 20px;
    padding: 52px 40px 62px 1px;
    
}

.testimonial .people .wrap-people.style2 .wrap-content {
    border-right: 1px solid #394c6b;
    border-left: none;
    padding-left: 69px;
    padding-right: 70px;
    margin-top: -36px;
}

.testimonial .people .wrap-people.style2 .box-people .icon {
    padding: 10px;
    border: 1px solid #394c6b;
    border-radius: 100%;
    position: absolute;
    right: 227px;
    left: unset;
    top: 52px;
}

.testimonial .people .wrap-people.style2 .image {
    margin-left: 84px;
    margin-right: 30px;
}

.testimonial .people .wrap-people.design {
    background: #091d3e;
    margin-top: 24px;
    padding: 53px 41px 63px 2px;
    
}

.testimonial .people .wrap-people {
    border: 1px solid #091d3e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial .people .wrap-people:hover,
.testimonial .people .wrap-people.active {
    border: 1px solid #088bed;
}

.testimonial .people .buttom button {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background-color: #088bedf0;
    color: #ffffff;
    border: 0px !important;
    padding: 20px 105px 17px 33px !important;
    letter-spacing: 0px;
    z-index: 10;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial .people .buttom .submit::after {
    top: 9px;
    right: 30px;
    position: absolute;
    content: "\f101";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    background: #088bedf0;
    padding: 11px 19px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial .people .buttom .submit:hover {
   background:#081832;
}

.testimonial .people .buttom .submit:hover::after {
    right: 20px;
}

.testimonial .people .buttom {
    text-align: center;
    padding-top: 80px;
}

.testimonial .our-skill {
    padding-top: 299px;
    padding-bottom: 142px;
    background: #f7f9fb;
}

.testimonial .content .inner .desc {
    margin-bottom: 26px;
    margin-left: 34px;
    margin-top: 1px;
}
@keyframes hover-button {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    49% {
        transform: translateX(20px);
        opacity: 0;
    }
    50% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}