/*
Theme Name: Anisha
Author: Mithun Biswas
Description: The perfect theme for creative agencies.
Version: 1.0.0
*/

/* Table of Content
==================================================
	#Basics
    #Header
    #Message
    #Slideshow
    #Experience
    #Recent Tweets
    #Our Work
    #About Us
    #Our Partner
    #Social Links
    #Latest Posts
    #Flickr Photo
    #Blog
    #Comment
    #Sidebar
    #Prizing Table
    #Portfolio Filter
    #Isotope
    #Widget
    #Typography
    #Footer
    #Extra
    #Responsive
*/

/* #Basics
================================================== */
body {
    padding-top: 130px;
    color: #636363;
    font: 15px/1.7 'Helvetica-Regular', sans-serif;
    }
section {
    margin-bottom: 10px;
}



/* #Header
================================================== */
#header {
    background-color: #fff;
    border-bottom: 5px solid #ff5e00;
    box-shadow: 0px 0px 8px 0px rgba(255, 105, 54, .2);
}
.logo {
    padding:12px 0 0px 0;
}
.logo h3 {
    font-family: oswald;
}
.logo a {
    color: #e3714d;
}
.logo a:hover {
    color: #333333;
    text-decoration: none;
}
.menu ul {
    list-style: none;
    float: left;
    margin:0px 0px 0px 30px;
}
.menu ul a {
    color: #666666;
    display: block;
    font-family:'Helvetica-Regular';
    font-size: 16px; 
    position: relative; font-weight:normal;
    margin-left: 0px;
    padding: 10px 36px 10px 36px;
    text-transform: none;
    text-decoration: none; 
}
.menu ul a.current {
    color: #333333; 
}

.menu ul a:hover { 
background-image: url(../images/nav-hover.jpg); background-position:top; background-repeat:repeat-x; color:#333333;

}
.menu ul a.current {
    color: #333333; background-image: url(../images/nav-a.jpg); background-repeat:repeat-x;
}
.menu ul .hover > a { 

/*    background: url(../images/menu-active.png) bottom center no-repeat;

*/}
.menu ul li {
    float: left;
    position: relative;
}



.menu ul li:hover > ul {
    display: block;  
}
.menu ul ul {
    display: none;
    width: 260px;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: none;
    left: 0px;
    padding: 0;
    margin: 0;
    top:38px;
    position: absolute;
	 
}
.menu ul ul a {
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 1px 0 1px 0;
    padding: 10px 25px; 
    text-transform: none; 
}
.menu ul ul a:hover {
    color: #fff; background-color:#ff5e00; background-image:none;
}
.menu ul ul li {
    border-bottom: 1px dotted #a0a0a0; 
    float: none; background-image:url(../images/vr.jpg); background-repeat: repeat-y; background-position:left; 

}


