@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
[Table of contents]

- Body
- Pre-loader
- Top-bar 
- Navigation 
- NAVIGATION HOME-3
- Slider 
- INNER BANNER
- HOME-1
- HOME-2
- HOME-3
- PORTFOLIO # 1
- PORTFOLIO # 2
- SERVICE # 1
- SERVICE # 2
- BLOG-1
- BLOG-2
- ABOUT
- CONTACT-US
- ERROR
- Footer 01
- Footer 02
- MEDIA QURIES
-------------------------------------------------------------------*/
body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
/* ---------------------------------------------------------------------- PRELOADER STARTS ------------------ */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should be a color other than white */
    
    z-index: 9999999;
    /* makes sure it stays on top */
}
#status {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: #FFF;
    height: 36px;
    width: 36px;
    margin-left: -18px;
    margin-top: -18px;
}
/* ---------------------------------------------------------------------- PRELOADER ENDS ------------------ */
/* ---------------------------------------------------------------------- LINK STARTS ------------------ */

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #45ace5;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/* ---------------------------------------------------------------------- LINK ENDS ------------------ */
/* ---------------------------------------------------------------------- TOP-BAR STRATS ------------------ */

.top-bar {
    position: relative;
    background-color: #45ace5;
    left: 0;
    right: 0;
}
.top-bar .contact-details li {
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
}
.top-bar .contact-details li a {
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
    color: #666666;
    padding-right: 25px;
}
.top-bar .contact-details i {
    margin-right: 10px;
}
.top-bar .contact-details li a:hover {
    color: #45ace5;
}
.top-bar .social-list {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.top-bar .social-list li {
    display: inline-block;
    padding-left: 12px;
    padding-top: 10px;
}
.top-bar .social-list li a {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #b3b3b3;
}
.top-bar .social-list li a:hover {
    color: #45ace5;
}
/* ---------------------------------------------------------------------- TOP-BAR ENDS ------------------ */
/* ---------------------------------------------------------------------- NAVIGATION STARTS ------------------ */

.navbar-inverse {
    background-color: #000000;
    border-color: transparent;
    border-bottom: 0px solid #575757;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    margin-top: 26px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 0px solid #575757;
}
.navbar-header {
    padding-bottom: 0px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #575757;
}
.navbar {
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    padding-right: 30px;
    padding-left: 15px;
    margin: 25px 15px;
    font-size: 18px;
    line-height: 20px;
    border-right: 2px solid #e6e6e6;
}
.navbar-brand img {
    width: 166px;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav .angle {
    margin-left: 12px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #4c4c4c;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.navbar-default .navbar-nav .navbar-brand:hover,
.navbar-default .navbar-nav .navbar-brand .active {
    background-color: transparent;
    border-bottom: 0px solid #45ace5;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #4c4c4c;
    background: #ffffff;
}
.navbar-inverse .navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    padding-right: 30px;
    padding-left: 15px;
    margin: 30px 15px;
    font-size: 18px;
    line-height: 20px;
    border-right: 2px solid #292929;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-bottom: 3px solid transparent;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a.active {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav .navbar-brand:hover,
.navbar-inverse .navbar-nav .navbar-brand .active {
    background-color: transparent;
    border-bottom: 0px solid #45ace5;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background: transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #45ace5;
    text-decoration: none;
    background-color: transparent;
}
nav.normal {
    background: #ffffff;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav.normal .nav>li>a {
    padding-top: 35px;
    padding-bottom: 28px;
}
nav.normal .navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav.sticky {
    position: fixed;
    top: 0px;
    background: #ffffff;
    width: 100%;
    z-index: 999999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #dbdbdb;
}
nav.sticky .navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    padding-right: 30px;
    padding-left: 15px;
    margin: 20px 15px;
    font-size: 18px;
    line-height: 20px;
    border-right: 2px solid #e6e6e6;
}
nav.sticky .navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
}
nav.sticky .nav>li>a {
    padding-top: 20px;
    padding-bottom: 18px;
}
.navbar-nav .social ul {
    padding: 0px;
    padding-top: 36px;
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav.sticky .navbar-nav .social ul {
    padding: 0px;
    padding-top: 22px;
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-nav .social ul li {
    display: inline-block;
    float: none;
}
.navbar-nav .social ul li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #4c4c4c;
    text-transform: uppercase;
}
.navbar-nav .social ul li a:hover {
    color: #45ace5;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.line {
    padding-top: 10px;
    padding-left: 30px;
    margin: 0px;
    border-right: 2px solid #e6e6e6;
}

/* ---------------------------------------------------------------------- NAVIGATION ENDS ------------------ */

.searchlink {
    display: block;
    position: relative;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    line-height: 40px;
    margin-left: 15px;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    border-bottom: 1px solid #666666;
    width: 200px;
    text-align: right;
    margin-top: 20px;
}
nav.sticky .searchlink {
    display: block;
    position: relative;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    height: 70px;
    line-height: 70px;
    margin-left: 15px;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
        margin-top:0px;
}
nav.sticky .searchform {
    display: none;
    position: absolute;
    width: 200px;
    height: 50px;
    line-height: 30px;
    top: 12px;
    right: -25px;
    padding: 0 15px;
    cursor: default;
    z-index: 10;
}
.searchlink:hover,
.searchlink.open {
    color: #ccc;
}
.searchlink.open > .searchform {
    display: block;
}
/** search field **/

.searchform {
    display: none;
    position: absolute;
    width: 200px;
    height: 50px;
    line-height: 30px;
    top: 20px;
    right: -25px;
    padding: 0 15px;
    cursor: default;
    z-index: 10;
}
.searchform:hover i {
    color: #000;
}
.searchlink.open .searchform {
    display: block;
}
#search {
    display: block;
    position: relative;
    font-size: 16px;
}
#s {
    width: 100%;
    border: 0;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #333;
    margin-top: 30px;
}
input:focus {
    outline: none!important;
}
.sbtn {
    display: block;
    position: absolute;
    right: 10px;
    top:25px;
    background: none;
    border: none;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}
/* ---------------------------------------------------------------------- NAVIGATION STARTS HOME-3 ------------------ */

.nav-3 {
    background-color: #141414;
}
.nav-3 .navigation {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
}
.nav-3 .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #333333;
}
.nav-3 .navbar-default .navbar-collapse,
.nav-3 .navbar-default .navbar-form {
    border-color: #575757;
}
.nav-3 .navbar {
    border-radius: 0px;
}
.nav-3 .navbar .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 30px;
}
.nav-3 .navbar-nav-1 {
    width: 100%;
    padding-top: 20px;
}
.nav-3 .navbar-nav-1 > li {
    float: none;
    display: inline-block;
}
.nav-3 .navbar-default .navbar-nav-1>li>a {
    font-size: 13px;
    color: #cccccc;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.nav-3 .nav>li>a {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-top: 15px;
    line-height: 30px;
}
.nav-3 .nav .angle {
    margin-left: 20px;
}
.nav-3 .navbar-default .navbar-nav-1>li>a:hover,
.nav-3 .navbar-default .navbar-nav-1>li>a.active {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.nav-3 .navbar-default .navbar-nav-1 .navbar-brand:hover,
.nav-3 .navbar-default .navbar-nav-1 .navbar-brand .active {
    background-color: transparent;
    border-bottom: 0px solid #45ace5;
}
.nav-3 .navbar-default .navbar-nav-1>.active>a,
.nav-3 .navbar-default .navbar-nav-1>.active>a:focus,
.nav-3 .navbar-default .navbar-nav-1>.active>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.nav-3 .navbar-default .navbar-nav-1>.open>a,
.nav-3 .navbar-default .navbar-nav-1>.open>a:focus,
.nav-3 .navbar-default .navbar-nav-1>.open>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #45ace5;
    padding-bottom: 0px;
}
.nav-3 .navbar-default .navbar-nav-1>li>a:focus {
    color: #4c4c4c;
    background: #ffffff;
}
.nav-3 .dropdown-menu>li>a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
}
.nav-3 .dropdown-menu>li>a:focus,
.nav-3 .dropdown-menu>li>a:hover {
    color: #45ace5;
    text-decoration: none;
    background-color: transparent;
}
.nav-3 .navbar-nav-1 .social ul {
    padding: 0px;
    padding-top: 17px;
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-3 .navbar-nav-1 .social ul li {
    display: inline-block;
    float: none;
}
.nav-3 .navbar-nav-1 .social ul li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    text-transform: uppercase;
}
.nav-3 .navbar-nav-1 .social ul li a:hover {
    color: #45ace5;
}
.nav-3 .line {
    padding-top: 10px;
    padding-left: 30px;
    margin: 0px;
    margin-bottom: 0px;
    border-right: 1px solid #333333;
}
/* ---------------------------------------------------------------------- NAVIGATION ENDS HOME-3 ------------------ */
/* ---------------------------------------------------------------------- SLIDER STARTS ------------------ */

