@charset "utf-8";
/* CSS Document */
.detwcuall{
width:100%;
	height: auto;
	margin-bottom: 15px;
	
}
.iconwcu{
	width: 100%;
	margin-bottom: 5px;
	height: auto;
}
.iconwcu span{
	float:right;
	margin-left: 5px;
	
}
.iconwcu h4{
	float: right;
	text-align: right;
	font-family: 'cairo', sans-serif;
	font-size: 17px;
	line-height: 0px
}
.detwcu{
	width: 95%;
	margin-bottom: 5px;
	height: auto;
	text-align: left;
	padding-left: 5%;
}
.abouthome{
	width: 90%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	
}

.abouthome h3{
	   
    line-height: 36px;
   font-family: "Cairo", cursive;
  font-weight: 800;
  font-style: normal;
	font-size: 32px;
	text-align: right;
    
   letter-spacing: 0px;
	word-wrap: break-word;
	margin-bottom: 0px;
	
}
.abouthome h2{
	font-size: 32px;
    line-height: 50px;
    font-family: 'cairo', sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
   text-align: right;
	margin-top: 5px
}
.abouthomeleft{
	width: 40%;
	height: auto;
	float: right;
	z-index: 3;
	position: relative
}
.abouthomeright{
	width: 58%;
	height: 670px;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
	overflow: hidden
}
.backblue{
	width: 45%;
	height: 430px;
	transition: 1s;
	position: absolute;
	right: 5%;
	bottom: 0%
}
.backblue img{
	width: 100%;
	height: 430px;
	
	;
	border-radius: 10px
}
.backblue:hover{
	
	bottom: 4%;
}
.imgblue{
	width: 60%;
	height: 90%;
	transition: 1s;
	position: absolute;
	left: 0%;
	top: 4%
}
.imgblue img{
	width: 100%;
	height: 100%;
	border-radius: 10px
	
}
.imgblue:hover {
	top: 0%
}
.dots {
	content: '';
	width: 30%;
	position: absolute;
	top:10%;
	bottom: 60%;
	left: 14%;
	background-image: url(sour/dots.png);
	background-repeat: repeat;
	z-index: 0;
	
}
.abouthomeright #circle2 {
    position: absolute;
    top: 13%;
    right: 21%;
    width: 110px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 110px;
		border: 1px solid #000000;
	border-radius: 50%
	
}
.abouthomeright #circle {
    position: absolute;
    top: 10%;
    right: 18%;
    width: 155px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 155px
	
}
.abouthomeright #circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 99%;
    height: 99%;
    -webkit-animation-name: radialAnimation;
    animation-name: radialAnimation;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	border: 1px solid #000000;
	border-radius: 50%
}
   .abouthomeright #circle text {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
	   
}
.abouthomeleft .abouthomeicon{
	width: 20%;
	float: left;
}
.abouthomeleft .abouthomedet{
	width: 98%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

.abouthomeleft .abouthomeicon i{
	font-size: 44px;
	line-height: 75px
}

.abouthomeleft .abouthomeicon img{
	width:70%;
	height: 75px;
	margin-top: 20px
}

.abouthomeleft .abouthomedet h2{
	 font-size: 20px;
    line-height: 36px;
    font-family: 'cairo', sans-serif;
    font-weight: 700;
    color:#363636;
    text-align: left;
   
}
.abouthomeleft .abouthomedet p{
	 font-family: 'cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
    margin-bottom: 20px;
	text-align: right
}
.abouthomeleft .abouthomedet p .fa-phone-volume {
	    font-size: 40px;
    
margin-right: 10px;
	width: auto;
	float: left
}
.abouthomeleft .abouthomedet p .fa-circle-check {
	    font-size: 20px;
   
margin-right: 10px;
	width: auto;
	float: left
}
.abouthomeleft .abouthomedet p span {
	     font-family: 'cairo', sans-serif;
    font-size: 16px;
   width: auto;
	float: left;
	
	line-height: 17px
}
.abouthomeleft .abouthomedet p span span {
	     font-family: 'cairo', sans-serif;
    font-size: 24px;
   width: auto;
	float: left;
	
	line-height: 0px
}
.abouthomeleft .aboutreadmore{
	width: 100%;
	margin-top: 30px;
	text-align: left
}

.eff{
	font-size: 18px;
	width: 30%;
	 font-family: 'cairo', sans-serif;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 2px
}



@keyframes radialAnimation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.radial-animation-shape {
    position: absolute;
    top: 0;
    z-index: 0;
    animation: radialAnimation 15s infinite linear;
    
}

.radial-animation-shape img {
	width:90%;
	height: 600px
}

@media screen and (min-width: 505px) and (max-width: 1100px){
	.abouthomeright #circle2 {
    position: absolute;
    top: 13%;
    right: 14%;
    width: 110px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 110px;
		border: 1px solid #000000;
	border-radius: 50%
	
}
.abouthomeright #circle {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 155px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 155px
	
}
}
@media screen and (max-width: 500px) {
	.abouthome{
	
	padding-bottom: 0px
}
	
	.abouthomeleft{
	width: 100%;
	height: auto;
	float: left;
	z-index: 3;
	position: relative
}
.abouthomeright{
	width: 98%;
	height: 500px;
	float: right;
	padding-left: 1%;
	padding-right: 1%
}
	
	.eff{
	font-size: 18px;
	width: 50%;
	 font-family: 'cairo', sans-serif;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 2px
}
	.backblue{
	width: 98%;
	height: 430px;
	transition: 1s;
	position: absolute;
	left: 1%;
	bottom: 0%
}
.backblue img{
	width: 100%;
	height: 430px;
	
	;
	border-radius: 10px
}
.backblue:hover{
	
	bottom: 4%;
}
.imgblue{
	width: 60%;
	height: 90%;
	transition: 1s;
	position: absolute;
	right: 0%;
	top: 4%;
	display: none
}
.imgblue img{
	width: 100%;
	height: 100%;
	border-radius: 10px
	
}
.imgblue:hover {
	top: 0%
}
	.abouthomeright #circle2 {
    position: absolute;
    top: 4%;
    left: 35.5%;
    width: 110px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 110px;
		border: 1px solid #000000;
	border-radius: 50%
	
}
.abouthomeright #circle {
    position: absolute;
    top: 0%;
    left: 30%;
    width: 155px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 155px
	
}
}
@media screen and (min-width: 505px) and (max-width: 1100px) {
	.backblue{
	width: 45%;
	height: 330px;
	transition: 1s;
	position: absolute;
	right: 5%;
	bottom: 20%
}
.backblue img{
	width: 100%;
	height: 330px;
	
	;
	border-radius: 10px
}
.backblue:hover{
	
	bottom: 4%;
}
.imgblue{
	width: 60%;
	height: 70%;
	transition: 1s;
	position: absolute;
	left: 0%;
	top: 4%
}
.imgblue img{
	width: 100%;
	height: 100%;
	border-radius: 10px
	
}
.imgblue:hover {
	top: 0%
}
}