@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

html {
    scroll-behavior: smooth;
  }  
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
.section{
    float: left;
    width: 100%;
    padding: 75px 0px;
}
.banner{
    float: left;
    width: 100%;
}

 /* return to top button css */
 #return-to-top {
     display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 /* return to top button css ends */

 /* footer */
 .footer-line{
    width: 100%;
    float: left;
    padding: 50px 0px;
    color: #fff;
    background: #000;
}
.footer-heading-space{
    margin-bottom: 10px;
}
.footer-heading-space h4{
    font-size: 20px;
    font-weight: 600;
}
.footer-line i,.footer-line a{
    text-decoration: none;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
}
.footer-social-icon {
    display: inline-block;
    margin-right: 3px;
}
.footer-social-icon>i {
    color: #fff;
    padding: 8px 10px;
    background: #2b2b2b;
    border-radius: 50%;
}
.footer-line a:hover,
.footer-line a:active{
    color: #ff463c;
    text-decoration: none;
    text-decoration: none;
}
.footer-line p{
    text-decoration: none;
    color: #aaaaaa;
    font-size: 15px;
    font-weight: 400;
}
.footer-line p.contactdetailf {
    font-size: 16px !important;
    line-height: 25px;
    margin-bottom: 10px !important;
    width: 100%;
    float: left;
}

