/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed
                
                Greenish Blue               : #34c6d3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                Blue Bayoux                 : #64707b       (Paragraphs)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/


/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}


/*====================================================
                        HOME
======================================================*/

#home {
    height: 100%;
}

#home-cover {
    height: 100%;
    background-image: url("../image/home1.jpg");
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    align-content: left;
    text-align: middle; 
    padding-left: 10%
}

#home-heading h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 20px 0 20px 0;
}
.header-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.5);

}
#bar{
    float:left;
    margin-top: 30px;
}
#home-heading2 h5{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right:20px;
    color: #fff;
}
#home-heading3 h5{
    margin-top: 40px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: 700;
    font-size: 35px;
}

#maintab{
    color: #ff0000;
}


/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*============Animation===============*/
#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*============Buttons General===============*/

.btn-general {

    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;

}

.btn-white {
    border-color: #fff;
    color: #fff;
    margin-bottom: 20px;
}

.btn-white:hover,
.btn-white:focus {
    background-color: white;
    color: red;
    transition: all 0.5s;
}


.btn-blue {
    border-color: #ff0000;
    color: #ff0000;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #ff0000;
    color: #fff;
}
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    
}
#home-comment a {
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
    color: #fff ;
    font-size: 30px;
    
}
#home-comment a:hover, #home-comment a:focus {
    color:#34c6d3 ;
    transition: all 0.5s;

    
}



/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
    padding: 60px 0 60px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #ff0000;
    margin: 0 auto 30px auto;
}
/*====================================================
                       ABOUT
======================================================*/
#about-bg-diagonal{
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../image/bg-about1.jpg);
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
    
}


#about-content-box {
    float: left;
    height: 700px;
}
#about-content-box-outer{
    width: 100%;
    height: 100%;
    display: table;

}

#about-content-box-inner{
display: table-cell;
vertical-align: middle;

}

#about .content-title h3{
    text-align: left;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
}
#about-desc p {
    margin-bottom: 30px;
}

/*====================================================
                       SERVICES
======================================================*/


.service-item {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.service-item-icon i {
    color: red;
    float: left;
    padding: 15px;
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: red;
}

.service-item-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.service-item-desc p {
    margin: 0;
    padding-left: 100px;
    text-align: left;
}


/*====================================================
                       WORK
======================================================*/

.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.img-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.img-wrapper img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.img-wrapper img:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    cursor: zoom-in;
}


/*====================================================
                       TEAM
======================================================*/

.team-member {
    margin: 0 15px;
}

.team-member-info {
    padding: 10px 0 30px 0;
}

h4.team-member-name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation {
    color: #ff0000;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    margin-top: 5px;
}

/*====================================================
                       SOCIAL
======================================================*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #ff0000;
}



/*====================================================
                       TESTIMONIALS
======================================================*/

#testimonials-cover {
    background-image: url("../image/bg-testimonials.jpg");
}

#testimonials .content-box {
    background-color: rgba(0, 0, 0, 0.1);
}

#customers-testimonials {
    padding: 50px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto 0 auto;
}

.testimonial blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    padding: 6px 150px;
    position: relative;
}

.testimonial blockquote p {
    color: #fff;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.testimonial blockquote::before {
    content: "\201C";
    top: 0;
    left: 100px;
}

.testimonial blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 100px;
}

.testimonial-author p {
    color: #fff;
    font-size: 17px;
}

.testimonial-author p strong {
    display: block;
}



/*====================================================
                       PRICING
======================================================*/

.pricing-box {
    border: 3px solid #ff0000;
    padding: 50px 0;
    margin: 40px 0;
}

h4.pricing-title {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

h3.pricing-value {
    font-size: 60px;
    font-weight: 700;
}

h3.pricing-value sup {
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}

ul.pricing-spec {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 60px 0;
}

ul.pricing-spec li p {
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box-lg {
    padding: 90px 0;
    margin: 0;
    background-color: #ff0000;
}

.pricing-box-lg h4.pricing-title {
    color: #ff0000;
    background-color: #fff;
}

.pricing-box-lg ul.pricing-spec li p {
    color: #fff;
}


/*====================================================
                       CONTACT
======================================================*/

footer {
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

#contact-left p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    background-image: url("../img/world-map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}
address strong { font-size: 16px; }
address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}


/*====================================================
                       FOOTER
======================================================*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #ff0000;
}




/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.vesco-top-nav {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 0;
}
#vesco-top-nav {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 0;
}

.vesco-nav-wrapper {
    padding: 0 85px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #ff0000;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li.active>a {
    color: #ff0000;
}
.navbar-brand {
    float: left;
    height: 30px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 15px;
}



/*====================================================
                     Gallery
======================================================*/
.img-wrapper1 {
    overflow: hidden;
    margin-bottom: 30px;
}

.img-wrapper1 img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
      
}

}
.img-wrapper1 img:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
          
   
}

#work-name{
	color:darkred;
	font-size: 18px;
}

