/* === prettify === */

@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */

@import url('font-awesome.css');
/* === custom icon === */

@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
@import url('animate.css');
/* Table of content */

/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon
20. Spacer, margin
21. Media queries
==================================== */

/* ===================================
1. General
==================================== */

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #656565;
}

a:active {
  outline: 0;
}

.clear {
  clear: both;
}

/* ===================================
2. layout
==================================== */

.container {
  padding: 0 20px 0 20px;
  position: relative;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper.boxed {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.row, .row-fluid {
  margin-bottom: 30px;
}

.row .row, .row-fluid .row-fluid {
  margin-bottom: 30px;
}

.row.nomargin, .row-fluid.nomargin {
  margin-bottom: 0;
}
.gallery_section{
  background-color:rgba(236, 197, 3, 0.7);
  /*padding:40px 0;*/
}

#projects .margin_left{
  margin-left:70px;
}
@media(max-width:1200px){
  #projects .margin_left{
  margin-left:50px;
}
}
@media(max-width:991px){
  #projects .margin_left{
  margin-left:40px;
}
}
@media(max-width:767px){
  #projects .margin_left{
  margin-left:0px;
}
}
/* choose plan */
.choose_plan_background{
  background-image:url(../images/plan_background.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment: fixed;
  min-height:700px;
}
.choose_plan_background1{
  background-image:url(../images/choose_parallax.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment: fixed;
  min-height:500px;
}
/* //choose plan */
/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}
.banner_text{
  position:relative;
  top:90px;
  left:20px;
  color:red;z-index:999;
}
.video_top_text{
  position:absolute;top:200px;z-index:999;font-weight:bold;
  width:50%;
  color:#FF0000;text-align:center;top: 1%;font-size:45px;
  left: 70%;line-height:55px;letter-spacing:1px;
  transform: translate(-50%, 60%);
  /*background:rgba(0, 0, 0, 0.4);*//*padding:10px;*/
}
.video_top_img{
  position:absolute;z-index:999;/*background:rgba(0, 0, 0, 0.4);*/
  top: 10%;left: 10%;width:100px;transform:translateX(-50%);
}
.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

.parallax_contact{
  background-image:url(../images/co.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  min-height:500px;
      padding-bottom: 60px;
}
.contact_padding{
  padding:50px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.enquiry_heading{
  color:white;
  text-align:center;
  font-weight:bold;
}
.contact_form_heading{
  padding:60px 0 20px 0px;
  text-align:center;
  color:white;
  font-weight:bold;
}
/*************new style for home**********/
.contact_form_heading2  {
  padding: 60px 0 20px 0px;
    text-align: left;
    color: #fff;
    font-weight: bold;
} 
.home_content_new p { text-align:justify; }
.navbar .nav > li > a {
       padding: 2px 13px 10px 25px !important; }
/****************************************/
.mobile_contact{
  padding:30px 0;
}
.img_on_text p{
  color:white;
  line-height:50px;
  letter-spacing: 1px;
  font-weight:bold;
  font-size:28px;
  text-align:center;
  font-family: 'Kaushan Script', cursive;
}
.img_on_text1 p{
  color:white;
  line-height:60px;
  letter-spacing: 1px;
  font-size:45px;
  text-align:center;
  font-family: 'Anton', sans-serif;
}
@media(max-width:480px){
  .img_on_text1 p{
      font-size:30px;
      line-height:35px;
  }
}
.download_heading{
  text-align:center;
  letter-spacing: 1px;
  color:white;
  font-weight:bold;
  cursor:pointer;
  padding-bottom:30px;
}
.download_heading1{
    text-align:center;
    letter-spacing:1px;
    color:black;
    font-weight:bold;
    padding-bottom:20px;
}
.email_class{
  font-size:14px;
}
.mobile_contact h4{
  text-align:center;
  color:#fff;
  font-weight:bold;
}
.mobile_contact p{
  text-align: center;
  color:white;
  font-weight:bold;
  font-size:18px;line-height:25px;
  letter-spacing:1px;
}
/* ===================================
4. Header
==================================== */

/* choose plan */
.border_style_house{
  border:3px solid rgba(237, 61, 3, 0.6);
  cursor:pointer;
}
.border_style_house:hover{
  transform-origin:top center;
  -webkit-animation: rotate 2s ease-out;
  -moz-animation: rotate 2s ease-out;
  -o-animation: rotate 2s ease-out;
  animation: rotate 2s ease-out;
 }
 @-webkit-keyframes rotate{
  20%{ transform:rotate(20deg); }
  40%{ transform:rotate(-20deg); }
  60%{ transform:rotate(10deg); }
  80%{ transform:rotate(-10deg); }
  100%{ transform:rotate(0deg); }
}
@-moz-keyframes rotate{
  20%{ transform:rotate(20deg); }
  40%{ transform:rotate(-20deg); }
  60%{ transform:rotate(10deg); }
  80%{ transform:rotate(-10deg); }
  100%{ transform:rotate(0deg); }
}
@-o-keyframes rotate{
  20%{ transform:rotate(20deg); }
  40%{ transform:rotate(-20deg); }
  60%{ transform:rotate(10deg); }
  80%{ transform:rotate(-10deg); }
  100%{ transform:rotate(0deg); }
}
 @keyframes rotate{
  20%{ transform:rotate(20deg); }
  40%{ transform:rotate(-20deg); }
  60%{ transform:rotate(10deg); }
  80%{ transform:rotate(-10deg); }
  100%{ transform:rotate(0deg); }
}
@-webkit-keyframes arrange{
  0%{top:20px;}
  100%{top:0px;}
}
@-moz-keyframes arrange{
  0%{top:20px;}
  100%{top:0px;}
}
@-o-keyframes arrange{
  0%{top:20px;}
  100%{top:0px;}
}
@keyframes arrange{
  0%{top:20px;}
  100%{top:0px;}
}
.select_style:hover h4 span:nth-child(odd){
  -webkit-animation:arrange 2s;
  -o-animation:arrange 2s;
  -moz-animation:arrange 2s;
  animation:arrange 2s;
  position:relative;
}
@-webkit-keyframes arrange1{
  0%{bottom:20px;}
  100%{bottom:0px;}
}
@-moz-keyframes arrange1{
  0%{bottom:20px;}
  100%{bottom:0px;}
}
@-o-keyframes arrange1{
  0%{bottom:20px;}
  100%{bottom:0px;}
}
@keyframes arrange1{
  0%{bottom:20px;}
  100%{bottom:0px;}
}
.select_style:hover h4 span:nth-child(even){
  -webkit-animation:arrange1 2s;
  -moz-animation:arrange1 2s;
  -o-animation:arrange1 2s;
  animation:arrange1 2s;
  position:relative;
}
.btn_specification_style{
  background-color:#ed3d03;
  border:1px solid #ed3d03;
  color:black;
  font-size: 18px;
  font-weight:bold;
  position:relative;
  box-shadow:2px 3px 1px white;
}
.btn_specification_style:hover{
  background-color:black;
  border:1px solid black;
  color:#ed3d03;
  animation:bounce_button 1s ease-in;
  box-shadow:2px 3px 1px #ed3d03;
}
.btn_specification_style:focus{
  background-color:#ed3d03;
  border:1px solid #ed3d03;
  color:black;
  box-shadow:2px 3px 1px black;
}
@keyframes bounce_button{
  20%{transform:translateY(-10px);}
  50%{transform:translate(0px);}
  80%{transform:translateY(-5px);}
  100%{transform:translate(0px);}
}
@-webkit-keyframes bounce_button{
  20%{transform:translateY(-10px);}
  50%{transform:translate(0px);}
  80%{transform:translateY(-5px);}
  100%{transform:translate(0px);}
}
@-moz-keyframes bounce_button{
  20%{transform:translateY(-10px);}
  50%{transform:translate(0px);}
  80%{transform:translateY(-5px);}
  100%{transform:translate(0px);}
}
@-o-keyframes bounce_button{
  20%{transform:translateY(-10px);}
  50%{transform:translate(0px);}
  80%{transform:translateY(-5px);}
  100%{transform:translate(0px);}
}
/* //choose plan */

/* --- hidden top area --- */

.hidden-top {
  height: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hidden-top-inner ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
}

.hidden-top-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}

.hidden-top.toggle-link-open {
  padding: 10px 0;
}

.hidden-top a {
  color: #ffffff;
}

#header-hidden-link {
  position: absolute;
  right: 60px;
  top: 0px;
}

#header-hidden-link a.toggle-link, #header-hidden-link a.top-link {
  outline: 0;
  font-size: 0;
  line-height: 1;
  padding: 5px 10px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
}

