    @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
    @import './about.css';
    @import './contact.css';
    @import './service.css';
    @import './media.css';
    @import './team.css';

    :root{
        --footerBg: #1d292e;
        --white-2: #f9f9f9;
        --white-3: #d0cdcd;
        --primary-1: #b50300;
        --primary-2:  #FFB703;
 
        --primary-color: #2d2045;
        --primary-color-1: #33244E;
        --primary-color-3: #0044FF;
        --color-dark: #000000;
        --color-dark-2: #727882;
        --secondary-color: #ffffff;
        --tertiary-color: #ffffff;
        --white-color: #ffffff;
        --font-family:'Lato', sans-serif;
        --color-danger:  rgb(250, 133, 0);
        --light-color-1: #F7F9FD;
        --grey-color-1: #f0f0f0;
        --grey-color-2: #cecece;
        --grey-color-3: #c4c4c4;
        --color-green:  #64B897;
    }



    body{
        box-sizing: border-box;
        scroll-behavior: smooth;
        overflow-x: hidden;
        background-color: #ffffff; 
        font-family: 'Lato', sans-serif;
    }

    
    main{
        /* margin-bottom: 100px; */
    }
   
    .w-250{
        width: 50%!important;
        height: 20px;
    }
    /* ============ desktop view ============ */
    @media all and (min-width: 992px) {
        .dropdown-menu li{ position: relative; 	}
        .nav-item .submenu{ 
          display: none;
          position: absolute;
          left:100%; top:-7px;
        }
        .nav-item .submenu-left{ 
          right:100%; left:auto;
        }
        .dropdown-menu > li:hover{ background-color: #f1f1f1 }
        .dropdown-menu > li:hover > .submenu{ display: block; }
      }	
      /* ============ desktop view .end// ============ */

      /* ============ small devices ============ */
      @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
        }
        .nav-item {
            padding: 0 0 !important;
        }
      }	
      /* ============ small devices .end// ============ */

    .dropdown-submenu {
        position: relative;
    }
    
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
    
    .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }
    
    .dropdown-submenu.pull-left {
        float: none;
    }
    
    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }


    @media only screen and (min-width: 1300px){
        .container {
            max-width: 1200px;
            width: 100%;
        }
    }

    /* NAVIGATION */
    .nav-item{
        padding: 0 10px ;
        font-style: normal;
        line-height: 30px;
        font-weight: 600;
    }
    
    .nav-item .nav-link:hover{
        color: var(--primary-1);
        cursor:pointer;
    }

    .navbar-toggler {
        padding:5px;
        font-size: .9rem;
        font-weight: 900 !important;
        line-height: 1;
        color: rgb(255 208 208 / 55%);
        background-color: transparent;
        border: 2px solid  rgb(93, 0, 0);
        border-radius: 3px;
        transition: all .5s ease-in-out;
    }
    .navbar-toggler-icon {
     font-weight: 900!important;
    }
    @media   (max-width: 500px){
        
        .navbar-brand{
            width: 75% !important;
        }
    }

    
    /* SLIDER */ 
  .offcanvas{ 
    width: 80vw !important;
  }
   .modal-backdrop, .offcanvas-backdrop, .offcanvas-backdrop{
     z-index: 0 !important;
     /* display: none; */
   }

    @media only screen and (min-width: 1100px){
        .carousel .carousel-item img{
            height: 100vh;
        }
    }
   
    @media only screen and (max-width: 1100px){
        .carousel .carousel-item img{
            height: 45vh;
        } 
    }

    @media (min-width: 582px) and (max-width: 1101px){
        .carousel .carousel-item img{
            height: 95vh;
        } 
    }

    .carousel-caption{
        position: absolute;
        top:40%;
        bottom:50%;
    }

    @media (min-width:700px) {
        .carousel-caption h5{ 
            font-size: 3.9rem;    
            font-weight: bold;
            margin: 0;
            padding: 0;
        }
    }
    
    @media (max-width:700px) {
        .carousel-caption h5{ 
            font-size: 1rem;    
            font-weight: bold;
            margin: 0;
            padding: 0;
        }
    }
    

    .carousel-indicators{ 
        position: absolute; 
        z-index: 1;
    }

    /********************************/
    /*          Hero Headers        */
    /********************************/
    .carousel-caption { 
        z-index: 3;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0,0,0,.75);
            -webkit-transform: translate3d(-50%,-50%,-50%);
            -moz-transform: translate3d(-50%,-50%,-50%);
            -ms-transform: translate3d(-50%,-50%,-50%);
            -o-transform: translate3d(-50%,-50%,-50%);
            transform: translate3d(-50%,-50%,-50%);
    }

    .fade-carousel .carousel-inner .carousel-item .carousel-caption {
        opacity: 0;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s; 
            -ms-transition: 2s all ease-in-out .1s; 
            -o-transition: 2s all ease-in-out .1s; 
                transition: 2s all ease-in-out .1s; 
    }

    .fade-carousel .carousel-inner .carousel-item.active .carousel-caption {
        opacity: 1;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s; 
            -ms-transition: 2s all ease-in-out .1s; 
            -o-transition: 2s all ease-in-out .1s; 
                transition: 2s all ease-in-out .1s;    
    }
    
    /********************************/
    /*          Media Queries       */
    /********************************/
    @media  (min-width: 980px){
        .carousel-caption { width: 980px; }    
    }

    @media (max-width: 700px){
        .carousel-caption h5 { 
            font-size: 1.5em; 
            text-transform: capitalize;
        }    
        .carousel-caption p {   
            text-transform: capitalize;
            font-size: .9rem; 
        }    

        .carousel-control-prev span:hover, .carousel-control-next span:hover {
            padding: 20px !important; 
        }
    }

    .carousel-control-prev span, .carousel-control-next span {
    
    }

    .carousel-control-prev span:hover, .carousel-control-next span:hover {
        cursor:grab; 
        background-color: #f9f9f9 !important;
        border-radius: 100%;
        font-size: .6rem;  
        padding: 40px; 
    }

    /********************************/
    /*            Overlay           */
    /********************************/
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #080d15;
        opacity: .4;
    }
    
    section{
        margin-top:90px
    }

    .offcanvas{ 
        z-index: 999 !important;
        opacity: 1;
    }
    /* SECTION INTRO */
