/*************************************************/
/*                                               */
/*	Theme        : Ajani Landing Page            */
/*	Developed by : Bledding Bulb                 */
/*	Site URL     : http://www.bleedingbulb.com/  */
/*	version      : 1.0.0	                     */
/*                                               */
/*************************************************/
/*===== Fonts =====*/
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*===== Fonts =====*/
/* =Reset
-------------------------------------------------------------- */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font-family: "Myriad Pro";
}

body {
  line-height: 1;
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 300;
  color: #000;
  background: #fff;
  position: relative;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /*max-width: 100%; */
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* Layout style typography , sections , buttons , blocks , components  */
/*====== Reset CSS ======*/
/*====== CMS page ====== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Myriad Pro";
  color: #000;
  margin: 10px 0;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

h1, .h1 {
  font-size: 35px;
  /*Maximum size of the design*/
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  color: #000;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

section {
  clear: both;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  line-height: 1;
  list-style: disc;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

ol li {
  list-style: decimal;
}

ol li ul,
ul li ul {
  margin-top: 5px;
}

ol li ul li,
ul li ul li {
  list-style: circle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}

table td, table th {
  border: 1px solid #cccccc;
  color: #000;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

table th {
  color: #000;
}

b {
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

.checkboxBtn,
.radioBtn {
  margin: 10px 0;
}

select,
textarea,
input {
  width: 100%;
  padding: 7px 20px 7px 23px;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

*::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
}

*::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}

.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
}

/*====== End CMS page ====== */
.main-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  width: auto;
}

.bg-place-holder {
  background-position: 0 0 !important;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1026px) {
  .bg-place-holder {
    background-position: center !important;
  }
}
@media (max-width: 767px) {
  .bg-place-holder {
    background-position: center !important;
  }
}

.desktop {
  display: block;
}
@media (min-width: 768px) and (max-width: 1026px) {
  .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1026px) {
  .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

/* ModalBox */
.modal-backdrop {
  background-color: #fff;
}
.modal-header {
  border-bottom: none;
  padding: 15px;
}
.modal-footer {
  border-top: none;
}

.modal.fade .modal-dialog{
  left: 50%;
  margin: 0 0 30px;
  position: absolute;
  top: 50%;    
  width: 90%;
  max-width: 600px;
  max-height: 90%;

  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);     
}

.modal.in .modal-dialog {
	-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-body {
  display: inline-block;
}
.modal form .textbox {
	border-color: #ccc;
}
.modal form .fieldset label{
	color: #4a4a4a;
}

/*===== BX Slider Reset =====*/
.bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
}

/*===== End BX Slider Reset =====*/
/*===== Mmenu Reset =====*/
.mm-menu {
  background: none repeat scroll 0 0 rgba(209, 209, 209, 0.9);
  border-right: 1px solid rgba(255, 125, 44, 0.4);
  color: rgba(0, 0, 0, 0.7);
}

.mm-listview > li > a {
  font-family: "Myriad Pro";
  font-size: 16px;
}

.mm-menu .mm-listview > li::after {
  border-color: #ff7d2c;
}

/*===== End Mmenu Reset =====*/

/*===== Form =====*/
form .fieldset {
  float: left;
  margin: 0 0 15px;
  width: 100%;
}
form .fieldset.half{
  width: 49%;
  margin-right: 2%;
}
form .fieldset.half.noMargin{
  margin: 0;  
}
form .fieldset label {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin: 5px 0 7px;
  text-transform: uppercase;
  width: 100%;
}
form .textbox {
  border: 1px solid #fff;
  color: #4a4a4a;
  font-style: italic;
  height: auto;
  letter-spacing: 0.25em;
  line-height: 1.2em;
  margin: 0;
  padding: 6px 8px 8px;
  width: 100%;
}
form textarea.textbox{
  height: 90px;
  resize: none;
  line-height: 1.2em;
}
form .fieldset .info-text{
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
}
#rfp-error_display,
#error_display {
  color: #c55524;
  float: left;
  font-size: 12px;
  margin: 5px 0 10px;
  width: 100%;
  display: none;
}
.btn,
form button,
form input[type="submit"]{
  background: #71297A none repeat scroll 0 0;
  border: 1px solid #71297A;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  width: 100%;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

}
.btn:hover,
form button:hover,
form input[type="submit"]:hover{
  background: transparent;
  color: #71297A;
}
/*===== End Form =====*/

/*===== Loader =====*/
.loader{
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 11;
}
.loader-content{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;

  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.loader-logo{
  margin: 0 0 20px;
}
.loader-logo img{
  max-width: 250px;
}
.loader-img img{
  max-height: 40px;
}

/*===== Header =====*/
#header{
	position: fixed;
	width: 100%;	
	z-index: 10;
	top: 0;
	left: 0;
}
#header.fixed{
	background: rgba(255,255,255,0.5);
}
.header-top{
	padding: 30px 15px 15px;
}
.rfp-btn,
#header .social-icons{
	margin-top: 15px;
}
#header .social-icons li {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  width: auto;
}
#header .social-icons li a{
	background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}
#header .social-icons li a:focus,
#header .social-icons li a:hover{
	background: rgba(0,0,0,0.78);
}
#header .social-icons li a i{
	color: #fff;
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .logo{
	text-align: center;
}
#header .logo img{
	max-width: 200px;
}
.rfp-btn{
	float: right;
}
.rfp-btn a{
	padding: 5px 35px;
}
.rfp-btn a:focus,
.rfp-btn a:hover{
	background: transparent none repeat scroll 0 0;
  color: #71297a;
}

