/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@font-face {
    font-family: "f-main";
    src: url(../fonts/Loew-Next/Loew-Regular.otf);
}

@font-face {
    font-family: "f-l";
    src: url(../fonts/Loew-Next/Loew-Light.otf);
}

@font-face {
    font-family: "f-b";
    src: url(../fonts/Loew-Next/Loew-Medium.otf);
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-family: "f-main" !important;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: var(--m-c);
}

:root {
    --m-c: #212B59;
    --s-c: #E7BEA6;
    --back-c: #dadada;
}

html {
    scroll-behavior: smooth;
}


/* scroll-top  */

#scroll-top {
    position: fixed;
    left: 15px;
    bottom: 65px;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    border-radius: 2px;
    background: var(--m-c);
    color: #FFF;
    -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: 0px 10px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    z-index: 999999;
}

#scroll-top:hover {}

.body-overlay {
    background-color: rgba(52, 49, 75, .5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    top: 0;
    z-index: 9;
}

a,
button,
img,
i,
span,
li {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

button {
    border: 0;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #FFF;
    opacity: .9;
    font-size: 17px;
    /* Firefox */
}

.form-group {
    margin-bottom: 12px;
}

.form-group .form-control::-moz-placeholder {
    color: #FFF;
    opacity: .9;
    font-size: 19px;
    /* Firefox */
}

.form-group .form-control:-ms-input-placeholder {
    color: #FFF;
    opacity: .9;
    font-size: 19px;
    /* Firefox */
}

.form-group .form-control::-ms-input-placeholder {
    color: #FFF;
    opacity: .9;
    font-size: 19px;
    /* Firefox */
}

.form-group .form-control::placeholder {
    color: #FFF;
    opacity: .9;
    font-size: 19px;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}


/* ||||||||||||||||||||||||      Start Style Loader      ||||||||||||||||||||||||||||\*/

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--m-c);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 9999999999999999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: 33% 3px 33% 3px 33%;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 3px;
    width: 100px;
    height: 100px;
}

.loader div {
    position: relative;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, from(var(--m-c)), to(var(--s-c)));
    background: -o-linear-gradient(bottom left, var(--m-c), var(--s-c));
    background: linear-gradient(to top right, var(--m-c), var(--s-c));
    border-radius: 2px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: loader 2s infinite linear;
    animation: loader 2s infinite linear;
}

.loader div:nth-of-type(1),
.loader div:nth-of-type(5),
.loader div:nth-of-type(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader div:nth-of-type(4),
.loader div:nth-of-type(8) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader div:nth-of-type(2),
.loader div:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader div:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}


/* ||||||||||||||||||||||||      End Style Loader      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style Navbar      ||||||||||||||||||||||||||||\*/

.navbar-default .navbar-nav>li>a img {
    width: 250px;
    padding: 17px;
    background: #FFF;
    height: 70px;
    object-fit: contain;
}

.navbar-default .navbar-nav>li.logo a {
    padding: 0px;
    background: #FFF;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

header.fixed-navbar {
    background: var(--m-c);
    top: 0;
    padding: 8px 0px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

header {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

#close-navbar {
    background: var(--s-c);
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    z-index: 9999;
    display: none;
    height: 70px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 2px solid #FFF;
}

#open-navbar {
    display: inline-block;
    background: var(--s-c);
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    z-index: 9999;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 2px solid #FFF;
}

#close-navbar:hover,
#open-navbar:hover {
    background-color: var(--m-c);
}

#close-navbar img,
#open-navbar img {
    width: 20px;
    height: 20px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

.navbar-default .navbar-collapse {
    border: none !important;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav>li>a {
    color: var(--m-c);
    font-size: 18px;
    padding: 22px 8px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border-bottom: 6px solid transparent;
}

.navbar-default .navbar-nav>li.logo>a {
    border-bottom: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: var(--s-c);
    background-color: transparent;
    /* border-color: var(--s-c); */
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: var(--s-c);
    /* border-color: var(--s-c); */
}

.navbar-default .navbar-nav>li.logo {
    float: right;
    margin-left: 29px;
}


/* ||||||||||||||||||||||||      End Style Navbar      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style swiper      ||||||||||||||||||||||||||||\*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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-banner-slider .swiper-slide {
    height: 100vh;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-banner-slider .swiper-slide>img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

.main-banner {
    width: 100% !important;
    background-image: url(../img/png/Asset12-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: inline-block;
    color: #FFF;
    background-color: #FFF;
}

header {
    position: fixed;
    top: 50px;
    z-index: 99999999;
    left: 0;
    right: 0;
}


/* ||||||||||||||||||||||||      End Style swiper      ||||||||||||||||||||||||||||\*/

.txt-color {
    color: var(--s-c);
}

.main-banner-content>a img {
    width: 25px;
    display: inline-block;
    margin-left: 12px;
}

.main-banner-content>a {
    color: #FFF;
    text-decoration: underline;
}

.main-banner-content {
    position: relative;
    padding-left: 55px;
    text-align: left;
    margin-top: 60px;
    display: inline-block;
    width: 100%;
}

.main-banner-content>h1 {
    font-size: 72px;
    font-weight: 900;
    line-height: 90px;
    margin-bottom: 40px;
}

.social-media-wrap {
    display: inline-block;
}

.social-media p {
    margin: -27px;
    display: inline-block;
    width: 100px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 20px;
}

.social-media-wrap a {
    color: #FFF;
}

.main-banner-content>p {
    width: 192px;
    margin-bottom: 20px;
}

.main-banner-content>h5 {
    font-size: 26px;
    margin-top: -10px;
}

.social-media-wrap a {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5px 0px;
}

.social-media-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 240px;
    position: relative;
    width: 50px;
}

.social-media-wrap:after {
    content: " ";
    position: absolute;
    top: -190px;
    width: 2px;
    height: 180px;
    background-color: var(--s-c);
    right: 22px;
}

