	body {
  font-family: 'Open Sans', sans-serif;
}
p{line-height:1.8;}

	.hr_top {
    height: 2px;
    border-top: 2px solid grey;
    box-shadow: 0 10px 15px -6px darkslategrey;
}
	.hr_bottom {
    height: 1px;
    background: #cccccc;
}
.top_nav{background-color:#eff8ff;width:100%; z-index:555; }
.headercontainer{background-color:#eff8ff; top:50px; width:100%; z-index:555; border-top: 1px solid grey;border-bottom: 4px solid grey; box-shadow: 0 10px 15px -6px darkslategrey; }
.top_nav .nav>li>a:focus, .nav>li>a:hover{background-color:transparent;}
nav.navbar.navbar.headnav a {
    color: #999999;
}nav.navbar.navbar.headnavigation a {
    color: #336699;
	font-size:16px;
}
.main-navigation{padding-top:10px;}
nav.navbar.navbar.headnav {
    margin-bottom: 0px;
}
nav.navbar.navbar.headnav a .fa{
	font-size:16px;
}
.social-icons {
    font-size: 18px ! important;
}
a.emp-login{color:#006699! important;font-size:16px;}

.navbar-toggle{background-color:#6699cc;}
span.icon-bar {
    background: #fff;
}
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  ont-family: 'Open Sans', sans-serif;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  ont-family: 'Open Sans', sans-serif;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  ont-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  ont-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

section.about {
    min-height: 100px;
    border-bottom: 2px solid #ccccff;
	background: #eff8ff;
}

.con-cmpny {
    padding: 30px 0px;
}
/* carousel slider here */

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
  display:none;
}
#first-slider .carousel .item {
  min-height: 525px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 18px;
    height: 18px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 20px;
    height: 20px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url("../img/slide-1.png");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    background-image: url("../img/slide-2.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
    background-image: url("../img/slide-3.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url("../img/slide-4.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}

.carousel-inner p {
    color: #fff;
    font-size: 20px;
	margin-top:35px;
}
.abt-cmpny {
    border-right: 2px solid #ccccff;
	min-height:100px;
	padding:15px;
}
.services-cmpny {
	min-height:100px;
	padding:15px;
}
.abt-cmpny h3{ color: #322b62;}
.abt-cmpny p{text-align:justify;color: #6f6868;}
.services-cmpny h3{ color: #322b62;}
.services-cmpny p{text-align:justify;color: #6f6868;}
.heading h3 {
    color: #6f6868;
    padding: 30px;
}
.features {
    min-height: 150px;
    padding: 2vh;
    border-top: 2px solid #ccccff ;
    border-bottom: 2px solid #ccccff ;
	/*background: #eff8ff;*/
	background: lightblue;
}
.features_colums {
    padding: 15px 25px;
}
.features_colums_1 {
    padding: 50px 0px;
}
a.btn.explore {
    border-radius: 20px;
    border: 1px solid steelblue;
    color: green;
}
.footer {
    padding: 20px 0px;
    box-shadow: 0 0px 4px 4px dimgrey;
    background-color: grey;
	
}
section.footer a {
    color: white;
	text-transform:uppercase;
	font-weight: 600;
	display:flex;
}
span.copy-right {
    color: darkblue;
    justify-content: center;
    display: flex;
    padding: 17px 0px;
}
/*---------------------------------------------------------------*/
/* about us css*/

section.about_us {
    background: url('../img/aboutus_banner.png') center no-repeat;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
section.about_us p{
    text-align: center;
    color: #fff;
    padding-bottom: 35px;
}
h1.abt-heading {
    text-align: center;
    color: #fff;
    padding-top: 15vh;
}
section.mission-contain {
    padding: 30px 0px;
	letter-spacing: 0.5px;
    line-height: 1.7;
}
section.mission-contain p{
	
	color: #7c7f85;
}
ul.abt-lis li {
    list-style-type: none;
	margin-bottom: 5px;
	color: #7c7f85;
}
span.glyphicon.glyphicon-plus {
    font-size: 28px;
    color: #fb876b;
    font-family: regular;
	font-weight: bold;
	 margin-right: 10px;
}
section.focus-content {
    background: #f4f4f4;
	padding-bottom: 45px;
}
section.focus-content h3 {
    text-align: center;
	color:#c80029;
	text-transform: uppercase;	
}
.focus_tabs {
    background: #fff;
    padding: 15px;
	min-height: 230px;
}
.focus_tabs h4 {
    font-weight: bold;
}
.focus-content p {
    color: #7c7f85;
}
section.user_profiles {
    padding: 50px 0;
}
section.user_profiles p{
	color: #7c7f85;
	text-align: justify;
}
section.user_profiles h4{
	font-weight:bold;
}
.top_user .col-md-6 {
    border-bottom: 2px dotted #e1e1e1;
    padding: 50px 0;
}
.clients_tabs {
  max-width: 100%;
  height auto;
}
.paragraph {
 text-align: justify;
}
/*---------------------------------------------------------------*/
/* CCRP css*/

section.ccrp{
    background: url('../img/ccrp_banner.png') center no-repeat;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
section.ccrp h1 {
    padding: 0;
	padding-top: 15vh;
}
section.ccrp p{text-align:center;color:#fff;padding-bottom:35px;}

h3.crp_heading {
    color: #c80029;
}
.ccrp_contian {
    padding: 50px 0;
}
.ccrp_contian p{color:#73767c;}

.skills h3{color: #c80029;}
.ccrp_tabs {
    background-color: #f0f6fc;
    min-height: 100px;
    padding: 23px;
}
.ccrp_tabs h4 {
    font-weight: bold;
    margin-top: 18px;
}
section.skills {
    padding-bottom: 50px;
}
section.skills h4{ color: #c80029;}

/*---------------------------------------------------------------*/
/* profiles css*/
section.profiles{
    background: url('../img/profiles_banner.png') center no-repeat;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
} 
section.profiles h1 {
    padding: 0;
	padding-top:15vh;
}
section.profiles p{text-align:center;color:#fff;padding-bottom:35px;}

/*---------------------------------------------------------------*/
/* Jobs css*/
section.jobs{
    background: url('../img/jobs_banner.html') center no-repeat;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 525px;
} 
section.jobs h1 {
    padding: 0;
	padding-top:50px;
}
section.jobs p{text-align:center;color:#fff;padding-bottom:35px;}
.jumbo-contain {
    background: #eee;
    padding: 20px;
	    margin: 20px 0;
}

.jobs span.glyphicon{
    color: #D6D1D1;
}

a.job-btn {
    background: #3366cc;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
	margin-top:10px;
	display:table;
	    opacity: 0.7;
}
a.job-btn:hover{text-decoration:none;}
.jobs {
    margin-bottom: 35px;
}
.jumbo-contain b {
    font-size: 17px;
}


/*---------------------------------------------------------------*/
/* contact us css*/

section.contact_us {
    background: url('../img/contact-us.jpg') center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.red{
    color:red;
    }
.form-area
{
	padding: 10px 30px 60px;
	margin: 10px 0px 60px;
	}
button#submit {
    background-color: #acd531;
	border-color: #acd531;
}	
ul.list-inline.cont-list {
    color:#73767c;
    display: flex;
    width: max-content;
}

/*---------------------------------------------------------------*/
/* Benifits css*/

	section.benifits{
    background: url('../img/benifits-banner-1.png') center no-repeat;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
} 
section.benifits h1 {
    padding: 0;
	padding-top:15vh;
}
section.benifits p{text-align:center;color:#fff;padding-bottom:35px;}

ul.benifits-li li {
    list-style-type: none;
	line-height: 3;
	margin: 0 3%;
}

ul.benifits-li li:before{
    content: "\e084";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-left: -21px;
     color: #68e937;}
	 
/*---------------------------------------------------------------*/
/* 
Services css*/	 

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #FFF;
        background-color: steelblue;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    /* float: right; */
    color: #000;
    background: #fff;
    /* padding: 8px; */
    padding: 8px 5px 8px 8px;
    border-radius: 50%;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.value  b{color:#fff;font-size:20px;margin-left:10px;}

.creative-li{margin-left:20px;line-height:2;}

 .creative b{   color: #3f70a6;}
 
 section.creative {
    padding-bottom: 3%;
}
/*---------------------------------------------------------------*/
/* Applications css*/	 
.applications h4{color: #3f70a6;}

.col-md-12.quality {
    background-image: url("../img/quality_banner.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 250px;
    padding: 5% 19% 0 0px;
}
.col-md-12.network {
    background-image: url("../img/quality_banner.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 250px;
    padding: 3% 19% 0 0px;
}





.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown:hover .dropbtn {
    background-color: #eee;
}

li.dropdown {
    display: inline-block;
	z-index: 9999;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

p {
    text-align: justify;
}

.features_colums p{ text-align: center; }

.carousel-inner p {
    color: #fff;
    font-size: 20px;
    margin-top: 35px;
    text-align: center;
}