/* =======================================================================

* Template Name: CAMELIA
* Author: The Creo
* Version: 1.0
* Design and Developed by: The Creo Team
======================================================================= */


/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General Style
            - Link Style
            - Heading (Typography)
            - Background Color
            - Pre Loader
    2.0 - Home Page Style
    3.0 - Service Section
    4.0 - Portfolio Section
    5.0 - Portfolio-Project-Details
    6.0 - About Us
    7.0 - Skill Bar
    8.0 - Testimonial Section
    9.0 - Client Section
    10.0 - Team Section
    11.0 - Package Section
    12.0 - Fun Factors
    13.0 - Blog Section
    14.0 - Blog List Page
    15.0 - Single Blog Page
    16.0 - Contact Section
    17.0 - Google Map
    18.0 - Responsive 
    
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/



/* --------------------------------------
=========================================
GENERAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	/*font-family: 'Dosis', sans-serif;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #c94127;
  line-height:24px;
  
   overflow-x: hidden !important;
    margin: auto !important;
	

}

hr{
  border-color: transparent;
}

strong{
  font-weight: 700;
}


.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: left;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */ 

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Link style
/* ------------------------------ */

a {
   color: #000;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
}

a:active {
    text-decoration: none;
    opacity: 0.7;
}

a:visited {
    text-decoration: none;
    opacity: 0.7;
}

a:focus{
  text-decoration: none;
  opacity: 0.7;
}

.btn{
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    border: 2px solid #111;
    border-radius: 0px;
    background: transparent;
}

.btn:hover{
  color: #fff;
}

.btn-price{
  margin-top: 10px;
  border: 1px solid;
  border-color: #949494;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 0px; 
}

.btn-home{
  color: #fff;
  border: 2px solid #fff;
}

.btn-home:hover{
  color: #000;
}

.btn-home:hover a{
  color: #000;
}

.btn-home a{
  color: #fff;
}

.btn-home a:hover{
  color: #000;
}

.btn-home:hover a:visited{
  color: #000;
}

.btn-home a:visited{
  color: #fff;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}

/* Scroll Down */
 .scroll-btn {
  display: block;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #000;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #000;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  /*top: 30%;*/
  left: -10%;
  font-size: 32px;
}

/* Other fixes*/   

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.nopadding{
  padding: 0px;
}

.numbers{
  font-family: 'Advent Pro', sans-serif;
  font-weight: 400;
}

/*---------------------------------------
   HEADING             
-----------------------------------------*/

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 4.063rem;
    text-transform: capitalize;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    font-weight: 300;
}

p { /*color: #6d747c;
    font-size: 16px;
    font-weight: 300;*/
}

/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.section-title {
    color: #000;

}

.text-dark{
  color: #000;
}
.text-white{
  color: #FFF;
}
.text-dark-blue{
  color: #004dff;
}

.bg-white{
  background: #fff;
}

.section-top{
  padding-top: 80px;
}

.section-header {
    padding-bottom: 50px;
	z-index:101;
	position:relative;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
	
}


.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

header {
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
}

/* PRE LOADER
/* ------------------------------ */

.no-js .preloader{
  display: none;
}

.preloader {
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
}

.ip-header h1 {
  margin: 0;
}

.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-loader {
  bottom: 50%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
}


/* Animations */

/* Initial animation of header elements */
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}

