/* @font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.eot');
    src: url('Helvetica.woff2') format('woff2'),
        url('Helvetica.woff') format('woff'),
        url('Helvetica.ttf') format('truetype'),
        url('Helvetica.svg#Helvetica') format('svg'),
        url('Helvetica.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('Helvetica-Bold.eot');
    src: url('Helvetica-Bold.woff2') format('woff2'),
        url('Helvetica-Bold.woff') format('woff'),
        url('Helvetica-Bold.ttf') format('truetype'),
        url('Helvetica-Bold.svg#Helvetica-Bold') format('svg'),
        url('Helvetica-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Light';
    src: url('Helvetica-Light.eot');
    src: url('Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('Helvetica-Light.woff2') format('woff2'),
        url('Helvetica-Light.woff') format('woff'),
        url('HelveticaLTStd-Light.ttf') format('truetype'),
        url('Helvetica-Light.svg#HelveticaLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */


@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg'),
        url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg'),
        url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg#HelveticaLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    list-style: none;
    text-decoration: none;
    background-repeat: no-repeat;
}

body {
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Helvetica';
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style: none;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

::after,
::before {
    box-sizing: border-box;
}

.container {
    max-width: 1000px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.comm-sec{padding: 100px 0;}


/* ============== HEADER CSS ============== */
.top-bar{padding: 35px 60px;}
.top-bar .container{    position: relative;
    padding-bottom: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;}
.top-bar .row{justify-content: space-between;align-items: center;}
.top-bar .logo img{width: 85%;}
.nav-menu{display: flex;}
.nav-menu ul li{display: inline-block;margin: 0 10px;font-size: 18px;}
.nav-btn{margin: 0 10px;}
.nav-btn .btn{background: #FAA82E; color: #fff; border-radius: 30px; padding: 7px 20px; font-size: 18px;}




/* ============== FOOTER CSS ============== */

footer{
    background-color: #f5f5f7;
    padding: 25px 0;
}

footer .container{
    max-width: 1100px;
}

.brdr
{
    height: 1px;
    background-color: #dcdbe0;
}

.footer_row{
    display: flex;
    margin-top: 0;
}

.footer_col
{
    width: 20%;
}

.footer_col h4{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 6px;
}

.footer_col ul li a{
    display: block;
    padding-bottom: 6px;
    color: #5e5d62;
    font-size: 16px;
    line-height: 22px;
}

.mrge_tp_ftr
{
    margin-top: 25px;
}

.footer_ways{
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 10px;
    color: #5e5d62;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
}
.footer_ways a{
color: #5789d2;
}

.ftr_btm

{
    display: flex;
    padding-bottom: 6px;
    color: #5e5d62;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    justify-content: space-between;
}

.ftr_btm ul{
    display: flex;
}
.ftr_btm ul li a{
    padding: 0 10px;
    display: block;
    border-right: 1px solid #ccc;
}
.ftr_btm ul li:last-of-type a
{
    border-right: 0;
}
.ac-gf-breadcrumbs {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    display: flex;
}
#ac-globalfooter .ac-gf-breadcrumbs-home-icon {
    width: 14px;
    height: 72px;
    background-size: 14px 72px;
    background-repeat: no-repeat;
    height: 18px;
    display: block;
    position: relative;
    z-index: 2;
    color: transparent;
    background-position-y: -36px;
}

#ac-globalfooter .ac-gf-breadcrumbs-item {
    margin-right: 7px;
    float: left;
    padding: 3px 4px 3px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ac-gf-breadcrumbs-home-icon img{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.ac-gf-breadcrumbs-item:before {
    width: 8px;
    height: 36px;
    background-size: 8px 36px;
    background-repeat: no-repeat;
    background-image: url(arrow_lg.svg);
    margin-right: 11px;
    margin-left: 11px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    height: 18px;
    background-position-y: 100%;
}
.ac-gf-breadcrumbs-path ol{
    display: flex;
}




/********** COMMON CSS START ***************/

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 2s all ease;
	-webkit-transition: 2s all ease;
	-moz-transition: 2s all ease;
	-ms-transition: 2s all ease;
	-o-transition: 2s all ease;
	}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
        }
        
#imagesequence2 canvas {
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
}
#imagesequence {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

#imagesequence3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

.bg_narrow {
    background-color: #f5f5f5;
    width: 800px;
    padding: 100px;
    height: 100%;
    border-radius: 20px;
}

#myimg2,#myimg4,#myimg5 {
    margin: 0 auto;
    display: block;
}

#myimg5 {
    width: 50vw;
    max-width: 80vw;
}

#myimg3 {
    max-width: 400px;
    margin: auto;
    display: block;
    margin-top: 200px;
}

/*new css*/
.animHeading {
position: absolute;
text-align: center;
padding-top: 0;
left: 0;
right: 0;
top: 0;
width: 80%;
margin: 0 auto;
font-size: 35px;
line-height: 85px;
font-family: 'Helvetica-Bold';
}
#imagesequence2 .animHeading>span:not(:first-child){
     position: absolute;
top: 80px;
left: 0;
width: 100%;
height: 100%;
}
#imagesequence2 .animHeading>span{
  opacity: 0;
  transition: .2s;
}
#imagesequence2 .animHeading>span.show{opacity: 1;}

#imagesequence2 .animfooter{
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}

#imagesequence2 .firstPopText,
#imagesequence2 .secondPopText{
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    opacity: 0;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



/* SECTION 1 */
.banner{padding: 0 0;}
.banner h1{ color: #fff; font-size: 60px;line-height: 60px;font-family: 'Helvetica-Bold'; text-transform: uppercase;}
.banner h1 i{
    font-size: 35px;
    font-style: normal;
}
.banner .hero-img img {
    width: 600px;
    margin: auto;
    max-width: 100%;
}
.banner .short-link li{display: inline-block;font-family: 'Helvetica-Bold';font-size: 18px; margin: 9px 9px;}



/********** COMMON CSS END ***************/



/****** Responsive Common CSS START *******/

@media only screen and (min-width: 1800px){
    .banner h1 {
    top: 15px;
    font-size: 70px;
    line-height: 80px;
    }
    #imagesequence2 .animHeading>span:not(:first-child){
        top: 100px;
    }
}



@media only screen and (max-width: 1023px){
    .banner h1 {
        top: 30px;
    }
.ftr_btm {
    display: block;
}
.stts
{
  margin-top: 13px;
}
.ftr_btm ul li:first-child a
{
    padding-left: 0;
}
.ftr_nav nav {
margin-top: 15px;
}
}


@media only screen and (max-width: 767px){
    .banner h1 {
        font-size: 40px;
        line-height: 42px;
        top: 10px;
    }
      .banner h1 i {
        font-size: 25px;
        font-style: normal;
    }
      #imagesequence2 .animHeading>span:not(:first-child) {
        top: 45px;
    }
      .banner .short-link li {
        font-size: 12px;
        margin: 0 0;
        line-height: 22px;
    }
      #imagesequence2 .animfooter {
        font-size: inherit;
    }
    .ftr_btm {
        display: block;
    }
      .footer_row {
        flex-wrap: wrap;
    }
     .footer_col {
        width: 100%;
        padding-right: 0;
    }
      .mrge_tp_ftr {
        margin-top: 0;
    }
      .footer_col ul
      {display: flex;
        flex-wrap: wrap;}
      .footer_col ul li
      {
          width: 50%; 
      }
      
      .ftr_btm ul {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px){
.banner .short-link li {
    font-size: 10px;
}
}




/****** Responsive Common CSS END *******/




