@font-face {
    font-family: SansCaps;
    src: url("/assets/fonts/BPG 2017 DejaVu Sans Caps.ttf");
}

@font-face {
    font-family: SansBold;
    src: url("/assets/fonts/BPG 2017 DejaVuSans-Bold.ttf");
}

@font-face {
    font-family: Sans;
    src: url("/assets/fonts/BPG-2017-DejaVuSans.ttf");
}

@font-face {
    font-family: BPGWeb;
    src: url("/assets/fonts/BPG-WEB.ttf");
}

@font-face {
    font-family: BPGWebCaps;
    src: url("/assets/fonts/BPG-WEB-001-CAPS.ttf");
}

@font-face {
    font-family: Lato;
    src: url("/assets/fonts/Lato-Black.ttf");
}

@font-face {
    font-family: ProLight;
    src: url("/assets/fonts/MyriadPro-Light.otf");
}

@font-face {
    font-family: ProLightSemi;
    src: url("/assets/fonts/MyriadPro-LightSemiCn.otf");
}

@font-face {
    font-family: Semi;
    src: url("/assets/fonts/MyriadPro-SemiCn.otf");
}

@font-face {
    font-family: ProRegular;
    src: url("/assets/fonts/MyriadPro-Regular.otf");
}

@font-face {
    font-family: Comfortaa;
    src: url("/assets/fonts/Comfortaa Medium.ttf");
}

@font-face {
    font-family: Gilroy GEO Heavy;
    src: url("/assets/fonts/Gilroy GEO Heavy.ttf");
}


/*Main Fonts*/

@font-face {
    font-family: BPG110;
    src: url("/assets/fonts/BPG_110.ttf");
}

@font-face {
    font-family: GilroyGEOHeavy;
    src: url("/assets/fonts/GilroyGEO-Heavy.ttf");
}

p:lang(en) {
 font-family: ProLightSemi!important;
}

html:lang(en) .main-slider {
    background-image: url(../images/SLIDER2.png) !important;
}

html:lang(ka) .main-slider{
    background-image: url(../images/SLIDER1.png) !important;
}

#main-header .widget .main-menu > ul > li > a:lang(en) {
    font-family: Semi!important;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

h1,h2,h3,h4,h4,h5,h6,a {
    font-family: GilroyGEOHeavy !important;
}

p, span, li {
    font-family:BPG110 !important;
}

input, label, textarea, select, button {
    font-family: GilroyGEOHeavy !important;
}

.DONE { 
    /*background-image: url(/assets/images/service-intro.png)!important;*/
 }

body {
    background-color: #222B46;
    margin: 0;
    overflow-x: hidden;
}

.widget {
    width: 1110px;
}

.sub-header {
    background-color: #0D1129;
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-header .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-contanct ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 210px;
    margin:0;
    padding: 0;
}

.sub-contanct li {
    list-style: none;
    font-family: Lato;
    padding-right:10px;
}

.sub-contanct li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-contanct li a img {
    width: 20px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
}

.sub-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub-social span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Sans;
}

#main-footer div:first-child .footer-social  a img {
    width:47px;
    height:47px;
}



.sub-social .sub-social-icons {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:100%;
}


#main-header {
    background-color: #393A83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
}

#main-header .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-header .widget .main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-header .widget .main-menu > ul > li {
    list-style: none;
}

#main-header .widget .main-menu > ul > li:last-child a::after {
    display: none;
}

#main-header .widget .main-menu > ul > li > a {
    color: #E0E3EC;
    padding: 0 25px;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: BPGWebCaps;
}

#main-header .widget .main-menu > ul > li > a:hover {
    color: #e73a42;
    -webkit-transition: .5s;
    transition: .5s;
}

#main-header .widget .main-menu > ul > li > a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #525E82;
    left: 100%;
}

#main-header .widget .main-menu > ul > li > a .active {
    border-top: 3px solid #e73a42;
}

#main-header .logo-area a img {
    width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 70px;
}

#main-header .language select {
    width: 80px;
    height: 42px;
    border: 1px solid #465070;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    color: white;
    font-size: 14px;
    font-family: BPGWebCaps;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: none;
    padding: 0 12px;
}

#main-header .language select option {
    background-color: #222B46;
}

#main-header .language span {
    color: white;
    font-size: 13px;
    font-family: SansBold;
}

#main-header .language span img {
    margin-left: 10px;
}

