/* lineup class and keyframes - START*/
  .lineUp {
    animation: 3.5s anim-lineUp ease-out;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
/* lineup class and keyframes - START*/




.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    color: #f0a500;
}


h5.SupportContact {
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
}


/* new button - START */
/* CSS */
.button-57 {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 40px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #f0a500;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-57 span:first-child {
    position: initial;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
  }
  
  .button-57 span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
  }
  
  .button-57:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
  }
  
  .button-57:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
  }
  
  .button-57:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
  }
  
  .text {
      color: black;
      font-size: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
  }
  
  button:hover, button:focus, .button:hover, .button:focus {
      background-color: #ff9800;
  }
  /* new button - END */






.ColorOrangev1 {
    color: #F0A500 !important;
}

.ColorBlackv1 {
    color: #000000 !important;
}






/* testimonioals new - START */
.TestiContainer {
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 1.5rem !important;
    background: #f3f3f3;
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}
  
  .TestiContainer::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .TestiContainer img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
  }
  
  .TestiContainer span {
    font-size: 20px;
    margin-right: 15px;
  }
  
  @media (max-width: 500px) {
    .TestiContainer {
        text-align: center;
    }
    .TestiContainer img {
        margin: auto;
        float: none;
        display: block;
    }
  }

  .TestiContainer h1 {
    font-size: 18px;
    color: #f0a500;
    font-weight: 700;
    padding: 0;
}

.testi_top {
    padding: 0;
    margin: 0;
    color: rgb(132, 132, 132);
    font-size: 12px;
}

.testi_top span {
    color: #323232;
    font-size: 14px;
    font-weight: 600;
}

.TestiContainer p {
    color: black;
    font-size: 12px;
}

.TestiNew {
    padding: 50px 0px;
}

.TestiNew h2 {
    text-align: center;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #f0a500;
}
/* testimonioals new - START */








.Bot_New_v1 {
    color: black;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    list-style: none;
}

.Bot_New_v1 li {
    color: black;
    padding: 5px 0px;
}
.Bot_New_v1 p {
    padding: 0;
    margin: 0;
    color: white;
}

.Bot_New_v1 p {
    color: white !important;
}











/**********************************/
/*** foundation override - START***/
/**********************************/
.row-edit{
    max-width:80%;
    clear: both;
}	

.row-edit2{
    max-width:100%;
    clear: both;
}	

.columns-edit{
    max-width: 100em;
	clear: both;
}
/**********************************/
/*** foundation override - END***/
/**********************************/

/* zoom img inside div - START */
#container {
    display: inline-block;
    /* margin: 20px;
    border: 1px solid black; */
    overflow: hidden;            /* clip the excess when child gets bigger than parent */
  }
  #container img {
    display: block;
    transition: transform .4s;   /* smoother zoom */
  }
  #container:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
  }
/* zoom img inside div - END */



/* scroll - START*/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #1B1A17 !important; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #F0A500 !important;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #E45826 !important;
  }
/* scroll - START*/


/* animated button - START */
.button {
    background-color: #fe543e;
    /* border: none; */
    /* color: #FFFFFF; */
    /* text-align: center; */
    font-size: 28px;
    padding: 20px;
    transition: all 0.5s;
    cursor: pointer;
}

.BtnHome1 {
    width: 200px !important;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}
/* animated button - END */


.Pad0 {
    padding: 0 !important;
}

.Mar0 {
    margin: 0 !important;
}

.PadMar0 {
    padding: 0 !important;
    margin: 0 !important;
}

/* .MarginTop1 {
    margin-top: 5rem;
} */

.top-bar {
    background-color: #1B1A17 !important;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: #1B1A17;
    line-height: 2.8125rem;
    color: #ffffff;
    font-size: 12px;
    padding: 0 0.9375rem;
    padding: 1rem 7px;
    font-family: 'Montserrat Black', sans-serif !important;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.1;
    text-transform: uppercase;
    /* letter-spacing: 0; */
    /* margin-bottom: 1.5rem; */
    /* color: #fd543d; */
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #1B1A17;
    /* background: #ffffff; */
    color: #F0A500;
    transition: all 300ms ease-in-out;
}

