/*=================================
||          Index 
==================================*/

/*================================= 1. font import  ===========================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*@import url(http://fonts.googleapis.com/css?family=Slabo+27px);*/

/*==================================  2. Global  ========================================*/

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    /* font-family: 'Open Sans', sans-serif; */
    position: relative;
    font: normal 13px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 22px;
}
.breadcrumb {
    background-color: transparent;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #2596be;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #2596be;
    font-family: "Ionicons";
    content: "\f125";
}

blockquote footer {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.1 Button   =-=-=-=-==-=-==-====-==-=- */
.productbtn {
    background-color: #2596be;
    border: 1px solid #989494;
    font-weight: 600;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.productbtn:hover{
    background-color: #3e3c3c;
}
.btn {
    background-color: #2596be;
    border: 1px solid #989494;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.btn:hover{
    background-color: #3e3c3c;
}
.btn-black-border:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-red-border {
    border: 1px solid #2596be;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn-red-border:hover {
    background-color: #fff;
    color: #2596be;
}

.btn-white-border {
    border: 1px solid #feffff;
    color: #feffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
    background-color: #ffffff;
    color: #d8231d;
}
#portfolio .btn-default{
    padding: 7px 20px;
}
#portfolio .btn-default.active{
    background-color: #ffa700;
}
#portfolio .btn-default:hover {
    background-color: #2596be;
    border: 1px solid #2596be;
    color: #fff;
}

#portfolio .btn-default:focus {
    outline: none;
    background-color: #ffa700;
    border: 1px solid #edeeea;
    color: #fff;
}

#portfolio .btn-default:active {
    outline: none;
    background-color: #ffa700;
    border: 1px solid #edeeea;
    color: #fff;
}
.call-to-action .btn {
    margin-top: 15px;
}

.section-heading-btn {
    position: absolute;
    right: 15px;
    top: 19px;
}

.blog-btn {
    width: 100%;
    border: 1px solid #000000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-btn:hover {
    border: 1px solid #2596be;
    color: #2596be;
}

.submit-btn {
    background-color: #2596be;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.2 Navbar   =-=-=-=-==-=-==-====-==-=- */

#mainNavigation {
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 1px 10px #969595;
    border-bottom: 3px solid #2596be;
}

.navbar-nav li a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #555;
    margin: 17px 8px;
    padding: 12px 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color:#2596be;
}

.nav>li.active>a {
    background-color: transparent;
    color: #2596be;
}

/*.navbar-nav li.active a{
    border-bottom: 1px solid #ffffff;
}*/

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}

.navbar-brand {
    height: 80px;
}

.logo {
max-width: 107px;
    height: auto;
}

.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-toggle {
    border-color: #CECECE;
}

.navbar-toggle {
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #B9B9B9;
}

.nav-tabs {
    margin-right: 2px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    color: #969595;
    margin: 0px;
    padding: 10px 22px;
}

.tab-content {
    border: 1px solid #dadada;
    border-top-color: transparent;
    margin-right: 3px;
    padding: 20px;
}
.dropdown-menu{
    top: 77%;
    min-width: fit-content;
    padding: 0px 0;
}
.dropdown-menu li a{
    margin: 5px 5px;
    padding: 10px 12px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>a>.caret {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    margin-top: -2px;
    right: 8px;
    top: 50%;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 4px 4px;
} 
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding: 6px 16px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
        -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
         -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
}

::-webkit-input-placeholder {
   color: #969595;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595;  
}

:-ms-input-placeholder {  
   color: #969595;  
}

textarea {
    margin-bottom: 20px;
}

.input-group-addon {
    border-radius: 0;
    border: 1px solid #2596be;
    background-color: #2596be;
    color: #fff;
}

/*=-=-=-=-=-==-=-=-=-=-=-=-=  common properties  =-=-=-==-=-=-==-=-=-=-=-=-=-=*/

.dark-bg {
    background-color: #f3f3f3;
    color: #444;
}

.dark-bg h2{
    color: #333;
}
.dark-bg h3 {
    color:#fff;
}

.dark-bg h2 span {
    color: #d4d4d4;
}

.light-gray-bg {
    background-color: #feffff;
}

.dark-gray-bg {
    background-color: #f1f0f0;
}

