
*{
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body{
    font-family: 'Play', sans-serif, -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial;
    font-size: 16px;
    /*background: #ddd;*/
    color:#000;    
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6{
    width: 100%;
    color:#262626;
    font-weight: 200;
   /* text-transform: uppercase;*/
    margin:10px 0 20px;
}
ul, ol{
    list-style-type: none;
    color:#555;
    margin: 0;
    padding: 0;
}
a, a:link, a:hover{
    color:#000;
    text-decoration: none;
}
p{
    font-size: 16px;
    color:#555;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.8;
}
.red-text{
  font-size: 15px;
  color:#f00;
}
.imageright{
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.imageleft{
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.h1-heading{
  font-size: 34px;
}
.no-margin{
    margin: 0;
}
.section-padding{
  padding: 50px 0 80px;
}
.form-group{
  margin-bottom: 0;
}
.form-row{
  margin-bottom: 5px;
}
.form-group label{
  font-size: 16px;
  margin-bottom: 1px;
}
.form-control{
  font-size: 15px;
    color: #000;
}
h1{
  font-size: 2rem;
  margin-bottom: 10px;
}
h2{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
h3{
font-size: 1.5rem;
margin-bottom: 10px;
}
.head3{
  font-weight: 200;
  font-size: 25px;
  margin-bottom: 0;
}
.red{
  color:#960505;
}
input.form-control, select.form-control,textarea.form-control{
    height: 35px;   
    /*border:1px solid #999; 
    border:1px dashed #888; */
    border:1px solid #ced4da;
    border-radius: 0;
}
textarea.form-control{
  height: 60px;
}
figure{
  text-align: center;
}
.form-control:focus{
    border:1px solid #333;
    
}
.btn{
    background: #0b5dba;
    color: #fff;
    padding: 7px 55px;
    text-transform: uppercase;
    border-radius: 20px;
}
.btn:link{
  color:#fff;
}
.btn-pink{
  font-size: 14px;
  background: #EF476F;
  color: #fff !important;
  padding:5px 10px;
}
.btn-blue{
  font-size: 14px;
  background: #001f3a;
  color: #fff !important;
  padding:5px 10px;
}
.btn-link{
  color:blue;
  text-decoration: underline;
}
.read-more{
  background: #0a4384;
    color: #fff !important;
    padding: 7px 55px;
    text-transform: uppercase;
    border-radius: 20px;
}
.section-padding{
    padding: 50px 0;
}
.error_class{
  color:#f00;
  font-size: 14px;
}
.form-group span.red-text{
  font-size: 12px;
}
.overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.fixedHeader{
  width: 100%;
  position:fixed !important;
}
.page-loader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
}

.page-loader-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
}

.spinner {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    position: absolute;
    /*background-color: #505cfd;*/
    background-color: #f00;
    border-radius: 50%;
    opacity: .5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1s;
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}
.container-fluid{
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
overflow: hidden;
}
.heading2{
  font-size: 35px;
}
.headings{
  position: relative;
  padding-left:40px; 
  margin-bottom: 30px;
}
.headings::before{
  display: block;
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ff7700;
  position: absolute;
  content: "";
  left: 05px;
  top: 0;
}
.headings h1,
.headings h3{
  font-size: 30px;
  color:#960505;
  margin: 0;
}
.headings h2{
  font-size: 20px;
  margin: 0;
  }
#header{
  background: #fff;
  padding:10px 0;
  position: relative;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  z-index: 999999;
  transition: all 0.4s ease;
}
.header-container{
  display: block;
}
.header-container .menu-toggler, .header-container .logo{
  float:left;
}
.header-container .logo img{
  width: 150px;
}
.header-container .getQuoteBtn{
  float: right;
  margin-right: 25px;
  padding-top: 10px;
}
.header-container .getQuoteBtn .getquotebtn{
  font-size: 14px;
  background:  #ff7700;
  color:#fff;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
}
.toll-free-container{
  float:right;
}
.toll-free-container .small{
  font-size: 14px;
  line-height: 1;
  }
.toll-free-container .toll-free-num{
  font-size:25px;
  color: #960505;
  line-height: 1;
}

.nav .open > a {
    background-color: transparent;
}

    .nav .open > a:hover {
        background-color: transparent;
    }

    .nav .open > a:focus {
        background-color: transparent;
    }

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 220px;
    }

        #wrapper.toggled #sidebar-wrapper {
            width: 220px;
            position: fixed;
            left: 220px;
            z-index: 9999;
        }

        #wrapper.toggled #page-content-wrapper {
            /*margin-right: -220px;
            position: absolute;*/
        }

#sidebar-wrapper {
    background: #1a1a1a;
    height: 100%;
    position: fixed;
    left: 0px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 0;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }


