

/****************************************************************/
/****************************************************************/
/*************************Genral Style***************************/
/****************************************************************/
/****************************************************************/





.wrapper_1400 {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: auto;
}



.container-1200 {
    position: relative;
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    padding: 0px 0px;
}



*{
    font-family: 'Century Gothic';

    /* font-family: 'Heading thin'; */
    transition: .7s
}


li{
    list-style: none;

}



a{
    text-decoration: none !important;
}




img{
    max-width: 100%;
}


section {
    /* margin-top: -20px; */

    height: 100vh;
    box-sizing: border-box;
}





.slick-next:before, .slick-prev:before{
    color: #000 !important;
}







/****************************************************************/
/****************************************************************/
/*************************slidder***************************/
/****************************************************************/
/****************************************************************/


.slider {
    height: 100vh;
}

.slider div#hero-wrapper {
    height: 88%;
    position: relative;
}


.slider .carousel-wrapper {
    height: 100%;
}

 .slider div#myCarousel {
    height: 100%;
}


.slider .carousel-inner {
    height: 100%;
}


.c-slider-image {
    height: 100%;
}


.c-slider-image img {
    height: 100%;
}
section.slider div#myCarousel .carousel-inner {
    height: 100%;
}

section.slider div#myCarousel .carousel-inner .c-slider-image {
    height: 100%;
}

section.slider div#myCarousel .carousel-inner  img{
    height: 100% !important;
}
.c-lofo {
    position: absolute;
    bottom: 40%;
    /* left: 37%; */
    display: inline-block;
    width: 100%;
    text-align: center;

}

.c-lofo a {
    width: 100%;
}

.c-lofo a img{
   margin: auto;
   width: 300px;
   height: auto;

}

.c-shdowsh{
    background: url(../images/shadowww.png) center no-repeat;
}

.slider .carousel-indicators {
    left: auto;
    right: 5%;
    width: auto;
    margin: 0;
    bottom: 5%;
}




.slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #fff;
}




.slider .carousel-indicators .active {
    width: 18px;
    height: 18px;
    background: #03d8ff;
    border-color: #03d8ff;

}






/***********slider fade*************/

/* .slider #hero-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
  }
  .slider #hero-wrapper .carousel-wrapper,
  .slider  #myCarousel {
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .slider  #myCarousel i {
    position: absolute;
    top: 50%;
  }

  .slider  .carousel-fade .carousel-inner .active.left,
  .slider  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .slider  .carousel-fade .carousel-inner .next.left,
  .slider  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .slider div#myCarousel .carousel-fade .carousel-control {
    z-index: 2;
  } */


  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity !important;
    height: 100%;

  }
    .carousel-fade .carousel-inner .active {
    opacity: 1;
  }


/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/****************************************************************/
/****************************************************************/
/*************************menu***************************/
/****************************************************************/
/****************************************************************/


.header{
    background: #013659;
position: relative;
}


.header nav ul li a{
    font-size: 20px;
    /* font-family: 'Century Gothic'; */
    font-family: 'Heading thin';
    color: #fff !important;
    padding: 0;
    font-weight: bold;
}

.header nav ul li a:hover{
color: #03d8ff !important;
}


.header nav ul li {
    margin-right: 26px;
}


.header nav ul li:hover a:after {
    position: relative;
    content: '';
    position: absolute;
    /* width: 88px; */
    border-bottom: 5px solid #03d8ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    left: 0px;
    right: 0;
    top: 50px;
    margin: 0px auto;
    /* border-image-source: linear-gradient(to right,#df6540, #537e8f); */
    /* border-image-slice: 1; */
    /* border-width: 3px; */
}



