/* --------------------------------------------------------
INSURANCE AGENCY - Insurance Agency Website HTML5 Template
Author: http://themeforest.net/user/rayoflightt
Website: http://rayoflightthemes.com
----------------------------------------------------------*/
/* -----------------------------------------------------------
CONTENTS:
color variables
variables
html5 and responsive content
reset
general clases
menu
button
top slider
counter
services
testimonials
flickity gallery carousel
team
home blog
contact
footer
blog pages
chart
twitter
single page
insurance single page
gallery page
tabs

------------------------------------------------------------*/

/*********** CHANGE COLOR HERE ************/
@first-color: #53aedd;
@first-color2: #288fc5;
@first-color3: #207dae;
@first-color4: #1a6a94;
@first-color5: #13577a;
@first-color6: #0a406d;
@first-color7: #0a3050;
@second-color: #3d434d;
@second-color2: #31363e;
@second-color3: #81858b;
@second-color4: #5a5f68;
@first-color-transparent: rgba(83, 174, 221, 0.8);
@accent-color: #c5288f;

/********* variables *********/
.transition-none {
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease;
}

.transition-all {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transition-background {
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.transition-transform {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.borderradius0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

/********* variables end *********/

/********* html5 and responsive content *********/
header,
nav,
article,
section,
aside,
footer {
    display: block;
}

img {
    max-width: 100%;
    width: auto;
    -ms-interpolation-mode: bicubic;
}

img,
embed,
object,
video {
    max-width: 100%;
}

/********* html5 and responsive content end *********/


/********* reset *********/
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    color: rgb(159, 159, 159);

    &:hover {
        color: @first-color;
    }
}

ul,
ol {
    margin: 0 0 27px 0;
    padding: 0;
    line-height: 1.867;
    list-style-type: disc;
    list-style-position: inside;
}

ul li,
ol li {
    margin: 0 0 10px 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #122739;
    font-family: "source sans pro", arial, sans-serif;
}

h1,
h2,
h3 {
    line-height: 1.1;
}

h4,
h5,
h6 {
    line-height: 1.4;
}

h6 {
    font-size: 14px;
}

h5 {
    font-size: 18px;
}

h4 {
    font-size: 28px;
}

h3 {
    font-size: 35px;
}

h2 {
    font-size: 42px;
}

h1 {
    font-size: 42px;
}

p {
    margin: 0 0 27px 0;
    color: rgb(159, 159, 159);
    font-size: 15px;
    font-family: "open sans", arial, sans-serif;
    line-height: 1.867;
}

br {
    margin: 0;
    line-height: 0;
}

ul.ul-list {
    list-style: none;

    i {
        color: @first-color;
        padding-right: 10px;
    }
}

/***bootstrap fix important***/
.row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .pull-right {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 992px) {
    .navbar-fixed-top {
        position: relative !important;
    }
}

.padding-out {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

input {
    padding: 7px 14px;
    background: url("../images/search.png") right center no-repeat;
    border: 1px solid #f0f0f0;
}

/************ reset end *************/


/************ general classes ************/
html,
body {
    height: 100%;
}

body {
    height: 100%;
    color: rgb(159, 159, 159);
    font-size: 15px;
    font-family: "open sans", arial, sans-serif;
    line-height: 1.867;
    background: #fff;
    background-attachment: fixed;
}

@media (max-width: 500px) {
    body {
        padding: 0;
    }
}

::selection {
    background: @second-color;
}

::-moz-selection {
    background: @second-color;
}

.wrapper100percent {
    float: left;
    width: 100%;
}

.loading {
    position: fixed;
    overflow: hidden;
    background: #fff url(../images/loader.gif) center center no-repeat;
    opacity: 0;
}

/*** sections ***/
.sectionwrapper {
    position: relative;
    float: left;
    margin-top: 1px;
    padding-bottom: 54px;
    width: 100%;
}

.section {
    float: left;
    width: 100%;
    background: #fff;
}

.section1 {
    float: left;
    width: 100%;
    padding: 0 0 54px 0;
    background: #fff;
}

.section1a {
    float: left;
    width: 100%;
    padding: 54px 0 0 0;
    background: #fff;
}

.section2 {
    float: left;
    width: 100%;
    padding: 0 0 54px 0;
    background: @first-color;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        color: #fff;
    }
}

.section3 {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;

    h3 {
        color: #fff;
    }

    .left {
        width: 50%;
        float: left;
        background: #fafafa;
        padding: 54px 54px 0 54px;

        .left-inner {
            max-width: 500px;
            float: right;
            width: 100%;
        }
    }

    .right {
        width: 50%;
        float: left;
        background: #fff;
        padding: 54px 54px 0 54px;

        .right-inner {
            max-width: 500px;
            float: left;
            width: 100%;
        }
    }
}

@media (max-width: 992px) {
    .section3 {
        text-align: center;
        float: left;
        width: 100%;
        display: block;

        .left {
            width: 100%;
            padding: 54px 27px;

            .left-inner {
                float: left;
                max-width: 100%;
            }
        }

        .right {
            width: 100%;
            padding: 54px 27px;

            .right-inner {
                max-width: 5000px;
                float: left;
            }
        }
    }
}

/*** sections end ***/
.mainheadlinewrapper {
    margin-top: 0;
    margin-bottom: 54px;
    float: left;
    width: 100%;
    text-align: center;

    .mainheadline {
        max-width: 600px;
        margin: 0 auto;

        h2 {
            line-height: 1;
            margin-bottom: 27px;
            font-size: 35px;
            font-weight: 400;
        }

        h3 {
            font-weight: 400;
            color: @first-color;
            margin-bottom: 0;
            font-size: 15px;
            font-family: "open sans";
            line-height: 1.8;
            color: #9f9f9f;
        }
    }
}

/********* general classes end *********/


/************ menu ************/
.top {
    position: relative;
    z-index: 200;
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e4e7ea;

    i {
        color: #bfbfbf;
        padding: 10px 14px;
        font-size: 14px;
        float: left;
        border-left: 1px solid #e4e7ea;

        &:hover {
            color: @first-color;
        }

        span {
            font-family: "open sans";
            font-weight: 500;
            font-size: 13px;
            font-style: italic;
            margin-left: 5px;
        }
    }

    i.last {
        border-right: 1px solid #e4e7ea;
    }
}

.top-disappear {
    display: none;
    .transition-all;
}

@media (max-width: 767px) {
    .top {
        text-align: center;

        i {
            border-left: none;
        }

        i.last {
            border-right: none;
        }
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    width: 42px;
    height: 34px;
    margin-top: 22px;
    margin-bottom: 8px;
    background: @first-color;
    border: none;
    border-radius: 0;

    .icon-bar {
        background-color: @second-color;
        margin: 0;
    }
}

.navbar-toggle {
    &:hover,
    &:focus {
        .icon-bar.icon-bar1 {
            .transition-all;
            transform: rotate(45deg);
        }

        .icon-bar.icon-bar2 {
            display: none;
        }

        .icon-bar.icon-bar3 {
            .transition-all;
            transform: rotate(-45deg);
            margin-top: -1px;
        }
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 30000px;
}

.navbar {
    z-index: 1000;
    width: 100%;
    float: left;
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
}

/** first navigation **/
.navbar-height1 {
    height: 120px;
    .transition-all;

    .nav > li {
        .transition-all;
        float: left;
        padding: 0;
    }

    .nav > li > a {
        .transition-all;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .navbar-brand {
        padding-top: 37px;
        height: auto;
        .transition-all;
    }
}

/** first navigation end **/

/** second navigation on scroll **/
.navbar-height2 {
    .transition-all;
    height: 50px;
    width: 100%;
    float: left;

    .nav > li {
        .transition-all;
        max-height: 50px;
        float: left;
        padding: 16px 0;
    }

    .nav > li > a {
        .transition-all;
    }

    .navbar-brand {
        padding: 0;
        height: auto;
        .transition-all;
    }
}

/** second navigation on scroll end **/

/** inner pages navigation **/
.navbar-height-inner {
    height: 120px;

    .nav > li {
        float: left;
        padding: 0;
    }

    .nav > li > a {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .navbar-brand {
        padding-top: 37px;
        height: auto;
    }
}

/** inner pages navigation end **/

.nav > li {
    border-top: 1px solid #e4e7ea;
    margin-top: -2px;
}

.nav > li > a:link,
.nav > li > a:visited {
    padding: 0 20px;
    background: transparent;
    color: @first-color6;
    font-size: 14px;
    font-family: "source sans pro";
    font-weight: 700;
    text-transform: uppercase;
}

.nav > li > a:hover {
    color: @first-color;
}

.nav > li:hover,
li.active {
    border-top: 1px solid @first-color;
}

.navbar-nav > .active > a:link,
.navbar-nav > .active > a:visited,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    display: inlne-block;
    color: @first-color;
    .borderradius0;
}

.navbar-height1 {
    .navbar-nav > li > ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

.navbar-height2 {
    .navbar-nav > li > ul {
        padding: 0;
        margin: 12px 0 0 0;
        width: 100%;
    }
}

/*** for dropdown hide ***/
.navbar-nav li ul {
    position: absolute;
    z-index: 100;
    left: -9999px;
}

.navbar-nav li:hover ul {
    left: 0;
}

.navbar-nav li:hover ul li ul {
    left: -9999px;
}

.navbar-nav li ul li ul {
    postion: absolute;
    left: -9999px;
}

.navbar-nav li ul li:hover ul {
    left: 0;
}

/*** for dropdown hide end ***/

/*** second level ***/
.navbar-nav > li > ul > li {
    margin: 0;
    width: 100%;
}

.nav li ul {
    display: block;
    float: left;
    width: 200px !important;
    background: #f8f8f8;
    padding: 14px !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.navbar-nav > li > ul > li > a:link,
.navbar-nav > li > ul > li > a:visited {
    position: relative;
    display: block;
    padding: 7px 12px;
    width: 200px;
    margin-left: 0;
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px;
    font-family: "open sans";
    font-weight: 400;
}

.navbar-nav > li > ul > li > a:hover {
    color: @first-color;
}

.navbar-nav > li:hover ul {
    left: 0;
}

/*** second level end ***/

/** fix for navigation breakpoing **/
@media (max-width: 992px) {
    .nav > li {
        border-top: none !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

/** fix for navigation breakpoing end **/

@media (max-width: 1200px) {
    .nav > li > a:link,
    .nav > li > a:visited {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 992px) {
    .nav li ul {
        width: 100% !important;
    }

    .nav > li > a:link,
    .nav > li > a:visited {
        padding: 14px 4px;
        font-size: 13px;
    }

    /** fix for navigation breakpoint 2 **/
    .navbar-header {
        float: right;
    }

    .collapse {
        float: right;
        width: 100%;
    }

    .responsive-wrapper {
        float: right;
        width: 100%;
    }

    /** fix for navigation breakpoint 2 end **/
    .navbar-nav > li > a {
        margin-left: 0;
    }

    .navbar-nav > li > a {
        margin-right: 0;
        color: #fff;
    }

    .navbar {
        position: relative !important;
        height: auto;
        min-height: 120px;
    }

    .nav {
        margin-top: 20px;
    }

    .nav li {
        width: 100%;
        text-align: center;
    }

    .navbar-nav > li > ul > li > a:link,
    .navbar-nav > li > ul > li > a:visited {
        width: 100%;
        text-align: center;
        display: block;
    }

    .navbar-nav li ul {
        position: relative;
        z-index: 100;
        left: 0;
    }

    .navbar-nav li:hover ul {
        left: 0;
    }

    .navbar-nav li:hover ul li ul {
        left: 0;
    }

    .navbar-nav li ul li ul {
        postion: relative;
        left: 0;
    }

    .navbar-nav li ul li:hover ul {
        left: 0;
    }

    .navbarwrapper {
        position: relative;
        z-index: 900;
    }
}

@media (max-width: 992px) {
    .navbar-height1 {
        float: left;

        .nav {
            padding-top: 14px;
        }

        .nav > li {
            padding: 0;
        }

        .nav > li > a {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }
    }

    .navbar-height-inner {
        height: auto;

        .nav {
            padding-top: 14px;
        }

        .nav > li {
            padding: 0;
        }

        .nav > li > a {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }
    }
}

/*** menu end ***/
/********* menu end **********/


/************ button *************/
.button1 {
    a {
        &:link,
        &:visited {
            display: inline-block;
            text-wrap: none;
            text-align: center;
            line-height: 1;
            padding: 15px 22px;
            text-transform: uppercase;
            background: @accent-color;
            font-weight: 600;
            .circle;
            color: #fff;
            font-family: "source sans pro";
            .transition-background;
        }

        &:hover {
            background: @second-color4;
        }
    }
}


.nav > li > a.button1 {
    span {
        color: #ffffff;
        background-color: @accent-color;
        padding: 5px 10px;
        border-radius: 10px;
    }
}

.accent-color-bg {
    background-color: @accent-color !important;
}

.bg-gradient {
    background-image: url("/images/gradient.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

@media screen and (max-width: 992px) {
    .bg-gradient{
        background-image: none;
    }
}

/********* button end **********/

/**************** top slider******************/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    float: left;
    width: 100%;
    margin: 120px auto 0 auto;
    background: #fff;
    position: relative;
    zoom: 1;
}

@media screen and (max-width: 992px) {
    .flexslider {
        margin: 0 auto;
    }
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
}

.flex-viewport {
    max-height: 2000px;
    .transition-all;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 5;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: @second-color;
    .transition-all;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: ' ';
}

.flex-direction-nav .flex-prev {
    left: 0;
    text-indent: -9999px;
    background: url("../images/arrow-left.png") center center no-repeat;

    &:hover {
        background: url("../images/arrow-lefth.png") center center no-repeat;
    }
}

.flex-direction-nav .flex-next {
    right: 0;
    text-indent: -9999px;
    background: url("../images/arrow-right.png") center center no-repeat;

    &:hover {
        background: url("../images/arrow-righth.png") center center no-repeat;
    }
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    .circle;
    background: @first-color;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.6;
}

.flex-control-paging li a:hover {
    background: @first-color;
    opacity: 1;
}

.flex-control-paging li a.flex-active {
    background: @first-color;
    cursor: default;
    opacity: 1;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    .transition-all;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.slides {
    .row {
        & > div {
            p {
                font-size: 16px !important;
                font-weight: 500;
            }
        }
    }
}

.flex-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -120px;
}

.flex-caption1 {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        color: #fff;
        max-width: 100%;
    }

    h2,
    h1 {
        font-weight: 300;
        margin-bottom: 27px;
    }

    p {
        opacity: 0.8;
    }
}

@media (max-width: 992px) {
    .flexslider {
        margin-top: 0;
        background: @second-color2;
    }

    .flex-caption {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 54px;
        padding-bottom: 54px;
        text-align: center;
    }

    .flex-caption1 {
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            max-width: 100%;
        }

        h2 {
            font-size: 44px;
        }

        h3 {
            font-size: 21px;
        }
    }

    .flex-control-paging li a {
        display: none;
    }
}

/**************** top slider end ******************/

/********* counter *********/
.timerwrapper {
    float: left;
    width: 100%;
    text-align: center;
    background: @first-color;
    padding: 28px 0;

    .onecounter-left {
        width: 25%;
        float: left;
    }

    .onecounter-right {
        width: 75%;
        float: left;
        padding-right: 70px;
    }

    @media (max-width: 1000px) {
        .onecounter-left {
            width: 100%;
        }

        .onecounter-right {
            width: 100%;
            padding-right: 0;
        }
    }

    p {
        display: inline-block;
        line-height: 1;
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 14px;
        font-family: "source sans pro";
    }

    h6 {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 0;
        color: #fff;
        text-transform: uppercase;
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    .onecounter {
        padding: 27px 0;
        float: left;
        width: 100%;
    }
}

/********* counter end *********/


/********* services **********/
.services {
    display: -webkit-flex;
    display: flex;

    .one-service {
        position: relative;
        z-index: 10;
        padding: 0;
        width: 20%;
        float: left;

        img {
            margin-right: 14px;
            float: left;
        }

        h3 {
            display: inline-block;
            float: left;
            margin-top: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 14px;
            opacity: 0.8;
            color: #fff;
        }
    }

    .color1 {
        background: @first-color;
    }

    .color2 {
        background: @first-color2;
    }

    .color3 {
        background: @first-color3;
    }

    .color4 {
        background: @first-color4;
    }

    .color5 {
        background: @first-color5;
    }

    .color6 {
        background: @first-color6;
    }

    ul {
        display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    ul > li {
        display: block;
        width: 100%;
        float: left;
        padding: 27px 14px 14px 27px;
        position: relative;
        margin: 0;
    }

    ul > li > ul > li {
        padding: 14px 0;
    }

    ul > li > p {
        color: #fff;
        opacity: 0.6;
        margin-bottom: 12px;
        font-family: "source sans pro";
    }

    ul > li > a {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        opacity: 0.8;
        text-transform: uppercase;

        &:hover {
            opacity: 1;
            color: #fff;
        }
    }

    li ul {
        list-style: none;
        width: 100%;
        left: 0;
        top: 100%;
        max-height: 0;
        overflow: hidden;
        .transition-all;
    }

    li ul {
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .services {
        display: block;

        .one-service {
            float: left;
            width: 100%;
        }
    }
}

/********* services end **********/

/********* testimonials *********/
.testimonials {
    text-align: center;
    width: 100%;
    float: left;

    .testimonialsinner {
        width: 100%;
        float: left;;
    }
}

.testimonial {
    padding: 27px;
    text-align: center;

    i {
        font-size: 35px;
        margin-bottom: 27px;
        color: #fff;
    }

    h5 {
        line-height: 1.7;
        font-size: 14px;
        font-style: italic;
        color: #fff;
        opacity: 0.7;
        max-width: 500px;
        margin: 0 auto 27px auto;
        font-family: "open sans";
    }

    img {
        width: 100px;
        height: 100px;
        .circle;
        margin-bottom: 27px;
    }

    p {
        color: #fff;
        margin-bottom: 27px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: "source sans pro";
    }
}

/********* testimonials end *********/


/*********** flickity gallery carousel ****************/

/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: @second-color;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: #fff;
}

.flickity-prev-next-button:focus {
    outline: none;
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60); /* IE8 */
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30); /* IE8 */
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    z-index: 100;
    width: 100%;
    float: left;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: @second-color;
    border-radius: 50%;
    filter: alpha(opacity=25); /* IE8 */
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100); /* IE8 */
    opacity: 1;
}

/******* carousel *******/
@media (max-width: 1000px) {
    .carouselwidth {
        width: 50%;
        float: left;
    }

    .gallery .partnerone {
        width: 100%;
        float: left;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .carouselwidth {
        width: 100%;
    }
}

.carouselwrapper {
    position: relative;
}

.carouselimage {
    position: relative;
    z-index: 100;
}

.flickity-enabled
.gallery-cell {
    margin-bottom: 0;
}

/*** carousel end ****/

.gallery--not-counting .gallery-cell:before {
    content: none;
}

.gallery--full-width .gallery-cell {
    width: 100%;
}

.gallery--half-width .gallery-cell {
    width: 50%;
}

.gallery--various-widths .gallery-cell {
    width: 33%;
}

.gallery--various-widths .gallery-cell.size-180 {
    width: 180px;
}

.gallery--various-widths .gallery-cell.size-large {
    width: 75%;
}

.gallery--media-queried .gallery-cell {
    width: 100%;
}

.gallery--selected-cell .gallery-cell.is-selected {
    background: #ED2;
}

.gallery--gallery-focus:focus .flickity-viewport {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

/* ---- show-several ---- */
.gallery--show-several .gallery-cell {
    width: 28%;
}

/* ---- auto-play ---- */
/* ---- images-loaded ---- */
.gallery--images-loaded-demo img {
    display: block;
    height: 160px;
}

.gallery--images-demo {
    margin-bottom: 40px;
}

.gallery--images-demo img {
    display: block;
    height: 160px;
}

.gallery--watch-demo:after {
    content: 'flickity';
    display: none;
}

.gallery--watch-demo .gallery-cell {
    margin-right: 10px;
}

.gallery--cell-selector-demo {
    position: relative;
}

.gallery--pixel-position-demo .gallery-cell {
    width: 300px;
}

.gallery--set-gallery-size-disabled {
    height: 160px;
}

.gallery--set-gallery-size-disabled .gallery-cell {
    height: 100%;
}

.gallery--set-gallery-size-disabled-percentage {
    padding-bottom: 50%;
}

.gallery--set-gallery-size-disabled-percentage .flickity-viewport {
    position: absolute;
    width: 100%;
}

.gallery--set-gallery-size-disabled-percentage .gallery-cell {
    height: 100%;
}

.gallery--resize-option {
    width: 300px;
}

.gallery--resize {
    width: 50%;
    min-width: 240px;
}

.gallery--resize.is-expanded {
    width: 100%;
}

.gallery--resize.is-expanded .gallery-cell:before {
    line-height: 320px;
}

.gallery--position-cells .gallery-cell {
    position: relative;
    width: 33%;
}

.gallery--position-cells .gallery-cell.is-expanded {
    width: 80%;
}

.gallery-cell .button {
    position: absolute;
    left: 10px;
    top: 10px;
}

.gallery--as-nav-for-main {
    margin-bottom: 40px;
}

.gallery--nav .gallery-cell {
    height: 80px;
    width: 100px;
}

.gallery--nav .gallery-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.gallery--nav .gallery-cell.is-nav-selected {
    background: #ED2;
}

.gallery--static-click .gallery-cell {
    width: 26%;
}

.gallery--static-click .gallery-cell.is-clicked {
    background: #ED2;
}

@media screen and ( min-width: 768px ) {

    .gallery--media-queried .gallery-cell {
        width: 50%;
    }

    .gallery--watch-demo:after {
        content: '';
    }

    .gallery--images-demo img {
        height: 400px;
    }
}

/*********** flickity gallery carousel end ****************/

/****************** team ******************/
.teamcolumn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: -14px;
    padding: 0 14px;

    .teamcolumn-inner {
        float: left;
        width: 100%;
        border: 1px solid #f4f4f4;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    h4 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 7px;
    }

    img {
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    .team-name {
        padding: 27px 14px;
        float: left;
        width: 100%;

        h6 {
            margin-bottom: 7px;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            color: #d0d0d0;
        }

        p {
            margin-bottom: 20px;
        }
    }
}

i.teamicon {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin-right: 5px;
    margin-left: 5px;
    color: #c5c9d2;
    background: #f4f4f4;
    .circle;

    &:hover {
        color: @first-color;
        .transition-background;
    }
}

@media (max-width: 996px) {
    .teamcolumn {
        margin-top: 54px;
        margin-bottom: 0;
    }
}

/***hover effect***/
.view1 {
    -webkit-backface-visibility: hidden;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.view1 .mask,
.view1 .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.view1 .mask {
    padding: 0%;
    -webkit-backface-visibility: hidden;
}

.view1 .maskinner {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -14px;
}

.view1 a:link,
.view1 a:visited {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "source sans pro";
    padding-top: 0;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    text-align: center;
    width: 100%;
    height: auto;
}

.view-first1 img {
    .transition-all;
}

.view-first1 .mask {
    background: @first-color-transparent;
    opacity: 0;
    .transition-all;
}

.teamcolumn:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.teamcolumn:hover .mask {
    opacity: 1;
}

.teamcolumn .view-first1:hover a, {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/***hover effect end***/
/************* team end *************/

/************** home blog ********************/
.homeblog {
    position: relative;
    z-index: 1;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 27px;

    h4 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 27px;
    }

    .date {
        width: 100%;
        float: left;

        p {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 15px;
            font-family: "source sans pro";
            font-style: italic;
            color: #d0d0d0;
            margin-right: 7px;
        }

        i {
            font-size: 13px;
            margin: 0 3px;
            padding: 0;
            color: #c5c9d2;
        }
    }
}

@media (max-width: 767px) {
    .homeblog {
        width: 100%;
        float: left;
    }
}

.homeblog:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.homeblog:hover .mask {
    opacity: 1;
}

.homeblog .view-first1:hover a, {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/************** home blog end ********************/


/************** contact ***************/

/* for contact form */
#main {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;

    #response {
        li.error {
            color: red;
        }

        li.success {
            color: green;
        }
    }

    input[type="text"], select {
        width: 100%;
        max-width: 500px;
        font-weight: 400;
        color: #fff !important;
        font-family: "source sans pro";
        margin-top: 0;
        height: 50px;
        padding: 0 27px;
        .circle;
        margin-bottom: 14px;
        float: left;
        font-size: 14px;
        font-family: "source sans pro";
        font-weight: 400;
        box-shadow: none;
        outline: none;
        border: none;
        text-transform: none;
        background: @second-color4;
        .transition-background;

        &:focus {
            background: @second-color3;
        }
    }


    ::-webkit-input-placeholder {
        font-weight: 600;
        font-size: 13px;
        color: #fff !important;
        font-family: "source sans pro";
        text-transform: uppercase;
    }

    ::-moz-placeholder {
        font-weight: 600;
        font-size: 13px;
        color: #fff !important;
        font-family: "source sans pro";
        text-transform: uppercase;
    }

    :-ms-input-placeholder {
        font-weight: 600;
        font-size: 13px;
        color: #fff !important;
        font-family: "source sans pro";
        text-transform: uppercase;
    }

    :input:-moz-placeholder {
        font-weight: 600;
        font-size: 13px;
        color: #fff !important;
        font-family: "source sans pro";
        text-transform: uppercase;
    }

    textarea {
        width: 100%;
        max-width: 500px;
        padding: 14px 27px;
        border-radius: 30px;
        height: 220px;
        margin-top: 0;
        float: left;
        color: #fff;
        text-transform: none;
        box-shadow: none;
        outline: none;
        border: none;
        background: @second-color4;
        .transition-background;

        &:focus {
            background: @second-color3;
        }
    }
}

@media (max-width: 992px) {
    #main {
        input[type="text"] {
            max-width: 100%;
        }

        textarea {
            max-width: 100%;
        }
    }
}

.buttoncontact input {
    display: inline-block;
    text-wrap: none;
    text-align: center;
    line-height: 1;
    padding: 15px 22px;
    text-transform: uppercase;
    background: @first-color;
    .circle;
    color: #fff;
    font-family: "source sans pro";
    .transition-background;
    border: none;
    outline: none;
    margin-top: 14px;
    font-weight: 400;

    &:hover {
        background: @second-color;
    }
}

/******* contact form end ********/

/******* address and faq ********/
.map-overlay {
    position: relative;
    z-index: 100;
    width: 100%;
    float: left;
    height: 400px;
    top: 400px;
    margin-top: -400px;
    max-width: 100%;
}

.map {
    position: relative;
    z-index: 5;
    width: 100%;
    float: left;
    text-align: center;
    max-width: 100%;
}

.map iframe {
    position: relative;
    z-index: 100;
    max-width: 100%;
    width: 100%;
    min-height: 400px;
    border: none;
}

@media (max-width: 1000px) {
    .map-overlay {
        height: 200px;
        top: 200px;
        margin-top: -200px;
        max-width: 100%;
    }

    .map iframe {
        width: 100%;
        height: auto;
        min-height: 100px;
        max-width: 700px;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .map iframe {
        width: 100%;
        height: auto;
        min-height: 100px;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 580px) {
    .map iframe {
        width: 100%;
        height: auto;
        min-height: 100px;
        max-width: 220px;
        float: none;
        margin: 0 auto;
    }
}

.address {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 27px;

    h4 {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        margin-bottom: 14px;
        line-height: 1.8;
    }

    p {
        text-align: center;
    }

    .ul-list {
        padding-left: 27px;

        li {
            font-family: "open sans";
            font-style: italic;
            font-weight: 400;
            font-size: 14px;
            margin-bottom: 20px;
            color: #727982;

            i {
                display: inline-block;
                border: 1px solid #ededed;
                width: 54px;
                height: 54px;
                text-align: center;
                .circle;
                color: @first-color;
                font-size: 20px;
                padding-top: 16px;
                padding-left: 10px;
                margin-right: 14px;
            }
        }
    }
}

/*** accordion one ***/
.panel {
    box-shadow: none;
}

.panel-group {
    .panel.panel-default {
        background: transparent;
        .borderradius0;
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .panel-body {
        padding: 0 27px 14px 27px;
    }

    .panel-heading {
        display: inline-block;
        width: 100%;
        margin-bottom: 14px;
        padding: 0;
        .circle;
        .transition-background;

        i {
            font-size: 20px;
            padding-right: 5px;
            font-weight: bold;
        }

        a {
            display: block;
            font-size: 13px;
            padding: 14px 27px;
            background: @first-color url("../images/minus.png") right center no-repeat;
            font-family: "source sans pro";
            color: #fff;
            font-weight: 600;
            .circle;
            text-transform: uppercase;

            &:hover {
                .transition-background;
                background: @second-color3 url("../images/plus.png") right center no-repeat;
            }
        }

        a.collapsed {
            .transition-background;
            background: @second-color4 url("../images/plus.png") right center no-repeat;

            &:hover {
                .transition-background;
                background: @second-color3 url("../images/plus.png") right center no-repeat;
            }
        }
    }
}

@media (max-width: 992px) {
    .panel-group {
        .panel-heading {
            width: 100%;
            max-width: 100%;
        }
    }
}

/** bootstrap fix **/
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

/*** accordion one end ***/
/***** address and faq end ****/

/************** contact ***************/


/************* footer *************/
footer.bottom {
    width: 100%;
    float: left;
    padding: 54px 0;
    background: @second-color;

    a:link,
    a:visited {
        color: rgb(159, 159, 159);

        &:hover {
            color: @first-color;
        }
    }

    h4 {
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    footer.bottom {
        text-align: center;
    }
}

/** social icons **/
.socialicons {
    text-align: center;

    li {
        margin: 0 5px 5px 0;
        display: inline-block;
        text-align: center;
    }
}

ul.socialicons li a:link,
ul.socialicons li a:visited {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: @second-color2;
    .circle;
    .transition-all;

    &:hover {
        background: @first-color;
    }
}

ul.socialicons li i {
    font-size: 27px;
    padding-top: 15px;
    color: @second-color;
}

/** social icons end **/
.copyright {
    width: 100%;
    float: left;
    margin-top: 27px;
    margin-bottom: 27px;
    text-align: center;

    p {
        margin-bottom: 0;
    }

    a {
        font-family: "source sans pro";
        font-weight: 600;
    }
}

.scrollbutton {
    text-align: center;

    i {
        font-size: 27px;
    }
}

/** footer stick to bottom fix **/
.push {
    height: 44px;
}

.bodywrapper {
    min-height: 100%;
    height: 100%;
    margin-bottom: -44px;
}

@media (max-width: 1000px) {
    footer.bottom {
        h3 {
            margin-bottom: 27px;;
        }
    }
}

/** footer stick to bottom fix end **/

/************ footer end ************/

/************** blog pages **************/
.masonrycontainer2 {
    height: 100%;

    img {
        margin-bottom: 10px;
        width: 100%;
    }

    .masonrys {
        margin: 0 0 54px 0;
    }
}

.meta {
    width: 100%;
    float: left;
    padding: 27px 0;
    margin-bottom: 27px;
    border-bottom: 1px solid #f0f0f0;

    p {
        display: inline-block;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1;
        font-family: "source sans pro";
        font-style: italic;
        color: #b8b7b7;
        margin-right: 10px;
    }

    i {
        font-size: 13px;
        margin: 0 3px;
        padding: 0;
        color: #b8b7b7;
    }
}

.pagination {
    float: right;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    background-color: #fff;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: @first-color;
}

.commentwrapper {
    width: 100%;
    float: left;

    .blogform {
        #main {
            input[type="text"] {
                background: @second-color3;

                &:focus {
                    background: @second-color4;
                }
            }

            textarea {
                background: @second-color3;

                &:focus {
                    background: @second-color4;
                }
            }
        }
    }

    .comment {
        position: relative;
        background: #f9f9f9;
        padding: 27px;
        margin-bottom: 27px;

        p {
            margin-bottom: 0;
            font-family: "source sans pro";
            font-style: italic;
        }

        a {
            position: absolute;
            top: 24px;
            right: 27px;
            color: #b8b7b7;
            text-transform: uppercase;
            font-style: normal;
            font-family: "source sans pro";
            background: url("../images/reply.png") left center no-repeat;
            padding-left: 25px;
            font-weight: 600;

            &:hover {
                color: @first-color;
            }
        }

        h5 {
            margin-bottom: 14px;
            font-weight: 600;
        }

        h5 span {
            margin-left: 27px;
            color: #b8b7b7;
            font-style: italic;
            font-size: 15px;
            font-family: "source sans pro";
        }
    }

    img {
        .circle;
    }
}

.sidebar {
    float: left;
    height: 100%;
    border-left: 1px solid #f0f0f0;
    padding-left: 54px;
    margin-left: 27px;

    h4 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 14px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 27px;
    }

    .widget {
        margin-bottom: 27px;
    }
}

.sidebar-left {
    float: left;
    border-right: 1px solid #f0f0f0;
    padding-right: 54px;
    margin-right: 27px;

    h4 {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 14px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 27px;
    }

    .widget {
        margin-bottom: 27px;
    }
}

@media screen and ( max-width: 992px ) {
    .sidebar {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .sidebar-left {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}

/* for contact form */
.blogform {
    #main {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;

        #response {
            li.error {
                color: red;
            }

            li.success {
                color: green;
            }
        }

        .contact1a input[type="text"] {
            width: 49%;
            margin-right: 2%;
        }

        .contact1b input[type="text"] {
            width: 49%;
        }

        .contact2 input[type="text"] {
            width: 100%;
        }

        input[type="text"] {
            max-width: 100%;
            font-weight: 400;
            color: #fff !important;
            font-family: "source sans pro";
            margin-top: 0;
            height: 50px;
            padding: 0 27px;
            .circle;
            margin-bottom: 14px;
            float: left;
            font-size: 14px;
            font-family: "source sans pro";
            font-weight: 400;
            box-shadow: none;
            border: none;
            background: @second-color4;
            .transition-background;

            &:focus {
                background: @second-color3;
            }
        }

        input[placeholder], [placeholder], *[placeholder] {
            font-weight: 600;
            font-size: 13px;
            color: #fff !important;
            font-family: "source sans pro";
            text-transform: uppercase;
        }

        textarea {
            width: 100%;
            max-width: 100%;
            padding: 14px 27px;
            border-radius: 30px;
            height: 220px;
            margin-top: 0;
            float: left;
            box-shadow: none;
            outline: none;
            border: none;
            background: @second-color4;
            .transition-background;

            &:focus {
                background: @second-color3;
            }
        }
    }
}

/******* contact form end ********/
/************* blog pages end *************/


/************* chart **************/
.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
    content: "";
    clear: both
}

.ct-double-octave:after, .ct-double-octave:before, .ct-golden-section:after, .ct-major-eleventh:after, .ct-major-eleventh:before, .ct-major-second:after, .ct-major-second:before, .ct-major-seventh:after, .ct-major-seventh:before, .ct-major-sixth:after, .ct-major-sixth:before, .ct-major-tenth:after, .ct-major-tenth:before, .ct-major-third:after, .ct-major-third:before, .ct-major-twelfth:after, .ct-major-twelfth:before, .ct-minor-second:after, .ct-minor-second:before, .ct-minor-seventh:after, .ct-minor-seventh:before, .ct-minor-sixth:after, .ct-minor-sixth:before, .ct-minor-third:after, .ct-minor-third:before, .ct-octave:after, .ct-octave:before, .ct-perfect-fifth:after, .ct-perfect-fifth:before, .ct-perfect-fourth:after, .ct-perfect-fourth:before, .ct-square:after, .ct-square:before {
    content: ""
}

.ct-label {
    fill: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .4);
    font-size: .75rem;
    line-height: 1
}

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.ct-grid {
    stroke: rgba(0, 0, 0, .2);
    stroke-width: 1px;
    stroke-dasharray: 2px
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.ct-line {
    fill: none;
    stroke-width: 4px
}

.ct-area {
    stroke: none;
    fill-opacity: .1
}

.ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: @first-color
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #d70206
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #f4c63d
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #f4c63d
}

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
    stroke: #d17905
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
    fill: #d17905
}

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
    stroke: #453d3f
}

.ct-series-e .ct-area, .ct-series-e .ct-slice-pie {
    fill: #453d3f
}

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
    stroke: #59922b
}

.ct-series-f .ct-area, .ct-series-f .ct-slice-pie {
    fill: #59922b
}

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
    stroke: #0544d3
}

.ct-series-g .ct-area, .ct-series-g .ct-slice-pie {
    fill: #0544d3
}

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
    stroke: #6b0392
}

.ct-series-h .ct-area, .ct-series-h .ct-slice-pie {
    fill: #6b0392
}

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-i .ct-area, .ct-series-i .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
    stroke: #dda458
}

.ct-series-j .ct-area, .ct-series-j .ct-slice-pie {
    fill: #dda458
}

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}

.ct-series-k .ct-area, .ct-series-k .ct-slice-pie {
    fill: #eacf7d
}

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.ct-series-l .ct-area, .ct-series-l .ct-slice-pie {
    fill: #86797d
}

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.ct-series-m .ct-area, .ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.ct-series-n .ct-area, .ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.ct-series-o .ct-area, .ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.ct-square {
    display: block;
    position: relative;
    width: 100%
}

.ct-square:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 100%
}

.ct-square:after {
    display: table
}

.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-second:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 93.75%
}

