body {
	background-color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size: 15px;
	color: #222222;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Ubuntu', sans-serif;
	text-transform:capitalize;
	padding-bottom:20px;	
}

p {
	color: #595959;
	line-height:22px;
}

hr {
	border: 0;
    border-top: 1px solid #f2f2f2;
}

.navbar-inverse {
	background-color: #ffffff;
	font-size: 14px;
	border: none;
}

.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { 
	background-color: #333333;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	 background-color: #4F4F4F;
	 }
	 
.dropdown-menu { 
	background-color: #FFFFFF;
	}
	
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	 background-color: #F5F5F5;
	 }
	 
.navbar-inverse {
	background-image: none;
	min-height: 80px;
	}
	
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	 background-image: none; 
	 }
	 
.navbar-inverse .navbar-brand { 
	color: #999999;
	}
	
.navbar-inverse .navbar-brand:hover {
	 color: #333333;
	 }
	 
.navbar-inverse .navbar-nav>li>a {
	color: #111;
	margin-top: 15px;
	}
	
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { 
	color: #FFFFFF;
	}
	
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	 color: #FFFFFF;
	 }
	 
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	 color: #FFFFFF;
	 }
	 
.dropdown-menu>li>a { 
	color: #333333;
	}
	
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	color: #787878;
	}
	
.navbar-inverse .navbar-nav>.dropdown>a .caret { 
	border-top-color: #333333;
	}
	
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	 border-top-color: #787878;
	 }
	 
.navbar-inverse .navbar-nav>.dropdown>a .caret { 
	border-bottom-color: #333333;
	}
	
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	 border-bottom-color: #787878;
	 }

.navbar-right {
	margin-right:15px;
	
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
	padding-top:10px;
}

.navbar-brand img {
	width: 200px;
    height: 50px;
    margin-top: 5px;
}

.navbar-toggle {
    border-color: #101010;
	background-color:#333;
}

.navbar-form {
	margin-top:25px;
}

.active_link {
	background-color:#d5d5d5;
	color:#fff;
	}
.active_link a {
	color:#fff;
}


.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
	  margin: auto; 
  }
  

.mycarousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.mycarousel-control {
	left: -12px;
}
.mycarousel-control {
	right: -12px;
}
/* Changes the position of the indicators */
.mycarousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.mycarousel-indicators li {
	background: #c0c0c0;
}
.mycarousel-indicators .active {
	background: #333111;
}

.carousel-control.left {
     background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
     background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.capabilities {
	padding:50px 10px;
}

.capabilities p {
	text-align:justify;
}


.mythumbnail {
	min-height: 300px;
	color: #111;
	border: 1px dashed #ddd;
}

.mythumbnail img {
	width: 75px;
	height: 90px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.mythumbnail h4 {
	text-align: center;
	font-weight: 600;
	color: #000;
}

.mythumbnail p {
	text-align:center;
}

.mythumbnail hr {
	border: 1px solid #f2f2f2;
}

.about {
	padding:50px 10px;
	background-color:#fff;
}

.about h2 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.about p {
	text-align:justify;
	line-height: 2;
}

.about .highlight {
	font-weight:700;
	
}

.what_we_do_banner {
	background-image:url(../images/what-we-do.jpg);
	background-repeat:no-repeat;
	background-size: 100% 650px;
	min-height: 400px;
	text-align: center;
	padding: 30px 0px;
	background-position: 25% 15%;
}


.what_we_do_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}
.what_we_do {
	padding:50px 10px;
	
}

.what_we_do h2 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;

}

.what_we_do p {
	text-align:justify;
	
}

.profile {
	padding: 50px 10px;
	background-color: #f7f7f7;
	
}

.profile h2 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.profile p {
	text-align:justify;
	
}
.about_us_banner {
	background-image: url(../images/about-us.jpg);
    background-repeat: no-repeat;
    background-size: 100% 650px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 10%;
}

.about_us_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.about-us {
	padding:50px 10px;
	background-color:#f7f7f7;
	
}

.about-us h2 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.about-us p {
	text-align:justify;
	
}

.cyber_law_banner {
	background-image:url(../images/cyber-law.jpg);
	background-repeat:no-repeat;
	background-size: 100% 450px;
	min-height: 400px;
	text-align: center;
	padding: 30px 0px;
	background-position: 25% 10%;
}

.cyber_law_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top:10%;
	font-weight:700;
	font-size:40px;
	

}

	
.cyber-attack {
	padding: 50px 0px;
	background-color: #f7f7f7;
	
}

.cyber-attack h2 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.cyber-attack p {
	text-align:justify;
	
}

