@font-face {
    font-family: 'SFProDisplay-Light';
    src: url('fonts/SFProDisplay-Light.eot');
    src: url('fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('fonts/SFProDisplay-Light.woff') format('woff'),
        url('fonts/SFProDisplay-Light.ttf') format('truetype'),
        url('fonts/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'SFProDisplay-Regular';
    src: url('fonts/SFProDisplay-Regular.eot');
    src: url('fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay-Regular.woff') format('woff'),
        url('fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype'),
        url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat-Light.ttf') format('truetype'),
        url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



li{list-style-type:none !important;}
img{max-width:100%;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;-webkit-border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:0;
}
h1,h2,h3,h4,h5,h6,p{margin:0px;letter-spacing:.30px;}
input:focus{outline:0;}
textarea:focus{outline:0;}
button:focus{outline:0;}
a{cursor: pointer;text-decoration:none;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;}
a:focus{text-decoration:none;outline:0;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}
a:hover,a:focus,a:active{
	text-decoration: none;
}
/**{
	transition: all 0.5s;
}*/
body{
	font-family: 'Montserrat-Regular';	
}
.main{
	width: 100%;
	opacity: 0;
	visibility: hidden;
	min-height: 100vh;
}
/******************************** header start ********************************/
.main-header-section{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	/*overflow: hidden;*/
}
.main-header-section *{
	transition: all 0.5s;
}
.main-header-section-con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-self: center;
	padding: 15px; 
	padding-bottom: 0px;
	position: relative;
	align-items: center;
}
.logo{
	width: auto;
	opacity: 1;
	visibility: visible;
}
.logo svg{
	width: 295px;
	height: 54px;
}
.logo svg path,.logo svg circle{
	fill: #fff;
}
.logo img{
	width: 252px;
}
.main-link-menu{
	width: auto;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;

}
.main-link-menu ul{
	padding: 0;
	margin:0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main-link-menu ul li{
	padding: 40px 30px;	
}
.main-link-menu ul li.child-menu
{
	line-height: normal;
}
.main-link-menu ul li:first-child{
	padding-left:0;	
}
.main-link-menu ul li:last-child{
	padding-right:0;	
}
.main-link-menu ul li:hover a{
	color: #f5a020;
}
.main-link-menu ul li a{
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat-Medium';
}
.main-link-menu ul li.child-menu:after{
	position: relative;
	content:'\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size:20px;
	color: #fff;
	right: -10px;
	top: 0px;
}
.main-link-menu ul li.child-menu:hover:after{
	content: '\f106';
	color: #f5a020;
}
.sub-page-header .main-link-menu ul li.child-menu:after{
	color: #252a37;
}
.sub-page-header .logo a svg path, .sub-page-header .logo a svg circle{
	fill: #252a37;
}
.sub-page-header .main-link-menu ul li.child-menu:hover:after{
	color: #f5a020;
}
.main-link-menu ul li.child-menu .sub-menu{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color:#fff;
	padding:50px;
	transition: all .5s;
	-webkit-transition: all .5s;
	padding:0px 20px;
	padding-bottom: 40px;
	width: 100%;
	display: none;
	height: 0px;
	overflow: hidden;
	transition: unset;
	-webkit-transition: unset;
    background-image: url(../images/menu-back2.png);
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
}

.main-link-menu ul li.child-menu:hover ul.sub-menu{
	height: auto;
	display: flex;
	flex-wrap: wrap;
	transition: unset;
	-webkit-transition: unset;
}

.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li{
	width: 25%;
	padding: 0px 30px;
	/*margin-top: 40px;*/
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu{
	width: 100%;
	margin-top: 30px;
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li{
	width: 100%;
	padding:3px 0px;
	position: relative;
	padding-left:23px;
	transition: all .5s;
    -webkit-transition: all .5s;
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li:before{
	position: absolute;
    content: '';
    width:15px;
    height:15px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top:7px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li:hover:before{
	transform:translateX(5px);
	/*transition: all .3s;
    -webkit-transition: all .3s;*/
}


.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li:first-child{
	font-family: 'Montserrat-Bold';
    font-size: 20px;
    color: #3544b1;
    text-transform: capitalize;
    padding: 0px;
    padding-bottom: 20px;
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li:first-child:before{
	display: none;
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li a{
	font-family: 'Montserrat-Medium';
	font-size: 16px;
	color: #111111;
	width: 100%;
	display: block;
}
.main-link-menu ul li.child-menu .sub-menu li.sub-menu-li .sub-sub-menu li a:hover{
	color: #f5a020;
}






.get-a-btn{
	width: auto;
	margin-left: 30px;
}
.get-a-btn a{
	font-size: 18px;
	color: #fff;
	background-color: #f5a020;
	padding: 16px 45px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat-Medium';
}
.get-a-btn a:hover {
    background-color: #e69213;
}
.sm-link{
	--uismLinkDisplay: var(--smLinkDisplay, inline-flex);	
	--uismLinkTextColor: var(--smLinkTextColor);
	--uismLinkTextColorHover: var(--smLinkTextColorHover);	
	
	display: var(--uismLinkDisplay);
	color: var(--uismLinkTextColor);
	position: relative;
	overflow: hidden;
}
.sm-link_text::before{
  content: attr(data-sm-link-text);
	color: #f5a020;
  position: absolute;
}

.sm-link_text::before, 
.sm-link_text .sm-link__label{
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.86, .6, .08, 1.01); 
	transition-duration: .3s;
}

.sm-link_text:hover::before,
.sm-link_text:hover .sm-link__label{
	transition-duration: .4s;
}
.sm-link8::before{
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 140%, 0);
          transform: translate3d(0, 140%, 0);
}

.sm-link8 .sm-link__label,
.sm-link8:hover::before{
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.sm-link8:hover .sm-link__label{
  -webkit-transform: translate3d(0, -140%, 0);
          transform: translate3d(0, -140%, 0);	
}
/******************************** header end ********************************/

/******************************** banner start ********************************/
#banner-particals {
  position: fixed;
  left: 32px;
  top: 32px;
}
.banner-section-detail{
	position: relative;
	z-index: 9;
	width: 100%;
	height: 78vh;
	/*height: 100vh;*/
	background-color: #3544b1;
	z-index: 99999;
}
.banner-content-box-main{
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}
.container{
	max-width: 1360px;
}
.banner-content-box-main-con{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.banner-text{
	max-width: 720px;
	widows: 100%;
}
.dis-h1{
	width: 100%;
}
.dis-h1 h1{
	font-size: 61px;
	color: #fff;
	font-family: 'Montserrat-Bold';
	width: 100%;
}
.dis-h1 h5{
	font-size: 26px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	width: 100%;
	margin-top: 8px;
}
.banner-animation-graphic{
	width: 100%;
	/*height: 100vh;*/
	height: 78vh;
	position: relative;
	overflow: hidden;
}
.animation-1-round{

}
.banner-animation-graphic-con{
	width: 100%;
	position: relative;
	height: 78vh;
	/*height: 100vh;*/
}
.animation-1-round{
    top: 10%;
    left: 0;
    right: 0;
    position: absolute;
    height: 178%;
    border-radius: 100%;
    border: 1px solid #505ec9;
}
.animation-2-round{
    top: 21%;
    left: 110px;
    right: 110px;
    position: absolute;
    height: 148%;
    border-radius: 100%;
    border: 1px solid #505ec9;
}

.icon-box{
	width: 40px;
	height: 40px;
	border:1px solid #505ec9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	background-color: #3544b1;

}
.technology-box-1{
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: 9;
	animation: angular-icon 5s infinite linear alternate;
}
.icon-box img{
	width: 20px;
	opacity: 0.3;
}
/*@-webkit-keyframes angular-icon {
    from {
        -webkit-transform: rotate(-20deg) translateY(-50px) rotate(20deg)
    }
    to {
        -webkit-transform: rotate(80deg) translateY(425px) rotate(-80deg)
    }
}*/
@keyframes angular-icon {
    /*from {
        transform: rotate(-90deg)translateY(-20px)rotate(180deg);
    }
    to {
        transform: rotate(180deg)translateY(500px)rotate(-90deg);
    }*/
    from {
    -webkit-transform: rotate(0deg) translatey(-20px) rotate(0deg);
            transform: rotate(0deg) translatey(-20px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translatey(-500px) rotate(-360deg);
            transform: rotate(360deg) translatey(-500px) rotate(-360deg);
  }
}
.bammer-top-engale{
	width: 100%;
	position: relative;
}
.main-web-mobile-section-devlopment{
	width: 100%;
	padding: 116px 0;
}
.main-web-mobile-section-devlopment-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 0 100px;
}
.dis-h1 h6{
	font-size: 16px;
	color: #6b7c93;
	font-family: 'Montserrat-SemiBold';
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.dis-h1 h2{
	font-size: 46px;
	color: #252a37;
	font-family: 'Montserrat-Bold';
	width: 100%;
	margin-bottom: 20px;
}
.dis-h1 p{
	font-size: 16px;
	color: #111111;
	font-family: 'Montserrat-Regular';
	width: 100%;
	line-height: 32px;
	margin-bottom: 10px;
}


/*devlopment service  start*/
.devlopment-services{
	width: 100%;
}
.development-service-con{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.development-service-con .col-md-4{
	min-height: 400px;
	position: relative;
}
/*.development-service-con .col-md-4:nth-last-child(1),.development-service-con .col-md-4:nth-last-child(2),.development-service-con .col-md-4:nth-last-child(3){
	min-height: unset;		
}*/
.devlopment-box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
}
.devlopment-icom{
	width: 100%;
	position: relative;
	z-index: 9;
}
.devlopment-icom img{
	max-width: 80px;
	max-height: 102px;
	object-fit: contain;
	min-height: 102px;
}
.devlopment-text{
	width: 100%;
	margin-top: 24px;
	position: relative;
	z-index: 99;
}
.dis-h1 h4{
	font-size: 24px;
	color: #252a37;
	font-family: 'Montserrat-SemiBold';
}
.sub-service-listing{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	padding: 91px 0 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	border-radius: 10px;
}
.devlopment-box:hover{
	z-index: 9999;
}
.devlopment-box:hover .sub-service-listing{
	opacity: 1;
	visibility: visible;

}
.sub-service-listing ul{
	margin:15px 0 0;
	padding: 0;
	width: 100%;

}
.sub-service-listing ul li{
	display: flex;
	padding: 10px 0;
	justify-content: center;
}
.sub-service-listing ul li a{
	font-size: 18px;
	color: #252a37;
	font-family: 'Montserrat-Medium';
	display: inline-flex;
	transition: all 0.5s;
}
.sub-service-listing ul li a:hover{
	color: #20d0f5;
}
.sub-service-listing h5{
	display: inline-flex;
	font-size: 20px;
	font-family: 'Montserrat-SemiBold';
	color: #3544b1;
	margin-top: 20px;
}
.sub-service-listing h5 a{
	color: #3544b1;
	padding-right: 30px;
	position: relative;
}
.sub-service-listing h5 a:before{
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	background-image:url(../images/right-arrow.svg);
	width: 24px;
	height: 18px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.why-chools-anguler{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 60px;
}
.why-chools-anguler .dis-h1 h2{
	text-align: center;
}
.choosen-services{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
}
.choosen-service-box{
	width: 50%;
	margin-bottom: 40px;
	padding: 0 40px;
	position: relative;
}
.choosen-service-box:before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-image: url(../images/check.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;

}	
 .choosen-service-box .dis-h1 h6{
	margin-bottom: 10px;
	font-size: 20px;
	color: #252a37;
}
.tab-desc h4{
	margin-bottom: 15px;
    font-size: 22px;
    color: #20d0f5;
    font-family: 'Montserrat-SemiBold';
    
}
.angulerjs-contet .tab-desc{
	margin-bottom: 25px;
}
.service-icon-tag img.unity-service-icon{
	width: 190px;
}
.service-icon-tag img.shopify-service-icon{
	width: 190px;
}
.service-icon-tag img.php-service-icon{
	width: 190px;
}
.service-icon-tag img.laravel-service-icon{
	width: 190px;
}
.service-icon-tag img.iot-service-icon{
	width: 160px;
}
.m-t-0{
	margin-top: 0 !important;
}
/*devlopment service  start*/

/*case study start*/
.case-study-start{
	width: 100%;
	background-color: #60bab0;
	position: relative;
}
.case-study-listing{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 50px 0;
}
.case-study-content{
	width: 100%;
}
.case-study-box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	height: 100vh;
	min-height: 700px;
}
.case-study-letter h1{
	font-size: 350px !important;
	color: rgba(255,255,255,0.14);
	font-family: 'Montserrat-SemiBold';
	width: 100%;
	line-height: 350px;
}
.case-study-letter h5{
	font-family: 'Montserrat-SemiBold';
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.case-study-letter h2{
	color: #fff;
}
.case-study-letter ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
}
.case-study-letter ul li{
	display: inline-flex;
	font-size: 18px;
	color: #fff;
	line-height: normal;
	background-color: rgba(255,255,255,0.14);
	min-width: 145px;
	padding: 10px;
	font-family: 'Montserrat-Medium';
	justify-content: center;
	border-radius: 5px;
	margin: 0 15px 13px 0;
}

.view-project-link{
	margin-top: 30px;
}
.view-project-link a{
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat-Medium';
}
.view-project-link a img{
	margin-left: 10px;
	width: 25px;
	filter: brightness(0) invert(1);
	transition: all 0.5s;
}
.view-project-link a:hover img{
	margin-left: 15px;
}
.case-study-img{
	position: absolute;	
	right: 0;
}
.case-study-img img{
	width: 60vw;
	max-width: 1008px;
}
.Glimpse-of-project-main{
	width: 100%;
	padding: 80px 0;
	background-color: #f2f2f2;
}
.glimpse-image{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.glimpse-image img{
	width: 100%;
	max-width: 900px;
}
.Glimpse-of-project-main-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.Glimpse-of-project-main-con .dis-h1{
	text-align: center;
}
/*case study end*/


/*PORTFOLIO start*/
.portfolio-section{
	background-color: #f9f7f4;
	padding: 120px 0;
}
.main-portfolio-box{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.portfolio-box-content{
	width: 100%;
	margin-top: 80px;
}
.port-folio-img{
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
	transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	overflow: hidden;
}
.port-folio-img img{
	height: 533px;
	width: 100%;
	object-fit: contain;
	transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
}
.portfolio-detail{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(53,68,177,0.9);
	transition: all 0.5s;
	top: calc(100% - 110px);
}
.portfolio-detail-con{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.portfolio-detail-hover{
    position: absolute;
    background: radial-gradient(circle closest-side, rgba(0,123,255,0.8), transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .5s ease, height .5s ease;
    opacity: 0.7;
    z-index: 0;
    width: 0px;
    height: 0px;
}
.portfolio-detail-con:hover .portfolio-detail-hover{
	height:1000px;
	width:1000px;
}

.portfolio-box-content:hover .port-folio-img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.portfolio-detail-con a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.port-sub-con{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.port-sub-con h5{
	font-size: 18px;
	color: #fd9729;
	font-family: 'Montserrat-Medium';
	width: 100%;
	margin-bottom: 5px;
}
.port-sub-con h2{
	font-size: 41px;
	color:#fff;
	width: 100%;
	font-family: 'Montserrat-SemiBold';
	margin-bottom: 5px;

	margin-top: 0;
}
.port-sub-con p{
	font-size: 16px;
	color: #ffffff;
	font-family: 'Montserrat-Regular';
	width: 100%;
	display: none;
}
.port-folio-img:hover .portfolio-detail{
	top: 0;
}
.port-folio-img:hover .port-sub-con p{
	display: block;
}
.port-folio-img:hover .port-sub-con h5{
	color: #f5a020;
}
.portfolio-listing{
	padding: 5px 0 0;	
}
.websites_content .box-wrap-middle{
	margin:40px 0 50px;
}
.websites_content .box-wrap-middle img{
	/*background-image: url(../images/web-background.png);*/
	border: 3px solid;
	border-image-source: url(../imgaes/border-image.png);
  border-image-slice: 60 30;

}
.websites_content .website-background-box{
	
	    background-image: url(../images/back-website.png);
    background-size: 101%;
    position: relative;
    background-repeat: no-repeat;
}
.websites_content .portfolio-desc-main {
    padding: 40px 0px 40px 31px;
}	
.website-main-img{
	padding: 2px 37px 22px 2px;
}
.landscape-view .box-wrap-bottom{
	margin-top: 30px;
}
.landscape-view .box-wrap-middle img{
	-webkit-box-shadow: 15px 21px 16px -3px rgba(0,0,0,0.11);
    -moz-box-shadow: 15px 21px 16px -3px rgba(0,0,0,0.11);
    box-shadow: 15px 21px 16px -3px rgba(0,0,0,0.11);
    border-bottom-right-radius: 26px;
}
/*PORTFOLIO END*/

/*WE DID SECRION START*/
.we-did-section{
	position: relative;
	width: 100%;
}
.we-did-section-box-con{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 0 40px;
	position: relative;
	background-color: #e9e9e7;
}
.we-did-section-box-con:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 35%;
	background-color: #3544b1;
	bottom: 0;
}
.left-side-images-box{
	width: 40%;
	position: relative;

}
.left-side-images-box img{
	width: 100%;
}
.right-side-images-box{
	width: 60%;
	padding: 0 40px;
	position: relative;
}
.main-project-javascript{
	width: 100%;
}
.main-project-javascript h2{
	font-size: 45px;
	color: #fff;
	font-family: 'Montserrat-Bold';
	width: 100%;
	margin-bottom: 20px;
}
.main-project-javascript p{
	font-size: 16px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	width: 100%;
	margin-bottom: 10px;
}
.project-status-counter {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 30px;
}
.project-counter-number{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 26px;
}
.project-counter-number h2{
	font-size: 39px;
	color: #fff;
	font-family: 'Montserrat-Bold';
	width: auto;
	display: inline-flex;
	margin:0;
	width: 90px;
}
.project-counter-number p{
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	width: auto;
	display: inline-flex;
	width: calc(100% - 91px) !important;
	padding-left: 20px;
}
.project-status-counter .col-6:last-child .project-counter-number p{
	width: auto;
}
/*WE DID SECRION END*/

/*TESTIMONIALS START*/
.testimonilas-section{
	width: 100%;
	padding:122px 0;
	padding-bottom:60px;
	background-image: url(../images/background-image-testimonials.png);
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
}
.testimonilas-section-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.testimonilas-section-slider{
	width: 100%;
	margin-top: 20px;
	position: relative;
	padding: 0 200px;
}
.testimonials-item{
	width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    /*align-items: center;*/
    text-align: center;
    margin: 0px;
    padding: 0 50px 10px;
    justify-content: space-between;
}
.testimonilas-section-slider .item {
    padding: 50px 10px 30px;
}
.testimonials-image{
	width: 240px;
    border-radius: 50%;
    /* margin: auto; */
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
}
.testimonials-image img{
	    width: 190px !important;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}

.testimonials-image:before{
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-color: #26338e;
    border-radius: 50%;
    left: -3px;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.1);
}
.testimonials-back-color {
    position: relative;
}
.testimonials-back-color:before{
	    content: "";
    position: absolute;
    top: -42px;
    left: -26px;
    width: 160px;
    background-color: #3544b1;
    border-radius: 50%;
    height: 160px;
    z-index: 9;
    box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.1);
}
.testimonials-back-color:after{
	content: "";
    position: absolute;
    bottom: -25px;
    right: -10px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    height: 100px;
    z-index: -1;
    box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.1);
}
/*.testimonials-image:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background-color: #3544b1;
	border-radius: 50%;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}*/
.slider-btn{
}
.slider-btn a{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
    height: 40px;
    background-color: #3544b1;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    z-index: 9;
}
.slider-btn a.next-click {
    left:120px;
}
.slider-btn a.pre-click{
	right:120px;
}
.testimonils-desc-main{
	width: calc(100% - 265px);
    text-align: left;
    /* margin: auto; */
    margin-top: 15px;
    position: relative;
    padding-bottom: 60px;
}
.testimonils-desc-main p:before{
    content: "\f10d";
    position: absolute;
    left: -27px;
    font-size: 46px;
    font-family: 'Font Awesome 5 Free';
    color: rgba(187, 187, 187, 0.3);
    font-weight: bold;
    top: -30px;
    z-index: -1;
}
.testimonils-desc-main p:after{
	content: "\f10e";
    position: absolute;
    right: -37px;
    font-size: 46px;
    font-family: 'Font Awesome 5 Free';
    color: rgba(187, 187, 187, 0.3);
    font-weight: bold;
    bottom: -20px;
    z-index: -1;
}
.see-all-btn {
    width: calc(100% - 60px);
}
.testimonils-desc-main p{
	color: #111111;
	font-size:16px;
	font-family: 'Montserrat-Regular';
	width: 100%;
	display: inline-block;
	margin: auto;
	margin-top:20px;
	position: relative;
}
.testimonials-name {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: column;
    text-align: right;
    margin-left: -130px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.testimonils-desc-main h1{
	color: #3544b1;
    font-size: 35px;
    font-family: 'Montserrat-SemiBold';
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    
    
}
.testimonils-desc-main h2{
	color: #686868;
	font-size:20px;
	font-family: 'Montserrat-Regular';
	width: 100%;
	display: inline-block;
	
	margin-top:5px;
}
.testimonials-slide-counter{
	display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.blog-main{
	width: 100%;
	padding: 130px 0px;
	text-align: center;
}
.blog-sub{
	width: 100%;
}

.blog-boxes-main{
	width: 100%;
	padding-top:60px;
	text-align: center;
}
.blog-boxes-sub{
	width: 80%;
	text-align: left;
	margin: auto;
	display: inline-block;
}
.blog-box-main{
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	border-radius: 10px;
	padding: 30px;
}
.blog-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.blog-header h1{
	font-family: 'Montserrat-Bold';
	font-size: 20px;
	color: #3544b1;
	text-transform: capitalize;
}
.blog-title{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.blog-title h1{
	font-family: 'Montserrat-SemiBold';
	font-size: 25px;
	color: #252a37;
}
.blog-title p{
	font-family: 'Montserrat-Regular';
	color: #6b7c9f;
	font-size: 17px;
	margin-top: 10px;
}
.blog-img{
	width: 100%;
	margin-top: 10px;
	height: 200px;
}
.blog-img img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.map-main{
	width: 100%;
	position: relative;
}
.map-main:before{
	position: absolute;
	content: '';
	background-color: rgba(53,68,177,0.5);
	top: 0;right: 0;bottom: 0;left: 0;
}
.map-main iframe, .map-main img{
	height:345px;
	object-fit: cover;
	width: 100%;
}

.contact-main{
	width: 100%;
	margin-top: -250px;
	position: relative;
	z-index: 1;
}
.contact-sub{
	width: 100%;
/*	padding:0 15px;*/
}

.get-in-touch-main{
	width: 100%;
	padding: 60px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #fff;
}
.gt-title{
	width: 100%;
}
.gt-title h1{
	font-family: 'Montserrat-Bold';
	font-size: 45px;
	color: #252a37;
	text-transform: capitalize;
}
.gt-box{
	width: 100%;
	padding: 0px 15px;
	margin-top: 40px;
}
.gt-inp{
	width: 100%;
	border:0px;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	color: #333835;
	border-bottom:1px solid #e9eaea;
	padding-bottom: 10px;
	outline: 0;
	background-color: #ffffff;
}
/*select.gt-inp{
	height: 42px;
}*/




.recent_project_list:before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}



.gt-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Montserrat-Regular';
	color: #333835;
	opacity: 1;
	text-transform: capitalize;
}
.gt-inp::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Montserrat-Regular';
	color: #333835;
	opacity: 1;
	text-transform: capitalize;
}
.gt-inp:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Montserrat-Regular';
	color: #333835;
	opacity: 1;
	text-transform: capitalize;
}
.gt-inp:-moz-placeholder { /* Firefox 18- */
	font-family: 'Montserrat-Regular';
	color: #333835;
	opacity: 1;
	text-transform: capitalize;
}

.gt-box textarea{
	border:1px solid #e9eaea;
	height: 180px;
	border-radius: 10px;
	padding: 15px;
}
.gt-up-arro{
	width: 100%;
	padding: 0px 15px;
	margin-top: 10px;
}
.gt-up-safe{
	width: 100%;
	padding: 0px 0;
	margin-top: 0;	
	text-align: right;
}
.gt-up-safe a{
	display: inline-block;
	vertical-align: middle;
	color: #333835;
	font-size:13px;
	font-family: 'Montserrat-Regular';
}
.gt-up-safe a span{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	margin-top: -5px;
}
.gt-sub{
	width: 50%;
}

.gt-submit{
	width: auto;
	padding:12px 30px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	display: inline-block;
	float: right;
	background-color: #f5a020;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border:0px;
	cursor:pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.gt-submit:hover{
	background-color: #e69213;
}

.contact-info-main{
	width: 100%;
    padding:60px 35px;
    padding-right: 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #3544b1;
    position: relative;
}
.cnct-title{
	width: 100%;
}
.cnct-title h1{
	font-family: 'Montserrat-SemiBold';
	font-size: 25px;
	color: #fff;
}
.cnct-boxes-main{
	width: 100%;
}
.cnct-box{
	width: 100%;
	margin-top: 45px;
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}
.cnct-img{
	width: 75px;
}
.cnct-desc{
	width: calc(100% - 75px);
	background-color: #101e83;
	border-radius: 5px;
	padding:20px;
	padding-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.cnct-desc a{
	display: inline-block;
	font-family: 'Montserrat-Regular';
	font-size:20px;
	color: #fff;

}
.cnct-social-main{
	position: absolute;
	bottom: 30px;
	left: 35px;
}
.cnct-social-main ul{
	padding: 0px;
	margin:0px;
}
.cnct-social-main ul li{
	display: inline-block;
	padding: 0px 10px;
}
.cnct-social-main ul li a{
	color: #fff;
	display: inline-block;
	font-size: 20px;
}
.cnct-social-main ul li.fb a{
	color: #fff;
}
.cnct-social-main ul li.tw a{
	color: #fff;
}
.cnct-social-main ul li.gp a{
	color: #fff;
}
.cnct-social-main ul li.ln a{
	color: #fff;
}

.office-address-main{
	width: 100%;
	margin-top: 60px;
}
.office-address-main .row{
	margin-left: -30px;
	margin-right: -30px;
	justify-content: center;
}
.office-address-main .col-lg-4{
	padding-left: 30px;
	padding-right: 30px;
	float: none;
	margin:auto -2px;
	margin-top: 60px;
}
.office-address{
	width: 100%;
	border-radius: 7px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    padding: 50px 30px;
    border: 1px solid #e6e6e6;
}
.office-address:hover{
	box-shadow: 0px 25px 45px 0px rgba(0,0,0,0.05);
}
.office-country{
	width: 100%;
	text-align: center;
}
.office-country p{
	font-family: 'Montserrat-SemiBold';
	font-size: 22px;
	color: #233035;
	vertical-align: middle;
	display: inline-block;
}
.office-country p span{
	padding-right: 10px;
	vertical-align: text-bottom;
	display: inline-block;
}
.address{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.address p{
	font-family: 'Montserrat-Regular';
	font-size: 24px;
	color: #181818;
}
.copy-main{
	width: 100%;
	text-align: center;
	padding: 55px 0px;
	position: relative;
	z-index: 1;
}
.copy-sub{
	width: 100%;
	text-align: center;	
}
.copy-sub p{
	font-family: 'Montserrat-Regular';
	font-size: 	18px;
	color: #999999;
	display: inline-block;
}
.copy-sub p a{
	font-family: 'Montserrat-Regular';
	font-size: 	18px;
	color: #999999;
	display: inline-block;
	padding-left: 10px;
}
.footer-section{
	width: 100%;
	position: relative;
	
}
.footer-section:before{
	content: "";
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/footer-vector.svg);
	background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    opacity: 0.5;
    background-color: #f9f9f9;
    z-index: 1;
}
.site-solgan-main{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.site-solgan-main .dis-h1{
	margin: 0 !important;
}
.site-solgan-main h6{
	text-transform: unset;
	font-family: 'Montserrat-Medium';
	font-size: 20px;
	color: #252a37;
}
.flag-listing-main{
	width: 100%;
}
.flag-listing-main img{
	width: 100%;
	max-width: 920px;
	min-height: 5px;
}
/*CONTACT PAGE CSS*/
.sub-page-header{
	border-bottom: 1px solid #e2e2e2;
}
.sub-page-header .main-header-section-con{
	padding: 15px;
	padding-bottom: 0px;
}
.sub-page-header .main-link-menu ul li a{
	color: #252a37;
}
.sub-page-header .get-a-btn a{
	padding: 14px 30px;
}
.main-contact-page.contact-main{
	margin-top: 210px;
}
.main-contact-page.contact-main .dis-h1{
	text-align: center;
	margin-bottom: 80px;
}
.main-contact-page .map-main{
	margin-top: -140px;
	z-index: -1;
}
.main-contact-page .map-main iframe{
	height: 621px;
}

.main-contact-page .office-address-main .col-lg-4{

}
/*contact page END*/


/***************************************************CAREER PAGE START***************************************************/

/*CAREER SECTION TOP START*/
.career-section{
	width: 100%;
	background-color: rgb(53, 68, 177);
	/*background-image: -moz-linear-gradient( 90deg, rgb(147, 160, 255) 0%, rgb(53, 68, 177) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(147, 160, 255) 0%, rgb(53, 68, 177) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(147, 160, 255) 0%, rgb(53, 68, 177) 100%);*/
  	margin-top:125px;
}
.career-section-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*padding: 119px 0;*/
}
.career-section-con .dis-h1 {
	text-align: center;
}
.career-section-con .dis-h1 h2{
	font-size: 56px;
	color: #ffffff;
}
.main-center-content{
	width: 100%;
}
.career-content-box{
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 90px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dis-h1 h3{
	font-family: 'Montserrat-Medium';
	color: #000000;
	font-size: 39px;
	width: 100%;
	text-transform: uppercase;
}
.career-section-con .career-content-box  .dis-h1 {
	text-align: left;
}
.career-section-con .career-content-box  .dis-h1 h3{
	margin-bottom: 25px;
	color: #ffffff;
}
.career-section-con .career-content-box  .dis-h1 p{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Montserrat-Regular';
	line-height: 24px;
}
.career-images-box{
	width: 100%;
	height: 100%;
}
.career-images-box img{
	width: 100%;
}
.caree-new-design .dis-h1 h2{
	font-size: 56px;
    color: #ffffff;
    margin-bottom: 28px;
}
.caree-new-design .dis-h1 h4{
	color: #ffffff;
    margin-bottom: 20px;
}
.caree-new-design .dis-h1 p{
	margin-bottom: 13px;
}
.caree-new-design .career-images-box img{
	width: 100%;
	max-width: 100% !important;
}

/*CAREER SECTION TOP END*/

/*EMPLOYEE BENEFITS START*/
.Employee-benifits-main{
	width: 100%;
	padding: 100px 0;
}
.Employee-benifits-main-con{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Employee-benifits-main-con .dis-h1{
	text-align: center;
}
.benifit-section-box{
	width: 100%;
	margin-top: 1.25rem;
}
.benifit-section-box img{
	width: 100%;
}
/*EMPLOYEE BENEFITS END*/

/*OFFER-SECTION START*/
.offer-section{
	width: 100%;
	background-color: #f5f6f6;
}
.offer-section-detail{
	width: 100%;
	padding: 100px 0 30px;
	text-align: center;
}
.career-listing-box{
	width: 100%;
	padding: 60px 0 0;
}
.career-box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color:#88d482;
	height: 342px;
	padding: 0 20px;
}
.career-parent-box{
	margin-bottom: 90px;
	padding: 0 32px;
	height: 342px;
	position: relative;
	perspective: 1000px;
}
.career-box-root{
	width: 100%;
  	height: 100%;
	position: relative;
	transition: transform 0.6s;
  	transform-style: preserve-3d;
}


.career-box .dis-h1 h3{
	font-size: 27px;
	color: #fff;
	line-height: 30px;
	text-transform: unset;
	font-family: 'Montserrat-Regular';
}
.career-box .dis-h1 h6{
	color: #fff;	
	text-transform: unset;
	font-family: 'Montserrat-Regular';
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 0;
}
.green-box .career-box{
	background-color: #f2a676;
}
.sky-box .career-box{
	background-color: #df5461;
}
.maj-box .career-box{
	background-color: #f49716;
}
.black-box .career-box{
	background-color: #34495e;
}
.black-box .career-box{
	background-color: #cdd7e3;
}
.orange-box .career-box{
	background-color: #ff7880;
}
.red-box .career-box{
	background-color: #e74c3c;
}
.grey-box .career-box{
	background-color: #7f8c8d;
}
.yellow-box .career-box{
	background-color: #f1c40f;
}
.front-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	backface-visibility: hidden;
	transition: transform 0.6s;
  	transform-style: preserve-3d;
  	transform: rotateY(0deg);
  	z-index: 9;
}
.front-box-back{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	backface-visibility: hidden;
  	transform: rotateY(180deg);
}
.main-creer-detail{
	height: 100%;
	position: relative;
	perspective: 1000px;
}
.main-creer-detail:hover .career-box-root{
	transform: rotateY(180deg);
}
.btn-link{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.btn-link a{
	font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 18px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    display: inline-flex;
    border: 2px solid #323a45;
    color: #323a45;
    text-decoration: none;
    transition: background-color 0.5s;
    line-height:1;
}
.btn-link a:hover{
	background-color: #323a45;
	color: #fff;
	text-decoration: none;
}
#thumbs .owl-item{
	max-width: 85px;
}
/*OFFER-SECTION END*/


/* OUR TEAM SECTION START */
.our-team-section{
	width: 100%;
	padding: 0 0 80px;
}
.our-team-con{
	width: 100%;
}
.our-team-heading{
	width: 100%;
	text-align: center;
	padding: 100px 0;
}
.our-team-heading .dis-h1 h2{
	margin:0;
}
.team-say-slider-box{
	width: 100%;	
	position: relative;
}
#big .owl-item {
    padding: 60px 30px 30px 30px;
}
.team-say-con{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-shadow: 0px 0px 24px rgba(0,0,0,0.15);
	padding: 50px 50px 0 50px;
}
.team-content{
	width: 100%;
	padding-bottom: 100px;
}
.team-content .dis-h1 h6{
	color: #20d0f5;
	margin:20px 0 0;
}
.team-content .dis-h1 h5{
	font-size: 18px;
	color: #2a2f3b;
	margin-top: 10px;
}
.team-content .dis-h1 h6,.team-content .dis-h1 p,.team-content .dis-h1 h5{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.main-team-mem-photo{
	width: 100%;
	margin-top: -110px;
}
.main-team-mem-photo img{
	width: 360px;
	height: 530px;
	object-position: top;
	object-fit: cover;
	/*border-radius: 0 0 160px 200px / 30%;*/
}
.listing-team-small{
	width: calc(100% - 970px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: 70px;
	left: 90px;
	padding: 10px;
}
.listing-box-main{
	margin: 0 10px;
	width: 70px;
	height: 70px;
	background-color: #f9f9f9;
	border: 3px solid #f9f9f9;
	border-radius: 50%;
	opacity: 0.5;
	cursor: pointer;
	margin:12px 0;
}
.listing-box-main img{
	width: 67px !important;
	height: 67px !important;
	border-radius: 50% !important;
	object-fit: cover;
}
#thumbs .owl-item.current .listing-box-main{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	border-color: #fff;
	opacity: 1;
}
.new-team-boxes{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.team-box_n{
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	height: 230px;
	width: 250px;
	background-color: #000;
	margin:0 10px;
}
.head-of-compny .team-box_n{
	height: 330px;
	width: 290px;
}
.team-boxes-row{
	width: 100%;
	
}
.compny-pm .team-box_n{
	height: 310px;
	width: 270px;
}
.compny-pm-listing{
	
}
.employ-listing{
	margin-top: 50px;
}
.employ-compny .team-box_n{
	height: 250px;
	width: 210px;
	margin-bottom: 20px;
}
.employ-listing .new-team-boxes{
	margin-top: -60px;
}
.employ-listing .new-team-boxes:first-child{
	margin-top: 0;
}
.team-box_n img{
	width: 100%;
	height: inherit;
	object-fit: cover;
	
}
.team-images-group{
	width: 100%;
}
.team_images{
	width: 100%;
	margin-bottom: 70px;
}
.team-boxes-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.team-boxes{
	padding: 10px;
	position: relative;
	border:1px solid #cccccc;
	width: 100%;
}
.team-boxes img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-boxes.w-50{
	width: calc(50% - 10px) !important;
}
.w-70{
	width: calc(64% - 10px) !important;
}
.w-30{
	width: calc(36% - 10px) !important;
}
.line-style {
    width: 100%;
    text-align: center;
    padding: 5px 0 20px;
}
.line-style h4{
	font-family: 'Montserrat-Medium';
	font-size: 30px;
	color: #252a37;	
}
.team-vector-display{
	width: 100%;
	margin-bottom: 18px;
}
.team-thot{
	width: 100%;
	background-color: #fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0;
}
.team-thot .line-style{
	text-align: left;
	padding-left: 80px;
}
.team-thot .col-sm-6 img{
	max-width: 500px;
}
.team-thot .col-sm-6 {
	text-align: center;
}





/*********************************header sticky css START***********************************/
.collepse-header-button{
	opacity: 0;
    visibility: hidden;
    /*transform: translateX(-100%);*/
    position: absolute;
	top: 18px;
	right: 50%;
	transform: rotate(85deg);
	
} 
.collepse-header-button button{
	background-color: #fff;
	border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 11px 15px rgba(112, 115, 136, 0.1);
}
.collepse-header-button button:hover .animated-icon1 span:nth-child(1){
	top: 4px;
    transform: rotate(-45deg);
    width: 13px;
    left: -2px;
}
.collepse-header-button button:hover .animated-icon1 span:nth-child(3){
	top: 12px;
    transform: rotate(45deg);
    width: 13px;
    left: -2px;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
width: 22px;
height: 18px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

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

.animated-icon1 span {
background: #252a37;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 8px;
}

.animated-icon1 span:nth-child(3) {
	top: 16px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

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

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.menu-sticky .logo{
/*	transform: translateX(-100%);*/
	opacity: 0;
	visibility: hidden;
}
.menu-sticky .collepse-header-button{
/*	transform: translateX(0);*/
	right: 15px;
	opacity: 1;
	visibility: visible;	
	transform: rotate(360deg);
}
.menu-sticky .main-link-menu{
	opacity: 0;
	visibility: hidden;		
	transform: translateX(100%);
}
.menu-sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999999;	
}
.menu-sticky.collapse.show{
	background-color: #fff;
	border-bottom: 1px solid #ccc;

}
.menu-sticky.collapse.show .logo{
	opacity: 1;
	visibility: visible;
}
.menu-sticky.collapse.show .logo svg path,.menu-sticky.collapse.show .logo svg circle{
	fill: #252a37;
}
.menu-sticky.collapse.show .main-link-menu{
	opacity: 1;
	visibility: visible;
	transform: unset;
}
.menu-sticky.collapse.show .collepse-header-button{
	opacity: 0;
	visibility: hidden;
	right: 50%;
}
.menu-sticky.collapse.show .main-link-menu ul li a,
.menu-sticky.collapse.show .main-link-menu ul li.child-menu:after
{
	color: #252a37;
}
.sub-page-header.menu-sticky{
	border-bottom: 0;
}
/*********************************header sticky css END***********************************/


/*******************************LOADER CSS START*********************************/
.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loader-screen{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(53,68,177,1);
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}
.loader-screen:before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
}
.all-load .loader-screen{
	z-index: -1111;
	opacity: 0;
	visibility: hidden;
}
.all-load .main{
	opacity: 1;
	visibility: visible;
}
/*******************************LOADER CSS END*********************************/



/*********************************OUR PEOPLE SYAS START********************************/
.our-people-says-section{
	width: 100%;
}
.our-people-says-con{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 119px 0 60px;
	width: 100%;
}
.our-people-boxes{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.our-people-box-liting{
	border:1px solid #cccccc;
	padding: 25px 15px;
	min-height: 400px;
	position: relative;
}

.our-people-img{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.our-people-img img{
	width: 169px;
	height: 169px;
	border-radius: 50%;
	border:5px solid #cccccc;
	object-fit: cover;
	background-color: #f1f1f1;
}
.our-people-content{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 15px 0;
	position: relative;
}
.our-people-content:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/border-bottom.png);
	width: 62%;
    margin: 0 auto;
    height: 3px;
    background-position: center;

}
.our-people-content h3{
	font-size: 18px;
	color: #2a2f3b;
	font-family: 'Montserrat-Bold';
	width: 100%;
}
.our-people-content span{
	font-size: 12px;
	color: #656565;
	font-family: 'Montserrat-Regular';
	width: 100%;	
	margin-top: 5px;
}
.our-people-box-liting .our-people-content:last-child:before{
	display: none;
}
.our-people-box-liting .our-people-content:last-child h3{
	color: #656565;
}
.our-people-boxes{

}
.box-main-says {
    max-width: 20%;
    flex: 0 0 20%;
    margin-bottom: 30px;
}
.hover-box-people{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #30393E;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	padding: 25px 15px;
}
.our-people-box-liting:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/bottom-border-color.png);
	height: 14px;
	background-repeat-x:repeat;
	background-repeat-y:no-repeat;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.5s;
}
.our-people-box-liting:hover .hover-box-people{
	
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.our-people-box-liting:hover:before{
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

.hover-box-people .our-people-content{
	padding: 21px 0;
}
.hover-box-people .our-people-content h3,
.hover-box-people .our-people-content span,
.our-people-box-liting .hover-box-people .our-people-content:last-child h3{
	color: #fff;
}
/*********************************OUR PEOPLE SYAS END********************************/



/*********************************SERVICE PAGE START********************************/

/*service-top-banner start*/
.service-banner{
	width: 100%;
	height: 100vh;
	background-color: #3544b1;
	position: relative;
	overflow: hidden;
	min-height: 800px;
}
.star-1-panel{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/star-background.png);
	background-position: center;
	background-size: contain;
	-webkit-animation: orbit-clock-wise 140s infinite alternate;
    -moz-animation: orbit-clock-wise 140s infinite alternate;
    -o-animation: orbit-clock-wise 140s infinite alternate;
    -ms-animation: orbit-clock-wise 140s infinite alternate;
    animation: orbit-clock-wise 140s infinite alternate;
    width: 100%;
    height: 100%;

}
.star-2-panel{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/star-background.png);
	background-position: center;
	background-repeat-x: repeat;
	background-size: contain;
	-webkit-animation: orbit-counter-clock-wise 360s infinite alternate;
 	-moz-animation: orbit-counter-clock-wise 360s infinite alternate;
    -o-animation: orbit-counter-clock-wise 360s infinite alternate;
    -ms-animation: orbit-counter-clock-wise 360s infinite alternate;
    animation: orbit-counter-clock-wise 360s infinite alternate;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes orbit-clock-wise {
    0% {
        opacity: .4;
        -webkit-transform: rotate(0deg)
    }
    2% {
        opacity: .8
    }
    4% {
        opacity: .2
    }
    5% {
        opacity: .8
    }
    100% {
        opacity: .4;
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes orbit-counter-clock-wise {
    from {
        -webkit-transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes orbit-clock-wise {
    0% {
        opacity: .4;
        -moz-transform: rotate(0deg)
    }
    2% {
        opacity: .8
    }
    4% {
        opacity: .2
    }
    5% {
        opacity: .8
    }
    100% {
        opacity: .4;
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes orbit-counter-clock-wise {
    from {
        -moz-transform: rotate(360deg)
    }
    to {
        -moz-transform: rotate(0deg)
    }
}

@-o-keyframes orbit-clock-wise {
    0% {
        opacity: .4;
        -o-transform: rotate(0deg)
    }
    2% {
        opacity: .8
    }
    4% {
        opacity: .2
    }
    5% {
        opacity: .8
    }
    100% {
        opacity: .4;
        -o-transform: rotate(360deg)
    }
}

@-o-keyframes orbit-counter-clock-wise {
    from {
        -o-transform: rotate(360deg)
    }
    to {
        -o-transform: rotate(0deg)
    }
}

@-ms-keyframes orbit-clock-wise {
    0% {
        opacity: .4;
        -ms-transform: rotate(0deg)
    }
    2% {
        opacity: .8
    }
    4% {
        opacity: .2
    }
    5% {
        opacity: .8
    }
    100% {
        opacity: .4;
        -ms-transform: rotate(360deg)
    }
}

@-ms-keyframes orbit-counter-clock-wise {
    from {
        -ms-transform: rotate(360deg)
    }
    to {
        -ms-transform: rotate(0deg)
    }
}

@keyframes orbit-clock-wise {
    0% {
        opacity: .4;
        transform: rotate(0deg)
    }
    2% {
        opacity: .8
    }
    4% {
        opacity: .2
    }
    5% {
        opacity: .8
    }
    100% {
        opacity: .4;
        transform: rotate(360deg)
    }
}

@keyframes orbit-counter-clock-wise {
    from {
        transform: rotate(360deg)
    }
    to {
        transform: rotate(0deg)
    }
}
.service-content-main{
	width: 100%;
	height: inherit;
	position: relative;
	z-index: 9;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.service-content-main-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height: inherit;
	margin-top: 100px;
	text-align: center;
}
.service-ver-center{
	width: 100%;
}
.service-icon-tag{
	width: 309px;
	height: 309px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fff;
}
.service-icon-tag img{
	width: 130px;
}
.service-icon-tag h5{
	font-size: 101px;
	color: #3544b1;
	width: auto;
	font-family: 'Montserrat-Light';
}
.service-name-discription{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.service-name-discription h1{
	font-size: 70px;
	color: #fff;
	font-family: 'Montserrat-Bold';
	width: 100%;
}
.service-name-discription h6{
	font-size: 24px;
	color: #fff;
	font-family: 'Montserrat-Regular';	
	width: 100%;
	margin-top: 20px;
}

/*service-top-banner end*/

/*service-detail-content start*/
.service-detail-info{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.service-detail-info-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 80px 0;
}
.service-detail-header-content-text{
	width: 100%;
	text-align: center;
}
.service-detail-header-content-text .dis-h1 h2{
	margin-bottom: 70px;
}
.service-detail-header-content-text .dis-h1{
	max-width: 80%;
	margin:0 auto;
}
.service-detail-info:before{
	content: "";
	position: absolute;
	top: -90px;
    right: -90px;
    border: 20px solid #f7f7f7;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    border-top: 20px solid #3544b1;
    -webkit-animation: spin 2s linear infinite; /* Safari */
  	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*service-detail-content END*/


/*SERVICE DETAIL INFORMATION START*/
.Expertise-detail-info{
	width: 100%;
	background-color: #3544b1;
	padding: 120px 0;
	position: relative;
	z-index: 99999999;
}
.Expertise-detail-info:before{
	content: "";
    position: absolute;
    top: 50px;
    left: -140px;
    height: 40px;
    width: 300px;
    border-radius: 50px;
    background-color: #2f3ea7;
}
.Expertise-detail-info:after{
    content: "";
    position: absolute;
    top: 111px;
    left: -140px;
    height: 40px;
    width: 240px;
    border-radius: 50px;
    background-color: #2f3ea7;
}
.Expertise-detail-info-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.Expertise-detail-info-content .dis-h1{ 
	text-align: center;
}
.Expertise-detail-info-content .dis-h1 h2{
	color: #fff;
	position: relative;
	z-index: 11;
}
.Expertise-infomation{
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.left-tab-penal-info{
	width: 40%;
	border:0px;
	border-right:1px solid #1f377b;
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.tab-row{
	width: 100%;
	border:0px !important;
}
.tab-row a{
	width: 100%;
	padding: 20px 50px 20px 80px;
	font-size: 22px;
	color: #fff;
	position: relative;
	border-radius: 0px !important;
	border:0px !important;
	font-family: 'Montserrat-Medium';
}
.tab-row a:hover{
	background-color: #1f377b;

}

.tab-row a:before{
	content: attr(data-counter)".";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 43px;
	font-size: 24px;
	color: #20d0f5;
	font-family: 'Montserrat-SemiBold';
	text-shadow: 0px 3px 3.84px rgba(0, 0, 0, 0.45);
	transition: all 0.5s;
}
.tab-row a:hover:before{
	color: #fff;
}
.tab-row a:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/left-arrow.png);
    width: 50px;
    height: 12px;
    background-size: 70px;
    background-position: -10px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.tab-row a.show:after{
	width: 60px;
	background-position: 0;
}



.right-tab-penal-info{
	width: 60%;
	padding: 0px 30px;
}
.tab-desc-main{
	width: 100%;
}
.tab-desc{
	width: 100%;
}
.tab-desc p{
	width: 100%;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    line-height: 32px;
}
.tab-desc ul{
	margin: 0px;
	margin-top:40px;
	width: 100%;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.tab-desc ul li{
	    width: 50%;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #fff;
    margin: 10px 0px;
    padding-left: 40px;
    position: relative;
    line-height: 32px;
    padding-right: 20px;
}
.tab-desc ul li:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('../images/li.png');
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 5px;
}

.Expertise-detail-info .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #fff;
	background-color: #1f377b;
	border:0px;
}
.Expertise-infomation a.nav-link.active.show:before{
	color: #fff;
}


/*SERVICE DETAIL INFORMATION END*/


/*Hire Professional Section Start*/
.Hire-prodessional-start{
	width: 100%;
	padding: 120px 0;
	position: relative;
}
.Hire-prodessional-start-content{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.Hire-prodessional-start-content .dis-h1{
	max-width: 80%;
	text-align: center;

}
.Hire-prodessional-start-content .dis-h1 h2{
	margin-bottom: 30px;
}
.Hire-prodessional-start-content .dis-h1 p{
	margin-top: 10px;
}
.ios-service-section{
	max-width: 80%;
	width: 100%;
	margin: 50px 0 0;
}
.code-service-info{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.code-service-box{
	flex:0 0 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
	text-align: center;
}
.code-service-box img{
	max-width: 106px;
	max-height: 87px;
	width: 100%;
	object-fit: contain;
}
.code-service-box h4{
	font-size: 24px;
	color: #252a37;
	font-family: 'Montserrat-SemiBold';
	width: 100%;
	margin-top: 24px;
}
.code-service-box h6{
	font-size: 20px;
	color: #252a37;
	font-family: 'Montserrat-Light';
	width: 100%;
	text-transform: uppercase;
	margin-top: 5px;
}


/*********************************SERVICE PAGE END********************************/

/*********************************TEAM PAGE END********************************/

/*Management Team START*/
.Management-team{
	width: 100%;
	padding: 120px 0 0; 
	
}
.Management-team-con{
	width: 100%;
	display: flex;
	justify-content:  center;
	flex-wrap: wrap;
}
.Management-team-con .dis-h1 h2{ 
	text-align: center;
}
.Management-team-section{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 90px;
}
.Management-team-section .col-md-6:nth-child(odd) .Management-team-box .Management-team-content-info .Management-team-photo{
	order: 2;
}
.Management-team-section .col-md-6:nth-child(odd) .Management-team-box .Management-team-content-info .inf-content-team{
	order: 1;
	padding-right: 40px;
}
.Management-team-section .col-md-6:nth-child(even) .Management-team-box .Management-team-content-info .Management-team-photo{
	order: 1;
}
.Management-team-section .col-md-6:nth-child(even) .Management-team-box .Management-team-content-info .inf-content-team{
	order: 2;
	padding-left: 40px;
}
.Management-team-box{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fafafa;
	border:1px solid #e9e9e9;
	padding: 50px;
	min-width: 500px;
}
.Management-team-content-info{
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.Management-team-photo{
	width: auto;
}
.Management-team-photo img{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
}
.inf-content-team{
	width: calc(100% - 220px);
}
.inf-content-team h3{
	font-size: 18px;
	color: #5b5b5b;
	font-family: 'Montserrat-SemiBold';
	width: 100%;
}
.inf-content-team p{
	font-size: 16px;
	color: #5b5b5b;
	font-family: 'Montserrat-Regular';
	font-style: italic;
	width: 100%;
	margin:10px 0;
}
.inf-content-team h6{
	font-size: 16px;
	color: #252a37;
	font-family: 'Montserrat-Regular';
	font-style: italic;
	width: 100%;
	text-transform: uppercase;
}





.portfolio-main{
	width: 100%;
	padding-bottom:50px;
	padding: 0px 5px;
	margin-bottom: 50px;
}
.portfolio-sub{
	width: 100%;
}
.portfolio-tab-main{
	width: 100%;
}
.portfolio-tab-main .nav-tabs{
	width: 100%;
	text-align:center;
	padding: 0px;
	margin: 0px;
	border:0px;
	justify-content: center;
}
.portfolio-tab-main .nav-tabs li{
	border-radius: 0px !important;
	border:0px !important;
	float: none;
	display: inline-block;
	margin: 0px 15px;
}
.portfolio-tab-main .nav-tabs li a{
	font-family: 'Montserrat-Medium';
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	border:0px !important;
	border-radius: 50px !important;
	padding:8px 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);	
}
.portfolio-tab-main .nav-tabs li a.active{
	-webkit-box-shadow: 6px 6px 20px 2px rgba(31,55,123,0.3);
    -moz-box-shadow: 6px 6px 20px 2px rgba(31,55,123,0.3);
    box-shadow: 6px 6px 20px 2px rgba(31,55,123,0.3);
}
.portfolio-tab-main .grid .item{
	width: 24.999999%;
	padding: 10px 0px;
}
.portfolio-tab-main.portfolio-listing .grid .item{
	padding: 0;
}

.portfolio-content{
	width: 100%;
}
.portfolio-boxes-main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;	
}
.portfolio-box-main{
	padding:10px;
	overflow: hidden;
	cursor: pointer;	
}
.portfolio-desc-main{
	width: 100%;
	position: relative;
	transition: opacity .3s ease-in-out;
	padding: 40px 20px;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.portfolio-box-img{
	width: 100%;
	background-color: #f9f9f9;
}
.portfolio-box-img img{
	width: 100%;
}
.portfolio-desc-main::before{
	position: absolute;
	content: '';
	top: 0;left: 0;right: 0;bottom: 0;
	background-image: -moz-linear-gradient( 153deg, rgb(161,162,163) 16%, rgb(179,182,181) 70%, rgb(190,192,194) 100%);
  	background-image: -webkit-linear-gradient( 153deg, rgb(161,162,163) 16%, rgb(179,182,181) 70%, rgb(190,192,194) 100%);
  	background-image: -ms-linear-gradient( 153deg, rgb(161,162,163) 16%, rgb(179,182,181) 70%, rgb(190,192,194) 100%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 9;
}
.portfolio-desc-main:hover:before{
	opacity: 0.2;
	visibility: visible;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.portfolio-text-over{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0px;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 9;
}
.portfolio-desc-main:hover .portfolio-text-over{
	top: 0;
	left: 0;
	transform: unset;
	-webkit-transform: unset;
	opacity: 1;
	visibility: visible;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.portfolio-text-over h1{
	font-family: 'Montserrat-Bold';
	color: #fff;
	font-size:34px;
}
.portfolio-text-over p{
	font-family: 'Montserrat-SemiBold';
	font-size: 18px;
	color: #fff;
	margin-top:10px;
}
.portfolio-arrow{
	position: absolute;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 99;
}
.portfolio-desc-main:hover .portfolio-arrow{
	opacity: 1;
	visibility: visible;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.portfolio-arrow a{
	color: #000;
	font-size: 30px;
}
.portfolio-desc-main:after{
    content: "";
    border-radius: 100%;
    padding-left: 360px;
    padding-bottom: 360px;
    background-color: hsla(0,0%,100%,.3);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    -webkit-transform: translateX(45%) translateY(45%) scale(0);
    -o-transform: translateX(45%) translateY(45%) scale(0);
    transform: translateX(45%) translateY(45%) scale(0);
    -webkit-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    -o-transition: -o-transform 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1),-o-transform .5s cubic-bezier(.165,.84,.44,1);
}
.portfolio-desc-main:hover:after{
	-webkit-transform: translateX(45%) translateY(45%) scale(1);
    -o-transform: translateX(45%) translateY(45%) scale(1);
    transform: translateX(45%) translateY(45%) scale(1);
    transition: all .5s;
	-webkit-transition: all .5s;
}


/*portfolio popup css*/
#portfolio-detail{
	padding: 0 !important;
}
#portfolio-detail .modal-xl{
	width: 100%;
	max-width: 100%;
	margin:0;
	min-height: 100vh;
}
#portfolio-detail .modal-content{
	border:0;
}
#portfolio-detail .modal-header{
	border-radius: 0;
	border:0;
	padding: 0;
	/*position: fixed;
	top: 0;
	left: 0;
	right: 0;*/
}
#portfolio-detail .modal-body{
	height: calc(100vh - 64px);
    overflow-y: auto;
}
#portfolio-detail .modal-body::-webkit-scrollbar {
  width: 10px;
}
 
#portfolio-detail .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
#portfolio-detail .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.15);
  outline: 1px solid slategrey;
}
#portfolio-detail .modal-content{
	border-radius: 0;
	background-color: rgba(53,68,177,1);
	border:0;
}
#portfolio-detail .modal-footer{
	border:0;
}
.popup-heading{
	width: 100%;
	background-color: rgba(0,0,0,.15);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 17px 20px;
	align-items: center;
}
.logo-popup{
	width: auto;
}
.logo-popup svg{
	width: 30px;
}
.logo-popup img {
    width: 197px;
}
.close-btn{
	width: auto;
}
.close-btn button{
	color: #fff !important;
	padding: 0 !important;
	margin:0 !important;
	opacity: 1 !important;
	font-weight: 100;
	width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    transition: cubic-bezier(.175,.885,.52,1.775) .2s;
    font-size: 30px;
}
.close-btn button:hover{
	border: 3px solid #ddd;
	font-size: 25px;
}
.modal-body{
	width: 100%;
}
.main-model-content{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.portfolio-detail-content{
	width: 100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom: 40px;
	margin-bottom:40px;
}
.popup-top-content{
	width: 100%;
	padding: 50px 0;

}
.popup-top-content .dis-h1 h1{
	color: #fff;
}
.popup-top-content .dis-h1 h6{
	color: #fff;
}
.popup-top-content .dis-h1 h2{
	color: #fff;
	font-size: 34px;
	max-width: 80%;
	margin: 0 auto;
	line-height: 45px;
	margin-top: 40px;
}
.technology-listing{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.technology-listing li{
	border: 1px solid rgba(255,255,255,.2);
    border-radius: 50px;
    padding: 7px 35px 7px 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	position: relative;
	margin: 5px;
	line-height: normal;
}
.technology-listing li a{
	color: #fff;
}
.technology-listing li:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.portfolio-images{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
.portfolio-images:empty{
	display: none;
}
.portfolio-images img{
	max-width: 100%;
}
.portfolio-detail-info{
	width: 100%;
}
.app-logo{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}
.app-logo img{
	/*max-width: 100%;*/
	border-radius: 20px;
    box-shadow: 0 16px 0 -8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 16px 0 -8px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 16px 0 -8px rgba(0,0,0,.15);
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.app-detail .dis-h1 h6{ 
	max-width: 50%;
	line-height: 30px;
	margin:20px auto 0;
}
.listing-main-cate{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 50px;
}
.listing-main-cate li{
	display: none;
	padding: 0 90px;
	flex-wrap: wrap;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.listing-main-cate li:last-child{
	border:0;
}
.listing-main-cate li a img{
	max-width: 100px;
	width: 100px;
    height: 100px;
    object-fit: contain;
}
.listing-main-cate li h5{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Montserrat-Medium';
	color: #fff;
	width: 100%;
	margin-top: 25px;
}
.client-testimonials-section{
	width: 100%;
	margin-top: 100px;
}
.client-testimonials-section .testimonils-desc-main p,.client-testimonials-section .testimonils-desc-main h1,.client-testimonials-section .testimonils-desc-main h2{
	color: #fff;
}
.all-like-section{
	width: 100%;
	margin-top: 110px;
}
.upload-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.file-upload-control{
	position: relative;
	display: flex;
	cursor: pointer;
}
.file-upload-control.main-commen-form{
	width: calc(100% - 160px);

}
.file-upload-control.main-commen-form .file-upload-text{
	background-color: rgba(138, 138, 138, 0.5);
}
.file-upload-control.main-commen-form .file-upload-text p{
	color: #fff;
}
.up-safe-text{
	width: 130px;
	opacity: 0.5;
}
.file-upload-text{
	border:2px dashed rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.1);
	text-align: center;
	padding: 13px 10px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.file-upload-text p{
	color: rgba(255,255,255,.3);
	text-transform: capitalize;
	font-family: 'Montserrat-Bold';
}
.file-upload-text p i{
	color: rgba(255,255,255,0.7);
	margin-right: 10px;
}
.file-upload-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
}
.like-btn-main-section{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}
.like-btn img{
	width: 150px;
	opacity: 0.5;
	transform: scale(1);
	cursor: pointer;
}
.like-btn img:hover{
	opacity: 1;
	transform: scale(1.1);
}
.like-counter h1{
	font-size: 180px;
	color: #fff;
	opacity: 0.5;
	font-family: 'Montserrat-Bold';
	margin-left: 40px;
	line-height: 150px;
}
.popup-contact-form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;	
}
.popup-contact-form .get-in-touch-main{
	background-color: transparent;
	box-shadow: none;
}
.popup-contact-form .gt-title h1{
	color: #fff;
}
.popup-contact-form .gt-inp{
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	color: #fff;
}
.popup-contact-form .gt-inp option{
	color:#000;
}
.popup-contact-form {

}
.popup-contact-form .gt-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Montserrat-Regular';
	color: #fff;
	opacity: 1;
	text-transform: capitalize;
}
.popup-contact-form .gt-inp::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Montserrat-Regular';
	color: #fff;
	opacity: 1;
	text-transform: capitalize;
}
.popup-contact-form .gt-inp:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Montserrat-Regular';
	color: #fff;
	opacity: 1;
	text-transform: capitalize;
}
.popup-contact-form .gt-inp:-moz-placeholder { /* Firefox 18- */
	font-family: 'Montserrat-Regular';
	color: #fff;
	opacity: 1;
	text-transform: capitalize;
}
.popup-contact-form textarea.gt-inp{
	border:0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-radius: 0;
	height: 120px;
	padding: 0;
}


/* NEW PORTFOLIO PAGE CSS */

.box-wrap-upper{
	width: 100%;
	text-align: center;
}
.port-logo img{
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.port-logo{
	/*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);*/
	display: inline-flex;
    border-radius: 8px;
    box-shadow: 0 13px 15px -5px rgba(0,0,0,0.4);
    /* object-fit: cover; */
    overflow: hidden;
}
.box-wrap-upper h2{
	width: 100%;
	color: #4a4a4a;
	font-size: 28px;
	font-family:'SFProDisplay-Regular';
	text-transform: uppercase;
	margin-top: 15px;
}
.box-wrap-upper h6{
	width: 100%;
	color: #727273;
	font-size: 13px;
	font-family:'SFProDisplay-Regular';
	text-transform: uppercase;
	margin-top:5px;
}
.box-wrap-middle{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.box-wrap-middle img{
	max-height: 440px;
}
.box-wrap-bottom{
	width: 100%;
	margin-top:-30px;
	position: relative;
}
.box-wrap-bottom p{
	font-family: 'SFProDisplay-Light';
	color: #101010;
	font-size:20px;
	margin-bottom: 20px;
	line-height:28px;
}
.box-wrap-bottom ul{
	width: 100%;
	padding: 0;
	margin: 0px;
}
.box-wrap-bottom ul li{
	display: inline-block;
	margin-bottom: 5px;
}
.box-wrap-bottom ul li a{
	padding: 5px 15px;
	border-radius: 50px;
	border:1px solid #0070ca;
	color: #0070ca;
	display: inline-block;
	font-family: 'SFProDisplay-Regular';
	font-size: 16px;
	text-transform: uppercase;
}
.portfolio-section-main{
	padding:50px 0px;
}
.portfolio-section-main .career-images-box{
	text-align: center;
} 
.portfolio-section-main .career-images-box img{
	width: 100%;
}
.career-padding{
	padding:120px 0px;
}
.career-padding-new{
	padding: 0 0 0;
}
.main-model-content .gt-up-safe a{
	color: #fff;
}
.main-model-content .gt-up-safe a span img{
	filter: brightness(0) invert(1);
}
.career-padding-new .career-content-box{
	padding: 0 0 0 90px;
}
.career-padding-new .career-images-box{
	text-align: center;
}
.career-padding-new .career-images-box img{ 
	max-width: 430px;
}
.career-padding-new .main-center-content{
	margin-top: 40px;
}
.caree-new-design .career-padding-new .main-center-content{
	margin-top: 0;
}
/* NEW PORTFOLIO PAGE CSS */


/*client testimonials detail start*/
.client-tab-section{
	width: 100%;
	padding: 60px 0;
	position: relative;
    z-index: 9;
}
.client-tab-section-con{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.client-tab{
	width: auto;
}
.client-tab ul{
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #3544b1;
	border-radius: 5px;
}
.client-tab ul li{
	display: inline-flex;
	flex-wrap: wrap;
}
.client-tab ul li a{
	border-radius: 5px;
	color: #fff;
	padding: 16px 65px;
	font-size: 16px;
	font-family: 'Montserrat-Medium';
}
.client-tab ul li a.active-tab{
	background-color: #fff;
	color: #3544b1;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.testimonials-listing{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 60px;
}
.testimonials-listing-box{
	width: 33.33%;
	padding: 0 15px 30px;
		
}
.listing-box-test{
	width: 100%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	/*margin-bottom: 30px;*/
}
.test-discription{
	width: 100%;
	padding: 120px 30px 100px;
	position: relative;
}
.test-discription:before{
	    content: "";
    background-image: url(../images/quote-left.png);
    position: absolute;
    top: 34px;
    left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.testimonials-profile{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	background-color: #3544b1;
	padding: 30px;
	position: relative;
}
.testimonials-pro-img{
	width: auto;
	margin-top: -80px;

}
.testimonials-pro-img img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonials-profile-name{
	width: 100%;
	padding: 16px 0 0;
}
.testimonials-profile-name .dis-h1 h4{
	color: #fff;
	margin-bottom:10px;
	font-family: 'Montserrat-Bold';
}
.testimonials-profile-name .dis-h1 h6{
	color: #fff;
	margin:0;
}
.sky-box-testimonilas .test-discription{
	background-color: #20d0f5;

}
.sky-box-testimonilas .test-discription .dis-h1 p{
	color: #fff;
}
.sky-box-testimonilas .testimonials-profile{
	background-color: #fff;
}
.sky-box-testimonilas .testimonials-profile .dis-h1 h4,.sky-box-testimonilas .testimonials-profile .dis-h1 h6{
	color: #252a37;
}
.dis-content p{
	font-family: 'Montserrat-Medium';
}
.sky-box-testimonilas .test-discription:before{
	background-image: url(../images/quote-left-wh.png);
}
.testimonials-video{
	width: 100%;
}
.testimonials-video iframe{
	width: 100%;
	height: 300px;
}
.video-box .testimonials-profile .dis-h1 h4,.video-box .testimonials-profile .dis-h1 h6{
	color: #252a37;
}
.video-box .testimonials-profile{
	background-color: #fff;
	padding: 10px 30px 32px;
}

/*responsive menu*/
.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 7px;
}

.animated-icon2 span:nth-child(4) {
top: 14px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon2 span {
background: #3544b1;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
width: 22px;
height: 18px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.responsive-main-menu {
    width: 100%;
    box-shadow: 0px 3px 16px rgba(0,0,0,0.1);
    display: none;
    z-index: 9999;
    position: relative;
}
.res_logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px 7px 10px 15px;
}
.res_logo a{
	line-height: normal;
}
.res_logo a svg path,.res_logo a svg circle{
	fill: #3544b1;
}
.res_logo a svg{
	width: 170px;
    height: 31px;
}


/*FORM*/
.form-main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0px;
}
.form-sub{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.form-sub form{
	width: 100%;
    background: #fff;
    padding: 60px;
    box-shadow: 0 0 32px 0px rgba(0, 0 , 0 , 0.1);

}
.apply-now form .gt-sub{
	width: 30%;
	padding-bottom: 30px;
	margin-top: 20px;
}
.Personal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.apply-now form .skill-part .gt-sub{
	width: 100%;
	padding-bottom: 20px;
}
.form-btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.apply-now form .Personal .gt-sub label{
	width: 100%;
    border: 0px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #333835;
    margin-bottom: 5px;
}
.apply-head.gt-title h1{
	font-size: 32px;
	padding-left: 15px;
}
.apply-head{
	padding-top: 30px;
}
.apply-now select.gt-inp{
	font-size: 20px;
}
.radio-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.radio-box .custom-control-label::after{
	width: 14px;
	height: 14px;
	background-size: cover;
	left: 1px;
	top: 8px;
}
.radio-box .custom-control-label::before{
	top:7px;
}
.radio-box .custom-radio .custom-control-input:checked~.custom-control-label::before{
    box-shadow: inset 0px 0px 0px 2px #00BCD4;
    border: 2px solid #00BCD4;
}
.radio-box .custom-radio .custom-control-input:checked~.custom-control-label::after{

}
.gt-sub-new{
	width: 50% !important;
}
select{
	-webkit-appearance: none;
	width: 100px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background-image:url('../images/down-select.png');
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	background-position: 95%;
}
.modal{
	z-index: 99999999999;
}
.cd-dropdown-wrapper{
	display: none !important;
}
.main-model-content .popup-contact-form .gt-sub select{
	background-image: url('../images/down-select-white.svg');
	background-size: 14px;
}

.offer-section .career-box{
	background-color: #f25a24;
}
.offer-section .green-box .career-box{
	background-color: #e5255a;
}
.offer-section .maj-box .career-box{
	background-color: #942e90;
}
.offer-section .orange-box .career-box{
	background-color: #5b4199;
}
.offer-section .black-box .career-box{
	background-color: #5165af;
}
.offer-section .sky-box .career-box{
	background-color: #046bb6;
}
.offer-section .sky-box .career-box{
	background-color: #0596d2;
}
.offer-section .career-box-root .btn-link a{
	border: 2px solid #fff;
    color: #fff;
    transition: all 0.5s !important;
}
.offer-section .career-box-root .btn-link a:hover{
	background-color: #ffffff;
	color: #323a45;
	text-decoration: none;
}
.btn-link:hover{
	text-decoration:none !important;
}
.logo-popup img {
    width: 172px;
}
.last_active_link{
	border-right:0 !important;
}

.team-images-group{}

/*get a quote popup css*/

div#get_quote{
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -99;
    min-height: 0;
    min-width: 100vw;
    pointer-events: auto;
    overflow: hidden;
}
.modal-content{background: transparent;}
div#get_quote.show1{
    /*z-index: 99999999999;*/
    z-index: 1111111111;
    min-height: 100vh;
}
.before{
	z-index: 999999999;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
    transform-origin: center;
    transition: transform 300ms cubic-bezier(.63,0,.39,.99),background 300ms cubic-bezier(.63,0,.39,.99);
    transition-delay: 0;
    transform: scale3d(1,0,1);
    transition-delay: 200ms;
}
.before.show1{
    transform: scale3d(1,1,1);
    transform-origin: 0 50vh 0;
}
#get_quote .modal-xl {
    height: 0;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999	;
    -webkit-overflow-scrolling: auto;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-overflow-scrolling: touch;
    transition: transform 300ms cubic-bezier(.63,0,.39,.99),opacity 300ms cubic-bezier(.63,0,.39,.99);
    transition-delay: 280ms;
    width: 100%;
    max-width: 100%;
    margin:  0px;
}

#get_quote.show1 .modal-xl{
	opacity: 1;
    transform: translate3d(0,0,0);
    height: 100vh;
}
#get_quote .modal-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 30px;
	border:0;
}
.model-popup-header img{
	max-width: 242px;
	width: 100%;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-ms-filter: invert(100%);
	-o-filter: invert(100%);
}
#get_quote .modal-header button{
	margin:0;
	display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 19px;
    align-items: center;
    opacity: 1 !important;
}
#get_quote .modal-header button img{
	width: 25px;
	margin-right: 10px;
}
#get_quote .modal-body{
	border:0;
	padding: 40px 30px;
	position: relative;
}
#get_quote .modal-body:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -160px;
    border: 20px solid #f7f7f7;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    border-top: 20px solid #3544b1;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 0.2;
    transform: translateY(-50%);
}
.quote-form-content{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.quote-form-container{
	width: 100%;
	max-width: 945px;
}
.quote-form-header{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.quote-form-Project{
	width: 100%;
	margin-top: 50px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.quote-project-form{
	width: 100%;
}
.quote-project-form .dis-h1 h4{
	width: 100%;
	text-align: center;
	color: #3544b1;
}
.quote-form-box-main{
	background-image: url(../images/quote-form.png);
	background-size: 100% 100%;
	padding: 0 80px 73px;
}
.quote-form-box-main .file-upload-text p{
	margin:0;
}
.quote-form-box-main .file-upload-control.main-commen-form{
	width: 100%;
}
.quote-form-box-main .file-upload-control.main-commen-form .file-upload-text{
	padding: 6px 0;
}
.quote-form-box-main .gt-box{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.quote-form-box-main .gt-box .gt-submit{
	float: unset;

}
.quote-form-footer{
	margin-top: 55px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.quote-form-footer .dis-h1 h5{
	font-family: 'Montserrat-SemiBold';
	color: #3544b1;
	font-size: 30px;
}
.meet-us-link {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.email-link-skype {
    padding: 0 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.email-link-skype a {
    font-size: 22px;
    font-family: 'Montserrat-SemiBold';
    color: #252a37;
}
.email-link-skype img {
    margin-right: 14px;
}
#get_quote{
	padding: 0 !important;
}
#get_quote::-webkit-scrollbar {
  width: 10px;
}
#get_quote .modal-content{
	max-height: 100vh;
	overflow-y: auto;
} 
#get_quote .modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
#get_quote .modal-content::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.15);
  outline: 1px solid slategrey;
}

#get_quote .modal-content{
	border:0;
	border-radius: 0 !important;
}
.static-body{
	overflow: hidden;
}


/*case study detail*/
.case-study-banner{
	width: 100%;
	background-color: #60bab0;
	padding-top: 140px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.case-study-banner:before{
	    content: "";
    position: absolute;
    top: 150px;
    right: -120px;
    border: 20px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 230px;
    height: 230px;
    border-top: 20px solid rgba(255,255,255,0.3);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.case-study-banner:after{
	    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    border: 20px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 230px;
    height: 230px;
    border-top: 20px solid rgba(255,255,255,0.3);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.case-study-banner-content{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.case-study-app-info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.case-study-app-info h5{
	color: #fff;
	font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Montserrat-Medium';
    width: 100%;
}
.case-study-app-info h1{
	color: #fff;
	font-size: 70px;
	margin-bottom: 10px;
	font-family: 'Montserrat-Bold';
	width: 100%;
}
.case-study-app-info p{
	color: #fff;
	font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
}
.case-study-banner-img{
	width: 100%;
	text-align: center;
}
.case-study-banner-img img{
	max-width: 800px;
	width: 100%;
}
.project-brief-wrap{
	width: 100%;
	padding: 120px 0;
}
.p-b-left{
	padding-right: 8%;
}
ul.duration-listing {
    width: 100%;
}
ul.duration-listing li {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
ul.duration-listing li:last-child{
	border-bottom: 0;
}
ul.duration-listing li span {
    width: 100%;
    font-size: 18px;
    color: #3544b1;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
}
ul.duration-listing li p {
    font-size: 20px;
    color: #111111;
    margin: 0;
    line-height: 32px;
    font-family: 'Montserrat-Regular';
}
.p-b-content{
	width: 100%;
}
.p-b-content h1{
	font-size: 46px;
	color: #23252c;
	font-family: 'Montserrat-Bold';
}
.p-b-content p{
	font-size: 18px;
    line-height: 32px;
    color: #111;
    margin-top: 20px;
}


.challenges-wrap{
	width: 100%;
	padding-bottom: 60px;
}
.challenges-wrap-sub{
	width: 100%;
}
.challenges-points{
	width: 100%;
	margin-top: 45px;
}
.challenges-wrap-sub .dis-h1 h2{
	color: #252a37;
	text-align: center;
}
.challenges-points li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-left: 50px;
    position: relative;
}
.challenges-points li:before {
    content: "";
    background: url(../images/tick.svg);
    width: 32px;
    height: 24px;
    float: left;
    position: absolute;
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
}
.challenges-points li h3{
	font-size: 32px;
	color: #252a37;
	font-weight: 600;
    margin: 0 0 15px;
    font-family: 'Montserrat-SemiBold';
}
.challenges-points li p{
	font-size: 18px;
    line-height: 32px;
	color: #111111;
    margin: 0;
    width: 100%;
    font-family: 'Montserrat-Regular';
}


.solutions-sec {
    width: 100%;
    padding: 120px 0;
    position: relative;
    background: #f5a020;
    
}
.solutions-sec-sub{
	width: 100%;
}
.solutions-sec-boxes-wrap{
	width: 100%;
	margin-top: 150px;
}
.solutions-sec-sub .dis-h1 h2{
	color: #fff;
	text-align: center;
}
.key-feature-listing{
	width: 100%;
}
.key-feature-listing-box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	padding-left: 75px;
	margin-bottom: 30px;
}
.key-feature-listing-box:before{
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 70px;
	line-height: 65px;
	font-family: 'Montserrat-Bold';
	color: #fff;
}
.key-feature-listing-box .dis-h1 p{
	color: #fff;
	font-family: 'Montserrat-Medium';
}
.key-feature-img{
	width: 100%;
	margin-top: 0;
}
.fetures-img-box{
	width: 100%;
}
.fetures-img-box img{
	width: 100%;
}
.contact-header{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contact-header h1{
	color: #252a37;
	margin-bottom: 10px;
}
.quote-form-Project .gt-box.gt-sub
{
	position: relative;
	background-color: transparent;
}
.quote-form-Project .gt-box.gt-sub input
{
	background-color: transparent;
}
.thank-you-before{
	z-index: 99999999999;
    background:rgba(0,0,0,0.5);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform-origin: center;
    transition: transform 300ms cubic-bezier(.63,0,.39,.99),background 300ms cubic-bezier(.63,0,.39,.99);
    transition-delay: 0;
    transform: scale3d(1,0,1);
    transition-delay: 200ms;
}
.thank-you-before.show-before{
	opacity: 1;
	visibility: visible;
	transform: scale3d(1,1,1);
    transform-origin: 0 50vh 0;
}

.thank-you-desc{
	width: 100%;
	text-align: center;
}
.thank-you-desc p{
	width: 100%;
	margin-top: 30px;
}

.fill-modal .modal-content{
	background-color: #ffffff;
}

#thank_you_modal .modal-content .close{
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	right:-12px;top: -12px;
	border:2px solid #f5a020;
	opacity: 1;
	z-index: 99999;
	display: flex;
	align-items:center;
	justify-content: center;
	transition: all .5s;
    -webkit-transition: all .5s;
}
#thank_you_modal .modal-content .close:hover{
	background-color: #3544b1;
	border-color: #3544b1;
}
#thank_you_modal .modal-content .close img{
	width:15px;
}
.fill-modal .modal-content{
	border:0px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.fill-modal .modal-content .modal-body{
	padding:50px;
}
.thank-you-desc .thank-you-img{
	width: 	220px;
}
#thank_you_modal .modal-dialog{
	max-width: 100%;
	transform: translate(0%,50%);
	-webkit-transform: translate(0%,50%);
	width: 700px;
}
div#thank_you_modal {
    padding-left: 0 !important;
    z-index: 999999999999;
}
.modal-backdrop{
	z-index: 999999;
}

.thank-header .dis-h1 h4{
	margin-top: 30px;
	line-height:36px;
	width: 100%;
}
.thank-header .dis-h1 h1{
	width: 100%;
	margin-top:30px;
	font-size:42px;
}
.thank-header .dis-h1 img{
	width: 180px;
}
.thank-header a{
	display: inline-block;
	width: auto;
	padding: 0px 30px;
	background-color: #3544b1;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	font-family: 'Montserrat-SemiBold';
	font-size: 16px;
	border-radius: 5px;
	margin-top:75px;
}





.case-study-start{
	transition: background 2s ease;
  /*background: #3498db;*/
}



/*jay css*/
.footer-logo li {
    display: table-cell;
    width: auto;
    padding-right: 50px;
    vertical-align: middle;
}
.footer-logo li a {
    padding-left: 0;
    margin-left: 0;
}
.footer-logo li img {
    width: auto;
    float: left;
    max-height: 60px;
}
.footer-logo {
	padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/*jay css*/

.footer-logo li:last-child{padding-right: 0px;}

.cd-dropdown-content ul
{
	z-index:999;
}
.form-main.apply-now
{
	margin-top:120px;
}
.team-testimonial-box-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.team-testimonial-box{
    width: 80%;
    padding: 60px;
    background-color: rgba(0,0,0,0.7);
}
.team-test-desc{
	width: 100%;
	position: relative;
}
.team-test-desc:before {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size: 50px;
    top: -40px;
    left: -20px;
    font-weight: 900;
}
.team-test-desc:after{
	position: absolute;
	content: '\f10e';
	font-family: 'Font Awesome 5 Free';
	color: #ffffff;
	font-size:50px;
	bottom:-40px;right:-20px;
	font-weight: 900;
}
.team-test-desc p{
	font-family: 'Montserrat-Regular';
	font-style: italic;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	width: 94%;
    margin: auto;
}
.team-testi-rating{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.team-testi-rating h3{
	font-family: 'Montserrat-Medium';
	font-size: 38px;
	color: #ffffff;
	background-color: #ed8a19;
	padding: 3px 10px;
	border-radius: 5px;
	line-height: normal;
}
.team-testi-rating ul{
	width: auto;
	margin: 0px;
	padding: 0px;
	margin-left:15px;
}
.team-testi-rating ul li{
	display: inline-block;
}
/*.contact-main .container>.row 
{
	margin:0;
}*/



/* --------------------------------------12-8-24-R----------------------------------------- */