@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
font-family: 'Switzer', sans-serif;
font-size: 1rem;
    line-height: 1.65714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #484848;
    background-color: rgb(255, 255, 255);
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 0px; letter-spacing: 1px;
      overscroll-behavior: none; font-weight: normal;
}

html {
  scroll-behavior: smooth;
}
a { text-decoration:none; }
* {
    margin: 0;
    padding: 0;
}
i {
    margin-right: 10px;
}
p, ul li { color: #2c2c2c; text-align: justify;
  font-family: "Roboto", serif;
    line-height: 1.625; fo
    font-size: 15px; 
    letter-spacing: 0;
    margin-bottom: 0px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Switzer', sans-serif;}
/*----------bootstrap-navbar-css------------*/

@media only screen and (max-width:1200px) {
        .leader-box h2 {
   line-height: 32px !important;
        font-size: 28px !important;}
    .leader-box h3 {
    font-size: 25px !important;
}
.leader-box h3 {padding: 0px; margin: 0px !important;}
 }
@media only screen and (max-width:1023px) {
     .leader-box { padding:30px 0px !important;  
       border-top: 1px solid #e8b960;
        border-left:0px !important; 
        border-right:0px !important; 
    }  

    }
.navbar-logo{
  
    color: #fff;
}
.navbar-mainbg{
    background-color: #000;
    padding: 0px; z-index: 999;
}
.navbar-mainbg .navbar-nav .nav-link{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: block; letter-spacing: 2px;
    padding: 25px 30px !important;
    position: relative;
}
.navbar-mainbg>ul>li.active>a{
    color: #000;
    background-color: transparent;
    transition: all 0.7s;
}
 .navbar-collapse.collapse.show a { border-top:1px solid #111; }
.is-sticky .navbar-collapse.collapse.show a { border-top:1px solid #f8f8f8; }
.navbar-nav .dropdown-menu { padding:0px !important;
    border:0px; border-radius:0px; }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
 .navbar-mainbg.is-sticky { width: 100%; top:0px;
  position: fixed; background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out; z-index: 999;
}
.navbar-toggler i { color:#fff }
.navbar-mainbg.is-sticky .navbar-toggler i { color:#000 }
.navbar-mainbg.is-sticky img {
  max-width: 80%;
}

.navbar-mainbg.is-sticky li a {
/*  font-size: 14px;*/
   color:#000 !important;
/*  padding: 7px 10px;*/
}

@keyframes slideDown {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}



@media(min-width: 992px){
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


@media (max-width: 991px){
    .navbar-mainbg ul li a{
        padding: 12px 30px;
    }
    }

.El {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.El__wrapper {
  display: flex;
  width: 700vw;
  height: 100vh;
}

.El__slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 2;
}/*
.El__slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1;
}*/
.El__slide { position: relative;
  display: flex;

  width: 100vw; background-position: center center;
    background-size: cover;
/*  padding: 50px;*/
}
.El__slide:nth-child(1) {
  background-color: salmon;
}
.El__slide:nth-child(2) {
  background-color: blue;
}
.El__slide:nth-child(3) {
  background-color: orange;
}
.El__slide:nth-child(4) {
  background-color: tomato;
}
.El__content {  position: relative; z-index: 99;
  width: 100%; padding-top: 150px;
}
.El__title, .El__subtitle {
  position: relative;
}
.El  { overflow-x:hidden; }
 .El__content h2,
 .El__content h3 { 
    font-family: 'Switzer', sans-serif;  
    color: #fff;
    font-size: 78px;
    font-family: 'Switzer', sans-serif;
    line-height: 83px;
    text-shadow: 1px 1px 1px #6f7379;}

.El__content p
{   
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 1px 1px 1px #6f7379;
}

/*----video bannner---*/

.video-banner {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-banner h2 {
    letter-spacing: -3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; font-weight: bold;
    background: #fff;  
/*     background: linear-gradient(#e66465, #9198e5);*/
    font-size: 30vw;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    line-height: 60vh;
    mix-blend-mode: screen; 
    font-family: 'Switzer', sans-serif;
     text-shadow: -1px -1px 0 #e8b960, 1px -1px 0 #e8b960, 1px 1px 0 #e8b960,
    1px 1px 0 #e8b960;
}
.brands-sec { padding:80px 0px; background:#fff; }







.btn-more{
display: inline-block;
text-transform: uppercase;
    padding-right: 38px;
    color: #fff;
    font-size: 18px;
    font-family: 'Switzer', sans-serif;
    line-height: 28px;
    background: url(../images/btn_arrow.png) no-repeat 100% 50%;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  
  border-radius: 0;

  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;

  padding: 1.2em 2.3em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.map-sec,
.about-sec, .brands-sec,
.founder-sec, .news-sec, #wrapper-footer, 
.El__wrapper { position:relative; clear:both; }
.news-sec .dropdown-toggle::after {margin-top: 6px;}
.btn:hover, .btn:focus {
  
  outline: 0;
}
.fifth { width: 190px !important;
  border-color: #e8b960;
  border-radius: 0; text-align: center;
  color: #e8b960;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #e8b960;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
.fifth:hover {
  color: #fff;
}
.fifth:hover:after {
  width: 110%;
}

/*-------founder-*/

.founder-sec {
    background: linear-gradient(180deg,#93640d 0%,#e8b960 100%);
    position: relative;
    overflow: hidden;
}

.founder-sec:before {
    position: absolute;
    top:10%;
    right: -70px;
    content: "";
    width: 736px;
    height: 687px;
    background: url(../images/Optas-Logo-bg.png) no-repeat;
    background-size: cover;
    z-index: 1;
}

.founder-sec .container {
    position: relative;
    z-index: 2;
}

.founderabout {
    color: #fff9ee;
    padding: 220px 5px 0 0px;
}

.founderabout p {
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.founderabout a {
    color: #fff9ee;
    font-size: 22px;
}

.founderabout a img {
    margin-left: 5px;
}

.founder-sec img {
    position: relative;
}

/*h2.co-name.co-name3 { margin-right:-323px}
h2.co-name.co-name2 { margin-right:-212px}*/
h2.co-name {
    color: #fff9ee;
    font-size: 95px;
    text-align: left;
    line-height: 90px;
    text-transform: capitalize;
/*    margin-right: -209px;*/
}
.founder-title p {
/* text-align: center;*/
/* margin-right: 0px;  */
   font-size: 29px;
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}
/*h2.surname {
    margin-right: -80px;
}*/

.founder-title { max-width: 500px; width: 100%;
    margin-top: 75px; float:right ;
}





@keyframes fade-in {
  to {
    opacity: 0.2;
  }
}

@keyframes fade-out {
  to {
    opacity: 0;
  }
}

@media (min-width: 1400px) {

    h2.co-name {
    font-size: 115px;
    line-height: 110px;
/*    margin-right: -390px;*/
}
.founder-title p { 
/*    margin-right: -111px; */
   font-size: 29px;
    line-height: 38px;
    margin-bottom: 30px;
}
/*h2.surname {
    margin-right: -242px;
}*/
}
@media (min-width: 1520px) {    
/*    .video-banner h2 { 
    letter-spacing: -5rem 
}*/
.video-banner {
    height: 65vh;}
 .leader-box h2 { font-size:56px !important;    
        line-height: 56px !important;}
        .leader-box h3 {
    font-size: 40px;
}
}
@media (max-width: 1199px) {
    .banner-section h1 {
    font-size: 60px !important;
    font-weight: 500;
    line-height: 90px;
}
    .banner-section--single {padding: 80px 0 50px 0 !important}
.about-sec .sectionHeading  h2 {
    font-size: 36px;}
   .video-banner {
        height: 60;
    } 
    .video-banner h2 { 
  letter-spacing: -2px;
 line-height: 60vh;}
 .El__content h2,
 .El__content h3 { 
    font-size: 62px;
    line-height: 73px;
}

.founderabout {
    color: #fff9ee;
    padding: 80px 5px 0 0px;
}h2.co-name.co-name3 ,
h2.co-name.co-name2 ,
 h2.co-name {
    color: #fff9ee;
    font-size: 75px;
    line-height: 70px;
/*    margin-right: -90px;*/
}
.founder-title p {
/*  margin-right: 50px;  */
  font-size: 24px;
    line-height: 34px;
   
}
/*h2.surname {
    margin-right: -0px;
}*/
}


@media (max-width: 1023px) {
.El__content {
     padding-top: 20%;
}     .El__content h2,
.El__content h3 {
        font-size: 52px;
        line-height: 63px;
    }
    .founder-title { max-width:100% !important }
    h2.co-name.co-name3 ,
h2.co-name.co-name2 ,
 h2.co-name {
    color: #fff9ee;
    font-size: 75px;
    line-height: 70px;
    margin-right: auto; text-align: center !important;
}
.founder-title p { 
/* margin-right: auto;   */
  font-size: 24px;
    line-height: 34px;text-align: center !important;
   
}
h2.surname {
    margin-right: auto;
}
}


@media (max-width: 767px) {  
.sectionHeading h2 {
    font-size: 36px !important;
    text-transform: uppercase;
}
   .El__content h2,
   .El__content h3 {
        font-size:42px;
        line-height: 53px;
    }
}


@media (max-width: 500px) {
    .ca3-scroll-down-link {
   left: 90% !important;}
    .location .content-block .content { padding-left:15px; }
    .animationbox1, .animationbox2, .animationbox3, .animationbox4
    {    font-size: 3.5rem !important;}
        .El__content {
        padding-top:40% !important;
    }
    .El__slide { padding:20px; }
   .El__content h2,
   .El__content h3 {
        font-size:38px;
        line-height: 48px;
    }
.founderabout p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
/*.video-banner h2 {
    letter-spacing: -1rem;
}*/
  .video-banner {height: 30vh;}  
    .video-banner h2 { letter-spacing: -4px; 
      line-height: 30vh !important;}

}


/*---------footer-----------*/

 #wrapper-footer a { color:#fff; }
            .site-social a {
                width: 25px;
                height: 25px; color:#fff;
                -o-object-fit: contain;
                object-fit: contain;
            }
        #wrapper-footer {
                background-color: #000;
            }

            @media screen and (min-width: 768px) {
                #wrapper-footer {
                    padding-block:0;
                }
            }

            #wrapper-footer #colophon {
                background-color: #000;
                color: var(--white); position: relative; z-index: 1;
            }

         /*   #wrapper-footer a.custom-logo-link {
                display: contents;
            }*/

            #wrapper-footer a.custom-logo-link img.img-fluid {
                width: 215px;
                max-width: 100%;
                height: auto;
            }

            #wrapper-footer .site-contact .site-contact__item i {
                flex: 1 0 36.5px;
                width: 36.5px;
                height: 36.5px;
            }

            #wrapper-footer .site-contact .site-contact__item i img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

            #wrapper-footer ul#footer-menu {
                justify-content: space-between;
                gap: 24px;
            }

            #wrapper-footer ul#footer-menu li+li {
                margin: 0;
                padding: 0;
            }

            #wrapper-footer ul#footer-menu li {
                margin-bottom: 0;
            }

            #wrapper-footer ul#footer-menu li.menu-item-has-children {
                
                font-weight: 900;
                text-transform: uppercase;
                margin-bottom: 0;
            }

            #wrapper-footer ul#footer-menu li ul.sub-menu {
                display: flex;
                flex-direction: column;
                gap: 14px;
                margin-top: 24px;
                padding: 0;
                list-style: none;
            }

            #wrapper-footer ul#footer-menu li ul.sub-menu li {
               font-size: 1rem;
                font-weight: 400;
                text-transform: capitalize;
            }

            #wrapper-footer ul#footer-menu li a {
                color: #fff; font-size: 18px;
                text-decoration: none;
                
            }

            #wrapper-footer .site-footer__end {
                border-top: 1px solid #464747;
            }
 #wrapper-footer .site-footer__end p{ color:#f8f8f8;
            }

            #wrapper-footer .wrapper-footer__end .site-info a {
                text-decoration: underline;
            }

            .wrapper--single article :is(h1,.h1,h2,.h2,h3,.h3) {
                text-transform: uppercase;
            }

            .wrapper--single article :is(h1,.h1,h2,.h2,h3,.h3) strong {
                font-weight: unset;
            }

            .wrapper--single article :is(h4,.h4,h5,.h5,#wrapper-footer ul#footer-menu li.menu-item-has-children,h6,.h6) {
               
                text-transform: unset;
            }

            .wrapper--single article :is(h4,.h4,h5,.h5,#wrapper-footer ul#footer-menu li.menu-item-has-children,h6,.h6) strong {
                font-weight: unset;
            }

            .wrapper--single article .entry-content :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,#wrapper-footer ul#footer-menu li.menu-item-has-children,h6,.h6) {
                color: #000;
            }

            .wrapper--single article .entry-content :is(p,ul li,ul li) {
                font-size: 1.11rem;
                line-height: 1.6;
            }

            @media screen and (min-width: 992px) {
                .wrapper--single article .entry-content :is(p,ul li,ul li) {
                    font-size:1.1875rem;
                    line-height: 1.7;
                }
            }
