header/*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/

html {
    scroll-behavior: smooth;
}

* {
    padding: 0, margin: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

body {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

.arrow {
    width: 12%;
    margin: 0 auto;
}


/* ------------- Header Css ------------ */

header {
    padding-top: 0px;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
        position: relative;
    z-index: 9999999999;
}

.top_header {
    padding-bottom: 0px;
    position: sticky;
    padding-top: 20px;
}

.top_header .header_logo figure {
    width: 170px;
    margin: 0 auto;
}

.top_header .header_logo figure>img {
    width: 100%;
}

.top_header .navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top_header .navigation ul li {
    position: relative;
    padding-left: 52px;
}

.top_header .navigation ul li>a {
    font-size: 18px;
    display: inline-block;
    color: #36454f;
}

.top_header .navigation ul li :hover:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 10px;
    top: 20px;
    left: 50px;
    background-image: url('../img/nav_border.png');
}

.header_banner {
    padding-top: 35px;
    margin: auto;
}

.header_banner .heading {
    text-align: center;
}

.header_banner .heading h2 {
    color: #36454f;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.header_banner .heading p {
    color: #ffae00;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.header_banner figure {
    width: 90%;
    margin: 0 auto;
    padding-left: 200px;
    padding-right: 200px;
}

.header_banner figure>img {
    width: 100%;
}


/* ------------- / Header Css ------------ */

.right_part {
    position: relative;
}

.right_part .mobile_menu {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffae00;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    display: none;
}


/* ------------- Content Css ------------ */

.story_section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}

.story_section .heading h2 {
    color: #36454f;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
}

.story_section .heading p {
    text-align: justify;
    text-align-last: center;
    color: #ffae00;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
}

.story_section p {
    text-align: justify !important;
    width: 75%;
    margin: 0 auto;
    color: #36454f;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align-last: center;
}

.story {
    position: relative;
    margin-top: 55px;
}

.story:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 135px;
    top: 33%;
    right: 5%;
    background-image: url('../img/letter_pad.png');
    background-repeat: no-repeat;
}

.container.ponits {
    max-width: 1000px;
}


/*first Section*/

.time {
    position: relative;
}

.time:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 135px;
    top: 23%;
    left: 2%;
    background-image: url('../img/watch.png');
    background-size: 90%;
    background-repeat: no-repeat;
}

.time_section .time_section_left {
    width: 50%;
}

.time_section .time_section_left span {
    color: #ffae00;
    font-size: 70px;
    font-weight: 700;
}

.time_section .time_section_left h3 {
    padding-left: 10px;
    display: inline-block;
    color: #36454f;
    font-size: 26px;
    font-weight: 600;
}

.time_section .time_section_left p {
    padding-left: 0px;
    padding-top: 5px;
    color: #36454f;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.time_section .time_section_left .arrow {
    float: right;
    padding-top: 50px;
}

.time_section .time_section_left .arrow figure {
    width: 120px;
}

.time_section .time_section_left .arrow figure>img {
    width: 100%;
}

.time_section .time_section_right figure {
    width: 350px;
}

.time_section .time_section_right figure>img {
    width: 100%;
}


/*second section*/

.content {
    position: relative;
}

.content:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 135px;
    top: 60%;
    right: 2%;
    background-image: url('../img/mind.png');
    background-size: 80%;
    background-repeat: no-repeat;
}


/*.content_section{padding-top: 50px; padding-bottom: 50px;}*/

.content_section .content_section_left {
    width: 50%;
}

.content_section .content_section_left span {
    color: #ffae00;
    font-size: 70px;
    font-weight: 700;
}

.content_section .content_section_left h3 {
    display: inline-block;
    color: #36454f;
    font-size: 26px;
    font-weight: 600;
    padding-left: 10px;
}

.content_section .content_section_left p {
    padding-left: 0px;
    padding-top: 5px;
    color: #36454f;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.content .arrow {
    width: 20%;
    margin: 0 auto;
    padding-top: 10px;
}

.content .arrow figure {
    width: 120px;
}

.content .arrow figure>img {
    width: 100%;
}

.content_section .content_section_right figure {
    width: 350px;
}

