@charset "utf-8";

/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */

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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Force scrollbar */
html { 
	width: auto;
	min-width: auto;
}

/* Align radios and text inputs with their label */

input[type='radio'] { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}

strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

em { font-style: italic; }

img {
  border: 0;
  vertical-align: middle;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup { top: -.7em; }

sub { bottom: -.25em; }

a{ display: inline-block; }

a:hover,
a:focus,
a:active,
a:visited{ text-decoration: none; }

div{ vertical-align: top; }

/* 1.2. Clear Fix
   ========================================================================== */

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after { clear: both; }

.row, .clearfix{ zoom: 0; }

/* 1.3. Font class declaration
   ========================================================================== */

.wrapper{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.container{
	max-width: 1156px;
	margin: 0 auto;
	position: static;
}

/*====================HEADER=====================*/

header{
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999 !important; 
}

header .container{
	max-width: 1156px;
	padding: 0;
}

div .logo{
	display: inline-block;
	margin-left: 14px;
	position: static;
}

.logo a{ padding: 16px 0; }

.right_header{
	float: right;
}

header ul{ display: inline-block; }

header ul li{ display: inline-block; }

header ul li a{
	font: 300 14px Oswald;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 18px 20px 17px;
	transition: color .3s;
}

header ul li a:hover,
header ul li a:active{ 
	color: #ff5532; 
	text-decoration: none;
	cursor: pointer;
}

.contact_link{ display: inline-block; }

.contact_link a,
.mob_cont a{
	font: 300 14px Oswald;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 18px 20px 17px;
	transition: color .3s;
	background-color: #ff5532;
	transition: background-color .3s;
}

.contact_link a:hover,
.mob_cont a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.mob_cont{ 
	float: right;
	margin-right: 50px;
}

header .call{ display: inline-block; }

header .call a{
	font: 300 14px Oswald;
	color: #fff;
	text-decoration: none;
	padding: 16px 30px;
	transition: color .3s;
}

header .call a:before{
	content: url(../images/call-icon.png);
	display: inline-block;
	vertical-align: -3px;
	margin-right: 10px;
}

header .call a:hover{
	color: #999;
}

.search{ 
	display: inline-block; 
	position: relative;
}

.search_img{ padding: 18px 10px; }

.search_img:hover{ cursor: pointer; }




.search form .search_btn{
	width: 40px;
	padding: 15px 0;
	background: #fff url(../images/search-glass.png) no-repeat;
	background-size: 13px;
	background-position: center;
	border: none;
	outline: none;
}




.search{ position: relative; }


.menu-button{
	padding: 17px 10px 18px;
	color: #fff;
	display:inline-block;
	cursor:pointer;
}

.menu-button:hover img{ opacity: 0.8; }

.hide-menu
{
	position: absolute;
	top:60px;
	right:0;
	z-index: 1;
	width: 300px;  
	display: none;
}

.show-menu      
{
	display: block;
	transition: display .4s;
 }  

/*.search form{ display: flex; }*/

.show-menu>div{
	position: relative;
	max-width: 300px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
}

.show-menu>div:before{
	content: "\f0de";
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 14px;
}

.search form input[type="text"]{
	width: 100%;
	height: 42px;
	padding: 0px 47px 0px 5px;
	outline: none;
	border: none;
	font: 500 16px Montserrat;
	color: #000;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e1e1e1;
	position: relative;
}

.search form input::-webkit-input-placeholder{
	font-size: 16px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 500;
}

.search form input::-moz-placeholder{
	font-size: 16px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 500;
}

.search #search_btn{
	width: 40px;
	line-height: 41px;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 16px;
	z-index: 2;
	margin: 0 !important;
	border-radius: 0;
	min-width: 40px;
	background-color: #ff7700;
	color: #ffffff;
	border-color: #dd5500;
}



/*==================BANNER====================*/

.banner{
	height: 630px;
/*	background: url(../images/banner.png) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
*/
	position: relative;
}

.videoblock{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.videoblock iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.banner_content{
	width: 620px;
	margin: 0 auto;
	text-align: center;
	padding-top: 230px;
}

.banner_content h2{
	font: 600 48px/46px Montserrat;
	color: #fff;
	margin-bottom: 30px;
}

.banner_content p{
	font: 200 18px/30px Titillium Web;
	color: #fff;
	margin-bottom: 45px;
}

.get_in_touch a{
	font: 800 16px Montserrat;
	color: #1e1e1e;
	padding: 18px 48px;
	background-color: #fff;
	text-decoration: none;
	border-bottom-left-radius: 40px;
	border-top-right-radius: 40px;
	transition: background-color .3s, color .3s;
}

.get_in_touch a:hover{
	color: #fff;
	background-color: #ff5532;
}

.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: relative;
	z-index: 99;
}

/*==================Engaged customers===================*/

.engaged_customers{
	background-color: #353535;
}

.engaged_customers .container{ 
	padding: 50px 0 72px; 
	text-align: center;
}

.title{ 
	text-align: center;
	margin-bottom: 30px;
}

.title h3{
	font: 600 36px Montserrat;
	color: #fff;
	margin-bottom: 7px;
	position: relative;
}

.engaged_customers .title h3{ padding-top: 70px; }

.engaged_customers .title h3:before{
	content: url(../images/line_break.gif);
	width: 127px;
	position: absolute;
	top: -45px;
	display: block;
	left: 50%;
	margin-left: -65px;
}

.title p{
	width: 56%;
	margin: 0 auto;
	font: 200 18px/30px Titillium Web;
	color: #fff;
}

.engaged_customers .slider{
	width: 900px;
	margin: 0 auto;
}

.engaged_customers .slider b{
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}

.engaged_customers .slider b img{
 -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter .3s;
}

.engaged_customers .slider b img:hover{ filter:none; }

.slick-next {
   right: -65px;
}

.slick-prev {
	 left: -65px;
}

.slick-next:before {
	content: '\f105';
	font-family: FontAwesome;
}

.slick-prev:before {
	content: '\f104';
	font-family: FontAwesome;
}

.engaged_customers .slider button{ 
	display: none !important; 
	transition: display .4s;
	background-color: transparent;
	transition: background-color .2s;
}

.engaged_customers .slider button:hover{
	background-color: rgba(255,255,255,0.019);
}

.engaged_customers :hover .slider button{ 
	display: block !important;
	color: #ff5532;
}

.slick-next:hover:before { color: #ff5532; }

.slick-prev:hover:before { color: #ff5532; }



/*==================Results delivered=================*/

.rslt_delivered{ background-color: #efefef; }

.rslt_delivered .container{ 
	padding: 58px 0 78px; 
	text-align: center;
}

.rslt_delivered .title{ margin-bottom: 50px; }

.rslt_delivered .title h3{
	color: #1e1e1e;
	margin-bottom: 7px;
}

.rslt_delivered .title p{
	width: 60%;
	font: 400 18px/30px Titillium Web !important;
	color: #1e1e1e;
}

.rslt_delivered ul li{
	width: 344px;
	height: 287px;
	display: inline-block;
	vertical-align: top;
	padding: 50px 30px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}

.rslt_delivered ul li h4{
	font: 700 24px/30px Montserrat !important;
	color: #1e1e1e;
	margin-bottom: 4px;
}


.rslt_delivered ul li p{
	font: 400 18px/30px Titillium Web !important;
	color: #1e1e1e;
	margin-bottom: 22px;
}

.rslt_delivered ul li a{
	width: 140px;
	display: inline-block;
	padding: 10px 0;
	font: 400 11px Montserrat;
	text-decoration: none;
	color: #646464;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	border: 1px solid #646464;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	transition: background-color .3s, color .3s, border-color .3s;
}

.rslt_delivered ul li a:hover{
	color: #fff;
	background-color: #ff5532 !important;
	border-color: #ff5532 !important;
}

.rslt_delivered ul li:nth-child(3n+3){ margin-right: 0; }

.rslt_delivered ul li:first-child,
.rslt_delivered ul li:last-child{ border-top-right-radius: 155px; }


.rslt_delivered ul li.rslt1{
	color: #fff;
	background: url(../images/last-result-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt1{
	background: url(../images/rslt1-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt2{
	background: url(../images/rslt2-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt3{
	background: url(../images/rslt3-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt4{
	background: url(../images/rslt4-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt5{
	background: url(../images/rslt5-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt6{
	color: #fff;
	background: url(../images/last-result-bg.png) no-repeat;
	background-size: 100% 100%;
}

.rslt_delivered ul li.rslt6 a{ background-color: transparent; }

.rslt_delivered ul li:nth-last-child(-n+3){ margin-bottom: 0; }

.rslt_delivered ul li:last-child h4,
.rslt_delivered ul li:last-child p{ color: #fff; }

.rslt_delivered ul li:last-child a{
	color: #fff;
	border: 1px solid #fff;
}



/*===================Buzinga in the media===================*/

.buzinga_in_media{ background-color: #353535; }

.buzinga_in_media .container{ 
	padding: 76px 0 87px; 
	text-align: center;
}

.buzinga_in_media .title{ margin-bottom: 50px; }

.buzinga_in_media .slider{
	width: 900px;
	margin: 0 auto;
}

.buzinga_in_media .slider b{
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}

.buzinga_in_media .slider b img{
 -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter .3s;
}

.buzinga_in_media .slider b img:hover{ filter:none; }



.buzinga_in_media .slider button{ 
	display: none !important; 
	transition: display .4s;
	background-color: transparent;
	transition: background-color .2s;
}

.buzinga_in_media .slider button:hover{
	background-color: rgba(255,255,255,0.019);
}

.buzinga_in_media :hover .slider button{ 
	display: block !important;
	color: #ff5532;
}


/*==================AGILE CERTIFIED===================*/

.agile_certified{
/*	background: url(../images/agile-bg.png) no-repeat;*/
	background-size: cover;
	background-position: 50% center;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}

.agile_certified .container{
	padding: 108px 0;
	text-align: center;
}

.agile_certified .certified_overlay{
	background-color: rgba(249, 86, 36, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.agile_certified img{
	display: block;
	margin: 0 auto 60px;
}

.agile_certified p{
	width: 60%;
	margin: 0 auto;
	font: 200 18px/30px Titillium Web;
	color: #fff;
}


/*==================GOT APP IDEA==================*/

.got_app_idea{ background-color: #000; }

.got_app_idea .container{
	padding: 65px 0 110px;
	text-align: center;
}
 
.got_app_idea .title h3{ 
	padding-top: 70px; 
	margin-bottom: 10px;
}

.got_app_idea .title h3:before{
	content: url(../images/line_break.gif);
	width: 127px;
	position: absolute;
	top: -45px;
	display: block;
	left: 50%;
	margin-left: -65px;
}

.got_app_idea .contact_form_sec img{
	display: block;
	margin: 0 auto;
}


/*====================FOOTER=====================*/


footer{ background-color: #000; }

footer .container{
	width: 1140px;
	padding: 10px 0;
	display: table;
}

.templatepage footer .copyright{
	display: table-cell;
	vertical-align: middle;
	padding-left: 17px;
}

.templatepage footer .copyright p{
	font: 300 12px Titillium Web !important;
	color: #fff;
}

footer .copyright a{
	color: #fff;
	text-decoration: none;
}

footer .copyright a:hover{
	color: #999;
	text-decoration: underline;
}

footer ul{ display: table-cell; }

footer ul li{ 
	display: inline-block;
	vertical-align: top;
}

footer ul.soc_icons{ text-align: center; }

footer ul.soc_icons li{ 
	margin-right: 28px; 
	vertical-align: middle;
}

footer ul.footer_links{ 
	text-align: right; 
	vertical-align: middle;
	padding-top: 6px;
}

footer ul.footer_links li{
	line-height: 10px;
	margin-right: 4px;
	border-right: 1px solid #fff;
}

footer ul li:last-child{
	margin-right: 0;
	border-right: none;
}

footer ul.footer_links li a{
	font: 300 12px/12px Titillium Web;
	color: #fff;
	text-decoration: none;
	margin-right: 8px;
}

footer ul.footer_links li a:hover{
	color: #999;
	text-decoration: underline;
}


footer ul.soc_icons li b{
	width: 26px;
	height: 26px;
	display: inline-block;
	background: none;
	transition: background .3s;
}

footer ul.soc_icons li.phone b{
	background: url(../images/Phone.png) no-repeat;
	background-size: contain;
	background-position: center;
}

footer ul.soc_icons li.phone a:hover b{
	background: url(../images/Phone-hvr.png) no-repeat;
	background-size: contain;
	background-position: center;
}


footer ul.soc_icons li.fb b{
	background: url(../images/Fb.png) no-repeat;
	background-size: contain;
	background-position: center;
}

footer ul.soc_icons li.fb a:hover b{
	background: url(../images/Fb-hvr.png) no-repeat;
	background-size: contain;
	background-position: center;
}


footer ul.soc_icons li.instagram b{
	background: url(../images/Instagram.png) no-repeat;
	background-size: contain;
	background-position: center;
}

footer ul.soc_icons li.instagram a:hover b{
	background: url(../images/Instagram-hvr.png) no-repeat;
	background-size: contain;
	background-position: center;
}


footer ul.soc_icons li.twitter b{
	background: url(../images/Twitter.png) no-repeat;
	background-size: contain;
	background-position: center;
}

footer ul.soc_icons li.twitter a:hover b{
	background: url(../images/Twitter-hvr.png) no-repeat;
	background-size: contain;
	background-position: center;
}


footer ul.soc_icons li.linkedin b{
	background: url(../images/Linkedin.png) no-repeat;
	background-size: contain;
	background-position: center;
}

footer ul.soc_icons li.linkedin a:hover b{
	background: url(../images/Linkedin-hvr.png) no-repeat;
	background-size: contain;
	background-position: center;
}

footer ul.soc_icons li.email b{
	background: url(../images/Email.png) no-repeat;
	background-size: contain;
	background-position: center;
}


footer ul.soc_icons li.email a:hover b{
	background: url(../images/Email-hvr.png) no-repeat;
	background-size: contain;
	background-position: center;
}


/*===============================================*/

@-webkit-keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInLeft1 {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1;
}


/*=================*/

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
        transform: none
    }
}
.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
}



/*==================Responsive Menu=================*/

#toggle{ display: none; }

#toggle .patty {
    background: none repeat scroll 0 0 #fff;
    height: 5px;
    top: 3px;
    margin: 10px 0;
    transition: all 0.3s ease 0s;
    width: 30px;
    position: relative;
    display: inline-block;
}

#toggle .patty::after, 
#toggle .patty::before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: -1;
}

#toggle .patty::before {
    top: -10px;
    right: 0;
}

#toggle .patty::after {
    bottom: -10px;
    right: 0;
}


.mob_cont{ display: none; }

.patty::before {
    background: none repeat scroll 0 0 #fff !important;
    transform: rotate(0deg);
}

.patty::after {
    background: none repeat scroll 0 0 #fff !important;
    transform: rotate(0deg);
}


.open .patty{ background: none !important; }

.open .patty::before {
	background: none repeat scroll 0 0 #fff !important;
	top: 0px !important;
	transform: rotate(-45deg);
}

.open .patty::after {
	background: none repeat scroll 0 0 #fff !important;
	top: 1px !important;
	transform: rotate(45deg);
}


/*=================CONTACT FORM STYLING=======================*/

.contact_form_sec form .wpcf7-form-control-wrap input{
	width: 267px;
	border: none;
	outline: none;
	padding: 5px 10px 6px 17px;
	font: 400 16px Titillium Web;
	color: #fdfdfd;
	background-color: #585858;
}

.contact_form_sec form label{
	font: 400 14px Titillium Web;
	margin-bottom: 3px;
	text-align: left;
	color: #fdfdfd;
	display: inline-block;
	float: left;
}

.contact_form_sec form .wpcf7-form-control-wrap select{
	width: 267px;
	text-align: left;
	padding: 5px 10px 6px 17px;
	font: 400 16px Titillium Web;
	color: #fdfdfd;
	background: #585858 url(../images/down-arrow.png) no-repeat;
	background-position: 96% center;
 	-webkit-appearance: none;
	border: none;
	outline: none;
}


.contact_form_sec form input[type="submit"]{
	width: 208px;
	font: 800 16px Montserrat;
	color: #1e1e1e;
	padding: 18px 48px;
	margin-bottom: 44px;
	background-color: #fff;
	text-decoration: none;
	border-bottom-left-radius: 40px;
	border-top-right-radius: 40px;
	transition: background-color .3s, color .3s;
	text-transform: uppercase;
	border: none;
	outline: none;
}

.contact_form_sec form input[type="submit"]:hover{
	color: #fff;
	background-color: #ff5532;
}

span.wpcf7-not-valid-tip{ 
	font: 400 14px Titillium Web; 
	text-align: left;
}

div.wpcf7-validation-errors{
	border: none;
	font: 600 16px Montserrat;
	color: #f00;	
}

div.wpcf7-response-output{ margin: 0; padding: 0; }

.contact_form_sec form{
	display: block;
	width: 545px;
	margin: 0 auto;
}

.contact_form_sec form ul{
	display: block;
	margin-bottom: 45px;
}

.contact_form_sec form ul li{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 13px;
}

.contact_form_sec form ul li:nth-child(2n+2){ margin: 0; }

.contact_form_sec form ul li:nth-last-child(-n+2){ margin-bottom: 0; }









