@font-face {
  font-family:'lato-reg';
  src:url(../fonts/lato/Lato-Regular.woff);

}
@font-face {
  font-family:'lato-semi';
  src:url(../fonts/lato/Lato-Semibold.woff);
}
@font-face {
  font-family:'lato-bold';
  src:url(../fonts/lato/Lato-Bold.woff);
}
@font-face {
  font-family:'lato-black';
  src:url(../fonts/lato/Lato-Black.woff);
}
@font-face {
  font-family:'lato-heavy';
  src:url(../fonts/lato/Lato-Heavy.woff2);
}
@font-face {
  font-family:'roboto-medium';
  src:url(../fonts/roboto/Roboto-Medium.woff);
}
@font-face {
  font-family:'roboto-bold';
  src:url(../fonts/roboto/Roboto-Bold.woff);
}

body{overflow-x:hidden;-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;}
button:focus{outline:none !important;}
input:focus{outline:none !important;}
a{outline:none!important;}
.navbar{border:none!important;}
.navbar-default{background-color:rgb(23, 69, 180);}
#myNavBar{text-transform:uppercase;
		transition:all 0.3s linear;
		-webkit-transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
		z-index:999999;
}


.sticky {
  	position: fixed!important;
	top: 0px;
	
	/*width:inherit!important;*/
	z-index:999;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	transition:all 0.4s linear;
}

.universal{
	background-color:#f8f9fd;
}
.mob_want{display:none;}


/* Cookies set */

.cookies_accept{
  max-width:1131px;
  width:calc(100% - 100px);
  background-color:#fff;
  left:50%;
 /* position: absolute;*/
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  padding:41px 25px 40px 130px;
  grid-column-gap:36px;
  position:fixed;
  z-index:999;
  bottom:33px;
  display:grid;
  grid-template-columns:minmax(auto,912px) 30px;
  z-index:99999999;
  display:none;
 
 } 
 .cookies_accept > p{
  font-size:16px;
  line-height:28px;
  color:#000;
  margin:0;
  align-self:center;
  text-align:left;
  font-family:'lato-reg',sans-serif;
 }
 .cookies_accept > span > img{width:19px;height:19px;cursor:pointer;} 

/* Cookies */


#myNavBar div ul li a::after{

	content:'';
	top:58px;
	left:15px;
	height:3px;
	position: absolute;
	width:calc(100% - 30px);
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;

	background-color:#fff;
	transform-origin: 100% 0;
	-webkit-transform-origin: 50% 50%;
	
}
.stopscroll{
	overflow:hidden;
}

#myNavBar div ul li a:hover::after{
	
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	
}

.active-menu-item::after{
	content:'';
	position:absolute;
	top:58px;
	left:15px;
	height:3px;
	transform: scaleX(1)!important;
	width:calc(100% - 30px)!important;
	background-color:#fff;
	
}

.breakup{
	transform: translateY(0)!important;
}
.main_change,.animate_rearrange{
		top:100px;
}
.owntype{
	
	-webkit-transition:top 0.6s linear;
	-moz-transition:top 0.6s linear;
	-ms-transition:top 0.6s linear;
	transition:top 0.6s linear;
}
/*.sticky_next{
	width:100%;
	top:84px;
	position:fixed;
	z-index:999;
}*/
.striker{
	position:fixed;
	background-color:#fff;
	z-index:9999;
	display:none;
	top:0px;
	transition:all 0.4s linear;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
}

/*footer css*/
.footer-bann{
	height:221px;
	width:100%;
	background-image:url('../images/foot.png');
	
}
.footer-bann > .title-content{
	width:808px;
	height:auto;
	display:grid;
	margin:0 auto;
	grid-template-columns:492px 214px;
	grid-auto-rows:84px;
	grid-column-gap:100px;
	padding-top:75px;
}
.footer-bann > .title-content > .hero_text > h3{
	margin:0;
	color:#fff;
	
	font-size:24px;
	line-height:36px;
	font-family:'lato-semi',sans-serif;
}
.footer-bann > .title-content > .hero_button{
	align-self:center;
}
.footer-bann > .title-content > .hero_button > a{
	font-size:10px;
	letter-spacing:1.6px;
	text-transform:uppercase;
	color:#fff;
	padding:22px 60px;
	
	font-family: 'lato-black',sans-serif;
	display:inline-block;
	border:2px solid #fff;
	transition:all 0.3s linear; 
	-webkit-transition:all 0.3s linear; 
	-moz-transition:all 0.3s linear; 
	/*box-shadow:0 2px 6px 0 #113A9A;*/
	text-decoration:none;
	cursor:pointer;
}
.footer-bann > .title-content > .hero_button > a:hover{
	color:#1745B4;
	background-color:#fff;
	box-shadow:0 2px 6px 0 #113A9A;
}


.wrapper_block{
	display:grid;
	height:auto;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-auto-rows:auto;
	margin-bottom:30px;
	border-bottom:1px solid #E3E6F3;
    padding-bottom: 30px;
}
.new_bottom{
	display:inline-block;
	width:100%;
	padding-bottom:40px;
}
.new_bottom > p {
	font-size:12px;
	font-family:'lato-semi',sans-serif;
	color:#C4C5C9;
	margin:0; 
	
	display:inline-block;

}
.sign-block > a{
	margin-top:70px;
	display:inline-block;

}
.sign-block > h4{
	margin:0;
	margin-top:22px;
	font-family:'lato-semi',sans-serif;
	font-size:12px;
	line-height:22px;
	color:#616161;
	padding-left:50px;
}
.sign-block > h4 > span{
	font-family: 'lato-reg',sans-serif;
}
.sign-block > p{
	margin:0;
	margin-top:36px;
	font-size:12px;
	line-height:22px;
	color:#616161;
	font-family:'lato-reg',sans-serif;
}
.office-block{
	display:grid;
	margin-top:70px;
	/*grid-template-columns: 1fr 1fr;*/
	/*grid-auto-rows: auto;
	grid-row-gap:25px;*/
	justify-items:right;
	right:10px;
	position: relative;
	/*left:70px;*/
}
/*.office-block > .office{
	display:grid;
	grid-template-columns:65px auto;
	grid-column-gap:65px;
}*/

.office > h4{
	font-size:15px;
	line-height:25px;
	font-family:'lato-semi',sans-serif;
	color:#000;
	align-self:center;
	margin:0 0 10px 0;
}
.office > p{
	font-size:12px;
	line-height:22px;
	color:#616161;
	font-family: 'lato-reg',sans-serif;
	margin-bottom:0;
	align-self:center;
}
.service-block{
	display:grid;
	padding-right:0px;
}
.service-block > ul {
	padding-left:0;
	margin-bottom:0;
	margin-top:70px;
	justify-self:right;
	padding-right:6px;
}
.service-block > ul > li{
	list-style-type: none;
}
.service-block > ul > li > a{
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
	font-family:'lato-semi',sans-serif;
	color:#000000;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;

}
.service-block > ul > li > a:hover{
	color:#616161;
}
.social_links{
	position: relative;
	
	display:inline-block;
	float:right;
}