.slider .c-align {
    text-align: center!important;
}
.slider .l-align {
    text-align: left!important;
}
.flexslider#slider {
    margin-top: 50px!important;
}
.flexslider#carousel {
    margin-top: 10px!important;
    margin-bottom: 60px!important;
}
.flexslider#carousel img {
    opacity: 0.7;
}
.flexslider#carousel .flex-active-slide {
    opacity: 1;
    cursor: default;
    border-bottom: 6px solid #45ace5;
}
.flexslider#carousel .flex-active-slide img {
    opacity: 1;
}
/* ---------------------------------------------------------------------- SLIDER ENDS ------------------ */
/*-----------------------------------------------------------INNER BANNER STARTS-------------------------------------------------------*/

.inner-banner-style .info {
    padding-top: 40px;
    padding-bottom: 50px;
}
.inner-banner-style .info h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.inner-banner-style .breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-transform: uppercase;
}
.inner-banner-style .breadcrumb>li a {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #808080;
    font-family: 'Open Sans', sans-seirf;
}
.inner-banner-style .breadcrumb>.active {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #808080;
    font-family: 'Open Sans', sans-seirf;
}
.banner-img-01 {
    background-attachment: auto;
    background-image: url(../images/banners/service1.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
/*---- INNER BANNER ENDS--------------------------------------------*/
/* ---------------------------------------------------------------------- HOME-1 STARTS  ------------------ */
/* --------------------------------------------------------------CONTENT STARTS --------------------------- */

.content h2{
    margin-top: 35px;
    margin-bottom: 20px;
    color:#3f3f3f;
    font-style: normal;
    font-weight: 400;       
}

/***about p tag***/
.content-p{
    margin-bottom: 25px;
}

.content-blog{
    margin:50px 0;
    border:2px solid #45ace5;
    padding:30px 0;
    font-size:20px;
    box-shadow: 5px 10px #000;
}

/* --------------------------------------------------------------CONTENT ENDS --------------------------- */
/* ---------------------------------------------------------------------- FEATURE STARTS ------------------ */

.feature {
    padding-bottom: 60px;
    padding-top: 50px;
}
.feature .head {
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3f3f;
    padding-bottom: 40px;
}
.feature .sub-head {
    font-family: 'Rubik', sans-seirf;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3f3f3f;
    padding-top: 30px;
}
.feature .detail {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-top: 12px;
    padding-bottom: 50px;
}
/* ---------------------------------------------------------------------- FEATURE ENDS ---------- */
/* ---------------------------------------------------------------------- TESTIMONIALS STARTS ---------- */

.testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonials-carousel {
    padding-top: 40px;
}
.testimonials-carousel .block {
    text-align: center;
    padding-bottom: 10px;
}
.testimonials-carousel .block .description {
    font-size: 18px;
    color: #7f7f7f;
    font-family: 'Open Sans', sans-seirf;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}
.testimonials-carousel .block .info {
    text-align: center;
}
.testimonials-carousel .block .info .pic {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.testimonials-carousel .block .name {
    font-size: 16px;
    font-family: 'Rubik', sans-seirf;
    color: #3f3f3f;
    font-weight: 700;
    padding-top: 30px;
    vertical-align: top;
    display: inline-block;
}
.testimonials-carousel .block .position {
    font-size: 14px;
    font-family: 'Open Sans', sans-seirf;
    color: #a3a3a3;
    vertical-align: top;
}
/* ---------------------------------------------------------------------- TESTIMONIALS ENDS ---------- */
/* ---------------------------------------------------------------------- PROJECTS-GALLERY STARTS ---------- */

.project {
    padding-left: 0px;
    padding-right: 0px;
}
.pictures .project {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.projects {
    background-color: #212124;
    padding-top: 90px;
    padding-bottom: 120px;
}
.projects .heading {
    color: #ffffff;
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.projects .slide i {
    color: #ffffff;
    padding-top: 8px;
}
.tab-style-01 .nav>li>a {
    padding: 0px;
    position: relative;
    display: block;
}
.tab-style-01 .nav-justified {
    width: 40%;
}
.tab-style-01 .nav>li .caption,
.tab-style-01 .nav>li>a .caption {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: 'Rubik', sans-seirf;
}
.tab-style-01 .nav>li a {
    margin-top: 0px;
}
.tab-style-01 .nav>li.active .caption,
.tab-style-01 .nav>li>a:focus .caption,
.tab-style-01 .nav>li>a:hover .caption {
    background-color: transparent;
    border-top: 4px solid #45ace5;
    width: 50%;
}
.tab-style-01 .nav>li>a:hover {
    /*border-top: 4px solid #45ace5;
    width: 50%;*/
}
.tab-style-01 .tab-content {
    padding-top: 5px;
    padding-bottom: 0px;
}
.carousel {
    margin-bottom: 0;
    padding: 0 0 60px 0;
}
/* The controlsy */

.slide .carousel-control {
    margin-left: 118px;
    margin-right: 118px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #000000;
    border: px solid #FFFFFF;
    border-radius: 50%;
}
.layover {
    position: absolute;
    background-color: #45ace5;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.projects-pic:hover .layover {
    opacity: 0.8;
    background-color: #45ace5;
}
.layover .date {
    display: none;
    text-transform: uppercase;
}
.layover:hover .date {
    display: block;
    position: absolute;
    font-size: 13px;
    color: #141414;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 130px;
    left: 40px;
    font-family: 'Open Sans', sans-serif;
}
.layover .name {
    display: none;
    text-transform: uppercase;
}
.layover:hover .name {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #141414;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 160px;
    left: 40px;
    font-family: 'Rubik', sans-serif;
}
/* ---------------------------------------------------------------------- PROJECTS-GALLERY ENDS ---------- */
/* ---------------------------------------------------------------------- BLOG STARTS ---------------- */

.blog {
    padding-bottom: 50px;
    padding-top: 80px;
    background-color: #f5f5f5;
}
.blog .heading {
    color: #3f3f3f;
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 21px;
}
.caption {
    padding-top: 0px
}
.caption h4 {
    color: #3f3f3f;
    font-family: 'Open Sans', sans-seirf;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.caption p {
    color: #3f3f3f;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
}
.caption p a {
    color: #3f3f3f;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
}
.caption p a:hover {
    text-decoration: underline;
}
/* Carousel Control */

.blog .blog-carousel {
    padding-top: 40px;
}
.blog .blog-carousel .post {
    padding-left: 0px;
    padding-right: 20px;
}
.blog-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    right: 60px;
    left: auto;
    top: -30px;
}
.blog-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: -30px;
}
.blog-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #b3b3b3;
    line-height: 36px;
    font-size: 22px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}
.blog-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #45ace5;
    color: #fff;
    text-decoration: none
}
/* ---------------------------------------------------------------------- BLOG ENDS --------------------------- */
/* ---------------------------------------------------------------------- IMAGES-DIV STARTS ------------------ */

.imgs-div {
    padding-bottom: 70px;
    padding-top: 70px;
    padding-left: 70px;
}
/* ---------------------------------------------------------------------- IMAGES-DIV ENDS ------------------ */

.padding-zero {
    padding: 0px;
}
/*------------------------- DEAL STARTS------------------------------------------------------------------*/

.order-now .better-deals {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
}
.order-now {
    background-color: #45ace5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.order-now .button {
    background-color: black;
    border: none;
    color: #45ace5;
    padding: 10px 26px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Open Sans', sans-seirf;
    text-align: right;
    border-radius: 3px;
}
/*----------------------------------------------------- DEAL ENDS-------------------------------------------*/
/* ---------------------------------------------------------------------- HOME-1 ENDS  ------------------ */
/* ---------------------------------------------------------------------- HOME-2 STARTS  ------------------ */
/*--- SKILLS STARTS-----*/

.skills {
    padding-left: 0px;
}
.our-skills {
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
}
.skill-heading {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #3f3f3f;
}
.line-skill {
    border-bottom: 4px solid #e6e6e6;
    width: 10%;
}
.skill-para {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 1px;
}
.our-skills .progress-01-b {
    padding-top: 30px;
}
.our-skills .progress-01-b .block {
    padding-bottom: 20px;
}
.our-skills .progress-01-b .block .progress {
    height: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.our-skills.progress-01-b .block .progress-bar {
    background-color: #45ace5;
    position: relative;
}
}
.our-skills .progress-01-b .block .progress-label div {
    display: inline-block;
}
.our-skills .progress-01-b .block .progress-label .caption {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    float: left;
}
.skills {
    background-color: #f5f5f5;
}
/*---- SKILLS END---*/
/*------ picture block starts----*/

.laminate {
    width: 100%;
}
.project {
    padding-left: 0px;
    padding-right: 0px;
}
.picture-block .project {
    background-color: #45ace5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.picture-block .project:hover img {
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.picture-block .project.text-layover {
    position: absolute;
    background-color: rgba(1, 156, 222, 0.8);
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.picture-block .project:hover .text-layover {
    opacity: 0.8;
    background-color: #45ace5;
}
.picture-header {
    display: none;
    text-transform: uppercase;
}
.project:hover .picture-header {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #141414;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 40px;
    left: 40px;
    font-family: 'Rubik', sans-serif;
}
.date-3 {
    display: none;
    text-transform: uppercase;
}
.project:hover .date-3 {
    display: block;
    position: absolute;
    font-size: 13px;
    color: #141414;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 30px;
    left: 40px;
    font-family: 'Open Sans', sans-serif;
}
/*--- picture block ends---*/
/* FUNFACT STARTS--*/

.facts {
    padding-top: 80px;
    padding-bottom: 70px;
}
.color-fact {
    background-color: #f5f5f5;
}
.funfacts .block .count {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    color: black;
}
.funfacts .block .caption {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
}
.funfacts .block .icon {
    float: left;
    font-size: 42px;
    color: #555555;
}
.funfacts .block .info {
    padding-left: 70px;
}
/*----FUNFACT ENDS---*/
/*------TESTIMONAIL-2-----*/

.what-clients-say {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: black;
}
.client-opinion {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-top: 60px;
}
img.displayed {
    position: absolute;
    left: 10px;
    top: 40px;
    z-index: -1
}
.img-circle {
    float: left;
}
.client-name {
    float: left;
    padding: 11px 9px;
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    color: #595959;
}
.client-name .client-designation {
    font-family: 'Open Sans', sans-seirf;
    font-size: 12px;
}
.thumb-icon {
    padding-top: 50px;
}
.testimonial-2 {
    padding-top: 100px;
    border-bottom: 1px solid #e6e6e6;
}
.client-row {
    padding-bottom: 80px;
}
/*----- TESTIMONAIL ENDS-------*/
/*----------CAROUSEL STARTS---*/

.carousel {
    margin-bottom: 0;
    padding: 0px 0px 65px 0px;
}
.carousel-control-2 .carousel-control {
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
img.brand {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.carousel-control-2 .carousel-control i {
    padding-top: 7px;
    color: #e6e6e6;
}
.carousel-control-2 .carousel-control:hover {
    background: none repeat scroll 0 0 #45ace5;
}
/*---------------------------------------------------------------------- CAROUSEL ENDS ----------*/
/* ---------------------------------------------------------------------- SERVICE-3 STARTS  ------------------ */

.services {
    padding-top: 80px;
    padding-bottom: 120px;
}
.services .head {
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    color: #3f3f3f;
    text-transform: uppercase;
}
.services .services-row .block {
    padding-top: 50px;
}
.services .services-row .sub-head {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    color: #3f3f3f;
    text-transform: uppercase;
    padding-top: 30px;
}
.services .services-row .detail {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    padding-bottom: 10px;
}
/* ---------------------------------------------------------------------- SERVICE-3 ENDS  ------------------ */
/* ---------------------------------------------------------------------- PROJECTS-GALLERY-3 STARTS ---------- */

.projects-3 {
    background-color: #f5f5f5;
    padding-top: 50px;
}
.projects-3 .heading {
    color: #3f3f3f;
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}
/* ---------------------------------------------------------------------- PROJECTS-GALLERY-3 ENDS ---------- */
/*------------------------- DEAL STARTS------------------------------------------------------------------*/

.order-now-3 .better-deals-3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 15px;
}
.order-now-3 {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.order-now-3 .button-3 {
    background-color: #45ace5;
    border: none;
    color: #3f3f3f;
    padding: 10px 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Open Sans', sans-seirf;
}
/*----------------------------------------------------- DEAL ENDS -------------------------------------------*/
/*----------------------------------------------------- TESTIMONAIL-3 STARTS -------------------------------------------*/

.testimonials-3 {
    padding-bottom: 80px;
    padding-top: 100px;
    border-bottom: 1px solid #e6e6e6;
}
.testimonials-3 .head {
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    color: #3f3f3f;
    text-transform: uppercase;
}
.testimonials-3 .detail {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
}
.testimonials-3 .name {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    color: #3f3f3f;
    padding-top: 10px;
}
.testimonials-3 .designation {
    font-family: 'Open Sans', sans-seirf;
    font-size: 12px;
    color: #808080;
}
/*----------------------------------------------------- TESTIMONAIL-3 ENDS -------------------------------------------*/
/*----------------------------------------------------- VIDEO-IFRAME STARTS ENDS ---------------------------------------*/

.paddingtop {
    padding-top: 30px;
}
.video-iframe .text {
    padding-top: 50px;
}
.video-iframe .heading {
    font-family: 'Rubik', sans-seirf;
    font-size: 18px;
    color: #3f3f3f;
    text-transform: uppercase;
}
.video-iframe .detail {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #666666;
}
/*----------------------------------------------------- VIDEO-IFRAME ENDS -------------------------------------------*/
/*----------------------------------------------------- GET-IN-TOUCH STARTS -------------------------------------------*/

.get-in-touch {
    padding-top: 100px;
    padding-bottom: 120px;
}
.get-in-touch .heading {
    font-family: 'Rubik', sans-seirf;
    font-size: 24px;
    color: #3f3f3f;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.get-in-touch .about1 {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #666666;
    padding-bottom: 35px;
}
.get-in-touch .line1 {
    border-bottom: 1px solid #dbdbdb;
    width: 15%;
}
.get-in-touch ul {
    padding-left: 0px;
    padding-top: 30px;
}
.get-in-touch .contact-info li {
    display: block;
    font-family: 'Rubik', sans-seirf;
    font-size: 14px;
    color: #808080;
    padding-bottom: 13px;
}
.get-in-touch .contact-info li a {
    color: #808080;
}
.get-in-touch .contact-info i {
    margin-right: 15px;
}
.get-in-touch .contact-info li a:hover {
    color: #141414;
    font-size: 16px;
}
.get-in-touch .btn {
    background-color: #45ace5;
    color: #141414;
    font-weight: 800;
    margin-top: 20px;
    padding: 15px 25px 15px 25px;
    font-size: 13px;
    font-family: 'Open Sans', sans-seirf;
    border: none;
}
.get-in-touch .form-control {
    font-family: 'Rubik', sans-seirf;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.get-in-touch .padding-right-zero {
    padding-right: 0px;
}
.get-in-touch .padding-left-zero {
    padding-left: 0px;
}
/*----------------------------------------------------- GET-IN-TOUCH ENDS -------------------------------------------*/
/* ---------------------------------------------------------------------- HOME-3 ENDS  ------------------ */
/*--------------------------------------- PORTFOLIO # 1 STARTS -------------------------------------------------------- */
/*------------------------- PORTFOLIO-GALLERY STARTS------------------------------------------------------------------*/

#portfolio {
    position: relative;
}
.portfolio #options {
    margin-top: 0px;
    margin-bottom: 30px;
}
#options {
    margin-top: 50px;
    margin-bottom: 20px;
}
#options ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}
#options ul li {
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 40px;
}
#options ul li a {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-family: 'Rubik', sans-seirf;
    color: #9d9d9d;
    padding-bottom: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options ul li a:link {
    color: #9d9d9d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options ul li:hover a,
#options ul li a.selected {
    color: black;
    padding-bottom: 6px;
    text-decoration: none;
}
#options.style-01 {
    margin-top: 10px;
    margin-bottom: 30px;
}
#options.style-01 ul li a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-family: 'Rubik', sans-seirf;
    color: #fff;
    border-top: 3px solid transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options.style-01 ul li a:link {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options.style-01 ul li:hover a,
#options.style-01 ul li a.selected {
    border-top: 3px solid #45ace5;
    color: #fff;
    text-decoration: none;
}
#options.style-02 {
    margin-top: 0px;
    margin-bottom: 20px;
}
#options.style-02 ul li a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-family: 'Rubik', sans-seirf;
    color: #141414;
    border-top: 3px solid transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options.style-02 ul li a:link {
    color: #141414;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options.style-02 ul li:hover a,
#options.style-02 ul li a.selected {
    border-top: 3px solid #45ace5;
    color: #141414;
    text-decoration: none;
}
#options.style-03 {
    margin-top: 0px;
    margin-bottom: 30px;
}
#options.style-03 ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-family: 'Rubik', sans-seirf;
    color: #999;
    border-top: 0px solid transparent;
    padding-top: 6px;
    padding-bottom: 6px;
}
#options.style-03 ul li a:link {
    color: #999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#options.style-03 ul li:hover a,