#header-hidden-link a.toggle-link:active, #header-hidden-link a.toggle-link:focus, #header-hidden-link a.toggle-link:hover {
  outline: 0;
}

#header-hidden-link a.toggle-link i, #header-hidden-link a.top-link i {
  font-size: 16px;
  line-height: 1;
}

#header-hidden-link a.toggle-link:hover, #header-hidden-link a.top-link:hover {
  text-decoration: none;
  color: #ffffff;
}

#header-hidden-link a.toggle-link>i:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

#header-hidden-link a.toggle-link.open {
  text-decoration: none;
}

#header-hidden-link a.toggle-link.open>i:before {
  content: "\f068";
}

.toggle-link-open {
  height: auto !important;
  min-height: 40px;
  max-height: 40000px;
}

.toggle-link-close {
  height: 0;
  overflow: hidden;
}

/* --- modal signup & signin form --- */

/* modal styled */

.modal.styled .modal-header h4 {
  color: #fff;
}

/* --- header -- */

header {
  background:#80ea18;
  margin: 0;
  padding: 0;
  position: relative;
}

header .logo {
  margin: -10px 0 0 0;
  float: left;
}
@media (min-width:992px) and (max-width:1080px){
    header .logo {
  margin: -7px 0 0 0;
}
}
@media (min-width:768px) and (max-width:991px){
    header .logo {
  margin: -3px 0 0 0;
}
}
@media (max-width:600px){
    .img_video{
        height:400px;
    }
}
@media (max-width:480px){
    .img_video{
        height:340px;
    }
}
header .logo img {
  margin-bottom: 10px;
}

header .logo h1 {
  font-size: 14px;
  margin: 0;
  margin-top: 20px;
}

/* --- headnav menu : signup & signin --- */

.headnav {
  float: right;
  margin: 35px 0 0 0;
  border-bottom: 1px dotted #e6e6e6;
}

.headnav ul {
  margin-left: 0;
  list-style: none;
}

.headnav ul li {
  display: inline;
  margin-left: 10px;
}

.headnav ul li a {
  outline: 0;
  font-size: 12px;
  font-weight: 600;
}

.headnav ul li a:hover, .headnav ul li a:focus, .headnav ul li a:active {
  outline: 0;
}

/* --- menu --- */
@media (min-width: 768px) and (max-width: 1279px) {
.mobile_contact p{
  font-size:12px;
}
.email_class{
  font-size:12px;
}
}

@media (min-width: 768px) {
  header .navigation {
    //float: right;
  }
  .img_width{
    width:100%;
  }
}

header ul.nav li {
  border: none;
  margin: 0;
}

header ul.nav li a {
  font-size: 12px;
  border: none;
  font-weight: 300;
  //text-transform: uppercase;
}

.navbar .nav>li>a {
  color: #00299b;
  font-family: 'arial', cursive;
  font-size:17px;
   text-shadow: none;
   text-align:left;
  font-weight:bold;
 }
.navbar .nav>li>a:hover{
  background-color:black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.navbar .nav>li>a:hover span{
  color:white;
}
.navbar .nav a:hover {
  background: none;
}
.navbar .nav>li>a>span{
  color:#000000;
  text-align:left;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform:uppercase;
  font-size:13px;
}
@media(min-width:768px) and (max-width:990px){
  .navbar .nav>li>a>span{
    font-size:12px;
  }
}
.navbar .nav>li>a>span:hover{
  color:white;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover {
  background: none;
  font-weight: 600;
}

.navbar .nav>.active>a:active, .navbar .nav>.active>a:focus {
  background: none;
  outline: 0;
  font-weight: 600;
}

.navbar .nav li .dropdown-menu {
  z-index: 2000;
}

header ul.nav li ul {
  margin-top: 1px;
}

header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

.navbar .nav>li>.dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: '';
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
}

select.selectmenu {
  display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
  background: #fcfcfc;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ===================================
6. Sliders
==================================== */

/* --- slit slider --- */

/* --- flexslider --- */

#featured .flexslider {
  padding: 0;
  margin: 30px 0 30px;
  background: #fff;
  position: relative;
  zoom: 1;
}

#featured .flexslider .slide-caption {
  background: #333;
}

#featured .flexslider .slide-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
}

#featured .flexslider .slide-caption {
  width: 30%;
  padding: 2%;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

#featured .flexslider .slide-caption p {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
  color: #f0f0f0 !important;
  margin-bottom: 15px;
}

#featured .flexslider .slide-caption h3 {
  font-weight: 700;
  color: #f4f4f4;
  font-size: 22px;
}

#featured .flexslider .slide-caption span a {
  padding: 7px 15px;
  float: left;
}

#featured .flexslider .slide-caption span a:hover {
  opacity: .9;
}

/* The Nivo Slider styles */

#nivo-slider {
  position: relative;
}

#featured #nivo-slider .row, #featured #nivo-slider .row-fluid {
  margin-bottom: 0;
}

.nivo-slider {
  background: #fbfbfb;
}

.slides {
  margin: 0;
  overflow: hidden;
}

.slides li {
  list-style-type: none;
}

.nivoSlider, .nivo-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}

.nivo-slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */

.nivo-caption {
  position: absolute;
  left: 80px;
  bottom: 20px;
  background: #000;
  color: #fff;
  width: 30%;
  z-index: 8;
  padding: 20px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1em;
}

.nivo-caption p {
  margin-bottom: 20px;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  right: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin: 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #444;
  right: 15px;
}

.nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  right: 0px;
}

a.nivo-nextNav:before {
  content: "\f105";
  color: #fff;
}