.menu ul ul li:last-child {
    border-bottom: none;
}
.menu ul ul ul {
    left: 180px;
    margin: 0;
    top: 0;
}
.menu select {
    display: none;
} 
.navigationbg {background-color:#f9f9f9; border-top:#e0e0e0 1px solid;}
   
   
        
/* #Message
================================================== */
.message-container {
    text-align: center;
}

/*Margin set*/
.marginset {padding:20px 0; text-align:right; float:right;}
.marginset img { padding-left:10px; }

.talk { text-align:right; margin-right:0px; margin-bottom:-20px; margin-top:68px; margin-top:73px;  position: absolute ; padding-left:41px; float:right;}
.talk2 { text-align:right; margin-right:0px; margin-bottom:-20px; margin-top:68px; margin-top:83px;  position: absolute ; padding-left:41px; float:right;}
.clearrow {clear:both; margin:50px 0;}
.title2 {padding-bottom:2px; color:#333333;}
.title3 {padding-bottom:2px; color:#333333;}

.exw { max-width:810px;}

/*Testimonial*/
.testimonial {padding:20px 20px 12px 20px; }
.tinfo {line-height:normal; font-size:15px;}
 h6.tinfo2 {line-height:normal; font-size:13px; margin-top:10px; font-style:italic; font-weight:normal; color:#edecec;}
 .imgalign {text-align:center;}

 
 .blue {background-color:#9a110a; text-align:center; color:#FFFFFF; text-align:left; color:#FFFFFF; height:auto; min-height:139px; max-height:100%;   }
  .blue-inner {background-color:#ff5e00; text-align:center; color:#FFFFFF; text-align:left; color:#FFFFFF; height:auto; min-height:114px; max-height:100%;   }

/*Title */
h2.title2 {font-family:'HelveticaNeueLTStd-Md'; font-size:24px; font-weight:normal; line-height:normal; margin:0; padding:0; color:#343d06; }
h1.title3 {font-family:'HelveticaNeueLTStd-Md'; font-size:36px; font-weight:normal; line-height:normal; margin:0; padding:0; color:#343d06; }
h1.title33 {font-family:'HelveticaNeueLTStd-Md'; font-size:24px; font-weight:normal; line-height:normal; margin:0; padding:30px 0 0 0; color:#ff5e00; text-transform:uppercase; }


/* #Slideshow
================================================== */
.carousel-wrapper {
    border: 3px solid #fff;
    box-shadow: 1px 0px 0px 0px rgb(204, 204, 204);
}
.carousel-control {
    top: 50%;
}
.carousel {
    margin-bottom: 0;
}
.carousel-caption {
    left: 2%;
    bottom: 3%;
    width: 70%;
}
.carousel-caption h3 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: normal;
    font-family: Oswald;
}
.carousel-caption p {
    font-family: Georgia,serif;
    font-style: italic;
}

/* #Experience
================================================== */
#our-experience {
    text-align: center;
}
.experience-icon {
    font-size: 40px;
    margin: auto;
    padding: 0;
    width: 45px;
    height: 45px;
    margin-bottom: 15px; color:#ff3d1e;
}

/* #Recent Tweets
================================================== */
.recent-tweets ul {
    margin-left: 0;
}
.recent-tweets ul li {
    float: left;
    margin-bottom: 10px;
    list-style: none;
}
.recent-tweets ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.recent-tweets li:before {
    font-family: 'FontAwesome';
    content: "\f099";
    padding-right: 10px;
}

/* #Our Work
================================================== */
.media-box {
    margin-bottom: 30px;
}
.work-title {
    font-family: Oswald;
    font-weight: 600;
    text-transform: uppercase;
}
#work-header {
    margin-bottom: 50px;
}

.dropcap {
    font-family: Georgia, serif;
    font-size: 55px;
    padding: 0 7px 5px 0;
    line-height: 1em;
    float: left;
    text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 rgba(95, 149, 176, 0.5), 0 0 1px #fafafa;
}
.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}
.view .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mask h4, .mask p {
    margin: 30px 20px 0px 10px;
}
.mask p {
    margin: 10px 20px 10px 10px;
}
.mask h4 a {
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
}
.mask p a {
    font-weight: 800;
    color: #f0bfb8;
}
.mask p a:hover, .mask h4 a:hover {
    color: #b6ff00;
    text-decoration: none;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: #ff6633;
    background: rgba(215, 51, 0, .75);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9;
}
.view img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.view-first {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 1px 0px 0px rgb(204, 204, 204);
    height: auto;
    overflow: hidden;
}
.lightbox-link {
    background: #000 url(../images/plus.png) no-repeat 50% 50%;
    bottom: 20px;
    height: 30px;
    opacity: .4;
    position: absolute;
    right: 20px;
    width: 30px;
    z-index: 9999;
}
.lightbox-link:hover {
    opacity: .6;
}       
   
/* #About Us
================================================== */
.about-intro {
    color: #333;
    font-size: 14px;
    margin: 0 0 80px;
}
.about-intro h4 {
    margin: 0 0 20px;
}
.team-member {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-bottom: 3px solid #ffd800;
    margin-bottom: 30px;
    -webkit-transition: border .2s ease-out;
    -moz-transition: border .2s ease-out;
    -ie-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out;
}
.team-member:hover {
    border-bottom: 3px solid #ff6633;
}
.member-photo img {
    display: block;
    width: 100%;
}
.member-info {
    display: block;
    padding: 16px 15px 9px;
}
.member-info h4 {
    color: #ff6633;
    margin: 0;
}
.member-info .position {
    color: #959595;
    display: block;
    margin-bottom: 15px;
}
.member-info p {
    border-bottom: 1px dotted #d9d9d9;
    border-top: 1px dotted #d9d9d9;
    margin: 10px 0;
    padding: 20px 0;
}
.member-social-links {
    display: inline-block;
    margin: 0;
}
.member-social-links li {
    display: block;
    float: left;
}
.member-social-links a {
    color: #959595;
    font-size: 8px;
    letter-spacing: 1px;
    margin-right: 10px;
    text-transform: uppercase;
}
.member-social-links a:hover {
    color: #ff6633;
}

/* #Our Partner
================================================== */
#our-partner {
    margin-bottom: 50px;
}
#our-partner .view-first {
    background: #fff;
    text-align: center;
    opacity: 0.9;
}
#our-partner .view-first img {
    opacity: 0.6;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
#our-partner .view-first img:hover {
    opacity: 1;
}       
 
/* #Social Links
================================================== */
.social-links {
    margin: 0;
}
.social-links li {
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    margin-left: 7px;
    text-align: center;
}
.social-links li a {
    font-size: 20px;
    color: #333333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-links li:hover a {
    color: #0066cc;
    text-decoration: none;
} 

/*  #Latest Posts
================================================== */
.latest-posts ul {
    margin: 0;
    list-style: none;
}
.widget .latest-posts a {
    color: #fff;
}
.latest-posts li {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.latest-posts img:hover {
    opacity: 0.5;
}
.latest-posts img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 1px 0px 0px 0px rgb(204, 204, 204);
}
.latest-posts .entry {
    display: block;
    float: left;
    width: 156px;
}
.latest-posts .entry .date {
    color: #959595;
    display: block;
} 

/* #Flickr Photo
================================================== */
.photo-stream ul {
    list-style: none;
    margin: 0;
}
.photo-stream li {
    float: left;
}
.photo-stream a {
    display: block;
}
.photo-stream {
    margin-right: -10px;
}
.photo-stream img {
    display: block;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px rgb(204, 204, 204);
}
.photo-stream img:hover {
    opacity: 0.5;
}

/* #Blog
================================================== */
.squre {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-top: 4px;
    background: #fff;
    color: #636363;
    margin-bottom: 10px;
}
#blog-single {
    margin-bottom: 60px;
}
.post-image {
    border: 2px solid #fff;
    margin-bottom: 20px;
}
.main-blog-title {
    margin: 0;
}
.details {
    margin-bottom: 15px;
}
.details2 li {
    color: red;
}
.details1 li a {
    color: #000;
}
.post .carousel-control {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 25px;
    background-color: rgb(211, 60, 20);
    opacity: 0;
}
.work-post .carousel {
    margin-bottom: 20px;
}
.post .carousel-control.right {
    right: 0;
}
.post .carousel-control.left {
    left: 0;
}
.post .carousel {
    border: 2px solid rgb(255, 255, 255);
}
.post .carousel:hover .carousel-control {
    opacity: 1;
}
.article-date {
    width: 30px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
}
.article-description {
    padding-left: 40px;
}
.pagenav {
    list-style: none;
    margin: 0;
    font-weight: bold;
    margin-top: 15px;
}
.navigation-status {
    margin-top: 15px;
    font-weight: bold;
}

.navigation-status p {
    background-color: rgb(204, 204, 204);
    padding: 5px 10px;
}

.pagenav li {
    margin: 0;
    float: left;
}
.pagenav li a {
    color: #a6a6a6;
    float: left;
    margin-left: 10px;
    padding: 0 7px;
    line-height: 19px;
    border: 1px solid transparent;
}
.pagenav li a:hover {
    border-color: #e3e3e3;
    text-decoration: none;
}
.pagenav li.active a {
    background: #D33C14;
    border-color: #D33C14;
}
.pagenav li:hover a, .pagenav li:hover a {
    color: #404040;
}
.pagenav li.active a, .pagenav li.active:hover a {
    color: #f3f3f3;
}
.pagenav li.prev a, .pagenav li.next a {
    border: none;
}
.pagenav li.prev a {
    padding-left: 0;
} 

#page-title h1 {
    font-weight: 200;
    text-transform: uppercase;
    color: #ff0000;
    line-height: 50px;
        }