.main-slider {
    width: 100%;
    height: 70vh;
    background-image: radial-gradient(rgba(16, 20, 44, 0.65), rgba(0, 0, 0, 0.6)), url(../images/slider.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-slider .slider-intro {
    width: 660px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-slider .slider-intro a {
    background-color: #374163;
    width: 150px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-family: BPGWebCaps;
    border-radius: 26px;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-slider .slider-intro a:hover {
    background-color: white;
    color: #374163;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-slider .widget {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.main-slider .slider-intro p {
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    font-family: GilroyGEOHeavy !important;
}

.main-slider .slider-intro span {
    font-size: 40px;
    text-transform: uppercase;
    font-family: GilroyGEOHeavy !important;
    color:white;
    background:#393A83;
    width: 240px;
    height: 83px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    box-shadow: rgb(0 0 0) 8px 7px 15px 0px;
}

.main-slider .slider-intro span::after {
    content:"";
    width:15px;
    height:15px;
    border-radius:50%;
    background-color:#e73a42;
    position: absolute;
    left: 15px;
}

.page-numbers {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-numbers .pagination {
    display:flex;
}

.page-numbers .back {
    width: 135px;
}

.page-numbers .back a img {
    margin-right: 10px;
}

.page-numbers .next {
    width: 135px;
}

.page-numbers .next a img {
    margin-left: 10px;
}

.page-numbers li {
    border: 2px solid #404967;
    width: 50px;
    margin: 0 5px;
    font-family: BPGWebCaps;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D3D6E2;
    font-size: 18px;
}

.page-link:hover {
    color: #e73a42 !important;
    background-color: #393A83 !important;
    border-color: #393A83 !important;
}

.page-numbers li a {
    color: #e73a42;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background-color: white;
}

.main-services .section-title h2 {
    color: black !important;
}

.main-services .main-read a {
    color:black !important;
}

.main-services .services-right {
    position: absolute;
    right: -26%;
    top: -10%;
    z-index: -1;
}

.main-services .services-left {
    position: absolute;
    left: -29%;
    bottom: -4%;
    filter: brightness(0);
}

.main-services .widget .service-slide {
    background-color: #393A83;
    width: 100%;
    padding: 45px 25px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #404967;
}

.main-services .widget .service-slide:hover {
    border: 1px solid white;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-services .widget .service-slide .service-image {
    padding-bottom: 30px;
    position: relative;
    width: 85px;
}

.main-services .widget .service-slide .service-image img {
    width: 85px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 99;
    /*background-color: #384264;*/
}

.main-services .widget .service-slide .service-image .service-bg {
    position: absolute;
    top: -19px;
    right: -35px;
    z-index: 9;
}

.main-services .widget .service-slide h3 {
    height: 65px;
    font-size: 20px;
    font-family: BPGWebCaps;
    color: #E0E3EC;
}

.main-services .widget .service-slide a {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    height: 40px;
    border: 2px solid #404967;
    font-size: 13px;
    font-family: BPGWebCaps;
    margin-top: 40px;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-services .widget .service-slide a:hover {
    background-color: #e73a42;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-services .widget .service-slide p {
    color: #9BA4BF;
    font-size: 15px;
    font-family: Sans;
    line-height: 24px;
    height: 145px;
    overflow: hidden;
    /* word-break:break-all; */
}

.section-title {
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 45px;
    position: relative;
    font-family: BPGWebCaps;
    color: white;
}

.section-title h2::before {
    content: "";
    position: absolute;
    background-image: url(../images/titleline.png);
    width: 86px;
    height: 4px;
    top: -20px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}


.main-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0 390px;
    position: relative;
    background-color: #393A83;
}

.main-clients .clients-bg {
    position: absolute;
    left: 220px;
    top: -40px;
}

.main-clients .client-slide {
    width: 200px;
    height: 200px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 5px solid #e73a42;
}

.main-clients .client-slide a img {
    width: 65%;
    height: 100%;
    object-fit: contain;
}

.main-clients .client-slide a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.main-clients .client-slide:hover {*/
/*    -webkit-transform: translateY(0px) scale(1.05);*/
/*    transform: translateY(0px) scale(1.05);*/
/*    -webkit-transition: .5s;*/
/*    transition: .5s;*/
/*    border-bottom: 7px solid #e73a42;*/
/*}*/

.main-read {
    margin-top: 25px;
}

.main-read a {
    font-size: 15px;
    color: white;
    font-family: Sans;
}

.main-read a img {
    margin-left: 5px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}

.main-news {
    background-color: white;
    height: 1050px;
    position: relative;
}

.main-news .section-title h2 {
    color:black !important;
}

.main-news .main-read a {
    color:black !important;
}

.main-news .swiper-button-prev-news, .main-news .swiper-container-rtl .swiper-button-news {
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%) !important;
}

.main-news .swiper-button-next-news, .main-news .swiper-container-rtl .swiper-button-prev-news {
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%) !important;
}

.main-news .statistics-bg {
    position: absolute;
    right: 23%;
    top: 12%;
    filter: brightness(0);
}

.main-news .news-bg {
    position: absolute;
    right: 17%;
    bottom: -14%;
}

.main-news .news-letter {
    background-color: #393A83;
    height: 160px;
    width: 1110px;
    position: absolute;
    bottom: -45px;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #303A5A;
}

.main-news .news-letter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-news .news-letter span {
    color: white;
    font-family: sans;
    font-size: 18px;
    margin-right: 14px;
}

.main-news .news-letter input {
    height: 50px;
    width: 380px;
    font-size: 14px;
    font-family: sans;
    padding-left: 15px;
}

.main-news .news-letter button {
    background-color: #e73a42;
    width: 175px;
    height: 58px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: BPGWebCaps;
    border: 0;
    margin-left: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-news .news-letter button:hover {
    color: #e73a42;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
}

.statistic-container {
    position: absolute;
    bottom: -170px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,0);
}

.statistic-container .section-title {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.statistic-container .section-title h2::before {
    content: "";
    position: absolute;
    background-image: url(../images/titleline.png);
    width: 86px;
    height: 4px;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.stat-box {
    width: 278px;
    height: 271px;
    background-color: #393A83;
    -webkit-box-shadow: 0 12px 24px rgba(11, 14, 30, 0.3);
    box-shadow: 0 12px 24px rgba(11, 14, 30, 0.3);
}

.statistic {
    width: 1110px;
    height: 271px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.stat-container {
    height: 271px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.stat-container .icon img {
    width:48px;
    height:45px;
    object-fit:contain;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}

.stat-title {
    font-size: 48px;
    font-weight: bold;
    color: white;
    font-family: Lato;
}

.stat-subtitle {
    font-size: 14px;
    color: white;
    font-family: BPGWebCaps;
    width: 135px;
}

.number-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.icon {
    margin-right: 14px;
}

#main-footer {
    height: 470px;
    background-color: #393A83;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-footer .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#main-footer .widget .up-to {
    position: absolute;
    bottom: -70px;
    z-index: 99;
    right: 0;
}

#main-footer .widget .footer-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 95px;
}

#main-footer .widget h4 {
    font-size: 15px;
    color: #AFB1BF;
    font-family: BPGWeb;
    padding-bottom: 25px;
    margin-bottom: 0;
    height: 40px;
}

.page-item.disabled .page-link {
    background-color: unset;
    border-color: unset;
    border: unset;
    color: white;
}

.page-item.active .page-link {
    border: unset;
    background-color: unset;
}

.page-item.active .page-link {
    font-family: GilroyGEOHeavy !important;
}

.page-link {
    font-family: GilroyGEOHeavy !important;
}


.page-item.active {
    z-index: 2;
    color: #e73a42!important;
    text-decoration: none;
    background-color: #393A83;
    border-color: white;
}

.page-item.active .page-link {
    color: #e73a42!important;
}


.page-link {
    border: unset;
    background-color: unset;
}

#main-footer .widget .footer-social {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 15px;
}

#main-footer .widget .company {
    padding-top: 10px;
}

#main-footer .widget .company-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#main-footer .widget .company-menu a {
    color: #AFB1BF;
    font-size: 15px;
    font-family: BPGWeb;
    padding: 0 20px;
    margin: 0 5px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #303A5A;
    border-radius: 10px;
    transition: .5s;
}

.company-menu a:hover {
    background-color: white;
    color:  #0d1129!important;
    transition: .5s;
}

#main-footer .widget .company-menu ul {
    width: 620px;
    justify-content: flex-start;
    display: flex;
    padding:0;
}

#main-footer .widget .company-menu li {
    list-style: none;
    font-size: 13px;
    color: #7D849A;
    font-family: Sans;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    justify-content:center;
}

#main-footer .widget .company-menu li img {
    padding-right: 10px;
    width: 55px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}