.header nav ul  li.c-lang:hover a:after,
.header nav ul  li.dropdown:hover a:after
 {
    position: relative;
    content: '';
    display: none !important;
    position: absolute;
    /* width: 88px; */
    border-bottom: 5px solid #03d8ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    left: 0px;
    right: 0;
    top: 56px;
    margin: 0px auto;
    /* border-image-source: linear-gradient(to right,#df6540, #537e8f); */
    /* border-image-slice: 1; */
    /* border-width: 3px; */
}




.header .container-fluid {
    padding: 0;
}

.header nav {
    border: 0;
    background: none;
    box-shadow: none;
}

.header .navbar-collapse {
    padding: 0;
}


.header nav ul {
    float: none !important;
    padding: 30px 0;
}






.header nav ul .c-search {
    margin-right: 0;
    margin-left: 10px;
}


.header nav ul .c-lang{
    margin-right: 0px;
}



.header nav ul li.cc-carts {
    float: right;
}


.header nav ul li.cc-carts img:hover {
    transform: rotate(360deg);
}




/* .header li.dropdown:hover ul.dropdown-menu {
    display: block;
} */


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: unset;
    background-image: unset !important;
    background-color: unset !important;
}

.header nav ul ul.dropdown-menu {
    padding: 0;
    border: 0;
    margin-top: 10px;
}

.header nav ul ul.dropdown-menu li {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    float: none;
}

.header nav ul ul.dropdown-menu a {
    color: #00157d !important;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    /* font-family: 'JFFlat-Regular'; */
    font-weight: bold;
}

.header nav ul ul.dropdown-menu a:hover {
    /* background: linear-gradient(to right, #0dd8fb, #537e8f); */
    background:  #013659;
    color: #fff !important;
}


.header ul.nav>li>a.dropdown-toggle{
    background: url(../images/rrpobottom.png) right no-repeat;
    background-size: 10px;
    padding-right: 15px;
}















/****************************************************************/
/****************************************************************/
/*************************we-are*********************************/
/****************************************************************/
/****************************************************************/


.we-are{
    text-align:left;
    padding: 70px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.we-are h1 {
    font-weight: bold;
    font-family: 'Heading bold';
    font-size: 49px;
    margin-bottom: 55px;
    color: #013659;
    text-transform: uppercase;
    margin-top: 0;
}


.we-are .bar1 p {
    font-size: 21px;
    color: #03d8ff;
    margin-bottom: 35px;
}

.we-are .bar2 p{
    font-size: 20px;
    color: #7d7d7d;
    line-height: 40px;
}

.we-are a {
    font-size: 19px;
    padding: 10px 30px;
    color: #03d8ff;
    border: 1px solid #03d8ff;
    display: inline-block;
    position: relative;
    /* background: url(../images/bgrect.png) center no-repeat; */
    /* background-size: 100% 100%; */
    margin-top: 35px;
}


.we-are a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #03d8ff;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: -1;
}

.we-are a:hover {
    border: 1px solid #03d8ff;
    color: #fff !important;
    font-weight: bold;
}

.we-are a:hover:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}

/* .we-are a:hover {
    filter: brightness(.3);
} */



/****************************************************************/
/****************************************************************/
/*************************companies******************************/
/****************************************************************/
/****************************************************************/

.our-companies  h1 {
    /* font-weight: normal; */
    font-family: 'Heading bold';
    font-size: 49px;
    margin-bottom: 80px;
    color: #fff;
    text-align: left;
    margin-bottom: 90px;
}

.our-companies  h1 a{
    font-family: 'Heading bold';
    color: #fff;
}

/* .our-companies {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    background: url(../images/Our-Companies223.jpg)  no-repeat;
    padding-top: 90px;
    padding-bottom: 40px;

    background-size: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
} */

/* .our-companies .c-item:hover {
    filter: brightness(0.3);
    transform: scale(1.12);
} */

.our-companies .c-item {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 35px;
}


.our-companies .c-body a h4{
    font-size: 23px;
    color: #fff;
    margin-top: 15px;
}



.our-companies .c-body img{
    max-width: 100%;
    filter: brightness(0) invert(1);
    transition: 0s;
}


