:root {
    --color-bg: #f9f9f9;
    --color-purple: #6eb2ff;
    --color-purple-pure: #1a77ff;
    --color-grass: #8ab21b;
    --color-blue-light: #588dc8;
    --color-red-pure: #f5004b;
    --color-pink-dark: #d61450;
    --color-select: rgba(41, 141, 255, 0.52);
    --color-white: #fff;
    --color-gray-light: #ededed;
    --color-gray: #999;
    --color-gray-pure:#666;
    --color-over-white-icon: #bbb;
    --color-over-white: #f4f4f4;
    --color-over-light: #edeff0;
    --hover-over-white: #f9f9f9;
    --hover-purple: #b0a2fc;
    --shadow-dark-light: rgba(0, 0, 0, 0.1);
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/reg.woff2") format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff/YekanBakh-Light.woff') format('woff'),
    url('fonts/woff2/YekanBakh-Light.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/YekanBakh-Regular.woff') format('woff'),
    url('fonts/woff2/YekanBakh-Regular.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff/YekanBakh-SemiBold.woff') format('woff'),
    url('fonts/woff2/YekanBakh-SemiBold.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
    text-decoration: none !important;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: #fdfdfd;
    font-family: YekanBakh , tahoma;
    direction: ltr;
    width: 100%;
    min-height: 100vh;
}

.conthd {
    position: fixed;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.header {
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    width:100%;
    height:120px;
    background: linear-gradient(0deg, transparent, rgba(0,0,0,0.5) 100%);
    -webkit-backdrop-filter: blur(14px);
    transition: 0.3s all;
}

.header .logo {
    float:left;
    width:110px;
    height:100px;
    background:url(images/logo.png) no-repeat center;
    background-size:100%;
    transition: 0.3s all;
}

.header .menu {
    float:right;
    width:140px;
    height:70px;
    text-align:right;
    margin-top:25px;
    color:#fff;
    font-size:16px;
    padding-top:23px;
    padding-right:5px;
    transition: 0.3s all;
}

.header .menu * {
    transition:0.2s all;
}

.header .menu i {
    float:right;
    font-size:23px;
    margin-left:10px;
    transition:0.2s all;
}

.header .menu b {
    font-weight: 400;
    transition:0.2s all;
}

.header .language , .header .search , .header .btofchcolor, .header .btofchcolor2 {
    float:right;
    width:50px;
    height:70px;
    text-align:center;
    margin-top:25px;
    color:#fff;
    font-size:16px;
    letter-spacing:4px;
    padding-top:23px;
    cursor:pointer;
    padding-right:5px;
    transition: 0.3s all;
}

.btofchcolor2 {
    color: #ed5d1d !important;
}

.lefter {
    direction: rtl;
    margin: 20px 0;
    background: #ebedee;
    border-radius: 10px;
    padding: 25px;
}

.insingle {
    margin-top: -25px !important;
    height: 350px !important;
}

.insingle .bigtitle {
    top: 70% !important;
}

.titofblk {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.titofblk2 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 25px 0 15px 0;
    border-bottom: 1px dashed #ccc;
}

.optof {
    display: inline-block;
    position: relative;
    font-size:13px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    padding-right: 35px;
}

.optof span {
    position: absolute;
    right: 0;
    top: 10px;
    color: #b7b7b7;
}

.garaunty span {
    color: #03a9f4;
}

.ersal span {
    color: #ef4056;
}





.header .lng {
    float:right;
    text-align:center;
}

.header .language i , .header .search i {
    font-size:23px;
    transition:0.2s all;
}

.header .uk-dropdown {
    border-radius: 10px;
}

.header .uk-dropdown-nav li {
    float:right;
    width:150px !important;
    text-align:right !important;
}

.header .uk-dropdown-large {
    width:100px;
    padding:15px 20px !important;
}

.header .uk-dropdown-nav a {
    float:right;
    width:100%;
}

.contactpager label , .contactpager legend {
    color:rgb(219 219 220) !important;
}

.contactpager input ,.contactpager textarea ,.contactpager select{
    border-radius: 0 !important;
    color: #fff !important;
    background: rgb(67 66 83) !important;
}

.mainslide {
    position: relative;
    width:100%;
    height: 100vh;
    overflow:hidden;
    background:url(images/backslide2.jpg) no-repeat center;
    background-size:cover;
}

.overlay {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 21, 42, 0.65);
}

.mainslide .bigtitle {
    position:absolute;
    top:calc(50% - 63px);
    width:100%;
    height:126px;
    text-align:center;
    color:#fff;
}

.mainslide .bigtitle b {
    font-size:60px;
    font-weight:100;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mainslide .bigtitle i {
    font-style: normal;
    font-size:26px;
    margin-top:-30px;
    display: inline-block;
    margin-bottom:20px;
}


.mainslide .godown {
    position:absolute;
    bottom:40px;
    left:0;
    width:100%;
    color:#fff;
    text-align:center;
}

.mainslide .godown i {
    font-size:36px;
    cursor:pointer;
}

#quality {
    display: inline-block;
    overflow:hidden;
    width:100%;
    height:auto;
    padding:40px 0 60px 0;
    background: #eef5f7;
    direction: rtl;
}

.dirch {
    direction: rtl !important;
}

.titleofproduct {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    margin-top:25px;
    padding: 10px 15px ;
    margin-bottom:15px;
}

.detailsofproduct {
    margin: 5px 10px 20px 10px;
    padding: 15px;
    font-size:13px;
    position: relative;
    color: #2c3f4b !important;
    border-radius:10px;
    background: #ebedee;
    padding-right:60px;
    line-height: 24px;
}

.detailsofproduct span {
    position: absolute;
    right: 15px;
    opacity: 1;
    top: 15px;
    font-size:30px !important;
    color: #d6d9da;
}

.vijegi {
    position: relative;
    padding-right: 40px;
    font-size: 13px;
    padding-top:5px;
    margin: 0 10px 10px 10px;
}

.vijegi span {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 0px;
    color: #1e86ee;
}

.tags {
    display: inline-block;
    padding: 25px 15px;
    font-size: 13px;
    position: relative;
    color: #2c3f4b !important;
    border-radius: 10px;
    background: #ebedee;
    padding-right: 60px;
    line-height: 24px;
    margin-top:20px;
    margin-bottom:40px !important;
    width:100%;
}

.imgbox img {
    display: inline-block;
    width: 80%;
    height: auto;
}

.partner-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tags a {
    display:inline-block;
    margin:0 10px ;
}

.qual {
    display:inline-block;
    width:100%;
    height:auto;
    position:relative;
    background: #fff;
    box-shadow:0 0 25px rgba(171, 175, 183,0.2);
    padding:25px;
    transition:0.3s all;
    cursor:pointer;
}

.qual:hover {
    box-shadow:0 0 25px rgba(171, 175, 183,0.6);
    transition:0.3s all;
}

.mainframer {
    margin-bottom:30px;
}

.uk-subnav {
    background:#ebedee;
    width:100%;
    margin-right:0px;
    border-radius:10px;
}

.uk-subnav>* {
    padding-right:0 !important;
}

.uk-subnav a {
    padding: 15px 15px !important;
    border-radius:10px !important;
    font-size:13px !important;
    color: #2c3f4b !important;
}

.uk-subnav a span {
    margin-left:10px !important;
}

.uk-subnav .uk-active a {
    background-color: #0093E9;
    color:#fff !important;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.uk-subnav a:hover {
    background:none !important;
    color:#1e86ee !important;
}

.uk-subnav .uk-active a:hover {
    background-color: #0093E9 !important;
    color:#fff !important;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%) !important;
}

.qual i {
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:50px;
    margin:20px 0 40px 0;
    color: #c6ced0;
    transition:0.3s all;
}

.qual:hover i {
    color: #1968a1;
    transition:0.3s all;
}

.qual b {
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:15px;
    color: #8f999b;
    height: 45px;
    transition:0.3s all;
}

.qual div {
    color: #218bd9;
    transition:0.3s all;
}

.qual:hover div {
    color: #803ffd;
    transition:0.3s all;
}

.qual:hover b {
    color: #596264;
    transition:0.3s all;
}

.qual p {
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:12px;
    height: 72px;
    color: #8f999b;
    transition:0.3s all;
}

.uk-tooltip {
    background: #0f396c !important;
}

#contacter {
    float:left;
    position:relative;
    width:100%;
    height:auto;
    padding:20px 0 20px 0;
    overflow: hidden;
    text-align:center;
    background: #085078;
    background: -webkit-linear-gradient(to right, #1f4563, #091c32);
    background: linear-gradient(to right, #204765, #091c32)
}

#contacter span {
    display:inline-block;
    float:right;
    width:40px;
    height:120px;
    font-size:40px;
    color:#fff;
    text-align:center;
    padding-top:40px;
}

#contacter p {
    display:inline-block;
    float:right;
    text-align:right;
    width:40%;
    margin-right:30px;
    margin-top:45px;
    font-size:20px;
    font-weight:100;
    color:#fff;
}

