/* CSS BY RAJAT  */
@font-face {
    font-family: Minion Variable Concept;
    /*src: url(../assets/fonts/MinionVariableConcept-Roman.otf);*/
    src: url(http://thefirstsales.com/assets/fonts/MinionVariableConcept-Roman.otf);
}

@font-face {
    font-family: Minion Variable Concept italics;
    /*src: url(../assets/fonts/MinionVariableConcept-Italic.otf);*/
    src: url(http://thefirstsales.com/assets/fonts/MinionVariableConcept-Italic.otf);
}
@font-face {
    font-family: minion-semibold;
    /*src: url(../assets/fonts/MinionPro-Semibold.otf);*/
    src: url(http://thefirstsales.com/assets/fonts/MinionPro-Semibold.otf);
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #f47c2d;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3e3e3e;
}

body {
    background: url(../img/bg/repeat.jpg);
    background-repeat: repeat;
    /* background-position: center center;
    background-size: cover; */
}

.minion {
    font-family: minion;
}

.about-company-item {
    background-size: cover;
    background-position: center center;
    margin-top: 30px;
    position: relative;
}

.about-company-item1 {
    background-image: url(../img/primary/1.png);
}

.about-company-item2 {
    background-image: url(../img/primary/2.png);
}

.about-company-item3 {
    background-image: url(../img/primary/3.png);
}

.about-company-item4 {
    background-image: url(../img/primary/4.png);
}

.about-company-item:after {
    content: "";
    display: block;
    padding-bottom: 95%;
}

/* .about-company-item .about-company-title {
    position: absolute;
    left: 34%;
    top: 100px;
    color: #3bdc7b;
    line-height: 1;
} */
.elements {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.elements img {
    margin-bottom: 10px;
}

h4.text-white.about-company-title {
    line-height: normal;
    font-size: 22px;
    font-family: "Minion Variable Concept";
    letter-spacing: 1.5px;
    font-weight: 600;
}
.mid-circle img {
    height: auto;
    width: 80%;
}
.mid-circle {
    /* border-radius: 50%;
    width: 250px;
    height: 250px;
    padding: 10px;
    background: #f47c2d;
    color: #fff; */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-mid-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.circle-mid-content h4 {
    color: #fff;
    line-height: normal;
}

img.mid-circle-star {
    height: auto;
    width: 10px;
}

line.horiz {
    overflow: hidden;
    text-align: center;
}

line.horiz:before,
line.horiz:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

line.horiz:before {
    right: 0.5em;
    margin-left: -50%;
}

line.horiz:after {
    left: 0.5em;
    margin-right: -50%;
}

#sec2 {
    background-image: url(../img/bg/sec2-two-bg.jpg);
    background-size: 100%;
    height: 100vh;
}

.example1 {
    text-align: center;
    /* margin: 20px; */
    padding: 20px;
    font-size: 40px;
    color: #fbf3d8;
    line-height: normal;
    letter-spacing: 3px;
    font-family: "Minion Variable Concept";

}

#example {
    text-align: center;
    margin: 20px 20px 0px 20px;
    padding: 20px 20px 0px 20px;
    font-size: 45px;
    color: #fbf3d8;
    line-height: normal;
    letter-spacing: 3px;
    font-family: "Minion Variable Concept";

}

.subheadings p {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: normal;
    color: #fbf3d8;
    font-family: "Minion Variable Concept";
    text-align: center;
}

#sec2 {
    position: relative;
    height: 80vh;
    background: url(../img/bg/sec2-two-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec2::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
}

#sec2::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
    transform: rotate(180deg);
}

line.horiz-below-head {
    overflow: hidden;
    text-align: center;
}

line.horiz-below-head:before,
line.horiz-below-head:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 15%;
}

line.horiz-below-head:before {
    right: 0.5em;
    margin-left: -50%;
}

line.horiz-below-head:after {
    left: 0.5em;
    margin-right: -50%;
}

line.horiz-below-head img.mid-circle-star {
    height: auto;
    width: 20px;
}

.icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* box-shadow: 0px 15px 23px -5px rgb(255 188 92 / 43%); */
    border-radius: 50%;
    background: #fff8e6;
    position: absolute;
    top: 0px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.icon img {
    height: auto;
    width: 50px;
}

.icon img.sm {
    height: auto;
    width: 25px;
}

.frame-border {
    padding: 20px 40px;
    background: none;
    border: none;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
}

.frame-border:after,
.frame-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #6A7852;
    transition: transform .2s;
}