#options.style-03 ul li a.selected {
    border-top: 0px!important;
    color: #141414;
    text-decoration: none;
}
#portfolio ul li {
    list-style-type: none;
}
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-grid figure {
    float: left;
    width: 30%;
    height: auto!important;
    margin-bottom: 1px;
    margin-left: 1px;
    overflow: hidden;
}
.portfolio-grid figure img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-grid.nospace figure.item {
    padding: 0px;
    text-align: center;
}
.portfolio-grid figure.item {
    margin-bottom: 1px!important;
    text-align: center;
}
.portfolio-grid .item-w2 {
    width: 60%
}
.portfolio-grid .item-h2 {
    height: auto!important
}
.portfolio-grid .picture {
    background-color: #45ace5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.portfolio-grid .item:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-grid .picture .text-overlay {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.portfolio-grid .picture:hover .text-overlay {
    opacity: 1
}
.portfolio-grid .picture .text-overlay .category {
    position: absolute;
    font-size: 13px;
    color: black;
    font-family: 'Open Sans', sans-seirf;
    font-weight: 400;
    text-align: left;
    top: 30px;
    left: 40px;
}
.portfolio-grid .picture .text-overlay h1 {
    position: absolute;
    font-size: 20px;
    font-family: 'Rubik', sans-seirf;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 55px;
    left: 40px;
}
.portfolio-grid .picture .text-overlay h1 a {
    color: black;
}
.portfolio-grid .picture .text-overlay h1 a:hover {
    color: black;
}
.portfolio-grid.nospace .picture .text-overlay .category {
    position: absolute;
    font-size: 13px;
    color: black;
    font-weight: 400;
    text-align: left;
    top: auto;
    bottom: 90px;
    left: 50px;
}
.portfolio-grid.nospace .picture .text-overlay h1 {
    position: absolute;
    font-size: 20px;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: auto;
    bottom: 70px;
    left: 50px;
}
.content_box {
    width: 100%;
    padding: 5px;
}
.content_box h3 {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
}
.content_box p{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}
/*---------------------- PORTFOLIO-GALLERY ENDS------------------------------------------------------------------*/
/*------------------------- DEAL STARTS------------------------------------------------------------------*/

