@font-face {
    font-family: A Jannat LT;
    src: url(../fonts/AAJannatLT-.ttf);
    font-weight: normal;
  }
  @font-face {
    font-family: A Jannat LT;
    src: url(../fonts/a-jannat-lt-bold.ttf);
    font-weight: bold;
  }


* {
    font-family: 'Cairo';
    font-family: 'A Jannat LT';
    box-sizing: border-box;
}

ul#adminmenu li {
    color: white !important;
}

a:visited {
    color: unset !important;
      background: unset !important;
  }

body {
    overflow-x: hidden;
}
img {
     max-width: 100%; 
}

.title{
    color:#920015;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.subtitle {
    color:#920015;
    font-size: 27px;
    line-height: 60px;
    font-weight: bold;
}

.description p {
    color: #555555;
    font-size: 17px;
    line-height: 33px;
    
}
img.main-logo{
    width: 140px;
    margin: 15px 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

ul#primary-menu li {
    position: relative;
}

/* header Menu */
ul#primary-menu li , ul#primary-menu li ul li {
    padding: 10px 15px;
}

ul#primary-menu li a , ul#primary-menu li ul li a{
    text-decoration: none;
    color: #1C1C1C;
    text-align: right;
font: normal normal bold 20px/38px A Jannat LT;
    letter-spacing: 0px;
    transition: 0.5s ease ;
}

ul#primary-menu li a:hover  {
    color: #920015 !important;
    transition: 0.5s ease ;
}

/* Sub menu */
ul.sub-menu {
    list-style: none;
    margin-right: 0;
    padding-right: 0;
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 200px;
    padding: 0;
    border-radius: 0px 0px 21px 21px;
    top: 60px;
    display: none;
}
ul.sub-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #920015;
}
ul.sub-menu li {
    font: normal normal 600 15px/24px Cairo;
    box-shadow: 0px 1px 0px #0000000d;
}

ul#primary-menu li:hover  ul.sub-menu{
    display: block;    
}
/* slider */
.bg-1{
    position: relative;
}

.bg-1::after {
    content: "";
    position: absolute;
    width: 350px;
    border-radius: 700px 0 0 700px ;
    height: 700px;
    background: #fff9fa;
    margin-right: 0%;
    z-index: -1;
    max-width: 100%;
}


.bg-1::before , .bg-4::before{
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 40%;
    height: 498px;
    background: transparent url('../images/bg-2.svg') 0% 0% no-repeat padding-box;
    background-position: top left;
    margin-left: 0%;
    background-size: cover;
    z-index: -1;
    max-width: 100%;

}

#main-slider {
    position: relative;
}
#main-slider h1 {
    color: #1C1C1C;
    font: normal normal bold 50px/75px A Jannat LT;
    margin-top: 8%;
}

#main-slider p {
font: normal normal normal 20px/35px A Jannat LT;
color: #555555;
}


a.btn.main-btn{
    background: #920015 ;
    border-radius: 25px ;
    width: 177px ;
    padding: 10px 20px;
    color: #fff !important ;
    border: none ;
    font: normal normal bold 17px/32px Cairo ;
    margin: 9% auto ;
    transition: 0.5s ease !important;

}
a.btn.main-btn:hover{
    background: #BC0D26;
}
a.btn.main-btn span{
    transition: 0.5s ease  !important;
}
a.btn.main-btn:hover span{
    transition: 0.5s ease  !important;
    padding-right: 15px;
}

#main-slider .item-img {
    border-radius: 100%;
    width: 450px;
    height: 450px;
    overflow: hidden;
    margin: 8% auto;
    position: relative;
}

#main-slider .item-img img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: 0.2s ease  !important;

}
#main-slider .item-img img:hover , #main-slider .item-img .circle-border:hover + img{
    transition: 0.2s ease  !important;
    transform: scale(1.2) rotate(10deg);
}
#main-slider .item-img:hover .circle-border{
    width: 80%;
    height: 80%;
    transition: 0.3s ease  !important;

}

#main-slider .item-img .circle-border {
    border: 1px solid #E3E3E3; 
    border-radius: 100%;
    position: absolute;
    width: 85%;
    height: 85%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index:2;
    transition: 0.4s ease  !important;
}


#main-slider .item-img img:hover  .circle-border {
        width: 60% !important;
    height: 60% !important;
}

#main-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #920015 ;
    width: 10px !important;
    height: 10px !important;
}
#main-slider .owl-theme .owl-dots .owl-dot span {
    color: #DEDEDE;
    width: 8px !important;
    height: 8px !important;
}
/* about section */

.bg-container {
    position: relative;
}

.bg-2::after {
    content: "";
    position: absolute;
    width: 750px;
    height: 1500px;
    border-radius: 0px 750px 750px  0;
    background: #fff9fa;
    z-index: -1;
    max-width: 100%;
    left: 0;
}


