/*Prateek

-------------------------------------------------------------------------*/
@import 'flexslider.css';
@import 'fresco.css';
@import 'team.css';
html, body {
    background: #fff;
}
body {
    opacity: 0;
    color: #fff;
    font-family: myriad pro;
}
/* HEADER */
header {
    /*background: url(../image/header_bg.png) repeat-x top;*/
    height: 111px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.logo {
    float: left;
}
.logo img {
   margin: 22px 0px 0;
}
.nav {
    float: right;
}
nav li {
    list-style: none;
    float: left;
}
nav ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
}
nav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    width: 85px;
    margin-right: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 32px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
nav a span.hover {
    position: absolute;
    width: 100%;
    top: -42px;
    left: 0;
    height: 35px;
    transition: all .5s;
}
nav a span.arr {
    position: absolute;
    left: 0;
    display: block;
    margin-top: 35px;
    width: 0px;
    height: 0px;
    border-style: solid dashed solid dashed;
    border-width: 7px 47.5px 0 47.5px;
}
nav a span.menu_name {
    position: relative;
    z-index: 1000;
}
nav li.current a span.hover {
    transition: all .5s;
    top: 0px !important;
}
nav li:hover a span.hover {
    transition: all .5s;
    top: 0px !important;
}
nav a.menu_1 {
    border-top: #353535 solid 2px;
}
nav a.menu_2 {
    border-top: #003366 solid 2px;
}
nav a.menu_3 {
    border-top: #003366 solid 2px;
}
nav a.menu_4 {
    border-top: #003366 solid 2px;
}
nav a.menu_5 {
    border-top: #003366 solid 2px;
}
nav a.menu_6 {
    border-top: #003366 solid 2px;
}
nav a.menu_7 {
    border-top: #003366 solid 2px;
}
nav a.menu_1 span.hover {
    background: #353535;
}
nav a.menu_1 .arr {
    border-color: #353535 transparent transparent transparent;
}
nav a.menu_2 span.hover {
    background: #003366;
}
nav a.menu_2 .arr {
    border-color: #003366 transparent transparent transparent;
}
nav a.menu_3 span.hover {
    background: #003366;
}
nav a.menu_3 .arr {
    border-color: #003366 transparent transparent transparent;
}
nav a.menu_4 span.hover {
    background: #003366;
}
nav a.menu_4 .arr {
    border-color: #003366 transparent transparent transparent;
}
nav a.menu_5 span.hover {
    background: #003366;
}
nav a.menu_5 .arr {
    border-color: #003366 transparent transparent transparent;
}
nav a.menu_6 span.hover {
    background: #003366;
}
nav a.menu_6 .arr {
    border-color: #003366 transparent transparent transparent;
}
nav a.menu_7 span.hover {
    background: #003366;
}
nav a.menu_7 .arr {
    border-color: #003366 transparent transparent transparent;
}
/* HOME */

