/*==================================:: 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{visibility:hidden;}
/*==================================:: WOW 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;}
.hamburger-box{width:20px;height:14px;display: inline-block;position: relative;}
.hamburger-inner{display: block;top: 50%;margin-top: -2px;}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{width:20px;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: -6px;}
.hamburger-inner::after{bottom: -6px;width:20px;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{background-color: #fff;}
.hamburger.is-active .hamburger-inner::after{width:20px;}

/** 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);}
.hamburger--spin.is-active .hamburger-inner{transform: rotate(225deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.hamburger--spin.is-active .hamburger-inner::before{top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}
.hamburger--spin.is-active .hamburger-inner::after{bottom: 0;transform: rotate(-90deg);transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}

/*========= 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:#00416B; color: #fff; position:absolute; left:0; top:0; right:0; padding:120px 20px 40px 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;}
.mobile-menu-block ul{ margin: 0; list-style: none; }
.mobile-menu-block li {color:#fff;position:relative; text-align:center; display:block;}
.mobile-menu-block li + li {margin-top:20px;}
.mobile-menu-block ul li a {color: #fff;font-size:16px;font-weight:600;line-height:normal; letter-spacing:0; text-align:center; text-transform:none;}
.mobile-menu-block ul li.menu-item-type-custom.current-menu-item a{color:#fff;}
.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 {color:#fff; opacity:0.5;}
.mobile-menu-block li li {border:none;}
.mobile-menu-block li li a {color:#00416B; font-size:16px; font-weight:bold; line-height:16px; text-transform:capitalize; padding:12px 15px; letter-spacing:0.73px; display:block;}
.mobile-menu-block li li li a {padding-left:30px;}
.mobile-menu-block ul.sub-menu {display:none; position:static; background:#f1f3f5; 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%, #CC9F53 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-weight:900; font-size:18px; 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:#CC9F53;}
.mobile-menu-block .language-menu{ margin:38px auto 0 auto !important; width:65px; position: relative;}
.mobile-menu-block .language-menu ul > li.menu-item-has-children > a:after{display:none;}
.language-menu .hitarea{height:20px;}
.language-menu .hitarea:before {display:block; content:"\f107"; font-family:'Line Awesome Free'; line-height:30px; font-weight:900; font-size:12px; position:absolute; right:0; top:50%; margin:0 auto; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);}
.language-menu .collapsable-hitarea.hitarea:before {content:"\f106"; color:#fff;}
.mobile-menu-block .language-menu ul>li.menu-item-has-children:after{display:none;}
.mobile-menu-block .language-menu ul.sub-menu{margin:0;}

/*========= Mobile Menu STYLE End ===========*/

