/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  border-radius: 5px;
}

.contentholderforlihg{
max-width: 633px;
    margin: auto;
        background-color: #ffffff;
    padding: 8px 13px 25px 13px;
    height: 92vh;
    overflow-y: scroll;
    max-height: 897px;
}



 .slider {
position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}
.slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.active-slide {
    display: block;
}
.slider-nav {
    text-align: center;
        margin-top: 73%;
}
.arrow-prev {
        margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    color: #41d64d;
}
.arrow-next {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    color: #41d64d;
}
.slider-dots {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}
.slider-dots li {
    color: #bbbcbc;
    display: inline;
    font-size: 30px;
    margin-right: 5px;
}
.slider-dots li.active-dot {
    color: #41d64d;
}

.smallones a{
    font-size: 15px;
    color: #545454 !important;
}

.slide img{
    width: 100%;
}


.buttonhodler button{
    color: white;
    width: 100%;
    padding: 17px;
    margin: 0px;
    border: 3px solid white;
    background-color: transparent;
    text-transform: uppercase;
    transition: .25s all;
}

.buttonhodler button:hover{
    background-color: white;
    transition: .25s all;
    color: #08b4b6;
}


.lightboxformat h1{
    text-align: center;
    color: #00c90f;
    font-size: 18px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px;
}

.lightboxformat h2{
        text-align: center;
    color: #838383;
    font-size: 11px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px;
}

.lightboxformat h3{
        text-align: left;
    color: #00c90f;
    font-size: 17px;
    padding: 0px 0px 0px 23px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px;
}

footer{
	
    background-color: #f9f9f9;
}

.text-muted2 {
        color: #a6a6a6;
    float: right;
        background-color: #f2f2f2;
    padding: 13px;
    margin: 0px;
    font-weight: 200;
}

.lightboxformat ul li{
        color: #000000;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
    font-weight: 100;
    margin: 0px;
    line-height: 31px;
    list-style-type: circle;
}


@media screen and (max-width: 500px){


.infoholder {
    background-color: transparent !important;
}

.infoholder .col-md-6:nth-child(1){
	float: left;
}


.infoholder .col-md-6:nth-child(2){
	float: right;
}

.codeusesd {
	visibility: hidden;
}

.text-vertical-center h1 {
    line-height: 41px !important;
    font-size: 14px !important;
}


}

.prices{
    margin: 0px 0px 1px 0px;
    text-align: center;
    padding: 12px 0px;
}

.prices a{
    color: #ffffff;
        padding: 13px 102px;
        background-color: #1a9823;
        transition: .25s all;
}

.prices a:hover{
background-color: #27c133;
transition: .25s all;
}

.prices p{
    color: #ffffff;
    margin:0px;
}

.padingrgiht{
    padding-right: 0px;
}
.padingleftf{
    padding-left: 0px;
}

.prices1{
    background-color: #41d64d;
}

.prices2{
    background-color: #27c133;
}

#lb-close:hover{
    background-color: #42c5db;
    transition: .25s all;

    
}


#search-submit {
    position: absolute;
    top: 4px;
    width: 108px;
    right: 16px;
    color: #2ac760;
    padding: 3px;
    transition: .25s all;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    background-color: #fefefe;
    border: none;
}

#search-submit:hover {
    background-color: #0d7b00;
    transition: .25s all;
    color: #ffffff
}


#search-submitv {
    position: absolute;
    top: 4px;
    width: 108px;
    right: 16px;
    color: #2ac760;
    padding: 3px;
    transition: .25s all;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    background-color: #fefefe;
    border: none;
}

#search-submitv:hover {
    background-color: #0d7b00;
    transition: .25s all;
    color: #ffffff
}


.prices a:hover{
    text-decoration: none;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(142, 142, 142, 0.89);
    opacity: 0.9;
    text-align: center;
    display: none;
        z-index: 9999999;
}  
#lb-content {
    color: #222;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 9999999;
    top: 3%;
    margin: auto;
}
#lb-close {
    display: block;
    height: 22px;
    width: 25px;
    background-color: #1a9823;
    color: #ffffff;
    position: relative;
    top: 3px;
    left: 4px;
    cursor: pointer;
    text-align: center;
}












