@font-face {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
}


@font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('Trebuchet-MS-Italic.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css?family=Cairo|Dosis|Poiret+One');

@media print {

    html,
    body {
        display: none;
        /* hide whole page */
    }
}


article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}

a {
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

a:hover {
    text-decoration: none;
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

p {
    margin-bottom: 0;
    padding-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    padding-top: 0
}

ul,
li {
    margin-bottom: 0;
    padding-bottom: 0
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;

}

.content-1 {
    background: url(../images/background/bg-1.jpg) no-repeat center center;
    background-size: cover;
    height: 903px;
    background-attachment: scroll;
    padding: 20px 0;

}

.content-2 {
    background: url(../images/background/bg-2.jpg) no-repeat center center;
    background-size: cover;
    height: 1000px;
    background-attachment: scroll;
    padding: 20px 0
}

.content-3 {
    background: url(../images/background/bg-3.jpg) no-repeat center center;
    background-size: cover;
    height: 1000px;
    background-attachment: scroll;
    padding: 40px 0;
    position: relative;
}



.content-3-contact {
    background: url(../images/background/bg-5.jpg) no-repeat center center;
    background-size: cover;
    height: 900px;
    background-attachment: scroll;
    padding: 40px 0;
    position: relative;
}

.content-4 {
    background: #fff;
    background-size: cover;
    height: 100%;
    background-attachment: scroll;
    padding: 40px 0
}

.what-we-do-service-strip {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

#menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 0px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #000;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;

    background: #2c91d2;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 6px 0;
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
}

.logo {
    width: 380px;
    padding-top: 30px;
    padding-left: 30px;
}

.logo-home {
    width: 406px;
    padding-top: 54px;
    padding-right: 0;
    float: left;
    /* padding-left: 98px; */
    margin-left: 39px;
}

.b-1 {
    font-weight: normal;
    color: #8dc63f;
    font-size: 50px;
    padding-bottom: 0px;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    padding-left: 0px;
}

.b-2 {
    font-weight: 900;
    color: #369cd6;
    font-size: 90px;
    padding-bottom: 0px;
    padding-left: 40px;
}

.b-3 {
    font-weight: 900;
    color: #fae95b;
    font-size: 90px;
    padding-bottom: 0px;
    padding-left: 40px;
}

.get-a-quote-btn {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
    padding: 11px;
    margin: 0;
    border-radius: 2px;
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

.get-a-quote-btn a img {
    width: 35px;
}

.get-a-quote-btn a {
    color: #fff;
    font-weight: 700
}

.get-a-quote-btn a:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.content-2-info {
    margin-top: 8%;
}

.content-2-info h3 {
    font-size: 35px;
    color: #192f5a;
    padding-bottom: 10px;
}

.content-2-info p {
    font-size: 19px;
    color: #192f5a
}

.what-we-do-title {
    color: #192f5a;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 35px;
}

.pera-what-we-do {
    font-size: 19px;
    color: #192f5a;
}

.what-we-do-title-strip-box {
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
}

.what-we-do-title-strip-box a {
    color: #fff;
    background: #192f5a;
    padding: 10px 0px;
    display: block;
    font-size: 18px;
}

.what-we-do-strip {
    padding: 15px 5px;
    background: rgba(25, 40, 87, .8);
    border-radius: 2px;
    transition: .9s linear all;
    -webkit-transition: .9s linear all;
    -o-transition: .9s linear all;
    -ms-transition: .9s linear all;
    -moz-transition: .9s linear all;
}

.what-we-do-strip:hover {

    transition: .9s linear all;
    -webkit-transition: .9s linear all;
    -o-transition: .9s linear all;
    -ms-transition: .9s linear all;
    -moz-transition: .9s linear all;
}

.what-we-do-strip p {
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.two-space {
    padding: 150px;
}

.footer-contact-info {
    color: #fff;
    font-size: 15px;
    padding: 20px 0 0
}

.footer-contact-info a {
    color: #fff;
}

.footer-contact-icon {
    width: 73px;
    margin: 0px auto
}

.footer-list-menu li a {
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    transition: .4s linear all;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;

}

.footer-list-menu li a:hover {
    padding-left: 15px;
    transition: .4s linear all;
    color: #000;
    /* -webkit-box-shadow: 0px 0px 18px 5px rgba(30,91,184,1);
-moz-box-shadow: 0px 0px 18px 5px rgba(30,91,184,1);
box-shadow: 0px 0px 18px 5px rgba(30,91,184,1);*/

    box-shadow: 0px 0px 18px 5px rgb(255 255 255);

    -webkit-box-shadow: 0px 0px 18px 5px rgb(255 255 255);

    -moz-box-shadow: 0px 0px 18px 5px rgb(255 255 255);


}

.home-button-list li a:hover {
    box-shadow: 0px 0px 18px 5px rgb(255 255 255);

    -webkit-box-shadow: 0px 0px 18px 5px rgb(255 255 255);

    -moz-box-shadow: 0px 0px 18px 5px rgb(255 255 255);
    color: #fff;
}

.footer-list-menu {}

.menu-icons {
    width: 21px;
}

.menu-info {
    margin-bottom: 8px;
    margin-right: 1px;
    color: #fff;
    padding: 8px 14px;
    margin-left: 14px;
    background: #000;
}

.menu-info a {
    font-size: 15px !important;
    padding-left: 0 !important;
}

.menu-info a:hover img {
    transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transition: 1s linear all;
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -o-transition: 1s linear all;
    -ms-transition: 1s linear all;
}

.social-media {
    margin-top: 15px;
    margin-left: 25px;
}

.social-media a img {
    width: 35px;
}

.social-media li a {
    padding: 0px 0px 0 0px;
    transition: 1s linear all;
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -o-transition: 1s linear all;
    -ms-transition: 1s linear all;
    background: none
}

.social-media li a:hover {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 1s linear all;
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -o-transition: 1s linear all;
    -ms-transition: 1s linear all;
    background: none
}

.manufacturing-main-title {
    color: #192f5a;
    font-size: 30px;
    font-weight: normal
}

.manufacturing-normal-title {
    color: #000;
    padding: 5px 0 8px;
    text-align: center;
    font-size: 15px;
}

.manufacturing-strip {
    border: 1px solid #000
}

.contact-title {
    font-size: 25px;
    color: #000;
    padding-bottom: 10px;
}

.contact-caption {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}

.file-upload {
    background-color: none;
    width: 100%;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #608e34;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #6cd310;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}

.file-upload-btn:hover {
    background: #6cd310;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #608e34;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #fff;
    border: 4px dashed #192f5a;
    color: #fff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 25px 0 25px;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.btn-primary {
    background: #192f5a;
    color: #fff;
    padding: 5px 25px;
}

.contact-page {
    padding: 230px 0 60px;
    margin-top: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
    background-image: none;
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #8dc63f;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-main-title {
    text-align: right;
    color: #6d6e95;
    font-size: 35px;
    padding-top: 22px;
    text-transform: uppercase;
    display: none
}

.inside-page-title {
    padding-bottom: 10px;
    color: #8dc63f;
    text-transform: uppercase;
}

.inside-page-title-1 {
    padding-bottom: 20px;
    color: #8dc63f;
    font-size: 20px;
}

.inside-page-title+p {
    color: #fff;
}

.contact-page-info-list li img {
    width: 40px;
}

.contact-page-info-list li {
    font-size: 15px;
    margin-bottom: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 5px 8px 5px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: normal;
    background: #000;
    margin-bottom: 9px;
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

.sidenav a i {
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

.sidenav a:hover i {
    padding-left: 15px;
    transition: 0.4s all linear;

}

.sidenav a:hover {
    color: #f1f1f1;
    background: #8dc63f;
}

.sidenav .closebtn {
    position: absolute;
    top: -17px;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.menu-bars-icon {
    position: fixed;
    top: 16px;
    right: 40px;
    background: #fff;
    color: #8dc63f;
    width: 50px;
    text-align: center;
    height: 43px;
    border-radius: 10px;
    border: 1px solid #8dc63f;
    line-height: 40px;
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    -o-transition: .5s linear all;
    -moz-transition: .5s linear all;
    -ms-transition: .5s linear all;

}

.menu-bars-icon:hover {
    transition: .5s linear all;
    -webkit-transition: .5s linear all;
    -o-transition: .5s linear all;
    -moz-transition: .5s linear all;
    -ms-transition: .5s linear all;
    background: #8dc63f;
    color: #fff;

}

.all {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    margin-right: 10px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;

}

.box-one {
    width: 100%;
    height: 40px;
    background-color: #192857;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    transition: all 1s;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
}

.all:hover>.box-one {

    left: 380px;
}

.search {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    right: 50%;
    margin-right: -25px;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    transition: all 0.5s;
    color: #000;
    text-align: center;
    line-height: 50px;
}

.all:hover>.search {
    opacity: 1;
    transform: scale(2) rotate(360deg);
}

.link {
    width: 190px;
    height: 380px;
    overflow: hidden;
    color: #666;
    position: absolute;
    z-index: 4;
    transition: all 1.5s;
    top: -380px;
    background-color: rgba(204, 204, 204, 0.5);

}

.link-2 {
    width: 190px;
    height: 380px;
    background-color: rgba(204, 204, 204, 0.5);
    color: #666;
    position: absolute;
    z-index: 4;
    left: 50%;
    overflow: hidden;
    transition: all 1.5s;
    bottom: -380px;
}

.all:hover .link {
    top: 0;
}

.all:hover .link-2 {
    bottom: 0;
}

.all .link p,
.all .link-2 p {
    font-size: 48px;
    font-family: Oswald;
    color: #FFF;
    line-height: 380px;
}

.all .link p {
    margin-left: 93%;
}

.all .link-2 p {
    margin-left: -7%;
}



.strip {
    height: 95px;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
    overflow: hidden;
    left: -380px;
    transition: all 1s;

}

.strip-1 {
    height: 95px;
    width: 380px;
    background-color: rgba(0, 0, 51, 0.2);
    position: absolute;
    z-index: 6;
    top: 95px;
    overflow: hidden;
    right: -380px;
    transition: all 1s;
}

.strip-2 {
    height: 95px;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 7;
    top: 190px;
    overflow: hidden;
    left: -380px;
    transition: all 1s;
}

.strip-3 {
    height: 285px;
    width: 380px;
    background-color: rgba(0, 0, 51, 0.2);
    position: absolute;
    z-index: 8;
    top: 285px;
    overflow: hidden;
    right: -380px;
    transition: all 1s;
}

.all:hover>.strip {
    left: 0;
}

.all:hover>.strip-1 {
    right: 0;
}

.all:hover>.strip-2 {
    left: 0;
}

.all:hover>.strip-3 {
    right: 0;
}

.round {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    position: absolute;
    z-index: 9;
    font-size: 48px;
    font-family: Oswald;
    color: #FFF;
    right: 50%;
    margin-right: -50px;
    top: 50%;
    opacity: 0.1;
    margin-top: -50px;
    background-color: rgba(153, 0, 0, 0.5);
    transition: all 1s;
}

.all:hover>.round {
    transform: scale(1.5) rotate(-360deg);
    border-radius: 20%;
    opacity: 1;
    border: 1px solid #fff;
}

.move {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -25px;
    left: -50px;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    color: #333;
}

.move-2 {
    transition: all 0.8s;
}

.all:hover>.move {
    margin-left: 40%;
    transform: rotate(360deg);
    opacity: 1;
}

.all:hover>.move-2 {
    margin-left: 73%;
    transform: rotate(360deg);
    opacity: 1;
}

.box {
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 102, 0.5);
    position: absolute;
    opacity: 0;
    z-index: 11;
    transition: all 1s;
    text-align: center;
    line-height: 140px;
    color: #FFF;
}

.all:hover .box {
    text-indent: 40px;
    transform: scale(5);
    opacity: 0.8;
    border-radius: 0 0 30px 0;
    border: #FFF solid 1px;
}

.slice {
    width: 380px;
    height: 95px;
    right: -380px;
    background-color: ;
    position: absolute;
    z-index: 12;
    transition: all 1s;
    opacity: 0;
}

.s-1 {
    width: 95px;
    height: 95px;
    position: absolute;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    line-height: 95px;
    font-size: 36px;
    color: #FFF;
}

.s-2 {
    position: absolute;
    right: 95px;
    z-index: 14;
}

.all:hover .slice {
    right: 0;
    opacity: 1;
}

.slice-y {
    width: 95px;
    height: 380px;
    top: -380px;
    background-color: ;
    position: absolute;
    left: 95px;
    z-index: 15;
    opacity: 0;
    transition: all 1s;

}

.sy-1 {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 95px;
    z-index: 16;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    text-align: center;
    line-height: 95px;
    font-size: 36px;
    color: #000;
}

.sy-2 {
    top: 285px;
}

.all:hover .slice-y {
    top: 0;
    opacity: 1;
}

.slice-x {
    top: 190px;
}

.slice-y2 {
    left: 285px;
}

.round1 {
    width: 380px;
    height: 380px;
    position: absolute;
    z-index: 17;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 100%;
    top: -285px;
    transition: all 1s;
    opacity: 0;
    text-align: center;
    line-height: 190px;
    font-size: 22px;
}

.all:hover .round1 {
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 190px;
    opacity: 1;
    text-align: center;
    line-height: 190px;
    font-size: 22px;
}

.fade {
    width: 380px;
    height: 380px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    font-size: 36px;
    z-index: 19;

    transition: all 0.5s;
}

.all:hover .fade {
    transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.1);

}

.fade2 {
    width: 190px;
    height: 300px;
    position: absolute;
    z-index: 18;
    text-align: center;
    font-size: 36px;
    line-height: 150px;
    color: #000;
    top: 25%;
    right: 25%;
    opacity: 0.2;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}

.all:hover .fade2 {
    top: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
}

.fade3 {
    width: 90px;
    height: 380px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 19;
    right: 38%;
    transition: all 1s;
}

.all:hover .fade3 {
    border-radius: 50px 50px 0 0;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 260px;
}


.drop {
    width: 380px;
    height: 380px;
    transition: all 0.5s;

}

.drop::after {
    content: "";
    height: 380px;
    width: 380px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -100%;
    transform: rotate(45deg);
    top: 100%;
    transition: all 0.5s;
}

.drop::before {
    content: "";
    height: 380px;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -100%;
    transform: rotate(45deg);
    bottom: 100%;
    transition: all 0.5s;
}

.drop-text {
    height: 50px;
    width: 380px;
    background-color: #000;
}

.all:hover .drop::before {
    position: absolute;
    left: 0;
    bottom: 40%;
    transform: rotate(90deg);
}

.all:hover .drop::after {
    position: absolute;
    right: 0;
    top: 40%;
    transform: rotate(90deg);
}

.pad-r {
    padding-right: 2px;
}

.pad-l {
    padding-left: 2px;
}

.pad-r-1 {
    padding-right: 0px;
}

.pad-l-1 {
    padding-left: 0px;
}

.pad-r-2 {
    padding-right: 6px;
}

.pad-l-2 {
    padding-left: 6px;
}

a.closebtn {
    background: none !important
}

.strip-inside {
    padding: 15px;
    min-height: 242px;
}

.all-color-strip {
    background: #000;
}

.get-a-quote-btn a i {
    font-size: 20px;
}

.example-image:hover {
    opacity: .5;
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

.example-image {
    opacity: 1;
    transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}

.what-we-do-strip p a {
    color: #fff
}

.about-page {
    padding: 125px 0 150px;
    margin-top: 0px;
}

.about-title {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.about-pera-white-text {
    color: #fff;
    line-height: 25px;
    font-size: 17px;
}

.who-we-are-pera {
    font-size: 19px !important;
}

.foote-list-contact-info li {
    padding: 10px 0px;
    width: 23%;
    text-align: center;
}

.contact-form-div {
    margin-right: 40px;
}

.socialBar {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 9999;
}

.socialBar .ico {
    display: block;
    padding: 0px;
}

.socialBar .ico img {
    width: 32px;
}

.who-we-are-col-div {
    padding-right: 65px;
}

.content-2-info {
    background: rgba(25, 40, 87, .8);
    padding: 30px;
}

::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.foote-list-contact-info li:nth-child(5) {
    display: none;
}

.social-media li:nth-child(4) {
    display: none;
}

.we-are-left-img {
    margin-top: 50%;
}

.we-are-content-about {
    margin-top: 40%;
}

.we-are-content-about h3 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

.we-are-content-about>p {
    color: #8dc63f;
    font-size: 21px;
}

.we-are-content {
    margin-top: 68%;
    padding-left: 60px;
}

.we-are-content h3 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

.we-are-content>p {
    color: #8dc63f;
    font-size: 21px;
}

.we-do-right-img {
    margin-top: 30%;
}

.contact-right-img {
    margin-top: 182px;
}

.contact-home-page-form {
    margin-top: 21%;
    padding-left: 60px;
    padding-bottom: 10px;
}

.contact-home-page-form h4 {
    font-size: 35px;
    color: #8dc63f;
}

.contact-home-page-form p {
    font-size: 24px;
    color: #8dc63f;
}

.home-contact-form {
    height: 60px;
    background: transparent;
    border-bottom: 1px solid #6cd310;
}

.home-page-form label {
    color: #fff;
    font-size: 16px;
}

.home-1 {
    background: url(../images/background/bg-1.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: calc(100vw * (9/16));
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
}

.home-1-content {
    position: relative;
    padding: 450px 0 60px;
}

/*.home-1  {
    background: url(../images/background/bg-1.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: calc(100vw * (9/16));
    background-attachment:scroll;
    padding: 450px 0 60px;
    overflow: hidden;
}*/
.home-1-content {
    position: relative;
}

.left-side-text-format {}

.freespace-home-1 {
    height: 450px;
}

.home-button-list {
    margin-top: 106px;
    width: 91%;
    float: right;
    padding-right: 40px;
}

.home-button-list li {
    width: 48%;
    margin-bottom: 15px;
}




.btn-display {
    padding: 6px 20px;
    background: #ef4136;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-display2 {
    padding: 6px 20px;
    background: #1b75bc;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-display3 {
    padding: 6px 20px;
    background: #f7941d;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-display4 {
    padding: 6px 20px;
    background: #92278f;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-display5 {
    padding: 6px 20px;
    background: #006838;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-display6 {
    padding: 6px 20px;
    background: #2e3192;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.home-right-top-img img {
    position: absolute;
    right: 150px;
    top: 0;
    z-index: 999;
    width: 37%;
}

.home-right-top-img-home-3 {
    position: absolute;
    left: 87px;
    top: 0;
    z-index: 999;
    width: 45%;
}

.home-right-top-img-home-3 img {
    width: 82%;
}

.home-2 {
    background: url(../images/background/bg-2.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: calc(100vw * (9/16));
    background-attachment: scroll;
    padding: 20px 0;
    position: relative;
}

.home-btm-img-home-2 {
    padding-top: 321px;
}

.home-btm-img-home-2>img {
    width: 82%;
}

.home-btm-img-home-we-do-img-3>img {
    width: 82%;
    margin-right: 78px;
}

.home-btm-img-home-we-do-img-3 {
    padding-top: 408px;
}

.home-3 {
    background: url(../images/background/bg-3.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: calc(100vw * (9/16));
    background-attachment: scroll;
    padding: 20px 0;
    position: relative;
}

.content-about {
    background: url(../images/background/bg-4.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: calc(100vw * (9/16));
    background-attachment: scroll;
    padding: 20px 0;
    position: relative;
}

.content-contact {
    background: url(../images/background/bg-4.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: calc(100vw * (9/16));
    background-attachment: scroll;
    padding: 20px 0;
    position: relative;
}

footer {
    background: #000;
    background-size: cover;
    background-attachment: scroll;
    padding: 40px 0;
    position: relative;
}

.form-group label {
    font-size: 15px;
    color: #fff;
}

.home-submit {
    background: #5a9136;
    color: #fff;
    padding: 5px 25px;
    border: 2px solid #6cd310;
    font-size: 18px;
}

.home-submit:hover {
    background: #5a9136;
    color: #fff;
    border: 2px solid #6cd310;
}

.green-btn {
    background: #8dc73f;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.green-btn1 {
    background: #ef4234;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.green-btn2 {
    background: #f7941d;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.green-btn3 {
    background: #03683e;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.green-btn4 {
    background: #1977b5;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.green-btn5 {
    background: #93268f;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.green-btn6 {
    background: #263180;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-menu-area {
    padding-right: 40px;
}

.home-btm-img img {
    margin-left: -15px;
    width: 90%;
}

.vc-white {
    width: 177px;
    padding-top: 15px;
    float: right;
}

.logo-contact {
    width: 340px;
    padding-top: 30px;
    padding-left: 30px;
}

.contact-logo-icon-left {
    padding-bottom: 40px;
}