/* ===== RESET ================================================== */
main, abbr, acronym, address, applet, article, aside, audio,blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, 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, tdvideo, tt,u, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:normal; 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: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;}
blockquote,q{quotes:none; padding:15px; margin-bottom:20px; background:#f0f3f5; border-left:4px solid #324c7c;}
blockquote *:last-child, q *:last-child{margin-bottom:0;}
hr{display:block; height:1px; max-width:100%; border:0; border-top:1px solid #CC9F53; margin:30px 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);}
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;}

/* ===== GLOBAL ================================================== */
body{font-family:'Montserrat', sans-serif; font-size:16px; line-height:24px; color:#00416B;background:#fff; overflow-x:hidden; padding:84px 0 0; margin:0;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:#00416B; 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:#0056b3;}
a:focus{outline:0; outline: none;}
::-webkit-input-placeholder{color:#919396; opacity:1;}
:-moz-placeholder{color:#919396; opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:#919396; opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:#919396; opacity:1;}

/* 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:#404040; font-weight:400;}
li a {color:#404040;}
.entry-content li a{text-decoration:underline;}
.entry-content li a:hover{text-decoration:none; color:#CC9F53;}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 10px 10px;}
.entry-content ul li{list-style:none; padding:0 0 0 25px; margin:0 0 10px; position: relative;}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:18px; height:4px; background:#00416B; position: absolute; left:0; top:13px; border-radius:0;}
.entry-content ol{margin-left:25px;}
.entry-content ul li li {list-style:disc;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 10px 0;}

h1,h2,h3,h4,h5,h6{font-weight:500; color:#00416B; font-family:'Montserrat', sans-serif; line-height:normal; letter-spacing:0; margin:0 0 15px}
h1, h2{font-size:40px;line-height:50px;}
h3{font-size:30px;line-height:36px;}
h4{font-size:26px;line-height:32px;}
h5{font-size:24px; line-height:28px; font-family:'Montserrat', sans-serif; font-weight:bold;}
h6{font-size:18px;line-height:22px; font-family:'Montserrat', sans-serif;font-weight:bold;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{color:#CC9F53; font-weight:400;}

p{font-family:'Montserrat', sans-serif; font-size:20px; line-height:32px; color:#404040; font-weight:400; letter-spacing:0; margin:0 0 20px;}
img {max-width:100%; height:auto; border:none; outline:none;}
strong{font-weight:bold;}

/*table structure*/
table{border-right:1px solid #eee; border-top:1px solid #eee; width: 100%;}
table th, table td{border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:15px; color:#2e3656; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#2e3656; font-weight:500; background:#f7f6f6;}
table th a {color:#1F43D4;}
table th a:hover {color:#1F43D4;}
.table-striped th, .table-striped td {position:relative;}
.table-striped tbody tr:nth-of-type(even) td {background:#f7f6f6;}
.scroll-div{overflow: auto;}

.middle-section{padding:80px 0;}
.hide {display: none;}
.relative{position: relative;}
.align-center {text-align: center;}
.v-align {align-items: center;}
.container{max-width:1200px; padding:0 15px;}
figure.alignleft,
img.alignleft{float:left; margin:0 40px 20px 0;}
figure.alignright,
img.alignright{float:right; margin:0 0 20px 40px;}
figure.alignnone,
img.alignnone {margin:0 0 20px;}
iframe.alignleft {float:left; margin:0 30px 20px 0;}
iframe.alignright {float:right;margin:0 0 20px 20px;}
.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}

/*Form Input Field*/
input, textarea, select {background:#fff; border:1px solid #CC9F53; width:100%; text-align:left; padding:5px 12px; margin:0; font-size:16px; color:#919396; font-weight:400;line-height:normal; font-family:'Montserrat', sans-serif; height:40px; 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:110px; padding:15px 20px; vertical-align:top; resize:none;}
.selectbox{display:block; width:100%; background:#fff; border:0; line-height:50px; position:relative; cursor:pointer; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.selectbox:after {position:absolute; content:"\f107"; right:15px; font-family:'Line Awesome Free'; font-weight:900; font-size:20px; line-height:50px; color:#919396; top:0; z-index:1 }
.selectbox select {display:block; width:100%; padding:0 50px 0 20px; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer; color:#919396;}
.selectbox select option {background:#ccc; color:#000; padding:4px 10px;}
input:hover, input:focus, textarea:hover, textarea:focus, .selectbox:hover{background:#fff; box-shadow:1px 2px 2px rgba(0,0,0,0.05);}
.selectbox select.not_chosen {background:#00416b; color:#fff;}

.button, .btn {display:inline-block; padding:0 20px; background:#00416b; border:0; color:#fff; font-size:14px; font-weight:bold;font-family:'Montserrat', sans-serif; text-transform:uppercase; cursor:pointer; letter-spacing:0; text-align:center; position:relative; min-width:160px; height:50px; line-height:50px; -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;}
.button:before, .btn:before {display:block; content:""; background:#000; 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:30px;-moz-border-radius:30px;border-radius:30px;}
.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:#00416b; border-color:#00416b; color:#fff; text-decoration:none; box-shadow:0 0 0 #000;}

/* ===== Header ================================================== */
/*Header & Banner Section*/
.header{position:fixed; left:0; right:0; top:0; background:#00416B; width:100%; z-index:4; padding:0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-inner{align-items: center; flex-wrap: wrap; height:84px; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.logo{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{width:107px; height:56px; 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 a{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{max-width:90px;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% - 130px); min-width:calc(100% - 130px); max-width:calc(100% - 130px);}

/*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:0; 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:70px;}
.nav-main ul > li > a{display:block; color:#fff; font-size:16px; font-weight:600; font-family:'Montserrat', sans-serif;line-height:18px;text-transform:capitalize; letter-spacing:0; white-space:nowrap; position:relative;z-index:2;padding:10px 0px;}
.single-post .nav-main ul > li.news > a,
.single-portfolio .nav-main ul > li.portfolio > a,
.nav-main ul > li:hover > a,
.nav-main ul > li > a:hover,
.nav-main ul > li.current-menu-item > a,
.nav-main ul > li.current-menu-parent > a,
.nav-main ul > li > a:focus{color:#fff; opacity:0.5;}
.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:#f1f3f5; 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; text-transform:capitalize; color:#324c7c; font-size:16px; letter-spacing:0; line-height:normal; font-weight:bold; padding:11px 25px;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li.current-menu-item a {color:#fff;}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
.language-menu {margin-left: 40px; display:-webkit-flex; display:flex;align-items: center;}
.language-menu ul > li.menu-item-has-children > a{padding:0 20px 0 0 !important; opacity:1 !important;}
.language-menu ul>li.menu-item-has-children:after {position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: "";z-index: 9; cursor:pointer;}
.language-menu ul > li.menu-item-has-children > a:after{display: block; content: "\f107";color:#fff; font-size:12px; font-family:'Line Awesome Free'; font-weight:900; position: absolute; right:0; top:0; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.language-menu ul > li.menu-item-has-children:hover > a:after{transform: rotate(-180deg);}
.nav-main .language-menu>ul>li.menu-item-has-children:hover>a{border-radius:3px 3px 0 0;}
.language-menu ul.sub-menu {min-width: 1px;padding:5px 0;background:#fff; width:100%; border-radius:0 0 3px 3px;}
.language-menu ul > li.menu-item-has-children ul li {width: 100%;display: block;padding:5px 10px;}
.language-menu ul > li.menu-item-has-children ul li a {padding: 0;width: 100%;opacity:1 !important;}
/*Header Fixed*/

/** Page Banner Css **/
.banner{position:relative;}
.banner .container{position: relative; z-index: 1; justify-content: center;}
.banner .items{min-height:200px; padding:40px 0; position: relative; display:flex; display:-webkit-flex; text-align: center;background:#00416B;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; overflow:hidden;}
.home-banner.banner .items{ height:700px; padding:100px 0;}
.banner .items .imagebox{position: absolute; top:0; bottom:0; left:0; right:0; z-index:0; background:#000000;}
.banner .items .imagebox img{width:100%; height:100%; object-fit:cover; object-position:center; opacity:0.7;}
.banner .caption .banner-logo{max-width:300px; width:100%; margin:0 auto 65px auto;}
.banner .caption .banner-logo img{display:block;}
.banner .caption h1, 
.banner .caption h2{margin-bottom:0; color:#fff;}

/** Section 1 Start **/
.internal-banner.banner .caption h1{color:#fff !important;}
.internal-banner.banner .caption h1,
h2.title{font-size:56px; line-height:64px; color:#00416B; font-weight:bold;}
.section1{padding:70px 0 115px;}
.content-info{max-width:990px; width:100%; margin:0 auto;}
.content-list .content-box {margin-bottom: 35px;}
.content-list .content-box .icon-box{width:100%; height:288px; display:-webkit-flex; display:flex; align-items: center; justify-content: center; margin-bottom:10px;}
.content-list .content-box .icon-box img{width:100%; height:132px; object-fit:contain; object-position: center; display:block;}
.content-list .content-box p{font-size:16px; line-height:24px;}

.section2 .caption-inner{font-size: 40px;line-height: 50px;color: #fff;}
.section2 .caption-inner strong{font-weight: 500;}

/** Footer Start **/
.footer{padding:60px 0; position:relative; font-size:14px; line-height:24px; color:#fff; z-index:3;background:#00416B;}
.f-logo{max-width:150px; width:100%; margin-bottom:25px;}
.f-logo a, .f-logo img{display:block; width:100%;}
.footer-menu li {padding: 0;margin: 0;}
.footer-menu li + li {margin-top: 10px;}
.footer-menu li a{font-size:14px; line-height:normal; color:#fff; font-weight:500;}
.single-portfolio .footer-menu li.portfolio > a,
.footer-menu li.current-menu-item a, .footer-menu li:hover a{opacity:0.5;}
.footer h4{font-size:24px; color:#fff; line-height:normal; font-weight:bold; margin-bottom:10px;}
.footer p{font-size:14px; line-height:24px; color:#fff; margin:0;}
.footer p + p{margin-top:20px;}
.footer .email {color: #fff;font-weight: bold;margin-top:10px;display: block;}
.f-info{max-width:575px; width:100%;}
.social-links {display: -webkit-flex;display: flex;flex-wrap: wrap; margin:-103px 0 48px 0;}
.social-links a {min-width: 32px;max-width: 32px;flex-basis: 32px;height: 32px;background: url(../images/linkedin-icon.svg) no-repeat center; background-size:100% auto;}

/** Contact Page Start **/
.contact-section1 *:last-child{margin-bottom:0;}
.map-image{width:100%; display:block;}
.map-image img{display:block; width:100%;}
#gmap {height:860px; width:100%;}
.contact-section1 .contact-info {padding: 40px;}
.contact-section1 .contact-info p {font-size: 24px;line-height: 40px;margin-bottom: 10px;}

/** About Us Page Start **/
.team-list.row{margin:-15px;}
.team-list.row>div{padding:15px;}
.team-list.row{margin-top: 40px;}
.team-list .image-box{width:100%; height:288px; overflow:hidden; display:block; border-radius: 5px 5px 0px 0px; margin-bottom:20px; background:#00416B;position: relative;}
.team-list .image-box img{width:100%; height:100%; object-position: center; object-fit: cover; display:block;transition: all 0.4s ease;}
.team-list .team-content-info h5{font-weight: 600; font-size:24px; line-height:normal; color:#404040;}
.team-list .team-content-info h5 a{color:#404040;}
.team-list .team-content-info .designation-text{font-size:16px; line-height:24px; letter-spacing:0; color:#404040; margin-bottom:10px; display:block;}
.team-list .team-content-info p{font-size:14px; line-height:24px; margin:0;}
.team-list .team-content-info p + p{margin-top:20px;}
.team-list.portfolio-list.row{margin-top:-15px; margin-bottom:60px;}
.team-list.portfolio-list .image-box{border-radius:7px;}
.team-list.portfolio-list .team-content-info h5{margin-bottom:5px;}
.logo-image {position: absolute;top:0;left:0; bottom:0; right:0; display:-webkit-flex; display:flex;align-items: center;justify-content: center; padding:20px;}
.team-list .image-box .logo-image-inner{width:100%;}
.team-list .image-box .logo-image img{display:block; width: auto; margin: 0 auto; object-fit:contain; height:auto; transform:scale(1) !important;}
.team-list .image-box .logo-image img[src*=".svg"]{width:90%;}

.portfolio-details .image-box::before,
.team-list .image-box::before {position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; 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);}
.portfolio-details .image-box:hover::before,
.team-list .team-box:hover .image-box::before {-webkit-animation: shine .75s; animation: shine .75s;}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.light-bg{background:#E6ECF0;}
.ab-section2{padding:80px 0 130px;}
.ab-section2 h2 {margin-bottom: 40px;}
.ab-section2 .team-list.row{margin-top:-15px;}


/** Portfolio Page Start **/
.portfolio-details *:last-child{margin-bottom:0;}
.back-text-link{font-size:16px; line-height:1; color:#00416B; margin-bottom:30px !important; display:inline-block; font-weight:600;}
.portfolio-details .image-box{width:100%; display:block; overflow:hidden;border-radius: 7px;position: relative;}
.portfolio-details .image-box img{width:100%; display:block; transition:all 0.4s ease;}
.portfolio-details .image-box .logo-image-inner{width:100%;}
.portfolio-details .image-box .logo-image-inner img{width:auto; margin:0 auto;}
.portfolio-details .image-box .logo-image img[src*=".svg"]{width:50%;}
.portfolio-details .content-info{padding:25px 0 25px 40px; max-width:470px; width:100%; margin:0;}
.portfolio-details .content-info p{font-size:16px; line-height:24px; color:#404040;}
.single-post .portfolio-details .content-info h2,
.single-post .portfolio-details .content-info h3,
.single-post .portfolio-details .content-info h4{color:#404040;}

.single-post .portfolio-details{margin-bottom:70px;}
.single-post .portfolio-details .content-info h2{font-size:36px; line-height:normal; margin:0 0 30px;}
.single-post .portfolio-details .content-info{padding:0; max-width:700px; margin:0 auto;}
.single-post .portfolio-details .image-box{margin:10px 0 40px; height:464px;}
.single-post .portfolio-details .image-box img{height: 100%; object-position: center; object-fit: cover;}

.image-box + .images-list{margin-top:10px;}
.images-list{flex-wrap: wrap; margin:-10px;}
.images-list .items{min-width:50%; max-width:50%; flex-basis:50%; padding:10px;}

.stratedy-page {margin-bottom: 60px;}
.stratedy-page .portfolio-details {margin-top: 50px;}
.portfolio-details .content-info.stratedy-content{max-width:100%; padding-top:0; padding-bottom:0;}
.portfolio-details .stratedy-content li{font-size:20px; line-height:32px; margin-bottom:17px;}

/** default Page Start **/
.default-page p{font-size:16px; line-height:24px;}
.default-page.entry-content ul li:before{top:8px;}

.not-found h1{margin-bottom:10px;}
.not-found h1 .las {display: block;font-size: 80px;}
.not-found .btn{margin-top:10px;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/

/* iPad 1024px View */
@media screen and (max-width:1280px) {
body{padding:80px 0 0;}
.section2 .caption-inner,
h1, h2{font-size:36px;line-height:42px;}
h3{font-size:28px;line-height:34px;}
h4{font-size:26px;line-height:32px;}
h5{font-size:22px; line-height:26px;}
h6{font-size:17px;line-height:24px;}
p {font-size:18px;line-height:28px;}
figure.alignleft,
img.alignleft{margin:0 20px 20px 0;}
figure.alignright,
img.alignright{margin:0 0 20px 20px;}

/** Header & Banner **/
.header-inner{height:80px;}
.header-right {flex-basis: calc(100% - 130px);min-width: calc(100% - 130px);max-width: calc(100% - 130px);}
.nav-main ul > li + li {margin-left: 50px;}
.banner .caption .banner-logo{margin:0 auto 30px auto;}

.internal-banner.banner .caption h1, h2.title{font-size:46px; line-height:54px;}
.section1{padding:40px 0 70px;}
.content-list .content-box {margin-bottom: 25px;}
.content-list .content-box .icon-box{height:240px;}
.content-list .content-box .icon-box img{height:120px;}

/** Footer Start **/
.footer{padding:50px 0;}

.contact-section1 .contact-info p {font-size: 22px;line-height:36px;}

.team-list.row{margin-top: 30px;}
.team-list .image-box{height:250px;margin-bottom:15px;}
.team-list .team-content-info h5{font-size:22px; margin-bottom:5px}
.team-list .team-content-info .designation-text{margin-bottom:5px;}

.ab-section2{padding:60px 0 120px;}
.ab-section2 h2 {margin-bottom: 30px;}

.portfolio-details .content-info {padding:15px 0 15px 15px;}

.stratedy-page .portfolio-details {margin-top: 40px;}
.portfolio-details .stratedy-content li{font-size:18px; line-height:28px; margin-bottom:17px;}

}
@media screen and (max-width:991px) {
.section2 .caption-inner,
h1, h2{font-size:30px;line-height:36px;}
h3{font-size:26px;line-height:32px;}
h4{font-size:24px;line-height:30px;}
h5{font-size:20px; line-height:24px;}
ul li, ol li {font-size: 16px;line-height:24px;}
p {font-size:16px;line-height:24px;}
.middle-section {padding: 40px 0;}
/** Header Start **/
.nav-main ul > li + li {margin-left: 50px;}
.nav-main ul > li > a{font-size:14px;}

.home-banner.banner .items{ height:550px; padding:60px 0;}
.internal-banner.banner .caption h1, h2.title{font-size:38px; line-height:46px;}
.content-list .content-box {margin-bottom: 20px;}
.content-list .content-box .icon-box{height:200px;}
.content-list .content-box .icon-box img{height:100px;}
.content-info p br{display:none;}

.contact-section1 .contact-info p {font-size: 20px;line-height:32px;}
#gmap {height:600px;}

.team-list.row{margin-top: 20px;}
.team-list .image-box{height:180px;}
.team-list .team-content-info h5{font-size:20px;}
.ab-section2{padding:40px 0 80px;}
.ab-section2 h2 {margin-bottom: 20px;}
.back-text-link {font-size: 14px;margin-bottom:20px !important;}
.portfolio-details .content-info p{font-size:14px;}

.stratedy-page .portfolio-details {margin-top: 20px;}
.portfolio-details .stratedy-content li{font-size:16px; line-height:24px; margin-bottom:10px;}

}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
body {-webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6{margin:0 0 10px}
.section2 .caption-inner,
h1, h2{font-size:28px;line-height:normal;}
h3{font-size:24px;line-height:22px;}
h4{font-size:22px;line-height:24px;}
h5{font-size:18px; line-height:20px;}
p {font-size: 15px;line-height: 22px;margin: 0 0 15px;}
ul li, ol li{font-size: 15px; line-height: 22px;}
figure.alignleft, figure.alignright,
img.alignleft, img.alignright{display: block; float: none; margin:0 0 20px;}
.entry-content ol{margin-left:20px;}
hr{margin: 20px 0;}

/** Header Start**/
.hamburger{display:inline-block;}
.nav-main{display:none !important;}
.header-inner .logo.ml-4 {margin: 0 !important;}
.header-right {flex-basis: calc(100% - 90px);min-width: calc(100% - 90px);max-width: calc(100% - 90px);}
.section2 .caption-inner,
.banner .caption h1, .banner .caption h2{font-size:24px; line-height:34px;}
.home-banner.banner .items{ height:400px; padding:40px 0;}
.internal-banner.banner .caption h1, h2.title{font-size:34px; line-height:42px;}
.content-list .content-box {margin-bottom: 20px;}
.content-list .content-box .icon-box img{height:120px;}

/** Footer Start **/
.footer .row>div + div{margin-top:35px;}
.f-logo {max-width: 150px;margin: 0 auto 30px auto;}
.footer-menu-col{display:none;}
.social-links {margin: 0 0 20px 0;}
.banner .items{min-height:100px; padding:30px 0;}
.contact-section1{padding:20px 0 0;}
.contact-section1 .contact-info{padding:30px 0;}
.contact-section1 .contact-info p {font-size: 18px;line-height:28px;}
#gmap {height:450px;}

.team-list.row{margin-top: 15px;}
.team-list .image-box{height:350px;}
.team-list .team-content-info h5{font-size:18px;}
.ab-section2 h2 {margin-bottom: 15px;}

.portfolio-details .content-info {padding:15px 0;}
.portfolio-details .content-info.stratedy-content{margin-top:20px;}
.entry-content ul li:before {width: 14px;height: 3px;top: 10px;}

.not-found h1 .las {font-size: 60px;}
.not-found .btn {margin-top: 0;}
.stratedy-page {margin-bottom: 20px;}
}
/*View :: 320px ::*/
@media screen and (max-width:479px) {
h1 br, h2 br{display:none;}

.contact-section1 .contact-info p {font-size: 16px;line-height:24px;}
.team-list .image-box {height: 220px;}
#gmap {height:400px;}
}