.bg-3 {
    position: relative;
}
.bg-3::after {
    content: "";
    position: absolute;
    top: -150px;
    right: 0;
    width: 40%;
    height: 498px;
    background: transparent url('../images/bg-2.svg') 0% 0% no-repeat padding-box;
    background-position: top left;
    margin-left: 0%;
    background-size: cover;
    z-index: -1;
    max-width: 100%;

}


.about {
    margin-top: 5%;
    position: relative;
}

.about .description {
    width: 65%;
    margin: auto;
}

/* vision section */

.vision {
    margin-top: 5%;
}

.vision .img-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.vision .img-item img{
    width: auto;
    max-width: 100%;
    height: 80px;
}
.vision .img-item::after {
    background-image: url('../images/path-bg2.svg');
    background-position: center center;
    content: "";
    background-repeat: no-repeat;
    right: 25px;
    bottom: -13px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}



/* our-features  */
.our-features {
    position: relative;
}
.our-features .img-item {
    position: relative;
    width: 70%;
    margin: auto;
    overflow: hidden;
    border-radius: 16%;
    transition: 0.5s ease ;
}
.our-features .img-border:hover img, .our-features .img-item:hover img {
    transform: scale(1.3);
    transition: 0.5s ease ;
}
.our-features img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition: 0.5s ease ;
}
.img-border {
    position: relative;
}

.our-features .img-border::after {
    content: "";
    top: 5%;
    right: 20%;
    width: 68%;
    height: 100%;
    position: absolute;
    border: 1px solid #E3E3E3;
    border-radius: 16%;
}

.stats {
    width: 100%;
    min-height: 150px;
    border-radius: 58px;
    background: #920015;
    margin-top: 100px;
    padding-bottom: 4%;
}

.stats p  {
    color:#fff;
}
.stats h1 {
    color:#fff;
    font: normal normal normal 35px/35px A Jannat LT;
    font-weight: bold;
}

.stats .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-top: 20px;
    position: relative;
}
.stats .item-img::after{
    content: "";
    position: absolute;
    left: 16%;
    top: 10px;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/path-bg3.svg');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.stats .item-img:nth-child(2){
    height: 300px ;
}

.stats img {
    width: 70px;
    display: block;
    height: 75px;
    object-fit: contain;
    z-index: 2;
}

/* work */
.work {
    margin-top: 5%;
    position: relative;
}
.work .about-work {
    width: 70%;
    margin: auto;
    padding-bottom: 5%;
}
.work .bg-2::after {
    left: unset;
    right: 0 ;
    border-radius: 750px 0px 0px  750px;
    top: -20%;
    max-width: 100%;
}

.work a {
    text-decoration: none;
}
.work a:visited {
    color: unset;
}
.work .card {
    border: none;
    box-shadow: 0px 30px 55px #00000008;
    border-radius: 34px;
    background: #fff;
    overflow: hidden;
}

.work .item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.work .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease ;
}

.work .item-img:hover img{
transition: 0.2s ease ;
transform: scale(1.3) rotate(10deg);

}
.work .card h2.title {
    font-size: 25px;
    margin-top: 15px;
}
.work .description {
    width: 85%;
    margin: auto;
}

.work .card p {
    color:#2E2E2E;
}
a.arrow-link {
    transition: 0.2s ease ;
}
a.arrow-link:hover {
    padding-right: 20px;
}
a.arrow-link:hover .arrow-icon {
background: #BB0C25;
}

.work .arrow-icon{
    width: 30px;
    height: 30px;
    background: #920015;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 38px;
    margin-top: 15px;
}
.work a.btn.main-btn {
    margin: 4% auto;
}

/* Clients */
.clients {
    position: relative;
}
.clients .item-img {
    width: 210px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 43px;
    margin: auto;
}

.clients .item-img img {
    width: 75% !important;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}
.clients .owl-prev , .clients .owl-next {
    width: 43px !important;
    height: 43px !important;
    border-radius: 100% !important;
    border: 1px solid #920015 !important;
}

.clients button.owl-prev {
    position: absolute;
    top:30% ; 
    right: -2%;
}
.clients button.owl-next {
    position: absolute;
    top:30% ; 
    left: -2%;
}
button.owl-prev span , button.owl-next span{
    font-size: 29px;
    color: #920015;

}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #920015 !important;
    transition: 0.5s ease ;

}

.owl-theme .owl-nav [class*=owl-]:hover span , .owl-theme .owl-nav [class*=owl-]:hover span {
    color:#fff;
    transition: 0.5s ease ;

}


/* google map */
.google-maps {
    margin-bottom: -8px;
    margin-top: 100px;
}

/* Footer */
#footer {
    background: #920015;
    color: #fff;
    padding-top: 6%;
    padding-bottom: 1%;
}

#footer a , #footer p {
    color: #fff;
text-decoration: none;
}
#footer li {
    list-style: none;
}
#footer img.footer-logo {
    width: 137px;
    margin: auto;
    display: block;
}
#footer h2.subtitle {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
}


#footer .btn.contact-us {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 25px auto;
    width: 60%;
    display: block;
    transition: 0.6s ease ;
}
#footer .btn.contact-us:hover {
    background: #fff;
    color: #920015;
}