.footer-span-left{
    float: left;
    width: 5%;
}
.footer-span-left i{
    color: #fff;
}
.form-box {
    background: #1e1e1e;
    border: none;
}
.footer-span-right{
    float: left;
    width: 95%;
    padding-left: 10px;
}
.submit-button {
    background: transparent;
    color: #fff;
    padding: 7px 35px;
    border: 1px solid #252525;
}
.submit-button:hover {
    background: transparent;
    color: #fff;
}
.copyright-line{
    background: #545454;
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.copyright-line p{
    margin-bottom: 0px;
    color: #b7b5b5;
    font-size: 13px;
    font-family: 100;
}

/* model popup css */
.modal-body .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;

}
.modal-body .btn.btn-default{
    border: none;
    border-radius: 0px;
    padding: 10px 35px;
    background: #4575bd;
    color: #fff;
    margin: 10px 0px;
}
.modal-header .close{
    padding:7px 10px;
    background: #f44336;
    border-radius: 50%;
    color: #000;
    opacity: 1;
}
.shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
}
.space{
    margin-bottom: 40px;
}
.heading{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
.abt-para{
    line-height: 25px;
    color: #444;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.button{
    display: inline-block;
    padding: 8px 25px;
    background: #f0811f;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
}
.button:hover{
    background: #c76a18;
    color: #fff;
}
.card{
    float: left;
    width: 100%;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    height: 380px;
}
.card h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #191919;
    margin-top: 0px;
    margin-bottom: 5px;
}
.card p{
    color: #666;
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
}
.project-card{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px 5px #ddd;
}
.project-card-image{
    float: left;
    width: 100%;
    overflow: hidden;
    height: 250px;
}
.project-card-image img{
    height: 100%;
    width: 100%;
}
.project-card-content{
    float: left;
    width: 100%;
    padding: 25px;
    height: 231px;
}
.project-card-content h4{
    color: #131314;
    line-height: 25px;
}
.project-card-content p{
    color: #555;
    line-height: 25px;
}
.suscribe-dv {
    float: left;
    width: 100%;
    padding: 25px 0px;
    background: #f4801d;
}
.subs-left {
    float: left;
    width: 25%;
    padding-top: 10px;
}
.subs-right {
    float: left;
    width: 75%;
    padding: 0px 15px;
}
.subs-right h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.subscribe-now {
    padding: 10px 25px;
    background: #1e2327;
    border: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
}
.subs-input {
    height: 45px;
    display: inline-block;
    border-radius: 0px;
}
.testinomial-sec {
    padding: 0px !important;
}
.testinomial-sec .row{
    padding: 0px;
}.testinomial-sec .col-sm-6{
    padding: 0px;
}
.buy-home{
    float: left;
    width: 100%;
    background: linear-gradient(#012542,#0125426b), url(../images/bg2.jpg);
    padding: 75px 15px;
    height: 520px;
}
.testinomial-box{
    float: left;
    width: 100%;
    background: url("../images/tsbg.jpg");
    padding: 75px 15px;
    height: 520px;  
}
.buy-home h1{
    font-family: 'Kaushan Script', cursive;
    margin-top: 0px;
    line-height: 65px;
    font-size: 50px;
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.buy-home p{
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;

}
#testimonial-slider1 .testimonial {
    margin: 0 20px 20px;
    background: transparent !important;
    padding: 25px 15px;
    height: 280px;
}
#testimonial-slider1 .testimonial p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
}
.testinomial-content {
    float: left;
    width: 100%;
    padding-top: 45px;
}
.test-img {
    float: left;
    width: 25%;
}
.test-desc {
    float: left;
    width: 75%;
    padding: 0px 25px;
}
.test-desc h4 {
    font-weight: 600;
    color: #fff;
}
.test-desc small {
    color: #fd670d;
    font-size: 14px;
}
.test-img>img {
    height: 80px;
    width: 80px;
    border-radius: 50% !important;
}
#testimonial-slider1 .testimonial p::before {
    content: "\f10d";
    font-family: "Fontawesome";
    margin-right: 10px;
    font-size: 25px;
    color: #fd670d;
}
.gallery-sec .col-sm-3,.gallery-sec .col-xs-6{
    padding: 0px;
}
.gallery-img-dv{
    float: left;
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.gallery-img-dv img{
    height: 100%;
    width: 100%;
}
.gallery-overlay{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(244, 126, 28, 0.55);
    padding: 15px;
    transition: 0.4s;
}
.gallery-content{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid white;
    z-index: 2;
    padding: 15px;
    text-align: center;
}
.gallery-content p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-content p>a>i{
    color: #fff;
    font-size: 25px;
}
.gallery-img-dv:hover .gallery-overlay{
    left: 0;
}

.single-page-banner{
    float: left;
    width: 100%;
    padding: 100px 0px;
    text-align: center;
}
.about-us-b{
    background: linear-gradient(#001f2dcc,#00608c57), url("../images/abtus.jpg") center;
    background-size: cover;
}
.contact-us-b{
    background: linear-gradient(#001f2dcc,#00608c57), url("../images/contus.png") center;
    background-size: cover;
}
.project-b{
    background: linear-gradient(#001f2dcc,#00608c57), url("../images/projectbnr.jpg") center;
    background-size: cover;
}
.single-page-banner h4{
    font-size: 28px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.single-page-banner p{
    color: #fff;
    font-size: 16px;
}
.single-page-banner p>a{
    color: #c76a18;
}
.para{
    font-size: 16px;
    line-height: 25px;
    color: #666;
}

.vision-box{
    float: left;
    width: 100%;
    background: linear-gradient(#012542,#012542b7), url("../images/visionbg.jpg") no-repeat;
    background-size: cover;
    padding: 75px 55px;
    height: 400px;
}
.mission-box{
    float: left;
    width: 100%;
    background: linear-gradient(#012542,#012542a4), url("../images/missionbg.jpg") no-repeat;
    background-size: cover;
    padding: 75px 55px;
    height: 400px;  
}
.vmpara{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 1px;

}
.contact-detail-box{
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}
.contact-detail-box-list{
    float: left;
    width: 100%;
    padding: 15px 15px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #555;
    line-height: 25px;
    background: #f5f5f5;
}
.contact-detail-box-list i{
    color: #f5801c;
    font-size: 20px;
}
.query-form-box h4{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.query-form-box .form-control{
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.faq-box{
    padding: 35px 0px;
    border-bottom: 1px dashed #ddd;
}
.register-form-box{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px 4px #ddd;
    padding: 25px;
}
.register-form-box h4{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}
.register-form-box .form-control{
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}