/*==================================:: 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 ::==================================*/
/* popup css */
.mfp-fade.mfp-bg {opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out;  transition: all 0.15s ease-out;}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {opacity: 0; -webkit-transition: all 0.15s ease-out;  -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0; }
.mfp-iframe-holder iframe {width:800px; height:500px;}
/* Magnific Popup CSS */

.mfp-bg {top: 0; left: 0; width: 100%; height: 100%; z-index: 99991042; overflow: hidden; position: fixed; background:#0E3D75; opacity:0.6;}
.mfp-wrap {top: 0; left: 0; width: 100%; height: 100%; z-index: 99991043; position: fixed; outline: none !important;  -webkit-backface-visibility: hidden; }
.mfp-container {text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px;box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left;z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {width: 100%; cursor: auto; }
.mfp-ajax-cur {cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {font-size:0; cursor: -moz-zoom-out; cursor: -webkit-zoom-out;cursor: zoom-out;}
.mfp-zoom {cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {-webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure {display: none; }
.mfp-hide {display: none !important; }
.mfp-preloader {color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a {color: #CCC; }
.mfp-preloader a:hover {color: #FFF; }
.mfp-s-ready .mfp-preloader {display: none; }
.mfp-s-error .mfp-content {display: none; }
button.mfp-close, button.mfp-arrow {overflow: visible; cursor: pointer;border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation;}
button.mfp-arrow{width:60px; height:60px; border-radius:0;background:rgba(0, 0, 0, 0.4);margin:0 !important; opacity:1;transition: all 0.4s ease;}
button.mfp-arrow:before{content:"";position: absolute; width:12px; height:24px; background:#70C6D2;display:block; margin:0 auto; left:0;top:50%; right:0; transform:translate(0,-50%); border:0; transition: all 0.4s ease;}
button.mfp-arrow.mfp-arrow-left:before{clip-path: polygon(100% 0, 0 50%, 100% 100%);}
button.mfp-arrow.mfp-arrow-right:before{clip-path: polygon(0 0, 100% 50%, 0% 100%);}
button.mfp-arrow.mfp-arrow-left{left:15px;}
button.mfp-arrow.mfp-arrow-right{right:15px;}
button.mfp-arrow:hover{background:#000;}
button.mfp-arrow:hover:before{background:#fff;}
button::-moz-focus-inner {padding: 0; border: 0; }
.mfp-close {width:60px; height:60px; line-height:60px; position: absolute; right:20px; top:20px !important; text-decoration: none; text-align: center; opacity:1; padding:0; font-size:0; background:rgba(0, 0, 0, 0.4) url(../images/close-icon1.svg) no-repeat center !important; background-size:20px auto !important; transition: all 0.4s ease;}
.mfp-close:hover, .mfp-close:focus {opacity: 1;background:#000 url(../images/close-icon.svg) no-repeat center !important; background-size:20px auto !important;}
.mfp-close:active {top: 1px; }
.mfp-close-btn-in .mfp-close {color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{font-size:40px !important; color:#fff; text-align:center; padding-right:0; opacity:1; cursor:pointer; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; position: fixed;}
body .mfp-image-holder .mfp-close{font-size:0 !important;}
.mfp-arrow {position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {content: ''; display: block; width: 0;  height: 0; position: absolute; left: 0; top: 0;  margin-top: 35px; margin-left: 35px; border: medium inset transparent;  display:none;}
.mfp-arrow:after {border-top-width: 13px;  border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before {border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left {left: 0; }
.mfp-arrow-left:after {border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before {margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {right: 0; }
.mfp-arrow-right:after {border-left: 17px solid #FFF; margin-left: 39px;}
.mfp-arrow-right:before {border-left: 27px solid #3F3F3F; }
/* Main image in popup */

/*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);}
.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:-30px; z-index:2; padding:0;width:60px; height:60px; text-align:center;font-size:0; background-color:rgba(0, 0, 0, 0.4); border:none;cursor:pointer;opacity:1; transition: all 0.4s ease; background-repeat:no-repeat; background-size:100% auto;background-position: center;}
.slick-arrow:before{content:"";position: absolute; width:12px; height:24px; background:#70C6D2;display:block; margin:0 auto; left:0;top:50%; right:0; transform:translate(0,-50%);}
.slick-arrow.slick-prev:before{clip-path: polygon(100% 0, 0 50%, 100% 100%);}
.slick-arrow.slick-next:before{clip-path: polygon(0 0, 100% 50%, 0% 100%);}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-next {right:0;}
.slick-arrow:hover:before{background:#fff	;}
.slick-arrow:hover {opacity:1; background:#000;}
.slick-arrow.slick-disabled{cursor:not-allowed; opacity:0.5;}
.slick-dots {display:block; margin:0 auto; padding:0; text-align:center;position: absolute; bottom:-60px; height:8px;}
.slick-dots li {margin:0 6px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button {display:block; width:8px; height:8px; font-size:0; padding: 0; background:none; border:1px solid #70C6D2; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer;}
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button {background:#70C6D2;}

/*Slick Slider Css End*/
.hamburger{display: none;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin:0;overflow: visible; height:20px;}
.hamburger-box{width:30px;height: 20px;display: inline-block;position: relative;}
.hamburger-inner{display: block;top: 50%;margin-top: -2px;}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{width: 30px;height: 2px;background-color:#fff;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner::before,
.hamburger-inner::after{content: "";display: block;}
.hamburger-inner::before{top: -8px;}
.hamburger-inner::after{bottom: -8px;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{background-color: #fff;}

/** Spin **/
.hamburger--spin .hamburger-inner{transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin .hamburger-inner::before{transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;}
.hamburger--spin .hamburger-inner::after{transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); width:16px;}
.hamburger--spin.is-active .hamburger-inner::before{opacity:0;}
.hamburger--spin.is-active .hamburger-inner::after{opacity:0;}

/*========= Mobile Menu STYLE Start ===========*/
.menu-open-overlay {position: fixed;left: 0;right: 0;top: 0;bottom: 0; display:none;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block {background:#0E3D75; position:absolute; left:0; top:0; right:0; padding:80px 20px 20px 20px; margin:0; display:none; transition:left 0.2s ease 0s; width:100%; z-index:1; font-size:14px; overflow:auto; height:100vh;}
.mobile-menu-open .mobile-menu-block{display:block;}
.mobile-menu-inner{ height:100%; overflow:auto; position: relative; z-index:2; display:-webkit-flex; display: flex;align-items: center; justify-content: center; flex-wrap: wrap;}
.mobile-menu-block ul{ margin: 0; list-style: none; }
.mobile-menu-block li {color:#0E3D75;position:relative; text-align:center; display:block;}
.mobile-menu-block li + li {margin-top:56px;}
.mobile-menu-block ul li a {color:#fff;font-size:16px;font-weight:bold;line-height:normal; letter-spacing:1.14px; text-align:center; position: relative;}
.page-template-tpl_testimonials .mobile-menu-block ul li.construction-page>a,
.single-projects .mobile-menu-block ul li.projects-menu > a,
.mobile-menu-block ul li.current_page_parent > a,
.mobile-menu-block ul li.current-menu-parent > a,
.mobile-menu-block ul li.menu-item-type-custom.current-menu-item:hover a,
.mobile-menu-block ul li.menu-item-type-custom.current-menu-item a:hover,
.mobile-menu-block ul li a:hover, .mobile-menu-block ul li a:focus,
.mobile-menu-block ul li.current-menu-item > a,
.mobile-menu-block ul li.current-page-ancestor > a,
.mobile-menu-block ul li a:hover, .mobile-menu-block ul li a:focus{color:#70C6D2 !important;}

.mobile-menu-block li li {border:none;}
.mobile-menu-block li li a {color:#4D4E56; font-size:14px; font-weight:500; line-height:16px;padding:12px 15px; letter-spacing:1px; display:block;}
.mobile-menu-block li li li a {padding-left:30px;}
.mobile-menu-block ul.sub-menu {display:none; position:static; background:#EFEFF1; width:320px; letter-spacing:0; padding:20px 0; margin:18px auto 0 auto;}
.mobile-menu-block ul.sub-menu li + li {margin-top:0;}
.mobile-menu-block ul.sub-menu li a:after {content: "";width: 30px;height: 30px;border-radius: 50%;position: absolute;left: auto;top:0;margin-left: -15px;z-index: -1;opacity: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;  background-image: linear-gradient(90deg, rgba(253, 131, 163, 0) 0%, #000 100%);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.mobile-menu-block ul.sub-menu li:hover a:after, .mobile-menu-block ul.sub-menu li.current-menu-item a:after{opacity:0.4;}
.hitarea {display:block; width:100%; height:40px; text-align:center; position:absolute; left:0; right:0; top:0; z-index:1;}
.hitarea:before {display:block; content:"\f107"; font-family:'Line Awesome Free'; font-size:14px; font-weight:900; position:absolute; right:10px; 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"; color:#000;}
/*========= Mobile Menu STYLE End ===========*/

/* ===== GLOBAL ================================================== */
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}
body{padding:0; margin:0; font-family:'Poppins', sans-serif; font-size:16px; line-height:24px; color:#231f20;background:#ecf0f6; overflow-x:hidden; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:#49A7BA; outline:none; -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:#49A7BA;}
a:focus{outline:0; outline: none;}
::-webkit-input-placeholder{color:#000; opacity:1;}
:-moz-placeholder{color:#000; opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:#000; opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:#000; opacity:1;}

blockquote, q{border-left:4px solid #000; padding-left:20px; margin:5px 0 40px 0;}
blockquote p, q p{font-size:26px; line-height:36px; font-weight:300;}
/* Ul Li & Ol Li CSS */
ul, ol {margin:0; 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:24px;  color:#000; font-weight:400;}
li a{color:#000;}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 20px;}
.entry-content ul li{list-style:none; padding:0 0 0 15px; margin:0 0 10px; position: relative;}
.entry-content ul li:before{display: block; content:""; width:5px; height:5px; background:#000; position: absolute; left:0; top:10px; border-radius:50%;}
.entry-content ul li li {list-style:disc;}
.entry-content ol{margin-left:20px;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 10px;}
.entry-content ol ul li{list-style:none;}
.entry-content ol {margin-left: 25px;}
.entry-content ul ol, .entry-content ol ul,
.entry-content ul ul, .entry-content ol ol {display: block;list-style: none; margin-top:10px;}
.entry-content ul ul li, .entry-content ol ol li{list-style: none;}

img.alignleft{float:left; margin:0 20px 20px 0; }
img.alignright{float:right; margin:0 0 20px 20px;}
img.alignnone {margin:0 0 20px;}
iframe.alignleft {float:left; margin:0 30px 20px 0;}
iframe.alignright {float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}

h1,h2,h3,h4,h5,h6{font-weight:bold; color:#000; font-family:'Poppins', sans-serif; line-height:normal; letter-spacing:0; margin:0 0 15px;}
h1, h2{font-size:60px; line-height:60px;}
h3{font-size:40px;line-height:44px;}
h4{font-size:30px; line-height:34px;}
h5{font-size:26px; line-height:31px;}
h6{font-size:22px;line-height:28px;}

p{font-family:'Poppins', sans-serif; font-size:16px; line-height:24px; color:#000; font-weight:400; letter-spacing:0; margin:0 0 28px;}
img {max-width:100%; height:auto; border:none; outline:none;}
strong{font-weight:bold;}

section *:last-child{margin-bottom:0;}
.container{max-width:1310px; padding:0 15px;}
.inner-container{max-width:1080px; width:100%; margin:0 auto;}

/*Form Input Field*/
input, textarea, select {background:#fff; border:1px solid #000; width:100%; text-align:left; padding:5px 15px; margin:0; font-size:14px; color:#000; font-weight:400;line-height:normal; font-family:'Poppins', sans-serif; height:50px; outline:none; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0; box-shadow:none; letter-spacing: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:120px; padding:15px 15px; vertical-align:top; resize:none; display:block;}

/*Buttons*/
.button, .btn{display:inline-block; padding:0 20px;background:none; border:2px solid #49A7BA; color:#49A7BA; font-size:14px; font-weight:500;font-family:'Poppins', sans-serif; cursor:pointer; letter-spacing:0; text-align:center; position:relative; min-width:200px; height:50px; line-height:46px; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; box-shadow:none; outline: 0; outline:none !important; box-shadow:none !important;}
.button:before, .btn:before {display:block; content:""; background:#fff; position:absolute; width:0; height:0; left:50%; right:50%; top:50%; bottom:50%; opacity:0.05; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; z-index:0; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.button:hover:before, .button:focus:before, .btn:hover:before, .btn:focus:before {width:auto; height:auto; left:-1px; right:-1px; top:-1px; bottom:-1px;}
.button:hover, .button.alt:hover, .btn:hover,
.button:focus, .button.alt:focus, .btn:focus,
.button:active, .button.alt:active, .btn:active{background:#49A7BA; color:#fff;outline:0;outline:0;}

/*Header & Banner Section*/
.header{position:fixed; background:#0E3D75; left:0; right:0; top:0; width:100%; z-index:99; padding:0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .container{max-width:1390px;}
.header-inner{align-items:center; flex-wrap: wrap; padding:20px 0; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.logo{flex-basis:146px; min-width:146px; max-width:146px; position:relative; z-index:2; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.logo span{display:-webkit-flex; display:flex;align-items: center;}
.logo a{width:146px; display:block; position:relative; z-index:1; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.logo a > img{display:block; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-right{position:relative; z-index:2; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; flex-basis:calc(100% - 146px); min-width:calc(100% - 146px); max-width:calc(100% - 146px);}

/*Nav Css*/
.nav-main{ position:relative; z-index:1; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.nav-main ul {margin:0; padding:0; display:flex;display:-webkit-flex; align-items: center;}
.nav-main ul > li{margin:0; padding:0px; list-style:none; position:relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.nav-main ul > li + li{margin-left:62px;}
.nav-main ul > li > a{display:block; color:#fff; font-size:14px; font-weight:bold; font-family:'Poppins', sans-serif;line-height:normal; letter-spacing:1px; white-space:nowrap; position:relative;z-index:2;padding:2px 0;}
.nav-main ul > li > a:after{content:"";position: absolute;left:0;right:0;bottom:0;background:#70C6D2;height:1px; width:0; margin:0 auto; transition: all 0.4s ease;}
.page-template-tpl_testimonials .nav-main ul > li.construction-page>a:after,
.single-projects .nav-main ul > li.projects-menu>a:after,
.nav-main ul > li.current-menu-item>a:after,
.nav-main ul > li.current-menu-parent>a:after,
.nav-main ul > li.current-page-ancestor>a:after,
.nav-main ul > li > a:focus:after,
.nav-main ul > li:hover > a:after,
.nav-main ul > li > a:hover:after{width:100%;}
.page-template-tpl_testimonials .nav-main ul > li.construction-page>a,
.single-projects .nav-main ul > li.projects-menu>a,
.nav-main ul > li.current-menu-item > a,
.nav-main ul > li.current-menu-parent > a,
.nav-main ul > li.current-page-ancestor > a,
.nav-main ul > li > a:focus{color:#fff;}
.nav-main ul > li:hover > a,
.nav-main ul > li > a:hover{color:#fff !important;}
.nav-main ul > li.menu-item-has-children > a{padding-right:15px;}
.nav-main ul.sub-menu > li + li{margin-left:0;}
.nav-main .sub-menu {display:none; position:absolute; left:0; top:100%; z-index:1;border-top:0; background:#EFEFF1; min-width:225px; letter-spacing:0; padding:15px 0; margin:0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.nav-main ul > li:hover > .sub-menu {display:block;}
.nav-main .sub-menu li {display:block; text-align:left; position:relative;}
.nav-main .sub-menu li a {display:block; color:#000; font-size:14px; letter-spacing:0; line-height:normal; font-weight:400; padding:10px 20px;}
.nav-main .sub-menu li a:before{left:20px;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li.current-menu-item a{color:#000;}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
.social-icon{margin-left:62px;}
.social-icon{display:-webkit-flex; display: flex;align-items: center;}
.social-icon a{display:block;width:40px; height:40px;background-image:url(../images/facebook-icon.svg);background-repeat:no-repeat; background-position: center;background-size:100% auto; transition: all 0.4s ease;}
.social-icon a.insta-icon{background-image:url(../images/instagram-icon.svg);}
.social-icon a+a{margin-left:10px;}
.social-icon a:hover{background-image:url(../images/facebook-icon-hover.svg);}
.social-icon a.insta-icon:hover{background-image:url(../images/instagram-icon-hover.svg);}

.empty-header{height:100px; transition: all 0.4s ease;}

/*Header Fixed*/
.home .header-inner{padding:40px 0;}
.home.header-fixed .header-inner{padding:20px 0;}
.home .header{background:none;}
.header-fixed .header{background:#0E3D75;}
.header-fixed .header .logo a{width:97px;}
.header-fixed .empty-header{height:80px;}

.home{overflow:hidden;}
.home .wrapper{overflow-y: scroll;height: 100vh;scroll-snap-type: mandatory;scroll-snap-points-y: repeat(100vh);scroll-snap-type: y mandatory;}
.home .wrapper footer,
.home .wrapper section {scroll-snap-align: start;}

/** Section1 - Banner Css **/
.home-banner-section{background:#000; height:100vh;min-height:400px;}
.home-banner-section .image-box{position: absolute;left:0;right:0;top:0;bottom:0; opacity:0.7;}
.home-banner-section .image-box img{width:100%; height:100%; object-fit:cover; object-position: center;display:block;}
.home-banner-section .container{height:100vh;}
.home-banner-section h1{color:#fff; margin-bottom:0;}
.banner-links {position: absolute;left: 0;right: 0;bottom: 40px;}
.banner-links li{padding:0;margin:0;list-style:none;}
.banner-links li a{font-size:18px; line-height:normal;font-weight:bold; color:#fff;padding:37px 30px;display:block; background:rgba(0, 0, 0, 0.4); position: relative; transition: all 0.4s ease;}
.banner-links li a:before {content: "";border-style: solid;border-width: 15px 0 15px 15px;border-color: transparent transparent transparent #fff;display: inline-block;vertical-align: middle;margin-right:18px; transition: all 0.4s ease;}
.banner-links li a:hover{background:rgb(14 61 117 / 90%); color:#70C6D2;}
.banner-links li a:hover:before{border-color: transparent transparent transparent #70C6D2;}

/** Home Section 2 Start **/
.home-section2 .items{width:100%; height:100vh; display:none;}
.home-section2 .items img{width:100%; height:100%; object-fit: cover; object-position: center;display:block;}
.home-section2 .items.slick-slide,
.home-section2 .items:first-child{display:block;}
.home-section2 .slick-dots {position: absolute;left: 0;right: 0;bottom:30px;}
.full-slider .slick-arrow.slick-next{right:20px;}
.full-slider .slick-arrow.slick-prev{left:20px;}

/** Home Section 3 Start **/
.bg-dark{background:#0e3d75 !important;}
.home-section3{height:100vh;}
.home-section3 .row{margin:-15px;}
.home-section3 .row>div{padding:15px;}
.icon-with-title-box{max-width:220px;padding:41px 20px; width:100%; margin:0 auto; background:rgba(0, 0, 0, 0.1); text-align: center; transition: all 0.4s ease; overflow:hidden;}
.icon-with-title-box .icon-box{max-width:110px; width:100%; height:100px; margin:0 auto;}
.icon-with-title-box .icon-box img{width:100%; height:100%; object-fit: contain; object-position: center;display: block;}
.icon-with-title-box .icon-box .default-icon{opacity:1;transition: all 0.4s ease;}
.icon-with-title-box .icon-box .hover-icon{opacity:0; transition: all 0.4s ease;}
.icon-with-title-box strong{display:block; color:#fff; font-size:16px; font-weight:bold; letter-spacing:1.14px; margin-top:15px; transition: all 0.4s ease;}
.icon-with-title-box:before {content: "";position: absolute;width: 30px;height: 30px;background: #70C6D2;right: -15px;bottom: -15px;opacity: 0.3;transition: all 0.4s ease; transform:rotate(45deg);}
.icon-with-title-box:hover{background:rgba(0, 0, 0, 0.3);}
.icon-with-title-box:hover:before{opacity:1;}
.icon-with-title-box:hover .icon-box .default-icon{opacity:0;}
.icon-with-title-box:hover .icon-box .hover-icon{opacity:1;}
.icon-with-title-box:hover strong{color:#70C6D2;}

/** Footer Start **/
.home .sticky-logo{right:17px; z-index:999;}
.footer {padding: 28px 0; background:#fff;}
.sticky-logo{position: fixed;right:0;bottom:0; max-width:198px; width:100%; z-index:9;}
.sticky-logo img{width:100%; height: auto;display: block;}
.sticky-logo a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity:0;}
.footer p{margin:0;font-size:14px; color:#0E3D75; margin-right:32px;}
.footer p a{color:#0E3D75;}
.footer p a:hover{color:#70C6D2;}
.footer p.privacy-link{margin:0 0 0 10%;}

/** Dorpat Construction Page Start **/
.top-left-shape{position: absolute;width:500px; height:500px; background:#FFFFFF; clip-path: polygon(0 0, 0 100%, 100% 0); left:0;top:0; z-index:-1;}
.page-title{padding:38px 0 32px 0;}
.page-title h1{font-size:80px; line-height:normal; font-weight:bold; color:#70C6D2; margin:0;}
.content-inner{max-width:730px; width:100%;}
.left-menu h6 {margin-bottom: 22px;}
.left-menu ul{padding:0;margin:0;list-style:none;}
.left-menu ul li{padding:0 0 0 20px;margin:0;list-style:none; display:block; position: relative;}
.left-menu ul li:before{display:inline-block; content:""; width:8px; height:16px; background:#70C6D2;clip-path: polygon(100% 50%, 0 100%, 0 0); position: absolute;left:0;top:4px;}
.left-menu ul li + li {margin-top: 12px;}
.left-menu ul li a{font-size:16px; line-height:16px; color:#000000; font-weight:400; position: relative; transition: all 0.4s ease; display:inline-block;}
.left-menu ul li a:before{content:"";position: absolute;left:0;right:0; bottom:-2px; width:0; height:1px; background:#70C6D2; transition:all 0.4s ease;}
.left-menu ul li.current-menu-item>a, .left-menu ul li.current-menu-parent>a, .left-menu ul li.current-page-ancestor>a, .left-menu ul li a:hover{color:#0E3D75;}
.left-menu ul li.current-menu-item>a:before, .left-menu ul li.current-menu-parent>a:before, .left-menu ul li.current-page-ancestor>a:before, .left-menu ul li a:hover:before{width:100%;}
.left-block .left-menu + .left-menu {margin-top: 50px;}
.top-right-shape{position: absolute;top:100px;right:0; width:291px; height:789px; overflow:hidden; z-index:-1; transition: all 0.4s ease;}
.top-right-shape .cover-image{width:100%; height:100%; object-fit:cover; object-position:center;}
.top-right-shape .shape-image{width:100%; height:100%; object-fit: cover; object-position: top right; position: relative; z-index:1; position: absolute;top:0;right:0;bottom:0;left:0;}
.header-fixed .top-right-shape{top:80px;}
.middle-section{min-height:71.5vh;}
.middle-section .content-inner *:last-child{margin-bottom:0;}
.middle-section .content-inner p{line-height:19px; margin-bottom:33px;}
.team-box .image-box{width:100px; height:100px; margin:0 auto; overflow:hidden; border-radius:50%; display:block;}
.team-box .image-box img{width:100%; height:100%; object-fit: cover; object-position: center;display:block;}
.team-box h6{font-size:16px; line-height:19px; color:#000;display:block;text-align: center; margin:16px 0 0;}
.team-box h6 a{color:#000;}

/** Team Popup Start **/
.popup-main {max-width:600px;background: #ecf0f6;width: 90%;margin: 20px auto; padding:60px; position: relative; overflow:hidden;}
.team-content-box,
.popup-main .row{position:relative; z-index:1;}
.popup-shape{position: absolute;right:0;top:0;width:232px;}
.popup-shape img{width:100%; height: auto;display:block;}
.popup-main .left-block {min-width:27%;max-width:27%;flex-basis:27%; padding:0;}
.popup-main .left-block img{height:auto !important; max-width:100% !important;}
.popup-main .right-content{min-width:73%;max-width:73%;flex-basis:73%; padding:0 0 0 30px;}
.popup-main .right-content *:last-child{margin-bottom:0;}
.popup-main .right-content h6 {font-size:18px; line-height:21px; margin-bottom: 2px;}
.sub-title{font-size:14px; line-height:24px;}
.popup-main .team-content-box p{font-size:14px; line-height:24px; margin-bottom:30px;}
.team-contact-info {padding-top: 30px;}
.team-contact-info .items{font-size:14px; font-weight:400; line-height:17px; color:#000; padding-left:27px; position: relative; transition: all 0.4s ease;}
.team-contact-info .items a{color:#000;}
.team-contact-info .items a:hover{color:#70C6D2;}
.team-contact-info .items .phone-icon{background:url(../images/phone-icon.svg) no-repeat center; background-size:100% auto; width:16px; height:16px; display:inline-block; position: absolute;left:0;top:2px;}
.team-contact-info .items .email-icon{background:url(../images/email-icon.svg) no-repeat center; background-size:100% auto; width:16px; height:12px; display:inline-block; position: absolute;left:0;top:2px;}
.team-contact-info .items + .items {margin-top:12px;}

.review-list .items{padding-left:20px; border-left:2px solid rgb(112 198 210 / 50%);}
.review-list .items + .items{margin-top:73px;}
.review-list .title{display:block;font-weight:bold;font-size:14px; line-height:17px;color:#000;}
.review-list .sub-title{display:block;font-size:14px; line-height:17px; color:#000;}
.middle-section .content-inner .review-list p{line-height:24px;margin-bottom:25px;}

/** Project List Page Start **/
.projects-list.row{margin:-20px;}
.projects-list.row>div{padding:20px;}
.projects-list .projects-box{background:#fff; height:100%;}
.projects-list .projects-box:after{content:""; width:30px;height:30px; background:#70C6D2;display:block;position: absolute;bottom:0;right:0;clip-path: polygon(100% 0, 100% 100%, 0% 100%); transition: all 0.4s ease;}
.projects-list .projects-box .image-box{width:100%;height:260px; overflow:hidden;background:#A4AAAF;display:block;}
.projects-list .projects-box .image-box img{width:100% !important; height:100% !important; object-fit: cover; object-position: center;display:block; transition: all 0.4s ease; max-width:none !important;max-height:none !important;}
.projects-list .project-info-box{padding:35px 30px;}
.projects-list .project-info-box h6{color:#000; transition: all 0.4s ease; margin-bottom:17px;}
.icon-with-text{padding-left:25px; font-size:14px; line-height:12px; color:#000; transition: all 0.4s ease;}
.projects-list .icon-with-text + .icon-with-text {margin-top: 20px;}
.map-icon{background:url(../images/map-icon.svg) no-repeat center; background-size:100% auto; width:14px; height:16px;}
.calender-icon{background:url(../images/calender-icon.svg) no-repeat center; background-size:100% auto; width:16px; height:16px;}
.area-icon{background:url(../images/area-icon.svg) no-repeat center; background-size:100% auto; width:16px; height:16px;}
.projects-list .projects-box:hover .image-box img{transform: scale(1.1);}
.projects-list .projects-box:hover h6{color:#0E3D75;}
.projects-list .projects-box:hover .icon-with-text{color:#0E3D75;}
.projects-list .projects-box:hover:after{width:80px; height:80px;}

/** Projects Details Page Start **/
.top-right-shape.left-reverse {left: 0;right: auto;transform: rotateY(180deg);}
.bdr-top{border-top:2px solid rgb(112 198 210 / 50%);}

.large-image-list .image-box {width: 100%;height:410px;overflow: hidden;}
.large-image-list .image-box{display:none;}
.large-image-list .image-box.slick-slide,
.large-image-list .image-box:nth-child(1){display:block;}
.small-image-list .image-box img,
.large-image-list .image-box img{width:100%; height:100%; object-fit: cover; object-position: center;display:block;}
.small-image-list{margin:15px -10px -10px -10px;}
.small-image-list .slick-track {width: 100% !important;transform: none !important; display:-webkit-flex; display:flex;flex-wrap: wrap;}
.small-image-list .image-item{padding:10px;width:25% !important; min-width:25%;max-width:25%;flex-basis:25%;}
.small-image-list .image-box {width: 100%;height:142px;overflow: hidden; background:#fff; transition: all 0.4s ease; cursor:pointer;}
.small-image-list .slick-current .image-box{border:2px solid #70C6D2; padding:4px;}
.project-content{padding-left:35px;}
.project-content h5 {margin-bottom: 40px;}
.project-content .icon-with-text-main {margin-bottom: 42px;}
.project-content .icon-with-text {font-size: 14px;line-height: 16px; min-width:33.333%; max-width:33.333%;flex-basis:33.333%; padding-right:20px;}
.project-content .icon-with-text i {top: 50%;transform: translate(0, -50%);}
.pagination .text-link {font-size: 16px;font-weight: bold;color: #0E3D75;line-height: normal;position: relative; transition: all 0.4s ease;}
.pagination .text-link.prev:before{content:"";width:8px; height:16px; display:inline-block; vertical-align:middle; background:#70C6D2;clip-path: polygon(100% 0, 0 50%, 100% 100%); margin-right:10px;}
.pagination .text-link.next:after{content:"";width:8px; height:16px; display:inline-block; vertical-align:middle; background:#70C6D2;clip-path: polygon(0 0, 100% 50%, 0 100%); margin-left:10px;}
.pagination .text-link + .text-link{margin-left:60px;}
.pagination .text-link span{font-size:0;}
.pagination .text-link a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.pagination .text-link:hover{color:#70C6D2;}

/** Team List Page Start **/
.team-list1.row{margin:-20px;}
.team-list1.row>div{padding:20px;}
.team-box-main{background:#fff; padding:10px; height:100%; z-index:1;}
.team-box-main .image-box {width: 130px;height: 160px;min-width: 130px;flex-basis: 130px;max-width: 130px;overflow: hidden;}
.team-box-main .image-box img{width:100%; height:100%; object-fit: cover; object-position: center;}
.team-box-main .team-info{padding-left:20px;}
.contact-info-box-main h6,
.team-box-main .team-info h6{font-size:18px; line-height:21px;margin-bottom:3px; transition: all 0.4s ease;}
.team-box-main .team-info .sub-title{font-size:14px; line-height:24px; color:#000;font-weight:400; display:block;transition: all 0.4s ease;}
.team-box-shape{width:60px; z-index:-1; transition: all 0.4s ease; opacity:0;}
.team-box-shape img{width:100%; height:auto;display:block;}
.team-box-main:hover .team-box-shape{opacity:1;}
.team-box-main:hover .team-contact-info .items a,
.team-box-main:hover .team-contact-info .items,
.team-box-main:hover .team-info .sub-title,
.team-box-main:hover .team-info h6{color:#0E3D75;}
.contact-info-box-main{background:#0E3D75;height:100%; padding:50px; z-index:1;}
.contact-info-box-main h6{color:#fff; margin-bottom:11px;}
.contact-info-box-main p{color:#fff; margin-bottom:0;}
.contact-info-box-main p a{color:#70C6D2;text-decoration:underline;}
.contact-info-box-main p a:hover{text-decoration:none; color:#fff;}
.contact-info-box-main .team-box-shape{opacity:0.2;}

/** Team Details Page Start **/
.page-template-tpl_team .team-content-box .btn{display:none;}
body:not(.page-template-tpl_team) .popup-main {background: #fff;}
body:not(.page-template-tpl_team) .team-content-box .btn {min-width: 1px; border-radius: 0;}


.register-form {margin: 0;}
.register-form .footer-form {flex-direction: column;}
.register-form .footer-form .form-row {width: 100%; display: flex; flex-direction: column; margin-bottom: 20px;}
.register-form .footer-form .form-row label {color: var(--white-color); font-size: 1rem; letter-spacing: 0.89px; font-family: var(--primary-font); font-weight: 500; margin-bottom: 5px; line-height: normal; text-transform: uppercase;}
.register-form .footer-form .form-row.action {margin-bottom: 0; padding-top: 20px;}
.register-form .footer-form .form-row input, 
.register-form .footer-form .form-row textarea {font-family: var(--primary-font); font-size: 1rem; font-weight: 500; color: var(--black-color); height: 50px; border: 0; padding: 0 15px; outline: none; box-shadow: none;}
.register-form .footer-form .form-row textarea {padding: 10px 15px; height: 130px;}
.register-form .footer-form .form-row.action .btn {color: var(--black-color); text-transform: uppercase; letter-spacing: 2px; font-size: 18px; text-align: center; background: url('https://dorpatehitus.ee/wp-content/themes/dorpat-ehitus/assets/images/btn-bg.png'); background-size: 100%; background-position: center; border-radius: 0;}
.footer-form .form-row.checkbox-row {flex-direction: column;}
.footer-form .form-row.checkbox-row p {width: 100%;display: block;}
.footer-form .form-row.checkbox-row p {margin-bottom: 15px; position: relative;}
.footer-form .form-row.checkbox-row input {left: 0; top: 0; width: 20px; height: 20px;}
.footer-form .form-row.checkbox-row label {text-transform: none !important; margin: 0; width: auto; padding-left: 28px; line-height: 20px; font-size: 12px; color: var(--white-color) !important;}
.footer-form .form-row.checkbox-row label a{color:var(--primary-color);}
.footer-form .form-row.checkbox-row p:last-child {margin-bottom: 0;}
.footer-form .form-row.checkbox-row label:before {content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: #fff; border: solid 1px #CEBBA0; border-radius: 0px;}
.footer-form .form-row.checkbox-row label a {text-decoration: underline;}

.success-message h4, .success-message p {color:#0E3D75;}

/** Guarantee Page Start **/
.guarantee-page .container {max-width: 980px;}
.guarantee-page .content-inner {max-width: 100%;}
.middle-section.guarantee-page .content-inner p {line-height: 25px;}
.guarantee-form .row {margin: 0 -20px;}
.guarantee-form .row>div{padding:0 20px;}
.guarantee-form .field {margin-bottom: 26px !important;}
.guarantee-form input, .guarantee-form textarea, .guarantee-form select {height: 42px;border: 0;background: none;border-bottom: 2px solid rgb(0 0 0 / 16%);font-size: 16px;font-weight: 500;padding: 0;color: #000;}
.select-box{display:block; width:100%;position:relative; cursor:pointer;}
.select-box:after {position: absolute;content: "";right: 0;top: 50%;margin-top: -4px;z-index: 1;border-width: 8px 8px 0 8px;border-style: solid;border-color: #49A7BA transparent transparent transparent;}
.guarantee-form select {padding-right: 40px;background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer; }
.guarantee-form textarea {height: 88px;}
.guarantee-form label {font-size: 16px;font-weight: 500;color: #000000;display: block;margin-bottom: 10px;}
.file-upload {border: 2px solid rgb(0 0 0 / 16%);padding: 20px;}
.file-upload input {position: absolute;left: 0;right: 0;top: 0;bottom: 0;height: 100%;opacity: 0;z-index: 1;cursor: pointer;}
.file-upload .upload-label {font-size: 16px;font-weight: 500;line-height: normal;margin-right: 25px; color:#000000;}
.file-upload .file-upload-btn {width: 120px;height: 34px;background: #0C3669;border: 0;color: #fff;font-size: 16px;line-height: 34px;}
.field .file-name{font-size: 13px; line-height: normal;}
.field.form-title-block {margin-top: 10px;margin-bottom: 15px !important;}
.checkbox{padding-left:46px; position: relative;}
.checkbox label{font-size:16px;line-height:28px; color:#000; cursor:pointer;}
.checkbox label a{color:#0C3669;text-decoration: underline;}
.checkbox label a:hover{text-decoration: none;}
.checkbox input {opacity: 0;position: absolute;height: auto;left: 0;top: 0;}
.checkbox label:after,
.checkbox label:before {content: "";width:28px;height:28px;display: block;position: absolute;left: 0;top:0; background:url(../images/check-icon.svg) no-repeat center;background-size:100% auto; transition: opacity 0.4s ease-in-out;}
.checkbox label:after {background:url(../images/checked-icon.svg) no-repeat center;background-size:100% auto;opacity:0;}
.checkbox input[type="checkbox"]:checked+label:before{opacity:0;}
.checkbox input[type="checkbox"]:checked+label:after{opacity:1;}
.guarantee-form .form-row .checkbox {margin-top: 10px;}
.guarantee-form .form-row.action {margin: 37px 0 0 0 !important;}
.guarantee-form .form-row.action input.btn {background: #0E3D75;color: #fff;min-width: 404px;height: 60px;border-radius: 0;border: 1px solid #707070;line-height: 60px;}
.guarantee-form .form-row.action input.btn:hover{background:#70C6D2;border-color: #70C6D2;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1699px) {
.footer-stamp {margin-right: 8rem;}
}
@media screen and (max-width:1399px) {
.header .container{padding-right:35px;}
.top-right-shape{width:250px; height:679px;}
.footer-stamp {margin-right: 11rem;}
}

@media screen and (max-width:1299px) {
.footer-stamp {margin-right: 14rem;}
}

/* iPad 1024px View */
@media screen and (max-width:1199px) {
h1, h2{font-size:48px; line-height:48px;}
h3{font-size:36px;line-height:40px;}
h4{font-size:28px; line-height:30px;}
h5{font-size:24px; line-height:26px;}
h6{font-size:20px;line-height:24px;}
blockquote p, q p {font-size: 24px;line-height: 34px;}

/** Section1 - Banner Css **/
.banner-links {bottom: 30px;}
.banner-links li a{font-size:16px;padding:30px 25px;}
.banner-links li a:before {margin-right: 15px;}

/** Home Section 2 Start **/
.home-section2 .slick-dots {bottom:20px;}

/** Footer Start **/
.home .sticky-logo{right:0;}
.footer {padding: 20px 0 80px 0;}
.sticky-logo{max-width:160px;}
.footer-stamp {margin-right: 0;}

/** Dorpat Construction Page Start **/
.top-left-shape{width:400px; height:400px;}
.page-title{padding:30px 0;}
.page-title h1{font-size:70px;}
.content-inner{max-width:580px;}
.left-menu h6 {margin-bottom: 20px;}
.left-menu ul li + li {margin-top: 10px;}
.left-menu ul li a{font-size:14px;}
.left-block .left-menu + .left-menu {margin-top: 40px;}
.header-fixed .top-right-shape{top:80px;}
.top-right-shape{width:180px; height:490px;}
.middle-section{min-height:1px;}
.middle-section .content-inner p{margin-bottom:25px;}

.team-box .image-box{width:80px; height:80px;}
.team-box h6{margin:10px 0 0; font-size:14px;}

.review-list .items{padding-left:15px;}
.review-list .items + .items{margin-top:50px;}
.middle-section .content-inner .review-list p{margin-bottom:20px;}

/** Project List Page Start **/
.projects-list.row{margin:-15px;}
.projects-list.row>div{padding:15px;}
.projects-list .projects-box .image-box{height:200px;}
.projects-list .project-info-box{padding:30px 25px;}
.projects-list .project-info-box h6{margin-bottom:15px;}
.projects-list .icon-with-text + .icon-with-text {margin-top: 15px;}

/** Projects Details Page Start **/
.large-image-list .image-box {height:360px;}
.small-image-list .image-box {height:113px;}
.small-image-list {margin:5px -5px -5px -5px;}
.small-image-list .image-item{padding:5px;}
.project-content{padding-left:0;}
.project-content h5 {margin-bottom: 30px;}
.project-content .icon-with-text-main {margin-bottom: 15px;}
.project-content .icon-with-text {min-width:50%; max-width:50%;flex-basis:50%; padding-right:15px; margin-bottom:15px;}
.pagination .text-link {font-size:14px;}
.pagination .text-link + .text-link{margin-left:40px;}

/** Team List Page Start **/
.team-list1.row{margin:-15px;}
.team-list1.row>div{padding:15px;}
.team-box-main .image-box {height: 130px;width:100px;min-width:100px;flex-basis:100px;max-width:100px;overflow: hidden;}
.team-box-main .team-contact-info {padding-top: 20px;}
.team-box-main .team-info{padding-left:15px;}
.contact-info-box-main h6,
.team-box-main .team-info h6{font-size:16px; line-height:19px;}
.team-box-shape{width:60px;}
.contact-info-box-main{padding:36px;}
.contact-info-box-main h6{color:#fff; margin-bottom:11px;}

}
@media screen and (max-width:991px) {
h1, h2{font-size:36px; line-height:36px;}
h3{font-size:30px;line-height:32px;}
h4{font-size:26px; line-height:28px;}
h5{font-size:22px; line-height:24px;}
h6 {font-size:18px;line-height:22px;}
p{margin-bottom:20px;}
blockquote p, q p {font-size: 22px;line-height: 32px;}
.entry-content p {margin-bottom: 25px;}

/** Header Start **/
.hamburger{display:inline-block;}
.nav-main{display:none !important;}
.home .header-inner,
.home.header-fixed .header-inner{padding:20px 0;}
.header .logo a,
.header-fixed .header .logo a{width:97px;}
.logo{flex-basis:97px; min-width:97px; max-width:97px;}
.header-right{flex-basis:calc(100% - 97px); min-width:calc(100% - 97px); max-width:calc(100% - 97px); align-items: center;}
.social-icon {margin: 64px 0 0 0;justify-content: center; width:100%;}
.empty-header,
.header-fixed .empty-header{height:80px;}

/** Section1 - Banner Css **/
.banner-links {bottom: 20px;}
.banner-links li a{font-size:14px;padding:25px 20px;}
.banner-links li a:before {margin-right:10px; border-width:10px 0 10px 10px;}

/**Footer Start **/
.footer {padding:17px 0;}
.sticky-logo{max-width:140px;}
.footer p.privacy-link{margin:0 0 0 5%;}
.footer-stamp.ms-auto {margin: 1rem auto 0 auto;}

/** Dorpat Construction Page Start **/
.top-left-shape{width:300px; height:300px;}
.page-title{padding:20px 0;}
.page-title h1{font-size:50px;}
.content-inner{max-width:400px;}
.left-menu h6 {margin-bottom: 15px;}
.left-menu ul li + li {margin-top: 8px;}
.left-block .left-menu + .left-menu {margin-top: 30px;}
.top-right-shape,
.header-fixed .top-right-shape{top:80px;}
.top-right-shape{width:100px; height:270px;}

.review-list .items + .items{margin-top:40px;}

/** Project List Page Start **/
.projects-list .projects-box .image-box{height:220px;}
.projects-list .project-info-box{padding:25px;}

/** Projects Details Page Start **/
.large-image-list .image-box {height:410px;}
.small-image-list .image-box {height:140px;}
.small-image-list .image-item {width:20% !important;min-width:20%;max-width:20%;flex-basis:20%;}
.project-content{margin-top:30px;}
.project-content .icon-with-text {min-width:33.333%; max-width:33.333%;flex-basis:33.333%; padding-right:15px; margin-bottom:15px;}
.pagination .text-link + .text-link{margin-left:30px;}


}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
h1, h2{font-size:40px; line-height:42px;}
h3{font-size:36px;line-height:38px;}
h4{font-size:30px; line-height:32px;}
h5{font-size:24px; line-height:26px;}
h5{font-size:22px; line-height:24px;}
blockquote p, q p {font-size: 18px;line-height:28px;}
p{margin-bottom:15px;}
.entry-content p {margin-bottom: 15px;}
hr{margin: 20px 0;}
input, select{height: 40px;}
img.alignleft, img.alignright, iframe.alignleft, iframe.alignright{float:none; margin:0 0 15px;}
iframe.alignleft, iframe.alignright {width:100%;}
.slick-arrow{width:40px; height:40px;}
.slick-arrow:before{width:8px; height:16px;}
.mfp-close {width: 40px;height: 40px;line-height: 40px;right: 15px;top: 15px !important;background-size: 16px auto !important;}
.mfp-close:hover, .mfp-close:focus {background-size:16px auto !important;}
button.mfp-arrow {width:40px;height:40px;}
button.mfp-arrow:before{width:8px; height:16px;}
.home {overflow: inherit;}
.home .wrapper {overflow-y: inherit;height: auto;scroll-snap-type: inherit;scroll-snap-points-y: inherit;scroll-snap-type: inherit;}

/** Section1 - Banner Css **/
.home-banner-section{min-height:510px; padding-top:178px; padding-bottom:45px;}
.home-banner-section .container{height:auto;}
.banner-links {position: static; margin-top:100px;}
.banner-links li{min-width:100%; max-width:100%; flex-basis:100%;}
.banner-links li + li{margin-top:2px;}
.banner-links li a{font-size:16px;padding:17px 30px; text-align:left;}
.banner-links li a:before {margin-right:15px; border-width:10px 0 10px 10px;}

/** Home Section 2 Start **/
.full-slider .slick-arrow.slick-next{right:15px;}
.full-slider .slick-arrow.slick-prev{left:15px;}

/** Home Section 3 Start **/
.home-section3{height:auto;}

/**Footer Start **/
.footer{padding:15px 0;}
.sticky-logo{max-width:100px;}
.footer p{margin-right:0; font-size:13px; text-align: center;display:block; width:100%;}
.footer p.privacy-link{margin:0;}
.footer-stamp a {width: 5rem !important;height: 5rem !important;}

/** Dorpat Construction Page Start **/
.top-left-shape{width:180px; height:180px;top:80px;}
.page-title{padding:24px 0 20px 0;}
.page-title h1{font-size:40px; line-height:1;}
.content-inner{max-width:100%;}
.left-block{margin-bottom:30px !important;}
.left-menu {border: 2px solid #70C6D2;padding: 18px;}
.left-block .left-menu + .left-menu {margin-top: 10px;}
.left-menu h6 {margin:-6px 0 -6px 0; font-size:16px; cursor:pointer; position: relative; transition: all 0.4s ease;}
.left-menu h6:after{content:"";position: absolute;top:50%;right:0; transform: translate(0, -50%); background-image:url(../images/plus-icon.svg); background-size: 100% auto; background-repeat: no-repeat; background-position: center;display:block; width:16px; height:16px; transition: all 0.4s ease;}
.left-menu.active h6:after{background-image:url(../images/minus-icon.svg);}
.left-menu ul li + li {margin-top: 18px;}
.left-menu ul li:before{top:3px;}
.left-menu ul li a{font-size:16px;}
.left-menu .page-menu{display:none;}
.left-menu.active .page-menu{display:block;}
.left-menu.active h6{margin:0 0 15px 0;}
.top-right-shape{width:180px; height:488px; display:none;}
.top-right-shape.d-none{display:block !important;}
.team-list.row {margin: -15px;}
.team-list.row>div{padding:15px; width:50%;}

/** Team Popup Start **/
.popup-shape{width:150px;}
.mfp-close{right:10px;top:10px !important;}
.popup-main {padding:20px;}
.popup-main .left-block {min-width:30%;max-width:30%;flex-basis:30%; padding:0;}
.popup-main .right-content{min-width:70%;max-width:70%;flex-basis:70%; padding:0 0 0 30px;}
.popup-main .right-content h6 {font-size:16px; line-height:18px; margin-bottom: 0;}
.popup-main .team-content-box p{margin-bottom:15px;}
.team-contact-info {padding-top: 20px;}
.team-contact-info .items + .items {margin-top:8px;}

.review-list .items + .items{margin-top:30px;}

/** Project List Page Start **/
.projects-list .projects-box .image-box{height:240px;}

/** Projects Details Page Start **/
.large-image-list .image-box {height:300px;}
.small-image-list .image-box {height:82px;}
.small-image-list .image-item {width:20% !important;min-width:20%;max-width:20%;flex-basis:20%;}
.project-content h5 {margin-bottom: 20px;}
.project-content{margin-top:30px;}
.project-content .icon-with-text {min-width:50%; max-width:50%;flex-basis:50%;}
.pagination.ms-auto {margin: 20px 0 0 0 !important; width:100%;}
.pagination .text-link{margin-right:20px;}
.pagination .text-link:last-child{margin-right:0;}
.pagination .text-link + .text-link{margin-left:0;}

/** Team List Page Start **/
.team-list1.row{margin:-10px;}
.team-list1.row>div{padding:10px;}
.team-box-main .image-box {height:160px;width:130px;min-width:130px;flex-basis:130px;max-width:130px;}
.contact-info-box-main{padding:50px;}
.team-box-shape {width: 40px;}
}
@media screen and (max-width:479px){
/** Team Popup Start **/
.mfp-close{right:10px;top:10px !important;}
.popup-main .left-block {min-width:100%;max-width:100%;flex-basis:100%;}
.popup-main .right-content{min-width:100%;max-width:100%;flex-basis:100%; padding:20px 0 0 0;}
.popup-main .team-content-box{padding-top:30px !important;}

/** Team List Page Start **/
.team-box-main .image-box {height:100px;width:80px;min-width:80px;flex-basis:80px;max-width:80px;}
.contact-info-box-main{padding:36px;}
.team-box-main .team-contact-info {padding-top: 10px;}
.team-box-main .team-info .sub-title,
.team-contact-info .items{font-size:13px;}

.file-upload .upload-label,
.file-upload .file-upload-btn,
.guarantee-form input, .guarantee-form textarea, .guarantee-form select,
.guarantee-form label {font-size: 14px;}
.guarantee-form .form-row.action input.btn {min-width: 274px;height: 50px;line-height: 50px;}

}
/*View :: 320px ::*/
@media screen and (max-width:350px){
h1, h2{font-size:36px; line-height:38px;}
h3{font-size:30px;line-height:32px;}
h4{font-size:24px; line-height:26px;}
h5{font-size:22px; line-height:24px;}
h5{font-size:20px; line-height:22px;}

/** Section1 - Banner Css **/
.home-banner-section{min-height:480px;padding-top:150px; padding-bottom:40px;}
.banner-links {margin-top:80px;}
.banner-links li a{font-size:15px; padding:15px 25px;}

/** Project List Page Start **/
.projects-list .projects-box:hover:after{width:60px; height:60px;}
.projects-list .project-info-box{padding:20px;}
.projects-list .projects-box .image-box{height:200px;}

/** Projects Details Page Start **/
.large-image-list .image-box {height:240px;}
.small-image-list .image-box {height:89px;}
.small-image-list .image-item {width:33.333% !important;min-width:33.333%;max-width:33.333%;flex-basis:33.333%;}
.project-content .icon-with-text {min-width:100%; max-width:100%;flex-basis:100%;}
.pagination .text-link {margin-right: 15px;}
.pagination .text-link {font-size: 13px;}
.pagination .text-link.prev:before{margin-right:5px;}
.pagination .text-link.next:after{margin-left:5px;}

/** Team List Page Start **/
.contact-info-box-main{padding:20px;}
.team-box-main{padding:5px;}
.team-box-shape {width: 30px;}
}