@keyframes animInitialHeader {
  from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-loader {
  opacity: 1;
}

@-webkit-keyframes animLoadedLogo {
  to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
  to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
  to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
  to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}


/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .ip-header .ip-logo svg path {
  fill: #fff;
}

.sticky-navigation {
	position:fixed;
	top:0px!important;
  min-height: 72px;
     background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 54px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color:#fff
}

.sticky-navigation .main-navigation li a:hover{
  background: none;
  color:#ff3600
}

.sticky-navigation .main-navigation li a:active{
  background: none;
}

.sticky-navigation .main-navigation li a:focus{
  background: none;
}

.navbar-brand{
  padding: 10px;
}

.navbar-brand .logo-title{
  padding-left: 10px;
  display: inline-block;
  vertical-align: super;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
}

.navbar-header a:hover{
  color: rgba(0,0,0,0.5);
}

.navbar-header a:focus{
  color: rgba(0,0,0,0.5);
}
.navbar-header a:active{
  color: rgba(0,0,0,0.5);
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.intro-section {
  margin: 30vh auto;
}

.intro-section-pad {
  padding-top: 30vh;
}


/*---------------------------------------
   HOME SECTIONS               
-----------------------------------------*/


/* =-=-=-=-=-=-= Video BG =-=-=-=-=-=-= */

.up-title{
  letter-spacing: .7em;
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.text-white-1{
  font-family: 'Poiret One', cursive;
  font-weight: 100;
  font-size: 90px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-bottom: 10px;
  
}


.sub-intro{
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  padding: 10px;
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,0.2);
    -webkit-backface-visibility: hidden;
}

/* =-=-=-=-=-=-= Content Slider Background =-=-=-=-=-=-= */

.slider-section {
  height: 100vh; 
  -webkit-background-size: cover;
            background-size: cover;
}

.slider-overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,0.3);
    -webkit-backface-visibility: hidden;
}




/* =-=-=-=-=-=-= YOU TUBE BG =-=-=-=-=-=-= */

.youtube-overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backface-visibility: hidden;

}

.text-blue{
  color: #004dff;
  font-size: 100px;
  letter-spacing: .1em;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  margin-left: 50px;
  padding-bottom: 20px;

}

.text-blue-sub{
  color: #0099ff;
  margin-left: 50px;

}


/* =-=-=-=-=-=-=IMAGE BG =-=-=-=-=-=-= */

.text-black{
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 150px;
  font-weight: 300;
  letter-spacing: .1em;
}

 .image-wrap{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;

 }

.dark-image-bg{
  -webkit-background-size: cover;
            background-size: cover;
}

.image-color-overlay{
  background: (211, 196, 225, .2);
}



.double-border {
  padding: 50px 50px;
  background: rgba(132, 99, 195,.6);
  outline: 10px solid rgba(132, 99, 195,.6);
  outline-offset:10px;
  width: 555px;
  height: 250px;
  position: relative;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%
}


.banner-box {
    max-height: 100%;
    max-width: 100%; 
    margin: 150px auto ;
}



/* =-=-=-=-=-=-= TYPE TEXT BG=-=-=-=-=-=-= */

@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.typist-blink:after {
    content: " ";
    display: inline-block;
    height: 58px;
    position: relative;
    top: 10px;
    margin-left: 3px;
    margin-right: 7px;
    border-right: 1px solid;
    color: #b80000;
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.typist-blink > .selectedText {
    display: none;
}

.typist-element{
  color: #b80000;
  font-family: 'Lato', sans-serif;
  font-weight: 100; 
}


.type-text-wrap{
  -webkit-background-size: cover;
            background-size: cover;
}

.text-white-2{
  font-family: 'Lato', sans-serif;
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 400;

}

.type-color-overlay{
   height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

/* =-=-=-=-=-=-= TEXT ROTATOR =-=-=-=-=-=-= */

.text-black-2{

  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 50px;
  font-size: 90px;
  font-weight: 400;

}

.text-rotate-color-overlay{
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
}



/* =-=-=-=-=-=-= FULL SLIDER BG=-=-=-=-=-=-= */

.carousel-inner{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}

.carousel-inner .item img{
  width: 100%;
  height: 100%;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-color-overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0,0.5);
    -webkit-backface-visibility: hidden;

}

.text-white-6{

  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 100px;
  font-weight: 100;
  letter-spacing: .1em;
}


/* =-=-=-=-=-=-= Particle BG=-=-=-=-=-=-= */

.text-white-3{
  font-family: 'Lato', sans-serif;
  color: #FFFFFF;
  font-size: 100px;
  padding-bottom: 20px;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.particle-color-overlay{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0,0.5);
    -webkit-backface-visibility: hidden;

}


/* =-=-=-=-=-=-= Snow BG=-=-=-=-=-=-= */

.particles-js {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 80%;
  overflow: hidden;
  opacity: .8;
  z-index: -1;
}

.particle-snow-overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden;

}