.section-intro {
    width: 100%;
    height: 400px;
}
.section-intro-inner{
    height: 40vh;
    width: 100%;
    padding-top: 70px;
    text-align: center;
}

.section-intro p{
    font-size: .95rem;
    color: #525151;
}



@media(min-width:800px){
    .section-intro h2{
        font-style: normal;
        font-weight: 500;
        font-size: 2rem;
        line-height: 40px;
        color: #000000;
        margin-bottom: 20px;
    }
}

@media(max-width:800px){
    .section-intro h2{
        font-style: normal;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 40px;
        color: #000000;
        margin-bottom: 20px;
    }
}




@media(min-width:800px){
    .section-about{
        padding-bottom: 120px;
    }

    .section-about-mid-image{
        position: relative;
        left: 0px;
        top: 166px;
    }
    .section-about-mid-image{
        position: relative;
        left: 0px;
        top: 166px;
    }
}

@media(max-width:800px){
    .section-about{
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .section-about img{
        width:100%;
        height: 170px;
    }
}


/* flashing on hover*/
.section-about-hover figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .6;
	}
	100% {
		opacity: .9;
	}
}
@keyframes flash {
	0% {
		opacity: .6;
	}
	100% {
		opacity: .9;
	}
}
/* splash  image on hover*/
.section-about-hover figure{
	overflow: hidden;
	position: relative;
    transition: all .5s ease-in-out;
}
.section-about-hover figure:hover{
    transform: translateY(-10px);
    cursor: pointer;

}

.section-about-hover figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.section-about-hover figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




/* section services */
.section-services{
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('../images/Group41.png') ;
    background-size: contain;
    background-attachment: fixed;
}

.section-service-gride{
    width: 370px;
    height: 250px;
    background: var(--white-color);
    text-align: justify;
    margin: 10px;
    padding:15px;
}