.top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #f0a500  transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #f0a500;
    color: #ffffff;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #1b1a17;
    color: #eca200;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    color: #f0a500;
    display: block;
}

.top-bar .toggle-topbar.menu-icon a {
    padding: 1rem 1.5rem;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background: #000000;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #000000;
    color: #ffffff;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
    background: #000000;
    color: #F0A500;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: #182240;
}

.RedBtn1 {
    background-color: #F0A500;
    font-size: 12px;
    width: auto;
    padding: 15px 20px;
    /* font-size: 14px !important; */
    padding: 1rem 1rem !important;
    /* width: 180px !important; */
    /* padding: 15px 0rem !IMPORTANT; */
}

.RedBtn1:hover {
    background: #182240;
    transition: 300ms ease-in-out;
}

.WhiteBtn1 {
    border: 1px solid #f6f6f6 !important;
    color: #f6f6f6 !important;
    background: transparent;
}

.WhiteBtn1:hover {
    background: #fd543d;
}

.WhiteBtn1:hover {
    border-color: #fd543d !important;
    /* color: #fd543d !important; */
    transition: 300ms ease-in-out;
    background: transparent;
}

.top-bar, .top-bar ul {
    background-color: rgb(255, 255, 255);
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
    background: transparent;
}

.top-bar .name {
    background: #1b1a17;
}

.LogoLI img {
    width: 10rem;
}

.LogoLI {
    padding: 0;
}

.dropdown.menu a {
    color: #101628;
}

.callout {
    padding: 5rem 3rem;
}


.CopperlandCallout {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/slide_1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}


.prod_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/home_cam1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.prod_bg2 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/home_door2.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.prod_bg3 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/control1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.serv_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/seat_leasing_3.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}


.serv_bg2 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/sof_dev_1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.car_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/career_1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.aboutus_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/bg1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}


.pinto_bg4 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/badge_small_2.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.pinto_bg3 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/home_door1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.pinto_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/eye_recog_small1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.supp_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/support_1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.contact_bg1 {
    color: #f6f6f6;
    padding: 7rem 1rem 7rem 1rem !important;
    text-align: center;
    background: url(../img/contact_bg1.jpg);
    background-attachment: fixed;    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

.CopperlandCallout_Slide {
    background: none !important;
}

.CopperlandCallout.CopperlandCallout_Inner1 {
    padding: 10em 1rem !important;
}

.CopperlandCallout .button {
    margin: 5px;
}

.CopperlandCallout h1 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0px 2px 8px black;
    text-transform: uppercase;
}

