/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
bodyو.menuzord, .menuzord *,h1, h2, .h1, .h2,p,a,button,form,div,
h3,h4,h5,h6,label,.font-raleway,.form-group label
{
    font-family: 'Cairo', sans-serif;
}
#preloader
{
    display: none !important;
}
#footer iframe
{
    margin-top: 30px;
}
#footer h3
{
    margin-top: 0;
}

.panel-content ol
{
    list-style: square;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a:nth-child(2)
{
    display: none;
}
.centralize
{
    margin: auto;
    float: none;
    display: block;
}
.codeee
{
    padding: 1% 0;
}
.codeee label
{
    font-size: 20px;
}
.codeee input
{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}
.img-circle
{
    width: 75px !important;
}
.cert img
{
    margin:30px auto 20px;display: block;border-radius: 20px;
      box-shadow: 0px 0px 9px 4px #858585;
}
.widget.dark .list-border li ,.styled-icons a{
    color: #fff;
}
.menuzord .showhide em{
    background-color: #fff;
}
.fxd
{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999999;
    display: none;
}
.fxd a
{
    background-color: #f2184f;
    color: #fff;
    display: block;
    margin: 5px 0;
    padding: 8px;
}
.menuzord-menu.redd > li > a
{
        font-weight: bold;
    border: 1px solid #f2184f;
    margin: 0 6px;
}
a.goto {
    margin: auto;
    display: block;
    float: none;
    background-color: #eee;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 12px;
}
a.fqLnk {
    background-color: #f2174f;
    color: #fff;
    padding: 10px 20px;
    margin: 10px auto 30px;
    display: block;
    width: fit-content;
}
.opParentDv
{
    margin:20px auto;
    float:none;
    text-align:center;
    
}
.opDv,
.opDv2
{
    position:relative;
}
.opDv:hover h5 
{
    font-size:75px;
    transition:0.3s all ease-in-out;
        cursor:pointer;

}
.opDv img,
.opDv2 img

{
    width:100%;
    height:200px;
}
.opDv span
{
    display:block;
    position:absolute;
    width: 85%;
    top: 6%;
    bottom: 6%;
    right: 7%;
    background-color: #202c45de;
}
.opDv h5 ,
.opDv2 h5 

{
    color:#fff;
    position:absolute;
    top:20%;
    left:0;
    right:0;
    margin:auto;
    font-size:60px;
    transition:0.3s all ease-in-out;
}
.opDv2 img 
{
    border-radius:20px;
        border: 2px solid #f2184f;
}
.opDv2 span
{
    display:block;
    position:absolute;
    width: 92.5%;
    height: 100%;
    top: 0%;
    right: 14px;
    left: 0;
    border-radius: 20px;
    background-color: #0000005c;
}
.opDv2 h5 
{
    width: fit-content;
    border-bottom: 2px solid #f2184f;
}
.opDv3 a 
{
    position:relative;
    height:100%;
    display:block;
}
.opDv3 h5 
{
    background-color: #f2184f;
    color: #fff;
    font-size: 20px;
    padding: 13px;
    width: 100%;
    margin: 0;
    position:absolute;
    bottom:0;
    left:0;transition:0.3s all ease-in-out;
}
.opDv3:hover h5
{
    /*height:100%;transition:0.3s all ease-in-out;*/
}
.opDv3:hover,.opDv3
{
    transition:0.3s all ease-in-out;
}
/*fanoos*/

.zeena
{
    position:absolute;
    width:100%;
    z-index:9999999;
    display:none;
}
.fanos1,
.fanos2,
.helal,
.negma1,
.negma2,
.negma3,
.negma4 {
  position: absolute;
  width: 150px;
  z-index: -5
}

.fanos1 {
  left: 10%;
  animation: fanos1 2s infinite alternate;
}

.fanos2 {
  left: 80%;
  animation: fanos2 2s infinite alternate;
}

.helal {
  left: 45%;
  animation: helal 2s infinite alternate;
  width: 100px;
}

.negma1 {
  left: 30%;
  width: 50px;
  animation: negma1 0.1s infinite alternate;
}

.negma2 {
  left: 70%;
  width: 60px;
  animation: negma1 0.1s infinite alternate;
}

.negma3 {
  left: 40%;
  width: 40px;
  animation: negma1 0.1s infinite alternate;
}

.negma4 {
  left: 60%;
  width: 40px;
  animation: negma1 0.1s infinite alternate;
}


@media screen and (max-width:1000px) {
  .fanos1, .fanos2, .helal {
    width: 80px;
  }
}

@media screen and (max-width:800px) {
  h1 {
    position: static;
    font-size: 3em;
    padding-top: 40%;
    z-index: 1000;
  }
}

@keyframes fanos1 {
  from {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(2deg);
  }
}

@keyframes fanos2 {
  from {
    transform: rotate(2deg);
  }
  to {
    transform: rotate(-2deg);
  }
}

@keyframes helal {
  from {
    transform: rotate(10deg);
    -webkit-filter: sepia(1);
  }
  to {
    transform: rotate(-10deg);
    -webkit-filter: sepia(5);
  }
}

@keyframes negma1 {
  from {
    -webkit-filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
  }
}

@keyframes negma2 {
  from {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
/*--------------- responsive -----------------------*/
@media (max-width:426px){
    div#rs-1-layer-1,div#rs-3-layer-1
    {
        font-size:25px !important;
        margin: 0 auto !important;
    }
    div#rs-2-layer-2
    {
        margin-right: 108px !important;
        margin-right: 35px !important;
    font-size: 17px !important;
    }
}