body {
    font: 400 18px Lato, Trebuchet MS;
    line-height: 1.6;
    color: #818181;
}
h1 .small{
    color:#948e8e;
}
.blinking{
    animation:blinkingText 1s infinite;

}
@keyframes blinkingText{
    0%{		background-color: #3df34b;	}
    49%{	background-color: transparent;	}
    50%{	background-color: #3df34b;	}
    99%{	background-color:transparent;	}
    100%{	background-color: #3df34b;	}
}
.blinking a{
    color:#00000;
    text-decoration:none;
}
.box{
    width: 200px;
    /* border: 1px solid #5f2121; */
    margin: 50px auto;
    // color: #d71f35;
    color:#000000;
    font-size: 23px;
    font-style: italic;


}
#Map {
    height: 400px;
    width: 100%;
    background-color: grey;
}
.head_title{
    font-size: 2.4em    ;
    color: #dc006c;

}
.para1{
    //font-size: 1.4em;
    color: #612b1e;
    //font-size: 1.4em;
}
.para11{
    font-size:15px;
}
.para2{
    // font-size: 1.4em;
    color: #612b1e; 
    // font-size: 1.4em;
}
.row{


}
/*contact*/
.bg-sky{
    // background-color: #da3e2552;
    background-color: rgb(246,186,28);
    // background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("../images/contact_img.jpg");
    color:#fff;


}
.bg-sky h2{
    color: #fff;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 20%;
    margin: auto;
    margin-bottom: 35px;
}
.bg-sky.container-fluid{

    padding: 30px 50px;
}
/*footer*/
.footer{


}
.video{
    width: 60%;
    margin: 30px auto; 
    // position:absolute;

}
.videoside{
    // position:relative;
}
.col-centered{

    display:inline-block;
    float:none;
    //smargin-right:-4px;
    text-align:center;
}

.btn_transition{
    -webkit-transition: ease-out 250ms; /* For Safari 3.1 to 6.0 */
    transition: ease-out 1s;

}
.box1{
    width:500px;
    margin:1000px auto;
}


.navbar-brand{
    background-image:url(../images/111_1.png); 
    background-repeat: no-repeat;
    background-size:70%;
    width:200px;

}
.navbar.shrink{
    background-color: rgba(0,0,0,0.5);
    height:57px;
    padding-top:0px;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;

    color: #dc006c;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}  
.jumbotron{



}
.welcome .bg-image{
    /* The image used */
    position:relative;

    /* A dd the blur effect */

    background-size: 100% 100%; 
    height: 800px; 

    /* Center and scale the image nicely */




}
.bg-image img{

    position:absolute;
    left:0;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(2.3px);
    -webkit-filter: blur(3px);  
    background-size: 100% 100%; 
    height:800px;
    width:100%;
}
@keyframes cf3FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.bg-image img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}
.welcome h1{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    font-size:60px;
    top: 50%;
    left: 0;
    right:0;
    margin: auto;

    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
    letter-spacing: 23px;
}

.button_border{

    position: absolute;
    font-size: 3rem;
    top: 90%;
    left:0;
    right:0;
    margin:auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 20%;
    /* padding: 20px; */
    text-align: center;
    border: 2px solid #3fe621;
    color: #fff;
    background-color:#3fb12a;
}
.button_border:hover,
.button_border:focus{

    text-decoration:none;
    background:#3fe621;
    color:#fff;
}

.welcome h1 .small{
    letter-spacing: 10px;
    font-size:45%;
}
/*about*/
.about_text{

    //margin-top: -100px;
    // background-image: linear-gradient(to right, #f2fbfa , #efeb6f);
    //outline: 2px solid #3df34b;
    outline-offset: -40px;
    padding: 55px;
    // box-shadow: 10px 10px 5px #aaaaaa;
    font-size:22px;
    text-align:center;
}
.about_text h2{
    position: absolute;
    top: .5rem;
    background-color: #f1f6d0;
    padding-left: 5px;
    padding-right: 5px;
    /* text-align: center; */

}
.about_logo{
    background-image:url(../images/r-7.JPG); 
    background-repeat: no-repeat;
    height: 250px;
   // background-size: cover;
    background-size: 100% 100%;
    //font-size: 14px;
    //background-size: 100% 100%;
    // border-radius: 25%;
    // margin-top:200px;
    background-attachment: fixed;
    // border-radius:50%;

}
.box_shadow{

    box-shadow: 10px 10px 5px #aaaaaa;
}
.icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.about_logo:hover .overlay {
    opacity: 1;

} 
/*value*/
#value{
    position:relative;
    background-image: linear-gradient(to right, #f2fbfa1f , #70cbe8e0);
    overflow:hidden;
    background-attachment: fixed;
}
.sun{
    background-color: #f5e207f0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 100px;
    transition: .8s ease;
}
.building{
    background-image: url(../images/pic33.png);
    background-repeat: no-repeat;
    height: 462px;
    position: absolute;
    width: 436px;
    float: right;
    right: 7px;
    margin-top:450px;
    transition: .3s ease;


}
.value_logo{
    background-image:url(../images/IMG-7891.jpg); 
    background-repeat: no-repeat;
    height: 350px;
    background-size: 100% 100%;
    border-radius: 25%;
    margin-top:50px;   
    margin-left: 35px;

}
.value_logo:hover .overlay{
    opacity: 1;  
}
.value_txt{


    width: 64%;
    padding:55px;
    //  font-size:15px;

} 
.value_txt h2{
    position: absolute;
    top: .5rem;
    background-color: #f1f6d0;
    padding-left: 5px;
    padding-right: 5px;
}

/*career*/

#fileToUpload{
    width:240px;    

}
#career_submit{
    width:50%;
}
.careerForm_title{
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
    color: #fffff;
    color: #000000;
}
#myForm1{width: 50%;
         margin: auto;
}
#career{
    background-color: #a8d6df;
}
.career_logo .overlay{

    height: 350px;
    background-size: 100% 100%;
    border-radius: 25%;

    margin-left: 35px;
    opacity:1;

}

