
/*[[[[[[[[[[[[==SLIDER==]]]]]]]]]]]]*/
.inslider .carousel-inner .carousel-item{
	height: 80vh;
}

/*[[[[[[[[[[[[==BANNER==]]]]]]]]]]]]*/
.banner{
	background-size: cover;
  background-position: center;
  height: 105px;
  display: flex;
  align-items: flex-end;
}
.breadcrumb{
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: .875rem;
  height: 30px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.breadcrumb a{
	color: #666;
}
.breadcrumb .active{
	color: #022B45;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: '\f192';
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
  font-size: .7rem;
  margin-top: 3px;
  color: #022B45;
}

.bluebg{
	background-color: #eaf6ff;
}

/*[[[[[[[[[[[[==OVERVIEW==]]]]]]]]]]]]*/
.overview .ovdesc{
	text-align: center;
	line-height: 2;
	color: #666;
}
.overview{
    background-color: #fff;
    background-image: url(../img/images/servbg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.imgcenter{
	display: block;
	margin: auto;
}



.myaccordion .card{
	border: none;
	border-radius: .3rem;
	margin-bottom: 15px;
	background-color: transparent;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.myaccordion .card:hover{
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.myaccordion .card-header{
	padding: 0;
	border: none;
}
.myaccordion .card-header button{
	box-shadow: none;
    padding: 10px 15px;
    background-color: #e4edf9;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.myaccordion .card-header button .accic{
    width: 25px;
    border-right: 1px solid #ccc;
    margin-right: 5px;
}
.myaccordion .card-body{
	padding: 15px;
	color: #666;
}
.myaccordion .card-body p{
	border-left: 1px solid #ddd;
	padding-left: 15px;
}
.myaccordion .acctoggler{
	right: 10px;
}
.acctoggler{
	width: 20px;
	height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acctoggler:after,
.acctoggler:before{
	content: '';
	position: absolute;
	background-color: #999;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.acctoggler:after{
    width: 10px;
    height: 1.5px;
}
.acctoggler:before{
    height: 10px;
    width: 1.5px;
}
.acctoggler.active:before{
	height: 0;
}
.acctoggler.active{
	background-color: #1da1f2;
}
.acctoggler.active:after,
.acctoggler.active:before{
	background-color: #fff;
}



/*[[[[[[[[[[[[==PROCESSTECH==]]]]]]]]]]]]*/

.processtech {
	background-color: #fff;
}
.techlist{
	display: flex;
	flex-flow: wrap;
}
.techlist .clbox{
	display: flex;
	flex: 1 0 calc(100% / 4);
	width: 100%;
    border: .5px solid #e3eced;
    align-items: center;
    height: 100px;
    padding: 0 20px;
}
.techlist .clbox img{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 50px;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.techlist .clbox:hover img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

@media(max-width: 575px){
.techlist .clbox{
	flex: 1 0 calc(100% / 3);
	height: 90px;
}
}

@media(max-width: 360px){
.techlist .clbox{
	flex: 1 0 calc(100% / 2);
}
}



/*[[[[[[[[[[[[==PRICING==]]]]]]]]]]]]*/
.pricing{
	background-color: #072135;
}
.pricing ul{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	color: #ccc;
	margin-bottom: 2rem;
}
.pricing ul li{
	margin: 0 10px;
	position: relative;
	padding-left: 25px;
}
.pricing ul li:before{
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	left: 0;
    font-size: .875rem;
    margin-top: 2px;
    color: #03A9F4;
}
.pricemain{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 0.5rem;
    padding: 15px;
    margin-top: -3rem;
    background-color: #fff;
    margin-bottom: 3rem;
}
.pricecol{
	max-width: 350px;
}
.pricebox{
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pricebox:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.pricebox h4{
	font-weight: 700;
}
.pricebox p{
	color: #999;
}
.pricebox h2{
	font-weight: 800;
	margin-bottom: 0;
}
.pricebox .pricebtn{
	border: 1px solid;
	color: #1da1f2;
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: .3rem;
	margin-bottom: 1rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pricebox .pricebtn:hover{
	background-color: #1da1f2;
	color: #fff;
}
.pricebox .pricefeat{
	display: flex;
	flex-flow: column;
	line-height: 2;
	color: #666;
	font-size: .875rem;
}
.pricebox .pricefeat li{
	position: relative;
	padding-left: 24px;
}
.pricebox .pricefeat li:before{
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	left: 0;
    font-size: .6rem;
    margin-top: 6px;
    background: #4caf50;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}



/*[[[[[[[[[[[[==SEOCOMMON==]]]]]]]]]]]]*/
.seocommon{
	background-color: #fff;
}
.normlist{
	display: flex;
	flex-flow: column;
	color: #555;
}
.normlist li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
.normlist li:before{
	content: '\f140';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    font-size: .8rem;
	position: absolute;
	left: 0;
}




/*[[[[[[[[[[[[==SERVCLIENTS==]]]]]]]]]]]]*/
.servclients,
.servbusiness{
	background-color: #f4f6ff;
}
.servclients .climg{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
}
.servclients .climg img{
	max-height: 60px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.servclients .climg:hover img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.servclients .swiper-slide {
  height: calc(100% / 2);
}




/*[[[[[[[[[[[[==CLIENTS==]]]]]]]]]]]]*/
.mytabs{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-flow: nowrap;
	overflow: hidden;
	overflow-x: auto;
	border: none;
}
.mytabs li{
	flex: none;
	margin-bottom: 5px;
}
.mytabs li a{
	display: flex;
	color: #666;
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin-right: 10px;
	min-width: 130px;
  border-radius: 0.3rem;
	justify-content: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.mytabs li a:hover{
	color: #1da1f2;
	border-color: #1da1f2;
}
.mytabs li:last-child a{
	margin-right: 0;
}
.mytabs li a.active,
.mytabs li a.active:hover{
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2;
}
.mytabs li a .icon{
	width: 26px;
	margin-right: 10px;
}
.mytabs li a.active .icon{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mytabcontent{
	padding-top: 1rem;
}

.mytabcontent .clientlist .clbox img{
	filter: none;
	-webkit-filter: none;
}
.mytabcontent .clientlist .clbox:hover img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}




/*[[[[[[[[[[[[==SCHEDULE-DEMO==]]]]]]]]]]]]*/
.scheduledemo .schedulecol{
  position: relative;
  z-index: 1;
}
.scheduledemo .timezone{
	display: flex;
    flex-flow: column;
    width: 250px;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
}
.scheduledemo .timezone span{
	font-size: .875rem;
	color: #666;
	margin-bottom: 5px;
}
.scheduledemo .timezone select{
  width: 100%;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: 0;
  padding: 10px;
  color: #666;
}
.buttons-container{
	width: auto !important;
	right: 15px !important;
	font-family: 'Nunito', sans-serif !important;
}
.scheduleform{
  display: none;
  padding: 2rem 15px;
}
.scheduleform form .btn{
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin:0 5px;
}





/*[[[[[[[[[[[[==CONTACT==]]]]]]]]]]]]*/
.contactmain{
  background-color: #f4f6ff;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactmain:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.contentz{
  position: relative;
  z-index: 1;
}
.contact .contlist{
	display: flex;
	flex-flow: wrap;
    margin: 0 -10px;
}
.contact .contlist li{
  margin-bottom: 15px;
  padding: 0 10px;
  flex: 1 0 100%;
}
.contact .contlist a{
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  flex-flow: wrap;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: .3rem;
  height: 100%;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.contact .contlist a:hover{
  transform: translateX(6px);
}
.contact .contlist a.active{
  box-shadow: 0 0 0 5px rgba(0,0,0,0.05);
}
.contact .contlist a .icon{
  width: 40px;
  margin-right: 15px;
}
.contact .contlist a span.caption{
  font-size: 1rem;
  color: #999;
  font-weight: 500;
  display: block;
}
.contact .gencon a{
	color: #607d8b;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: .3rem;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-flex;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.contact .gencon a:hover{
	color: #1da1f2;
	border-color: #1da1f2;
}
.contact form .form-group {
  display: block;
  margin-bottom: 15px;
}
.contact form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.contact form .form-group label {
  position: relative;
  cursor: pointer;
}
.contact form .form-group label span{
    position: relative;
    top: 2px;
    font-size: .875rem;
    color: #666;
}
.contact form .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #1da1f2;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
      border-radius: 3px;
}
.contact form .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #1da1f2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.contact .myaccordion .card{
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.contact .myaccordion .card:hover{
	box-shadow: none;
}
.contact .myaccordion .card textarea{
  border: none;
  border-top: 1px solid #ddd;
  border-radius: 0;
  background-color: white;
}
.contact .myaccordion .card-header{
  padding: 0;
  background-color: transparent;
}
.contact .myaccordion .card-header .btn{
    color: #666;
    text-decoration: none;
    background-color: #f4f6ff;
    font-weight: 500;
}
.contact .myaccordion .card-header .btn i.fa{
  float: right;
  position: relative;
  top: 4px;
  color: #ccc;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.contact .myaccordion .card-header .btn i.fa.anglerotate{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.contact .myaccordion .card-header .btn:focus{
  box-shadow: none;
}

.conarea .card{
	border: none;
	box-shadow: 0 0 20px rgba(0,0,0,.075);
}
.conarea .card p{
	color: #666;
  margin-bottom: 5px;
}
.conarea .card .addloc{
	border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.congeneral{
	background-color: #efefff;
}
.congenlist{
	display: flex;
	flex-flow: wrap;
	color: #666;
	margin-bottom: 1rem;
}
.congenlist li a span{
	margin-left: 10px;
	color: #fff;
	padding: 3px 10px;
	border-radius: .3rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.congenlist li a span i{
	margin-right: 3px;
}
.congenlist li a .call{
	background-color: #1da1f2;
}
.congenlist li a .whatsapp{
	background-color: #4CAF50;
}
.congenlist li a span:hover{
	background-color: #BB2B2B;
}

@media(max-width: 991px){
.contact .contlist a{
	flex-flow: column;
}
.contact .contlist a .icon{
	margin-right: 0;
	margin-bottom: 6px;
}
}

@media(max-width: 991px){
.contactmain{
	padding-top: 0;
}
.contactmain:before{
	display: none;
}
.conarea{
	background-color: #fff;
	margin-bottom: 2rem;
	padding-top: 2rem;
}
}



/*[[[[[[[[[[[[==CASE-STUDY==]]]]]]]]]]]]*/
.casearea{
	padding: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.casearea:nth-child(odd),
.casedetail{
  background-color: #e1f5fe;
}

.casestudy .headcap{
	margin-bottom: 1rem;
	color: #333;
}
.wrcol{
	align-items: center;
}
.wrcol .logocon{
	padding: 10px 0;
	margin-bottom: 1rem;
	border-radius: .3rem;
	max-width: 280px;
}
.wrcol .logocon .wrlogo{
	max-height: 60px;
}
.wrcol .text-content p{
	color: #333;
}
.wrcol .wrlink{
	display: inline-block;
	color: #1da1f2;
	font-weight: 700;
    position: absolute;
    bottom: 1rem;
    right: 20px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.wrcol .wrlink span{
	margin-left: 5px;
}
.wrcol .wrlink:hover{
	color: #dd0735;
}
.wrcol .wrlink:hover span{
	animation: moveRight 1s infinite;
}
.caselogo{
	width: 250px;
	max-width: 250px;
}

.techused{
    display: flex;
    margin-bottom: 1.25rem;
}
.techused li{
	margin-right: 15px;
}
.techused li:last-child{
	margin-right: 0;
}
.techused li a {
    display: block;
    padding: 5px;
    border-radius: .3rem;
}
.techused li a img{
	height: 24px;
	display: block;
}

.mypagination .page-link{
	border: none;
	margin: 0 5px;
	color: #999;
	box-shadow: none;
	border-radius: .3rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.mypagination .page-item.disabled .page-link{
	color: #ccc;
}
.mypagination .page-item.active .page-link{
	background-color: #1da1f2;
}
ul.prosocial li a i{
	background-color: #1da1f2;
}


/*[[[[[[[[[[[[==BOXCOL==]]]]]]]]]]]]*/
.boxcol{
	border: 1px solid #ddd;
	border-radius: .3rem;
	padding: 15px;
	height: 100%;
}
.boxnorm{
	height: 100%;
}
.boxcol .icon,
.boxnorm .icon{
	width: 44px;
	margin-bottom: 1rem;
  margin-top: 1rem;
}
.boxcol h4,
.boxnorm h4{
	font-size: 1.2rem;
	font-weight: 700;
}
.boxcol p,
.boxnorm p{
	color: #666;
}
.boxcol .btngroup{
	justify-content: flex-start;
}
.boxcol .mybtn{
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
}

.boxcol.boxicon{
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.boxicon.column{
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.boxicon .contcol{
	width: 100%;
}
.boxcol.boxicon .contcol{
	width: calc(100% - 44px);
	padding-left: 15px;
}
.boxcol.boxicon .contcol p {
    margin: 0;
}
.boxicon .colvalue p{
  margin-bottom: 0;
  line-height: 1rem;
  margin-top: 5px;
}

.boxicon img.other{
  width: 100px;
}
.boxicon .valuelist{
  line-height: 2;
  text-align: left;
}
.boxicon .valuelist li{
  margin-bottom: 10px;
}
.boxicon .valuelist li .value{
  border: 1px solid #ccc;
  border-radius: .3rem;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}
.boxicon .valuelist li .name{
  margin-left: 10px;
  position: absolute;
  line-height: 16px;
  margin-top: 8px;
}

.mapval{
	position: absolute;
	top: 35%;
	left: 52%;
	width: 110px;
	height: 110px;
	line-height: 1.2;
	border-radius: 50%;
	font-size: 1rem;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 10px;
	animation: grow 1s infinite;
}
.mapval span.num{
  display: block;
  font-size: 2rem;
  color: #1a71b5;
}
@keyframes grow{
  0%{
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50%{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100%{
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


.gridbox{
	display: flex;
	flex-flow: wrap;
	align-items: center;
  padding: 10px;
  background-color: rgb(255,255,255,.5);
  border-radius: 0.3rem;
  height: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.gridbox:hover{
	transform: translateY(-3px);
  background-color: rgb(255,255,255,.75);
}
.gridbox .boximg{
	width: 35%;
}
.gridbox .boximg img{
	width: 100%;
	max-height: 150px;
}
.gridbox .boxcont{
	width: 65%;
	padding-left: 15px;
}
.gridbox .boxcont h5{
	font-size: 1.1rem;
	font-weight: 700;
}
.gridbox .boxlist{
	display: flex;
	flex-flow: column;
	position: relative;
	color: #666;
}
.gridbox .boxlist li{
	padding-left: 20px;
}
.gridbox .boxlist li:before{
	content: '';
	position: absolute;
	left: 0;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  margin-top: 5px;
}
.gridbox .boxlist li:nth-child(1):before{
	background-color: #1da1f2;
}
.gridbox .boxlist li:nth-child(2):before{
	background-color: #113244;
}
.gridbox .boxlist li:nth-child(3):before{
	background-color: #e5135e;
}

@media(max-width: 767px){
.gridbox{
	flex-flow: column;
}
.gridbox .boximg{
	width: 120px;
	height: 120px;
}
.gridbox .boximg img{
	height: 100%;
}
.gridbox .boxcont{
	width: 100%; 
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 1rem;
}
}

@media(max-width: 575px){
.boxnorm{
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.boxcol.boxicon{
	flex-flow: column;
	justify-content: center;
}
.boxcol.boxicon .contcol{
	text-align: center;
	padding: 0;
	width: 100%;
}
.boxcol.boxicon .contcol #rating{
	margin: auto;
}
}



/*[[[[[[[[[[[[==CAREERS==]]]]]]]]]]]]*/
.teaminsight{
	background-color: #eaf6ff;
}
.careerbox .boxcol{
	border-color: #eee;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.careerbox .boxcol:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.boxcol .infolist{
	color: #666;
}
.boxcol .infolist li span{
	color: #607D8B;
	margin-right: 5px;
  font-size: .875rem;
  border-right: 1px solid #ccc;
  width: 25px;
}
.internship{
	background-color: #f3f5fb;
  border-bottom: 1px solid #ddd;
}
.srbtncol{
	max-width: 200px;
}
ul.skills{
	display: flex;
	flex-flow: column;
}
ul.skills li{
	position: relative;
	padding-left: 15px;
}
ul.skills li:before{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #1DA1F2;
	position: absolute;
	left: 0;
}

.postinfo{
	display: flex;
	flex-flow: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
ul.postlist{
	display: flex;
	flex-flow: wrap;
}
ul.postlist li{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
}
ul.postlist li:last-child{
	padding-right: 0;
	margin-right: 0;
	border: none;
}
ul.postlist li span{
	font-weight: 700;
}
.postdet{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	font-size: .875rem;
  border-bottom: 1px solid #eee;
}
.postdet .topdet{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}
.postdet ul.postlist li span{
	display: block;
	color: #333;
	font-size: 1rem;
}
.postbtn{
	flex: 0 0 auto;
	border: none;
	outline: 0;
	box-shadow: none;
	padding: 0;
	background-color: transparent;
	font-weight: 700;
	color: #1da1f2;
}
.postbtn:focus{
	outline: 0;
}
.postbtn:hover{
	color: #BB2B2B;
}
.infotoggle{
	display: none;
}
.infotoggle h6{
	color: #333;
  margin-bottom: 3px;
}
.postlast{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.postlast .jobinfo p.jobid{
	font-weight: 700;
	color: #333;
}
.postlast .jobinfo p{
	margin-bottom: 0;
}


/*CUSTOM SELECT*/
.customselect select {
    display: none !important;
}

.customselect .dropdown-select {
    background-color: #fff;
    border-radius: .3rem;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}
.customselect .dropdown-select:focus {
    background-color: #fff;
}
.customselect .dropdown-select:hover {
    background-color: #fff;
}
.customselect .dropdown-select:active,
.customselect .dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
}
.customselect .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}
.customselect .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.customselect .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.customselect .dropdown-select.open .option {
    cursor: pointer;
}
.customselect .dropdown-select.wide {
    width: 100%;
}
.customselect .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.customselect .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}
.customselect .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.customselect .dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}
.customselect .dropdown-select .dd-searchbox{
  width:100%;
  padding:0 15px;
  border:1px solid #ddd;
  border-color:#ddd;
  border-radius:4px;
  outline:none;
  background-color: transparent;
}
.customselect .dropdown-select .dd-searchbox:focus{
  border-color:#1da1f2;
}
.customselect .dropdown-select .list ul {
    padding: 0;
}
.customselect .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}
.customselect .dropdown-select .option:hover,
.customselect .dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}
.customselect .dropdown-select .option.selected {
    font-weight: 600;
    color: #1da1f2;
}
.customselect .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}
.customselect .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.customselect .dropdown-select a:hover {
    color: #666;
}

@media(max-width: 991px){
.srinpcol,
.srbtncol{
	flex: auto;
  margin: auto;
}
}

@media(max-width: 480px){
.postdet .topdet{
	flex-flow: column;
	align-items: flex-start;
}
.postbtn{
	margin-top: 10px;
}
ul.postlist li{
	width: 100%;
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.postdet ul.postlist li span{
	display: inline-block;
	margin-left: 3px;
}
.postlast{
	flex-flow: column;
}
.postlast .jobinfo{
	margin-bottom: 5px;
}
}




/*[[[[[[[[[[[[==TEAM==]]]]]]]]]]]]*/
.teammd{
	background-color: #eaf6ff;
  background-image: url(../img/images/servbg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.teammd .founder{
	width: 320px;
	display: block;
	margin: auto;
}
.teammd h4{
	font-weight: 700;
}
.teammd .desig{
	display: block;
  color: #607D8B;
}
.teammd p{
	color: #607D8B;
}
.teammd ul.connect{
	display: flex;
	flex-flow: wrap;
	font-size: 1.2rem;
	margin-top: 5px;
}
.teammd ul.connect li{
	margin-right: 1.5rem;
}
.teammd ul.connect li a{
	color: #1DA1F2;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.teammd ul.connect li a:hover{
	color: #bb2b2b;
}
.teamimg{
	border-radius: .3rem;
	overflow: hidden;
}
.teamimg img{
	display: block;
	margin: auto;
}
.foundercont .quote{
	font-size: 2rem;
	display: block;
	color: #1da1f2;
	margin-bottom: 10px;
}

@media(max-width: 767px){
.foundercont{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1rem;
}
}




/*[[[[[[[[[[[[==PORTFOLIO==]]]]]]]]]]]]*/
.innermenu{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.innermenu li{
	margin: 0 5px;
}
.innermenu li a{
	color: #666;
  border: 1px solid #999;
  padding: 5px 10px;
  border-radius: 0.3rem;	
  font-weight: 600;
  display: block;
  margin: 5px 0;
  min-width: 100px;
  text-align: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.innermenu li a:hover{
	color: #1DA1F2;
	border-color: #1DA1F2;
}
.innermenu li.active a{
	color: #fff;
	background-color: #1DA1F2;
	border-color: #1DA1F2;
}

.probox{
	position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: zoom-in;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.probox:hover{
	box-shadow: 0 0 0 5px rgba(0,0,0,.2);	
}
.probox:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.probox:hover:after{
	opacity: 0;
}
.probox .proimg{
	background-color: #f7f7f7;
}
.probox .proimg img{
	display: block;
	margin: auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.probox .proover{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	text-align: center;
	background-color: rgba(10,20,50,0.7);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.probox:hover .proover{
	background-color: rgba(10,20,50,0.8);
}
.probox .proname{
	font-weight: 600;
	margin-bottom: 0;
}
.probox .procat{
	margin-bottom: 0;
  background-color: #2196f3;
  position: absolute;
  z-index: 1;
  top: -27px;
  font-size: .875rem;
  padding: 3px 6px;
}
.galmain .probox{
	margin: 15px 0;
}

.provid .proimg{
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.provid .proimg:before{
	content: '\f04b';
	font-family: 'Font Awesome 5 Free';
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  font-size: 1.2rem;
  background-color: rgba(0,0,0,.5);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.provid:hover .proimg:before{
	background-color: rgba(0,0,0,.75);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


@media(max-width: 767px){
.probox .proover{
	padding: 10px;
}
}

@media(max-width: 575px){
.galmain{
	margin: 0 -5px;
}
.galmain .probox{
	margin: 5px -10px;
}
.galmain .probox:hover{
	box-shadow: 0 0 0 3px rgba(0,0,0,.3);
}
}



/*[[[[[[[[[[[[==TESTIMONIALS==]]]]]]]]]]]]*/
.testiarea:nth-child(even){
	background-color: #eaf6ff;
}
.testiarea .testicontainer{
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-flow: wrap;
}
.testicontainer .testimg{
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/testimonials/testicon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 28px;
  position: relative;
}
.testicontainer .testimg span{
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(28,160,242,.2);
}
.testicontainer .testimg img{
	display: block;
	margin: auto;
}
.testicontainer .testvid{
	position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #e91e63;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  border: none;
  outline: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.testicontainer .testvid:hover{
	box-shadow: 0 0 0 5px rgba(0,0,0,.2);
}
.testicontainer .testdata{
	width: calc(100% - 180px);
	padding-right: 15px;
	padding-left: 20px;
}
.testiarea:nth-child(odd) .testdata{
	padding-left: 0;
	padding-right: 20px;
}
.testicontainer .testdata .review{
	color: #666;
	text-align: justify;
}
.testicontainer .testdata .quote{
	font-size: 1.5rem;
	color: #1DA1F2;
  margin-bottom: 1rem;
  display: block;
}
.author{
	width: 100%;
	text-align: right;
	position: relative;
}
.author:before{
	content: '';
	width: 150px;
  border-top: 1px solid #1da1f2;
	display: block;
	margin-bottom: 10px;
  margin-right: 0;
  margin-left: auto;
}
.testiarea:nth-child(odd) .author{
	text-align: left;
}
.testiarea:nth-child(odd) .author:before{
	margin-right: auto;
	margin-left: 0;
}
.author h4{
	margin-bottom: 0;
  font-size: 1.1rem;
  color: #333;
  position: relative;
  font-weight: 700;
}
.author p{
	margin-bottom: 0;
	color: #666;
	font-size: .875rem;
}

@media(max-width: 767px){
.testiarea .testicontainer{
	flex-flow: column;
}
.testicontainer .testimg{
	margin-right: auto;
	margin-left: auto;
}
.testicontainer .testdata,
.testiarea:nth-child(odd) .testdata{
	width: 100%;
	padding: 0 15px;
}
.testicontainer .testdata .quote{
	text-align: center;
	margin-top: 1.5rem;
}
.testicontainer .testdata .review{
	text-align: center;
}
.author,
.testiarea:nth-child(odd) .author{
	text-align: center;
}
.author:before,
.testiarea:nth-child(odd) .author:before{
	margin-left: auto;
	margin-right: auto;
  width: 2px;
  height: 20px;
  background: #1da1f2;
  border: none;
}
}

@media(max-width: 575px){
.testicontainer .testimg{
	width: 150px;
	height: 150px;
	padding: 26px;
}
}




/*[[[[[[[[[[[[==BLOGS|&|GALLERY==]]]]]]]]]]]]*/
.blogs,
.gallery{
	background-color: #f9f9f9;
}
.cardbox{
	position: relative;
	background-color: #fff;
	height: 100%;
	max-width: 460px;
	margin: auto;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.cardbox:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.cardbox .cardimg{
	background-color: #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	position: relative;
}
.cardbox .cardcont{
	padding: 15px;
	padding-bottom: 40px;
	position: relative;
}
.cardbox .cardcont .blogcat{
    display:flex;
    justify-content: space-between;
}

.cardbox .cardcont .blogcat .crcat{
  color: #bbb;
  border: 1px solid;
  padding: 0 4px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 0.3rem;
  font-size: .875rem;
}
.cardbox .cardcont .crdate{
	position: absolute;
  top: -40px;
  right: 15px;
  color: #fff;
  font-size: .875rem;
  background-color: #1da1f2;
  padding: 5px 15px;
  border-radius: 0.3rem;
}
.cardbox .cardcont h5{
	font-weight: 700;
}
.cardbox .cardcont p{
	color: #666;
	margin-bottom: 5px;
}
.bloginfo{
	display: flex;
	color: #666;
  font-size: .875rem;
}

.fancybox__container{
	z-index: 9999 !important;
}
.gallery .cardbox .cardimg:before{
	content: '\f03e';
	font-family: 'Font Awesome 5 Free';
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  font-size: 1.2rem;
  background-color: rgba(0,0,0,.5);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.gallery .cardbox.videobox .cardimg:before{
	content: '\f04b';
}
.gallery .cardbox:hover .cardimg:before{
	background-color: rgba(0,0,0,.75);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gallery .cardbox .cardimg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.gallery .cardbox:hover .cardimg:after{
	opacity: .3;
}
.gallery .cardbox.videobox .cardimg{
	max-height: 28vh;
	overflow: hidden;
}

@media(max-width: 991px){
.gallery .cardbox.videobox .cardimg{
	max-height: 38vh;
}
}

@media(max-width: 767px){
.gallery .cardbox.videobox .cardimg{
	max-height: 32vh;
}
}

@media(max-width: 575px){
.gallery .cardbox.videobox .cardimg{
	max-height: 100%;
}
}




/*[[[[[[[[[[[[==OUR-APPROACH==]]]]]]]]]]]]*/
.approach h3{
	font-weight: 700;
	position: relative;
	width: 100%;
}
.approach h3 span{
	background-color: #1DA1F2;
	width: 44px;
	height: 44px;
	line-height: 46px;
	border-radius: 50%;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}
.approach h3:before{
	content: '';
	position: absolute;
	top: 22px;
	right: 0;
	left: 60px;
	border-bottom: 2px dashed #ccc;
}
.text-content p{
	text-align: justify;
	color: #666;
	line-height: 1.6;
}

.mylist{
	display: flex;
	flex-flow: column;
	line-height: 1.6;
  color: #666;
}
.mylist li{
	position: relative;
	padding-left: 15px;
}
.mylist li:before{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	left: 0;
	color: #1a71b5;
}


.why-list{
        display: flex;
    flex-flow: wrap;
    margin: -10px;
    justify-content: center;
}
.why-list li{
    flex : 1 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
}
.why-box{
         padding: 20px;
    border-radius: 0.3rem;
    height: 100%;
    
}

.why-box.bx1{
        background: #ffe7b9;
}
.why-box.bx2{
        background: #b9ffe2;
}
.why-box.bx3{
        background: #b9dbff;
}
.why-box.bx4{
        background: #ffb9dd;
}
.why-box.bx5{
        background: #ffc1b9;
}
    .why-box.bx6{
        background: #fff6b9;
}
    .why-box.bx7{
        background: #c2ffb9;
}
    .why-box.bx8{
            background: #ccb9ff;
}

    
    
@media(max-width: 1199px){
    .why-list li {
    flex: 1 0 50%;
    max-width: 50%;
}
}
@media(max-width: 767px){
    .why-list li {
    flex: 1 0 100%;
    max-width: 100%;
}
}
    


.enquiry .hddesc{
    color: #535353 !important;
}

.menubox p:nth-of-type(1), .boxcol p:nth-of-type(1){
    margin-top: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}





/*faq accordian*/
.faqaccordian .accordion-item{
  border: 0 !important;
  margin-bottom: 10px;
}
.faqaccordian .accordion-button{
  background-color: #0272B8;
  color: #fff;
  font-size: 1rem;
    font-weight: 600;
  border-radius: 5px !important;
  box-shadow: none !important;
  width: 100%;
  border: none!important;
  padding: 10px;
  display: flex;
    justify-content: space-between;
    text-align: left;
}
.faqaccordian .accordion-button:not(.collapsed) {
  background-color: #000 !important;
  color: #fff;
  box-shadow: none !important;
}
.faqaccordian .accordion-button:not(.collapsed)::after {
  background-image: var(--accordion-btn-active-icon);
  transform: var(--accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}

.faqaccordian .accordion-header{
    margin-bottom: 0px!important;
}
.faqaccordian .accordion-body{
    padding: 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.faqaccordian .accordion-button:focus{
    outline: none!important;
}
.faqaccordian .accordion-button:not(.collapsed) .fa-angle-down {
    transform: rotate(-180deg);
}


@media(max-width: 700px){
   .cardbox .cardcont .blogcat{
    flex-direction:column;
    align-items: flex-start;
} 
}



