/*===================================FONTS===================================*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

/*===================================FONTS===================================*/

/*===================================ICONS===================================*/

.oneicon{
	width: 18px;
	height: 18px;
	display: inline-flex;
}
.icon-phone{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAB9ElEQVQ4jZ2Uz2sTURDHP7PbpB7SJqlG9GDaNZumm1jEBrR4FgR7EP0XpBc9Ch4Erx4VPHoQj14KnkRzlXqtBZt265ZS/IGabk0NCNrmjQddSWMi3c5p+H5nPjPv8XhCRziON6oD3BPhu212bgRB8I2YMRAlo275DJY+E+UYCoZECrgSF2gD5POTWXvAzAPH/zrCROZIzm+Gm2/iAC0A61D71h5YxFTuRjWxgGL0ah/fcUqlYixgpVJJIYz38T8n4WMsYKtlJXpb+kWRy77vt+IABRCn6DWAw52b7Vpm6p3vx9oOft+hKtS65rw+CCwCIipP98o6XSqVhg4MXA/qcwpLHXr6p7HuHBgItEWt213ezZPj3qW4QDtKmlsNPzuS8xBO/ZEEmEmPHK1tbzU+dTcWChV3KJfNbIfh114bApC0zSzISoeUsURrY8XyuUioVqsJx/UeGsus2moHjus9cV13OPKle7Lrlitt0Xkg3SH/UJH7FvpSlevATGePwtKutC++X1398A8QYMz1pkV4AQz38nuFQN3SnameQIBCYeK8seQ5sO/nY5Rq359kbW3llUr7LOjiPnec2wiWF+z/lTTDcDMznHosdmIQOA0ke5SpwIP1t8uzgOl75O7I5yez9mD7GnBB0BMKISqLBh5tBPWFqO4XificRD5nb84AAAAASUVORK5CYII=) no-repeat center center / contain;
	margin-right: 5px;	
}


/*===================================ICONS===================================*/

:root{
  --primary: #dc2326;
  --darkprimary: #c7191c; 
  --lightgrey: #546e7a;
  --darkgrey: #212529;
  --white: #ffffff;
  --navberheight: 70px;
}

body{
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--darkgrey);
}

a, a:hover, a:focus{
    color: var(--primary);
    text-decoration: none;
    outline: none;
}

::selection{
  background: var(--primary);
  color: var(--white);
}