/* section client */
.section-client{
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

.section-client h6{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 39px;
}

@media(max-width:800px){
    .section-client{
        padding-top: 50px;
        padding-bottom: 10px;
        min-height: 300px;
    }
    .section-client .pt-5, .py-5 {
        padding-top: 2rem!important;
    }
    .section-client h6{
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 39px;
    }
}

@media(min-width:800px){
    .section-client h6{
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 39px;
    }
}




/*section blog*/
.section-blog {
   padding: 70px 10px;
}
.section-blog h6{
    font-size: 1.5rem;
}
.section-blog-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.section-blog-item{
    text-align: left;
    padding:19px;
}
.section-blog-item:hover{
     background-color: #faf9f9;
     border-radius: 10px;
}

.section-blog-item h5{
    font-size: 1.6rem;
    color:var(--color-dark);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 40px;
}

.section-blog-item p{
    font-style: normal;
    font-weight: normal;
    font-size: .9rem;
    line-height: 25px;
}
.section-blog-item .blog-author{
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    line-height: 18px;
}
.section-blog-content{
    overflow: hidden;
}

.section-blog-content h5{
    transition: all .5s ease-in-out;
}
.section-blog-content h5:hover{
    color: var(--color-danger);
    cursor: pointer;
}

.section-blog-content img{
    height:200px
}

.section-blog-img{
    height:200px;
    overflow: hidden;
}

.section-blog-content img{
   transition: all .5s ease-in-out;
   height:200px
}
.section-blog-content img:hover{
    transform: scale(1.3);
}


/*section contact us*/

 .section-contact-us{
    padding: 90px 40px 90px 30px;
    background: var(--primary-color-1);
 }

 .section-contact-us .form-control{
    margin: 10px 0;
    color: var(--white-color);
    background-color: var(--primary-color-1);
    box-shadow: 0px 0px 0px var(--primary-color) !important;
    border-left: 1px solid var(--primary-color-1);
    border-top: 1px solid var(--primary-color-1);
    border-right: 1px solid var(--primary-color-1);
 }
 .section-contact-us .input{
    margin: 10px 0;
 }

 .section-contact-info{
    padding-top:30px;
    color: white;
    padding:50px;
 }
 .section-contact-info h6{
    font-size: 1.5rem
 }
 .section-contact-info p{
    color:  #d1cbdd;
    font-weight: 300;
 }


 @media(min-width:800px){
  .section-contact-head{
      font-size:1.4rem;
      color: var(--white-color);
  }
 }

 @media(max-width:800px){
    .section-contact-head{
        font-size:1.4rem;
        color: var(--white-color);
        text-align: center;
    }

    .contact-send{
        text-align: center;
    }
    .contact-attarchment{
        text-align: center;
    }
   }

   @media (max-width:600px) {
        .simi-intro{
            position: relative;
            margin-top: -100px;
            z-index: 99;
        }
    }

    @media (min-width:600px) {
        .simi-intro{
            position: relative;
            margin-top: -200px;
            z-index: 99;
        }
    }
   
    .text-font{
        font-size: .9rem;
    }
    .simi-intro-card{ 
        background-color: #ffffff;
        box-shadow: 0px 11px 22px 0px rgb(204 204 204 / 25%);
        height:310px;
        border-radius: 0px;
    }

    @-webkit-keyframes bounce { 
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
        40% {transform: translateY(-20px);} 
        60% {transform: translateY(-10px);} 
    } 
    
    @keyframes bounce { 
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
        40% {transform: translateY(-20px);} 
        60% {transform: translateY(-10px);} 
    }


    .simi-intro-card:hover .dance_hover {
        animation-name: bounce;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    }

    .simi-intro-card-title{
        font-size: 1.4rem; 
    }

    .simi-intro .simi-intro-card-mid {
        background: var(--primary-2);
        border-radius: 0px;
    }


    .simi-intro .simi-intro-card-mid .simi-intro-card-desc{
        color: #2a2929;
    }

    .simi-intro-card-icon{
        width:50px;
    }

    @media (min-width:91px) {
        .simi-intro .row{ 
            display: flex;
            justify-content: center;
        }
    }


    /* ABOUT SECTION  */

   .about .sub-text {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        color: #ffb703;
        margin: 0 0 0px;
        display: block;
        position: relative;
        padding-left: 107px;
    } 

    .about .sub-text:after {
        content: "";
        position: absolute;
        border: 0;
        height: 4px;
        width: 55px;
        z-index: 1;
        margin-left: 0;
        left: 24px;
        top: 12px;
        border-radius: 2px;
        background-color: #ffb703;
        transition: all .3s ease;
        z-index: 0;
    }

    .about .sub-text:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        height: 4px;
        width: 12px;
        border-radius: 2px;
        background-color: #ffb703;
        transition: all .3s ease;
        z-index: 0;
    }

    .about ul.check-lists li:before {
        content: "\2713";
        font-size: 8px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: #010d14;
        background: #ffb703;
        margin: 0;
        display: inline-block;
        font-family: uicons-regular-rounded !important;
        font-weight: 600;
        text-align: center;
        position: absolute;
        left: 0;
        top: 3px;
    }

    ul.check-lists li {
        padding-left: 32px;
        position: relative;
        margin-top: 12px;
        margin-bottom: 15px;
        list-style: none;
    }

    .about h2 {
        font-size: 42px;
        font-weight: 700;
        line-height: 46px;
        color: #010d14;
        margin: 0;
    }
    
    .about p{
        font-size: 1rem;
        font-style: normal;
    }

    .about .read-more {
        padding: 10px 20px 10px 20px;
        text-transform: capitalize;
    }

    .about .read-more {
        background: #ffb703; 
        color: #010d14;
        font-weight: 800; 
        text-decoration: none;
        font-size: .9rem;
    }

    .about .read-more {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: .8rem;
        font-weight: 800;
        line-height: 26px; 
        z-index: 1; 
        transition: all 0.4s ease-in-out 0s;
        overflow: hidden;
    }


    /* SERVICE */
    .service{
        padding: 70px 0px 70px 0px;
    }
    .service .services-item:after {
        display: block;
        width: 47px;
        left: 124px;
        background: #ffb703;
        content: "";
        height: 4px;
        position: absolute;
        transition: all .3s ease 0s;
        bottom: 0;
        z-index: 9;
        transform: translateX(-50%);
    }

    .service .title a {
        color: #010d14;
        font-size: 1.2rem;
        text-decoration: none; 
        font-weight: 700;  
    }
    .service .title { 
        line-height: 1.3rem;
    }

    .service .services-txt{
        font-size: .9rem;
    }

    .service .services-item .services-icon img {
        max-width: unset;
        height: 70px;
        width: 70px;
    }

    .service .services-item {
        position: relative;
        display: flex;
        padding: 0 30px 0 0px;
    }
    
    .service .services-item .services-text {
        padding: 0px 0px 20px 20px;
    }

    .service .heading-border-line:after {
        content: "";
        width: 65px;
        height: 4px;
        background: #ffb703;
        position: absolute;
        bottom: -4px;
        right: 0;
        left: 50%;
        margin-left: -20px;
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 0;
    }

    .service .heading-border-line:before {
        content: "";
        width: 12px;
        height: 4px;
        background: #ffb703;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -35px;
        transform: translateX(-50%);
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
    }

    .service .sec-title .title {
        font-size: 42px;
        font-weight: 700;
        line-height: 46px;
        color: #010d14;
        margin: 0;
    }

    .service .pb-25 {
        padding-bottom: 25px;
    }

    .service .sec-title .sub-title {
        font-size: .7rem;
        font-weight: 600;
        line-height: 28px;
        text-transform: uppercase;
        color: #ffb703;
        display: block;
        margin: 0 0 5px;
    }

    .service .sec-title .heading-border-line {
        position: relative;
    }

    .service .services-item{
        transition: all .5s ease-in-out;
    }
    
    .service .services-item:hover{
        background-color: #ffffff; 
        border-radius: 10px;
        cursor: pointer;
        padding: 0px 30px 0 7px;
        box-shadow: 0 0px 25px rgb(12 89 219 / 9%);
    }


    /* BLOG  */

    .blog .blog-meta .date {
        font-size: .8rem;
        margin-right: 25px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
    }

    .blog ul > li {
        font-size: .7rem ;
        text-decoration: none; 
        list-style-type: none;
        list-style: none!important;  
        margin: 0;
        padding: 0;
    }
    

  .blog .card{
    overflow: hidden;
  }

    .blog ul > li .fa-calendar, .blog ul > li .fa-user {
        color: var(--primary-2)
    }

    .blog img {
        transition: all 0.5s ease 0s; 
        cursor: pointer; 
        overflow-clip-margin: content-box;
        overflow: clip;
   
    }
    .blog img:hover { 
        transform: scale(1.1); 
   
    }


    .blog .blog-title , .blog .blog-title a{
        font-size: 20px;
        line-height: 1.4em;
        font-weight: 900;
        margin-bottom: 18px;
        text-decoration: none !important;
        color: var(--footerBg);
        transition: all .5s ease-in-out;

    }

    .blog .blog-title , .blog .blog-title:hover a{
        color: var(--primary-2);
    }
 

    .blog .desc{
        font-size: .9rem;
    }
    

    .blog .card {
        position: relative;
        z-index: 11;
        transition: all 500ms ease;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    }

    .blog .blog-button a {
        font-size: .9rem;
        text-transform: capitalize;
        background-color: unset;
        padding: 14px 0px 6px 0px;
        text-decoration: none;
        color: #010D14;
        font-weight: 900;
    }

    .blog .blog-button a .btn-text{
       transition: all .5s ease-in-out;
    }
        .blog .blog-button:hover a .btn-text{
       letter-spacing: 3px;
       color:red;
       font-stretch: expanded;
    }



    .blog-button a i:before {
        position: relative;
        color: #010d14;
        font-size: 20px;
        top: 5px;
        transition: all .3s ease;
        display: inline-block;
    }
    

    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-240px * 5))}
    }

    .news-slider { 
        margin: auto;
        overflow:hidden;
        position: relative;  
        height: 110px;  
        width: auto; 
    }

    .news-slider .slide-track {
        animation: scroll 40s linear infinite;  
        display: flex;
        width: calc(250px * 14);
    }
    .news-slider  .slide {
        height: 100px;
        width: 470px;
        margin: 0 15px;
    }

    
    .logo-slider {
        height: 100px;
        margin: auto;
        overflow:hidden;
        position: relative;
        width: auto; 
    }

    .logo-slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .logo-slider .slide {
        height: 100px;
        width: 170px;
    }
    
    .logo-slider .slide img{
        height: 100px;
        width: 120px;
    }

    .blog .blog-meta {
        display: flex;
        justify-content: flex-start;
        padding: 0 0 10px;
    }
    
    .container-link-bottom{
        height: 200px;
        font-size: 1rem;
        font-weight: 500;
        color: #fafafa;
    }

    .container-link-bottom .bg-dangerous {
        background-color: rgb(196, 16, 0); 
    }
    .container-link-bottom .bg-darker{ 
        background-color: rgb(32, 14, 0);
    }

    .container-link-bottom a{
        text-decoration: none;
        color: #fafafa;

    }
   

 
    .marquee {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
    }
    .marquee:hover .marquee__item { animation-play-state: paused; }
      
      .marquee__seperator { margin: 0 2rem; }
      
      .marquee__item {
        display: inline-block;
        will-change: transform;
        animation: marquee 55s linear infinite;
      }
    
    
    @keyframes marquee {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-100%); }
    }
     
    .marquee {
      background-color: rgb(165, 0, 0);
      padding: 1rem 0;
      color: #fff;
    }

    .scrolling-wrapper{
        overflow-x: auto;
        padding-top: 30px;
        padding-bottom: 70px;	
    }
    
    .newslider .card{
        height: 100px;
        background-color: #fff;  
        transition: all 0.2s ease-in-out !important;
        
    }
    .card-block:hover{
        transform: translateY(-5px);
        box-shadow: 0 30px 70px hsla(240%, 43%, 40%, 0.5);
    }

        /****
        Partners page
        ****/
    .partner-section img:hover{
        transform: translateY(-10px);
        cursor: pointer;
        margin-top: 5px;
    }

    .partner-section .separator{
        display:flex;
        align-items: center;
        margin-bottom: 30px;
      }
      
      .partner-section  .separator .line{
        height: 2px;
        flex: 1;
        background-color: rgb(128, 0, 0);
      }
      
      .partner-section .separator h2{
        padding: 0 2rem;
      }


    @media (min-width:1000px) {
        .iframe-content iframe{
            height: 670px;
            width: 100%;
          }
     }

     @media (max-width:1000px) {
        .iframe-content iframe{
            height: 300px;
            width: 100%;
          }
     }
   


    footer{
        background-color: var(--footerBg); 
        padding-top: 70px;
    }

    footer .footer-widget h5{
        font-size: 1rem;
        color: var(--white-2);
        font-weight: 700;
        
    } 

    footer .widget-content{
        font-size: .9rem; 
        font-style: normal;
        color:var(--white-3);
    }

    footer .nav-link-item:before {
        content: "\003E";
        left: 0;
        top: 0;
        color: #ffb703;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 400;
        font-family: Flaticon;
    }

    footer .widget-content .nav-item{
        padding:0px !important
    }
    
    footer .widget-social ul>li{
        display: inline-block;
    }


    footer a {
        color: #ffffff;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    footer ul.social li{
        padding: 3px 0;
    }

    footer ul.social li a i {
        margin-right: 5px; 
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease; 
        margin-right: 10px;
    }

    footer ul.social li:hover a i { 
        margin-top:-10px;
    }

    footer ul.social li a,
    footer ul.quick-links li a{
        color:#ffffff;
        font-size: .7rem;
    }

    footer ul.social li a:hover{
        color:#eeeeee;
    }

    footer ul.quick-links li{
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

    footer ul.quick-links li:hover{
        padding: 3px 0;
        margin-left:5px;
        font-weight:700;
    }

    footer ul.quick-links li a i{
        margin-right: 5px;
    }

    footer ul.quick-links li:hover a i {
        font-weight: 700;
    }

    .fa{ 
        font-size:3px !important;
    }

    .footer-contact ul li .address-content{
        display: inline-block;
        
    }
    .footer-contact .addes{
        font-size: .83rem; 
    }

    .copyright{
        color:var(--white-2);
        font-size: .8rem;
        background-color: var(--footerBg);
    }

    .copyright-center{ 
        padding: 1.5em 0 0.625em;
        border-top: 1px solid #4d4e4f;
        margin: 1em 4em 0;
    }
