/*====================
======Typography=====
======================*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight:400;
    background-color: #fff;
    color:#333
}

body  section{
    padding:95px 0;
}

a:hover {
    outline: none;
    text-decoration:none;
}

a:focus {
    outline:none;
    outline-offset: 0;
}

a {

    color:#3498DB;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}


.parallax-section{
    min-height: 300px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.preloader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
    background: #fff;
    z-index: 9999;
}

.preloder-wrap{
    display: table-cell;
    vertical-align: middle;
}

.preloder-inner {
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

.ball {
    width: 10px;
    height: 10px;
    margin: 10px auto;
    border-radius: 50px;
}

.ball:nth-child(1) {
    background: #ff005d;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
    background: #35ff99;
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
    background: #008597;
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
    background: #ffcc00;
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
    background: #2d3443;  
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
    background: #ff7c35;  
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
    background: #4d407c;  
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
    0%   { -webkit-transform: translate(-15px);   }
    50%  { -webkit-transform: translate(15px);    }
    100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
    0%   { -webkit-transform: translate(15px);    }
    50%  { -webkit-transform: translate(-15px);   }
    100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
    0%   { -moz-transform: translate(-15px);   }
    50%  { -moz-transform: translate(15px);    }
    100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
    0%   { -moz-transform: translate(15px);    }
    50%  { -moz-transform: translate(-15px);   }
    100% { -moz-transform: translate(15px);    }
}

@keyframes right {
    0%   { transform: translate(-15px);  }
    50%  { transform: translate(15px);   }
    100% { transform: translate(-15px);  }
}

@keyframes left {
    0%   { transform: translate(15px);   }
    50%  { transform: translate(-15px);  }
    100% { transform: translate(15px);   }
}


.vertical-middle{
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-middle div{
    display: table-cell;
    vertical-align: middle;
}

.title-content {		
    font-size:16px;
    margin-bottom:50px;
    text-align:center;	
    font-weight:300
}

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color:#fff;
    z-index: 999999;
}

#pageloader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -87px;
    text-align: center;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    background-color:rgba(255, 255, 255, 0.97);
    border-radius: 0;
    border-bottom: 0;
    border-bottom:0;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1)
}

.sticky-menu { 
    z-index: 999 !important;
    top: -86px;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sticked {
    opacity: 1;
    top: 0;
    z-index: 999 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#navigation .navbar-toggle{
    margin-top: 20px;
    border-color:#333;
}

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

#navigation .navbar-brand h1{
    padding: 0;
    margin: 0;
}

#navigation .navbar-nav.navbar-right li {
    padding: 0;
    margin-right: 2px;
}

#navigation .navbar-nav.navbar-right {
    margin-top:0x;
}

#navigation .navbar-nav.navbar-right li a {
    color:#051f31;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 33px 15px;
    border-top:3px solid #fff;
}

#navigation .sticky-menu .navbar-nav  .active  a,  
#navigation .sticky-menu .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
    color: #051f31;
    background-color:#F78A39;
    border-color:#333

}

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
    height:100%;
    position:absolute;
    width:100%;
    z-index:1;
    left:0;
    top:0;
    background-image:url(../images/home-pattern.png);
    background-repeat:repeat;
    opacity:0.2;
}

#home{
    padding: 0;
    overflow: hidden;
    position:relative;
    height:100%
}

#home .captions {
    left:0;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    z-index: 10;	
    text-align:center;
    z-index:101;
}

#home .captions  .slide-show {
    width:100% !important;
    padding:0;
}

#home .captions  ul li {
    font-size:75px;
    font-weight:800;
    color:#fdfdfd;	
    line-height:65px
}

#home .welcome-message {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top:35%;
    width: 100%;
    z-index:100;
}

#home .welcome-message h2 {	
    color: #BDC3C7;
    font-size: 37px;
    font-weight:800;
    left: 0;
    margin-top:110px;
    text-align: center;
    width: 100%;
    z-index: 10;
    position:relative;
    text-transform:uppercase;
}

#home .welcome-message h2 span {
    color:#3498DB;
}

.btn-started {
    background-color: #3498DB;
    border: medium none;
    color: #F6F6F6;
    display: inline-block;
    font-size: 35px;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    z-index: 15;
    margin-top:80px;
    padding:10px 20px;
}

.btn-started:hover {
    background-color:#333;
    opacity:1
}

#main-slider {
    margin:0;
    padding:0;
}

.bx-controls {
    display:none;
}


/*=======================
====== Start Now CSS =====
=========================*/

#start-now {
    background:#FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: block;
    overflow: hidden;
    padding:65px 0;
}

#start-now  h3 {
    margin:0;
}

