body
{
        font-family: 'Montserrat', sans-serif;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #000;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
    color: #fd7d00;
    background-color: transparent;
}


.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}
.navbar-brand-centered {
    position: absolute;
    left: 45%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: transparent;
}
.navbar> .navbar-brand-centered, 
.navbar>.navbar-brand-centered {
    margin-left: -80px;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbare .navbar-toggle:hover {
    background-color: #333;
}
.navbar .navbar-toggle {
    border-color: #ddd;
    background-color: #ddd;
    margin-right: 25px;
}
.navbar-brand {
    font-size: 24px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 16px;
    font-size: 18px;
    line-height: 20px;
}

.head-content{

    color: #252a34;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    z-index: 102;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
  
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent; 
    color: #1193d5;
}
.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 15px;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.margin-top-1 {
    margin-top: 91px;
}

/*slider*/

.bs-slider{
    overflow: hidden;
    max-height: 540px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 10%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > img {
    width: 90px;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }

}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > img {
    width: 30px;
}
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

.heading-content > h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #fd7d00;
    margin-bottom: 15px;
}
.heading-content > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #51565f;
    margin-bottom: 25px;
}
.paragraph-content > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #51565f;
    text-align: justify;
}

.padding-top-bottom{
    padding-top: 30px;
    padding-bottom: 50px;
}
.top-parh-padding{
    padding-top: 20px;
}
.about-img {
    position: relative;
}
.about-img img {
    margin-top: 50px;
    width: 90%;
}
.about-layer-two {
    margin-top: -50px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.bg-color{
    background: #f4f7f7;
    padding-top: 30px;
    padding-bottom: 50px;
}


        .service-box{
            box-shadow: -1px 4px 18px -5px;
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #010101;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
            font-weight: 700;

        }
        .service-box .service-content h3 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .yellow{background-color: #fff;}
        .orange{background-color: #fff;}
        .red{background-color: #fff;}
        .grey{background-color: #fff;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }

.link {
    font-size: 13px;
    font-weight: 600;
    padding-top: 25px;
}

a {
    color: #428bca;
    text-decoration: none;
}   

a:active, a:focus, a:hover {
    color: #428bca;
}
a:hover {
    color: #428bca;
    text-decoration: none;
} 


.spe-cor {
  position: relative;

}
.spe-cor .carousel-correspondence [class*="cloneditem-"] {
  display: none;
}
.spe-cor .carousel-inner {
  margin-bottom: 20px;
}
.spe-cor h4.title {
  padding-top: 25px;
  padding-bottom: 10px;
}

.spe-cor .thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px;
  height: auto;
  position: relative;
  border: none;
  overflow: hidden;
  box-shadow: -1px 4px 18px -5px;
}
.spe-cor .thumbnail:hover, .spe-cor .thumbnail:active, .spe-cor .thumbnail:focus {
  background: #FFF;
}

.carousel-correspondence .carousel-control.left, .carousel-correspondence .carousel-control.right, .carousel-video-thumb .carousel-control.left, .carousel-video-thumb .carousel-control.right {
  background-image: none !important;
  color: #c0c0c0;
  height: 35px;
  width: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(224, 224, 224);
  background-color: rgb(245, 245, 245);
  margin: 0;
}
.carousel-correspondence .carousel-control.left:hover, .carousel-correspondence .carousel-control.right:hover, .carousel-video-thumb .carousel-control.left:hover, .carousel-video-thumb .carousel-control.right:hover {
  color: #FFF;
  background: #C00;
}
.carousel-correspondence .controls, .carousel-video-thumb .controls {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 75px;
  padding-right: 15px;
  padding-left: 15px;
  background: none;
  top: 0;
  right: 0;
  margin-top: -40px;
  height: 35px;
}
.carousel-correspondence .carousel-control, .carousel-video-thumb .carousel-control {
  color: #fff;
  padding: 0px;
  padding-top: 3px;
  color: #428BCA;
  bottom: auto;
  width: 35px;
  height: 35px;
  text-shadow: none;
  opacity: 1;
  top: 0;
}
.carousel-correspondence .carousel-control:hover, .carousel-video-thumb .carousel-control:hover {
  color: #d9534f;
}
.carousel-correspondence .carousel-control.left, .carousel-correspondence .carousel-control.right, .carousel-video-thumb .carousel-control.left, .carousel-video-thumb .carousel-control.right {
  background-image: none !important;
}
.carousel-correspondence .carousel-control.right, .carousel-video-thumb .carousel-control.right {
  left: auto;
}
.carousel-correspondence .carousel-control.left, .carousel-video-thumb .carousel-control.left {
  right: auto;
}
.carousel-correspondence .carousel-indicators, .carousel-video-thumb .carousel-indicators {
  bottom: -30px;
}
.carousel-correspondence .carousel-indicators li, .carousel-video-thumb .carousel-indicators li {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 1px solid #ccc;
}
.carousel-correspondence .carousel-indicators .active, .carousel-video-thumb .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background: #3276b1;
  border-color: #3276b1;
}

/*================================================*/

/*Correspondece Slider*/
@media all and (min-width:768px) {
    .carousel-correspondence .carousel-inner > .active.left, .carousel-correspondence .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-correspondence .carousel-inner > .active.right, .carousel-correspondence .carousel-inner > .next {
        left: 50%;
    }
    .carousel-correspondence .carousel-inner > .left, .carousel-correspondence .carousel-inner > .prev.right, .carousel-correspondence .carousel-inner > .active {
        left: 0;
    }
    .carousel-correspondence .carousel-inner .cloneditem-1, .carousel-correspondence .carousel-inner .cloneditem-2 {
        display: block;
    }
}
@media all and (min-width:768px) and (transform-3d), all and (min-width:768px) and (-webkit-transform-3d) {
    .carousel-correspondence .carousel-inner > .item.active.right, .carousel-correspondence .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.333%, 0, 0);
        transform: translate3d(33.33%, 0, 0);
        left: 0;
    }
    .carousel-correspondence .carousel-inner > .item.active.left, .carousel-correspondence .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.333%, 0, 0);
        transform: translate3d(-33.333%, 0, 0);
        left: 0;
    }
    .carousel-correspondence .carousel-inner > .item.left, .carousel-correspondence .carousel-inner > .item.prev.right, .carousel-correspondence .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media all and (min-width:992px) and (max-width:1200px) {
    .carousel-correspondence .carousel-inner > .active.left, .carousel-correspondence .carousel-inner > .prev {
        left: -25%;
    }
    .carousel-correspondence .carousel-inner > .active.right, .carousel-correspondence .carousel-inner > .next {
        left: 25%;
    }
    .carousel-correspondence .carousel-inner > .left, .carousel-correspondence .carousel-inner > .prev.right, .carousel-correspondence .carousel-inner > .active {
        left: 0;
    }
    .carousel-correspondence .carousel-inner .cloneditem-2, .carousel-correspondence .carousel-inner .cloneditem-3 {
        display: block;
    }
}
@media all and (min-width:992px) and (transform-3d), all and (min-width:992px) and (-webkit-transform-3d) {
    .carousel-correspondence .carousel-inner > .item.active.right, .carousel-correspondence .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-correspondence .carousel-inner > .item.active.left, .carousel-correspondence .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-correspondence .carousel-inner > .item.left, .carousel-correspondence .carousel-inner > .item.prev.right, .carousel-correspondence .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media all and (min-width:1200px) {
    .carousel-correspondence .carousel-inner > .active.left, .carousel-correspondence .carousel-inner > .prev {
        left: -16.666667%;
    }
    .carousel-correspondence .carousel-inner > .active.right, .carousel-correspondence .carousel-inner > .next {
        left: 16.666667%;
    }
    .carousel-correspondence .carousel-inner > .left, .carousel-correspondence .carousel-inner > .prev.right, .carousel-correspondence .carousel-inner > .active {
        left: 0;
    }
    .carousel-correspondence .carousel-inner .cloneditem-2, .carousel-correspondence .carousel-inner .cloneditem-3, .carousel-correspondence .carousel-inner .cloneditem-4, .carousel-correspondence .carousel-inner .cloneditem-5, .carousel-correspondence .carousel-inner .cloneditem-6 {
        display: block;
    }
}
@media all and (min-width:1200px) and (transform-3d), all and (min-width:1200px) and (-webkit-transform-3d) {
    .carousel-correspondence .carousel-inner > .item.active.right, .carousel-correspondence .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.666667%, 0, 0);
        transform: translate3d(16.666667%, 0, 0);
        left: 0;
    }
    .carousel-correspondence .carousel-inner > .item.active.left, .carousel-correspondence .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.666667%, 0, 0);
        transform: translate3d(-16.666667%, 0, 0);
        left: 0;
    }
    .carousel-correspondence .carousel-inner > .item.left, .carousel-correspondence .carousel-inner > .item.prev.right, .carousel-correspondence .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/*Correspondece Slider Ends*/    

