/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap'); */
body{
	font-family: 'Poppins', sans-serif !important;
}
p{
	color: #2d2c2c;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
}
.default_section,.default_div{
	width: 100%;
	float: left;
}
.default_section{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: wrap;
}
.header_section{
	background-color: #fff;
	padding:15px 0; 
}
.logo img{
	width: 300px;
	transition: all .3s ease-in-out;
}
.sticky .logo img{
	width: 150px;
}
.sticky{
   position: fixed;
   width: 100%;
   left: 0;
   z-index: 99;
   padding: 7px 0;
   top: 0;
   transition: all .3s ease-in-out;
   box-shadow: 0 2px 5px rgb(0,0,0,0.2);
}
/*.navications{
	align-items: center;
}
.navications li{
	margin-left:40px;
}*/
.navications .header_btn{
	/*background-color: #2048bb;*/
	border:1px #2048bb solid;
	color: #fff !important;
	position: relative;
	padding:10px 20px !important;
	border-radius: 30px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	z-index: 2;
}
.navications .header_btn:after{
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	transition: all .3s ease-in-out;
	z-index: -1;
   background-color: #2048bb;
}
.navications .header_btn:hover:after{
	width: 0;
}
.navications .header_btn:hover{
	color: #2048bb !important;
}
.navbar{
    position: relative;
    text-align: right;
}
.navbar li {
    display: inline-block;
}
.navbar li a {
    font-size: 18px;
    transition: 0.6s all ease;
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
}
.navbar li a i{
    font-size: 14px;
    position: relative;
    top: -2px;
    right: -5px;
    font-weight: 400;
    vertical-align: middle;
}
/*.navbar li a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #00a8e7;
    transition: 0.2s all ease;
}
.navbar li a:hover:after {
    width:80%;
    left: 15px;
    transition: 0.2s all ease;
}*/
.navbar li a:hover, .navbar li a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #00a8e7;
    transition: 0.5s all ease;
}
.navbar li.opened .nav_submenu{
    transform: translate(10px, 0px);
    opacity: 1;
    visibility: visible;
    display: flex;
    -webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-animation:animWrapper .3s ease-in-out;animation:animWrapper .3s ease-in-out
}

.navbar li:last-of-type .nav_submenu{
    right: 0;
    left: auto;
}
/*.navbar li:last-of-type  .nav_submenu:after{
    right: 30px;
    left: auto;
}*/
.nav_submenu h3{
    font-size: 18px;
    transition: 0.6s all ease;
    position: relative;
    display: block;
    padding:10px 5px;
    font-weight: 600;
    margin: 0;
    color: #000;
}
.nav_submenuitem{
	margin: 0;
	padding: 0;
}
.nav_submenu{
    background-color: #fff;
    position: absolute;
    display: none;
    top: 60px;
    border-radius: 5px;
    z-index: 9;
    text-align: left;
    display: flex;
    justify-content: space-between;
    right: 0;
    /*white-space: nowrap;*/
    padding: 10px;
    border-top: 2px #002049 solid;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translate(50px, 0px);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
}

.nav_submenu:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #002049;
    position: absolute;
    top: -10px;
    left:40px;
}
.nav_submenu li{
    display: block;
}

/* ------------------------------------*/
.software_menu .nav_submenu:after{
    /*left:80px;*/
	left:110px;
}


.services_menu .nav_submenu:after{
    left:44%;
}
.about_menu .nav_submenu:after{
         /*left: 38%;*/
	  left: 22%;
}
.nav_submenu li a{
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding:5px;
}
/*.nav_submenu li a:hover:after{
   left: 8px;
}*/
.navbar li.static_li{
    position: static;
}
.banner_section{
	position: relative;
	overflow: hidden;
}
.banner_section img{
	width: 100%;
}
.banner_caption{
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	left: 0;
}
.banner_caption h3,.banner_caption h4{
	color: #fff;
	margin: 0;
	font-weight: 300;
}

.banner_caption h4{
	font-size:36px;
	/* font-family: 'Bebas Neue', sans-serif; */
}
.banner_caption h3{
	font-size: 18px;
    margin-top: 20px;
	/* font-family: 'Abel', sans-serif; */
}
.banner_caption .default_btn{
   margin: 30px 0 0 0;
}
.banner_caption .default_btn:hover{
	background-color: #fff;
	border-color: #fff;
}
.home-banners .default_btn:hover{
   background-color: transparent;
}
.services_section{
	padding: 0 0 30px 0;
}

.section_title{
	padding: 40px 0 30px 0;
}
.section_title h3{
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #22346a;
}
.img_div{
	border-bottom:2px #dadada solid;
}
.box_div{
	border:2px #dadada solid;
	transition: all .3s ease-in-out;
	height: 100%;
	position: relative;
	padding-bottom:70px;
}
.center_div{
	width: 100%;
	padding: 0 25px;
	margin-top: -25px;
	text-align: center;
}
.icon_div{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	background-color: #ebf0ff; 
	display: inline-block;
	text-align: center;
	transform: translate(0px, -25px);
}

.icon_div img{
	max-width: 60px;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}
.icon-row h5{
margin-top: -50px;
}
.icon-row a{
	color:#fff;
	}
.center_div:hover .icon_div img{
	transform: rotate(360deg);
}
.box_div:hover{
	border-color: #2048bb;
}
.center_div h5{
	font-weight: 600;
	color: #2048bb;
	font-size: 30px;
	margin:0 0 15px 0;
}
.center_div h5 a{
	color: #2048bb;
	transition: all .3s ease-in-out;
}
.center_div h5 a:hover{
	color: #007bff;
}
.default_btn{
	border:1px transparent solid;
	color: #383838;
	font-weight: 600;
	font-size: 20px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding:10px 30px;
	margin: 0 0 15px 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
	z-index: 2;
}
.default_btn:after{
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 0%;
	transition: all .3s ease-in-out;
	z-index: -1;
   background-color: #2048bb;
}
.default_btn:hover:after,.box_div:hover .default_btn:after{
	width: 100%;
}

