:root{
    --primary-color: #ff811d;
    --secondary-color: #000;
    --white-color: #fff;
    --text-gray: #999;
    --black-color: #000;
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Quicksand', sans-serif;
}

*,
*::after,
*::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus{
    outline: 0 !important;
    outline-offset: 0;
}

a{
    text-decoration: none;
} 
a:hover{
    text-decoration: none;
}

a:hover{
    color: #ff811d;
}

ul,
ol{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: var(--primary-font);
    font-size: 100%;
    font-weight: 400;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}

::-webkit-scrollbar{
    width: 0.625rem;
}

::-webkit-scrollbar-track{
    background-color: #fff;
}

::-webkit-scrollbar-thumb{
    background-color: #ff811d;
}

p{
    font-size: 15px;
    color: #222;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 1px;
}
.main-btn{
    display: inline-block;
    padding: .625rem 1.879rem;
    margin: 4px;
    line-height: 1.5625rem;
    background-color: #ff811d;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;
    }

    .main-btn:hover{
        background-color: #000;
        color: #ff811d;
    }

.white-btn{
        display: inline-block;
        padding: .625rem 1.879rem;
        line-height: 1.5625rem;
        background-color: #fff;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: none;
        -webkit-transition: all F.4s ease-out 0s;
        -o-transition: all .4s ease-out 0s;
        -moz-transition: all .4s ease-out 0s;
        transition: all .4s ease-out 0s;
 }

 .white-btn:hover{
    background-color: #000;
    color: #fff;
}

.section-padding{
    padding: 10px 0 10px 0;
}


.top-section-padding{
    padding: 110px 0 0 0;
    background-color: #ff811d;
    color: #fff;  
}

.about-section-padding{

    padding: 15px 0px 10px 0;
}

/*==================== 
  Carousel
====================== */

.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 200px;

}

/*==================== 
  About
====================== */


.about-text {
    color: #606060;
    font-size: 10px;
    line-height: 22px;
    text-align: justify;
    margin-right: 25px;
    
}

.about-image{
    width: 100%;
    height: 100%;
}

/*==================== 
  Services
====================== */
#Services{
    background-color: #fdeadb;
}

.service .card-body{
    font-size: 50px;
}

.lead-card-body{
    font-size: 14px;
    color:#fff;
}


.bi-subtract {
    font-size: 50px;
}

.card{
    margin-bottom: 25px;
    width: 100%;
    height: 97%;
    
}

.image-card{
    margin-bottom: 20px;
}
/*==================== 
  Registeration
====================== */

.register-section-padding{
    padding: 25px 0 10px 0;
    background-color: #ff811d;
}

.regiter-p{
    font-size: 18px;
    color:#fff;
    font-weight: 700;
}

/*==================== 
  Footer 
====================== */

/* Main Footer */
footer .main-footer{
      padding: 50px 0 0 0;  
      background: #252525;
}
footer ul{
    padding-left: 0;  
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright { 
    background: #222; 
    padding: 5px 0;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}
.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px
}
.footer-copyright nav ul li a{
    color: #969696;
}
.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}
.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}

/* Footer Top */
.footer-top{  
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{  background: transparent;}
footer.transparent .footer-copyright{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{ background: #f9f9f9;}
footer.light .main-footer{  background: #f9f9f9;}
footer.light .footer-copyright{ background: none repeat scroll 0 0 #858585 ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
  Widgets 
====================== */
.widget{
    padding: 20px;
    margin-bottom: 40px;
}
.widget.widget-last{ 
     margin-bottom: 0px;
}
.widget.no-box{ 
    padding: 0;
    background-color: transparent;  
    margin-bottom: 40px;
  box-shadow: none; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  -ms-box-shadow: none; 
  -o-box-shadow: none;
}
.widget.subscribe p{ 
     margin-bottom: 18px;
}
.widget li a{ 
    color: #727272;
    text-decoration: none;
}
.widget li a:hover{ 
    color: #fff;
}
.widget-title {
    margin-bottom: 20px;
}
.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}
.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}
.widget-title.text-center span,.widget-title.text-center span::after {
    margin-left: auto;
    margin-right:auto;
    left: 0;
    right: 0;
}
.widget .badge{ 
    float: right; 
    background: #7f7f7f;
}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{  color: #fff;}