.light-skyblue-bg {
    background-color: #eef9fd;
}

.dark-skyblue-bg {
    background-color: #8fdaf5;
}
/* =-=-=-=--=-=-==-=-=-=-=-  Typography   =-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/

a {
    color: #E8DDBD;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
}

hr {
    border-top: 2px solid #ffffff;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.9 Section-spacing   =-=-=-=-==-=-==-====-==-=- */

section {
    padding: 75px 0px;
}

.section-title h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.section-title h2::after {
    border: 1px solid #2596be;
    bottom: -5px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50%;
}
.section-title h2 span {
    font-size: 20px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 20%;
}

/*================================================================
                            Home
==================================================================*/

/*------------------------------  header -----------------------------*/

#home-page .header-wrapper .carousel-inner{
    box-shadow: 0px 1px 10px #969595;
}

#home-page .header-wrapper .header-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.24);
    /*display: table-cell;*/
    text-align: center;
    vertical-align: middle; 
}
#home-page .header-wrapper .header-wrapper-inner .banner {
    margin-top: 5em;
    padding: 100px 0px;
    background-image: url(../img/hanger-banner.png);
    height: 250px; 
}
#home-page .header-wrapper .header-wrapper-inner .banner h1 {
    background-color: #2596be8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .banner1 {
    margin-top: 5em;
    padding: 100px 0px;
    background-image: url(../img/chemicals-banner.png);
    height: 250px;
}
#home-page .header-wrapper .header-wrapper-inner .banner1 h1 {
    background-color: #2596be8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .banner2 {
    margin-top: 5em;
    padding: 100px 0px;
    background-image: url(../img/videofy-bg.png);
    height: 270px;
}
#home-page .header-wrapper .header-wrapper-inner .banner2 h1 {
    background-color: #2596be8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .banner3 {
    margin-top: 5em;
    padding: 100px 0px;
    background-image: url(../img/consult-bg.png);
    height: 270px;
}
#home-page .header-wrapper .header-wrapper-inner .banner3 h1 {
    background-color: #2596be8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 40%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .intro {
    margin-top: 6em;
    padding: 40px 0px;
}

#home-page .header-wrapper .header-wrapper-inner .intro h1 {
    background-color: #2596be8a;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 10px;
    letter-spacing: 2px;
    width: 60%;
    font-size: 25px;
}
#home-page .header-wrapper .header-wrapper-inner .intro h3 {
    background-color: #2596be;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 3.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 30%; 
}
#home-page .header-wrapper .header-wrapper-inner .intro span {
   font-size: 14px;
   line-height: 19px; 
   font-style: italic; 
}
/*-------------------------------  About -----------------------------*/

.about-info {
    margin-bottom: 25px;
    text-align: justify;
}
.about-info h2{
    font-size: 22px;
}

.about-info1 h2{
     font-size: 22px;
}

.about-service {
    margin-bottom: 15px;
    background: #ebefef;
    padding: 15px;
    text-align: justify;
}
.about-service:hover {
    box-shadow: 0px 1px 11px 2px rgb(12, 114, 155);
    border-color: rgba(223,225,229,0);
}
.about-service h2{
    font-size: 22px;
    margin-top: 0px;
    border-bottom: 1px solid #2596be;
}
.about-service img{
    height: 155px;
}
.about-service tr th{
    padding-bottom: 10px;
}
.about-content {
    margin-bottom: 1.0em;
    border: 1px solid #2596be;
    border-radius: 10px;
    width: 100%;
}
.about-content1 {
    margin-bottom: 1.0em;
    border: 1px solid #f98918;
    border-radius: 10px;
    width: 100%;
}
.about-content1 .about-icon {
    background-color: #f98918;
}
.about-content2 {
    margin-bottom: 1.0em;
    border: 1px solid #c51fc0;
    border-radius: 10px;
    width: 100%;
}
.about-content2 .about-icon {
    background-color: #c51fc0;
}
.about-content3 {
    margin-bottom: 1.0em;
    border: 1px solid #2596be;
    border-radius: 10px;
    width: 100%;
}
.about-content h3{
    font-size: 15px;
    font-weight: 600;
}

