@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,500|Oswald:400");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Bitter:400,700|Pacifico");

.xline{
    border-top:5px solid #009ce4;
    width: 4em;
    display: inline-block;
}
.xtline
{
    border-top:5px solid #009ce4;
    width: 6em;
    display: inline-block;
}
#wrapper>* {
    padding-top:-200px;
    border-bottom: solid 2px #eaeaea;
    overflow: hidden
}

#wrapper>*>.inner {
    margin: 0 auto;
    max-width: calc(100% - 4em);
    width: 60em
}

@media screen and (max-width:736px) {
    #wrapper>* {
        padding: 3.75em 0 1.75em 0
    }
}



#video {
    display: none
}


/* Default display the image to replace the video on all devices */

#videosubstitute {
    display: block;
    width: auto;
    height: 100%;
}

#fullScreenDiv {
    width: 100%;
    min-height: 100%;
    /* Set the height to match that of the viewport. */
    height: 100vh;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
  background-color: grey;
    background: url('../img/videoplayback.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#video {
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
    #video {
        height: 150%;
        top: -100%;
    }
    #videosubstitute {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #video {
        width: 150%;
        left: -100%;
    }
    #videosubstitute {
        display: block;
        width: auto;
        height: 100%;
    }
}


/*if there is 992  pixels or more, then display the video but hide the image*/

@media only screen and (min-width: 992px) {
    #video {
        display: block;
    }
    #videosubstitute {
        display: none
    }
}

#messageBox {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#messageBox * {
    margin: 0.2em
}

#messageBox div {
    text-align: center
}

#messageBox h1 {
    color: white;
    letter-spacing: -3px;
    text-shadow: 5px 5px 5px rgb(0, 0, 0);
    font-size: 4.5rem;
}

#messageBox h2 {
    color: #ddd;
    font-size: 4.0rem;
    letter-spacing: -1px;
}

#messageBox h3 {
    color: white;
    font-size: 3.5rem;
    letter-spacing: -1px;
}
#messageBox p{
    color: #009ce4;
    font-size: 1.5em;
}
@media only screen and (min-width: 992px) {
    #messageBox h1 {
        letter-spacing: 1px;
    }
}

#page-wrapper {
    position: relative;
    padding-top: 3.5em
}

@media screen and (max-width:736px) {
    #page-wrapper {
        padding-top: 2.75em
    }
}








/* -- Footer Page -- */
.pg-footer-top {
    background-color: #FFFFFF;
    background: rgba(0, 0, 0, 0) url("../images/footer_swirl.png") repeat-x scroll center bottom;
    position: relative;
    padding-bottom: -10px;
    z-index: 2;
}

.pg-footer {
    background-image: url('../images/footer_repeat.jpg');
    background-repeat: repeat;
    background-position: -5%;

    font-family: 'Philosopher', sans-serif;
    color: white;
    width: 100%;
}

.pg-footer h4 {

    font-weight: bold;
    color: #2196f3;

}

.pg-footer p {
    text-decoration: none;
    color: white;

}

.pg-footer a {
    text-decoration: none;
    color: white;

}





blockquote{
    border-left:none
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box{
    
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
    color:rgb(26, 36, 37);
    width: 325px;
    
    /* Set the height to match that of the viewport. */
    height: 35vh;
    box-shadow: 1px 1px 1px 2px grey;
    
}

.quotation-mark{
    
    margin-top: -10px;
    font-weight: bold;
    font-size:80px;
    color:rgba(152, 201, 198, 0.445);
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text{
    
    font-size: 14px;
    margin-top: -65px;
}

/* Content Main */
.aboutMain{
    background-color:#2196f3;
    margin-top:-20px;
    padding:4% 10% 5% 15%;

}

.aboutMain h3{
    color:white;
    font-weight: bold;
    text-align: center;
    width: 80%;
}

.aboutMain p
{
    text-align: justify;
    width: 80%;
    color:white;
}

.serviceMain
{
    
    padding:4% 10% 5% 15%;
}
.serviceMain h3{
    color:black;
    font-weight: bold;
    text-align: center;
    width: 80%;
}
.serviceMain i{
    color:#2196f3
}
.serviceMain p{
    width: 80%;
}
.serviceMainDtl{
   
    text-align: center;
    width: 100%;
    
}
.serviceMainDtl i{
    color:#2196f3;
    text-align: center;
    
}
.serviceMainDtl a{
    color:black;
    font-size: 1.4em;
   text-decoration: none;
  padding:3px 4px 4px 5px;

}
.serviceMainDtl a:hover{
    color:rgb(3, 161, 224);
}
.serviceMainDtl p{
    color:rgb(100, 91, 91);
    text-align: justify;
    width:90%;
   
    
}


/* -- About Page -- */

.aboutPg-Story{
    text-align: justify;
}
.aboutPg-Client{
    text-align: justify;
}
.aboutPg-Team{
    width: 100%;
    min-height: 100%;
    /* Set the height to match that of the viewport. */
    height: 50vh;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
  background-color: grey;
    background: url('../img/bg-team.jpg') no-repeat center center ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.aboutPg-Team p
{
    width: 80%;
}

/* -- Service Page -- */
.servicePg{

}

.servicePg img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
   
}
.servicePgDtl{
    padding: 20px;
}
.servicePgDtl h4{
    font-size: 2em;
    font-weight: bold;
}
.servicePgDtl h5{
    font-size: 1.5em;
    font-weight: 500;
}
.servicePgDtl p{
    font-size: 1.1em;
    font-weight: lighter;
    color: gray;
}
.servicePgDtl li{
    font-size: 1.15em;
    font-weight: 100;
    color: rgb(165, 164, 164);
}



.contact {
    padding: 2em 0px;
}

.contact-top {
    text-align: center;
}

.contact-bottom {
    margin-top: 4%;
    text-align: center;
}

.contact-bottom input[type="text"]:nth-child(2) {
    margin: 0px 8px;
}

.contact-bottom input[type="text"] {
    width: 32.627%;
    margin: 0px;
    color:black;
    background: none;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #BEBEBE;
}

.contact-bottom textarea {
    width: 100%;
    color:black;
    resize: none;
    background: none;
    height: 12.7em;
    padding: 15px;
    outline: none;
    border: 1px solid #BEBEBE;
    margin-top: 1.4%;
}

.submit-btn input[type=submit] {
    color:cornflowerblue;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 0 0 0px;
    border: 1px solid #BEBEBE;
    background: none;
    outline: none;
    width: 100%;
}

.submit-btn input[type=submit]:hover {
    color: #fff;
    background: rgba(64, 63, 69, 1);
    border: 1px solid rgba(64, 63, 69, 1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}


#successContact,
#errorContact {
    display: none
}

#successContact span,
#errorContact span {
    display: block;
    width: 70%
}

#successContact span p,
#errorContact span p {
    margin-top: 6em
}

#successContact span p {
    color: #9bd32d
}

#errorContact span p {
    color: #c0392b
}