.our-companies .c-left {
    width: 50%;
    float: left;
}

.our-companies .c-body .c-item:hover img {
    filter: unset;
}



.our-companies .c-item a.c-fmsgb {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    font-size: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 0px;
    background: url(../images/FMCG2.png) no-repeat;
    background-position: -103px;
    /* float: right; */
}

.our-companies .c-item a.c-fashionb {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    font-size: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 0px;
    background: url(../images/Fashion22.png) no-repeat;
    background-position: -103px;
    /* float: right; */
}
.our-companies .c-item a.c-manufb {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    font-size: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 0px;
    background: url(../images/Manufacturing22.png) no-repeat;
    background-position: -103px;
    /* float: right; */
}
.our-companies .c-item a.c-logisicb {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    font-size: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 0px;
    background: url(../images/Logistics22.png) no-repeat;
    background-position: -103px;
    /* float: right; */
}

.our-companies .c-item:hover a{
    background-position: -2px;
}

.our-companies .c-item:hover h4{
    color: #03d8ff;
}





/****************************************************************/
/****************************************************************/
/*************************brands******************************/
/****************************************************************/
/****************************************************************/

/* section.our-brands {
    background: url(../images/bgourbrjh.png) no-repeat;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 100px;
    background-size: 100% 100%;
    background-size: cover;
    text-align: center;
    height: auto;
    background-attachment: fixed;
} */

.our-brands .c-title h1 {
    font-size: 55px;
    color: #013659;
    text-align: left;
    margin-bottom: 111px;
    font-family: 'Heading bold';
}

.our-brands .c-title h1 a{
    color: #013659;
    font-family: 'Heading bold';
}

.our-brands .col {
    float: left;
    width: 20%;
}


.our-brands .col img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}


/* .our-brands .c-body {
    padding-left: 20px;
    border-left: 10px solid #03d8ff;
    background: #ffffff38;
} */

.our-brands .c-body .row{
    margin-left: 0;
    margin-right: 0;
}


.our-brands .c-body .carousel-indicators {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-bottom: 1px solid  #fff;
    height: 10px;
    margin-bottom: 14px;
    bottom: -40px;
}





.our-brands .c-body .carousel-indicators .active {
    background-color: #fff0;
    border-color: #03d8ff;
    border: 2px solid #df6540;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}


.our-brands .c-body .carousel-indicators li {
float: left;
margin-left: 50px;
    margin-right: 200px;
    border: 0;
}


.our-brands .c-body{
    background: #ffffffa6;
}






.our-brands  .cbr-im {
    position: relative;
    text-align: center;
    /* border: 1px solid #888; */
    /* width: 100px; */
    height: 280px;
    /* padding: 50px; */
    text-align: center;
    /* border: 1px solid #888; */
    width: auto;
    height: auto;
    padding: 0 50px;
}

.our-brands .cbr-im a {
    display: table-cell;
    height: 200px;
    width: 110px;
    vertical-align: middle;
    margin: auto;
}

.our-brands .c-body li {
    list-style: none;
}

/* .our-brands .cbr-im:hover >a>img {
    display: none;
} */





.our-brands .cbr-im .c-carsol-products{
    /* width:50vw;
    height:50vw; */
    transition:0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform .7s ease;
    /* border-radius: 50%; */
    /* background:#e0cf68; */
    overflow: hidden;
    /* margin-top: -189px;
    padding-top: 233px; */
}





.our-brands .cbr-im .c-carsol-products .item {
    /* display: table-cell; */
    height: 280px;
    width: 100%;
    vertical-align: middle;
    margin: auto;
}


.our-brands .cbr-im .c-carsol-products .item img {
    padding-top: 70px;
}


.our-brands  .carousel-inner{
    position: relative;
    text-align: center;
    /* border: 1px solid #888; */
    /* width: 100px; */
    height: 280px;
    /* padding: 50px; */
    text-align: center;
    /* border: 1px solid #888; */
    width: auto;
    height: auto;
    padding: 0 20px;
}


.our-brands .cbr-im:hover .c-carsol-products{
    transform: scale(1.0);
    background: #ffffffbd;
}




.our-brands .c-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}