.ct-minor-second:after {
    display: table
}

.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-second:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%
}

.ct-major-second:after {
    display: table
}

.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-third:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%
}

.ct-minor-third:after {
    display: table
}

.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-third:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 80%
}

.ct-major-third:after {
    display: table
}

.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fourth:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 75%
}

.ct-perfect-fourth:after {
    display: table
}

.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fifth:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%
}

.ct-perfect-fifth:after {
    display: table
}

.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-sixth:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 62.5%
}

.ct-minor-sixth:after {
    display: table
}

.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%
}

.ct-golden-section:after {
    display: table;
    clear: both
}

.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-sixth:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 60%
}

.ct-major-sixth:after {
    display: table
}

.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-seventh:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 56.25%
}

.ct-minor-seventh:after {
    display: table
}

.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-seventh:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%
}

.ct-major-seventh:after {
    display: table
}

.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-octave:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 50%
}

.ct-octave:after {
    display: table
}

.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-tenth:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 40%
}

.ct-major-tenth:after {
    display: table
}

.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-eleventh:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 37.5%
}

.ct-major-eleventh:after {
    display: table
}

.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-twelfth:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%
}

.ct-major-twelfth:after {
    display: table
}

.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-double-octave:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 25%
}

.ct-double-octave:after {
    display: table
}