#page-content-wrapper {
    width: 100%;
}


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

    .sidebar-nav li {
        display: inline-block;
        line-height: 20px;
        position: relative;
        width: 100%;
    }

        .sidebar-nav li:before {
            background-color: #ff7700;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:before {
            background-color: #ff7700;
        }

        .sidebar-nav li:hover:before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

        .sidebar-nav li a {
            color: #dddddd;
            display: block;
            padding: 15px 15px 15px 30px;
            text-decoration: none;
        }

        .sidebar-nav li.open:hover before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav .dropdown-menu {
        background-color: #222222;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 20px;
        height: 65px;
        line-height: 44px;
    }

.hamburger {
    background: transparent;
    display: block;
    width: 28px;
    height: 30px;
    position: relative;
    top: 10px;
    cursor: pointer;
    margin-right: 15px;
    border: none;
    z-index: 999; 
}


    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }

    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 0;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 0;
    }

    .hamburger.is-closed .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 5px;
    }

    .hamburger.is-closed .hamb-middle {
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 5px;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hamb-bottom, .hamb-middle, .hamb-top {
    background-color: black;
}

.company-profile p{
  padding:0 40px;
}


#banner{
  background: #ddd;
  border-bottom: 1px solid #555;
}
.vertical-accordion{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-accordion .accordion-container{
  background: #fff;
  height: 500px;
  display: inline-flex;  
  flex: 1;
  position: relative;  
  border-right: 1px solid #555;
  overflow: hidden;
  transition:all 0.4s ease;

}
.vertical-accordion .accordion-container:last-child{
  border-right:0;
  }
.vertical-accordion .accordion-container:hover{
  flex:2;
}

.vertical-accordion .accordion-container.first{
  background: url(../images/slider/slider1.jpg) right center;
  background-size: cover;
}
.vertical-accordion .accordion-container.second{
  background: url(../images/slider/slider2.jpg) left bottom;
  background-size: cover;
  }
  .vertical-accordion .accordion-container.third{
  background: url(../images/slider/slider3.jpg) left center;
  background-size: cover;
  }
.accordion-inner-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding:20% 35px;
  }
  .accordion-inner-container h3{
    font-size:25px;
    color:#f70;
    margin: 0;
    margin-bottom: 10px;
  }
  .accordion-inner-container h4{
    font-size: 18px;
    color:#ff9d46;
    margin: 0;
    margin-bottom: 10px;
  }
  .accordion-inner-container p{
    color:#fff;
    line-height: 1.5;
  }
.vertical-accordion .accordion-container .accordion-overlay{
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}
.vertical-accordion .accordion-container:hover .accordion-overlay{
  background-color: rgba(0, 0, 0, 0.2);
}
a.readmore-btn{
  background: #960505;
  color:#fff;
  font-size: 14px;
  float: left;
  padding: 5px 15px;
  border-radius: 10px;
}

.search-container{
  display: flex;
  background: #fff;
  position: relative;
  top: -30px;
  box-shadow: 0 1px 5px #666;
}
.search-container .search-box{
  background: #fff;
  display: inline-flex;
  flex: 1;  
  padding:20px;
  border:0;
  outline: 0;
}
.search-container .srchBtn{
  width: 8%;
  background: #f70;
  cursor: pointer;
  border:0;
  outline: 0;
}
.search-container .srchBtn i{
  font-size: 20px;
  color: #fff;
}


#visionmission{
  /*background: #ddd;*/
}
#visionmission .vismis-bx{
  width: 100%;
  height: 280px;  
  position: relative;  
  border: 1px solid #b9b9b9;
  overflow: hidden;
}
#visionmission .vismis-bx .vismis-icon{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition:all 0.4s ease;
}
#visionmission .vismis-bx .vismis-icon figcaption{
  font-size: 20px;
  text-align: center;
  }
#visionmission .vismis-bx .vismis-cnt{
  width: 100%;
  height: 100%;
  display: flex;
  background: #ff7700;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 280px;
  padding: 30px;
  transition:all 0.4s ease;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  -ms-transition:all 0.4s ease;
  z-index: 99;
  }
  #visionmission .vismis-bx:hover .vismis-cnt{
   position: absolute;
    top: 0px;
  }
  #visionmission .vismis-bx .vismis-cnt p{
    color:#fff;
  }
#visionmission .vismis-bx h5{
  font-size: 20px;
}
#visionmission .vismis-bx i{
  font-size: 30px;
  background: #960505; 
  color:#fff;
  padding: 15px;
  margin-right: 10px;
  }

