@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header{
	background: #7aabcb;
}
.class0{
	position: absolute;
	z-index: 100000;
}
.class1{
	text-align: right;
}
.class1 p
{
	color: #fff;
}
.class1 p i{
	padding: 5px;
}
.class1 p a{
	color: #fff;
}
.class2{
	text-align: left;
}
.class2 p
{
	color: #fff;
}
.class2 p i{
	padding: 5px;
}
.class2 p a{
	color: #fff;
}

.class4{
	text-align: center;
	margin-top: 100px;
}
.class4
h2::before{
	content: '';
	border-left: 5px solid #e3458f;
	border-top: 5px solid #e3458f;
	width: 50px;
	height: 50px;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	background: transparent;
}
.class4
h2::after{
	content: '';
	border-right: 5px solid #e3458f;
	border-bottom: 5px solid #e3458f;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: 25px;
	position: absolute;
	background: transparent;
}

.class4 h2{
  font-family: Impact;
  color: #e3458f;
  margin-top: -55px;
  font-size: 50px;
}
.class4 h3{
	color: #000;
		margin-top: 20px;
  font-size: 18px;
  font-family: Raleway;
  font-weight: 700;
}
.class4 p{
  color: #606060;
  font-size: 15px;
font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
}


.class5{
	text-align: center;
	margin-top: 50px;
}
.class5 h2{
	background: #1163a1;
	width: 300px;
	margin: auto;
	padding: 10px;
	color: #fff;
	border-radius: 25px;
	font-size:25px;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  position: relative;

}
.class5
hr{
	width: 80%;
	margin: auto;
border: 1px solid #1163a1;
	margin-top: -30px;
}

.class6{
	margin-top: 50px;

}
.class6
h1{
	text-align: center;
		color: #000;
  font-size: 20px;
  font-family: 'Audiowide', cursive;
  font-weight: 700;
  margin-top: 10px;
}
.class7{
	border: 4px solid #1163a1;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	overflow: hidden;
}
.class7 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class7:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.class8{
	position: relative;
	right: 0;
	padding: 0;
	margin-top: 50px;
}

.class9{
	margin-top:200px;
	padding: 10px 10px;
	background: #fff;
	box-shadow: 2px 2px 5px rgb(0, 0, 0,0.5);
}
.class9
h1{
	
	font-size: 75px;
	color: #5b534b;
	  font-family: Raleway;
  font-weight: 600;
}
.class9 p{
	font-size: 25px;
	color: #5b534b;
	 font-family: Raleway;
  font-weight: 600;
  margin-top: -25px;
}
.class10 {
    text-align: center;
    margin-top: 250px;
}
.class10 h2{
	color: #dfc7af;
	 font-family: 'Audiowide', cursive;
  font-weight: 600;
  font-size: 35px;
  margin-left: 25px;
  margin-top: 25px;
}
.class10 h1{
	color: #5b534b;
	font-family: Calibri;
	font-weight: 700;
	margin-top: -15px;
	font-size: 45px;
}

.class10 h1 a{
	color: #5b534b;
}
#class10{
	margin-top: 50px;
}
.class11{
	z-index: 1;
	position: relative;
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
}

.class12
h1{
	padding: 20px 0;
  color: #000;
  font-family: Raleway;
  font-weight: 600;
  font-size: 35px;
}
.class12 h1 span{
  color: #7aabcb;
  font-weight: 700;
}

.class13{
margin-top: 20px;
}
.class13
h2{
	padding: 5px;
	background: #7aabcb;
	text-align: center;
	border-radius: 25px;
}
.class13
h2 a{
	color: #fff;
	font-family: Raleway;
  font-weight: 700;
}

