 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
 
 .white-text{color: #fff;}
.white-text:hover{color: #fff;}

.header-bg{background-color: #f36523;}
.footer-bg{background: #edd8c5;
    color: #000;
    text-align: center;
    padding-top: 20px;}
	
	.orange-bg{background: #278d27;}
	
	.white-bg{background: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;}
	
	.pdtb{padding-top: 40px;
    padding-bottom: 40px;}
	
	.l-bg{background: #f8ddb2;
    padding: 42px;
	border-radius: 5px;
	}
	
	.w-bg {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
}
	
	.pd10{padding:10px;}
	
	.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.bg-01{ 
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #f36523;
    background: #f0d7ae;
}
	
	.bg-02{    background: #fadfb4;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 10px;}
	
	.bg-03{    background: #fadfb4;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 10px;}
	
	
	.bg-04{    background: #fadfb4;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	
	.bg-05{    background: #fadfb4;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	
	.bg-06{    background: #fadfb4;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.box-ctrl{box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    margin-top: 20px;
    border-radius: 20px;}


	.box-ctrl1{margin-top: 20px;
    border-radius: 5px;
    padding: 30px;
    background: #f0d7ae;}
	
	.logo-ctrl{position: absolute;
    z-index: 999;}


.w-bg-ctrl{    background: #fff;
    color: #000;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
	font-weight: 700;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
 

 .btn-bg{  border: none;
    box-shadow: none;
    background-color: #fff;
    margin: 0;
    padding: 0;width: 100%;}

.mrgt20{margin-top:20px;}


.serviceBox{
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 25px 20px;
    margin: 0 -5px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
        content: '';
    background-color: #f0d7ae;
    border-radius: 20px;
    /* box-shadow: 0 0 20px -5px rgba(0,0,0,0.4); */
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 10px;
    z-index: -1;
}
.serviceBox:after{
  background-color: transparent;
    border: 2px solid #f0d7ae;
    border-top: none;
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    left: 5px;
    top: 30%;
    right: 5px;
    bottom: 0;
}
.serviceBox .service-icon{
   color: #fff;
    background: #f36523;
    font-size: 20px;
    padding: 0px 17px;
    margin: 0 0 13px;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    font-weight: 700;
} 
.serviceBox .title{
   color: #f36523;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 5px;

}
.serviceBox .description{
        font-size: 25px;
    line-height: 23px;
    /* margin: 0 10px; */
    font-weight: 700;
}
.serviceBox.orange .service-icon{ background: #FD6D49; }
.serviceBox.orange:after{ border-color: #FD6D49; }
.serviceBox.orange .title{ color: #FD6D49; }
.serviceBox.blue .service-icon{ background: #1BA9F4; }
.serviceBox.blue:after{ border-color: #1BA9F4; }
.serviceBox.blue .title{ color: #1BA9F4; }
.serviceBox.purple .service-icon{ background: #5A3AFD; }
.serviceBox.purple:after{ border-color: #5A3AFD; }
.serviceBox.purple .title{ color: #5A3AFD; }
 
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f0d7ae #f0d7ae #f0d7ae;
    isolation: isolate;
}


.field-icon {
  float: right;
    margin-left: -28px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    margin-right: 11px;
}

.field-icon-01 {
    float: left;
    margin-right: -50px;
    margin-top: 30px;
    /* position: absolute; */
    z-index: 2;
    /* margin-right: 11px; */
    background: #f0d7ae;
    color: #438d02;
    padding: 10px;
    border-radius: 3px;
    width: 35px;
    text-align: center;

}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0000009e;
  z-index: 9999;
  font-size: 40px;
  text-align: center;
  padding-top: 300px;
  color: #fff;
  font-family:tahoma;
}


@media (max-width:768px) {
	
	.nav-link {
    display: block;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.l-bg {
    background: #f0d7ae;
    padding: 22px;
    border-radius: 5px;
}

.navigation-portrait {
    height: 48px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.pdtb {
    padding-top: 20px;
    padding-bottom: 20px;
}	


.bg-01{    background: #f0d7ae;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.bg-02{    background: #add272;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.bg-03{    background: #ffd400;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}

div.dt-container div.dt-length label {
    font-weight: normal;
   text-align: center!important;
    white-space: nowrap;
}

div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: center!important;
}
.tc{text-align:center;}


div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
    padding-left: 24px!important;
}
.mrgt-m20{margin-top:20px;}


.login-16 {
  padding: 30px 0px!important;
}
.tab-body-wrapper {
   
    padding: 20px 5px!important;
}
.box-ctrl1 {
  
    padding: 20px 15px!important;
}

.m0{margin:0px!important;}


.fs13{font-size: 13px!important;}

 .footer-bg {
    background: #f36523;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

}

@media (max-width:480px) {
.nav-link {
    display: block;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}	
	
	.l-bg {
    background: #f0d7ae;
    padding: 22px;
    border-radius: 5px;
}

.navigation-portrait {
    height: 48px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.pdtb {
    padding-top: 20px;
    padding-bottom: 20px;
}


.bg-01{    background: #f0d7ae;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.bg-02{    background: #add272;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.bg-03{    background: #ffd400;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	div.dt-container div.dt-length label {
    font-weight: normal;
   text-align: center!important;
    white-space: nowrap;
}
	
	div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: center!important;
}
.tc{text-align:center;}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
    padding-left: 24px!important;
}
.mrgt-m20{margin-top:20px;}

.login-16 {
    padding: 30px 0px!important;
}

.tab-body-wrapper {
   
    padding: 20px 5px!important;
}

.box-ctrl1 {
  
    padding: 20px 15px!important;
}
.m0{margin:0px!important;}

.fs13{font-size: 13px!important;}

 .footer-bg {
    background: #f36523;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}


}

 
@media (max-width:380px) {
	
	.nav-link {
    display: block;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
	.l-bg {
    background: #f0d7ae;
    padding: 22px;
    border-radius: 5px;
}

.navigation-portrait {
    height: 48px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.pdtb {
    padding-top: 20px;
    padding-bottom: 20px;
}


.bg-01{    background: #f0d7ae;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.bg-02{    background: #add272;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	.bg-03{    background: #ffd400;
    /* padding: 15px; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 5px;margin-top: 20px;}
	
	
	div.dt-container div.dt-length label {
    font-weight: normal;
    text-align: center!important;
    white-space: nowrap;
}
	div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: center!important;
}
.tc{text-align:center;}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
    padding-left: 24px!important;
}
.mrgt-m20{margin-top:20px;}

.login-16 {
     
    padding: 30px 0px!important;
     
}

.tab-body-wrapper {
   
    padding: 20px 5px!important;
}

.box-ctrl1 {
  
    padding: 20px 15px!important;
}
.m0{margin:0px!important;}

.fs13{font-size: 13px!important;}


.footer-bg {
    background: #f36523;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

}


 