.social_links > a > .i-black{
	opacity:1;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.social_links > a > .i-white{
	opacity:0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.social_links > a {
	width:25px;
	display:inline-block;
	height:25px;
	margin-left:18px;
	text-align: center;
	position: relative;
	border:2px solid #000;
	border-radius:50% 50%;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.social_links > a > img{position: absolute;left:7px;top:5px;}
.social_links > a:hover{
	background-color:#000;
	
}
.social_links > a:hover > .i-white{
	opacity:1;
}
.social_links > a:hover > .i-black{
	opacity:0;
}

/* footer css end */


/* Home page css  */

.intro_wrap{
	max-width:920px;
	margin-top:90px;
}
.intro_wrap > h2 {
	font-size:44px;
	line-height: 60px;
	font-family: 'lato-semi',sans-serif;
	color:#000;
	margin:0;
}
.intro_wrap > p{
	font-family:'lato-reg',sans-serif;
	font-size:16px;
	line-height:28px;
	color:#616161;
	margin:30px 0 0 0;
}
.intro_block{
	padding-bottom:240px;
	position:relative;
}


.intro_subsect{
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	height:250px;
	margin-top:93px;
}
.intro_subsect > .category_block > h3{
	font-size: 20px;
	font-family:'lato-bold',sans-serif;
	color:#1745B4;
	margin:0;

}
.intro_subsect > .category_block > p{
	font-size: 16px;
	line-height: 28px;
	color:#616161;
	font-family:'lato-reg',sans-serif;
	margin:20px 0 0 0;
}
.intro_subsect > .category_block > a{
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	line-height:30px;
	letter-spacing:1.6px;
	
	display: inline-block;
	margin-top:35px;
	font-family: 'lato-heavy',sans-serif;
	position: relative;
	color:#000;
}

.intro_subsect > .category_block > a::after{
	content:'';
	width:127px;
	transform:scaleX(0);
	position: absolute;
	height:5px;
	top:35px;
	left:0;
	background-color:#1745B4; 
	transition: all 0.3s ease-in-out;
	transform-origin:0% 0%;
}
.intro_subsect > .category_block > a::before{
	content:'';
	width:127px;
	transform:scaleX(1);
	position: absolute;
	height:2px;
	top:35px;
	left:0;
	background-color:#1745B4; 
	/*transition: all 0.3s linear;*/
}
.intro_subsect > .category_block > a:hover{
	color:#1745B4;
}
.intro_subsect > .category_block > a:hover::after{
	transform:scaleX(1);
}
/*.intro_subsect > .category_block > a:hover::before{
	transform:scaleX(0);
}*/
.category_block:last-child{
	justify-self:end;
}

.data_block{
	
	
	position: relative;
	margin-top:-175px;
	
}
.stats-wrapper{
	width:calc(100% - 50px);
	padding:90px 36px 81px 33px;
	max-width:1100px;
	margin:0 auto;
	display:grid;
	background-color:#fff;
	grid-auto-rows:auto;
	grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
	box-shadow: -3px 3px 14px -4px #6B6B6B;;
}
.stats-block{
	/*align-self:center;*/
	text-align:center;
	/*justify-self:center;*/
	
}
.stats-block > h2{
	font-family:'roboto-medium',sans-serif;
	font-size:40px;
	color:#000;
	margin:0;
	line-height:initial;
}
.stats-block > p{
	color:#616161;
	font-size:16px;
	line-height:28px;
	font-family:'lato-reg',sans-serif;
	margin:22px 0 0 0;
}
.knowledge-block{
	width:100%;
	margin-top:-115px;
}
.knowledge_container{
	height:810px;
	display:grid;
	grid-template-columns:auto 750px;
	grid-auto-rows:auto;
}
.knowledge_container > .portfolio{
	display:grid;
	align-items:center;
	justify-items:right;
}
.knowledge_container > .portfolio > .portfolio_wrapper{
	
	display:grid;
	grid-template-columns:repeat(3,minmax(60px,120px));
	grid-auto-rows:auto;
	grid-row-gap:40px;
	grid-column-gap:40px;
	padding-right:50px;
	padding-bottom:120px;
}
.knowledge_container > .portfolio > .portfolio_wrapper > a{
	/*display: grid;*/
	align-items: center;
	width:100%;
	text-align: center;
	align-self: center;
	justify-self:center;
}
.knowledge_container > .portfolio > .portfolio_wrapper > a > img{
	width:auto;
	height:auto;
}
.knowledge_container > .qoute{
	align-items: center;
	justify-items:center;
	display: grid;
	background-position:right;
}
.knowledge_container > .qoute > .qoute-wrapper{
	max-width:360px;
	margin-left:26px;
	margin-top:-65px;
	padding-bottom:100px;
}
.knowledge_container > .qoute > .qoute-wrapper > h2{
	font-size:20px;
	color:#fff;
	font-family:'lato-bold',sans-serif;
	margin:0;
}
.knowledge_container > .qoute > .qoute-wrapper > p{
	font-size:16px;
	line-height:28px;
	color:#fff;
	font-family:'lato-reg',sans-serif;
	margin:20px 0 0 0;

}
.blog_overview_card{
	
	padding-bottom: 40px;
	max-width: 1100px;
	margin: 0 auto;
	margin-top:-222px;
	display:grid;
	grid-template-columns:auto 295px 295px;
	grid-column-gap:33px;
}
.blog_overview_card > .description_block {
	display:grid;
	align-items: center;
	justify-items:right;
	padding-right:83px;
}
.blog_overview_card > .description_block > .wrapping{
	max-width: 295px;
	padding-bottom: 17px;
}
.blog_overview_card > .description_block > .wrapping > h3{
	font-size:20px;
	color:#000;
	font-family:'lato-bold',sans-serif;
	margin:0;

}
.blog_overview_card > .description_block > .wrapping > p{
	font-size:16px;
	line-height:28px;
	color: #616161;
	font-family:'lato-reg',sans-serif;
	margin:20px 0 0 0;
}
.blog_overview_card > .blog_card{
	background-color: #fff;
	box-shadow:0px 1px 14px -4px #9f9f9f;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	display: block;
	text-decoration:none;
}
.blog_overview_card > .blog_card:hover{
	box-shadow:0px 1px 15px -1px #a8a8a8;
}

.blog_card >  p{
	padding:73px 45px 51px 45px;
	margin:0;
	font-size:10px;
	letter-spacing:1.6px;
	color:#000;
	font-family:'lato-heavy',sans-serif;
	text-transform:uppercase; 
}
.blog_card >  p > span{
	display:block;
	color:#919191;
	font-size:10px;
	font-family:'lato-heavy',sans-serif;
	/*padding-right:30px;*/
	
}
.blog_card >  p > span:last-child{
	padding-right:0;

	padding-top:10px;
	color:#1745B4;
	
}
.blog_card >  h3{
	padding:0 43px;
	margin:0;
	font-size:26px;
	line-height:38px;
	color:#000;
	height:204px;
	font-family:'lato-semi',sans-serif;
	margin-bottom:27px;

}
.blog_card >  .know_more{
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	font-family:'lato-heavy',sans-serif;
	font-size:10px;
	margin-left:45px;
	margin-bottom:90px;
	line-height:30px;
	position: relative;
	letter-spacing:1.6px;
}
.blog_card >  .know_more::after{
	content:'';
	position: absolute;
	width:71px;
	transform: scaleX(0);
	height:4px;
	top:30px;
	left:0;
	transition: all 0.3s ease-in-out;
	background-color:#1745B4;
	transform-origin:0% 0%;

}
.blog_card >  .know_more::before{
	content:'';
	position: absolute;
	width:71px;
	transform: scaleX(1);
	height:2px;
	top:30px;
	left:0;
	transition: all 0.3s ease-in-out;
	background-color:#1745B4;
}
.blog_card:hover > .know_more::after{
	transform: scaleX(1);
}
.blog_card >  .know_more:hover{
	color:#1745B4;
}


/* Home page End */


/* Team page Css */

.highlight_team,.highlight_data,.highlight_service{
	display:grid;
	width:calc(100% - 40px);
	max-width:1100px;
	grid-template-columns:626px 329px;
	grid-column-gap:161px;
	margin:0 auto;
	padding:180px 0 132px 0;
	align-items:center;
	-webkit-transition:opacity 0.4s linear;
	-moz-transition:opacity 0.4s linear;
	-ms-transition:opacity 0.4s linear;
	transition:opacity 0.4s linear;
}
.highlight_data{
	padding-top:260px;
}
.highlight_team > .title-team > h1,.highlight_data > .title-data > h1,.highlight_service > .title-service > h1{
	margin:0;
	color:#fff;
	font-size:44px;
	line-height:68px;
	font-family:'lato-semi',sans-serif;
}
.highlight_team > .title-subtext > p,.highlight_data > .title-subtext > p,.highlight_service > .title-subtext > p{
	font-family:'lato-reg',sans-serif;
	font-size:14px;
	line-height:24px;
	font-style:italic;
	opacity:0.8;
	margin:0;
	color:#fff;
}

.team_banner_card{
	height:487px;
	width:100%;
}
.about_team{
	padding-bottom:356px;
	
}
.team_intro_wrap{
	max-width:940px;
	margin-top:90px;
}
.team_intro_wrap > h2{
	font-size:40px;
	
	font-family: 'lato-semi',sans-serif;
	color:#000;
	margin:0;
}
.team_intro_wrap > p{
	font-family:'lato-reg',sans-serif;
	font-size:16px;
	line-height:28px;
	color:#616161;
	margin:0 0 25px 0;
}
.team_intro_wrap > p:nth-child(2){
	margin:40px 0 0 0;
}

.team_members_block{
	width:100%;
	margin-top: -245px;
}
.team_wrapper:last-child{
	max-width:940px;
	margin-top:120px;
}

.team_group{
	display:grid;
	grid-template-columns:1fr;
	grid-auto-rows:354px;
	grid-gap:94px;
	
}
.team_wrapper > h4{
	font-size:20px;
	line-height:1.1;
	letter-spacing: normal;
	font-family:'lato-bold',sans-serif;
	margin:0 0 40px 0; 
	/*text-transform:capitalize;*/
}
.team_card_wrap{
	display:grid;
	grid-template-columns:380px 462px;
	grid-auto-rows: auto;
	grid-column-gap:100px;
}
.team_card_wrap > .member_pic{
	
}
.team_card_wrap > .member_pic > img{
	width:100%;
	height:100%;
}
.member_detail_block > h2{
	font-size:20px;
	color:#1745B4;
	font-family:'lato-bold',sans-serif;
		margin:0;
}
.member_detail_block > h3{
	font-size:18px;
	font-family:'lato-reg',sans-serif;
	color:#000;
	margin:20px 0 0 0;
}
.member_detail_block > p{
	color:#616161;
	font-size:16px;
	line-height:28px;
	font-family:'lato-reg',sans-serif;
	margin:32px 0 0 0;
}
.join_block{
	width:100%;
	position: relative;
	top:20px;
	display:grid;
}
.join_block > .box_wrap{
	max-width:675px;
	align-self:center;
	justify-self:center;
	margin:220px 0 90px 0;
	text-align:center;
}
.join_block > .box_wrap > h2{
	margin:0;
	font-size:40px;
	font-family:'lato-bold',sans-serif;
	color:#fff;
}
.join_block > .box_wrap > p{
	font-size:16px;
	line-height:28px;
	color:#fff;
	font-family:'lato-reg',sans-serif;
	margin:27px 0 0 0;
}
.join_block > .box_wrap > a{
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	font-size:10px;
	letter-spacing:1.6px;
	border:3px solid #fff;
	font-family:'lato-black',sans-serif;
	padding:22px 32px; 
	display:inline-block;
	margin-top:44px;
	cursor:pointer;
	/*background-color:#1745B4;*/
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;

}
.join_block > .box_wrap > a:hover{
	color:#1745B4;
	background-color:#fff;
	box-shadow: 0 2px 6px 0 #113A9A;
	/*border-color:#1745B4;*/
}
.footer_qoute_block{
	max-width:1013px;
	width:calc(100% - 100px);
	margin:0 auto;
	text-align:center;
	position:relative;
	top:175px;
	z-index:2;
	background-image:url('../images/team_footer_key.png');
	background-size:cover;
	background-repeat:no-repeat;
}
.footer_qoute_block > h3{
	font-size:24px;
	line-height:40px;
	color:#000;
	margin:0;
	padding:81px 135px 63px 136px;
	font-family:'lato-bold'
}


/* Team page End */


/* contact page */


.message-modal{
	position: fixed;
	width:100%;
	height:100vh;
	z-index:999999;
	display:none;
	background-color:rgba(0,0,0,0.2);
}
.message-wrap{
	max-width:632px;
	position: absolute;
	top:50%;
	left:50%;
	background-color:#fff;
	transform:translate(-50%,-50%);
	padding: 70px 114px 64px 114px;
}
.message-wrap > h3{
	font-size: 40px;
    line-height: 30px;
    color: #1745b4;
    margin: 0;
    margin-bottom: 24px;
    font-family: 'lato-semi',sans-serif;
}
.message-wrap  > p{
	font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 25px;
    font-family: 'lato-reg',sans-serif;
}
.message-wrap  > span:first-child{
	position: absolute;
	right:30px;
	top:30px;
	width:19px;
	height:19px;
	cursor:pointer;
}
.message-wrap > p:last-child{
	margin-top:25px;
}
.message-wrap  > span > img{width:19px;height:19px;}


.contact_banner_card{
	height:calc(100vh - 50px);
	width:100%;
}
.contact_qoute_block{
	max-width:710px;

	position: relative;
	
}
.contact_qoute_block > h1{
	font-size:44px;
	line-height:60px;
	font-family:'lato-semi',sans-serif;
	color:#fff;
	margin:0; 
}
.contact_qoute_block > p{
	max-width: 540px;
	margin:25px 0 0 0;
	color:#fff;
	font-size:16px;
	line-height:28px;
	font-family:'lato-reg',sans-serif; 
}
.contact_form_block{
	margin-top:-332px;
	position: relative;
	z-index:99999;
}
.form_wrapper{
	height:554px;
	display: grid;
	grid-template-columns:472px 643px;

}
.address_block{
	/*box-shadow: -3px 2px 14px -5px #6B6B6B;*/
}
.address_block > h3{
	font-size:10px;
	line-height:30px;
	letter-spacing:1.6px;
	color:#fff;
	margin:51px 0 0 0;
	padding-left:74px;
	font-family: 'lato-bold',sans-serif;
}
.office_address{
    display: grid;
    margin: 60px 50px 0 74px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-row-gap: 75px;
}
.office_address > .office_block{
	display:grid;
	grid-template-columns:102px auto;
	grid-column-gap:60px;
}
.office_block:nth-child(even){
	/*justify-self:right;*/
}
.office_block > h4{
	font-size:18px;
	font-family:'lato-reg',sans-serif;
	color:#fff;
	margin:0 0 0px 0;
}
.office_address > .office_block > p{
	font-size:14px;
	line-height:26px;
	font-family:'lato-reg',sans-serif;
	color:#fff;
	opacity:0.8;
	margin:0 0 0 0;
    position:relative;
    top:-3px;
	
}
.contact_block{
	background-color: #fff;
	box-shadow: 0 2px 13px 0 #9C9C9C;
}
.contact_block > h3{
	padding-left:79px;
	margin:55px 0 0 0;
	font-family:'lato-bold',sans-serif;
	font-size:16px;
	color:#373737; 
}
.notice::-webkit-input-placeholder{
	color:red;
}
.notice::-moz-input-placeholder{
	color:red;
}
.notice::-ms-input-placeholder{
	color:red;
}
.notice::-moz-input-placeholder{
 	color:red;
}
.contact_block > input{
	margin:0 79px 15px 78px;
	height:41px;
	box-sizing: border-box;
	padding:11px 17px 13px 17px;
	width:calc(100% - 157px);
	background-color:#F5F5F5;
	border:none;
	font-size:14px;
	color:#616161;
	outline: none;
	font-family:'lato-reg',sans-serif;
}
.contact_block > input:nth-child(2){
	margin-top:35px;
	outline: none;
}
::-webkit-input-placeholder{
	font-style:normal!important;
}
.contact_block > textarea{
	height:148px;
	width:calc(100% - 157px);
	background-color:#F5F5F5;
	border:none;
	resize:none;
	outline: none;
	box-sizing: border-box;
	padding:11px 17px 13px 17px;
	margin: 0 79px 15px 78px;
	font-family:'lato-reg',sans-serif;

}
.contact_block  > a{
	display:inline-block;
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	font-family:'lato-black',sans-serif;
	color:#fff;
	background-color:#1745B4;
	padding:18px 35px 16px 37px;
	float:right;
	margin:15px 79px 0 0;
	letter-spacing:1.6px;
	border:2px solid transparent;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	cursor:pointer;
}
.contact_block > a:hover{
	color:#1745B4;
	background-color:#fff;
	border-color: #1745B4;
}
.contact_main_block{
	height:780px;
	width:100%;
	margin-top:-221px;
}
.text_block{
	max-width:405px;
	position: relative;
	float:right;
	text-align:right;
}
.key-qoute-block{
	position: relative;
	top:54%;
	transform:translateY(-50%);
}
@-moz-document url-prefix() {
  .key-qoute-block{
	top:35%;
}
}
.text_block > h2{
	font-size:44px;
	line-height:60px;
	color:#000;
	font-family:'lato-semi',sans-serif;
	margin:0;
}
.text_block > p{
	color:#616161;
	font-size:16px;
	line-height:28px;
	font-family: 'lato-reg',sans-serif;
	margin:20px 0 0 0;
}
.job_block{
	margin-top:-200px;
	
}
.job_card{
	padding-bottom:95px;
}
.field_title{
	display:grid;
	grid-template-columns:auto 34px;
	grid-template-rows:auto;
	grid-column-gap:30px;
}
.field_title > h3 {margin:0;position: relative;}
.field_title > h3 > span{
	font-size:20px;
	color:#000;
	font-family:'lato-bold',sans-serif;
	margin:0;
	align-self:center;
	position: relative;
	background-color:#fff;
	z-index:1;
	padding-right:26px;
}
.field_title > h3 > span::before{

}
.field_title > h3::after{
	content:'';
	position: absolute;
	left:0;
	top:14px;
	height:2px;
	width:100%;
	background-color:#1745B4;
}
.field_text{
	grid-template-columns: 590px 134px;
	grid-template-rows:auto;
	display: grid;
	grid-column-gap:222px;
	margin-top:45px;

}
.field_text > p{
	font-size:14px;
	line-height:26px;
	color:#616161;
	font-family:'lato-reg',sans-serif;
	margin:0;
}
.field_text > a{
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing:1.6px;
	color:#1745B4;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	z-index:2;
	text-align:center;
	display:inline-block;
	font-family: 'lato-black',sans-serif;
	border:3px solid #1745B4;
	padding:13px 30px 13px 30px;
	align-self: center;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.field_text > a:hover{
	color:#fff;
	background-color:#1745B4;
	box-shadow: 
}
.field_text > a:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	
	background-color:#1745B4;
	-webkit-transform:scaleX(0) skewX(15deg);
	-moz-transform:scaleX(0) skewX(15deg);
	transform:scaleX(0) skewX(15deg);
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.field_text > a:hover::after .field_text > a{
	-webkit-transform:scaleX(1) skewX(15deg);
	-moz-transform:scaleX(1) skewX(15deg);
	transform:scaleX(1) skewX(15deg);
	color:#fff;
}

.line > hr{
	border:1px solid #1745B4;
}
.accordian_box{
	background-color:#1745B4;
	color:#fff;
	height:34px;
	width:34px;
	align-self: center;
	justify-self:center;
	cursor:pointer;
}
.accordian_box > span{
	display:block;
	font-size:9px;
	font-family:'lato-black',sans-serif;
	text-align:center;
	position: relative;
	top:50%;
	transform: translateY(-50%); 
}
.icon-minus:before{
	color:#fff;
	
}
/* contact page end  */


/* services page start */

.desktop-hide{display:none;}

.key_line{
	max-width:922px;
	position: absolute;
	top:213px;
	left:50%;
	text-align:center;
	transform:translateX(-50%);
	width:calc(100% - 100px);
}
.key_line > h1{
	font-size:50px;
	line-height:70px;
	font-family:'lato-semi',sans-serif;
	color:#fff;
	margin:0;
}
.main_content{
	width:100%;
	margin-top:-140px;
	overflow:hidden;
}
.center_block_wrapper{
	background-color:#fff;
	/*box-shadow:1px 9px 14px -5px #C4C4C4;*/

	overflow:hidden;
}
.additional_class{
	padding:0 80px;
}
.center_block_wrapper > .sticky_block{
	height:96px;
	display:grid;
	z-index:99999;
	width:100%;
	background-color:#fff;
	/*border-bottom:1px solid #f9f9f9;*/
	padding-bottom:15px;
	/*grid-template-columns: repeat(auto-fit,minmax(200px,1fr));*/
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto 3px;
	
	position: relative;

	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.center_block_wrapper > .sticky_block > .options{
	justify-self:center;
	align-self: end;
	padding-bottom:16px;
	font-size:14px;
	font-family:'lato-reg',sans-serif;
	color:#616161; 
	z-index:999;
	cursor:pointer;
}
.slider_go{
	grid-column:1 / -1;
	grid-row:2 / -1; 
	position:relative;
	z-index:999;
}
.slider_go > .boat{
	position: absolute;
	
	height:100%;
	width: calc(33% - 160px);
	margin-left:80px;
	-webkit-transition:transform 0.3s linear;
	-moz-transition:transform 0.3s linear;
	z-index:999;
	transition:transform 0.3s linear;
	background-color:#1745B4;
}
.center_block_wrapper > .sticky_block > .options > span{
	display:block;
	padding:0 80px;
}
.active_opt{
	border-bottom:3px solid #1745B4;
}
.manage-section{
	margin:84px 135px  40px 135px;
	padding-bottom:80px;
	position: relative;
	z-index:5;
}
.service1{
	z-index:99;
	padding-top:85px;
	margin-top:0;
	
}
/*.service1:before{
	content:'';
	position: absolute;
	top:-100px;
	width:772px;
	height:690px;
	right:-96px;
	
	background-image:url(../images/service_right.png);
	background-size:contain;
}
.service2:before{
	content:'';
	position: absolute;
	top:-180px;
	width:890px;
	height:796px;
	left:-96px;
	background-image:url(../images/cs.png);
	background-size:contain;
	pointer-events: none;
}
.service3:before{
	content:'';
	position: absolute;
	top:-180px;
	width:772px;
	height:690px;
	right:-96px;
	background-image:url(../images/service_right.png);
	background-size:contain;
}*/

.service2{
	z-index: 10;
}
.service2{
	/*margin-top:-20px;*/
}
.service3{
	margin-bottom:0;
	margin-top:0px;
}
/*.upshift{
	top:-80px;
}*/
.service2 > h2{
	padding-top:50px;
}
.manage-section > h2{
	font-size:40px;
	line-height:60px;
	font-family:'lato-semi',sans-serif;
	color:#000;
	margin:0 0 48px 0;
	position: relative;
}
/*.service1> h2:before{
	content:'01';
	position: absolute;
	font-size:100px;
	font-family:'roboto-medium',sans-serif;
	color:#1745B4;
	opacity:0.06;
	left:-40px; 
}
.service2 > h2:before{
	content:'02';
	position: absolute;
	font-size:100px;
	font-family:'roboto-medium',sans-serif;
	color:#1745B4;
	opacity:0.06;
	left:-40px; 
}
.service3 > h2:before{
	content:'03';
	position: absolute;
	font-size:100px;
	font-family:'roboto-medium',sans-serif;
	color:#1745B4;
	opacity:0.06;
	left:-40px; 
}*/
.manage-section > p{
	font-size:16px;
	line-height: 28px;
	color:#616161;
	position: relative;
	font-family:'lato-reg',sans-serif;
	margin:0 0 35px 0; 
}
.manage-section > h4{
	font-size:10px;
	letter-spacing: 1.6px;
	font-family:'lato-black',sans-serif;
	color:#000; 
	position: relative;
	margin:82px 0 0 0;
}
.service_table{
	display:grid;
	margin-top:25px;
	grid-template-columns:1fr;
	grid-row-gap:38px;
	grid-auto-rows: minmax(56px,auto); 
	position: relative;
}
.service_table > .service_list{
	display:grid;
	grid-template-columns:2fr 3fr;

}
.service_list > .keys{
	font-size:20px;
	align-self:center;
	font-family:'lato-bold',sans-serif;
	color:#1745B4;
}
.service_list > .values{
	font-size:16px;
	line-height:28px;
	align-self:center;
	color:#616161;
	font-family:'lato-reg',sans-serif; 
}
.case-study-box{
	margin-top:120px;
	width: calc(100% + 200px);
    position: relative;
    left: -100px;
}

/* Animation Block */

/* Animation 1 */

.dropping-ball{
	float:right;
	position: relative;
	width:214px;
	height:380px;
	background-image:url('../images/init.png');
	background-size:contain;
	background-repeat:no-repeat;
}
.dropping-ball > .static{
	width:141px;
	height:21px;
	float:right;
	position: relative;
	top:90px;
}
.dropping-ball > .dynamo{
	position:absolute;
	width:121px;
	height:115px;
	top:160px;
	left:5px;
	opacity:0;
	animation: colorChange 9s step-start 7s infinite;
}
.exit-block{
	position:relative;
	width:184px;
	height:313px;
	top:250px;
}
.exit-block > img{
	width:100px;
	height:auto;
	
	position: absolute;
}
.exit-ball{
	position: absolute;
	width:14px;
	height:15px;
	top:110px;
	left:40px;
	float:left;
	opacity:0;
	background-color: #164BBE;
	border-radius:50% 50%;
	transition:opacity 0.2s linear;
	animation:onMove 3s linear infinite 7s; 
}

.dropping-ball > .ball-block{
	width:141px;
	height:15px;
	position: relative;
	top:58px;
	float:right;
	
}
.dropping-ball > .ball-block > .rolling-ball{
	display:inline-block;
	width:14px;
	height:14px;
	background-color:#164BBE;
	border-radius:50% 50%;
	position:absolute;
	right:0px;
	transform-origin:50% 50%;
	
	
}

.dropping-ball > .ball-block > .rolling-ball:first-child{
	animation:leftMove 9s linear infinite 0s; 
	opacity:1;
}
.dropping-ball > .ball-block > .rolling-ball:nth-child(2){
	animation: leftMove 9s linear infinite 3s;
	opacity:0; 
}
.dropping-ball > .ball-block > .rolling-ball:last-child{
	animation: leftMove 9s linear infinite 6s; 
	opacity:0;
}

@keyframes onMove{
	0%{
		opacity:1;
		transform:translateX(0px);
	}
	20%{
		opacity:1;
		transform:translateX(-25px);
	}
	40%{
		opacity:1;
		transform:translateX(-43px);
	}
	60%{
		opacity:1;
		transform:translateX(-61px);
	}
	80%{
		opacity:0;
		transform:translateX(-80px);
	}
	100%{
		opacity:0;
		transform:translateX(-110px);
	}
}

@keyframes leftMove{

	0%{
		opacity:1;
		transform:translate(0px,0px);
	}

	10%{
		opacity:1;
		transform:translate(-21px,0px);

	}

	20%{
		opacity:1;
		transform:translate(-42px,0px);

	}

	30%{
		opacity:1;
		transform:translate(-63px,0px);

	}

	40%{
		opacity:1;
		transform:translate(-84px,0px);

	}

	
	50%{
		opacity:1;
		transform:translate(-105px,0px);

	}

	60%{
		opacity:1;
		transform:translate(-131px,0px);

	}

	62%{
		opacity:1;
		transform:translate(-137px,10px);
	}
	75%{
		opacity:1;
		transform:translate(-145px,80px);
	}
	80%{
		opacity:1;
		transform:translate(-146px,130px);

	}
	81%{
		transform:translate(-146px,140px);
		opacity:0;

	}
	86%{
		transform:translate(0px,144px);
		opacity:0;

	}
	100%{
		opacity:0;
		transform:translate(0,0);

	}
}


@keyframes colorChange{

	0%{
		opacity:1;
	}
	  1%{
	  	opacity:1;
	  }
	  10%{
	  	opacity:1;
	  }
	  11%{
	  	opacity:0;
	  }
	  33%{
	  	opacity:0;
	  }
	  34%{
		opacity:1;
	  }
	43%{
		opacity:1;
	}
	44%{
		opacity:0;
	}
	66%{
		opacity:0;
	}
	67%{
		opacity:1;
	}
	76%{
		opacity:1;
	}
	77%{
		opacity:0;
	}
	99%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}


/* Animation 1 */


/* Animation 2 */
	.animation-block{position:relative;display:inline-block;}
		.animation-ground{
			width:100vw;
			position: absolute;
			height:300px;
			/*border:1px solid green;*/
			top:140px;
			z-index:99;
		}
	.rear-block{
		position: relative;
		width:245px;
		height:383px;
		float:right;
		top:-112px;
		background-image:url('../images/Hexagon.png');
		background-size:contain;
		background-position:117px 0px;
		background-repeat:no-repeat;
	}
	.left-rear-block{
		position: relative;
		float:left;
		width:96px;
		height:313px;
		background-image:url('../images/left-patch.png');
		background-size:contain;
		background-repeat:no-repeat;
		top:150px;

	}
		.outer_box{
			width:314px;
			height:314px;
			position:relative;
			
			
		}
		.right-animation-rotor{
			float:right;
			right:-70px;
			margin-top:103.5px;
		}

		.left-animation-rotor{
			float:left;
			left:-244px;
			margin-top:110px;
		}
		.inner-box1{
			width:100%;
			height:100%;
			border-radius:50% 50%;
			border:2px solid #9AB7F1;
			position: relative;
		}
		.inner-box2{
			width:calc(100% - 80px);
			height:calc(100% - 80px);
			top:50%;
			left:50%;
			transform:translate(-50%,-50%) rotate(-70deg);
			border:2px solid #9AB7F1;
			position:absolute;
			border-radius:50% 50%;
		}
		.inner-box3{
			width:calc(100% - 160px);
			height:calc(100% - 160px);
			top:50%;
			left:50%;
			transform:translate(-50%,-50%) rotate(-200deg);
			border:2px solid #9AB7F1;
			position:absolute;
			border-radius:50% 50%;
		}
		.rod{
			width:100%;
			position: absolute;
			height:1px;
			top:50%;
			transform:translateY(-50%);
			animation:rotateRound 15s linear infinite 0s; 
			transform-origin:50% 50%;

		}
		
		.ball{
			width:16px;
			height:16px;
			float:right;
			background-color:#164BBE;
			border-radius:50%;
			position:relative;
			left:8px;
		}
		

		@keyframes rotateRound{
			0%{
				transform:rotate(0deg);
			}

			
			20%{
				transform:rotate(72deg);
			}
			
			40%{
				transform:rotate(144deg);
			}
			60%{
				transform:rotate(216deg);
			}
			80%{
				transform:rotate(288deg);
			}
			100%{
				transform:rotate(360deg);
			}
		}

/* Animation 2 */


/* Animation 3 */


.zig-zag-play{
	position:relative;
	float:right;
	width:329px;
	height:383px;
	top:-80px;
	background-image:url('../images/Right No Fill Blocks.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position:right;
}
.zig-zag-play > .rolling-ball{
	position:absolute;
	width:10px;
	height:10px;
	background-color:#164BBE;
	border-radius:50% 50%;
	top:150px;
	left:88px;
	animation:zig-zag 15s linear infinite 0s; 
}

.zig-zag-play > .init-box{
	position: absolute;
	width:100px;
	height:111px;
	top:60px;
	left:73px;
	opacity:0;
	animation:init-boxplay 15s linear infinite 0s; 
}
.zig-zag-play > .middle-box{
	width:42px;
	height:47px;
	position:absolute;
	top:199px;
	left:77px;
	opacity:0;
	animation:middle_boxplay 15s linear infinite 0s; 
}
.zig-zag-play > .end-box{
	position:absolute;
	width:74px;
	height:83px;
	top:192px;
	left:208px;
	opacity:0;
	animation:end_boxplay 15s linear infinite 0s; 
}

.last-zig-zag{
	width:271px;
	height:314px;
	position:relative;
	top:200px;
}
.last-zig-zag > .playground{
	width:100px;
	height:auto;
	position: relative;
	top:100px;
}

.last-zig-zag > .last-ball{
	width:10px;
	height:10px;
	border-radius:50% 50%;
	background-color:#164BBE;
	position: absolute;
	bottom:125px;
	left:-5px;
	opacity:0;
	animation:zig-zaglast 15s linear infinite 0s; 
}
.last-zig-zag > .exit-box{
	position:absolute;
	width:55px;
	height:64px;
	top:173px;
	left:45px;
	opacity:0;
	animation:last_boxplay 15s linear infinite 0s; 
}
.lastpoint-box{display:none;}

@keyframes zig-zag{
	0%{
		opacity:0;
		transform:translate(9px,-6px);
	}
	3%{
		opacity:0.8;

	}
	6%{
		opacity:1;
		transform: translate(-21px,14px);
	}
	
	12%{
		opacity:1;
		transform:translate(-45px,28px);
	}
	
	18%{
		opacity:1;
		transform:translate(-23px,40px);
	}
	
	30%{
		opacity:1;
		transform:translate(23px,69px);
	}
	
	42%{
		opacity:1;
		transform:translate(96px,29px);
	}
	52%{
		opacity:1;
		transform:translate(133px,50px);
	}
	60%{
		opacity:1;
		transform:translate(189px,76px);
	}

	75%{
		opacity:1;
		transform:translate(239px,49px);
	}
	76%{
		opacity:0;
		transform:translate(239px,49px);
	}

	90%{
		opacity:0;
		transform:translate(28px,-18px);
	}
	100%{
		opacity:0;
		transform:translate(15px,-10px);
	}

}

@keyframes zig-zaglast{
	0%{
		opacity:0;
	}
	10%{
		opacity:0;
	}
	20%{
		opacity:0;
	}
	75%{
		opacity:0;
	}
	
	76%{
		opacity:1;
		transform:translate(0,0);
	}

	83%{
		opacity:1;
		transform:translate(26px,-17px);
	}
	90%{
		opacity:1;
		transform:translate(60px,2px);
	}

	91%{
		opacity:0;
		transform:translate(60px,2px);
	}
	
	100%{
		opacity:0;
		transform:translate(0px,0px);
	}


}

@keyframes init-boxplay{
	0%{
		opacity:1;
	}

	5%{
		opacity:1;
	}
	6%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}
@keyframes middle_boxplay{

	0%{
		opacity:0;
	}
	21%{
		opacity:0;
	}
	22%{
		opacity:1;
	}
	30%{
		opacity:1;
	}
	31%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}

@keyframes end_boxplay{
	0%{
		opacity:0;
	}
	51%{
		opacity:0;
	}
	52%{
		opacity:1;
	}
	60%{
		opacity:1;
	}
	61%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}

@keyframes last_boxplay{
	0%{
		opacity:0;
	}
	89%{
		opacity:0;
	}
	90%{
		opacity:0;
	}
	91%{
		opacity:1;
	}
	
	100%{
		opacity:1;
	}
}


/* Animation 3 */

/* Animation Block */



.reveal_key{
	height:65px;
	padding-left:89px;
	display:grid;
	grid-template-columns:auto 113px;
	grid-column-gap:30px;
	align-items:center;
	
	border:1px solid #EFEFEF;
	background-color:#fff;
	
	font-family:'lato-reg',sans-serif; 
	box-shadow: 0 1px 15px -5px #888888;
	cursor:pointer;
}
.reveal_key > h4{
	color:#D9D9D9;
	margin:0;
	font-size:10px;
	letter-spacing:1.6px;
}
.reveal_key > span{
	width:22px;
	height:22px;
	text-align:center;
	border:1px solid #000;
}
.reveal_key > span::before{
	color:#000;
	margin:0;
	font-size:10px;
	position: relative;
	top:2px;
	
}
.reveal_key > h4 >span{font-family:'lato-black',sans-serif;color:#616161;}
.reveal_value{
	color:#fff;
	background-color:#1745B4;
	padding:56px 76px 51px 89px;
	display:grid;
	grid-column-gap:52px; 
	position: relative;
	grid-template-columns:4fr 5fr; 

}
.cms:after{
	position:absolute;
	content:'$25M';
	font-size:150px;
	color:#1745B4;
	font-family:'roboto-bold',sans-serif;
	top:50%;
	transform:translateY(-50%);
	text-shadow:2px 4px 9px #123CA2;
	left:89px;
}
.cs:after{
	position:absolute;
	font-size:150px;
	color:#1745B4;
	font-family:'roboto-bold',sans-serif;
	top:50%;
	transform:translateY(-50%);
	text-shadow:2px 4px 9px #123CA2;
	left:89px;
}
.cs1:after{
	content:'$200K+';
}
.cs2:after{
	content:'80K';
}

.cs3:after{
	content:'92%';
}
.ds:after{
	position:absolute;
	
	font-size:150px;
	color:#1745B4;
	font-family:'roboto-bold',sans-serif;
	top:50%;
	transform:translateY(-50%);
	text-shadow:2px 4px 9px #123CA2;
	left:89px;
}
.ds1:after{content:'$800K';}
.ds2:after{content:'$300K';}
.ds3:after{content:'$125M';}
.ds4:after{content:'200K';}
.reveal_value > .highlight,.sneek_peek{
	z-index:3;
}

.active-key{
	cursor:pointer;
	color:#fff;
	background-color:#fff;
/*	border-color:#3869DD;*/
	box-shadow:2px 0 15px -2px #BDBDBD;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	
}
.active-key > h4,.active-key > span::before, .csp > h4,.csp > span::before, .dsp > h4,.dsp > span::before{
	color:#000;
}
.csp > h4 > span, .dsp > h4 > span {color:#000;}
.csp > span, .dsp  > span {border-color:#000;}
.active-key > h4 >span{color:#000;}
.active-key > span{border-color:#000;}
.unique-key{
	color:#fff;
	background-color:#fff;
	box-shadow:2px 0 15px -2px #BDBDBD ;
	pointer-events:none;
}
.unique-key > h4{color:#000;}
.unique-key > h4 > span{
	font-family:'lato-black',sans-serif;
}
.reveal_value > .highlight > h3{
	font-size:24px;
	line-height:36px;
	color:#fff;
	margin:0;
	font-family:'lato-semi',sans-serif; 
}

.sneek_peek > p{
	font-size:13px;
	line-height:25px;
	font-family:'lato-reg',sans-serif;
	margin:0;
}
.sneek_peek > p > a{
	color:#fff;
	text-decoration: underline;
}
.sneek_peek > p:first-child{
	margin-bottom:30px;
}
.additional_footer_block{
	width:100%;
	position: relative;
	background-color:#F8F9FD;
	
}
.additional_footer_block > .inner_block{
	max-width: 907px;
	/*height:439px;*/
	margin:0 auto;
	box-shadow: -3px 2px 14px -5px #6B6B6B;
	margin-top:-290px;
	background-color:#fff;
}
.schedule_block{
	padding:67px 130px 68px 131px;
	text-align:center;
}
.schedule_block > h2{
	font-size:40px;
	color:#000;
	margin:0;
	font-family:'lato-bold',sans-serif;
}
.schedule_block > p{
	font-size:16px;
	line-height:28px;
	color:#616161;
	font-family:'lato-reg',sans-serif;
	margin:27px 0 0 0; 
}
.schedule_block > a{
		text-decoration:none;
		color:#1745B4;
		font-size:10px;
		display:inline-block;
		margin-top:46px;
		letter-spacing:1.6px;
		border:3px solid #1745B4;
		font-family:'lato-black',sans-serif;
		padding:22px 32px 22px 33px; 
		transition:all 0.3s linear;
		-webkit-transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
}
.schedule_block > a:hover{
	color:#fff;
	background-color:#1745b4;
	box-shadow:0 2px 6px 0 #a8a8a8;
}
.footer-banner2{
	height:514px;
	width:100%;
	background-image:url('../images/service-footer.png');
	background-size:cover;
	
}
.footer-banner2 > .title-content{
	width:808px;
	height:auto;
	display:grid;
	margin:0 auto;
	grid-template-columns:492px 218px;
	grid-auto-rows:84px;
	grid-column-gap:95px;
	padding-top:75px;
}
.footer-banner2 > .title-content > .hero_text > h3{
	margin:0;
	color:#fff;
	font-size:24px;
	line-height:36px;
	font-family:'lato-semi',sans-serif;
}
.footer-banner2 > .title-content > .hero_button{
	align-self:center;
}
.footer-banner2 > .title-content > .hero_button > a{
	font-size:10px;
	letter-spacing:1.6px;
	text-transform:uppercase;
	color:#fff;
	padding:22px 32px;
	border:2px solid #fff;
	/*background-color:#fff;*/
	font-family: 'lato-black',sans-serif;
	display:inline-block;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	text-decoration:none;
	cursor:pointer;
}
.footer-banner2 > .title-content > .hero_button > a:hover{
	color:#1745b4;
	background-color:#fff;
	box-shadow:0 2px 6px 0 #113A9A;

}
/* Data Science block start */




.data_science_banner{
	width:100%;
	height:645px;
}
.data_science_banner > h1{
	font-size:50px;
	line-height:70px;
	color:#fff;
	font-family: 'lato-semi',sans-serif;
	position: relative;
	top:213px;
	margin:0;
	text-align: center;
	
}
#break-margin{
	/*margin-top:-240px;*/
	/*background-color:#fff;*/
	position: relative;
}

.define_block{
	
	margin:113px 95px 58px 93px;
}
.define_block > h2{
	font-size:36px;
	line-height:62px;
	color:#000;
	font-family: 'lato-bold',sans-serif;
	margin:0;
}
.define_block > p{
	font-size:16px;
	line-height:28px;
	color:#000;
	font-family:'lato-reg',sans-serif;
	margin:0;
	margin-top:25px;
	position: relative;
	z-index:12;
}
.service-section{
	width:100%;
	position: relative;
}
/*#service-barrier::before{
	content:'';
	position: absolute;
	height:816px;
	top:0;
	right:0;
	width:100%;
	
	z-index:8;
	background-image: url('../images/service_right.png');
	background-repeat:no-repeat;
	background-position-x:right; 
}*/
.service-block-wrapper{
	margin:50px 95px 107px 93px;
	position:relative;
	z-index:99;
}
.service-block-wrapper > h4{
	font-size:10px;
	line-height:30px;
	letter-spacing:1.6px;
	color:#1745B4;
	font-family: 'lato-bold',sans-serif;
	margin:0;
}
.service-element-block{
	margin-top:43px;
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows:110px;
	grid-column-gap:195px;
	grid-row-gap:80px;
}
.service-element-block > .service-element > h3{
	margin:0;
	font-size:20px;
	color:#1745B4;
	font-family:'lato-bold',sans-serif;
}
.service-element-block > .service-element > p{
	font-size:16px;
	line-height:28px;
	color:#616161;
	font-family:'lato-reg',sans-serif;
	margin:20px 0 0 0;
}


/*Slider CSS Code*/



.case-study-slide{
	width:100%;
	background-image:url('../images/Data science Case Study Banner (1).jpg');
	background-size:cover;
	position: relative;
}
.case-study-slide > .slider-wrapper{
	

	width:calc(100% - 90px);
	margin-left:45px;
	height:854px;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.case-study-slide > .slider-wrapper > h2{
	color:#fff;
	font-size:16px;
	letter-spacing:3.5px;
	font-family:'lato-bold',sans-serif;
	margin:0;
	padding-top:83px;
	text-align:center;
}
.slider-block{
	
	width:100%;
	height:565px;
	width:492px!important;
	position:absolute!important;
	top:15px;
	left:50%;
	background-color:#fff;
	transform:translateX(-50%);
	margin-top:135px;
	box-shadow:1px 6px 13px -5px #111!important;

}
.slider-block > .slick-list  > .slick-track {
	/*max-height:640px;*/
}
.slider-block > .slick-list  > .slick-track > .case{
	width:492px!important;
	position: relative!important;
	z-index:999999!important;
	
	pointer-events: none;
}
.slider-block > .slick-list  > .slick-track > .slick-slide{
	
}
.thumbnail1 > .slick-list  > .slick-track > .slick-current{
	position: absolute!important;
}

@media screen and (min-width:769px){
	.case{
	color:#000;
	background-color:#fff;

	width:492px;
	outline:none!important;
		/*height:640px!important;*/
	position:relative!important;
	
}
}

.thumbnail1 > .slick-list{
	box-shadow:1px 6px 13px -5px #111111;
}
.case2{
	color:#000;
	width:492px;
	outline:none!important;
	background-color:#fff;
	height:476px!important;
	position:relative!important;
	
}
.slick-center{
	position:relative!important;
	z-index:16;
	display:block!important;
	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	perspective: 300px;
	-webkit-transform:translateZ(30px);
	
}

@media screen and (min-width:769px){
	.slick-center{
		width:492px!important;
	}
}
.thumbnail1{
	position:absolute!important;
	max-width:1032px;
	margin:0 auto;
	left:50%;
	transform:translateX(-50%);
	padding-top:100px;
}
/*.thumbnail1 > .slick-list > .slick-track > .slick-slide{
	margin:0 48px;
}
.thumbnail1 > .slick-list {
	margin: 0 -48px;
}*/
.case2 > h2{
	position: relative;
	top:50%;
	transform: translateY(-50%);
	padding:0 48px 0 62px;
	font-size:25px;
	line-height:37px;
	color:#E7E7E7;
	font-family:'lato-semi',sans-serif;
	margin:0;
}


.case > h2{
	margin:0;
	padding:68px 52px 25px 52px;
	font-size:25px;
	line-height:37px;
	color:#000;
	font-family:'lato-bold',sans-serif;
	z-index:11;
}
.case > span{
	position: absolute;
	font-size:150px;
	top:70px;
	font-family:'roboto-bold',sans-serif;
	display:block;
	padding-left: 40px;
	color:#fff;
	z-index:-1;
	text-shadow: 2px 4px 9px #DDDDDD;

}
.case > p{
	font-size:13px;
	line-height:25px;
	color:#606060;
	margin:0 0 10px 0;
	padding:14px 52px 0 52px;
	z-index:11;
	font-family:'lato-reg',sans-serif;
}
.case > p:last-child{padding-bottom:20px;}
.slick-list{
	padding:0!important;
}


/*Slider CSS Code End*/


.work-solution-block{
	margin-top:0px;
	display:grid;
	grid-template-columns:603px auto;
}
.tech-stack-qoute{
	display:grid;
	justify-items:center;
	align-items:center;
}
.wrap-qoute{
	max-width:310px;
	padding-bottom: 26px;
}
.wrap-qoute > h3{
	font-size:20px;
	line-height:22px;
	color:#1745b4;
	font-family:'lato-bold',sans-serif;
	margin:0;
}
.wrap-qoute > p{
	margin:21px 0 0 0;
	font-size:16px;
	line-height:28px;
	color:#616161;
	font-family:'lato-reg',sans-serif;
}
.logo-wrap{
	display:grid;
	align-items:center;
}
.inner-wrap-logo{
	display:grid;
	grid-template-columns:repeat(5,minmax(auto,120px));
	grid-auto-rows:47px;
	grid-column-gap:29px;
	grid-row-gap:40px;
}
.inner-wrap-logo > img{
	justify-self:center;
	align-self:center;
}

#service-barrier::before{
	content:'';
	position: absolute;
	max-width:993px;
	width:calc(100% - 80px);
	height:887px;
	background-image:url('../images/contact_main.png');
	background-size:contain;
	background-repeat:no-repeat;
	top:-150px;
}
.counter,.counter2{display:none;}

/* Data Science block end */

/* policy Block */

	.policy_block{width:100%;margin-top:116px;padding-bottom:90px;}
	.policy-content-wrapper {
		width:calc(100% - 40px);
		max-width:840px;
	}
	.policy-content-wrapper > h1{
		font-size:40px;
		line-height:60px;
		color:#000;
		font-family:'lato-semi',sans-serif;
		margin:91px 0 0 0;
	}
	.policy-content-wrapper > h2{
		font-size:20px;
		font-family:'lato-bold',sans-serif;
		margin:80px 0 15px 0;
		color:#1745B4;
	}
	.policy-content-wrapper > h3{
		font-size:18px;
		color:#000;
		font-family:'lato-bold',sans-serif;
		margin:25px 0 15px 0;
	}
	.policy-content-wrapper > p{
		font-size:16px;
		line-height:28px;
		color:#616161;
		font-family:'lato-reg',sans-serif;
		margin:0 0 10px 0;
	}
	.policy-content-wrapper > p:nth-child(2){
		color:#000;
		margin:53px 0 25px 0;
	}
	.policy-content-wrapper > ul{
		margin-top:20px;
	}
	.policy-content-wrapper > ul > li{
		font-size:16px;
		line-height:28px;
		color:#616161;
		font-family:'lato-reg',sans-serif;
	}
	.policy-content-wrapper > ul > li >span{
		font-family:'lato-bold',sans-serif;
	}

/* policy Block */
@media screen and (min-width:1440px){
		.knowledge_container{
			grid-template-columns:1fr 1fr;
		}
}

@media screen and (max-width:1150px) and (min-width:927px){
	.highlight_team,.highlight_data,.highlight_service{
		grid-template-columns:5fr 3fr;
		width:calc(100% - 180px);
		grid-column-gap:120px; 
	}
	.case-study-slide > .slider-wrapper{

	}
}
@media screen and (min-width:1071px) and (max-width:1196px){
	.sticky{
		max-width:921.5px;

	}

	.center_block_wrapper > .sticky_block{
		margin-left:0;
	}
}

@media screen and (max-width:1068px) and (min-width:992px){
	.center_block_wrapper > .sticky_block{
		margin-left:0;
	}
	.center_block_wrapper > .sticky{
		max-width:940px;
	
	}
}
@media screen and (max-width:991px) and (min-width:768px){
	.center_block_wrapper > .sticky_block{
		margin-left:0;
	}
	.center_block_wrapper > .sticky{
		max-width:720px;
	
	}
        
        .work-solution-block{
            grid-template-columns:392px auto;
        }
        .wrapper_block > .office-block{
            left:30px; 
       }

}
@media screen and (max-width:1196px) and (min-width:927px){
	
	.slider_go > .boat{
		width:calc(33% - 90px);
		margin-left:45px;
	}
	.knowledge_container{
		grid-template-columns:1fr 1fr;
	}
	.work-solution-block{
		grid-template-columns:1fr 1fr;
	}

}
@media screen and (max-width:1070px) and (min-width: 928px){
	#myNavBar div ul li a{
		   padding: 32px 25px!important;
		   margin-bottom:0!important;
	}
	.team_wrapper:last-child{
		margin-top:150px;
	}
	/*.member_detail_block{
		display:grid;
		align-items:center;
	}*/
	.reveal_value{
		grid-template-columns:1fr;
		grid-auto-rows:auto;
		grid-row-gap:30px;
	}
	.cs:after,.cms:after,.ds:after{
		font-size:100px;
	}

	.member_detail_block {align-self:center;}
	#bottom_break{
		margin-left:-62px!important;
	}
	.define_block{
		margin:100px 50px 35px 50px;
	}
	.service-block-wrapper{
		margin:50px 50px 120px 50px;
	}
	.service-element-block{
		grid-column-gap:50px;
		grid-auto-rows: auto;
	}
	.case2{
		width:50%;
	}
	#myNavBar .navbar-brand{
		margin-left: 25px!important;
	}
	.navbar-right{
		margin-right:15px!important;
	}
	.footer-bann > .title-content{
		width:768px;
		grid-template-columns:435px 220px;
		grid-column-gap:80px;
	}
	.footer-bann > .title-content > .hero_text > h3{
		padding-left:25px;
	}
	.footer-bann > .title-content > .hero_button{
		justify-self:right;
	}
	.intro_subsect{
		grid-template-columns:1fr 1fr;
		grid-column-gap:25px;
	}
	.data_block{
		grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	}
	.knowledge_container > .portfolio > .portfolio_wrapper{
		grid-template-columns:1fr 1fr;
		grid-auto-rows:auto;
	}
	.knowledge_container > .qoute{
		background-position-x:-10px;
	}
	.knowledge_container > .qoute > .qoute-wrapper{
		margin-left:150px;
	}
	.blog_overview_card{
		grid-column-gap:35px;
	}
	.blog_overview_card > .description_block > .wrapping{
		padding:0 15px;
	}
	.data_block{
		width:calc(100% - 50px);
	}
	.blog_overview_card{
		width:calc(100% - 50px);
	}
	.knowledge_container > .portfolio{
		justify-items:center;
	}
	.team_card_wrap{
		grid-column-gap:30px;
	    grid-template-columns: 354px 460px;
	}
	#break-rule{
		margin:0;
		width:calc(100% - 100px);
		margin-left:50px;
	}
	.center_block_wrapper{
		overflow:hidden;
	}

	.center_block_wrapper > .sticky_block{
		padding:0 0;
		
	}
	.center_block_wrapper > .sticky_block > .options{
		text-align:center;
	}
	
	/* Blog page */
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block{
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-column-gap:30px;
		height:auto!important;
		margin-left:30px!important;
		margin-right:30px!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block > .rel_image{
		width:auto!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > h4{
		padding:0 30px!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > p{
		padding-left:30px!important;
		padding-right:30px!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > h1,.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > h2,.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .social_block{
		padding:0 30px!important;
	}

	/* Blog page End */
	
}

@media screen and (min-width:769px){
	.case{height:550px;}
}

@media screen and (min-width:813px) and (max-width:1032px){
	.thumbnail1{width:calc(100% - 40px);}
}
@media screen and (min-width:1110px) and (max-width:1399px){
	#prev{right:0!important;}
	#next{left:0!important;}
}

@media screen and (min-width:769px) and (max-width: 927px){

	#myNavBar .navbar-brand{
		margin-left: 20px!important;
		padding-right:0px;
	}
	.master-qoute{width:calc(100% - 80px)!important;}
	.master-qoute > h1 > .animate-block{width:calc(100% - 80px)!important;}
	#myNavBar div ul li a{margin-bottom:28px!important;}
	.highlight_team,.highlight_data,.highlight_service{
		grid-template-columns:5fr 3fr;
		grid-column-gap:40px;
	}
	.team_card_wrap > .member_pic > img{
		width:380px;
		height:auto;
	}
	.team_wrapper:last-child{
		margin-top:120px;
	}
	.key_line{
		width:calc(100% - 60px);
	}
	.slider_go > .boat{
		width:calc(33% - 90px);
		margin-left:45px;
	}
	.inner-wrap-logo > img{
		justify-self:center;
	}
	.navbar-right{
		margin-right:20px!important;
	}
	#myNavBar div ul li a{
		letter-spacing:1px!important;
		
	}
	.master-qoute > h1{font-size:39px!important;line-height:57px!important;}
	.center_block_wrapper > .sticky_block{
		padding:0 20px;
	}
	.footer-bann > .title-content{
		width:calc(100% - 40px);
		grid-template-columns:415px 214px;
	}
	.blog_overview_card{
		width:calc(100% - 40px);
		grid-template-columns: 250px 1fr 1fr;
		grid-column-gap: 10px;
		height:auto;
		margin-top:-100px;
	}
	.blog_card > p{
		    padding: 73px 20px 51px 20px
	}
	.blog_card > h3{
		padding:0 20px;
		margin-bottom:40px;
		height:152px;
	}
	.blog_card > a{
		margin-left:20px;
		margin-bottom:35px;
	}
	.data_block{
		width:calc(100% - 40px);
	}
	.knowledge_container{
		grid-template-columns:2fr 3fr;
		margin-top:68px;
	}

	.knowledge_container > .qoute > .qoute-wrapper{
		margin-left:175px;
	}
	.knowledge_container > .portfolio > .portfolio_wrapper{
		grid-template-columns:1fr 1fr;
	}
	.knowledge_container > .portfolio{
		justify-items:center;
	}
	.knowledge_container > .portfolio > .portfolio_wrapper > a{
		height:60px;
		align-self:center;
	}

	/*team page*/
	.team_card_wrap{
		grid-template-columns: 1fr;
		grid-auto-rows: 354px auto;
		grid-row-gap:30px;
	}
	.team_group{
		grid-auto-rows:auto;
	}


	/*/Team page end here/*/

	/* Contact page Start */
		.office_address{
			margin: 60px 50px 0 43px;
			grid-template-columns:1fr 1fr;
		}
		.form_wrapper{
			grid-template-columns: 1fr 1fr;
		}
		.address_block{
			background-size:150%!important;
		}
		.address_block > h3{
			padding-left:43px;
		}
		.contact_block > h3{
			padding-left:30px;
		}
		.contact_block > a{
			margin-right:30px;
		}
		.contact_block > input, .contact_block > textarea{
		    margin: 0 14px 15px 30px;
		    width: calc(100% - 60px);
		}
		
		   
	/* Contact page End */


	/* Data Science */
	
		.define_block{
		    margin: 113px 50px 58px 50px;
		}
		.service-block-wrapper{
			margin: 50px 50px 160px 50px;
		}
		.service-element-block{
			grid-auto-rows: auto;
		    grid-column-gap: 60px;
		    grid-row-gap: 80px;
		}
		.case-study-slide > .slider-wrapper{
			width:100%;
			margin-left:0;
		}
		.case-study-slide{
		background-color:#376AD6;
		}
		.case-study-slide > .slider-wrapper{
			background-color:#376AD6;
			background-image:none;
			
		}
		.inner-wrap-logo{
			grid-template-columns:repeat(3,minmax(112px,1fr));
		}
		.tech-stack-qoute{
			background-size:cover!important;
			background-position:right!important;
		}
		.schedule_block{
			    padding: 67px 100px 68px 100px;
		}
		.schedule_block > h2{
			line-height:1.2;
		}

		.center_block_wrapper > .sticky_block{
		margin-left:0;
		}
		.center_block_wrapper > .sticky{
			max-width:720px;

		}
	/* Data Science */

	/* Blog page Start */
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block{
		display:grid;
		grid-template-columns:1fr;
		grid-row-gap:60px;
		height:auto!important;
		grid-auto-rows:auto;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block > .rel_image{
		width:100%!important;
	}
	.manage-section{
		margin:84px 40px 100px 40px;
	}

	/* Blog page End */
}
@media screen and (min-width:769px) and (max-width: 812px){
		.footer-banner2 > .title-content{
			width:calc(100% - 40px);
			margin-left:20px;
			grid-template-columns: 5fr 3fr!important;
			grid-column-gap:40px;
		}
		#myNavBar div ul li a{padding:32px 12px 4px 12px!important;}
		.thumbnail1{width:calc(100% - 40px);}
		.center_block_wrapper{
		overflow:hidden;
	}
}

@media screen and (min-width:481px) and (max-width: 768px){

	.highlight_team,.highlight_data,.highlight_service{
		grid-template-columns: 1fr;
		grid-row-gap:40px;
		padding:140px 0 90px 0;
	}

	.service2,.service3{margin-top:0!important;}
	.right-animation-rotor{right:0;}
	.rear-block{right:-31px!important;}
	.rotar_back{right:-40px!important;}
	.rotar_center{right:17px!important;}
	.dropping-ball{right:-40px!important;}
	.slider-block{top:40px;height:auto;}
	.least{display:none!important;}
	.discrete-slider{display:none!important;}
	.counter,.counter2{display:none;}
	.slider_wrapper > .least, .unwanted{display:none!important;}
	.key-qoute-block{top:50%;}
	.slick-track{max-height:inherit!important;}
	.highlight_team > .title-team > h1,.highlight_data > .title-data > h1,.highlight_service > .title-service > h1{line-height:50px}
	.footer_qoute_block > h3{
		padding:81px 100px 58px 100px;
	}
	.footer_qoute_block > h3 > br{display: none;}
	.team_card_wrap > .member_pic > img{
		width:380px;
		height:auto;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > p{
		padding-left:30px!important;
		padding-right:30px!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > h1,.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > h2,.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .social_block,.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > h4{
		padding:0 30px!important;
	}
	.contact_main_block{
		height:620px;
		margin-top:-140px;

	}
	.blog_top_banner{
		height: auto!important;
	}
	.job_card{
		padding-bottom:60px;
	}
	#myNavBar{
		margin-bottom:0!important;

	}
	.navbar-header{
		height:100%!important;
	}
	.contact_form_block{margin-top:-305px!important;}
	.navbar-right{margin-top:32px;margin-right:0!important;}
	#myNavBar div ul li a{margin-bottom:0!important;}
	.footer-bann > .title-content{
		width:calc(100% - 40px);
		grid-template-columns:5fr 2fr;
		grid-column-gap:20px;
	}
	.break4, .break3{
		display:none!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block{
		display:grid;
		grid-template-columns:1fr;
		grid-row-gap:60px;
		grid-auto-rows:auto;
		margin-left:0!important;
		margin-right:0!important;
		height:auto!important;
	}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block > .rel_image{
		width:100%!important;
	}

	.service2 > h2:before,.service1 > h2:before,.service3 > h2:before{
		left:-25px;
	}
	.blog_top_block{
		margin-top:80px!important;
	}
	.center_block_wrapper > .sticky_block{
		height:80px;
	}
	.inner-wrap-logo > img{
		justify-self:center;
	}
	.blog_overview_card{
		width:calc(100% - 40px);
		grid-template-columns:1fr 1fr;
		grid-auto-rows:auto;
		height:auto;
		grid-row-gap:40px;
		grid-column-gap:20px;
		margin-top:0;
	}
	.blog_card > a{
		margin-left:10px;
		margin-bottom:40px;
	}
	.blog_card > p{
		padding:60px 10px 40px 10px;
	}
	.blog_card > h3{
		padding:0 10px;
		margin-bottom:40px;
		font-size: 22px;
    	line-height: 30px;
    	height:90px;
	}
	.knowledge-block{
		margin-top:-70px;
		/*margin-bottom:50px;*/
	}
	.knowledge_container{
		grid-template-columns:1fr;
		grid-template-rows:auto auto;
		margin-bottom:60px;
	}
	.knowledge_container > .qoute{
		grid-row:1 / 2;
		grid-column:1 / -1;
		height:450px; 
		background-color:#376BDD;
		top:0;
		margin-left:0;
	}
	.knowledge_container > .qoute > .qoute-wrapper{
		position:relative;
		top:160px;
	}
	.navbar-brand{
		margin-top:0!important;
	}
	.stats-block{
		margin:50px 0 45px 0;
	}
	.blog_overview_card > .description_block{
		grid-column:1 / -1;
		grid-row:1 / 2;
		justify-self:center;
	}
	.knowledge_container > .portfolio > .portfolio_wrapper{
		grid-template-columns:1fr 1fr 1fr;
		grid-column-gap:50px;
	}
	.knowledge_container > .portfolio{
		justify-items:center;
		grid-row:2 / span 1;
		grid-column: 1 / -1;
	}
	.blog_overview_card > .description_block > .wrapping{
		max-width:100%;
	}
	.footer-bann > .title-content > .hero_button > a{
		padding:18px 16px;
		letter-spacing:1px;
	}
	.data_block{
		grid-template-columns:1fr 1fr 1fr;
		width:calc(100% - 20px);
		border-top:1px solid #f9f9f9;
		border-right:1px solid #f9f9f9;
	}
	.intro_subsect{
		grid-template-columns:1fr 1fr;
		height:auto;
		grid-gap:50px;
	}
	.category_block,.category_block:last-child{
		justify-self:center;
		align-self:center;
		max-width:335px;
	}
	.footer-bann > .title-content > .hero_text > h3{
		font-size:20px;
		line-height:30px;
	}
	.wrapper_block{
		grid-template-columns: 1fr;
	}
	.sign-block{
		justify-self:center;
	}
	.office-block{
		left:0;
		justify-items:left;
	}
	.office{
		margin-left: 30px;
	}
	.service-block{
		justify-self: center;
	}
	.service-block > ul{
		margin-top:35px;
		justify-self:left;
	}
	.service-block > ul > li{
		display: inline-block;
        padding: 5px 10px;
	}
	.social_links{
		 justify-self: center;
    	 padding: 15px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff!important;
	}
	

/*team page*/
	.team_card_wrap{
		grid-template-columns: 1fr;
		grid-auto-rows: 354px auto;
		grid-row-gap:30px;
	}
	.join_block{
		top:22px;
	}
	.team_group{
		grid-auto-rows:auto;
	}
	.join_block > .box_wrap > h2{
		line-height:1.1;
	}
	.join_block > .box_wrap > p{
		padding:0 20px;
	}
/*/team page ends here/*/

/* Data science start */

	.define_block{
		margin:100px 30px 50px 30px;
	}
	.service-block-wrapper{
		margin:50px 30px 90px 30px;
	}
	.service-element-block{
		grid-gap:50px;
		grid-auto-rows:auto;
	}
	.case-study-slide > .slider-wrapper{
		width:calc(100% - 60px);
		margin-left:30px;
		background-color:#1845b4;
		background-image:none;
	}
	.slider-block > .slick-list > .slick-track{

	}
	.work-solution-block{
		grid-template-columns:1fr;
		margin-top:50px;
	}

	.thumbnail1{
		display:none!important;
	}
	.additional_footer_block > .inner_block{
		box-shadow:none;
	}
	.inner-wrap-logo{
		margin-left:10px;
		grid-template-columns:repeat(3,minmax(112px,1fr));
		align-items:center;
	}
	.data_science_banner > h1{
		top:180px;
	}
	
	
/* Data science End */

/* Manage Services block start*/
	
	.key_line{
		width:calc(100% - 40px);
	}
	.key_line > h1{
		line-height:1.3;
	}
	
	.center_block_wrapper > .sticky_block{
		width:100%;
		padding:0 10px;
		margin-left:0;
	}
	.center_block_wrapper > .sticky_block > .options > span{
		padding:0 20px;
		text-align:center;
	}
	.sticky {
	  	position: fixed!important;
		top: 80px;
		width: calc(100% - 30px)!important;
		
		background-color: #fff;
		
	}
	.slider_go > .boat{
		margin-left:0;
		width:33%;
	}
	 .footer-banner2 > .title-content{
    grid-template-columns:1fr;
    width:calc(100%);
    padding:50px 0;
  }
  .footer-banner2 > .title-content > .hero_button > a{
    justify-self:center; 
     
    }
    .footer-banner2 > .title-content > .hero_text > h3{
      padding:0 20px;
      text-align: center;
    }
  .footer-banner2 > .title-content > .hero_button{
    display: grid;
  }
  .schedule_block{
    padding:60px 30px 60px 30px;
  }
  .schedule_block > h2{
    line-height:1.1;
  }
  .manage-section{
  	margin:84px 30px 00px 30px;
  	padding-bottom:0;
  }
  .service1{
  	padding-top:0px;
  }
  .service1:before{
  	top:-40px;
  }
  .service_table > .service_list{
  	grid-column-gap:15px;
  }
  .reveal_value{
  	padding:50px 15px;
  	grid-template-columns:1fr;
  	grid-row-gap:40px;
  }
  .cms:after,.cs:after,.ds:after{
  	left:10px;
  	font-size:120px;
  	max-width:100%;
  }

  .additional_class{
  	padding:0 10px;
  }
/* Manage Services block start*/

/* contact section start */

	.form_wrapper{
		height:auto;
		grid-template-columns:1fr;
	}
	.office_address{
		padding-bottom:30px;
		grid-row-gap:50px;
	}
	.address_block > h3{
		padding-left:74px;
	}
	.contact_block{
		padding-bottom:50px;
	}
	.contact_banner_card{
		background-size:cover!important;
	}
	.contact_qoute_block{
		max-width:calc(100% - 40px);
		padding:0 20px;
		top:200px;
	}
	.contact_form_block{
		margin-top:-220px;
	}
	.field_text{
		grid-template-columns:1fr;
		grid-auto-rows: auto;
		grid-row-gap:20px;
	}
	.field_text > a{
		text-align:center;
	}
	#navbar{
		margin-top:0!important;
		
	}

/* contact section End */

	.blog_inner{
		margin-top:80px!important;
		overflow:hidden;
	}
	#bottom_break{
		margin-left:-35px!important;
	}


}
@media screen and (min-width:928px) and (max-width: 1198px){

	.form_wrapper{
		grid-template-columns:1fr 1fr;
	}
	.contact_block > input, .contact_block > textarea{
	    margin: 0 30px 15px 30px;
	    width:calc(100% - 60px);
	}
	.office_address{
	    margin: 60px 30px 0 30px;
	}
	.address_block{
		background-image:none!important;
		background-color:#3466D2;

	}
	.contact_block > a{
		margin-right:30px;
	}
	.center_block_wrapper > .sticky_block{
		margin-left:0;
	}

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */

     /* footer */
     .moving-point{margin-top:15px!important;}

		.sign-block{display:block!important;height:96px!important;width:100%!important;}
		.sign-block > a{display:inline-block!important;float:left!important;width:88px!important;}
		.sign-block > .breaking-layout{margin-left:10px!important;float:right!important;display:inline-block!important;width:calc(100% - 150px)!important;}
		.office{height:45px!important;margin-top:15px!important;}
		.office > h4{display:inline-block!important;float:left!important;width:30px!important;}
		.office > p{display:inline-block!important;float:right!important;width:calc(100% - 60px)!important;padding-left:70px!important;line-height:1.1; }
		.service-block > ul > li{float:left!important;margin-right:60px!important;}
		.service-block > ul{height:115px!important;}
		.social_links{text-align:center!important;}
     /* footer */

     .master-qoute {
     	top:100px!important;
     }
     .moving-point{
     	text-align:center!important;
     	bottom:0!important;
     	opacity:0!important;
     	display:none!important;
     }
     .moving-point > img:first-child{
     	position: relative!important;
     	height:32px!important;
     }
     .moving-point > img:last-child{
     	height:68px!important;
     }
     .maping-arrow{
     	text-align:center!important;
     	position: absolute!important;
		display:none!important;
     }
     .maping-arrow >img{
     	display:none!important;
     }

     .category_block{margin-bottom:75px!important;display:block!important;}
     
	.knowledge_container{height:590px!important;}
	.knowledge_container > .portfolio > .portfolio_wrapper{
		position: relative!important;
		left:20px!important;
		width:100%!important;
	}
     .knowledge_container > .portfolio > .portfolio_wrapper > a{
     	display:inline-block;
     	float:left!important;
     	width:75px!important;
     	height:35px!important;
     	margin-right:25px;
     	margin-bottom:45px!important;
     }
     .data_block{position: relative!important;z-index:999!important;}
     .hero_button{text-align: center!important;margin-top:20px!important;}
     .blog_overview_card > .blog_card{margin-bottom:40px!important;}
     .knowledge_container > .qoute > .qoute-wrapper > h2{position: relative!important;left:0!important;}
     .knowledge_container > .qoute{padding-top:90px!important;width:100%!important;background-size:150%!important;height:393px!important;text-align:center!important;display:block!important;text-align:left!important;float:none!important;position:absolute!important;}
      /*.knowledge_container > .qoute > p{position: relative!important;top:-50px!important;}
      .knowledge_container > .qoute > h2{position: relative!important;padding-top:50px!important;}*/
     .knowledge_container > .portfolio{position:relative!important;top:400px!important;width:100%!important;text-align:center!important;}

	.center_block_wrapper > .sticky_block > .options{display:inline-block!important;float:left!important;width:calc(100%/3)!important;}
	.center_block_wrapper > .sticky_block > .slider_go{width:100%!important;display:block!important;position:relative!important;}
	.service_table > .service_list{margin-bottom:45px!important;}
	.service_list > .keys{margin-bottom:13px!important;}
	.unique-key > h4{padding-top:25px!important;}
	.reveal_key > .desktop-hide{padding-top:25px!important; float:left!important;display:inline-block!important;width:calc(100% - 35px)!important;}
	.reveal_key > span{float:right!important;position:relative!important;right:20px!important;top:20px!important;}
	.mobile-hide{display:none!important;}
	.unique-sample{display:block!important;position:relative!important;}
	.reveal_value > .highlight > h3{margin-top:0!important;padding-top:34px!important;margin-bottom:30px!important;}
	.service-element{
		margin-bottom:50px!important;
	}
	.wrap-qoute{padding-left:36px!important;}
	.inner-wrap-logo > img{
		min-width:60px!important;
		display:inline-block!important;
		float:left!important;
		margin-right:20px;
	}
}}




@media only screen and (max-width:768px){



	.sign-block > h4{
		padding-left:0;
	}
	.cookies_accept{
	    grid-template-columns:1fr;
	    grid-auto-rows:auto;
	    grid-column-gap:20px;
	    padding:20px 25px 40px 26px;
	    grid-row-gap:15px;
	  }
	  .cookies_accept > span{
	    grid-row:1 / 2;
	    text-align: right;

	  }

	.cookies_accept > span > img{width:25px;height:25px;}
	.navbar-toggle{float:left!important;margin-left:26px;margin-top:15px;}
	#myNavBar .navbar-brand{float:right;margin-right:21px;margin-top:11px!important;}
	.navbar-brand img{width:89px!important;height:auto!important;}
	.navbar-toggle .icon-bar{width:26px!important;height:3px!important;margin-top:6px!important;}
	.navbar-collapse{background-color:#fff!important;color:#000;position:absolute!important;width:calc(100% - 20px)!important;margin-left:10px!important;top:0;}
	#myNavBar div ul li a {text-align:center!important;border-bottom:1px solid #f3f3f3;letter-spacing:2.4px!important;color:#000!important;text-align:center!important;padding:20px 10px 20px 10px!important;font-size:14px!important;font-family:'lato-bold',sans-serif!important;text-transform:uppercase;}
	.navbar-default .navbar-toggle{z-index:9999999;}
	#myNavBar div ul li a::after{display:none;}
	#navbar{
	background:white;
	margin-top:15px;
	z-index:0;
	display:none;
	position: relative;
	top:-84px;
	margin-top:0!important;
	width:calc(100% - 20px);
	margin-left:10px;
	height:500px;
	max-height:500px!important;
	box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.25);
	/*transform: translateY(-100%);*/
	
}
	.navbar-right{margin-top:0px!important;position:relative;top:70px!important;width:100%;margin-left:0;}

	.navbar-default .navbar-toggle:hover .icon-bar{background-image:none!important;box-shadow:none!important;}
	.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
	#myNavBar div ul li > .active-menu-item{color:#1745B4!important;}
	.navbar-default .navbar-toggle .white-icon{background-color:#000!important;}
	
/* Blog part */

	.article_block > .row > .parent_block_wrap > .detail_block > .int_btn{display:none;}
	.article_block > .row > .parent_block_wrap > .detail_block{box-shadow:-1px 1px 14px -5px #6B6B6B;margin-left:0px!important;margin-right:0px!important;}
	.breaker2{border-color:transparent;margin:15px 5px!important;}
	.article_block > .row > .parent_block_wrap > .img_block{padding:0!important;}
	.article_block > .row > .parent_block_wrap > .detail_block > .para > p{margin-bottom:30px!important;}
	.article_block > .row > .parent_block_wrap > .detail_block > .para > p > a > span{color:#000;}
	.blog_top_block > .row > a > .banner_info_block > .date_block_parent > .date_block > p:last-child{font-size:40px!important;}
	.time-span{padding:20px 36px 0px 36px;font-size:10px;letter-spacing:1.6px;color:#1745B4;font-family:'lato-black',sans-serif;}
	.short-detail{padding:0 36px;font-size:14px;line-height:26px;font-family:'lato-reg',sans-serif;color:#616161;opacity:0.8;}
	.short-detail > span{color:#000;}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .rel_post_block > .rel_image{padding-bottom:35px!important;}
/* Blog part */


/* Policy page */
.knowledge-block{margin-top:48px;}
.policy_block{
	margin-top:80px;
}
.policy-content-wrapper{margin-left:20px;}
.policy-content-wrapper > h1{font-size:26px;line-height:37px;margin:38px 0 0 0;}
.policy-content-wrapper > p:nth-child(2){font-size:16px;line-height:18px;}
.policy-content-wrapper > p{font-size:14px;line-height:26px}
.policy-content-wrapper > h2{font-size:18px;line-height:28px;margin:50px 0 15px 0;}
.policy-content-wrapper > h3{font-size:16px;margin:20px 0 13px 0;}
.policy-content-wrapper > ul > li{font-size:14px;}
.policy-content-wrapper > ul{padding-left:17px;}
.more-space{margin:50px 0 13px 0!important;}

/* Policy page */

.message-wrap{width:calc(100% - 80px);padding:49px 24px 31px 26px;}

/* Animation for mobile */
	
	
	
	.manage-section > h4{padding:0 15px;}
	.service_table{margin-left:15px;margin-right:15px;}
	.bucket{
		position: absolute;
		width:auto;
		height:100%;
		right:0;
		top:0px;
	}
	.exit-block{display:none;}
	.dropping-ball > .dynamo{width:58px;height:56px;top:75px;left:-2px;z-index:9;animation: colorChange 9s step-start 4s infinite;}
	.dropping-ball{width:97px;height:167px;background-image:none;right:-10px;top:20px;}
	.dropping-ball > .static{top:24px;width:92px;height:15px;z-index:9;right:-27px;}
	.dropping-ball > .ball-block{top:0px;z-index:9;}
	.animation-ground{
		position:relative;
		top:0;
		height:197px;
		width:100%;
		margin-top:-50px;
	}
	.animation-ground > h2{
		display:inline-block;
		float:left;
		top:70px;
		position: relative;
		width:180px;
		padding-left:15px;
		margin-bottom:0;
	}
	.loop-animate{margin-top:0;}
	.dropping-ball > .ball-block > .rolling-ball{width:10px;height:10px;}
	.exceed-boundary{padding:0!important;}
	.manage-section > p{margin-left:15px;margin-right:15px;}
	.outer_box{width:126px;height:126px;}
	.inner-box1{border-width:1px;}
	.inner-box2{width:calc(100% - 30px);height:calc(100% - 30px);border-width:1px;}
	.inner-box3{width:calc(100% - 60px);height:calc(100% - 60px);border-width:1px;}
	.rear-block{height:148px;top:0px;width:calc(100% - 200px);top:50px;background-image:none;z-index:99;}
	.rotar_back{position:absolute;float:right;right:-4px;top:20px;}
	.rotar_center{width:29px;height:32px;position: absolute;float:right;right:48px;top:98px;}
	.right-animation-rotor{margin-top:0;}
	.rod > .ball{width:8px;height:8px;left:4px;}
	.zig-zag-play{
		background-image:url('../images/Path and Boxes.png'),url('../images/mob_zig_back.png');
		width:108px;
		height:148px;
		top:35px;
		right:-15px;
	}
	.zig-animate{margin-top:0}
	.zig-animate > h2{width:205px;}
	.left-rear-block{display:none;}
	.intro_wrap{margin-top:40px;}
	.intro_wrap > p{margin:20px 0 0 0;}
	.schedule_block > h2{font-size:24px!important;}
	.zig-zag-play > .init-box{opacity:0;animation:init-boxplay 15s linear infinite 0s;width:39px;height:43px;top:33px;left:10px;}
	.zig-zag-play > .middle-box{animation:middle_boxplay 15s linear infinite 0s;opacity:0;width:18px;height:20px;top:86px;left:11px;}
	.zig-zag-play > .end-box{animation:end_boxplay 15s linear infinite 0s;opacity:0;width:29px;height:32px;top:100px;left:30px;top:84px;left:63px;}
	.zig-zag-play > .lastpoint-box{
		animation:last-round 15s linear infinite 0s;opacity:0;
		width:12px;
		height:13px;
		position: absolute;
		top:200px;
		left:30px;
		top:64px;
		left:71px;
		display:block;
	}
	.zig-zag-play > .rolling-ball{
		animation:zig-zag 15s linear infinite 0s;
		width:6px;
		height:6px;
		top:67px;
		left:15px;
	}
		.data_block{margin-left:10px;padding:50px 0px 0 0;margin-top:40px;width: calc(100% - 20px);grid-template-columns:1fr;grid-row-gap:30px;box-shadow:-1px 1px 14px -5px #6B6B6B;}
	.stats-wrapper{box-shadow:none;width:100%;padding:0;grid-template-columns:1fr;grid-row-gap:30px;padding-bottom:50px;}
	.stats-block{margin:0;display:grid;grid-template-columns:60px auto;justify-self:inherit;padding:0 36px;}
	.intro_subsect > .category_block > a::before,.intro_subsect > .category_block > a::after{width:112px;}
	.knowledge_container{
			grid-template-columns:1fr;
			grid-template-rows:393px auto;
			margin-top:-150px;
			height:auto;
		}

	.knowledge_container > .qoute{
		grid-row:1 / 2;
		background-image: url('../images/mob_home_blue.png')!important;
		background-position-y:bottom;
		background-repeat:no-repeat;
		background-size: cover!important;
	}
	.knowledge_container > .portfolio{
		grid-row:2 / 3;
		justify-items:center;
		align-items:baseline;
	}
	.field_title > h3::after{display:none;}
	.text_block{float:none;}
	.wrap-qoute{padding-bottom:0;}
	.field_title > h3 > span{font-size:18px;}
	.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .social_block > .next_point > a > span::before{display:none;}
	.work-solution-block{grid-template-columns:1fr;margin-top:40px;grid-row-gap:20px;height:auto!important;margin-bottom:55px;}
	.inner-wrap-logo > img:nth-child(3){width:auto;height:100%;}
	.inner-wrap-logo{grid-template-columns:repeat(3,1fr);grid-column-gap: 50px;width:calc(100% - 40px);margin-left:20px;grid-row-gap:20px;}
	.case-study-box{width:100%;left:0;background-image:none;background-size:cover;margin-top:60px;padding:0px 0 50px 0;}
	.highlight_team > .title-team > h1,.highlight_data > .title-data > h1,.highlight_service > .title-service > h1{font-size:30px;line-height:40px;}
	.blog_card > .know_more{margin-left:33px;margin-bottom:50px;}
	.knowledge_container > .portfolio > .portfolio_wrapper{padding:20px 10px;grid-template-columns:repeat(3,minmax(57px,70px));grid-row-gap:35px;}
	.knowledge_container > .qoute > .qoute-wrapper > p{max-width:300px;font-size:14px;line-height:26px;margin-top:17px;padding-right:10px;}
	.knowledge_container > .qoute > .qoute-wrapper{padding:125px 0px 0 0!important;max-width:100%;margin-left:36px;justify-self:left;}

	.additional_footer_block > .inner_block{height:auto;width:calc(100% - 48px);margin-top:-200px;box-shadow:-1px 1px 14px -5px #6B6B6B;}
.footer-banner2 > .title-content{
	grid-auto-rows:auto;
	grid-row-gap:30px;
}
.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .social_block{height:60px!important;}
.blog_text_block > .blog_text_row > .blog_text_wrap > .custom_div > .row > .social_block > .next_point > a{padding:7px 21px 7px 25px!important;}
@keyframes middle_boxplay{
	0%{
		opacity:0;
	}

	19%{
		opacity:0;
	}
	20%{
		opacity:1;
	}
	25%{
		opacity:1;
	}
	26%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}
@keyframes end_boxplay{

	0%{
		opacity:0;
	}
	44%{
		opacity:0;
	}
	45%{
		opacity:1;
	}
	50%{
		opacity:1;
	}

	51%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}

@keyframes last-round{
	0%{
		opacity:0;
	}
	71%{
		opacity:0;
	}
	72%{
		opacity:1;
	}
	75%{
		opacity:1;
	}
	81%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}

@keyframes init-boxplay{
	0%{
		opacity:0;
	}
	
	94%{
		opacity:0;
	}
	95%{
		opacity:1;
	}
	
	100%{
		opacity:1;
	}
}



@keyframes zig-zag{
	0%{
		opacity:1;
		transform:translate(0px,0px);
	}
	
	12%{
		opacity:1;
		transform: translate(-17px,11px);
	}
	
	20%{
		opacity:1;
		transform:translate(-4px,18px);
	}

	25%{
		opacity:1;
		transform:translate(12px,25px);
	}
	
	39%{
		opacity:1;
		transform:translate(37px,10px);
	}
	
	45%{
		opacity:1;
		transform:translate(50px,18px);
	}
	
	50%{
		opacity:1;
		transform:translate(74px,30px);
	}
	58%{
		opacity:1;
		transform:translate(89px,20px);
	}
	70%{
		opacity:1;
		transform:translate(65px,4px);
	}

	75%{
		opacity:1;
		transform:translate(57px,-4px);
	}
	78%{
		opacity:1;
		transform:translate(47px,-10px);
	}
	81%{
		opacity:1;
		transform:translate(57px,-14px);
	}

	92%{
		opacity:1;
		transform:translate(39px,-24px);
	}

	95%{
		opacity:1;
		transform:translate(32px,-19px);
	}
	100%{
		opacity:1;
		transform:translate(0,-00px);
	}

}




@keyframes leftMove{

	0%{
		opacity:1;
		transform:translate(0px,0px);
	}

	10%{
		opacity:1;
		transform:translate(-21px,0px);

	}

	20%{
		opacity:1;
		transform:translate(-42px,0px);

	}

	30%{
		opacity:1;
		transform:translate(-59px,2px);

	}

	32%{
		opacity:1;
		transform:translate(-59px,9px);

	}


	37%{
		opacity:1;
		transform:translate(-61px,30px);
	}
	42%{
		opacity:1;
		transform:translate(-63px,54px);
	}
	47%{
		opacity:1;
		transform:translate(-66px,78px);

	}
	52%{
		opacity:0;
		transform:translate(-67px,78px);
	}
	
	53%{
		transform:translate(0px,0px);
		opacity:0;

	}
	100%{
		opacity:0;
		transform:translate(0,0);

	}
}



@keyframes colorChange{

	0%{
		opacity:1;
	}
	  1%{
	  	opacity:1;
	  }
	  10%{
	  	opacity:1;
	  }
	  11%{
	  	opacity:0;
	  }
	  33%{
	  	opacity:0;
	  }
	  34%{
		opacity:1;
	  }
	45%{
		opacity:1;
	}
	46%{
		opacity:0;
	}
	66%{
		opacity:0;
	}
	67%{
		opacity:1;
	}
	76%{
		opacity:1;
	}
	77%{
		opacity:0;
	}
	99%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}

/* Animation for mobile */

}

@media only screen and (min-width:320px) and (max-width: 480px){


	.footer-bann{
		height:285px;
		background-image:none;
		background-color:#3264D0;
	}
	.striker{display:none!important;border-bottom: 1px solid #f9f9f9;}
	.footer-bann > .title-content{
		grid-template-columns:1fr;
		grid-auto-rows:auto;
		grid-row-gap:30px;
		width:100%;
		padding:40px 36px 51px 36px;
		justify-items:center;
	}
	.wrapper_block{
		grid-template-columns:1fr;
		grid-auto-rows: auto;
		margin-bottom:0;
		border-bottom:none;
		padding-bottom:20px;
	}
	.back-gray{background-color:#F8F9FD;}
	.office-block{
		left:0;
		grid-template-columns:1fr;
		grid-template-rows:auto;
		padding:0 21px;
		margin-top:32px;
		border-bottom:1px solid #EDEDED;
		padding-bottom:21px;
		grid-row-gap:17px;
		padding-top: 21px;
		justify-items:left;
    	border-top: 1px solid #EDEDED;
	}
	.office > span{
		grid-column:1 / -1;
		padding-left:95px;
	}
	.service-block > ul{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-column-gap:40px;}
	.service-block > ul > li > a{font-size:11px;line-height:23px;color:#000;}
	.office > h4{font-size:11px;line-height:23px;color:#616161;font-family:'lato-semi',sans-serif;align-self:start;}
	.office > p{font-size:10px;line-height:20px;margin-bottom:0;}
	.office{display:grid;grid-template-columns:64px 1fr;grid-column-gap:31px!important;}
	.sign-block{
		justify-self:inherit;
	}
	.service-block > ul > li{
		display:inline-block;
		padding:5px 5px;
	}
	.service-block{padding:9px 21px 11px 21px;}
	.service-block > ul {
		border-bottom:1px solid #EDEDED;
    	margin-top:0;
    	justify-self:inherit;
    	padding-bottom:11px;
	}

	.social_links{
		float:none;
		right:0;
		padding:27px 0 15px 0;
		padding-top:0;
	}
	.new_bottom{
		text-align:center;
		padding-bottom: 15px;
	}

	/* Home page*/
	.category_block:last-child > h3, .category_block:last-child > p{text-align:right;}
	.category_block:last-child > a{float:right;}
	.category_block:last-child > a::after{right:0px;left:inherit;}
	.intro_wrap > h2{
		font-size:28px;
		line-height:40px;
	}

	.banner{background-image:url('../images/Home Banner.jpg')!important;}
	.intro_wrap{padding:0 20px;}
	.intro_wrap > p,.intro_subsect > .category_block > p{font-size:14px;line-height:26px;color:#616161;}
	.intro_subsect > .category_block > h3{font-size:18px;}
	.blog_overview_card{
	    grid-template-columns:1fr;
	    margin-top:80px;
	    grid-row-gap:30px;
	    height:auto;
	    background-color:#F4F4F4;
	  }
	  .blog_overview_card > .description_block > .wrapping > h3{font-size:18px;padding-top:30px;}
	  .blog_overview_card > .description_block > .wrapping > p{font-size:14px;line-height:26px;margin-top:17px;}
	  .blog_overview_card > .description_block{
	  	padding:0 36px;
	  }
	  .blog_card > p{padding:42px 41px 30px 33px;font-size:10px;letter-spacing:1.6px;}
	  .blog_overview_card > .blog_card{
	  	width:calc(100% - 72px);
	  	margin-left:36px;
	  	padding-bottom:18px;
	  	box-shadow:-1px 1px 14px -5px #6B6B6B;
	  }
	  .footer-bann > .title-content > .hero_text > h3{font-size:20px;line-height:32px;text-align:center;}
	 /* .blog_card > p > span{text-align:right;}*/
	  .blog_card > a{margin-left:33px;}
	.intro_subsect{
			grid-row-gap:75px;
			margin-top:50px;
			height:auto;
			grid-template-columns:1fr;
	}
	.intro_block{padding-bottom:20px;background-image:url('../images/mob_home_gray.png')!important;}
	.intro_subsect > .category_block > a{margin-top:20px;}

	
	.stats-block > p{margin-top:0;font-size:12px;color:#616161;text-align:right;}
	.stats-block > h2{font-size:23px;text-align:left;}
	
	.knowledge_container > .qoute > .qoute-wrapper > h2{font-size:18px;line-height:1;}
	
	
	
	
	.blog_card > h3{
		height:auto;
		font-size:18px;
		line-height:30px;
		margin-top:10px;
		margin-bottom:26px;
		padding:0 41px 0 33px;
	}
	.navbar-collapse{
		margin-bottom:0!important;
		margin-top:-5px!important;
		
	}
	.navbar-header{
		height:100%!important;
	}

	.navbar-right{margin-top:32px;margin-right:0!important;}
	#myNavBar div ul li a{margin-bottom:0!important;}
	.navbar-default{margin-bottom:0!important;}
		
	
	
	.knowledge_container > .qoute > .qoute-wrapper{padding:50px 15px 0 15px;}
	.knowledge_container > .portfolio > .portfolio_wrapper > a > img{width:100%;}
	/* Home page end */

	/* footer part */
	.footer-banner2{height:auto;}
	.footer-banner2 > .title-content{
		width:calc(100% - 50px);
		padding-bottom:70px;
		grid-auto-rows:auto;
		grid-row-gap:30px;
		padding-top:40px;
		padding-bottom:136px;
		grid-template-columns:1fr!important;
	}
	.schedule_block{padding:36px 20px 45px 20px;}
	.additional_footer_block > .inner_block{
		margin-top:0;

	}
	.schedule_block > h2{font-size:20px;line-height: 32px;text-align:left;}
	.schedule_block > p{text-align:left;font-size:14px;line-height:26px;margin-top:17px;}
	.footer-banner2 > .title-content > .hero_button{justify-self:center;}
	.additional_footer_block{background-color:#F8F9FD;}
	.universal{background-color:#F8F9FD;}
	.sign-block{display:grid;grid-template-columns:88px auto;grid-column-gap:27px;padding-top:32px;}
	.sign-block > a{margin-top:0;}
	.sign-block > a > img{width:100%;}
	.breaking-layout > h4{margin:0;font-size:10px;line-height:28px;font-family:'lato-semi',sans-serif;}
	.breaking-layout > h4 > span{font-family:'lato-reg',sans-serif;}
	.breaking-layout > p{margin:6px 0 0 0;font-size:10px;line-height:15px;font-family:'lato-reg',sans-serif;}
	/* footer part */

	/* manage services */
	
	
	.center_block_wrapper > .sticky_block > .options{
		font-size:11px;
		line-height:15px;
		padding-bottom:0;
		position: relative;
		margin-top:15px;
		bottom:0;
		

	}

	
	.exit-block{display:none;}
	.manage-section > h2{
		font-size:28px;
		line-height:37px;
		margin-bottom:16px;
	}
	
	.manage-section > p{font-size:14px;line-height:26px;}
	.manage-section > p > span{
		width:132px;
		height:auto;
		display:block;
	}
	
	.main_content{margin-top:0px;}
	.manage-section{
		margin:84px 5px 0px 5px;
	}
	/*.slider_go{background-color:#2B55BB;}*/
	.slider_go > .boat{

		margin:0 7.5px;
		width: calc(33% - 10px);
    	margin-left: 5px;
		position: absolute;
		
		
	}
	.change-color{color:#000!important;font-family:'lato-bold',sans-serif!important;}
	/*.center_block_wrapper > .sticky_block::after{
		content:'';
		position: absolute;
		width:100%;
		height:2px;
		bottom:0;
		background-color:#2B55BB;
	}*/
	.center_block_wrapper > .sticky_block{grid-template-rows:auto 3px;overflow:hidden;height:75px;border-bottom:none;z-index:999;}
	.center_block_wrapper > .sticky_block > .options > span{
		padding:15px 15px 10px 15px;
		text-align:center;
    	position: relative;
	}
	.center_block_wrapper > .sticky_block > .options{color:#616161;}
	.center_block_wrapper > .sticky_block > .options:nth-last-child(2) > span{
		padding:10px 7px 10px 7px;
		text-align:left;
	}
	
	.key_line{top:150px;width:calc(100% - 50px);text-align:left;}
	.key_line > h1{font-size:36px;line-height:54px;}
	

	.service_top_card{height:100vh!important;background-image:url('../images/ManagedServicesBanner.jpg')!important;}
	.service1{padding-top:0;margin-top:47px;}
	.service1> h2:before,.service2> h2:before,.service3> h2:before{
		left:-20px;
	}
	.service_table{grid-row-gap:45px;}
	.service_table > .service_list{grid-template-columns:1fr;grid-row-gap:13px;}
	.reveal_key{text-align:center;padding-left:0;}
	.reveal_value{grid-template-columns:1fr;padding:0px 20px 51px 20px;grid-row-gap:30px;box-shadow:0 0 5px -1px #373737;}
	.cs:after, .ds:after, .cms:after{left:0;font-size:100px;top:150px;}

	
	.additional_class{padding:0;}
	.animation-ground{z-index:1;}
	.owntype{/*top:100px;*/}

	
	.left-rear-block{top:-205px;display:none;}
	

	.last-zig-zag{top:-118px;display:none;}
	.reveal_key{grid-template-columns:auto 40px;}
	.unexpect{padding:0!important;}



.unique-key{background-color:#fff;border-color:transparent;}
.unique-key > h4{color:#000;}
.reveal_key {box-shadow:none;}
.reveal_key > span {border-color:#000;}
.active-key{background-color:#fff;color:#000;box-shadow:0 0 5px -1px #373737;border-color:transparent;}
.active-key > h4, .active-key > span::before,.reveal_key > span::before{color:#000;}
.active-key > span{border-color:#000;}
.manage-section > h4{margin:50px 0 0 0;}
.service_list > .keys{font-size:18px;}
.service_list > .values{font-size:14px;line-height:26px;}


.right-animation-rotor{right:0;}


.cs:after, .ds:after, .cms:after{display:none;}

.case-study-box > h2{
	margin:0 0 0 36px;
	color:#fff;
	font-size:12px;
	line-height:30px;
	letter-spacing:2.6px;
	padding:35px 0 25px 0;
}
.ball{width:12px;height:12px;left:6px;}
.service2 > h2{padding-top:0;}
.carousel{width:100%;padding:20px 0 80px 0;}
.slick-arrow{display:none!important;}
#next1,#prev2,#next3,#prev3{position:absolute;top:400px;z-index:9999;}
#prev2,#prev3{right:20px;}
#next1,#next3{left:0px;transform:rotate(180deg);}
.sample{width:calc(100% - 20px);margin-left:10px;}
/*.sample > h3{ font-size:18px;line-height:30px;font-family:'lato-bold',sans-serif; margin:0;}
.sample > p{font-size:12px;line-height:23px;color:#616161;font-family:'lato-reg',sans-serif;margin:17px 0 0 0;}*/
.case-study-box{background-color:#F4F4F4;}
.case-study-box > .desktop-hide{font-size:20px;line-height:40px;color:#000;font-family:'lato-semi',sans-serif;margin:0;padding:27px 0 27px 20px;}
.reveal_value > .highlight > h3{font-size:22px;line-height:34px;margin-top:34px;}
 .reveal_value > .sneek_peek> p{font-size:12px;line-height:23px;}
 .mobile-hide{display:none;}
 .desktop-hide{display:block;}
.upshift{margin-top:0px;top:0px;}
.service2,.service3{margin-top:0;padding-bottom:0;}
.slider_wrapper > h2{font-size:12px;line-height:30px;color:#fff;margin:0;padding:27px 0;letter-spacing:2.6px;text-align:center;}

.center_block_wrapper > .sticky_block > .options:nth-child(3){
	margin-top:20px;
}

	.additional_footer_block > .inner_block{height:auto;width:calc(100% - 48px);margin-top:-80px;box-shadow:-1px 1px 14px -5px #6B6B6B;}

	/* manage service End */

	/* Data Science */

	
	.service-element-block{grid-template-columns:1fr;grid-auto-rows: auto;grid-row-gap: 50px;}
	
	.inner-wrap-logo > img{width:100%;height:auto;}
	.wrap-qoute{max-width:calc(100% - 40px);}
	.tech-stack-qoute{background-image:none!important;}
	.data_science_banner > h1{font-size:35px;line-height:54px;top:160px;padding:0 15px;}
	.define_block{margin:59px 5px 0px 5px;}
	.sticky{width:100%!important;top:0px;}
	.service-block-wrapper{margin:50px 5px 0px 5px;}
	
	.footer-banner2 > .title-content > .hero_text > h3{font-size:20px; line-height:32px;text-align:center;}


	.case-study-slide > .slider-wrapper{margin:0;width:100%;}
	.slider-block > .slick-list > .slick-track > .case{width:calc((57%) / 4)!important;}
	.case > span{font-size:110px;display:none;}
	.thumbnail1{display:none!important;}
	.slider-block{width:calc(100% - 20px)!important;}
	.case-study-slide > .slider-wrapper{background-image:url(../images/case-back-img.png)!important;background-image:none;height:auto;padding-bottom:90px;}
	.case-study-slide > .slider-wrapper > h2{line-height:38px;}
	/*.slick-center{width:calc(100% - 50px)!important;}*/
	.case{margin:0 0px 0 15px;color:#000;
	background-color:#fff;outline:none;}
	.counter2{display:block;}
	.counter,.counter2{position:absolute;left:36px;margin-top:34px;color:#000;z-index:9999;font-size:12px;line-height:30px;letter-spacing:1.7px;
		font-family:'Lato-bold',sans-serif;color:#1745B4;}
	.slider-block{width:calc(100% - 20px)!important;margin-left:10px;margin-top:0;position:relative!important;left:0!important;transform:translateX(0)}
	.case > h2{padding:68px 15px 25px 15px;}
	.case > p{padding:15px 15px 0px 15px;}
	.define_block > h2{font-size:28px;line-height:40px;}
	.service-element-block > .service-element > h3{font-size:20px;}
	.service-element-block > .service-element > p{font-size:14px;line-height:26px;margin-top:13px;}
	.define_block > p{font-size:14px;line-height:26px;}
	#service-barrier::before{display:none;}
	#prev{width:30px!important;height:30px!important;top:400px!important;right:10px!important;z-index:9999;border-radius:100%;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;position:relative;}
	#prev > img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
	#prev:hover{box-shadow:-1px 1px 14px -5px #6B6B6B;}
	/*.case{width:calc(100% - 50px);}*/
	.case > h2{
		font-size:18px;line-height:30px;color:#000;font-family:'lato-bold',sans-serif;padding:68px 21px 25px 21px;
	}
	.wrap-qoute > h3{font-size:20px;color:#1745B4;}
	.wrap-qoute > p{font-size:14px;line-height:26px;margin:17px 0 0 0;}
	.case > p{padding:15px 21px 0 21px;}
	.case-study-slide > .slider-wrapper > h2{font-size:12px;line-height:30px;letter-spacing:2.6px;font-family:'lato-bold',sans-serif;
	padding:44px 0 27px 0;}
	.slick-list{padding:0 40px 0 0!important;}
	.slider-block{display:none!important;}
	.slider-wrapper > h2{display:none;}
	.wanted{display:none;}
	.mob_want{display:block;margin-bottom:50px;}
	.counter{display:block;}
	.mob_unwanted{display:none;}
	.data_science_banner{background-image:url('../images/DataScienceBanner.jpg')!important;height:100vh;}
	/* Data Science */


	/* Blog part */

	


	/* Blog part */

	/* Contact page */
	.contact_banner_card{background-size:cover;height: calc(100vh - 55px);background-image:url('../images/Contact Banner.jpg')!important; }
	.address_block > h3{padding-left:0px;margin-top:25px;margin-left:21px;}
	.office_address{grid-row-gap:30px;margin:40px 21px 0px 21px;margin-bottom:40px;grid-template-columns:1fr;}
	.office_block{display:grid;grid-template-columns:92px 1fr;grid-column-gap:40px;}
	.office_block > h4{font-size:16px;margin:0;}
	.office_block > p{margin:0 0 0 0!important;font-size:13px;line-height:20px;}
	.office_block:nth-child(even){justify-self:left;}
	.field_title{grid-template-columns:auto 34px;}
	.job_vacancy_block{padding:0 21px;}
	.field_title > h3{font-size:18px;line-height:28px;}
	.line{align-self:center;display:none;}
	.job_card{padding-bottom:60px;}
	.job_block{padding-bottom:0;}
	.field_text{grid-template-columns:1fr;grid-row-gap:20px;}
	.field_text > a{text-align:center;width:134px;justify-self: right;}
	.contact_block > h3{padding-left:21px;font-size:14px;margin-top:24px;}
	.form_wrapper{grid-template-columns:1fr;height:918px;}
	.contact_block > a{margin-bottom:40px;margin-right:21px;}
	.contact_block > input,.contact_block > textarea{margin:0 21px 20px 21px;width: calc(100% - 42px);}
	.text_block{text-align:left;}
	.key-qoute-block{top:50%;}
	.contact_main_block{margin-top:-70px;height:410px;background-image:url('../images/intro_block_banner.png')!important;
	background-size:cover!important;background-position-x:inherit!important;
}
	.text_block > h2{font-size:26px;line-height:37px;padding:0 21px;}
	.address_block{background-size:inherit!important;grid-row:2 / 3;background-color:#3061CC;}
	.contact_block{grid-row:1 / 2;}
	.contact_qoute_block{bottom:0;top:136px;position:relative;padding:0 21px;margin-bottom:25px;}
	.contact_form_block{position:relative;width:100%;}
	.contact_qoute_block > h1{
			font-size:28px;
			line-height:39px;
	}
	.text_block > p{font-size:14px;line-height:26px;padding:0 21px;}
	.job_block{margin-top:0;}
	.contact_qoute_block > p{font-size:13px;line-height:24px; margin: 16px 0 0 0;font-style:italic;}
	.contact_block > input:nth-child(2){margin-top:25px;}


	/* contact page */
	/* Team Page */
	.team_banner_card{height:600px;background-image:url('../images/TeamBanner.jpg')!important;}
	.team_card_wrap{grid-template-columns:1fr;}
	.team_group{grid-auto-rows:auto;grid-row-gap:50px;}
	.team_wrapper:last-child{margin-top:70px;}
	.about_team{background-image:none!important;padding-bottom:50px;}
	.team_wrapper > h4{margin-bottom:30px;}
	.member_detail_block > h2{font-size:18px;margin-top:26px;}
	.member_detail_block > h3{font-size:16px;margin-top:11px;font-family:'lato-semi',sans-serif;}
	.member_detail_block > p{font-size:14px; line-height:26px;margin:33px 0 0 0;}
	.team_intro_wrap > h2{font-size:26px;line-height:37px;}
	.team_intro_wrap{margin-top:50px;padding:0 21px;}
	.team_wrapper{padding:0 21px;}
	.team_members_block{margin-top:0;}
	.team_intro_wrap > p:nth-child(2){font-size:14px;line-height:26px;margin:15px 0 0 0;}
	.highlight_team,.highlight_data,.highlight_service{grid-template-columns:1fr;padding:140px 0 132px 0;grid-row-gap:49px;width:calc(100% - 72px);margin-left:36px;}
	
	.highlight_team > .title-subtext > p, .highlight_data > .title-subtext > p, .highlight_service > .title-subtext > p{font-size:13px;line-height:24px;color:#fff;}
	.footer_qoute_block{width:calc(100% - 10px);background-image:none;background-color:#fff;box-shadow:-1px 1px 14px -5px #6B6B6B;top:40px;text-align:left;}
	.join_block{top:0;}
	.join_block > .box_wrap{margin:75px 0 59px 0;}
	.footer_qoute_block > h3{padding:75px 15px 58px 15px;font-size:16px;line-height:25px;padding:24px 14px 27px 27px;}
	.join_block > .box_wrap > h2{font-size:24px;line-height:32px}
	.join_block > .box_wrap > p{padding:0 20px;font-size:14px;line-height:26px;margin:18px 0 0 0;}
	.join_block > .box_wrap > a{background-color:#fff;display:block;padding:22px 0;color:#1745B4;margin:33px 36px 0 36px;box-shadow:0 2px 6px 3px #113A9A;}
	

	/* Team page */

	
}




.menu_bar{border-bottom:2px solid #fff;}
/*#myNavBar div ul li.active a{background:transparent;border-bottom:2px solid #f5b11a;box-shadow:-6px 0 white, 6px 0 white, 0 5px 10px -2px #f5b11a;font-family:GothamMedium;}*/
/*#myNavBar div ul li:hover a{background:transparent;border-bottom:2px solid #f5b11a;box-shadow:-6px 0 white, 6px 0 white, 0 5px 10px -2px #f5b11a;}*/
#myNavBar div ul li a{padding:32px 22px 4px 22px;cursor:pointer!important;margin-bottom:28px;font-size:11px;letter-spacing:1.6px;text-align:center;color:#fff;transition:all 1s;font-family:"lato-semi",sans-serif;}
#myNavBar div ul li:last-child{margin-right:40px;}
#myNavBar .navbar-brand{margin-top:0px;margin-left:125px;margin-top:8px;}
.navbar-right{margin-top:0px;margin-right:85px;}
.navbar-brand img{height:auto;width:122px;}
.main-container{margin-top:80px;z-index:1;transition:opacity 0.5s;}
.navbar{margin-bottom:0!important;}



@media only screen and (max-width:768px){.antifluid{padding:20px 50px 20px 25px;}
#myNavBar{height:80px;}
#myNavBar .navbar-brand{margin-left:0px;}
.navbar-toggle{border:none;}
.navbar-default .navbar-toggle:hover .icon-bar{background-image:linear-gradient(to bottom, #43d9f1, #20b1de);box-shadow:0 0 13px 0 #14a1cd;}
.fancy{border:none;margin:0;}
.antisuits{padding:0 10px;}
.solutionHead h1{padding:50px 10px;}
.maxSpec, .maxSpec2{padding:40px;text-align:left;}
.logo{margin:70px 0 0px 0;padding:0;}
.learnMore{margin-top:80px;}
#processOne{margin:100px 0;background-position-x:50%;}
#processTwo{margin:100px 0;padding-top:45px;padding-bottom:45px;background-position-x:50%;}
#processThree{margin:100px 0;padding:40px 15px;}
#img2{margin-top:-100px;}
.maxSpec2{margin-top:-100px;}
.navbar{z-index:1100;}
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:visited{background:transparent !important;}

.next-gen{cursor:pointer;z-index:9999999;}
.collapse{display:none;}
.navbar-toggle{pointer-events:none;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{transition:all 0.4s linear!important;
	-webkit-transition:all 0.4s linear!important;
	-moz-transition:all 0.4s linear!important;}
#myNavBar div ul li:last-child{margin-right:0;}
#myNavBar div ul li a:hover{box-shadow:none;}
#myNavBar div ul li.active a{background:transparent;border-bottom:1px solid #f5b11a;border-top:1px solid #f5b11a;box-shadow:none;font-family:GothamMedium;}

}