@charset "utf-8";
/* CSS Document */
img{ max-width:100%;}
body{ width:100%; height:100%;font-family: 'Source Sans Pro', sans-serif;}
body h3{font-family: 'Source Sans Pro', sans-serif;}
ul li{ list-style-type:none;}
a{ color:inherit;}
p{ font-family: 'Source Sans Pro', sans-serif; font-size:16px;}
.header{ background:#252424;}
.header p{ color:#fff; font-size:14px; margin-top:10px;font-family: 'Source Sans Pro', sans-serif;}
.header i{ color:#fff; margin-right:10px;}
.icon i{ 
/* background:#727376; color:#fff; padding:4px 5px; font-size:13px; border-radius:20px; */
    background: #727376;
    color: #fff;
    /* padding: 4px 5px; */
    font-size: 13px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
	}
.icon i:hover{ background:#38393a;}
.logo{ margin:25px 0px;}
.bottom-line{ border-bottom:1px solid #eee;}
.navbar-fixed-top {
    /* top: 0; */
    border-width: 0 0 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover{}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.button{ color:#fff; margin-top:-20px;font-family: 'Source Sans Pro', sans-serif; font-size:16px; margin-left:5%; margin-bottom:50px;background:rgba(0,0,0,0.3); text-align:center; padding:10px 30px; width:150px;}
.button a{ color:inherit;}
.button a:hover{ text-decoration:none; color:#fff;}
.button:hover{ color:#fff; background:rgba(0,0,0,1);}

.button1{ font-family: 'Source Sans Pro', sans-serif;color:#fff; margin-top:-30px; margin-bottom:20px;font-size:16px;  text-align:center;background:rgba(0,0,0,0.7); padding:10px 30px; width:150px;}
.button1 a{ color:inherit;}
.button1 a:hover{ text-decoration:none; color:#fff;}
.button1:hover{ color:#fff; background:rgba(0,0,0,1);}
footer{ background:url(../images/fullbg.jpg); padding	:30px;}
footer p{ color:#fff;}
footer ul{ margin-left:-30px;}
footer ul li a{ color:#fff; line-height:180%; font-size:15px;}
footer ul li a i{ margin-right:10px; font-size:5px;}
footer ul li a:hover{ text-decoration:none; color:#ca3e1b;}
.cont i { margin-right:20px; line-height:200%;}
.copy{ background:#252424; padding:10px;}
.copy p{ color:#fff;  font-family: 'Source Sans Pro', sans-serif; font-size:15px; margin:5px;}
.social-icon i{ margin-left:10px;}
.aot-separator{ height:1px; width:50%; margin:auto; text-align:center; margin-bottom:30px; margin-top:20px; background-color:#ccc; }
.aot-separator-style{ width:9px; height:9px; border:2px solid #ccc; position:absolute; left:50%; margin-top:-4px; background-color:#3778a7; border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%; }

.aot-separator1{height:1px;width:50%;margin-left:20px;margin-bottom:30px;margin-top:20px;background-color:#ccc;}
.aot-separator-style1{ width:8px; height:9px; border:2px solid #ccc; position:absolute; left:28%; margin-top:-4px; background-color:#3778a7; border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%; }




section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height:auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image:url(../images/parallax_01.jpg);
}
section.module.parallax-2 {
  background-image:url(../images/video_field_service.jpg);
}
section.module.parallax-3 {
  background-image:url(../images/software-company-in-lucknow.jpg); height:auto; padding-bottom:40px;
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
.achiv a{
	float: right;
    padding: 13px 0px;
    color: #fff;
}
.achiv a:hover{
	text-decoration:none;
	color:#fff;
	

	
}
.imgbd img {
	border: 5px solid #e1e1e1;
}
.imgbd img > a:hovar{
	border: 5px solid #e1e1e1;
}

.imgrow img {
	margin-bottom:25px;
}
.gl .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	height:100%;
	
}
.address {
	 border: 1px solid #ccc;
    padding: 15px 45px;
	background-color:#FBFBFB;
}

.address p{ 
	line-height: 25px;
}
.googlemap{
	border:1px solid #ccc;
}
.pagetop img {
	
}

.pageshadow {
	width: 100%;
    height: 150px;
    background-color: white;
    box-shadow: 1px 1px 5px 5px #888888;
    padding: 15px 0px;
    margin-top: 15px;
}
.formbg {
	background: #EFEEED;
    padding: 20px 30px 20px 15px;
    border-radius: 10px;
}
.cloud {
	    margin-right: 30px;
}
.cloud strong{
	
}
.text {
	float: right;
    margin-top: 20px;
    font-weight: bold;
}
.strong {
	float: right;
    margin-right: 0px;
    color: #e0522c;
}
.fileupload {
	background:#fff;
	
}


/*shiva css starts*/

.menu-sec {
	width: 100%;
    padding-left: 0px;
    background: #343434;
    background: linear-gradient(#3b9ebb, #324d90);
    box-shadow: 0px 2px 2px #ccc;
}
#menu{
	padding-left: 0 !important;
    background: none !important;
    box-shadow: none !important;
}
.text-m h4{
	text-align: center;
    padding-top: 15px;
    line-height: 18px;
    color: #2f79a5;
    font-size: 16px;
    /* text-shadow: 2px 2px 2px #888; */
    letter-spacing: 1px;
    font-weight: 600;
}
.cloud {
	margin-right:0px;
}
.cloud h4 {
	float:right;
}
.cloud h4 a {
	float: right;
    margin-top: 25px;
    background: #ec9121;
    padding: 10px 25px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #e05627;
    border-left: 7px solid #e05627;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0px 3px 3px 0px #888;
	font-family: 'Lato', sans-serif;
	letter-spacing:1px;
}

.cloud h4 a:hover  {
	border-left: 7px solid #e05627;
	/* -webkit-padding-start:0px; */
	background:#e05627;
	text-decoration:none;
}

.internship-form {
	    width: 80%;
    margin: 50px auto 0px auto;
    background: #f7f7f7;
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 0px 3px 0px #888;
}
.form-row {
	margin-bottom: 10px;
}
.internship-form h4 {
	    text-align: center;
    background: linear-gradient(#3b9ebb, #324d90);
    padding: 12px 0px;
    color: #fff;
    font-size: 24px;
	    margin-bottom: 20px;
}
.internship-form label {
	width: 100%;
    font-weight: 600;
	font-style: normal;
}
.internship-form input {
	width: 100%;
    height: 42px;
    border-radius: 5px;
    text-indent: 5%;
    background: #fff;
    border: 1px solid #ddd;
}
.internship-form textarea {
	width:100%;
	border-radius:5px;
	text-indent:5%;
	background:#fff;
	border: 1px solid #ddd;
}
.internship-form select {
	width:100%;
	height:42px;
	border-radius:5px;
	text-indent:2%;
	background:#fff;
	border: 1px solid #ddd;
}
.internship-form input[type=checkbox] {
	    width: 30px;
    height: 30px;
    float: left;
}
.internship-form input[type=file] {
	    width: 100%;
    height: 42px;
    border-radius: 5px;
    text-indent: 1%;
    background: #fff;
    padding-top: 10px;
}
.internship-form .robot label {
	    width: auto;
    padding-left: 0px;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 500;
}
.internship-form .robot label svg {
	width: 30px;
    height: 30px;
    margin-right: 10px;
} 
.row-btn{
	
}
.send-btn {
	float: right;
    background: linear-gradient(#ec9121, #e05627);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 16px;
}
/*popop css*/
.modal-dialog.modal-dialog2 {
	margin-top: 100px;
}
.modal-header.modal-header2 {
	border-bottom:0px;
	position:relative;
}
.model-close {
	position: absolute;
    right: -12px;
    top: -7px;
    background: linear-gradient(#ec9121, #e05627) !important;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    opacity: 1 !important;
    color: #fff !important;
}
 .modal-body.model-text {
	position: relative;
    padding: 25px 0px 40px 0px !important; 
    text-align: center;
}
.model-text p {
	    font-size: 18px;
    color: #706f73;
}
.star {
	color: #ff390c;
}
.checkbox input[type=checkbox] {
	width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 0px !important;
    margin-right: 0px;
    position: initial !important;
}
.checkbox label {
	top: -9px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    position: relative;
}
.about-btn {
	float: right;
    color: #fff;
	    font-family: 'Source Sans Pro', sans-serif !important;
}
.tasks-list-item {
  display: block;
  line-height: 24px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tasks-list-item + .tasks-list-item {
  border-top: 1px solid #f0f2f3;
}

.tasks-list-cb {
  display: none;
}

.tasks-list-mark {
  position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    border: 2px solid #c4cbd2;
    border-radius: 50%;
}
.tasks-list-mark:before {
  content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    height: 8px;
    width: 13px;
    border: solid #e87a24;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tasks-list-cb:checked ~ .tasks-list-mark {
  border-color: #e87a24;
}
.tasks-list-cb:checked ~ .tasks-list-mark:before {
  display: block;
}

.tasks-list-desc {
  font-weight: bold;
  color: #8a9a9b;
}
.tasks-list-cb:checked ~ .tasks-list-desc {
  color: #34bf6e;
  text-decoration: line-through;
}






.ribbon {
 font-size: 18px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
font-family: 'Lato', sans-serif;
 width: 82%;
 font-weight:500 !important;
    
 position: relative;
 background: #2faebf;
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 1em auto 2em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -0.75em;
 border: 1.5em solid #128e9f;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #004f5a transparent transparent transparent;
 bottom: -0.75em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 0.75em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 0.75em 1em 0 0;
}

/*radio button css*/
.tasks-list-item iframe{
	height: auto;
    box-shadow: none;
    border: 0px;
    width: 100%;
    max-height: 80px;
}
.label-empty {
	    margin-bottom: 10px;
}


.radio-btn input[type=radio] {
	width:20px;
	height:20px;
}
.radio-inline2 {
	width: 35%;
    float: left;
}
.radio-text {
	    padding-left: 8px;
    line-height: 27px;
}