.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

span.ct-label {
    font-size: 15px;
    color: #555555;
    font-family: "source sans pro";
    line-height: 1;
}

.ct-chart {
    width: 85%;
    float: left;
}

/*********** chart end *****************/

/****************** twitter ****************/
.user, .tweet, .timePosted {
    text-align: center;
}

.user {
    width: 100%;
}

.tweet p {
    width: 100%;
}

.twitter p {
    color: #fff;
    opacity: 0.6;
}

.timePosted {
    width: 100%;
}

.user {
    clear: left;
}

.user img {
    .circle;
    width: 65px;
    height: 65px;
}

.user a span[data-scribe="element:name"] {
    display: none;
}

.user a span[data-scribe="element:screen_name"] {
    display: block;
    margin: 22px auto;
}

.interact {
    text-align: center;
    width: 100%;
    margin-top: -7px;
}

.interact a {
    margin: 0 5px;
}

.media img {
    max-width: 250px;
    max-height: 250px;
}

/********* twitter end *********/

/************ single page ************/
.bodywrapper-pages {
    padding-bottom: 54px;
    float: left;
    width: 100%;
}

.mainheadlinewrapperpage {
    padding: 54px 0;
    float: left;
    width: 100%;
    margin-bottom: 54px;
    background: @first-color;

    h1 {
        font-size: 28px;
        margin-bottom: 7px;
        color: #fff;
        font-weight: 400;
    }

    p {
        color: #fff;
        opacity: 0.7;
        line-height: 1;
        margin-bottom: 0;
        font-family: "source sans pro";
    }
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    margin-top: 18px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;

    a {
        color: #fff;
        opacity: 0.6;
        font-family: "source sans pro";
        font-size: 15px;

        &:hover {
            opacity: 1;
            color: #fff;
        }
    }
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #fff;
    font-family: "source sans pro";
    font-size: 15px;
}

