/*global*/
*{
    margin: 0px;
    padding: 0px;
}
html{
	scroll-behavior: smooth;
}
body{
	height: 100%;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #fbfbfb;
}
.hr-style{
    width: 29px;
    height: 4px;
    background-image: linear-gradient(262deg,#377ab1 100%,#377ab1 51%,#377ab1 0);
}

/*logobar*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.navbar{
	padding: 10px;
	background-color: rgba(33,108,169, 0.9);
}
.logobar .logo a{
	color: white;
}
.logobar .logo img{
	height: 50px;
}
.logo{
	margin: 0px 0px;
}
@media only screen and (min-width: 770px){
.header-nav {
    float: right!important;
}}
.logobar nav{
	margin-bottom: 0px;
	border-radius: 0px;
}
.logobar .nav > li{
	margin-right: 25px;
}
.logobar .nav a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.logobar .nav>li>a:hover{
	background-color: revert;
	color: #e2c70a!important;
}
.logobar .navbar-toggle{
	border: 3px solid #fff;
}
.logobar .navbar-toggle .icon-bar{
	border: 1px solid #fff;
}
@media only screen and (max-width: 780px){
.header-nav {
    clear: both;
    margin: 0 -5px;
}}
.nav .dropdown-menu{
	background-color: rgba(33,108,169, 0.9);
}
.nav .dropdown-menu a{
	font-weight: normal;
	color: #fff;
}
.nav .dropdown-menu ul{
	color: black;
}
.nav .dropdown-menu li{
	padding: 10px 0px;
}
/*.dropdown:hover .dropdown-menu{
	display: block;
}*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
	background-color: initial!important;
}


/*silder css*/
#SildeCarousel .carousel-inner .item > img{
	animation: thing 20s;
}
@keyframes thing{
	from{
		transform: scale(1, 1);
	}
	to{
		transform: scale(1.2, 1.2);
	}
}
.silder img{
	width: 100%;
	height: auto;
}