* {
    margin: 0px;
    padding: 0px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.forkit {
    position: fixed;
    right: 0;
    top: 0;

    width: 200px;
    height: 150px;

    font-family: 'Lato', sans-serif;
    text-decoration: none;
    z-index: 999999;
}
    .forkit .tag {
        display: block;
        height: 30px;
        width: 200px;

color: #000;
    background: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
        box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );

        -webkit-transform-origin: 15px 0px;
           -moz-transform-origin: 15px 0px;
            -ms-transform-origin: 15px 0px;
             -o-transform-origin: 15px 0px;
                transform-origin: 15px 0px;
    }

    .forkit .tag:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 196px;
        height: 26px;
        margin: 1px;
        border: 1px solid rgba( 255, 255, 255, 0.4 );
    }
    .forkit .string {
        display: block;
        height: 1px;
        width: 0px;
        position: absolute;

        background: rgba( 255, 255, 255, 0.7 );
        box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );

        -webkit-transform-origin: 0px 0px;
           -moz-transform-origin: 0px 0px;
            -ms-transform-origin: 0px 0px;
             -o-transform-origin: 0px 0px;
                transform-origin: 0px 0px;
    }

    .forkit-curtain  .close-button {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
        cursor: pointer;

        background: url(../img/close.png);
    }

.forkit-curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    z-index: 1000;
    background-color: rgba(162, 162, 162, 0.58);

}



.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.fs-background-media img, .fs-background-media video, .fs-background-media iframe {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-user-drag: none;
}



body {
    font-family: roboto !important;
}


.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}



.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    color: white;
    text-align: left;
    font-weight: 200;
    padding: 0px 35px;
    animation: .25s all;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c2c2c2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c2c2c2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c2c2c2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c2c2c2;
}

    
.btn-dark {
border-radius: 22px;
    color: #3dabb8;
    transition: .25s all;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #000;
    transition: .25s all;
}

.btn-light {
    border-radius: 0;
color: #f6f6f6;
    background-color: rgb(78, 78, 78);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: -10px;
    width: 250px;
    height: 135px;
    transform: translateX(250px);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.86);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
        top: 25%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    transition: .25s all;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(110, 110, 110, 0.2);
    transition: .25s all;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
        color: #fff;
    background-color: #4f4f4f;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    transition: .25s all;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
        right: 145px;;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.marginarray{
    padding: 0px 35px;
    margin: 9px 0px 0px 0px;
}

.element a{
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
        background-image: -webkit-linear-gradient(45deg,rgba(0,255,206,1.00) 0%,rgba(21,51,142,1.00) 100%);
    background-image: -moz-linear-gradient(45deg,rgba(0,255,206,1.00) 0%,rgba(21,51,142,1.00) 100%);
    background-image: -ms-linear-gradient(45deg,rgba(0,255,206,1.00) 0%,rgba(21,51,142,1.00) 100%);
    background-image: -o-linear-gradient(45deg,rgba(0,255,206,1.00) 0%,rgba(21,51,142,1.00) 100%);
    background-image: -webkit-gradient(left bottom,color-stop(rgba(0,255,206,1.00) 0%),color-stop(rgba(21,51,142,1.00) 100%));
    background-image: linear-gradient(45deg,rgba(0,255,206,1.00) 0%,rgba(21,51,142,1.00) 100%);

}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    padding: 50px 0px;
}

/* Portfolio */

.portfolio {
    padding: 50px 0px 0px 0px;
        background-color: #f9f9f9;
}

/*.portfolio-item {
    margin-bottom: 30px;
}*/

.img-portfolio {
    margin: 0 auto;
    transition: .25s all;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */


#to-top {
  display: none;
  position: fixed;
    bottom: 16px;
    right: 12px;
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    width: 161px;
    border: 3px solid #ffffff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #535353;
    transition: .5s all;

}


/*body{
    overflow-y: hidden;
}*/

.infoholder{
    background-color: #ffffff;
    padding: 10px 6px 17px 6px;
    margin-bottom: 22px;
}

.infoholder h3{
    margin: 0px;
    text-align: left;
    color: black;
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 300;
}

.logovs{
    max-width: 5%;
    margin: auto;
}


.alholdersc{
    max-width: 50%;
    margin: auto;
}


.logovs img{
    width: 100%;

}

.infoholder h4,h5{
    margin: 0px;
    color: black;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 200;
}

.infoholder h4{
    padding: 8px 0px 0px 0px;
}