#start-now  h3 i {
    float: left;
    height: 55px;
    line-height: 65px;
    overflow: hidden;
    width: 55px;
}



.btn-start-now {
    margin:0;
    float:right
}



/*=======================
====== About Us CSS =====
=========================*/

#about-us {
    background-image:url(../images/features-bg.jpg);
    overflow: hidden;
    background-color:#2F2E29
}


.title-one {
    color: #f6f6f6;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    padding-bottom:10px;
    text-align: center;
    text-transform: capitalize;
}

#about-us .title-content {	
    color: #f6f6f6;	
    text-align:center;
}

#about-us p {
    font-weight:300;
    font-size:15px;
    color: #333;
    text-align:justify;
}

.about-us .col-sm-6 {
    margin-top:50px
}


.about-us .tab-content {
    background-color:#FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 25px;
}

.about-us .nav-tabs li a {
    border-top:2px solid rgba(0, 0, 0, 0);
    color:#F6F6F6;
    border-radius:0;
}

.about-us .nav-tabs li a:hover {
    background-color:#fff;
    color:#333;
    border-color:rgba(0, 0, 0, 0);
}

.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
    border-radius: 0;
    border-top: 2px solid #3498DB;
    color: #333333;
}

.about-us .tab-content 
.pull-left.media-object {
    background-color: #F6F6F6;
    margin-right: 20px;
    padding: 5px;
}

.skillbar {
    position:relative;
    display:block;
    margin-bottom:18px;
    box-shadow:1px 1px 0 0 #333333;
    -webkit-box-shadow:1px 1px 0 0 #333333;
    width:100%;
    background-color:#333;
    height:35px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:25%;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    background-color:#3498DB;
}

.skillbar-title span {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    display:block;
    background-color:#3498DB;
    padding:0 20px;
    height:35px;
    line-height:33px;
}


.skillbar-bar {
    height:35px;
    width:0px;
    background-color:#3498DB;
    box-shadow:0 1px 0 0 #333333;
    -webkit-box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:35px;
    line-height:35px;
    color:#ffffff;
}




/*====================
======Features CSS=====
======================*/

#features {
    background-color:#fff;
    border-bottom:1px solid #ddd;
    overflow:hidden;
}

.single-feature {
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    padding: 90px 0;
    text-align: center;
    display:block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-feature  i {
    font-size:45px;
    display:block
}
.single-feature:hover {
    background-color:#3498DB;
    color:#fff;
}

.single-feature h4 {
    display:inline-block;
}

.single-feature:hover h4 {

}

.effect-two {
    display:none;
}

.single-feature:hover .effect-two {
    display:block
}

.single-feature:hover .effect-one {
    display:none;
}


/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
    position:relative
}

#our-team {
    background-color:#f6f6f6;
    color:#fff;
    overflow:hidden;
}


#our-team h2 {
    color:#333;
}


#our-team  .title-content {	
    color: #333;		
    margin-bottom:40px;
}

#our-team .team-members {
    padding:0;
    margin-top:55px;
    display:block;
    overflow:hidden
}

.single-member {
    background-color: #F6F6F6;
    border-color: #333333 #FFFFFF ;
    border-style: solid;
    border-width: 10px 2px;
    color: #333333;
    height: auto;
    overflow: hidden;
    padding: 25px;
    text-align: center;
    opacity:.9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-member:hover {	
    opacity:1;
}

.single-member img {
    width:100%
}

.single-member h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight:600;
}

.single-member  h4 {
    color:#3498DB;
    font-size:16px
}

#our-team .socials i {
    background-color:#fff;
    border-radius: 50%;
    color: #43484E;
    display: inline-block;
    font-size:16px;
    height: 30px;
    line-height:28px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    border-width:1px;
    border-color:#43484E;
    border-style: solid;
    opacity:.5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
    opacity:1;
    color:#fff;
    border:0
}

#our-team .socials a .fa-facebook:hover {
    background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
    background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
    background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
    background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
    background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
    background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
    background:#7A797B
}

.member-left, .member-right {
    background:#333333;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 35px;
    height: 45px;
    line-height: 40px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 45px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.member-left {
    left: -7%;
    top: 44%;
}

.member-right {
    right: -7%;
    top: 44%;
}

.member-left:hover, 
.member-right:hover, 
.member-left:focus, 
.member-right:focus {
    color:#ddd;
    opacity:1
}

/*======================
======Portfolio CSS=====
========================*/

#portfolio {
    background-color: #FFFFFF;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 110px;
}

#portfolio .container-fluid {
    overflow:hidden
}

#portfolio .title-one {
    color:#333;
    margin-top:0;
}