.header-navigation{
	float: left;    
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.78);
  position: relative;
}
.header-navigation ul{ 
	margin: 0;
	padding: 0;
}
.header-navigation ul.show{
	display: inline-block !important;
}
.header-navigation ul li{
	padding: 0;
	margin: 0px;
	list-style: none;
	display: inline-block;
}
.header-navigation ul li a{
	padding: 20px 10px;
	display: inline-block;
	color: #fff;
}
.header-navigation ul li a:hover,
.header-navigation ul li a:focus,
.header-navigation ul li.active a{
	background: rgba(255,255,255,0.4);
}
.mobile-menu-icon{
	display: none;
}
/*===== End Header =====*/

/*===== Content Css =====*/
.bgImg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media(min-width: 960px){
  .bgImg.parallax{
  	background-attachment: fixed;
  }
}

#banner .slide{
	position: relative;
}
#banner .slide:after{
  display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.3);
	content: ""
}

section h2{
	font-size: 22px;
	margin: 0 0 15px;
	line-height: 1.3em;		
}
section .content li,
section .content,
section p{
	font-size: 16px;
	color: #000;
	margin: 0 0 15px;	
	line-height: 1.4em;	
	text-align: left;
}
section .content li{	
  margin: 0;  
  list-style: inside;
}

/* About Us */
#about-us{
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 20px 0 20px;
}
#about-us h1{
	font-size: 25px;
	color: #000;
	margin: 0 0 10px;
}
#about-us h1 span{
  color: #71297a;
}
#about-us p{
	font-size: 21.5px;
	color: #000;
	margin: 0 0 20px;	
	line-height: 1.3em;
	text-align: center;
}

/* Development & Intigration */
.purple{
	position: relative;
	padding: 50px 0;
}
.purple:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(113,41,122,0.8);
	z-index: 1;
}
.purple .container{
	position: relative;
	z-index: 2;
}
.purple h2{
	color: #fff;	
}
.purple .content li,
.purple .content,
.purple p{
	color: #fff;
}

/* IT Strategy & Architecture */
#strategy-architecture{
	padding: 50px 0;
}

#change-management-strategy{
	padding: 50px 0;	
}

/* Contact Area */
.ajani-contact-form {
  border-top: 5px solid #ccc;
  float: left;
  margin: 0;
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}
.contact-heading{
  margin: 0 auto;
  max-width: 87%;
  position: relative;
  text-align: center;
}
.ajani-contact-form h2 {
  color: #fff;
  font-size: 32px;
  margin: 30px 0 25px;
  text-align: center;
}
.contact-heading .rfp-btn{
  position: absolute;
  top: -10px;
  right: 0;
}

.ajani-contact-form form {
  margin: 0 auto;
  max-width: 87%;
}
.ajani-contact-form::after {
  background: rgba(17, 17, 17, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.ajani-contact-form form input[type="submit"] {
	background: #71297a none repeat scroll 0 0;
  border: 2px solid #71297a;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.3em;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.ajani-contact-form form input[type="submit"]:hover {
  background: transparent none repeat scroll 0 0;
  color: #fff;
}
.captcha,
.rfp-captcha {
  display: none;
}


/*===== End Content Css =====*/

/*===== Footer =====*/
footer {
  background: #444645 none repeat scroll 0 0;
  float: left;
  padding: 20px 0 10px;
  width: 100%;
}
.ref-site-logo img {
  max-width: 50px;
}
.copyright {
  color: #fff;
  margin: 14px 0 0;
  text-align: center;
}
.copyright p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.copyright p a:focus, .copyright p a:hover, .copyright p a {
  color: #fff;
}
.footer-social-icon ul {
  float: right;   
  width: auto;
}
.footer-social-icon ul li {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  width: auto;
}
.footer-social-icon ul li a {
  background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}
.footer-social-icon ul li a:focus,
.footer-social-icon ul li a:hover{
	background: rgba(0,0,0,0.78);
}
.footer-social-icon ul li a i {
  color: #fff;
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#footer {
  background-color: #242424;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-top: 2em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#footer hr {
  border-color: rgba(255, 255, 255, 0.5);  
  margin: 24px 0 1.71429rem;
}
#footer p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8em;
  text-transform: uppercase;
}
#footer p.copy {
  font-size: 11px;
}

#footer p.copy a:focus,
#footer p.copy a:hover,
#footer p.copy a {
  color: #ffffff;
}
.footer-logo {
  margin: 25px 0 15px;
  text-align: center;
  width: 100%;
}
.footer-logo > ul {
  margin: 0;
}
.footer-logo li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 20px;
  width: 40px;
}
.footer-logo li.bulb-img img {
  max-width: 100%;
  opacity: 0.4;
}
.footer-logo li.bulb-img:hover img {
  opacity: 1;
}
#footer .social a i {
  color: #fff;
}
#footer .social a {
  display: inline-block;
  font-size: 25px;
  margin: 0 20px;
  color: #fff;
}

/*===== End Footer =====*/
/*************************************************/
/*                                               */
/*	Theme        : Ajani Landing Page            */
/*	Developed by : Bledding Bulb                 */
/*	Site URL     : http://www.bleedingbulb.com/  */
/*	version      : 1.0.0	                     */
/*                                               */
/*************************************************/