a.nivo-prevNav {
  right: 25px;
}

a.nivo-prevNav:before {
  content: "\f104";
  color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/nivo-bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-control.active {
  background-position: 0 0;
}

/* ===================================
7. Section: call action
==================================== */

section.callaction {
  background: #f9f9f9;
  padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */

#content {
  position: relative;
  background: #fff;
  padding: 50px 0 0 0;
}

#content img {
  max-width: 100%;
  height: auto;
}
.col_1_style{
   background-color: #ecc503;
   padding:0px;margin:0px;
}
.col_2_style{
  padding:0px;margin:0px;
}
.col_2_style p{
   padding: 40px 150px;
    color: black;
    text-align:justify;
    font-weight: bold;
    line-height: 35px;
    font-size: 20px;
}
@media(max-width:1400px){
  .col_2_style p{
    padding: 40px 75px;
  }
}
.col_1_style p{
    padding: 60px 5px 0px 30px;
    color: white;
    text-align: center;
    vertical-align: middle;letter-spacing: 1px;
    top: 50%;
    font-family: 'Anton', sans-serif;
    line-height: 55px;
    font-size: 40px;
}
.col_1_style span{
  text-align:center;color:#ff0000;font-size:40px;
}
p.second_slogan{
  text-align:center;color:white;letter-spacing:1px;font-size:35px;line-height: 55px;
  /*padding: 0px 0px 0px 75px;*/
}
/* space */
.space_30{
  height:30px;
}
/* //space */
.container_padding_cut{
  padding:0px;
}
.col_padding_cut{
  padding:0px;
}
.flex_main{
  display: flex;
  flex-wrap: wrap;
}
.flex_1{
  flex:1;
}
.flex_padding{
  padding:20px 35px;
}
.flex_padding1{
  padding:20px 40px 20px 35px;
}
.parallax_section{
  background-image:url('../images/parallax_1.jpg');
  background-repeat:no-repeat; 
  background-position: fixed;
  background-size:cover;
  min-height:400px;
 
  
}

.parallax_padding{
  padding:100px 40px 100px 40px;
  color:white;line-height:30px;
  text-align:center;
  /*display: table;
  height: 400px;
  width:90%;*/
}
.parallax_padding h4{
  color:#ecc503;
  font-family: Anton, sans-serif;
  font-size:40px;
  letter-spacing: 1px;
  /*display: table-cell;
  vertical-align: middle;*/
}
.parallax_padding p{
  line-height:35px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size:25px;
}
.parallax_padding .para_highlight{
    font-weight:bold;
    border:double #ecc503;
    padding:20px;
    font-family: arial, sans-serif;
    margin-top:60px;
    line-height:40px;
    text-transform:uppercase;
    font-size:24px;
    color:#00299b;
}
.happiness_section_parallax{
  background-image:url('../images/parallax_1.jpg');
  background-repeat:no-repeat; 
  background-position: fixed;
  background-size:cover;
  min-height:400px;
}
.parallax_happiness_padding{
  padding:120px 40px 120px 40px;
}
.happiness_section_parallax p{
  font-weight:bold;
  color:#ecc503;
  font-family: 'Skranji', cursive;
  line-height:45px;
  text-align:center;
  letter-spacing: 1px;
  font-size:30px;
}
@media(max-width:480px){
  .happiness_section_parallax p{
    line-height:40px;
    font-size:25px;
  }
}
.clr_txt{
  color:#fff;
}
.special_heading{
  text-align:center;
  padding:40px;
  color:black;
  font-weight:bold;
  letter-spacing:1px;
}
/* --- Call to action --- */

.cta-text {
  float: left;
  margin-top: 10px;
}

.big-cta .cta {
  margin-top: 10px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
  background: #fcfcfc;
  padding: 50px 0 0;
}

/* twitter */

#twitter-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

#twitter em {
  font-style: normal;
  font-size: 13px;
}

#twitter em.twitterTime a {
  font-weight: 600;
}

#twitter ul {
  padding: 0;
  list-style: none;
}

#twitter ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
  background: #c6f410;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}

#inner-headline .inner-heading h2 {
  color: #fff;
  margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
  margin: 30px 0 0;
  float: right;
}

#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
  font-size: 13px;
  color: #ddd;
}

#inner-headline ul.breadcrumb li i {
  color: #dedede;
}

#inner-headline ul.breadcrumb li a {
  color: #fff;
}

ul.breadcrumb li a:hover {
  text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */

.contactForm input[type="text"], .contactForm input[type="email"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contactForm textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Google Map */
#google-map {
  height: 400px;
  margin-bottom: 40px;
}

/* --- comment form ---- */

form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */

.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}

.work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block;
}

.work-nav #filters li a:hover {}

.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0;
}

#thumbs li {
  list-style-type: none;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-thumbs a+img {
  width: 100%;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 10%;
  left: 40%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- Portolio filter --- */

ul.portfolio-categ {
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  list-style: none;
}

ul.portfolio-categ li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}

ul.portfolio-categ li a {
  display: block;
  padding: 35x 0 35x 0;
  color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
  text-decoration: none;
  outline: 0;
}

/* --- portfolio detail --- */

.top-wrapper {
  margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */

blockquote {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  padding-left: 0;
  color: #a2a2a2;
  line-height: 1.6em;
  border: none;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}

.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}

/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: white;
}

/* --- Heading style --- */

h4.heading {
  font-weight: 300;
  color:white;
  font-weight:bold;
  letter-spacing:1px;
  text-align:center;
  letter-spacing:1px;
}

h4.heading strong {
  font-weight: 700;
}

.heading {
  margin-bottom: 30px;
}

.heading {
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
}
#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}
.widgetheading p{
  color:white;
  line-height: 30px;
}
aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}

footer .widgetheading {
  position: relative;
}

footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

/* --- testimonial --- */