.about-icon {
    background-color: #2596be;
    border: 1px solid transparent;
    color: #f1f0f0;
    font-size: 30px;
    height: 38px;
    width: 100%;
    padding-top: 3px;
    padding-left: 30px;
    border-radius: 10px;
}

.about-heading {
    margin-top: 7px;
    float: right;
    padding-right: 30px;
}

.about-description {
    padding: 6px 8px;
    text-align: center;
    /* letter-spacing: 0.6px; */
}
.about-service ul li::before {
  content: "\2022";
  color: #2596be;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  font-size: 136%;
  margin-left: -1em;
}
.about-process .col-md-4{
    width: 370px;
    float: left;
}
.fa-check {
    color: #2596be;
    padding-right: 5px;
    font-size: 12px;
}
.single-services ul{
    padding-left: 0px;
}
.single-services li{
    margin-bottom: 6px;
}
.single-services h2{
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #2596be;
    width: 142px;
    height: 18px;
}
.about-process h4{
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #2596be;
    width: 100%;
    height: 18px;
}
.about-process .arrow{
    float: left;
    font-size: 30px;
    margin: 85px 0px;
    color: #2596be;
    /* width: 52px;
    height: 37px;
    margin: 85px 10px 0 10px;
    background-image: url(../img/arrow.png); */
}
/*====================================  Portfolio =====================================*/

.portfolio-filter
{
    padding-bottom: 10px;
}
.portfolio-filter .btn {
    color: #fff;
    border-radius: unset;
}
/*====================================  Testimonial =================================*/

#team img {
    padding: 10px;
    border-radius: 50%;
}

#client-speech .item {
    padding: 0px 100px;
}

.client-text {
    padding: 50px 0px;
}
.client-text h2{
    font-size: 22px;
    border-bottom: 1px solid #2596be;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #555;
}
.client-text p{
    text-align: justify;
    letter-spacing: 1.4px;
    color: #5c5c5d;
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    position: absolute;
    font-size: 65px;
    opacity: 1;
    margin: 0px;
    color: #2596be;
    top: 40%;
    line-height: 40px;
}

.owl-prev {
    left: 0;
    font-family: "Ionicons";
}

.owl-prev:before {
    content: "\f3cf";
}

.owl-next {
    right: 0;
    font-family: "Ionicons";
}

.owl-next:before {
    content: "\f3d1";
}

/*=====================================  Service  ===================================*/

.service-content {
    background-color: #f1f0f0;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 50px 0px;
    text-align: center;
}

.service-content i {
    height: 60px;
    width: 60px;
    background-color: #2596be;
    font-size: 30px;
    color: #f1f0f0;
    padding: 15px 0px;
}


/*===========================  call to action ===================================*/

.call-to-action {
    background-color: #2596be;
    color: #ffffff;
    padding: 35px 0px;
}

/*=================================== pricing ======================================*/

.price-catagory {
    padding-left: 0px;
    padding-right: 0px;
}

.price-box {
    padding: 30px;
    border: 1px solid #dedede;
    color: #969595;
    height: 480px;
}

.price-box p {
    font-size: 14px;
    line-height: 22px;
}

.price-box .pricing-catagory-name {
    color: #2596be;
    font-size: 22px;
    margin-bottom: 25px;
}

.price-box p span.price {
    font-size: 45px;
    color: #000000;
}

.price-box p:nth-child(2) {
    color: #000000;
}

.price-box ul {
    padding: 0;
    margin: 0;
}

.price-box ul li {
    list-style: none;
    padding: 3px 0px;
}

.price-box ul li i {
    color: #2596be;
    font-size: 18px;
    margin-right: 12px;

}

.price-box .btn {
    position: absolute;
    bottom: 30px;
    text-transform: capitalize;
}

.price-catagory:hover {
    background-color: #f1f0f0;
}

.price-catagory:hover .price-box .btn {
    color: #2596be;
    border: 1px solid #2596be;
}

.price-box .btn:hover {
    background-color: #2596be;
    color: #ffffff !important;
}

/*================================  Blog  ==========================================*/

#blog h4 {
    color: #544C4C;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

#blog h4:hover {
    color: #000000;
}

#blog p {
    margin-top: 10px;
    color: #6F6F6F;
}