#main-footer .sub-footer {
    height: 60px;
    background-color: #131A30;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

#main-footer .sub-footer span {
    color: rgba(179, 183, 197, 0.5);
    font-size: 14px;
    font-family: Lato;
}

#main-footer .sub-footer span a {
    color: white;
}

.inside-container-blog .inside-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.main-news .widget {
    margin: 0 auto;
}

.main-news .widget .section-title {
    margin-top: 325px;
}

.main-news .m-n-slide {
    width: 545px;
    height: 365px;
    position: relative;
}

.main-news .m-n-slide .m-slide-desc {
    padding: 0 30px;
    position: absolute;
    bottom: 40px;
}

.main-news .m-n-slide .m-slide-desc span {
    font-size: 14px;
    color: white;
    font-family: SansCaps;
}

.main-news .m-n-slide .m-slide-desc h3 {
    font-size: 29px;
    color: white;
    font-family: SansBold;
    margin: 10px 0;
}

.main-news .m-n-slide .m-slide-desc a {
    font-size: 29px;
    color: white;
    font-family: SansBold;
    margin: 10px 0;
}


.main-news .m-n-slide .m-slide-desc p {
    font-size: 15px;
    color: white;
    font-family: Sans;
    width: 360px;
}

.main-news .m-n-slide .read-news {
    bottom: 30px;
    right: 30px;
    position: absolute;
}

.slide-blur img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-news .m-n-slide .slide-blur img {
    width: 100%;
    top: 0;
    height:100%;
    left: 0;
    position: absolute;
}

.clients-slider {
    margin-top: 90px;
}

.swiper-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 99;
}