.service-cnt{
  width:40%;
  float: left;
  padding: 20px 50px;
  position: relative;
}
.service-cnt figure{
  text-align: left;
}
.service-cnt h3{
  font-size: 28px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.service-cnt p{
  text-align: justify;
}
.service-cnt .serv-read-more-btn{
  font-size: 18px;
  color:#960505;
  font-style: italic;
  position: relative;
  top: 0;
  right: 1px;
}
.service-cnt .serv-read-more-btn:hover{
  font-size: 18px;
  color:#333;
  font-style: italic;
}
.service-cnt .serv-read-more-btn:after{
  width: 20px;
  height: 30px;
  font-size: 29px;
  color: #333;
  content: "\00BB";
  position: absolute;
  right: -25px;
  margin-top: -9px;
  transition: all 0.4s ease;
}
.service-cnt .serv-read-more-btn:hover:after{
  right: -39px;
  color: #960505;
}
.service-cnt  .serv-cnt-left{
  position: absolute;
  bottom: 0;
}
.service-items
{
  width:50%;
  padding-left: 5%;
  position: relative;
}
.service-items .owl-carousel .item figure{
  position: relative;
  }
.service-items .owl-carousel .item figcaption{
  font-size: 20px;
  font-weight: 200;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding:15px 0;
}
.service-items .owl-theme .owl-dots{
  display: none;
}
.service-items .owl-theme .owl-nav{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  transition: all 0.4s ease;
}
.service-items .owl-theme:hover .owl-nav{
  display: block;
}
.service-items .owl-theme .owl-nav .owl-prev{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 40%;  
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  outline:0;
}
.service-items .owl-theme .owl-nav .owl-prev:hover{
  background: #f70;
}
.service-items .owl-theme .owl-nav .owl-next{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 40%;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  outline:0;
}
.service-items .owl-theme .owl-nav .owl-next:hover{
  background: #f70;
}
.service-items .owl-theme .owl-nav .owl-prev span{
  font-size: 30px;
  content: "\00BB";
  margin-top: -5px;
  color: #fff;
}
.service-items .owl-theme .owl-nav .owl-next span{
  font-size: 30px;
  content: "\00BB";
  margin-top: -5px;
  color: #fff;
}

#ourService .ourServDiv{
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#ourService .ourServDiv .ourServImg img{
  width: 100%;
}
#ourService .ourServDiv .ourServHed a{
  display: block;
  text-align: center;
  padding: 10px 0;
}
#contact{
  background: #ececec;
  margin-top: 40px;
}
.contact-details{
  padding: 20px 50px;
  box-sizing: border-box;
}
.cntct-row{
  display: flex;
  margin-bottom: 10px;
}
.cntct-row .cntct-icon{
  margin-right: 10px;
}
.cntct-row .cntct-icon i{
  font-size: 25px;
  color: #f70;
  margin-bottom: 20px;
}
.cntct-row .cntct-details h5{
  margin: 0;
}

#form-modal{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(250,250,250,1);
  position: fixed;
  top:0;
  left: 0;
  z-index: 999999;
}
#form-modal.form-active{
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-modal .form-close{
  font-size: 30px;
  position: absolute;
  right: 30px;
  top:20px;
  cursor:pointer;
}
#form-modal .form-div{
  width: 450px;
  background: #fff;
  padding: 20px;
  border:1px solid #ddd;
}
.form-container .form-group{
  margin-bottom: 15px;
}
.form-container .form-group:first-child label{
  font-size: 23px;
  display: block;
}
.form-container .form-group label{
  font-size: 16px;
  }
  .form-container .form-group .btn{
    background: #960505;
  }

  #breadcrumb{
    background: url(../images/inner-bg.jpg) no-repeat;
  }
/* ==========================================================================
    FOOTER
    ========================================================================= */
    #footer{
      background: #000;
    }
    #footer h5{
      font-weight: 400;
      color:#d4d4d4;
      margin-bottom: 10px;
    }
.social-media-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
      width: 50px;
      height: 50px;
      background: #ddd;
      margin-right: 15px;
      border-radius: 50%;
    }
    .social-media-links a i{
      font-size: 20px;
    }
    .social-media-links a:hover{
      background: #960505;
    }
    .social-media-links a:hover i{
      color: #fff;
    }
  .copyrights-cnt {
    font-size: 14px;
    width:100%;
    color:#fff;
    padding-top: 10px;
    margin-top: 20px;
  }
   .copyrights-cnt p{    
    text-align: center !important;
    color: #a3aab7;
   }

/* ==========================================================================
    Inner page design
    ========================================================================= */
#breadcrumb-section{
  width: 100%;
  height: 150px;
  background: url(../images/inner-bg.jpg) center no-repeat;
  background-size:cover;
  position: relative;
}
.breadcrumb-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 0;
}
.breadcumb{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.breadcumb h3{
  font-size: 25px;
  font-weight: 200;
  color:#fff;
  text-align: center;
}