
.displaynone
{
	display:none !important
}


.vError
{
	border:red 1px solid !important
}
.form-error
{


	color:red;
	font-size:12px;
}
.h100{
	height:100%
}
.FormResult  , .FormResult2
{
	color:green;
	font-size:16px;
	width:100%;
	display:inline-block
}
.dnone
{
	display:none
}
.read_plus_text
{
	display:none;
	padding-left:15px;
	padding-right:15px;
}
.video_iframe
{
	width:100%;
	height:460px;
	border:0;
}
.tns-controls
{
	display:none
}
.submit_button
{
	width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	    float: left;
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 16px 5px;
    border: 0px;
}
#oneslided-ow button
{
	display:none
}
.pad-tb-2
{
	padding:2em 0
}
.breadcrumb a{
color:#FFF
}
.d-flex
{
	display:flex;    flex-wrap: wrap-reverse;
}

.latestPub .latestPubList li
{
	padding:0
}

.FormResult img
{
	width:25px !important
}









.white
{
	color:#FFF !important
}
.font-light
{
	font-weight:300
}
.font-14
{
	font-size:0.9rem
}
.font-18
{
	font-size:1.125rem
}
.font-20
{
	font-size:1.25rem
}
.font-22
{
	font-size:1.375rem
}
.font-26
{
	font-size:1.625rem
}
.font-32
{
	font-size:2rem
}
.font-55
{
	font-size:3.437rem
}
.font-90
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.top-header
{
	background:#24262A
}
.blue
{
	color:#1AACE2;
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.top-header-right
{
	float:right;
}
.top-header-right ul li a
{
	width:20px;
	height:20px;
	background:#1AACE2;
	color:#FFF;
	font-size:0.7rem;
	border-radius:50%;
	display: inline-block;
	margin-left:5px;
}
.top-header-mail a
{
	color:#FFF
}
.logo img
{
	display:block
}
.insideImg h1
{
	font-size:4rem
}
.footer_bottom
{
	background:#292929;
	color:#FFF;
	font-weight:bold;
	border-top:1px solid #707070
}


.social_footer
{
	border:0;
	padding-left:0;
	margin-top:25px;
}
.social_footer li
{
	display:inline-block
}
.social_footer  li a {
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #1AACE2;
    font-size: 0.9rem;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.footer_center
{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding: 0 5%
}
.social_contact li
{
	display:inline-block
}
.social_contact li a
{
    width: 30px;
    height: 30px;
    background: #1AACE2;
    color: #FFF;
    font-size: 0.9rem;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;	
	text-decoration:none;
}


.footer_center li
{
	padding-bottom:1.25rem;
	width:100%;
}
.footer_center li:last-child
{
	padding-bottom:0;
}
.subscribe_newsletter
{
	padding-left:3.125rem;
}
.subscribe_newsletter h2
{
	font-size:1.5rem;
	font-weight:bold
}
.subscribe_newsletter input[type='text']
{
	border-radius:50px;
	background:#F2F2F2;
	font-size:1rem;
	height:45px;
}

.relative
{
	position:relative;
}
.subscribe_newsletter form
{
	margin-top:2rem
}
.subscribe_newsletter button[type='submit']
{
    border-radius: 50px;
    background: #1AACE2;
    font-size: 1rem;
    height: 41px;
    position: absolute;
    top: 0.15rem;
    right: 0.1rem;
    width: 3.75rem;
    color: #FFF;
}

footer
{
	background:url('../images/footer_bg.jpg') no-repeat center center / cover;
	border-top:1px solid #707070
}
.p-inner
{
	padding:5rem 0
}
.color-blue
{
	color:#1AACE2;
}
a
{
	text-decoration:none;
	color:inherit
}
.clients_box
{
	height:260px;
	width:100%;
	display:inline-block;
	background:#F2F2F2;
}


.clients_box img
{
  filter: grayscale(100%);

}



.clients_box:hover img
{
    filter: grayscale(0);

}
.our_company_bg
{
	background:url('../images/bg.jpg') no-repeat center center / cover;
	padding:12rem 0;
	color:#FFF
}
.our_company_bg_box
{
	border-left:15px solid #1AACE2;
	padding-left:15px;
	width:92%;
}

.why_us
{
	background:#F2F2F2;
	padding:9.3rem 0;
	color:#FFF;
	
}
.why_us_box
{
	
	display: inline-flex;
	padding:0 10px

}
.why_us_width
{
	max-width:275px;height: 275px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.11);
	position:relative;
}
.why_us_box h4
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:50;
	height:75px;
	text-align:left;
	background:rgba(255,255,255,0.8);
	color:#727272;
	padding:0.9rem 1.5rem
}
.flex-row1 {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.why_us_box_hidden
{
	width:0;
	background:#FFF;
	z-index:500;
	position:relative;
	color:#363636;
	text-align:left;
	transition: all 1s ease;
	overflow:hidden
}
.why_us_box:hover  h4
{
	color:#FFF;
	
	background:#1AACE2;
}
.why_us_box:hover  .why_us_box_hidden  , .w405
{
	width:355px;
}
.w-100
{
	width:100%
}
.d-block
{
	display:block
}
.grey
{
	color:#9E9E9E;
}
.flex-column1
{
display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.our_specialist
{
	background:#F2F2F2;
}
.our_specialist .our_specialist_box
{
	max-width:349px;
	display:inline-block
}
.our_specialist_box img
{
	max-width:280px
}
.services_box
{

	color:#848484
}
.services_box h4
{

	border-radius:20px;
	cursor:pointer;
	background:#F2F2F2;

}
.services_box:hover h4 , .services_box h4.active
{
	background:#1AACE2;
	color:#FFF
}
.services_box_details
{
	background:#F2F2F2;
	border-radius:25px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.11);
	margin-bottom: 10px;
	float:none;	
	width:calc(100% - 10px)
	
}
.services_hh
{
width:170%;display:none

}
.services_main_box
{
	width: calc(50% - 13px);
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 10px;
    margin: 7.5px 5px;

}
.services_main_box:nth-child(2n+2) .services_hh
{
	float:right;
}
.py-140
{
	padding:8.75rem 0
}
.our_process:nth-child(2)
{
	background:#f2f2f2
}
.our_process:nth-child(3)
{
	background:#f2f2f2
}
.our_process:nth-child(4)
{
	background:#FFF
}
.number_process
{
	position: absolute;
    top: -80px;
    left: -70px;
    z-index: 50;
    font-size: 15.625rem;
    color: #1AACE2;
    font-weight: 800;
    opacity: 0.25;
}
.our_process:nth-child(1):after , .our_process:nth-child(3):after
{
    content: '';
    width: 40px;
    height: 4px;
    background: #1AACE2;
    top: calc(50% - 2px);
    right: -20px;
    z-index: 50;
    position: absolute;
}

.our_process:nth-child(1):before
{
    content: '';
    width: 40px;
    height: 4px;
    background: #1AACE2;
    bottom: 0;
    right: -1.2rem;
    z-index: 50;
    position: absolute;transform: rotate(-25deg);
}
.portoflio_box
{

	margin-bottom:12px;
}
.portoflio_box img
{
	height:240px;
}
.portfolio {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.portoflio_box:hover .portfolio_overlay
{
	opacity: 1;
}
.portfolio_overlay
{
	position:absolute;
	top:15px;
	left:15px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	z-index:50;
	background:rgba(0,0,0,0.65);
	justify-content: space-evenly !important;
	opacity: 0;
	   -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.portfolio_overlay h4
{
	color:#FFF
}
.portfolio_overlay h5
{
	color:#D8D8D8;
	position:relative;
}
.portfolio_overlay h5:after
{
	position:absolute;
	bottom:-10px;
	left:calc(50% - 32px);
	content:'';
	width:65px;
	height:2px;
	z-index:50;
	background:#1AACE2;
}
.back
{
	float:left;
	background:#F2F2F2;
	font-weight:bold;
	padding:0 20px;
	color:#727272
}
.portfolio_desc h1 , .portfolio_desc h2 ,.portfolio_desc h3 , .portfolio_desc h4 , .portfolio_desc h5 , .portfolio_desc h6
{
	font-size:2rem
}
.portfolio_desc ul li
{
    width: calc(100% - 15px);
    list-style: disc;
    list-style-position: outside;
    margin-left: 15px;
	display:list-item !important;
}
.portfolio_logo
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;	
}





.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 23px;
    right: 11px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #24262A;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.home_portfolio .portoflio_box img
{
	height:247px;
}
.view_all
{
    background: #1AACE2;
    padding: 15px 45px;
    border-radius: 5px;
    color: #FFF;
    margin-top: 1.5rem;
    display: inline-block;
	text-transform:uppercase
}
.home_services h6
{
	color:#8D8D8D;
	position:relative;text-transform:uppercase
}
.home_services h6 span
{
	background-color: white;
	padding-right:10px;
}
.home_services h6:after
{

	
	
	
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #1AACE2;
    z-index: -1;	
	
	
}
.flex-row2 {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: self-start;
}

.tp-bullet
{
	display:none
}
.banner_desc
{
	line-height
}
.banner_link
{
	border-radius:25px;
	background:#FFF;
	color:#1AACE2;
	padding:20px 40px;
	text-transform:uppercase;
	display: inline-block;
}
.tparrows
{
	visibility: visible !important;
    opacity: 1 !important;	
	background: rgba(255,255,255,.8) !important;
	border-radius:50%;
}
.tparrows:before , .tparrows:after
{
	color:#000 !important
}
.tparrows
{
	bottom: 0 !important;
    top: auto !important;
}
.tp-leftarrow.tparrows
{
	left:auto !important;
	right:90px !important; 
}
.home_page_banner 
{
	width:100% !important;
	display:inline-block
}
.our_process  .colw-70
{
	max-width:440px;
}
.portoflio_box  .img-bg
{
	height:200px;
	width:100%;
}
.iframe-portfolio iframe
{
	border:0 
}
@media all and (max-width: 960px){
    #hero {
    height: 35vh;
    background-size: cover;
}
    .banners{margin-top:55px;}
	.portoflio_box{ width: 50%;}
	.portoflio_box .img-bg{width:95%;height:200px;}
	.portoflio_box  .d-block{width:100%}
.tp-parallax-wrap
{
	left:0 !important
}	.tp-caption.News-Title{width:50%;}
	.banner_desc{font-size:2rem !important;line-height:2rem !important}
	.h-100 , .forcefullwidth_wrapper_tp_banner{height:300px !important}
	.home_services .flex-row2{display:inline-block !important}
	html , body{font-size:14px;}
.canvas_open{top:47px;}
.header_middle
{
	background:none !important
}
.mini_container{width:96%;padding:0 2%}
.font-55 {font-size: 2.437rem;}
.font-32 {font-size: 1.6rem;}
.footer_center{border-right:0;margin:40px 0;}
.footer_center .pl-50{padding:0}
.footer_center .pl-50 ul{margin-top:10px;}
.subscribe_newsletter{padding-left:0;}
.our_team.d-flex{display:inline-block}
.our_team .colw-75{padding-left:0;margin-top:25px;}
.our_specialist_box{max-width:100%;}
.our_specialist_box .colw-90{width:100%;}
.portfolio_logo img{max-width:100px;}
.back{position:absolute;top:-40px;left:0;}
.our_process:before , .our_process:after{display:none}
.number_process{top:4rem}
.our_process:nth-child(3) {background: #FFF;}
.our_process:nth-child(4) {background: #f2f2f2;}
.services_main_box{width:100%}
.services_hh{width:100%}
.services_box_details {display:inline-block !important}
.services_box_details .pl-60{padding:0;margin-top:25px;}
.insideImg h1 {font-size: 3rem;}
.our_company_bg .colw-33{margin-bottom:40px;}
.our_company_bg .colw-33:last-child{margin-bottom:0;}
.why_us_box {display:inline-block;padding:0}
.why_us_width{margin:0 auto}
.why_us_box:hover .why_us_box_hidden,.why_us_box_hidden, .w405{width:100%;background:none}
.why_us_box_hidden .px-50{padding:25px 0;width: 275px;}
.top-header-right{float:none;width:100%;display:inline-block;text-align:center}
.top-header-right ul li{display:inline-block;width: auto !important;}
.top-header{text-align:center;}
.top-header .pl-40{padding:0}
.top-header .inline-block{padding-bottom:10px;}
.subscribe_newsletter button[type='submit']{top:0.15rem}







.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #24262A;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
.slided .trigger > div > span{background:#FFF}
.slided .trigger {top: 5px;}
.img-bg{background-size:cover}
.clients_box{height:150px;}
}
  .social-links a:before{display:none !important}
  .social-links{padding-top:5px !important}
  
  
  .work-box
  {
	  float:left;
  }
.work-box img
{
border-radius:5px
}
.work-container
{
	display:inline-block;
	width:100%
}
.mb-31
{
	margin-bottom:21px;
}
.container  .work-container:nth-child(2n+2) .work-box.col-md-6
{
	float:right;
}
.inner-title
{
	font-weight:bold
}
.form-control
{
    border: 0;
    padding: 20px 10px;
    font-size: 13px;
}
.contact_location_title
{
	font-weight:bold;
	font-size:20px;
	cursor:pointer
}
.contact_location_none
{
	display:none
}
.contact_location_title
{
	padding-bottom:5px;
	border-bottom:1px solid #444444
}