#page-title h3 {
    font-weight: 200;
    text-transform: uppercase;
    color: #e3714d;
    line-height: 50px;
}
.post-type {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    float: left;
    line-height: 35px;
    background: #fff;
    color: #636363;
    margin-right: 10px;
    margin-top: 4px;
}
.post-title {
    color: #636363;
}
.post-title:hover, .post-meta a:hover {
    color: rgb(215, 51, 0);
    text-decoration: none;
}
#sidebar .widget a, .read-more {
    color: rgb(215, 51, 0);
}
#sidebar .widget a:hover, .read-more:hover {
    color: #000;
    text-decoration: none;
}
.post-meta {
    list-style: none;
    margin: 0;
    color: rgb(166, 166, 166);
}
.post-meta a {
    color: rgb(166, 166, 166);
}
.post-meta li {
    display: inline;
    margin-right: 10px;
}
.article-title {
    clear: both;
    overflow: hidden;
} 
.article-title a:hover {
    color: #e3714d;
    text-decoration: none;
}  

/* #Comment
================================================== */
#comments {
    margin: 0px;  color:#003366; background-color:#f9f9f9;
}
#comments ul {
    margin-bottom: 0;
    list-style: none;
    margin-left: 30px !important;
}

#comments li:hover {
    margin-bottom: 0;
    list-style: none;
	background:#666666;
	font-family:'HelveticaNeueLTStd-Md'; color:#fff;

}