.box_div:hover .default_btn,.default_btn:hover{
	color: #fff;
}
.box_div .btn_div{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
}
.space_30{
   margin-bottom: 30px;
}
.solution_section{
	background-color: #ebf0ff;
	padding: 50px 0;
}
.heading_title h2{
	font-size: 40px;
	color: #22346a;
	font-weight: 600;
}
.solution_maindiv{
	position: relative;
}
.solution_maindiv:before{
	content: '';
	width: 2px;
	height: 100%;
	background-color: #2048bb;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -1px;
}
.solution_list{
	width: 100%;
	justify-content: space-between;
	display: flex;
	transition: all .3s ease-in-out;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.solution_list:hover{
	box-shadow: 0 7px 10px rgba(0,0,0,0.15);
	transform:translate(0px, -5px);
}
.blue_icondiv{
	background-color: #2048bb;
	display: flex;
	width: 200px;
	min-width: 200px;
	padding:20px 15px;
	justify-content: center;
	align-items: center;
}
.blue_icondiv img{
	max-width: 100px;
	transition: all .5s ease-in-out;
}
.solution_list:hover .blue_icondiv img{
	transform: rotate(360deg);
}
.solutioncontent_div{
	padding:20px;
}
.solutioncontent_div h4{
	font-size: 24px;
	font-weight: 500;
	color: #2048bb;
}
.solution_innerdiv{
	margin-top:60px;
	position: relative;
}
.solution_innerdiv:before{
	content: '';
	width: 12px;
	border-radius: 12px;
	height: 12px;
	background-color: #2048bb;
	position: absolute;
	top: -35px;
	left: 50%;
	margin: 0 0 0 -6px;
}
.solution_innerdiv:first-of-type:before{
	top:-60px;
}
.benifit_row{
	margin-top:30px;
}
.benifit_section{
	padding: 50px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url("../images/benifit_bannerimg.jpg"); 
}
.list_menu{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.list_menu li{
  position: relative;
  padding: 2px 0 2px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  list-style: none;
}
.list_menu li:before{
	content: '';
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url("../images/checkmark_icon.png");
	position: absolute;
	background-size: 100%;
	width: 15px;
	height: 15px;
	left: 0;
	top: 9px;
}
.trusted_section{
	padding: 50px 0;
}
.transform_section{
	padding: 50px 0;
	background-color: #22346a;
}
.imghover_div{
	overflow: hidden;
}
.imghover_div img{
	transition: all .5s ease-in-out;
}
.imghover_div img:hover{
	transform:scale(1.1);
}
.white_btn{
   margin: 20px 0 0 0;
   color: #22346a;
   border:1px #fff solid;
}
.white_btn:after{
	background-color: #fff;
	width: 100%;
}
.white_btn:hover{
	color: #fff;
}
.white_btn:hover:after{
	width: 0;
}
.blue_btn{
   color: #fff;
   border:1px #2048bb solid;
}
.blue_btn:after{
	background-color: #2048bb;

	width: 100%;
}
.blue_btn:hover,.box_div:hover .blue_btn{
	color: #2048bb;
}
.blue_btn:hover:after{
	width: 0;
}
.box_div:hover .blue_btn:after{
    width: 0;
}
.gettouch_section{
	padding: 50px 0;
	background-color: #2048bb;
}
.git_form{
	max-width: 80%;
	float: left;
	margin:30px 10% 0 10%;
}
.git_form .default_btn{
	background-color: #fff;
}
.footer_section{
	padding:40px 0;
}
.footer_widget h6{
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.footer_links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_links li{
	display: block;
	margin: 10px 0;
	line-height: 24px;
}
.footer_links li a{
	font-size: 18px;
	color: #6f6f6f;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
}
/*.footer_links li a:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	z-index: -1;
	width: 10px;
	transition: all .3s ease-in-out;
	height: 2px;
	background-color: #fff;
}*/
.footer_links li a:hover{
	color: #2048bb; 
}
/*.footer_links li a:hover:before{
	background-color: #2048bb;
}*/
/*.call_info li{
	white-space: nowrap;
}*/
.call_info li a:hover{
  padding-left: 0;
}
.call_info li a:before{
	content: none;
}
.footer_img{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content:flex-start;
}
.copyright_section{
	padding: 28px 0;
	background-color: #e8eaf0;
}
.copyright_section p{
	font-size: 18px;
	color: #6f6f6f;
}
.gpw_img{
	position: fixed;
	right: 0;
	top: 0;
	z-index:100;
}
.gpw_img img{
	max-height: 110px;
}
.android_boxdiv .box_div,.cybersec_boxdiv .box_div{
	padding-bottom: 0px;
}
.cybersec_boxdiv .center_div{
   margin: 20px 0 0 0;
}
.app_testimonial{
	padding: 50px 0;
	background: linear-gradient(90deg, #0d2262 50%, #f4f4f4 50%);
}
.project_infodiv{
	display: flex;
	width: 100%;
	align-items: center;
	height: 100%;
}
.project_itemdiv{
	width: 200px;
	height: 200px;
	padding: 15px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	border:3px #fff solid;
	border-radius: 100%;
	margin-left: 50px;
}
.project_number{
	width: 100%;
	text-align: center;
}
.project_number strong{
	font-size:40px;
	line-height: 40px;
}
.theme-color{
	color: #22346a;
}
.blue-color{
	color: #2048bb;
}
.testimonial_div h4{
	font-weight: 600;
	margin-bottom: 15px
}
.testimonial_slider{
	padding: 0 10px;
}
.client_img{
	width:60px;
	height: 60px;
	border-radius: 100%;
	border:1px #ddd solid;
	margin-right: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.client_img img{
	max-width: 60px;
}
.client_infodiv{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}
.client_info{
	justify-content: center;
}
.client_info strong{
	display: block;
	line-height: 14px;
	color: #000;
}
.industries_section{
	padding: 50px 0 50px 0;
	margin: 30px 0 0 0;
	background-color: #ebf0ff;
}
.industries_section .owl-dots{
	bottom: -20px;
}
.industries_list {
    width: 100%;
    margin-right: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-flow: wrap;
}
.industries_list p{
	width: 100%;
}
.industries_listitem{
	width:120px;
	min-width: 120px;
	height:120px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 10px 0;
}
.industries_list img{
	max-width: 70px;
}
.industries_slider{
	display: flex;
	margin: 20px 0 0 0;
	width: 100%;
	justify-content:center;
	align-items: center;
}
.choose_section{
	padding: 30px 0 0 0;
}
.development_items{
	transition: all .5s ease-in-out;
	padding: 15px 0px;
	height: 100%;
}
/*.development_items:hover{
	background-color: #22346a;
}*/
.development_items h3,.development_items p{
	transition: all .5s ease-in-out;
}
.development_items p{
	margin: 0;
}
/*.development_items:hover.development_items h3,.development_items:hover.development_items p{
	color: #fff;
}*/

.development_itemsfixed{
   background-color: #22346a;
   padding: 15px 20px;
}

.development_itemsfixed h3{
	font-size: 36px
}
.innerservices_section{
	background-color: #ebf0ff;
	padding: 0px 0 0 0;
	margin: 0 0 50px 0;
}
.smallbox_row{
	margin-top: 30px;
	margin-bottom: 30px;
}
.smallbox_row .blue_icondiv img{
   max-width: 70px;
}
.smallbox_row .blue_icondiv{
	width: 115px;
	min-width: 115px;
	min-height: 115px;
}
.smallbox_row .solution_list{
	justify-content: flex-start;
	height: 100%;
}
.smallbox_row .solutioncontent_div{
	align-items: center;
	display: flex;
}
p small{
	font-size: 20px;
}
.cybersec_maindiv .solutioncontent_div{
   display: flex;
   align-items: center;
}
.cybersec_maindiv .solution_innerdiv:before{
	content: none;
}
.solutioncontent_div h4{
	margin: 0 20px 0 0;
	min-width: 220px;
}
.cybersec_maindiv .solution_innerdiv{
	margin-top: 40px;
}
.cybersec_maindiv .solution_innerdiv .solution_list{
	justify-content: flex-start;
}
.risk_section{
	padding: 30px 0 0 0;
}
.why_section{
	background-color: #ebf0ff;
	padding: 50px 0 10px 0;
}
.why_section h2{
  margin:0 0 30px 0; 
}
.outsource_div{
	display: flex;
	width: 100%;
	align-items: center;
	flex-flow: wrap;
}
.outsource_div .industries_listitem{
   background-color: #fff;
   margin-right: 20px;
}
.outsource_div .industries_list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    text-align: left;
}
.space_20 {
    margin-bottom: 20px;
}
.outsource_div .industries_list p{
	font-size: 24px;
	color: #000;
}
.banner_caption h3 img{
	max-width: 100px;
	margin: -30px 0 0 0;
}
/*.mad_section{
	padding: 30px 0 0 0; 
 }*/
.ms365class h3 img{
	margin: 0;
	max-width: 50px;
}
.ms365_row .img_div{
   border-bottom:0px #dadada solid;
   border-left:2px #dadada solid;
   border-right:2px #dadada solid;
   border-top:2px #dadada solid;
}
.ms365_row .box_div{
	border-color: #fff;
	background-color: #f1f4ff;
	padding-bottom:20px;
	float: left;
	width: 100%;
}
.ms365_row .img_div h5{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 26px;
}
.ms_basic{
	background-position: 0 0;
	min-height: 80px;
	background-image: url(../images/microsoft-basic.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 15px;
}
.ms_standard{
	background-position: 0 0;
	min-height: 80px;
	background-image: url(../images/microsoft-premium.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 15px;
}
.ms_premium{
	background-position: 0 0;
	min-height: 80px;
	background-image: url(../images/microsoft-standard.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 15px;
}
.ms365_row .center_div{
	text-align: left;
	margin: 0;
	padding: 15px 20px;
	float: left;
}
.ms365_row .list_menu{
	min-height: 250px;
	margin: 0;
}
.ms365_row .list_menu li{
  color: #000;
  padding: 5px 0 5px 25px;
}
.ms365_row .list_menu li:before{
	background-image: url(../images/checkblack_icon.png);
	width: 16px;
	height: 16px;
}
.ms365_row .ms_standarddiv{
   background-color: #e2e9ff;
}
.palns_items{
	width: 100%;
	display: flex;
}
.palns_items_list{
	width: 100%;
	padding: 0 20px 0 0;
}
.palns_items_list .list_menu li:before{
    background-image: url(../images/checkblack_icon.png);
	width: 16px;
	height: 16px;
}
.palns_items_list .list_menu li{
	color: #000;
}
.ms-plans .solution_list{
	background-color: #f1f4ff;
	box-shadow: none;
}
.ms-plans .solution_innerdiv{
	margin: 0;
}
.benifit_row strong{
	font-size: 20px;
}
.p-tagextra{
	margin-top:15px;
	/*padding-left:30px;*/ 
}
.process-img{
	text-align: center;
}
.process-img img{
	max-width: 80%;
}
.grey-color{
	color: #3d3d3d !important;
}
.ends-points{
	margin-top: 30px;
}
.key_section{
	padding:30px 0 0 0;
	background-color: #fff;
}
.key_section .heading_title{
   margin-bottom:20px
}
.homeindustries_section{
	background-color: #ebf0ff;
}
.homeindustries_section .industries_listitem{
	background-color: #fff
}
.client_section{
	padding: 30px 0 80px 0;
	background-color: #f4f4f4;
	margin: 30px 0 0 0;
}
.clients-logo{
	width: 100%;
	background-color: #fff;
	min-height: 136px;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 10px;
}
.client_section .heading_title,.testimonial_section .heading_title{
  margin: 0 0 20px 0;
}
.client_section .owl-dots,.testimonial_section .owl-dots{
	bottom: -50px;
}
.testimonial_section{
	padding: 30px 0 70px 0;
}
.testimonial_section .container{
	max-width: 98%;
}
.light-greybg{
	background-color: #f9f9f9;
}
.erp_section{
	padding: 30px 0;
}
.erp_section01{
	background-color: #ebf0ff;
	position: relative;
}
.erp_section01:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-position: left top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../images/erp_img01.jpg');
	height: 100%;
	width: 50%;
}
.erp_section02,.erp_section04,.rpa_section02{
	background-color: #dce5ff;
}
.erp_section02:before{
	background-image: url('../images/erp_img02.jpg');
}
.erp_section03:before{
	background-image: url('../images/erp_img03.jpg');
}
.erp_section04:before{
  background-image: url('../images/erp_img04.jpg');
}
.erp_section05:before{
  background-image: url('../images/erp_img05.jpg');
}
.rpa_section01:before{
   background-image: url('../images/rpa-img01.jpg');
}
.rpa_section02:before{
	background-image: url('../images/rpa-img02.jpg');
}
.rpa_section03:before{
	background-image: url('../images/rpa-img03.jpg');
}
.si_section01:before{
	background-image: url('../images/system-in/data-center.jpg');
}
.si_section02:before{
	background-image: url('../images/system-in/networking.jpg');
}
.si_section03:before{
	background-image: url('../images/system-in/virtual.jpg');
}
.si_section04:before{
	background-image: url('../images/system-in/security.jpg');
}
.af_section01:before{
    background-image: url('../images/ai/improve-business.jpg');
}
.af_section02:before{
    background-image: url('../images/ai/tools-and-framework.jpg');
}
.av_section01:before{
    background-image: url('../images/app-vertualization/services.jpg');
}
.av_section02:before{
    background-image: url('../images/app-vertualization/Tools-and-Technologies.jpg');
}
.av_section03:before{
	background-image: url('../images/app-vertualization/platforms.jpg');
}
.cloud-compting01:before{
	background-image: url('../images/cloud-computing/cloud-app.jpg');
}
.cloud-compting02:before{
	background-image: url('../images/cloud-computing/cloud-adoption.jpg');
}
.cloud-compting03:before{
	background-image: url('../images/cloud-computing/optimization.jpg');
}
.cloud-compting04:before{
	background-image: url('../images/cloud-computing/infrastructure.jpg');
}
.cloud-compting05:before{
	background-image: url('../images/cloud-computing/cloud-security.jpg');
}
.cloud-compting06:before{
	background-image: url('../images/cloud-computing/modernization.jpg');
}
.cloud-compting07:before{
	background-image: url('../images/cloud-computing/disaster-management.jpg');
}
.cloud-compting08:before{
	background-image: url('../images/cloud-computing/management.jpg');
}
.elv-section01:before{
	background-image: url('../images/elv/cabling.jpg');
}
.elv-section02:before{
	background-image: url('../images/elv/CCTV.jpg');
}
.elv-section03:before{
	background-image: url('../images/elv/SMATV.jpg');
}
.elv-section04:before{
	background-image: url('../images/elv/Access.jpg');
}
.elv-section05:before{
	background-image: url('../images/elv/queue-management.jpg');
}
.elv-section06:before{
	background-image: url('../images/elv/voice-management.jpg');
}
/*.ai_section02{
	background-color: #ebf0ff;
}*/
/*.ai_section01:before{
	background-image: url('../images/ai/improve-business.jpg');
}*/

.erp_innerdiv{
	padding: 50px 0;
}
.erp_content h5{
	color: #2048bb;
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 500;
}
.rpa_info{
	width: 100%;
	padding: 0 20px;
	margin: 0;
	list-style: none;
}
.rpa_info li{
	color: #2048bb;
	font-size: 24px;
	margin: 0 0 0px 0;
	padding: 0 0 0 25px;
	font-weight: 500;
	position: relative;
}
.rpa_info li:before{
	position: absolute;
	content: '';
	left: 0;
	top: 13px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color:  #2048bb;
}
.offering_section{
	padding:20px 0 0 0; 
}
.rpa_offerlist .center_div{
	text-align: left;
	margin:15px 0 0 0;
	padding: 0 15px;
}
.rpa_offerlist .center_div h5{
	font-size: 22px;
}
.rpa_offerlist .box_div{
	padding-bottom:20px;
}
.rpa_listinfo{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rpa_listinfo li{
	position: relative;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	color: #2048bb;
	padding: 0 0 0 15px;
}
.rpa_listinfo li:before{
    position: absolute;
	content: '';
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color:  #2048bb;
}
.conatct_section, .about_section{
	background-color: #fff;
	padding:50px 0; 
}
.contact_list h5{
	font-weight: 600;
    color: #2048bb;
    font-size: 24px;
    margin: 0 0 15px 0;
}
.contact_list a{
	color: #676767;
}
.contact_list a:hover{
	color: #007bff;
}
.map_section iframe{
	height: 300px;
	border: 0;
	width: 100%;
	filter: grayscale(100%);
}
.mission_section{
	background-color: #ebf0ff;
	padding: 50px 0;
}
.mission_info{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding:30px 20px;
	text-align: center;
	border:2px #dadada solid;
}
.mission_info p{
	margin: 0;
}
.mission_info h5{
	font-weight: 600;
    color: #2048bb;
    font-size: 30px;
    margin: 0 0 15px 0;
}
.teammangemtn_section{
	background-color: #fff;
	padding: 50px 0 20px 0;
}
.team-member{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
.team-member img{
	max-width: 180px;
	margin-right: 20px;
}
.team-member strong{
	display: block;
	color: #2048bb;
	font-size: 20px;
}
.team-member span{
	display: block;
	color: #8d8d8d;
	font-style: italic;
	font-size: 18px;
}
.teammangemtn_section .section_title h3{
	border-bottom: 1px #ddd solid;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}
.ai_section01:before{
	content: none;
}
.copyright_section a{
   color: #6f6f6f;
}
.copyright_section a:hover{
   color: #007bff;
}
.app_testimonial .project_number p{
	text-transform: uppercase;
}
.social_mediaicon{
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social_mediaicon li{
	margin-right: 10px;
}
.social_mediaicon li a{
	color: #6f6f6f;
	font-size: 18px;
	transition: 0.2s all ease-in-out;
}
.social_mediaicon li a:hover{
	/*color: #2048bb;*/
	transform: scale(0.2);
	font-size: 20px;
}
.git_form label sup{
	color: #f00;
}
select.form-control{
	appearance: none;
	-webkit-appearance: none;
	line-height: 42px;
	-moz-appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('../images/select_arrow.png');
}
.smart_section{
	padding:40px 0 10px 0;
	background-color: #fff; 
}
.huawei-info p{
	margin: 30px 0 0 0;
}
.huawei-boxes{
	margin-top: 40px;
}
.huawei-box{
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	border-radius: 10px;
	padding:20px;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.huawei-boximg{
	width: 40%;
	margin: 20px 0 0 0;
	/*display: flex;
	align-items: center;*/
}
.huawei-boxinfo{
	width: 55%;
}
.s2_section{
	background-color: #f9f9fb;
	padding: 50px 0 20px 0;
}

.hs2section{
	background-color: #f4f4f6;
	padding: 20px 0 0 0;
}
.product_bgheading h2{
	font-size: 50px;
	color: #000100;
}
.product_bgheading strong{
	color: #000100;
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.customized_btn{
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 7px 30px;
	background-color: #c90012;
	margin: 20px 0 0 0;
	transition: all .3s ease-in-out;
}
.customized_btn:hover{
	color: #000;
}
.hi-s2-info{
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 20px;
}
.hi-s2-info h3{
	margin: 20px 0;
	color: #000100;
}

.hb2section{
   background-image: url('../images/banner-pc-en.jpg');
   background-position: 0 0;
   background-size: 100%;
   background-repeat: no-repeat;
   padding: 180px 0;
}
.hb3_section{
	padding: 0px 0;
	background-color: #fff;
}
.hs2section{
	background-image: url('../images/banner-pc-s2.jpg');
   background-position: 0 0;
   background-repeat: no-repeat;
   background-size: 100%;
   padding: 180px 0;
}
.pro_speciheading{
	width: 100%;
	float: left;
	text-align: center;
}
.show-more-height {
    height:0px;
    overflow: hidden;
}
.show-more{
  color: #c90012;
  font-size: 20px;
  display: inline-block;
  margin:0 0 20px 0;
  cursor: pointer;
  position: relative;
}
.show-more:after{
  content: '\f107';
  font-family: FontAwesome;
  font-size: 24px;
  color: #c90012;
  display: inline-block;
  margin: 2px 0 0 5px;
}
.less-btn:after{
  content: '\f106';
}
.show_morediv{
	text-align: center;
}

.cistern {
    padding: 30px 20px 0 20px;
    float: left;
    width: 100%;
    position: relative;
}
.cistern .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}
.cistern .list .list-item {
    width: 33%;
}
.cistern .list .list-item .name {
    font-size: 20px;
    padding-left: 210px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
    padding-top: 40px;
}
.cistern .list .list-item .params {
    position: relative;
    font-size: 14px;
    line-height:18px;
    color: #000;
}
.cistern .list>li:first-child .params .params-group {
    visibility: visible;
}
.cistern .list .list-item .params .params-group {
    visibility: hidden;
    padding-top: 20px;
    padding-bottom: 12px;
    font-weight: 600;
}
.cistern .list .list-item .params .params-item {
    padding-top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}
.cistern .list>li:first-child .params .params-item .pramaName {
    visibility: visible;
}
.cistern .list .list-item .params .params-item .pramaName {
    visibility: hidden;
    display: inline-block;
    width: 215px;
    padding-right: 10px;
}
.cistern .list .list-item .params .params-item .pramaValue {
    display: inline-block;
    width: 53%;
}
.cistern .other-list.wap {
    display: none;
}
.cistern .other-list {
    padding-top: 24px;
    border-top: 1px solid #333;
    padding-bottom: 10px;
}
.smartScreen-type.cistern .list .list-item {
    width: 50%;
}
.huaidea-hub .container{
	position: relative;
}
.huaidea-hub .customized_btn{
    position: absolute;
    left: 11%;
    top: 60px;
    padding: 10px 30px;
}
.cloud_lists{
	width: 100%;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	justify-content: center;
	padding: 0;
}
.cloud_lists li{
	width: 33%;
	display: flex;
	align-items: center;
	line-height: 26px;
	font-size: 24px;
	font-weight: 600;
}
.cloud_lists li img{
	max-width: 100px;
	margin-right: 20px
}
.registerform_section{
	padding:20px 0;
	background-color: #f2f2f2;
}
.registerform_section .container{
   max-width: 830px;
}
.registerform_section .git_form{
	max-width: 100%;
	margin: 0;
}

.registerform_section .heading_title h2{
   margin:15px 0;
   font-size: 20px;
   border-bottom: 1px #ddd solid;
   padding-bottom: 10px;
}
.registerform_section .form-control:focus,.callsidecard .form-control:focus{
   background-color: #ebebeb;
}
.callsidecard .form-control{
	height: 42px;
	font-size: 14px;
}
.callsidecard textarea.form-control{
	min-height: 100px;
}
.callsidecard h5{
	margin: 0 0 15px 0;
}
.white-bg{
	background-color: #fff;
}
.lightg-bg{
	background-color:#ebf0ff;
}
.clientstestimonial-slider .owl-item{
   background-color: transparent;
   padding:20px 10px;
   min-height: 100%;
   display: flex;
   float: none;
}

.clientstestimonial-slider .owl-stage-outer{
	display: flex;
}
.clientstestimonial-slider .owl-stage{
	display: flex;
	align-items: flex-start;
}
.industries_section.white-bg .industries_listitem{
  background-color:#ebf0ff;
}
.stats_section {
    background-color: #ebf0ff;
    padding: 30px 0;
}
.stats-row{
	width: 100%;
	margin: 0 0 0px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.counter-box{
	width: 20%;
	padding: 20px;
	display: flex;
	align-items: center;
	/*flex-flow: wrap;*/
}
.stats-icon{
    color: #2048bb;
    font-size:50px;
    margin: 0 15px 0 0;
}
.stats-info strong{
   font-size:40px;
   line-height: 40px;
   display: block;
   position: relative;
}
.stats-info strong:after{
	content: '+';
	font-size:40px;
	color: #ffffff;
}
.stats-info p{
	margin: 0;
}
.why-row .development_items{
	/*padding: 20px; */
	padding: 20px 20px 6px 20px;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgb(203 215 250);
}
.why-row .development_items p{
padding-bottom: 10px;
}




.why-icondiv{
	display: flex;
	align-items: center;
	margin: 0 0 0px 0;
}
.why-icondiv h3{
	margin: 0;
	font-size: 24px;
}
.why-icondiv img{
	margin: 0 15px 0px 0;
	max-width: 50px;
	min-width: 50px;
}
.testimonial_info{
	width: 98%;
	padding:20px 15px 20px 25px;
	height: 100%;
	position: relative;
	background-color: #fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 2px 7px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.05);
}
.testimonial_info p{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.inner-main-div{
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	justify-content: space-between;
}
.testi_info{
	display: flex;
	align-items: center;
	margin: 0 0 0px 0;
}
.testi_info small{
	display: block;
	line-height: 18px;
}
.user_img{
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	background-color: #ebf0ff;
	overflow: hidden;
	margin: 0 12px 0 0;
}
/*.user_img img{
  max-width: 40px;
}*/
.testimonial_info:after{
    content: "";
    position: absolute;
    left: 40px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.border_div{
	position: absolute;
    left: 10px;
    top:-10px;
    width: 100%;
    border: 1px #000 solid;
    border-radius: 10px;
    height: 100%;
}
.testimonial_info:before{
    content: "";
    position: absolute;
    z-index: 9;
    left: 45px;
    bottom:-9px;
    width: 19px;
    height: 20px;
    background-image: url('../images/quote-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.star-rating{
	font-size: 14px;
}
.testimo-page .space_30 {
    margin-bottom: 50px;
}
.testimo-page{
	padding: 50px 0 10px 0;
}
.career_section{
	background-color: #ebf0ff;
	padding: 30px 0;
}
.certification-list{
	background-color: #fff;
	padding: 10px;
	border: 1px #ddd solid;
	width: 100%;
	float: left;
	transition: all .3s ease-in-out;
	text-align: center;
	overflow: hidden;
}
.certification-list img{
	transition: all .3s ease-in-out;
}
.certification-list:hover{
	border-color: #22346a;
}
.certification-list:hover img{
	transform: scale(1.1,1.1);
}

body.open-it, body.callopen-it {
    overflow: hidden;
}
.open-it {
    visibility: visible;
}
.callsidecard {
    max-width: 420px;
    left: -15000px;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.callsidecard.open-it {
    left: 0;
}
.shadowpt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
}
.callsidecard.open-it .shadowpt {
    visibility: visible;
    opacity: 0.8;
}
.btnsclose {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #2048bb;
    opacity: 1;
    font-size: 20px;
    z-index: 999;
    font-weight: 600;  
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.btnsclose:hover{
  color: #000;
}
.callsidecard .innercallwrap {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
}
.main_block {
    background-color: transparent;
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
    padding:15px 20px;
    overflow: auto;
    height: 100%;
}
.quote{
	display: flex;
	align-items: center;
	position: fixed;
	right: 0;
	top: 50%;
	margin: -22px 0 0 0;
	z-index: 99;
	background-color: #2a5ffd;
	height: 50px;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	height: 60px;
	padding:10px;
	line-height: 22px;
	width: 140px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	border-radius: 5px 0px 0px 5px;
	box-shadow: -9px 13px 24px -2px rgba(0,0,0,0.42);
-webkit-box-shadow: -9px 13px 24px -2px rgba(0,0,0,0.42);
-moz-box-shadow: -9px 13px 24px -2px rgba(0,0,0,0.42);
}
.quote:hover{
	color: #fff;
}
.quote img{
	max-width: 35px;
	margin: 0 5px 0 0;
}
.error_section{
	padding: 30px 0;
}
.error_section h2{
	color: #22346a;
	font-size: 80px;
	margin: 0;
}
.sitemap_section{
	padding: 30px 0;
	border-bottom: 1px #ddd solid;
}
.sitemap_section .section_title h3{
	font-size: 20px;
	color: #2048bb;
}
.sitemap_section h4{
	font-size: 20px;
	color: #000;
}
.sitemap_section ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.sitemap_section ul li{
	color: #000;
	font-size: 16px;
}
.sitemap_section ul li a{
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 2px 0 2px 15px;
	transition: all .3s ease-in-out;
}
.sitemap_section ul li a:before{
	content: '\f105';
	position: absolute;
	left: 0;
	top: 4px;
	font-family: FontAwesome;
	font-size: 14px;
	color: #007bff;
}
.sitemap_section ul li.inner-li{
	margin: 15px 0 0px 15px;
}
.sitemap_section ul li.inner-li ul{
	margin-left: 15px;
}
.sitemap_section ul li.inner-li>a{
	color: #000;
	padding-left: 0;
}
.sitemap_section ul li.inner-li>a:before{
	content: none;
}
.sitemap_section ul li a:hover,.sitemap_section ul li a:hover:before{
	color: #000;
}

.newbox_div{
    border: 0px #dadada solid;
    transition: all .3s ease-in-out;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(203,215,250,1)
}
.newbox_div .center_div{
	margin: 0;
	text-align: left;
	padding: 25px;
}
.icon-row{
	display: flex;
	width: 100%;
	align-items: center;
	 margin: 0 0 20px 0;
}
@media only screen and (min-width:1401px) and (max-width:1600px){
	.offer-box .icon-row{
		margin: 0 0 -15px 0;
	}
}


.newbox_div .icon_div{
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
	min-width: 80px;
	line-height: 80px;
	transform: translate(0px, 0px);
}
.newbox_div .icon_div img{
	max-width: 40px;
}
.newbox_div .center_div h5{
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}
/* tab css start here*/

.tabs{
      margin: 0px;
      padding: 0;
      list-style: none;
}
.tabs li{
      background: #fff;
      color: #2047be;
      font-size: 20px;
      font-weight: 500;
      padding:15px 20px;
      cursor: pointer;
      width: 100%;
      border-bottom: 1px #eaf0fe solid;
      position: relative;
      display: flex;
      align-items: center;
}
.tabs li img{
	max-width:40px;
	margin: 0 15px 0 0;
}
.tabs li.current{
      background: #eaf0fe;
}
.tabs li.current:after{
	content: '';
     position: absolute;
     /*top: 1px;*/
     right: -31px;
     width: 0; 
	 height: 0; 
	 border-top: 35px solid transparent;
	 border-bottom:35px solid transparent;
	 border-left: 30px solid #eaf0fe;
}
.tab-content{
      display: none;
}
.tab-content.current{
      display: block;
}
.tab-innerdiv{
	box-shadow: 0px 2px 5px rgba(203,215,250,1);
	height: 100%;
}
.indutry-right .tab-innerdiv{
	margin-left: 25px;
}
.indurtry-img{
	padding: 30px 15px;
	/*align-items: center;*/
}
/*.new-listbox{
	margin: 0;
	padding: 0;
}*/
.newbox_section .newbox_div{
	padding:20px;
	margin: 0 0 30px 0;
	height: auto;
}
.newbox_section .newbox_div h4{
	font-size: 24px;
	color: #2048bb;
	font-weight: 600;
}
.newul-list{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.newul-list li{
	position: relative;
	padding: 0 0 5px 22px;
	font-weight: 300;
	font-size: 20px;
	color: #2d2c2c;
	line-height: 26px;
}
.newul-list li:before{
	content: '\f046';
	font-size: 16px;
	color: #2d2c2c;
	font-family: FontAwesome;
	position: absolute;
	top: 1px;
	left: 0;
}
.ptm{
	padding:30px 0 0 0;
}
.file-input,#file-input {
  display:block;
  text-align: left;
  background:#e1e0e0;
  border-radius: 30px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  /*padding: 16px;
  width: 450px;
  border-radius: 30px;
  */
  position: relative;
  
}

.file-input > [type='file'],#file-input > [type='file']{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background:#e1e0e0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button,#file-input > .button {
  float: right;
  cursor: pointer;
  background: #00a8e7;
  padding:0 15px;
  color: #fff;
}

.file-input:hover > .button,#file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label,#file-input > .label {
  color: #333;
  padding-left: 15px;
  white-space: nowrap;
  opacity: .5;
}

.file-input.-chosen > .label,#file-input.-chosen > .label {
  opacity: 1;
}
.innercallwrap .file-input > [type='file'],.innercallwrap .file-input{
  height: 42px;
  line-height: 42px;
}



/* responsive css start here*/

@media (max-width: 1750px){
	.container{
		max-width: 1320px;
	}
	
	.huaidea-hub .customized_btn{
		left: 10%;
	}
	.msa-img h3 img {
	    max-width: 70px;
	    margin: -16px 0 0 0;
	}
	.product_bgheading h2{
		font-size: 40px;
	}
	.hb2section,.hs2section{
		padding: 130px 0;
	}
	.stats-icon{
		font-size: 40px;
	}
	.stats-info strong,.stats-info strong:after{
		font-size: 30px;
	}
	.stats-info p{
		font-size: 18px;
	}
}
@media (max-width: 1599px){
	.container{
		max-width: 1150px;
	}
	.section_title h3,.center_div h5,.solutioncontent_div h4,.development_items h3,.mission_info h5{
		font-size: 24px;
	}
	p,.outsource_div .industries_list p,.newul-list li{
		font-size: 16px;
		line-height: 20px;
	}
	.huaidea-hub .customized_btn{
		left: 11%;
	}
	.newul-list li:before{
		font-size: 14px;
	}
	.list_menu li,.footer_links li a,.copyright_section p,.huawei-boxinfo h5{
		font-size: 16px;
	}
	.footer_links li a:before{
		top: 10px;
	}
	.heading_title h2{
		font-size: 30px;
	}
	.default_btn, p small{
		font-size: 16px;
	}
	.section_title,.transform_section{
        padding: 30px 0;
    }
    .blue_icondiv{
    	width: 150px;
    	min-width: 150px;
    }
    .blue_icondiv img{
    	max-width: 70px;
    }
    .navbar-light .navbar-nav .nav-link{
    	font-size: 16px;
    }
    .navbar li a{
    	padding: 10px 15px;
    }
    .logo img{
    	width: 250px;
    }
    .nav_submenu li a{
    	padding: 5px;
    }
    .nav_submenu:after{
    	left: 55px;
    }
	
	/*---------------*/
    .software_menu .nav_submenu:after {
       left: 140px;
    }
	
	
    .about_menu .nav_submenu:after {
      /*left: 38%;*/
	  left: 27%;
    }
    .industries_listitem{
    	width: 100px;
    	height: 100px;
    	min-width: 100px;
    }
    .industries_list img {
       max-width: 60px;
    }
    .gettouch_section h3,.newbox_section .newbox_div h4{
    	font-size: 20px;
    }
    .team-member span{
    	font-size: 14px;
    }
    .team-member strong{
    	font-size: 18px;
    }
    .team-member img{
    	max-width: 150px;
    }
    .conatct_section, .about_section,.mission_section,.app_testimonial,.solution_section,.benifit_section,.trusted_section{
	    padding: 30px 0;
	}
	.teammangemtn_section,.gettouch_section{
	    padding: 30px 0 20px 0;
	}
	.teammangemtn_section .section_title h3{
		margin: 0 0 20px 0;
	}
	
	.app_testimonial .owl-dots{
		bottom: -20px;
	}
	.choose_section{
		padding: 30px 0 0 0;
	}
	.industries_section {
	    padding: 20px 0 30px 0;
	    margin: 10px 0 0 0;
	}
	.testimo-page {
       padding: 40px 0 0px 0 !important;
    }
	.industries_slider{
		margin: 10px 0 0 0;
	}
	.benifit_row strong,.rpa_listinfo li{
	    font-size: 16px;
	}
	.erp_content h5,.rpa_info li{
		font-size: 22px;
	}
	.rpa_offerlist .center_div h5,.tabs li {
	    font-size: 18px;
	}
	.why_section{
		padding: 20px 0 10px 0;
	}
	.why_section .space_20 {
	    margin-bottom: 10px;
	}
	.ms365_row .img_div h5 {
	    padding: 5px 0 0 0;
	    font-size: 20px;
	}
	.mad_section{
		padding: 0 0 10px 0;
	}
	.ms-sections{
		padding:20px 0 10px 0;
	}
	.ms_basic,.ms_standard,.ms_premium{
		min-height: 63px;
	}
	.ms365_row .list_menu{
		min-height: 220px;
	}
	.ms-365list .solutioncontent_div h4{
		min-width: 150px;
	}
	.ms365class h3 img {
	    max-width: 35px;
	}
	.ms365_row .space_30 {
	    margin-bottom: 20px;
	}
	.innerservices_section{
		margin: 0 0 20px 0;
	}
	.smallbox_row .blue_icondiv {
	    width: 100px;
	    min-width: 100px;
	    min-height: 100px;
	}
	.smallbox_row .blue_icondiv img {
	    max-width: 60px;
	}
	.solutioncontent_div h4 {
	    min-width: 190px;
		font-size: 20px;
	}
	.client_section{
		margin: 15px 0 0 0;
	}
	.pro_speciheading h2{
		font-size: 26px;
	}
	.cistern .list .list-item {
	    width: 40%;
	}
	.hb2section, .hs2section {
	    padding: 100px 0;
	}
	.cistern .list .list-item .name{
		padding-left: 200px;
	}
	.cistern{
		padding: 10px 20px 0 20px;
	}
	.stats-info p {
      font-size: 16px;
    }
    .counter-box{
    	padding: 10px;
    }
    .why-icondiv h3,.newbox_div .center_div h5{
    	font-size: 20px;
    }

}
@media (max-width: 1279px){
	.container{
		max-width: 85%;
	}
	.huaidea-hub .customized_btn{
		top: 40px;
	}
	.team-slider{
		margin-bottom: 15px;
	}
	.msa-img h3 img {
	    max-width: 50px;
	    margin: -20px 0 0 0;
	}
	.offres-head{
		margin-top: 15px;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 16px;
	}
	.navications li {
    	margin-left: 10px;
	}
	.logo img{
		width: 150px;
	}
	.sticky .logo img {
	    width: 120px;
	}
	
	.section_title h3, .center_div h5, .solutioncontent_div h4,.mission_info h5,.contact_list h5{
		font-size: 20px;
	}
	.git_form{
		max-width: 100%;
		margin: 30px 0% 0 0%;
	}
	.navbar li a {
       padding: 10px 7px;
       font-size: 14px;
    }
    .nav_submenu li a {
      padding: 5px;
    }
    .nav_submenu li {
       margin: 0;
    }
    .nav_submenu h3{
    	font-size: 16px;
    }
    .services_section .row.align-items-center{
    	align-items: flex-start !important;
    }
    .section_title {
      padding: 15px 0;
    }
    .industries_listitem {
	    width: 80px;
	    height: 80px;
	    min-width: 80px;
	}
	.industries_list img {
	    max-width: 40px;
	}
	.outsource_div .industries_listitem{
		margin-right: 10px;
	}
	.heading_title h2,.testimonial_div h4 {
	    font-size: 24px;
	}
	.section_title h3, .center_div h5, .solutioncontent_div h4,.development_items h3,.erp_content h5, .rpa_info li,.newbox_div .center_div h5{
		font-size: 18px;
	}
	
	.team-slider .owl-dots{
		bottom: -5px;
	}
	.project_itemdiv{
		width: 150px;
		height: 150px;
		margin-left: 20px;
	}
	.project_number strong{
		font-size: 26px;
		line-height: 30px;
	}
	.project_infodiv{
		align-items: center;
		height: 100%;
	}
	.blue_icondiv {
	    width: 100px;
	    min-width: 100px;
	}
	.blue_icondiv img {
	    max-width: 50px;
	}
	.trusted_div .align-items-center{
      align-items: flex-start !important;
	}
	.offering_section {
	    padding: 0px 0 0 0;
	}
	.ms_basic, .ms_standard, .ms_premium {
	   background-size: cover;
	}
	.ms365_row .list_menu {
	    min-height: 300px;
	}
	.ms-365list .solutioncontent_div h4,.solutioncontent_div h4 {
	    min-width: 145px;
	    margin: 0 10px 0 0;
	}
	.ms365class h3 img {
	    max-width: 25px;
	}
	.smallbox_row .blue_icondiv img {
	    max-width: 30px;
	}
	.smallbox_row .blue_icondiv {
	    width: 70px;
	    min-width: 70px;
	    min-height: inherit;
	}
	.smallbox_row .solutioncontent_div{
		padding: 10px;
	}
	.footer_img{
		margin: 0 0 0 20px;
	}
	.huawei-box{
		flex-flow: wrap;
		padding: 10px 20px;
	}
	.huawei-boximg{
		width: 100%;
		margin: 0;
	}
	.smartScreen-type.cistern .list .list-item{
		width: 100%;
	}
	.huawei-boxinfo{
		width: 100%;
	}
	.cistern .list{
		padding-left: 0;
	}
	.product_bgheading h2 {
	    font-size: 30px;
	}
	.hb2section, .hs2section {
	    padding: 60px 0;
	}
	.hi-s2-info h3{
		margin: 5px 0;
		font-size: 20px;
	}
	.hi-s2-info{
		padding: 10px 20px;
	}
	.smart_section img{
		max-height: 300px;
	}
	.banner_caption h4 {
      font-size: 24px;
    }
    .banner_caption h3{
    	font-size: 16px;
    }
    .offering_section.pb-4{
    	padding-top:15px 
    }


}
@media (max-width:991px){
	.abv_row{
		padding: 0 15px !important;
		margin: 15px 0 0 0;
	}
	.indutry-right .tab-innerdiv{
		margin: 0;
	}
	.banner_caption h4 {
      font-size: 20px;
    }
    .banner_caption h4,.banner_caption h3{
    	font-weight: 400;
    }
    .banner_caption h3{
    	margin-top: 10px;
    }
    .banner_caption .white_btn{
    	margin: 15px 0 0 0;
    }
	.cloud_lists li{
		font-size: 18px;
	}
	.cloud_lists li img{
		max-width: 70px;
		margin-right: 10px;
	}
	.footer_img{
		margin: 0 0 0 0px;
	}

	.why_section{
		padding: 20px 0 0 0;
	}
	
	.key_section{
		padding: 20px 0 0 0;
	}
	.key_section .heading_title {
	    margin-bottom: 10px;
	}
	.testimonial_section,.industries_section {
	    padding: 20px 0 30px 0;
	}
	.choose_section {
	    padding: 20px 0 0 0;
	}
	.industries_slider{
		margin:10px 0 0 0; 
	}
	.client_section{
		padding: 20px 0 50px 0;
	}
	.client_section .owl-dots, .testimonial_section .owl-dots {
	    bottom: -30px;
	}
	.client_section .heading_title, .testimonial_section .heading_title {
	    margin: 0 0 10px 0;
	}
	.gettouch_section,.footer_section,.erp_section{
		padding: 20px 0;
	}
	.icon_div{
		width: 80px;
		height: 80px;
		line-height: 80px;
		min-width: 80px;
	}
	.icon_div img{
		max-width: 40px;
	}
	.center_div{
		margin-top: -10px;
	}
	.form-control{
		height: 46px;
	}
	select.form-control{
		line-height: 32px;
	}
	textarea.form-control {
	    height: 70px;
	}
	.ends-points {
	    margin-top: 10px;
	}
	.outsource_div .industries_list{
		flex-flow: wrap;
	}
	.outsource_div .industries_list p{
		width: 100%;
		text-align: center;
	}
	.development_items{
		padding: 0px 0px 10px 0;
	}
	.development_itemsfixed{
		padding: 15px;
	}
	.client_section{
		margin: 10px 0 0 0;
	}
	.navications li {
	    margin-left:0px;
	    width: 100%;
	}
	.navbar-nav{
		flex-flow: wrap;
		flex-direction: row;
	}
	.navbar{
		text-align: left;
	}
	.navications .header_btn{
		text-align: center;
	}
	.nav_submenu{
		border:0;
		box-shadow: none;
		transition: none;
		-webkit-transition: none;
	}
	.navbar li.opened .nav_submenu{
		position: relative;
		top: 0;
		border:0;
		flex-flow: wrap;
		padding: 0;
		transform: none;
		-webkit-transform: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		transition: none;
		-webkit-transition: none;
		animation: none;
		-webkit-animation: none;
		transform-origin:none;
	}
	.nav_submenu:after{
		content: none;
	}
	.navbar li a i{
		position: absolute;
		right: 10px;
		top: 14px;
	}
	.navbar li h3 a{
		border-bottom: 0px #ddd solid;
	}
	.navbar li a{
		border-bottom: 1px #ddd solid;
	}
	.navbar li:nth-child(5) a{
		border-bottom: 0px #ddd solid;
	}
	.nav_submenu li a{
		border: 0;
	}
	.sticky{
		position: relative;
	}
	.header_section {
		padding: 10px 0;
	}
	.footer_widget h6{
		margin: 0;
	}
	.nav_submenu h3 {
	    font-size: 14px;
	}
	.development_items h3 br{
		display: none;
	}
	.project_itemdiv {
	    width: 130px;
	    height: 130px;
	    margin-left: 10px;
	}
	.benifit_section{
		background-size: cover;
	}
	.benifit_row img{
		margin-top: 15px;
	}
	.trusted_div img{
		margin-bottom: 15px;
	}
	.ms365_row .space_30 {
	    margin-bottom: 15px;
	}
	.ms365_row .list_menu {
	    min-height: inherit;
	    margin-bottom: 15px;
	}
	.cybersec_maindiv .solutioncontent_div,.palns_items{
		flex-flow: wrap;
	}
	.ms-365list .solutioncontent_div h4,.solutioncontent_div h4{
		width: 100%;
		margin: 0;
	}
	.ms-365list .solutioncontent_div h4 br,.solutioncontent_div h4 br{
		display: none;
	}
	.ms-365list .list_menu {
		margin: 10px 0 0 0;
	}
	.ms-365list .p-,.ms365_row .p-0,.ms-365list .p-0,.ms-365list p{
		padding: 0 15px !important;
	}
	.benifit_row {
	    margin-top: 0;
	}
	.benifit_row .list_menu{
		margin: 0;
	}
	.cybersec_maindiv .solution_innerdiv {
	    margin-top: 30px;
	}
	.heading_title h2, .testimonial_div h4 {
	    font-size: 20px;
	}
	.tab-mt{
		margin-top:20px;
	}
	.huawei-info h2{
		font-size: 24px;
	}
	.huawei-info h5{
		font-size: 16px;
	}
	.huawei-info p {
	    margin: 10px 0 0 0;
	}
	.cistern .list .list-item {
	    width: 50%;
	}
	.cistern .list .list-item .name {
	    padding-left: 50px;
	    font-size: 16px;
	}
	.cistern .list .list-item .params .params-item .pramaValue{
		width: 80%;
	}
	.hb2section{
	    padding: 40px 0;
	}
	.hs2section {
	    padding: 40px 0;
	}
	.product_bgheading .col-md-6.col-xl-4{
      max-width: 100%;
      flex:100%;
	}
	.pro_speciheading h2 {
	    font-size: 20px;
	}
	.show-more{
		font-size: 16px;
	}
	.show-more:after{
		font-size: 18px;
	}
	.s2_section{
		padding: 20px 0 0 0;
	}
	.compare-img{
		text-align: center;
	}
	.compare-img img{
		max-width: 60%;
	}
	.huaidea-hub .customized_btn {
      top: 20px;
    }
    .banner_caption .default_btn {
      margin: 10px 0 0 0;
    }
    .stats-icon,.stats-info strong,.stats-info strong:after{
       font-size: 20px;
    }
    .stats-info strong{
    	line-height: 20px;
    }
    .stats-icon{
    	margin: 0 10px 0 0;
    }
    .newbox_div .icon_div{
    	width: 60px;
    	height: 60px;
    	line-height: 60px;
    	min-width: 60px;
    }
    .newbox_div .icon_div img {
	    max-width: 35px;
	}
	.dymand-h{
		font-size: 16px;
	}
	.tabs{
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.tabs li{
		flex-flow: wrap;
		justify-content: center;
		font-size: 14px;
		border: 0;
	}
	.tabs li span{
		line-height: 14px;
		display: block;
		text-align: center;
	}
	.tabs li img {
	    max-width: 30px;
	    margin: 0 0 10px 0;
	}
	.indutry-right{
		margin: 20px 0 0 0;
	}
	.tabs li.current:after{
		content: none;
	}


}
    .mob_show{
		display: none;
	}
@media (max-width:767px){
	.gpw_img,.mob_hide{
		display: none;
	}
	.indurtry-img{
		padding: 15px 0;
	}
	.indurtry-img img{
		margin: 0 0 15px 0;
	}
	.banner_caption h3 {
      font-size: 15px;
    }
    .banner_caption h4 {
      font-size: 18px;
	  line-height: 18px;
    }
	.registerform_section .git_form .default_btn {
      background-color: #2048bb;
    }
	.cloud_lists{
		flex-flow: wrap;
	}
	.cloud_lists li{
		width: 100%;
		font-size: 16px;
	}
	.mob_show{
		display: inline-block;
	}
	.huaidea-hub .customized_btn {
	    top: 20px;
	    left: 7%;
	}
	.conatct_section, .about_section, .mission_section, .app_testimonial, .solution_section, .benifit_section, .trusted_section {
	    padding: 20px 0;
	}
	.cistern .list .list-item .params .params-item .pramaName,dl div,.cistern .list .list-item .params .params-group{
		visibility: visible !important;
	}
	.cistern .list .list-item .params .params-item .pramaName{
		width: 200px;
	}
	.huawei-box{
		height: auto;
	}
	.smart_section {
       padding: 15px 0 10px 0;
    }
    .smart_section img {
	    max-height: 230px;
	    margin-top: 20px;
	}
	.cistern .list .list-item {
	    width: 100%;
	}
	.compare-img img {
	    max-width: 80%;
	}
	.huawei-boxes {
	    margin-top: 15px;
	}
	.cistern {
	    padding: 10px 0px 0 0px;
	}
	.hs2section {
	    padding: 20px 0 180px 0;
	    background-position: 120% bottom;
	    background-size: 150%;
	}
	.product_bgheading h2 {
	    font-size: 22px;
	}
	.huawei-boximg{
		margin: 0 0 10px 0;
	}
	.hb2section{
		background-image: url('../images/banner-wap-mob.jpg');
		padding: 20px 0 100px 0;
	}
	.product_bgheading strong{
		font-size: 16px;
	}
	.cistern .list,.stats-row{
		flex-flow: wrap;
	}
	.cistern .list .list-item .name{
		padding:20px 0 0 0;
		font-size: 20px;
	}
	.huawei-boximg img{
		margin: 0;
	}
	.msa-img h3 img {
	    max-width: 30px;
	    margin: 0px 0 0 0;
	    min-height: inherit;
	}
	.container {
	    max-width: 100%;
	}
	.mob-mt{
		margin-top: 20px;
	}
	
	.smallbox_row{
		margin:15px 0;
	}
	
	.banner_caption p {
	    font-size: 12px;
	    line-height: 14px;
	    margin-top:0px;
	    /*display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;*/
	}
	.banner_section img{
		min-height: 150px;
		max-width: 220%;
	}
	.ms365class h3 img{
		min-height: inherit;
		max-width: 100%;
	}
	.white_btn{
		margin: 10px 0 0 0;
	}
	.default_btn {	    
		white-space: nowrap;
		padding: 10px 20px;
	    text-overflow: ellipsis;
	}
	
	.git_form .default_btn{
		width: 100%;
	}
	.mob-center{
		text-align: center !important;
	}
	.space_30 {
	    margin-bottom: 15px;
	}
	.iot_div{
		margin-left:0; 
	}
	.heading_title h2 {
	    font-size: 20px;
	}
	.gettouch_section h3,.footer_widget h6{
	    font-size: 16px;
	}
	.development_items br{
		display: none;
	}
	.clients-logo{
		max-height: 100px;
		min-height: 100px;
		overflow: hidden;
	}
	.git_form{
		margin: 10px 0 0 0;
	}
	.btn_div .default_btn{
		color: #fff;
	}
	.btn_div .default_btn:after{
       width: 100%;
	}
	.mission_info{
		height: auto;
		margin: 0 0 15px 0;
		padding: 15px;
	}
	.mission_info h5,.team-member{
		margin: 0 0 10px 0;
	}
	.mission_section{
		padding: 15px 0 0 0;
	}
	.conatct_section, .about_section{
	    padding: 15px 0;
	}
	.teammangemtn_section, .gettouch_section {
	    padding: 15px 0 10px 0;
	}
	.team-member{
		flex-flow: wrap;
	}
	.team-member img {
	    max-width: 100%;
	}
	.team-name{
		margin-top: 15px;
	}
	.contact_list h5{
		margin: 0 0 5px 0;
	}
	.map_section iframe{
		height: 250px;
	}
	.banner_caption h3 br,.banner_caption h4 br{
		display: none;
	}
	.development_itemsfixed{
		margin-bottom: 15px;
	}
	.development_items{
		height: auto;
	}
	.solutioncontent_div h4{
		min-width: inherit;
		margin:0 0 5px 0;
	}
	.app_testimonial {
	    background: linear-gradient(180deg, #0d2262 32%, #f4f4f4 32%);
	}
	.app_testimonial .testimonial_div{
		margin: 35px 0 15px 0;
	}
	.project_infodiv{
		justify-content: center;
	}
	.solution_innerdiv{
		margin-top: 40px;
	}
	.solution_innerdiv:before{
		top: -26px;
	}
	.solution_innerdiv:first-of-type:before {
	    top: -42px;
	}
	.blue_icondiv {
	    width: 80px;
	    min-width: 80px;
	}
	.blue_icondiv img {
	    max-width: 40px;
	}
	.android_boxdiv .box_div, .cybersec_boxdiv .box_div {
	    padding-bottom: 0px;
	}
	.erp_section01:before{
		content: none;
	}
	.rpa_info{
		padding: 0;
	}
	.rpa_info li{
		font-size: 16px;
		padding: 0 0 0 15px;
	}
	.erp_innerdiv {
	    padding: 20px 0;
	}
	.rpa_info li:before{
		width: 6px;
		height: 6px;
		border-radius: 6px;
		top: 9px;
	}
	.social_mediaicon{
		margin: 0 0 20px 0;
	}
	.white_btn{
		background-color: #fff;
	}
	.white_btn:after,.blue_btn:after,.navications .header_btn:after{
	    content: none;
	}
	.blue_btn,.navications .header_btn{
	    background-color: #2048bb;
	}
	.blue_btn:hover, .box_div:hover .blue_btn {
	    color: #fff;
	}
	.white_btn:hover {
	    color: #2048bb;
	}
	.huaidea-hub img{
		min-height: inherit;
	}
	.home-banners img{
		max-width: 100%;
	}
	.counter-box{
		width: 100%;
	}
	.stats-icon{
		font-size: 30px;
		min-width: 35px;
	}
	.stats_section{
		padding: 10px 0;
	}
	.why_section.white-bg .col-md-7.mob-center h3{
		font-size: 18px;
	}
	.newbox_section .newbox_div{
		padding:15px;
		margin: 0 0 15px 0;
	}
	.newbox_div .col-md-4{
       margin: 0 0 15px 0;
	}
	.newbox_div .col-md-4{
		order: 1;
	}
	.newbox_div .col-md-8{
		order: 2;
	}
	.ptm {
      padding: 20px 0 0 0;
    }
    .file-input,.file-input > [type='file'],#file-input,.file-input > [type='file']{
    	height: 46px;
    	line-height: 46px;
    }
    .fs-14{
    	font-size: 14px;
    }

}








/* START KEY OFFERING */

.offer-box{
	margin-bottom:20px;
}
.vt-single-service-box.one {
	padding: 20px 22px 25px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	/* background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
	url("../images/pages/home/key-1.jpg");
	width: 100%; */

	/* background: #fff; */
	transition: .5s;
	border-radius: 10px;
	/* margin-bottom: 30px; */
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.vt-single-service-box.one::before {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(-9deg, #2048BB 0%, #a959ff 97%);
	right: -65px;
	width: 100px;
	top: 45px;
	z-index: 1;
	transition: .5s;
	height: 100px;
	border-radius: 50%;
	z-index: -1;
	margin-bottom: 30px;
}
.vt-single-service-box.one:hover:before{
	right:0;
	top:0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.vt-single-service-box.one:hover .service-icon i,
.vt-single-service-box.one:hover .service-title h3,
.vt-single-service-box.one:hover .service-content p,
.vt-single-service-box.one:hover .service-button a{
	color: #fff;
	transition-delay: 0.2s;
}
.vt-single-service-box.one:hover .service-icon i{
	transition-delay: 0.2s;
}
.service-content-text p {
	transition: .5s;
	color: #989898;
}
.one .service-icon i {
	color: #fafafa;
	font-size: 40px;
	margin: 11px 0 28px;
	display: inline-block;
}

.one .service-title h3 {
	font-size: 24px;
	color: #dadada;
}
.one .service-button a {
	/* color: #ffffff; */
	display: inline-block;
	margin-left:20px !important;
	margin-bottom: 15px;
	float: left;

}
.service-button{
	transition: left 0.9s ease !important;	

}
.service-button:hover{
	margin-left:2px;
	left: calc(2% - 2px); /* Move to the right edge */	
}


/* END KEY OFFERING */




.pt-85{
	padding-top: 85px;;
}
.counter-area.pt-85.pb-70 {
	background: url(../images/pages/home/counter.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.counter-area.pt-85::before {
	position: absolute;
	content: "";
	top: 0;
	/* left: 0; */
	background-image: linear-gradient(75deg, rgba(217, 217, 217, 0.88) 10%, rgba(241, 241, 241, 0.88));
	height: 100%;
	width: 100%;
}
.single-counter-box {
	border: 2px solid #c3c3c3;
	padding: 25px 29px 20px 29px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}
.dreamir-counter-icon i {
	color: #fff;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border: 2px solid #ffffff;
	background: #2048BB;
	border-radius: 50%;
	font-size: 32px;
	display: inline-block;
}
.dreamir-counter-icon {
	position: relative;
	margin-top: -50px;
	margin-bottom: 26px;
}
.counter-number h1 {
    color: #fff;
}
.counter-number h1 span {
    color: #fff;
}
.counter-number h1 {
	font-size: 40px;
	margin-bottom: 0;
}
.counter-title h4 {
	font-size: 18px;
	margin-top: 0;
}
.counter-title p{
	color: #fff !important;
}
.call-du-action-button.mt-40 a span {
	margin-left: 9px;
}
/*style-two*/
.counter-area.pt-90.pb-70.style-two {
	background:none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.counter-area.pt-90.pb-70.style-two::before {
	background-image: none;
}
.style-two .counter-number h1 span {
	color: #fb239a;
}
.style-two .counter-number h1 {
	font-weight: 600;
}
.style-two .counter-title h4 {
	font-weight: 600;
}
.stats-info .counter{
	color: #fff;
}




@media only screen and (min-width: 320px) and (max-width: 1200px){
    .head1 h2{
      font-size: 60px !important;		
    }
}



.counter-2{
	background: rgb(49,100,247);
background: radial-gradient(circle, rgba(49,100,247,1) 0%, rgba(7,19,54,1) 100%);
}






/* START PAGES HEADING */

@media only screen and (min-width: 320px) and (max-width: 900px){
	.banner_section{
	  height:180px;
	 }
	 .banner_section a {
		 padding:5px 10px;
		 font-size:12px;
	 }
   }
 /* END PAGES HEADING */
 
 


/*  TEMPLATE 2 */

 .new-listbox  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}
.new-listbox  ul li{	
	position: relative;
    padding: 0 0 5px 22px;
    font-weight: 300;
    font-size: 20px;
    color: #2d2c2c;
    line-height: 26px;
}
@media only screen and (min-width: 320px) and (max-width: 1599px){
.new-listbox ul li{	
    font-size: 16px;
	line-height: 20px;
}
  }

@media only screen and (min-width: 320px) and (max-width: 1599px){
.new-listbox ul li:before {
    font-size: 14px !important;
}
}  
  
.new-listbox ul li:before{
	content: '\f046';
    font-size: 16px;
    color: #2d2c2c;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
}

 
 
 /* TEMPLATE 3 */  
 
  @media only screen and (min-width: 320px) and (max-width: 900px){
   .banner_section{
     height:180px;
    }
	.banner_section a {
		padding:5px 10px;
		font-size:12px;
	}
  }


 @media only screen and (min-width: 320px) and (max-width: 900px){
   .gettouch_section .heading_title a{     
		padding:5px 10px;
		font-size:14px;
	}
  }

@media only screen and (min-width: 320px) and (max-width: 900px){
   .transform_section .heading_title a{     
		padding:5px 10px;
		font-size:14px;
	}
  }


.benifit_section .benifit_row  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}



.benifit_section .benifit_row  ul li{	
position: relative;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
}

@media only screen and (min-width: 320px) and (max-width: 1599px){
.benifit_section .benifit_row  ul li{	
    font-size: 16px;
}
  }

.benifit_row ul li:before{
    content: '';   
    background-repeat: no-repeat;
    background-image: url(../images/checkmark_icon.png);
    position: absolute;
    background-size: 100%;
    width: 15px;
    height: 15px;
    left: 0;
    top: 9px;
}
.benifit_row p {
	color:#fff;
	font-size: 20px;
/*	font-weight: bold; */
}

.benifit_row b {
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 1599px){
.benifit_row b {	
	font-size: 16px;	
}
.benifit_row p {
	font-size: 16px;
}
  }
  
  
/* START TEMPLATE 4 Ivanti Service Management (ITSM) */  
/*
#ivanti_sm  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}
#ivanti_sm  ul li{	
	position: relative;
    padding: 0 0 5px 22px;
    font-weight: 300;
    font-size: 20px;
    color: #2d2c2c;
    line-height: 26px;
}
@media only screen and (min-width: 320px) and (max-width: 1599px){
#ivanti_sm ul li{	
    font-size: 16px;
}
  }
#ivanti_sm ul li:before{
	content: '\f046';
    font-size: 16px;
    color: #2d2c2c;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
}

*/

#platform_sup  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}
#platform_sup  ul li{	
	position: relative;
    padding: 0 0 5px 22px;
    font-weight: 300;
    font-size: 20px;
    color: #2d2c2c;
    line-height: 26px;
}
@media only screen and (min-width: 320px) and (max-width: 1599px){
#platform_sup ul li{	
    font-size: 16px;
}
  }
#platform_sup ul li:before{
	content: '\f046';
    font-size: 16px;
    color: #2d2c2c;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
}

/* START TEMPLATE 6 Cloud Application Development Service */
.cloud_app  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}
.cloud_app  ul li{	
	position: relative;
    padding: 0 0 5px 22px;
    font-weight: 300;
    font-size: 20px;
    color: #2d2c2c;
    line-height: 26px;
}
@media only screen and (min-width: 320px) and (max-width: 1599px){
.cloud_app ul li{	
    font-size: 16px;
}
  }
.cloud_app ul li:before{
	content: '\f046';
    font-size: 16px;
    color: #2d2c2c;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
}

/* END TEMPLATE 6 Cloud Application Development Service */


/* START Our key offerings ICON BOX ICON BACKGROUND */
.vt-single-service-box .icon-row .icon_div{
background: none;
 }
 /* END Our key offerings ICON BOX ICON BACKGROUND */
 
 
 
 /*START  TEMPLATE 10  Application Virtualization Services */ 
 
 .app_vertual  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}
.app_vertual  ul li{	
	position: relative;
    padding: 0 0 5px 22px;
    font-weight: 300;
    font-size: 20px;
    color: #2d2c2c;
    line-height: 26px;
}
@media only screen and (min-width: 320px) and (max-width: 1599px){
.app_vertual ul li{	
    font-size: 16px;
}
  }
.app_vertual ul li:before{
	content: '\f046';
    font-size: 16px;
    color: #2d2c2c;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
}


 
  /* END TEMPLATE 11 Our Key Offerings */   
 #para-2  ul {
margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none;
}
#para-2 ul li{	
	position: relative;
    padding: 0 0 0px 22px;
    font-weight: 300;
    font-size: 20px;
    color: #2d2c2c;
    line-height: 26px;
}
@media only screen and (min-width: 320px) and (max-width: 1599px){
#para-2 ul li{	
    font-size: 16px;
	line-height: 20px;
	padding: 0 0 5px 22px;
}
  }
#para-2 ul li:before{
	content: '\f046';
    font-size: 16px;
    color: #2d2c2c;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
} 
  /* END TEMPLATE 10 Our Key Offerings*/ 
  

 
#para-text p{
	width:100%;
	
}
#para-text .section_title:nth-child(2){
margin: -60px 0 0px 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 1280px){
#para-text .section_title:nth-child(2){
margin: -30px 0 0px 0 !important;
}
}
  

#para-text .section_title:nth-child(4){
margin: -30px 0 0px 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 1280px){
	#para-text .section_title:nth-child(4){
	margin: 0px 0 0px 0 !important;
	}
}

/*
@media only screen and (min-width: 320px) and (max-width: 699px){
#para-2 ul li{	
margin: 0px 0 0px 0 !important;
}
  }
 */ 

 @media only screen and (min-width:320px) and (max-width:768px){
	.offer-box h5{
		font-size: 18px;
		margin-left:-20px;
		padding-top: 10px;
	}
 }
 
 @media only screen and (min-width:320px) and (max-width:768px){
	.offer-box .icon_div {
		text-align: left;
	}
 }
 
 
 
 @media (max-width: 1599px){
 .new-listbox ul li{
    line-height: 20px;
}
 }

/* START STATIC QUOTE US */
 @media only screen and (min-width:320px) and (max-width:768px){
	.quote{
		display: flex;
		align-items: center;
		position: fixed;
		right: 0;
		top: 50%;
		margin: -22px 0 0 0;
		z-index: 99;
		background-color: #2a5ffd;
		height: 50px;
		justify-content: center;
		color: #fff;
		font-size: 14px;
		height: 40px;
		padding: 10px;
		line-height: 14px;
		width: 100px;	
		border-radius: 5px 0px 0px 5px;
		box-shadow: -9px 13px 24px -2px rgba(0,0,0,0.42);
	-webkit-box-shadow: -9px 13px 24px -2px rgba(0,0,0,0.42);
	-moz-box-shadow: -9px 13px 24px -2px rgba(0,0,0,0.42);
	}
	a.quote img{
		width: 30px;
	}
 }
 
 /* END STATIC QUOTE US */
 
 /* START TEMPLATE 3 - SHARE POINT SECTION */
 @media only screen and (min-width:991px) and (max-width:1600px){
	#share_pt h4 {
	    min-width: 190px;
		font-size: 20px;
		max-width: 190px;
	}
 }
  @media only screen and (min-width:1601px) and (max-width:1991px){
	#share_pt h4 {
	    min-width: 200px;
		max-width: 200px;
	}
 }
  /* END TEMPLATE 3 - SHARE POINT SECTION */
  
    @media only screen and (min-width:320px) and (max-width:1600px){
	#prod_offer .inner-contentbox ul li p {
	    margin-bottom:-5px;
	}
 }








/* START BLOG SECTION */

  .sm-container {
	display: flex;
	align-items: center; /* Center vertically */
  }  
  .social-icons {
	display: flex;
	justify-content: flex-start; /* Align icons to the left */
	margin-right: 20px; /* Add some spacing between icons and the button */
  }  
  .social-icons i {
	margin-right: 10px; /* Add spacing between individual icons */
	font-size: 24px; /* Adjust the icon size as needed */
	color: #007bff; /* Change icon color to your preference */
  }  
  .spacer {
	flex-grow: 2; /* Pushes the "Read more" button to the right */
  }  
  .read-more a {
	position: absolute;
	cursor: pointer;
	font-size: 16px; /* Adjust the button text size as needed */
	float: right;
	bottom: 10px;
  }
  .social-icons-btn {
	display: flex;
  }
  .icons {
	width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	background: #111;
	margin: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 
	  0 2px 2px #d1d1d1;
	color: #fff;
	cursor: pointer;
	transition:
	  all 0.15s ease;
  }
  .twitter:hover {
	background: #00ECEE;
  }
  .facebook:hover {
	background: #4267B2;
  }
  .instagram:hover {
	background-image: 
	  linear-gradient(
	  #8a3ab9,
	  #e95950, 
	  #bc2a8d, 
	  #fccc63
	  );
  }
  .linkedin:hover {
	background: #0A66C2;
  }


  .blog-1 {
	padding: 30px 0 70px 0;
  }
  
.blog-1 .blog_date {
	font-size: 14px;
  }
.blog-1 .blog_slider .newbox_div1 {
    border: 0px #dadada solid;
    transition: all .3s ease-in-out;
	height: auto; /* Reset height */
    position: relative;
    padding-bottom: 0px;
	background-color: #fff;
    box-shadow: 0px 2px 5px rgba(203,215,250,1);
	margin-right: 20px; /* Add spacing between boxes */
	margin-bottom: 20px; /* Add spacing between rows */
	margin-top:2px !important;
	margin-left:2px !important;
	/* max-height: 450px;
	min-height: 450px; */
}
.blog-1 .blog_slider .newbox_div1 p {
	font-size: 16px;
}
@media only screen and (min-width:320px) and (max-width:768px){
	.blog-1 .blog_slider .newbox_div1 {
		margin-right: 0px;
	}
}

.blog-1 .newbox_div1 .center_div{
	margin: 0;
	text-align: left;
	padding: 25px;
}
/* 
.blog-1 .newbox_div1 .icon_div{
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
	min-width: 80px;
	line-height: 80px;
	transform: translate(0px, 0px);
}
.blog-1 .newbox_div1 .icon_div img{
	max-width: 40px;
} */


.blog-container1 {
	display: flex;
	flex-wrap: wrap;
}




/* START HOME BANNER H4 AND H3 */
.home-banners .carousel-inner .homecaption h4 {
	max-width: 800px;
	font-weight: 500;
}
@media (max-width: 1279px){
	.home-banners .carousel-inner .homecaption h4 {
		max-width: 600px;
		font-weight: 500;
	}
}
@media (max-width: 770px){
	.home-banners .carousel-inner .homecaption h4 {
		max-width: 500px;
		font-weight: 500;
	}
}
@media only screen and (min-width: 320px) and (max-width:769px){
	.home-banners .carousel-inner .homecaption h4 {
		font-size: 14px;
		max-width: 74%;
	}
}
.home-banners .carousel-inner .homecaption h3 {
	font-size: 24px;
	max-width: 800px;
	font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width:769px){
	.home-banners .carousel-inner .homecaption h3 {
		font-size: 12px;
		max-width: 74%;
	}
}
@media only screen and (min-width: 770px) and (max-width:1279px){
	.home-banners .carousel-inner .homecaption h3 {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1280px) and (max-width:1600px){
	.home-banners .carousel-inner .homecaption h3 {
		font-size: 24px;
	}
}
/* END HOME BANNER H4 AND H3 */


/* SLIDER IMAGE ALWAYS CENTER IN VERY BIG SCREEN */
 section #carouselExampleIndicators {
	/* display: flex; */
	/* justify-content: space-between !important; */
	width: 100% !important;
	flex-flow: wrap !important;
}
/* SLIDER IMAGE ALWAYS CENTER IN VERY BIG SCREEN */




 

  
/* START FOOTER TOGGLE BUTTON */
 .toggle-footer {
	cursor: pointer;
  }
  label.toggle-footer {
	position: absolute;
  }
  @media only screen and (min-width:320px) and (max-width:550px){
	label.toggle-footer{
		position: absolute;
		margin-left: 0px;
		margin-top: 20px;
	   } 
}
  .toggle-switch {
	display: inline-block;
	background: #7f7f7f;
	border-radius: 16px;
	width: 45px;
	height: 20px;
	position: absolute;
	/* vertical-align: middle; */
	transition: background 0.25s;
  }
  .toggle-switch:before, .toggle-switch:after {
	content: "";
  }
  .toggle-switch:before {
	display: block;
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 4px;
	transition: left 0.25s;
  }
  .toggle-footer:hover .toggle-switch:before {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
  .toggle-checkbox:checked + .toggle-switch {
	background: #2048BB;
  }
  .toggle-checkbox:checked + .toggle-switch:before {
	left: 30px;
  }  
  .toggle-checkbox {
	position: absolute;
	visibility: hidden;
  }  
  .toggle-label {
	margin-left: 5px;
	position: relative;
	top: 2px;
  }
  #collapseExample{
	margin-top: 15px;
  }
@media only screen and (min-width:320px) and (max-width:768px){
	#collapseExample .mob-center h3 {
	font-size: 18px !important;
  }
}
   /* .toggle-btn-footer label{
	position: absolute;
   } 
@media only screen and (min-width:320px) and (max-width:770px){
	.toggle-btn-footer label{
		position: absolute;
		margin-left: 0px;
		margin-top: 20px;
	   } 
}   
  .switch input {
	position: absolute;
	opacity: 0;
	margin-right: 50px;
  }    
  .switch {
	display: inline-block;
	font-size: 20px;
	height: 1em;
	width: 2em;
	background: #7e7e7e;
	border-radius: 1em;
	cursor: pointer;
  }  
  .switch div {
	height: 1em;
	width: 1em;
	border-radius: 1em;
	background: #FFF;
	box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
			transition: all 300ms;			
  }  
  .switch input:checked + div {
	-webkit-transform: translate3d(100%, 0, 0);
	   -moz-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
  } */
  /* END FOOTER TOGGLE BUTTON */




