@charset "utf-8";
* {margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
	.slider{
    position: relative;
    width: 300px;
    height: 400px;
    border: 1px solid #fff;
    float: right;
    margin-top: -35px;
    margin-right: 100px;
}


	.slider ul {list-style: none;
	}
	.slider ul input {display: none;}
	.slider ul li .imgbox {position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
		opacity: 0;
		transition: 0.5s ease;
	}
	.slider ul li .imgbox img {width: 100%;
	height: 100%;}
	.arrow {
    position: absolute;
    widows: 400px;
    height: 100%;
    background-color: #D13F06;
    font-size: 11em;
    color: aqua;
    text-align: center;
    line-height: 320px;
    text-shadow: 11px #fff;
    cursor: pointer;
    opacity: 0.4;
    display: none;
    z-index: 9;
		
	}
	.arrow:hover {opacity: 1;}
	.arrow[title=nxt]{right: 0;}
	.slider ul input:checked + li .imgbox {opacity: 1;}
		.slider ul input:checked + li label.arrow {display: block;}body nav {
    width: 100%;
    height: 40px;
    background-color: #D13F06;
    position: relative;
}
body {
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(215,237,211,1.00) 50.78%,rgba(42,154,24,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(215,237,211,1.00) 50.78%,rgba(42,154,24,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(215,237,211,1.00) 50.78%,rgba(42,154,24,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,214,0,1.00) 0%,rgba(215,237,211,1.00) 50.78%,rgba(42,154,24,1.00) 100%);
    opacity: 1;


}
i {
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.set1 .circle.blue .circlep {
    color: #FFFFFF;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-left: -28px;
    margin-top: -6px;
}
.set1 .circle.red .circlep {
    margin-top: -6px;
    margin-left: -23px;
    color: #FFFFFF;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
}
.set1 .circle.green .circlep  {
    margin-top: -6px;
    margin-left: -32px;
    color: #FFFFFF;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
}



 .porteghal {
    animation-name: porteghal;
    transition: all 1s;
    animation-iteration-count: infinite;
	     animation-duration: 80s;

    float: left;
    border-radius: 50px;
    margin-top: 50px;
    margin-right: 70px;
    margin-left: 110px;
    display: inline-block;
}
.circle {
    display: inline-block;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    margin-top: 250px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 10px #323232;
    box-shadow: 0px 0px 10px #323232;
    transition: all 1s;
    text-align: center;
}
.circle.red {
    background-color: #D13F06;
	position: relative;}
.circle.red:hover{
	transform: rotateX(25deg);
  
}
h1  {
    color: #000000;
    text-align: left;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
}
.matn {
    position: relative;

}
.matn h1 {
    position: absolute;
    top: 120px;
    left: 520px;
}

header ul li {
    display: inline-block;
    border: 2px solid #D76234;
    border-radius: 20px;
    background-color: #218A27;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 110px;
    text-align: center;
    transition: all 1s;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
header ul li:hover {background-color: orange;
	transform: scale(1.1)}

header ul {
    margin-left: 100px;

}


header ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}



.matn p {
    position: absolute;
    top: 190px;
    left: 525px;
}




.circle.blue {
    background-color: #D13F06;
}
.circle.blue:hover{
	transform: rotateX(25deg);}
.circle.green {
    background-color: #D13F06;
    -webkit-box-shadow: 0px 0px 10px #323232;
    box-shadow: 0px 0px 10px #323232;
}
.circle.green:hover{
	transform: rotateX(25deg);}




@keyframes porteghal {
	
	0% {transform: rotate(360deg);}
	
}
footer  {
    background-color: #FFD600;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    color: #2A9A18;
    position: static;
    width: 100%;
    max-height: 120px;
}
.circle.red .sib1 {
    top: 20px;
    left: 20px;
}
.sect2 .div1 {
    background-color: #1D9023;
    width: 600px;
    height: 120px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.imgdiv1 {
    width: 600px;
    height: 120px;
}

.sect2 .div2  {
    width: 600px;
    height: 110px;
    background-color: #1E771D;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
td {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    position: relative;
    left: 355px;
    right: 365px;
}
td:hover{opacity:0.7;}
.set1 .main2 .Laside {
    background-color: #FF0004;
    width: 300px;
    height: 500px;
    float: left;
    position: relative;
    left: 40px;
    right: 40px;
    top: -550px;
}
.set1 .main2 .Raside {
    background-color: #FF0004;
    width: 300px;
    height: 500px;
    float: right;
    position: relative;
    top: -570px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
}
.main2 {


}
.product {
    padding-top: 30px;


}
.tabkighmatn {
    border-bottom: 5px solid #4E867B;
    float: right;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
    margin-top: 60px;


    margin-right: 570;
}
.tabligh .ptabligh {
    width: 300px;
    height: 400px;
    float: right;
    position: absolute;
    right: 565px;
    left: 565px;
    top: 100px;
    text-align: center;
    padding-top: 10px;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
}


.pro {
    text-align: center;
    border-bottom: 5px solid #4E867B;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;

    left: 50;
    left: 500px;
    right: 500px;
    margin-top: 50px;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
    font-size: xx-large;
    color: #000000;
    padding-bottom: 9px;
}
.tabligh {
    width: 1000px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 50px;
    background-color: rgba(255,214,0,0.68);
    -webkit-box-shadow: 0px 0px 10px #2A9A18;
    box-shadow: 0px 0px 10px #2A9A18;
}
.img1ax, .img2ax, .img3ax {
    position: absolute;
    margin-top: 75px;
}
.ax1 {
    position: absolute;
    right: 50px;
    left: 50px;
		transform:rotate(-20deg);
}
.ax1:hover{transform: rotate(20deg);}

.ax2 {
    position: absolute;
    left: 150px;
    right: 100px;
		transform:rotate(0deg);
	z-index: 10;

}
.ax2:hover{transform: rotate(20deg);}

.ax3 {
    right: 200px;
    position: absolute;
    left: 250px;
    top: auto;
		transform:rotate(20deg);

}
.ax3:hover{transform: rotate(-20deg);}



.ldiv1 {
    float: left;
}
.rdiv1 {
    float: right;
    line-height: 40px;
}
.search1 {
    background-color: #FFD600;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
}
.rdiv1 input {
    border-radius: 5px;
    height: 30px;
    position: relative;
    right: 20px;
}
.ax1 , .ax2 , .ax3{
    border: 5px solid #4E867B;
    transition: all 1s;

}
.test2 {
    width: 1000px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
    margin-bottom: 150px;
    margin-top: 150px;
    -webkit-box-shadow: 0px 0px 10px #2A9A18;
    box-shadow: 0px 0px 10px #2A9A18;
    background-image: -webkit-linear-gradient(270deg,rgba(42,154,24,1.00) 36.27%,rgba(255,214,0,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(42,154,24,1.00) 36.27%,rgba(255,214,0,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(42,154,24,1.00) 36.27%,rgba(255,214,0,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(42,154,24,1.00) 36.27%,rgba(255,214,0,1.00) 99.48%);
}
.test {
    border-bottom: 5px solid #FFFFFF;
    float: right;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
    margin-top: 60px;
    margin-right: 160px;
}
.ptest {
    width: 300px;
    height: 400px;
    float: right;
    position: absolute;
    right: 565px;
    left: 565px;
    top: 100px;
    text-align: center;
    padding-top: 10px;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
}
.tablighconcat  {
    width: 1000px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
    margin-bottom: 150px;
    margin-top: 150px;
    background-color: rgba(255,214,0,0.68);
    -webkit-box-shadow: 0px 0px 10px #2A9A18;
    box-shadow: 0px 0px 10px #2A9A18;
}
.tablighconcat .div1contact {
    width: 200px;
    height: 350px;
    position: absolute;
    margin-left: 0px;
    left: 400px;
    top: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(75,75,75,1.00);
    box-shadow: 0px 0px 10px rgba(75,75,75,1.00);
    border-radius: 30px;
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: url(url), linear-gradient(180deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
}
.tablighconcat .div2contact {
    width: 200px;
    height: 350px;
    position: absolute;
    margin-left: 0px;
    left: 40px;
    top: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    -webkit-box-shadow: 0px 0px 10px rgba(74,74,74,1.00);
    box-shadow: 0px 0px 10px rgba(74,74,74,1.00);
    border-radius: 30px;
}
.psii {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
}
.psiii {
    padding-top: 200px;
    padding-left: 40px;
}


.tablighconcat .div3contact {
    width: 200px;
    height: 350px;
    position: absolute;
    left: 750px;
    top: 25px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(62,62,62,1.00);
    box-shadow: 0px 0px 10px rgba(62,62,62,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,214,0,1.00) 0%,rgba(42,154,24,1.00) 100%);
}
.si {
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
}
.sisi {
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
}
.sisi {
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    position: absolute;
}
.sii {
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
}