/************ single page end ************/


/************ insurance single page ************/
.insurance-headline {
    width: 100%;
    float: left;
    background: @first-color;
    text-align: center;
    padding: 54px 0 0 0;

    h1 {
        font-size: 35px;
        margin-bottom: 27px;
    }

    p {
        max-width: 600px;
        margin: 0 auto;
    }

    a {
        display: block;
        opacity: 0.7;
        letter-spacing: 1px;
        font-weight: 600;

        &:hover {
            opacity: 1;
        }
    }

    img {
        margin-bottom: 27px;
    }

    h4 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }

    ul.single-icons-wrapper {
        width: 100%;
        float: left;
        margin-top: 27px;
        margin-bottom: 0;

        li {
            margin-bottom: 0;
            padding: 0 0 27px 0;
            border-bottom: 2px solid @first-color;

            &:hover {
                border-bottom: 2px solid @second-color;
            }
        }
    }

    .single-icon {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        padding: 27px;
    }

    .single-icon.last {
        border: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        color: #fff;
    }
}

ul.insurance-list {
    padding-right: 27px;

    li {
        border-bottom: 1px solid #dedddd;
        padding: 4px 0;
    }

    b {
        color: @second-color;
    }

    span {
        width: 200px;
        text-align: left;
        float: right;
    }
}