/* START HOMEPAGE "End to End Solutions" SECTION 
.ts-img-1 {
  display: none;
}
.ts-img-2 {
  display: block;
}
@media only screen and (min-width:990px) and (max-width:1100px){
  .ts-img-1 {
    display: block;
  }
  .ts-img-2 {
    display: none;
  }
}
 END HOMEPAGE "End to End Solutions" SECTION  */







@media only screen and (min-width: 320px) and (max-width: 900px){
	 .banner_section .carousel-item a {
		 padding:0px 4px !important;
		 font-size:10px !important;
	 }
   }
   
   
   
   
   
   
   
   
   
   .rpa_info_new ul{
	width: 100%;
	padding: 0 20px;
	margin: 0;
	list-style: none;
}
.rpa_info_new li{
	color: #2048bb;
	font-size: 24px;
	margin: 0 0 0px 0;
	padding: 0 0 0 25px;
	font-weight: 500;
	position: relative;
}
.rpa_info_new li:before{
	position: absolute;
	content: '';
	left: 0;
	top: 13px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color:  #2048bb;
}

@media only screen and (max-width: 1599px) {
.rpa_info_new li {
    font-size: 22px;
}
}
@media only screen and (max-width: 1299px) {
.rpa_info_new li {
    font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.rpa_info_new li {
    font-size: 16px;
    padding: 0 0 0 15px;
}
.rpa_info_new li:before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 9px;
}
.rpa_info_new ul{
    padding: 0;
}
}