.CopperlandCallout h1 a {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.CopperlandCallout h1:hover {
    /* color: #fd543d; */
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.HomeRow2 {
    padding: 4rem 0rem;
    text-align: left;
}

.HomeRow2 h4 {
    color: #f0a500;
    font-size: 20px;
    font-weight: 800;
}

.HomeRow2 p {
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 600;
}

.HomeRow2 label {
    color: white;
    font-size: 16px;
    font-weight: 800;
}

.HomeRow2 p a {
    color: #ffffff !important;
}

.HomeRow2 ol {
    text-align: justify;
    color: #202020;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 600;
}

.HomeRow2 h2 {
    font-size: 2rem;
    color: #fd543d;
} 

.HomeRow2 h3 {
    color: #fd543d;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}


.HomeRow2 input,
.HomeRow2 textarea {
    background: transparent;
    border: 1px solid #f0a500;
}

.HomeRow2 input:focus,
.HomeRow2 textarea:focus {
    background: transparent !important;
    border-color: #ffffff !important;
    outline: none !important;
    color: #f0a500 !important;
}



.Career_New_v1 h1 {
    color: #f0a500;
    font-size: 34px;
    font-weight: 800;
}


.Career_New_v1 h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
}

.Career_New_v1 p {
    font-size: 12px;
    color: black;
}

.Career_New_v1 li {
    font-size: 12px;
    color: black;
}


.Career_New_v1 .tabs dd > a, .tabs .tab-title > a {
    background-color: transparent !important;
}

.Career_New_v1 p a {
    color: #d79709 !important;
}





.CopperlandFooter {
    text-align: left;
    padding: 5rem 10rem 20rem 10rem;
    color: white;
    /* margin-top: 5rem; */
    background: #f0a500;
    background-position: top center;
    background-attachment: fixed;
}

.CopperlandFooter p {
    font-family: 'Montserrat Black', sans-serif !important;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}


.LineOnly {
    /* margin-top: 5rem; */
    padding: 5px;
    background: black;
}


.CopperSearch {
    margin-top: 12px;
}

.ActiveNav {
    color: #fd543d !important;
}

.HeaderNew1 {
    background: #1B1A17;
    padding: 1rem 2rem;
    width: 100% !important;
}

.HeaderNew1 img {
    width: 10rem;
    padding-top: 10px;
}

.mike {
    max-width: 100%;
    padding: 0rem 15%;
    z-index: 999;
}

.mike img {
    width: 7rem;
    margin-top: 0px;
}

.Products1 {
    padding: 3rem 0rem;
}

.Product_Single {
    margin: 20px 0px;
    background: #f3f3f3;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.31);
}

.Developers_All {
    margin: 3rem 0rem;
}

.ProdContent {
    padding: 0.5rem 2rem !important;
    height: 17rem;
}

.ProdContent h4 {
    margin: 0;
    padding: 10px 0px;
    /* text-align: center; */
    color: #fe5b46;
    font-size: 14px;
}

.ProdContent h4:hover {
    color: #182240;
}

.ProdContent p {
    font-size: 12px;
    line-height: 18px;
    color: #6b6b6b;
    text-align: justify;
}

.ProdContent .button {
    background: #fd543d;
}

.ProdContent .button:hover {
    background: #182240;
}

.Service_Single {
    /* background: #f3f3f3 !important; */
    padding: 0;
    margin: 1.5rem 0rem;
}

.Service_Single h3 {
    font-size: 22px;
    /* font-size: 28px; */
    /* color: #fe604b; */
    /* margin-bottom: 2rem; */
    /* margin-top: 3rem; */
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    /* line-height: 1.1; */
    /* letter-spacing: 0; */
    /* margin-bottom: 1.5rem; */
}

.Service_Single h3:hover {
    color: #182240;
}

.Service_Single p {
    color: #545454;
    font-size: 12px;
    line-height: 1.5rem;
}

.Service_Single .button:hover {
    background: #182240;
}

/* .Service_Single_Content {
    margin-top: 1rem;
} */

/* scroll icon - START */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    top: 60%;
    margin-top: 70px;
    box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@keyframes scroll {
  0% {opacity: 1;}
  100% {transform: translateY(38px); opacity: 0;}
}
/* scroll icon - END */

.CopperlandCallout .button {
    padding: 0.8rem 0rem !important;
    width: 160px !important;
    font-size: 14px !important;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
}

.Developers_All h1 {
    font-size: 28px;
    color: #fe604b;
    margin-bottom: 2rem;
    margin-top: 3rem;
    /* border-bottom: 1px solid #dedede; */
    padding-bottom: 1rem;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.Developers_All h2 {
    font-size: 28px;
    color: #fe604b;
    margin-bottom: 2rem;
    margin-top: 3rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.Developers_All p {
    color: #202020;
    font-size: 16px;
    line-height: 2rem;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 600;   
    /* font-size: 16px;
    line-height: 2.5rem; */
}

.Developers_All ul {
    color: #202020;
    font-size: 16px;
    line-height: 2rem;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 600;   
    /* font-size: 16px;
    line-height: 2.5rem; */
}

.breadcrumbs {
    background-color: transparent;
    border-color: transparent;
    /* border-radius: 3px; */
    font-family: 'Montserrat Black', sans-serif !important;
    font-weight: 800 !important;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.breadcrumbs a {
    color: tomato;
}

.Devs_List img {
    border-radius: 20%;
}

.Devs_List.row {
    margin: 4rem 0rem;
}

.Devs_List p {
    color: tomato;
    text-align: center;
    margin: 0.5rem 0rem;
    font-size: 12px;
    padding-bottom: 1rem;
}

.Bot_Nav {
    padding: 0;
    margin: 0rem 0rem 1rem 0rem;
}

.Bot_Nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
}

/* .Bot_Nav ul li {
    float: left;
} */

.Bot_Nav ul li a {
    padding: 0;
    /* font-family: 'Montserrat Black', sans-serif !important; */
    font-weight: 700;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #000000;
}

.Bot_Nav ul li a:hover {
    color: #ffffff;
}

.Devs_List_Home {
    margin: 5rem 0rem !important;
    text-align: center;
}

.Devs_List_Home h1 {
    font-size: 2rem;
    color: #182240;
    margin: 2rem 0rem;
}

.HomeTexts p {
    font-size: 16px;
    color: #3a3a3a;
    text-align: justify;
    line-height: 2rem;
}

.OurCompany {
    margin: 10rem 0rem 10rem 0rem;
}

.OurCompany_v2 {
    margin: 5rem 0rem 0rem 0rem !important;
}

.OurCompany h2 {
    font-family: math;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #F0A500;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.jtz_btnBackToTop {
    z-index: 999;
    background: transparent;
    /* padding: 1rem; */
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
/* 
.jtz_btnBackToTop:hover {
    background: #182240;
} */

.jtz_btnBackToTop img {
    width: 2.5rem;
}

.MisVis_All {
    margin: 7rem 0rem !important;
}

.MisVis1 {
    padding: 0;
    margin: 0;
}

.MisVis1 .panel {
    background: #182240;
    margin: 1rem;
    padding: 4rem 4rem;
    color: red !important;
    border: 0;
    text-align: center;
}

.MisVis1 h1 {
    color: #fd543d;
    margin: 1rem 0rem;
    font-size: 30px;
    font-weight: bold;
}

.MisVis1 p {
    color: white;
    font-size: 18px;
    /* line-height: 2.5rem; */
}

.MisVis2 .panel {
    background: #fd543d;
}

.MisVis2 h1 {
    color: #182240;
}

.Testi_All h1 {
    color: #f0ffb8;
    font-size: 20px;
    /* height: 4rem; */
    padding: 0;
    margin-bottom: 20px;
}

.Testi_All h2 {
    font-size: 2rem;
    color: #182240;
    margin: 2rem 0rem;
    text-align: center;
    padding: 0;
}

.Testi_All p {
    color: white;
    font-size: 14px;
    line-height: 22px;
    height: 10rem;
}

.Service_Newv1_Inn a h1:hover {
    color: #f0a500 !important;
}

.Service_Newv1 h1 {
    color: white;
    font-weight: 700;
    font-size: 35px;
}

.Service_New2 {
    background: url(../img/service_new_1.jpg);
}

.Service_New1 {
    background: url(../img/service_new_2.jpg);
}

.Service_New1, .Service_New2 {
    text-align: center;
    color: #f6f6f6;
    padding: 5rem 0rem 5rem 0rem !important;
    background-size: cover;
    background-position: top center;
}





.SmallBg1_v1 {
    background: url(../img/bg_img_8.jpg) !important;
}

.SmallBg1_v2 {
    background: url(../img/bg_img_9.jpg) !important;
}


.SmallBg1_v1,
.SmallBg1_v2 {
    padding: 5rem 1rem 5rem 1rem !important;
    text-align: center;
    color: #f6f6f6;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.SmallBg1_v1 h1, 
.SmallBg1_v2 h1 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.SmallBg1_v1 h2,
.SmallBg1_v2 h2 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}


.CareerBg1 {
    text-align: center;
    color: #f6f6f6;
    /* padding: 7rem 1rem 15rem 1rem !important; */
    background: url(../img/bg_img_7.jpg) !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.ContactBg1 {
    text-align: center;
    color: #f6f6f6;
    padding: 7rem 1rem 15rem 1rem !important;
    background: url(../img/bg_img_5.jpg) !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}


.SupportBg1 {
    text-align: center;
    color: #f6f6f6;
    padding: 7rem 1rem 15rem 1rem !important;
    background: url(../img/bg_img_6.jpg) !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}



.ServiceBg1 {
    background: url(../img/bg_img_11.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.ProdBg1 {
    background: url(../img/security_cam1_v2.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.ProdBg3 {
    background: url(../img/control1_v2.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.Autodoor_Big1 {
    background: url(../img/auto_door_big_1.png) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.Autodoor_Big2 {
    background: url(../img/auto_door_big_2.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.Autodoor_Big3 {
    background: url(../img/auto_door_big_3.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.Autodoor_Big4 {
    background: url(../img/auto_door_big_4.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.ServiceBg2 {
    background: url(../img/bg_img_10.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.PayrollBg1 {
    background: url(../img/bg_img_13.jpg) !important;
    text-align: center;
    color: #f6f6f6;
    padding: 4rem 1rem 4rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.ServiceInn_v1 {
    background: url(../img/bg_img_12.jpg) !important;
}

.ServiceInn_v2 {
    background: url(../img/bg_img_11.jpg) !important;
}


.BigBg3_v2 {
    background: url(../img/bg_img_5.jpg) !important;
}

.BigBg1_v2 {
    background: url(../img/bg_img_1.jpg) !important;
}

.BigBg1 {
    background: url(../img/bg_img_3.jpg);
}

.BigBg1 {
    text-align: center;
    color: #f6f6f6;
    padding: 7rem 1rem 15rem 1rem !important;
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed !important;
}

.BigBg1 h1 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.BigBg1 h2 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.BigBg2 {
    color: #f6f6f6;
    padding: 15rem 1rem 15rem 1rem !important;
    /* background: url(../img/eye_recog_small1.jpg); */
    background: url(../img/control1.jpg);
    background-size: cover;
    background-position: top center;
    /* background-attachment: fixed; */
}

.BigBg2 h1 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.BigBg2 h2 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.BigBg3 {
    color: #f6f6f6;
    padding: 15rem 1rem 15rem 1rem !important;
    background: url(../img/home_door2.jpg);
    background-size: cover;
    background-position: top center;
    /* background-attachment: fixed; */
}

.BigBg3 h1 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.BigBg3 h2 {
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: white;
}

.HomeServices {
    margin: 0;
    background: #f0a500;
    padding: 10px 0px 50px 0px;
}

.HomeServices {
    margin: 0;
    background: #f0a500;
    padding: 90px 0px 90px 0px;
}

.HomeServices .ProdContent {
    height: 5rem;
    text-align: center;
}

.HomeServices h5 {
    text-align: center;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #fd543d;
}

.HomeServices .ProdContent h4 {
    text-align: center;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #fd543d;
}

.HomeServices .ProdContent h4:hover {
    color: #182240;
}

.ProdContent2 {
    height: auto !important;
}

.PangMar {
    margin: 7rem 0rem 7rem 0rem;
}

.TestiAll {
    margin: 8rem 0rem 8rem 0rem;
}

/* slider - START */
.SlideBg {
    height: 38rem !important;
}

.SlideBg1 {
    background: url(../img/slide_1.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.SlideBg2 {
    background: url(../img/control1.jpg);
    /* background: url(../img/big1.jpg); */
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.SlideBg3 {
    background: url(../img/bg1.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.SlideBg4 {
    background: url(../img/home_cam1.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.SlideBg5 {
    background: url(../img/home_door2.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
}


.SlideBg6 {
    background: url(../img/control1.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.slick-next {
    right: 75px !important;
}

.slick-prev {
    left: 75px !important;
    z-index: 1;
}

.slick-dots li button:before {
    font-size: 12px !important;
    /* opacity: 1 !important; */
    color: #fd543d !important;
}

.slick-dots {
    bottom: -35px !important;
}

.Slider_Home_1 .slick-prev:before {
    content: url(../img/arrow2.png) !important;
    font-size: 30px;
    z-index: 1 !important;
}

.Slider_Home_1 .slick-next:before {
    content: url(../img/arrow1.png) !important;
    font-size: 30px;
    z-index: 1 !important;
}

.slick-prev, .slick-next {
    top: 40% !important;
}
/* slider - END */


/* hover image - START */
.container_hov {
    position: relative;
    margin-bottom: 3rem;
    /* width: 50%; */
    transition: all 600ms ease-in-out !important;

}

.image {
    display: block;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out !important;

}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(0, 0, 0);
    transition: all 600ms ease-in-out !important;

}

.container_hov:hover .overlay {
    opacity: 0.8;
    transition: all 600ms ease-in-out !important;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.Prod_New {
    display: inline-block;
}

.HoverOnHover {
    padding: 0rem 3rem;
}

.container_hov p {
    color: white;
    text-align: justify;
    font-size: 12px;
    line-height: 15px;
}

.container_hov h4 {
    color: #fd543d;
    line-height: 22px;
    padding: 0;
    font-size: 18px;
}

.container_hov .button {
    background: transparent;
    font-size: 12px;
    padding: 5px 1rem;
    border: 1px solid #fd543d;
}

.container_hov .button:hover     {
    background: #fd543d;
    border: 1px solid #fd543d;
    color: white;
}

.Prod_New h2 {
  position: absolute;
    z-index: 2;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    margin: auto;
    display: inline-flex;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    left: 50%;
    bottom: 3rem;
    transform: translate(-50%, -50%);
    border: 0;
    /* text-transform: uppercase;*/
}
/* hover image - END */

.tagstags {
    font-size: 28px;
    color: #fe604b;
    margin-bottom: 2rem;
    margin-top: 3rem;
    /* border-bottom: 1px solid #dedede; */
    padding-bottom: 1rem;
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
}

.HomeServices .container_hov {
    margin-bottom: 0;
}

.OurCompany p {
    font-family: 'Montserrat Black', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.tabs dd.active > a, .tabs .tab-title.active > a {
    background-color: #000000;
    color: #f0a500;
}

.tabs-content .content {
    background: #e4e4e4;
    padding: 1rem 2rem;
}

.tabs dd > a, .tabs .tab-title > a {
    display: block;
    background-color: #EFEFEF;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem;
    font-family: 'Montserrat Black', sans-serif !important;
    font-weight: 800;
}




.slick-next:before {
    content: url(../img/arrow1.png) !important;
    font-size: 30px;
    z-index: 999 !important;
}

.slick-prev:before {
    content: url(../img/arrow2.png) !important;
    font-size: 30px;
    z-index: 999 !important;
}



.h2new_v1{
    /* text-align: center; */
    font-family: 'Montserrat Black', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #f0a500;
}




.Accordion_New_v1 .accordion .accordion-navigation > a, .accordion dd > a {
    background: #1b1a17;
    color: #f0a500;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    padding: 1rem;
    font-weight: 800;
    margin: 5px 0px;
}

.Accordion_New_v1 p {
    font-size: 20px;
    font-weight: 700;
    color: black;
    padding: 15px;
}

img.Icon_Small {
    width: 20px;
    margin: 0px 10px 0px 0px;
}




















/**********************************/
/*** MEDIA QUERIES - START***/
/**********************************/
/*MEDIUM 64em - START*/
@media only screen and (max-width: 64.063em) {
    .HeaderNew1 {
        max-width: 100% !important;
    }

    .CopperlandCallout_Inner1 {
        padding: 2rem 0rem !important;
    }

    .mike {
        padding: 0rem 0%;
    }

    .HomeRow2 {
        max-width: 100%;
    }

    .row-edit {
        max-width: 90%;
    }
}
/*MEDIUM 64em - END*/

/*SMALL 40em - START*/
@media only screen and (max-width: 40em) {
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #ffffff;
        color: #000000;
    }
    
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
        /* background: #880101; */
        color: #ffffff;
    }

    .lineUp {
        font-size: 40px !important;
    }

    .CopperlandFooter {
        padding: 2rem 0rem 25rem 0rem;
    }
}
/*SMALL 40em - END*/
/**********************************/
/*** MEDIA QUERIES - END***/
/**********************************/