.slide_text {
    position: absolute;
    width: 100%;
    top: 10%;
    z-index: 99;
}
.slide_text .title1 {
    color: #fff;
    font-size: 26px;
font-family: 'Playfair Display', serif;
text-align: justify;
    line-height: 32px;
    font-weight: 200;
    position: absolute;
	top: 445px;
	left: 220px;

}
.slide_text .title2 {
color: #fff;
font-family: 'Playfair Display', serif;
text-align: justify;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
	 position: absolute;
	top: 390px;
	right: 180px;
}
.slide_text .title3 {
color: #fff;
font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 200;
    line-height: 52px;
	 position: absolute;
	top: 230px;
	right: 150px;
}
.slide_text .title3 span {
    display: block;
    font-weight: 600;
    line-height: 46px;
    font-size: 42px;
    margin-bottom: 15px;
}
.yellow {
    color: #fdaf19;
}
.slide_link {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,0.4) url(../image/arr_down.png) no-repeat 90% center;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
}
.slide_but {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    text-decoration: none;
}
/* what_we_do */
#what_we_do {
    position: relative;
}
.what_we_do_box {
    margin-top: -60px;
    position: relative;
}
.what_we_do_top {
    border-color: transparent transparent #fff transparent;
}
.what_we_do_bot {
    border-color: transparent #fff transparent transparent;
}
#what_we_do .back2top {
    border: #fff solid 1px;
    color: #fff;
}
.what_we_do_mid {
    background: #fff;
    padding: 30px 0;
}
/* SERV COROUSEL */
.mycont{
    margin:0 auto 50px auto;
    overflow:hidden;
    max-width: 960px;
}
.mycarousel {
    list-style: none;
}
.mycarousel li {
    text-align: center;
    padding: 0;
    width: 300px;
    margin: 0 10px;
    float: left;
}
.jcarousel-clip{
    overflow: hidden;
}
.mycont:hover .jcarousel-prev,
.mycont:hover .jcarousel-next {
    opacity: 1;
}
.jcarousel-prev,
.jcarousel-next{
    position: absolute;
    top: 30%;
    z-index: 99;
    display: block;
    width: 62px;
    height: 62px;
    opacity: 0.8;
    cursor: pointer;
    opacity: 0;
}
.jcarousel-prev{
    background: url(../image/cor_nav.png) no-repeat left center;
    left: 0;
}
.jcarousel-next{
    background: url(../image/cor_nav.png) no-repeat right center;
    right: 0;
}
.jcarousel-prev:hover,
.jcarousel-next:hover,
.jcarousel-prev-disabled,
.jcarousel-next-disabled{
    opacity: 1;
}
.mycarousel li h2 {
    text-transform: uppercase;
}
.serv_corusel li i {
    margin: 25px 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    font-size: 140px;
    transition: all 400ms linear;
}
.serv_corusel li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
}
/* how_we_do */
.intro_pad {
    padding: 150px 0 0;
}
.how_we_do_main {
    position: relative;
}
.how_we_do_top {
    border-color: transparent transparent transparent #A5C7EE;
}
.how_we_do_bot {
    border-color: #A5C7EE transparent transparent transparent;
}
#how_we_do .back2top {
    border: #A5C7EE solid 1px;
    color: #A5C7EE;
}
.how_we_do_mid {
    background: #A5C7EE;
    padding: 30px 0;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
#filters {
    list-style: none;
    text-align: center;
}
#filters li {
    display: inline;
}
#filters li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
    padding: 7px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
#filters li a.selected {
    background: url(../image/filter_a.png) repeat;
}
.isotope-item {
    margin: 0px 0 15px 0;
    overflow: hidden;
}
.iso_inner {
    position: relative;
}
.isotope-item img {
    max-width: 300px;
    height: auto;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
}
.isotope-item:hover img {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;*/
}