.testimonial {
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.testimonial .author img {
  float: left;
  margin: 0 10px 0;
}

.testimonial p.text {
  color: #b2b2b2;
  font-family: 'Noto Serif', sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.testimonial .author p.name {
  font-weight: bold;
}

/* --- Clients style --- */

ul.clients {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.clients li {
  position: relative;
  float: left;
  width: 155px;
  margin: 0;
  border: 4px solid #e9e9e9;
}

ul.clients li:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.clients li img {
  margin: 0;
  opacity: 0.8;
}

ul.clients li img:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* --- Map --- */

.map {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

/* --- our team --- */

ul.team-detail {
  margin: -10px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.team-detail li {
  border-bottom: 1px dotted #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
}

ul.team-detail li label {
  font-size: 13px;
}

ul.team-detail li h4, ul.team-detail li label {
  margin-bottom: 0;
}

ul.team-detail li ul.social-network {
  border: none;
  margin: 0;
  padding: 0;
}

ul.team-detail li ul.social-network li {
  border: none;
  margin: 0;
}

ul.team-detail li ul.social-network li i {
  margin: 0;
}

/* --- Pricing box --- */

.pricing-title {
  background: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}

.pricing-title h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-offer {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
  color: #fff;
}

.pricing-offer strong {
  font-size: 78px;
  line-height: 89px;
}

.pricing-offer sup {
  font-size: 28px;
}

.pricing-content {
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.pricing-content strong {
  color: #353535;
}

.pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
}

.pricing-action {
  margin: 0;
  background: #fcfcfc;
  text-align: center;
  padding: 20px 0 30px 0;
}

.pricing-wrapp {
  margin: 0 auto;
  width: 100%;
  background: #fd0000;
}

/* --- pricing box alt 1 --- */

.pricing-box-alt {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 0px 0;
  display: block;
}

.pricing-box-alt.special .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
  color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
  text-align: center;
  background: #333;
  display: block;
  overflow: hidden;
  padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
  font-style: italic;
  margin-top: 10px;
  color: #fff;
  font-family: 'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 68px;
  height: 68px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  text-shadow: none;
  cursor: pointer;
  background-color: #888;
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
  margin: 0;
  text-align: center;
  padding: 30px 0 30px 0;
}

/* --- Custom carousel --- */

.custom-carousel-nav {
  outline: 0;
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
  outline: 0;
}

a.custom-carousel-nav:hover {
  outline: 0;
  text-decoration: none;
}

.icon-control {
  margin: 0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

article .post-heading h3 {
  margin-bottom: 20px;
}

article .post-heading h3 a {
  font-weight: 700;
  color: #353535;
}

article .post-heading h3 a:hover {
  text-decoration: none;
}

/* --- post meta --- */

.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* --- post format --- */

.post-image {
  margin-bottom: 20px;
}

.post-quote {
  margin-bottom: 20px;
}

.post-video {
  margin-bottom: 20px;
}

.post-audio {
  margin-bottom: 20px;
}

.post-link {
  margin-bottom: 20px;
}

.post-slider {
  margin-bottom: 20px;
}

.post-quote blockquote {
  font-size: 16px;
  color: #999;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: 1.6em;
}

.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
  -moz-box-shadow: 0 0 2px #979797;
  box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px dotted #e9e9e9;
  padding-right: 10px;
}

ul.meta-post li i {
  float: left;
  font-size: 12px;
  margin: 2px 5px 0 0;
}

ul.meta-post li a {
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: 600;
}

/* --- single post --- */

.bottom-article {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* --- author info --- */

.about-author {
  border: 1px solid #d5d5d5;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}

.about-author h5 {
  margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-content {
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 20px;
}

.media-content h6 {
  font-size: 14px;
  font-weight: 700;
}

.media-content span {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
}

.comment-area .thumbnail>img {
  display: block;
  width: 60px;
  height: 60px;
}

.filter-list {
  margin-top: 20px;
}

/* --- pagination --- */

#pagination a, #pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 600;
}

#pagination a:hover {
  color: #fff;
  text-decoration: none;
}

#pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin-bottom: 40px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}

ul.cat li a, ul.folio-detail li a {
  color: #656565;
}

ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}

ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
}

.widget ul.tags {
  list-style: none;
  margin: 0;
}

.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}

.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
}

.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */

.widget .flickr_badge {
  width: 100%;
}

.widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.flickr_badge img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
  margin-left: 0;
  list-style: none;
}

.twitter img {
  float: left;
  margin-right: 15px;
}

.twitter span.tweet_time {
  display: block;
  padding-bottom: 5px;
}

.twitter li {
  border-bottom: 1px dashed #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.twitter li:last-child {
  border: none;
}

/* --- Recent post widget --- */

.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.recent-post h5 a:hover {
  text-decoration: none;
}

.recent-post .text h5 a {
  color: #353535;
}

ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}

ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}

ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}

.recent-post ul.time-post li.time {
  color: #121214;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}

.post-meta span a {
  color: #919191;
}

.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}

.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
  background: #111;
  color: white;
}

footer a {
  color: #eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #F03C02;
  font-weight:bold;
}

footer address {
  line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
}

#sub-footer {
  background: #0a0a0a;
  text-shadow: none;
  color: white;
  padding: 0;
  padding-top: 30px;
  /*margin: 20px 0 0 0;*/
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: white;
  letter-spacing: 1px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}

#sub-footer ul.social-network {
  float: right;
}

/* ===============================
 Live preview purpose
================================ */

/* --- buttons --- */

.bs-docs-example {
  margin: 0 0 10px 0;
}

.demobtn a.btn {
  margin: 0 10px 10px 0;
}

section.demogrid .span1, section.demogrid .span2, section.demogrid .span3, section.demogrid .span4, section.demogrid .span5, section.demogrid .span6, section.demogrid .span7, section.demogrid .span8, section.demogrid .span9, section.demogrid .span10, section.demogrid .span11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
  margin-bottom: 0;
}

section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .span12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}

.demoinline p {
  display: inline;
  margin-right: 20px;
}

/* --- demo animations --- */

.demo a.btn {
  margin: 0 10px 10px 0;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
}

.dottedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.dashedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.blankline {
  height: 1px;
  margin: 0 0 30px;
}

/* scroll to top */

.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
}

a.scrollup {
  outline: 0;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon
============================= */

/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: center;
}

.icons-example ul li {
  display: inline-block;
  margin: 0 0 10px 20px;
  list-style: none;
  cursor: pointer;
}