.content_section .content_section_right figure>img {
    width: 100%;
}


/*third section*/

.digital {
    position: relative;
    padding-bottom: 50px;
}

.digital:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 135px;
    top: 60%;
    left: 2%;
    background-image: url('../img/bulb.png');
    background-size: 70%;
    background-repeat: no-repeat;
}

.digital .digital_start {
    padding-top: 50px;
    padding-bottom: 10px;
}

.digital .digital_start .main {
    width: 100%;
    margin: 0 auto;
}

.digital .digital_start .heading {
    padding-bottom: 50px;
}

.digital .digital_start .heading span {
    color: #ffae00;
    font-size: 70px;
    font-weight: 700;
}

.digital .digital_start .heading h3 {
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #36454f;
}

.digital .digital_start .webite_sec {
    width: 40%;
}

.digital .digital_start .webite_sec figure {
    width: 320px;
    height: 300px;
    margin: 0 auto;
}

.digital .digital_start .webite_sec figure>img {
    width: 100%;
}

.digital .digital_start .webite_sec h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #36454f;
}

.digital .digital_start .webite_sec p {
    margin: 0 auto;
    width: 90%;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #36454f;
    line-height: 28px;
}

.digital .digital_start .social_sec {
    width: 40%;
}

.digital .digital_start .social_sec figure {
    width: 320px;
    height: 300px;
    margin: 0 auto;
}

.digital .digital_start .social_sec figure>img {
    width: 100%;
}

.digital .digital_start .social_sec h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #36454f;
}

.digital .digital_start .social_sec p {
    margin: 0 auto;
    width: 90%;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #36454f;
    line-height: 28px;
}

.marketing .time_section_left {
    width: 50%;
}

.marketing .time_section_left span {
    color: #ffae00;
    font-size: 70px;
    font-weight: 700;
}

.marketing .time_section_left h3 {
    padding-left: 10px;
    display: inline-block;
    color: #36454f;
    font-size: 26px;
    font-weight: 600;
}

.marketing .time_section_left p {
    padding-top: 5px;
    color: #36454f;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.marketing .time_section_left .arrow {
    float: right;
    padding-top: 50px;
}

.marketing .time_section_left .arrow figure {
    width: 120px;
}

.marketing .time_section_left .arrow figure>img {
    width: 100%;
}

.marketing .time_section_right figure {
    width: 350px;
}

.marketing .time_section_right figure>img {
    width: 100%;
}

.public .content_section_left {
    width: 50%;
}

.public .content_section_left span {
    color: #ffae00;
    font-size: 70px;
    font-weight: 700;
}

.public .content_section_left h3 {
    padding-left: 10px;
    display: inline-block;
    color: #36454f;
    font-size: 26px;
    font-weight: 600;
}

.public .content_section_left p {
    padding-top: 5px;
    color: #36454f;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.content .arrow {
    width: 20%;
    margin: 0 auto;
    padding-top: 10px;
}

.content .arrow figure {
    width: 120px;
}

.content .arrow figure>img {
    width: 100%;
}

.public .content_section_right figure {
    width: 350px;
}

.public .content_section_right figure>img {
    width: 100%;
}


/*four_section*/

#story_section {
    margin-top: 100px;
}

#story_section .master_story_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

#story_section .master_story_section h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    color: #36454f;
}

#story_section .master_story_section p {
    text-transform: uppercase;
    padding-top: 10px;
    color: #fbad18;
    text-align: center;
    font-size: 41px;
    font-weight: 700;
}

#story_section .master_story_section h6 {
    text-transform: capitalize;
    padding-top: 10px;
    color: #36454f;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

#story_section .master_story_section figure>img {
    width: 100%;
}

#story_section .master_story_section figure {
    width: 500px;
    margin: 0 auto;
}

#story_section .master_story_section .member {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#story_section .master_story_section .member .com_mem h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #36454f;
}

#story_section .master_story_section .member .com_mem p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #36454f;
}


/*five_section*/

#story_gallery .master_story_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

#story_gallery .master_story_section h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    color: #36454f;
}

#story_gallery .master_story_section p {
    text-transform: uppercase;
    padding-top: 10px;
    color: #fbad18;
    text-align: center;
    font-size: 41px;
    font-weight: 700;
}

