/*

Compass Template
    
http://www.templatemo.com/tm-454-compass


http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin-top: 0px;
  padding: 0;
  border: 1;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 14px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000000; /* sagar */
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size:x-large;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact {
  padding-top: 20px;
  padding-bottom: 10px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #0086d2;
  color: white;
  padding: 1px 0; /* sagar */
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}

.main-header {
  /*position: fixed;*/
  width: 100%;
  z-index: 9999;
  padding: 1px 1px 1px 1px; /*sagar*/
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 15px; /*sagar*/
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  /*text-transform: uppercase;*/
  color: #000000; /* sagar */
  font-size: 15px;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  /*color: white;/*
}

.main-header-shrink {
  /*padding: 25px 0;*/
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 20px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
 
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  /*margin-bottom: 30px; sagar */
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 20px; 
  /*margin-top: 100px;*/ /*sagar */
  background: rgb(47, 47, 47);
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  border:rgba(227, 114, 46, 0.9) solid 3px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: #fbfbfb; /*rgba(227, 114, 46, 0.9); sagar */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	Portfolio White Styles 
--------------------------------------------------------*/
#portfolio1 {
  padding-bottom: 20px; 
  /*margin-top: 100px;*/ /*sagar */
  background: #ffffff;
}
#portfolio1 .title-section h2 {
  color: white;
}
#portfolio1 .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  border:rgba(227, 114, 46, 0.9) solid 3px;
}
#portfolio1 .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio1 .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: #fbfbfb; /*rgba(227, 114, 46, 0.9); sagar */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio1 .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio1 .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio1 .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio1 .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio1 .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	Portfolio2 Styles 
--------------------------------------------------------*/
#portfolio2 {
  padding-bottom: 80px;  
  background: #ffffff;
}
#portfolio2 .title-section h2 {
  color: black;
}
#portfolio2 .portfolio2-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  border:rgba(227, 114, 46, 0.9) solid 3px;
}
#portfolio2 .portfolio2-thumb img {
  width: 100%;
  height: auto;
  border:0px;
}
#portfolio2 .portfolio2-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: #fbfbfb; /*rgba(227, 114, 46, 0.9); sagar */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio2 .portfolio2-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio2 .portfolio2-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio2 .portfolio2-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio2 .portfolio2-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio2 .portfolio2-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}


/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 5px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
  border-left:1px solid #d6d6d6; 
  border-right:1px solid #d6d6d6; 
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background:ffffff; /*#fff4d5; whitesmoke;*/
  border: 1px solid #d6d6d6;
  /*border-top: 0; sagar */ 
  padding: 5px;         /*sagar */ 
  text-align:center;    /*sagar */ 
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  /*margin-top: 114px;*/ /* sagar */
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
    position: absolute;
    bottom: 25%;
    margin-left: 25%;
    width: 50%;
    text-align: center;
    z-index: 999;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

.flex-caption h2 {
    font-size: 50px;
    line-height: 1.2;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: white;
    margin-top: 3%;
}

.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 30px;
  background-color: #0086d2;
  color: white;
  padding: 10px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  /*text-align: center;
  display: block;  sagar */ 
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    /*margin-top: 100px; sagar */
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 10px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    /*display: none !important; show in mobile sagar */
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    /*height: 150px; sagar*/
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 1px; /*sagar*/
  }

  .responsive-menu .menu {
    top: 32px;
    z-index:999;
  }
}



.home-about-content {
    float: left;
    width: 100%;
    background: #0098da;
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
    margin-top: 10px;
    line-height:1.5;
}

.home-about-content::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #0086d2;
    position: absolute;
    border-radius: 50%;
    border: 15px solid #fff;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-about-content::after {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #0086d2;
    position: absolute;
    border-radius: 50%;
    border: 15px solid #fff;
    right: 0px;
    top: 50%;
    transform: translate(50%, -50%);
}
.home-about-content h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 18px;
    color: #a3c8e9;
}
.home-about-content p {
    font-size: 24px;
    color: #fff;
}

.home-about-content a,
.contact-detail .address-details a {
    font-size: 16px !IMPORTANT;
    text-transform: uppercase;
    color: #fff;
    background-color: #0086d2;
    padding: 10px 30px !IMPORTANT;
    font-family: 'Humanst521 BT';
    border: 2px solid #fff !IMPORTANT;
    border-radius: 25px;
    text-decoration: none;
    z-index: 1;
    position: relative;
}


    .home-about-content p {
        padding: 0 40px;
    }
    .home-about-content p br {
        display: none;
    }

    .home-about-content p {
        font-size: 20px;
    }

    .home-about-content p {
        padding: 0px 58px;
    }
    .home-about-content p br {
        display: none;
    }

.home-about-content h2 {
    font-size: 50px;
    color: #e1ea71;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
    font-weight: bold;
}

/******************
 Flip Card
******************/

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 0px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


.tabletsquare {
    width: 100%;
    background: #cceaf8;
    padding: 25px;
    border-radius: 10px;
    margin: 0 16px;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    word-break: break-word;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  width: 100%;
  transform: rotateY(180deg);
}

.h-our-rpoducts h3 {
    font-size: 50px;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}


.flip-card-back a {
    font-size: 14px !IMPORTANT;
    text-transform: uppercase;
    color: #fff;
    background-color: #0086d2;
    padding: 10px 30px !IMPORTANT;
    font-family: 'Humanst521 BT';
    border: 2px solid #fff !IMPORTANT;
    border-radius: 25px;
    text-decoration: none;
    z-index: 1;
    position: relative;
}


a {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ffffff;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
/*sagar*/
.active
{ 
    background-color:#ff7600;
    color:#00f;
}  
  
.portfolio3-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    border: rgba(227, 114, 46, 0.9) solid 3px;
}

.ortfolio3--thumb img {
  width: 100%;
  height: auto;
}
.olio3-thum-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: #fbfbfb; /*rgba(227, 114, 46, 0.9); sagar */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.erlay .inn-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.nner h4 {
-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
 h4 a {
  2-thumb .overlay .inner h4 a {
  color: white;
}
an {
  fono2-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
city: 1;
 lio2-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