#contacter a {
    display: inline-block;
    float:left;
    font-weight:bold;
    border-radius:50px;
    padding:15px 40px;
    background: #fff !important;
    text-transform: uppercase;
    color: #204563;
    font-size:14px;
    margin-top:30px;
    border:2px solid #fff;
    transition:0.3s all;
}

#contacter a:hover {
    background:none !important;
    border:2px solid #fff;
    color:#fff;
    transition:0.3s all;
}

.logoinmid {
    display:inline-block;
    width:100%;
    height:55px;
    background:url(images/airfill-white.png) no-repeat center;
    background-size: auto 100%;
    margin:75px 0 15px 0;
    opacity:0.9;
}

.partnerzone {
    display: inline-block;
    width:100%;
    text-align:center;
    margin:20px 0;
}

.logoinleft {
    display: inline-block;
    width: 90px;
    height: 35px;
    background: url(images/carrier.png) no-repeat center 100%;
    filter: grayscale(1) invert(1);
    background-size: auto 100%;
    margin: 10px 15px 15px 15px;
    opacity: 0.9;
}

.logoinright {
    display: inline-block;
    width: 90px;
    height: 35px;
    background: url(images/midea.png) no-repeat center 100%;
    filter: grayscale(1) brightness(100);
    background-size: auto 100%;
    margin: 10px 15px 15px 15px;
    opacity: 0.9;
}