#portfolio .title-content {	
    color: #333;
    margin-bottom:65px;
}

#portfolio 
.portfolio-filter {
    margin-bottom:50px;
}

#portfolio 
.portfolio-filter li {
    display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
    border:none;
    color:#fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity:1;
    background-color:#3498DB
}

#portfolio 
.portfolio-filter li a {
    background-color: #333333;
    border:none;
    border-radius: 0;
    color: #F6F6F6;
    font-size: 18px;
    text-transform: capitalize;
}

.portfolio-items 
.portfolio-item {
    padding:0;
}

.portfolio-items img{
    width:100%;
    display: block;
    position: relative;
}

.view {  
    cursor: default;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width:100%;
}


.view .mask, .view .content {
    height:100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width:100%;
}

.mask i {
    border: 4px solid #F6F6F6;
    color: #F6F6F6;
    font-size: 24px;
    margin-left:150px;
    margin-top: 22%;
    padding: 20px;
    text-align: center;
}

.mask i:hover{
    background-color:#3498DB;
    color:#fff;  
    border-radius:50%;
}



/*====================
======Clients CSS=====
======================*/

#clients{
    background-image: url("../images/clients/client-bg.jpg");
    background-color:#191919;
}

#clients h2 {
    margin-top:0;
    color:#f6f6f6
}

#clients .title-content {
    color: #f6f6f6;	
    margin-bottom:20px;
}

.single-client p {
    color: #f6f6f6;	
}

#clients-carousel  {
    margin-top:45px;
    text-align:center;
}

#clients-carousel 
.carousel-inner {
    display:inline-block;
    width:60%
}

.carousel-inner blockquote {
    border-left: 0 none;
    margin:15px;
    padding:0;
    text-align: left;
}

.carousel-inner blockquote p {
    font-size:17px;

}

#clients-carousel 
.carousel-inner img {
    padding-right:10px
}

#clients-carousel 
.carousel-indicators {
    top: 100%;
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    width: 100px;
}

#clients-carousel .item {
    background:#43484E
}

#clients-carousel 
.carousel-indicators li{
    background-color:#fff;
    border-color:#fff;
}

#clients-carousel 
.carousel-indicators li.active {
    background-color:#3498DB;
    border-color:#3498DB;
}

#clients-carousel 
.carousel-indicators {
    margin-top: 20px;
}

.clients{
    text-align: center;
}

.clients h2 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 0;
}

.clients p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.clients p span{
    color:#3498DB;
}



/*=====================
======News CSS=====
======================*/

#news {
    background-color:#fff;
    overflow:hidden;
}

#news .title-one {
    margin-top:0;
    color:#333;
}

#news .title-content {
    color:#333;
}

.single-news {
    margin-bottom: 30px;
    border-width:4px 2px 1px 2px;
    border-color:#fff;
    border-style:solid;
    background-color:#f6f6f6;
    padding:30px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    position:relative;
}

.single-news:hover {
    border-top-color:#333;
    border-left-color:#ddd;
    border-right-color:#ddd;
    border-bottom-color:#ddd;

}

.single-news p {
    font-weight:300;
    font-size:14px;
    text-align:justify
}

.single-news img{
    width:100%;
    margin-bottom:20px
}

.single-news .date, 
.news-image .date {
    background-color:rgb(53,152,219);
    color: #FFFFFF;
    display: block;
    font-weight: 600;
    left: 50px;
    opacity: 0.8;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 159px;
    z-index: 10;
    border-bottom:1px solid #333;
}

.single-news h2 {
    color:#333;
    font-size:22px;
}

.single-news h2{
    margin:0;
    margin-bottom:15px;
}

.single-news ul {
    padding:0;
    overflow:hidden;
}

.single-news ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    font-size: 10px;
    color:#999;
}

.single-news ul li:last-child {
    border:none;
    margin-right:0;
}

.news-content {
    margin-bottom: 25px;
    margin-top: 0;
}

.single-news .btn-primary {
    background-color: #3498DB;
    border-color: #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    text-transform: capitalize;
}

.single-news .btn-primary:hover {
    background-color:#333;
    color:#fff;
    border-color:#fff;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.single-news:hover .btn-primary, 
.single-news:hover .date {
    background-color:#333
}

#news-detail .modal-body {
    padding:30px;
}

#news-detail .modal-body img {
    width:100%;
}

#news-detail .close {
    margin-right: -15px;
    margin-top: -25px;
}


/*============================
======Single News CSS=========
==============================*/

#single-news {
    padding-top:185px;
}

.news-image {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    height: 400px;
    padding: 5px;
    position: relative;
    width: 100%;
}