#comments li  h3:hover { color:#FFFFFF;}
.detailstag {color:#003366;}
.mr { margin-bottom:10px;} 



#comments ul:first-child {
    margin-left: 0 !important;
}
#comments ul li {
    padding: 20px 0 10px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0;
}
#comments > ul > li:first-child {
    border-top-width: 0;
    padding-top: 0px;
}
#comments li:last-child {
    padding-bottom: 0;
}
#comments > ul > li ul {
    padding-top: 20px;
}
#comments ul li p {
    line-height: 24px;
}
#comments li p:last-child {
    margin-bottom: 0;
}
#comments ul li .avatar {
    float: left;
    margin-top: 0px;
    box-shadow: 1px 0px 0px 0px rgb(204, 204, 204);
}
#comments ul li .avatar1 {
    float: right;
    margin-top: 0px;
    box-shadow: 1px 0px 0px 0px rgb(204, 204, 204);
}


#comments ul li .details {
    padding-left: 20px;
    overflow: hidden;
}

#comments ul li .details:hover {
    padding-left: 20px;
    overflow: hidden;
	color:#fff;}

.details h3{font-family:'HelveticaNeueLTStd-Md'; font-size:20px; color:#003366;}
.details p{font-family:'Helvetica-Regular'; font-size:14px; color:#605f5f; margin:0 0px 0 0; padding:10px 10px 0 0; line-height:18px; font-weight:normal;}
.details p:hover{font-family:'Helvetica-Regular'; font-size:14px; color:#fff; margin:0 0px 0 0; padding:10px 10px 0 0; line-height:18px; font-weight:normal;}

.block {padding:10px; }
.block:hover {  }
.avatar2 { float: right; }


.pd1{padding:10px 0;}

.footerinfo {line-height:20px; font-size:13px; font-weight:normal; font-family:'Helvetica-Regular'; margin-top:10px;}


@media (max-width: 767px) {
.footerinfo {line-height:20px; font-size:13px; font-weight:normal; font-family:'Helvetica-Regular'; margin-top:10px; padding:10px;}

.copyright li {
padding:10px;
}

}

/*slidernew*/

h2.caption4 {
    top: 36%;
    left: 18%;
    font-size: 32px;
    line-height: 42px;
    font-family: "HelveticaNeueLTStd-Ex";
    color: #9a110a;
    text-align: left;
	 text-shadow:  2px 2px 0 rgba(95, 149, 176, 0.5), 0 0 1px #fafafa; 
}


p.caption3{top:55%;left: 18%; font-family: "Helvetica-Regular";
font-size: 16px;
color: #443d3d;}

h3.caption2{top:44%;left: 18%; font-family: "HelveticaNeueLTStd-ExO";
font-size: 24px;
color: #443d3d;}




/*four block*/
/*gan*/
/* Services
 * -------------------------- */
.block1 {
    text-align: center;
    padding: 0px 10px 0px 0; 
    background-color: #ecf0f1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; color:#605f5f; min-height:215px;
}
.block1:hover {
    background-color: #bdbbbc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ecf0f1;
}

.bt {padding:5px 15px;}
.gr {padding:6px 10px;}

.block1.block-img h4 {
    text-align: left; padding:22px 0 0px 0; color:#003366;
}

.block1.block-img p {
    text-align: left; padding:2px 0 6px 0; font-size:14px; line-height:20px; font-family:'Helvetica-Regular';
}

.block1:hover h4 {
    color: #ffffff;
}

.block1.block-img .imgleft {
    float: left;
    margin-right: 20px;
	
  max-width: 100%; width:206px; margin-top:15px;

}


.block1:hover a{
/*	background:#339900;
*/	color:#fff; text-decoration:none;
	
}

/*end block*/

/*block2*/


.block2 {
    text-align: center;
    padding: 0px 0px 0px 10px; 
    background-color: #f3f3f3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color:#605f5f; min-height:210px;
}

.block2:hover {
    background-color: #bdbbbc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ecf0f1;
}

.bt2 {padding:5px 15px;}

.block2.block-img2 h4 {
    text-align: left; padding:22px 0 0px 12px;  color:#003366;
}

.block2.block-img2 p {
    text-align: left; padding:2px 0 6px 12px; font-size:14px; line-height:20px; font-family:'Helvetica-Regular';
}

.block2:hover h4 {
    color: #ffffff;
}

.block2.block-img2 .imgright {
    float: right;
    margin-left:20px;
		  display: block; margin-top:15px;
  height: auto;
  max-width: 100%; width:206px;
}




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

/*end block*/

.email { }
.email img:hover { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=70);
    opacity: .7; }
	
/*fullwidthbanner*/
.fullwidth { width:100%; min-height:120px; background-position:center top; background-color:#000000; height:100%; background-image:url(../images/about-img.jpg); background-repeat:no-repeat;  background-size:100%;}	
.title4 { color: #FFFFFF; padding-top:3%; font-size:30px; font-family:'Helvetica-Regular';}
.title5 { color: #FFFFFF; padding-top:3%; font-size:24px; font-family:'Helvetica-Regular';}
.title6 { color: #FFFFFF; padding-top:3%; font-size:24px; font-family:'HelveticaNeueLTStd-Ex';}
.blue-arrow {background-image:url(../images/blue-arrow.png); background-repeat:no-repeat; background-position:left top;  }
.testimonial2 {padding:0px 13px 20px 0px; }
.tinfo3 {font-size:16px; font-family:'Helvetica-Regular'; font-style:normal; font-weight:normal;}
.shedulebtn {margin:15px 0 0 0; text-align:right;}
#content p {font-size:16px; color:#605f5f; line-height:20px; font-family:'Helvetica-Regular'; font-style:normal; margin-bottom:20px; font-weight:normal;}
#content h4 {color:#003366; font-size:20px; margin-bottom:20px; }
#content h3 {color:#028daa; font-size:20px; margin-bottom:20px; font-family:'HelveticaNeueLTStd-Md'; line-height:normal; }



#comments ul li .details span {
    margin-right: 6px;
}
#comments ul li .details span:last-child {
    margin-right: 0;
}
#comments ul li .details span.author {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}
#comments ul li .details span.reply a, #comments ul li .details span.reply a:visited {
    font-size: 11px;
    color: #999;
}
#comments ul li .details span.reply a:hover {
    color: #333;
}
#comments ul li .details span.date {
    font-size: 11px;
    color: #a6a6a6;
}
#comments ul li .details span.comment {
    display: block;
    margin-top: 10px;
}
.comment-form input, .comment-form select {
    height: 30px;
}
.comment-form input, .comment-form textarea, .comment-form select {
    font-family: Oswald;
}
.comment-form textarea {
    margin-bottom: 20px;
}
.comment-title {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0;
    margin-bottom: 25px;
}  


/* #Sidebar
================================================== */
#sidebar .accordion-group {
    background: #fff;
}
.search-widget input {
    height: 30px;
    text-transform: uppercase;
    font-family: Oswald;
    border: none;
}
/*#sidebar .widget-title {
    color: rgb(51, 51, 51);
}*/
.categories ul {
    list-style: none;
    margin: 0;
}
.categories ul a {
    color: rgb(51, 51, 51); font-size:14px;
}
.categories ul li {
    border-bottom: 1px dotted rgb(204, 204, 204);
    margin: 0 0 7px 0;

}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    padding-right: 10px;
}
.tabber .nav-tabs {
    border: none;
}
.tabber .nav-tabs li {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
}
.tabber .nav-tabs li a {
    border: 1px solid #e6e6e6;
    border-left: none;
    color: #959595;
    display: block;
    font-weight: 800;
    border-top-color: #ff6633;
    border-radius: 0;
    margin-right: 0;
    background-color: #eeeeee;
    text-transform: uppercase;
}
.tabber .nav-tabs li:first-child a {
    border-left: 1px solid #e6e6e6;
}
.tabber .nav-tabs li:last-child a {
    border-right: 1px solid #e6e6e6;
}
.tabber .nav-tabs li:last-child a:hover {
    border-left: none;
}
.tabber .nav-tabs li a:hover {
    border-top: 1px solid #ff6633;
    color: #ff6633;
}
.tabber .nav-tabs li.active a {
    border-top: 1px solid #ff6633;
    border-bottom: 1px solid #fff;
    color: #333;
    background-color: #fff;
}