.section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    opacity: .8;
    padding: 70px 0;
}

.section-title b {
    text-transform: uppercase;
    font-size:12px;
    background: #ecf3f5;
    color: #1f4563;
    font-weight:700;
    padding:5px 15px;
    border-radius:10px;
}

.section-title i {
    color: #143049;
    font-style: normal;
    font-size:25px;
    font-weight:400;
    margin: 18px 0;
    display: inline-block;
}

.section-title p {
    float:left;
    width:100%;
    margin-top:-13px;
    font-size:12px;
    color: #8c9496;
}

#products {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    direction: rtl;
}

.productsec {
    display: inline-block;
    width:100%;
    height:auto;
    background: #f2f5f9;
    padding:20px;
    border-radius:15px;
    transition: 0.3s all;
    position: relative;
}

.productsec:hover {
    background: #e0e5ec;
    transition: 0.3s all;
}

.productsec b {
    width:100%;
    display: inline-block;
    font-weight: 600;
    font-size:18px;
    color: #42586c;
    margin-top:20px;
}

.productsec .material-icons {
    position: absolute;
    top: 30%;
    width: 45px;
    height: 45px;
    background: #0a1e34;
    border-radius: 50px;
    right: calc(50% - 22.5px);
    color: #fff;
    padding-top: 11px;
    transition: 0.3s all;
    transform:scale(0.0);
}

#otherpages .productsec i {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #5e768c;
    margin-top: 5px;
    font-style: normal;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
}

#otherpages .productsec b {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #42586c;
    height: 45px;
    margin-top: 20px;
}

.imgbox {
    width: 100%;
    height: 180px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productsec:hover .material-icons {
    transition: 0.3s all;
    transform:scale(1.0);
}

.productsec i {
    width:100%;
    display: inline-block;
    font-weight: 600;
    font-size:14px;
    color: #5e768c;
    margin-top:5px;
    font-style: normal;
    letter-spacing:1px;
}

.pinsider {
    display:inline-block;
    width:100%;
    margin-top:14px;
    height:380px;
}

.pinsider span {
    display:inline-block;
    width:80%;
    margin:0 10%;
    padding:12px 0;
    text-transform: capitalize;
    color:#fff;
    font-size:15px;
    opacity:0.7;
    border-bottom:1px solid rgba(53, 53, 87, 0.5);
}

#detailinmid {
    position: relative;
    display:inline-block;
    width:100%;
    height: 360px;
    margin-top:80px;
    overflow:hidden;
    background:url(images/backslide1.jpg) no-repeat fixed;
    background-size:cover;
    direction:rtl;
    padding:40px;
}

.headwhy {
    display: inline-block;
    width: 100%;
    padding:20px;
    color:#fff;
    position: relative;
    margin-bottom:30px;
}

