@charset "utf-8";

@font-face {
        font-family: 'fontspringdemo-regular';
        src: url('../fonts/fontspring-demo/NoirStd-Light.eot') format('embedded-opentype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'fontspringdemo-regular';
        src:url('../fonts/fontspring-demo/fontspringdemo-regular.woff') format('woff'), 
            url('../fonts/fontspring-demo/fontspringdemo-regular.ttf')  format('truetype'), 
            url('../fonts/fontspring-demo/fontspringdemo-regular.svg#NoirStd-Light') format('svg');
        font-weight: normal;
        font-style: normal;
    }


/*ANIMATION*/

body {

    font-family: 'Raleway', sans-serif;

    color: #2a2a2a;

    margin: 0;

    padding: 0;

    font-size: 14px;

    line-height: 24px;

    background: #fff;

    font-weight:400;

    overflow-x: hidden;
}

* {

    border: medium none;

    margin: 0;

    padding: 0;

}

h1,h2,h3,h4,h5,h6{  

    font-family: 'Poppins', sans-serif;

}

ul{

    list-style-type:none;

    margin: 0;

}   

a{

  text-decoration:none;

  outline: none!important;

  margin: 0;

}

a:hover{

text-decoration:none;

outline:none;

} 

textarea{

resize:none;

}

.mar-top{

    margin-top:30px;

}

button:focus{
    outline: none;
    border: none;
}

p {

    line-height: 26px;    

    font-size: 14px;

    font-weight:400;

    color:#535151;

    margin: 0;

}

input:focus{
    outline: none;
    border: none;
}


                /*NAVBAR*/

.navbar_sec #navbarNav ul li a {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.navbar-nav .current-menu-item > a {
    color: #DDCF30 !important;
}
    

div#navbarNav {
    justify-content: center;
}

.navbar-nav li a{
    color: #A81F27;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 0 15px;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #DDCF30 !important;
}

.quote-btn img {
    width: 140px;
    height: 44px;
    object-fit: contain;
}

                    /*NAVBAR*/

                    /*BANNER*/

.banner-sec{
    position: relative;
}

.banner-img img {
    width: 100% !important;
    height: 550px;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    background-color: #000;
    opacity: 0.50;
}

.banner-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.banner-content {
    text-align: center;
}

.banner-content h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin: 0 0 9px 0;
    text-transform: capitalize;
}

.banner-content h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin: 0 0 0 0;
    text-transform: capitalize;
}

.banner-content p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    line-height: 24px;
}

.banner-link {
    padding: 40px;
}

.banner-link a{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 0 0;
    background-color: #DDCF30;
    padding: 10px 25px;
    border: 1px solid #DDCF30;
    transition: .5s ease;
    -ms-transition: .5s ease;
    border: 1px solid ;
    text-decoration: none;
}

.banner-link a:hover{
    color: #DDCF30;
    background: #fff; 
}

                    /*BANNER*/

                    /*ABOUT US*/

.about-us {
    background-color: #F6F6F6;
    padding: 50px 0;
}

.about-us-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.about-us-cont h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #000000;
    margin: 0 0 0 0;
    text-transform: capitalize;
}

.about-us-cont p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5B5959;
    margin: 7px 0 0 0;
    line-height: 24px;
}

.about-us-cont ul {
    margin: 20px 0 0 50px;
}

.about-us-cont ul li {
    position: relative;
    margin: 0 0 10px 0;
}

.about-us-cont ul li::before {
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    position: absolute;
    left: -14px;
    top: 9px;
}

.about-us-cont ul li p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin: 0 0 0 0;
}

.about-us-link {
    margin: 40px 0 0 0;
}

.about-us-link a {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 0 0;
    background-color: #DDCF30;
    padding: 10px 15px;
    border: 1px solid #DDCF30;
    transition: .5s ease;
    -ms-transition: .5s ease;
    text-decoration: none;
}

.about-us-link a:hover{
    color: #000000;
    background: #fff;
}

                    /*ABOUT US*/

                    /*SERVICES*/

.service-sec{
    padding: 50px 0;
}

.main-head{
    padding: 0 0 30px 0;
}

.main-head h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #DDCF30;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.main-head h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin: 0 0 0 0;
    text-transform: capitalize;
}

.service-item {
    text-align: center;
    border: 1px solid #565151;
    padding: 60px 25px;
    border-radius: 10px;
    height: 250px;
}

.service-item h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}

.service-item p{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0 0 0 0;
}

                    /*SERVICES*/

                    /*WHY CHOOSE US*/

.choose-us-sec {
    background: #000000;
    padding: 50px 0;
}