/* #Prizing Table
================================================== */
.pricing-table {
    font-family: "Open Sans", "Times New Roman", Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit0border-radius: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pricing-table:last-child {
    margin-bottom: 0;
}
.pricing-table .title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 12px 0;
}
.pricing-table .price {
    line-height: 32px;
    font-weight: 600;
    font-size: 42px;
    text-transform: none;
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 18px 0;
}
.pricing-table .price span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: #ebebeb;
    margin-top: 6px;
    line-height: 15px;
}
.pricing-table .package {
    margin: 0 !important;
    list-style: none;
}
.pricing-table .package li {
    margin: 0;
    background: #f5f5f5;
    padding: 8px 20px;
    text-align: center;
    color: #999;
}
.pricing-table .package li:nth-child(2n+0) {
    background: #fff;
}
.pricing-table .action {
    border-top: 1px solid #e9e9e9;
    background: #f5f5f5;
    padding: 12px 20px;
    text-align: center;
}
.pricing-table .package li strong {
    font-weight: 700;
    color: #808080;
}
.pricing-table.package-one .title {
    background: #5370b0;
    background: -moz-linear-gradient(top, #5370b0 0%, #465fa4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5370b0), color-stop(100%,#465fa4));
    background: -webkit-linear-gradient(top, #5370b0 0%,#465fa4 100%);
    background: -o-linear-gradient(top, #5370b0 0%,#465fa4 100%);
    background: -ms-linear-gradient(top, #5370b0 0%,#465fa4 100%);
    background: linear-gradient(to bottom, #5370b0 0%,#465fa4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5370b0', endColorstr='#465fa4',GradientType=0 );
}
.pricing-table.package-one .price {
    border-top: 1px solid #6285c8;
    background: #6179ab url(../images/gardient.png) center -80px no-repeat;
}
.pricing-table.package-two .title {
    background: #ce5c25;
    background: -moz-linear-gradient(top, #ce5c25 0%, #c64e1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce5c25), color-stop(100%,#c64e1f));
    background: -webkit-linear-gradient(top, #ce5c25 0%,#c64e1f 100%);
    background: -o-linear-gradient(top, #ce5c25 0%,#c64e1f 100%);
    background: -ms-linear-gradient(top, #ce5c25 0%,#c64e1f 100%);
    background: linear-gradient(to bottom, #ce5c25 0%,#c64e1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5c25', endColorstr='#c64e1f',GradientType=0 );
}
.pricing-table.package-two .price {
    border-top: 1px solid #e0702d;
    background: #d26529 url(../images/gardient.png) center -80px no-repeat;
}
.pricing-table.package-three .title {
    background: #659943; /* Old browsers */
    background: -moz-linear-gradient(top, #659943 0%, #558938 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659943), color-stop(100%,#558938));
    background: -webkit-linear-gradient(top, #659943 0%,#558938 100%);
    background: -o-linear-gradient(top, #659943 0%,#558938 100%);
    background: -ms-linear-gradient(top, #659943 0%,#558938 100%);
    background: linear-gradient(to bottom, #659943 0%,#558938 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659943', endColorstr='#558938',GradientType=0 );
}
.pricing-table.package-three .price {
    border-top: 1px solid #74b44c;
    background: #77a758 url(../images/gardient.png) center -80px no-repeat;
}
.pricing-table.package-four .title {
    background: #6b5239;
    background: -moz-linear-gradient(top, #6b5239 0%, #5b4530 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b5239), color-stop(100%,#5b4530));
    background: -webkit-linear-gradient(top, #6b5239 0%,#5b4530 100%);
    background: -o-linear-gradient(top, #6b5239 0%,#5b4530 100%);
    background: -ms-linear-gradient(top, #6b5239 0%,#5b4530 100%);
    background: linear-gradient(to bottom, #6b5239 0%,#5b4530 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5239', endColorstr='#5b4530',GradientType=0 );
}
.pricing-table.package-four .price {
    border-top: 1px solid #7f6143;
    background: #6f5741 url(../images/gardient.png) center -80px no-repeat;
}

/* #Portfolio Filter
================================================== */
.portfolio-filter {
    display: inline-block;
    margin: 0;
}
.portfolio-filter li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.portfolio-filter a {
    color: #959595;
    display: block;
    margin: 0 20px 0 0;
}
.portfolio-filter a:hover, .portfolio-filter .current {
    color: #ff6633;
    text-decoration: none;
}

/* #Isotope
================================================== */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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:         top, left, opacity;
          transition-property:         transform, opacity;
}


.greenarrow {background-image:url(../images/green-arrow.png); background-position:bottom right; background-repeat:no-repeat;}


/* #Widget
================================================== */
#sidebar .widget {
    margin-bottom: 10px;
    overflow: hidden;
}
#footer .widget {
    margin-bottom: 30px;
    overflow: hidden; color:#fff;
}
.widget-title {
     color: rgb(255, 255, 255); color:#ffffff;
    font-size: 20px;

    line-height: 1.5;
    margin-bottom: 0px;
}
#footer .widget a {
    color: #f0bfb8;
}
#footer .widget a:hover {
    color: #e3714d;
    text-decoration: none;
}

.fontw {font-size:14px; }
.fontfooter1 ul{ margin:0px; padding:0px; list-style-position:inside;  }
.fontfooter1 li{ color:#007fcc; font-size:14px; display:inline; padding:0 10px 5px 0; font-family:'Helvetica-Regular'; }
.fontfooter1 li a:link{ color:#ff5e00; background-image:url(../images/sqaure.png); background-repeat:no-repeat; background-position:left; padding-left:15px;  }
.fontfooter1 li a:hover{color:#999999; }
.fontfooter1 li.selectlink a {background-image:none; padding-left:0px;}

.fontfooter2 ul{ margin:0px; padding:0px; list-style-position:inside;  }
.fontfooter2 li{ color:#999999; font-size:13px; display:inline; padding:0 10px 5px 0; font-family:'Helvetica-Regular'; }
.fontfooter2 li a:link{ color:#999999; background-image:url(../images/sqaure.png); background-repeat:no-repeat; background-position:left; padding-left:15px;  }
.fontfooter2 li a:hover{ color:#FF6600;}
.fontfooter2 li.selectlink2 a {background-image:none; padding-left:0px;}
.padd10 {padding:0px; text-align:left;}
.infopadd { padding:20px 0;}
.imgrightnew {padding-right:15px;}

@media only screen and (min-width: 0px) and (max-width: 767px) {
.fontw {font-size:14px; }
.fontfooter1 ul{ margin:0px; padding:0px; list-style-position:inside;  }
.fontfooter1 li{ color:#007fcc; font-size:14px; display: block; padding:0 10px 5px 10px; font-family:'Helvetica-Regular'; }
.fontfooter1 li a:link{ color:#ff5e00; background-image:url(../images/sqaure.png); background-repeat:no-repeat; background-position:left; padding-left:15px;  }
.fontfooter1 li.selectlink a {background-image:none; padding-left:15px;  background-image:url(../images/sqaure.png); background-repeat:no-repeat; background-position:left;}

.fontfooter2 ul{ margin:0px; padding:0px; list-style-position:inside;  }
.fontfooter2 li{ color:#999999; font-size:14px; display: block; padding:0 10px 5px 10px; font-family:'Helvetica-Regular'; }
.fontfooter2 li a:link{ color:#999999; background-image:url(../images/sqaure.png); background-repeat:no-repeat; background-position:left; padding-left:15px;  }
.fontfooter2 li.selectlink2 a {background-image:none; padding-left:15px;  background-image:url(../images/sqaure.png); background-repeat:no-repeat; background-position:left;}
.fontfooter2 li a:hover{ color:#FF6600;}

.padd10 {padding:10px; text-align:center;}
.infopadd {padding:10px;}

.fullwidth { width:100%; min-height:80px; background-position:center top; background-color:#000000; height:100%; background-image:url(../images/about-img.jpg); background-repeat:no-repeat;  background-size:100%;}
.title4 {
    color: #FFF;
    padding: 3%;
    font-size: 30px;
    font-family: "Helvetica-Regular";
}	



.sl {margin-top:10px; text-align:right;}

.text-right {text-align:left; float: none ;}

.copyright li {
    display: block;
    float: none;
    margin-right:0px; text-align:center;
}



}

@media only screen and (min-width: 767px) and (max-width: 800px) {

.block2.block-img2 .imgright {
    float: left;
    margin-left:20px;
		  display: block; margin-top:15px;
  height: auto;
  max-width: 100%; width:206px;
}

}

.text-right { text-align:right; }

.sl {margin-top:10px; text-align:right;}



/* #Typography
================================================== */
.blog-title {
    font-weight: 800;
    color: #000;
}
.blog-title a {
    color: #333;
}
.section-title {
    color: #ff3d1e;
}
#our-experience .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* #Footer
================================================== */
#footer {
    background-color: #fff; background-image:url(../images/footerbg.png); background-repeat:repeat-x; background-position:top;  
    padding: 20px 0 0px 0;
}
.green-arrow { position: relative;float:left; bottom:-2px; margin-top:172px; margin-left:-20px; }
#copyrights a:hover {
    color: #666666;
    text-decoration: none;
}
#copyrights p {
    margin: 0;
}
#copyrights {
    padding: 10px 0; color: #333333; font-size:13px;
    background: #d8d8d8;
}
.copyright {
    list-style: none;
    margin: 0;
}
.copyright a {
    color: #333333;
}
.copyright li {
    display: block;
    float: left;
    margin-right: 0px;
}
.cl {background-color:#666666;}

/* #Extra
================================================== */
iframe {
    margin-bottom: -5px;
    width: 100%;
}
.view-work {
    color: #000;
    font-weight: 800;
}

/* #Responsive
================================================== */
@media (max-width: 767px) {
    body {
        padding-top: 0;
    }
    .carousel-caption {
        display: none;
    }

    .logo small {
        display: none;
    }
    .menu ul {
        display: none;
    }
    .menu select {
        display: inline-block;
        font-family: Oswald;
        width: 50%;
    }
    .logo {
        width: 100%;
    }
    #header {
        text-align: center;
        padding-bottom: 0px;
    }
    .navbar-fixed-top .container {
        width: 100%;
    }
    .carousel-control {
        display: none;
    }
    #our-article .blog-post {
        margin-bottom: 25px;
    }
    #footer, #copyrights {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    #copyrights .span7 {
        margin-bottom: 10px;
    }
    #copyrights .span7, #copyrights .span5 {
        clear: both;
        overflow: hidden;
    }
    #copyrights .pull-right {
        float: left;
    }
    #copyrights .social-links li:first-child {
        margin-left: -7px;
    }
    .photo-stream img {
        width: 55.5px;
        height: 55.5px;
        margin: 0 10px 10px 0;
    }
    section {
        clear: both;
        overflow: hidden;
    }
    .media-box.span4, .media-box.span3 {
        width: 100%;
    }
    .btn-toolbar.pull-right {
        float: left;
    }
	.marginset {padding:20px 0; text-align:center; float:none;}
	
.avatar2 { float: none; text-align:center; }





	
}
@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-top: 0;
    }
    .photo-stream img {
        width: 19.5px;
        margin: 0 10px 10px 0;
        height:;
    }
    .carousel-caption {
        display: none;
    }
    .logo small {
        display: none;
    }
    .vimeo-video iframe {
        height: 95px;
    }
	
}
@media (min-width: 980px) and (max-width: 1199px) {
    .photo-stream img {
        margin: 0 10px 10px 0;
        width: 43px;
        height: 43px;
    }
    .vimeo-video iframe {
        height: 128px;
        width: 216px;
    }
}
@media (min-width: 1200px) {

    .photo-stream img {
        width: 55.5px;
        height: 55.5px;
        margin: 0 10px 10px 0;
    }
    .vimeo-video iframe {
        height: 157px;
        width: 266px;
    }
}



@media (min-width: 320px) and (max-width: 640px) {
.block2.block-img2 .imgright {
    float: none;
    margin-left:20px; text-align:center;
		  display: inline-block; margin-top:15px;
  height: auto;
  max-width: 100%; width:206px;
}


.block1.block-img .imgleft {
    float: none;
    margin-right: 0px;
    max-width: 100%;
    width: 206px;
    margin-top: 15px;
	display: inline-block;
	text-align:center;
}

.block1 {
    text-align: center;
    padding:10px;
    background-color: #ECF0F1;
    transition: all 0.2s ease-in-out 0s;
    color: #605F5F;
    min-height: 215px;
}

.block2 {
    text-align: center;
    padding:10px;
    background-color: #F3F3F3;
    transition: all 0.2s ease-in-out 0s;
    color: #605F5F;
    min-height: 210px;
}



}


@media (min-width: 640px) {

/*h2.caption4 {
    top: 36%;
    left: 18%;
    font-size: 32px;
    line-height: 42px;
    font-family: "HelveticaNeueLTStd-Ex";
    color: #9a110a;
    text-align: left;
	 text-shadow:  2px 2px 0 rgba(95, 149, 176, 0.5), 0 0 1px #fafafa; 
}


p.caption3{top:55%;left: 18%; font-family: "Helvetica-Regular";
font-size: 16px;
color: #443d3d;}

h3.caption2{top:44%;left: 18%; font-family: "HelveticaNeueLTStd-ExO";
font-size: 24px;
color: #443d3d;}*/


}


@media (min-width: 320px) and (max-width: 640px) {

/*h2.caption4 {
    top: 18%;
    font-size: 28px;
    line-height: 32px;
    font-family: "HelveticaNeueLTStd-Ex";
    color: #FFF;
    text-align: center;
}

p.caption3 {
    top: 65%;
    font-family: "Helvetica-Regular";
    font-size: 16px;
    text-align: center;
    color: #443D3D;
}

h3.caption2{top:41%; font-family: "HelveticaNeueLTStd-ExO";
text-align: center;
font-size: 24px;
color: #443d3d;}*/

}