#blog .blog-content span {
    text-transform: uppercase;
    font-size: 12px;
}

#blog .blog-content .btn {
    margin-top: 15px;
}


/*===========================================================================
                10.2 Single blog page
===========================================================================*/

#singleBlogPage .page-head {
    background: url(../img/single_blog_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

#singleBlogPage .page-head .header-wrapper {
    position: relative;
    padding: 25px 0px;
}

.article-summary {
    margin: 40px 0px;
}

.article-summary p span {
    color: #000000;
    font-size: 50px;
    position: absolute;
    margin: 20px 0px 20px -50px;
}

.article-conclusion {
    margin-top: 1.3em;
}

.article-conclusion strong {
    color: #000000;
}

.article-conclusion strong em {
    font-weight: 600;
}

.article-conclusion a {
    color: red;
}

.single-blog-page-button {
    margin: 30px 0px;
}

.about-author {
    border: 1px solid #f1f1f1;
    padding: 12px;
    border-bottom-color: transparent;
}

.about-author p {
    margin: 15px 0px 10px -15px;
}

.about-author p strong {
    color: #000000;
    font-size: 1.333em;
    font-weight: 400;
}

.author-name {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 7px;
}

.author-contact {
    border: 1px solid #f1f1f1;      
    padding: 10px;
}

.author-contact p {
    margin: 7px;
}

.author-contact p span {
    margin-right: 5px;
}

.author-contact-button li {
    background-color: #f1f1f1;
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 12px;
    margin-right: 5px;
}

.author-contact-button li:nth-child(2) {
    padding-left: 18px;
}

.author-contact-button li a i {
    font-size: 17px;
    color: #969595;
}

.author-contact-button li:hover {
    background-color: #2596be;
}

.author-contact-button li:hover a i {
    color: #ffffff;
}

.comments h3 {
    margin-bottom: 20px;
}

.btn-clipboard {
    position:absolute;
    top:0;
    right:0;
    z-index:10;
    display:block;
    padding:5px 8px;
    font-size:12px;
    color:#969595;
    cursor:pointer;
    background-color:#fff;
    border:1px solid #f1f1f1;
}

.btn-clipboard:hover {
    color:#969595;
    background-color:#f1f1f1;
}

.cmnt-clipboard {
    display: block;
    position: relative;
}

.well {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
}

.comment-info {
    margin-top: 5px;
}

.comment-info strong {
    color: #000000;
    font-size: 15px;
}

.comment-info span {
    font-size: 11px;
    margin-left: 5px;
    text-transform: uppercase;
}

.comment-post h3 {
    margin-bottom: 20px;
}

.comment-post button {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .about-author {
        padding: 30px;
    }
}

/*-----------------------------  10.3 sidebar ------------------------------------*/

aside h4 {
    margin: 2.414em 0 0.5em;
}



/*------------------------------
            faq
--------------------------------*/

.topics {
    margin-top: 15px;
}

.faq-t {
    line-height: 2.2em;
    color: gray;  
    float: right; 
    font-weight: 700; 
    padding-right: 0.62em; 
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-o {
    color: #000;
    margin-top: -5px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-q {
    background-color: #f9f9f9;
    border: 1px solid transparent;
    color: #969595;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 12px;
    
}

.faq-q:hover {
    background-color: #ffffff;
    border: 1px solid #2596be;
    color: #000000;
}

.faq-a {
    background-color: #ffffff;
    clear: both;
    color: #969595;
    display: none;
    padding: 12px;
}

/*----------------------------------
        popular tags
-----------------------------------*/

aside .tag-widget .tags a {
    border: 1px solid #dadada;
    border-radius: 25px;
    color: #969595;
    display: inline-block;
    line-height: 22px;
    font-size: 11px;
    margin: 5px 0px;
    padding: 0px 10px;
    text-transform: uppercase;
}

aside .tag-widget .tags a:hover {
    background-color: #2596be;
    border: 1px solid #2596be;
    color: #ffffff;
}

/*--------------------------------------------
            archives
--------------------------------------------*/

.archive-widget .archives 
{
    padding-left: 0;
    list-style: none;
}
.archive-widget .archives li 
{
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
}

.archive-widget .archives li a {
    margin-left: 25px;
    font-size: 12px;
    color: #969595;
}

.archive-widget .archives li:before 
{
    color: #969595;
    content: "\f10a";
    font-family: "Ionicons";
    position: absolute;
    left: 5px;
    font-size: 11px;
}

.archive-widget .archives li:hover a {
    color: #000000;
}
/*=================================  client  =====================================*/
#clients {
    background-image: url(../img/bg.jpg);
    background-color: rgba(0, 0, 0, 0.55);
    background-blend-mode: color-burn;
    background-attachment: fixed;
    background-size: cover;
}
#clients .section-title h2{
    color: #fff;
}
.trusted-clients img{
    width: 100%;
    height: 170px;
    padding: 10px;  
    border: 1px solid #eaece3; 
    border-radius: 10px; 
    background-color: #fff; 
    box-shadow: 0px 0px 4px 4px #eaece3;
}
#exampleSlider .MS-controls button{
    top: 75px !important;
}
/*=================================  contact  =====================================*/
#contact p {
    line-height: 25px;
}