h2.protrext{
     color: #838383;
    text-transform: uppercase;
    font-weight: 200;
}

h2.protrext2{
     color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
}


.codeusesd2 img{
    position: absolute;
    top: 14px;
    width: 120px;
    border: none !important;
    right: 29px;
}


.codeusesd p{
    float: right;
    background-color: rgba(255, 255, 255, 0.59);
    margin: 0px 1px;
    padding: 4px 9px;
    color: #363636;
    position: relative;
    top: -107px;
    font-weight: 200;
}

.portfolio-item img:hover{
    /*border: 9px solid #f2f2f2;*/
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;  
}

#phoneView{
    display: none;
}



.portfolio-item img{
    
    /*border: 9px solid white;*/
            -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;
}


.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


#contactforms label{
    text-align: left;
    width: 87px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.49);
    padding: 2px 0px 3px 9px;
    color: white;
    text-transform: uppercase;
}

#contactforms label:nth-child(3) {
    position: relative;
    top: -128px;
}

input[type=submit] {
background-color: rgb(255, 255, 255);
    color: black;
    border: none;
    text-transform: uppercase;
    font-weight: 100;
    transition: .25s all;
    margin-top: -4px !important;

}


.emsadent{
    padding: 17px;
    color: #ffffff;

}


input[type=submit]:hover {
    background-color: #005c5d !important;
    color: white !important;
    transition: .25s all;

}

#contactforms{
    padding: 13px 0px;
    width: 372px;
    margin: auto;
}

h2.suips{
    text-transform: lowercase;
    font-size: 19px;
    color: white;
}


@media (max-width: 992px){

.codeusesd p {
    top: -135px;
}

}

#contactforms input{
color: black;
    padding: 15px 9px;
    margin: 0px 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.87);
    border: none;
    margin-bottom: 1px;
}

#contactforms textarea{
color: black;
    padding: 11px 9px;
    width: 100%;
    height: 144px;
    resize: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.87);
    border: none;
margin-bottom: 1px;
}

@media (min-width: 402px) and (max-width: 1234px){

#sidebar-wrapper.active {
    top: 230px;
    right: 252px;
      width: 212px;
}
.sidebar-nav {
    width: 212px;
}

}

@media (max-width: 420px){
#sidebar-wrapper.active {
    width: 101%;
    top: inherit !important;
    right: 250px;
    bottom: 1px;
}
.sidebar-nav{
    width: 100%;
}

#contactforms {

    width: 100%;

}



.lightboxformat h1 {
        font-size: 13px;
}



.lightboxformat h3{
        padding: 0px;
}

.lightboxformat ul{
            padding: 0px 0px 0px 25px;
}

.prices a {
    padding: 13px 104px;
}

.padingleftf{
    padding:0px;
}

.padingrgiht {
   padding:0px;
}


#phoneView{
        display: initial;
}

}


@media (max-width: 720px){


    .alholdersc {
    max-width: 99%;
    margin: auto;


}

.logovs {
    max-width: 27%;
    margin: auto;
}


.text-vertical-center h1 {
    font-size: 15px;

}

}



@media(max-width:420px) {
.forkit {
    position: fixed;
    right: 0;
    top: 0;
    width: 146px;
    height: 8px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    z-index: 999999;
}

.forkit .tag:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 114px;
    height: 26px;
    margin: 1px;
    border: 1px solid rgba( 255, 255, 255, 0.4 );
}

.forkit .tag {
    display: block;
    height: 29px;
    width: 115px;
    background: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );
    -webkit-transform-origin: 15px 0px;
    -moz-transform-origin: 15px 0px;
    -ms-transform-origin: 15px 0px;
    -o-transform-origin: 15px 0px;
    transform-origin: 15px 0px;
}

h2.protrext2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    margin: 0px;
}
}


@media screen and (max-width: 620px){



.text {
    font-size: 20px !important;
    position: initial !important;
    transform: none !important;
    -ms-transform: none !important;
    margin-bottom: 24px;
}

.infoholder{
    display: none;
}

.overlay {
    position: relative !important;
    background-color: rgb(255, 255, 255) !important;
    opacity: 1 !important;

}

.hiddenformob{
    display: initial !important;
}

}


.hiddenformob{
    display: none;
}


.overlay .text h4{
color: #3eabb8;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}