.class14{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#095d9e+1,5b9abe+100 */
background: rgb(9,93,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(9,93,158,1) 1%, rgba(91,154,190,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(9,93,158,1) 1%,rgba(91,154,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(9,93,158,1) 1%,rgba(91,154,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095d9e', endColorstr='#5b9abe',GradientType=0 ); /* IE6-9 */

}
.class15{
	padding: 0 25px;
}
.class16{
	background: #fff;
	z-index: 2;
	position: relative;
	text-align: center;
	padding: 20px ;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.class17
p{
	text-align: center;
	color: #fff;
	font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
  margin-top: 25px;
}

.class18{
	margin-top:25px;
}
.class19{
	text-align: center;
	padding:0 50px;
}
.class19 h1{
		color: #fff;font-size: 25px;
	font-family: steelfish;
  font-weight: 700;
}

.class19
table
tr
td{
	color: #fff;
	padding: 10px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
}
.class19
table
tr
td
a{
	color: #fff;
}

.class21{
	text-align: center;
	margin-top: 25px;
}

.class21 h1{
		color: #fff;font-size: 25px;
	font-family: steelfish;
  font-weight: 700;
}
.class21
table
tr
td{
	text-align: center;
		color: #fff;
	padding: 10px;
  font-weight: 600;
}
.class21
table
tr
td span{
	padding: 5px;
}
.class21
table{
margin:auto;
}
.class22{
	text-align: center;
}
.class22 p{
	font-weight: 600;
	padding: 10px;
	color: #000;
}
.class22 p span a{
	color: #000;
}
.class22 p span{
	font-weight: 700;
}

#class19 i {
    margin-top: -42px;
}
/***********aboutus************/

.class25{
	margin-top: 175px;
}
.class25 h1 {
    font-size: 35px;
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-weight: 700;
    word-break: break-word;
}
.class25 h2{
	font-size: 15px;
	color: #fff;
	font-family:Raleway;
	font-weight: 600;
}
.class25
hr{
	width: 150px;
	border-radius: 5px;
	height: 5px;
	margin-top: -10px;
	background: #7AABCB;
}
.class26{
	margin-bottom: 50px;
}
.class27 p{
	font-size: 15px;
	color: #606060;
font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
}
.class27
p
span{
	color: #000000;
	font-weight: 700;
}
.class27
ul{
	margin-left: 50px;
}
.class27
h1{
	font-size: 18px;
	color: #72a4c5;
	font-family:'Audiowide', cursive;
	font-weight: 700;
}
.class27
ul li{
	font-size: 18px;
	color: #000;
	font-family:Raleway;
	font-weight: 600;
}
.class28
h2{
	font-size: 25px;
	color: #1f3368;
	font-family:'Audiowide', cursive;
	font-weight: 700;
}

.class28
h1{
	font-size: 20px;
	color: #000000;
	font-family:'Audiowide', cursive;
	font-weight: 700;
}
.class28
hr{
	width: 150px;
	border-radius: 5px;
	height: 5px;
	margin-top: -5px;
	background: #1f3368;
}
.class28 p{
	font-size: 15px;
	color: #606060;
font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
}

.class29{
	padding: 50px 0;
	background: #f3f3f3;
}

.class32
h2{
	font-size: 35px;
	color: #000;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}
.class32
hr{
	width: 150px;
	border-radius: 5px;
	height: 5px;
	margin-top: -10px;
	background: #7AABCB;
}
.class32
h1{
	font-size: 18px;
	color: #72a4c5;
	font-family:Raleway;
	font-weight: 700;
}
.class32
ul{
	margin-left: 19px;
}
.class32
ul li{
	font-size: 15px;
	color: #000;
	font-family:Raleway;
	font-weight: 600;
}
.class33{
	padding: 50px;
}



/******contact*****/
.class35{
	margin-top: 35px;
	margin-bottom: 50px;
	background: #f3f3f3;
}
.class36{
	text-align: center;
	padding: 50px;
}
#class351{
	color: #fff;
}
#class351 h1{
		font-size: 20px;
	color: #fff;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}
#class351 p{
		font-size: 15px;
	color: #fff;
	margin-top: -5px;
font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
}
#class352{
	margin-top: 50px;
}
#class352 h1{
		font-size:20px;
	color: #fff;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}
#class352 h2{
		font-size: 18px;
	color: #fff;
	margin-top: -5px;
	font-family:Raleway;
	font-weight: 600;
}
#class352 p{
		font-size: 15px;
	color: #fff;
	margin-top: -5px;
	font-family:Raleway;
	font-weight: 600;
}
#class352 p a{
	color: #fff;
}
#class353{
	margin-top: 50px;
}
#class353 h1{
		font-size:20px;
	color: #fff;
	font-family: 'Audiowide', cursive;
	font-weight: 700;
}
#class353 p{
		font-size: 15px;
	color: #fff;
	margin-top: -5px;