.socialmedia  {
    display: inline-flex;
}
.socialmedia a {
    position: relative;
    margin-right: 20px;
    z-index: 2;
    direction: ltr;
    font-size: 17px;
}
.socialmedia a:first-child {
    margin-right: 0;
}
.socialmedia svg{
    z-index: 2;
    position: relative;
    transition: 0.6s ease ;

}
.socialmedia a::after {
    content: "";
    z-index: -1;
    position: absolute;
    background-image: url(../images/path-bg3.svg);
    background-repeat: no-repeat;
    left: -22px;
    width: 60px;
    height: 60px;
    background-size: contain;
    top: -10px;
}

span.socialmedia a span {
    transition: 0.6s ease ;
}

span.socialmedia a span:hover {
    top: -6px;
    position: relative;
    transition: 0.6s ease ;

}

#footer .copyright p {
    font-size: 13px;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer li {
    list-style: none;
    font-size: 16px;
    line-height: 40px;
}

/* fixed socialmedia */
.fixed-socialmedia {
    position: fixed;
    display: block;
    left: 3%;
    top: 35%;
    transition: 0.5s ease ;
    z-index: 999;

}

.fixed-socialmedia a {
    display: block;
    margin-top: 20px;
}
.socialmedia.fixed-socialmedia a::after{
   background-image: url(../images/path-bg4.svg) !important;
} 

.socialmedia.fixed-socialmedia span {
    display:block;
    padding-top: 20px;
    transition: 1.3s ease ;
}
.socialmedia.fixed-socialmedia span:hover {
    margin-top: -10px ;
}
.socialmedia.fixed-socialmedia span:hover svg {
        transition: .3s ease ;
    margin-top : -10px

}


/****************************** inner pages */
/****************************** inner pages */


.entry-header {
    background: #920015;
    padding: 35px 0;
    color: #fff;
    border-bottom: 10px solid #FBECEF;
    background-image: url('../images/bg-2.svg');
    background-position: top right;
    background-repeat: no-repeat;
}

.entry-header h1 , h1.entry-title{
    font-size: 26px;
    position: relative;
    line-height: 36px;
    background: #910115;
    width: max-content;
    margin-right: 12% ;
}
/* .entry-header h1:before {
    content: "";
    height: 40px;
    width: 4px;
    background: #FBECEF;
    position: absolute;
    right: -10px;
} */
.post-thumbnail img {
    height: auto;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    margin: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px;
}


.entry-content p {
    line-height: 2;
}

footer.entry-footer {
    margin-bottom: 10px;
}
span.edit-link {
    border: 1px solid #BB0C25;
    padding: 10px 30px;
    border-radius: 5px;
    background: #BB0C25;
    margin-right: 5%;
}
a.post-edit-link {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

/****************************** Media queries */
/****************************** Mobile and small screen  */


@media only screen and (max-width: 1300px) {
    #main-slider .item-img  {
        width: 350px;
        height: 350px;
    }
    ul#primary-menu li a, ul#primary-menu li ul li a {
        font-size: 16px;
    }
    img.main-logo{
        width:130px
      } 
      .title {
          font-size: 38px;
          line-height: 40px;
      }
      .bg-1::after {
        width: 300px;
        height: 600px;
        border-radius: 600px 0 0 600px ;

      }
      .bg-2::after {
        /* width: 600px; */
      }
      #footer .copyright p{
        font-size: 12px;
        line-height: 33px;
      }

  } 

@media only screen and (max-width: 768px) {

    #main-slider h1 {
        font-size: 30px;
        margin: 0;
    }
    #main-slider .item-img {
        width: 200px;
        height: 200px;
    }
    #main-slider .item-img img {
        width: 200px;
        height: 200px;
    }
    #main-slider p {
        font-size: 15px;
        line-height: 22px;
    }
    .about .description {
        width: 100%;
    }
    a.btn.main-btn {
        width: 110px;
        padding: 6px 0px;
        font: normal normal bold 12px/24px Cairo;
        margin: 0 auto;
        display: block;
    }
    
    .subtitle {
        text-align: center;
    }
    .vision .img-item::after {
        width: 50%;
        right: 30%
    }

   
    .bg-2::after {
        /* max-width: 100%; */
      }

      .entry-header {
          padding: 5px 0 ;
      }

      footer .socialmedia {
        display: grid;
    }
    .stats {
        border-radius: 18px;
    }
    section.stats.container .col-6:last-child {
        margin: auto;
    }
    /* h1.num {
        display: none;
    } */
    .work .arrow-icon {
        margin-top: 0;
    }
    footer .socialmedia a {
        margin-top: 20px;
        margin: 10px auto !important;
    }
    .fixed-socialmedia {
        left: 12%;
    }
    .socialmedia svg {
        width: 20px;
    }
    .socialmedia a::after {
        width: 39px;
        left: -17px;
        top: 0;
    }
    .fixed-socialmedia a {
        margin-top: 0;
    }
  } 
                /* max 576px screen */
  @media only screen and (max-width: 576px) {
  }