/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

body, p{
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

.m0{ margin: 0!important; }


header{
	padding: 20px 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.revealOnScroll {
  opacity: 0;
}
.shrink{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .16);
    border: none;
}

.shrink .menu_block {
    padding: 8px 0;
}
.brand-logo{
    display: block;
    margin: 30px 0 0 0;
}

.shrink .brand-logo{
    margin: 18px 0 0 0;
}

.logo_block img{
	width: 100%;
}
.menu_block {
	padding: 23px 0;
}
.menu_block ul{
	margin: 0;
	text-align: right;
}
.menu_block li {
	padding: 15px;
	vertical-align: middle;
  position: relative;
}
.menu_block ul .active:before{
  content: "";
  width: 4px;
  height: 4px;
  background: #f89d3b;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.menu_block li a{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.menu_block li:hover a{
	text-decoration: none;
}
.menu_block li a {
  padding: 10px;
}
.menu_block li a:hover, .menu_block li a:focus{
    color: #00ac2e;
    text-decoration: none;
}
.menu_block li a:before, .menu_block li a:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  
}
.menu_block li a:before {
  border-width: 1px 0 1px 0;
  transform: scaleX(0);
    border-top-color: #575757;
    border-bottom-color: #575757;
}
.menu_block li a:after {
    border-left-color: #575757;
    border-right-color: #575757;
    
  border-width: 0 1px 0 1px;
  transform: scaleY(0);
}
.menu_block li a:hover:before, .menu_block li a:hover:after {
  transform: scale(1, 1);
}
.menu_block li a:before, .menu_block li a:after, .menu_block li a > span:before, .menu_block li a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.menu_block li a:focus{
	outline: none;
	text-decoration: none;
}
.circle_link{
	padding: 0 15px;
	width: 60px;
	text-align: center;
	margin-left: 35px;
	cursor: pointer;
}
.circle_link span{
	border-radius: 0;
    background: #18254e;
    padding: 2px;
    max-height: 2px;
    margin: 0 3px;
    font-size: 0;
    vertical-align: middle;
    transition: 0.3s;
}
.circle_link ul{
	text-align: center;
	pointer-events: none;
}
.circle_link li{
	padding: 0;
    line-height: 0.7;
    cursor: pointer;
}
.circle_link:hover span{
	margin: 0 2px;
	transition: 0.3s;
	background: #f89d3b;
}
.banner_block .owl-theme .owl-nav [class*=owl-]{
	background: none;
	position: absolute;
	top: 45%;
}
.banner_block .owl-theme .owl-next{
	right: 15px;
}
.banner_block .owl-theme .owl-prev{
	left: 15px;
}
.banner_caption{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	padding: 65px 0;
	background: rgba(0,0,0,0.1);
    mix-blend-mode: hard-light;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.banner_caption .container{
	padding: 0 45px;
}
.banner_caption h1{
	font-size: 50px;
    color: #fff;
    font-weight: 700;
    width: 65%;
    letter-spacing: 2px;
    line-height: 1.25;
    margin-bottom: 1px;
}
.banner_caption h1 span{
      background: rgba(24, 37, 78,1);
}
.banner_caption a{
	font-size: 18px;
	border-radius: 0;
	padding: 25px 30px;
	font-weight: 500;
	margin-top: 0;
	letter-spacing: 1px;
	border: none;
	position: relative;
	display: inline-flex;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	align-items: center;
	box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);
}
.banner_caption a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #57a6db, #5ebb64, #f89d3b);
  background: -webkit-linear-gradient(left, #57a6db, #5ebb64, #f89d3b);
  z-index: -1;
  transition: -webkit-transform 750ms;
  transition: transform 750ms;
  transition: transform 750ms, -webkit-transform 750ms;
}
.banner_caption a span{
	background: linear-gradient(to right, #57a6db, #5ebb64, #f89d3b);
    background: -webkit-linear-gradient(left, #57a6db, #5ebb64, #f89d3b);
    border-radius: 50%;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    display: flex;
	align-items: center;
	justify-content: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_caption a:hover span{
	background: #fff;
	color: #000;
}
.banner_caption a:hover{
    border: none;
    color: #000;
    transition: 0.3s;
}
.banner_caption a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.banner_caption a:hover span {
  -webkit-animation: moveArrow 750ms;
          animation: moveArrow 750ms;
}
.home_about_block{
	margin-top: 50px;
	margin-bottom: 50px;
    overflow: hidden;
}
.home_about_block .col-md-6{
	padding: 0 30px;
}
.home_about_block img{
  width: 100%;
}
.home_about_block .col-md-6 div{
	padding: 0 30px;
}
.home_about_block h2{
	color: #18254e;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 55px;
}
.home_about_block p{
	color: #686868;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}
.home_about_block .row{
	padding: 30px 0;
  display: flex;
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.our_partner_block{
	padding-top: 60px;
	padding-bottom: 80px;
}
.our_partner_block .row img{
	margin: 0 auto;
}
.our_partner_block h1 {
	color: #686868;
	font-size: 34px;
    font-weight: normal;
    width: 65%;
    margin: 65px auto 85px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
}
#our_partner img{
	width: auto;
	margin: 0 auto;
}
#our_partner.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	top: 28%;
	background: none;
	color: #07a9c9;
	font-size: 30px;
}
#our_partner.owl-theme .owl-next{
	right: -70px;
}
#our_partner.owl-theme .owl-prev{
	left: -70px;
}
#our_partner.owl-theme .disabled, #our_partner.owl-theme .disabled span{
	color: #ccc;
	opacity: 1;
}
.www_block .col-md-4{
	padding: 0;
}
.works_block{
	position: relative;
}
.works_block img{
  width: 100%;
}
.works_block a:hover img {
    filter: grayscale(10%) blur(3px);
    transition: 0.3s;
}
.works_block .works_caption{
	position: absolute;
	top: 0;
	padding: 30px 40px;
	background: rgba(19,19,19,1);
  background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(0,0,0,0.65) 35%, rgba(44,44,44,0.5) 50%, rgba(43,43,43,0.21) 79%, rgba(76,76,76,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,1)), color-stop(35%, rgba(0,0,0,0.65)), color-stop(50%, rgba(44,44,44,0.5)), color-stop(79%, rgba(43,43,43,0.21)), color-stop(100%, rgba(76,76,76,0)));
  background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(0,0,0,0.65) 35%, rgba(44,44,44,0.5) 50%, rgba(43,43,43,0.21) 79%, rgba(76,76,76,0) 100%);
  background: -o-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(0,0,0,0.65) 35%, rgba(44,44,44,0.5) 50%, rgba(43,43,43,0.21) 79%, rgba(76,76,76,0) 100%);
  background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(0,0,0,0.65) 35%, rgba(44,44,44,0.5) 50%, rgba(43,43,43,0.21) 79%, rgba(76,76,76,0) 100%);
  background: linear-gradient(to bottom, rgba(19,19,19,1) 0%, rgba(0,0,0,0.65) 35%, rgba(44,44,44,0.5) 50%, rgba(43,43,43,0.21) 79%, rgba(76,76,76,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0 );
  transition: 0.3s;
  width: 100%;
}
.works_block .works_caption h3{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}
.works_block a:hover {
  text-decoration: none;
}
.story_blocks{
	margin-top: 80px;
	margin-bottom: 80px;
}
.story_blocks .col-md-4{
  padding: 0 35px;
}
.story_blocks figure{
  overflow: hidden;
}
.story_blocks img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    overflow: hidden;
    width: 100%;
}
.story_blocks a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.story_blocks h4{
	color: #18254e;
	font-size: 18px;
	font-weight: normal;
    margin: 25px 0;
    line-height: 1.5;
}
.story_blocks a:hover{
  text-decoration: none;
}
.story_blocks .btn{
	color: #18254d;
	border: 1px solid #18254d;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 13px;
	transition: 0.3s;
}
.story_blocks .btn span{
	margin-left: 15px;
	position: absolute;
	opacity: 0;
}
.story_blocks .btn:hover, .story_blocks .btn:focus{
	color: #18254e;
	transition: 0.3s;
	outline: none;
	box-shadow: none;
}
.story_blocks .btn:hover span{
	opacity: 1;
	position: relative;
	transition: 0.3s;
}
footer{
	background: #27272f;
	padding: 60px 0 25px;
}
footer h3{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
footer li a,footer li {
	color: #b0b0b0;
	font-size: 16px;
	line-height: 2.3;
}
footer li a:hover, footer li a:focus{
	color: #fff;
	text-decoration: none;
}
footer ul+ul{
	margin-top: 30px;
}

footer a,
footer p{
    color: #b0b0b0
}
.social_links a{
	font-size: 18px;
}
.social_links a:hover{
	color: #fff;
}
.last_block{
	border-top: 1px solid #4a4a4a;
	padding-top: 40px;
    margin-top: 30px;
}
.last_block li{
  line-height: inherit;
}
.last_block a, .last_block p{
	color: #b0b0b0;
	font-size: 13px;
	line-height: inherit;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    background-color: #1d2149;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f89d3b;
}
.sidenav ul a{
  font-size: 16px;
}
.sidenav ul ul a {
    font-size: 16px;
    padding-left: 50px;
}
.sidenav ul ul {
    margin: 10px 0 20px;
}
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    margin-left: 50px;
}
::i-block-chrome,.banner_caption{
	background: rgba(29, 33, 73, 0.5);
}
::i-block-chrome,.banner_caption h1{
	font-size: 44px;
}
::i-block-chrome,.menu_block li a::before, 
.menu_block li a::after, 
.menu_block li a > span::before, 
.menu_block li a > span::after{
	content: none;
}
.contact_block{
  margin-top: 40px;
  color: #686868;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 60px;
}
.contact_block h4{
  color: #18254e;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.contact_block ul{
  margin-top: 15px;
  margin-bottom: 30px;
}
.social_links_c{
  margin-top: 25px!important;
  margin-bottom: 40px!important;
}
.social_links_c li a span{
  background: #686868;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #686868;
  transition: 0.3s;
}
.social_links_c li a:hover, .social_links_c li a:focus{
  text-decoration: none;
  outline: none;
}
.social_links_c li a:hover span, .social_links_c li a:focus span {
  background: none;
  color: #686868;
  transition: 0.3s;
}
.contact_block li a, .contact_block li a:hover, .contact_block li a:focus{
  color: #686868;
  text-decoration: none;
  outline: none;
}
.get_ul li span{
  margin-right: 10px;
  font-size: 20px;
  color: #5ebb64;
}
.get_ul li{
  margin-bottom: 10px;
}
.form-animate-fields textarea{
  resize: none;
}
.form-animate-fields .btn{
  border-radius: 0;
  background: #18254e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 32px;
  margin-top: 15px;
  transition: 0.3s;
}
.form-animate-fields .btn:hover, .form-animate-fields .btn:focus{
  background: #2c4490;
  outline: none;
  box-shadow: none;
  transition: 0.3s;
}
.services_menu_link{
  background: #18254e;
    overflow: hidden;
}
.services_menu_link ul{
  margin: 0;
  padding: 0 45px;
}
.services_menu_link ul a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.services_menu_link ul li:first-child{
  padding-left: 0;
}
.services_menu_link ul li{
  padding: 25px;
}
.services_content{
  margin-top: 60px;
  margin-bottom: 0px;
    overflow: hidden;
}
.services_content h3{
  font-size: 24px;
  color: #57a6db;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 45px;
  margin-bottom: 60px;
}
.services_content h3 + .min_content{
    padding-top: 0;
}
.services_content h2{
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 45px;
}
.services_content p{
  color: #686868;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 35px;
}
.services_content .btn{
  color: #686868;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  transition: 3s;
}
.services_content a.btn span {
    background: linear-gradient(to right, #57a6db, #5ebb64, #f89d3b);
    background: -webkit-linear-gradient(left, #57a6db, #5ebb64, #f89d3b);
    border-radius: 50%;
    padding: 6px;
    color: #fff;
    font-size: 10px;
    margin-left: 24px;
}
.services_content a.btn:hover span{
  margin-left: 15px;
}
.services_content a.btn:hover, .services_content a.btn:focus{
  box-shadow: none;
  outline: none;
}
.services_content .col-md-6 div{
  padding: 0 45px;
}
.services_content .row{
  padding-top: 65px;
}
.footer_top_block{
  background: #f89d3b;
  padding: 0;
    margin: 60px 0 0 
}
.footer_top_block ul{
  margin: 0;
  color: #fff;
  padding: 40px;
}
.footer_top_block ul li:first-child{
  font-weight: 600;
  font-size: 20px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.footer_top_block ul li{
  font-size: 16px;
  font-weight: 300;
}
.footer_top_block ul li a{
  color: #fff;
}
.footer_top_block ul li span{
  padding: 0 10px;
}
.services_banner {
  position: relative;
}
.services_banner img, .inner_services_banner img{
  width: 100%;
}
.services_banner .caption{
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.services_banner .caption .container, .inner_services_banner .caption .container{
  padding: 0 40px;
}
.services_banner .caption h1{
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  width: 83%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.services_banner .caption h1 span{
  background: rgba(27, 130, 199,0.8);
  padding: 0 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
footer .container{
  padding: 0 60px;
}
.inner_services_banner{
    position: relative;
    min-height: 400px;
    background: #18254e;
    overflow: hidden;
}
.inner_services_banner .caption{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.inner_services_banner .caption h1{
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  background: rgba(26, 129, 197,0.8);
  padding: 25px 42px;
  line-height: 1.4;
  width: 83%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.in_services_mini_banner .caption{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.in_services_mini_banner  h3{
  font-size: 34px;
  color: #fff;
  padding: 0 15%;
  width: 65%;
  line-height: 1.3;
}
.in_services_mini_banner  h3 span{
  background: rgba(0,0,0,0.8);
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.min_content h4{
  font-size: 30px;
  font-weight: 700;
  color: #57a6db;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.min_content h5{
  font-size: 24px;
  font-weight: 500;
  color: #686868;
  margin-bottom: 60px;
}
.min_content h6{
  font-size: 20px;
  font-weight: 700;
  color: #686868;
  margin-bottom: 25px;
}
.min_content h6.heading{
    color: #5ebb64;
}
.min_content li, .services_content li{
  font-size: 18px;
  font-weight: 500;
  color: #686868;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.min_content li:before, .services_content li:before{
  content: "";
  height: 6px;
  width: 6px;
  background: #7f7f7f;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.min_content{
  padding: 60px 100px;
}
.min_content ul{
    margin-bottom: 60px;
}
.why_digi_block{
  padding: 0;
  background: #18254e;
  color: #fff;
  display: flex;
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.why_digi_block .col-md-6{
  padding: 0;
}
.why_digi_block .col-md-6 div{
  padding: 0 80px;
}
.why_digi_block h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}
.why_digi_block li{
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.6;
}
.why_digi_block li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #838a9e;
}
.company_banner .caption h1{
  background: rgba(224, 166, 125, 0.8)
}
.company_block1 h3{
  font-size: 28px;
  font-weight: 500;
  color: #6b6b6b;
  padding: 0 30px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.company_block1 h1{
  font-size: 70px;
  color: #000;
  font-weight: 600;
  margin-top: 60px;
}
.company_block1{
  margin-top: 50px;
    overflow-y: inherit;
}
.company_block1 .col-md-6{
  padding-left: 75px;
}
.company_block1 .col-md-6 img{
  position: relative;
  bottom: -60px;
}
.company_menu{
  background: #ececec;
  padding: 120px 0 50px;
  text-align: center;
}
.company_menu .nav-tabs{
    border-bottom: none;
}
.company_menu a, .company_menu a:hover,.company_menu a:focus{
  font-size: 24px;
  color: #00050e;
  font-weight: 600;
  text-decoration: none;
}
.company_menu li{
  padding: 45px;
  float: inherit;
  display: inline-block;
}
.company_menu li a{
  position: relative;
  border: none;
}
.company_menu li a:hover, .company_menu li a:focus,
.company_menu li.active a:hover, .company_menu li.active a:focus{
    background: none;
    border: none;
    outline: none;
    color: #00050e;
}
.company_menu li.active a{
    background: none;
    border: none;
    color: #00050e;
}
.company_menu li.active a:after{
  content: '';
  width: 100%;
  height: 2px;
  background: #00050e;
  left: 0;
  bottom: -20px;
  position: absolute;
}
.inner_hab{
  margin: 0;
}
.inner_hab .tab-pane{
    overflow: hidden;
}
.inner_hab .row.active{
  padding: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner_hab .row{
    display: none;
}
.inner_hab .col-md-6{
  padding: 0;
}
.inner_hab .col-md-6 div{
  padding: 0 105px;
}
.inner_hab h2{
  margin-top: 0;
}
.inner_partner_block{
  background: #eeeeee;
}
.outsourcing_banner .caption h1{
  background: rgba(76, 174, 159, 0.8)
}
.outsource_content{
  padding: 45px;
}
.outsource_content h3{
  font-weight: 500;
  font-size: 28px;
  color: #6b6b6b;
  margin-bottom: 50px;
  line-height: 1.5;
}
.out_list1 li{
  font-size: 18px;
  font-weight: 500;
  color: #6b6b6b;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.out_list1 {
  column-count: 2;
  margin-bottom: 60px;
}
.out_list1 li:before{
  content: '';
  width: 6px;
  height: 6px;
  background: #7f7f7f;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 10px;
}
.outsource_content h2{
  font-size: 30px;
  color: #41b3a3;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.outsource_content p{
  font-size: 24px;
  font-weight: 500;
  color: #686868;
}
.outs_icon_ul{
  margin: 60px 0 50px;
}
.outs_icon_ul li p{
  font-weight: 500;
  font-size: 18px;
  color: #686868;
  text-align: center;
  margin-top: 30px;
}
.outs_icon_ul li img{
  margin: 0 auto;
  display: block;
  opacity: 0.8;
  transition: 0.3s;
}
.outs_icon_ul li img:hover{
  opacity: 1;
}
.outs_icon_ul li + li{
  margin-left: 60px;
}
#our_partner .item{
  height: 130px;
  display: flex;
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.banner_caption{
		background: rgba(29, 33, 73, 0.5);
	}
	.banner_caption h1{
		font-size: 44px;
	}
}









@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}








.contact_block .col-md-7 {
    border-left: 1px solid #ccc;
    padding-left: 120px;
}
.form-animate-fields{
  margin: 30px 0;
}
.form-animate-fields .form-field {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  margin-bottom: 24px;
}
.form-animate-fields .form-input {
  position: relative;
  z-index: 1;
  display: block;
  background-color: transparent;
  width: 100%;
  height: 44px;
  padding: 8px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #fff;
}
.form-animate-fields .form-input:focus {
  outline: none;
}
.form-animate-fields .form-label {
  width: 100%;
  position: absolute;
  top: 24px;
  padding: 10px 8px;
  font-size: 15px;
}
.form-animate-fields .form-label:before,
.form-animate-fields .form-label:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
}
.form-animate-fields .form-label:before {
  top: 0;
  background-color: #18254e;
  height: 100%;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}
.form-animate-fields .form-input.is-filled + .form-label:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.form-animate-fields .form-label:after {
  bottom: 0;
  height: 1px;
  background-color: #dedede;
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.form-animate-fields .form-input.is-filled + .form-label:after {
  opacity: 0;
}
.form-animate-fields .form-label-content {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
}
.form-animate-fields .form-input.is-filled + .form-label .form-label-content {
  color: #18254e;
  -webkit-transform: translate3d(-8px, -34px, 0);
          transform: translate3d(-8px, -34px, 0);
}
#myModal .modal-dialog{
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
}
#myModal .modal-header{
    border-bottom: none;
    padding-bottom: 0;
}
#myModal h3{
    color: #18254e;
    margin-bottom: 30px;
}
#myModal h3 span{
    color: #f89d3b;
}
#myModal p{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 15px;
}
#myModal img{
    margin: 30px auto;
}