font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
}
#class353 p a{
	color: #fff;
}
.class37{
	padding: 10px 50px;
	text-align: center;
}
.class37
hr{
	width: 150px;
	border-radius: 5px;
	height: 5px;
	margin-top: -5px;
	background: #7AABCB;
}
.class37
h1{
	text-align: left;
	font-size: 25px;
	color: ##4D8EB9;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}

.class37
form
input{
	width: 100%;
	background: transparent;
	border: 0px;
	border-bottom: 1px solid;
	margin-top: 15px;
}
.class37
form
textarea{
	width: 100%;
	height: 100px;
		margin-top: 15px;
		border: 0px;
			background: transparent;
	border-bottom: 1px solid;
}
.class37 input::placeholder{
	color: #606060;
	font-size: 15px;
	padding: 10px;
}
.class37 textarea::placeholder{
	color: #606060;
		padding: 10px;
	font-size: 15px;
}
.class37 button{
margin-top: 15px;
margin-bottom: 25px;
padding: 10px 50px;
border: 0;
background: #7aabcb;
font-weight: 700;
}











/************product**************/
.class51{
	padding: 10px;

}

.class52{
	padding: 20px;
}

.class52 img{
	
			transition: all 300ms linear;
}
.class52 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class52:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.class61{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.class61 h1{
        padding: 10px;
	margin: auto;
	border-radius: 25px;
	font-size: 25px;
	width: 700px;
	background: #eaeaea;
	color: #3c5c73;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}

.class62{
	padding: 20px;
}

.class63{
	padding: 10px;
}

.class63 img{
			transition: all 300ms linear;
}
.class63 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class63:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.class64{
	padding: 20px;
}

.class65{
	padding: 10px;
}

.class65 img{
    
			transition: all 300ms linear;
}
.class65 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class65:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.class66{
	padding: 20px;
}

.class67{
	padding: 10px;
}

.class67 img{
    
			transition: all 300ms linear;
}
.class67 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class67:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.class68{
	padding: 20px;
}

.class69{
	padding: 10px;
}

.class69 img{
    
			transition: all 300ms linear;
}
.class69 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class69:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.class70{
	padding: 20px;
}

.class71{
	padding: 0px;
}

.class71 img{
    
			transition: all 300ms linear;
}
.class71 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class71:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.class72{
	display:flex;
	flex-direction: row;
	margin-bottom: 25px;

}
.class73{
	width: 20%;
	padding: 20px;
}
.class74{
	padding: 0px;
}

.class74 img{
    
			transition: all 300ms linear;
}
.class74 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.class74:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}





/**********social icon****************/
/* fixed social*/
#fixed-social {
   position: fixed;
   top: 50%;z-index: 1000000;
}
#fixed-social i{
  padding-top: 10px;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 200000!important;
}
#fixed-social a:hover>span{
  visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
  line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 10000;
    opacity: 0;
}
 .fixed-facebook{
  background-color: #4267B2;
 }
 .fixed-facebook span{
  background-color: #4267B2;
 }
 .fixed-twitter{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8a3ab9+0,e95950+50,fccc63+100 */
background: rgb(138,58,185); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,58,185,1) 0%, rgba(233,89,80,1) 50%, rgba(252,204,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3ab9', endColorstr='#fccc63',GradientType=0 ); /* IE6-9 */


 }
 .fixed-twitter span{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8a3ab9+0,e95950+50,fccc63+100 */
background: rgb(138,58,185); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,58,185,1) 0%, rgba(233,89,80,1) 50%, rgba(252,204,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3ab9', endColorstr='#fccc63',GradientType=0 ); /* IE6-9 */

 }
 .class47 img{
     border:2px solid;
 }
 .fixed-youtube{
  background-color: red;

 }

 .fixed-youtube span{
  background-color: red;
 }
 .fixed-whatsapp {
  background-color: green;

 }
 .fixed-whatsapp span{
  background-color: green;
 }