.frame-border:after {
    transform: translate(3px, 3px);
}

.frame-border:before {
    transform: translate(-3px, -3px);
}

.frame-border:hover:after,
.frame-border:hover:before {
    transform: translate(0);
}

#sec3 h2 {
    font-family: "Minion Variable Concept";
    color: #707d58;
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 7px;
    font-weight: 800;
}

p.cursive {
    color: #414042;
    font-family: "Minion Variable Concept italics";
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

#sec3 p {
    color: #414042;
}

.vert {
    display: inline-block;
    border-left: 2px solid #707d58;
    margin: 0 10px;
    height: 40px;
}

p.subheading {
    font-family: "Minion Variable Concept";
    color: #414042;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 20px;
    line-height: 32px;
    letter-spacing: 1px;
}

#sec3 #example {
    text-align: center;
    margin: 20px 20px 0px 20px;
    padding: 20px 20px 0px 20px;
    font-size: 45px;
    color: #707d58;
    line-height: normal;
    letter-spacing: 3px;
    font-family: "Minion Variable Concept";
}

.elements img {
    height: auto;
    width: 60px;
}

img.lg-el {
    height: auto;
    width: 23px;
}


#sec4 {
    background: #fff;
}

/* #sec4 {
    background-image: url(../img/primary/obj1.png), url(../img/primary/obj2.png), url(../img/primary/aunty.png);
    background-position: left 30% bottom 0%, left 40% bottom 0%, right bottom -30%;
    background-repeat: no-repeat;
    background-size: 10%, 14%, 60%;
} */
#sec4 {
    background-image: url(../img/primary/obj1.png), url(../img/primary/obj2.png);
    background-position: left 30% bottom -2%, left 42% bottom -2%;
    background-repeat: no-repeat;
    background-size: 10%, 14%;
}
section#sec3 {
    margin-bottom: 300px !important;
}

img.img-fluid.sec4-svg {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -250px;
}

line.horiz-below-head2:before {
    right: 0.5em;
    margin-left: -50%;
}

line.horiz-below-head2:after {
    left: 0.5em;
    margin-right: -50%;
}

line.horiz-below-head2:before,
line.horiz-below-head2:after {
    background-color: #707d58;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}

line.horiz-below-head2 {
    overflow: hidden;
    text-align: center;
}

line.horiz-below-head2 img.mid-circle-star {
    height: auto;
    width: 20px;
}

line.horiz-below-head3:before {
    right: 0.5em;
    margin-left: -50%;
}

line.horiz-below-head3:after {
    left: 0.5em;
    margin-right: -50%;
}

line.horiz-below-head3:before,
line.horiz-below-head3:after {
    background-color: #fbf3d8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 7%;
}

line.horiz-below-head3 {
    overflow: hidden;
    text-align: center;
}

line.horiz-below-head3 img.mid-circle-star {
    height: auto;
    width: 20px!important;
}
#sec6 {
    position: relative;
    background: url(../img/bg/sec6-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    /* height: 100vh; */
    padding: 120px 0px 200px 0px;
}


#sec6 h2 {
    font-family: "Minion Variable Concept";
    color: #fbf3d8;
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 7px;
}

#sec6 p.subheading {
    color: #fbf3d8;
    min-height: 150px;
}

#sec6 .frame-border {
    padding: 10px 20px;
    background: none;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
}
#sec6::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
}
#sec6::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #f1e7d2 33.33%, #f1e7d2 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
    transform: rotate(180deg);
}
#sec6 img {
    width: 80px;
    height: auto;
}
/* #sec4::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    display: block;
    background:linear-gradient(
        -45deg, transparent 33.33%,
        #fff 33.33%, #fff 66.66%,
        transparent 66.66%
    ),linear-gradient(
        45deg, transparent 33.33%,
        #fff 33.33%, #fff 66.66%,
        transparent 66.66%
    );
    background-size:30px 60px ;
}
#sec4::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 16px;
    display: block;
    background:linear-gradient(
        -45deg, transparent 33.33%,
        #fff 33.33%, #fff 66.66%,
        transparent 66.66%
    ),linear-gradient(
        45deg, transparent 33.33%,
        #fff 33.33%, #fff 66.66%,
        transparent 66.66%
    );
    background-size:30px 60px ;
    transform: rotate(180deg);
} */
/* #sec6 .frame-border:after,
.frame-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fbf3d8;
    transition: transform .2s;
}

#sec6 .frame-border:after {
    transform: translate(3px, 3px);
}

#sec6 .frame-border:before {
    transform: translate(-3px, -3px);
}

#sec6 .frame-border:hover:after,
.frame-border:hover:before {
    transform: translate(0);
} */