/* All plans Section */

   .palns_items_list {
	column-count: 2;
	column-gap: 20px;
}
.list_menu {
	padding-left: 0;
	margin-top: 0; 
}
.list_menu li {
	list-style: none;
	margin-bottom: 0px; 
	break-inside: avoid-column;
}
@media (max-width: 990px) {
	.palns_items_list {
		column-count: 1;
	}
}



.ms-365 p {
text-align: Center !important;
width: 100%;
}



/* microsoft-365-development-services page for plan */

#ms_365_business ul {
    padding: 0px;
}
#ms_365_business ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
}
@media (max-width: 1600px){
	#ms_365_business ul li {
		font-size: 16px;
		font-weight: 300;
	}
}
#ms_365_business ul li:before {
    background-image: url(../images/checkblack_icon.png);
    width: 16px;
    height: 16px;
	/* list-style: none !important;
    margin-bottom: 0px;
    break-inside: avoid-column; */
}
#ms_365_business li:before {
    content: '';
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/checkmark_icon.png);
    position: absolute;
    background-size: 100%;
    width: 15px;
    height: 15px;
    left: 0;
    top: 9px;
	/* list-style: none !important;
    margin-bottom: 0px;
    break-inside: avoid-column; */
}









.newbox_div .new-listbox .inner-contentbox p {
    margin: 6px 0px 4px 0px !important;
}
.inner-contentbox ul {
    margin: 0px !important;
}
#para-2 ul {
	margin: 0px !important;
}



/* START matrix42-it-service-managemen PAGE <P> TAG */
#box-2 .inner-contentbox h6{
	/*margin: 6px 0px -16px 0px; */
}


.pa-paragraph p{
	width: 100%;
}


#platform_sup ul {
	margin: 0px 0 0 0 !important;
}