
/*breadcrumb Section Start*/
  .breadcrumb-section {
    margin-top: 0;
background: url("../images/banner/Proposal.png");
padding: 175px 0;
background-size: cover;
background-position: center; 
background-repeat: no-repeat;
/*background-attachment: scroll, scroll;
background-attachment: fixed;*/
overflow: hidden;
}
.breadcrumb-row{
 text-align: center;
  color: #FFF;
  background: transparent;
  text-transform: uppercase;
}
.breadcrumb-row h1{
  margin: 0;
  letter-spacing: 3px;
  visibility: hidden;
}
/*breadcrumb Section End*/
/*About us Details*/
.about-sec{
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	/*background: linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);*/
}
.about-sec p{
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	word-spacing: 1px;
	text-align: justify;
}

/*About us Details End*/

/*Tabs End*/
.tabs-sec{
	/*background: linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);*/
	margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.tabs-sec .nav-tabs{
    /*font-family: 'Lato', sans-serif;*/
    margin: 0 0 10px 0;
    border: none;
}
.tabs-sec .nav-tabs li a{
    color: rgb(0, 0, 0);
    /*background: linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);*/
    background-color: var(--white);
    font-family: 'Playball' ;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    padding: 8px 56px;
    margin-right: 10px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tabs-sec .nav-tabs li:last-child a{
 margin-right: 0; 
}
.tabs-sec .nav-tabs li a:hover,
.tabs-sec .nav-tabs li a.active {
    color: #fff;
    border-color: transparent;
    border: none;
}
.tabs-sec .nav-tabs li a:before{
    content: "";
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: black;
    transition: all 0.5s ease-out 0s;
}
.tabs-sec .nav-tabs li a.active:before,
.tabs-sec .nav-tabs li a:hover:before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tabs-sec .tab-content{
    color: #444;
    /*background: linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);*/
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 25px 20px;
    /*box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);*/
    position: relative;
}
.tabs-sec .tab-content h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
.tabs-sec .tab-content p{
	font-size: 16px;
	line-height: 1.9;
	color: rgb(0, 0, 0);
	word-spacing: 0px;
	text-align: justify;
 }
.tabs-sec .tab-content .content ul{
	list-style: none;
}
.tabs-sec .tab-content .content ul li:before{
	font-family: "Font Awesome 5 Free"; 
      content: "\f560";
      font-weight: 900;
      display: inline-block;
      margin-right: 6px;
      transition: 0.3s;
      color: var(--black);
}
@media only screen and (max-width: 767px){
    .tabs-sec .nav-tabs li a{ padding: 10px 20px; }
}
@media only screen and (max-width: 479px){
    .tabs-sec .nav-tabs li{
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
}
/*Tabs End*/

/*Counter Sections Start*/
.counter-sec{
	background-color: var(--black);
	padding: 80px 0;
	margin-top: 0;
}
.counter-sec .counter{
    color: var(--white);
    background: transparent;
    text-align: center;
    /*width: 200px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-right: 2px solid var(--white);
}  
.counter-sec .counter.last{
	border: none;
}
.counter-sec .counter:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);*/
}
.counter .counter-icon{
    color: #fff;
    background: inherit;
    font-size: 30px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 1rem;
    /*border-radius: 0 0 50% 50%/0 0 100% 100%;*/
}
.counter-sec .counter h3{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.counter-sec .counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter-sec .counter .counter-value:after{
    content: '';
    background-color: var(--white);
    height: 2px;
    max-width: 25%;
    margin: 5px auto;
    display: block;
    clear: both;
    margin-bottom: 1rem;
}
@media screen and (max-width:990px){
    .counter-sec .counter{ margin-bottom: 40px; }
}   

/*Counter Sections End*/

/*Process Sections*/
.process-sec{
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #EFE1E6;
}
.process-sec .box{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.process-sec .box .pro-title{
	text-align: center;
}

.process-sec .box .pro-title h5{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 600;
    line-height: 30px;
}

.process-sec .box .pro-title h5 span{
    display: block;
}
.process-sec .box .icon i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background-color: var(--black);
	color: var(--white);
	border-radius: 50%;
	font-size: 2rem;
	outline: 6px double var(--black);
}
.process-sec .box .icon{
	width: 90px;
	height: 90px;
	outline: 6px double var(--black);
	border-radius: 50%;
	text-align: center;
	padding: 22px;
    background: var(--black);
}
.process-sec .box .icon img{
	width: 100%;
	height: auto;
	object-fit: cover;
	filter: invert(1);
}
.process-sec .col-12 p{
	max-width: 520px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.process-sec .col-12.mt50.text-center{

}
.process-sec  .btn{
    display: inline-block;
    padding: 11px 32px 11px 31px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: var(--black);
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
    border: none;
}
.process-sec  .btn:hover{
    background: #333;
    text-decoration: none;
}
/*Process Sections End*/

/*CTA Sections*/
.cta-sec{
	margin-top: 0;
	background-color: rgba(0,0,0,1);
	padding: 50px 0;
}
.cta-sec .box{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.cta-sec .box i{
	width: 70px;
	height: auto;
	font-size: 36px;
    text-transform: capitalize;
	color: var(--white);
	float: left;
	display: inline-block;
}
.cta-sec .box .con-detail{
	width: 80%;
	color: var(--white);
}
.cta-sec .box .con-detail h4{
	font-weight: normal;
    margin-bottom: 0;
    font-family: 'Open Sans' , sans-serif;
}

.cta-sec .box .btn-box .btn{
	background-color: var(--white);
	color: var(--black);
	margin-right: 10px;
}
/*CTA Sections End*/