/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body{
    font-family: 'Poppins', sans-serif;
    color: #424242;
    font-size: 15px;
    font-weight: 300;
}

::-moz-selection { /* Code for Firefox */
    background: #ff6600;
    color: #fff;
  }
  
::selection {
    background: #ff6600;
    color: #fff;
}


p{
 line-height: normal !important;
}


.btn{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 7px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ff6600;
    color: #fff;
}

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

.org{
    color: #ff6600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1{
    font-size: 39px;
}

h1 span{
    color: #ff6600;
    text-shadow: 2px 2px 1px rgba(253, 212, 171, 1);
}

h2{
    font-size: 23px;
}

h3{
    font-size: 17px;
}

.extOrg{
    color: #ff6600;
    text-shadow: 2px 2px 1px rgba(253, 212, 171, 1);
}

h4{
    font-size: 16px;
}

h5{
    font-size: 15px;
}

h6{
    font-size: 14px;
}

.sm-txt{
    font-size: 12px;
    font-weight: 300;
}

.italic{
    font-style: italic;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.thn-ft{
    font-weight: 300;
}

.rgl{
    font-weight: 400;
}

.bld{
    font-weight: 700;
}

.sbld{
    font-weight: 600;
}

.flit{
    font-weight: 300;
}

.lineHit{
    line-height: 39px;
}

.d-inlineB{
    display: inline-flex;
    -webkit-display: inline-flex;
}

.req{
    color: red;
}

.bg-org{
    background: #ff6600;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-wrp{
    text-align: right;
}

.top-wrp i{
    text-align: right;
    font-size: 30px;
    font-weight: 800;
}

.tp-i{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.tp-i:hover{
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.top-scl-wrap ul{
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.top-scl-wrap ul li{
    list-style: none;
    display: inline-block;
}

.top-scl-wrap ul li a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.top-scl-wrap ul li a:hover{
    color: #000;
}

.small-logo{
    display: none;
}

.fsmall-logo{
    display: none;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0 0 0;
}

#header.header-transparent {
    background: rgba(255, 255, 255, 0.9);
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}


.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}


.navbar-dark .navbar-nav .nav-link {
    color: #424242;
    font-size: 24px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem ;
    padding-left: 1rem ;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #ff6600; 
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active{
    color: #ff6600; 
}



.navbar-toggler.collapsed .toggler-icon {
    background-color: #ff6600;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}


/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #ff6600;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}







/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.banner-bg {
    background: url("../images/banner-img.png") #fff2e5;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vh;
        /**background-size: cover;**/ 
}

.contact-bg {
    background: url("../images/contact-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.about-bg {
    background: url("../images/about-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    /**background-size: cover;**/ 
}


#hero, #abt-hero {
    width: 100%;
    position: relative;
    overflow: hidden; 
}

#hero h1 {
    
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    padding-left: 90px;
   
}




/*--------------------------------------------------------------
# Hero Section End
--------------------------------------------------------------*/

/************  Body  ************/

.clear{
    clear: none;
}
.left{
    float: left;
}

.mar-0{
    margin: 0px;
}

.pad-0{
    padding: 0px;
}

.mar-b0{
    margin-bottom: 0px;
}

.pad-b0{
    padding-bottom: 0px;
}

.mar-b10{
    margin-bottom: 10px;
}

.pad-0{
    padding: 0px !important;
}

.pad-b10{
    padding-bottom: 10px;
}

.pad-t10{
    padding-top: 10px;
}

.pad-l15{
padding-left: 15px;
}

.pad-t15{
    padding-top: 15px;
}


.pad-b15{
    padding-bottom: 15px;
}

.pad-t25{
    padding-top: 25px;
}

.pad-b30{
    padding-bottom: 30px;
}

.pad-t45{
    padding-top: 45px;
}

.pad-b45{
    padding-bottom: 45px;
}



.contact-links a{
    text-decoration: none;
    color:#3C3C3C ;
}

.contact-links a:hover{
    text-decoration: none;
    color:#ff6600 ;
}

.contact-links i{
    font-size: 29px;
}



.form-control{
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 13px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin: 9px 0;
}

.hd-show{
    display: none;
}

.bg1{
    background: url(../images/bg1.jpg) no-repeat top left;
}

.bg2{
    background: #fff2e5;
}

.lgFnt{
    font-size: 31px;
    font-weight: 400;
    line-height: normal;
}

.gen-box-wrp{
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    padding: 11px;
}

.gen-box-wrp:hover{

    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);

}

.gen-box-wrp p, h3{
    margin-bottom: 0px;
}

.gen-box-wrp h3{
    padding: 15px;
}

.servList{
    text-decoration: none;
}

.servList ul{
    list-style: none;
    margin: 0;
    text-align: left;
}

.servList ul li{
    margin: 5px;
    background-color: #fafafa;
    border: #ededed 1px solid;
    padding: 21px 27px;
    display: inline-block;
}

.solList{
    margin: 0px;
    padding: 0px;
}

.solList span{
    margin: 5px;
    background-color: #fafafa;
    border: #ededed 1px solid;
    padding: 21px 27px;
    display: block;  
}

.solList span:hover{
    background-color: #fafafa;
    border: #ff6600 1px solid;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.08);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.08);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.08);
    cursor: pointer;
}

.schdl-wrap{
    margin: 5px;
    background-color: #ffffff;
    border: #ededed 1px solid;
    padding: 21px 27px;
}

.schdl-wrap h2{
    margin-bottom: 0px;
}

.carousel-indicators{
    bottom: -20px;
    /**width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #000;**/
}

.carousel-indicators [data-bs-target]{
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #acacac;
}

.carousel-indicators .active{
    background-color: #ff6600;
    opacity: 1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer{
    background: url(../images/bg-2.jpg) no-repeat top right;
    border-top:#ededed 1px solid;
    font-size: 13px;
}

#footer h6{
    padding: 17px 0;
}

#footer a{
    text-decoration: none;
    color: #424242;
}

#footer a:hover{
    text-decoration: none;
    color: #ff6600;
}

.ftr-cd{
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px !important;
}

.ftr-cd img{
    padding-right: 15px;
}

.copyright{
    border-top:#ededed 1px solid;
    padding-top: 15px;
    margin-top: 15px;
}

.ftrList{
    text-decoration: none;
}

.ftrList ul{
    margin: 0;
    float: left;
    text-align: left;
    padding-left: 0;
}

.ftrList ul li{
    list-style: none;
    line-height: 29px;
}

.ftrList ul li a{
    text-decoration: none;
    color: #424242;
}

.ftrList ul li a:hover{
    text-decoration: none;
    color: #ff6600;
}