.answerwhy {
    display: inline-block;
    width: 100%;
    padding:5px 20px;
    color:#fff;
    position: relative;
}

.headwhy span {
    font-size:40px;
    position:absolute;
    margin-top: -3px;
}

.answerwhy span {
    font-size:30px;
    position:absolute;
    margin-top: -5px;
}

.headwhy b {
    position:relative;
    margin-right:50px;
    width:100%;
    font-size:22px;
    color:#fff;
    font-weight:100;
}

.answerwhy b {
    position:relative;
    margin-right:50px;
    width:100%;
    font-size:16px;
    color:#fff;
    font-weight:100;
}

.iconofsp {
    display: inline-block;
    width:100%;
    height: auto;
    position: relative;
}

#partners {
    display: inline-block;
    width:100%;
    overflow: hidden;
    background: #ccc;
    text-align:center;
    background: url(images/backwhite.webp) no-repeat fixed;
    background-size: cover;
    padding:40px 0;
    float: left;
}

#otherpages h3 {
    font-family: YekanBakh;
    font-size: 25px;
    color: #283575;
}

#partners img {
    filter:grayscale(100%);
    width:130px;
    opacity:0.4;
    transition: 0.3s all;
}

#partners img:hover {
    filter:grayscale(0%);
    opacity:1;
    transition: 0.3s all;
}

#team {
    display:inline-block;
    width:100%;
    height:auto;
    padding-bottom:100px;
    overflow: hidden;
}

.team {
    display: inline-block;
    width: 100%;
    height: auto;
    padding:20px;
    border-radius:15px;
    position: relative;
    transition: 0.3s all;
}

.team:hover {
    background: #f0f3f7;
    transition: 0.3s all;
}

.team img.mainimg {
    position:relative;
    display: inline-block;
    z-index:1;
    border-radius:10px;
    transition: 0.3s all;
}

.team:hover img.mainimg {
    border-radius:150px;
    transition: 0.3s all;
}

.team-n {
    display: inline-block;
    font-size: 13px;
    width:100%;
    color: #2d4152;
    padding: 18px 0 0 0;
}

.team-j {
    display: inline-block;
    font-size: 12px;
    color: #8db5c0;
    width:100%;
    padding: 5px 0 5px 0;
    font-weight:700;
}

.team-t {
    display: inline-block;
    font-size: 12px;
    width:90%;
    color: #666d73;
    padding: 10px 5% 20px 5%;
    opacity:0.7;
}

.team-social {
    width:100%;
    display: inline-block;
    text-align:center;
}

.team-social a {
    color: #204664;
    width:20px;
    margin:0 5px;
    font-size:16px;

}

.footer{
    width: 100%;
    overflow: hidden;
    direction: rtl;
    padding: 20px 0 80px 0;
    position: relative;
    display: block;
    background: #085078;
    background: -webkit-linear-gradient(to right, #1f4563, #091c32);
    background: linear-gradient(to right, #204765, #091c32);
}

div.wpforms-container-full select, div.wpforms-container-full select:disabled, .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full select:disabled {
    background-position: 15px !important;
}

.uk-search-large .uk-search-input {
    height: 90px;
    padding-right: 20px;
    padding-left: 20px;
    background: 0 0;
    font-size: 2.625rem;
    border:none !important;
    border-bottom: 3px solid #e5e5e5 !important;
}

.footer p {
    display:inline-block;
    width:80%;
    color:#fff;
    font-size:14px;
    margin:5px 10% 10px;
    text-align:center;
}

.footer-social {
    width:100%;
    display: inline-block;
    text-align:center;
    margin-top:25px;
}

.footer-social a {
    color:#fff;
    width:20px;
    margin:0 10px;
    font-size:16px;

}

.footer .skydesignlogo {
    width:100%;
    text-align:center;
    margin-top:25px;
}

.footer .skydesignlogo a {
    display: inline-block;
}

.phonelogo {
    display:inline-block;
    margin-top:25px !important;
    margin-bottom:-15px !important;
    background-position:center left;
}

#menu-phone {
    direction:rtl;
}

#menu-phone a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    width: 100%;
    text-align:right;
    padding: 14px 0;
    border-bottom: 1px solid #333;
}


.ovp {
    float:right;
    width: 100%;
}

.ovp a {
    padding-right:10px !important;
}