.chart-img {
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:15px 10px;
	
}



.data-breach-report {
	padding: 50px 0px;
	background-color: #f5f5f5;
	text-align:justify;
}

.data-breach-report h3 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
}
.clients {
	padding: 50px 0px;
	background-color: #f8f8f8;
	text-align: center;
}

.clients h2 {
	text-transform:capitalize;
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
	
}


.terms, .privacy-policy {
	padding:30px 10px;
	text-align:justify;
}

.terms h2, .privacy-policy h2 {
	text-align:center;
	padding-bottom:25px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
	
}

.terms h4, .privacy-policy h4 {
	font-weight:600;
	color:#242424;
}

.terms li, .privacy-policy li {
	padding-top:10px;
}

.my-breadcrumb {
	padding:70px 10px 0px 10px;
}
.scroll-img {
	padding-right:10px;
	
	}

.scroll-img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	cursor:pointer;
	}

.brand-carousel {
	padding: 20px 0; 
	
}
	
.brand-carousel .item {
	border:1px solid #f0f0f0;
	padding: 15px;
}

.brand-carousel .item img{
	max-width: 100%;
}

.careers {
	padding:30px 10px;
	
	
}

.careers h2 {
	text-align:center;
	padding-bottom:30px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
	
}
.careers p {
	text-align:justify; 
	}
	
.career-form {
	padding: 50px 0px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	min-height: 400px;
	background-color: #f7f7f7;

}

.career-form label {
	font-weight:normal;
}

.why-us {
	background-color:#f4f4f4;
	padding:50px 0px; 
	background-image:url(../images/why-us.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover !important;
	background-position: center top;
	
}

.why-us h2 {
	text-align:	center;
	padding-bottom:30px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.approach {
	padding: 50px 0px;
	color: #fff;
	text-align: center;
	background-image: url(../images/approach.jpg);
	 background-repeat: no-repeat; 
	 background-attachment: fixed; 
	 background-size: 100% 1000px; 
	background-color: #f2f2f2;

	
	
}

.approach h2 {
	text-align:	center;
	padding-bottom:10px;
	color: #fff;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.approach-box {
	background-color:transparent !important;
	border:none;
		
}

.approach-box h3 {
	color: #fff;
	text-align:center;
}

.nist {
	background-color: #f5f5f5;
	padding: 50px 0px;
}

.nist h2 {
	text-align:center;
	margin-bottom:35px;
	
}


.nist ul {
	list-style-type:none;
}
.nist ul li {
	/*line-height: 2.2;*/
	font-size: 19px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 40px;
	 
}

.check {
	color:#0066a8;
}
.cyber-box {
	min-height: 440px;
	background-color: #f7f7f7;
	margin-top:25px;
	-webkit-box-shadow: 10px 5px 20px 5px #f8f8f8;
    box-shadow: 10px 5px 20px 5px #f8f8f8;
	
}

.cyber-box img {
	width:130px;
	height:130px;
	margin-top: 5px;
}

.cyber-box h3 {
	text-align:center;
	font-size:22px;
	
}

.use-cases {
	padding:30px 0px;
	background-color:#fff;
}

.use-cases h3 {
	text-align:center;
	padding-bottom:30px;
}

.use-cases-box {
	min-height: 244px;
	padding:20px;
	background-color: #fff;
	-webkit-box-shadow: 10px 2px 15px 2px #f7f7f7;
box-shadow: 10px 2px 15px 2px #f7f7f7;
}


.table {
	margin-top:50px;
}
.table.table-bordered th {
	color: #FFF;
	background-color: #666;
	font-weight:500;
	padding-left:15px;
}

.table-bordered>tbody>tr>td {
	padding-left:15px;
}
.our-services {
	padding: 30px 20px;
	background-color: #f9f9f9;
}

.our-services h3 {
	text-align: center;
	padding-bottom: 10px;
}

.management_consulting_banner {
	background-image:url(../images/management-consulting.jpg);
	background-repeat:no-repeat;
	background-size: 100% 600px;
	min-height: 400px;
	text-align: center;
	padding: 30px 0px;
	background-position: 25% 10%;
}


.management_consulting_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}
	
	
.management_consulting {
	padding: 30px 20px;
	background-color: #f9f9f9;
	text-align:justify;
}

.management_consulting h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}


.social_media {
	padding: 30px 20px;
	background-color: #f9f9f9;
	text-align:justify;
}

.social_media h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.cyber_crime_banner {
    background-image: url(../images/AI.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 25% 10%;
}

.cyber_crime_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}


.cyber_crime {
	padding: 30px 20px;
	background-color: #f9f9f9;
	text-align:justify;
}