.order-portfolio .deals-portfolio {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #404040;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 15px;
}
.order-portfolio {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.order-portfolio .button-order {
    background-color: #45ace5;
    border: none;
    color: #141414;
    padding: 10px 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Open Sans', sans-seirf;
    text-transform: uppercase;
}
/*----------------------------------------------------- DEAL ENDS -------------------------------------------*/
/* -------------------------------------------------------------- PORTFOLIO # 1 ENDS  ------------------ */
/* -------------------------------------------------------------- PORTFOLIO # 2 STARTS  ------------------ */

.portfolio-date {
    font-family: 'Rubik', sans-seirf;
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
}
.portfolio-date-1 {
    padding-bottom: 30px;
    border-right: 1px solid #c9c7c7;
}
.portfolio-date span {
    font-family: 'Rubik', sans-seirf;
    font-size: 12px;
    color: black;
}
.portfolio-description-1 {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #3d3d3d;
    padding-left: 50px;
    padding-bottom: 50px;
}
.portfolio-2 {
    margin-bottom: 0px;
}
.button-prev {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    border: 1px solid #c9c7c7;
    background-color: white;
}
.button-next {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    border: 1px solid #c9c7c7;
    float: right;
    background-color: white;
}
.controls {
    margin-top: 30px;
    margin-bottom: 50px;
}
/*--------------------------------------- PORTFOLIO # 2 ENDS -------------------------------------------------------- */
/*--------------------------------------- SERVICE PAGE # 1 STARTS -------------------------------------------------------- */
/*---------------------------- SERVICE'S PICTURE STARTS -----------------------------------*/

.services-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.row-service {
    padding-bottom: 80px;
}
.carpentry-cat {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    color: black;
    padding-top: 20px;
}
.carpentry-para {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    padding-top: 20px;
}
.pic-liner {
    border-bottom: 3px solid #45ace5;
    width: 20%;
}
/*-------------- SERVICE'S PICTURE ENDS---------------------------------------*/
/*----------------------------------------------------     SERVICE PAGE NO#1 ENDS------------------------------------*/
/*---------------------------------------------------------SERVICE PAGE#2 STARTS------------------------------------*/

.single-service {
    padding-top: 50px;
    padding-bottom: 50px;
}
.carousel-control-3 .carousel-control {
    margin-left: 30px;
    margin-right: 30px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
.carousel-control-3 .carousel-control {
    margin-top: 170px;
}
.carousel-control-3 .carousel-control i {
    padding-top: 7px;
    color: #e6e6e6;
}
.carousel-control-3 .carousel-control:hover {
    background: none repeat scroll 0 0 #45ace5;
}
.left-portion {
    padding-top: 30px;
}
/*--------------- INFORMATION-INN-------------------------------------*/

.island {
    font-family: 'Rubik', sans-seirf;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 500;
}
.island-para {
    font-family: 'Rubik', sans-seirf;
    font-size: 14px;
    padding-top: 25px;
    line-height: 27px;
}
.island1 {
    font-family: 'Rubik', sans-seirf;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 500;
    padding-top: 50px;
}
/* ---------------------------------------------------------------------- SIDEBAR STARTS ------------------ */
/*----------------- ACCORDION-----------------------------------------------------------------*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: white;
    border-color: #EEEEEE;
}
.panel-title {
    font-size: 16px;
    font-family: 'Rubik', sans-seirf;
    color: #3f3f3f;
}
.panel-title > a {
    display: block;
    padding: 20px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    color: #3d3d3d;
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
}
.panel-title-1 {
    font-size: 16px;
    font-family: 'Rubik', sans-seirf;
    color: #3f3f3f;
    margin-bottom: 0px;
    margin-top: 0px;
}
.panel-title-1 > a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #3f3f3f;
}
.panel-title-2 {
    font-size: 16px;
    font-family: 'Rubik', sans-seirf;
    color: #3f3f3f;
    margin-bottom: 0px;
    margin-top: 0px;
}
.panel-title-2 > a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #3f3f3f;
}
/*---------------------------------------ACCORDION ENDS------------------------------*/

.sidebar {
    padding-top: 35px;
}
.sidebar-heading {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    padding-bottom: 20px;
}
.sidebar .herotext {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}
.sidebar .search {
    padding-bottom: 40px;
}
.sidebar .search .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}
.sidebar .search .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.sidebar .search .form-inline .input-group input {
    font-size: 14px;
    color: #777777;
    padding: 8px;
    border-radius: 0px;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-right-width: 0px;
    border-right-style: solid;
}
.sidebar .search .form-inline .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #777777;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
}
.sidebar .categories {
    padding-bottom: 30px;
}
.list-group-item {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1px;
    font-size: 13px;
    color: black;
}
.change-name .list-group-items {
    font-family: 'Rubik'sans-seirf;
    font-size: 13px;
}
.list-group-item span {
    font-size: 12px;
    color: #aaaaaa;
    float: right;
    font-family: 'Rubik', sans-serif;
}
.list-group-item:hover {
    color: #45ace5;
    background-color: black;
}
.sidebar .tags {
    padding-bottom: 60px;
}
.sidebar .tags ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .tags ul li {
    display: inline-block;
}
.sidebar .tags ul li a {
    font-size: 10px;
    color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 8px;
    background-color: #ededed;
    text-transform: uppercase;
}
.sidebar .tags ul li a {
    font-family: 'Rubik', sans-seirf;
}
.sidebar .tags ul li a:hover {
    color: #fff;
    background: #45ace5;
    color: white;
    text-decoration: none;
}
/* ---------------------------------------------------------------------- SIDEBAR ENDS ------------------ */
/*------------------------------------- SERVICE PAGE#2 ENDS------------------------------------------------------------*/
/*-------------------------------------------------- BLOG 1 STARTS-----------------------------------------*/
/*----------------- SIDEBAR STARTS-------------------*/