.social-media {
    position: absolute;
    left: -15px;
    top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap .swiper-button-prev {
    width: 50px;
    background-color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 10px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 2px solid #FFF;
    color: #333;
}

.swiper-button-wrap .swiper-button-next:hover,
.swiper-button-wrap .swiper-button-prev:hover,
.swiper-button-wrap .swiper-button-next:focus,
.swiper-button-wrap .swiper-button-prev:focus {
    background: transparent;
    color: #FFF;
    border-color: #FFF;
}

.services-swiper-wrap {
    padding: 45px 75px;
    height: 700px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 6;
    text-align: left;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #FFF;
    z-index: 9;
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 19px;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next {
    right: 50px;
}

.name:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 1px;
    width: calc(100% - 150px);
    background: var(--s-c);
}

.services-swiper-wrap h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 25px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 70px;
    background: #21273cd9;
    height: 70px;
    border-radius: 50%;
    color: #FFF;
    top: 40%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next:hover {
    background-color: var(--s-c);
}

.name {
    color: var(--s-c);
    position: relative;
}

.services-swiper-wrap::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-70%, transparent), to(#15172c));
    background-image: -o-linear-gradient(transparent -70%, #15172c);
    background-image: linear-gradient(transparent -70%, #15172c);
}

.services-swiper-wrap>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.services-swiper-wrap h2,
.services-swiper-wrap div,
.services-swiper-wrap p {
    width: 100%;
    position: relative;
    z-index: 9;
}

.services-swiper-wrap h2 {
    color: #FFF;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    width: 70%;
    text-transform: uppercase;
}

.services-swiper-wrap div span {
    width: 150px;
}

.services-swiper-wrap p {
    font-family: "f-l";
    margin-bottom: 45px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-swiper-wrap-content p {
    margin-bottom: -115px;
    height: 115px;
}

.services-swiper-wrap:hover .services-swiper-wrap-content p {
    margin-bottom: 45px;
    color: #FFF;
}

.services-swiper-wrap:hover .services-swiper-wrap-content h2 {
    color: var(--s-c);
}

.services-swiper-wrap-content {
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
    top: 0px;
    bottom: 0;
}

.get-in-touch {
    position: unset;
    padding: 35px 40px;
    background-image: url(../img/png/Asset13-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 20%;
    right: 13%;
    width: 30%;
    background: var(--m-c);
}

.main-banner {
    max-height: unset !important;
    min-height: 100vh;
    background-image: unset;
    /* background: var(--s-c); */
}

.main-banner-wrap {
    padding-top: 190px;
    padding-bottom: 40px;
}

.form-group .form-control {
    background: transparent;
    padding: 11px 30px;
    height: auto;
    color: #FFF;
    border-color: #dddddd57;
    border-width: 2px;
    border-radius: 10px;
}

.get-in-touch h2 {
    margin-bottom: 20px;
}

.btn.btn-primary {
    background: var(--s-c);
    border-color: var(--s-c);
    padding: 9px 40px;
    font-size: 18px;
    border-radius: 24px;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: #fff;
    background-color: var(--m-c);
    border-color: var(--m-c);
    -webkit-transform: translate(0px, -6px);
    -ms-transform: translate(0px, -6px);
    transform: translate(0px, -6px);
    -webkit-box-shadow: 0px 6px 7px rgb(0 0 0 / 8%);
    box-shadow: 0px 6px 7px rgb(0 0 0 / 8%);
}

.form-group textarea.form-control {
    height: 150px;
    resize: none;
}

.navbar-nav {
    background: #FFF;
    -webkit-transform: translate(-800px, 0px);
    -ms-transform: translate(-800px, 0px);
    transform: translate(-800px, 0px);
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 70px);
    padding-left: 20px;
    justify-content: flex-end;
}

.navbar-nav>li>a {
    padding-top: 24px;
    padding-bottom: 25px;
}

.navbar-brand img {
    display: none;
}


/* ||||||||||||||||||||||||      end Style header      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style about      ||||||||||||||||||||||||||||\*/

.sec-about-us {
    padding: 100px 0px;
    padding-top: 150px;
    background-color: #FFF;
    margin-top: -6px;
}

.about-img>img {
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    float: right;
}

.about-img {
    position: relative;
    height: 410px;
    padding-right: 55px;
}

.top-img {
    position: absolute;
    bottom: 0;
    width: 45%;
    overflow: hidden;
    z-index: 999999;
    height: 490px;
    -webkit-box-shadow: 0px 0px 23px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 23px rgb(0 0 0 / 10%);
}

.established-logo {
    float: right;
    width: 35%;
    margin-right: 200px;
    display: inline-block;
    margin-bottom: 40px;
}

.top-img img {
    width: 100%;
    height: calc(100% - 90px);
}

.about-img.in-page .top-img img {
    height: 100%;
}

.established-wrap h1 {
    font-size: 70px;
    font-weight: 600;
    margin-top: 0px;
    color: #FFF;
}

.established-content>div {
    width: 25%;
    margin: 10px;
    text-align: center;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 2px solid transparent;
}

.established-content>div:hover {
    border-color: #FFF;
}


/* .established-content>div:hover p {
    transform: rotate( 
-90deg) translate(40px, -80px);
} */

.established-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.established-content div:first-child {
    margin-bottom: 120px;
}

.established-wrap>span {
    font-size: 17px;
}

.established-content div:nth-child(2) {
    display: inline-block;
    margin-top: 140px;
}

.established-content div:nth-child(3) {
    display: inline-block;
    margin-bottom: 140px;
}

.established-content div:nth-child(4) {
    display: inline-block;
    margin-top: 140px;
}

.established-content div:nth-child(5) {
    display: inline-block;
    margin-bottom: 140px;
}

.established-content div:nth-child(4) {
    display: inline-block;
    margin-top: 140px;
}

.established-content div p {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.established-text h4 {
    font-size: 32px;
}

.established-text {
    color: #FFF;
    font-size: 21px;
}

.established-wrap i {
    color: var(--s-c);
    float: right;
    font-size: 25px;
    margin-right: 15px;
}

.established-wrap p {
    font-size: 18px;
}

.established-wrap {
    color: #FFF;
    padding: 20px 10px;
    margin: 25px 0px;
}

.established {
    padding: 130px 0px;
    background-image: url(../img/png/Asset14-min.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.top-img a {
    background: var(--s-c);
    width: 100%;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    text-decoration: underline;
}

.top-img a:hover {
    background-color: var(--m-c);
}

.top-img a img {
    width: 26px;
    margin-left: 7px;
    z-index: 99999999;
    position: relative;
    height: 26px;
    margin-bottom: -7px;
}

.main-tit p {
    font-size: 40px;
    color: var(--m-c);
    font-weight: 900;
    line-height: 48px;
}

.main-tit:before {
    content: " ";
    width: 150px;
    height: 4px;
    background: var(--s-c);
    position: absolute;
    bottom: 25px;
}

.main-tit {
    position: relative;
    padding-bottom: 60px;
    background-image: url(../img/png/Asset19-min.png);
    background-position: right center;
    background-size: 210px;
    background-repeat: no-repeat;
}

.main-tit h3 {
    color: var(--s-c);
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.about-txt>p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec-services {
    padding: 40px 0px;
    background-image: url(../img/png/Asset20-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: var(--m-c);
}

.sec-services .container {
    position: relative;
}

.read-more {
    color: var(--s-c);
    position: absolute;
    left: -95px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    bottom: 80px;
}

.read-more:hover {
    color: #FFF;
}

.sec-services-wrap span img {
    width: 20px;
    margin-left: 1px;
    margin-bottom: -1px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.sec-services-wrap span:hover {
    color: #FFF;
}

.sec-services-wrap span:hover img {
    margin-left: 10px;
}

.sec-services-wrap span {
    color: var(--s-c);
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: translate(-165px, 0px);
    -ms-transform: translate(-165px, 0px);
    transform: translate(-165px, 0px);
}

.sec-services-wrap h2 {
    color: var(--s-c);
    font-weight: 600;
    width: 100%;
    height: 46px;
    line-height: 1.3;
}

.div-button .swiper-button-next,
.div-button .swiper-button-prev {
    width: 42px;
    height: 42px;
}

.sec-services-wrap>img {
    width: 130px;
    margin-bottom: 15px;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sec-services-wrap {
    padding: 35px 25px;
    color: #FFF;
    border: 3px solid transparent;
    border-radius: 3px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    overflow: hidden;
    display: inline-block;
}

.sec-services-wrap:hover a {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #FFF;
}

.sec-services-wrap>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sec-services-wrap:focus,
.sec-services-wrap:hover {
    border: 3px solid var(--s-c);
    color: var(--s-c);
}

.margin-t {
    margin-top: 150px;
}


/* ||||||||||||||||||||||||      End Style about      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style clients      ||||||||||||||||||||||||||||\*/

.content-clients {
    width: 100%;
    float: right;
}

.sec-clients {
    padding-bottom: 55px;
}

.project-details .main-tit {
    background-image: unset;
    margin-bottom: 40px;
}

.project-details .main-tit img {
    position: absolute;
    left: -29%;
    top: 0;
    width: 25%;
}

.clients {
    padding: 100px 0px;
    background-color: #FFF;
}

.sec-clients .swiper-button-prev,
.sec-clients .swiper-button-next {
    width: 40px;
    background: transparent;
    height: 40px;
    border-radius: 1px;
    color: #FFF;
    top: unset;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    bottom: 0;
    left: unset;
    right: 0;
}

.sec-clients .swiper-button-next:after,
.sec-clients .swiper-button-prev:after {
    font-size: 19px;
    color: #999;
    font-weight: 600;
}

.sec-clients .swiper-button-prev:hover:after,
.sec-clients .swiper-button-next:hover:after {
    color: var(--m-c);
}

.sec-clients .swiper-button-prev {
    right: 40px;
}

.sec-clients .swiper-slide img {
    display: block;
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 21px;
}


/* ||||||||||||||||||||||||      End Style clients      ||||||||||||||||||||||||||||\*/

.foundation-content>img {
    position: absolute;
    left: 0;
    right: 0;
    height: 250px;
    margin: auto;
    width: 90%;
}

.foundation-content a img {
    width: 30px;
}

.foundation-content-wrap {
    position: relative;
    z-index: 9999;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 19px rgb(0 0 0 / 8%);
    padding: 40px 25px;
    background: #FFF;
    top: 160px;
    text-align: left;
    margin: auto;
    border-radius: 3px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.foundation-content {
    margin-bottom: 190px;
    width: 55%;
}

.foundation-content-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.main-tit.text-center {
    background-image: unset;
    margin-bottom: 30px;
}

.main-tit.text-center:before {
    content: " ";
    width: 110px;
    height: 3px;
    background: var(--s-c);
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
}

.foundation-content a {
    display: inline-block;
    color: var(--s-c);
}

.foundation-content a:hover {
    color: var(--m-c);
}

.foundation-content a:hover img {
    margin-left: 10px;
}

.foundation-content-wrap h3 {
    margin-top: 0px;
    color: var(--s-c);
    font-size: 32px;
    font-weight: 600;
}

.foundation-content a img {
    width: 26px;
    display: inline-block;
}

.foundation {
    padding: 40px 0px;
    background-color: #FFF;
}

.foundation .swiper-button-prev,
.foundation .swiper-button-next {
    width: 40px;
    background: #21273cd9;
    height: 40px;
    border-radius: 0px;
    color: #FFF;
    top: unset;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    bottom: 0;
    border: 2px solid var(--m-c);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 8px #000000d9;
    box-shadow: 0px 0px 8px #000000d9;
}

.foundation .swiper-button-prev:hover,
.foundation .swiper-button-next:hover {
    background-color: var(--s-c);
    border-color: var(--s-c);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.foundation .swiper-button-prev {
    left: -42px;
}

.foundation .swiper-button-next {
    right: -42px;
}

.txt-footer {
    display: inline-block;
    width: 50%;
}

footer {
    background: #161B32;
    padding-top: 100px;
    color: #FFF;
}

.end-footer a {
    color: #FFF;
}

.end-footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 150px;
}

.end-footer img {
    width: 170px;
}

.footer-card h2 {
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 3px solid #FFF;
    margin-bottom: 20px;
    border-top-color: var(--s-c);
    border-left-color: var(--s-c);
    font-size: 18px;
    border: none;
    text-align: left;
    border-bottom: 3px solid var(--s-c);
}

.footer-card a {
    display: inline-block;
    width: 100%;
    color: #FFF;
    padding: 5px;
}

.footer-card p {
    padding: 10px;
}

.footer-content {
    background-image: url(../img/png/Asset23-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.breadcrumb-wrap h1 {
    color: #FFF;
    font-size: 39px;
    font-weight: 600;
    margin-left: 120px;
}

.breadcrumb>.active {
    color: var(--s-c);
}

.breadcrumb-wrap {
    height: 70vh;
    background-image: url(../img/png/Asset15-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.social-media-breadcrumb a {
    width: 100%;
    color: #FFF;
    text-align: center;
    margin: 10px 0px;
    font-size: 22px;
}

.social-media-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 80px;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 22px;
    margin-left: 120px;
}

.breadcrumb>li a {
    color: #FFF;
}

.breadcrumb>li a:hover {
    color: var(--s-c);
}

.Services-cart h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--m-c);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 3px;
}

.Services-cart img {
    width: 60px;
}

.Services-cart {
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 40px rgb(0 0 0 / 5%);
    text-align: center;
    margin-bottom: 30px;
}

.about-Services {
    padding: 80px 0px;
    background-color: #FFF;
}

.Services-cart p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ||||||||||||||||||||||||      End Style       ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style developers      ||||||||||||||||||||||||||||\*/

.developers-page {
    padding: 80px 0px;
    background-color: #FFF;
}

.developers-page-wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
}

.developers-page-wrap {
    width: 80%;
    background: #FFF;
    padding: 40px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
    z-index: 99;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    height: 80%;
    top: 0;
    left: 0;
    bottom: 0;
}

.developers-page-wrap:hover {
    bottom: 20px;
}

.developers-page-content>img {
    width: 100%;
    height: 100%;
}

.developers-page-content {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
    height: 250px;
}

.developers-details-page {
    padding: 80px 0px;
    background-color: #FFF;
}

.developers-details-panner-content p {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.developers-details-panner-content {
    position: relative;
    background: #FFF;
    padding: 70px;
    width: 650px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    margin-top: -200px;
    margin-bottom: 60px;
}

.developers-details-panner-content img {
    width: 250px;
    margin-bottom: 50px;
}

.developers-date {
    position: absolute;
    left: -85px;
    top: 130px;
    background: var(--s-c);
    padding: 15px;
    font-size: 18px;
    color: #FFF;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 220px;
    height: 51px;
    padding: 8px;
    line-height: 25px;
    overflow: hidden;
    line-height: 2;
}

.developers-details-panner>img {
    width: 90%;
    height: 430px;
    object-fit: cover;
}

.developers-details-panner {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.developers-details-content {
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #FFF;
    align-items: center;
}

.developers-details-content img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.developers-details-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.developers-details-content-data h3 {
    font-size: 28px;
    font-weight: 600;
}

.developers-details-content-data h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
}

.developers-details-content-data h2 a {
    color: #000;
    display: inline-block;
}

.developers-details-content-data a {
    color: var(--s-c);
    display: inline-block;
    width: 100%;
}

.vertical-clamp-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.vertical-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.vertical-clamp-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.developers-details-content-data {
    padding: 65px;
    position: relative;
    left: -70px;
    background: #FFF;
    border-radius: 5px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 170px;
}

.developers-details-content-data:hover {
    left: -85px;
    background: var(--m-c)
}

.developers-details-content-data:hover h3 {
    color: #FFF;
}

.developers-details-content-data:hover h2 a {
    color: #FFF;
}

.developers-details-date {
    position: absolute;
    right: -50px;
    font-size: 25px;
    color: #999999b8;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    width: 260px;
    text-align: center;
    padding: 0px 5px;
}

.developers-details-card {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.developers-details-card:nth-child(even) {
    direction: rtl;
    text-align: left;
}

.developers-details-card:nth-child(even) .developers-details-content-data h3 {
    width: 100%;
    direction: ltr;
}

.developers-details-card:nth-child(even) .developers-details-content-data h2 {
    width: 100%;
    direction: ltr;
}

.developers-details-card:nth-child(even) .developers-details-content-data {
    right: -70px;
    left: unset;
    padding-left: 170px;
    padding-right: 65px;
    width: 100%;
}

.developers-details-card:nth-child(even) .developers-details-content-data:hover {
    right: -85px;
}

.developers-details-card:nth-child(even) .developers-details-date {
    right: unset !important;
    left: -50px;
    direction: ltr;
}

.developers-details-card:nth-child(even) .developers-details-content-data a {
    direction: ltr;
}

.developers-details-panner-content>h1 {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 41px;
}

#map {
    width: 100%;
    height: 500px;
}

.location-name {
    padding: 60px 0px;
    background-color: #FFF;
}

.location-name .btn {
    margin: 5px 10px;
    color: #333;
    font-size: 24px;
    border-radius: 0px;
    padding: 5px 30px;
    background: transparent;
    border-radius: 8px;
}

.location-name .btn.active,
.location-name .btn.active:hover,
.location-name .btn.active:focus,
.location-name .btn:focus,
.location-name .btn:hover {
    background: var(--s-c);
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 10px 13px rgb(0 0 0 / 15%);
    box-shadow: 0px 10px 13px rgb(0 0 0 / 15%);
}


/* ||||||||||||||||||||||||      End Style developers      ||||||||||||||||||||||||||||\*/

.a11y-hidden {
    position: absolute;
    left: -1000in;
    width: 1px;
    height: 1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0);
    clip-path: polygon(0 0, 0 0);
}

.search {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.search .input-bar {
    --active: #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #DDD;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1rem 2rem -1.5rem #0003;
    box-shadow: 0 1rem 2rem -1.5rem #0003;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 5rem;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    width: 100%;
    border-radius: 8px;
}

.search .input-bar:focus-within {
    background: #fffffc;
    border: 2px solid #444;
    -webkit-box-shadow: 0 1rem 2rem -1.5rem #0007;
    box-shadow: 0 1rem 2rem -1.5rem #0007;
}

.search .input-bar:hover {
    -webkit-box-shadow: 0 1rem 2rem -1.5rem #0007;
    box-shadow: 0 1rem 2rem -1.5rem #0007;
}

.search .input-bar label {
    position: absolute;
    color: #888;
    left: 1.625rem;
    font-family: Lato, Arial, sans-serif;
    font-size: 1.25rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
}

.search .input-bar label span {
    visibility: hidden;
    overflow: hidden;
    max-width: 0;
    display: inline-block;
    margin: 0 0.125rem;
    -webkit-transition: max-width 1s, margin 0.125s;
    -o-transition: max-width 1s, margin 0.125s;
    transition: max-width 1s, margin 0.125s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.search .input-bar label span.show {
    visibility: visible;
    margin: 0 0.25rem;
    max-width: calc(100% - 8rem);
}

.search .input-bar input {
    background: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    min-width: 8rem;
    outline: none;
    padding-left: 1rem;
    position: relative;
    z-index: 1;
}

.search .input-bar input::-ms-clear,
.search .input-bar input::ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.search .input-bar input::-webkit-search-decoration,
.search .input-bar input::-webkit-search-cancel-button,
.search .input-bar input::-webkit-search-results-button,
.search .input-bar input::-webkit-search-results-decoration {
    display: none;
    width: 0;
    height: 0;
}

.search .input-bar button {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #444;
    font-size: 19px;
    margin: 0;
    outline: none;
    width: 4rem;
    min-width: 3rem;
    height: 3rem;
    -webkit-transition: background-color, color;
    -o-transition: background-color, color;
    transition: background-color, color;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-box-shadow: 0 0 2rem #0000;
    box-shadow: 0 0 2rem #0000;
    border-left: 2px solid #DDD;
    height: 100%;
}

.search .input-bar button:hover {
    background: #eee;
}

.search .input-bar button:focus {
    background: #444;
    color: #fff;
}

.search .input-bar button:active,
.search .input-bar button.active {
    background: #000;
}

.search .input-bar button#dictate {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    visibility: hidden;
}

.search .input-bar button#dictate svg {
    display: none;
    margin: auto auto;
}

.search .input-bar button#dictate.show {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search .input-bar button#dictate.active i {
    display: none;
}

.search .input-bar button#dictate.active svg {
    display: block;
}

.search .input-bar button:last-child {
    margin-right: 0px;
}

@media (prefers-reduced-motion) {
    * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
}

.contact-logo {
    padding: 0px 50px;
}

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

.blog {
    padding: 70px 0px;
    background-color: #FFF;
}

.blog .foundation-content-wrap {
    width: 80%;
    padding: 25px 20px;
    top: 80px;
}

.blog .nav-tabs>li {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 2px solid #DDD;
}

.blog .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.sup-title:before {
    content: " ";
    bottom: -15px;
    width: 100px;
    height: 3px;
    background: var(--s-c);
    position: absolute;
    left: 5px;
}

.sup-title {
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.recent-news-date {
    font-size: 14px;
    color: #aaa;
}

.pagination {
    display: inherit;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 260px;
    margin: auto;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0px;
    width: 45px;
    height: 45px;
    margin-left: 8px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #DDD;
    border-radius: 50% !important;
    font-size: 17px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a.active {
    z-index: 2;
    color: #FFF;
    background-color: var(--s-c);
    border-color: transparent;
}

.recent-news-wrap img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.recent-news-wrap {
    margin-bottom: 15px;
    padding: 10px 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
}

.blog-details-content .blog-details-wrap p {
    font-size: 21px;
    margin-bottom: 35px;
    text-align: justify;
}

.blog-details-content {
    padding: 22px;
    border-radius: 15px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .15);
}

.recent-news-data {
    padding-left: 10px;
}

.recent-news-wrap {
    padding: 10px 7px;
}

.left-control {
    background: #FFF;
}

.blog-details-content .blog-details-wrap img {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent-news-wrap:hover,
.recent-news-wrap:focus {
    background: var(--s-c);
    color: #FFF;
    border-color: var(--m-c);
}

.recent-news-wrap:hover .recent-news-date,
.recent-news-wrap:focus .recent-news-date {
    color: #FFF;
}

.recent-news-data h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    margin-top: 0px;
    overflow: hidden;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default;
    background-color: var(--s-c);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border: none;
}

.blog .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.Gallery-wrap img {
    width: calc(100% / 3 - 10px);
    margin: 5px;
}

.Gallery-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.child-Tags {
    padding: 3px 14px;
    margin-bottom: 7px;
    border-radius: 3px;
    background: #F4F7FC;
    color: #000;
}

.archives {
    margin-bottom: 35px;
}

.archives li {
    width: 100%;
}

.archives li a {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #DDD;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.archives li a::before {
    content: " . ";
    position: absolute;
    left: 0;
    font-size: 40px;
    font-weight: 900;
    color: var(--s-c);
    display: none;
    top: -23px;
}

.archives li a:hover,
.archives li a.active {
    color: var(--s-c);
    padding-left: 20px;
}

.archives li a:hover::before,
.archives li a:focus::before,
.archives li a.active:hover::before,
.archives li a.active:focus::before,
.archives li a.active::before {
    display: inline-block;
}

.blog .foundation-content-wrap h2 {
    font-weight: 600;
    font-size: 20px;
}

.blog .date-categories {
    color: #aaa;
}

.blog .foundation-content-wrap h2 {
    font-weight: 600;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
}

.blog .foundation-content {
    margin-bottom: 140px;
    width: 100%;
}

.Tags {
    margin-bottom: 30px;
}

.foundation-content-wrap:hover {
    top: 120px;
}

.contact-us-page {
    padding: 100px 0px;
    background-image: url(../img/png/map-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #FFF;
}

.contact-content {
    display: inline-block;
    width: 100%;
    padding: 50px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    background-color: #FFF;
}

.contact-content>h2 {
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 0;
}

.contact-form .form-group .form-control {
    border-radius: 0;
    background: #F4F7FC;
    color: #333;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #333;
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #333;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #333;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #333;
}

.contact-form .form-group .form-control::placeholder {
    color: #333;
}

.contact-form .form-group .form-control:hover {
    background: var(--s-c);
}

.contact-form .form-group .form-control:focus {
    background: var(--s-c);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    -webkit-box-shadow: 0px 6px 7px rgb(0 0 0 / 8%);
    box-shadow: 0px 6px 7px rgb(0 0 0 / 8%);
}

.contact-txt p {
    font-size: 21px;
    margin-bottom: 40px;
}

.contact-txt .view-on-map {
    font-size: 25px;
    text-decoration: underline;
    color: var(--s-c);
    display: inline-block;
    width: 100%;
    margin-bottom: 13px;
}

.contact-txt .view-on-map:hover {
    color: var(--m-c);
}

.contact-txt a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.contact-txt a:hover,
.contact-txt a:focus {
    color: var(--s-c);
}

.contact-txt h3 {
    font-weight: 600;
    font-size: 25px;
}

.Careers .contact-content>h2 {
    font-size: 32px;
}

.Careers .contact-content {
    padding: 70px 70px;
}

.input-filess {
    padding: 17px 32px;
    border-radius: 0;
    background: #F4F7FC;
    color: #333;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    width: 100%;
}

.input-filess:hover,
.input-filess:focus {
    background: var(--s-c);
    cursor: pointer;
}

.input-filess i {
    font-size: 20px;
    float: right;
}

#cv {
    display: none;
}


/* ||||||||||||||||||||||||      Start Style media      ||||||||||||||||||||||||||||\*/

.navbar-default .navbar-brand {
    color: #777;
    padding: 0 !important;
    margin: 0px !important;
}

.div-button .swiper-button-next,
.div-button .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #FFF;
    position: absolute;
    border-radius: 0px;
    border: 2px solid #FFF;
    color: #333;
    font-weight: 900;
}

.div-button .swiper-button-next:focus,
.div-button .swiper-button-prev:hover,
.div-button .swiper-button-next:hover,
.div-button .swiper-button-prev:focus {
    background-color: transparent;
    color: #FFF;
}

.div-button {
    width: 202px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 70px;
    display: inline-block;
}

.language {
    position: absolute;
    color: #FFF;
    top: 19px;
    padding: 4px;
    border-radius: 4px;
}

.language:hover {
    background: var(--m-c);
    color: #FFF;
}

@media (max-width: 1199px) {
    .developers-details-panner-content>h1 {
        font-size: 35px;
    }
    .developers-details-card:nth-child(even) .developers-details-content-data {
        padding-left: 125px;
    }
    .sec-services-wrap {
        margin-left: 35px;
        padding: 20px 15px;
    }
    .developers-details-panner-content {
        padding: 40px 40px;
    }
    .developers-details-panner>img {
        width: 80%;
    }
    .developers-details-panner {
        margin-bottom: 235px;
    }
    .developers-details-date {
        position: absolute;
        font-size: 23px;
        right: -60px !important;
        width: 215px;
    }
    .developers-details-content-data {
        padding: 40px;
        padding-right: 85px;
    }
    .developers-details-content img {
        width: 100%;
        height: 480px;
    }
    .developers-date {
        top: 100px;
        padding: 13px;
    }
    .developers-details-panner-content p {
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .read-more {
        bottom: 35px;
    }
    .about-img {
        height: 360px;
        padding-right: 0px;
    }
    .services-swiper-wrap {
        padding: 35px 40px;
        height: 640px;
    }
    .margin-t {
        margin-top: 0;
    }
    .services-swiper-wrap h2 {
        font-size: 38px;
    }
    .top-img {
        height: 430px;
    }
    .top-img img {
        height: calc(100% - 70px);
    }
    .top-img a {
        height: 70px;
    }
    .main-tit {
        padding-bottom: 40px;
        background-size: 240px;
    }
    .main-tit p {
        font-size: 35px;
        line-height: 46px;
    }
    .about-txt>p {
        font-size: 16px;
    }
    .main-tit h3 {
        margin-bottom: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 18px 6px;
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li.logo {
        margin-left: 20px;
    }
    .navbar-default .navbar-nav>li>a img {
        width: 185px;
        padding: 10px;
        height: 62px;
    }
    .get-in-touch {
        padding: 9px 25px;
    }
    .get-in-touch h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .navbar-nav {
        width: calc(100% - 65px);
        padding-left: 10px;
        -webkit-transform: translate(-670px, 0px);
        -ms-transform: translate(-670px, 0px);
        transform: translate(-670px, 0px);
    }
    #close-navbar,
    #open-navbar {
        width: 62px;
        height: 62px;
    }
    .main-banner-content>h1 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 35px;
    }
    .main-banner-content {
        margin-top: 65px;
    }
}

@media (max-width: 992px) {
    .developers-details-card:nth-child(even) .developers-details-content-data {
        padding-left: 125px !important;
        padding-right: 40px !important;
    }
    .developers-details-card .developers-details-content-data {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }
    .div-button .swiper-button-next,
    .div-button .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
    .div-button {
        width: 126px;
    }
    .language {
        top: 7px;
        padding: 4px;
        border-radius: 4px;
        right: 0;
        left: 0;
        margin: auto;
        width: 60px;
    }
    .loader {
        width: 60px;
        height: 60px;
    }
    .txt-footer {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    .established {
        padding: 70px 0px;
    }
    .established-wrap h1 {
        font-size: 40px;
    }
    .established-text h4 {
        font-size: 24px;
    }
    .input-filess {
        padding: 10px 20px;
        border-radius: 0;
    }
    .contact-txt h3 {
        font-size: 21px;
    }
    .contact-logo {
        padding: 8px 85px;
    }
    .Careers .contact-content>h2 {
        font-size: 24px;
    }
    .contact-txt .view-on-map {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .Careers .contact-content {
        padding: 30px 30px;
    }
    .contact-content {
        padding: 35px 25px;
    }
    .contact-form {
        margin-top: 25px;
    }
    .contact-us-page {
        padding: 50px 0px;
    }
    .contact-txt p {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .contact-content>h2 {
        font-size: 34px;
        margin-bottom: 28px;
    }
    .developers-details-panner-content>h1 {
        font-size: 25px;
    }
    .developers-details-panner-content h3 {
        margin-top: 0;
    }
    .developers-details-page {
        padding: 50px 0px;
    }
    .developers-details-panner>img {
        width: 90%;
    }
    .developers-details-panner-content {}
    .developers-details-panner-content {
        padding: 40px;
        width: 500px;
        min-height: 250px;
    }
    .developers-details-panner-content img {
        width: 170px;
        margin-bottom: 40px;
    }
    .developers-details-panner-content p {
        font-size: 18px;
    }
    .developers-date {
        top: 120px;
        padding: 10px;
        font-size: 16px;
        left: -84px;
    }
    .developers-details-panner {
        margin-bottom: 205px;
    }
    .developers-details-date {
        right: -45px !important;
        font-size: 19px;
        width: 200px;
    }
    .developers-details-content-data h2 {
        font-size: 38px;
    }
    .developers-details-content-data h3 {
        font-size: 24px;
        margin-top: 10px;
    }
    .developers-details-content img {
        height: 370px;
    }
    .breadcrumb-wrap {
        height: 45vh;
        padding: 30px;
    }
    .breadcrumb-wrap h1 {
        font-size: 27px;
        margin-left: 25px;
    }
    .social-media-breadcrumb {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        bottom: 40px;
        left: 50px;
    }
    .breadcrumb {
        font-size: 17px;
        margin-left: 28px;
        width: 100%;
    }
    .about-Services {
        padding: 40px 10px;
    }
    .Services-cart {
        padding: 25px 10px;
        margin-bottom: 20px;
    }
    .Services-cart h2 {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 4px;
    }
    .Services-cart p {
        font-size: 13px;
        height: 100px;
    }
    .Services-cart img {
        width: 55px;
    }
    .about-img {
        height: 310px;
        padding-right: 0px;
    }
    .top-img {
        height: 370px;
    }
    .sec-about-us {
        padding: 55px 10px;
        padding-top: 100px;
    }
    .txt-footer h1 {
        font-size: 24px;
        margin: 5px 0px;
    }
    .txt-footer h2 {
        font-size: 22px;
        margin: 5px 0px;
    }
    .content-clients {
        width: 100%;
    }
    .content-clients .main-tit img {
        left: unset;
        right: 0;
    }
    .clients {
        padding: 60px 0px;
    }
    .foundation-content-wrap {
        padding: 25px 20px;
    }
    .foundation-content-wrap h3 {
        font-size: 26px;
    }
    .foundation-content-wrap p {
        font-size: 14px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    .services-swiper-wrap {
        padding: 25px 15px;
        height: 500px;
    }
    .services-swiper-wrap h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .services-swiper-wrap-content p {
        margin-bottom: 0px;
        font-size: 15px;
        height: 100px;
    }
    .sec-services-wrap h2 {
        font-size: 19px;
    }
    .services-swiper-wrap:hover .services-swiper-wrap-content p {
        margin-bottom: 15px;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 19px;
    }
    .swiper-button-next {
        right: 20px;
    }
    .read-more {
        left: -65px;
    }
    .sec-services-wrap {
        margin-bottom: 35px;
    }
    .about-txt {
        margin-top: 40px;
    }
    .sec-services {
        padding: 60px 0px;
    }
    .sec-services-wrap>img {
        width: 100px;
        margin-bottom: 0;
        height: 100px;
    }
    .sec-services .row div:last-child .sec-services-wrap {
        width: 350px;
        margin: auto;
    }
    .about-txt>p {
        -webkit-line-clamp: unset;
    }
    .sec-about-us {
        padding: 75px 0px;
        padding-top: 88px;
    }
    .main-tit {
        background-size: 180px;
    }
    .navbar-default .navbar-collapse {
        text-align: left;
    }
    .navbar-nav {
        -webkit-transform: translate(-670px, -495px);
        -ms-transform: translate(-670px, -495px);
        transform: translate(-670px, -495px);
    }
    .navbar-default .navbar-nav>li>a {
        padding: 13px 27px;
    }
    .main-banner-wrap {
        padding-top: 95px;
        padding-bottom: 40px;
    }
    .main-banner-content {
        margin-top: 80px;
    }
    .main-banner-content>h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .main-banner-content {
        margin-bottom: 75px;
    }
    header {
        top: 25px;
    }
    .get-in-touch h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .form-group .form-control {
        background: transparent;
        padding: 10px 18px;
    }
    .social-media-wrap:after {
        top: -80px;
        height: 75px;
    }
    .social-media p {
        font-size: 16px;
    }
    .social-media-wrap {
        margin-top: 130px;
        width: 50px;
    }
    .navbar-default .navbar-collapse {
        height: 60px;
        width: 60px;
        -webkit-transition: .6s all !important;
        -o-transition: .6s all !important;
        transition: .6s all !important;
    }
    .navbar-brand img {
        width: 170px;
        position: absolute;
        right: 15px;
        display: inline-block;
        top: 7px;
    }
    .navbar-nav {
        width: 265px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav>li.logo {
        margin-left: 0;
    }
    .navbar .container {
        position: relative;
    }
    .navbar-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-nav>li {
        float: none;
        width: 100%;
    }
    .form-group .form-control::-webkit-input-placeholder {
        font-size: 17px;
        /* Firefox */
    }
    .form-group .form-control::-moz-placeholder {
        font-size: 17px;
        /* Firefox */
    }
    .form-group .form-control:-ms-input-placeholder {
        font-size: 17px;
        /* Firefox */
    }
    .form-group .form-control::-ms-input-placeholder {
        font-size: 17px;
        /* Firefox */
    }
    .form-group .form-control::placeholder {
        font-size: 17px;
        /* Firefox */
    }
    .get-in-touch {
        padding: 10px 25px;
    }
    .navbar-nav {
        margin: 0;
    }
    #close-navbar,
    #open-navbar {
        width: 50px;
        height: 50px;
    }
    .navbar-default .navbar-collapse {
        height: 50px;
        width: 50px;
        -webkit-transition: .6s all !important;
        -o-transition: .6s all !important;
        transition: .6s all !important;
    }
    .main-banner {
        max-height: 100vh;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .foundation .main-tit:before {
        bottom: 10px;
    }
    .foundation-content {
        margin-bottom: 140px;
        width: 70%;
    }
    .fixed-navbar .language {
        top: 2px;
    }
    .established-logo {
        float: none;
        width: 35%;
        display: inherit;
        margin: auto;
    }
    .established {
        padding: 35px 0px;
    }
    .established-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .established-wrap h1 {
        font-size: 34px;
    }
    .established-content>div {
        width: calc(100% / 2 - 20px);
        margin: 10px;
        text-align: center;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        border: 2px solid transparent;
        margin: 10px !important;
    }
    .established-text {
        padding: 15px;
    }
    .contact-us-page {
        padding: 35px 15px;
    }
    .Careers .contact-content>h2 {
        font-size: 21px;
    }
    .contact-content>h2 {
        font-size: 25px;
        margin-bottom: 24px;
    }
    .blog {
        padding: 35px 0px;
    }
    .recent-news-wrap img {
        width: 50px;
        height: 50px;
    }
    .recent-news-wrap {
        margin-bottom: 12px;
        padding: 10px 10px;
        justify-content: flex-start;
        width: 100%;
    }
    .sup-title {
        margin-bottom: 22px;
        font-size: 17px;
    }
    .blog .foundation-content-wrap h2 {
        font-size: 17px;
        margin-top: 5px;
    }
    .blog .foundation-content {
        margin-bottom: 115px;
    }
    .location-name .btn {
        margin: 3px 7px;
        font-size: 17px;
    }
    .location-name {
        padding: 40px 0px;
    }
    #map {
        height: 380px;
    }
    .developers-details-panner {
        margin-bottom: 120px;
    }
    .developers-details-page {
        padding: 30px 10px;
    }
    .developers-details-panner-content {
        top: 50px;
        width: 80%;
    }
    .developers-details-panner-content p {
        font-size: 15px;
    }
    .developers-date {
        top: 95px;
        padding: 9px;
        font-size: 13px;
        right: unset;
        height: 36px;
        padding: 2px;
        width: 150px;
        left: -57px;
    }
    .developers-details-panner-content img {
        margin-bottom: 20px;
    }
    .developers-details-panner>img {
        width: 100%;
        height: 280px;
    }
    .developers-details-date {
        font-size: 16px;
        right: 0px !important;
        width: 83px;
        height: auto;
    }
    .developers-details-card:nth-child(even) .developers-details-date {
        left: 0;
    }
    .developers-details-card:nth-child(even) .developers-details-content-data {
        padding-left: 80px;
        padding-right: 10px;
    }
    .developers-details-content-data {
        padding: 10px 25px;
        padding-right: 80px;
    }
    .developers-details-content-data h2 {
        font-size: 21px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .breadcrumb-wrap h1 {
        font-size: 21px;
        margin-bottom: 0;
    }
    .developers-details-content img {
        height: 210px;
    }
    .developers-details-content-data h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .footer-content .col-md-2.col-sm-3.col-xs-4 {
        width: 100%;
    }
    .breadcrumb-wrap {
        height: 35vh;
        padding: 10px;
    }
    .developers-page-wrap {
        padding: 40px;
    }
    .developers-page {
        padding: 40px 0px;
    }
    .end-footer a {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    .social-media-breadcrumb a {
        margin: 6px 0px;
        font-size: 15px;
    }
    .end-footer img {
        width: 150px;
    }
    footer {
        padding: 10px;
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .footer-card h2 {
        margin-bottom: 5px;
        padding: 6px;
        font-size: 16px;
    }
    .footer-card {
        margin-bottom: 40px;
    }
    .foundation-content-wrap {
        top: 100px;
    }
    .foundation-content-wrap:hover {
        top: 80px;
    }
    .end-footer {
        margin-top: 0px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .foundation .swiper-button-prev,
    .foundation .swiper-button-next {
        bottom: 24px;
    }
    .foundation-content-wrap h3 {
        font-size: 21px;
    }
    .sec-services-wrap {
        padding: 15px 10px;
    }
    .clients {
        padding: 40px 15px;
    }
    .sec-services {
        padding: 40px 10px;
    }
    .read-more {
        left: 20px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: -25px;
        font-size: 18px;
    }
    .sec-services .row div:last-child .sec-services-wrap {
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .sec-services-wrap {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .main-tit h3 {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .main-tit:before {
        bottom: 15px;
    }
    .main-tit p {
        font-size: 25px;
        line-height: 30px;
    }
    .main-tit {
        background-size: 110px;
        padding-bottom: 25px;
    }
    .main-banner {
        max-height: unset !important;
        min-height: auto;
        background-image: unset;
    }
    .get-in-touch {
        width: 400px;
        margin: auto;
        position: unset;
        padding: 5px 14px;
        margin: 30px auto;
        display: list-item;
    }
    .main-banner-slider .swiper-slide {
        height: auto;
        padding: 70px 0px;
    }
    .main-banner-content>h1 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .main-banner-content {
        margin-bottom: 60px;
    }
    .btn.btn-primary {
        padding: 6px 35px;
        font-size: 17px;
        margin-bottom: 20px;
    }
    .social-media {
        left: 0px;
        top: -30px;
    }
    .main-banner-wrap {
        padding-top: 55px;
        padding-bottom: 40px;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .main-banner-content>h5 {
        font-size: 22px;
        margin-top: 0;
    }
    .form-group .form-control {
        background: transparent;
        padding: 8px 12px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 20px;
    }
    #close-navbar,
    #open-navbar {
        width: 36px;
        height: 36px;
    }
    header.fixed-navbar {
        padding: 5px 0px;
    }
    .navbar-default .navbar-collapse {
        height: 36px;
        width: 36px;
        -webkit-transition: .6s all !important;
        -o-transition: .6s all !important;
        transition: .6s all !important;
        margin-left: 15px;
    }
    header.fixed-navbar .navbar-brand img {
        top: 3px;
    }
    header.fixed-navbar .navbar-brand {
        height: 36px;
    }
    .developers-page-content {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        height: 190px;
    }
    .navbar {
        position: relative;
        min-height: 36px;
    }
    .social-media-wrap a {
        margin: 2px 0px;
    }
    .div-button {
        width: 127px;
    }
    .div-button .swiper-button-next,
    .div-button .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
    .sec-services-wrap,
    .sec-services-wrap {
        border: 3px solid var(--s-c);
    }
    .sec-services-wrap span {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@media (max-width: 500px) {
    .developers-page-content {
        height: 150px;
    }
    .developers-details-page.project-details {
        margin-bottom: 30px;
    }
    .developers-details-card:nth-child(even) {
        direction: ltr;
    }
    .developers-details-card:nth-child(even) .developers-details-content-data {
        padding-left: 80px !important;
    }
    .developers-details-panner-content {
        top: 50px;
        width: 90%;
    }
    .div-button {
        width: 92px;
        bottom: 50px;
    }
    .div-button .swiper-button-next,
    .div-button .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .sec-services .row>div {
        width: 100%;
    }
    .developers-details-panner {
        margin-bottom: 85px;
    }
    .developers-details-content-data {
        right: unset !important;
        left: unset !important;
        transition: .5s all !important;
    }
    .developers-details-card .developers-details-content-data {
        top: 0px;
        transition: .5s all !important;
    }
    .developers-details-card .developers-details-content-data:hover {
        top: -15px;
    }
    .social-media-breadcrumb {
        left: 8px;
    }
    .developers-details-wrap {
        margin-bottom: 40px;
    }
    .developers-details-content-data h3 {
        margin: 5px 0px;
    }
    .developers-details-content-data {
        left: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .developers-details-date {
        font-size: 14px;
    }
    .developers-details-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .developers-details-content {
        width: 100%;
    }
    .main-tit p {
        font-size: 21px;
        line-height: 23px;
    }
    .social-media p {
        font-size: 14px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .swiper-button-prev {
        left: 10px;
    }
    .swiper-button-next {
        right: 10px;
    }
    .navbar-default .navbar-nav>li>a img {
        width: 100%;
        padding: 10px;
    }
    .services-swiper-wrap h2 {
        font-size: 24px;
    }
    .services-swiper-wrap {
        height: 420px;
    }
    .navbar-nav {
        width: 150px;
    }
    .main-banner-content>h1 {
        font-size: 23px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .main-banner-content {
        margin-bottom: 35px;
        padding-left: 30px;
        margin-top: 50px;
    }
    .social-media-wrap {
        margin-top: 100px;
    }
    .social-media-wrap:after {
        top: -55px;
        height: 50px;
    }
    .social-media {
        left: -15px;
        top: -15px;
    }
    .get-in-touch {
        width: auto;
        margin: 30px 10px;
    }
    .navbar-brand {
        padding: 1px;
    }
    .navbar-brand img {
        width: 150px;
        top: 10px;
        right: 10px;
    }
}

:root {
    --animate-duration: 1000ms;
    --animate-delay: 8s;
}


/* ||||||||||||||||||||||||      End Style media      ||||||||||||||||||||||||||||\*/

.foundation-content-wrap h3 div {
    color: #000;
    font-family: "f-b";
}

.blog .foundation-content-wrap h2 {
    height: 28px;
}

.child-Tags {
    max-width: 100%;
}

.blog .foundation-content-wrap {
    margin: auto;
    display: inherit;
}

.developers-details-card .developers-details-content-data:hover h2 {
    color: #FFF;
}

@media (max-width: 767px) {
    .developers-details-card .developers-details-content-data {
        margin: 10px;
    }
    .developers-page-wrap {
        padding: 20px;
    }
    .developers-page-wrap img {
        height: 100%;
    }
}

.developers-details-content-data h2 {
    transition: .5s all !important;
}

.blog-details-content .blog-details-wrap img {
    border-radius: 8px;
}

.blog-details-wrap {
    margin-bottom: 30px;
}

.project-details .main-tit p {
    font-size: 33px;
}

.project-details .main-tit {
    padding-bottom: 25px;
    background-image: unset;
    margin-bottom: 20px;
}

.Summary-wrap table tbody,
.Summary-wrap table thead,
.Summary-wrap table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Summary-wrap table tbody tr {}

.Summary-wrap table thead tr {
    background: var(--s-c);
    color: #FFF;
}

.Summary-wrap table tr td,
.Summary-wrap table tr th {
    padding: 9px;
    border: 1px solid #DDD !important;
}

.Summary-wrap table tbody tr h3 {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
}

.Summary-wrap table tbody tr:nth-child(even) {
    background: #dddddd3b;
}

.Summary-wrap table {
    margin-bottom: 20px;
}

.sec-Phases .swiper-slide {
    width: 100%;
    height: 190px !important;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sec-Phases .swiper-slide img {
    width: 100%;
    height: 100%;
}

.sec-Phases .swiper-slide h2 {
    position: absolute;
    top: 0 px;
    left: 0 px;
    right: 0 px;
    bottom: 0 px;
    background-color: rgb(0 0 0 / 70%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    z-index: 9;
    margin: 0;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    padding: 5px;
    opacity: 0;
    transition: .5s all;
}

.sec-Phases .swiper-wrapper {
    margin-bottom: 25px;
}

.sec-Phases .swiper-slide:hover h2 {
    opacity: 1;
}

.sec-Phases .swiper-slide:hover img {
    transform: scale(1.1);
}

#location-on-map {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.custom-text-etidor p {
    margin: 0 !important;
    display: inherit !important;
    font-size: 21px !important;
}

.custom-text-etidor p a {
    display: none !important;
}

.custom-tit {
    background-color: #FFF;
}

.custom-tit .main-tit {
    background-image: unset;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .custom-tit {
        padding: 0px 10px;
    }
    .project-details .main-tit p {
        font-size: 24px;
    }
    .blog-details-content .blog-details-wrap img {
        height: 310px;
    }
    .project-details .main-tit {
        padding-bottom: 15px;
        background-image: unset;
        margin-bottom: 10px;
    }
    .blog-details-content {
        margin-bottom: 30px;
    }
    #location-on-map {
        height: 320px;
    }
}

.div-markar-map h2 {
    font-size: 13px;
    margin-top: 0px;
    font-family: "f-l";
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 100%;
    overflow: hidden;
}

.gm-style .gm-style-iw-c .div-markar-map {
    text-align: center;
    display: inline-block;
    font-family: inherit;
}

.div-markar-map {
    width: 130px;
}

.div-markar-map img {
    width: 80px;
    height: 80px;
    margin: auto;
    display: inherit;
    font-family: inherit;
}

.gm-style .gm-style-iw-d {
    font-family: "f-main";
}

@media (max-width:767px) {
    .language {
        z-index: 0;
    }
    .navbar-nav {
        z-index: 99999;
        position: absolute;
    }
}


/* ================== edits ================== */

.sec-Phases .swiper-slide a {
    display: contents;
}

.get-in-touch {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    /* margin-bottom: 50px; */
}

.main-banner .get-in-touch {
    position: unset;
    padding: 35px 40px;
    background-image: url(../img/png/Asset13-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    top: 20%;
    right: 13% !important;
    width: 30%;
    background: var(--m-c);
    left: auto !important;
}

.bg-white {
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.pb-50 {
    padding-bottom: 50px;
}

@media (min-width:768px) {
    .get-in-touch {
        display: none;
    }
    .main-banner .get-in-touch {
        position: unset;
        padding: 35px 40px;
        background-image: url(../img/png/Asset13-min.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        position: absolute;
        z-index: 99999;
        top: 20%;
        right: 13%;
        width: 30%;
        background: var(--m-c);
    }
}

@media (max-width:767px) {
    .main-banner .get-in-touch {
        display: none;
    }
}