article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; direction: rtl;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: 'JannaLTRegular';}
.custfield:focus, .btn-check:focus+.btn, .btn:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: 'JannaLTRegular'; font-size: 16px; color: #7E7E7E; direction: rtl;}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

@font-face {
    font-family: 'JannaLTRegular';
    src: url('../fonts/JannaLTRegular.eot');
    src: url('../fonts/JannaLTRegular.eot') format('embedded-opentype'),
         url('../fonts/JannaLTRegular.woff2') format('woff2'),
         url('../fonts/JannaLTRegular.woff') format('woff'),
         url('../fonts/JannaLTRegular.ttf') format('truetype'),
         url('../fonts/JannaLTRegular.svg#JannaLTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JannaLTBold';
    src: url('../fonts/JannaLTBold.eot');
    src: url('../fonts/JannaLTBold.eot') format('embedded-opentype'),
         url('../fonts/JannaLTBold.woff2') format('woff2'),
         url('../fonts/JannaLTBold.woff') format('woff'),
         url('../fonts/JannaLTBold.ttf') format('truetype'),
         url('../fonts/JannaLTBold.svg#JannaLTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder {color: #D7D7D9 !important; font-size: 16px;}
::-moz-placeholder {color: #D7D7D9 !important; font-size: 16px;}
:-ms-input-placeholder {color: #D7D7D9 !important; font-size: 16px;}
:-moz-placeholder {color: #D7D7D9 !important; font-size: 16px;}

/****************
 * Common Css
 ****************/
.container {max-width: 1430px;}
.custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
section {float: right; width: 100%;}
a, a:hover, button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
a:hover {color: #BF7B3F;}
.cnewbox .imgbox img, .mainpart .videobox img {height: 100%; width: 100%; object-fit: cover; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.cnewbox .imgbox:hover img, .mainpart .videobox:hover img {transform: scale(1.04); -moz-transform: scale(1.04); -webkit-transform: scale(1.04);}
.ctitle {float: right; width: 100%;}
    .ctitle h3 {
        color: #262626;
        font-family: 'JannaLTBold';
        font-size: 48px;
        direction: ltr;
        text-transform: uppercase;
    }
.cbtn {width: 170px; height: 48px; line-height:48px; text-align: center; background-color: #BF7B3F; font-family: 'JannaLTBold'; float: right; color: #FFFFFF; font-size: 16px; border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;}
.cbtn:hover {background-color:#262626; color: #ffffff;}
.bbtn {display: inline-block; height: 55px; font-size: 16px; color: #BF7B3F; border: 1px solid #BF7B3F; line-height: 55px; padding: 0 33px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.bbtn:hover {background-color: #BF7B3F; color: #ffffff;}

header {position: absolute; top: 0px; right:0px; padding: 48px 80px; width: 100%; z-index: 22;}
.logo a img {float: right;}
.custnav {position: absolute; margin-top: 14px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.custnav .menus li {float: right; margin-left: 40px;}
.custnav .menus li:last-child {margin-left: 0px;}
.custnav .menus li a {float: right; font-size: 16px; color: #FFFFFF; font-size: 16px;}
.custnav .menus li a:hover, .custnav .menus li.active a {color: #BF7B3F;}

.rheader {margin-top: 3px;}
.covlink {height: 40px;line-height: 40px; padding:0 25px; color: #ffffff; background-color: rgba(255,255,255,0.1);border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;}
.covlink:hover {background-color: #BF7B3F; color: #ffffff;}
.language {width: 40px; height: 40px; margin-left: 30px; background-image: url(../images/lan-icon.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.language:hover {background-color: #BF7B3F;}

.mainpart {position: relative; overflow: hidden;}
.mainpart .bannertexts {position: absolute; right: 0; left: 0px; z-index: 1; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
    .mainpart .texts h4 {
        font-size: 30px;
        color: #ffffff;
        direction: ltr;
        text-align: left;
        TEXT-TRANSFORM: UPPERCASE;
        LETTER-SPACING: 12px;
    }
    .mainpart .texts h3 {
        font-size: 72px;
        color: #ffffff;
        font-family: 'JannaLTBold';
        margin: 30px 0 45px;
        direction: ltr;
        text-align: left;
        TEXT-TRANSFORM: UPPERCASE;
    }
.mainpart .owl-item.active .texts {
  animation: 1s 1s fadeIn both;
  -moz-animation: 1s 1s fadeIn both;
  -webkit-animation: 1s 1s fadeIn both;
  float:left; 
}

.mainpart.commonslider .owl-carousel {position: static;}
.mainpart.commonslider .owl-carousel .owl-stage-outer {z-index: 2;}
.mainpart .owl-dots {position: absolute; z-index: 2; left: 0px; top: 50%; padding-left: 60px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.mainpart .owl-dots button {background: transparent; font-size: 14px; margin: 5px 0; color: rgba(255,255,255,0.4); width: 40px; position: relative;}
.mainpart .owl-dots .owl-dot.active button {font-size: 16px; color: #ffffff; font-family: 'JannaLTBold';}
.mainpart .owl-dots button:after {content: ""; width: 60px; opacity: 0; height: 1px; background: #ffffff; position: absolute; left: -60px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.mainpart .owl-dots .owl-dot.active button:after {opacity: 1;}

#sync1 {background: #000000;}
#sync1 .imgbox {display: block; background-color: #000000;}
#sync1 .imgbox img {width: 100%; opacity: 0.7;}

#sync2 {
    width: 1080px;
    right: -185px;
    bottom: 50px;
    position: absolute;
}
#sync2 .item {padding: 0 20px;}
#sync2 .imgbox {width: 100%; height: 220px; background-color: #000000; border-radius: 32px; -webkit-border-radius: 32px; -moz-border-radius: 32px; overflow: hidden;}
#sync2 .imgbox img {opacity: 0.7;}
#sync2 .owl-item.current.active .imgbox img {opacity: 1;}
#sync2 .imgbox img {width: 100%; height: 100%; object-fit: cover;}
#sync2 .owl-nav {position: absolute; /*right: 20px;*/left:0px; top: -86px; z-index: 2;}
#sync2 .owl-nav div {width: 56px; cursor: pointer; height: 56px; float: right; background-color: rgba(255,255,255,0.1); background-repeat: no-repeat; background-position: 50% 50%; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
#sync2 .owl-nav div:hover {background-color: #BF7B3F;}
#sync2 .owl-nav div.owl-prev {margin-left: 12px; background-image: url(../images/arrow-right-h.png);}
#sync2 .owl-nav div.owl-next {margin-left: 12px; background-image: url(../images/arrow-left-h.png);}

.aboutpart {background-color: #f7f8fa; padding:200px 0px; overflow: hidden; position: relative;}
.aboutpart:after {content: " "; background-image: url(../images/bg1.jpg); width: 20%; height: 100%; position: absolute; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; top:0px; left: 0px; z-index: 1;}
.aboutpart .textinfo {
    float: left;
    text-align: left;
    padding-left: 140px;
    padding-top: 90px;
    position: relative;
    z-index: 4;
}
.aboutpart .textinfo p {color: #7E7E7E; float: right; font-size: 18px; padding: 34px 0px; line-height: 36px;}
    .aboutpart .textinfo .cbtn {
        background-image: url(../images/play-circle.png);
        background-repeat: no-repeat;
        background-position: 20px 50%;
        padding-left: 35px;
        float: left;
    }
.aboutpart .imgpart {float: right;}
.aboutpart .imgpart .imgbox {float: right; width: 680px; z-index: 5; border-radius: 32px; position: relative; -moz-border-radius: 32px; -webkit-border-radius: 32px; overflow: hidden;}
.aboutpart .imgpart .imgbox img {width: 100%;}
.aboutpart .imgpart .imgbox .playbtn {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90px; height: 90px; background-image: url(../images/play.png); background-repeat: no-repeat; background-position: 50% 50%;}

.commonslider {float: left; width: 100%;}
.commonslider .owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative;}
.commonslider .owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden;}
.commonslider .owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.commonslider .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.commonslider .owl-carousel .owl-wrapper, .commonslider .owl-carousel .owl-item {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);}
.commonslider .owl-carousel .owl-item {position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
.commonslider .owl-carousel.owl-loaded {display: block;}
.commonslider .owl-carousel.owl-loading {opacity: 0; display: block;}
.commonslider .owl-carousel.owl-hidden {opacity: 0;}
.commonslider .owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.commonslider .owl-carousel.owl-grab {cursor: move; cursor: grab;}
.srow {margin-left: -15px; margin-right: -15px; display: block; clear: both;}

#newslider .owl-nav {position: absolute; z-index: 1; top: -100px; right: 20px; width: 127px; text-align: center;}
#newslider .owl-nav div {float: left; width: 56px; height: 56px; background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(191,123,63,0.1); cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; position: relative;}
#newslider .owl-nav div:hover {background-color: rgba(191,123,63,1);}
#newslider .owl-nav .owl-prev {background-image: url(../images/arrow-right.png); float: right;}
#newslider .owl-nav .owl-prev:hover {background-image: url(../images/arrow-right-h.png);}
#newslider .owl-nav .owl-next {background-image: url(../images/arrow-left.png);}
#newslider .owl-nav .owl-next:hover {background-image: url(../images/arrow-left-h.png);}

.newspart {padding: 200px 0px 185px;}
.newspart .ctitle {margin-bottom: 64px;}
.newspart .ctitle p, .contactpart .ctitle p {margin-top: 30px; color: #7E7E7E; font-size: 18px;direction:ltr;}
.newspart .item {padding: 15px;}
.cnewbox {float: left; width: 100%;}
.cnewbox .imgbox {display: block; border-radius: 32px; -moz-border-radius: 32px; -webkit-border-radius: 32px; overflow: hidden; background-color: rgba(0,0,0);}
.cnewbox .imgbox img {opacity: 0.9; width: 100%;}
.cnewbox .info {padding: 30px 20px 25px;}
.cnewbox .info h4 a {
    color: #2B3B39;
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
    font-family: 'JannaLTBold';
    background-image: url(../images/map-pin.png);
    background-repeat: no-repeat;
    background-position: 0% 7px;
    padding-left: 36px;
}
.cnewbox .info h4 a:hover {color: #BF7B3F;}
    .cnewbox .info p {
        color: #7E7E7E;
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
        direction: ltr;
    }

.contactpart {background: url(../images/bg2.jpg) no-repeat 50% 0; background-size: cover; padding: 190px 0px;}
.contactpart .innerpart {width: 920px; margin: 0 auto; background-color: #ffffff; padding: 80px 100px; position: relative; border-radius: 32px; -moz-border-radius: 32px; -webkit-border-radius: 32px;}
.contactpart .innerpart .ctitle {display: inline-block; float: none; margin-bottom: 70px;}
.contactpart .innerpart form {display: inline-block; float: none; width: 100%;}
.contactpart .innerpart .custfield {height: 55px; padding: 6px 20px; font-size: 16px; color: #262626; width: 440px; float: right; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.cform .fieldcol {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative
}
.cform .fieldcol .custfield {height: 56px; padding: 6px 20px; color: #D7D7D9; font-size: 16px; width: 100%; background-color: #F7F8FA; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;;
    direction: ltr;}
.cform .fieldcol.phonefield .custfield {padding-right: 88px;}
.cform .pcode {position: absolute; width: 70px; height: 56px; background-color: #edeef0; text-align: center; line-height: 56px; border-radius: 0px 14px 14px 0px; -moz-border-radius: 0px 14px 14px 0px; -webkit-border-radius: 0px 14px 14px 0px;}
.cform .fieldcol select.custfield {background-image: url(../images/down-arrow.png); background-repeat: no-repeat; background-position: 20px 50%; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
.cform .btnrow {padding: 0 20px; margin-top: 30px; float: right; width: 100%;}
.cform .cbtn {height: 56px; line-height: 56px; float: right; width: 100%;}

footer {float: right; width: 100%; background-image: url(../images/bg3.jpg); background-repeat: no-repeat; background-position: 50% 0px; background-size: cover;}
footer .topfooter {position: relative; padding: 100px 0px 80px;}
footer .topfooter .logoicon {float: left;}
footer .topfooter .fmenu {float: left; padding: 5px 0px;}
footer .topfooter .fmenu ul li {float: right; padding:5px 25px;}
footer .topfooter .fmenu ul li:last-child {padding-left: 0px;}
footer .topfooter .fmenu ul li a {float: right; color: #FFFFFF; font-size: 16px;}
footer .topfooter .fmenu ul li a:hover {color: #BF7B3F;}
footer .copyright {padding: 20px 0 25px; border-top:1px solid rgba(255,255,255,0.2);}
footer .copyright p {font-size: 14px; color: rgba(255,255,255,0.4);}
footer .socials {float: left;}
footer .socials a {float: right; width: 22px; height: 24px; margin-left: 19px; background-repeat: no-repeat; background-position: 50% 50%;}
footer .socials a:last-child {margin-left: 0px;}
footer .socials .tw {background-image: url(../images/twitter-square.png);}
footer .socials .fb {background-image: url(../images/facebook-square.png);}
footer .socials .yt {background-image: url(../images/youtube-square.png);}
footer .socials .tw:hover {background-image: url(../images/tw.png);}
footer .socials .fb:hover {background-image: url(../images/fb.png);}
footer .socials .yt:hover {background-image: url(../images/yt.png);}


.aboutpart .imgpart .imgbox iframe {
    width: 100%;
    height: 490px;
}


.cform .fieldcol.phonefield {
    width: 100%;
}

.Partners {
    background: #f7f8fa;
}

    .Partners .partnerbox {
        display: block;
        border-radius: 32px;
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px;
        overflow: hidden;
        background: url(/breathe_EN/images/banner-img.png) center no-repeat;
        padding: 60px 90px;
        text-align: left;
    }

        .Partners .partnerbox .cbtn {
            float: right;
            margin-top: 25px;
            cursor: pointer;
        }