.choose-us-img img{
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.choose-us-head h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    margin: 0 0 9px 0;
    text-transform: capitalize;
}

.choose-us-head h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    margin: 0 0 9px 0;
    text-transform: capitalize;
}

.choose-us-head p{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

.choose-us-partition {
    margin: 0 0 0 50px;
    position: relative;
}

.choose-us-partition::before{
    content: '';
    background: #fff;
    position: absolute;
    height: 190px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.choose-us-internal {
    margin: 30px 0 0 0;
}

.choose-us-internal h6{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0 0 9px 0;
    text-transform: capitalize;
}

.choose-us-internal p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    line-height: 17px;
}

                    /*WHY CHOOSE US*/

                    /*CUSTOMER REVIEW*/

.customer-review-sec {
    position: relative;
    margin: 50px 0;
}

.customer-head h5 {
    float: right;
    margin: 0 70px 0 0;
    font-weight: 600;
}

.customer-review-slide {
    margin: 60px 0 0 250px;
    border: 15px solid #fff;
    position: relative;
    background: #fff;
}

.customer-review-sec::before {
    content: '';
    position: absolute;
    left: 200px;
    top: 0;
    background: url(../images/customer-review-before.png);
    width: 520px;
    height: 400px;
    object-fit: cover;
}

.customer-review-icon {
    margin: 0 0 50px 0;
}

.customer-review-item {
    background: #444444;
    padding: 80px 50px 110px 50px;
    margin: 0 10px;
    height: 460px;
}

.customer-review-icon img {
    width: 30px !important;
    height: 30px;
    object-fit: contain;
}

.customer-review-admin {
    margin: 30px 0 0 0;
}

.customer-review-cont p{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    line-height: 24px;
}

.customer-review-img {
    float: left;
}

.customer-review-admin img {
    width: 60px !important;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
}   

.customer-review-name {
    margin: 0 0 0 70px;
}   

.customer-review-name h6{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    line-height: 17px;
} 

.customer-review-name p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #929292;
    margin: 4px 0 0 0;
    line-height: 17px;
}



                    /*NEWSLETTER*/

.newsletter-sec{
    padding: 50px 0;
}

.newsletter-main{
    display: flex;
    width: 100%;
    position: relative;
}

.newsletter-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.newsletter-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.newsletter-partition{
    width: 50%;
}

.newsletter-head {
    background: #333333;
    padding: 7px 0 0 50px;
    height: 100px;
}

.newsletter-head h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #FFB200;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.newsletter-head p{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

.newsletter-form {
    background: #FFB200;
    padding: 30px 0 0 78px;
    height: 100px;
}

.newsletter-form input[type=email] {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    height: 48px;
    width: 250px;
    border: 1px solid #f6f6f6;
    padding: 0 0 0 20px;
}

.newsletter-form button {
    background: #565151;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 12px 36px;
    margin: 0 0 0 -3px;
}

                    /*NEWSLETTER*/

                    /*FOOTER*/

.footer{
    background: #222222;
    padding: 50px 0;
}

.footer-head h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
}

.footer-para p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D1D1D1;
    line-height: 24px;
    transition: .5s ease;
    -ms-transition: .5s ease;
    margin: 0 20px 0 0;
}

.footer-nav ul li a {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 35px;
    transition: .5s ease;
    -ms-transition: .5s ease;
    text-decoration: none;
}

.footer-nav ul li a:hover{
    color: #ffb200;
}

.footer-nav ul li img {
    float: left;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 9px 5px 0 0;
}

.footer-sm {
    margin: 30px 0 0 0;
}

.footer-sm ul li a{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 35px;
    transition: .5s ease;
    -ms-transition: .5s ease;
}

.footer-sm ul li a:hover{
    color: #ffb200;
}

.footer-sm ul li {
    display: inline-block;
    margin: 0 5px;
}

.deep-footer {
    text-align: center;
    padding: 20px 0 0 0;
}

.deep-footer p{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 35px;
}

                    /*FOOTER*/

                    /*INNER BANNER*/

.inner_banner{
    padding: 0 !important;
    position: relative;
}

.inner-img img {
    width: 100%;
    background-position: center;
    height: 400px;
    object-fit: cover;
}

.inner-cont {
    position: absolute;
    text-align: center;
    top: 150px;
    left: 0;
    width: 100%;
}

.inner-cont h2{
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    margin: 0;
    line-height: 65px;
}

                    /*INNER BANNER*/

                    /*INNER ABOUT PAGE*/

section.about-us-inner-cont {
    padding: 50px 0 0 0;
}

