/* Web Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity: 1;
}

:-ms-input-placeholder {  
   color: #fff;
   opacity: 1;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#404040;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 13px;
	overflow-x: hidden;
}
h1 {
	font-weight:normal;
	font-size: 30px;
}

/* Home Css Start Here */
.home_section {
	background: url("../images/home_bg.jpg") no-repeat center top;
	height: 100%;
    width: 100%;
    text-align: center;
}
.home_main {
	width: 590px;
	margin: auto;
	text-align: center;
	padding-bottom: 60px;
}
.header {
	font-size: 12px;
	padding: 30px 0;
	color:#767b84;
}
.header a {
	color:#767b84;
}
.social_icons i {
	font-size: 18px;
}
.social_icons a {
	margin-right: 30px;
}
.social_icons a:hover {
	color:#f6605b;	
}	
.social_icons a:last-child:hover {
	color:#f8c40e;
}	
.social_icons a:nth-child(2):hover {
	color:#6cc1e1;	
}
.social_icons a:last-child {
	margin-right: 0;
}
.social_icons {
	padding:0 30px;
	border-left:1px solid #767b84;
	border-right:1px solid #767b84;
	margin: 0 30px;
}
.logo {
	padding: 90px 0 40px;
}

/* About Css Start Here */
.about_section {
	background: url("../images/about_bg.jpg") no-repeat center top #ebc747;
    width: 100%;
    
}
.about_section {
	text-align: center;
	padding: 50px 0;
}
.heading .bdr {
	border-bottom: 1px solid #c5ad59;
	width: 473px;
	margin: 10px auto 20px;
	padding-bottom: 12px;
}
.heading {
	font-size: 28px;
}
.heading span {
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 45px !important;
    width: 50px;
    margin-right: 15px;
}
.heading span i {
	line-height: 45px !important;
}
.heading i {
	color:#575d6a;
	font-size: 21px;
}
.about_des {
	margin:auto;
	font-style: italic;
	position: relative;
}
.about_des p:first-child:before, .about_des p:last-child:after {
	content: "";
    height: 24px;
    position: absolute;
    width: 38px;
}
.about_des p:first-child:before {
	background:url("../images/q_before.png") no-repeat;
	left:0;
}
.about_des p:last-child:after {
	background:url("../images/q_after.png") no-repeat;	
	right:0;
}
.about_des p {
	font-size: 23px;
}
.about_des p:first-child {
	text-align: left;
	padding-left: 45px;
}
.about_des p:last-child {
	text-align: right;
	padding-right: 45px;
}
.whatwe_main {
	margin-top: 40px;
}
.we_list .icon {
	margin-bottom: 20px;
}
.we_list .icon span {
	width: 96px;
	height: 96px;
	line-height: 112px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:1px solid #fff;
	display: inline-block;
}
.we_list .icon i {
	font-size: 35px;
	color:#fff;
	line-height: 100px;
}
.what_we_list {
	margin-top: 50px;
}
.we_list p {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.we_list h2 {
	background: #fff;
	font-style: italic;
	font-size: 16px;
	margin:5px 0 0;
	padding: 5px 0;
	color:#000;
}
.we_list.even {
	padding-top: 120px;
}

/* Work Section Stat Here */
.work_main {
	background: #ea5d57;
	width: 100%;
	height: 100%;
	text-align: center;
	color:#ffffff;
	padding: 40px 0;
	position: absolute;
	
}
.work_main .heading .bdr {
	border-color:#fff;
}
.mywork_main {
	margin: 50px 0px 50px 94px;
	width: 98%;
	position: relative;
}
.mymobile_main {
	margin: 50px 0px 50px 94px;
	width: 98%;
	position: relative;
}
.pre_next_btn .pre_next{
	left: 0;
    position: absolute;
    top: 250px;
    z-index: 100;
    background: url("../images/pre_icon.png") no-repeat;
    text-indent: -10000px;
    width: 18px;
    height: 28px;
}
.pre_next_btn .next_link {
	right: 0;
	left: inherit;
	background: url("../images/next_icon.png") no-repeat;
	text-indent: -10000px;
}
.pre_next_btn a:hover {
	text-decoration: none;
}
.pre_next_btn a:focus {
	outline: none;
}
.mywork_main li {
	background: url("../images/project_bg.png") no-repeat left top;
	padding: 20px 20px 140px;
}
/*
.mymobile_main li {
	background: url("../images/mobile.png") no-repeat left top;
	padding: 20px 20px 140px;
}
*/
.choose_slider_items .previous_item {
	left: 0;
}
.choose_slider_items .next_item {
	left:527px;
}
.current_item > h3 {
	margin-top: 20px;
	font-size: 30px;
	margin-bottom: -80px;
}
.previous_item > h3, .next_item > h3 {
	margin-top: 12px; 
}

/* Contact Form Section Stat Here */
.contact_main {
	background: url("../images/contact_bg.jpg") no-repeat center top #38a0d1;
    width: 100%;
    text-align: center;
    color:#fff;
    padding: 30px 0 10px;
   
}
.contact_main .bdr {
	border-color:#ffffff;
}
h3.title {
	font-size: 31px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 33px;
}
.contact_form {
	width: 80%;
	margin: auto;
}
.contact_form input[type="text"] {
	height: 47px;
}
.form-group {
	position: relative;
}
.contact_form .form-group {
	margin-right: 20px;
}
.left_arrow {
    background: url("../images/left_arrow.png") no-repeat left top;
    width:20px;
    height: 48px;
    left: -20px;
    position: absolute;
}
.right_arrow {
    background: url("../images/right_arrow.png") no-repeat left top;
    width:20px;
    height: 48px;
    right: -20px;
    position: absolute;
}

.txt_area .left_arrow {
    background: url("../images/txt_area_left.png") no-repeat left top;
    width:40px;
    height: 103px;
    left: -40px;
    position: absolute;
}
.txt_area .right_arrow {
    background: url("../images/txt_area_right.png") no-repeat left top;
    width:40px;
    height: 103px;
    right: -39px;
    position: absolute;
}

.submit_arrow .left_arrow {
    background: url("../images/btn_area_left.png") no-repeat left top;
    width:18px;
    height: 48px;
    left: -18px;
    position: absolute;
}
.submit_arrow .right_arrow {
    background: url("../images/btn_area_right.png") no-repeat left top;
    width:18px;
    height: 48px;
    right: -18px;
    position: absolute;
    top:0;
}
.contact_form, textarea {
	background: #ffffff !important;
	color:black !important;
	border:solid 1px #d8d8d8;
	border-left:none;
	border-right:none; 
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	padding: 10px 6px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
    resize: none;
}
.contact_form input[type="text"], textarea {
	background: transparent;
	color:#ffffff;
	border:solid 1px #d8d8d8;
	border-left:none;
	border-right:none; 
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	padding: 10px 6px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
.we_are_hiring p{
	border: 1px solid #a8dbee;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 60px;
}
.contact_address {
	border-top: 1px solid #a8dbee;
	padding: 25px 0 0;
	text-align: left;
}
.contact_address .row .col-md-3 {
	border-left: 1px solid #a8dbee;
}
.contact_address .row .col-md-3 p a {
	color:#ffffff;
}
.contact_address p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.copy_right {
	padding-top:10px; 
}
.submit_btn {
	border: none;
	padding: 10px;
	background: #72c2e2;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	height:45px;
}
.submit_arrow {
	width: 250px;
	margin: auto;
	position: relative;	
}
.contact_address a{
	color: #ffffff;
}



.about_section, .work_main, .contact_main {
	/*display: none;*/
}


/* Footer Navigation */
.main_navigation {
	bottom: -17px;
    position: fixed;
    right: -89px;
    z-index: 100;
}
.main_navigation ul {
	list-style-type: none;
	-webkit-transform: rotate(316deg);
	-moz-transform: rotate(316deg);
	-ms-transform: rotate(316deg);
	-o-transform: rotate(316deg);
}
.main_navigation ul li a {
	padding: 6px 100px;
	text-decoration: none;
	text-align: center;
	background: #ee6964;
	color:#ffffff;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
}
.main_navigation ul li a:hover{
	background: #767b84 !important;
}
.main_navigation ul li.about_link a {
	background: #f5cd45;
	color:#3f3f3f;
}
.main_navigation ul li.contact_link a {
	background: #7bceee;
}
.main_navigation ul li.home_link a {
	background: #fff;
	color:#000;
}
.home_link {
	/*display: none;*/
}
.menu_bg {
	background: #fff;
		width: 85px;
		height: 53px;
		position: absolute;
		right: 97px;
		bottom: -51px;
		z-index: -1;
}
.main_navigation.top {
	top: 22px;
	left: -116px;
	right: inherit;
	height: 240px;
}
.main_navigation.top .menu_bg {
	top: -92px;
	right: inherit;
	left: 64px;
	bottom: inherit;
	width: 154px;
	height: 93px;
}
.view_more {
	display: block;
	margin-top: 2px;
	width: 100%;
	background: transparent;
	border:none;
	color:#000;
}
.view_more:hover {
	background: #fff;
	color:#000;
}
.my_window {
	text-align: left;
}
.my_window .modal-header {
	background: #F5D252;
}
.my_window .modal-content {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.carousel-control.right{background-image: linear-gradient(to right, rgb(234, 93, 87) 0%, rgb(234, 93, 87) 100%);}
    .carousel-control.left{background-image: linear-gradient(to right, rgb(234, 93, 87) 0%, rgb(234, 93, 87) 100%);}
@media(min-width:320px) and (max-width:640px){
    .small_size{    width: 65% !important;}
    .title_head{font-size: 20px}
    body .choose_slider_items .current_item {    left: 31px !important;margin-right: 29px;}
    .main_head {border-bottom: 1px solid transparent;margin: 0 auto;width: 85% !important;}
    .carousel-control.right{background-image: linear-gradient(to right, rgb(234, 93, 87) 0%, rgb(234, 93, 87) 100%);}
    .carousel-control.left{background-image: linear-gradient(to right, rgb(234, 93, 87) 0%, rgb(234, 93, 87) 100%);}
    .m-t-100{margin-top: 45px !important}
}
.web-screen{background: url(../images/project_bg.png) no-repeat;background-size: 70% 100%;
background-position: 50% 0%;height: 223px;}
.web-screen img{     padding: 22px 75px 20px 75px}
.m-t-100{margin-top: 100px}
/*work page css start*/
.main_head{border-bottom: 1px solid transparent;margin: 0 auto;width: 73%;}
.work_tabs .nav > li > a{color: #fff !important;z-index: 99999;}
.work_tabs .nav > li > a:hover, .nav > li > a:focus{background-color: transparent !important;border: 1px solid transparent !important;  color: #ffffff !important;}
.work_tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background-color: transparent !important;border: 1px solid transparent !important;    color: #ffffff !important;    font-weight: bold;}
.pre_icon{position: absolute;top: 50%;z-index: 5;display: inline-block;}
.next_icon{position: absolute;top: 50%;z-index: 5;display: inline-block;}
.web_app{
    background-image: url(../images/web-applications-icon.png);
    background-size: 9% 62%;
    background-repeat: no-repeat;
    background-position: left;
    
}
/*
.web_app:hover  {
    background-image: url(../images/web-applications-icon-yellow.png);
    background-size: 9% 62%;
    background-repeat: no-repeat;
    background-position: left;
    
}

.web_app.active  {
    background-image: url(../images/web-applications-icon-yellow.png);
    background-size: 9% 62%;
    background-repeat: no-repeat;
    background-position: left;
    
}
*/
.mob_app{
    background-image: url(../images/mobile-applications-icon.png);
    background-size: 10% 63%;
    background-repeat: no-repeat;
    background-position: left;
 
}
/*

.mob_app:hover {
    background-image: url(../images/mobile-applications-icon-yellow.png);
    background-size: 10% 63%;
    background-repeat: no-repeat;
    background-position: left;
  
}
.mob_app.active {
    background-image: url(../images/mobile-applications-icon-yellow.png);
    background-size: 10% 63%;
    background-repeat: no-repeat;
    background-position: left;
  
}
*/
.logo_app{
    background-image: url(../images/logos-icon.png);
        background-size: 24% 77%;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    
/*    height: 28px;*/
}

/*
.logo_app:hover {
    background-image: url(../images/logo-icon-yellow.png);
      background-size: 24% 77%;
    background-repeat: no-repeat;
    background-position: 0px 3px;

}
.logo_app.active {
    background-image: url(../images/logo-icon-yellow.png);
      background-size: 24% 77%;
    background-repeat: no-repeat;
    background-position: 0px 3px;

}
*/
.branding_app{
    background-image: url(../images/branding-icon.png);
   background-size: 18% 63%;
    background-repeat: no-repeat;
    background-position: left;
/*    height: 28px;*/
}
/*
.branding_app:hover {
    background-image: url(../images/branding-icon-yellow.png);
   background-size: 18% 63%;
    background-repeat: no-repeat;
    background-position: left;
}
.branding_app.active {
    background-image: url(../images/branding-icon-yellow.png);
   background-size: 18% 63%;
    background-repeat: no-repeat;
    background-position: left;
}
*/
.mylogo_main{    margin: 50px 0px 50px 94px;
    width: 98%;
    position: relative;}
/*work page css end*/