#contact p strong {
    letter-spacing: 1px;
    font-weight: 600;
}

#contact h3 {
    margin-bottom: 30px;
}
.copyright p{
    color: #fff;
}
.alert {
    padding: 6px;
    margin-top: -10px;
    margin-bottom: 17px;
}
.btn:focus {
    outline:none !important;
}
#map-canvas {
    width: 100%;
    height: 310px;
}
.contact_detail .content {
    margin-bottom:8px;
    line-height: 23px;
}
.social-icons {
    padding: 0;
}

.social-icons li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 11px;
    margin: 3px 5px 0px 5px;
    border-radius: 50%;
}
.social-icons li:nth-child(1) {
    /* background-color: #afafaf; */
    padding-left: 10px;
}
.social-icons li:nth-child(1):hover {
    background-color: #4571c3;
    padding-left: 10px;
}
.social-icons li:nth-child(2):hover {
    background-color: #00bfd5;
}
.social-icons li:nth-child(3):hover {
    background-color: #1565c0;
}
.social-icons li:nth-child(4):hover {
    background-color: #db2e2e;
}
.social-icons li:nth-child(5):hover {
    background-color: #ff8f00;
}
.social-icons li:nth-child(6):hover {
    background-color: #c62828;
}

.social-icons li a i {
    font-size: 20px;
    color: #fff;
}

/*======================================  footer  =================================*/