.parallax {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/count-bg.jpg);
    min-height: 200px;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

#counter_threeup {

                font-size: 14px;
                color: #fff;
                width: 100%;
                font-weight: 400;
            }
           
            .sections {
                padding-top: 100px;
                padding-bottom: 100px;
                position: relative;
                overflow: hidden;
            }
            /*For Counterup Section*/

            .counter_threeup{
                margin-top:20px;
                display: block;
            }
            .counter_threeup .counter_threeup-photo{
                width: 22%;
                height: 100px;
                float:left;
                margin-right: 10px;
            }
            .counter_threeup .counter_threeup-photo img{
                width:100%;
                margin-top:10px;
            }
            .counter_threeup .counter_threeup-content{
                padding-top:10px;
                padding-left:80px;


            }
            .counter_threeup .counter_threeup-content h5{
                font-family: 'Oswald', sans-serif;
                font-size:1.571em;
            }
            .counter_threeup .counter_threeup-content h6{
                font-size:1.286em;
                font-family: 'Lobster', cursive;
            }

            @media (max-width:992px){
                .counter_threeup{
                    margin-bottom:30px;
                } 
            }
            @media (max-width:768px){
                .counter_threeup .counter_threeup-photo img{
                    width:50%;
                    height: 60%;
                } 
            }
            .plus{
                    padding-top: 20px;
                    font-size: 24px;
                    color: #fff;
                }
            .statistic-counter{
                    color: #fff;
                }




 .responsive-text{
   /*** margin-top: -17px;  ****/
    width: 183px;
 }
 .box-shadow{
        box-shadow: 0px 3px 15px 0px;
 }

 .btn {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size:14px;
    line-height:20px;
    font-weight:700;
    text-transform:uppercase;
    border: 3px solid;
    padding:8px 20px;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-outlined.btn-theme {
    background: none;
    color: #fd7d00;
    border-color: #fd7d00;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    color: #FFF;
    background: #fd7d00;
    border-color: #fd7d00;
}

.btn-margin{
    padding-top: 15px;
}
.separator {
    line-height: 0.5;
    text-align: center;
    margin: 15px 0 30px 0;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator span:before {
    right: 100%;
    margin-right: 15px;
}
.separator span:before, .separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,.1);
    top: 5px;
    width: 150px;
}
.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span:before, .separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #252a34;
    top: 5px;
    width: 150px;
}
.separator span i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
    color: #1193d5;
}
.seprator-1{
     height: 2px;
    width: 75px;
    background-color: #1193d5;
    margin: 30px 0 30px 0;
}
.padding-top-bottom-1{
    padding-top: 10px;
    padding-bottom: 10px;
}
.blue-bgrd{
    background-color: #f4f7f7;
}

  /* myfooter */