.about-us-gif{
    padding: 0 !important;
}

.about-inner-page-cont {
    padding: 20px 0 0 0;
}

.about-inner-page-cont h3{
    color: #fae35a;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.inner-about-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.about-inner-page-cont h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin: 0 0 0 0;
    text-transform: capitalize;
}

.about-inner-page-cont p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #1A2D5C;
    font-size: 14px;
    margin: 10px 0 30px 0;
    line-height: 18px;
}

.about_us_inncont p{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 15px;
    font-size: 14px;
    padding: 0;
}  

.about_us_poin {
    padding: 30px 0 0 40px;

}

section.about-inner-page {
    padding-top: 100px;
}

.about_us_poin ul li{
    margin: 0 0 10px 0;
}

.about_us_icon i {
    color: #000018;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.about_us_poin ul li span.about_poin_cont{
    color: #434343;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.about_us_poin h6{
    color: #000;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
} 

.about_inner_img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}


                    /*INNER ABOUT PAGE*/

                    /*START SERVICE PAGE*/

section.service_grid {
    padding: 45px 0 0 0;
}

.service_inner_header h2 {
    font-size: 40px;
    color: #272727;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 43px;
    margin: 44px 0 40px 0;
    text-align: center;
}

.service_grid_img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.service_grid_item {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.22);
}

.service_grid_img {
  position: relative;
}

.service_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DDCF30;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.service_grid_img:hover .service_overlay {
    height: 100%;
    opacity: 0.6;
}

.service_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.service_text a {
    color: #fff;
    font-size: 22px;
}

.service_grid_cont {
    padding: 11px 13px 26px 13px;
    border: 1px solid #DDCF30;
    border-top: 0;
    height: 290px;
    position: relative;
}

.service_grid_head h6 a{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #1b1b1b;
    line-height: 32px;
    margin-bottom: 10px;
    text-decoration: none;
}

.service_grid_head p {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0;
    font-size: 14px;
    padding: 0;
}

.service_grid_btn {
    padding: 25px 0 0 0;
    position: absolute;
    bottom: 30px;
}

.service_grid_btn a {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 0 0;
    background-color: #DDCF30;
    padding: 10px 15px;
    border: 1px solid #DDCF30;
    transition: .5s ease;
    -ms-transition: .5s ease;
    text-decoration: none;
}

.service_grid_btn a:hover{
    color: #DDCF30;
    background-color: #fff;
}
                /*END SERVICE PAGE*/

                /*START CONTACT US*/

.map_contact_box{
    overflow: hidden;
}

.map_contact_box_head{
    text-align: center;
}

.contact_map {
    border: 5px solid #DDCF30;
}

.map_contact_box_head h2{
    font-size: 40px;
    color: #272727;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 43px;
    margin: 44px 0 40px 0;
    text-align: center;
} 

.contact_icons {
    padding: 0 0 39px 0;
} 

.contact_icons i {
    color: #2564bc;
    font-size: 40px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.contact_icons i:hover{
    color: #fff;
    background-color: #2564bc;
}

.contact_icons a {
    color: #1b1b1b;
    font-size: 18px;
    margin-left: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.contact_icons img {
    width: 18%;
}
section.map_contact_box {
    padding: 40px 0 40px 0;
}

.contact_map iframe {
    width: 100%;
}

.get_in_touch_head{
    text-align: center;
}

.get_in_touch_head h2{
    font-size: 40px;
    color: #272727;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 43px;
    margin: 44px 0 40px 0;
    text-align: center;
}

.contact_align .form-group [type=text], .contact_align .form-group [type=email], .contact_align .form-group [type=tel] {
    height: 50px;
    font-family: "Poppins", sans-serif;
    color: #1b1b1b;
}

.contact_align .form-group [type=text]:focus, .contact_align .form-group [type=email]:focus, .contact_align .form-group [type=tel]:focus{
    border: 1px solid #1b1b1b;
}

.contact_align .form-group textarea {
    height: 220px;
    font-family: "Poppins", sans-serif;
    color: #1b1b1b;
}

.contact_align .form-group textarea:focus{
    border: 1px solid #1b1b1b;
}

.contact_align [type=submit] {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 0 0;
    background-color: #DDCF30;
    padding: 10px 15px;
    border: 1px solid #DDCF30;
    transition: .5s ease;
    -ms-transition: .5s ease;
}

.contact_align [type=submit]:hover{
    color: #DDCF30;
    background-color: #fff;
}

section.get_in_touch_form {
    padding: 0 0 40px 0;
}

                /*END CONTACT US*/