footer {
    background-color: #fcf8f8;
    color: #444444;
    font-size: 15px;
}
.footer-top{
    padding-bottom: 0px;
}
.footer-links h4{
    padding-bottom: 5px;
    border-bottom: 1px solid #2596be;
}
footer p {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer p.credit {
    text-align: right;
}
.footer-area-bottom {
    background: #2596be none repeat scroll 0 0;
    padding: 0px 0;
}
.footer-newsletter{
    margin-top: 32px;
    height: 450px;
    box-shadow: 0px 0px 5px 6px #ccc;
    padding-top: 5px;
    background-color: #ece5e5;
}

/*========================================  media query  =============================*/

@media(max-width: 991px) {
    .about-info {
        text-align: justify;
    }

    .blog-content {
        margin-top: 50px;
        text-align: center;
    }
}

@media(max-width: 767px) {

    .section-title h2 span {
        display: block;
        margin-top: 12px;
    }

    #client-speech .item {
        padding: 0px 45px;
    }

    .price-box {
        height: auto;
        text-align: center;
    }

    .price-box .btn {
        position: relative;
        bottom: 0px;
        margin-top: 35px;
    }

    footer p.credit {
        text-align: center;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .header-wrapper .header-wrapper-inner .intro h1 {
        width: 65%;
    }

    .header-wrapper .header-wrapper-inner .intro h3 {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .header-wrapper .header-wrapper-inner .intro h1 {
        width: 95%;
    }

    .header-wrapper .header-wrapper-inner .intro h3 {
        width: 65%;
    }

    .section-title h2 span {
        font-size: 15px;
    }

    .section-heading-btn {
        left: 15px;
        top: 72px;
        width: 117px;
    }
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

.element-item figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.element-item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    height: 260px;
    /* opacity: 1;
    transform: scale(1.15);
    -webkit-transform: scale(1.15); */
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
}

.element-item figure:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    /* opacity: 0.7; */
}
.element-item figure:hover figcaption {
    display: none;
}
.element-item figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.element-item figure figcaption::before,
.element-item figure figcaption::after {
    pointer-events: none;
}

.element-item figure figcaption,
.element-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.element-item figure:hover .hover-info {
    bottom: 0;
    top: 95%;
    position: inherit;
    bottom: -100%;
    padding-top: 20px;
    height: 3.9em;
    width: 100%;
    z-index: 1;
    text-align: center;
    background: #2596be;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.element-item figure .hover-info {
    position: absolute;
    bottom: 0;
    bottom: -100%;
    padding-top: 20px;
    height: 3.9em;
    width: 100%;
    z-index: 1;
    text-align: center;
    background: #2596be;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.element-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.element-item figure h2 {
    /* word-spacing: -0.15em; */
    font-weight: 300;
}

.element-item figure h2 span {
    font-weight: 800;
}

.element-item figure h2,
.element-item figure p {
    margin: 0;
}

.element-item figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-zoe figcaption {
    position: inherit;
    top: 95%;
    bottom: 0;
    padding: 1em;
    height: 3.10em;
    background: #2596be;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

/* figure.effect-zoe h2 {
    float: left;
} */

figure.effect-zoe p.icon-links a {
    float: right;
    color: #ffffff;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    font-size: 20px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 0px;
}
/* figure.effect-zoe figcaption{
    display: block;
} */
figure.effect-zoe figcaption,
figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*------- mystyle --------*/

@media (min-width: 1200px){
.container.compact {
    max-width: 970px;
}
}
.column {
  float: left;
  width: 20%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #eef9fd;
  /*border: 1px solid #2596be;*/
}

.team-container {
  margin-top: -5px;
  padding: 0 15px;
  text-align: center;
}
.team-container h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
.team-container p {
    font-size: 12px;
    line-height: 18px;
}
.team-container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
.team {
    position: relative;
    max-width: 340px;
    height: 285px;
    margin: 0 auto;
    overflow: hidden;
}
.team:hover {
    box-shadow: 0px 1px 11px 2px rgb(12, 114, 155);
    border-color: rgba(223,225,229,0);
}
.team:hover .st-info {
    left: 0;
}
.team .st-info {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding-top: 58%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team .st-info ul.team-social {
    position: relative;
    padding: 8px;
    list-style-type: none;
    margin: 15px auto;
    background-color: #2596bed1;
    color: #fff;
}
.team .st-info ul.team-social li {
    position: relative;
    display: inline-block;
}
.team .st-info ul.team-social li a {
    font-size: 16px;
    background-color: #2596bede;
    color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    margin: 1px;
} 
/* .team .social-icons {
    height: 45px; 
    margin-bottom: 0px;
    margin: 5px 14px 5px 16px;
    background-color: #f2dede;
    text-align: center;
} */
/* ------------- */
.blue-bg{
    background-color: #0ebbe7;
}
.counters .counter {
    position: relative;
    display: block;
    width: 132px;
    height: 132px;
    margin: 30px auto 28px auto;
    background: url(../img/counter.png);
}
.counters .counter .left, .counters .counter .right {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 66px;
    height: 132px;
    overflow: hidden;
}
.counters .counter .right {
    left: 66px;
}
.counters .counter .value {
    position: absolute;
    display: block;
    width: 132px;
    height: 132px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 36px;
    line-height: 132px;
    text-align: center;
    color: #fff;
}
.counters .title {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
cite .by {
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
}
/* mystyle */
.side-fixed-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}
.side-fixed-icons li {
    border-bottom: 1px solid #fff;
}
.side-fixed-icons a {
    display: block;
    padding: 5px;
    background: #2596be;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .4s;
    -webkit-transition: .4s; 
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.side-fixed-icons i {
    font-size: 16px;
    padding: 6px;
}
.side-fixed-icons span {
    display: block;
    font-size: 12px;
}
.viewproduct{
    text-align: center;
    color: #656161;
    font-size: large;
    margin-top: 25px;
}
#portfolioItems .col-md-4{
    padding-right: 10px;
    padding-left: 10px;
}