@media (max-width: 767px) {
    .insurance-headline {
        .single-icon {
            border-right: none;
        }

        ul.single-icons-wrapper {
            li {
                padding: 0 0 14px 0;
                border-bottom: none;

                &:hover {
                    border-bottom: none;
                }
            }
        }
    }
}

@media (max-width: 500px) {
    ul.insurance-list {
        span {
            width: auto;
            text-align: left;
            float: none;
            padding-left: 20px;
        }
    }
}

.insurance-section1 {
    width: 100%;
    float: left;
    background: @first-color;

    img {
        margin-top: -27px;
    }

    p {
        opacity: 0.7;
    }

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    li {
        color: #fff;
    }

    ul li {
        position: relative;

        .img-wrapper {
            float: left;
            width: 30%;
            min-width: 95px;
            text-align: center;
        }

        .img-wrapper-inner {
            width: 90px;
            height: 90px;
            background: #fff;
            .circle;
            padding-top: 42px;
        }

        .text-wrapper {
            float: left;
            width: 70%;
            min-width: auto;
            padding-left: 10px;
        }

        h4 {
            text-transform: uppercase;
            font-size: 15px;
            letter-spacing: 1px;
            font-weight: 600;
        }
    }
}

@media (max-width: 1200px) {
    .insurance-section1 {
        ul li {
            float: left;
            position: relative;

            .img-wrapper {
                width: 20%;
                min-width: 95px;
            }
        }
    }

    .mobile-change {
        background: #fff;
    }
}