.wpclass{
	position: fixed;
	bottom: 50;
	right: 50;
	z-index: 100000000;
}
.wpclass{
	
}
.wpclass
 img{
  position: relative;
  animation: sweet 2s linear infinite alternate;
transition: all 300ms linear;
}
@keyframes sweet{
   from {width: 50;}
  to {width: 60;}
}
.class210 {
	    margin: auto;
   
}
.class210 ul li{
	list-style: none;
	display: inline;
	padding: 5px;
}

.class210
ul{
	margin-left: 50px;
}


.mission{
	margin-top: 50px;
}
.mission1{
	background: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50px;
	margin: auto;
}
.mission1 img {
    padding: 14px 9px 2px 8px;
}
.mission2
h1{
	z-index: 1;
	position: relative;
	text-align: center;
	background: #fff;
	width: 300px;
	padding: 10px 0;
	margin: auto;
	border-radius: 25px;
	margin-top: -10px;
		font-size: 25px;
	color: #4d8eb9;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}
.mission3{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mission3 table tr td{
	color: #fff;
font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 5px;
	line-height: 24px;
}
.mission4 img {
    margin-top: -19px;
}
.mission5 img {
    margin-top: -54px;
}
.mission6
img{
	margin-top: -19px;
}
.mission:hover .mission2 h1{
	color: #fff;
}
.mission:hover .mission1{
  position: relative;
  transition: all linear 1s;
  animation: miis 2s linear infinite alternate;
  transform: rotate(360deg);
  background: #0D57A2;
  z-index: 0;
}
.mission:hover .mission2 h1{
	position: relative;
  transition: all linear 1s;
  animation: miis 2s linear infinite alternate;
  background: #0D57A2;
}




.vission{
	margin-top: 50px;
}
.vission1{
	background: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50px;
	margin: auto;
}
.vission1 img {
    padding: 14px 9px 2px 8px;
}
.vission2
h1{
	z-index: 1;
	position: relative;
	text-align: center;
	background: #fff;
	width: 300px;
	padding: 10px 0;
	margin: auto;
	border-radius: 25px;
	margin-top: -10px;
		font-size: 25px;
	color: #4d8eb9;
	font-family:  'Audiowide', cursive;
	font-weight: 700;
}
.vission3{
	margin-top: 50px;
	margin-bottom: 50px;
}
.vission3 table tr td{
	color: #fff;
font-family: 'Cairo', sans-serif;
	font-weight:400;line-height: 24px;
	font-size: 15px;
	padding: 10px 5px;
}
.vission4
img{
	margin-top: -19px;
}
.vission5
img{
	margin-top: -54px;
}
.vission6
img{
	margin-top: -15px;
}
.vission:hover .vission2 h1{
	color: #fff;
}
.vission:hover .vission1{
  position: relative;
  transition: all linear 1s;
  animation: miis 2s linear infinite alternate;
  transform: rotate(360deg);
  background: #0D57A2;
  z-index: 0;
}
.vission:hover .vission2 h1{
	position: relative;
  transition: all linear 1s;
  animation: miis 2s linear infinite alternate;
  background: #0D57A2;
}



.area{
	margin-top: 50px;
	margin-bottom: 100px;
}
.area1 h1{
		background: #1163a1;
	width: 550px;
	text-align: center;
	margin: auto;
	padding: 10px;
	color: #fff;
	border-radius: 25px;
	font-size:25px;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  position: relative;
}
.area1
hr{
	width: 80%;
	margin: auto;
	border: 1px solid #1163a1;
	margin-top: -30px;
}
.area2{
	text-align: center;
	margin-bottom: 50px;
}
.area3{
	margin: auto;
	height: 150px;
	width: 150px;
	padding: 26px 27px 26px 24px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.area4
h2{
	font-size:20px;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  color: #000000;
  margin-top: 15px;
}


.area2:hover img{
transform: rotateY(300deg);
	transform: rotateY(45deg);
	animation: rotateAnimation 1s linear infinite;
}


@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}


.clwhy{
	margin-top: 50px;
	margin-bottom: 80px;
}
.clwhy1 h1{
	background: #1163a1;
	width:94%;
	margin: auto;
	padding: 10px;
	color: #fff;
	border-radius: 25px;
	font-size:25px;
	text-align: center;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  position: relative;

}
.clwhy1
hr{
	width: 80%;
	margin: auto;
border: 1px solid #4D8EB9;
	margin-top: -30px;
}

.clwhy2{
	margin-bottom: 50px;
}
.clwhy3{
		margin: auto;
	height: 100px;
	width: 100px;
	padding: 12px 13px 12px 15px;	
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.clwhy4
h2{
		font-size:20px;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  text-align: center;
}
.clwhy4 p{
		font-family: 'Cairo', sans-serif;
  font-weight: 400;line-height: 24px;
	color: #000;
	font-size: 15px;
	text-align: center;
}





.value{
	margin-top: 50px;
	margin-bottom: 80px;
}
.value h1{
	background: #1163a1;
	width:450px;
	margin: auto;
	padding: 10px;
	color: #fff;
	border-radius: 25px;
	font-size:25px;
	text-align: center;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  position: relative;

}
.value
hr{
	width: 80%;
	margin: auto;
border: 1px solid #1163a1;
	margin-top: -30px;
}


.valuemain {
    width: 80%;
    margin: auto;
    display: flex;
}
.valuediv1{
	width: 20%;
	text-align: center;
}
.valuediv2 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding: 11px 15px 12px 15px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}

.valuediv4 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding: 17px 10px 16px 13px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}

.valuediv5 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding:9px 12px 4px 13px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv6 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding: 9px 10px 16px 13px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv7{
	margin: auto;
	height: 100px;
	width: 100px;
	padding:9px 11px 8px 13px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv8 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding:10px 10px 8px 8px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv9 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding:8px 7px 10px 7px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv10 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding:11px 10px 12px 9px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv11 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding: 22px 10px 16px 6px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}
.valuediv12 {
	margin: auto;
	height: 100px;
	width: 100px;
	padding: 14px 10px 16px 9px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #1163a1;
}

.valuediv3
h2{
		font-size:18px;
  font-family: 'Audiowide', cursive;
  font-weight: 600;
  color: #000000;
  margin-top: 15px;
  text-align: center;
}

.valuediv1:hover img{
transform: rotateY(300deg);
	transform: rotateY(45deg);
	animation: rotateAnimation 1s linear infinite;
}


@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}


.clwhy2:hover img{
transform: rotateY(300deg);
	transform: rotateY(45deg);
	animation: rotateAnimation 1s linear infinite;
}









#myintro{
	margin-top:50px;
	margin-bottom: 50px;
}
#myintro
ul
li{
	  font-size: 18px;
   font-family: 'Cairo', sans-serif;
   font-weight: 400;
}
.myintro{
	background: #f4f4f4;
	padding: 50px;
}

.myintrotitle h2{
	color: #000;
    font-size: 25px;
    font-family: 'Audiowide', cursive;
    font-weight: 700; 
    margin-bottom: 25px;
    text-align: center;
}