.news-image img {
    width:100%;
    height:100%;
}

.news-image .date  {
    background-color: #333333;
    bottom: 37px;
    font-size: 20px;
    padding: 15px;
    top: inherit;
}

.entry-meta {
    border-bottom: 1px solid #F6F6F6;
    display: block;
    margin-top: 30px;
    padding: 5px 0;
}

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

.entry-meta ul li {
    display: inline-block;
    font-weight: 300;
    margin-right: 30px;
}

.entry-meta ul li a {
    color: #333333;
    font-size: 18px;
    opacity: 0.7;
}

.entry-meta ul li a:hover {
    color:#3498DB
}

.entry-heading {
    color: #666666;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: capitalize;
}

.main-news {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
}

.rating-area {
    border-top: 1px solid #f1f1f1;
    display: block;
    margin-top: 20px;
    padding: 15px 0;
}

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

.rating-area .social-share {
    margin-left:20px
}

.ratings li {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-right: 5px;
}

.ratings li i {
    color:#3498DB;
}

.comments {
    margin-top:100px
}


.comments h2 {
    border-bottom: 1px solid #F1F1F1;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 50px;
    color:#666;
    padding-bottom:5px;
}

.comments ul li {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 15px;
}

.comments ul li:last-child {
    border-bottom:0;
}


.replay {
    margin-left:15%;
}

.comments .media .pull-left {
    margin-right: 25px;
    padding: 5px;
}


.comments img {
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 1px 0 0 1px #999999;
    -webkit-box-shadow: 1px 0 0 1px #999999;
    height: 125px;
    padding: 5px;
    width: 125px;
}

.comments h3 {
    font-weight:300;
    text-transform:uppercase;
    font-size:20px
}

.comments h4 {
    color:#999;
    font-weight:300;
    font-size:16px
}

.comments .media-body a {
    background-color:#F1F1F1;
    border-color:#F0F0F0 #F0F0F0 #999999 #F0F0F0;
    border-width:1px 1px 2px 1px;
    border-style:solid;
    color: #999999;
    margin-top: 15px;
    padding: 5px 15px;

}

.comments .media-body a:hover, 
.comments .media-body a:focus {
    text-decoration:none;
    border-bottom:2px solid #3498DB;
    color:#3498DB;
}

.replay-box {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin-top: 75px;
    padding: 15px 30px;
}

.replay-box h2 {
    color: #555555;
    margin-bottom: 20px;
}

.comment .form-control:focus {
    box-shadow:none;
    -webkit-box-shadow:none;
}

.replay-box .btn-primary {
    background-color: #3498DB;
    border:none;
    border-radius: 0;
    height: 45px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 15%;
    font-size:17px;
}

.widget.search .search_box {
    height: 45px;
    position: relative;
    border-radius:0;
}

.widget.search {
    background-color: rgba(0, 0, 0, 0);
    border:0;
}

.widget.search .btn-search {
    background-color: rgba(0, 0, 0, 0);
    color: #999999;
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 2px;
}

.widget.search .form-control:focus {
    border-color: #3498DB;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.widget {
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
    margin-bottom:30px;
}

.widget h3 {
    background-color: #333333;
    color: #FFFFFF;
    margin-top: 0;
    padding: 10px 15px;
    margin-bottom:0;
}

.widget p {
    padding:15px;
}

.tag-cloud {
    list-style:none;
    padding:20px 13px 0 20px;
}

.tag-cloud li {
    display: inline-block;
    margin-right: 7px;
}


.widget .tag-cloud li a {
    color:#fff;
    border:none;
    border-radius:0;
}

.widget .tag-cloud li a:hover {
    background-color:#333;
    color:#fff;
}

.tag-cloud .btn-primary {
    margin-bottom:10px;
}

.widget  i {
    margin-right:5px;
}

.widget li a {
    color:#3498DB
}

.widget li a:hover {
    color:#333;
}

/*====================
======Contact CSS=====
======================*/

#contact {
    overflow:hidden;
    border-top:2px solid #ddd;
    background-color:#444;
    padding:0;
}

#contact .contact-heading {
    position: relative;
    z-index: 10;
}

.contact-heading  .title-one {
    margin-top:0;
}

#map {
    border-bottom:2px solid #DDDDDD;
    position: relative;
}

#gmap {
    height:500px
}

.map-address {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 3px 3px 0 #333333;
    -webkit-box-shadow: 1px 3px 3px 0 #333333;
    color: #333333;
    left: 52%;
    position: absolute;
    text-align: center;
    top: 33%;
    width: 20%;
}