.career_txt{


    /* outline: 2px solid #e0edf1; */
    outline-offset: -40px;
    padding:55px;
    /* background-image: linear-gradient(to right, #f2fbfa , #286090); */

} 


.career_txt h2{
    position: absolute;
    top: .5rem;
    background-color: #f1f6d0;
    padding-left: 5px;
    padding-right: 5px;
}


/*service*/

.gallery {
    padding-left: 0px;
    padding-right: 0px;

    overflow: hidden;

}



div.gallery img {
    width: 100%;
    height: 220px ;
}

div.desc {
    padding: 3px;
    text-align: center;
    background-color: #1a823a;
    color: white;
    font-size: 16px;
    //text-transform: uppercase;
}
div.desc:hover {
    background-color: #d4fb3a;
    color: #d2123e;
}
.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gallery:hover .child, .gallery:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery:hover .child:before, .gallery:focus .child:before {
    display: block;
}


.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 70%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}
.carousel-indicators li {
    border-color: #f4511e;
    .carousel-indicators li.active {
    }
    background-color: #f4511e;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}

/*footer*/
.footer_ul>li>a{

    color:#fff;
    font-size: 16px;
    text-decoration: none;
}
.footer_ul img{
    height:50px;
    width:50px;

}
.navbar-brand2{
    background-image: url(../images/111_1.png);
    background-repeat: no-repeat;
    background-size: 70%;
    width: 200px;
}
#myNavbar_footer ul{
    padding:0px;    

}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: transparent;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #3df34b !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*galllery*/

.gallery_img {
    width: 66%;
    height: auto;
    /*background: #FFF;*/
    border-radius: 2px;
    margin: 5vh 0;
    padding: 10px;
}
.gallery_img img{
    height:350px;

}

/*portfolio*/
#portfolio
{
    background: #00ffc447;   
}