.img-wrapper11{
    margin-left: 5px;
    margin-top: 50px;
   
}
.img-wrapper11 img{
     width: 95%;
    border-radius: 5%
  }

#gallery-cover {
    height: 100%;
    background-image: url("../image/bg-gallery.jpg");
}
#gallery-heading2 h5{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    margin-left: 10px;
    margin-right;10ox;
}
#search{
   
    align-content: center;
}
#search-tab{
    margin-left: 5px;
    margin-right: 5px;
    padding:0px;
}
#inputbox-search{
    margin-bottom: 20px;
    padding-left: 20px;
}
.textbox2{
	font-size:25px;
}
.textbox1{
	font-size:15px;
}
.img-wrapper1 h2{
    display:block;
    font-weight: normal;
    color: darkred;
}

/*====================================================
                     About Me
======================================================*/
#bar-top{
width:100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
     
}
#about-cover {
    height: 100%;
    background-image: url("../image/about.jpg");
}
/*====================================================
                    My Work 
======================================================*/
#work-t-1{
    margin-left: 20px;
    margin-right: 20px;
}
#tech h3{
    font-size: 25px;
    color: #ff0000;
    font-weight: 400;
}
#top-content {
  
    margin-bottom: 40px;
}
#top-content p{
    align-content: center;
    text-align: center;
    margin-bottom: 20px;
}
#work-t-1{
    margin-top: 30px;
}
.span-tech {
    color: #ff0000;
    font-size: 30px;
}
#midimage{
    float: right;
}
.mywork{
    margin-top: 100px;
}
#work-cover {
    height: 100%;
    background-image: url("../image/work1.jpg");
}

/*====================================================
                    Display
======================================================*/


#display {
    margin-top: -90px;
}

#outer{
   
    height: 800px;
    
}
#outer-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;

}

#inner-wrapper{
display: table-cell;
vertical-align: middle;
margin: 0 auto;

}
#gal-wrapper img{
    display: block;
    margin-left: auto;
    margin-right: auto;

    border: 5px solid #73AD21;
    padding: 10px;
    margin-top: 10px;
}

#gs-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    align-content: center;
    text-align: center; 
    
}
#gs-comment{
    
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.content-title h5{
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.content-title span{
    font-weight: 700;
    color: #ff0000;
    text-transform: uppercase;
}


#gs-heading h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 20px 0 20px 0;
}


#gs-heading2 h5{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right:20px;
    color: #fff;
}
#gs-heading3 h5{
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: 700;
    font-size: 35px;
}

#gs-comment1 a{
    text-transform: uppercase;
    font-weight: 400;
    color: #ff0000;
}

#gs-comment1 {
    color: #ff0000;
    text-align: center;
    border: 1px solid #ff0000;
    margin-left: 10px;
    margin-right: 10px;
    
}

/*====================================================
                    Buynow
======================================================*/

#buynow-wrapper{
    margin-top: 40px;

}


#buynow-left h3,
#buynow-right h3 {
    color: #ff0000;
    font-size: 27px;
    font-weight: 700;
}

#buynow-left p {
    color: #fff;
    margin-bottom: 30px;
}



.buynow-form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #ff0000;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #000000;
}

#content-title h4{
    text-align: center;
    font-size: 35px;
    color: #ff0000;
    margin-bottom: 20px;
} 

#contactmecod a{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

/*====================================================
                    Comments
======================================================*/

#c-comments{
    font-size: 24px;
    font-style: italic;
}
#date {
color: #ff0000;    
    margin-bottom: 30px;
}


/*====================================================
                    Exhibitions
======================================================*/
#exh-cover {
    height: 100%;
    background-image: url("../image/exhibition.jpg");
}
#ex-heading2 h5{
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

#text-ex h5{
    font-size: 20px;
    color: #000000;
}
#text-ex h5:hover {
    text-decoration: none;
}
#ex-venue{
    font-size: 25px;
}

#ex-date{
    font-size: 20px;
}

#ex-exhibition{
    margin-top:  -60px;
}
.ex-img-wrapper {
    
    overflow: hidden;
    margin-bottom: 30px;
   
}

.ex-img-wrapper img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
 
}

.ex-img-wrapper img:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    cursor: zoom-in;
}

.search {
	margin-top:100px;
}


/*====================================================
                    Exhibitions
======================================================*/

#home-elements {
    
    background-color: red;
    border-radius: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    align-content: center;
    text-align: center;
    opacity: 0.6;
    text-shadow: 5px;
    margin-top: 10px;
    margin-right: 20px;
 
}
#home-elements a {
   
    font-weight: 800;
    font-size: 25px;
    border: none;
    margin-bottom: 0px;
}
#home-elements a:hover {
    color: #000000;
    text-decoration: none;
}
#home-elements:hover {
     background-color: #fff;
}
#ele-cover {
    height: 100%;
    background-image: url("../image/bg-gallery1.jpg");
}

.clearfix {
    overflow: auto;
}
#cat {
    margin-left: 50px;
}