.icons-example ul li a {
  display: inline;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.icons-example ul li a span {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 70px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

/* =============================
21. Media queries
============================= */

@media (min-width: 979px) and (max-width: 1200px) {
  #wrapper.boxed {
    width: 1000px;
    margin: 0 auto;
  }
  .navbar .nav>li>a {
  padding:0 18px;
}
.video_top_text{
    font-size: 30px;
    top: 40%;
    top:60%;
    left: 75%;
    line-height: 35px;
  }
  .video_top_img{
    top: 5%;
    left: 10%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #wrapper.boxed {
    width: 784px;
    margin: 0 auto;
  }
  .video_top_text{
    font-size: 30px;
    top: 45%;
    left: 75%;
    line-height: 35px;
  }
  .video_top_img{
    top: 10%;
    left: 20%;
}
  .navbar .nav {
    border: none;
  }
  .navbar .nav li a {
    border: none;
    padding: 3px;
    font-size:14px;
  }
  a.detail {
    background: none;
    width: 100%;
  }
  .nivo-caption {
    width: 50%;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 72px;
  }
  ul.clients li {
    width: 104px;
    margin: 0 20px 0 0;
  }
  ul.clients li .client-hover {
    width: 104px;
  }
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .img_width{
    margin:0 auto;
    display:block;
  }
  .border_style_house{
    border:1px solid transparent;
  }
  .col_1_style p{
    padding:60px 5px 30px 5px;
  }
  .video_top_text{
       font-size: 35px;
    line-height: 40px;
    top: 35%;
    visibility:hidden;
  }
  .video_top_img{
  top: 10%;
    left: 20%;
}
.col_2_style p{
  padding: 5px 50px;
    color: black;
    line-height: 25px;
    font-size: 13px;
}
  #inner-headline .inner-heading h2 {
    text-align:center;
  }
  #inner-headline ul.breadcrumb{
    text-align:center;
  }
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  div nav ul {
    display: none;
  }
  nav ul li {
    display: none;
  }
  select.selectmenu {
    display: inline;
    width: 100%;
    margin-bottom: 20px;
    color: #111;
    margin-right: 20px;
    line-height: 30px;
    font-size: 13px;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  #featured .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 60px;
  }
  /* nivo slider */
  .nivo-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }
  #inner-headline .search {
    float: left;
    margin-top: 20px;
  }
  .breadcrumb>li {
    font-size: 13px;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }
  footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    margin-bottom: 20px;
  }
  #sub-footer ul.social-network {
    text-align:center;float:none;
  }

  [class*="span"] {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  header .logo {
    margin: 0 auto;
    text-align: center;
    //margin-top: 20px;
    float: none;
  }
  .logo{
     margin: 0 auto;
    text-align: center;
    //margin-top: 20px;
    float: none;
  }
  .flex_padding1{
  padding:20px 10px 20px 10px;
 }
 .col_2_style p{
   padding:0px 10px; font-size:14px;line-height:25px;
}
  .video_top_text{
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
 }
 .video_top_img{
  top: 10%;left: 25%;width:100px;transform:translateX(-50%);
}
  header .logo img {
    margin-bottom: 10px;
  }
  header .logo h1 {
    font-size: 14px;
    margin: 0;
  }
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  .search {
    float: left;
  }
  .flexslider .slide-caption {
    display: none;
  }
  /* nivo slider */
  .nivo-caption {
    background: none;
  }
  .nivo-caption p {
    display: none;
  }
  .da-slide .da-img .video-container {
    margin-top: 50%;
  }
  .da-slide h2 {
    color: #fff;
    position: relative;
    font-size: 20px;
    width: auto;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  .cta.floatright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-top: -30px;
  }
  #twitter-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}


/* ============== options panel for live preview ======================= */


#t_options {
  position: fixed;
  top: 30px;
  left: -230px;
  width: 230px;
  background: #111;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  z-index: 5000;
  font-size: 11px;
  font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #999;
}
.flex_padding{
  padding:45px 5px;margin:0px;
}
.flex_padding1{
  padding:20px 5px 20px 5px;
 }
#t_options h6 {
  color: #fff;
  font-size: 14px;
}

#t_options input {
  width: 60px;
}

#t_options .col {
  width: 50px;
  margin: 0 10px 0;
}

.colorpicker {
  z-index: 5001;
}

.options_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.options_box {
  margin: 0 14px;
  padding: 10px 0 20px;
  overflow: hidden;
}

.options_box .solidline {
  margin-bottom: 10px;
}

.options_box h6 {
  text-align: center;
  font-weight: bold;
}