.map-address:before{
    border-color: transparent #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 20px;
    content: " ";
    height: 0;
    left: -40px;
    position: absolute;
    top: 50px;
    width: 0;
    z-index: 1;
}


#contact-details {		
    background-image:url(../images/contact-bg.jpg);	
    background-color: #333;
}

#contact-details .row {
    position:relative;
    z-index:10;
}

#contact-details .container-fluid {
    overflow:hidden;
    position:relative;
    padding:100px;
}

#contact-details .title-content {
    color:#f6f6f6;
}

.pattern {
    height:100%;
    position:absolute;
    width:100%;
    z-index:1;
    left:0;
    bottom:0;
    background-image:url(../images/pattern.png);
    background-repeat:repeat;
    opacity:0.2;
}

.contact-text {
    display:table;
    overflow:hidden;
}

.contact-address {
    background-color: #FFFFFF;
    display: table-cell;
    height: 390px;
    vertical-align: middle;
    width: 100%;
}

.contact-address .social-icons a i {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    padding:0 10px;
}

.social-icons a {
    color: #A2A2A2;
    font-size: 20px;
    padding: 0;
}


.social-icons .fa-facebook:hover {
    color: #3B5997;
}

.social-icons .fa-twitter:hover {
    color:#29C5F6
}

.social-icons .fa-dribbble:hover {
    color:#FF5C93
}

.social-icons .fa-linkedin:hover {
    color:#006DC0;
}

.social-icons .fa-google-plus:hover {
    color:#D13D2F;
}

.contact-address .social-icons, 
.contact-address address {
    z-index:2;
    position:relative
}

.contact-address  p {
    font-weight:800;
    font-size:24px
}

.map-address span, 
.contact-address  p span {
    color:#3498DB;	
    font-weight:800;
}

#contact-form-section {	
    padding:35px;
    background-color: #FFF; 
    height:390px;
}

#contact-form-section .btn-primary {
    background-color:#3498DB;
    border-color:#f6f6f6;
    border-radius:0;
    padding:10px 35px;
    text-transform:uppercase;
    font-weight:800;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
    background-color:#43484E
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary  {
    position:relative;
    z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field  {
    width:49%;
}

#contact-form .name-field {
    margin-right:2%;	
    float:left
}

#contact-form .mail-field {

}

#contact-form-section .form-control {
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

#contact-form-section textarea {
    resize:none;
}

#contact-form-section .form-control:focus {
    border-color: #3498DB;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}


/*====================
======Footer CSS=====
======================*/

#footer {
    background-color:rgba(255, 255, 255, 0.97);
    padding:25px 0;
    color:#333;
    font-size:16px;
    position:relative;
    border-top:1px solid #ddd;
}

#footer p {
    margin: 0;
}

#footer a {
    color:#3498DB;
}


#toTop {
    background:#333333;
    bottom: 15px;
    box-shadow: 0 1px 0 0 #999999;
    -webkit-box-shadow: 0 1px 0 0 #999999;
    display: block;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    padding: 0 12px;
    position: absolute;
    right: 15px;
    width: 40px;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
#toTop:hover {
    opacity:1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#toTop i {
    color: #FFFFFF;
    font-size: 25px;
}


/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .next,
.carousel.scale .carousel-inner > .prev,
.carousel.scale .carousel-inner > .next.left,
.carousel.scale .carousel-inner > .prev.right,
.carousel.scale .carousel-inner > .active.left,
.carousel.scale .carousel-inner > .active.right {
    left: 0;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
    -webkit-animation: fadeOutDown 300ms linear 0ms both;
    animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
    -webkit-animation: fadeInDown 300ms linear 75ms both;
    animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
    -webkit-animation: fadeOutDown 300ms linear 75ms both;
    animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
    -webkit-animation: fadeInDown 300ms linear 150ms both;
    animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
    -webkit-animation: fadeOutDown 300ms linear 150ms both;
    animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
    -webkit-animation: fadeInDown 300ms linear 225ms both;
    animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
    -webkit-animation: fadeOutDown 300ms linear 225ms both;
    animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** 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 */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -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;
}

.efffect .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: zoom-in;
    background-color: #000;
}

.mask a i {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
    -webkit-transition:all 0.5s linear 0.1s;
    -moz-transition: all 0.5s linear 0.1s;
    -o-transition:all 0.5s linear 0.1s;
    -ms-transition:all 0.5s linear 0.1s;
    transition:all 0.5s linear 0.1s;
}
.efffect: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=0)";
    filter: alpha(opacity=50);
    opacity:0.5;
}
.efffect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=70);
    opacity:0.7;
}
.efffect:hover a i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;   
    margin-left:8px;
}


#main-slider img {
    width:100%;
}