/*
    Theme Name: Medad
    Theme URI: #
    Description: Medad
    Author URI: #
    Version: 1.0.0
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: Medad
*/

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('assets/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Albra Semi';
    src: url('assets/fonts/AlbraSemi.woff2') format('woff2'),
        url('assets/fonts/AlbraSemi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra';
    src: url('assets/fonts/AlbraBlack.woff2') format('woff2'),
        url('assets/fonts/AlbraBlack.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra';
    src: url('assets/fonts/AlbraBold.woff2') format('woff2'),
        url('assets/fonts/AlbraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra';
    src: url('assets/fonts/AlbraLight.woff2') format('woff2'),
        url('assets/fonts/AlbraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra';
    src: url('assets/fonts/AlbraMedium.woff2') format('woff2'),
        url('assets/fonts/AlbraMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra';
    src: url('assets/fonts/AlbraRegular.woff2') format('woff2'),
        url('assets/fonts/AlbraRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Bold.woff2') format('woff2'),
        url('assets/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('assets/fonts/Metropolis-Bold.woff2') format('woff2'),
        url('assets/fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('assets/fonts/NexaBold.woff2') format('woff2'),
        url('assets/fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('assets/fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Light.woff2') format('woff2'),
        url('assets/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans.woff2') format('woff2'),
        url('assets/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('assets/fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('assets/fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    overflow-x: hidden;
    position: relative;
}
* h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Albra';
}
*{box-sizing:border-box;}
*{margin:0px;padding:0px;}
p{
    color:rgba(0,0,0,0.85);
    font-size: 15px;
    line-height:20px;
     font-family: 'Proxima Nova Rg';
}

ul{margin-bottom: 0px;}
ul li{list-style:none;}
a{text-decoration:none;     font-family: 'Proxima Nova Rg';transition: all 0.3s ease-in-out; color: #000;}
a:hover{
    text-decoration: none;
    color: inherit;
    color: #000;
}
input, textarea, select{background:none; outline:none; font-size:16px; color:#323c3f;}
img{ outline:none; max-width:100%; height:auto; border:0px none; }
input[type='submit']{  border-radius:0px; -webkit-appearance:none; appearance:none; outline:none; }
:focus{ outline:none;}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
      max-width: 1231px !important;
  }
}
/*------------------------Header------------------*/
#rev_slider_3_2_forcefullwidth{
	display:none;
	opacity:0;
	visibility:hidden;
}
.header{
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    width: 100%;
    padding:10px 20px;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.header_inner .navbar{
    padding: 0px;
}
.sticky{
    background:rgba(52,79,95,0.80);
    padding: 10px 20px;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
}
.header-logo-area{
  transition: width .35s ease-in-out;
	max-width:180px;
}
.sticky .header-logo-area{
  max-width:160px;
}
.sticky .menu-btn-view{
  max-width:40px;
}

/*-------Menu bars-----*/
/* Icon 1 */

.animated-icon1{
width:28px;
height:14px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius:0px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #fff;
}
.animated-icon1 span:nth-child(1) {
  top:0px;
  width:3px;
  left:0px;
  height:12px;
  background:#ff160d;
}

.animated-icon1 span:nth-child(2) {
  top: 1px;
  width:22px;
  left: unset;
  right:0px;
  background:#00b472;
}

.animated-icon1 span:nth-child(3) {
  top:7px;
  width:22px;
  left: unset;
  right:0px;
  background:#000;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  width:100%;
  right:unset;
  left:0px;
  height:3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  width:100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler {
  border: none;
  padding-right: 0px;
  padding-left: 0px;
}
.menu-section{
  display: flex;
  align-items: center;
  width:220px;
  min-height:270px;
  border-radius:15px;
  background:rgba(57,83,99,0.60);
  position: absolute;
  top: 0px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.menu-section.open{
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.menu-btn-view{
  cursor: pointer;
	max-width:50px;
}
.menu-btn-close{
  position: absolute;
  top:-2px;
  right:4px;
  padding:7px;
  cursor: pointer;
}
.overlay-screen{
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.47);
  width:100%;
  height:100%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.20s, opacity 0.20s linear;
}
/*--------Header------*/
.logo-menu-outer{
  display: flex;
  align-items:center;
}
.menu-area{
  margin-left:auto;
  position: relative;
}
.header-main-menu{
  display: inline-block;
  width:100%;
  margin: 0px;
}
.header-main-menu li{
  width:100%;
  display: inline-block;
  margin-bottom:0px;
  padding:0px 15px;
  margin-bottom:3px;
}
.header-main-menu li:last-child{
  margin-bottom:0px;
}
.header-main-menu li a{
  color:#fff;
  font-family: 'Proxima Nova Rg';
  font-weight: 300;
  font-size:19px;
  line-height:normal;
  text-decoration:none;
  display: block;
  padding:11px 15px;
  border-radius:10px;
  background: transparent;
}
.header-main-menu li a:hover{
   background:rgba(18, 151, 224,0.4);
}
.header-main-menu li.current-menu-item a{
  background:rgba(18, 151, 224,0.4);
}
.slider-heading-text{
  font-size:55px !important;
  line-height:normal !important;
  font-family: 'Albra' !important;
  text-transform: uppercase;
}
.slider-btn{
  font-family: 'Proxima Nova Rg' !important;
  font-weight: normal !important;
  font-size:15px !important;
  text-transform:uppercase;
  width:235px !important;
  transition: all 0.3s ease-in-out;
}
.slider-btn:hover{
  border:1px solid rgba(255,255,255,0.70) !important;
  background: transparent !important;
}
/*---------------------Home------------------*/
.hm-about-area{
  padding:105px 0px 90px;
}
.hm-about-inner{
  display: flex;
  align-items: center;
  height:514px;
  position: relative;
}
.hm-about-right-image{
  width:515px;
  height:514px;
  position: absolute;
  top: 0px;
  right:0px;
  border-radius:10px;
  overflow:hidden;
}
.hm-about-right-image video{
	height: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
    display: block;
}
.hm-about-right-image.image-hover{
  position:absolute;
}
.hm-about-right-image img{
  object-fit:cover;
  width:100%;
  height:100%;
}
.hm-about-left-content{
  background:#fff;
  box-shadow: 0px 6px 120px 6px rgb(0 0 0 / 19%);
  width:100%;
  max-width:760px;
  height:465px;
  position:relative;
  z-index:1;
  padding:70px 30px 30px 50px;
  border-radius:10px;
}
.h2-heading{
  font-size:40px;
  margin-bottom:0px;
  color:#0b76b4;
  font-weight:normal;
}
.hm-about-left-content .h2-heading{
  /*color:#1297e0;*/
  color:#0b76b4;	
  margin-bottom:30px;
  margin-left:-2px;
  font-size:36px;
  line-height:42px;
}
.hm-about-left-content p{
  margin-bottom:20px;
  display: inline-block;
  width:100%;
  max-width:625px;
  font-size:18px;
  line-height:24px;
  color:#000;
}
.btn-view-more{
  font-size:15px;
  font-family: 'Proxima Nova Rg';
  color:#000;
  display: block;
  text-align: center;
  width:210px;
  height:50px;
  line-height:50px;
  text-transform: uppercase;
  border:1px solid #0b76b4;
  border-radius:10px;
}
.btn-view-more:hover{
  text-decoration: none;
  background:#0b76b4;
  color:#fff;
}
.hm-about-left-content .btn-view-more{
  margin-top:20px;
}
.hm-we-focus{
  /*background:rgba(171,220,255,0.50);*/
	background:#f7f7f7;
  padding:120px 0px 120px;
  position: relative;
	overflow:hidden;
}
.hm-focus-left-inner{
  width:100%;
  max-width:490px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index:2;
}
.hm-focus-left .h2-heading{
  margin-bottom:30px;
}
.values-list{
	margin-bottom:50px;
}
.values-list:last-child{
	margin-bottom:0px;
}
.values-list h4{
	font-size:24px;
	margin-bottom:15px;
	color:#0b76b4;
	word-break:break-all;
}
.values-list p{
	font-size:18px;
	line-height:23px;
	margin-bottom:0px;
	word-break:break-all;
}
.hm-focus-left p{
  font-size:18px;
  line-height:23px;
  margin-bottom:0px;
	word-break:break-all;
}
.hm-focus-right{
  width:100%;
}
.abt-we-focus .hm-focus-right{
	display:flex;
	margin-left:auto;
}
.hm-focus-right .swiper-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f7f7f7;
  width: 35.8%;
  z-index: 1;
}
.right-images-block{
  display: flex;
  align-items: center;
	margin-left:auto;
}
.block-signle-image{
  width:390px;
  height:375px;
  border-radius:10px;
  overflow: hidden;
  box-shadow: 0px 6px 25px 6px rgb(0 0 0 / 12%);
  background-position: center;
  background-size: cover;
  margin-left:-50px;
}
.block-signle-image video{
	height: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
    display: block;
}
.right-images-block li:nth-of-type(1){
  z-index: 3;
}
.right-images-block li:nth-of-type(2){
  z-index: 2;
}
.right-images-block li:nth-of-type(3){
  z-index:1;
}
.right-images-block li:nth-of-type(1) .block-signle-image{
  margin-left: 0px;
}
.right-images-block li:nth-of-type(2) .block-signle-image{
  height:325px;
  width:340px;
}
.right-images-block li:nth-of-type(3) .block-signle-image{
  height:265px;
  width:280px;
}.swiper-container {
  width:100%;
  max-width:1370px;
  margin-right:0px !important;
  padding:50px 0px !important;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 390px !important;
  height: 375px !important;
  border-radius:10px;
  box-shadow: 0px 6px 25px 6px rgb(0 0 0 / 12%);
}
.swiper-slide video{
	height: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
    display: block;
}
.swiper-slide{
  overflow: hidden;
}
.swiper-slide:after{
  content: "";
  background:rgba(255,255,255,0.60);
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.swiper-slide.swiper-slide-active:after,
.swiper-slide.swiper-slide-next:after{
  content:none;
}



.hm-business-portfolio{
  overflow: hidden;
}
.hm-business-inner{
  text-align:center;
  margin-bottom:55px;
}
.hm-business-inner .h2-heading{
  margin-bottom:10px;
}
.hm-business-inner p{
  margin-bottom:0px;
}
.portfolio-slide-area{
  width:340px;
  height:435px;
  position:relative;
}
.portfolio-image-box{
  height:435px;
}
.portfolio-image-box img{
  object-fit:cover;
  width:100%;
  height:100%;
}
.portfolio-content-box{
  position:absolute;
  bottom: 0px;
  left:0px;
  text-align: center;
  width:100%;
  padding:30px;
}
.portfolio-content-box h4{
  font-size:22px;
  font-weight:normal;
  color:#fff;
  transition: transform 0.35s;
  margin-bottom:0px;
}
.portfolio-content-box a{
  width:210px;
  display:block;
  margin:0px auto 0px;
  height:50px;
  line-height:50px;
  background:#fff;
  color:#000;
  font-family: 'Proxima Nova Rg';
  font-size:15px;
  text-transform: uppercase;
  border:1px solid transparent;
  opacity:0;
  height:0px;
  visibility:hidden;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.portfolio-content-box a:hover{
  color:#0b76b4;
  text-decoration:none;
}
.portfolio-content-box h4,
.portfolio-content-box p,
.portfolio-content-box a{
  -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.portfolio-content-box p{
  font-size:15px;
  line-height:20px;
  margin-top:0px;
  margin-bottom:0px;
  color:#fff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.portfolio-slide-area:hover .portfolio-content-box p,
.portfolio-slide-area:hover .portfolio-content-box h4,
.portfolio-slide-area:hover .portfolio-content-box a{
  -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}
.portfolio-slide-area:hover .portfolio-content-box p{
  opacity: 1;
  height: auto;
  margin-top:10px;
  visibility:visible;
}
.portfolio-slide-area:hover .portfolio-content-box a{
  opacity:1;
  height:50px;
  margin-top:40px;
  visibility:visible;
}
.portfolio-slider .slick-slide{
  margin-right:80px;
}
.portfolio-slider .slick-slide:nth-child(even){
  margin-top:40px;
}
.image-hover{
  position: relative;
  background:#110f33;
}
.image-hover:before,
.image-hover:after{
  position: absolute;
  top:15px;
  right:15px;
  bottom:15px;
  left:15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.image-hover:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    z-index: 1;
}
.image-hover:after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.image-hover:hover::before,.image-hover:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.image-hover:hover img{
    opacity:0.7;
}
.hm-empower-wrap{
  position: relative;
  margin-top:0px;
}

/*.hm-empower-wrap::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 20%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}*/

.hm-empower-wrap img{
  width:100%;
  object-fit: cover;
}
.hm-empower-heading{
  position:absolute;
  max-width:550px;
  width:100%;
  margin:auto;
  top:21%;
  left:50%;
  transform: translateX(-50%);

}
.hm-empower-heading span{
  display: block;
  font-family: 'Gotham';
  font-weight:bold;
  font-size:128px;
  text-transform: uppercase;
  text-align: center;
  color:#1697e0;

}
.hm-empower-heading:after{
  content:"";
  position: absolute;
  background:url(assets/images/empower-txt-circle.png) no-repeat;
  width:107px;
  height: 96px;
  top:51px;
  left:192px;
}
.investment-inner-area{
  display: flex;
  max-width:1050px;
  margin:auto;
  justify-content: center;
}
.investment-inner-area li{
  width:33.33%;
  border-left:2px solid #fff;
  padding:10px 20px;
}
.investment-inner-area li:last-child{
  width:21%;
}
.investment-inner-area li span{
  font-family: 'Metropolis';
  font-weight:bold;
  font-size:54px;
  line-height:normal;
  color:#fff;
  letter-spacing:-1px;
  /*margin-bottom:10px;*/
}

.investment-inner-area li p{
  font-size:19px;
  color:#fff;
  margin-bottom:0px;
}
.investment-wrap{
  width:100%;
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:20px;
  z-index:1;
}
.hm-media-area{
  padding-bottom:0px;
  margin-top: 50px;
  position:relative;
  z-index: 1;
  overflow: hidden;
}
.heading-btn-area{
  display: flex;
  align-items: center;
  margin-bottom:20px;
}
.heading-btn-area .h2-heading{
  margin-left:-2px;
}
.heading-btn-area .btn-view-more{
  margin-left: auto;
}
.media-slide-content-box{
  padding-top:15px;
}
.media-slide-content-box span{
  font-family: 'Nexa';
  font-weight:bold;
  display: block;
  color:#bfbfbf;
  font-size:12px;
  text-transform: uppercase;
  margin-bottom:15px;
}
.media-slide-content-box p{
  color:#000;
  margin-bottom:0px;
  font-size:18px;
  line-height:22px;
}
.media-slider{
  margin:0px -15px;
}
.media-slider .slick-list{
  overflow: visible;
}
.media-slider .slick-slide{
  margin:0px 15px;
}
.media-slide-img-box{
  height:295px;
  overflow: hidden;
  border-radius:10px;
  box-shadow: 0px 6px 60px 6px rgb(0 0 0 / 19%);
}
.media-slide-img-box img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.media-slide-img-box a{
  position: relative;
  z-index:1;
}
/*---------------About us-----------------*/
.banner-image{
  height:540px;
  background-size:cover !important;
  position: relative;
}
.banner-image-about:before{
  content: "";
  position: absolute;
  top:0px;
  left: 0px;
  width:100%;
  height:353px;
  background:url(assets/images/banner-glow.png) no-repeat;
  background-size:cover;
}
.to-section-menu-wrap{
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,0.10);
}
.about-section-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:0px;
}
.about-section-menu li{
  margin:0px 20px;
}
.about-section-menu li a{
  display: block;
  font-size:15px;
  line-height:20px;
  font-family: 'Proxima Nova Rg';
  color:#000;
  text-decoration:none;
  position: relative;
  padding:22px 5px;
}
.about-section-menu li.active a:after{
  content:"";
  position: absolute;
  width:100%;
  height:4px;
  bottom:0px;
  left:0px;
  background:#1697e0;
}
.about-section-menu li.active a{
  color:#1697e0; 
}
.about-section-menu li a:hover{
  color:#1697e0;
}
.about-medad-inner{
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  padding-bottom:80px;
}
.about-medad-inner .h2-heading{
  color:#0b76b4;
  margin-bottom: 30px;
  min-width:270px;
  margin-right:100px;
}
.about-medad-inner p{
  margin-bottom:0px;
  color:rgba(0,0,0,0.85);
  font-size:18px;
  line-height:24px;
	word-break:break-all;
}
.about-medad-wrap{
  padding:80px 0px 0px;
  margin-bottom:80px;
}
.our-story-inner{
  display: flex;
  align-items: center;
  height: 514px;
  position: relative;
}
.story-left-image{
  width: 515px;
  height: 514px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius:10px;
  overflow: hidden;
}
.story-left-image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.story-left-image video{
	height: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
    display: block;
}
.story-right-content{
  background: #fff;
  box-shadow: 0px 6px 120px 6px rgb(0 0 0 / 19%);
  width: 100%;
  max-width: 755px;
  height: 465px;
  position: relative;
  z-index: 1;
  padding-left:65px;
  padding-right:75px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction:column;
  border-radius:10px;
}
.story-right-content .h2-heading{
  margin-bottom:20px;
  width:100%;
  margin-left:-3px;
}
.story-right-content p{
  margin-bottom:20px;
  font-size:18px;
}
.story-right-content p:last-child{
  margin-bottom:0px;
}
.vision-mission-wrap{
  padding:125px 0px;
  overflow: hidden;
}
.vision-mission-inner{
  display:flex;
  width:100%;
  margin-bottom:0px;
}
.vision-mission-inner li{
  width:48%;
  margin-left:4%;
}
.vision-mission-inner li:first-child{
  margin-left:0px;
}
.vision-image-box{
  width:100%;
  height:425px;
  background:#ffb58c;
  border-radius:10px;
  overflow: hidden;
  box-shadow:0px 6px 120px 6px rgb(0 0 0 / 19%);
}
.vision-image-box video{
	height: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
    display: block;
}
.vision-image-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.vision-content-box{
  background:#fff;
  border-radius:10px;
  box-shadow:0px 6px 120px 6px rgb(0 0 0 / 19%);
  padding:45px 45px;
  width:84%;
  float: right;
  display: inline-block;
  margin-top:-50px;
	position:relative;
}
.vision-content-box h4{
  font-size:35px;
  color:#0b76b4;
  margin-bottom: 20px;
  font-weight: normal;
	word-break:break-all;
}
.vision-content-box p{
  font-size:18px;
}
.abt-we-focus{
  background:#f3f6f6;
}
.values-inner{
  border:1px solid #1697e0;
  height:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0px 15px;
}
.values-inner span{
  font-size:18px;
  line-height:24px;
  font-family: 'Albra';
  margin-left:25px;
  display: block;
}
.values-area{
  width:100%;
  max-width: 1045px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.values-inner{
  width:32%;
  margin-left:2%;
}
.values-inner:first-child{
  margin-left:0px;
}
.values-area-wrap .h2-heading{
  font-size:35px;
  text-align: center;
  margin-bottom: 30px;
}
.leaders-list{
  display:flex;
  width:100%;
  margin-bottom:0px;
  margin-top:50px;
}
.leaders-list li{
  width:32%;
  margin-left:2%;
}
.leaders-list li:first-child{
  margin-left:0px;
}
.leader-image-box{
  width:100%;
  height:390px;
  overflow: hidden;
  margin-bottom:30px;
  background:#cecfd1;
  border-radius:10px;
  box-shadow:0px 6px 60px 6px rgb(0 0 0 / 13%);
  cursor:pointer;
}

.leader-image-box video{height: 100%;
border: 0;
width: 100%;
object-fit: cover;
display: block;}


.leader-image-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: top;
}
.leader-content-box h5{
  font-size:18px;
  color:#000;
  margin-top:12px;
  margin-bottom:0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.leader-content-box h5:hover,
.leaders-list li:hover h5{
  color:#1297e0;
}
.leader-content-box span{
  margin-bottom:0px;
  font-size:15px;
  line-height:normal;
  text-transform: uppercase;
  display: block;
  font-family: 'Albra Semi';
	display:none;
}
.leadership-wrap{
  margin-top:90px;
  margin-bottom:0px;
  display: inline-block;
  width:100%;
  background:#f3f6f6;
  overflow: hidden;
  padding:100px 0px;
}
/*-------popup------*/
.modal.modal-static .modal-dialog{ 
  -webkit-transform: none !important; 
  transform: none !important; 
}
.modal-dialog {
  pointer-events: unset !important;
}
.modal-dialog.leadership-popup{
  max-width:780px;
  top:70px;
}
.leader-popup-wrap{
  position:relative;
}
.close.popup-close{
  position:absolute;
  right:15px;
  top:15px;
}
.close.popup-close{
  opacity: 1;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.close.popup-close span{
  font-weight: 300;
  font-size: 50px;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  color:#000;
}
.close.popup-close:focus{
  outline: none;
}
.close.popup-close:hover{
  transform: rotateZ(90deg);
}
.leader-popup-wrap{
  background:#fff;
  padding:50px;
}
.popup-leader-outer{
  display: flex;
}
.popup-leader-image{
  width:275px;
  min-width:275px;
  margin-right:25px;
  height:495px;
}
.popup-leader-image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.popup-leader-content p{
  margin-bottom:0px;
  margin-top:20px;
}
.popup-leader-content span{
  font-size:15px;
  text-transform: uppercase;
  display: block;
  font-family: 'Proxima Nova Rg';
  line-height:normal;
}
.popup-leader-content h5{
	margin-bottom:20px;
}
/*--------------Business Portfolio---------------*/
.portfolio-section-menu-wrap{
  background:transparent;
  margin-bottom:75px;
}
.portfolio-section-menu-wrap .about-section-menu{
  margin:18px 0px;
}
.portfolio-section-menu-wrap .about-section-menu li a{
  padding:12px 0px;
}
.business-portfolio-wrap{
  margin-bottom:75px;
  overflow: hidden;
}
.business-portfolio-wrap .h2-heading{
  color:#1297e0;
}
.subsidiaries-wrap{
  margin-bottom:40px;
  display: inline-block;
  width:100%;
  overflow: hidden;
}
.subsidiaries-wrap .h2-heading{
  text-align:center;
}
.subsidiaries-listing{
  margin-top:80px;
}
.subsidiaries-list-area{
  display: flex;
  position: relative;
  height:415px;
  align-items: center;
}
.subsidiaries-image-box{
  width:520px;
  height:415px;
  position: absolute;
  top: 0px;
  left:0px;
}
.subsidiaries-image-box img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.subsidiaries-content-box{
  background:#f8f9f9;
  width:725px;
  height:330px;
  margin-left:auto;
  position: relative;
  z-index: 1;
  padding:35px 115px;
}
.subsidiaries-content-box h4{
  font-size:28px;
  line-height:35px;
  margin-left:-2px;
  margin-bottom:20px;
  font-weight:normal;
}
.subsidiaries-content-box p{
  margin-bottom:30px;
}
.subsidiaries-content-box a{
  display: block;
  width:220px;
  height:50px;
  line-height:50px;
  background:#1297e0;
  color:#fff;
  text-align: center;
  text-decoration: none;
  border:1px solid transparent;
}
.subsidiaries-content-box a:hover{
  color:#1297e0;
  border:1px solid #1297e0;
  background:transparent;
  text-decoration: none;
}
.subsidiaries-list-area{
  margin-bottom:70px;
}
.subsidiaries-list-area:last-child{
  margin-bottom:0px;
}
.subsidiaries-list-area:nth-child(even) .subsidiaries-image-box{
  left: unset;
  right: 0px;
}
.subsidiaries-list-area:nth-child(even) .subsidiaries-content-box{
  margin-left:0px;
  padding-left:100px;
  padding-right:100px;
}
.portfolio-focus{
	margin:0px 0px;
}
.high-growth-wrap{
	border-top:1px solid rgba(0,0,0,0.22);
	padding:120px 0px 80px;
}
.high-growth-inner .h2-heading{
	color:#0b76b4;
	font-size:37px;
	word-break:break-all;
}
.high-growth-inner{
	display:inline-block;
	width:100%;
	margin-bottom:0px;
}
.high-growth-inner li{
	display:inline-block;
	float:left;
	width:46%;
	margin-left:8%;
}
.high-growth-inner li:first-child{
	margin-left:0px;
}
.high-growth-img{
	width:100%;
	height:180px;
	border-radius:10px;
	overflow:hidden;
	margin:30px 0px 40px;
}
.high-growth-img video{
	height: 100%;
    border: 0;
    width: 100%;
    object-fit: cover;
    display: block;
}
.high-growth-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.high-growth-inner li p{
	color:#000;
}
.high-growth-inner li a{
	height:50px;
	line-height:50px;
	min-width:165px;
	border: 1px solid #0b76b4;
	font-size: 14px;
    font-family: 'Proxima Nova Rg';
	display: inline-block;
    text-transform: uppercase;
	color:#000;
	padding:0px 25px;
	margin-top:30px;
}
.high-growth-inner li a:hover {
    text-decoration: none;
    background: #0b76b4;
    color: #fff;
}

/*---------------contact us----------------*/
/*.page-template-contact-us .header{
  background:rgba(52,79,95,0.80);
}*/
.map-wrap-area{
  position: relative;
}
.map-section{
  height:540px;
}
.page-template-contact-us .header.sticky{
  background:rgba(52,79,95,0.80);
}
#content-map span{
  text-transform: uppercase;
  font-size:15px;
  color:#000;
  font-family: 'Open Sans';
  font-weight:600;
  display: block;
  letter-spacing:1px;
  margin-bottom:5px;
}
.gm-style .gm-style-iw-c{
  border-radius: 0px;
}
#content-map p{
  font-family: 'Open Sans';
  margin-bottom:0px;
  font-size:14px;
  color:#454749;
}
.gm-ui-hover-effect:focus{
  outline: none;
}
.get-in-touch-wrap{
  padding-top:35px;
  padding-bottom:80px;
  overflow: hidden;
}
.map-address-wrap{
  background:rgba(52,79,95,0.80);
  padding:10px 0px;
  position: absolute;
  bottom:0px;
  width:100%;
}
.map-address-inner{
  display: flex;
  padding:0px 100px;
  justify-content: space-between;
}

.get-in-touch-inner h3{
  font-size:35px;
  font-weight: normal;
  margin-bottom:50px;
  margin-left:-2px;
	color:#0b76b4;
}
.get-in-touch-inner{
  max-width:1090px;
  margin: 0 auto;
  position: relative;
}
.get-in-touch-inner:before{
  content: "";
  background: url(assets/images/cont-left.png) no-repeat;
  position: absolute;
  top:-100px;
  left:-40px;
  width:109px;
  height:578px;
}
.get-in-touch-inner:after{
  content: "";
  background: url(assets/images/cont-top.png) no-repeat;
  position: absolute;
  top:-40px;
  left:-100px;
  width:730px;
  height:107px;
}
.get-in-touch-right{
  width:100%;
  margin: auto;
  padding:65px 70px 0px;
  background:#fff;
  position: relative;
  z-index:1;
  border-top-left-radius: 10px;
}
.get-in-touch-left h3{
  color:#1297e0;
  margin-bottom:50px;
}

.adrress-area h4{
  font-size:14px;
  font-weight: bold;
  color: #fff;
  margin-bottom:15px;
  font-family: 'Open Sans';
}
.adrress-area p{
  color:#fff;
  font-size:14px;
  font-family: 'Open Sans';
  margin-bottom:0px;
}
.adrress-area p a{
  color:#fff;
  font-size:14px;
  font-family: 'Open Sans';
}
.adrress-area p a:hover{
  text-decoration: none;
  color:rgba(255,255,255,0.80);
}
.contact-form-area{
  display: inline-block;
  width:100%;
}
.field-wrap-contact{
  width:48.5%;
  display: inline-block;
  float: left;
  margin-left:3%;
  margin-bottom:20px;
}
.field-wrap-contact:nth-child(2n+1){
  margin-left:0px;
}
.field-wrap-contact:nth-of-type(5){
  width:100%;
}
.field-wrap-contact label{
  display: block;
  font-family: 'Open Sans';
  font-size:14px;
  margin-bottom:5px;
}
.field-wrap-contact input,
.field-wrap-contact textarea{
  width:100%;
  border:1px solid rgba(0,0,0,0.22);
  height:35px;
  padding:0px 10px;
  font-family: 'Open Sans';
  color:#000;
  font-size:14px;
}
.field-wrap-contact input::placeholder{
  color:#000;
}
.field-wrap-contact textarea{
  height:160px;
  resize: none;
}
.agree-submit-wrap{
  width:100%;
  display:flex;
  align-items: center;
}
input[type='submit'].btn-submit{
  display: block;
  width:220px;
  height:50px;
  line-height:50px;
  border-radius:10px;
  background:#1297e0;
  color:#fff;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  border:1px solid transparent;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
input[type='submit'].btn-submit:hover{
  color:#1297e0;
  border:1px solid #1297e0;
  background:transparent;
  text-decoration: none;
}
.checkbox-field{
   width:20px;
  height:20px;
  background-color: white;
  border-radius:8px;
  vertical-align: middle;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.checkbox-field:checked {
    background-color:#1297e0;
    border-color:#1297e0;
	position:relative;
}
.checkbox-field:checked:before{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
}
.agree-checkbox label{
  margin-bottom:0px;
  margin-left:10px;
  font-size:13px;
  font-family: 'Open Sans';
  color:rgba(0,0,0,0.60);
}
.agree-checkbox label a{
  color:#1297e0;
}
.agree-checkbox label a:hover{
  color:#000;
  text-decoration: none;
}
.agree-checkbox{
  display: flex;
  align-items: center;
}

/*------------------Health Care----------------*/
.health-tech-wrap{
  padding-top:80px;
}
.health-tech-inner .h2-heading{
  color:#1297e0;
  margin-left:-2px;
  margin-bottom:30px;
}
.health-tech-inner p{
  margin-bottom:25px;
}
.health-economy-wrap{
  padding:50px 0px 90px;
}
.health-economy-wrap .h2-heading{
  text-align: center;
}
.help-you-inner .h2-heading{
  margin-bottom:25px;
}
.faqs-area{
    width: 100%;
}
.faq-area-header h2{
    margin: 0px;
}
.faq-area-header h2 .btn-block{
    font-family: 'Source Sans Pro';
    font-size:16px;
    color: #000;
    text-align: left;
    border: 0px;
    background: transparent;
    position: relative;
    padding: 32px 0px;    
}
.faq-area-header h2 .btn-block{
    color:#000;
}
.faq-area-header h2 .btn-block.collapsed{
    color: #000;
}
.faq-area-header h2 .collapsed{
    border-bottom:1px solid rgba(0,0,0,0.22);
}
.faq-area-header h2 .btn-block:focus{
    outline: none;
}
.faq-area-header h2 .btn-block.collapsed:after{
    content: "\f107";
}
.faq-area-header h2 .btn-block:after{
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 0px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    color:#29c5ff;
}
.end-line{
    border-bottom: 1px solid rgba(0,0,0,0.22);
}
.faqs-area .card-body{
    padding: 10px 0px;
}
.faqs-area .card-body p{
    margin-bottom:15px;
}
.faqs-area:last-child .faq-area-header h2 .collapsed{
  border-bottom:0px;
}
/*----------------------News-----------------*/
.banner-image-news{
  position:relative;
}
.banner-news-detail{
	background-position:top !important;
}
.banner-news-detail:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.banner-image-news .banner-heading{
	position:absolute;
	bottom:0px;
	z-index:1;
	width:100%;
	max-width:1201px;
	left:50%;
	transform:translateX(-50%);
}
.banner-heading{
  margin-bottom:70px;
}
.banner-heading .h2-heading{
  color:#fff;
  margin-bottom:20px;
}
.breadcrumbs-news{
  display: flex;
  margin-bottom:0px;
}
.breadcrumbs-news li{
  margin-right:15px;
}
.breadcrumbs-news li:first-child{
  border-right:1px solid #fff;
  padding-right:15px;
}
.breadcrumbs-news li a,
.breadcrumbs-news li span{
  color:#fff;
  font-size:14px;
  font-family: 'Proxima Nova Rg';
  text-decoration:none;
}
.breadcrumbs-news li a:hover{
  color:rgba(255,255,255,0.80);
}
.news-listing-wrap{
  margin:140px 0px 35px;
  display: inline-block;
  width:100%;
}
.news-listing{
  display:flex;
  margin-bottom:30px;
  width:100%;
  flex-wrap: wrap;
}
.news-listing li{
  width:32%;
  margin-left:2%;
  margin-bottom:30px;
}
.news-listing li:nth-child(3n+1){
  margin-left:0px;
}
.news-list-image{
  width:100%;
  height:245px;
  overflow: hidden;
  border-radius:10px;
}
.news-list-image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.news-list-content{
  width:100%;
  background:#f6f6f6;
  padding:40px 30px;
  border-radius:10px;
}
.news-list-content span{
  font-family: 'Open Sans';
  font-size:13px;
  font-weight:normal;
  display: block;
  color:#29c5ff;
  padding-bottom:30px;
  border-bottom:1px solid rgba(0,0,0,0.05);
}
.news-list-content h4{
  margin-bottom:0px;
  margin-top:30px;
}
.news-list-content h4 a{
  font-size:20px;
  line-height:27px;
  color:#000;
  font-family:'Albra';
  font-weight: normal;
  text-decoration: none;
}
.news-list-content h4 a:hover{
  color:#1297e0;
}
.next-prev-buttons{
  display: flex;
}
.next-prev-buttons a{
  width:55px;
  height:55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  border:1px solid rgba(229,229,229,1);
  color:#b1b1b1;
  margin:0px 9px;
  font-size:20px;
}
.next-prev-buttons a:hover{
  text-decoration: none;
  color:#1297e0;
  border-color:#29c5ff;
}
.numbers-pagination{
  margin-bottom:0px;
  display: flex;
  margin-left:auto;
  position: absolute;
  right: 0px;
}
.numbers-pagination li{
  margin-left:12px;
}
.numbers-pagination li:first-child{
  margin-left:0px;
} 
.numbers-pagination li a{
  font-size:14px;
  font-family:'Open Sans';
  font-weight:normal;
  color:#c2c2c2;
}
.numbers-pagination li a.active{
  color:#000;
}
.numbers-pagination li a:hover{
  color:#1297e0;
  text-decoration: none;
}
.news-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/*------------News Detail-----------*/
.news-detail-inner{
  width:100%;
  max-width:1000px;
  margin:auto;
}
.news-detail-wrap{
  padding:100px 0px 130px;
}
.news-detail-inner p{
  margin-bottom:20px;
  color:#000;
}
.related-news-wrap{
  margin-bottom:20px;
  display: inline-block;
  width:100%;
}
.related-news-wrap .h2-heading{
  margin-bottom:35px;
  margin-left:-2px;
}
.related-news-slider{
  margin:0px -12px;
}
.related-news-slider .slick-slide{
  margin:0px 12px;
}



/*----------------Footer-------------*/
.subscribe-wrap{
  padding-top:90px;
}
.subscribe-area{
  width:100%;
  max-width:900px;
  margin: auto;
  border:1px solid #000;
  padding:8px 10px;
  display: flex;
}
.btn-subscribe{
  width:220px;
  min-width:220px;
  height:50px;
  background:#1297e0;
  border:1px solid transparent;
  font-size:14px;
  font-family: 'Proxima Nova Rg';
  color:#fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn-subscribe:hover{
  border:1px solid #1297e0;
  color:#1297e0;
  background:transparent;
}
.field-subcribe{
  width:100%;
  border:0px;
  height:50px;
  font-family: 'Proxima Nova Lt';
  font-weight:300;
  color:rgba(0,0,0,0.74);
  padding:0px 20px;
  font-size:15px;
}
.field-subcribe::placeholder{
  color:rgba(0,0,0,0.74);
}
.footer{
  padding-top:40px;
  margin-top:80px;
  border-top:1px solid rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
  background:rgba(247, 247, 247,0.5);
}
.footer:after{
  content:"";
  background: url(assets/images/footer-cornor.png)no-repeat;
  position: absolute;
  bottom: 5px;
  right: 0px;
  width:326px;
  height:276px;
  background-position: right;
  background-size: 64%;	
}
.footer-menu-logo-wrap{
  display: flex;
  z-index:1;
  position: relative;
  padding-bottom:40px;
 align-items:center;
}
.footer-logo-area{
  width:220px;
  margin-right: 120px;
}
.footer-menu{
  margin-bottom:0px;
  margin-top:0px;
  margin-right:0px;
  width:100%;
  display: flex;
}
.footer-menu li{
  line-height:14px;
  margin-bottom:0px;
  margin-left:45px;
}
.footer-menu li:first-child{
  margin-left:0px;
}
.footer-menu li a{
  font-family: 'Gotham Book';
  font-size:14px;
  color:#000;
  text-decoration:none;
}
.footer-menu li a:hover{
  color:#1297e0;
}
.footer-menu-area{
  margin-top:0px;
}
.footer-menu-area h4{
  font-family: 'Gotham Book';
  font-size:24px;
  letter-spacing:-1px;
  min-height:30px;
  margin-bottom: 0px;
  display: block;
  margin-left:-2px;
}
.social-media{
  margin-bottom:0px;
  display: flex;
  margin-top:40px;
  justify-content: center;
}
.social-media li{
  margin-right:15px;
}
.social-media li a{
  color:#fff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#000;
   width:24px;
  height:24px;
  border-radius:6px;
  text-decoration: none;
}
.social-media li:last-child{
  margin-right:0px;
}
.social-media li a:hover{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
  background:#1297e0;
}
.footer-copyright{
  border-top:1px solid rgba(0,0,0,0.22);
  padding:20px 0px;
	background:#fff;
}
.footer-inner-area{
  display: flex;
  align-items: center;
  position: relative;
  z-index:1;
}
.footer-inner-area p{
  font-size:14px;
  line-height:14px;
  margin-bottom:0px;
  font-family: 'Gotham Book';
  color:rgba(0,0,0,0.50);
}
.footer-inner-area ul{
  margin-left: auto;
  display: flex;
  margin-bottom:0px;
}
.footer-inner-area li a{
  font-family: 'Gotham Book';
  color:rgba(0,0,0,0.50);
  font-size:14px;
  line-height:14px;
  display: block;
  text-decoration: none;
}
.footer-inner-area li{
  border-right:1px solid rgba(0,0,0,0.50);
  padding-right:5px;
  margin-right:5px;
}
.footer-inner-area li:last-child{
  padding-right:0px;
  margin-right:0px;
  border-right:0px;
}
.footer-inner-area li a:hover{
  color:#000;
}

.slick-prev,.slick-next{
  background:rgba(0,0,0,0.75) !important;
  width:35px !important;
  height:45px !important;
}
.slick-prev{
  z-index:1;
}
.slick-prev::before, .slick-next::before {
  font-family: "FontAwesome" !important;
  color: #fff !important;
  font-size: 20px !important;
  opacity: 1 !important;
}
.slick-next::before {
  content: "\f105" !important;
}
.slick-prev::before {
  content: "\f104" !important;
}
.slick-prev:focus,.slick-next:focus{
  background:#1297e0 !important;
}

/*-------Page---------*/
.page-banner-heading{
  position: relative;
}
.page-section{
  padding-bottom:100px;
}
.wrap-page-inside{
  padding-bottom:50px;
}
.error-404{
  padding:100px 0px;
}
.error-404 .h2-heading{
  margin-bottom:20px;
}
.error-404 ul{
  margin-left:5px;
}
.error-404 .h4-heading{
  margin-bottom:15px;
}
.error404 .header {
    background: rgba(20,111,165,1);
}
.error404 .header.sticky {
    background: rgba(20,111,165,0.80);
}
.banner-area-404{
  height:200px;
}
.page-all-banner{
  background: rgba(20,111,165,0.80);
  height:350px;
  display: flex;
  align-items: flex-end;
}
.wrap-page-inside{
  padding-top:100px;
}
.page-banner-heading h1{
  color:#fff;
}

/*--------------Key frames------------*/
@keyframes iconupdown{
    50%{
      transform:translateY(-6px);
    }
    100%{
      transform:translateY(0);
    }
  }
  @-webkit-keyframes iconupdown{
    50%{
      transform:translateY(-6px);
    }
    100%{
      transform:translateY(0);
    }
  }
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes scrolldown {
    0%{
        background-position: 0 $line-height-abs;
    }
    75% {
        background-position: 0 0;
    }
    100%{
        background-position: 0 $line-height;
    }
}


/*---------Key Frames----------*/
@keyframes animName {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes iconupdown{
    50%{
      transform:translateY(-6px);
    }
    100%{
      transform:translateY(0);
    }
  }
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animatable{
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  
  /* show objects being animated */
  .animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

     @-webkit-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideRight {
      0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
  
  
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-moz-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-o-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      60% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @-webkit-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-1000px);
      }
      60% {
          -webkit-transform: translateX(20px);
      }
  
      80% {
          -webkit-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -moz-transform: translateX(-1000px);
      }
  
      60% {
          -moz-transform: translateX(20px);
      }
  
      80% {
          -moz-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -o-transform: translateX(-1000px);
      }
  
      60% {
          opacity: 1;
          -o-transform: translateX(20px);
      }
  
      80% {
          -o-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInLeft {
      0% {
          opacity: 0;
          transform: translateX(-1000px);
      }
  
      60% {
          transform: translateX(20px);
      }
  
      80% {
          transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes bounceInRight {
      0% {
          opacity: 0;
          -webkit-transform: translateX(1000px);
      }
  
      60% {
          -webkit-transform: translateX(-20px);
      }
  
      80% {
          -webkit-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInRight {
      0% {
          opacity: 0;
          -moz-transform: translateX(1000px);
      }
  
      60% {
          -moz-transform: translateX(-20px);
      }
  
      80% {
          -moz-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInRight {
      0% {
          opacity: 0;
          -o-transform: translateX(1000px);
      }
  
      60% {
          -o-transform: translateX(-20px);
      }
  
      80% {
          -o-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInRight {
      0% {
          opacity: 0;
          transform: translateX(1000px);
      }
  
      60% {
          transform: translateX(-20px);
      }
  
      80% {
          transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translateY(20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInUp {
      0% {
          opacity: 0;
          -moz-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInUp {
      0% {
          opacity: 0;
          -o-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideLeft {
      0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
  @-webkit-keyframes bounceIn {
      0% {
          opacity: 0;
          -webkit-transform: scale(.3);
      }
      50% {
          -webkit-transform: scale(1.05);
      }
  
      70% {
          -webkit-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: scale(1);
      }
  }
  
  @-moz-keyframes bounceIn {
      0% {
          opacity: 0;
          -moz-transform: scale(.3);
      }
  
      50% {
          -moz-transform: scale(1.05);
      }
  
      70% {
          -moz-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -moz-transform: scale(1);
      }
  }
  
  @-o-keyframes bounceIn {
      0% {
          opacity: 0;
          -o-transform: scale(.3);
      }
  
      50% {
          -o-transform: scale(1.05);
      }
  
      70% {
          -o-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -o-transform: scale(1);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(.3);
      }
  
      50% {
          transform: scale(.9);
      }
  
      70% {
          transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  @-webkit-keyframes moveUp {
      0% {
          opacity: 1;
          -webkit-transform: translateY(40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveUp {
      0% {
          opacity: 1;
          -moz-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveUp {
      0% {
          opacity: 1;
          -o-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes moveUp {
      0% {
          opacity: 1;
          transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes moveDown {
      0% {
          opacity: 1;
          -webkit-transform: translateY(-40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveDown {
      0% {
          opacity: 1;
          -moz-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveDown {
      0% {
          opacity: 1;
          -o-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  @keyframes moveDown {
      0% {
          opacity: 1;
          transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @-webkit-keyframes fadeBgColor {
      0%{
          background:none;
      }
   
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  @-o-keyframes fadeBgColor {
      0%{
          background:none;
      }
   
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  @keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  
  .animated.animationDelay{
      animation-delay:.25s;
      -webkit-animation-delay:.25s;
  }
  .animated.animationDelayMed{
      animation-delay:1s;
      -webkit-animation-delay:1s;
  }
  .animated.animationDelayLong{
      animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
  }
  .animated.fadeBgColor {
      -webkit-animation-name: fadeBgColor;
      -moz-animation-name: fadeBgColor;
      -o-animation-name: fadeBgColor;
      animation-name: fadeBgColor;
  }
  .animated.bounceIn {
      -webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  .animated.bounceInRight {
      -webkit-animation-name: bounceInRight;
      -moz-animation-name: bounceInRight;
      -o-animation-name: bounceInRight;
      animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      -moz-animation-name: bounceInLeft;
      -o-animation-name: bounceInLeft;
      animation-name: bounceInLeft;
  }
  .animated.fadeIn {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .animated.fadeInDown {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
    
  }
  .animated.slideRight {
      -webkit-animation-name: slideRight;
      -moz-animation-name: slideRight;
      -o-animation-name: slideRight;
      animation-name: slideRight;
  }
  .animated.slideLeft {
      -webkit-animation-name: slideLeft;
      -moz-animation-name: slideLeft;
      -o-animation-name: slideLeft;
      animation-name: slideLeft;
  }
  .animated.fadeInUp {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  .animated.moveUp {
      -webkit-animation-name: moveUp;
      -moz-animation-name: moveUp;
      -o-animation-name: moveUp;
      animation-name: moveUp;
  }
  .animated.moveDown {
      -webkit-animation-name: moveDown;
      -moz-animation-name: moveDown;
      -o-animation-name: moveDown;
      animation-name: moveDown;
  }



/* our portfolio page banner video */
.banner-section video{ height: 540px; border:0; width: 100%; object-fit: cover; opacity: .7; display: block;}