.options_box .full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.options_box .halfcol {
  width: 90px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol {
  width: 30px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol.color a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
  font-size: 11px;
  font-weight: 600;
}

.options_toggle_holder {
  position: absolute;
  right: -40px;
}

.options_toggle {
  margin: 6px 0 0 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #111;
  border-left: none;
  display: block;
  background: #111;
}

.options_toggle span .icon {
  margin: 10px 0 0 7px;
  display: block;
}

.options_toggle:hover, .options_toggle:focus, .options_toggle:active {
  outline: 0;
  text-decoration: none;
}

.options_heading {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #888;
}

@media (max-width: 1024px) {
  .col_2_style p {
    padding: 50px 50px;
    color: black;
    line-height: 30px;
    font-size: 15px;
  }
  .col_1_style p {
    padding: 15px 5px 0px 30px;
  }
  p.second_slogan {
    font-size:28px;
  }
}
@media (max-width:991px){
  .col_2_style p{
    padding: 5px 80px;
    color: black;
    line-height: 30px;
    font-size: 14px;
  }
  .col_1_style p {
    padding: 70px 5px 0px 30px;
  }
  p.second_slogan {
    line-height: 30px;
    font-size: 20px;
  }
  .parallax_padding {
    padding:80px 40px 80px 40px;
  }
 
.parallax_padding h4{
  
  font-size:30px;
  letter-spacing: 3px;
  
}
}
@media (max-width:767px){
  .col_2_style p{
    padding: 5px 50px;
    color: black;
    line-height: 25px;
    font-size: 13px;
  }
  
  .col_1_style p{
    padding: 50px 5px 0px 30px;
  }
  p.second_slogan{
    line-height: 35px;
    font-size: 25px;
  }
  .navbar .nav>li>a{
    display:none;
  }
}

/* colors */

.options_box a.t_default {
  background: #ef5523;
}

.options_box a.t_kissme {
  background: #6D0C1F;
}

.options_box a.t_lime {
  background: #C6DF45;
}

.options_box a.t_rose {
  background: #9E001D;
}

.options_box a.t_amethyst {
  background: #9b59b6;
}

.options_box a.t_asphalt {
  background: #34495e;
}

.options_box a.t_pomegranate {
  background: #c0392b;
}

.options_box a.t_pumpkin {
  background: #d35400;
}

.options_box a.t_lightorange {
  background: #f39c12;
}

.options_box a.t_red {
  background: #cb1103;
}

.options_box a.t_green {
  background: #9AC43C;
}

.options_box a.t_sand {
  background: #BFB372;
}

.options_box a.t_purple {
  background: #c81dbe;
}

.options_box a.t_yellow {
  background: #FFD053;
}

.options_box a.t_blue {
  background: #5C9CC7;
}

.options_box a.t_pink {
  background: #FF439E;
}

.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
  background: url(../img/bodybg/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
  background: url(../img/bodybg/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
  background: url(../img/bodybg/bg3.jpg) repeat left top;
}

.bgr .bg.bg4 {
  background: url(../img/bodybg/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
  background: url(../img/bodybg/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
  background: url(../img/bodybg/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
  background: url(../img/bodybg/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
  background: url(../img/bodybg/bg8.jpg) repeat left top;
}

.bgr .bg.bg9 {
  background: url(../img/bodybg/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
  background: url(../img/bodybg/bg10.png) repeat left top;
}

#accent_color {
  color: #fff;
  background: #ef5523;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

#bodybg_color {
  color: #fff;
  background: #ccc;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

/* Theme Styler :: End */

/* technology */
.vastu_bg{
    background-image:url(../images/co.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.technology_details{
    padding:100px 0 20px 0;
}
.technology_details h4{
    text-align:center;
    color:#ff0000;
    margin-bottom:30px;
    line-height:30px;
    font-weight:bold;
    text-decoration:underline;
}
.technology_details tr td{
    padding:10px;
    color:black;
    line-height:30px;
    font-weight:bold;
}
.technology_details h5{
    font-weight:bold;
    color:#ff0000;
    margin-bottom:30px;
    text-transform:capitalize;
    text-align:center;
    text-decoration:underline;
    line-height:30px;
}
.technology_details ol li{
    line-height:30px;
    color:black;
    font-weight:bold;
}
.list_details_tech p{
    line-height:30px;
    font-weight:bold;
    color:black;
}
.list_details_tech h6{
    font-weight:bold;
    color:#ff2d2d;
    margin-bottom:20px;
    margin-top:20px;
    text-transform:capitalize;
    text-align:left;
    text-decoration:underline;
    line-height:30px;
}
.tech_design h5{
    color: white;
    text-transform:capitalize;
    padding:20px 0 0 20px;
    font-weight: bold;
    text-decoration: underline;
}
.tech_design img{
    width:100%;
}
.tech_design p{
    color:black;
    font-weight:bold;
    line-height:30px;
    padding:0 20px 20px 20px;
}
.tech_bgclr{
    background-color:#f03c02;
    height:250px;
    -webkit-transition:background-color 1.2s;
    -ms-transition:background-color 1.2s;
    -moz-transition:background-color 1.2s;
    -o-transition:background-color 1.2s;
    transition:background-color 1.2s;
    cursor:pointer;
}
.tech_bgclr:hover{
    background-color:#6bbaba;
}
.tech_design img{
    height:250px;
}
.mb-no{
    margin-bottom:0px !important;
}
.plr-0{
    padding-left:0px;padding-right:0px;
}
.ml-0{
    margin-left:0px;
}
@media (max-width:767px){
    .mb-20s{
        margin-bottom:0px;
    }
}
/* //technology */
/* Text Slider */

#myPageContent, section { 
  height:100% !important; 
  width:100% !important;
}


/* Slider */
#textSlider.row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
}
#textSlider div {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color:black;
}

.iamCol {
    text-align: right;
  float: left;
  font-weight: 300;
  font-size:30pt;
}
.iamCol p:nth-child(2) { margin-top: -20pt !important; }
.slideCol {
  text-align: center;
    overflow: hidden;
  font-weight: 600;
  font-size:25pt;
  display: inline;
  //white-space: nowrap;
}
.slideCol p { margin: 0 auto !important; color:#b000ab; margin: 0 auto !important;
    color: #b000ab;
    font-size: 30px; }

.scroller {
   height: 200pt;
   line-height: 70pt;
   overflow: hidden;
}
.scroller .inner { animation: 10s normal infinite running scroll; }
@keyframes scroll {
   0%   {margin-top: 0px;}
   15%  {margin-top: 0px;}

   25%  {margin-top: -70pt;}
   40%  {margin-top: -70pt;}
   
   50%  {margin-top: -140pt;}
   65%  {margin-top: -140pt;}

   75%  {margin-top: -210pt;}
   90%  {margin-top: -210pt;}

   100% {margin-top: 0px;}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:20pt;}
  .iamCol p { display: inline !important;}
  .slideCol { font-size: 22pt; text-align: center; margin-top: -20px;  }
 }
@media (max-width:600px){
    .slideCol p {display:none;}
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width : 765px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:25pt; }
  .iamCol p { display: inline !important; }
  .slideCol { font-size: 34pt; text-align: center; margin-top: -20px;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
  .iamCol { text-align: center; font-size:30pt; }
  .iamCol p { display: inline !important; }
  .slideCol { font-size: 50pt; text-align: center; margin-top: 5px;  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
  .iamCol { text-align: right; font-size:30pt; }
  .slideCol { font-size: 55pt; text-align: left; }
}
@media only screen and (min-width : 1200px) and (max-width : 1250px) {
  .slideCol { font-size: 50pt; text-align: center; margin-top: 5px;  }
  }

/* // Text Slider */

/* video background */
#homepage_slider video { 
    //min-height: 200px !important;
    min-width: 100% !important;
  //height: auto !important;
  /*height:550px;*/
  /*width: auto !important;*/
  overflow: hidden;
}

#homepage_slider img {
  width: auto;
  max-width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.carousel-inner>.item>img {
  display: block;
  line-height: 1;
}

/* button to display if user choses to not autoplay the video: */
#slider-play-button button { 
  display: inline-block;
  border: 0.06666em solid #fff;
  font-size: 2rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  cursor: pointer;
  transition: .3s background;
  line-height: 1.3em;
  height: 1.5em;
  width: 2.5em;
  border-radius: 0.3em;
  position: absolute;
  opacity: .7;
  right: 1em;
  top: 20%;
}
.play-video-button:before {
  font-family: FontAwesome;
  content: "\f04b";
}
.pause-video-button:before {
  font-family: FontAwesome;
  content: "\f04c";
}  
/* // video background */
.footer_background{
  background-image:url('../img/bodybg.jpg');
  background-size:cover;
  background-attachment: :fixed;
  background-position:center;
  min-height:300px;
  background-repeat: no-repeat;
}
.collage img{
  height: 300px !important;
}
.mission_border{
  //border:5px solid #F03C02;
  padding:20px;
}
.mission_border p{
  text-align:center;
  line-height:30px;
  color:black;font-size:20px;
  font-weight:bold;
}
.rectangle_style{
  border:5px solid #F03C02;
  animation:colorchange 4s;
  animation-iteration-count: infinite;
}
@keyframes colorchange
    {
      0%   {border:5px solid #F03C02;}
      50%   {border:5px solid black;}
      100% {border:5px solid #F03C02;}
    }
    .padding_margin_none{
      padding:0px;margin:0px;
    }
.rectangle_style:hover{
  background-color:rgba(43, 43, 118, 0.5);
  cursor:pointer;
  color:white;
  transition:all 4s;
}
.mt-40{
    margin-top:40px;
}
.space_80{
  height:80px;
}
.space-30{
  height:30px;
}
.select_style{
  padding:80px 0;
}
.select_style h4{
  text-align:center;
  font-weight:bold;
  color:#fff;
}
.select_style .span4 img{
  margin:0 auto;
 }

.btn_read_style{
  background-color:#fe0510;
  border:1px solid #fe0510;
  color:black;
  font-weight:bold;
  position:relative;
  margin-left:20px;
  box-shadow:2px 3px 1px black;
}
.btn_read_style:hover{
  background-color:black;
  border:1px solid black;
  color:#ed3d03;
  animation:translate_button 2s linear;
  box-shadow:2px 3px 1px #ed3d03;
}
.btn_read_style:focus{
  background-color:#ed3d03;
  border:1px solid #ed3d03;
  color:black;
  box-shadow:2px 3px 1px black;
}
@keyframes translate_button{
  20%{transform:scale(1.1);}
  40%{transform:scale(1.1.5);}
  60%{transform:scale(1.2);}
  80%{transform:scale(1.1.5);}
  100%{transform:scale(1);}
}
@-webkit-keyframes translate_button{
  20%{transform:scale(1.1);}
  40%{transform:scale(1.1.5);}
  60%{transform:scale(1.2);}
  80%{transform:scale(1.1.5);}
  100%{transform:scale(1);}
}
@-moz-keyframes translate_button{
  20%{transform:scale(1.1);}
  40%{transform:scale(1.1.5);}
  60%{transform:scale(1.2);}
  80%{transform:scale(1.1.5);}
  100%{transform:scale(1);}
}
@-o-keyframes translate_button{
  20%{transform:scale(1.1);}
  40%{transform:scale(1.1.5);}
  60%{transform:scale(1.2);}
  80%{transform:scale(1.1.5);}
  100%{transform:scale(1);}
}
.small_banner{
  background-image:url(../images/value_addition.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  min-height:600px;
  margin:0 auto;
}
.small_banner1{
  background-image:url(../img/banner/banner_happiness.jpg);
  background-position:center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  min-height:600px;
  margin:0 auto;
}
.small_banner2{
  background-image:url(../images/banner4.jpg);
  background-position:center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  min-height:600px;
  margin:0 auto;
}
.small_banner3{
  background-image:url(../images/honey-comb.jpg);
  background-position:;
  background-attachment:;
  background-repeat:no-repeat;
  background-size:cover;
  position:absolute;
  min-height:320px;
  margin:0 auto;
}
.small_banner3 p, .small_banner2 p, .small_banner3 p{
  text-align:center;
  position:absolute;
  font-size: 37px;

  font-weight:bold;
  line-height:50px;
  margin: 0;
  color: #891021;
  top: 50%;
  width:50%;
  left: 75%;
  
  font-family: 'Anton', sans-serif;
  text-transform: capitalize;
 /* margin-right: -50%;*/
  transform: translate(-50%, -50%)  /*translate:transform(-50%,-50%);*/
}
.overlay{
  width:100%;
  height:100%;
  position:absolute;
  background-color:rgba(0, 0, 0, 0.5);
}
.small_banner p, .small_banner2 p{
  text-align:center;
  position:absolute;
  font-size: 37px;
  text-shadow: 2px 2px 3px black;
  font-weight:bold;
  line-height:50px;
  margin: 0;
  color: #fff;
  top: 85%;
  width:50%;
  left: 50%;
  font-family: 'Anton', sans-serif;
  text-transform: capitalize;
 /* margin-right: -50%;*/
  transform: translate(-50%, -50%)  /*translate:transform(-50%,-50%);*/
}
@media (max-width:1060px){
  .small_banner p, .small_banner2 p{
    font-size: 32px;
    top:80%;
  }
  .small_banner, .small_banner2{
      min-height:500px;
  }
}
.small_banner1 p{
  text-align:center;
  position:absolute;
  color:white;
  font-size: 24px;
  text-shadow: 2px 2px 3px red;
  font-weight:bold;
  line-height:30px;
  margin: 0;
  top: 42%;
  left: 50%;
  text-transform: capitalize;
  margin-right: -50%;
  transform: translate(-50%, -50%)  /*translate:transform(-50%,-50%);*/
}
@media (max-width:991px){
  .small_banner p, .small_banner2 p{
    font-size: 28px;
    line-height:40px;
    top:70%;
  }
  .small_banner, .small_banner2{
      min-height:400px;
  }
}
@media (max-width:767px){
  .small_banner p, .small_banner2 p{
    font-size: 26px;
    line-height:36px;
  }
  .small_banner, .small_banner2{
      min-height:380px;
  }
}
@media (max-width:650px){
  .small_banner p, .small_banner2 p{
    font-size: 21px;
    line-height:30px;
  }
  .small_banner, .small_banner2{
      min-height:200px;
  }
}
@media (max-width:500px){
  .small_banner p, .small_banner2 p{
    font-size: 17px;
    line-height:28px;
  }
}
@media (max-width:400px){
  .small_banner p, .small_banner2 p{
    font-size: 15px;
    line-height: 28px;
    width: 50%;
  }
}
.download_txt{
  text-align:center;
  line-height:30px;
  cursor:pointer;
  padding:40px 0;
  font-weight:bold;
}
.container_fluid_clr{
  background-image:url('../images/value_addition_background.jpg');
  background-size:cover;
  background-position:center;
  background-attachment: fixed
}
.download_parallax{
  background-image:url('../img/download_background.jpg');
  background-size:cover;
  background-position:center;
  background-attachment: fixed
}
.equal_height{
  display:table;
  width:100%;
   background-color:#ecc503;
  cursor:pointer;
  -webkit-transition:background-color 1.2s;
  -moz-transition:background-color 1.2s;
  -o-transition:background-color 1.2s;
  transition:background-color 1.2s;
}
.equal_height:hover{
  background-color:#6bbaba;
}
.equal_height p{
  color:white;
  font-size:13px;
  line-height:25px;

  padding:0 20px 20px 20px;
}
.table_cell{
  display: table-cell;

}
.table_cell img{
  min-height:300px;
}
.col_padding{
  padding:0;
}
.txt:hover h5{ 
  transition:letter-spacing 4s;
  transition-timing-function: ease-in;
  animation:letter_spacing 2s ease-in;
  transform-origin: center;
}
@keyframes letter_spacing{
  20%{transform:translateX(20px);}
  40%{transform:translateX(-20px);}
  60%{transform:translateX(10px);}
  80%{transform:translateX(-10px);}
  100%{transform:translate(0px);}
}
img:hover .txt h5{ 
  letter-spacing:2px;
  transition:letter-spacing 3s;
  transition-timing-function: ease-in;
}
.equal_height h5{
  color:#00299b;
  font-weight:bold;
  padding:20px;
  text-decoration:underline;
}
.equal_height p{
  color:white;
  /*font-family: "Kaushan Script", cursive;*/
  font-size:20px;
  font-weight:bold;
  line-height:35px;
 
  padding:0 20px 20px 20px;
}
.content_happiness_style h5{
  text-align:center;color:#F03C02;font-weight:bold;
}
.background_style_content{
  background-color: blue;
}

@media (max-width: 1199px){
  .table_cell img{
  min-height:400px;
}
.equal_height p{
      font-size: 14px;
      line-height:30px;
}
}
@media (max-width: 767px) {
  header .logo {
    margin: 0 auto;
    text-align: center;
    //margin-top: 20px;
    float: none;
  }
  .table_cell img{
  min-height:300px;
}
.small_padding{
  padding-bottom:40px;
}
.contact_padding{
  margin:20px;
}
.mobile_contact p{
  font-size:14px;
}
}
@media (max-width: 991px) {
.center_col .row:nth-child(even){
  padding-top:30px;
  padding-bottom:30px;
}
.col_2_style p {
  padding: 25px 40px;
    color: black;
    line-height: 28px;
    font-size: 14px;
}
  .col_1_style p {
    padding: 40px 5px 0px 30px;
    font-size: 30px;
    line-height: 40px;
}
p.second_slogan{
  font-size:25px;
  line-height: 30px;
}
.parallax_padding {
    padding: 80px 5px 80px 5px;
}
.parallax_padding p{
  line-height:28px;
  letter-spacing: 1px;
  font-size:14px;
 }
}
.row .row_style{
  margin:0px;
}
.overlay_1{
  background-color:black;
}
.overlay_1:hover{
  opacity:0.5;
  background-color:rgba(101, 101, 101, 0.5);
}
.overlay_effect{
  position:relative;
}
.overlay_effect .img:hover{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(259, 67, 95, 0.7);
  overflow:hidden;
}
.img_effect{
  transition:transform 2s;
  transition-timing-function: ease-out;
}
img.img_effect:hover{
  transform:scale(1.2);
  z-index:999;
}
@media (max-width: 479px) {
  
.col_2_style p {
    padding: 5px 1px;
    color: black;
    line-height: 12px;
    font-size: 10px;
}
.parallax_padding {
   /* padding:80px 10px 80px 10px;*/
  }
 .parallax_padding p{
  font-size:12px;
  line-height: 25px;
 }
.parallax_padding h4{
  
  font-size:25px;
  letter-spacing: 3px;
  
}
.col_1_style p {
     padding: 15px 5px 0px 0px;
    font-size: 10px;
    line-height: 20px;
  }
.col_1_style span{
  font-size:18px;
}
p.second_slogan {
    font-size: 14px;
    line-height: 18px;
}
}
@media (max-width: 767px) {
  .col_1_style p {
    padding: 40px 5px 0px 30px;
    font-size: 24px;
    line-height: 36px;
  }
  .col_1_style span {
    font-size:18px;
  }
  .flex_padding1{
    padding:0px;
  }
  .col_2_style p {
    padding: 35px 20px;
    color: black;
    line-height: 26px;
    font-size: 13px;
  }
}
@media (max-width: 567px) {
  .col_1_style p {
    padding: 50px 5px 0px 30px;
    font-size: 21px;
    line-height: 28px;
  }
  .col_1_style span {
    font-size:18px;
  }
  .flex_padding1{
    padding:0px;
  }
  .col_2_style p {
    padding: 30px 20px;
    color: black;
    line-height: 21px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .col_1_style p {
    padding: 30px 5px 0px 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .col_1_style span {
    font-size:18px;
  }
  .flex_padding1{
    padding:0px;
  }
  .col_2_style p {
        padding: 20px 20px;
    color: black;
    line-height: 21px;
    font-size: 12px;
  }
}
/* modal */
/*.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
    color:black;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}
.modal-title{
  text-align:center;
  color:#ff8100;
  font-weight:bold;
}
.modal-header{
  background-color:rgba(32, 95, 208, 0.9);
  border-bottom:1px solid transparent;
}
.modal-body{
  background-color:rgba(32, 95, 208, 0.7);
}
.modal-header p{
  text-align:center;
  line-height:30px;
  color:white;
  font-weight:bold;
  text-transform: capitalize;

}
.close{
  opacity:1;
  border:2px solid #ff8100;
  font-size: 30px;
}
.close:hover{
  opacity:1;
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}
.btn_submit{
  background-color:#ff8100;
  font-weight:bold;
}
.btn_submit:hover{
  background-color:rgba(255, 129, 0, 0.7);
}
.contact_heading{
  color:#205fd0;
  text-align:center;
  padding-bottom:20px;
}
.quotes_style p{
  color:#ff8100;
  font-style: italic;
  font-weight:bold;
  font-size:20px;
  text-align:center;
}*/
/* //modal */
.btn_read{
  margin-left:20px;
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 512px;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 40px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
.table th{
  color:#F03C02;
  font-weight:bold;
}
td:nth-child(2) { color:black;text-transform: uppercase;}
td{
  color:black;
}
tr:nth-child(even){
  background-color: #f1efef;
}
tbody tr:hover{
  cursor:pointer;
  background-color:rgba(239, 100, 100, 0.6);
}
tr{
  text-transform: capitalize;
}
.table_td td:nth-child(2){
    color:#ac09ab;
}
.note_section{
   border:5px solid #F03C02;
   padding:20px;
}
.note_section p{
 font-weight: bold;
 color:#F03C02;
 font-size:16px;
}
.note_section ul li{
  color:black;line-height:30px;font-weight: bold;
}
.details_approval h4{
  text-align: center;color:#ed3d03;font-weight:bold;padding:30px 0;
}
.details_approval{
  color:black;
  line-height:35px;
  font-size:17px;
  font-family: 'Cabin', sans-serif;
}
.details_approval ol li{
  color:black;line-height:35px;font-family: 'Cabin', sans-serif;    font-size: 17px;
}
.download_txt{
   -moz-animation:color_change 2s, zoom_change 2s;
   -o-animation:color_change 2s, zoom_change 2s;
   -webkit-animation:color_change 2s, zoom_change 2s;
   -moz-animation-iteration-count: infinite;
   -o-animation-iteration-count: infinite;
   -webkit-animation-iteration-count: infinite;
   animation:color_change 2s, zoom_change 2s;
   animation-iteration-count: infinite;
}
@-webkit-keyframes color_change{
  40%{color:white;}
  80%{color:white;}
  100%{color:white;}
}
@-o-keyframes color_change{
  40%{color:white;}
  80%{color:white;}
  100%{color:white;}
}
@-moz-keyframes color_change{
  40%{color:white;}
  80%{color:white;}
  100%{color:white;}
}
@keyframes color_change{
  40%{color:white;}
  80%{color:white;}
  100%{color:white;}
}
@-webkit-keyframes zoom_change{
  50%{transform: scale(1.05);}
  100%{transform: scale(1);}
}
@-moz-keyframes zoom_change{
  50%{transform: scale(1.05);}
  100%{transform: scale(1);}
}
@-o-keyframes zoom_change{
  50%{transform: scale(1.05);}
  100%{transform: scale(1);}
}
@keyframes zoom_change{
  50%{transform: scale(1.05);}
  100%{transform: scale(1);}
}
.carousel{
  margin-bottom: 0px !important;
  line-height: 0px !important;
}
.container_second_page{
  background-color:#ecc503;
}
.container_third_page{
  background-color:#ecc503;
}
.padding_top_bottom{
  padding:100px 0;
}
.container_second_page h2{
  text-align:center;
  color:#00299b;
  font-family: 'Anton', sans-serif;
  padding:0 40px 20px 40px;
}
.container_second_page p{
  text-align: center;
  line-height:50px;
  font-weight:bold;
  color:white;
  letter-spacing: 1px;
  font-size:28px;
  font-family: 'Skranji', cursive;
  padding:20px 40px;
}
.container_third_page p{
  text-align: center;
  line-height:55px;
  color:white;
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
  font-size:40px;
  padding:40px 40px;
}
@media(max-width:480px){
  .container_third_page p{
    font-size:24px;
    line-height:35px;
  }
  .padding_top_bottom{
    padding:0px;
  }
}
.price_border{
  border:8px double white;
}
.price_border p{
  margin:30px;
  text-align:center;
  font-weight:bold;
}
.fluid_background{
  background-image:url(../images/co.jpg);
}
.download_button{
    width:100%;
    background-color:#ecc503;
    color:red;
    font-weight:bold;
    font-size:16px;
    letter-spacing:1px;
    padding:10px 5px;
    border:1px solid transparent;
}
.download_button:hover{
    background-color:white;
    border:double #ecc503;
}
.row_padding{
    padding:80px 0 40px 0;
}
.elevation_work{
    margin:20px 0;
    border:2px solid red;
    -moz-box-shadow: 5px 10px 10px -5px black;
    -webkit-box-shadow: 5px 10px 10px -5px black;
    box-shadow: 5px 10px 10px -5px black;
    -webkit-transition:transform 3s;
    -ms-transition:transform 3s;
    -o-transition:transform 3s;
    transition:transform 3s;
}
.elevation_work:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.elevation_work p{
    text-align:center;
    padding:10px 0;
    font-weight:bold;
}