@charset "utf-8";
/* CSS Document */
.abouthome2{
	width: 90%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	background-color: #ffffff;
	padding-bottom: 0px
}
.aboutimf2{
	width: 100px;
	height: 100px;
	float: left;
	margin-bottom: 0px;
	margin-top: 20px
}
.abouthome2 h3{
	   font-size: 25px;
    line-height: 36px;
      font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-style: normal;
    text-align: left;
   letter-spacing: 0px;
	word-wrap: break-word;
	margin-bottom: 0px;
	
}
.abouthome2 h2{
	font-size: 35px;
    line-height: 1.2em;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
   text-align: left;
	margin-top: 5px
}
.abouthomeleft2{
	width: 50%;
	height: auto;
	float: left;
	z-index: 3;
	position: relative
}
.abouthomeright2{
	width: 48%;
	height: 550px;
	float: right;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
	
}
.backblue2{
	width: 94%;
	height: 400px;
	background-color: #ffffff;
	position: absolute;
	right: 3%;
	top: 50px;
	-webkit-box-shadow: 7px 5px 20px -8px #000000; 
box-shadow: 7px 5px 20px -8px #000000;	border-radius: 5px
}
.backblue2 img{
	width: 96%;
	height: 370px;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 15px;
	transform: scaleX(-1); 
}
.imgblue2{
	width: 50%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2%;
	padding-right: 2%;
	position: absolute;
	right: -5%;
	bottom: 0%;
	background-color: #ffffff;	border-radius: 5px
}
.imgblue2 img{
	width: 100%;
	height: 200px;
	transform: scaleX(-1); 
}
.txblue2{
	width: 40%;
	height: 110px;
	border: solid 10px #ffffff;
	position: absolute;
	right: 35%;
	bottom: 5%;
	
	border-radius: 5px
}
.txblue2 p{
	font-size: 30px;
    line-height: 40px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
	color: #ffffff
}
.dots2 {
	content: '';
	width: 30%;
	position: absolute;
	top:10%;
	bottom: 60%;
	left: 14%;
	background-image: url(../sour/dots.png);
	background-repeat: repeat;
	z-index: 0;
	
}
.abouthomeright2 #circle {
    position: absolute;
    top: 50%;
    right: -30%;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
}
.abouthomeright2 #circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    -webkit-animation-name: radialAnimation;
    animation-name: radialAnimation;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
   .abouthomeright2 #circle text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "Cairo", sans-serif;
}
.abouthomeleft2 .abouthomeicon2{
	width: 20%;
	float: left;
}
.abouthomeleft2 .abouthomedet2{
	width: 98%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

.abouthomeleft2 .abouthomeicon2 i{
	font-size: 44px;
	line-height: 75px
}

.abouthomeleft2 .abouthomeicon2 img{
	width:70%;
	height: 75px;
	margin-top: 20px
}

.abouthomeleft2 .abouthomedet2 h2{
	 font-size: 20px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color:#363636;
    text-align: left;
   
}
.abouthomeleft2 .abouthomedet2 ul{
	 font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
	
		
}
.abouthomeleft2 .abouthomedet2 p{
	 font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
    margin-bottom: 20px;
	text-align: left;
	
		
}
.abouthomeleft2 .abouthomedet2 p .fa-phone-volume {
	    font-size: 40px;
    
margin-right: 10px;
	width: auto;
	float: left
}
.abouthomeleft2 .abouthomedet2 p .fa-circle-check {
	    font-size: 20px;
   
margin-right: 10px;
	width: auto;
	float: left
}
.abouthomeleft2 .abouthomedet2 p span {
	     font-family: "Cairo", sans-serif;
    font-size: 16px;
   width: auto;
	float: left;
	direction: ltr;
	line-height: 17px
}
.abouthomeleft2 .abouthomedet2 p span span {
	     font-family: "Cairo", sans-serif;
    font-size: 24px;
   width: auto;
	float: left;
	
	line-height: 0px
}
.abouthomeleft2 .aboutreadmore2{
	width: 100%;
	margin-top: 30px;
	text-align: left
}

.eff2{
	font-size: 18px;
	width: 30%;
	 font-family: 'Oswald', 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-shape2 img {
	width:90%;
	height: 600px
}


@media screen and (max-width: 500px) {
	.abouthomeright2 #circle {
    display: none
	
}
	.abouthomeleft2{
	width: 100%;
	height: auto;
	float: left;
	z-index: 3;
	position: relative
}
.abouthomeright2{
	width: 98%;
	height: 500px;
	float: right;
	padding-left: 1%;
	padding-right: 1%
}
	.backblue2{
	
	height: 350px;
	
}
.backblue2 img{
	
	height: 320px;
	
}
	
.imgblue2 img{
	
	height: 170px;
	
}
.txblue2{
	width: 50%;
	
}
	.txblue2 p{
	font-size: 25px;
  
}
	.eff2{
	font-size: 18px;
	width: 50%;
	 font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 2px
}
}