@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stardos Stencil';
    src: url('../fonts/StardosStencil-Bold.woff2') format('woff2'),
        url('../fonts/StardosStencil-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stardos Stencil';
    src: url('../fonts/StardosStencil-Regular.woff2') format('woff2'),
        url('../fonts/StardosStencil-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* general start*/
body {
	background: #fff;
	color: #4d4d4d;
	font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
    overflow: hidden;
    overflow-y: auto;
}
sub, sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: 10px;
	left: 10px;
}
sub {
	bottom: 10px;
	right: 10px
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin:0;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;

}
h1 {
	font-size: 40px;
	line-height: 42px;
	color: #2a375e;
}
h2 {
	font-size: 36px;
	line-height: 38px;
	color: #2a375e;
}
h3 {
	font-size: 30px;
	line-height: 32px;
	color: #2f7780;
}
h4 {
	font-size: 26px;
	line-height: 30px;
	color: #2f7780;
}
h5 {
	font-size: 20px;
	line-height: 24px;
	color: #2f7780;
}
p {
	padding: 0 0 20px 0;
	margin:0;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #04a45c;
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none !important;
	outline:none !important;
}
a > img {
	line-height: 0;
}
select, button, input{
	box-shadow:none;
	outline:none;
} 
select:hover, button:hover, input:hover, select:focus, button:focus, input:focus{
	box-shadow:none;
	outline:none;
}
select {
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
	-o-appearance:none;
    appearance:none;
	background-image:url(images/seclect-arrow.png);
	background-repeat:no-repeat;
	background-position: 80% center;
}
.site, .site-branding{
	margin:0;
}
.site-inner{
	width:100%;
	max-width:100%;
	margin:0;
}
.site-header{
	padding:0;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
  	height: auto;
}
.site-branding, .site-header-menu, .header-image {
  	margin-bottom: 0;
  	margin-top: 0;
}
.main-navigation, .site-main{
  	margin:0;
}
.site-header-main {
  	display: block;
}
.site-content{
	padding:0;
}
.content-area {
  	float: none;
  	margin-right: 0;
  	width: 100%;
}
.site-footer {
  	display: block;
  	padding: 0;
}
.widget{
	font-size:inherit;
	line-height:inherit;
	border:none;
	padding:0;
	margin:0;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* general end*/
header.header{
	width: 100%;
	background: 0 0;
	padding: 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.header.nav-up{
    top: -200px;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.header.fixed{
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mnutgl, .mnucls{
	display: none;
}
nav.nav > ul > li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
}
nav.nav > ul > li > a{
	color: #DCDCDC;
	font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	padding: 30px 0;
	display: block;
	position: relative;
}
header.header.fixed nav.nav > ul > li > a{
	padding: 25px 0;
}
nav.nav > ul > li > a:after{
	content: '';
	height: 2px;
	width: 1%;
	opacity: 0;
	background: #F79723;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
nav.nav > ul > li:hover > a, nav.nav > ul > li.active > a{
	color: #fff;
}
nav.nav > ul > li.active > a:after, nav.nav > ul > li:hover > a:after{
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.hdr_inr{
	border-bottom: 1px solid #B75CFC;
}
 .hdr_inr > a.logo{
    display: inline-block;
    width: 172px;
    height: 72px;
    background: url(../images/Insyst-Labs_logo_highres_final.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.header.fixed nav.nav > ul > li > a{
    color: #585858;
}
.header.fixed nav.nav > ul > li:hover > a,.header.fixed nav.nav > ul > li.active > a{
    color: #000;
}
.header.fixed .hdr_inr > a.logo{
    background: url(../images/Insyst-Labs5.jpg);
}
.header.fixed .hdr_inr{
    border-bottom: none;
}
.header.fixed nav.nav > ul > li > a::after{
    top: 98%;
}
.homebg{
	position: relative;
	z-index: 2;
}
.homebg:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	background: url(../images/Group-1456.png) no-repeat center top;
	background-size: 105% auto;
}
.hmbnr_inr{
	position: relative;
	margin-top: 130px;
}
.bnr_img {
	top: -55px;
	right: -130px;
	max-width: 670px;
	position: absolute;
}
.bnr_img img{
	width: 100%;
}
.bnr_con{
	font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	max-width: 55%;
}
.bnr_con h5{
	font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.bnr_con h1,.bnr_con #typed{
	font-size: 50px;
	line-height: 64px;
	font-family: 'Stardos Stencil';
    font-weight: bold;
    font-style: normal;
	color: #fff;
	margin-bottom: 10px;
}
.bnr_con .typed-cursor{
    font-size: 50px;
	line-height: 64px;
	font-family: 'Stardos Stencil';
    font-weight: bold;
}
.bnr_con > p{
	max-width: 67%;
	padding-bottom: 30px;
}
.btn1{
	border-radius: 5px;
	font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 15px 63px;
    background-image: linear-gradient(to right bottom, #ff8a24, #fb9f18, #f5b311, #ecc618, #e1d92a);
}
.btn1:hover,.btn1:focus{
	color: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.2);
}
.count_sec{
	padding-top: 25px;
}
.count_sec h4{
	color: #FFF52E;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Stardos Stencil';
    font-weight: normal;
    font-style: normal;
	margin-bottom: 40px;
}
.count_inr{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.countcon{
	font-size: 50px;
	line-height:64px;
	font-family: 'Stardos Stencil';
    font-weight: bold;
    font-style: normal;
	color: #fff;
}
.count_inr h3{
	font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.countwrp{
	margin-bottom: 100px;
}
.title1{
	font-size: 50px;
	line-height:64px;
	font-family: 'Stardos Stencil';
    font-weight: bold;
    font-style: normal;
	color: #fff;
	margin-bottom: 60px;
}
.title1 span{
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
.title1 span:after{
	width: 2px;
	height: 80%;
	background: #FFF52E;
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	-webkit-animation: slide-top 1s ease-in-out infinite alternate both;
	        animation: slide-top 1s ease-in-out infinite alternate both;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.srvwrp .row{
	margin-left: -40px;
	margin-right: -40px;
}
.srvthmb{
	background: #fff;
	border-radius: 10px;
	/*border: 1px solid #fff;*/
	padding: 35px 20px 160px;
	position: relative;
	margin: 40px 25px 20px;
	color: #8A8A8A !important;
	font-size: 16px;
	line-height: 26px;
	min-height: 424px;
	display: block;
	overflow: hidden;
}
.srvthmb:after{
	height: 10px;
	width: 1%;
	background: #FF8A24;
	border-radius: 0 0 0 0;
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.srvthmb:hover{
    border-top-color: #E1E1E1;
	-webkit-box-shadow: 0px 20px 90px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 90px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 90px 0px rgba(0,0,0,0.1);
}
.srvthmb:hover:after{
	border-radius: 10px 10px 0 0;
	opacity: 1;
	width: 110%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.srv_img{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 200px;
}
.srv_img img{
	width: 100%;
}
.srvthmb span{
	color: #585858;
	font-family: 'Stardos Stencil';
    font-weight: bold;
    font-style: normal;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
.srvthmb h3{
	font-family: 'Stardos Stencil';
    font-weight: normal;
    font-style: normal;
	color: #585858;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.btn2{
	font-size: 16px;
	line-height: 20px;
	color: #FF8A24 !important;
	font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	position: relative;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.projectwrp .product_set .view_all,.projectwrp .product_set .inner .innr_con a,footer.footer ul li > a,.mobile_chng,.work_grid .con_txt .para_sec a.link{
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn2:hover,.btn2:focus,.projectwrp .product_set .view_all:hover,.projectwrp .product_set .view_all:focus,.projectwrp .product_set .inner .innr_con a:hover,.projectwrp .product_set .inner .innr_con a:focus,footer.footer ul li > a:hover,footer.footer ul li > a:focus,.mobile_chng:hover,.mobile_chng:focus,.work_grid .con_txt .para_sec a.link:hover,.work_grid .con_txt .para_sec a.link:focus{
    letter-spacing: 2px;
   -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.projectwrp .product_set .inner .innr_con a:hover,.projectwrp .product_set .inner .innr_con a:focus,footer.footer ul li > a:hover,footer.footer ul li > a:focus,.work_grid .con_txt .para_sec a.link:hover,.work_grid .con_txt .para_sec a.link:focus{
    color: #FF8A24;
}
/*.btn2 span{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 2px;
	overflow: hidden;
}
.btn2 span:after{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	content: '';
	background: #FF8A24;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn2 span:before{
	position: absolute;
	right: 105%;
	top:0;
	width: 100%;
	height: 100%;
	content: '';
	background: #FF8A24;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.btn2:hover span:after{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	left: 105%;
}
.btn2:hover span:before{
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	right: 0;
}*/
.trangl1{
	position: relative;
	z-index: 2;
}
.trangl1::after{
	content: '';
	position: absolute;
	left: inherit;
	right: 0;
	top: 37%;
	height: 118%;
	z-index: -1;
	background: url(../images/Path-525.png) no-repeat right top;
	background-size: cover;
	width: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.trangl1.animated::after{
    width: 100%;
    opacity: 1;
    transition: all 0.2s ease;
    transition-duration: 2s;
}
.clintwrp{
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.clint_sec{
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    background: rgba(90,72,182,1);
    background: -moz-linear-gradient(left, rgba(90,72,182,1) 0%, rgba(88,35,128,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,72,182,1)), color-stop(100%, rgba(88,35,128,1)));
    background: -webkit-linear-gradient(left, rgba(90,72,182,1) 0%, rgba(88,35,128,1) 100%);
    background: -o-linear-gradient(left, rgba(90,72,182,1) 0%, rgba(88,35,128,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,72,182,1) 0%, rgba(88,35,128,1) 100%);
    background: linear-gradient(to right, rgba(90,72,182,1) 0%, rgba(88,35,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a48b6', endColorstr='#582380', GradientType=1 );
    -webkit-box-shadow: 0px 40px 90px 0px rgba(79,16,175,0.2);
    -moz-box-shadow: 0px 40px 90px 0px rgba(79,16,175,0.2);
    box-shadow: 0px 40px 90px 0px rgba(79,16,175,0.2);
}
.clint_inr {
	display: inline-block;
	vertical-align: middle;
	margin-right: 45px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.clintcon{
	width: 80%;
}
.clinteximg{
	position: absolute;
	bottom: -50px;
	right: 40px;
	max-width: 300px;
	-webkit-animation: slide-top 1s ease-in-out infinite alternate both;
	        animation: slide-top 1s ease-in-out infinite alternate both;
}
.clinteximg img{
	width: 100%;
}
.clinteximg2{
	position: absolute;
	top: 0;
	right: 40px;
	max-width: 90px;
}
.clinteximg2 img{
	width: 100%;
}
.choose_us .title1{
    margin-bottom: 0;
    color: #404040;
}
.choose_us{
    padding: 150px 0;
    position: relative;
    z-index: 0;
}
.choose_us:after{
    position: absolute;
    content: '';
    right: 0;
    top: 300px;
    z-index: -1;
    width: 0;
    opacity: 0;
    height: 1316px;
    background: url(../images/Path%202215.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: all 0.1s ease;
	background-size: cover;
transform: rotate(2.8deg);
}
.choose_us.animated:after{
    width: 1246px;
    opacity: 1;
    transition: all 0.2s ease;
    transition-duration: 2s;
}
.choose_us p{
    font-size: 18px;
    line-height: 30px;
    color: #8A8A8A;
}
.choose_us .box{
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 10px 70px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 70px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 70px 0px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}
.choose_us .box:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 102px 102px 0;
    border-color: transparent #FF8A24 transparent transparent;
    }
.choose_us .box h2{
    font-size: 30px;
    line-height: 40px;
    color: #404040;
    margin: 22px 0 6px;
    font-family: 'Stardos Stencil';
}
.choose_us .box p{
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 30px;
    color: #8A8A8A;
}
.choose_us .box.orng{
    margin-bottom: 55px;
}
.choose_us .box.violet:after{
    border-color: transparent #5A48B6 transparent transparent;
}
.row.wcu{
	margin-left: -32px;
	margin-right: -32px;
}
.box p{
	padding:0;
}
.row.wcu > .col-md-6{
	padding-left: 32px;
	padding-right: 32px;
}
.choose_us .box.yellow:after{
  border-color: transparent #FFF52E transparent transparent;  
}
.projectwrp{
    position: relative;
    z-index: 11;
    padding-bottom: 150px;
}
.projectwrp .title_2{
    text-align: center;
    font-family: 'Stardos Stencil';
    font-weight: bold;
    line-height: 64px;
    color: #404040;
    margin-bottom: 80px;
    font-size: 50px;
}
.projectwrp .product_set .inner .inner-mask > img{
    width: 100%;
    height: auto;
}
.projectwrp .product_set .inner .inner-mask{
    margin-bottom: 30px;
}
.projectwrp .product_set .inner .innr_con h3{
    font-family: 'Stardos Stencil';
    font-size: 30px;
    line-height: 40px;
    color: #404040;
    margin-bottom: 15px;
}
.projectwrp .product_set .inner .innr_con p{
    padding-bottom: 0;
    color: #8A8A8A;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}
.projectwrp .product_set .inner .innr_con a{
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.projectwrp .product_set{
    margin: 0 -42px;
}
.projectwrp .product_set > div{
    padding: 0 42px;
}
.projectwrp .product_set > div:first-child .inner{
    margin-top: 113px;
}
.projectwrp .product_set .view_all{
    float: right;
     color: #FF8A24;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-top: 90px;
    margin-bottom: 80px;
}
footer.footer{
	width: 100%;
    background: #EDE9FF;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
footer.footer:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 102px 102px 0;
    border-color: transparent #5A48B6 transparent transparent;
}
footer.footer:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 178px 217px 0 0;
    border-color: #fff transparent transparent transparent;
}
footer.footer h4{
     font-family: 'Stardos Stencil';
    font-size: 24px;
    line-height: 32px;
    color: #171717;
    margin-bottom: 40px;
    min-height: 47px;
}
footer.footer .footr_logo{
    display: block;
    margin-bottom: 40px;
}
footer.footer ul li{
    margin-bottom: 25px;
}
footer.footer ul li > a{
    color: #404040;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: block;
}
footer.footer p,footer.footer p > a{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans';
    color: #404040;
    padding-bottom: 0;
    margin-bottom: 40px;
}
footer.footer p > a{
    margin-bottom: 0;
}
footer.footer .bottom_fotr{
    background: #D0C8F5;
    padding: 25px 0;
    margin-top: 60px;
}
footer.footer .bottom_fotr p{
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans';
    color: #404040;
}
footer.footer .bottom_fotr p > img{
    margin: 0 10px;
}
/*========================[Contact Section]================================*/
.contact_bg{
    padding-top: 165px;
}
.contact_template nav.nav > ul > li > a{
    color: #585858;
}
.contact_template nav.nav > ul > li:hover > a,
.contact_template nav.nav > ul > li.active > a{
    color: #000000;
}
.contact_template .hdr_inr{
    border-bottom-color: #DCDCDC;
}
.contact_us .con_part .slug{
    font-size: 20px;
    line-height: 27px;
    font-family: 'Open Sans';
    color: #FF8A24;
    font-weight: 600;
    position: relative;
    padding-left: 134px;
    display: block;
    margin-bottom: 55px;
}
.contact_us .con_part .slug:after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 122px;
    height: 2px;
    background: #FF8A24;
}
.title3{
    font-family: 'Stardos Stencil';
    font-size: 60px;
    line-height: 75px;
    color: #404040;
    margin-bottom: 70px;
    font-weight: bold;
}
.contact_us .frm_image{
    margin-top: 80px;
}
.contact_us .frm_image > img{
    width: 100%;
    height: auto;
}
.contact_us .contact_frm{
    max-width: 398px;
}
.contact_us .contact_frm .form-group label{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans';
    color: #8A8A8A;
    font-weight: 100;
    margin-bottom: 0;
}
.contact_us .contact_frm .form-group label > sub{
    bottom: 5px;
    right: 0px;
}
.contact_us .contact_frm .form-group input,.contact_us .contact_frm .form-group textarea{
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #DCDCDC;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 0;
     font-size: 20px;
    line-height: 27px;
    font-family: 'Open Sans';
    color: #404040;
    font-weight: 600;
}
.contact_us .contact_frm .form-group input::-moz-placeholder,.contact_us .contact_frm .form-group textarea::-moz-placeholder{
     font-size: 20px;
    line-height: 27px;
    font-family: 'Open Sans';
    color: #404040;
    font-weight: 600;
}
.contact_us .contact_frm .form-group textarea{
    height: 80px;
    resize: none;
}
.contact_us .contact_frm .btn1{
    font-size: 20px;
    border: none;
    outline: none;
    margin-top: 40px;
    transition: all 0.5s ease;
}
.contact_us .contact_frm .form-group{
    margin-bottom: 15px;
}
.contact_us .contact_frm .form-group input:focus,.contact_us .contact_frm .form-group textarea:focus{
    border-bottom-color: #FF8A24;
}
.contact_us{
    position: relative;
    z-index: 0;
    padding-bottom: 150px;
}
.contact_us:after{
    position: absolute;
    content: '';
    right: 0;
    top: -1px;
    width: 0;
    height: 1070px;
    opacity: 0;
    background: url(../images/Path%202215.png);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    transition: all 0.1s ease;
}
.contact_us.animated:after{
    width: 1013px;
    opacity: 1;
    transition: all 0.1s ease;
    transition-duration: 0.1s;
    transition-duration: 2s;
    transform: rotate(4deg);
}
.our_office{
    padding-top: 70px;
    padding-bottom: 150px;
    position: relative;
    z-index: 0;
}
.our_office:after{
    position: absolute;
    content: '';
    left: 0;
    top: 44px;
    width: 0;
    height: 1189px;
    background: url(../images/Component%2011%20%E2%80%93%201.png);
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    opacity: 0;
}
.our_office.animated::after {
	width: 1231px;
	opacity: 1;
	transition: all 0.1s ease;
	transition-duration: 2s;
}
.our_office .image_sec{
    margin-top: 80px;
}
.our_office .image_sec > img{
    width: 100%;
    height: auto;
}
.our_office .office_set{
    padding-left: 130px;
}
.our_office .office_set .box{
    padding:0 70px;
    background: #fff;
    float: left;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1);
    text-align: center;
    width: 350px;
    margin-bottom: 55px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_office .office_set .box.yellow{
    float: right;
    margin-bottom: 0;
}
.our_office .office_set .box h3{
    font-family: 'Stardos Stencil';
    font-size: 30px;
    line-height: 40px;
    color: #404040;
    margin-bottom: 30px;
}
.our_office .office_set .box p,.our_office .office_set .box a{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans';
    color: #8A8A8A;
    padding-bottom: 0;
    margin-bottom: 45px;
}
.our_office .office_set .box a{
    margin-bottom: 0;
}
.our_office .office_set .box{
    position: relative;
    overflow: hidden;
}
.our_office .office_set .box:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 102px 102px 0;
    border-color: transparent #FF8A24 transparent transparent;
}
.our_office .office_set .box.yellow:after{
   border-color: transparent #FFF52E transparent transparent; 
}
.contact_template .hdr_inr > a.logo{
    background: url(../images/Insyst-Labs_logo_highres_final.jpg);
}
#slider,#slider_choose,#project_slider,.mobile_chng{
    display: none !important;
}
.abt_bnr{
	margin-top: 160px;
}
.abt_image img{
	min-width: 100%;
	max-width: 100%;
}
.abt_bnrcon .title3{
	margin-bottom: 15px;
}
.abt_bnrcon{
	width: 90%;
}
.abt_bnrcon{
	font-size: 20px;
	line-height: 34px;
}
.abt_bnrcon p{
	padding-bottom: 40px;
}
.abt_us{
	position: relative;
	z-index: 2;
}
.abt_us:after{
	position: absolute;
	right: -100px;
	top: -203px;
	content: '';
	z-index: -1;
	height: 1148px;
	background: url(../images/Path-523.png) no-repeat right top;
	background-size: cover;
	transition: all 0.1s ease;
	transition-duration: 1s;
	width: 0;
	opacity: 0;
}
.abt_us.animated::after {
	width: 1461px;
	opacity: 1;
	transition: all 0.1s ease;
	transition-duration: 2s;
}
.abt_bnr{
	padding-bottom: 130px;
}
.abtthmbcon h3{
	color: #404040;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-family: 'Stardos Stencil';
    font-weight: normal;
    font-style: normal;
}
.abtthmb_img img{
	width: 100%;
}
.abtthmbcon{
	font-size: 18px;
	line-height: 34px;
	color: #8A8A8A;
	padding-left: 120px;
}
.abtthmb_img{
	position: relative;
}
.abtthmb_img:after{
	position: absolute;
	content: '';
	width: 104px;
	height: 184px;
	left: -52px;
	top: -92px;
	background: url(../images/Group-2499.png) no-repeat center center;
	background-size: cover;
}
.msn{
	color: #8A8A8A;
	font-size: 18px;
	line-height: 34px;
	padding:130px 0;
	position: relative;
}
.msn:after{
	width: 250px;
	height: 150px;
	content: '';
	position: absolute;
	right: 0;
	top: 130px;
	background: url(../images/Group-2503.png) no-repeat center center;
	background-size: cover;
}
.msn_inr{
	width: 100%;
	max-width: 812px;
	margin: 0 auto;
}
.msn_inr h3{
	color: #404040;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-family: 'Stardos Stencil';
    font-weight: normal;
    font-style: normal;
}
.mngwrp{
	position: relative;
	padding-bottom: 200px;
}
.mngwrp:after{
	position: absolute;
}
.mngwrp:before{
	position: absolute;
}
.mng_inr{
	text-align: center;
}
.mng_inr h3{
	color: #404040;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
	font-family: 'Stardos Stencil';
    font-weight: normal;
    font-style: normal;
}
.mng_inr p{
	font-size: 18px;
	color: #8A8A8A;
	line-height: 34px;
	padding-bottom: 25px;
}
.mng_inrimg{
	margin-bottom: 48px;
}
.mngsoc a{
	font-size: 20px;
	color: #404040;
	display: inline-block;
	margin: 0 15px;
}
.mngsoc a:hover, footer.footer ul li > a:hover, footer.footer a:hover{
	color: #FF8A24;
}
.mngwrp{
	position: relative;
	z-index: 2;
}
.mngwrp:after{
	content: '';
	position: absolute;
	left: 0;
	top: -70px;
	width: 0;
	height: 662px;
	z-index: -1;
	background: url(../images/xvxv.png) no-repeat left top;
	background-size: cover;
	opacity: 0;
}
.mngwrp:before{
	content: '';
	position: absolute;
	right: 0;
	top: 150px;
	width: 0;
	height: 662px;
	z-index: -1;
	background: url(../images/xv.png) no-repeat right top;
	background-size: cover;
	opacity: 0;
}
.mngwrp.animated:before{
	transition: all 0.1s ease;
	transition-duration: 2s;
	width: 570px;
	opacity: 1;
}
.mngwrp.animated:after{
	width: 570px;
	transition: all 0.1s ease;
	transition-duration: 2s;
	opacity: 1;
}
.row.mng{
	padding: 0;
}
.hamburger .line{
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
scrollbar{
    height: 100vh;
    min-height: 100%;
    z-index: 2;
}
.service_bg .intro_sec{
    text-align: center;
    margin-bottom: 100px;
}
.service_bg .intro_sec h1{
  margin-bottom: 24px;
}
.service_bg .intro_sec p{
    font-size: 20px;
    line-height: 35px;
    color: #404040;
    padding-bottom: 0;
}
.service_port .con > span{
    font-size: 30px;
    line-height: 35px;
    color: #FF8A24;
    font-weight: bold;
    font-family: 'Stardos Stencil';
    display: block;
    margin-bottom: 12px;
}
.service_port .con h3{
    font-size: 30px;
    line-height: 40px;
    color: #404040;
    font-weight: normal;
    font-family: 'Stardos Stencil';
    margin-bottom: 20px;
}
.service_port .con p{
    font-size: 18px;
    line-height: 30px;
    color: #8A8A8A;
    padding-bottom: 0;
}
.service_port .con strong{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin: 24px 0;
}
.service_port .img_set{
    text-align: right;
}
.service_port .img_set > img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.service_port{
    position: relative;
    z-index: 0;
}
.service_port:after{
    position: absolute;
    content: '';
    right: 0;
    top: -72px;
    width: 0;
    height: 1170px;
    background: url(../images/Path2215.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
	opacity: 0;
	transition: all 0.1s ease;
	transition-duration: 2s;
}
.service_port.animated:after{
    opacity: 1;
    width: 1255px;
	transition: all 0.1s ease;
	transition-duration: 2s;
}
.serv_2:after,.serv_4:after,.serv_6:after{
    display: none;
}
.serv_2 > .container .row{
    align-items: center;
}
.serv_2 .img_set,.serv_3 .img_set,.serv_4 .img_set,.serv_5 .img_set,.serv_6 .img_set{
    position: relative;
    z-index: 0;
}
.serv_2 .img_set::after {
	position: absolute;
	content: '';
	right: 0;
	top: -137px;
	width: 227px;
	height: 627px;
	background: url(../images/Group2518.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 83% 38%;
	z-index: -1;
}
.serv_2{
    margin-bottom: 40px;
}
.serv_3::after {
	background: url(../images/Path3207.png);
	width: 1921px;
	height: 1530px;
	background-size: 100% 96%;
	top: -180px;
}
.serv_3 .img_set::after {
	position: absolute;
	content: '';
	left: 24px;
	top: -87px;
	width: 369px;
	height: 259px;
	background: url(../images/Group2519.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 61% 80%;
	z-index: -1;
	transform: rotate(25deg);
}
.serv_3{
    margin-bottom: 100px;
}
.serv_4 .img_set::after {
	position: absolute;
	content: '';
	right: -7px;
	top: -128px;
	width: 338px;
	height: 117px;
	background: url(../images/Group2521.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 55% 100%;
	z-index: -1;
	transform: rotate(-4deg);
}
.serv_4{
    margin-bottom: 130px;
}
.serv_5::after {
	background: url(../images/Path3208.png);
	width: 667px;
	height: 738px;
	top: -97px;
	background-size: 80% 85%;
	background-repeat: no-repeat;
	background-position: top right;
}
.serv_5 .img_set::after {
	position: absolute;
	content: '';
	left: -68px;
	top: -162px;
	width: 223px;
	height: 294px;
	background: url(../images/Group2520.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 68% 61%;
	z-index: -1;
}
.serv_5{
    margin-bottom: 120px;
}
.serv_6{
    margin-bottom: 150px;
}
.serv_6 .img_set::after {
	position: absolute;
	content: '';
	right: -150px;
	top: -222px;
	width: 493px;
	height: 434px;
	background: url(../images/Group2620.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 80% 72%;
	z-index: -1;
	transform: rotate(-15deg);
}
.work_bg .work_part > .container > .row{
    margin: 0 -50px;
} 
.work_bg .work_part .row > .work_grid{
    padding: 0 50px;
    margin-bottom: 150px;
}
.work_bg .work_part .row > .work_grid:nth-child(3),.work_bg .work_part .row > .work_grid:nth-child(5){
   margin-top: -345px;
}
.work_bg .work_part .row > .work_grid:last-child{
    margin-bottom: 0;
}
.work_bg .work_part .row > .work_grid h1{
    margin-bottom: 24px;
}
.work_bg .work_part .row > .work_grid p{
    padding-bottom: 0;
    font-size: 14px;
    /*line-height: 35px;*/
    color: #404040;
}
.work_grid .con_txt{
    display: inline-block;
    width: 100%;
}
.work_grid .con_txt .img{
    overflow: hidden;
    max-height: 450px;
}
.work_grid .con_txt .img > img{
    width: 100%;
    height: auto;
}
.work_grid .con_txt .para_sec{
    background: #fff;
    padding: 5px 30px;
    border-radius: 15px;
    position: relative;
    top: -35px;
    -webkit-box-shadow: 15px 40px 90px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 15px 40px 90px 0px rgba(0,0,0,0.2);
    box-shadow: 15px 40px 90px 0px rgba(0,0,0,0.2);
}
.work_grid .con_txt .para_sec > .row{
    align-items: center;
}
.work_grid .con_txt .para_sec h4{
    font-size: 20px;
    /*line-height: 37px;*/
    color: #404040;
    font-weight: normal;
    font-family: 'Stardos Stencil';
    /*margin-bottom: 8px;*/
}
.work_grid .con_txt .para_sec p{
    padding-bottom: 0;
    font-size: 18px;
    line-height: 35px;
    color: #8A8A8A;
}
.work_grid .con_txt .para_sec a.link{
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 31px;
    font-weight: 600;
    color: #404040;
}
.work_part{
    position: relative;
    z-index: 0;
}
.work_part:after{
    position: absolute;
    content: '';
    right: 0;
    top: 315px;
    width: 0;
	opacity: 0;
    height: 1170px;
    background: url(../images/Path3860.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
	transition: all 0.1s ease;
	transition-duration: 2s;
}
.work_part.animated:after{
    width: 1255px;
	opacity: 1;
	transition: all 0.1s ease;
	transition-duration: 2s;
}
.work_part{
    margin-bottom: 150px;
}

/* Media Query*/
@media screen and (min-width: 1400px){
.serv_4 .img_set::after {
	right: 41px;
	top: -169px;
	background-size: 86% 100%;
	height: 140px;
	transform: rotate(-13deg);
}
    .service_bg .intro_sec{
        margin-bottom: 144px;
    }
    .serv_2 .img_set::after {
        background-size: 100% 59%;
        top: -260px;
        right: 30px;
        width: 300px;
        transform: rotate(6deg);
    }
    .service_port{
        margin-bottom: 100px;
    }
    .service_port .img_set{
        text-align: right;
    }
    .service_port:after{
        background-size: 100% 100%;
        top: -178px;
    }
    .service_port .con > span{
        margin-bottom: 16px;
    }
    .serv_2 .img_set{
        text-align: left;
    }
    .service_port .img_set > img{
        width: 674px;
        height: auto;
}
    .serv_2 .img_set > img{
        width: 678px;
        height: auto;
    }
     .serv_3::after{
        background-size: 100% 97%;
    }
    .serv_3 .img_set > img{
        width: 682px;
        margin-top: 80px;
    }
    .serv_3 .img_set::after{
    left: -24px;
    top: -180px;
    width: 369px;
    height: 402px;
    transform: rotate(15deg);
    background-size: 100% 100%;
    }
    .serv_4 .img_set{
    text-align: left;
}
    .serv_5::after{
        top: -224px;
        background-size: 100% 100%;
    }
 .serv_5 .img_set::after {
	background-size: 100% 81%;
	left: -110px;
	top: -202px;
	transform: rotate(12deg);
}
     .serv_4{
        margin-bottom: 175px;
    }
    .serv_5{
    margin-bottom: 162px;
}
    .serv_6 .img_set{
        text-align: left;
    }
    .serv_6{
        margin-bottom: 202px;
    }
    .serv_6 .img_set::after {
	right: -75px;
	top: -293px;
	background-size: 100% 100%;
	transform: rotate(-4deg);
}
	.abt_us::after {
	right: -10px;
	top: -198px;
}
	.mngwrp:after{
	width: 670px;
	height: 762px;
}
.mngwrp:before{
	width: 670px;
	height: 762px;
}
.row.mng{
	padding: 0 90px;
}
	.msn:after{
		width: 411px;
		height: 256px;
	}
    .choose_us:after{
        top: 298px;
    }
	.row.wcu {
		padding-left: 100px;
		padding-right: 20px;
	}
    .contact_bg {
        padding-top: 200px;
    }
    .contact_us .con_part .slug{
        margin-bottom: 66px;
    }
    .contact_us .contact_frm .btn1{
        padding: 15px 76px;
    }
    .title3{
        font-size: 70px;
        line-height: 85px;
    }
    .contact_us .frm_image {
	margin-top: 110px;
}
    .our_office:after{
        top: 17px;
    }
   .contact_us.animated::after {
        top: 22px;
        height: 1226px;
        transform: rotate(4.2deg);
}
    .contact_us .frm_image {
	margin-top: 186px;
		min-width: 674px;
}
    .contact_us .contact_frm .form-group{
    margin-bottom: 30px;
}
    .projectwrp{
        padding-bottom: 240px;
    }
    .contact_us .contact_frm .btn1{
       margin-top: 25px;
    }
    .projectwrp .title_2{
        margin-bottom: 120px;
    }
    .projectwrp .product_set .inner .inner-mask{
        margin-bottom: 38px;
    }
	.clint_inr {
		margin-right: 55px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.clinteximg2{
		right: 60px;
		max-width: 104px;
	}
	.clinteximg{
		right: 60px;
		max-width: 450px;
	}
	.clint_sec{
		padding: 70px 60px;
	}
	.clintwrp{
		margin-top: 130px;
	}
	.btn2{
		font-size: 20px;
		line-height: 24px;
	}
	.homebg:after{
		background-size: 105% auto;
	}
	.srvwrp .row{
		margin-left: -42px;
		margin-right: -42px;
	}
	.srvthmb{
		padding: 51px 30px 200px;
		margin: 50px 19px 30px;
		font-size: 18px;
		line-height: 28px;
		min-height: 526px;
	}
	.srv_img{
		max-width: 230px;
	}
	.srvthmb span{
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	.srvthmb h3{
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.title1{
		font-size: 70px;
		line-height: 85px;
	}
	.countwrp{
		margin-bottom: 165px;
	}
	.count_inr h3{
		font-size: 20px;
		line-height: 34px;
	}
	.countcon{
		font-size: 70px;
		line-height: 85px;
	}
	.container{
		max-width: 1366px;
	}
	nav.nav > ul > li > a{
		padding: 48px 0;
	}
	.btn1{
		padding: 13px 64px;
		font-size: 20px;
        line-height: normal;
	}
	.bnr_con h1{
		font-size: 70px;
		line-height: 84px;
	}
	.bnr_con{
		font-size: 20px;
		line-height: 34px;
	}
	.bnr_con h5{
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.hmbnr_inr{
		margin-top: 160px;
	}
	.bnr_img{
		top: -78px;
		right: -200px;
		max-width: 1000px;
	}
    .choose_us{
    padding: 200px 0;
    }
    .clint_sec{
    padding: 70px 60px;
    }
	.abt_bnr{
	margin-top: 200px;
}
	.abt_image > img{
		min-width: 812px;
		max-width: 812px;
	}
	.abt_bnrcon{
		margin-top: 100px;
	}
    .projectwrp .product_set > div {
	padding: 0 38px;
}
    .projectwrp .product_set {
	margin: 0 -38px;
}
    .work_bg .work_part > .container > .row{
        margin: 0 -15px;
    }
    .work_bg .work_part .row > .work_grid{
        padding: 0;
    }
    .work_bg .work_part .row > .work_grid:nth-child(odd){
        padding-right: 70px;
    }
    .work_bg .work_part .row > .work_grid:nth-child(even){
        padding-left: 70px;
    }
    .work_grid .con_txt .img{
        height: 494px;
    }
    .work_grid .con_txt .para_sec h4{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .work_bg .work_part .row > .work_grid{
        margin-bottom: 240px;
    }
    .work_bg .work_part .row > .work_grid:nth-child(3), .work_bg .work_part .row > .work_grid:nth-child(5) {
	margin-top: -434px;
}
    .work_part{
        margin-bottom: 180px;
    }
    .work_part::after {
        transform: rotate(2deg);
        top: 245px;
    }
    .work_grid .con_txt .para_sec{
        top: -15px;
    }
        .serv_3{
    margin-bottom: 160px;
}
    .projectwrp .title_2{
        font-size: 70px;
        line-height: 85px;
    }
    .work_bg .work_part > .container > .row{
        margin: 0;
    }
    .projectwrp .product_set .inner .innr_con h3{
        margin-bottom: 10px;
    }
    .projectwrp .product_set .inner .innr_con p{
        margin-bottom: 24px;
    }
    .work_grid .con_txt .para_sec a.link{
        font-size: 20px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    nav.nav > ul > li{
        margin-left: 30px;
    }
    nav.nav > ul > li a{
        font-size: 17px;
        line-height: normal;
    }
    .bnr_img{
        max-width: 500px;
    }
    .bnr_con h5,.bnr_con,.choose_us .box p{
        font-size: 14px;
        line-height: 21px;
    }
    .bnr_con h1, .bnr_con #typed,.bnr_con .typed-cursor,.title1,.projectwrp .title_2{
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0;
    }
    .home_banner{
        height: auto !important;
        margin-bottom: 40px;
    }
    .bnr_con p{
        margin-top: 10px;
    }
    .countcon{
        font-size: 34px;
        line-height: normal;
    }
    .count_inr h3,.choose_us p,.srvthmb,footer.footer p, footer.footer p > a,footer.footer .bottom_fotr p,.projectwrp .product_set .view_all{
        font-size: 14px;
        line-height: 21px;
    }
    .choose_us .title1{
        margin-bottom: 15px;
    }
    .srvthmb{
        margin: 15px 0;
        min-height: 551px;
    }
    .choose_us .container > .row .col-md-8 > .row > div{
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .choose_us .box.yellow,.choose_us .box.orng{
        margin: 0;
    }
    .choose_us .box.violet{
        margin: 30px 0;
    }
    footer.footer ul li > a{
        font-size: 16px;
    }
    footer.footer ul li{
        margin-bottom: 15px;
    }
    .projectwrp .title_2{
        margin-bottom: 50px;
    }
    .homebg::after{
        background-size: 132% auto;
    }
    footer.footer::before{
        border-width: 114px 142px 0 0;
    }
    .projectwrp .product_set > div{
        padding: 0 25px;
    }
    .projectwrp .product_set{
        margin: 0 -25px;
    }
	
}
@media screen and (max-width: 767px){
    header.header{
        transition: all 0.2s ease;
    }
    
    header.header.mnuopen{
        height: 100%;
        background: url(../images/menu-bg.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.2s ease;
    }
      .nav_sec{
        opacity: 0;
        position: absolute;
        left: -100%;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        visibility: hidden;
    }
    header.header.mnuopen .nav_sec{
        opacity: 1;
        left: 0;
        transition: all 0.2s ease;
        visibility: visible;
    }
    header.header.mnuopen .hdr_inr{
        display: block !important;
        height: 100%;
    }
    header.header .hdr_inr{
        padding: 10px 0;
        border: none;
        position: relative;
    }
    header.header.mnuopen.nav-up{
        top: 0;
    }
    header.header.mnuopen .mnutgl{
        position: absolute;
        right: 0;
        top: 15px;
        z-index: 11;
    }
    .mnutgl{
        display: inline-block;
        margin-left: auto;
    }
    .header.fixed .hamburger .line{
        background-color: #5A48B6;
    }
    header.header.mnuopen.fixed .hdr_inr > a.logo,.contact_template header.header.mnuopen .hdr_inr > a.logo{
        background: url(../images/Insyst-Labswhite.png);
    }
    header.header.mnuopen.fixed .hamburger .line,.contact_template header.header.mnuopen .hamburger .line{
        background-color: #fff;
    }
    header.header.mnuopen > .container,header.header.mnuopen .nav{
        height: 100%;
    }
    .header.mnuopen.fixed nav.nav > ul > li > a,.contact_template header.header.mnuopen nav.nav > ul > li > a{
        color: #fff !important;
    }
    .header .nav {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: none;
    height: 100%;
    align-items: center;
    }
    header.header nav.nav > ul > li > a{
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        font-family: 'Stardos Stencil';
    }
    header.header nav.nav > ul > li{
        -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 0;
		left: -50px;
		position: relative;
    }
    header.header.mnuopen nav.nav > ul > li:nth-child(1){
        -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 1;
		transition-duration: 500ms;
		transition-delay: 0.3s;
		left: 0;
    }
    header.header.mnuopen nav.nav > ul > li:nth-child(2){
        -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 1;
		transition-duration: 500ms;
		transition-delay: 0.4s;
		left: 0;
    }
    header.header.mnuopen nav.nav > ul > li:nth-child(3){
        -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 1;
		transition-duration: 500ms;
		transition-delay: 0.5s;
		left: 0;
    }
    header.header.mnuopen nav.nav > ul > li:nth-child(4){
        -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 1;
		transition-duration: 500ms;
		transition-delay: 0.6s;
		left: 0;
    }
    header.header.mnuopen nav.nav > ul > li:nth-child(5){
        -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 1;
		transition-duration: 500ms;
		transition-delay: 0.7s;
		left: 0;
    }
    header.header.mnuopen nav.nav > ul > li > a:hover,header.header.mnuopen nav.nav > ul > li > a:focus,header.header.mnuopen nav.nav > ul > li.active > a{
        color: #FF8A24 !important;
    }
    nav.nav > ul > li > a::after{
        display: none;
    }
    .mnucls {
      display: none !important;
}
    nav.nav > ul{
       width: 100%;
    }
    nav.nav > ul > li{
        display: block;
        margin: 0;
    }
    nav.nav > ul > li > a{
        padding:12px 20px !important;
    }
    .hmbnr_inr{
        margin-top: 74px;
    }
    .bnr_con{
        max-width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .bnr_img{
        position: static;
        margin: 0 -35px;
    }
    .home_banner{
        height: auto !important;
        margin-bottom: 40px;
    }
    .bnr_con h5{
        font-size: 13px;
        line-height: 18px;
    }
    .bnr_con h1, .bnr_con #typed{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .bnr_con > p{
        max-width: 100%;
        font-size: 14px;
        line-height: 28px;
        margin-top: 15px;
    }
    .btn1{
        padding: 10px 34px;
        font-size: 16px;
        line-height: 22px;
    }
    .homebg::after{
        background-size: 230% auto;
    }
    .countwrp .count_sec{
        padding-top: 0;
    }
    .countwrp .count_sec .d-flex{
        display: block !important;
        text-align: center;
    }
    .count_inr{
        display: inline-block;
        max-width: inherit;
        padding: 15px 30px;
    }
    .countcon,.our_office .office_set .box h3{
        font-size: 20px;
        line-height: 30px;
    }
    .count_inr h3{
        font-size: 14px;
        line-height: 22px;
    }
    .title1,.projectwrp .title_2,.title3{
        font-size: 30px;
        line-height: 40px;
    }
    .srvwrp .container > .row,.clinteximg2,.choose_us .container > .row .col-md-8{
        display: none !important;
    }
    #slider,#slider_choose{
        display: block !important;
        margin-top: 55px;
    }
    #slider .srvthmb{
        margin: 0;
        min-height: inherit;
		box-shadow: none;
    }
    .srvthmb,.our_office .office_set .box p, .our_office .office_set .box a{
        font-size: 14px;
        line-height: 28px;
    }
    #slider.owl-theme .owl-controls{
        margin: 24px 0;
    }
    #slider.owl-theme .owl-controls .owl-page.active > span,#slider_choose.owl-theme .owl-controls .owl-page.active > span{
        background: #FF8A24;
    }
    .clint_sec .title1 span::after{
        display: none;
    }
    .clint_sec .title1 span{
        padding: 0;
    }
    .clint_sec .title1{
        text-align: center;
    }
    .clintcon{
        width: 100%;
    }
    .clintcon .clint_inr{
        margin: 0;
        width: 49%;
        text-align: center;
        padding: 15px;
    }
    .clinteximg{
        position: relative;
        max-width: inherit;
        right: 0;
        text-align: center;
        bottom: -95px;
    }
    .clinteximg > img{
        width: 248px;
        height: auto;
        display: inline-block;
    }
    .choose_us .title1{
        margin-bottom: 35px;
    }
     .choose_us #slider_choose .box.yellow{
        margin: 0;
    }
    .choose_us #slider_choose .box{
        padding: 24px;
		box-shadow: none;
    }
	.choose_us #slider_choose, .srvwrp #slider{
		-webkit-box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.06);
box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.06);
		margin-bottom: 24px;
	}
	.srvwrp #slider{
		border-radius: 10px;
		margin-bottom: 72px;
	}
	.abt_bnrcon {
		font-size: 14px;
		line-height: 28px;
	}
    #slider_choose.owl-theme .owl-controls{
        margin-top: 0;
		position: absolute;
		bottom: -48px;
		left: 0;
		width: 100%;
    }
	.srvwrp #slider.owl-theme .owl-controls{
        margin-top: 0;
		position: absolute;
		bottom: -72px;
		left: 0;
		width: 100%;
    }
    .projectwrp .product_set > div:first-child .inner{
        margin: 0;
    }
    .projectwrp .product_set .view_all{
        margin-top: 0;
    }
    .projectwrp .product_set > div:nth-child(2) .inner{
        margin: 40px 0;
    }
    footer.footer .bottom_fotr,footer.footer .bottom_fotr .text-right{
        text-align: center !important;
    }
    footer.footer .bottom_fotr p,.projectwrp .product_set .inner .innr_con p{
        font-size: 14px;
        line-height: 28px;
    }
    footer.footer ul li > a,.projectwrp .product_set .inner .innr_con a{
        font-size: 16px;
        line-height: 22px;
    }
    footer.footer p, footer.footer p > a{
        font-size: 16px;
        line-height: 25px;
    }
    .contact_us::after{
        top: 49%;
    }
    .our_office .container > .row{
        flex-direction: column-reverse; 
    }
    .our_office .office_set{
        padding: 0;
    }
    .our_office .office_set .box{
        width: 100%;
        min-height: 240px;
    }
    .our_office .office_set .box h3{
        margin-bottom: 20px;
    }
    .our_office .office_set .box p{
        margin-bottom: 15px;
    }
    .our_office::after {
	   top: 58%;
       background-size: contain;
        height: 648px;
}
    .contact_us .contact_frm{
        max-width: 100%;
    }
    .homebg,.contact_bg{
        overflow: hidden;
    }
    .contact_template .hamburger .line{
      background-color: #5A48B6;
    }
    .choose_us::after {
        background: url(../images/Path2281.png);
        background-repeat: no-repeat;
        background-position: top right;
        top: 580px;
}
    .choose_us{
        padding: 120px 0;
    }
    .projectwrp .title_2{
        margin-bottom: 47px;
    }
    .container{
        padding: 0 35px;
    }
    .title1{
        margin-bottom: 37px;
    }
    footer.footer{
        padding-top: 88px;
    }
    footer > .container .row > div:first-child{
        margin-bottom: 40px;
    }
    footer > .container .row > div p:last-child{
        margin-bottom: 0;
    }
    footer.footer h4{
        min-height: inherit;
        margin-bottom: 24px;
    }
    footer.footer p{
        margin-bottom: 30px;
    }
    footer.footer .bottom_fotr{
        margin-top: 44px;
    }
    footer > .container .row > div > p:first-child{
        font-weight: bold;
    }
    .projectwrp .product_set{
        display: none !important;
    }
    .projectwrp #project_slider{
        display: block !important;
    }
    #project_slider .inner .inner-mask > img{
        width: 100%;
        height: auto;
    }
    #project_slider .inner .inner-mask{
        margin-bottom: 35px;
    }
    #project_slider .inner .innr_con{
        display: inline-block;
        width: 100%;
    }
    #project_slider .inner .innr_con h3{
        float: left;
        font-size: 24px;
        line-height: 40px;
        color: #404040;
        font-family: 'Stardos Stencil';
    }
    #project_slider .inner .innr_con > a{
        float: right;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        font-weight: 600;
        font-family: 'Open Sans';
    }
    #project_slider .inner .innr_con > p{
        display: inline-block;
         font-size: 14px;
        line-height: 28px;
        color: #8A8A8A;
        font-family: 'Open Sans';
        width: 100%;
        padding-bottom: 0;
    }
    #project_slider.owl-theme .owl-controls .owl-page.active span{
        background: #FF8A24;
    }
    .mobile_chng{
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        color: #FF8A24 !important;
        font-weight: 600;
        font-family: 'Open Sans';
        margin-top: 35px;
    }
    .contact_bg{
        padding-top: 140px;
    }
    .contact_us .con_part .slug,.title3{
        margin-bottom: 30px;
    }
    .contact_us::after {
	top: 51%;
    height: 918px;
    background-size: contain;    
}
    .our_office{
        padding-top: 83px;
    }
    .our_office .office_set .box{
        margin-bottom: 30px;
    }
    .mobile_chng{
        display: block !important;
    }
    .abt_bnr {
     margin-top: 160px;
    }
    .abt_bnrcon p {
	padding-bottom: 30px;
}
    .abt_bnr .abt_image{
        margin-top: 45px;
    }
    .abt_us::after {
	right: -100px;
	top: 74px;
	background-size: 113% auto;
}
    .abtthmb > .container .row{
        flex-direction:column-reverse;
        -webkit-flex-direction:column-reverse;
    }
    .abtthmbcon{
        padding: 0;
    }
    .abtthmbcon h3,.msn_inr h3{
        font-size: 24px;
    }
    .abt_bnr {
    padding-bottom: 95px;
    }
    .abtthmbcon,.msn{
        font-size: 14px;
        line-height: 28px;
    }
    .abtthmb .abtthmb_img{
        margin-top: 72px;
        padding-left: 25px;
    }
    .abtthmb_img::after {
	width: 54px;
	height: 95px;
	left: 0;
	top: -48px;
}
    .msn{
        padding: 95px 0;
    }
    .msn::after{
        display: none;
    }
    .mngwrp .mng .mng_inrimg > img{
        width: 100%;
        height: auto;
    }
    .mng_inrimg{
        margin-bottom: 25px;
    }
    .mngwrp .mng > div:first-child .mng_inr{
        margin-bottom: 45px;
    }
    .mngwrp::after {
	top: -23px;
	width: 273px;
	height: 311px;
}
    .mngwrp::before {
	top: 689px;
	width: 305px;
	height: 346px;
}
    .mngwrp{
        padding-bottom: 110px;
    }
    .abt_bg{
        overflow: hidden;
    }
    footer.footer .footr_logo{
        margin-bottom: 49px;
    }
    footer.footer .footr_logo > img{
        width: 120px;
        height: auto;
    }
    footer.footer ul li{
        margin-bottom: 15px;
    }
    footer.footer ul li:last-child{
        margin-bottom: 0;
    }
    footer.footer .bottom_fotr p{
        line-height: 30px;
    }
    footer.footer .bottom_fotr .text-right p{
        margin-top: 15px;
    }
    footer.footer > .container{
        padding: 0 62px;
    }
    footer.footer .bottom_fotr > .container{
        padding: 0 30px;
    }
    .service_bg .intro_sec p{
        font-size: 14px;
        line-height: 28px;
    }
    .service_bg .intro_sec p > br{
        display: none;
    }
    .service_bg .intro_sec{
        margin-bottom: 48px;
    }
    .service_port .con > span{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .service_port .con h3{
         font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .service_port .con p,.work_bg .work_part .row > .work_grid p{
        font-size: 14px;
        line-height: 22px;
    }
    .service_port .con strong{
        font-size: 18px;
        line-height: 22px;
    }
    .service_port .img_set{
        margin-top: 48px;
        margin-bottom: 96px;
    }
    .service_port::after {
	top: 457px;
	width: 554px;
	height: 445px;
    }
    .serv_2 > .container > .row,.serv_4 > .container > .row,.serv_6 > .container > .row{
        flex-direction: column-reverse; 
    }
    .serv_2 .img_set::after,.serv_3 .img_set::after,.serv_4 .img_set::after,
.serv_5 .img_set::after,.serv_6 .img_set::after,.serv_5::after,.work_part::after{
        display: none;
    }
    .serv_2,.serv_3,.serv_4,.serv_5,.serv_6 .img_set{
        margin-bottom: 0;
    }
  .serv_3::after {
	top: 227px;
	background-size: 100% 100%;
	height: 866px;
	transform: rotate(15deg);
    }
    .serv_6{
        margin-bottom: 120px;
    }
    .work_bg .work_part .row > .work_grid:nth-child(3), .work_bg .work_part .row > .work_grid:nth-child(5){
        margin-top: 0;
    }
    .work_bg .work_part > .container > .row{
        margin: 0 -15px;
    }
    .work_bg .work_part .row > .work_grid{
        padding: 0 15px;
        margin-bottom: 48px;
    }
    .work_grid .con_txt .para_sec h4{
        font-size: 20px;
        line-height: 24px;
    }
    .work_grid .con_txt .para_sec a.link{
        text-align: left;
        margin-top: 20px;
        font-size: 16px;
        line-height: 35px;
    }
    .work_grid .con_txt .para_sec{
        padding: 28px 16px;
    }
    .work_grid .con_txt .img{
        max-height: 300px;
    }
    .work_part{
        margin-bottom: 120px;
    }
    .choose_us .box{
        padding: 24px;
    }
	.choose_us #slider_choose .box {
		min-height: 410px;
		margin-bottom: 0;
	}
	.projectwrp #project_slider .inner{
		padding: 0 15px;
	}
	.abt_us.animated::after {
		width: 100%;
		top: 160px;
	}
	.mngwrp::before {
		display: none;
	}
	.mngwrp::after {
		background: url(../images/Pathsdfs3202.png) no-repeat left top;
	}
	.service_port::after {
		top: 396px;
	}
	.service_port.animated::after {
		width: 100%;
	}
	.choose_us p {
		font-size: 14px;
		line-height: 28px;
	}
	.choose_us .box p {
		font-size: 14px;
		line-height: 28px;
	}
	.mng_inr p {
		font-size: 14px;
		line-height: 28px;
		padding-bottom: 20px;
	}
	.mng_inr h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#project_slider{
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.trangl1::after {
		top: 202%;
	}
	
}

@media screen and (max-width: 540px){
	.srv_img {
		max-width: 178px;
	}
    .choose_us::after {
        top: 680px;
    }
    .homebg::after {
	background-size: 400% auto;
}
    .clintcon .clint_inr > img{
        width: 100%;
        height: auto;
    }
    footer.footer::before {
	border-width: 95px 122px 0 0;
}
    footer.footer::after {
	border-width: 0 76px 76px 0;
}
    .count_inr {
	padding: 15px;
}
.contact_us::after {
	top: 58%;
	height: 606px;
	width: 660px !important;
	background: url(../images/component-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
}
    .our_office::after {
	top: 60.5%;
    height: 600px;    
}
    .our_office{
        padding-bottom: 163px;
    }
    
	
	
    
}

