.c-ffo {
    text-align: center;
}
.our-brands .c-footer a {
    font-size: 19px;
    padding: 10px 30px;
    color: #03d8ff;
    border: 1px solid #03d8ff;
    display: inline-block;
    position: relative;
    z-index: 1;
}


.our-brands .c-footer a:hover {
    border: 1px solid #03d8ff;
    color: #fff !important;
    font-weight: bold;
}






.our-brands .c-footer a:hover:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}

.our-brands .c-footer a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #03d8ff;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: -1;
}




/*******arrow slider******/


.our-brands .carousel-control {
    left: -12px;
    height: 55px;
    width: 20px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    /* border-radius: 23px 23px 23px 23px; */
    margin-top: 90px;
    z-index: 99;
    background:#013659;
    border: none !important;
    font-size: 35px;
    margin-top: 0px !important;
    top: 40%;
}

.our-brands  .carousel-control.right {
    left: auto !important;
    right: 0 !important;
}


.our-brands .carousel-control.left {
    right: auto !important;
    left: 0 !important;
}






.csr-home .carousel-control {
    left: -12px;
    height: 55px;
    width: 20px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    /* border-radius: 23px 23px 23px 23px; */
    margin-top: 90px;
    z-index: 99;
    background: #013659;
    border: none !important;
    font-size: 35px;
    margin-top: 0px !important;
    top: 30%;
}

.csr-home  .carousel-control.right {
    left: auto !important;
    right: 0 !important;
}


.csr-home .carousel-control.left {
    right: auto !important;
    left: 0 !important;
}




.latest-news .carousel-control {
    left: -12px;
    height: 55px;
    width: 20px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    /* border-radius: 23px 23px 23px 23px; */
    margin-top: 90px;
    z-index: 99;
    background: #013659;
    border: none !important;
    font-size: 35px;
    margin-top: 0px !important;
    top: 50%;
}

.latest-news  .carousel-control.right {
    left: auto !important;
    right: 0 !important;
}


.latest-news .carousel-control.left {
    right: auto !important;
    left: 0 !important;
}





.our-partners-home .carousel-control {
    left: -12px;
    height: 55px;
    width: 20px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    /* border-radius: 23px 23px 23px 23px; */
    margin-top: 90px;
    z-index: 99;
    background:#013659;
    border: none !important;
    font-size: 35px;
    margin-top: 0px !important;
    top: 20%;
}

.our-partners-home   .carousel-control.right {
    left: auto !important;
    right: 0 !important;
}


.our-partners-home  .carousel-control.left {
    right: auto !important;
    left: 0 !important;
}




.our-brands button.w3-button {
    left: -12px;
    height: 55px;
    width: 20px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    /* border-radius: 23px 23px 23px 23px; */
    margin-top: 90px;
    z-index: 99;
    background: #013659;
    border: none !important;
    font-size: 35px;
    margin-top: 0px !important;
    top: 40%;
    color: #fff;
    position: absolute;
}

.our-brands   button.w3-button.w3-display-right {
    left: auto !important;
    right: 0 !important;
}


.our-brands  button.w3-button.w3-display-left {
    right: auto !important;
    left: 0 !important;
}





.our-brands div#brand-Carousel {
    position: relative;
    display: inline-block;
    width: 100%;
}

/****************************************************************/
/****************************************************************/
/*************************latest-news ******************************/
/****************************************************************/
/****************************************************************/





.latest-news .c-items h2 {
    font-size: 20px;
    /* font-family: 'Heading bold'; */
    font-weight: bold;
    color: #013659;
    margin-top: 60px;
    margin-bottom: 50px;
    transition: .5s;
}