.text-white-4{
  font-family: 'Advent Pro', sans-serif;
  color: #FFFFFF;
  text-shadow: 3px 3px #0099ff;
  font-size: 100px;
  padding-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;

}



/* =-=-=-=-=-=-= ZOOM SLIDER BG=-=-=-=-=-=-= */

.zoom-slider-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}

.zoom-slider-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,0.6);
    -webkit-backface-visibility: hidden;
}

.text-white-5{
  font-family: 'Cinzel Decorative', cursive;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: .1em;

}


/* =-=-=-=-=-=-= ANIMATED BLOCK BG =-=-=-=-=-=-= */

.solid-container{
        position: absolute;
        height: 100%;
        width: 100%; 
}

.text-black-3{
  color: #000;
  font-family: 'Orbitron', sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: .1em;
}

.animated-block-overlay{
  position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,0.1);
    -webkit-backface-visibility: hidden;

}

.block-wrap{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}




.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 50px;
  right: 1em;
}

.scroll-up a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  line-height: 34px;
  border-radius: 100%;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(86, 86, 86, .8);
  color: #fff;
}


 
/*******************  new styles *****************/

.logodiv {
	width:100%;
	height:100%;
	position:absolute;
	text-align:center
}
.middlediv {
	position: relative;
  	top: 14%;
  	/*transform: translateY(-50%);*/
	text-align:center
}

.middlediv .title_blk {
	width:60%;
	float:left;
	margin:20px 0 0 20px;;
	text-align:left;
}
.middlediv .title_blk .h2 {
	color:#0c3656;
	line-height:38px;
}
.middlediv .title_blk .h3 {
	color:#0c3656;
	margin-bottom:20px;
}

.middlediv h4 {
	font-weight:500;
	line-height:46px;
	color:#0c3656;
	margin-top:30px;
}
.circle {
	border-radius:100%;
	padding:40px;
	background-color:rgba(255, 255, 255, 0.25);
	max-width:264px;
	float:none;
	margin:auto
}

.shape_1 {
	width:100%;
	height:70px;
	background:url(../images/shape_1.png) center;
	position:absolute;
	bottom:0px;
}

.shape_1 {
	background-size:cover;
}

