@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #333;
    overflow-x: hidden;
}
a, img {
    text-decoration: none !important;
    outline: none;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul{
    margin: 0;
    padding: 0;
}
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
a, a:hover{
    transition: all 1s;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;    
    background: rgb(233, 32, 79, 0.5);
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    display: none;
}
.scrollToTop:hover {
    background: rgb(0, 0, 0, 0.5);
    color: #fff;
}

.header-wrapper{
    position: relative;
    z-index: 17;
    width: 100%;
    top: 0;
    /*background: rgba(5,32,54,0.8);*/
}
.top-header{
    background: #23292C;
    min-height: 45px;
    display: flex;
    align-items: center;
}
.top-header ul li{
    display: inline-block;
    margin-right: 30px;
}
.top-header ul li a{
    font-size: 13px;
    letter-spacing: 0.5px;
}
.top-header a i{
    padding-right: 10px;
}
.top-header a{
    color: #fff;
}
.top-header a:hover{
    color: #e9204f;
}
.login-link{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.main-header{
    background: #fff;
}
#top-nav-fixed.sticky{
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .nav-link{
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding: 10px 0px;
    margin: 0 21px;
    letter-spacing: 0.8px;
}

.navbar-light .navbar-nav .nav-btn {
    background: #E91F4F;
    padding: 33px 20px !important;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-btn:hover, .navbar-light .navbar-nav .nav-btn:focus{
    background: #d0224b;
    color: #fff !important;     
}

.navbar-light .navbar-nav .nav-item .nav-link{
    transition: all 0.7s ease-in-out;

}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0 !important;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link:after{
	content: none;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #e9204f;
    font-weight: 700;
    transition: all 0.7s ease-in-out;
}
.navbar-light .navbar-nav .active>.nav-link:after, .navbar-light .navbar-nav .nav-link:focus:after, .navbar-light .navbar-nav .nav-link:hover:after{
	content: '';
	background: #e9204f;
	width: 33px;
	height: 2px;
	display: block;
	position: absolute;
	top: 41px;
	transition: all 0.7s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #e9204f;
}

.bg-light{
    padding: 0;
    background: transparent !important;
}

.btn-white{
    background: #fff !important;
    color: #052036 !important;
}

.btn.btn-white:hover{
    background: #0590e4 !important;
    color: #fff !important;
}

.navbar-nav{
    height: auto;
}

nav .navbar-collapse{
    margin-left: 15px;
}

.banner-wrapper{
    position: relative;
    padding: 0;    
    overflow: hidden;
}
.banner-wrapper::before {
    content: "";
    width: 100%;
    border-left: 2240px solid #fff;
    border-top: 360px solid transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}

.banner-img{
    min-height: 730px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 80% !important;
    /*background-attachment: fixed !important;*/
}

.slider-txt{
    position: relative;
    text-align: left;
    top: -100px;
}

.banner-wrapper .carousel-caption{
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

.banner-wrapper .carousel-caption h1{
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.banner-wrapper .carousel-caption h1 span{
    font-weight: 700;
}

.banner-wrapper .carousel-caption p{
    font-size: 26px;
    margin-top: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.banner-wrapper .carousel-caption p span{
    font-weight: 700;
}
.mt-15{
    margin-top: 15px;
}
.slider-form{
    background: #fff;
    padding: 30px 20px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.35);
    border-radius: 0;
    max-width: 320px;
    left: 15px;
    z-index: 2;
}

.input-group-text{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D7CDCD;
    font-size: 18px;
}

.input-group-prepend .input-group-text{
    color: #F7AF27;
    font-size: 13px;
    padding-left: 0;
}
.form-control{
    height: 50px !important;
    font-size: 14px;
    color: #666666;
    padding: 10px 15px;
    border: 1px solid #E9E7E7;
    background: #fff;
    border-radius: 0;
}
.form-control:focus{
    background: transparent;
    border-color: #D7CDCD;
}
.form-control::placeholder, select.form-control{
    color: #444444;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.form-control::-moz-placeholder{
    color: #444444;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.form-control::-webkit-placeholder{
    color: #444444;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.slider-form .btn-default{
    padding: 10px 40px !important;
}
.btn-default{
    background: #e9204f;
    padding: 18px 30px !important;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.7px;
    cursor: pointer;
    border: 2px solid #e9204f;
    min-width: 203px;
    position: relative;
}
.btn-default:hover{
    color: #fff;
}
.pink-btn{
    background: transparent;
}
/*.pink-btn:before{
    background: #fff !important;
}*/

.pink-btn.hvr-sweep-to-right:before{
    background: #e9204f !important;
}
.pink-btn.hvr-sweep-to-right:hover, .pink-btn.hvr-sweep-to-right:focus, .pink-btn.hvr-sweep-to-right:active {
    color: #fff;
}
.hvr-sweep-to-right{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: #e9204f;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}





.btn-default:hover:before, .btn-default:focus:before, .btn-default:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.datepicker .today{
    display: none !important;
}
.section-title{
    font-size: 46px;
    color: #333333;
    font-weight: 700;   
}
.section-title:before{
    content: '';
    background: #E91F4F;
    width: 42px;
    height: 2px;
    display: block;
    margin-bottom: 20px;
}
.title-bottom-txt{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #E91F4F;
    text-transform: uppercase;
    letter-spacing: -1px
}
.how-work-wrapper{
    overflow: hidden;
}
.how-work-wrapper:after, .about-wrapper:after{
    content: '';
    background: #E91F4F;
    width: 2px;
    height: 81px;
    display: block;
    margin: 90px auto;
}
.single-work-img{
    width: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.single-work-img:hover{
    width: 94%;
    height: 94%;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}

.single-work-img:hover .img-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.work-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 0;
    padding: 60px;
}
.work-text h4{
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.work-text p{
    font-weight: 500;
    line-height: 27px;
}
.work-text a{
    color: #E91F4F;
    font-weight: 500;
    text-transform: uppercase;
}
.step-text{
    background: #E91F4F;
    min-width: 245px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    display: inline-block;
    padding: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 8;
    box-shadow: 0 4px 13px rgba(0,0,0,0.5);
}
.mt-100{
    margin-top: 100px;
}
.mt-35{
    margin-top: 35px;
}
.about-img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.about-img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.about-img img{
        -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.about-img:hover img{
        -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
}
.about-text-single{
    margin-top: 70px;
}
.sub-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-text-single p{
    color: #666666;
    line-height: 26px;
}
.mt-70{
    margin-top: 70px;
}
.testimonial-img-back:after{
    content: '';
    background: #e9204f;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    bottom: -18px;
    right: -4px;
    z-index: 1;
}
.pl-60{
    padding-left: 60px;
}
#testimonial-slider p{
    line-height: 28px;
    color: #666666;
    letter-spacing: -0.5px;
    margin-top: 20px;
}
.testimonial-name{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.5px;
}
.testimonial-wrapper{
	padding-bottom: 100px;
}
.testimonial-name:before{
    content: '';
    width: 42px;
    height: 2px;
    background: #ebebeb;
    display: block;
    margin: 30px 0;
}
footer{
    background: #1b1b1b;
    padding: 100px 0 0;
    position: relative;
}
footer:before{
    content: '';
    background: #e9204f;
    height: 81px;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}
.social-list li{
    display: inline-block;
    margin-right: 10px;
}
.social-list li a{
    border: 2px solid #e9204f;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.social-list li a:hover{
    color: #e9204f;
}
.footer-links{
text-align:center;
}
.footer-links ul li{
    display: inline-block;
    border-right: 1px solid #fff;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 15px;
}
.footer-links ul li a{
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-links ul li a:hover{
    color: #e9204f;
}
.footer-links ul li:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.footer-links ul li.active a{
    color: #e9204f;
    font-weight: 600;
}
footer hr{
    border-top: 2px solid #464646;
    margin: 80px 0;
}
.footer-title{
    font-size: 18px;
    color: #e9204f;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.contact-info-txt{
    color: #fff;
    font-weight: 300;
}
a.contact-info-txt:hover{
    color: #e9204f;
}
.copyright-txt{
    color: #CCCCCC;
    font-size: 13px;
    text-align: center;
    margin: 40px 0 0;
    padding: 0 0 10px;
}
.footerEnd {
     font-size: 13px;
    text-align: center;
    color: #CCCCCC;
    padding: 0 0 10px;
    margin-bottom:0px;
}

/*about us*/
.inner-pg-title-wrap{
	background: url(../images/inner-banner.jpg) no-repeat center;
	background-size: cover;
	min-height: 318px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 80px; 
}
.breadcrumb{
	background: transparent;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
}
.breadcrumb li{
	color: #fff !important;
}
.breadcrumb li a{
	color: #e9204f;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #666666;
}
.inner-page-content{
	padding: 100px 0;
}
.vision-mision-wrap{
	background: #f5f5f5;
	padding: 100px 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	position: relative;
}
.vision-mision-wrap h3{
	font-size: 26px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
}
.vision-mision-wrap hr{
	margin: 40px 0;
	border-color: #ebebeb;
}
.vision-mision-wrap:before, .apply-pg-box:before{
    content: '';
    background: #e9204f;
    height: 81px;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.custom-control {
    position: relative;
    display: table;
    margin: auto;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-label::before {
	border: 1px solid #21272F;
    background-color: transparent;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e9204f;
    border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,255,255,1);
}
.apply-sub-title{
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 30px;
	letter-spacing: 1px;
	line-height: 56px;
}
.apply-list li{
	list-style: none;
    font-size: 14px;
    color: #656565;
    margin-bottom: 6px;
    position: relative;
    padding-left: 13px;
}
.apply-list li:before{
	content: '';
	background: #656565;
	width: 4px;
	height: 4px;
	border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.apply-pg-box{
	background: #F5F5F5;
	padding: 90px 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	position: relative;
	margin: 100px 0 !important;
}
.apply-box-big-font{
	font-size: 18px !important;
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
    margin: 0 auto 30px;

}
.apply-pg-box p{
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 25px;
}
.apply-now .form-control.solid-bg{
	background-color: #E6E6E6;
	height: 57px !important;
	font-size: 13px;
	color: #444 !important;
	border: 1px solid #D1D1D1;
	border-radius: 0;
}
.apply-now .form-control::placeholder{
	color: #000 !important;
}
.apply-now .input-group-text {
    background-color: #e6e6e6;
    border: 1px solid #D7CDCD;
}
.custom-select {
	background: #fff url(../images/dropdown-arrow.png) no-repeat 98% center;
	position: relative;
	z-index: 1;
}
.apply-now #datepicker .form-control {
	border-right: 0;
}
.apply-now p{
	font-size: 14px;
	color: #656565;
	letter-spacing: 0.3px;
	line-height: 25px;
}
.center-label{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.gold-txt{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.text-black{
	color: #333;
}
a.text-black:hover{
	color: #e9204f;
}
.text-pink, a.text-pink:hover{
	color: #E91F4F;
}
.btn-sml{
	padding: 10px 10px !important;
	min-width: 150px;
}
.btn-sml i{
	float: right;
	margin-top: 4px;
}
.custom-control-label{
	color: #656565;
}
.imp-info-txt p{
	font-size: 15px;
}
.cms-pg-sml-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.terms-txt-block p{
	font-size: 14px;
	color: #444444;	
}
.terms-txt-block hr{
	border-top: 1px solid #DDDDDD;
	margin: 20px 0;
}
.terms-txt-block ul li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative;
}
.terms-txt-block ul li:before{
	content: "\f178";
	font-family: 'fontawesome';
	font-size: 14px;
	color: #E91F4F;
	position: absolute;
	left: 0;
}
.section-title.no-top-border:before{
	content: none;
}
.contact-page p{
	color: #666666;
	line-height: 24px;
}
.contact-page .media-body a{
	color: #666666;
}
.contact-page .media-body a:hover{
	color: #e2365d;
}
.contact-page textarea.form-control{
	height: auto !important;
}
.contact-page .form-control{
	background: #fafafa;
	padding-left: 30px;
	height: 56px !important;
}
.contact-page .form-group{
	margin-bottom: 25px;
}
.mt-50{
	margin-top: 50px;
}
.map-wrapper iframe{
	width: 100%;
	height: 680px;
	border: 0;
	margin-bottom: -6px;
}
.rates-txt{
	font-size: 16px;
	color: #444444;
	letter-spacing: 0.5px;
}
.rates-txt span{
	font-weight: 500;
}
.rates-bg-title{
	background: #F4F4F4;	
}
.rates-bg-title h3{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222222;
	letter-spacing: 1px;
	padding: 13px 0;
}
.rates-sml-title{
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
.rates-content p{
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0.3px;
	line-height: 24px;
}

.privacy-table {
	color: #666;
}
.privacy-table .thead-light th {
    color: #000;
    background-color: #E6E6E6;
    border-bottom: 1px solid;
    border-color: #CECECE;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    vertical-align: middle;
    letter-spacing: 0.9px;
    font-size: 14px;
}
.privacy-table th {
    color: #444;
    border-color: #CECECE;
    font-weight: 500;
}
.privacy-table td {
	padding-top: 18px;
    padding-bottom: 18px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
}
.letter-space{
	letter-spacing: 3px;
}
.privacy-table tbody th{
	padding-top: 18px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.privacy-table .apply-list{
	margin-top: 15px;
}
.privacy-table .apply-list li{
	margin-bottom: 0;
	color: #333333 !important;
}
.privacy-table .apply-list li:before{
	top: 10px;
}
.privacy-table strong.text-black{
	font-weight: 600 !important;
	color: #000 !important;
}
.privacy-table a{
	color: #e9204f
}
.semi-bold-font{
	font-weight: 600;
}
.accordion .card{
	border: 0;
	margin-bottom: 30px;
}
.accordion .card-header{
	background: transparent;
    border-bottom: 0;
    padding: 0;
}
.accordion .btn-link{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
    padding: 22px 30px;    
    display: block;
    width: 100%;
    text-align: left;
    background: #E91F4F;
    border-radius: 0;
    border: 0;
    white-space: normal;
}
.accordion .btn-link:after{
	content: '';
    background: #e9204f;
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
}
.accordion .btn-link.collapsed:before{
	content: "\f067";
    font-family: 'fontawesome';
    font-size: 18px;
    top: 0;
    right: 20px;
    position: absolute;
    color: #e9204f;
    bottom: 0;
    display: flex;
    align-items: center;
}
.accordion .btn-link:before{
	content: none;
}
.accordion .card-body{
	background: #f6f6f6;
    width: 88%;
   	margin: 0px auto 0;
   	padding: 45px 50px;
    box-shadow: 0 4px 10px rgba(204,204,204,0.75);
    letter-spacing: 0.6px;
    line-height: 24px;
}
.accordion .collapse{
	margin-top: -50px;
}
.btn-link.collapsed{
	color: #333;
	padding: 22px 40px 22px 30px;
	background: #f6f6f6;
}
.btn-link.collapsed:after{
	content: none;
}
.accordion .collapse {
    margin-top: 0;
    z-index: 1;
}
.medium-font{
	font-weight: 600;
}
.br-0{
	border-right: 0 !important;
}
.work-text-box{
    background: #F5F5F5;
    padding: 50px;
    max-width: 470px;
    margin-top: -120px;
    z-index: 2;
    position: absolute;
    left: 75px;
}
.work-text-box h2{
    font-size: 36px;
    color: #333333;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.work-text-box h2 span{
    color: #E81F4F;
}
.work-text-box .btn-default{
    position: absolute;
    bottom: -30px;
    padding: 13px 20px !important;
    min-width: 162px;
    left: 38px;
}
.work-text-box .btn-default i{
    margin-right: 10px;
}
.single-work-area{
    margin-bottom: 230px;
    position: relative;
}
.single-work-area p{
    color: #666666;
    line-height: 24px;
}
.work-number{
    font-family: 'Oswald', sans-serif;
    color: #F7F7F7 !important;
    font-size: 346px;
    position: absolute;
    left: -10px;
    top: -50px;
    line-height: normal !important;
    font-weight: 800;
    z-index: -1;
}
.pr-40{
    padding-right: 40px;
}
.single-work-area .about-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.pl-40{
    padding-left: 40px !important;
}
.f-weight-500{
    font-weight: 500;
}
.single-work-area.right .work-number{
    right: -20px;
    left: auto;
}
.sml-title{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 25px;
    letter-spacing: 0.5px;
}
.pink-title{
    color: #e9204f;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.justify-all-txt p{
    text-align: justify;
}

/*custom css added for 34865*/

.logo-main-top{
    height:55px;
}
.list-documents{
    list-style:none;
}
.list-documents li {
   margin-bottom:10px;
}
.active{
   color: #e91f4f !important;

}