.section-title {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper-button-next-unique,
.swiper-container-rtl .swiper-button-prev-unique {
    background-image: url(../images/swright.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    margin-left: 5px;
    cursor: pointer;
}

.swiper-button-prev-unique,
.swiper-container-rtl .swiper-button-unique {
    background-image: url(../images/swleft.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.swiper-button-next-news,
.swiper-container-rtl .swiper-button-prev-news {
    background-image: url(../images/swright.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    margin-left: 5px;
    cursor: pointer;
}

.swiper-button-prev-news,
.swiper-container-rtl .swiper-button-news {
    background-image: url(../images/swleft.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.swiper-button-next-service,
.swiper-container-rtl .swiper-button-prev-service {
    background-image: url(../images/swright.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    margin-left: 5px;
    cursor: pointer;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}

.swiper-button-prev-service,
.swiper-container-rtl .swiper-button-service {
    background-image: url(../images/swleft.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/swright.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/swleft.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.swiper-container-main .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/mainright.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.swiper-container-main .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/mainleft.png);
    background-position: center;
    background-size: cover;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: white;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    border: 2px solid white !important;
    background: #040625 !important;
}

.swiper-container-clients {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 210px;
}

.swiper-container-contact .swiper-slide {
    width: 362px !important;
}

.swiper-container-contact {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 10000;
    height: 260px;
    width:100%;
}

.swiper-container-main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-news {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-blog {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-news .swiper-slide {
    width: 545px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-header .widget .main-menu ul li a.active {
    border-top: 3px solid #e73a42;
}

.inside-intro {
    width: 100%;
    height: 300px;
    background-image: url(../images/inside.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inside-intro .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 40px;
}

.inside-intro .widget .section-title {
    margin-bottom: 10px;
}

.other-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-page a {
    color: white;
    font-size: 14px;
    font-family: Sans;
    position: relative;
}

.other-page a:nth-child(2) {
    margin-left: 25px;
    margin-right: 25px;
}

.other-page a:first-child::after {
    content: "";
    position: absolute;
    background-image: url(../images/page.png);
    width: 8px;
    height: 11px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    background-size: contain;
    right: -19px;
    top: 5px;
}

.other-page a:nth-child(2)::after {
    content: "";
    position: absolute;
    background-image: url(../images/page.png);
    width: 8px;
    height: 11px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    background-size: contain;
    right: -19px;
    top: 5px;
}

.other-page a:last-child::after {
    display:none!important;
}


.inside-container {
    padding: 85px 0 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color:white;
}

.inside-container .news-letter {
    background-color: #393A83;
    height: 160px;
    width: 1110px;
    position: absolute;
    bottom: -45px;
    z-index: 99;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #303A5A;
    justify-content: center;
}

.inside-container .news-letter span {
    color: white;
    font-family: sans;
    font-size: 18px;
    margin-right: 14px;
}

.inside-container .news-letter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inside-container .news-letter input {
    height: 50px;
    width: 380px;
    font-size: 14px;
    font-family: sans;
    padding-left: 15px;
}

.inside-container .news-letter button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e73a42;
    width: 175px;
    height: 58px;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: BPGWebCaps;
    border: 0;
    margin-left: 14px;
}

.inside-container .widget .client-industry h3 {
    font-size: 27px;
    color: black;
    font-family: BPGWebCaps;
    margin-bottom: 30px;
}

.inside-container .widget .client-industry .clients-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inside-container .widget .client-industry .clients-space .client-slide-top {
    width: 200px;
    margin-bottom: 40px;
}

.inside-container .widget .client-industry .clients-space .client-slide a img {
    width: 65%;
    height: 100%;
    object-fit: contain;
}

.inside-container .services-left {
    position: absolute;
    left: -32%;
    top: 5%;
    filter: brightness(0);
}

.inside-container .widget .client-industry .clients-space .client-slide-top span {
    padding-top: 35px;
    display: block;
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: Sans;
    position: relative;
}

.inside-container .widget .client-industry .clients-space .client-slide-top span::after {
    content: "";
    position: absolute;
    background-image: url(../images/titleline.png);
    width: 65px;
    height: 2px;
    right: 50%;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    top: 20%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.inside-container .widget .client-industry .clients-space .client-slide {
    width: 200px;
    height: 200px;
    border-radius:50%;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #e73a42;
}

/*.inside-container .widget .client-industry .clients-space .client-slide:hover {*/
/*    -webkit-transition: .5s;*/
/*    transition: .5s;*/
/*    border-top: 8px solid #e73a42;*/
/*}*/

.inside-container .widget .client-industry .clients-space .client-slide a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inside-container .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inside-container .widget .m-n-slide {
    width: 540px;
    height: 300px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
}

.inside-container .widget .m-n-slide:hover {
    background-color: #393A83;
    background-image: unset !important;
    border: 4px solid #404967;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    box-sizing:border-box !important;
}

.inside-container .widget .m-n-slide:hover .slide-blur {
    display: none;
    -webkit-transition: .5s !important;
    transition: .5s !important;
}

.inside-container .widget .m-n-slide:hover p {
    opacity: 1 !important;
    -webkit-transition: .5s !important;
    transition: .5s !important;
}

.inside-container .widget .m-n-slide .news-date {
    padding: 0 30px;
    position: absolute;
    top: 40px;
}

.inside-container .widget .m-n-slide .news-date span img {
    margin-right: 10px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}


.inside-container .widget .m-n-slide .news-date span {
    font-family: Sans;
    font-size: 15px;
    color: white;
}

.inside-container .widget .m-n-slide .read-news {
    bottom: 30px;
    right: 30px;
    position: absolute;
}

.inside-container .widget .m-n-slide .slide-blur {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.inside-container .widget .m-n-slide .m-slide-desc {
    padding: 0 30px;
    position: absolute;
    bottom: 40px;
}

.inside-container .widget .m-n-slide .m-slide-desc h3 {
    font-size: 20px;
    color: white;
    font-family: SansBold;
    margin: 10px 0;
    width:95%;
}

.inside-container .widget .m-n-slide .m-slide-desc p {
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: white;
    font-family: Sans;
    font-size: 15px;
}

.inside-container .blog-top {
    position: absolute;
    right: -24%;
    top: -65px;
}

.inside-container .blog-middle {
    position: absolute;
    left: -23%;
    top: 28%;
}

.inside-container .blog-bottom {
    position: absolute;
    bottom: -17%;
    right: -7%;
}

.inside-container .blog-details {
    width: 100%;
    position: relative;
    z-index: 99;
}

.inside-container .blog-details .details-text {
    background-color: #293351;
    padding: 45px;
    margin-top: 25px;
}

.details-text * {
    word-break: break-all;
}

.details-text iframe {
    max-width: 100%;
}

.inside-container .blog-details .details-text .details-share {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inside-container .blog-details .details-text .details-share a {
    border: 1px solid #495375;
    width: 145px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: BPGWebCaps;
    font-size: 15px;
    color: #AFB1BF;
}

.inside-container .blog-details .details-text .details-share a:nth-child(2) {
    margin: 0 15px;
}

.inside-container .blog-details .details-text .details-share a img {
    margin-right: 8px;
}

.inside-container .blog-details .details-text p {
    font-family: Sans;
    color: white;
    font-size: 16px;
    line-height: 25px;
}

.inside-container .blog-details span {
    font-family: Sans;
    font-size: 15px;
    color: white;
}

.inside-container .blog-details .details-date span {
    font-family: Sans;
    font-size: 15px;
    color: black;
}

.inside-container .blog-details span img {
    margin-right: 5px;
}

.inside-container .blog-details h3 {
    color: black;
    font-size: 36px;
    font-family: BPGWebCaps;
}

.inside-container .blog-details .blog-image {
    height: 560px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inside-container .blog-details .blog-image .blog-blur img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.inside-container .blog-details .swiper-button-next {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inside-container .blog-details .swiper-button-prev {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inside-container .widget #accordion {
    width: 100%;
}

.inside-container .widget .card {
    border: unset;
    margin: 20px 0;
    background-color: #393A83;
    width: 100%;
    background-position: center;
    background-size: cover;
}

/*.great {*/
/*    background-image: url(/assets/images/service-intro.png)!important;*/
/*}*/



.inside-container .widget .card-body {
    color: white;
    font-family: Sans;
    font-size: 17px;
}



.inside-container .widget .card-header {
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.inside-container .widget .card-header button {
    font-size: 23px;
    color: white;
    font-family: BPGWebCaps;
}

.card-header {
    position: relative;
}

.card-header img {
    width: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 70px;
}

.card-header::after {
    content: "\f107";
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 25px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 30px;
}

.card-header[aria-expanded="true"]::after {
    content: "\f106";
}

.about-us-text p {
    color: black;
    font-size: 16px;
    font-family: Sans;
}

.faq button {
    font-size: 21px !important;
    font-family: Sans !important;
    padding: 0 0px;
    color: #D3D6E2 !important;
}

.faq .card-header::after {
    color: #e73a42 !important;
}

.faq .card-body {
    position: relative;
}

.faq .card-body::after {
    content: "";
    position: absolute;
    background-image: url(../images/titleline.png);
    width: 65px;
    height: 2px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    top: -5px;
}

.faq .card-body p {
    font-size: 15px;
    color: #AFB4C7;
}

.contact-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width:100%;
}

.contact-boxs div:first-child {
    margin-left:0 !important;
}

.contact-boxs div:last-child {
    margin-right:0 !important;
}

.contact-boxs .contact-box {
    width: 350px;
    margin: 0 25px;
    height: 230px;
    position: relative;
    background-color: #393a83;
    padding: 25px;
    border-radius:5px;
}

.contact-boxs .contact-box .c-b {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-boxs .contact-box .c-b img {
    width: 105px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-boxs .contact-box img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-boxs .contact-box h3 {
    font-size: 27px;
    color: white;
    font-family: BPGWeb;
    padding: 20px 0;
}

.contact-boxs .contact-box span {
    color: #D3D6E2;
    font-family: Sans;
    font-size: 16px;
}

.contact-map {
    width: 100%;
    height: 720px;
    position: relative;
    top: -45px;
    z-index: 999;
}

.top-map {
    position:absolute;
    top:0;
    z-index: 1000;
}

.bottom-map {
    position:absolute;
    bottom:0;
    z-index: 1000;
}

.contact-map img {
    width:100%;
}

.contact-inside .inside-container {
    padding: 85px 0 460px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.contact-inside .section-title h2 {
    color:black !important;
}

#map {
    height: 100%;
}

.video-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.video-space .video-item {
    position: relative;
    width: 350px;
    height: 220px;
    margin: 0 10px 110px;
}

.video-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-space .video-item h3 {
    color: black;
    font-size: 16px;
    font-family: Sans;
    margin-top: 35px;
    text-align: center;
    position: relative;
}

.video-space .video-item h3::after {
    content: "";
    position: absolute;
    background-image: url(../images/titleline.png);
    width: 66px;
    height: 2px;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-space .video-item .play-video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.video-space .video-item .videoblur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-space .video-item .videoblur img {
    width: 100%;
    height: 100%;
}

.gallery-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item {
    width: 350px;
    height: 220px;
    position: relative;
    margin: 0 10px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}

.gallery-item:hover {
    border-top: 2px solid #e73a42;
    -webkit-transition: .5s;
    transition: .5s;
    box-sizing:border-box;
}

.gallery-item h3 {
    font-family: Sans;
    color: white;
    font-size: 18px;
}

.gallery-item .gallery-text {
    position: absolute;
    left: 35px;
    top: 35px;
}

.gallery-item .gallery-icon {
    position: absolute;
    left: 35px;
    bottom: 35px;
}

.gallery-item .gallery-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-item .gallery-blur img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-item .img-fluid {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-centers {
    width: 100%;
}

.service-centers .c-s-box {
    width: 100%;
    height: 260px;
    background-color: #393a83;
    position: relative;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius:5px;
}

.service-centers .c-s-box p {
    color: #D3D6E2;
    font-size: 15px;
    font-family: Sans;
}

.service-centers .c-s-box span {
    color: #D3D6E2;
    font-size: 15px;
    font-family: Sans;
}

.service-centers .c-s-box span img {
    margin-right: 15px;
}

.service-centers .c-s-box .contact-image {
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.service-centers .section-title {
    margin-bottom: 35px;
}

.service-centers .section-title h2 {
    font-size: 27px;
    font-family: BPGWeb;
}

.service-centers {
    margin-top: 95px;
}

.text-us {
    width: 1110px;
    height: 600px;
    background-color: #393a83;
    box-shadow: rgba(0,0,0,0.2) 0px 7px 29px 0px;
    position: absolute;
    bottom: -55px;
    z-index: 1000;
    padding: 70px 40px;
}

.text-us .section-title h2 {
    font-size: 27px;
    font-family: BPGWeb;
    margin-bottom: 40px;
    color:white !important;
}

.text-us form .row {
    margin-bottom: 25px;
}

.text-us form button {
    background-color: #e73a42;
    width: 175px;
    height: 58px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: BPGWebCaps;
    border: 0;
    margin-left: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.text-us form button:hover {
    color: #e73a42;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
}

.text-us form .form-control {
    height: 50px;
    font-family: Sans;
    font-size: 13px;
    color: black;
}

.text-us form textarea {
    height: 150px !important;
}

.swiper-button-next-contact {
    background-image: url(../images/swright.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 80px;
    cursor: pointer;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    outline: none;
}

.swiper-button-prev-contact {
    background-image: url(../images/swleft.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 80px;
    cursor: pointer;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    outline: none;
}

.swiper-button-next-about {
    background-image: url(../images/swright.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 80px;
    cursor: pointer;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    outline: none;
}

.swiper-button-prev-about {
    background-image: url(../images/swleft.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 80px;
    cursor: pointer;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
    outline: none;
}

.contact-service {
    position: relative;
    width: 1110px;
}

.contact-slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1128px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    z-index: 99999;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sm-menu {
    display: none;
}

.closeMenu {
    position: absolute;
    left: 30px;
    top: 30px;
}

.smMenu {
    top: 0;
    height: 100vh;
    position: fixed;
    width: 0%;
    background-color: rgba(57, 58, 131, 0.9);
    z-index: 999999;
    left: -379px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 40px 0;
    overflow: scroll;
    position: fixed;
}

.smMenuList li a {
    color: #E0E3EC;
    padding: 0 25px;
    font-size: 17px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: BPGWebCaps;
}

.gps-team {
    padding: 85px 0 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gps-team .section-title h2 {
    font-size: 23px;
    color:black !important;
}

.gps-team .section-title h2::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.smMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.smMenuList li {
    list-style: none;
    margin-bottom: 20px;
}

.choose-block.active {
    border: 2px solid #D3D6E2;
}

.team-choose {
    padding-top: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.team-choose .choose-block {
    width: 265px;
    height: 165px;
    background: #393a83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 6px 60px;
    
}

.team-choose .choose-block span {
    color: #D3D6E2;
    font-size: 17px;
    font-family: Sans;
    margin-top: 30px;
}

.team-choose .choose-block img {
    position: absolute;
    top: -30px;
}

.swiper-container-about {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 335px;
}

.swiper-container-about .swiper-slide {
    width: 245px !important;
}

.swiper-container-about .a-s-box {
    width: 245px;
    height: 260px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper-container-about .a-s-box h3 {
    font-family: Sans;
    color: white;
    font-size: 17px;
    text-align: center;
    padding: 10px 0 5px;
}

.swiper-container-about .a-s-box span {
    text-align: center;
    font-size: 14px;
    color: #e73a42;
}

.swiper-container-about .a-s-box img {
    width: 100%;
    height: 245px;
    object-fit: contain;
}

.swiper-container-about .a-s-box p {
    color: #D3D6E2;
    font-size: 15px;
    font-family: Sans;
}

.swiper-container-about .a-s-box span {
    font-size: 15px;
    font-family: Sans;
}

.swiper-container-about .a-s-box span img {
    margin-right: 15px;
}

.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    display:flex;
    -webkit-transition: .5s;
    transition: .5s;
}

.dropdown .dropdown-menu {
    background-color: #393A83;
    /*opacity: 0;*/
    -webkit-transition: .5s;
    transition: .5s;
    width: 210px;
    min-height: 70px;
    -webkit-box-shadow: 0 3px 14px 0px #0D1129;
    box-shadow: 0 3px 14px 0px #0D1129;
    padding: 10px 0;
    z-index: 9;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 82px;
    display:none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown .dropdown-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropdown .dropdown-menu ul li:last-child {
    padding-bottom: unset !important;
}

.dropdown .dropdown-menu ul li {
    padding-bottom: 15px;
    list-style: none;
}

.dropdown .dropdown-menu ul li a {
    font-family: BPGWebCaps;
    text-transform: uppercase;
    color: #E0E3EC;
    font-size: 13px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-link p {
    margin-bottom: 0;
}

.dropdown .dropdown-menu ul li a:hover {
    color: #e73a42;
    -webkit-transition: .5s;
    transition: .5s;
}

.dropdown > a {
    position: relative;
}

.dropdown > a::before {
    content: "";
    position: absolute;
    background-image: url(../images/lang.png);
    width: 14px;
    height: 8px;
    background-position: center;
    background-size: contain;
    right: 7px;
    filter: brightness(0) invert(23%) sepia(48%) saturate(2629%) hue-rotate(332deg) brightness(125%) contrast(95%);
}

@media screen and (max-width: 1366px) {
    .btn-link p {
        font-size: 17px;
        margin-bottom: 0;
    }
    #main-header .widget .main-menu ul li a {
        font-size: 13px;
    }
    /*.main-services .widget .service-slide p {*/
    /*    height: 160px;*/
    /*}*/
    .text-us .section-title h2 {
        font-size: 23px;
    }
    .main-services .widget .service-slide a {
        margin-top: 18px;
    }
    .stat-container {
        height: 220px;
    }
    .stat-box {
        width: 250px;
        height: 220px;
    }
    .statistic {
        height: 220px;
        width: 1000px;
    }
    .text-us {
        width: 1000px;
        height: 565px;
    }
    .text-us form button {
        font-size: 13px;
    }
    .main-slider .slider-intro p {
        font-size: 25px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .main-clients {
        padding: 70px 0 320px;
    }
    .main-news .m-n-slide .m-slide-desc h3 {
        font-size: 23px;
    }
    .main-news .m-n-slide .m-slide-desc p {
        font-size: 13px;
    }
    .stat-title {
        font-size: 40px;
    }
    .inside-container .widget .client-industry .clients-space .client-slide {
        width: 180px;
        height: 180px;
    }
    .swiper-container-news .swiper-slide {
        width: 500px !important;
    }
    .inside-container .widget .client-industry h3 {
        font-size: 20px;
    }
    .main-news .m-n-slide {
        width: 500px;
        height: 330px;
    }
    .main-news {
        height: 1020px;
    }
    .main-services .widget .service-slide {
        padding: 35px 25px;
    }
    .main-services .widget .service-slide h3 {
        font-size: 20px;
    }
    .main-services .widget .service-slide .service-image {
        padding-bottom: 20px;
    }
    .main-services .widget .service-slide p {
        font-size: 13px;
    }
    .contact-boxs .contact-box h3 {
        font-size: 23px;
    }
    .contact-boxs .contact-box span {
        font-size: 13px;
    }
    .contact-map {
        height: 500px;
        overflow: hidden;
    }
    .inside-container .widget .card-header button {
        font-size: 20px;
    }
    .inside-container .blog-details h3 {
        font-size: 25px;
    }
    .inside-container .blog-details .blog-image {
        height: 470px;
    }
}

@media screen and (max-width: 1170px) {
    .contact-boxs .contact-box {
        width:330px;
    }
    .widget {
        width: 990px;
    }
    .inside-container .widget .m-n-slide {
        width: 480px;
    }
    .faq button {
        text-align: left;
    }
    .news-letter {
        width: 870px!important;
    }
    .main-clients .client-slide {
        width: 235px;
        height: 235px;
    }
    #main-footer .widget .footer-social {
        width: 35%;
    }
    .main-services .widget .service-slide {
        width: 185px;
    }
    .contact-service {
        max-width: 990px;
        width: 100%;
    }
    .contact-service .contact-slider-buttons {
        width: 885px;
    }
    .text-us {
        max-width: 1000px;
        width: 95%;
    }
}

@media screen and (max-width: 1023px) {
    .main-menu {
        display: none;
    }
    .smMenuList li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sm-menu {
        display: block;
    }
    .slide-blur img {
        width: 100%;
    }
    .inside-container .widget .m-n-slide {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .widget {
        max-width: 990px;
        width: 95%;
    }
    .news-letter {
        max-width: 870px!important;
        width: 95%!important;
    }
    .smMenu.active {
        left: 0;
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    #main-footer .widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main-footer {
        padding-bottom: 100px;
        min-height: 470px;
        height: unset;
    }
    #main-footer .widget .footer-social {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #main-footer .widget .footer-social {
        width: 100%;
    }
    #main-footer .widget .company {
        padding-top: 55px;
    }
    .main-slider .slider-intro p {
        font-size: 20px;
    }
    .main-slider .slider-intro {
        width:450px;
    }
}

@media screen and (max-width: 960px) {
    .statistic {
        height: 220px;
        width: 500px;
        flex-wrap: wrap;
    }
    .statistic-container {
        bottom: -10px;
    }
    .haschild > a {
        display: none!important;
    }
    .haschild ul {
        padding: 0;
        margin-top: 0;
    }
    .drop_menu li:last-child {
        margin-bottom: -15px;
    }
}


@media screen and (max-width: 880px) {
    #main-footer .widget .company-menu a {
        margin-bottom:10px;
    }
    .news-letter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column!important;
    }
    .video-space .video-item {
        width: 100%;
    }
    .video-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .news-letter span {
        margin-bottom: 10px!important;
    }
    .gallery-item .img-fluid {
        width: 100%;
        -o-object-fit: contain;
        object-fit: cover;
        /* height: 100%; */
    }
    .gallery-item {
        width: 100%;
    }
    .main-clients .clients-bg {
        display:none;
    }

}

@media screen and (max-width: 900px) {
    .contact-boxs {
        width: 100%;
    }
    .contact-boxs .contact-box {
        width: 33.3%;
    }
    .contact-service .contact-slider-buttons {
        width: 100%;
    }
    .blog-top {
        display:none;
    }
    .blog-bottom {
        display:none;
    }
}

@media screen and (max-width: 768px) {
    .main-clients .client-slide {
        width: 180px;
        height: 180px;
    }
}



@media screen and (max-width: 600px) {
    #main-footer .widget .company-menu li {
        justify-content: flex-start;
    }
    .inside-container .widget .client-industry .clients-space {
        width:90%;
        margin:0 auto;
    }
    .page-numbers .pagination {
        flex-wrap: wrap;
    }
    .page-numbers li {
        margin-bottom: 10px;
    }
    .card-header img {
        width:45px!important;
    }
    .inside-container .blog-details .details-text {
        padding: 10px;
    }
    .inside-container .blog-details .blog-image {
        height: 300px;
    }
    .inside-container .blog-top {
        display:none;
    }
    .inside-container .blog-middle {
        display:none;
    }
    .stat-container {
        flex-direction:column;
    }
    .statistic-container {
        width:100%;
    }
    .stat-container {
        height: 180px;
    }
    .stat-title {
        font-size: 28px;
    }
    .stat-subtitle {
        width:unset;
        text-align:center
    }
    .number-area {
        align-items:center;
        display:flex;
    }
    .statistic {
        max-width: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .stat-box {
        width: 165px;
        height: 200px;
    }
    .main-news .m-n-slide {
        width: 100%;
    }
    .main-slider .slider-intro p {
        font-size: 16px;
    }
    .main-news .m-n-slide {
        width: 445px;
        height: 290px;
    }
    .swiper-container-news .swiper-slide {
        width: 445px!important;
    }
    .main-services .widget .service-slide {
        width: auto;
    }
    .main-services .services-left {
        display:none;
    }
    /*.main-clients .client-slide {*/
    /*    width: 100%;*/
    /*}*/
    .main-services .widget .service-slide h3 {
        height:75px;
    }
    .main-services .widget .service-slide h3 {
        font-size: 16px;
    }
    .main-slider .slider-intro {
        max-width: 280px;
        width: 90%;
    }
    .swiper-container-contact .swiper-slide {
        width:100% !important;
    }
    .swiper-button-prev-contact {
        width:35px !important;
    }
    .swiper-button-next-contact {
        width:35px !important;
    }
    .inside-container .services-left {
        display:none !important;
    }
    .main-slider {
        height:183px;
    }
    .contact-boxs .contact-box {
        width:100%;
        height: 190px;
        margin:0 !important;
    }
    .text-us {
        height:700px;
    }
    .text-us form .row .col{
        margin-bottom: 15px;    
    }
    .text-us form .row {
        flex-direction:column;
    }
    .text-us {
        padding: 70px 15px;
    }
    .contact-boxs {
        flex-direction:column;
    }
    
    .btn-link p {
        font-size:14px;
    }
    .up-to img {
        width:45px;
    }
    #main-footer .widget .company-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main-footer .widget .company-menu li {
        width: 100%;
        margin-bottom: 10px;
    }
    #main-footer .widget .company-menu ul {
        width: 100%;
    }
    .inside-container .widget .client-industry .clients-space .client-slide-top {
        width: 150px;
    }
    .inside-container .widget .client-industry .clients-space .client-slide {
        width: 150px;
        height: 150px;
    }
    .inside-container .widget .card-header button {
        font-size: 16px;
    }
    .card-header img {
        width: 80px;
        -o-object-fit: contain;
        object-fit: contain;
        height: 60px;
    }
    .faq button {
        font-size: 18px;
    }
    #main-footer .widget .company-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-letter form {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .news-letter input {
        margin: 20px 0!important;
    }
    .news-letter button {
        margin-left: unset!important;
    }
    .news-letter {
        min-height: 160px!important;
        height: auto!important;
        padding: 15px 0!important;
    }
    .sub-header {
        display: none;
    }
    #main-header .logo-area a img {
        height: 60px;
    }
}

@media screen and (max-width: 450px) {
    
    .inside-container .widget .m-n-slide .m-slide-desc {
        padding: 0 10px;
    }
    .main-slider .slider-intro {
        max-width: 250px;
        width: 90%;
    }
    .main-slider .slider-intro p {
        font-size: 18px;
    }
    .faq button {
        font-size: 17px !important;
    }
    .news-letter input {
        max-width: 380px!important;
        width: 100%!important;
    }
    .inside-container {
        padding: 60px 0 270px;
    }
    .inside-intro {
        height: 220px;
    }
}
/*# sourceMappingURL=style.css.map */