.latest-news  .c-items:hover{
    color: #03d8ff;

}

.latest-news .c-items p {
    font-size: 18px;
    color: #8c8b8b;
    margin-bottom: 20px;

}
.latest-news .c-items .inner_div{
    height: 85%;
}

.latest-news .c-items a {
    font-size: 17px;
    color: #b7b7b7;
    transition: .5s;
}



.latest-news .c-items a:hover{
    color: #03d8ff;
    text-decoration: underline !important;

}

.latest-news .c-body .col-md-4 {
    padding: 0;
}

.latest-news .c-body .c-items {
    box-shadow: 0 0 10px #b3b3b345;
    border-top: 10px solid #013659;
    padding: 0 33px 75px 28px;
    margin: auto 50px;
    background: #fff;
    transition: .8s;
}


.latest-news .c-body .c-items:hover {
    border-top: 10px solid #df6540;
    border-bottom: 10px solid;
    border-image-source: linear-gradient(to right,#d76a47, #0dd8fb, #537e8f);
    border-image-slice: 1;
    border-width: 10px;
}

.latest-news .c-body .c-items:hover h2{
    color: #03d8ff;
}


.latest-news .c-title h1 {
    text-align: left;
    margin-bottom: 60px;
}
.latest-news .c-title h1 a{
    font-size: 55px;
    color: #013659;
    font-family: 'Heading bold';
}

/* section.latest-news {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    background: url(../images/bglatstnewsg.png) top no-repeat;
    background-size: 100% !important;

} */

/* section.latest-news.csr {
    background: url(../images/bgcsr.png) top no-repeat !important;
    background-size: 100% !important;
}


section.latest-news.activities {
    background: url(../images/bgwhoareyou.png) top no-repeat !important;
    background-size: 100% !important;
} */



.latest-news  .c-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}



.latest-news  .c-footer a{
    float: right;
    margin-right: 50px;
}



















/****************************************************************/
/****************************************************************/
/*************************discovered*****************************/
/****************************************************************/
/****************************************************************/

/* .discovered{
    background: url(../images/bgdiscoverd.png) center no-repeat;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 75px;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
} */


.discovered .c-title h1 {
    font-size: 58px;
    /* font-weight: bold; */
    color:#013659;
    margin-bottom: 45px;
    font-family: 'Heading bold';
}



.discovered .c-body p {
    font-size: 21px;
    color: #013659;
    margin-bottom: 35px;
}

/* .discovered .c-footer a {
    font-size: 18px;
    color: #03d8ff;
    padding: 17px 40px;
    border: 1px solid;
    display: inline-block;
    background: url(../images/bgrect.png) center no-repeat;
    background-size: 100% 100%;
} */


/* .discovered .c-footer a:hover {
    filter: brightness(.3);
} */


.discovered .c-footer a {
    font-size: 19px;
    padding: 10px 30px;
    color: #03d8ff;
    border: 1px solid #03d8ff;
    display: inline-block;
    position: relative;
    /* background: url(../images/bgrect.png) center no-repeat; */
    /* background-size: 100% 100%; */
    margin-top: 35px;
    z-index: 1;
}


.discovered .c-footer a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #03d8ff;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: -1;
}

.discovered .c-footer a:hover {
    border: 1px solid #03d8ff;
    color: #fff !important;
    font-weight: bold;
}

.discovered .c-footer a:hover:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}







/****************************************************************/
/****************************************************************/
/*************************footer*****************************/
/****************************************************************/
/****************************************************************/


.footer .footer-menu a {
    font-size: 14px;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}


.footer .footer-menu ul li {
    float: none;
    display: inline-block;
    padding: 0 15px;
}



.footer .footer-menu a:hover{
    background: none !important;
    color: #03d8ff;
}