/* #sec3 .frame-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #707d58;
    transition: transform .2s;
}

#sec7 .frame-border:after,
.frame-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #707d58;
    transition: transform .2s;
}

#sec6 .frame-border:after {
    transform: translate(3px, 3px);
}

#sec6 .frame-border:before {
    transform: translate(-3px, -3px);
}

#sec6 .frame-border:hover:after,
.frame-border:hover:before {
    transform: translate(0);
} */
#sec3 .frame {
    position: relative;
    border: 1px solid #707d58;
}
#sec3 .frame:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #707d58;
    margin: 0px -14px;
}
#sec7 .frame {
    position: relative;
    border: 1px solid #707d58;
}
#sec7 .frame:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #707d58;
    margin: 0px -14px;
}
#sec6 .frame {
    position: relative;
    border: 1px solid #fbf3d8;
}
#sec6 .frame:before {
    content: " ";
    position: absolute;
    /* z-index: -1; */
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fbf3d8;
    margin: 0px -14px;
}
#sec7 #example {
    text-align: center;
    margin: 20px 20px 0px 20px;
    padding: 20px 20px 0px 20px;
    font-size: 45px;
    color: #707d58;
    line-height: normal;
    letter-spacing: 3px;
    font-family: "Minion Variable Concept";
}
#sec8::after {
    content: '';
    position: absolute;
    top: -15px;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #f47c2e 33.33%, #f47c2e 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #f47c2e 33.33%, #f47c2e 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
    transform: rotate(360deg);
}
/* #sec8::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #fff 33.33%, #fff 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #fff 33.33%, #fff 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
} */
#sec9::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 16px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%,
            #f47c2e 33.33%, #f47c2e 66.66%,
            transparent 66.66%), linear-gradient(45deg, transparent 33.33%,
            #f47c2e 33.33%, #f47c2e 66.66%,
            transparent 66.66%);
    background-size: 30px 60px;
    transform: rotate(180deg);
}
#sec9 {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;

}

#sec8 {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    background: #f47c2e;
    padding: 120px 0px 200px 0px;
}
#sec8 .frame {
    position: relative;
    border: 1px solid #fbf3d8;
    padding: 70px 30px 40px 30px;
    margin-top: 80px;
}
#sec8 .frame:before {
    content: " ";
    position: absolute;
    /* z-index: -1; */
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fbf3d8;
    margin: 0px -14px;
}
/* .slick-list.draggable {
    overflow: visible;
} */
img.img-fluid.test {
    align-items: center;
    text-align: center;
    border-radius: inherit;
    position: absolute;
    top: 0px;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: auto;
}
#sec8 p.text-white {
    letter-spacing: 1px;
    font-size: 18.5px;
    font-family: "Minion Variable Concept";

}
.color1 {
    color: #f47c2e;
}
.color2 {
    color: #fbf3d8;
}
#sec9 {
    background: #393839;
}
#sec9 h2 {
    font-family: "Minion Variable Concept";
    text-transform: uppercase;
    font-size: 24px;
    word-spacing: 4px;
    letter-spacing: 2px;
}
.desk-menu h2 {
    font-family: "minion-semibold";
    text-transform: uppercase;
    font-size: 21px;
    word-spacing: 4px;
    letter-spacing: 2px;
}
.desk-menu .c3 {
    color: #f47c2e;
}
.desk-menu .c4 {
    color: #414042;
}
img.menu-star {
    align-items: center;
    width: 20px;
    padding-right: 5px;
    margin: auto 0;
    display: inline-block;
    justify-content: center;
    position: relative;
    top: -2px;
}

.color-green{
    color: #707d58 !important;
}

.slick-dots {
    position: absolute;
    bottom: -60px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 25px;
    line-height: 5px;
    text-align: center;
    color: #393839;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }
  img.img-fluid.xxx {
    position: absolute;
    top: -455px;
    right: -31%;
    height: auto;
    width: 94%;
}
aside.active .logo img {
    width: 250px;
    height: auto;
}