.sectionHeading  h2 {
    font-size: 56px; text-transform: uppercase;}
            .wrapper--single article .entry-content p+:is(h2,.h2,h3,.h3,h4,.h4,h5,.h5,#wrapper-footer ul#footer-menu li.menu-item-has-children,h6,.h6) {
                margin-block-start:52px;}
  .sectionHeading {
    margin: 1rem 0;
    font-weight: 500;
}
.sectionHeading:after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    background: #e5b459;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.sectionHeading-left h2 {
    position: relative;
    font-size: 48px;
    line-height: 56px;

}

.sectionHeading-left {
    margin: 1rem 0;
    font-weight: 500
}

.sectionHeading-left:after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
   background: #e5b459;
    width: 120px;
    margin-left: unset;
    margin-right: unset;
    margin-top: 20px
}

/*------about-sec-----*/
.about-sec h2 { color:#000; font-weight:bold; font-size:46px; }

.about-us-media {
  margin-top: 12px;
}
.about-us-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{
  background: #333;
   background-image:url('../images/city-img.jpg');
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.8);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}

/***** Demo 3 *********/
.opacity-animate3{
    animation:opt-animation3 1s ;
  -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes opt-animation3 {
   0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes opt-animation3{
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
.img-div img.aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215,.61,.355,1);
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.img-div img {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215,.61,.355,1);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
.team-intro-content {     align-content: center;
    align-items: center;
}


.about-section {    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;}
.about-section h4 {color:#eeb153; font-weight: bold;}

    
/*--tagline-----*/
/*.tag-sec {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  view-timeline: --section;
}

.tag-sec:nth-of-type(1) {
  height: 100vh;
}

.tag-sec:nth-of-type(2) {
  height: 140vh;
}

.tag-sec:nth-of-type(3) {
  height: 200vh;
}

h1.tagline {
  display: grid;
}

:is(h1.tagline, h2.tagline) {
  font-size: clamp(2.5rem, 7vw + 1rem, 10rem);
  text-align: center;
  line-height: 1;
  position: fixed;
  top: 50%;
  left: 50%; color: #fff;
  margin: 0;
  translate: -50% -50%;
  width: 100%;
}

.section__content p span {
  opacity: 0.15;
  animation: highlight both ease-in-out;
  animation-timeline: view();
}

@keyframes highlight {
  50% {
    opacity: 1;
  }
}

h1.tagline span:first-of-type {
  display: inline-block;
  animation: fade-away both linear;
  animation-timeline: --section;
  animation-range: exit 20% exit 90%;
}

h1.tagline span:last-of-type {
  display: inline-block;
  animation: scale-up both cubic-bezier(.1,.7,.9,1.3), fade-away both linear;
  animation-timeline: --section;
  animation-range: exit 0% exit 100%, exit 50% exit 90%;  
}

@keyframes scale-up {
  to {
    scale: 1.5;
  }
}

h2.tagline {
  animation: grow both ease-in, fade-away both linear;
  animation-timeline: --section;
  animation-range: exit-crossing -10% exit-crossing 10%, exit 0% exit 50%;

}



@keyframes grow {
  0% {
    scale: 0.5;
    opacity: 0;
  }
}

@keyframes fade-away {
  100% {
    opacity: 0;
  }
}

h2.tagline {
  font-size: clamp(2.5rem, 7vw + 1rem, 10rem);
  text-align: center;
}


*/




 .banner-section--single {
    padding: 200px 0 150px 0;
    background: url(../images/about-left.jpg) no-repeat center center / cover;
}
.text-lg, .text-lg span, .text-lg span span {
    font-size: 90px !important;
    line-height: 100px;
    letter-spacing: -.02em;
    font-weight: 700;
}
.banner-section h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
}
.banner-section {
    position: relative;
    overflow: hidden;
}
.banner-section::before {
    content: "";
    background: rgba(27, 17, 3, 0.8);
/*    background: rgba(0, 0, 0, 0.8);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-section__content {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .banner-section--single .banner-section1::after {
        top: unset;
        left: -150px;
        bottom: -80px;
    }
}
.banner-section--single .banner-section1::after {
    content: "";
    background: url(../images/about-left-overlay.png) no-repeat;
    background-position: initial;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: rotate(357deg);
    transform: rotate(357deg);
}
.banner-section__content h1 {
    margin-bottom: 35px;
}
.banner-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;padding: 0px;
    margin-top: -20px;
}
.banner-breadcrumb li {
    color: #fff; list-style: none;
    transition: all 0.3s ease-in-out;
}
.banner-breadcrumb li a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .banner-section--single .banner-section1::after {
        top: unset;
        left: -150px;
        bottom: -80px;
    }
}
.banner-section--single .banner-section1::after {
    content: "";
    background: url(../images/about-left-overlay.png) no-repeat;
    background-position: initial;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: rotate(357deg);
    transform: rotate(357deg);
}


@media only screen and (max-width: 767px) {

    .banner-section--single {
    padding: 60px 0 40px 0;
}
.banner-section h1 {
    font-size: 45px !important;
    font-weight: 500;
    line-height: 65px !important;
}}



.logo-circle {
    animation: spinner 120s infinite linear
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}





.brands-sec{ 
   
    margin:60px 0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content: center;
    height:100%;   background-color:transparent;
/*    overflow:hidden;*/
}
.brands-circle.brands-circle-back{
    width:800px;
    height:800px;
    background-color:transparent;
    border-radius:0% !important;
    border:0px !important;
    position: absolute !important;
    overflow: inherit !important; text-align: center;
    transition: 5s;
     margin-left:0px ; margin-top: 00px !important;
}
.brands-circle.brands-circle-back div{
    height:53% !important;
    width:380px !important;padding-top:0px;
    position: absolute;
    clip-path: polygon(100% 0 , 50% 100% , 0 0 );
/*clip-path:polygon(112% 0 , 50% 117% , 0 0 );*/
text-align: center;
    transform:translateX(-50%);
    transform-origin:bottom;
    display: inline-block;
    font-family:sans-serif;
    color:#333; top:0px;
    left:205px;background-color:transparent !important;
}
.brands-circle{margin-top: 50px;
    width:650px; z-index: 9;
    height:650px;
    background-color: #000;
    border-radius:50%;
    border:10px solid #f5e1bb;
    position: relative;
    overflow: hidden;
    transition: 5s;
}

.brands-circle div{
    height:52%;
    width:310px;padding-top:0px;
    position: absolute;
    clip-path: polygon(100% 0 , 50% 100% , 0 0 );
/*clip-path:polygon(112% 0 , 50% 117% , 0 0 );*/
text-align: center;
    transform:translateX(-50%);
    transform-origin:bottom;
    display: inline-block;
    font-family:sans-serif;
    color:#333; padding-top: 20px;
    left:161px;background-color: #eee;
}



.brands-circle.brands-circle-back .one{ z-index: 9;
    background-color: #fff;
    left:50%;
}
.brands-circle.brands-circle-back .two{
    transform: rotate(51deg);background-color: #fff;
}
.brands-circle.brands-circle-back .three{background-color: #fff;
    transform:rotate(102.4deg);
}
.brands-circle.brands-circle-back .four{background-color: #fff;
    transform: rotate(153.8deg);
}
.brands-circle.brands-circle-back .five{background-color: #fff;
    transform: rotate(205.3deg);
}
.brands-circle.brands-circle-back .six{background-color: #fff;
    transform: rotate(256.7deg);
}
.brands-circle.brands-circle-back .seven{background-color: #fff;
    transform: rotate(308.3deg);
}
.brands-circle.brands-circle-back .eight{background-color: #fff;
    transform: rotate(3deg);
}
.brands-circle h5 { margin-top:10%; ;padding:0px 10% }

.brands-circle .one{ z-index: 9;
    background-color: #fff;
    left:50%;
}
.brands-circle .two{
    transform: rotate(51deg);background-color: #fff;
}
.brands-circle .three{background-color: #fff;
    transform:rotate(102.4deg);
}
.brands-circle .four{background-color: #fff;
    transform: rotate(153.8deg);
}
.brands-circle .five{background-color: #fff;
    transform: rotate(205.3deg);
}
.brands-circle .six{background-color: #fff;
    transform: rotate(256.7deg);
}
.brands-circle .seven{background-color: #fff;
    transform: rotate(308.3deg);
}
.brands-circle .eight{background-color: #fff;
    transform: rotate(3deg);
}
/*.brands-circle .one .logo1 {    margin-top: 5px;
    margin-left: 96px;
    margin-right: -129px;}
.brands-circle .one .logo2 {        margin-right: 76px;
    margin-bottom: -62px;}
.brands-circle .one .logo3 {          margin-top: 94px;
    margin-left: 72px;
    margin-RIGHT: 54px;
}*/
.brands-circle .two .logo1 {     margin-top: 25% !important;
  
}
.brands-circle .two img {transform: rotate(-52deg);}
.brands-circle .three img {transform: rotate(260deg);}
.brands-circle .four img {transform: rotate(-180deg);}
.brands-circle .five img {transform: rotate(185deg);}
.brands-circle .three h5 {transform: rotate(-2deg);}
.brands-circle .six h5 {transform: rotate(0deg);}
.brands-circle .five h5 {transform: rotate(181deg);}
.brands-circle .four h5 {transform: rotate(181deg);}
.brands-circle .six img {transform: rotate(104deg);}
.brands-circle .seven img {transform: rotate(-309deg);}
.brands-circle .three .logo1 { margin-top: -96px;
    margin-left: -7px;
    margin-bottom: -111px;
    margin-right: -54px;}
.brands-circle .three .logo2 {     margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;}
.brands-circle .three .logo3 {                  margin-top: 68px;
    margin-left: 0px;
    margin-right: 0px;
} .brands-circle .four .logo1 {         margin-top: 96px;}
.brands-circle .five .logo1 {   margin-top: 56px;    
}
.brands-circle .five .logo2 {     margin-top: 26px;     
}
.brands-circle .six .logo1 {        margin-top: 81px;
    margin-left: 20px;
    margin-right: 4px;}
.brands-circle .six .logo2 {      margin-top: 9px;
    margin-left: -53px;
    margin-right: 1px;
}
.brands-circle .six .logo3 {           margin-top: 40px;
    margin-left: 68px;
    margin-right: 45px;}
.brands-circle .seven .logo1 {        margin-top: 71px;
    }
#spin{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -35%);
    z-index:10;
    background-color: #000;
    text-transform: uppercase;
    border:8px solid #fff;
    font-weight:bold;
    font-size:20px;
    color:#a2a2a2;
    width: 90px;
    height:90px;
    font-family: sans-serif;
    border-radius:50%;
    cursor: pointer;
    outline:none; padding: 12px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 900px) {
.brands-circle{
    width:650px;
    height:650px;
    
}
.brands-circle div{
    height:52%;
    width:292px;
    left:165px;background-color: #eee;
}
}

@media only screen and (max-width: 700px) {

.brands-circle .two .logo1 {
    width: 50% !important;}
    .brands-circle .seven .logo1 {
    width: 73% !important;
    margin-top: 45px !important;
}

.brands-circle .six .logo1 {
    margin-top: 31px !important;
    margin-left: 18px !important;
    margin-right: 2px !important;
}
.brands-circle .six .logo2 {
    margin-top: 20px !important;
    margin-left: -72px !important;
    margin-right: 3px !important;
}
.brands-circle .six .logo3 {
    margin-top: 21px !important;
    margin-left: 39px !important;
    margin-right: 38px !important;
}
.brands-circle .five .logo1 {
        width: 45% !important;
    margin-top: 29px !important;
}
.brands-circle .three .logo1 {
    margin-top: 29px !important;}
    .brands-circle .three .logo3 {
    margin-top: 21px !important;}
      .brands-circle .three .logo2 {
        width: 45% !important;
        margin-top: 17px !important;
        margin-left: -18px !important;}
.brands-circle .four .logo1 {
    width: 45% !important;
    margin-top: 37px !important;
}
.brands-circle .five .logo2 {
    width: 40% !important;
}
.brands-circle.brands-circle-back{
    width:320px;
    height:320px;
    border-radius:0% !important;
    border:0px !important;
    position: absolute !important;
    overflow: inherit !important; text-align: center;
    transition: 5s;
     margin-left:0px ; margin-top: 00px !important;
}
.brands-circle.brands-circle-back div {
        height: 51% !important;
        width: 197px !important;      
        top: 0px;
        left: 125px;}
        .brands-sec {height: 100%;}
    .brands-circle img{ width:35% !important; margin:2px 10px !important; }
.brands-circle{ margin-top: 0px;
    width:240px;
    height:240px;border:5px solid #e8b960;    
}
.brands-circle h5 { font-size:12px !important; padding:0px 20px;margin-top: 10px; }
#spin img { width:30px !important; }
#spin  {  padding: 3px;   width: 50px;
    height: 50px;}
.brands-circle div{
    height:52%;
    width:114px; padding:0px !important;
    left:59px !important;background-color: #eee;
}#spin {        padding: 2px 3px 0px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
            transform: translate(-46%, -30%) !important;}