.myfooter {
    background: rgb(231 231 231); // rgba(44, 62, 80,1.0);
    color: #000;
    padding: 25px 0 25px 0;
 /*   padding: 50px 0 20px 0;
    background-color: #35404f;
    color: #878c94;*/
}

.myfooter-bottom ul.social {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
.myfooter-bottom ul.social li {
    display: inline;
    margin: 0 5px;
}
.myfooter-bottom .social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.myfooter-bottom .social a.icoRss:hover {
    background-color: #F56505;
}
.myfooter-bottom .social a.icoFacebook:hover {
    background-color:#3B5998;
}
.myfooter-bottom .social a.icoTwitter:hover {
    background-color:#33ccff;
}
.myfooter-bottom .social a.icoGoogle:hover {
    background-color:#BD3518;
}
.myfooter-bottom .social a.icoVimeo:hover {
    background-color:#0590B8;
}
.myfooter-bottom .social a.icoLinkedin:hover {
    background-color:#007bb7;
}
.myfooter-bottom .social a.icoRss:hover i, .myfooter-bottom .social a.icoFacebook:hover i, .myfooter-bottom .social a.icoTwitter:hover i,
.myfooter-bottom .social a.icoGoogle:hover i, .myfooter-bottom .social a.icoVimeo:hover i, .myfooter-bottom .social a.icoLinkedin:hover i {
    color:#fff;
}
a.myfooter-bottom .socialIcon:hover, .myfooter .socialHoverClass {
    color:#44BCDD;
}

.myfooter-bottom .social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.myfooter-bottom .social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.myfooter-bottom .social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.myfooter-bottom .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.myfooter-bottom {
    background: rgba(52, 73, 94,1.0);
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ccc;
}
.myfooter-bottom p.pull-left {
    padding-top: 15px;
}
.contact-text{
    color: #000;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Dosis',Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.adress li a , .menu li a{
    color:#000;
    letter-spacing:1px;
    text-decoration:none;
    font-size:13px;
}

.adress li, .menu li{
    margin-top: 5px;
    list-style: none;
}

.adress li a:hover , .menu li a:hover{
    color: #1193d5;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.menu li a{
    color:#FFF;
    text-decoration:none;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ddd;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.breadcrumb {
    padding: 22px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-family: 'Dosis',Arial, Helvetica, sans-serif;
}
.breadcrumb-text{
        color: #fff;
}
.breadcrumb-text:focus, .breadcrumb-text:hover {
    color: #fd7d00;
    text-decoration: none;
}
.breadcrumb>.active {
    color: #fd7d00;
}
.text-head-3 {
    padding-top: 18px;
    font-size: 30px;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-family: 'Dosis',Arial, Helvetica, sans-serif;
}

.strips {

background-image: linear-gradient(rgba(245,245,245,0.5), rgba(245,245,245,0.5)), url(images/bg.jpg) ;
    background-attachment: fixed;
    border-top: 1px solid#ddd;
    border-bottom: 1px solid#ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.form-control{
    border: none;
    background-color: #f4f7f7;
}

.contact-detail {
    position: relative;
    padding-left: 64px;
}
.contact-detail i {
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    line-height: 45px;
    border: 2px solid #000;
    color: #000;
    font-size: 22px;
    border-radius: 50%;
    left: 0px;
    top: 0px;
}
.form-control:focus {
    border-color: #1193d5;
    outline: 0;
    box-shadow: inset 0 1px 1px #6bb765, 0 0 8px #1193d5;
}
.btn-info {
    color: #fff;
    background-color: #1193d5;
    border-color: #1193d5;
}
.btn-info:active,.btn-info:hover,.btn-info:focus{
    color: #fff;
    background-color: #1193d5;
    border-color: #1193d5;
}
.btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color:  #1193d5;
    border-color:  #1193d5;
}

.category-buttons>.active>a, .category-buttons>.active>a:focus, .category-buttons>.active>a:hover {
   text-decoration: none;
    background-color: #1193d5;
    color: #000;
 
}

.category-buttons>li>a:focus,.category-buttons>li>a:active, .category-buttons>li>a:hover {
    text-decoration: none;
    background-color: #1193d5;
    color: #000;
}

.para-head {
    
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: justify;
}
.gal-padding{
    padding: 15px;
}

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #1193d5;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #d9f2d9;
    color: #6bb765;
}
#accordion .panel-title a.collapsed:hover{
    color: #6bb765;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #6bb765;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    background-color: #d9f2d9;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #6bb765;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}

a:hover, a:active, a:focus {
    color: #6bb765;
    text-decoration: none;
}   

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 0.62857143;
    vertical-align: top;

}
#accordion .panel-title a:hover {
   
    color: #fff;
    background: #000;
 
}
#accordion .panel-title a:active {
   
    color: #fff;
    background: #000;
 
}
#accordion .panel-title a:focus {
   
    color: #fff;
    background: #000;
 
}
.enterprises-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    text-align: justify;
}