.over_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92); 

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-backface-visibility: hidden; 
    text-align: center;
}
.isotope-item:hover .over_box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}
.over_box_pad {
    padding: 15px;
}
.over_box_inner {
    background: #000 url(../image/search.png) no-repeat center center;
    background: rgba(0,0,0, 0.6) url(../image/search.png) no-repeat center center;
    padding: 15px;
}
.portfolio_name {
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}
.portfolio_date {
    display: block;
    color: #44a5ac;
      
}
.load_more {
    display: inline-block;
    padding: 20px 0 20px;
    background: url(../image/load_more.png) no-repeat center top;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
/* Team */
.whip_team_main {
    position: relative;
}
.whip_team_top {
    border-color: transparent transparent #324c68 transparent;
}
.whip_team_bot {
    border-color: transparent #324c68 transparent transparent;
}
.whip_team .span4 {
    border: transparent solid;
    border-width: 10px 0;
    transition: all .5s;
}
.whip_team .span4:hover {
    transition: all .5s;
    border: #fff solid 10px;
}
.whip_team .span4:hover .pt_price {
    color: #fff;
}
#whip_team .back2top {
    border: #324c68 solid 1px;
    color: #324c68;
}
.whip_team_mid {
    /*padding: 30px 0 450px;*/
    background: #324c68;
}
.whip_team {
    text-align: center;
    margin: 0px 0 50px;
}
.pt_title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(0,0,0,0.4);
    padding: 20px 0;
}
.pt_price {
    background: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.3);
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0;
}
.pt_price span {
    font-size: 44px;
    font-weight: 600;
}
.pt_price sup {
    top: -18px;
}
.pt_feature {
    background: rgba(0,0,0,0.2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0;
    border-bottom: rgba(0,0,0,0.3) solid 1px;
}
.pt_pay {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 40px 0;
    background: rgba(0,0,0,0.2);
}
.pt_pay a {
    color: #fff;
    text-decoration: none;
}
.c_title {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
}
.c_quot {
    font-size: 74px;
    font-weight: 600;
    color: rgba(255,255,255,0.3);
    line-height: 74px;
    margin: 0; 
}
.c_quot .plug {
    margin: 30px 0 0;
    display: inline-block;
}
.c_block {
    font-weight: 300;
    font-size: 17px;
}
.c_entry {
    margin-bottom: 10px;
}
.c_author {
    color: rgba(255,255,255,0.3);
}
/* ABOUT US TEEM */

.about_us_main {
    position: relative;
}
.about_us_mid {
    padding: 30px 0;
    background: #fff;
}
.about_us_top {
    border-color: transparent transparent transparent #fff;
}
.about_us_bot {
    border-color: #fff transparent transparent transparent;
}
#about_us .back2top {
    border: #fff solid 1px;
    color: #fff;
}
.team_corusel .mycont{
    padding: 75px 0 0;
}
.team_corusel .jcarousel-prev, .team_corusel .jcarousel-next {
    top: -75px;
}
.team_corusel {
    font-weight: 300;
    margin-top: -50px;
}
.team_photo {
    position: relative;
}
.team_post {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 280px;
    height: 170px;
    font-size: 37px;
    padding: 80px 0 0;
    background: url(../image/redbg.png) repeat;
    display: none;
}
.team_name {
    font-size: 22px;
    padding: 15px 0;
    background: url(../image/whiteline.png) repeat-x bottom;
    margin-bottom: 15px;
}
.team_entry {
    font-size: 17px;
    margin-bottom: 15px;
}
.team_social a {
    text-align: center;
    margin: 0 3px;
    font-size: 18px;
}
.team_social a:hover {
    color: #8e2b22;
}
.our_skills h4 {
    font-weight: 700;
    text-transform: uppercase;
}
.speed_container {
    margin: 30px 0 0;
    overflow: hidden;
}
.speed_box {
    width: 18%;
    float: left;
    margin: 0 1%;
    position: relative;
    text-align: center;
}
.knob_box {
    position: relative;
}
.knob_title {
    font-size: 17px;
    font-weight: 300;
}
/* CONTACT US */
.contact_us_main {
    position: relative;
}
#contact_us .plug {
    background: #4c4c4c;
}
.contact_us_top {
    border-color: transparent transparent #4c4c4c transparent;
}
.contact_us_bot {
    border-color: transparent #4c4c4c transparent transparent;
}
.contact_us_mid {
    background: #4c4c4c;
    padding: 30px 0;
}
#contact_us .back2top {
    border:#4c4c4c solid 1px;
    color: #4c4c4c;
}
.google_map {
    margin-bottom: 50px;
}
.google_map iframe {
    width: 100%;
}
#map_canvas {
    height: 300px;

}
/* FOOTER */
footer {
    margin: -60px 0 0;
    background: #002141;
    padding: 80px 0 30px;
}
.footer_intro {
    padding-bottom: 40px;
    border-bottom: #2f2f2f solid 1px;
    margin-bottom: 60px;
}
.footer_intro h1, .footer_intro h2 {
    color: #383838;
    text-transform: uppercase;
    text-align: center;
}
.social_line {
    list-style: none;
    text-align: center;
    margin: 40px 0 0;
}
.social_line li {
    display: inline;
}
.social_line li a {
    font-size: 20px;
    margin: 0 5px;
    color: #404040;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.social_line li a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_widgets {
    padding-bottom: 40px;
    border-bottom: #2f2f2f solid 1px;
    margin-bottom: 60px;
}

#flickr_badge_wrapper tr {
    float: left;
}
.footer_bottom {
    color: #494848;
    font-weight: 300;
    font-size: 14px;
}
.footer_bottom .flogo img {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_bottom .flogo:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_bottom a {
    color: #fff;
}
.mob_nav {
    display: none;
}