.insurance-icons {
    text-align: center;

    h5 {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .insurance-icon {
        background: @first-color;
        width: 90px;
        height: 90px;
        .circle;
        text-align: center;
        padding-top: 28px;
        margin: 0 auto 27px auto;
    }
}

.section-cta {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: flex;
    background: @first-color5;

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    li {
        color: #fff;
    }

    .cta-left {
        width: 50%;
        float: left;
        padding: 54px 0;

        .cta-left-inner {
            width: 100%;
            float: right;
            padding: 0 27px;
            max-width: 575px;
        }
    }
}

@media (max-width: 1200px) {
    .section-cta {
        text-align: center;
        display: block;

        .cta-left {
            width: 100%;

            .cta-left-inner {
                width: 100%;
                float: left;
                padding: 54px 27px;
                max-width: 100%;
            }
        }
    }
}

/************ insurance single page end ************/


/********* gallery page **********/
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/**** filter Options ****/
#options ul {
    min-height: 27px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#options ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

#options ul li a:link,
#options ul li a:visited {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    background: @second-color;
    .circle;
    .transition-background;
    font-family: "source sans pro";
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 25px;
    display: inline-block;
    margin-bottom: 27px;
}

#options ul li a:hover {
    background: @first-color;
}

#options ul li a:focus {
    background: @first-color;
}