.footer  .footer-copyright {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer .footer-menu ul {
    padding: 50px 0;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    text-align: center;
}


.footer  .footer-copyright a{
color: #03d8ff;

}

.footer .footer-copyright p{
    font-size: 14px;
}






.footer .footer-menu ul li a:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.footer .footer-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: #03d8ff;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}












/****************************************************************/
/****************************************************************/
/*************************partners*****************************/
/****************************************************************/
/****************************************************************/



/* .our-partners-home {
    background: url(../images/Our-Partners33.jpg) no-repeat;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 160px 0 190px;
    background-size: 100%;
    margin-top: -6px;
} */


/* .our-partners-home .c-block li {
    float: left;
    height: 100px;
    padding-left: 60px;
} */

.our-partners-home .c-block li a:hover img {
    transform: scale(1.15);
}

.our-partners-home .c-block li a {
    display: table-cell;
    height: 100px;
    width: 120px;
    vertical-align: middle;
    margin: auto;
}


.our-partners-home .c-block li .col-md-12{
    padding: 0 40px;
}


.our-partners-home .c-block li a img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: block;
    margin: auto auto;
}

.our-partners-home .c-block li:last-child a img{
 width: 80%;
}

.our-partners-home .c-block ul {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}


.our-partners-home .c-block {
    background: #ffffffa6;
    padding: 40px 15px 20px;
    margin-top: 85px;
}



.our-partners-home .c-title h1 {
    margin: 0;

}

.our-partners-home .c-title h1 a {
    font-size: 55px;
    color: #013659;
    font-family: 'Heading bold';
}














/****************************************************************/
/****************************************************************/
/*************************csr-home*****************************/
/****************************************************************/
/****************************************************************/

.csr-home {
    padding: 30px 0;
}



.csr-home .c-title h1 {
    margin: 0 0 20px;
    text-align: left;
}

.csr-home .c-title h1 a {
    font-size: 55px;
    color: #013659;
    font-family: 'Heading bold';
}


.csr-home .c-items .c-img {
    width: 540px;
    height: 325px;
    margin: auto;
}

.csr-home .c-items .c-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.csr-home .c-items h2 {
    color: #013659;
    font-size: 19px;
    font-weight: bold;
    margin-left: 15px;
}

.csr-home .c-items p {
    font-size: 18px;
    color: #515151;
    margin-left: 15px;
}


.csr-home .c-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}



.csr-home .c-footer a {
    font-size: 19px;
    padding: 10px 30px;
    color: #03d8ff;
    border: 1px solid #03d8ff;
    display: inline-block;
    position: relative;
}


.csr-home .c-footer a:hover {
    border: 1px solid #03d8ff;
    color: #fff !important;
    font-weight: bold;
}






.csr-home .c-footer a:hover:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}

.csr-home .c-footer a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #03d8ff;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: -1;
}


/***mo***/


.csr-home .c-items .c-img {
    width: 540px;
    height: 325px;
    margin: auto;
    position: relative;
}


.blackColorBg {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.72);
    opacity: 0;
    position: absolute;
}



.csr-home .c-items .c-img a.blackOverlay:before {
    background-color: transparent!important;
}