.ovp2 , .ovp3 , .ovp4 , .ovp5 , .ovp6 {
    background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar {
    width: 8px;
    background: #0f101d;
}

body::-webkit-scrollbar-track {
    background: #0f101d;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
    border: 3px solid #11111f;
}


.faqs .uk-open {
    border-bottom:2px solid rgb(45, 146, 211);
}

.faqs .uk-accordion-title {
    padding-left: 40px;
    background: -webkit-linear-gradient( 90deg , rgb(0, 59, 255) 0%, rgb(0, 149, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.faqs .uk-accordion-title span {
    position: absolute;
    left: 0;
    background: -webkit-linear-gradient( 90deg , rgb(0, 59, 255) 0%, rgb(0, 149, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faqs .uk-accordion-content {
    padding-left: 40px;
    position: relative;
    color: #5c5c5c;
}

.faqs .uk-accordion-content span {
    position: absolute;
    left: 0;
    color: #959595;
}

.faqs .uk-accordion-title::before {
    float:right !important;
}

.abouter {
    display:inline-block;
    width:80%;
    margin:0 10% 100px 10%;
    text-align:justify;
    font-size:15px;
    color:#ededed;
}

.brandsse {
    width:100%;
}

.boxofcont {
    float: right;
    width: 100%;
    position: relative;
    padding: 30px 0;
    padding-right: 60px;
    border-bottom: 1px solid #ddd;
    color: #444;
}

.mycontbod {
    border-radius:0 15px 15px 0 !important;
}

.formtit {
    display: inline-block;
    width: 100%;
    font-family: 'YekanBakh' !important;
    font-weight: 3;
    color: #777;
    margin-top: 20px;
}

.formdes {
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    color: #777;
    margin-bottom: 60px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 14px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #fea500;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
    font-family: 'YekanBakh';
    border: none !important;
    border-radius: 10px;
}
.boxofcont .uk-badge {
    font-size: 11px !important;
    text-shadow: none !important;
    left: 0 !important;
    right: auto !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}


.boxofcont span {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 35px;
    color: rgb(52 145 205);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.boxofcont a {
    color: #236198;
}

.boxofcont b {
    font-weight: 300;
    font-size: 17px;
}

.contactpage {
    display: inline-block;
    width:100%;
}

.contactpager {
    background:#100f19;
}

.boxofcontact {
    float: right;
    width: 100%;
    height: 100%;
    background: #ebedee;
    padding: 35px;
    border-radius:15px 0 0 15px;
}

.boxofcontact h3 {
    font-size: 25px;
    text-align: center;
    font-family: YekanBakh;
    color: #1c3f5c;
    text-shadow: 1px 1px 0 #fff;
    padding: 25px 0;
}

.nomrg a {
    width:auto !important;
}

.specialp {
    display: inline-block;
    background: #f0f2f3;
    width: 100%;
    margin-top: -30px;
    height: auto;
    position: relative;
    padding-bottom: 40px;
}

.shadowcl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    filter: blur(4px);
}

.iframep {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: 60px !important;
}

.mybacker {
    position:fixed;
    top:-5%;
    left:-5%;
    width:110%;
    height:110%;
    opacity:0.2;
    filter: blur(20px);
}

.imagefproj {
    display:inline-block;
    width:400px;
    height:400px;
    border-radius:30px;
    margin:200px calc(50% - 200px) 50px calc(50% - 200px);
    position:relative;
}

.imagefproj img.mainer {
    position:relative;
    display: inline-block;
    z-index:1;
    border:1px solid rgba(255,255,255,0.1);
    border-radius:500px;
    box-shadow:0 0 35px rgba(0,0,0,0.6);
    transition: 0.3s all;
}

.imagefproj img.mainer:hover {
    border:10px solid rgba(255,255,255,0.1);
}

.mytitle {
    display:inline-block;
    width:100%;
    font-size:25px;
    text-align:center;
    color:#fff;
}

.mytitle .uk-badge {
    background:#000 !important;
    opacity:0.5 !important;
    margin-left:15px;
}

.maincontent {
    display:inline-block;
    width:70%;
    font-size:16px;
    margin:15px 15%;
    text-align:center;
    color:rgba(255,255,255,0.7);
}

.phonemneu {
    position: fixed;
    bottom:0;
    left:0;
    height:60px;
    width:100%;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.1);
    z-index:99999;
    box-shadow:0 0 25px rgba(0,0,0,0.5);
}

.phmenu {
    float:right;
    width:38%;
    height:60px;
    text-align:center;
    color:#333 !important;
    background: #fff;
    padding-top:15px;
}

.phmenu i , .phlang i {
    font-size:30px !important;
}

.phlang {
    float:left;
    width:38%;
    height:60px;
    text-align:center;
    font-size:20px;
    background: #fff;
    color:#333 !important;
    padding-top:15px;
}

.phlogo {
    float:right;
    width:24%;
    position:relative;
}

.partner-logo {
    display:inline-block;
}

.phlogo span {
    position:absolute;
    left:0;
    top:-15px;
    width:100%;
    box-shadow:0 0 25px rgba(0,0,0,0.5);
    height:150px;
    background: linear-gradient(rgb(107 191 255) 0%, rgb(58 53 178) 100%) !important;
    border-radius:15px;
}

.phlogo i {
    position: absolute;
    width: 55%;
    z-index: 9;
    height: 100px;
    left: 24%;
    top: -25px;
    background: url(images/iconlogo.png) no-repeat center;
    background-size: 80%;
}

.circles {
    position: absolute;
    z-index:9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 50%;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@media only screen and (max-width: 600px) {
    #detailinmid {
        height:auto  !important;
        padding: 40px 10px !important;
    }

    .team {
        padding:0 !important;
    }

    #contacter p {
        width: 70% !important;
    }

    #contacter a {
        width: 100%;
    }

    .mainslide .bigtitle b {
        font-size:40px !important;
    }

    .imagefproj {
        width: 300px !important;
        height:300px !important;
        margin:200px calc(50% - 150px) 0 calc(50% - 150px) !important;
    }
    .footer p {
        display: inline-block;
        width: 80%;
        margin: 5px 10% 10px;
        text-align: center;
    }
}

.cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    padding: 0.5em 1em;
    margin: 20px auto;
    background-color: var(--color-over-light);
    border-radius: .50em;
    box-sizing: border-box;
    overflow: hidden;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: right;
    margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
    display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
    display: inline-block;
    padding-top: 5px;
    color: #2c3f4c;
}

.cd-breadcrumb li > a.rightbord {
    padding-top: 15px !important;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li, .cd-multi-steps li {
        margin: 1.2em 0;
    }
    .cd-breadcrumb li::after, .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li > *, .cd-multi-steps li > * {
        font-size: 0.8rem;
    }
}
@media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
        padding: 0;
    }
    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 0 0 0 4px;
        border-radius:0 .50em .50em 0;
    }
    .cd-breadcrumb.triangle li > * {
        position: relative;
        padding: 1em 2.5em 1em .8em;
        color: #2c3f4c;
        background-color: var(--color-over-light);
        border-color: var(--hover-over-white);
    }
    .cd-breadcrumb.triangle li.current > * {
        color: var(--color-white);
    }
    .cd-breadcrumb.triangle li:first-of-type > * {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em;
    }
    .no-touch .cd-breadcrumb.triangle a:hover {
        color: var(--color-white);
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }
    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 23px solid transparent;
        border-left-width: 0;
        border-right-width: 20px;
    }
    .cd-breadcrumb.triangle li::after {
        z-index: 10;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-right-color: var(--color-over-light);
        margin: 0;
    }
    .cd-breadcrumb.triangle li > *::after {
        z-index: 2;
        border-right-color: inherit;
    }
    .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
        display: none;
    }
    .cd-breadcrumb.triangle.custom-separator li::after {
        background-image: none;
    }
    .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li > *::after {
            border-right-style: dashed;
        }
    }
}

.cd-breadcrumb li:hover a , .cd-breadcrumb .optionsinbr:hover {
    color:var(--color-purple-pure) !important;
}

.cd-breadcrumb .optionsinbr {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
    color: #aaa;
    padding-top: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.pagenumbers {
    width: 100%;
    height: 50px;
    text-align: left;
    display: inline-block;
    margin-top: 30px;
}

.page-numbers {
    display: inline-block;
    text-align: center;
    padding: 7px 12px;
    margin: 1px;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.2s ease-out
}

.page-numbers:hover {
    background: #444;
    color: #fff;
    transition: all 0.2s ease-out
}

.page-numbers, .page-numbers a {
    color: #777;
}

.pagenumbers .dots:hover {
    background: none;
    color: #666;
}

.pagen .current {
    background: #ccc;
    display: inline-block;
    padding: 7px 12px;
    margin: 1px;
}

.pagen .current, .pagen .current a {
    color: #fff;
}