@font-face {
    font-family:'khula';
    src: url('../fonts/khula-light-webfont.woff2') format('woff2'),
         url('../fonts/khula-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family:'khula';
    src: url('../fonts/khula-regular-webfont.woff2') format('woff2'),
         url('../fonts/khula-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'khula';
    src: url('../fonts/khula-semibold-webfont.woff2') format('woff2'),
         url('../fonts/khula-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family:'khula';
    src: url('../fonts/khula-bold-webfont.woff2') format('woff2'),
         url('../fonts/khula-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:'khula';
    src: url('../fonts/khula-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/khula-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@-webkit-keyframes shine {100% {left:125%;}}
@keyframes shine {100% {left:125%;}}
::-moz-selection {background:#02AFA9; color:#fff;text-shadow: none;}
::selection {background:#02AFA9;color:#fff;text-shadow: none;}
/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/
/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0); min-width:100%;}
.slick-track{position:relative; top:0; left: 0;display: block;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:1px;}
.slick-initialized .slick-slide{display: block; list-style:none;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow{display:block; position:absolute; top:50%; margin-top:-15px; z-index:2; padding:0; width:46px; height:46px; text-align:center; font-size:0; background:none; border:1px solid #70B3D7;cursor:pointer; opacity:1; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:after {display:block; font-family:'Line Awesome Free'; font-weight: 900; font-size:34px; color:#1870A6; line-height:42px; position:absolute; left:0; right:0; top:0; bottom:0;}
.slick-arrow.slick-prev:after{content:"\f104";}
.slick-arrow.slick-next:after{content:"\f105";}
.slick-arrow:hover:after{color:#fff;}
.slick-arrow:hover{background: #70B3D7;}
.slick-dots{display:block; position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:20px; text-align:center;}
.slick-dots li{margin:0 4px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button{display:block; width:10px; height:10px; font-size:0; padding: 0; background:#cdf0ee; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer; position: relative;}
.slick-dots li button:hover, .slick-dots li.slick-active button{background:#1870A6;}
/*Slick Slider Css End*/

/* ================================ Mobile Menu STYLE Start ================================ */
body.mobile-menu-open {overflow:hidden;}
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:#000; display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:#1870A6; bottom:0; color:#fff; position: fixed; top:0; left:-400px; width: 380px; padding:0px; z-index:20; font-size:13px; -webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); -moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); overflow:auto; -moz-transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;}
.mobile-menu-open .mobile-menu-block{left:0;} 
.mobile-menu-inner{height: 100%; overflow: auto; padding: 0 30px;}
.mobile-menu-block ul{ margin: 0; list-style: none; }
.mobile-menu-block li {color:#fff; font-weight:400; font-size:16px; line-height:normal; text-transform:none; position:relative;}
.mobile-menu-block ul li a {display:block; color:#fff; font-weight:400; font-family:'khula', Arial; font-size:16px; line-height:normal; text-transform:uppercase; letter-spacing:0; padding:12px 0;}
.mobile-menu-block ul li a:focus,
.mobile-menu-block ul li.current-menu-item > a{color:#fff; font-weight: 700;}
.mobi-logo{padding:24px 0;}
.mobi-logo img{display:block; max-width:210px; margin-left:-6px;}
.mobile-menu-block li li{border:none;}
.mobile-menu-block li li a{text-transform:none; padding:5px 15px 5px 20px;}
.mobile-menu-block li li li a{padding-left:30px;}
.mobile-menu-block ul.sub-menu{margin:0 0 10px;}
.hitarea {display:block; width:40px; height:40px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f107"; font-family:'Line Awesome Free'; font-weight: 900; position:absolute; left:0; right:0; top:50%; margin:0 auto; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);}
.collapsable-hitarea.hitarea:before {content:"\f106";}
.mobile-menu-block .collapsable-hitarea + a{color:#fff;}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; float:right; width:40px; height:40px; position:fixed; right:20px; top:30px; z-index:40; transition:all 0.4s ease; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.menuicon{display:block; width:24px; cursor:pointer; position:relative; position:absolute; left:0; right:0; margin:0 auto; top:50%; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.menuicon .icon-bar{display:block; width:100%; height:3px; background:#1870A6; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.menuicon .icon-bar + .icon-bar{margin-top:7px;}
.menuicon .top-icon-bar,
.menuicon .bottom-icon-bar{width: 12px; margin: 0 auto;}
.opened .icon-bar{background:#70B3D7;}
.opened .top-icon-bar{width:28px; transform-origin:0 50% 0; transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.opened .middle-icon-bar{opacity:0; margin-left: -10px;}
.opened .bottom-icon-bar{width:28px; transform-origin:0 50% 0; transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, video, tt, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:16px; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:normal; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;} input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:0; background:#fff; font-family:'khula', sans-serif, Arial; font-size:14px; color:#58595b; line-height:24px; font-weight:400; overflow-x:hidden;}
:focus,
button:focus{outline:none;}
a{text-decoration:none; color:#70B3D7; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{ text-decoration:none; color:#02AFA9;}

::-webkit-input-placeholder{color:#000; opacity:0.3;}
:-moz-placeholder{color:#000; opacity:0.3;} /* Firefox 18- */
::-moz-placeholder{color:#000; opacity:0.3;} /* Firefox 19+ */
:-ms-input-placeholder{color:#000; opacity:0.3;}

img {max-width:100%; height:auto; border:none; outline:none;}
b, strong {font-weight:600;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size:16px; line-height:26px; color:#15364D; font-weight:300;}
.entry-content ul{display:inline-block; padding:0 0 0 20px; margin:0 0 15px;}
.entry-content ol{display:inline-block; padding:0 0 0 20px; margin:0 0 15px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 16px; margin:0 0 12px;}
.entry-content ul li:before{content:""; font-family:'LineAwesome'; position:absolute; left:0; top:8px; width: 5px; height: 5px; background:#1870A6; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.entry-content ul li li{list-style:disc;}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". ";color: #93D6D3; font-weight: 400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{color:#15364D; line-height:normal; font-weight:600; font-family:'khula'; letter-spacing:0; margin:0 0 25px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#15364D;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#02AFA9;}
h1, .h1{font-size:45px; line-height:50px; font-weight: 400; margin:0 0 20px;}
h2, .h2{font-size:30px; line-height:32px; font-weight: 300; margin:0 0 20px;}
h3{font-size:19px; line-height:32px; font-weight: 700;}
h4{font-size:16px; line-height:24px;}
h5{font-size:14px; line-height:24px;}
h6{font-size:14px; line-height:24px;}
/* Paragraph CSS */
p{font-size:16px; line-height:26px; color:#15364D; font-weight:300; letter-spacing:0; word-wrap:break-word; margin:0 0 20px;}
hr{border:none; margin:20px 0; background:#70B3D7; height:2px; width:100%; clear:both; opacity: 0.5;}
blockquote{border-left:5px solid #eee;font-size:14px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table  {border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:#fff; border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:15px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th {color:#eee; font-weight:500; background:#d4d5d6;}
table th a {color:#eee;}
table th a:hover {color:#fff;}
.table-striped th, .table-striped td {position:relative;}
.table-striped tbody tr:nth-of-type(even) td {background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{ border:1px solid #e8f1f6; width:100%; padding:4px 15px 0; margin:0; font-size:18px; color:#70B3D7; font-weight:300;line-height:normal; height:40px; outline:none; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {height:auto; padding:15px; min-height:130px; resize: none;}
.select-box{display:block; width:100%; height:40px; background:#fff; border:1px solid #e1e1e1; line-height:38px; position:relative; cursor:pointer;}
.select-box:after {position:absolute; content:"\f110"; right:15px; font-family:'LineAwesome'; line-height:40px; top:50%; z-index:1; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%);}
.select-box select {display:block; width:100%; height:100%; line-height:normal; padding:0 40px 0 12px; background:transparent; border:none; -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none; position:relative; z-index:2; cursor:pointer;}
.select-box select option {display:block; background:#f5f7f8; color:#000; padding:10px 20px;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"] {-webkit-appearance:normal;}
/*Radio Css*/
.checkbox, .radiobox {display:inline-block; position:relative; padding-left:24px; text-align:left;}
.checkbox input, .radiobox input {position:absolute; opacity:0; left:0; top:0;}
.radiobox .checkmark {position:absolute;top:0;left:0;height:15px;width:15px;background-color:#fff; border:1px solid #333; border-radius:50%;}
.radiobox:hover input ~ .checkmark {background-color:#fff;}
.radiobox input:checked ~ .checkmark {background-color:#8c0008; border-color:#8c0008;}
.radiobox input:checked ~ .checkmark:after {display:block;}
/*Checkbox Css*/
.checkbox {font-size:14px; color:#888; line-height:20px; cursor:pointer;}
.checkbox.check {padding:0; width:18px; height:18px;}
.checkbox .checkmark {position:absolute;top:1px;left:0;height:18px;width:18px;background-color:#ccc;}
.checkbox:hover input ~ .checkmark {background-color:#ccc;}
.checkbox input:checked ~ .checkmark {background-color:#8c0008;}
.checkbox .checkmark:after {display:block; content:"\f17b"; font-family:'LineAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:12px; color:#fff; line-height:18px; padding-left:2px; opacity:0;}
.checkbox input:checked ~ .checkmark:after {opacity:1;}
/* Button styling */
.button, .btn{display:inline-block; padding:0 20px; background:none; border:2px solid #02AFA9; color:#02AFA9; font-size:16px; font-weight:700; text-transform:uppercase; cursor:pointer; letter-spacing:0; text-align:center; position:relative; min-width:120px; height:52px; line-height:52px; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; overflow: hidden;}
.button:before, .btn:before{display:block;content:"";position:absolute;top:0;left:-75%;z-index:1; width:50%;height:100%; background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg); opacity:0.7;}
.button:hover:before, .button:focus:before, .btn:hover:before, .btn:focus:before {-webkit-animation:shine 1s;animation:shine 1s;}
.button:hover, .button.alt:hover, .btn:hover,
.button:focus, .button.alt:focus, .btn:focus {background:#02AFA9; border-color:#02AFA9; color:#fff; box-shadow:0 3px 25px rgba(0,0,0,0.16);}
.button i, .btn i{margin:0 0 0 5px;}
.primary, .primary:hover{background:#02AFA9; border-color:#02AFA9; color: #fff;}
.btn1{background: #02AFA9; border-color: #02AFA9; color: #fff;}
.btn1:hover{background: none; border-color: #02AFA9; color: #02AFA9;}
.btn1.active{background: #fff; border-color: #02AFA9; color: #02AFA9; box-shadow:0 3px 25px rgba(0,0,0,0.16);}
.btn2{padding: 0 70px; height: 48px; line-height: 50px; text-align: right; background: #02AFA9; border:1px solid #02AFA9; color: #fff; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0; overflow: visible;}
.btn2:before{display: none;}
.btn2:hover{background: #02AFA9; border-color: #02AFA9; color: #fff; box-shadow:0 0 0 #000;}
.btn2 i{display:block; width: 52px; height: 48px; line-height: 48px; text-align: center; font-size: 32px; background: #CDF0EE; border: 1px solid #CDF0EE; border-left:0; position: absolute; right: -1px; top: -1px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.btn2:hover i{background: #fff; border-color:#02AFA9; color: #02AFA9;}
.btn3{background: #c5dbe9; border-color: #c5dbe9; color: #1870A6; font-size: 19px; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn3:hover{background: #c5dbe9; border-color: #c5dbe9; color: #fff; box-shadow:0 0 0 #000;}
.btn6{background: #1870a6; border-color: #1870a6; color: #fff; height: 42px; line-height: 42px; box-shadow:0 3px 25px rgba(0,0,0,0.16);}
.btn6:hover{background: #fff; border-color: #1870a6; color: #70B3D7;}
.btn4{background: #d3e7f2; border-color: #d3e7f2; color: #1870A6; height: 40px; line-height: 40px; font-weight: 400; min-width: 140px; box-shadow:0 3px 6px rgba(0,0,0,0.16); -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn4:hover{background:rgba(24,112,166,0.6); border-color:transparent; color: #fff;}
.btn5{background: #d3e7f2; border-color: #d3e7f2; color: #1870A6; height: 52px; line-height: 52px; font-weight: 400; min-width: 140px; box-shadow:0 3px 6px rgba(0,0,0,0.16);}
.btn5:hover{background:rgba(24,112,166,0.6); border-color:transparent; color: #fff;}

.container{margin:0 auto; width:100%; max-width:1140px; padding:0 20px;}
.max-container{padding-left: 80px; padding-right: 80px;}
section{position: relative; z-index: 2;}
section *:last-child{margin-bottom:0;}
.v-center{align-items: center;}
.hide{display: none;}
.ptb-120{padding:120px 0;}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.pb-100{padding-bottom:100px;}
.testi-text p{font-size: 18px; line-height: 28px; font-weight: 400;}
.intro-text p{font-size: 18px; line-height: 28px;}
/*.rellax{-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}*/
/* ============= GLOBAL CSS END ================ */
/*Header Section*/
.header{position:fixed; left:0; right:0; top:0; z-index:10; padding:0; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; background-color:transparent;}
.header-inner{height: 140px; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.logo{flex-basis:292px; min-width:292px; max-width:292px; position:relative; z-index:4; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; margin:0;}
.logo a{display: block; margin: 0; position: relative; overflow: hidden;}
.logo img{display: block; margin: 0; width: 292px; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.header-right{margin-left: auto;position: relative;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.head-btnbox .btn{padding: 1px 20px 0;}

/*Nav Css*/
.nav-main{text-align:left; position:relative; z-index:4; margin-right:36px;}
.nav-main ul{margin:0; padding:0; display:flex;display:-webkit-flex;}
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:30px;}
.nav-main nav ul > li a{display:block; color:#1870A6; font-size:16px; font-weight:400; font-family:'khula', Arial; line-height:20px; text-transform:uppercase; letter-spacing:0; padding:12px 2px; position:relative; z-index:2;}
.nav-main nav ul > li.current-menu-item > a,
.nav-main nav ul > li.current-menu-parent > a{color:#02AFA9; font-weight: 600;}
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:#02AFA9;}
.nav-main nav ul > li:before{display:block; content:""; background:#02AFA9; height:3px; width:1px; opacity:0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.nav-main nav ul > li:hover:before,
.nav-main nav ul > li.current-menu-item:before,
.nav-main nav ul > li.current-menu-parent:before{width:25px; opacity:1;}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background:#fafafa; min-width:220px; padding:0; margin:0; overflow: hidden; opacity: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow:0 0 0 rgba(0,0,0,0.05);transform: scaleY(0);transform-origin: top;}
.nav-main nav > ul > li:hover > .sub-menu {display: block;opacity: 1;transform: scaleY(1);}
.nav-main nav > ul > li:last-child .sub-menu{left: auto; right: 0;}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0;}
.nav-main .sub-menu li + li {border-top:1px solid rgba(0,0,0,0.03);}
.nav-main .sub-menu li:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color:#1870A6; font-size:16px; line-height:normal; font-weight:400; padding:12px 20px;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a{color:#02AFA9;}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
/*Sticy header*/
.header-fixed .header{background:rgba(255,255,255,0.95); box-shadow:0 0 1px rgba(0,0,0,0.2)}
.header-fixed .header .header-inner{height:100px;}

/*Home page Banner Css*/
.banner{position:relative; z-index:1; overflow: hidden;}
.banner:before{display: block; content: ""; height: 344px; position: absolute; left: 0; right: 0; top: 00;  opacity: 1; background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;}
.banner:after{display: block; content: ""; height: 100px; position: absolute; left: 0; right: 0; bottom: 0;  opacity: 0.48; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.banner-imgbox{width: auto; overflow: hidden;}
.banner-imgbox img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top;}
.caption{position: absolute; left: 0; right: 0; top: 60%; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); z-index: 4;}
.caption h1, .caption .h1{display: inline; font-weight: 400; color: #fff; line-height: normal; background:rgba(24,112,166,0.6);}
.caption h1 span,
.caption .h1 span,
.caption h1 em,
.caption .h1 em{padding: 0 15px; font-style: normal;}
.scroll{height: 1px; position: absolute; left: 0; right: 0; top: 55%; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); z-index: 5;}
.scroll .container{position: relative;}
.scroll-text{display: inline-block; font-size: 14px; line-height: 14px; color: #fff; font-weight: 400; padding-right: 100px; position: absolute; top: 100px; right: 30px; transform:rotate(90deg); transform-origin: right; cursor: pointer;}
.scroll-text:after{display: block; content: ""; width: 90px; height: 1px; background: #fff; position: absolute; top: 6px; right: 0;}
.scroll-text:hover, .scroll-text:focus{color: #fff;}
.internal-banner .banner-imgbox{min-height:140px; max-height:inherit; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-fixed .internal-banner .banner-imgbox{min-height: 100px;}
.no_image.banner:before,
.no_image.banner:after{display:none;}

/*Footer Css Start*/
.footer{padding:60px 0; position:relative; overflow:hidden; background:rgba(112,179,215,0.25);}
.f-logo {max-width: 246px;}
.f-logo a, .f-logo img {display: block;}
.social-icon a {display: inline-block; overflow: hidden; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.social-icon a + a{margin-left: 10px;}
.social-icon a img {display: block; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.social-icon a:hover{box-shadow:0 2px 10px rgba(0,0,0,0.16);}
.social-icon a:hover img{transform: scale(1.05);}
.footer-newsletter .wpcf7-form{display: flex; flex-wrap: wrap; max-width: 460px;}
.footer-newsletter .label{font-size: 16px; line-height: 20px; color: #1870A6; font-weight: 400; text-transform: uppercase; margin:11px 15px 0 0;}
.footer-newsletter p{margin: 0;}
.footer-newsletter br{display: none;}
.news-form{margin-left:auto; min-width: 240px; max-width: 240px;}
.news-form input{width: 100%; height: 38px; margin: 0 0 5px; background:#afd5e9; border: 0; font-size: 16px; line-height: normal; color: #1870A6; padding: 4px 15px 0;}
.news-form .btnbox{margin-top:8px;}
.news-form .btnbox .btn{overflow: visible;}
.news-form .btnbox .btn:before{display: none;}
.news-form ::-webkit-input-placeholder{color:#1870A6; opacity:1;}
.news-form :-moz-placeholder{color:#1870A6; opacity:1;}
.news-form ::-moz-placeholder{color:#1870A6; opacity:1;}
.news-form :-ms-input-placeholder{color:#1870A6; opacity:1;}
div.wpcf7 .ajax-loader {position: absolute; right:0;top: 12px;}
.footer .wpcf7 form .wpcf7-response-output{margin:10px 0 0 auto !important; max-width: 240px; color: red; background:#fff; padding: 10px;}
.footer .wpcf7 form.sent .wpcf7-response-output,
.form .wpcf7 form.sent .wpcf7-response-output{background: #fff; padding: 10px;color: #1870A6; border: 2px solid #1870A6; margin-top: 10px;}
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip{margin:5px 0 10px;}
div.wpcf7 .ajax-loader {position: absolute;left: 100%;margin-left: 10px;}
.form .btn {overflow: visible; box-shadow: 0px 3px 6px rgba(0,0,0,0.1); margin-top: 4px; min-width: 135px;}

.footer a{display: inline-block; color: #1870A6; position: relative;}
.footer a:hover{color: #02AFA9; text-decoration: underline;}
.footer-bottom{margin-top:50px; align-items: center;}
.footer-bottom .social-icon{margin:-10px 0 0;}
.f-links {margin: 0;padding: 0;}
.f-links li{font-size: 16px; line-height: 20px; font-weight: 300; position: relative;}
.f-links li + li:before{display: inline-block; content: "|"; margin: 0 15px;}
.f-links li a:hover{text-decoration: none;}
.f-links li.current-menu-item a{font-weight: 600; color: #1870A6;}
.f-links li.current-menu-item a:before{display: block; content: ""; height: 2px; width: 22px; background: #4d91bb; position: absolute; left: 0; right: 0; bottom: -2px; margin: 0 auto;}
.design-by p{color: #1870A6; margin: 0;}
.design-by p a{font-weight: 600; text-decoration: underline;}
.scrollup{display:block; position:fixed; right:10px; bottom:10px; font-size: 24px; line-height: 40px; color:#02AFA9; width:40px; height:40px; text-align:center; cursor:pointer; z-index:4; text-shadow:0 4px 0 rgba(255,255,255,1);}
.cookie-block{padding:18px 0; text-align: left; background: #1870a6; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;}
.cookie-block div > br{display:none;}
.cookie-block p{margin: 0; font-size: 18px; line-height: 24px; color: #fff; font-weight: 400;}
.cookie-block p a:hover {color: #fff;text-decoration: underline;}
.cookie-block p a {color: #fff;}
.cookie-block .btn{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0; color: #fff; box-shadow:0 0 0 #000; white-space:nowrap; text-transform: none;}
.cookie-block .readmore{background: none; border-color: transparent;}
.cookie-block .gotit{background:none; border-color: #fff; margin-left: 20px;}
.cookie-block .gotit:hover{background:#fff; border-color: #fff; color:#1870a6;}
.cookie-block .btn:before{display: none;}
.cookie-block .btn:hover{text-decoration: underline;}
.cookie-block .cli_action_button{display:inline-block; margin: 0; padding: 0; height: 52px; line-height: 50px !important; min-width: 120px; border:2px solid #fff !important; background: none !important; font-size: 16px !important; color: #fff !important; font-weight: 700 !important; text-align: center;}
.cookie-block .cli_action_button:hover{background: #fff !important; border-color: #fff !important; color: #1870a6 !important;}
#cookie-law-info-again{margin-bottom:-50px !important;}
/*Footer Css End*/

/*Midlle Section css == Home Page ===*/
.middle-section{position:relative; min-height:50vh; overflow: hidden;}
.shape1{position: absolute; left: -60px; top:200px; bottom: 0; opacity: 0.7; z-index: 0; width:464px; background:url('../images/shape1.svg') no-repeat center 0; background-size: 100% auto;}
.shape2{position: absolute; right: -80px; top:80px; bottom: 0; opacity: 0.7; z-index: 0; width:510px; background:url('../images/shape2.svg') no-repeat center 0; background-size: 100% auto;}
.shape2.shape2_2{right:-240px;}
.shape1.repeat, .shape2.repeat{background-repeat:repeat-y;}
.imgbox{position:relative; overflow:hidden;}
.imgbox img{display:block; margin:0 auto;}
img.alignnone{display: block; margin-left: auto; margin-right: auto; margin-top: 20px;margin-bottom: 20px;}
img.alignleft{float:left; border:1px dashed #eee; padding:10px; margin:0 20px 20px 0;}
img.alignright{float:right; border:1px dashed #eee; padding:10px; margin:0 0 20px 20px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right; margin:0 0 20px 20px;}
.btnbox{padding:20px 0 0;}
.block-title{margin: 0 0 30px;}
.block-title h2, .block-title .h2{color: #02AFA9;}
.btn-link{display: inline-block; position: relative; padding:2px 0; font-size: 16px; line-height: normal; color: #02AFA9; font-weight: 400; text-decoration: none !important;}
.btn-link i{display: block; position: absolute; left: 100%; top: 6px; margin-left: 2px;}
.btn-link:before{display: block; content: ""; background: #80d7d4; height: 2px; width: 100%; position: absolute; left: 0; bottom: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.btn-link:hover{color: #02AFA9; text-decoration: none;}
.btn-link:hover:before{width: 115%;}
.btn-link.loadmore{color: #1870A6;}
.btn-link.loadmore:before{background: #1870A6;}
.btn-link.loadmore:hover:before{width:100%; background: #02AFA9;}
.btn-link.loadmore:hover,
.btn-link.reverse:hover{color: #02AFA9;}
.btn-link.reverse{color: #1870A6;}
.btn-link.reverse:before{background: #93bcd5;}
.btn-link.reverse:hover:before{background: #02AFA9;}
.btn-link.reverse i{left: auto; right: 100%; margin:0 2px 0 0;}
.btn-link.reverse:before{left: auto; right: 0;}
.btn-link.reverse:hover:before{width: 110%;}
.privacy-policy-page .btnbox.d-flex.mt-5{padding:10px 0 0;}

.block-buttons{padding: 20px 0; background: #c5dbe9; position: relative; overflow: hidden;}
.block-buttons .items + .items:before{display: block; content: ""; background: #1870a6; width: 1px; height: 34px; position: absolute; left: 0; top: 50%; margin-top:-17px;}
.block-buttons .btn3{padding: 7px 40px 3px;height: auto;line-height: 20px;}
.section1 p{color: #5B6670;}

.section3{position: relative;}
.width-780{max-width: 780px; margin: 0 auto;}
.serv-list{margin: 0 -8px;}
.serv-list .items{padding: 0 8px; justify-content: center;}
.serv-card{position: relative; overflow: hidden; width: 100%;}
.link{display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;}
.serv-card .imgbox{display: block; width: 100%; height: 370px; overflow: hidden;}
.serv-card .imgbox img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; position: relative; z-index: 0;}
.serv-card .imgbox:before{display:block;content:"";position:absolute;top:0;left:-75%;z-index:1; width:50%;height:100%; background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg); opacity:0.3; z-index: 1;}
.serv-card:hover .imgbox:before{-webkit-animation:shine 1s;animation:shine 1s;}
.serv-card .btn{font-size: 19px; position: absolute; left: 0; right: 0; bottom: 0; border: 0;}
.serv-card .btn2 i{right: 0; top: 0; border: 0;}
.serv-list .items:nth-child(1n) .serv-card .btn{background:rgba(2,175,169,0.9);}
.serv-list .items:nth-child(2n) .serv-card .btn{background:rgba(24,112,166,0.9);}
.serv-list .items:nth-child(2n) .serv-card .btn i{background:rgba(112,179,215,0.8);}
.serv-list .items:nth-child(3n) .serv-card .btn{background:rgba(255,255,255,0.85); color: #1870A6;}
.serv-list .items:nth-child(3n) .serv-card .btn i{background:rgba(91,102,112,0.3);}

.quote-icon{height: 120px; text-align: left; padding:20px 40px;}
.iconbox img{display: block; margin: 0;}
.testimonial-block p{color: #1870A6;}
.testi-quote{width: 100%; max-width: 560px; margin: 0 auto;}
.testimonial-block .name{margin-top: 40px;}
.testimonial-block .name span{display: block; font-size: 18px; line-height: 28px; color: #1870A6;}
.testimonial-slider .slick-dots{bottom:-40px;}
.testimonial-slider .slick-arrow{top: 30%;}
.testimonial-slider .slick-arrow.slick-prev {left: -20px;}
.testimonial-slider .slick-arrow.slick-next {right: -20px;}
.testi-quote .video-box{width: 100%; max-width: 422px; position: relative; /*height:316px;*/ margin:0 auto 40px; overflow: hidden;}
.testi-quote .video-box .video-poster-home{display:block; position: absolute; left: 0; right: 0; top: 0; z-index: 2;}
.testi-quote .video-box img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.video-box .video-poster-home{display: block; height: 100%;}
.play-btn{display: block; content: ""; margin: 0 auto; width: 78px; height: 78px; max-height: 78px; background:rgba(205,240,238,0.65); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position:absolute !important; left: 0; right: 0; top: 50%; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); z-index: 1;}
.play-btn:before{display:inline-block; content: ""; width: 0;height: 0;border-style: solid; border-width:20px 0 20px 34px; border-color: transparent transparent transparent #02AFA9; position: absolute; left: 12px; right: 0; top: 50%; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); z-index: 2; opacity: 0.51; margin: 0 auto;}
a:hover .play-btn, .play-btn:hover{background:#fff;}
.play-video-box{position: relative; z-index:1;}
.video-box.playing .play-video-box{opacity:1;}
.play-video-box video,
.play-video-box iframe{display: block;width: 100%;height: 316px; /*object-fit: cover;*/ margin: 0 auto;}
.video-box.playing .video-poster-home{opacity:0; visibility: hidden; z-index: -1;}
.testimonial-slider .slick-dots li button:hover,
.testimonial-slider .slick-dots li.slick-active button {background:#00AFAA;}

.testi-quote .play-video-box,
.video-box .video-poster-small,
.video-box .play-video-box.wwd-video{height: 0; padding-bottom: 56.25%;}
.testi-quote .play-video-box iframe,
.video-box .video-poster-small iframe,
.video-box .play-video-box.wwd-video iframe{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.video-poster-small{position: relative;width: 100%;height: 100%;cursor: pointer;}
.video-poster-small iframe{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}

.section4.ptb-80{padding-top: 40px;}
.news-list .items{flex-grow: 1;}
.news-card{flex-grow: 1; flex-direction: column;}
.news-card .date{display: block; font-size: 18px; line-height: normal; color:#70B3D7; font-weight: 400; margin: 0 0 15px;}
.news-card h3{color: #1870A6; margin: 0 0 15px;}
.news-card h3 a{color: #1870A6;}
.news-card h3 a:hover{color: #02AFA9;}
.news-card p{color: #1870A6; margin: 0;}
.news-card .btnbox.d-flex .btn-link {top: -30px;}
.home .section4 .container {padding-left: 75px;}
.home .section4 .news-list{margin-right: -50px;}
.home .section4 .news-list .items:last-child{margin-left: -40px;}
.home_shape1{position:absolute; left:60px; top:50px; z-index:0; width:171px; height:304px; background:url('../images/graph1.svg') no-repeat center 0; background-size: 100% auto;}
.home_shape2{position: absolute; left:-50px; top:-100px; z-index: 0; width:464px; height:501px; background:url('../images/graph2.svg') no-repeat center 0; background-size: 100% auto;}
.home_shape3{position: absolute; right:50px; top:0; z-index: 0; width:273px; height:229px; background:url('../images/graph3.svg') no-repeat center 0; background-size: 100% auto;}
.home_shape4{position: absolute; right:-30px; top:-50px; z-index: 0; width:509px; height:302px; background:url('../images/graph4.svg') no-repeat center 0; background-size: 100% auto;}

/*News Page*/
.news-content .container{max-width:928px;}
.news-post-list > .news-post{display: none; position: relative;}
.news-post-list > .news-post + .news-post .news-list{border-top:1px solid rgba(112,179,215,0.5);}
.news-post-list > .news-post .container{position: relative; z-index: 2;}
.news-shape1{position: absolute; right: 0; top: 0; z-index: 0; opacity: 0.7; max-width: 264px;}
.news-shape2{position: absolute; left: -60px; top: 0; z-index: 0; opacity: 0.7; max-width: 395px;}
.news-shape3{position: absolute; right: -120px; top: 0; z-index: 0; opacity: 0.7; max-width: 328px;}
.news-shape{position: absolute; top:-40px; z-index: 0; opacity: 0.7;}
.news-post-list > .news-post:nth-child(1n) .news-shape{display: block;background: url(../images/news-shape1.svg) no-repeat center 0;background-size: 100% auto; right: 0; width: 264px;height: 288px;}
.news-post-list > .news-post:nth-child(2n) .news-shape{display: block;background: url(../images/news-shape2.svg) no-repeat center 0;background-size: 100% auto; left: -70px; top: -100px; width: 370px;height: 390px;}
.news-post-list > .news-post:nth-child(3n) .news-shape{display: block;background: url(../images/news-shape3.svg) no-repeat center 0;background-size: 100% auto; right: -160px; top: -200px; width: 493px;height: 323px;}
.news-post-list > .news-post:nth-child(5) .news-shape{top: -380px;}
.contact-query p{color: #70B3D7;}
.contact-query a{color: #5B6670;}
.contact-query a:hover{color: #70B3D7;}
.contact-query p i{font-size: 34px;margin: -3px 5px 0 0;color: #70B3D7;}
.news-detail-content .container{max-width:824px;}
.news-detail-content h1,
.news-detail-content .h1{color: #02AFA9;}
.news-detail-content .content-style .h2,
.news-detail-content .content-style h2,
.news-detail-content .content-style h3,
.news-detail-content .content-style h4,
.news-detail-content .content-style h5{color: #1870A6;}
.news-detail-content .content{position: relative; padding: 0 40px;}
.bdr-b{border-bottom:1px solid rgba(112,179,215,0.5);}
.share-icons{flex-direction: column; justify-content: center; align-items: center; width: 100px; border-right: 1px solid #CDF0EE; position: absolute; top: 0; right: 100%;}
.share-icons .text{display: block; font-size: 18px; line-height: normal; color: #70B3D7; margin: 0 0 10px;}
.share-icons a{display: block; font-size: 18px; line-height: normal; color: #70B3D7; padding:2px 5px;}
.share-icons a:hover{color: #70B3D7; opacity: 0.5;}
.share-icons .addtoany_share{display: none;}
.share-icons .addtoany_list{display: flex; flex-direction: column;}
.share-icons .addtoany_list .a2a_svg{display: none;}
.share-icons a:before{display: block; content:""; font-family:'Line Awesome Brands'; font-weight:400; font-size: 22px; line-height: 34px; color: #70B3D7;}
.share-icons .a2a_button_facebook:before{content:"\f39e";}
.share-icons .a2a_button_twitter:before{content:"\f099";}
.share-icons .a2a_button_linkedin:before{content:"\f0e1";}
.share-icons .a2a_button_email:before{content:"\f2b6"; font-family:'Line Awesome Free'; font-weight:900;}
.addtoany_content_bottom {display: none;}
.blog-block-title{margin: 0 0 -30px;}
.content.content-style{min-height:200px;}
.height_839 .single_shape3{height:540px;}
.height_839 .single_shape4{display:none;}

.relative{position: relative;z-index: 2;}
.innner-container{max-width:824px; margin: 0 auto; padding: 0 20px;}
.innner-container p{color: #5B6670;}
.menu-about-page-menu-container {padding-right: 50px;}
.links{margin: 0; padding: 0; flex-wrap: wrap; justify-content:space-between; align-items: center;}
.links li{display: inline-block; margin: 0; padding: 8px 20px; list-style: none; font-size: 19px; font-weight: 700; line-height: 24px; color: #02AFA9; position: relative;}
.links li a{color: #02AFA9}
.links li.current-menu-item a,
.links li a:hover{color: #02AFA9;}
.links li:before{display:block; content:""; background:#02AFA9; height:3px; width:1px; opacity:0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.links li:hover:before,
.links li.current-menu-item:before{width:25px; opacity:1;}

.accordion .item{background: #fff; border: 1px solid #B5D0DE; box-shadow:0 1px 5px rgba(0,0,0,0.1); -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.accordion .item + .item{margin-top: 15px;}
.accordion .acc-btn{padding:18px 48px 15px; background: #fff; border:0; display: block;width: 100%;text-align: left; position: relative;line-height: 1; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.accordion .acc-btn h4{margin: 0; color: #70B3D7; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.accordion .acc-btn:after{position: absolute; top:8px; right:20px; line-height:40px; font-weight:900; font-family:'Line Awesome Free'; font-size:32px; color:#70B3D7; content:""; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; background:url('../images/acc-icon.svg') no-repeat center; background-size:18px auto; width: 26px; height: 40px; transform: rotate(45deg);}
.accordion .acc-btn[aria-expanded="true"]{border-bottom:0;}
.accordion .acc-btn[aria-expanded="true"]:after{transform: rotate(0deg); background-size:24px auto;}
.collapse-content{padding:20px 48px 40px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.collapse-content *:last-child{margin-bottom:0;}
.collapse-content li,
.collapse-content li a{color: #70B3D7;}
.collapse-content li a:hover{color: #02AFA9;}
.collapse-content p{color: #5B6670;}
.accordion .item .collapse{transform:scaleY(0); -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.accordion .item .collapse.show{transform:scaleY(1);}

.video-slider .video-box{position: relative; max-width: 660px; margin: 0 auto; /*height:346px;*/ overflow: hidden;}
.video-listing{margin:40px -10px 0 !important; flex-wrap: wrap;}
.video-listing .items{padding:10px; flex-basis:33.33%;min-width:33.33%;max-width:33.33%; width:33.33% !important; margin: 0 0 16px;}
.video-listing .video-box{position: relative; overflow: hidden; background: #000; /*height: 136px;*/}
.video-slider .video-box img,
.video-listing .video-box img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; left: 0; top: 0;}
.video-listing .slick-current .video-box img,
.video-listing .video-box:hover img{opacity: 0.4;}
.video-listing .slick-current .play-btn {opacity: 0.8;}
.video-listing .play-btn{transform: scale(0.4); transform-origin:top; margin-top:-16px;}
.video-box img {display: block;width: 100%;height: auto; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.video-loader .items{display: none;}
.story-name h3, .story-name p{color: #1870A6;}
.video-slider-nav .slick-track{/*display:flex;display:-webkit-flex;*/ flex-wrap: wrap; width:100% !important; -webkit-transform:translate(0,0) !important;-moz-transform:translate(0,0) !important;transform:translate(0,0) !important; justify-content: center; clear: both; overflow: hidden;}
.video-popup video {display: block;width: 100%;height: auto;}
.video-popup button.close {position: absolute;right: -15px;top: -15px;background: #fff;opacity: 1;width: 40px;height: 40px;text-align: center;font-size: 24px;line-height: 50px;border-radius: 50%; z-index: 99; text-shadow: none;}
.video-popup button.close:hover {opacity: 1 !important;background: #02AFA9;color: #fff;text-shadow: none;}
.video-slider .slick-arrow{margin-top: -24px; background:#fff;}
.video-slider .slick-arrow:hover{background:#70B3D7;}
.video-slider .slick-arrow.slick-prev{left: -10px;}
.video-slider .slick-arrow.slick-next{right: -10px;}
.video-poster{display:block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;}
.video-box.playing .video-poster{opacity:0; visibility: hidden; z-index: -1;}
.play-video-box.wwd-video video,
.play-video-box.wwd-video iframe{display: block; width: 100%; height:346px;}
.video-overlay{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3; cursor: pointer; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-current .video-overlay,
.video-box:hover .video-overlay{background:rgba(0,0,0,0.5);}
.video_tit{z-index: 4; cursor:pointer;}
.play-video-box.wwd-video{opacity:0; visibility:hidden;}
.playing .play-video-box.wwd-video{opacity:1; visibility:visible;}

/*About Page*/
.page-content.our-team {padding: 135px 0 0;}
.page-content.our-team p{font-size: 18px; color: #5B6670; line-height: 28px; font-weight: 300; }
.accordion.acc-list .download{text-decoration: underline;}
.privacy-policy-page .entry-content h3{color: #1870A6; padding-top: 15px;}

/*contact-Page*/
.contact-page-inner p{font-size: 18px; color: #5B6670; line-height: 26px; margin: 0;}
.contact-left{width: 50%; flex-basis: 50%;}
.contact-map-right{width: 50%; flex-basis: 50%; display: flex;}
.contact-map{flex-grow: 1; max-width: 390px; margin-left: auto;}
.contact-left{margin-top:-6px;}
.contact-left h4{color: #1870A6; font-size: 18px; line-height: 32px; margin:0 0 15px;}
.contact-left .padding{padding-left:25px;}
.call-info{padding:30px 0;}
.contact-add a {font-size: 18px; line-height: 26px; color: #15364D; font-weight: 300;}
.contact-add.call{display: inherit;}
.contact-inner{flex-direction: column; flex-wrap: wrap;}
.contact-inner a{font-size: 18px; color: #5B6670; line-height: 28px; font-weight: 300;}
.mail-id a{font-size: 18px; color: #5B6670; line-height: 26px; margin: 0; } 
.contact-inner a:hover,
.mail-id a:hover{color: #02AFA9;}
.contact .block-title {margin: 0 0 50px;}
.contact-call br {display: none;}
.contact-left .mail {padding:10px 0 5px;}
.contact-left .call-icon {min-width: 34px;text-align: center;}
.contact-map iframe {display: block;width: 100%;height:307px;}
.contact-page .innner-container {max-width: 880px;}
.contact-page .form .form-control{max-width: 100%;}

/*form Start*/
.form{max-width: 64.2%;}
.form .form-control{padding:4px 15px 0; border-color:#e8f1f6; font-weight: 300; max-width: 503px; height: 50px; color: #70B3D7 ;border-radius: 0; font-size: 18px; line-height: normal;}
.form .form-control:focus{box-shadow: none;}
.form-group {margin-bottom: 10px; }
.form-group textarea{height: 195px;font-weight: 300; border-color: #e8f1f6;font-size: 18px; color: #70B3D7; line-height: normal; padding: 20px;}
.form-group .label{display: inline-block;font-size: 18px;line-height: 30px;color: #70B3D7;font-weight: 300;margin:0 0 4px;}
.form ::-webkit-input-placeholder{color:#70B3D7; opacity:1;}
.form :-moz-placeholder{color:#70B3D7; opacity:1;} /* Firefox 18- */
.form ::-moz-placeholder{color:#70B3D7; opacity:1;} /* Firefox 19+ */
.form :-ms-input-placeholder{color:#70B3D7; opacity:1;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{display:none !important;}
/*form End*/
.middle-section.pb-100{padding-bottom:130px;}

.collapse-content ul li a{text-decoration: underline;}
.load-btnbox {padding: 36px 0 0;}
.single .entry-content ul li:before{background: #93D6D3;}
.single .scroll-text,
.page-template-tpl-contact-us .scroll-text,
.page-template-tpl-terms-conditions .scroll-text{color: #FFFFFF;}
.single .scroll-text:after,
.page-template-tpl-contact-us .scroll-text:after,
.page-template-tpl-terms-conditions .scroll-text:after{background: #FFFFFF;}
.single-block-title{margin-bottom: 42px;}
.share-icons + h2 {margin-bottom: 30px;}

.single_shape1{position:absolute; left:-20px; top:380px; z-index:0; width:389px; height:418px; background:url('../images/about-right-bottom.svg') no-repeat center 0; background-size: 100% auto;}
.single_shape2{position:absolute; right:-80px; top:100px; z-index:0; width:463px; height:1098px; background:url('../images/news-shape.svg') no-repeat center 0; background-size: 100% auto;}
.single_shape3{position:absolute; left:-80px; bottom:-100px; z-index:0; width:463px; height:1098px; background:url('../images/news-shape.svg') no-repeat center bottom; background-size: 100% auto;}
.single_shape4{position:absolute; right:-250px; top:-240px; width:493px;height:323px; background: url(../images/news-shape3.svg) no-repeat center 0;background-size: 100% auto;}
img.about-team-img{margin-left: -90px;max-width: 964px;}
.page-id-66 .shape2.shape2_2{right:-130px; top: auto; bottom:580px; opacity: 0.7; z-index: 0; width:493px; height: 323px; background:url('../images/news-shape3.svg') no-repeat center 0; background-size: 100% auto;}
.understanding_shape1{position:absolute; left:-150px; top:100px; z-index:0; width:463px; height:1098px; background:url('../images/news-shape.svg') no-repeat center 0; background-size: 100% auto;}
.understanding_shape2{position: absolute; right:50px; top:80px; z-index: 0; width:273px; height:229px; background:url('../images/graph3.svg') no-repeat center 0; background-size: 100% auto;}
.understanding_shape3{position: absolute; right:-40px; bottom:-264px; z-index: 0; width:509px; height:302px; background:url('../images/graph4.svg') no-repeat center 0; background-size: 100% auto;}
.about-page .understanding_shape1{left: -40px; top: 340px;}
.about_shape2{position:absolute; right:-74px;top: 720px; z-index:0; width:389px; height:418px; background:url('../images/about-right-bottom.svg') no-repeat center 0; background-size: 100% auto;}
.wwd_shape1{position:absolute; left:-60px; top:100px; z-index:0; width:494px; height:5271px; background:url('../images/wwd-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.wwd_shape2{position:absolute; right:-112px; top:100px; z-index:0; width:540px; height:4872px; background:url('../images/wwd-graph2.svg') no-repeat center 0; background-size: 100% auto;}
.wwd_shape3{position:absolute; left:-70px; bottom:0; opacity: 0.7; z-index:0; width:389px; height:418px; background:url('../images/about-right-bottom.svg') no-repeat center 0; background-size: 100% auto;}
.hth_shape1{position:absolute; left:-94px; top:200px; z-index:0; width:432px; height:405px; background:url('../images/hth-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.hth_shape2{position:absolute; right:50px; top:50px; z-index:0; width:272px; height:228px; background:url('../images/hth-graph2.svg') no-repeat center 0; background-size: 100% auto;}
.patients_shape1{position:absolute; left:-70px; top:20px; z-index:0; width:370px; height:362px; background:url('../images/patients-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.patients_shape2{position:absolute; right:-40px; bottom:400px; z-index:0; width:432px; height:405px; background:url('../images/hth-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.researchers_shape1{position:absolute; left:60px; top:30px; z-index:0; width:171px; height:304px; background:url('../images/graph1.svg') no-repeat center 0; background-size: 100% auto;}
.researchers_shape2{position: absolute; right:50px; top:20px; z-index: 0; width:273px; height:229px; background:url('../images/graph3.svg') no-repeat center 0; background-size: 100% auto;}
.researchers_shape3{position: absolute; right:-160px; top:40%; z-index: 0; width:509px; height:302px; background:url('../images/graph4.svg') no-repeat -130px 0; background-size: 100% auto;}
.researchers_shape4{position: absolute; left:-94px; top:40%; z-index: 0; width:464px; height:501px; background:url('../images/graph2.svg') no-repeat center 0; background-size: 100% auto;}
.contact_shape1{position:absolute; left:-70px; top:100px; z-index:0; width:370px; height:362px; background:url('../images/patients-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.contact_shape2{position:absolute; right:-40px; bottom:460px; z-index:0; width:432px; height:405px; background:url('../images/hth-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.tc_shape1{position:absolute; left:-94px; top:160px; z-index:0; width:432px; height:405px; background:url('../images/hth-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.tc_shape2{position:absolute; right:50px; top:60px; z-index:0; width:272px; height:228px; background:url('../images/hth-graph2.svg') no-repeat center 0; background-size: 100% auto;}
.pc_shape1{position:absolute; left:60px; top:50px; z-index:0; width:171px; height:304px; background:url('../images/graph1.svg') no-repeat center 0; background-size: 100% auto;}
.pc_shape2{position: absolute; left:-94px; top:600px; z-index: 0; width:464px; height:501px; background:url('../images/graph2.svg') no-repeat center 0; background-size: 100% auto;}
.pc_shape3{position: absolute; right:-74px; top:60px; z-index: 0; width:385px; height:1148px; background:url('../images/pc-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.cookies_shape1{position: absolute; left:-65px; top:150px; z-index: 0; width:484px; height:1999px; background:url('../images/cookies-graph1.svg') no-repeat center 0; background-size: 100% auto;}
.cookies_shape2{position: absolute; right:-6px; top:60px; z-index: 0; width:366px; height:1182px; background:url('../images/cookies-graph2.svg') no-repeat center 0; background-size: 100% auto;}

.biobank-collapse tr td:nth-child(1) {font-weight: bold;}
.biobank-collapse tr td:nth-child(2) {color: #5B6670;}



/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1599px){
.news-shape1{max-width: 180px;}
.news-shape2{max-width: 240px;}
.news-shape3{max-width: 300px;}
.shape1{left:-180px;}
.news-post-list > .news-post:nth-child(1n) .news-shape{width: 180px;height: 196px;}
.news-post-list > .news-post:nth-child(2n) .news-shape{width: 240px;height: 253px;}
.news-post-list > .news-post:nth-child(3n) .news-shape{width: 340px;height: 210px;}
.single_shape2{right:-200px;}

.home_shape1{left:-40px;}
.home_shape2{left:-200px;}
.home_shape3{right:-40px;}
.home_shape4{right:-160px;}
.single_shape1 {left: -60px;width: 340px;}
.single_shape3{left: -200px;}
.single_shape4{right: -320px;}
.understanding_shape2{right:-40px;}
.about-page .understanding_shape1 {left: -150px;}
.about_shape2 {width: 280px;right: -50px;}
.wwd_shape1 {left: -70px; width: 300px;}
.wwd_shape2{right: -70px; width: 340px;}
.hth_shape1{left: -190px;}
.hth_shape2{right: -50px;}
.patients_shape1{left:-126px;}
.patients_shape2{right:-160px;}
.researchers_shape1{left:20px;}
.researchers_shape2{right: -50px;}
.researchers_shape3{width: 360px; height: 220px; background-position: -100px 0;right: -160px;}
.researchers_shape4 {width: 340px;}
.contact_shape1 {width: 280px;}
.contact_shape2{width: 320px;bottom: 340px;}
.tc_shape1{width: 320px;}
.tc_shape2{width: 200px; right: 10px;}
.pc_shape1 {left: 20px;}
.pc_shape2 {left: -90px;width: 300px;}
.pc_shape3 {width: 320px;right: -110px;}
.cookies_shape1 {width: 340px;}
.cookies_shape2 {width: 300px;right: -30px;}
.wwd_shape3 {left:-45px; width:260px;}

}
@media screen and (max-width:1599px){
.page-id-66 .shape2.shape2_2{right:-280px;}
}
/* 1200px View */
@media screen and (max-width:1365px){
.max-container{padding-left: 30px; padding-right: 30px;}
.shape1, .shape2{width:300px;}
.footer{margin-top:0;}

}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container{width:100%; max-width:100%; padding:0 20px;}
.btnbox{padding:10px 0 0;}
.ptb-80{padding:60px 0;}
h1, .h1, h2, .h2, h3, h4, h5, h6{margin-bottom:20px;}
.middle-section.pb-100{padding-bottom:80px;}
/*Header and banner*/
.header-fixed .header{background: #fff;}
.header-inner{height: 100px;}
.logo{flex-basis:210px; min-width:210px; max-width:210px;}
.logo img{width: 210px;}
.banner-imgbox{ min-height:340px;}
.banner-imgbox img{min-height:340px;}
.scroll-text{right: 36px;}
.news-shape, .news-shape1, .news-shape2, .news-shape3{opacity:0.5;}
.news-post-list > .news-post:nth-child(1) .news-list{padding-top:30px;}
img.alignnone{margin-top: 0; margin-bottom: 0;}
.home .section4 .container {padding-left: 20px;}
.blog-block-title{margin:0 !important;}
.single_shape1 {left: -220px;}
.single_shape2{width: 260px;right: -110px;}
.single_shape4 {right: -240px;width: 360px;bottom: 320px;}
.single_shape3 {left: -390px;}
.page-id-66 .shape2.shape2_2{width: 380px;height: 240px;}

.home_shape1{width:150px;}
.home_shape2{width:340px;}
.home_shape3{width:150px;}
.home_shape4{width:400px;}
.news-post-list > .news-post:nth-child(1n) .news-shape{right:-60px;}
.news-post-list > .news-post:nth-child(2n) .news-shape{left:-120px;}
.news-post-list > .news-post:nth-child(3n) .news-shape{right:-250px;}
.understanding_shape1{width: 360px; height: 240px; left: -120px;top: 40px;}
.understanding_shape2{width: 150px;}
.understanding_shape3{width: 310px;bottom: -270px;}
.about-page .understanding_shape1 {left: -120px;}
.about_shape2 {right: -200px;}
.hth_shape1 {left: -190px;top: 100px;width: 300px;}
.hth_shape2 {right: -125px;width: 200px;}
.patients_shape1 {left: -110px;width: 220px;}
.patients_shape2 {right: -110px;bottom: 10px;width: 240px;height: 220px;}
.researchers_shape1{width: 150px;}
.researchers_shape1 {width: 120px;left: -15px;}
.researchers_shape2 {right: -120px;width: 200px;}
.researchers_shape3 {right: -240px;width: 350px;background-position: -160px 0;}
.researchers_shape4 {width: 270px;left: -160px;}
.contact_shape1 {width: 220px;left: -110px;top: 80px;}
.contact_shape2{right: -120px;}
.tc_shape1 {width: 200px;top: 120px;}
.tc_shape2 {width: 200px;right: -130px;top: 0;}
.pc_shape1 {left: -20px;width: 100px;}
.pc_shape2 {left: -110px;width: 200px;}
.pc_shape3 {width: 240px;right: -150px;}
.cookies_shape1 {width: 240px;left: -90px;top: 100px;}
.cookies_shape2 {width: 260px;right: -100px;}
.wwd_shape3{left: -185px;bottom: -260px;}
div.rellax{display:none;}

}
@media screen and (max-width:768px){
img.alignleft, img.alignright, iframe.alignleft, iframe.alignright{float:none; margin:0 0 20px;}
}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 30px;line-height: 40px;}
.ptb-120{padding: 80px 0;}
.ptb-80{padding:60px 0;}
.width-780{max-width: 640px;}
/*Header and banner*/
.nav-main{display:none;}
.mobi-iconbox {display:block;}
.head-btnbox{display: none;}
.caption h1,
.caption .h1{font-size: 35px;}
.block-title {margin: 0 0 20px;}
.serv-card .btn{font-size: 15px; padding-left: 0;}
.serv-card .imgbox{height: 240px;}
.cookie-block p {font-size: 14px;line-height: 20px;}
.footer {padding: 50px 0 40px;}
.f-logo {max-width: 180px;}
.footer-bottom{margin-top:40px; }
.f-links li + li:before{margin: 0 5px;}
.news-shape1{right: -100px;}
.news-shape2{left: -140px;}
.shape1.repeat, .shape2.repeat {opacity: 0.2;}
.share-icons {position: relative;right: 0;left: 0;flex-direction: row;width: auto;margin: 0 0 20px;justify-content: flex-start;align-items: center; border: 0;}
.share-icons .text{margin: 0 10px 0 0;}
.share-icons .addtoany_list {flex-direction: row;}

.contact-page-inner {flex-direction: column-reverse; }
.contact-left{width:100%; padding: 30px 0 0;}
.contact-map-right{width:100%;}
.contact-map iframe{width: 100%;}
.contact-map {max-width: 100%;}
.block-title{font-size: 30px;}
.form{max-width: 100%;}
.form .form-control{max-width: 100%;}
.contact .block-title h2,
.contact .block-title .h2{margin: 0;}
.news-card .btnbox.d-flex .btn-link {top:0;}
.home .section4 .news-list{padding-top: 15px;}
.video-slider {padding: 0 50px;}
.video-section .innner-container {max-width: 740px;}
.single-block-title{margin-bottom: 20px;}
.share-icons + h2 {margin-bottom: 20px;}
img.about-team-img{margin-left:auto; max-width:100%;}

.home_shape4{right:-240px;}
.single_shape1 {left: -255px;}
.single_shape2 {right: -140px;}
.single_shape3 {left: -410px;}
.single_shape4 {right: -230px;width: 280px;bottom: 210px;}
.understanding_shape1{left: -158px;top: 30px;}
.understanding_shape2{right: -100px;}
.about-page .understanding_shape1 {left: -150px;top: 25px;}
.about_shape2 {right: -220px;}
.wwd_shape1{width: 260px;top: 50px;}
.wwd_shape2{right: -270px;}
.hth_shape1{left: -200px;}
.hth_shape2{right: -166px;}
.researchers_shape1 {width: 90px;left: -30px;}
.researchers_shape2 {right: -134px;width: 170px;}
.researchers_shape3{right: -300px;}
.contact_shape1{display: none;}
.contact_shape2{right: -74px;bottom: 0;width: 200px;height: 200px;}
.tc_shape1{left: -130px;}
.tc_shape2{right: -170px;}
.pc_shape1{width: 80px;}
.pc_shape2{width: 360px;height: 120px;background-position: 0 -80px;left: -220px;top: auto;bottom: 0;}
.pc_shape3{display: none;}
.cookies_shape2{right: -200px;}
.cookies_shape1{width: 400px;height: 340px;left: -240px;top: auto;bottom: -220px;background-position: 0 bottom;}
.wwd_shape3{display:none;}

}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
.ptb-80, .ptb-60{padding:60px 0;}
/*Header and banner*/
.mobile-menu-block{width: 100%; left:-105%;}
.header{background: #fff; box-shadow:0 3px 6px rgba(0,0,0,0.16)}
.caption h1 br, .caption .h1 br{display: none;}
.caption h1 span,
.caption .h1 span,
.caption h1 em,
.caption .h1 em{padding: 0;}
.scroll{top: auto; bottom: 20px; margin: 0 auto; width: 40px; height: 40px; -webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);}
.scroll .container{position: static; padding: 0;}
.scroll-text{position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; font-size: 0; line-height: normal; width: 40px; height: 40px; background:rgba(255,255,255,0.7); padding: 0; text-align: center; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; -webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);}
.scroll-text:after{display: none;}
.scroll-text:before{display: block; content: "\f107"; font-family: 'Line Awesome Free';font-weight: 900; font-size: 22px; line-height: 40px; color: #1870A6;}

.testimonial-block {padding: 0 30px;}
.block-buttons .items {flex-basis: 50%;min-width: 50%;max-width: 50%;}
.block-buttons .btn3 {padding: 7px 0 3px;width: 100%;}
.serv-card .imgbox {height: 315px;}
.serv-list .items + .items{margin-top: 30px;}
.news-list .items + .items{margin-top: 40px;}
.news-card .date{margin: 0 0 10px;}
.news-list{padding: 20px 0 0;}

.cookie-block-inner {display: block !important;text-align: center;}
.cookie-block p br{display: none;}
.cookie-block-inner .btnbox{margin-top: 15px; justify-content: center;}
.footer-top {display: block !important;}
.f-logo {max-width:246px; margin: 0 auto 50px;}
.footer-bottom{margin-top:50px;}
.footer-newsletter {flex-direction: column;justify-content: center;align-items: center;}
.footer-newsletter .label {margin: 0 0 20px;}
.news-form .btnbox .btn {margin-right: auto;}
.news-form{margin: 0 auto;}
.footer-newsletter .wpcf7-form {flex-direction: column;text-align: center;}
.social-icon {justify-content: center;}
.f-links {flex-direction: column; align-items: center;}
.f-links li + li:before{display: none;}
.f-links li + li{margin-top:15px;}
.footer-nav{padding: 50px 0 0;}
.design-by{margin: 10px 0 0;}
.design-by p {margin: 0 auto;}
.scrollup{right: 0; bottom: 0;}
.quote-icon {padding: 20px 0;}
.shape1 {width: 400px;left: -188px;top: 60px;}
.shape2 {top: 240px;right: -200px;width: 430px;}

.internal-banner .banner-imgbox{height: 460px;}
.news-post-list .news-list{padding: 60px 0 0;}
.news-post-list > .news-post:nth-child(1) .news-list{padding-top:20px;}
.news-post-list > .news-post + .news-post{margin-top:60px;}
.news-post-list > .news-post:nth-child(1n) .news-shape {right: -190px;top: -80px;width: 280px;height: 210px;}
.news-post-list > .news-post:nth-child(2n) .news-shape {display: none; left: -150px;}
.news-post-list > .news-post:nth-child(3n) .news-shape {right: -360px;top: auto;bottom: -30px;width: 440px;height: 270px;}
.news-content:after {display: block;content: "";background: url(../images/news-shape2.svg) no-repeat center 0;background-size: 100% auto;position: absolute;left: -280px;bottom: -240px;width: 370px;height: 390px;}
.shape1.repeat, .shape2.repeat{opacity:0.2;}
.news-detail-content .content{padding: 0;}
.news-detail-banner .banner-imgbox img{object-position: 80% 0;}
.block-title h1 br, .block-title .h1 br{display: none;}
.contact-query {flex-direction: column;justify-content: center;align-items: center;}
.contact-query .intro-text + .ml-auto{margin-right: auto;}

.links{flex-direction: column; text-align: center;}
.links li + li {margin-top: 10px;}
.links li:hover:before, .links li.current-menu-item:before{display: none;}
.links li{padding:18px 30px 12px; min-width: 280px;}
.links li.current-menu-item{border: 2px solid #02AFA9; -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.collapse-content {padding: 10px 20px 20px;}
.accordion .acc-btn{padding-left: 20px; padding-right: 20px;}
.accordion .acc-btn:after{font-size: 24px; right: 10px;}
.video-listing.d-flex.mt-5 {margin-top: 20px !important;}
.video-listing .items{flex-basis: 50%;min-width: 50%;max-width: 50%; width: 50% !important; margin: 0;}
.video-popup button.close {right: -7px;top: -7px;}
.innner-container{padding-left: 0; padding-right: 0;}

.contact-page .shape1{display: none;}
.contact-page .shape2{right: -60px;}
.contact-page .block-title {padding: 0 30px;}
.contact-left{padding: 0 30px; margin: 40px 0 0;}
.contact-page .content-form{padding: 0 30px;}
.contact .block-title h2,
.contact .block-title .h2{margin: 0;}
.contact-left .padding {padding-left: 18px; }
.contact-inner a{font-size: 16px;}
.contact-page-inner p{font-size: 16px;}
.contact-left .padding {padding-left: 16px;}
.footer-bottom .social-icon {margin: 0;}
.menu-about-page-menu-container {padding-right:0;}
.home .section4 .news-list {margin-right:0;}
.home .section4 .news-list .items:last-child {margin-left: 0;}
.section3.text-center.ptb-120 .h2{font-size: 26px;letter-spacing: -0.025em;}
.testimonial-block p{font-size: 16px; line-height: 26px;}
.news-card .btnbox {padding: 20px 0 0;}
.privacy-policy-page .entry-content h3 {padding-top: 0;margin-bottom: 15px;}
.cookie-block .cli_action_button {height: 42px;line-height: 40px !important;}
.page-id-74 .banner-imgbox img {object-position: -200px 0;}
.video-slider {padding: 0;}
.contact-map {margin: 0;}
.contact-map-right{padding-left: 30px; padding-right: 30px;}
.wpcf7-not-valid-tip {text-align: left;}
.banner:before{height:120px;}
.btnbox.d-flex.mt-5{margin-top: 30px !important;}
.single_shape3 {bottom: 0; height: 140px;}
.page-id-66 .shape2.shape2_2 {width: 240px;height: 150px;bottom: 0;right: -170px;}
.home_shape1{left: -90px; top: 100px;}
.home_shape3{width: 210px;right: -160px;top: 120px;}
.home_shape2{left: -230px;top: 200px;}
.home_shape4{right: -310px;top: -140px;}

.single_shape1 {left: -275px;}
.single_shape2 {right: -170px;width: 290px; height: 180px;}
.single_shape3 {left: -120px;bottom: -83px;width: 400px;height: 140px;background-position: 0 0;}
.single_shape4 {right: -174px;width: 260px;bottom: auto;top: 0;}
.understanding_shape1,
.understanding_shape2,
.understanding_shape3,
.about_shape2{display:none;}
.wwd_shape1{left: -140px;}
.hth_shape2{display: none;}
.hth_shape1 {left: -130px;top: auto;bottom: -180px;height: 280px;}
.patients_shape1 {left: -86px;top: auto;bottom: -210px;width: 270px;}
.patients_shape2{display: none;}
.researchers_shape1{left: -90px; top: 100px;}
.researchers_shape2{display: none;}
.researchers_shape4{width: 370px;height: 200px;left: -40px;top: auto;bottom: 0;}
.contact_shape2{width: 340px;right: -100px;}
.tc_shape2, .pc_shape1{display: none;}
.tc_shape1{left: -270px;top: auto;bottom: 0;width: 400px;height: 130px;}
.cookies_shape1{left: auto;right: -80px;bottom: -200px;}
.cookies_shape2{height: 100px;width: 310px;right: -220px;top: 30px;}

}