.open-button {
    background-color: #555;
    color: white;
    padding: 11px 5px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    font-size: 14px;
    width: 218px;
    z-index: 8;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
/*glerry page*/
.nav>li>a{
    padding: 15px 12px;
}


@media screen and (max-width: 998px) {
    .button_border {
        width: 35%;
        //font-size:2rem;
    }
    /*gallry page*/
    .nav_brand{
        background-size: 95%;
        width: 140px;
    } 

}


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

    .bg-image img{
        height:575px;   
    }
    .footer_ul>li>a{
        font-size: 12px;
    }
    .sun{
        display:none;
    }
    .building{
        display:none;
    }
    .open-button{
        width:28%;
        font-size: 12px;
    }
    .mainbody_small{
        display:block;
    }
    .mainBody{
        // display: none;
    }
    .gallery_img{
        width:100%;
    }
    .section{

        margin-top: 25px;
    }

    #myForm1{
        width:90%;
    }
    .value_txt{
        padding:10px;
        width: 100%;
    }
    .child{
        margin-top:25px;
    }
    .bg-sky h2{

        width:100%;
    }
    .video{
        width:97%;
    } 

    .navbar-nav{

        background-color:#ddd;
    }

    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 55%;
        margin-bottom: 35px;
    }
    .about_logo{
        //  display:none;
    }
    .head_title {
        font-size: 2.0em;

    }
    .about_text{
        padding:10px;
        font-size: 18px;
        text-align: left;
    }

    .value_text{
        padding:10px;
        font-size: 18px;
        text-align: left;
    }
    .value_logo{
        display:none;
    }

    .navbar-nav{
        background-color: #23cc47;
    }

}

@media screen and (max-width: 704px) {
    .welcome h1 {
        letter-spacing:6px;
        fonnt-size:50px;
    }

}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .welcome h1{
        font-size:32px;
        letter-spacing:10px;
        width:95%;

    }
    .welcome h1 .small {
        letter-spacing: 5px;
        font-size: 60%;
    }
    .button_border {
        width: 60%;
        font-size:2rem;
    }
    .box{
        display:none;

    }
    .overlay{
        display:none;  

    }
    .gallery_img img {
        height: 250px;
        width: 100%;
    }
    .gallery_img  {

        width: 100%;
    }


}
@media screen and (max-width: 360px) {
    .career_txt{
        padding:0px;

    }

    .career_txt h4{
        padding-left:40px;
        padding-right:40px;
        padding-top:30px;
        padding-bottom:35px;

    }
    .career_txt p{
        padding:55px;

    }

}
/*gallery pag css*/

.gallerynav{
    background: linear-gradient(141deg, #6ee2d957 0%, #1cb528 51%,#122b12 67%, #1e3a25 81%);
}
.mainBody{
    height: auto;
    //background: linear-gradient(141deg, #e7fdfb57 0%, #e7f768 51%, #79c68d 81%);
}
div.banner {
    font-size: 52px;
    line-height: 1.230769231;
    font-family: "Janson",Georgia,serif;
    text-align: center;
    padding: 40px 0 0;
    color:#000000;
}
div.banner h1:after {
    content: "";
    display: block;
    width: 67px;
    border-top: 6px solid #3e3934;
    margin: 15px auto 20px;
}
/*.section:after {
   content: "";
    display: block;
    width: 67px;
    border-top: 6px solid #3e3934;
    margin: 15px auto 20px;  
}*/
div.banner h1 {
    color: #d71f35;
}

.picture{
    clear:both;

}
.floatLeft{
    float:left;  

}
.floatRight{
    float:right;

}

.images {
    width: 970px;
    margin: 0 auto;
    max-width: 90%;
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
}
.navbar-toggle .icon-bar{
    background-color:#fff;  

}
.gallerynav .navbar-nav{
    background-color: #23cc47;
}

/*popup*/


/* Add styles to the form container */
.form-container {
    max-width: 260px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 5px;
    margin: 5px 0 12px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;

}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
/*career*/

.form-career {

    max-width:370px;

}
/*footer*/

.footer_ul>li{

    display: inline;
    padding-left: 15px;
    padding-left: 15px;
    padding-left: 15px;
    /* border-right: 7px solid #ddd; */
    color: #fff;
    text-decoration: none;
    opacity:.6; 

}

.footer_ul>li:hover{
    opacity:1;

}
footer{

    //  background-color:#04202dbd;
    background-color: rgb(11,6,56);
}
@media screen and (min-width: 768px) {
    .section{

        margin-top:125px;  


    }

}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.clear{align-content: clear:both;}