.header{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	width: 100%;
    background-color: #fff;
    z-index: 9999;
    height: var(--navberheight);
}
.header .navbar-brand{
	height: 54px;
    width: 180px;
    padding: 0;
}
.header .navbar-brand img{
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.header .call-number{
	display: flex;
	align-items: center;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--darkgrey);
}
.banner-wrap{padding-top: calc(var(--navberheight) + 4rem);  display: flex; align-items: center; position: relative;}
.banner-title{color: var(--darkgrey); line-height: 1; font-size: 44px;}
.banner-desc{font-size: 1.1rem; color: var(--lightgrey); font-weight: 500;}
.bg-banner{background-color: #fbf9fe;}
.btn-onesociety{
	/*background-color: var(--primary);*/
	color: var(--white);
	font-weight: 600;
	padding: 10px 30px;
	background: #eb1c32;
    background: -webkit-linear-gradient(90deg, #c3202d 0%, #eb1c32 50%);
    background: linear-gradient(90deg, #c3202d 0%, #eb1c32  50%);
    border-radius: 30px;
    transition: .5s;
     -webkit-transition: .5s;
}
.btn-onesociety:hover, .btn-onesociety:focus, .btn-onesociety:active{
	color: var(--white);
	background: -webkit-linear-gradient(90deg, #eb1c32 0%, #c3202d 50%);
    background: linear-gradient(90deg, #eb1c32 0%, #c3202d  50%);
    box-shadow: 0 4px 9px rgba(255,59,51,.5);
    transform: translateY(-5px);
    transition: .5s;
     -webkit-transition: .5s;
}

.section-title{font-size: 44px; font-weight: bold; position: relative; 
	margin-bottom: 20px; padding-bottom: 20px; color: var(--darkgrey);}
.section-title:after{
    content: ""; position: absolute;  width: 120px; height: 5px; left: 0; right: 0; margin: 0 auto; bottom: 0; background-color: var(--primary);}
.section-desc{font-size: 18px; color: var(--lightgrey);}

.hero-area-social {display: inline-block; padding: 0 15px; position: absolute; top: 40%; left: 20px;}
.hero-area-social ul li a{ display: block; padding: 5px 10px; background: #e7e9ff; font-size: 16px; color: #0a0c19; border-radius: 5px; text-align: center}
.hero-area-social ul li a:hover{background: var(--primary); transition: .5s; -webkit-transition: .5s;}
.hero-area-social ul li a svg g{fill: var(--darkgrey);}
.hero-area-social ul li a:hover svg g{fill: var(--white);}
.hero-area-social ul li { margin-bottom: 25px}

.single-work {text-align: center; padding: 50px 0}
.single-work h2 {font-size: 22px; font-weight: 600; margin: 25px 10px;}
.single-work p {font-size: 16px}
.work-icon{width: 150px; height: 150px; margin: auto; padding: 20px;  border-radius: 10%;}
.red-color{border: 1px solid #ff3b33; box-shadow: 0 3px 30px rgba(255,59,51,.3); background: rgba(255,59,51,.1);}
.green-color{border: 1px solid #4caf50; box-shadow: 0 3px 30px rgba(76, 175, 80,.3); background: rgba(76, 175, 80,.1);}
.blue-color{border: 1px solid #03a9f4; box-shadow: 0 3px 30px rgba(3, 169, 244, .3); background: rgba(3,169,244,.1);}
.yellow-color{border: 1px solid #ffc107; box-shadow: 0 3px 30px rgba(255, 193, 7, .3); background: rgba(255, 193, 7,.1);}

.list-title{
	font-size: 26px; font-weight: 600; text-transform: capitalize; 
	margin: 15px 0;
	color: var(--primary);
}
.features-list-group .list-group-item{
	background-color: transparent;
}
.features-list-group .list-group-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 26px;
	/*padding: 20px;*/
    background-image: url(
    	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAAC1UlEQVRIie3SWUiUURQH8P/5ZiofItNMMtM2LIPeQiQTkqCdhnooIkrKZZbSqciFpGKw0KGFHiKwzCixlKaFhBYikZYhKpecpkYMJwkpskXFrPzu993TS0ZTakXzOP/Hwznnd7n3AqGE8j0U7IW6ozAP4LmKaiykkpK3g3UlmMjXovzDQpUJmpBXBiCu9xcUTA469Clv10Gh6uMMWbZLRos9WVe5TLJuCSr0cftOp1A5IsySc5GFdA7cdl9VNX2bqskLgz3//UZdtu37oSB2XLa1BszOrw8bzKqn8aQiFWtU2dFHQYFeZ9mLmSkuPGNLNYGdn5uazGpLy0nJbI2rOPbo594AqGNTznQoOA7i5qnTJu4lh0MOh3Sk5xSTgvjwTRvPkyRnf5PXrD5vLpdMlhmVgUgA5FtvnWYg5SqBrACbGBSToHVlksul/zr0YsNWB8AzotetPcdkLBUt3uwen7ecmWyzao4/HOpgPz4Da5SpCT4WaVq9NMK0+rYu9JetMqqyPs1h/HnAt9a2T6g8M9K0pkr7Ig9032/MeO95Wq5p+rbhkEBIpbOa0HPfud139c+iJHL5Kq8mpHdC+JvqBrN5FAB4TJY9QuXZ45esrNL7hbPv8XNzX1vraU1oOXNcJx4MhwRcHQA8WZE9S2e4aHyUPWZBUjEBZzuv3YwgYCHAPgDxMSuWniHFUDrQ7s/84Gs9JSHtSTcq3CMhv0EA4F5knmkg/ZIyZqw9Ni1lN0Pe6rxV5ydwXOziJc+I+FBPR3tWX9vLCmLsSK47de9PyJAQANxPNcezQas1ho3JmzI/xQLIdih0gyUd6e18ldHT1l5BhILUO6fr/wYZFgKA+qTNk2BELQyjiqamJK8h5sTu1/7cXv+bM6TIwjR35V8jI0IAcHPexhiFlFoiOsQk/WAqkxL5yxr/DfkjBACXE9MnhI3mPQxES/CRVZ6qpn9FQgklIN8AvAZH/3XP8t0AAAAASUVORK5CYII=
   	);
    background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
    border-radius: 30px;
}
.features-list-group .list-group-item .title{
	font-size: 18px; 
	padding-left: 26px;
}
.feature-image{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-features{
	background-image: url(../img/bg-features.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testi-carouselwrap{
	padding: 50px 0;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot{
  outline: none;
}
.owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.owl-dots .owl-dot.active span {
    background: #000;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.testi-image-wrap{
	height: 180px;
	width: 180px;
	border-radius: 15px;
	overflow: hidden;
	margin: 10px auto;
	box-shadow: 0 .2rem 1rem rgba(0,0,0,.25);
}
.testi-image-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testi-text-wrap{
	height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 35px;
}
.testi-text-wrap:before{
	content: '';
	width: 42px;
	height: 42px;
    position: absolute;
    background-image: url(data:image/png;base64,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);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    left: 0px;
    top: 10px;
}

.testi-text-wrap .testi-society{
	font-size: 22px;
	font-weight: 600; 
	margin: 0px;
	letter-spacing: 1px;
}
.testi-text-wrap .testi-words{
	font-size: 20px;
	font-weight: 300;
	color: var(--darkgrey);
	margin: 10px 0;
}
.testi-text-wrap .testi-auth{
	font-size: 20px;
	font-weight: 600;
}
.testi-text-wrap .testi-posi{
	font-size: 16px;
	color: var(--lightgrey);
	
}


/*FORM*/
.contact-form input[type=email], 
.contact-form input[type=number], 
.contact-form input[type=text], 
.contact-form select{
    border: 1px solid #ddd;
    color: var(--darkgrey);
    font-weight: 300;
    height: 60px;
    padding: 0 20px;
    width: 100%;
    border-radius: 2px;
    font-weight: 400;
}
.contact-form .form-group{
    margin-bottom: 20px;
}
.contact-form textarea{
    border-radius: 2px;
    border: 1px solid #ddd;
}
.form-control::placeholder{
    font-weight: 300;
    color: #4b4b4b;
    opacity: 0.75;
}
/*.contact-form select option[disabled]{
	font-weight: 300;
    color: #4b4b4b;
    opacity: 0.75;	
}
*/
.contact-form input[type=email]:focus, 
.contact-form input[type=number]:focus, 
.contact-form input[type=text]:focus, 
.contact-form textarea:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=text]:focus, 
input[type=url]:focus, 
textarea:focus{
    background: rgba(255,59,51,.1);
    border-color: #ff3b33;
    box-shadow: none;
}
select.form-control:focus{
	border-color: #ff3b33;
    box-shadow: none;
}
.btn-loader {pointer-events: none; opacity: 0.75}
.btn-loader:after {
	content: ""; 
	display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 10px;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes fa-spin {
    0% {-webkit-transform: rotate(0deg); transform: rotate(0deg)}
    100% {-webkit-transform: rotate(359deg); transform: rotate(359deg)}
}
@keyframes fa-spin {
    0% {-webkit-transform: rotate(0deg); transform: rotate(0deg)}
    100% {-webkit-transform: rotate(359deg); transform: rotate(359deg)}
}
#contactsection{
	background: #fbf9fe;
}

.footer{
	padding: 1.5rem 0;
    color: #fff;
    text-align: center;
    background-color: #616161;
    border-top: .05rem solid #e5e5e5;
}
.footer p{
	font-size: 1rem;
}




@media screen and (min-width: 768px) {
	.banner-wrap{padding-left: 5rem;}	
	.bg-banner{
		height: 700px;
	    background-image: url(../img/header-banner.png);
	    background-position: top center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
}
@media screen and (max-width: 990px) {
	.bg-banner{
	    background-position: top right;
	}
}
@media screen and (max-width: 767px) {
	.header {margin: 10px; width: calc(100% - 20px); border-radius: 7px;}
	.header .navbar-brand{height: 45px; margin: 0px;}
	.header .container{padding: 0px; display: flex; align-items: center; justify-content: space-between;}
	.header .call-number{font-size: 1rem; border: 2px solid var(--primary); padding: 7px 15px; border-radius: 10px;}
	.banner-wrap{padding-top: calc(var(--navberheight) + 2rem); min-height: 380px; flex-direction: column;}
	.hero-area-social{position: relative; width: 100%; padding: 0; left: 0px; }
	.hero-area-social ul{
		display: flex;
    	align-items: center;
    	margin: 25px 0 0 0;
    	justify-content: space-around;
	}
	.banner-title{
		font-size: 26px;
	}
	.section-title{
		font-size: 26px;
	}
	.work-icon {
    	width: 120px;
    	height: 120px;
	}
	.single-work {
    	padding: 30px 0;
	}
	.single-work h2 {
    	font-size: 22px;
    	margin: 15px 0;
	}
	.btn-onesociety{
		padding: 5px 20px;
	}
	.testi-image-wrap{
		margin-bottom: 25px;
	}
	.testi-text-wrap{
	    padding-left: 55px;
	}
	.testi-text-wrap:before{
		left: 20px;
	}
	.features-list-group .list-group-item{
		padding: 0.25rem 1.25rem;
	}
}