.csr-home .c-items .c-img a.blackOverlay:before {
    content: '';
    display: block;
    position: absolute;position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    z-index: 11;
    border-image-source: linear-gradient(to right,#d76a47, #0dd8fb, #537e8f);
    border-image-slice: 1;
    border-width: 1px;
}

/* .csr-home .c-items .c-img a.blackOverlay:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #82bc00;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
} */


.csr-home .c-items .c-img a.blackOverlay:after {
    content: '';
    display: block;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    position: absolute;
    background-color: transparent!important;
    border-image-source: linear-gradient(to right,#d76a47, #0dd8fb, #537e8f);
    border-image-slice: 1;
    border-width: 1px;
}

.csr-home .c-items .c-img a.blackOverlay:after,
.csr-home .c-items .c-img a.blackOverlay:before{
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.csr-home .c-items .c-img:hover a.blackOverlay:before,
.csr-home .c-items .c-img:hover a.blackOverlay:after {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}

.csr-home .c-items .c-img:hover .blackColorBg {
    opacity: 1;
}


.absBtn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -21px;
    z-index: 12;
    opacity: 0;
    text-align: center;
}

.csr-home .c-items .c-img:hover .absBtn {
    opacity: 1;
}

.absBtn a {
    color: #fff;
    border: 2px solid #03d8ff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
}

.absBtn a:hover{
    color: #fff;
}

.csr-home .c-items .c-img:hover .absBtn a:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}

.csr-home .c-items .c-img .absBtn a:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #03d8ff;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: -1;
}


/****************************************************************/
/****************************************************************/
/************************ .activities-home *****************************/
/****************************************************************/
/****************************************************************/



/* .activities-home {
    text-align: left;
    background: url(../images/Our-activities-2.png) no-repeat;
    padding: 175px 0 125px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
} */

.activities-home .c-title h1 a {
    font-size: 55px;
    font-family: 'Heading bold';
    color: #fff;
}

.activities-home .c-body .c-items h2 {
    font-size: 21px;
    color: #03d8ff;
}


.activities-home .c-body .c-items p {
    font-size: 20px;
    color: #ffff;
    margin: auto;
    /* min-height: 100px; */
    /* width: 70%; */
}


.activities-home .c-body .c-items .c-bdy{
    margin: 30px auto 35px;
}



.activities-home .c-body .c-items a {
    font-size: 19px;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}


.activities-home .c-body .c-items a:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    background: #03d8ff;
    content: '';
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: -1;
}

.activities-home .c-body .c-items a:hover{
    border: 1px solid #03d8ff;
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
}

.activities-home .c-body .c-items a:hover:before{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
}











/****************************************************/



/* .carousel-inner>.itemss>a>img,.carousel-inner>.itemss>img,.img-responsive,.thumbnail a>img,.thumbnail>img
{
    display:block;
    max-width:100%;
    height:auto
}




.carousel-inner>.itemss
{
    position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left
}

.carousel-inner>.itemss>a>img,.carousel-inner>.itemss>img
{
    line-height:1
}


@media all and (transform-3d),(-webkit-transform-3d){


        .carousel-inner>.itemss
        {
            -webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px
        }

        .carousel-inner>.itemss.active.right,.carousel-inner>.itemss.next
        {
            left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)
        }

        .carousel-inner>.itemss.active.left,.carousel-inner>.itemss.prev
        {
            left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)
        }

        .carousel-inner>.itemss.active,.carousel-inner>.itemss.next.left,
    .carousel-inner>.itemss.prev.right

    {
        left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)
    }


} */


/*lg*/





/* .swiper-wrapper{
    transition: transform 5000ms linear 0s !important;
} */



.our-partners-home .swiper-container,
.our-brands-home .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-partners-home .swiper-container.swiper--bottom:after,
.our-brands-home .swiper-container.swiper--bottom:after  {
    animation-direction: reverse;
}

.our-partners-home .swiper-wrapper,
.our-brands-home .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.our-partners-home .swiper-slide,
.our-brands-home .swiper-slide {
    /* text-align: center;
    font-size: 33px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: auto !important;
    position: relative !important;
    overflow: hidden;
    padding: 0 50px;
}









.aos-init {
    transform: inherit !important;
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: inherit !important;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: inherit !important;
}
[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
    transition-property: inherit !important;
}




.ramada_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.ramada_popup.clicked{
    display: none;
}
.ramada_popup .ramadanRow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.ramada_popup .col-md-6{
    position: relative;
}
.ramada_popup .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}



@media (min-width:1100px) {
    .ramada_popup a img{
        height: 630px;
        display: block;
        margin: auto;
    }
}
