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: '29LTZaridSansRegular';}
.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: '29LTZaridSansRegular'; font-size: 16px; color: #101A28; 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: '29LTZaridSansRegular';
    src: url('../fonts/29LTZaridSansRegular.eot');
    src: url('../fonts/29LTZaridSansRegular.eot') format('embedded-opentype'),
         url('../fonts/29LTZaridSansRegular.woff2') format('woff2'),
         url('../fonts/29LTZaridSansRegular.woff') format('woff'),
         url('../fonts/29LTZaridSansRegular.ttf') format('truetype'),
         url('../fonts/29LTZaridSansRegular.svg#29LTZaridSansRegular') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: '29LTZaridSansMedium';
    src: url('../fonts/29LTZaridSansMedium.eot');
    src: url('../fonts/29LTZaridSansMedium.eot') format('embedded-opentype'),
         url('../fonts/29LTZaridSansMedium.woff2') format('woff2'),
         url('../fonts/29LTZaridSansMedium.woff') format('woff'),
         url('../fonts/29LTZaridSansMedium.ttf') format('truetype'),
         url('../fonts/29LTZaridSansMedium.svg#29LTZaridSansMedium') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: '29LTZaridSansMediumSlanted';
    src: url('../fonts/29LTZaridSansMediumSlanted.eot');
    src: url('../fonts/29LTZaridSansMediumSlanted.eot') format('embedded-opentype'),
         url('../fonts/29LTZaridSansMediumSlanted.woff2') format('woff2'),
         url('../fonts/29LTZaridSansMediumSlanted.woff') format('woff'),
         url('../fonts/29LTZaridSansMediumSlanted.ttf') format('truetype'),
         url('../fonts/29LTZaridSansMediumSlanted.svg#29LTZaridSansMediumSlanted') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: '29LTZaridSansSemiBold';
    src: url('../fonts/29LTZaridSansSemiBold.eot');
    src: url('../fonts/29LTZaridSansSemiBold.eot') format('embedded-opentype'),
         url('../fonts/29LTZaridSansSemiBold.woff2') format('woff2'),
         url('../fonts/29LTZaridSansSemiBold.woff') format('woff'),
         url('../fonts/29LTZaridSansSemiBold.ttf') format('truetype'),
         url('../fonts/29LTZaridSansSemiBold.svg#29LTZaridSansSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DraftBMedium';
    src: url('../fonts/DraftBMedium.eot');
    src: url('../fonts/DraftBMedium.eot') format('embedded-opentype'),
         url('../fonts/DraftBMedium.woff2') format('woff2'),
         url('../fonts/DraftBMedium.woff') format('woff'),
         url('../fonts/DraftBMedium.ttf') format('truetype'),
         url('../fonts/DraftBMedium.svg#DraftBMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/****************
 * Common Css
 ****************/
 .main {overflow: hidden;}
.container {max-width: 1670px; padding: 0 15px;}
.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, header, footer {float: right; width: 100%;}
.row {margin-left: -15px; margin-right: -15px;}
.row>* {padding-left: 15px; padding-right: 15px;}
a, a:hover, button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.cbtn {border: 1px solid #34819F; height: 55px; color: #34819F; padding: 0 30px; font-size: 22px; font-family: '29LTZaridSansMedium'; display: inline-block; border-radius: 32px; -moz-border-radius: 32px; -webkit-border-radius: 32px;}
.cbtn span { line-height: 53px; background-image: url(../images/arrow1.png); background-position: 0px 50%; padding-left: 25px; background-repeat: no-repeat;}
.cbtn:hover {background-color: #34819F; color: #ffffff;}
.cbtn:hover span {background-image: url(../images/btn-arrow1-h.png);}

.ctitle h3 {color: #101A28; font-size: 72px; font-family: '29LTZaridSansMediumSlanted'; display: inline-block; margin-bottom: 15px;}
.ctitle p {color: #384657; font-size: 30px; display: block; line-height: 36px;}

.playbtn {width: 140px; height: 140px; border: 1px solid rgba(255,255,255,0.1); background-color: rgba(255,255,255,0.1); background-image: url(../images/play-arrow.png); background-repeat: no-repeat; background-position: 50% 50%; position: absolute;top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; backdrop-filter: blur(20px) brightness(115%); z-index: 7;}
.ctextinfo h4 {font-size: 30px; font-family: '29LTZaridSansMedium'; color: #384657; line-height: 36px;}
.ctextinfo p {font-size: 24px; color: #384657; line-height: 30px;}

.lbtn {display: inline-block; background-image: url(../images/arrow-h.png); font-family: '29LTZaridSansMedium'; margin-top: 12px; position: relative; z-index: 1; background-repeat: no-repeat; background-position: 0px 50%; font-size: 20px; color: #34819F; line-height: 20px; padding-left: 23px;}
.lbtn:hover {text-decoration: underline;}


.section-h3 .hospitalbox .hospitalinner img, .section-h5 .imgpart .imgbox img {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.section-h3 .hospitalbox .hospitalinner:hover img, .section-h5 .imgpart .imgbox:hover img {transform: scale(1.03); -moz-transform: scale(1.03); -webkit-transform: scale(1.03);}

/*header {position: relative; float: left; width: 100%; padding-top: 23px; background-color: #ffffff;}
header .logo {margin-top: 2px;}
header .custnav {padding:10px 214px 0px 0px; float: right;}
header .custnav .menus li {float: right; padding: 0px 20px;}
header .custnav .menus li a {float: right; font-size: 22px; color: #101A28; padding: 0px 0px 32px; border-bottom: 3px solid transparent;}
header .custnav .menus li a:hover, .custnav .menus li.active a {border-color: #34819F;}
header .rheader {position: relative;}*/
header {position: absolute; float: left; width: 100%; padding: 44px 50px; top: 0px; right: 0px; z-index: 999;}
header .logo {margin-bottom: -40px;}
header .logo a {float: right;}
header .custnav {padding:10px 90px 0px 0px; display: inline-block;}
header .custnav .menus li {float: right; padding: 0px 20px;}
header .custnav .menus li a {float: right; font-size: 22px; color: #ffffff; padding: 0px 0px 5px; border-bottom: 3px solid transparent;}
header .custnav .menus li a:hover, .custnav .menus li.active a {border-color: #FFFFFF;}
header .rheader {position: relative;}
header .rheader a {width: 160px; height: 55px; text-align: center; margin-right: 42px;}
header .rheader a span {background-repeat: no-repeat; background-position: 100% 50%; color: #ffffff; font-size: 22px; padding-right: 30px; line-height: 55px;}
header .rheader a.signin span {background-image: url(../images/login.png);}
header .rheader a.account span {background-image: url(../images/account.png);}
header .rheader a.account {background-color: #34819F;}
header .rheader a:hover {background-color: #101A28;}

.languagefield {float: left; position: relative;}
.languagefield .custfield{width: 100%; height: 55px; border: 1px solid #e8e8e8; float: left; color: #101A28; font-size: 16px; font-family: 'DraftBMedium';  padding: 0 25px 2px 50px; background-image: url(../images/globe.png); background-repeat: no-repeat; background-position:22px 50%; text-align: left; border-radius: 28px; -moz-border-radius: 28px; -webkit-border-radius: 28px;}
.languagefield .dropdown-toggle:after {display: none;}
.languagefield .dropdown-menu {min-width: 133px; inset: initial !important; right: 0 !important; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-color: #e8e8e8;}
.languagefield .dropdown-item {font-size: 16px; font-weight: normal;}


.commonslider {float: right; 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: right; -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;}
.commonslider .owl-nav div {width: 60px; height:60px; cursor: pointer; background-repeat: no-repeat; border:1px solid rgba(255,255,255,0.1); background-position: 50% 50%; position: absolute; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; z-index:111;}

.mainslider {position: relative; overflow: hidden;}
.mainslider .sliderimg {background-color: #101A28; position: relative;}
.mainslider .sliderimg:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0px; right: 0px; background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);}
.mainslider .sliderimg img {width: 100%; height: auto; max-height: 500px; object-fit: cover;}
.mainslider .textinfo {position: absolute; top: 50%; width: 100%; right: 0px; transform: translateY(-50%);}
.mainslider .textinfo h2 {max-width: 720px; color: #ffffff; display: block; font-size: 70px; line-height: 120px; font-family: '29LTZaridSansMediumSlanted';}
.mainslider .commonslider .owl-nav {position:absolute; width: 1640px; left: 50%; bottom: 100px; transform: translateX(-50%);}
.mainslider .commonslider .owl-nav div {background-color: transparent; backdrop-filter:blur(20px);}
.mainslider .commonslider .owl-nav div:hover {background-color: rgba(255,255,255,0.1);}
.mainslider .owl-nav .owl-prev {background-image: url(../images/arrow-left.png); right: 85px;}
.mainslider .owl-nav .owl-next {background-image: url(../images/arrow-right.png); right: 15px;}

.section-h1 {padding-top: 120px; background-color: #101A28; background-image: url(../images/bg1.png); background-repeat: no-repeat; background-position: 50% 0%; background-size: cover;}
.clscol1 {margin-top: 30px;}
.clscol1 h4 {font-size: 60px; font-family: '29LTZaridSansMediumSlanted'; color: #ffffff; position: relative; z-index: 2; display: block; width: 100%;}
.clscol1 p {font-size: 28px; width: 290px; line-height: 40px; color: #ffffff; position: relative; z-index: 2;}
.clscol1 .clscolinner {height: 360px; padding: 70px; position: relative; background-repeat: no-repeat;}
.clscol1 .clscolinner::before {content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 1;}
.clscol1 .clsinner1 {background: url(../images/bg-img1.jpg) no-repeat 0% 0%;}
.clscol1 .clsinner1:after {content: ""; width: 100%; top: 0px; right: 0px; height: 100%; position: absolute; background-color: rgba(0,0,0,0.4);}
.clscol1 .clsinner2 {background-color: #34819F; background-image: url(../images/bg-img2.jpg); background-position: 0% 100%;}
.clscol1 .clsinner1 p, .clscol1 .clsinner2 p {width: 430px;}
.clscol1 .clsinner3 {background-color: #F5A561; background-image: url(../images/bg-img3.jpg); background-position: 0% 100%;}
.clscol1 .clsinner4 {background-color: #9E9E9E; background-image: url(../images/bg-img4.jpg); background-position: 0% 100%;}
.clscol1 .clsinner5 {background-color: #FAF9F9; background-image: url(../images/bg-img5.jpg); background-position: 0% 100%;}
.clscol1 .clsinner5 h4, .clscol1 .clsinner5 p {color: #101A28;}


.section-h2 {padding: 125px 0 140px; overflow: hidden;}
.clssliderpart {position: relative; z-index: 2; padding-top: 50px; width: calc(((100% - 1920px) / 2) + 1950px - (1950px / 12)); width: -moz-calc(((100% - 1920px) / 2) + 1950px - (1950px / 12)); width: -webkit-calc(((100% - 1920px) / 2) + 1950px - (1950px / 12)); float: right;}
.section-h2 .clsrow1 {margin-right: -240px;}
#clsslider1 .item {padding: 15px;}
#clsslider1 .clsttmcol {background-color: #FAF9F9; padding: 40px 40px 25px; display: block; text-align: center;}
#clsslider1 .clsttmcol:hover {background-color: #F2F1F0;}
#clsslider1 .clsttmcol .tticon {display: inline-block; background-color: #F2F1F0; background-repeat: no-repeat; background-position: 50% 50%; width: 120px; height: 120px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
#clsslider1 .clsttmcol:hover .tticon {background-color: #FFFFFF; box-shadow: 0px 15px 30px rgba(0,0,0,0.03); -moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.03); -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.03);}
#clsslider1 .clsttmcol .tticon1 {background-image: url(../images/heart-surgeries-icon.png);}
#clsslider1 .clsttmcol .tticon2 {background-image: url(../images/orthopedics-icon.png);}
#clsslider1 .clsttmcol .tticon3 {background-image: url(../images/otorhinolaryngology-icon.png);}
#clsslider1 .clsttmcol .tticon4 {background-image: url(../images/general-surgery-icon.png);}
#clsslider1 .clsttmcol .tticon5 {background-image: url(../images/neurosurgery-icon.png);}
#clsslider1 .clsttmcol h4 {font-size: 30px; padding-top: 12px; min-height: 120px; font-family: '29LTZaridSansMedium'; color: #384657;}
#clsslider1 .clsttmcol p {border-top: 2px solid rgba(0,0,0,0.04); padding-top: 15px; text-align: start; font-size: 22px; color: #384657;}
#clsslider1 .clsttmcol p span {font-family: '29LTZaridSansSemiBold';}
/*#clsslider1 .owl-nav, .testimonials .owl-nav {position: absolute; top: -170px; left: 372px;}*/
#clsslider1 .owl-nav, .testimonials .owl-nav {position: absolute; top: -170px; width: 1647px; margin: 0 auto;}
#clsslider1 .owl-nav div, .testimonials .owl-nav div {border-color: #34819F; width: 48px; height: 48px; position: initial; float: left;}
#clsslider1 .owl-nav div:hover {background-color: #34819F;}
#clsslider1 .owl-nav .owl-prev {background-image: url(../images/prev-arrow-bl.png); margin-right: 10px;}
#clsslider1 .owl-nav .owl-prev:hover {background-image: url(../images/arrow-left.png);}
#clsslider1 .owl-nav .owl-next {background-image: url(../images/next-arrow-bl.png);}
#clsslider1 .owl-nav .owl-next:hover {background-image: url(../images/arrow-right.png);}
.section-h2 .cbtn {margin-top: 57px;}

.section-h3 {position: relative; padding: 150px 0 140px; background-color: #FAF9F9;}
.section-h3 .hospitalbox {position: relative; margin-top: 60px;}
.section-h3 .hospitalbox .hospitalinner {float: left; width: 100%; position: relative; z-index: 14; overflow: hidden;}
.section-h3 .hospitalbox .hospitalinner:before {content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 50%; background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); z-index: 15;}
.section-h3 .hospitalinner img {width: 100%;}
.section-h3 .hospitalinner .info {position: absolute; bottom: 0px; width: 100%; right: 0px; padding: 0px 40px 27px; z-index: 20;}
.section-h3 .hospitalinner .info h4 {color: #ffffff; font-size: 36px; font-family: '29LTZaridSansMedium';}
.section-h3 .cbtn {margin-top: 70px;}

.videosliderpart {background-color: #34819F; padding-top: 125px; background-image: url(../images/bg2.jpg); background-repeat: no-repeat; background-position: 50% 0%; background-size: cover;}
.videosliderpart #videoslider {margin-top: 42px;}
.videosliderpart .item {padding: 0 15px;}
.videosliderpart .videobox {position: relative;}
.videosliderpart .videobox .videocoverimg:before {content: ""; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(16,26,40,0.2); position: absolute;}
.videosliderpart .videobox .videocoverimg:after {content: ""; width: 100%; height: 380px; left: 0px; bottom: 0px; position: absolute;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.videosliderpart .videobox .videocoverimg img {width: 100%;}
.videosliderpart .videobox .ctext {position: absolute; padding:50px 60px; right: 0px; bottom: 0px; z-index: 10; opacity: 0;}
.videosliderpart .center .videobox .ctext {opacity: 1;}
.videosliderpart .videobox h4 {font-size: 60px; font-family: '29LTZaridSansMediumSlanted'; line-height: 72px;}
.videosliderpart.commonslider .owl-nav {display: none !important;}

.section-h4 {padding-top: 140px;}
.section-h4 .ctitle {margin-top: 40px;}
.section-h4 .ctitle h3 {font-size: 60px; margin-bottom: 50px;}
.clstabs {width: 556px;}
.clstabs .nav-link {text-align: right; padding: 0px; margin-bottom: 90px; background-color: transparent; display: flex; align-items: center;}
.clstabs .nav-link:focus {border: none; outline: none;}
.clstabs .ctabicon {width: 120px; height: 120px; position: relative; background-color: #F2F1F0; background-position: 50% 50%; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; background-repeat: no-repeat;}
.clstabs .nav-link:last-child .ctabicon:after{display: none;}
.clstabs .nav-link .ctabicon:after {content: ""; width: 3px; height: 90px; background-color: #F2F1F0; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.clstabs .nav-link.active .ctabicon:after {background-color: #34819F;}
.clstabs .nav-link.active .ctabicon {background-color: #34819F;}
.clstabs .ctextinfo {width: calc(100% - 120px); padding-right: 30px;}
.clstabs .ctabicon1 {background-image: url(../images/ctab-icon1.png);}
.clstabs .nav-link.active .ctabicon1 {background-image: url(../images/ctab-icon1-w.png);}
.clstabs .ctabicon2 {background-image: url(../images/ctab-icon2.png);}
.clstabs .nav-link.active .ctabicon2 {background-image: url(../images/ctab-icon2-w.png);}
.clstabs .ctabicon3 {background-image: url(../images/ctab-icon3.png);}
.clstabs .nav-link.active .ctabicon3 {background-image: url(../images/ctab-icon3-w.png);}
.clstabs .nav-link h4{padding-bottom: 5px;}
.section-h4 .tab-content {width: calc(100% - 556px);}
.clstabconts {margin-top: -260px;}

.section-h5 {position: relative; background-color: #FAF9F9; padding: 140px 0px;}
.section-h5 .ctitle {margin-bottom: 34px;}
.section-h5 .imgpart .imgbox {float: left; width: 100%; position: relative; margin-top: 30px; overflow: hidden;}
.section-h5 .imgpart .imgbox img {width: 100%; float: left; object-fit: cover;}
.section-h5 .imgpart .imgbox:after {background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); content: ""; position: absolute; left: 0px; bottom: 0px; height: 50%; width: 100%;}
.section-h5 .imgpart .imgbox .info {position: absolute; width: 100%; right: 0px; bottom: 0px; padding:25px 30px; z-index: 55;}
.section-h5 .imgpart .imgbox .info h4 {font-size: 40px; color: #FFFFFF; font-family: '29LTZaridSansMedium'; }
.section-h5 .imgpart .imgbox .info p {font-size: 30px; color: #FFFFFF;}
.section-h5 .imgpart .imgbox1 .info {padding:30px 40px;}
.section-h5 .imgpart .imgbox1 .info h4 {font-size: 48px;}
.section-h5 .cbtn {margin-top: 70px;}

.section-h6 { padding: 110px 0 100px; background-color: #FFFFFF;}
.section-h6 .ctitle {margin-bottom: 20px;}
.section-h6 .newsbox {margin-top: 30px;}
.section-h6 .newsbox .newsinner { overflow: hidden;}
.section-h6 .newsbox .imgbox { overflow: hidden;}
.section-h6 .newsbox .imgbox img {width: 100%;}
.section-h6 .newsbox .imgbox:before {content: ""; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgba(16,26,40,0.1); position: absolute;}
.section-h6 .newsbox .newtexts {padding: 25px 0px 25px 25px;}
.section-h6 .newsbox .newtexts .date {font-family: '29LTZaridSansMedium'; font-size: 20px; color: #9E9E9E;}
.section-h6 .newsbox .newtexts h4 {font-family: '29LTZaridSansMedium'; font-size: 36px; color: #101A28; margin: 0px 0 10px;}
.section-h6 .newsbox .newtexts p {font-size: 24px; color: #384657; line-height: 36px;}
.section-h6 .newsbox .newtexts .lbtn:hover {text-decoration: underline;}
.section-h6 .cbtn {margin-top: 65px; line-height: 57px;}
.section-h6 .cbtn span{background-image: url(../images/arrow1.png); padding-left: 25px; padding-right: 0px; background-position: 0% 50%;}
.section-h6 .cbtn:hover span{background-image: url(../images/btn-arrow1-h.png); padding-left: 25px; padding-right: 0px; background-position: 0% 50%;}

.testimonials {position: relative; padding-top: 120px; background-color: #FAF9F9;}
.testimonials .clsrow1 {margin-left: -340px;}
.testimonials:before {content: ""; width: 100%; height: 458px; position: absolute; top: 0px; left: 0px; z-index: 1; background-color: #34819F;}
.testimonials .ctitle {z-index: 2;} 
.testimonials .clssliderpart {padding-top: 20px;}
.testimonials .item {padding: 30px 15px;}
.testimonials .clstestinner {background-color: #FFFFFF; padding: 40px 70px; box-shadow: 0px 15px 30px rgba(0,0,0,0.03); -moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.03); -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.03);}
.testimonials .clstestinner .clphoto {width: 90px; height: 90px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; overflow: hidden;}
.testimonials .clstestinner .clphoto img {width: 100%;}
.testimonials .clstestinner .clientinfo {width: calc(100% - 90px); padding-right: 20px;}
.testimonials .clstestinner .clientinfo h4 {font-size: 28px; font-family: '29LTZaridSansMedium'; color: #101A28;}
.testimonials .clstestinner .clientinfo span {display: block; font-size: 20px; font-family: '29LTZaridSansMedium'; color: #9E9E9E;}
.testimonials .clstestinner .ctextinfo {padding-top: 10px;}
.testimonials .clstestinner .ctextinfo a {margin-top: 10px; background: url(../images/arrow.png) no-repeat 0% 12px; padding-left: 15px; display: inline-block; font-size: 22px; color: #101A28; font-family: '29LTZaridSansMedium'; text-decoration: underline;}
.testimonials .owl-nav {top: -94px; /*left: 472px;*/}
.testimonials .owl-nav div {border-color: #FFFFFF;}
.testimonials .owl-nav div:hover {background-color: #ffffff;}
.testimonials .owl-nav .owl-prev {background-image: url(../images/arrow-left.png); margin-right: 10px;}
.testimonials .owl-nav .owl-prev:hover {background-image: url(../images/prev-arrow-bl.png);}
.testimonials .owl-nav .owl-next {background-image: url(../images/arrow-right.png);}
.testimonials .owl-nav .owl-next:hover {background-image: url(../images/next-arrow-bl.png);}

.partners {padding:105px 0px 135px 0px; background-color: #FAF9F9;}
.partners .ctitle {border-top: 1px solid #e1e1e1; float: left; width: 100%; padding-top: 70px;}
.partners .ctitle h3 {font-size: 60px;}
.partners .partnerlogos {margin-top: 30px;}
.partners .plogo {float: left; position: relative; background-color: #FFFFFF; width: 100%; min-height: 190px;}
.partners .plogo img {mix-blend-mode: darken;}

footer {background-color: #101A28; padding: 40px 0 90px;}
footer .fcol {float: right; margin-top: 40px;}
footer .fcol1 p {font-size: 24px; color: rgba(255,255,255,0.7); line-height: 36px;}
footer .fcol1 {width: 690px; padding-left:340px;}
footer .fcol2 {width: 560px;}
footer .fcol3 {width: 260px; text-align: left; float: left;}
footer .fcol h4 {font-size: 36px; color: #ffffff; font-family: '29LTZaridSansMedium'; margin-bottom: 30px;}
footer .fcol2 ul {float: right; width: 50%;} 
footer .fcol2 ul li {float: right; width: 100%; margin-bottom: 6px;} 
footer .fcol2 ul li a {float: right; color: rgba(255,255,255,0.7); font-size: 24px;} 
footer .fcol2 ul li a:hover {color: #34819F;}
footer .fcol1 .flogo {margin-bottom: 15px;}
.socials a {float:left; margin-right: 15px; opacity: 0.7; background-repeat: no-repeat; background-position: 50% 50%; width: 42px; height: 42px; background-color: rgba(255,255,255,0.1); border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.socials a:last-child {margin-right: 0px;}
.socials a:hover {background-color: #34819F; opacity: 1;}
.socials .yt {background-image: url(../images/youtube.png);}
.socials .tw {background-image: url(../images/twitter.png);}
.socials .fb {background-image: url(../images/facebook.png);}
.socials .insta {background-image: url(../images/instagram.png);}
footer .copyright {font-size: 20px; color: rgba(255,255,255,0.7); line-height: 25px; margin-top: 150px; float: left; width: 100%;}
footer .copyright a {color: rgba(255,255,255,0.7); text-decoration: underline;}
footer .copyright a:hover {color: #34819F; text-decoration: none;}

.story-desc {height: 160px; overflow: auto;}
@media only screen and (max-width: 767px){
    .story-desc {height: 200px;}
}
@media only screen and (max-width: 575px){
    .story-desc {height: 280px;}
}