/*app detail*/
.App_Detail{
	background-image: url(../image/bg1.png);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.App_Detail h1{
	font-weight: bold;
	color: #3e5669;
}
.App_Title{
	text-align: center;
}
.App_Img{
	text-align: center;
}
.App_Img img{
	width: 300px;
	height: auto;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.App_Img:hover img{
	transform: scale(1.2,1.2);
}
.hr-style-text{
	width: 29px;
    height: 4px;
    background-image: linear-gradient(262deg,#377ab1 100%,#377ab1 51%,#377ab1 0);
    margin: 15px 0px;
}
@media only screen and (max-width:768px){
	.App_Image_Text h3{
		font-size: 18px;
		text-align: center;
	}
	.hr-style-text{
		margin: 15px 0px 15px 140px;
	}
}
.App_Image_Text h3{
	font-weight: bold;
	text-transform: uppercase;
	
}
.App_Image_Text ul{
	list-style: "\2713\0020";
	margin-left: 18px;
	text-align: justify;
}
.App_Image_Text li::marker{
	font-weight: bold;
}
.App_Image_Text li{
	font-size: 15px;
}
.App_Detail .app_dlt{
	margin:40px 0px;
}
@media only screen and (max-width: 780px){
.App_Detail .app_dlt{
	margin:70px 0px;
}
.row_reverse{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
}

/*service detail*/
.service_info{
	background-image: url(../image/bg2.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;	
}
.Service_product .row{
	margin: 20px;
}
.service_title{
	text-align: center;
}
.service_title h3{
	font-weight: bold;
}
.img_service{
	text-align: center;
	padding: 8px;
}
.img_service img{
	height: 60px;
	margin-bottom: 15px;
}

.img_service:hover{
	background: #fdfdfd;
	border-radius: 20px;
	box-shadow:
                1px 1px #caccce,
                2px 2px #caccce,
                3px 3px #caccce;    
    transform: translateX(-3px);

}
.img_service h4{
	font-size: 19px;
}

/*deatil1*/
.deatil1{
	background-image: url(../image/bg3.png);
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100%;
}
.online_detail{
	margin: 0px 0px 20px 1px;

}
.online_detail h1{
	line-height: 45px;
	font-weight: bold;
	color: #0c416b;
}
.online_detail h3{
	line-height: 35px;
	font-weight: bold;
}
.online_detail ul {
    list-style-type: disclosure-closed;
    list-style-position: outside;
    font-size: 20px;
    margin-left: 20px;
}

.img_online img{
	width: 100%;	
    margin: 10px;
}


/*count_dtl*/
.count_info{
	background-color: #115186;
	padding: 25px;
}
.count_info_dlt{
	text-align: center;
	border: 2px dotted #FFF;
	border-radius: 15%;
	color: #fff;
}
@media only screen and (max-width: 991px){
.count_info .col-md-2{
	margin: 15px;
}}

.count_info_dlt .count_dg{
	font-weight: bold;
	font-size: 20px;
}


/*comp_info css*/
.comp_info{
	margin: 15px 0px;
	width: 100%;
}
.comp_img img{
	width: 100%;
}
.comp_detail h1{
	font-weight: bold;
	color: #3e5669;
}
.hr-style-1{
    height: 4px;
    background-image: linear-gradient(262deg,#377ab1 100%,#377ab1 51%,#377ab1 0);
    margin-top: 15px;
    margin-bottom: 15px;
}
.comp_detail ul{
	list-style-type: "\2713\0020";
	font-size: 18px;
	color: ;
	line-height: 27px;
	margin-left: 20px;
}
.comp_detail li::marker{
	font-weight: bold;
}
/*client destil*/
.testimonial{
	text-align: center;
	background-color: #114671;
	color: #fff;
	margin-bottom: 2px;
}
.testimonial h2{
	font-weight: bold;
}
.Client_dtl{
	background-color: #3577ad;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none!important;
	color: #fff;
}
.client_slider .item{
	text-align: center;
	color: #fff;
}
.client_slider .item h3{
	font-weight: bold;
	margin: 25px 0px;
}
.client_slider .item img{
	width: 160px;
    margin: 15px 0px;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}
.client_slider .item p{
	line-height: 30px;
	font-weight: bold;
	margin: 20px;
}
.client_logo{
	padding: 10px;
	background-color: #edf7ff;
}
.Client .row{
	padding-bottom: 20px;
	margin: 5px auto;
}
.Client img{
	width: 75%;
}
.Client img:hover{
	transform: scale(1.2,1.2);
}
.Client li{
	list-style: none;
	display: inline;
	margin: 8px;
}


/*footer css*/
footer{
	margin-top: 8px;
	padding-top: 30px;
	line-height: 30px;
	background-image: url(../image/footer-image.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.box1{
	display: grid;
    place-items: center;
}
.box1,
.box2,
.box3{
	padding-bottom: 10px;
}
.box1 img{
	height: 120px;
	margin-bottom: 20px;
}
.box1 .btn-google img{
	height: 40px;
    width: 140px;
}
.box3 a{
	margin: 5px;
}
.box3 p{
	color: #fff;
}
footer h5{
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8b00;
}
footer ul{
	list-style-type: none;
	color: #000;
}
footer a{
	text-decoration: none;
	color: #fff;
}
footer a:hover{
    color: #bfbfbf!important;
    text-decoration: none!important;
}
footer a:link, footer a:visited {
  color: #fff;
  text-decoration: none;
}
.hr-style-footer{
	height: 2px;
	background-image: linear-gradient(262deg,#fff 100%,#fff 51%,#fff 0);
	margin: 10px 0px;
}
.box4 iframe{
	border-radius: 15px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #0f5c9a;
  color: white;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 50%;
}

#myBtn:hover {
    background-color: #fff;
    color: #0f5c9a;
}


/*------------------------------------- Abost us CSS -------------------------------------*/
.about_us img{
	width: 100%;
}
.about_us_info h1{
	text-align: left;
	margin-top: 30px;
	font-weight: bold;
	color: #3e5669;
}
.about_us_info p{
	font-size: 17px;
	text-align: justify;
	line-height: 28px;
}
.about_us_img img{
	width: 100%;
}
/*------------------------------------- Contact us CSS -------------------------------------*/
.contact_silde img{
	width: 100%;
}
.contact-us-main-block {
    padding: 118px 0 50px;
    background-color: #F6F6F6;
}
@media only screen and (max-width: 768px){
	.contact-us-main-block{
		padding: 50px 0 50px;
	}
}
.contact-us-block{
	margin-bottom: 50px;
}
.contact-us-heading,
.contact-dtl-heading{
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 10px;
}
.form-group .form-control{
	padding: 22px;
	border-radius: 10px;
}
.comment textarea{
	width: 100%;
	padding: 22px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.comment textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.contact-form-btn{
	margin-top: 15px;
}
.contact-form-btn button{
	background-color: rgba(33,108,169, 0.9);
	border-color: rgba(33,108,169, 0.9);
}
.contact-form-btn button:hover,
.contact-form-btn button:active{
	background-color: #fff;
	border-color: rgb(33,108,169);
	color:rgb(33,108,169);
}
.contact-block ul{
	list-style: none;
}
.contact-block i{
	margin-right: 8px;
}
.contact-us-dtl p{
	font-size: 16px;	
	margin-bottom: 10px;
}
.contact-block li{
	font-size: 15px;
	margin-bottom: 10px;
}
.contact-block a{
	color: #000;
}

/*-------------------campus ERp----------------------------------*/
.erp_dtl1{
	margin: 50px 0px;
}
.erp_txt{
	padding-right: 50px;
}
.erp_txt h2{
	color: #3e5669;
	font-weight: bold;
	line-height: 45px;
}
.erp_txt p{
	text-align: justify;
	font-size: 15px;
	line-height: 26px;
	color: #000;
}
.erp_img img{
	width: 100%;
}
.erp_module{
	background-image: url(../image/bg4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.module_dtl{
	text-align: center;
    color: #3e5669;    
}
.module_dtl h2{
	padding: 0px 50px;
    font-weight: bold;	
    line-height: 42px;
}
.module_row{
	margin: 60px 0px;
}
.module_img{
	text-align: center;
}
.module_img .module_icon{
	background-color: aliceblue;
	border-radius: 100px;
	padding: 16px;	
}
.module_icon:hover{
	border-style: dotted;
    border-color: #09487c;
}
.module_icon img{
	width: 80%;
}
.module_icon:hover img{
	transform: scale(1.1,1.1);
}
.module_icon{
	margin:10px;
} 
.module_icon_dlt h4{
	color: #1a3f77;
	line-height: normal;
} 
/*.module_img .module_icon{
	background-color: aliceblue;
    border-radius: 50%;
    padding: 38px 10px;
}*/
.module_icon i{
	color: #185a90;
    font-size: 55px;
} 
.erp_dtl2{
	margin-top: 100px;
}
.home_txt{
	padding-left: 50px;
}
.home_txt h2{
	color: #3e5669;
	font-weight: bold;
	line-height: 45px;
}
.home_txt ul{
	list-style: "\2713\0020";
	margin-left: 18px;
}
.home_txt li::marker{
	font-weight: bold;
}
.home_txt li{
	line-height: 28px;
	font-size: 16px;
}
.home_img img{
	width: 100%;
}
@media only screen and (max-width:768px){
	.module_dtl h2{
		font-size: 25px;
		padding: 16px;
	}
	.module_icon_dlt h4{
		font-size: 14px;
	}
	.module_row{
		margin: 0px;
	}
	.module_img .module{
		height: 140px;
	}
	.home_txt{
		padding-left: 15px;
	}
}

/*------------------------------we are hiring--------------------*/
.career{
	margin: 20px 0px 20px;
}
.career_head{
	text-align: center;
}
.career_head h3{
	font-weight: 500;
	line-height: 40px;
	color: #488cc6;
}
.career_head p{
	font-size: 15px;
}
.career_dlt{
	background-color: #e4eff8;
	padding: 20px;
	text-align: center;
}
.C_dlt{
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px #7793ae;
	padding: 15px 15px;
	margin: 20px 15px;
	height: 180px;
}
.C_dlt img{
	width: 50px;
	margin: 10px;
}
.career_contact{
	text-align: center;
	color: #488cc6;
	padding: 25px;
}
.C_dlt h4{
	margin-top: 28px;
}
@media only screen and (max-width: 768px){
	.career_head h4{
		padding: 0px 10px;

	}
	.career_head p{
		padding: 0px 15px;
	}
}