.next {
	width:54px;
	height:33px;
	background:url(../images/dn_arr.png);
	position:absolute;
	bottom:3px;
	left:50%;
	margin-left:-27px;
	opacity:0.5;
	cursor:pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.next:hover {
	opacity:1;
}

h1, h2, .h2, h3, .h3, h4 {
	font-family: 'Dosis', sans-serif;
	letter-spacing:2px;
}

.title_blk {
	width:100%;
	text-align:center;
	padding:0px 0 4px 0;
	font-family: 'Dosis', sans-serif;
	clear:both;
	display:inline-block;
}

h1 {
	font-size:52px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	padding:0px;
	margin:0px;
	
	
}
 h2, .h2 {
	font-size:40px;
	color:#fff;
	font-weight:700;
	padding:0px;
	margin:0px;
	font-family: 'Dosis', sans-serif;
}

 h3, .h3 {
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	padding:0px;
	margin:0px;
	font-family: 'Dosis', sans-serif;
}

.h3, .h2 {
	display:inline-block;
}
 h4 {
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	padding:0px;
	margin:0px;
	margin-top:10px;
	line-height:30px;
}

 h1 span {
	background:url(../images/line.png) repeat-x 0 58px;
	line-height:60px;
	padding:0 20px;
}

.about_left {
	width:50%;
	/*background-color:#363636;*/
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:60px 40px;*/
	float:left;
	position:relative;
	background-color:#464646;
}
.about_left_shape {
	width:100%;
	height:50px;
	background:url(../images/about_left_shape.jpg);
	position:absolute;
	top:0px;
}
.about_left_shape {
	background-size:cover;
}

.about_right {
	width:50%;
	background-color:#565656;
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:60px 40px;*/
	float:right;
	margin-top:50px;
	position:relative
}

.ideas_pic {
	float:right;
	margin-top:60px;
}
.ideas_pic img {
	width:100%;
	max-width:600px;
}
.about_right_shape {
	width:100%;
	height:80px;
	background:url(../images/about_right_shape.jpg);
	position:absolute;
	bottom:0px;
}
.about_right_shape {
	background-size:cover;
}

.about_right_content {
	width:100%;
	max-width:600px;
	padding:60px 60px 80px 60px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#fff;
	font-size:14px;
	line-height:26px;
	font-weight:300;
	text-align:justify;
	text-justify: auto;
}

.about_right_title{
	margin-bottom:40px;
}

.creations_blk {
	width:100%;
	float:left;
	position:relative;
	color:#333
}

.creations_left {
	width:33.33%;
	background-color:#eaeaea;
	float:left;
	position:relative;
}

.creations_left_shape {
	width:100%;
	height:46px;
	background:url(../images/creations_left_shape.jpg);
	position:absolute;
	bottom:0px;
}
.creations_left_shape {
	background-size:cover;
}
.creations_left_content {
	width:100%;
	padding:40px 60px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.creations_mid {
	width:36.33%;
	position:absolute;
	/*background:url(../images/creations_mid_bg.png);*/
	left:31.33%;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index:100;
}

.creations_mid {
	background-size:cover;
}

.creations_right {
	width:35.33%;
	right:0px;
	background-color:#eaeaea;
	float:right;
	position:relative;
}
.creations_right_top_shape {
	width:100%;
	height:48px;
	background:url(../images/creations_right_top_shape.jpg);
	/*position:absolute;
	bottom:0px;*/
	float:left
}
.creations_right_top_shape {
	background-size:cover;
}

.creations_right_bot_shape {
	width:100%;
	height:53px;
	background:url(../images/creations_right_bot_shape.jpg);
	/*position:absolute;
	bottom:0px;*/
	float:left;
}
.creations_right_bot_shape {
	background-size:cover;
}

.craetions_right_content {
	width:100%;
	padding:60px 60px 70px 60px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.product_logo {
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #c94127;
}
	
	
.mid_top {
	width:100%;
	height:75px;
	background:url(../images/mid_top.png) no-repeat;
	float:left;
}
.mid_rep {
	width:100%;
	background:url(../images/mid_rep.png) repeat-y;
	float:left;
	padding:0 60px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.mid_bot {
	width:100%;
	height:79px;
	background:url(../images/mid_bot.png) no-repeat;
	float:left;
}

.creation_text_content {
	width:100%;
	float:left;
	/*max-height:120px;*/
	overflow:hidden;
	margin-top:15px;
	line-height:22px;
	text-align:justify
}

.product_title {
	font-size:22px;
	font-family: 'Dosis', sans-serif;
	font-weight:600;
	line-height:35px;
	float:left;
	width:100%;
}

.product_subtitle {
	font-size:12px;
	display:inline;
	line-height:14px;
	float:left;

}

.viewprofile {
	color:#333;
	text-decoration:none;
	float:left;
	font-weight:600;
	font-style:italic;
	margin-bottom:60px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.viewprofile:hover {
	padding-left:15px;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 10px #000;
    -moz-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}


.effect3 {
    position: relative;
}
.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #000;
    -moz-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}


.normal_font {
	text-transform: none;
}

.work_title_shape {
	width:100%;
	height:90px;
	background:url(../images/work_title_shape.png) center;
	position:relative;
	z-index:100
}
.work_title_shape {
	background-size:cover;
}

.careers_container {
	width:100%;
	float:left;
	margin-top:-93px;
	background-color:#464646;
}
.career_block_left {
	background-color:#464646;
	width:33.33%;
	float:left;
	padding:60px 60px 100px 60px;
	float:left
}
.career_block_middle {
	/*background-color:#4a4a4a;
	width:66.66%;*/
	background-color:#565656;
	
	float:right;
	padding:90px 60px 20px 60px;
	text-align:center;
	position:relative;
	/*z-index:99;*/
	

}
.career_block_right {
	background-color:#636363;
	width:33.33%;
	float:left;
	padding:60px 60px 100px 60px;
	text-align:center
}
.career_pic {
	width:170px;
	height:170px;
	display:inline-block;
	margin:auto;
	overflow:hidden;
	position:relative
}
.job_circle {
	width:170px;
	height:170px;
	border-radius:100%;
	position:absolute;
	top:0%;
	left:0%;
	transform:scale(0);
	display:table;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.technical {
	background-color:rgba(248,172,255, 0.64);
}
.sales {
	background-color:rgba(255,147,31, 0.64);
}
.business {
	background-color:rgba(175,226,94, 0.64);
}
.career_pic:hover .job_circle {
	left:0px;
	top:0px;
	transform:scale(1);
}

.career_subtitle {
	width:100%;
	display:inline-block;
	padding:20px 0;
	font-size:22px;
	font-weight:700;
	color:#b2b1b1;
	}
.job_circle ul {
	padding:0px;
	marign:0px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.job_circle ul li {
	list-style:none;
	text-align:center;
}
.job_circle ul li a {
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-decoration:none;
	line-height:26px;
	border-bottom:solid 1px #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.job_circle ul li a:hover {
	color:#000;
}
.career_content {
	width:100%;
	float:left;
	overflow:hidden;
	padding:10px;
	/*font-size:12px;*/
	color:#b2b1b1;
	line-height:22px;
	text-align:left
}
.career_content ul {
	padding:0px;
	margin:0px;
}
.career_content ul li {
	list-style:none;
	text-align:left;
	line-height:30px;
	cursor:pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.career_content ul li:hover {
	background-color:rgba(99, 99, 99, 0.5);
	padding-left:10px;
}


.career_content ul li .fa {
	padding-right:10px;
	color:#c94227;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.career_content ul li:hover .fa {
	color:#fff;
}
.career_shape_left{
	width:33px;
	height:29px;
	background:url(../images/career_shape_left.png);
	position:absolute;
	left:-33px;
	bottom:0px;
	
}
.career_shape_right{
	width:33px;
	height:29px;
	background:url(../images/career_shape_right.png);
	position:absolute;
	right:-33px;
	bottom:0px;
	
}


.career_form {
	width:100%;
	text-align:left;
}

.career_form_left {
	width:48%;
	float:left;
}
.career_form_right {
	width:48%;
	float:right;
}

input[type="text"], input[type="file"], textarea, select {
	width:100%;
	border:solid 1px #666667;
	height:30px;
	background-color:#4a4a4a;
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*margin-bottom:7px;*/
	color:#9bb19a;
}

input:focus {
	outline:none;
}
select:focus {
	outline:none;
}

input[type="file"] {

	height:30px;
	/*padding-top:30px;
	height:30px;*/
	overflow:hidden;
	box-sizing:border-box;
	-mox-box-sizing:border-box;
	/*background:url(../images/filebg.png)98% top no-repeat #4a4a4a;*/
}
input.button {
	height:35px;
	float:right !important;
	width:150px;
	color:#fff;
	background-color:#c94227;
	padding:0 20px;
	margin:10px;
	border:none;
	border-radius:5px;
	font-weight:normal;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;float: left;
	
}
input.button:hover {
	background-color:#aeaaaa;
	color:#333;
}


label {
	width:100%;
	line-height:24px;
	color:#ccc;
	font-weight:400;
	/*font-size:14px;*/
	margin-bottom:0px;
	text-align:left;
}
textarea {
	height:100px;
}

#contact {
	background:url(../images/contactbg.jpg) no-repeat;
	min-height:580px
}

#contact {
	background-size:cover;
	margin-top:50px;
}

.contact_content {
	width:50%;
	float:right;
	/*margin-top:50px*/
	
}

.contact_content .title_blk {
	padding:0px 0 20px 0;
}
.contact_content .title_blk h2 {
	color:#464646;
	text-transform:uppercase;
}
.contact_content h1 {
	color:#464646;
}

.footer {
	width:100%;
	display:inline-block;
	padding:0px 40px 20px 40px;
}

.footer_address {
	width:48%;
	float:left;
	color:#464646;
	line-height:30px;
	padding-right:2%;
	border-right:solid 1px #464646;
	margin:0 2% 0 0px;
	font-size:18px;
}

.footer_contact {
	color:#fff;
	float:left;
	width:46%;
}

.footer_contact ul {
	padding:0px;
	margin:0px;
}
.footer_contact ul li {
	list-style:none;
	margin:5px;
	
}
.footer_contact ul li:first-child {
	margin-top:15px;
}

.footer_contact ul li .fa {
	padding-right:20px;
	font-size:20px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.footer_contact ul li a {
	color:#464646;
	text-decoration:none;
	
}

.footer_contact ul li:hover .fa{
	padding-right:10px;
}

.social_block {
	float:right;
	padding-right:40px;
}

.social_block_title {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-weight:500;
}

.social_block ul {
	padding:0px;
	margin:0px 0 0 0px;
}
.social_block ul li {
	list-style:none;
	float:left;
	margin-right:15px;
}
.social_block li a {
	font-size:20px;
	color:#fff;
	opacity:0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.social_block li a:hover {
	opacity:1;
}

.copyright {
	width:100%;
	float:left;
	background-color:#363636;
	padding:10px 40px;
	color:#a7a7a7;
	font-size:12px;
}

.about_para {
	width:60%;
	padding-top:30px;
	color:#fff;
	margin:auto;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	letter-spacing:0.5px;
	font-style:italic
	
}

#popup1, #popup2, #popup3 {
	 width: 650px; height: 400px;
}

.form_group {
	width:50%;
	float:left;
	margin-bottom:8px;
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.career_block_middle button {
	float:left;
}

.navbar-nav.navbar-right:last-child {
	margin-top:10px;
}


.container {
	width:100%;
	max-width:1360px;
	padding:0px 10px;
}

.map {
	float:left;
	width:48%;
	max-height:250px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-mox-border-radius:10px;
	overflow:hidden;
	margin-left:2%;
}

.navbar-toggle {
	margin-top:19px;
}
#careers {
	position:relative;	
}

.cont_tit {
	color:#464646;
}


@media only screen and (max-width: 1270px) {
	.product_logo img {
		width:100%;
	}
}

@media only screen and (max-width: 1168px) {
	.footer_address {
		width:100%;
		padding:0px;
		margin:0px;
		border-right:none;
		text-align:center
	}
	.footer_contact {
		width:100%;
	}
	.footer_contact ul li:first-child {
		margin-top:0px;
	}
	.footer_contact ul {
		text-align:center;
	}
	.footer_contact ul li {
		display:inline;
	}
	
}

@media only screen and (max-width: 1076px) {
	/*.contact_content {
		width:40%;
	}*/
}

@media only screen and (max-width: 980px) {
	.contact_content {
		width:50%;
	}
	.contact_content .title_blk {
		padding:0px;
	}
	
	.about_left {
		width:100%;
		text-align:center
	}
	.ideas_pic {
		float:none;
	}
	.about_right {
		width:100%;
	}
	.about_right_content {
		max-width:inherit;
		font-size:16px;
	}
	.title_blk {
		padding:0 40px 40px 40px;
	}
	.creations_left_content {
		padding:40px 30px;
	}
	.mid_rep {
		padding:0 45px;
	}
	.craetions_right_content {
		padding:60px 30px 70px 60px
	}
	
	.parallax-bg {
		background:url(../images/background/homebg2_2.jpg) center!important;
		
		}
	.parallax-bg {
		 -webkit-background-size: cover!important;
            background-size: cover!important;
	}
	
}

@media only screen and (max-width: 900px) {
	/*.contact_content {
		width:540px;
		height:270px;
		float:left;
		padding-top:40px;
		background-color:rgba(0, 0, 0, 0.3);
		border-radius:50%;
		margin:42px 0 0 35px;
	}*/
	/*.footer {
		padding-top:30px;
	}*/
	
}


@media only screen and (max-width: 800px) {
	.creations_left	{
		width:100%;
	}
	.creations_left_shape {
		display:none;
	}
	.creations_mid {
		width:100%;
		float:left;
		position:relative;
		background-color:#e0dede;
		left:0px;
	}
	.mid_top {
		display:none;
	}
	.mid_rep {
		background-image:none;
	}
	.mid_bot {
		display:none;
	}
	
	.creations_right {
		width:100%;
		float:left;
	}
	.creations_right_bot_shape {
		display:none;
	}
	.career_block_left {
		width:100%;
	}
	.career_block_middle {
		width:100%;
		padding-bottom:60px
	}
	.career_block_right {
		width:100%;
		padding-bottom:60px
	}
	.career_shape_right, .career_shape_left {
		display:none;
	}
	.career_content {
		height:auto;
		overflow:auto;
	}
	.footer_address {
		padding-right:0px;
		margin-right:0px;
		border-right:0px;
		width:100%;
		text-align:center
	}
	.social_block {
		padding-right:0px;
		/*margin-top:10px;*/
	}
	.work_title_shape {
		background-size:100%;
		background-repeat:no-repeat;
		height:100px;
	}
	.middlediv .title_blk {
		width:60%;
	}
	.product_logo {
		text-align:center;
	}
	.product_logo img {
		width:auto;
	}
}
@media only screen and (max-width: 764px) {
	.middlediv .title_blk {
		width:100%;
		margin-left:0px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

}

@media only screen and (max-width: 700px) {
	#contact {
		/*background-position:30%;*/
		background-image:none;
		background-color:#ddf0ff;
		min-height:inherit
	}
	.map {
		width:96%;
	}
	.contact_content {
		width:100%;
	}
	
	
}


@media only screen and (max-width: 650px) {
	.form_group {
		width:100%;
		padding:0px;
	}
	
}

@media only screen and (max-width: 600px) {

	.footer_contact {
		text-align:center;
		float:none;
	}
	.footer_address {
		/*line-height:20px;*/
		margin-bottom:15px;
	}
	.footer_contact ul li {
		width:100%;
		float:left;
	}
	.social_block {
		width:100%;
	}
	.social_block_title {
		text-align:center;
	}
	.social_block ul {
		text-align:center;
	}
	.social_block ul li {
		float:none;
		display:inline-block;
	}
	.copyright {
		text-align:center;
	}
	
	.middlediv h1 {
		font-size:40px;
	}
	#contact {
		/*background:none;
		min-height:inherit*/
		/*background: url(../images/contactbg2.jpg);*/
	}
	/*#contact {
    background-size: cover;
    margin-top: 50px;
	}*/
	
	/*#contact {
		background-position:center;
	}*/
	
	#contact .title_blk {
		/*margin-top:40px;*/
	}
	.contact_content {
		width:90%;
		height:auto;
		float:left;
		/*padding:0 10%;*/
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		margin:42px 5% 30px 5%;
	}
	
	
}


@media only screen and (max-width: 500px) {
	.career_form_left, .career_form_right {
		width:100%;
	}
	
	h1 {
		font-size:40px;
	}
	
	.middlediv .title_blk {
		width:100%;
	}
	.middlediv .title_blk .h2 {
		font-size:30px;
		line-height:19px;
	}
	.middlediv .title_blk .h3 {
		font-weight:600;
	}
	.middlediv .title_blk h4 {
		font-size:15px;
		font-weight:500;
		letter-spacing:0px;
		line-height:20px;
	}
	
}


@media only screen and (max-width: 430px) {
	.product_logo img{
		width:100%;
	}
}

@media only screen and (max-width: 403px) {
	.about_right_content {
		padding:60px 40px 80px 40px;
		
	}
}

@media only screen and (max-width: 360px) {
	.career_block_middle, .career_block_left {
		padding:30px;
	}
	.contact_content {
		border-radius:0px;
		padding:0 20px;
	}
	
	.title_blk {
		padding:0 20px 40px 20px;
		}
	.middlediv .title_blk h4 {
		margin-top:20px;
	}
	.about_right_content {
		padding:30px;
	}
	.padding-medium {
		padding-bottom:40px;
	}
	.creations_left_content {
		padding:30px;
	}
	.mid_rep {
		padding:30px;
	}
	.craetions_right_content {
		padding:30px;
	}
	.copyright {
		padding:10px 62px;
		line-height:14px;
		
	}
	.footer_address {
		line-heght:28px!important;
	}
	.social_block {
		margin-top:10px;
	}
	
	.footer {
		padding:0px 20px 20px 20px;
	
}


/******************/