.isotopecontainer {
    margin: 0 auto 54px auto;
    float: none;
    width: 100%;
    background: transparent;
}

.photos .photo {
    max-width: 33%;
    margin: 1%;
    float: none;
}

@media (max-width: 1000px) {
    .photos .photo {
        max-width: 48%;
        margin: 1%;
        float: none;
    }
}

@media (max-width: 500px) {
    .photos .photo {
        max-width: 100%;
        margin: 14px 0;
        float: none;
    }
}

.photos .photo img {
    display: block;
    width: 100%;
}

.photos .photo2 img {
    display: block;
    width: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope portfolio end*****/
/***hover effect***/
.view {
    -webkit-backface-visibility: hidden;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.view .mask {
    padding: 0%;
    -webkit-backface-visibility: hidden;
}

.view .maskinner {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -44px;
}

.view img {
    display: block;
    position: relative;
}

.view h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.view a:link,
.view a:visited {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 14px;
    padding-top: 18px;
    text-transform: uppercase;
    color: @first-color;
    background: #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    text-align: center;
    width: 54px;
    height: 54px;
}

.view a:hover {
    background: @second-color;
}

.view-first img {
    .transition-all;
}

.view-first .mask {
    opacity: 0;
    .transition-all;
}

.view-first a {
    opacity: 0;
    .transition-all;
}

.view-first:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first:hover .mask {
    background: @first-color-transparent;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover a,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/***hover effect end***/
/************* gallery page end *****************/

/************ tabs ****************/
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    display: block;
    margin-right: 2px;
    line-height: 3;
    border: 1px solid #f0f0f0;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: #f0f0f0;
}

.tab-pane {
    padding: 14px 0;
}

.navbar-height1 .navbar-brand img {
    height: 60px;
    margin-bottom: 5px;
}

.navbar-height2 .navbar-brand img {
    height: 40px;
}

.icon-white {
    color: #fff;
    height: 28px;
    margin-bottom: 20px;

}

.career li {
    margin-bottom: 0px;
}


.br-blue{
    border-right: 1px solid @first-color2;
}

/************* tabs end **************/