.sidebar .categories1 {
    padding-bottom: 10px;
}
.sidebar .recent-posts {
    padding-bottom: 40px;
}
.sidebar .recent-posts .post {
    margin-bottom: 24px;
}
.sidebar .recent-posts .post:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eeeeee;
}
.sidebar .recent-posts .post .info h1 {
    padding-left: 120px;
}
.sidebar .recent-posts .post h1 {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    padding-top: 4px;
    margin-top: 0px;
}
.sidebar .recent-posts .post h1 a:hover {
    color: #45ace5;
}
.sidebar .recent-posts .post .picture {
    float: left;
}
.sidebar .recent-posts .post .post {
    padding-bottom: 70px;
}
.sidebar .recent-posts .herotext {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sidebar .recent-posts .blog-date {
    padding-left: 120px;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
    color: #666666;
    margin-bottom: 5px;
}
.sidebar .recent-posts .info h1 a {
    font-family: 'Open Sans', sans-seirf;
    font-size: 16px;
    color: #666666;
    margin-top: 0px;
    font-weight: 600;
}
.sidebar .flickr {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    margin-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.sidebar .flickr .heading {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}
.flickr-image {
    padding-right: 2px;
}
.flickr-images {
    padding-left: 1px;
    padding-bottom: 2px;
}
/*----------- CALENDER------------------------------*/

* {
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
}
#calendar {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
table {
    border-collapse: collapse;
}
table,
td,
th {
    border: 1px solid #e5e5e5;
}
table.days {
    color: #666666;
    font-size: 12px;
    font-family: 'Open Sans', sans-seirf;
    font-weight: 700;
    background-color: #f7f7f7;
}
table.day td,
table.days td {
    width: 40px;
}
table.day td {
    font-family: 'Open Sans', sans-seirf;
    color: #666666;
    height: 29px;
    box-shadow: 0 -1px 0 white;
    font-size: 13px;
}
table.day td.old-month {
    color: #aaaaaa;
}
table.day td:hover {
    background: #e9e9ee;
    cursor: pointer;
}
table.day td.selected {
    background: black;
    color: white;
    text-shadow: 0 -1px 0 #878787;
}
.sidebar .date-chart {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
/*------------- CALENDER ENDS--------------------------*/
/*--------------------------------------------------------------SIDEBAR ENDS----------------------------------------------------------------------------------------*/
/*---------- right-portion starts------------------*/

.right-end {
    padding-top: 40px;
}
.lived-here {
    font-family: 'Open Sans', sans-seirf;
    font-size: 24px;
    padding-top: 27px;
}
.comment-date {
    padding-top: 20px;
}
.comment-date .given-date {
    display: inline-block;
    padding-left: 5px;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
}
.comment-date2 {
    display: inline-block;
    padding-left: 5px;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
    padding-left: 20px;
}
.comment-date3 {
    display: inline-block;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
    float: right;
}
.lived-here1 {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    padding-top: 30px;
}
.button-section {
    padding-top: 30px;
    padding-bottom: 3px;
}
.button-section .button {
    background-color: #45ace5;
    border: none;
    color: black;
    padding: 10px 40px;
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
    font-weight: 700;
}
.paddingbottom {
    padding-bottom: 80px;
}
/*--- right portion ends---------*/
/*------------------------------ PAGINATION --------------------------------------*/

.pagination>li>a,
.pagination>li>span {
    height: 36px;
    width: 36px;
    border-radius: 50%!important;
    margin: 0 5px;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.pagination>.active>a {
    background-color: black;
    color: white;
}
.pagination>li>a {
    border: 1px soild #f9f9f9;
}
.pagination >li>a {
    color: black;
}
.pagination >li >a:hover {
    background-color: black;
    color: yellow;
}
.pagination>.active>a:hover {
    background-color: black;
    color: yellow;
}
.blog-page-section {
    padding-top: 30px;
    padding-bottom: 70px;
}
/*--------------------PAGINATION -------------------------------------------*/
/*--------------------------------------BLOG  1 ENDS-------------------------------------------------------------------------*/
/*-------------------------------------- BLOG  2 STARTS --------------------------------------- */

.side-quote {
    font-family: 'Rubik', sans-seirf;
    font-size: 20px;
    padding-top: 25px;
    font-weight: 400;
    color: #3f3f3f;
    background-color: #f7f7f7;
    border-left: 7px solid #141414;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    padding-right: 10px;
}
.side-quote h4 {
    font-family: 'Rubik', sans-seirf;
    font-size: 13px;
    color: #adadad;
    font-weight: 300;
}
.lived-here2 {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    padding-top: 30px;
}
.tag-button-section {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 15px;
}
.tag-button-section .button {
    background-color: white;
    border: none;
    color: black;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    font-family: 'Rubik', sans-seirf;
    color: #4c4c4c;
}
.blog-author {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.media-left {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-author-heading {
    font-family: 'Open Sans', sans-seirf;
    font-size: 13px;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
}
.blog-author-para {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 10px;
}
.social-bar {
    padding-left: 4px;
}
.google1 {
    color: #e06252;
    padding-left: 5px;
    padding-right: 10px;
}
.twitter1 {
    color: #1da1f2;
    padding-right: 10px;
}
.facebook1 {
    color: #3b5998;
}
.comment-caption {
    font-family: 'Rubik', sans-seirf;
    font-size: 16px;
    color: #3f3f3f;
    padding-top: 40px;
    padding-bottom: 30px;
}
.author-pic .media-left {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.media-heading {
    font-family: 'Rubik', sans-seirf;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.media-heading .time {
    font-family: 'Rubik', sans-seirf;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.reply {
    float: right;
    color: #7f7f7f;
    padding-top: 4px;
}
.reply a {
    color: #7f7f7f;
    font-size: 13px;
}
.media-writing {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    padding-top: 10px;
    color: #3d3d3d;
    padding-left: 10px;
}
.media-column {
    margin-top: 30px;
}
.media-row {
    margin-top: 30px;
}
/*--------------------------- BLOG 2 ENDS ----------------------- */
/* ---------------------------------------------------------------------- ABOUT STARTS ---------- */

.about {
    padding-bottom: 80px;
    padding-top: 50px;
}
.about .about-us {
    font-family: 'Open Sans', sans-seirf;
    font-size: 14px;
    color: #666666;
    padding-bottom: 30px;
}
.about .progress-02-b {
    padding-top: 10px;
}
.about .progress-02-b .block {
    padding-bottom: 28px;
}
.about .progress-02-b .block .progress {
    height: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.about.progress-02-b .block .progress-bar {
    background-color: #45ace5;
    position: relative;
}
}
.about .progress-02-b .block .progress-label div {
    display: inline-block;
}
.about .progress-02-b .block .progress-label .caption {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    text-transform: uppercase;
    font-family:'Rubik',
    sans-serif;
    float: left;
    padding-top:0px;
}
.about .about-row {
    padding-top: 30px;
}
.about .about-pic {
    padding: 20px;
    background-color: #f5f5f5;
}
.about .about-pic .name {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 18px;
    color: #3f3f3f;
    padding-top: 20px;
}
.about .about-pic .designation {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 13px;
    color: #808080;
}
/* ---------------------------------------------------------------------- ABOUT ENDS ---------- */
/* ---------------------------------------------------------------------- CONTACT-US STARTS ---------- */

.contacts {
    padding-bottom: 50px;
}
.contacts iframe {
    border: none;
    max-width: 100%;
}
.contacts iframe {
    display: block;
    /* iframes are inline by default */
    
    background: #000;
    border: none;
    /* Reset default border */
    
    height: 500px;
    /* Viewport-relative units */
    
    width: 100vw;
}
.contacts.google-map iframe {
    border: 0;
    height: 500px!important;
    width: 100%!important;
}
iframe,
embed,
object {
    max-width: 100%;
}
.contact-us {
    padding-top:30px;
    padding-bottom:70px;
}
.contact-us .heading {
    font-family:'Rubik',
    sans-seirf;
    font-size:16px;
    color: #141414;
    text-transform:uppercase;
    padding-bottom: 40px;
}
.contact-us .heading1 {
    font-family:'Rubik',
    sans-seirf;
    font-size:16px;
    color: #141414;
    text-transform:uppercase;
    padding-bottom:30px;
}
.contact-us ul {
    padding-left:0px;
}
.contact-us .contact-info li {
    display: block;
    padding-right:15px;
    padding-bottom:15px;
    font-family:'Open Sans',
    sans-seirf;
    font-size:14px;
    color:#3d3d3d;
}
.contact-us .contact-info li a {
    color: #b3b3b3;
    margin-right: 10px;
}
.contact-us .list li {
    display: inline-block;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
}
.contact-us .list li a {
    color: #b3b3b3;
}
.contact-us .btn {
    background-color:#45ace5;
    color: #141414;
    font-weight: 800;
    margin-top: 30px;
    padding:15px 25px 15px 25px;
    font-size:13px;
    font-family:'Open Sans',
    sans-seirf;
    text-transform:uppercase;
    border: none;
}
.contact-us .form-control {
    font-family: 'Rubik',
    sans-seirf;
    font-size: 10px;
    text-transform: uppercase;
    color: #555;
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: none;
    -o-transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
}
.contact-us .padding-right-zero {
    padding-right: 0px;
}
.contact-us .padding-left-zero {
    padding-left: 0px;
}
#message_post {
    text-align: center;
}
.errorMessage {
    color: #ff0000;
    margin-bottom: 4px;
    padding: 14px 30px;
    background-color: transparent;
    background-image: none;
}
.successMessage {
    color: #12d62d;
    margin-bottom: 4px;
    padding: 14px 30px;
    background-color: transparent;
    background-image: none;
}
/* ---------------------------------------------------------------------- CONTACT-US ENDS ---------- */
/* ------------------------------------------------------ NO GUTTER STARTS ---------- */

.no-gutter-1 [class*="-1"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-7 [class*="-7"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-9 [class*="-9"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-12 [class*="-12"] {
    padding-left: 0;
    padding-right: 0;
}
/* ------------------------------------------------------ NO GUTTER ENDS ---------- */
/* ---------------------------------------------------------------------- ERROR STARTS  ------------------ */

.error {
    background-attachment:fixed;
    background-image: url(../images/error/error.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size:cover;
}
.error .page-error {
    font-family:'Rubik',
    sans-seirf;
    font-size: 50px;
    color: #141414;
    text-transform: uppercase;
    font-weight:500;
    line-height: 60px;
    padding-bottom: 40px;
    margin-top: 220px;
}
.error .btn {
    background-color:#45ace5;
    color: #141414;
    font-weight: 800;
    margin-top: 20px;
    padding:15px 25px 15px 25px;
    font-size:13px;
    font-family:'Open Sans',
    sans-seirf;
    margin-bottom:130px;
    margin-top: 10px;
}
.foot {
    background-color: #141414;
    padding-bottom:0px;
    margin-bottom:0px;
}
.foot .navigation {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
}
.foot .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #333333;
}
.foot .navbar-default .navbar-collapse,
.foot .navbar-default .navbar-form {
    border-color: #575757;
}
.foot .navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.foot .navbar .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 30px;
}
.foot .navbar-nav-1 {
    width: 100%;
    padding-top: 20px;
}
.foot .navbar-nav-1 > li {
    float: none;
    display: inline-block;
}
.foot .navbar-default .navbar-nav-1>li>a {
    font-size: 13px;
    color: #cccccc;
    text-transform: uppercase;
    font-family:'Rubik';
    font-weight:400;
}
.foot .nav>li>a {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-top: 15px;
    line-height: 30px;
}
.foot .nav .angle {
    margin-left:20px;
}
.foot .navbar-default .navbar-nav-1>li>a:hover,
.foot .navbar-default .navbar-nav-1>li>a.active {
    color: #45ace5;
    background-color: transparent;
}
.foot .navbar-default .navbar-nav-1>.active>a,
.foot .navbar-default .navbar-nav-1>.active>a:focus,
.foot .navbar-default .navbar-nav-1>.active>a:hover {
    color: #45ace5;
    background-color: transparent;
}
.foot .navbar-default .navbar-nav-1>.open>a,
.foot .navbar-default .navbar-nav-1>.open>a:focus,
.foot .navbar-default .navbar-nav-1>.open>a:hover {
    color: #45ace5;
    background-color: transparent;
}
.foot .navbar-default .navbar-nav-1>li>a:focus {
    color: #4c4c4c;
    background-color: transparent;
}
.foot .dropdown-menu>li>a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
}
.foot .dropdown-menu>li>a:focus,
.foot .dropdown-menu>li>a:hover {
    color: #45ace5;
    text-decoration: none;
    background-color: transparent;
}
.foot .navbar-nav-1 .social ul {
    padding: 0px;
    padding-top: 17px;
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.foot .navbar-nav-1 .social ul li {
    display: inline-block;
    float: none;
}
.foot .navbar-nav-1 .social ul li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    text-transform: uppercase;
}
.foot .navbar-nav-1 .social ul li a:hover {
    color: #45ace5;
}
.foot .line {
    padding-top:10px;
    padding-left:30px;
    margin:0px;
    margin-bottom:0px;
    border-right: 1px solid #333333;
}
/* ---------------------------------------------------------------------- ERROR ENDS ---------- */

.clients {
    padding-top:110px;
    padding-bottom:110px;
}
.clients-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 8px;
}
.clients-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 8px;
}
.clients-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #b3b3b3;
    line-height: 40px;
    font-size: 22px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}
.clients-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color:#45ace5;
    color: #fff;
    text-decoration: none
}
/* ---------------------------------------------------------------------- FOOTER 01 STARTS  ------------------ */

.footer {
    background-color: rgb(21, 104, 177);
    padding-bottom: 60px;
}
.footer .footer-nav {
    padding-top:40px;
    padding-bottom:36px;
    border-bottom:1px solid #fff;
}
.footer .footer-nav ul {
    padding:0px;
    padding-top:1px;
    margin: 20px 0;
    text-align: center;
}
.footer .footer-nav ul li {
    display:inline-block;
}
.footer .footer-nav ul li a {
    font-size: 13px;
    color: #cccccc;
    text-transform: uppercase;
    font-family:'Rubik';
    font-weight:400;
    padding: 22px 18px;
}
.footer .footer-nav ul li a:hover {
    color: #45ace5;
}
.footer .navigation {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
}
.footer .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #333333;
}
.footer .navbar-default .navbar-collapse,
.footer .navbar-default .navbar-form {
    border-color: #575757;
}
.footer .navbar {
    border-radius: 0px;
}
.footer .navbar .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 30px;
}
.footer .navbar-nav-1 {
    width: 100%;
    padding-top: 20px;
}
.footer .navbar-nav-1 > li {
    float: none;
    display: inline-block;
}
.footer .nav>li>a {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-top: 15px;
    line-height: 30px;
}
.footer .nav .angle {
    margin-left:20px;
}
.footer .navbar-default .navbar-nav-1>li>a:hover,
.footer .navbar-default .navbar-nav-1>li>a.active {
    color: #45ace5;
    background-color: transparent;
}
.footer .navbar-default .navbar-nav-1>.active>a,
.footer .navbar-default .navbar-nav-1>.active>a:focus,
.footer .navbar-default .navbar-nav-1>.active>a:hover {
    color: #45ace5;
    background-color: transparent;
}
.footer .navbar-default .navbar-nav-1>.open>a,
.footer .navbar-default .navbar-nav-1>.open>a:focus,
.footer .navbar-default .navbar-nav-1>.open>a:hover {
    color: #45ace5;
    background-color: transparent;
}
.footer .navbar-default .navbar-nav-1>li>a:focus {
    color: #4c4c4c;
    background-color: transparent;
}
.footer .navbar-nav-1 .social ul {
    padding: 0px;
    padding-top: 17px;
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer .navbar-nav-1 .social ul li {
    display: inline-block;
    float: none;
}
.footer .navbar-nav-1 .social ul li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    text-transform: uppercase;
}
.footer .navbar-nav-1 .social ul li a:hover {
    color: #45ace5;
}
.footer .line {
    padding-top:10px;
    padding-left:30px;
    margin:0px;
    margin-bottom:0px;
    border-right: 1px solid #333333;
}
.footer .footer-details {
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer .footer-details .heading {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.footer .footer-details .description {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.footer .footer-details .contact-links {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 14px;
    color: #45ace5;
    line-height: 28px;
}
.footer .footer-details .contact-links ul {
    padding-left:0px;
}
.footer .footer-details .contact-links li {
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
}
.footer .footer-details .contact-links i {
    margin-right: 10px;
}
.footer .footer-details .contact-links li a:hover {
    color: #45ace5;
}
.footer .footer-details .date {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 13px;
    color: #808080;
    line-height: 28px;
}
.footer .footer-details .post-1 {
    padding-bottom: 30px;
}
.footer .footer-details .detail {
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.subscribe-form form input {
    background: none;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    height: 35px;
    width:70%;
    vertical-align: middle;
}
.subscribe-form form button {
    position: relative;
    height: 35px;
    padding: 12px 15px;
    background: none;
    border: 1px solid #fff;
    vertical-align: middle;
}
.subscribe-form form button:before {
    position: absolute;
    content: "";
    border-top: 10px solid transparent;
    border-left: 15px solid #575757;
    border-bottom: 10px solid transparent;
    top: 7px;
    left: 10px;
}
.form-group {
    margin-bottom: 0px;
}
.form-group input {
    color: #555;
}
.contact-form .form-group input:focus {
    border: 1px solid #45ace5;
}
.contact-form .form-group textarea:focus {
    border: 1px solid #45ace5;
}
.contact-form .form-group .form-control {
    
}
.contact-us .contact-form .form-group .form-control {
    color: #222;
}
.contact-form .form-group{
    margin-bottom: 10px;
}
.form-control {
    font-family: 'Rubik',
    sans-seirf;
    font-size: 10px;
    color: #555;
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 1px solid #575757;
    -webkit-box-shadow: none;
    -o-transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
}
.footer .footer-details .padding-right-zero {
    padding-right: 0px;
}
.footer .footer-details .padding-left-zero {
    padding-left: 0px;
}
.footer .footer-details .contact-links a {
    padding-bottom:35px;
    color:#45ace5;
}
.footer .footer-details .contact-links a:hover {
    color:#ffffff;
}
.footer .footer-details a {
    padding-bottom:35px;
    color:#e5e5e5;
}
.footer .footer-details a:hover {
    color:#45ace5;
}
.footer form .btn {
    font-family: 'Rubik',
    sans-seirf;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 1px solid #575757;
    border-radius:0px;
    -webkit-box-shadow: none;
    -o-transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
}
/* ---------------------------------------------------------------------- FOOTER-1 ENDS  ------------------ */
/* ---------------------------------------------------------------------- FOOTER-2 STARTS  ------------------ */

.footer-2 {
    color: #eeeeee;
    padding-bottom: 10px;
    padding-top: 20px;
    font-family: 'Open Sans',
    sans-seirf;
    font-size: 10px;
    text-transform: uppercase;
}
.footer-2 .copyright {
    font-family: 'Open Sans',
    sans-seirf;
    color: #666666;
}
.footer-2 .up-icon {
    margin-left:10px;
    color: #464646;
    font-weight:600;
    font-size: 14px;
}
.footer-2 .scrollup {
    width: 40px;
    bottom: 15px;
    right: 15px;
    color: #666666;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999997;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-2 .up:hover {
    color: #45ace5;
}
.homeslider .slide .carousel-control{ top:40%; line-height:40px;}

/* ---------------------------------------------------------------------- FOOTER-2 ENDS  ------------------ */
/* ---------------------------------------------------------------------- MEDIA QURIES STARTS ------------------ */
/* ---------------------------------------------------------------------- TOP-BAR ------------------ */
@media (max-width:767px){
.homeslider .slide .carousel-control{ top:33%;}

}


@media (min-width: 320px) and (max-width: 352px) {
    .top-bar .social-list li {
        padding-left: 10px;
        float: right;
    }
    .top-bar .contact-details li a {
        padding-right: 0px;
        font-size: 12px;
    }
    .top-bar .contact-details i {
        margin-right: 0px;
    }
}
@media (min-width: 353px) and (max-width: 768px) {
    .top-bar .social-list li {
        padding-left: 20px;
        float: right;
    }
    .top-bar .contact-details li a {
        padding-right: 0px;
    }
}
/* ---------------------------------------------------------------------- NAVIGATION-BAR ------------------ */

@media (min-width: 768px) and (max-width: 991px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 0px 10px;
    }
    .navbar-nav {
        text-align: left;
    }
    .nav>li {
        position: relative!important;
        display: block!important;
    }
    nav.normal .nav>li>a {
        padding-top: 1px!important;
        padding-bottom: 1px!important;
    }
    nav.sticky .nav>li>a {
        padding-top: 1px!important;
        padding-bottom: 1px!important;
    }
    nav.normal,
    nav.sticky {
        padding-bottom: 5px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 4px 20px;
    }
	

}

/* ------------------- FOR HOME-1----------------------------------------------*/

@media (min-width: 320px) and (max-width: 480px) {
    .blog .blog-carousel .post {
        padding-left:0px;
        padding-right:0px;
    }
    .blog-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        z-index: 10;
        right: 40px;
        left: auto;
        top: -30px;
    }
    .blog-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        z-index: 10;
        right: 0px;
        top: -30px;
    }
    .clients-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        z-index: 10;
        left: 0px;
        top: 25%;
    }
    .clients-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        z-index: 10;
        right: 0px;
        top: 25%;
    }
	
}

@media (max-width:480px) {
.homeslider .slide .carousel-control {
    top: 30%; display:none !important;
}
}



@media (min-width: 320px) and (max-width: 767px) {
    .slide .carousel-control {
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .imgs-div {
        padding-left:0px;
    }
    .imgs-div .img-row img {
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .testimonials-carousel .block .description {
        font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer .footer-details .padding-right-zero {
        padding-right: 15px;
    }
    .footer .footer-details .padding-left-zero {
        padding-left: 15px;
    }
}
/* ------------------- FOR HOME-2----------------------------------------------*/

@media (min-width: 320px) and (max-width: 991px) {
    .funfacts .block {
        padding-top:40px;
    }
    .facts {
        padding-top: 0px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .logo-gallery img {
        padding-bottom:20px;
    }
}
/* ------------------- FOR HOME-3----------------------------------------------*/

@media (min-width: 320px) and (max-width: 768px) {
    .get-in-touch .padding-right-zero {
        padding-right: 15px;
    }
    .get-in-touch .padding-left-zero {
        padding-left: 15px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .testimonials-3 .head {
        padding-bottom: 40px;
    }
    .testimonials-3 .testimonial-row {
        padding-bottom: 40px;
    }
}
/* ------------------- CONTACT-US STARTS ----------------------------------------------*/

@media (min-width: 320px) and (max-width: 768px) {
    .contact-us .padding-right-zero {
        padding-right: 15px;
    }
    .contact-us .padding-left-zero {
        padding-left: 15px;
    }
}
/* ------------------- CONTACT-US ENDS ----------------------------------------------*/

@media (min-width: 320px) and (max-width: 510px) {
    .carousel-control-3 .carousel-control {
        margin-left: 30px;
        margin-right: 30px;
    }
    .carousel-control-3 .carousel-control {
        margin-top: 100px;
    }
}
@media (min-width: 320px) and (max-width: 510px) {
    .carousel-control-3 .carousel-control {
        margin-left: 30px;
        margin-right: 30px;
    }
    .carousel-control-3 .carousel-control {
        margin-top: 100px;
    }
}
@media (min-width: 320px) and (max-width: 379px) {
    .carousel-control-3 .carousel-control {
        margin-left: 30px;
        margin-right: 30px;
    }
    .carousel-control-3 .carousel-control {
        margin-top: 70px;
    }
}
@media (min-width: 320px) and (max-width: 396px) {
    .pagination>li:first-child>a {
        margin-left: 5px;
    }
}
@media (min-width: 320px) and (max-width: 340px) {
    .blog-author-para {
        padding-right:20px;
    }
    .social-bar {
        padding-bottom: 10px;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .about-row .paddingbottom {
        padding-bottom: 20px;
    }
}
/* ---------------------------------------------------------------------- blog ------------------ */

@media (min-width: 320px) and (max-width: 768px) {
    .flickr-row img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 0px;
        padding-left:0px;
        margin-bottom: 0px;
        padding-top:10px;
    }
}
/* ---------------------------------------------------------------------- service ------------------ */

@media (min-width: 320px) and (max-width: 767px) {
    .panel-padding {
        padding-top:50px;
    }
    .portfolio-date-1 {
        border-right: none;
    }
    .portfolio-description-1 {
        padding-left: 0px;
    }
}
/* ---------------------------------------------------------------------- FOOTER STARTS ------------------ */

@media (min-width: 320px) and (max-width: 767px) {
    .navbar-brand {
        float: left;
        height: auto;
        padding:0px;
        padding-right:30px;
        padding-left:15px;
        margin: 20px 15px;
        font-size: 18px;
        line-height: 20px;
        border-right: 2px solid #e6e6e6;
    }
    .footer .navbar .navbar-brand {
        float: left;
        height: auto;
        padding: 0px;
        line-height: 0px;
    }
    .footer .nav>li>a {
        position: relative;
        display: block;
        padding-left: 25px;
        padding-top: 25px;
        line-height: 10px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .footer .footer-details .contact-links ul {
        padding-bottom: 0px;
    }
    .footer .footer-details .heading {
        padding-top: 50px;
    }
    .footer .footer-details {
        padding-top: 0px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .foot .navbar .navbar-brand {
        float: left;
        height: auto;
        padding: 0px;
        line-height: 0px;
    }
    .foot .nav>li>a {
        position: relative;
        display: block;
        padding-left: 25px;
        padding-top: 25px;
        line-height: 10px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .foot .footer-details .contact-links ul {
        padding-bottom: 40px;
    }
    .foot .footer-details .heading {
        padding-top: 50px;
    }
    .foot .footer-details {
        padding-top: 0px;
    }
}
/* ---------------------------------------------------------------------- MEDIA QURIES ENDS ------------------ */
/*custom css*/
.video-section .pattern-overlay {
background-color: rgba(69, 172, 229, 0.1);
padding: 180px 0 32px;
min-height: 600px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
color:#fff;
}
.video-section {
    background-image: url(../images/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.video-section h1 {
    line-height: 1.25;
    font-size: 38px;
    font-style: oblique;
    text-transform: uppercase;
    margin: 35px auto 0px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

.carousel-indicators {
    bottom: 70px;
}

/* 17 april */
.navbar-brand img {
    width: 176px;
}
.navbar-nav {
    float: left;
    margin-top: 13px;
}
.nav.navbar-nav > li > a {
  padding: 30px 18px;
}
.sticky .collapse .navbar-right {
    margin-top: 4px;
}

/*19 april 2018 */

.subscribe-form form button::before {
 border-left: 15px solid rgb(255, 255, 255);
}
.footer .footer-nav ul {
 margin: 20px 0;
 text-align: center;
}
.text-right p {
 font-size: 16px !important;
}
.top-bar .text-right p {
  font-size: 15px !important;
}
.navbar-nav {
margin-top: 0;
}
.navbar-brand {
margin: 10px !important;
}
.sticky .collapse .navbar-nav {
 margin-top: 12px;
}
.sticky .collapse .nav #search .sbtn {
 top: 18px;
}
.sticky .nav #search .s {
 margin-top: 19px;
}
#s {
 margin-top: 33px;
}
.sbtn {
 top: 31px;
}
.subscribe-form input::-webkit-input-placeholder {
color: white !important;
}
.subscribe-form input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
.subscribe-form input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
.subscribe-form input:-ms-input-placeholder {  
 color: white !important;  
}




/*--------------- 17.05.2018 ------------*/

nav.normal {
  transition: none 0s ease 0s ;
}