.brands-circle .one { left:50.3% !important }
}

@media only screen and (max-width: 400px) {
    .leader-box h2 {
      line-height: 30px !important;
        font-size: 26px !important;
     }
}
  .leader-box  {   
border-left:1px solid #e8b960;border-right:1px solid #e8b960;
    overflow: hidden;
    position: relative;
    width: 100%; height: 100%;
    }
    .profile-pic { max-width:150px; width:100% }
    .leader-box h3 { font-size:28px }
    .leader-box h2 { font-size:30px;    
        line-height: 32px;
 font-weight: bold;  color:#e8b960 !important;
   }


 #top-button {
  display: inline-block;
  background-color: transparent;
  width: 50px; border:2px solid #e7b860;
  height: 50px; border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top-button::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #e7b860;
}
#top-button:hover {
  cursor: pointer;
  background-color: #333;
}
#top-button:active {
  background-color: #555;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}


         



.ca3-scroll-down-link {
      cursor:pointer;
   height: 60px;
   width: 60px;
   margin:0px 0px 0px -40px;
   line-height: 30px;
   position: fixed;
   bottom: 30px;
    right: 30px;
   color: #e5b459;
   text-align: center;
   font-size: 17px; z-index: 99;  
}    

.chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.color-white .chevron:before,
.color-white .chevron:after {  background: #fff;}
.color-dark .chevron:before,
.color-dark .chevron:after {  background: #000;}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
background: #e5b459;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0.3;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top:55px;
  margin-left: -40px;
/*  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
  font-size: 12px;
  color: #e5b459;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
