@charset "utf-8";
/* CSS Document */
.box{
    width:400px; height:500px;
   
    border: 10px solid #ffffff;
    top:80px;
	left: 0%;
    position:absolute;
    float: none;
	z-index: 2;
    -moz-animation: 3s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation:swing 3s infinite ease-in-out;
    -webkit-transform-origin:top;
}
@-moz-keyframes swing{
    0%{-moz-transform:rotate(-3deg)}
    50%{-moz-transform:rotate(3deg)}
    100%{-moz-transform:rotate(-3deg)}
}
@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(-3deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-3deg)}
}
.wcu{
	width: 86%;
	height: 650px;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 120px;
	position: relative;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../sour/why-us-section-bg.jpg);
}
.wculeft{
	width: 58%;
	float: left;
	height: auto;
	position: relative
}
.wculeft h2{
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100% ;
	font-family: 'Montserrat', sans-serif;
	color: #003a6c
}
.wculeft h4{
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100% ;
	font-family: "Dancing Script", cursive;
	color: #ffffff;
	line-height: 0px;
	font-weight: 400
}
.wcicondet{
	width: 50%;
	height: 170px;
	float: none;
	margin-bottom: 10px
}
.wcicon{
	width: 15%;
	float: left;
	font-size: 0px;
	
}
.wcdet{
	width: 85%;
	float: left;
	margin-left: 0%
}
.wcdet h3{
	text-align: left;
	font-size: 19px;
	float: left;
	width: 100% ;
	font-family: 'Montserrat', sans-serif;
	color: #003a6c;
	line-height: 0px;
	text-transform: capitalize;
	letter-spacing: 2px
}
.wcdet p{
	text-align: left;
	font-size: 13px;
	float: left;
	width: 100% ;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	line-height: 24px;
	text-transform: capitalize;
	
	font-weight: 400
}
.wcuright{
	width: 40%;
	float: left;
	height: auto;
	position: relative;
	
}
.girlbox{
	position: absolute;
	top: 110px;
	height: 350px;
	width: 350px;
	left: 3%;
	z-index: 3
}
.girlbox img{
	height: 550px;
	width: 450px;
}
@media screen and (min-width: 505px)and (max-width: 1100px) {
	.girlbox{
	position: absolute;
	top: 110px;
	height: 350px;
	width: 300px;
	left: 3%;
	z-index: 3
}
.girlbox img{
	height: 550px;
	width: 320px;
}
	.wcicondet{
	width: 100%;
	height: 170px;
	float: none;
	margin-bottom: 10px
}
}
@media screen and (max-width: 500px) {
.box{
    width:90%; height:300px;
   
    border: 10px solid #ffffff;
    top:20px;
	
}

.wcu{
	width: 96%;
	height: 900px;
	padding-left: 2%;
	padding-right: 2%;
}
.wculeft{
	width: 100%;
	float: none;
	height: auto;
}


.wcicondet{
	width: 100%;
	height: auto;
	float: left
}
.wcuright{
	width: 100%;
	float: left;
	height: auto;
	
}
.girlbox{
	top: 50px;
	height: 350px;
	width: 100%;
	left: 0%;
	
}
.girlbox img{
	height: 350px;
	width: 80%;
	
}
}