#story_gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*#story_gallery .gallery .img_gallery{width: 50%;}*/

#story_gallery .gallery {
    padding-top: 30px;
}

#story_gallery .gallery .left {
    height: 360px;
    background-color: #eeeeee;
    width: 100%;
    max-width: 350px;
}

#story_gallery .gallery .right {
    height: 360px;
    background-color: #eeeeee;
    width: 100%;
    max-width: 730px;
}

#contact {
    padding-top: 70px;
    padding-bottom: 70px;
}

#contact .contact_sec .contact_left {
    width: 50%;
}

#contact .contact_sec .contact_left h4 {
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 700;
    color: #36454f;
}

#contact .contact_sec .contact_left address {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 58%;
    font-size: 16px;
    color: #36454f;
    font-weight: 500;
    line-height: 28px;
}

#contact .contact_sec .contact_left p {
    font-size: 16px;
    color: #36454f;
    font-weight: 500;
    line-height: 28px;
}

#contact .contact_sec .contact_left P:nth(last-child) {
    padding-top: 50px;
}

#contact .contact_sec .contact_right {
    width: 50%;
}

#contact .contact_sec .contact_right h4 {
    text-transform: uppercase;
    padding-bottom: 25px;
    font-size: 54px;
    font-weight: 700;
    color: #36454f;
}

#contact .contact_sec .contact_right input {
    margin-bottom: 25px;
    width: 100%;
    border: none;
    padding: 15px 20px;
    background-color: #f2f2f2;
    color: #36454f;
}

#contact .contact_sec .contact_right textarea {
    height: 150px;
    margin-bottom: 25px;
    width: 100%;
    border: none;
    padding: 20px 20px;
    background-color: #f2f2f2;
    color: #36454f;
}

#contact .contact_sec .contact_right a,#contact .contact_sec .contact_right button {
    width: 100%;
    padding: 20px 10px;
    display: inline-block;
    background-color: #fbad1b;
    text-align: center;
    color: #36454f;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


/* ------------- / Content Css ------------ */


/* ------------- Footer Css ------------ */

.bottom {
    background-image: url('../img/footer_back.png');
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_logo_part figure {
    width: 150px;
    margin: 0 auto;
}

.footer_logo_part figure>img {
    width: 100%;
}

.footer_navigation {
    padding-top: 30px;
}

.footer_navigation ul {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_navigation ul li>a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.footer_navigation ul li>a:hover {
    color: #fbad1b;
}

.footer_navigation ul li {
    display: inline-block;
    margin: 0 20px;
}

.bottom_left {
    width: 32%;
}

.bottom_left span {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    color: #000;
}

.bottom_right p {
    font-size: 12px;
    text-align: center;
}


/* /* ------------- / Footer Css ------------  */

.imgwith {
    width: 100%;
    margin-bottom: 30px;
}

#contact .contact_sec .contact_left p a {
    font-size: 16px;
    color: #36454f;
    font-weight: 500;
    line-height: 28px;
}

.followus a {
    color: #36454F;
    height: 25px;
    width: 25px;
    text-align: center;
    padding-top: 4px;
}

.followus a:hover {
    color: #fff;
    background: #36454F;
}

.arow-main {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    text-align: center;
    z-index: -1;
}

.followus .bottom_right {
    width: 100%;
}
.error-inquire{color:red;}



/* .header_logo.sticky {
    position: fixed;
    top: 20px;
    left: 14px;
} */
.for-desksicky.sticky {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    left: 0;
    margin: auto;
    background: #F2F2F2;
    z-index: 999;
}
.for-desksicky {
    display: contents;
}
.for-desksicky.sticky .header_logo {
    display: inline-block;
}
.for-desksicky.sticky .right_part {
    float: right;
    display: inline-block;
    position: relative;
}
.for-desksicky.sticky .forheader-with{
    width: 1140px;
    display: inherit;
    margin: auto;
    padding: 10px 15px 0 15px;
}
.forheader-with {
    width: 100%;
    display: inherit;
}
.for-desksicky.sticky .right_part {
    padding-top: 16px;
}
.fancybox-toolbar {
    top: 70px !important;
}