.cyber_crime h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.ai_banner {
    background-image: url(../images/AI.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 25% 10%;
}

.ai_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.ml {
	padding: 30px 20px;
	background-color: #ffffff;
	
}

.ml p {
	text-align:justify;
}

.ml h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.ml h3 {
	text-align: center;
	padding-bottom: 25px;
	line-height: 1.3;
	font-weight:600;
}
.generic_use_cases {
	padding: 30px 20px;
	background-color: #f7f7f7;
	text-align: justify;
}

.generic_use_cases h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.cyber_law {
	padding: 30px 20px;
	text-align: justify;
}

.cyber_law h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}
	
.big_data_banner {
	background-image:url(../images/big-data.jpg);
	background-repeat:no-repeat;
	    background-size: 100% 800px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 25% 10%;
	
	
}

.big_data_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}
	
	
.big-data {
	padding: 30px 20px;
	background-color: #f7f7f7;
	text-align: justify;
}

.big-data h2 {
	text-align: left;
	padding-bottom: 10px;
	padding-left:15px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}

.vspace {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blockchain_banner {
	background-image:url(../images/blockchain-bg.jpg);
	background-repeat:no-repeat;
	background-size: 100% 400px;
	min-height: 400px;
	text-align: center;
	padding: 30px 0px;
	background-position: 25% 10%;
}

.blockchain_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.cloud-computing_banner {
    background-image: url(../images/cloud-computing.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 5%;
}

.cloud-computing_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.iot_banner {
    background-image: url(../images/iot.jpg);
    background-repeat: no-repeat;
    background-size: 100% 450px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 10%;
}

.iot_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.social_media_banner {
	background-image: url(../images/social-media.jpg);
    background-repeat: no-repeat;
    background-size: 100% 450px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 10%;
}

.social_media_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.drones_ar_banner {
	background-image: url(../images/drone.jpg);
    background-repeat: no-repeat;
    background-size: 100% 450px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 15% -35%;
	
}

.drones_ar_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.mobile_app_banner {
	background-image: url(../images/mobile-app.jpg);
    background-repeat: no-repeat;
    background-size: 100% 450px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 10%;	
}

.mobile_app_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.cyber_attack_banner {
	background-image:url(../images/cyber-attack.jpg);
	background-repeat:no-repeat;
	    background-size: 100% 800px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 25% 10%;
	
	
}

.cyber_attack_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.ent_solutions_banner {
	background-image: url(../images/enterprises-solutions.jpg);
    background-repeat: no-repeat;
    background-size: 100% 450px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 25% 10%;
	
}

.ent_solutions_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.profile_banner {
	background-image: url(../images/profile.jpg);
    background-repeat: no-repeat;
    background-size: 100% 450px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 25% 10%;
}

.profile_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.work_with_us_banner {
	background-image: url(../images/work-with-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 10%;
}

.work_with_us_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.user_credentials_banner {
    background-image: url(../images/user-credentials-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 500px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 5%;
}

.user_credentials_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.download {
	 background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 300px;
    padding: 50px 0px;
}

.content-holder {
	margin:0px auto;
	max-width:850px;
}

.content {
	float:left;
	margin:0px 0px 0px 25px;
	
}

.cred-secure {
	font-size: 32px;
    line-height: 1.2;
}

.download h3 {
	font-size:32px;
	color:#fff;
	padding:10px 20px;
}

.download img {
	max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.download-btn {
	background-color: #50b965;
    color: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 20px;
	transition:0.9s;
}

.download-btn:hover {
	background-color:#fff;
	color:#333;
	transition:0.9s;
}

.cred-services {
	padding:50px 0px;
	background-image:url(../images/cred-bg-repeat.png);
	background-position: left top !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    background-attachment: scroll !important;	
}

.cred-service-box {
	border-top: 16px solid #136499;
	border-radius:15px;
	min-height:360px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.30);
}

.cred-service-box img {
	margin-top:10px;
	max-width:100%;
}
.cred-service-box h3 {
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 12px;
}

.cred-service-box p {
	color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-height: 100px;
    padding: 12px 16px 16px;
}

.secure_collaboration_banner {
	background-image: url(../images/herobg.png);
	background-repeat: no-repeat;
	background-size: 100% 600px;
	min-height: 600px;
	text-align: center;
	padding: 50px 0px;
	background-position: 20% 10%;
}

.secure_collaboration_banner h2 {
	color:#fff;
	font-size:32px;
	font-weight: 500;
	padding-top:170px;
    margin-bottom: 15px;
    text-transform: none !important;
}

.secure_collaboration_banner p {
	color: rgba(255,255,255,0.6);
    margin-bottom: 45px;
	font-size: 24px;
	font-weight:300;
	line-height:1.7;
}

.secure_collaboration {
	background-color:#fffff9;
}
.secure_collaboration h3 {
	font-size: 28px;
    line-height: 1.2;
	text-align:center;
}

.secure_collaboration p {
	text-align:center;
	margin-bottom:40px;
}

.powerfull-feature {
	background-color:#f9f9f9;
	padding: 80px 0 0 0;
}

.powerfull-feature img {
	margin-left: 10px;
}

.txt-wrap {
    margin-top: 10%;
    margin-bottom: 15%;
}

.powerfull-feature p {
	font-size:19px;
	line-height:1.3;
	font-weight:400;
	max-width: 480px;
}

.stay-control {
	background-color:#ffffff;
	padding: 80px 0 0 0;
}
.stay-control h3 {
	font-size: 28px;
    line-height: 1.2;
	text-align:center;
}

.stay-control p {
	font-size:19px;
	line-height:1.3;
	font-weight:400;
	max-width: 480px;}

.stay-control-feature {
	background-color:#f9f9f9;
	padding: 80px 0 0 0;
}

.stay-control-feature img {
	margin-right: 10px;
}

.security-section {
	background-image: url(../images/blue-cubes.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #0064a2;
	padding:80px 0px;
}

.secure-boxes {
	background-color:transparent;
	padding:15px 0px;
	border:none;
	text-align:center;
	
}

.secure-boxes h3, .secure-boxes p {
	color:#fff;
	line-height:1.4;
}

.cta-section {
	background-image: url(../images/ctabg.jpg);
    background-color: #4f5962;
	background-size:cover;
    color: #fff;
	padding:100px 0px;
}

.cta-section h3 {
	text-align:center;
	font-size:30px;
}

.cta-section p.lead {
	color: rgba(255,255,255,0.6);
	text-align:center;
	margin-bottom:60px;
}

.schedule-btn {
	font-weight: 700;
    font-size: 17px;
    padding: 15px 85px;
	background-color:transparent;
	color:#fff;
	border:1px solid #fff;
	transition:0.9s;
	text-transform:uppercase;
}

.schedule-btn:hover {
	color:#333;
	background-color:#fff;
	text-decoration:none;
}

.contact_us_banner {
	background-image: url(../images/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    min-height: 400px;
    text-align: center;
    padding: 30px 0px;
    background-position: 20% 10%;
	
}

.contact_us_banner h2 {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	padding-top: 10%;
	font-weight:700;
	font-size:40px;

}

.bottom {
	background-color: #ffffff;
	/* background-color: #022c48; */
	color: #333333;
	font-size: 15px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.bottom p {
	padding-bottom:5px;
	}
.bottom ul {
	list-style-type:none;
	padding-left:10px;
}

.bottom ul li a {
	color: #333;
}


.bottom h5 {
	color: #222;
	padding-left:10px;
	padding-bottom:3px;
	font-weight:600;
	text-transform:capitalize;
}

.bottom hr {
	margin:10px 0px;
}
.first_p {
	text-align: justify;
}

.news {
    height:220px;
    overflow:auto;
    direction: ltr;
	
		
}

.news::-webkit-scrollbar {
    width: 1em;
	
}
 
.news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(185, 185, 185);
	-webkit-border-radius:5px;
	
}
 
.news::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  outline: 1px solid #464646;
}


.news a {
	color: #333;
	text-decoration:none;
}

.news a:hover, .bottom ul li a:hover {
	color: #000;
	text-decoration:none;
}

.white {
	background-color:#fff;
	padding:30px 0px;
}

.silver {
	background-color:#f5f5f5;
	padding:30px 0px;
}

.white h3, .silver h3 {
	padding-bottom:30px;
}

.white h2, .silver h2 {
	padding-bottom:30px;
	text-align:center;
	font-weight:600;
}

.mobile-app-box {
	background-color: #f7f7f7;
	margin-top:25px;
	text-transform:capitalize;
	
	min-height: 207px;
	
}

.mobile-app-box img {
	width:110px;
	height:110px;
	margin-top: 5px;
}

.mobile-app-box h4 {
	text-align:center;
	font-size:18px;
	padding-bottom:5px;
	
}

.cloud_comp-box {
	background-color: #fff;
	padding:20px;
	text-transform:capitalize;
	min-height: 295px;
}
/* Timeline Started*/

.my-timeline {
	background-color: #fff;
	padding: 30px 0px;
}
	
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}




/* Timeline End*/

.tweet {
	border:none;
}
.number {
	color:#000;
	
}

.contact_us {
	padding:50px 10px;
	 background-color:#f7f7f7;
}
.contact_us h2 {
	text-align:	center;
	padding-bottom:30px;
	font-size: 35px;
	line-height: 1.3;
	font-weight:600;
}
.contact-form {
	padding-top:50px;
}
.form {
   background-color:#f7f7f7;
   height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #333;
   
}
.form a, .form legend {
	color:#333;
}

.form hr {
	border: 0;
    border-bottom: 1px solid #efefef;
}
.form-control {
	border-radius:3px;
	
}


.form-control:focus {
	border-color:#009aff;
	
}

.submit_btn, .reset_btn {
    padding: 10px 25px;
    background-color: #fff;
	color:#333;
 	border: 1px solid #ddd;
    border-radius: 0px;
}

.submit_btn:hover {
	background-color: #d9d9d9;
	color:#fff;
	transition-duration:.3s;
	
 border: 1px solid #fff;
}

.reset_btn:hover {
	background-color:#d9d9d9;
	color:#fff;
	transition-duration:.3s;
	border: 1px solid #fff;
}

.sitemap {
	padding:80px 0px;
	background-color:#f7f7f7;
}

footer {
	background-color: #242424;
	color: #fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
	font-size: 13px;
}

.sticky_footer {
	background-color: #000;
	color: #f2f2f2;
	font-size: 13px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

footer a, .sticky_footer a {
	color:#f9f9f9;
}

footer a:hover, .sticky_footer a:hover {
	color:#999;
	text-decoration:none;
}

footer p, .sticky_footer p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


 .footer-social li{
     float:left;
 }
 
.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}
 .linked-in {
	   background-color:/*#007bb6;*/ #f4f4f4;
	   color:#000;
	   -moz-transition: all 1s;
  	-webkit-transition: all 1s;
 	 transition: all 1s;
	
 }
 
 .linked-in:hover{
     background-color:#007bb6;
	 color:#fff;
	 -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
 -webkit-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
  
  
 }
  
 .facebook{
     background-color:/*#3b5998;*/ #f4f4f4;
	  color:#000;	 
	 -moz-transition: all 1s;
  	-webkit-transition: all 1s;
 	 transition: all 1s;    
 }
 .facebook:hover{
     background-color:#3b5998;
	  color:#fff;
	 -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
 }
 
 .twitter{
     background-color:/*#1da1f2;*/ #f4f4f4;
	 color:#000;
	  -moz-transition: all 1s;
  	-webkit-transition: all 1s;
 	 transition: all 1s;  
 }
 
 .twitter:hover{
     background-color:#1da1f2;
	  color:#fff;
	 -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
 }
 
  .google{
     background-color:/*#f63e28;*/ #f4f4f4;
	 color:#000;
	 -moz-transition: all 1s;
  	-webkit-transition: all 1s;
 	 transition: all 1s;    
 }
 
 .google:hover{
     background-color:#f63e28;
	 color:#fff;
	 -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
 }

 .instagram{
     background-color:/*#f63e28;*/ #f4f4f4;
	 color:#000;
	 -moz-transition: all 1s;
  	-webkit-transition: all 1s;
 	 transition: all 1s;    
 }
 
 .instagram:hover{
     background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	 color:#fff;
	 -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
box-shadow: 10px 3px 25px -10px rgba(0,0,0,0.75);
 }
.approach-box .caption h3 {
	font-size: 20px;
}

.what_we_do ul, .why-us ul, .profile ul, .management_consulting ul, .social_media ul, .our-services ul, .big-data ul, .silver ul, .white ul, .ml ul, .use-cases ul, .cyber_law ul, .nist ul  {
	list-style-type:none;
}

.why-us li::before, .nist li::before {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    content: '\f00c';
    color: #0066a8;
}

.why-us ul li {
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
/*  padding-right: 30px;*/
    padding-left: 40px;
}

.cyber_law li::before {
	font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0;
    content: '\f0e3';
    color: #000;
}
.profile li::before, .what_we_do li::before, .management_consulting li::before, .social_media li::before, .our-services li::before, .big-data li::before, .silver li::before, .white li::before, .ml li::before, .use-cases li::before {
	
	 font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 0;
    content: '\f02b';
    color: #000;
	
}
.profile ul li, .what_we_do li, .management_consulting li, .social_media li, .our-services li, .big-data li, .silver li, .white li, .ml li, .use-cases li, .cyber_law li {
	
font-size: 15px;
	
position: relative;
	
margin-bottom: 15px;
	
padding-right: 30px;
	
padding-left: 25px;
}
