@font-face {
        font-family: 'HelveticaNeueBold';
        src: url('../fonts/helveticaneuebold.eot');
        src: url('../fonts/helveticaneuebold.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/helveticaneuebold.woff') format('woff'),
                 url('../fonts/helveticaneuebold.ttf') format('truetype'),
                 url('../fonts/helveticaneuebold.svg#helveticaneuebold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'HelveticaNeue-Medium';
        src: url('../fonts/helveticaneuemedium.eot');
        src: url('../fonts/helveticaneuemedium.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/helveticaneuemedium.woff') format('woff'),
                 url('../fonts/helveticaneuemedium.ttf') format('truetype'),
                 url('../fonts/helveticaneuemedium.svg#helveticaneuemedium') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'Helvetica';
        src: url('../fonts/helvetica.eot');
        src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/helvetica.woff') format('woff'),
                 url('../fonts/helvetica.ttf') format('truetype'),
                 url('../fonts/helvetica.svg#helvetica') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'HelveticaNeue';
        src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  
             url('../fonts/HelveticaNeue.woff') format('woff'), 
             url('../fonts/HelveticaNeue.ttf')  format('truetype'), 
             url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
  /* 55 Roman */
    font-family: '55 Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?') format('eot'), 
         url('../fonts/HelveticaNeueLTStd-Roman.otf')  format('opentype'),
         url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), 
         url('../fonts/HelveticaNeueLTStd-Roman.ttf')  format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
}

@font-face {
  font-family: FontAwesome;
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active{outline:0px none !important;}

ul,ol,h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Rokkitt', serif;
	font-size: 17px;
	line-height: 20px;
	color: #565656;
}
h1 {
	font-size: 57px;
	line-height: 55px;
	font-weight: normal;
}
h2 {
	font-size: 50px;
	line-height: 54px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 45px;
	line-height: 35px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	font-size: 24px;
	line-height: 25px;
	font-weight: normal;
	COLOR: #2f2f2f;
	text-transform: uppercase;
}
h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
p{
	margin-bottom: 25px;
}
p,ul li, ol li {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Helvetica';
}
a,a:hover,a:link,a:active,a:visited{
	color: #408380;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
img {
	max-width: 100%;
}

.main-outercon {
    overflow: hidden;
}

.wrapper{
	width: 100%;
	min-width:296px;
	margin:0px auto;
}

/*** Begin Header Section *************************************************************************************/

.header {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
}

.insidepage-header.header {
    position: relative;
}

.header-top-outer {
    float: left;
    width: 100%;  
    background: url("../images/innerpage-header-bg.png") no-repeat left top;
    background-size: 100% 100%;    
    padding-bottom: 55px;
}

.stoked .header-top-outer {
    background-image: url("../images/stoked-header-bg.png");
}    

.header-outer {
    float: left;
    width: 100%;    
}

.logo-outer {
    display: inline-block;    
}

.menu-outer {
    display: inline-block; 
    
    background: rgb(246,183,30); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(246,183,30) 0%, rgb(228,152,6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(246,183,30) 0%,rgb(228,152,6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(246,183,30) 0%,rgb(228,152,6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b71e', endColorstr='#e49806',GradientType=0 ); /* IE6-9 */  
    
    -webkit-box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.insidepage-header .menu-outer {
    float: left;
    width: 100%;     
}

.menu-outer nav > ul {
    float: left;
    width: 100%;  
    list-style: none;
}

.menu-outer nav > ul > li:before {
    content: "\0002F";
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 12px;
    display: inline-block;
    color: #010101;
    width: 7px;
    height: 10px;
}

.menu-outer nav > ul > li:first-child:before {
    display: none;
}

.menu-outer nav > ul > li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;    
    width: 0;
    height: 0;
    border-style: solid;
    display: none;
    border-width: 0 10.5px 9px 10.5px;
    border-color: transparent transparent #484646 transparent;    
}

.menu-outer nav > ul > li.no-arrow:after {
    display: none !important;
} 

.menu-outer nav > ul > li.last > a {
    padding-right: 34px;
}      

.menu-outer nav > ul > li {
    display: inline-block;
    font-family: 'HelveticaNeue';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;    
    text-transform: uppercase; 
    position: relative;    
}

.menu-outer nav > ul > li:hover > ul,
.menu-outer nav > ul > li:hover:after,
.menu-outer nav > ul > li > ul li:hover > ul {
    display: block;
}

.menu-outer nav > ul > li > a {
    display: inline-block;
    color: #010101;
    padding: 11px 12px 9px 16px;
    
    -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}

.menu-outer ul ul,
.menu-outer ul ul ul {
    float: left;
    width: 210px;  
    display: none;
    background: rgba(74,71,72,0.95) !important;
    background: rgb(74,71,72);  
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    list-style: none;
    z-index: 1;
}

.menu-outer ul ul ul {
    top: 0;
    left: 100%;
    background: rgba(92,93,96,0.98) !important;
    background: rgb(92,93,96);
}

.menu-outer nav > ul > li.last > ul {
    left: auto;
    right: 0;
}

.menu-outer nav > ul > li.last > ul ul {
    left: auto;
    right: 100%;
}

.menu-outer ul ul li:first-child,
.menu-outer ul ul ul li:first-child {
    border-top: none !important;
}

.menu-outer ul ul li:first-child a,
.menu-outer ul ul ul li:first-child a {
    padding-top: 14px;
}

.menu-outer ul ul li {
    float: left;
    width: 100%;  
    border-top: 1px solid rgba(255,255,255,0.36) !important;
    border-top: 1px solid rgb(255,255,255);  
}

.menu-outer ul ul li a {
    display: block;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;  
    color: #ffd060;
    text-transform: uppercase; 
    padding: 6px 20px 7px;
    
    -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}

.menu-outer nav > ul > li > a:hover,
.menu-outer nav > ul > li > a:focus,
.menu-outer ul ul li a:hover,
.menu-outer ul ul li a:focus {
    color: #ffffff;
    text-decoration: none;
}

.menu-outer nav > ul > li:first-child > a,
.menu-outer nav > ul > li:first-child > ul > li > a {
    padding-left: 34px;
} 

.mobile-menu-outer {
    float: left;
    width: 100%;   
}

.warm-call {
    position: absolute;
    right: 9%;    
    top: 35%;
    font-family: 'HelveticaNeue';
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;  
    color: #ffffff;
    text-transform: uppercase; 
    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.57);
    
    -webkit-transition: all 200ms ease-in-out 0s;
       -moz-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
}

.insidepage-header .warm-call {
    color: #565656;
    text-shadow: none;
    top: 25%;
}

.stoked.insidepage-header .warm-call {
    color: #ffffff;
}    

.warm-call:hover,
.warm-call:focus {
    color: #8e8e8e;
    text-decoration: none;
}

.stoked-logo-outer {
    float: left;
    position: absolute;
    left: 9%;
    top: 7%;
}
 
/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/

.content-container {
    float: left;
    width: 100%;    
}

.slider-container {
    float: left;
    width: 100%;      
}

.slider-single-slide {
    float: left;
    width: 100%;      
    position: relative;
}

.slider-single-slide img {
    float: left;
    width: 100%;      
}

.slider-txt-container {
    float: left;
    width: 100%; 
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-txt-container .container,
.slider-txt-container .row,
.slider-txt-container .col-sm-10 {
    height: 100%; 
}

.slider-txt-outer {
    float: left;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slider-txt-outer .first-heading,
.slider-txt-outer h2 {
    display: block;
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    font-size: 148px;
    line-height: 60px;
    color: #ffffff;
    text-transform: capitalize;    
    text-shadow: 0px 7px 9px rgba(0, 0, 0, 1);
}

.slider-txt-outer h2 {
    font-size: 161px;
    line-height: 68px;
    color: #b6e1ff;
    margin: 32px 0 30px;    
}

.yellow-txt-color .slider-txt-outer h2 {
    color: #ffd507;
}

.lightyellow-txt-color .slider-txt-outer {
    padding: 0 10%;
}

.lightyellow-txt-color .slider-txt-outer .first-heading {
    font-size: 140px;
    line-height: 95px;
    text-align: left;
}

.lightyellow-txt-color .slider-txt-outer h2 {
    color: #f8edb9;
    font-size: 129px;
    line-height: 92px;
    text-align: right;
    margin-right: 18%;
    margin: 0 0 23px;
}

.class-styles .slider-txt-outer .first-heading {
    font-size: 221px;
    line-height: 135px;
    text-align: left;
    margin-bottom: 6px;
}

.class-styles .slider-txt-outer sup {
    font-size: 100%;
    top: -0.25em;
}

.class-styles .slider-txt-outer {
    color: #fcc200;
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    font-size: 154px;
    line-height: 100px;
    padding: 0 20%;
}

.class-styles .slider-txt-outer h2 {
    display: inline-block;
    font-size: 218px;
    line-height: 150px;
    color: #ffffff;
    margin: 0 0 40px;
}

.slider-txt-outer .third-heading {
    display: block;
    text-align: right;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 48px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 11%;
    text-shadow: 0px 7px 9px rgba(0, 0, 0, 1);
}

.welcome-block{
    float: left;
    width: 100%;
    padding: 45px 0 36px;
    color: #ffffff;
    background-image: -ms-linear-gradient(bottom, #3B3535 0%, #505050 100%);
    background-image: -moz-linear-gradient(bottom, #3B3535 0%, #505050 100%);
    background-image: -o-linear-gradient(bottom, #3B3535 0%, #505050 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3B3535), color-stop(100, #505050));
    background-image: -webkit-linear-gradient(bottom, #3B3535 0%, #505050 100%);
    background-image: linear-gradient(to top, #3B3535 0%, #505050 100%);
}
.welcome-block h3{
    font-weight: 700;
    padding-bottom: 25px;
}
.welcome-block p{
    font-family: 'Rokkitt', serif;
    line-height: 24px;
    font-size: 19px;
}
.news-block{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 13.6%;
}
.news-block-inner{
    float: left;
    width: 100%;
    position: relative;
    padding:18px 3.5% 25px 23%;
    background-image: -ms-linear-gradient(top, #232222 0%, #1c191a 100%);
    background-image: -moz-linear-gradient(top, #232222 0%, #1c191a 100%);
    background-image: -o-linear-gradient(top, #232222 0%, #1c191a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #232222), color-stop(100, #1c191a));
    background-image: -webkit-linear-gradient(top, #232222 0%, #1c191a 100%);
    background-image: linear-gradient(to bottom, #232222 0%, #1c191a 100%);
}
.news-block-inner:after{
    content: "";
    background: url(../images/flame.png) no-repeat right top;
    height: 163px;
    position: absolute;
    right: 0;
    top: 24px;
    width: 229px;
}
.news-block img{
    position: absolute;
    left: 0;
    z-index: 1;
}
.news-block-inner h3{
    font-size: 36px;
    padding: 0;
    margin-bottom: 4px;
    color: #fbb654;
}
.news-link{
    padding: 15px 0 11px 28px;
    background-image: -ms-linear-gradient(top, #FDDFA3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #FDDFA3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #FDDFA3 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDDFA3), color-stop(100, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #FDDFA3 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #FDDFA3 0%, #FFFFFF 100%);
}
.news-link li{
    list-style: none;
    line-height: 24px;
}
.news-link li a,.news-link li span{
    font-family: 'HelveticaNeue-Medium';
    color: #000000;
    font-size: 15px;
}
.news-link li span{
    padding-right: 12px;
    float: left;
}
.news-link li a:hover{
    color: #408380 ;
}

/*======News Page======*/
.news-content{
    float: left;
    width: 100%;
    padding-left: 15%;
}
.news-page-header{
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 87px 0 34px;
}
.news-page-header h2{
    font-size: 57px;
    font-weight: 700;
}
.news-page-content{
    float: left;
    width: 100%;
    padding-bottom: 75px;
}
.news-page-content article{
    float: left;
    width: 100%;
    padding: 40px 0 44px;
    border-bottom: 1px solid #d7d7d7;
}
.article-content{
    float: left;
    width: 100%;
}
.left-img .article-content img{
	float:left;
}
.article-content > img {
    margin: 0 20px;
    height: 100%;
	float: right;
}
.news-page-content article h4{
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
.article-content p{
    font-family: 'Rokkitt', serif;
    /*font-size: 17px;
    line-height: 20px;*/
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #565656;
}
.article-content a{
    text-transform: uppercase;
}
.news-pagination{
    float: left;
    width: 100%;
    padding-top: 35px;
    text-align: center;
}
.news-pagination a{
    font-size: 19px;
    color: #565656;
    text-transform: uppercase;
}
.news-pagination ul{
    display: inline-block;
    padding: 0 64px;
}
.news-pagination ul li{
    list-style: none;
    display: inline-block;
}
.news-pagination ul li a{
    font-size: 19px;
    color: #565656;
}
.news-pagination a:hover{
    color: #dddddd;
}
.news-pagination ul li a:hover{
    color: #dddddd;
}
.news-sidebar{
    float: left;
    width: 100%;
    background: #fbe0a2;
    padding: 60px 0 0 25px;
}
.single-sidebar-block{
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.single-sidebar-block h5{
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
    font-family: 'HelveticaNeueBold';
}
.single-sidebar-block li{
    list-style: none;
}
.single-sidebar-block li a{
    font-size: 15px;
    color: #000000;
    font-family: 'HelveticaNeue-Medium';
}
.single-sidebar-block li a:hover{
    color: #408380;
}
.single-sidebar-block li span{
    font-size: 15px;
    color: #000000;
    font-family: 'HelveticaNeue-Medium';
    padding-right: 4px;
}


/*------------------------stoked-inner-con-------------------------*/
.stoked-inner-con{
    max-width: 1246px;
    width: 100%;
    margin: 0 auto;
    padding: 44px 0;
}
.inner-left-con{
    float: left;
    width: 78.2%;
    padding: 0 0 0 7.02%;
}
.breadcrumb-outer{
    float: left;
    width: 100%;
}
.breadcrumb-outer ol{
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 16px;
    padding: 8px 0;
}
.breadcrumb > li + li:before{
    content: ">";
    color: #616161;
}
.breadcrumb > li{
    font-size: 14px;
    color: #565656;
    font-family: '55 Roman';
}
.breadcrumb > li,
.breadcrumb > li a{
    font-family: '55 Roman';
}
.breadcrumb > li a:hover{
    color: #c46205;
}
.inner-left-content{
    float: left;
    width: 100%;
}
.inner-left-content h2{
    font-family: 'Rokkitt', serif;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 25px;
}
.inner-left-content p{
    font-family: 'Rokkitt', serif;
    font-weight: bold;
    /*font-size: 15px;
    line-height: 20px;*/
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}
.image-outer{
    float: right;
    margin-left: 2%;
}
.inner-bottom-content{
    float: left;
    width: 100%;
    border-top: 1px solid #565656;
    padding-top: 25px;
    margin: 14px 0 52px;
}
.links-outer{
    float: left;
    width: 24.27%;
    padding-left: 4.2%;
}
.links-outer h5{
    float: left;
    width: 100%;
    font-size: 17px;
    font-family: 'Rokkitt', serif;
    font-weight: bold;
}
.links-outer ul{
    float: left;
    width: 100%;
    list-style: none;
}
.links-outer ul li{
    float: left;
    width: 100%;
    padding-left: 20.5%;
}
.links-outer ul li a{
    font-size: 19px;
    font-family: 'Rokkitt', serif;
    font-weight: bold;
    color: #565656;
}
.links-outer ul li a:hover{
    color: #c46205;
}
.partners-outer{
    float: left;
    width: 74.25%;
    margin-top: -6px;
}
.partners-outer ul{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.partners-outer ul li{
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 4px;
}

.inner-right-con{
    float: left;
    width: 16.91%;
    margin-left: 4.89%;
    margin-top: 95px;
}
.stoked-sidebar{
    float: left;
    width: 100%;
    background: #000000;
    padding: 25px 16px 25px 18px;
}
.stoked-sidebar > img {
    margin-top: -72px;
}
.stoked-sidebar-content{
    float: left;
    width: 100%;
    background: url('../images/sidebar-bg.jpg') no-repeat left top;
    background-size: cover;
    padding: 17px 8px 8px;
    margin-top: 16px;
}
.stoked-sidebar-content h4{
    float: left;
    width: 100%;
    text-align: center;
    color: #c46205;
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 0 12px;
    background: url('../images/line-bg.jpg') no-repeat center bottom;
    margin: 0 0 30px;
}

.stoked-sidebar-content ul{
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 18px;
}
.stoked-sidebar-content ul li{
    float: left;
    width: 100%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
.stoked-sidebar-content ul li:before{
    position: absolute;
    content: ">";
    display: inline-block;
    left: 0;
    top: 3px;
}
.stoked-sidebar-content ul li a{
    float: left;
    width: 100%;
    font-family: 'HelveticaNeue-Medium';
    font-size: 15px;
    color: #000000;
    /*word-spacing: -2px;*/
}
.stoked-sidebar-content ul li a:hover{
    color: #c46205;
}
.mob-img-outer{
    display: none;
    margin-bottom: 30px;
}


/*------------------------stoked-inner-con-------------------------*/

/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/

.footer-container{
    float: left;
    width: 100%;
    background: #408380;
    padding: 62px 0 89px;
    -webkit-box-shadow: inset 0px 27px 35px 0px rgba(56,115,112,1);
-moz-box-shadow: inset 0px 27px 35px 0px rgba(56,115,112,1);
box-shadow: inset 0px 27px 35px 0px rgba(56,115,112,1);
}

/*======Footer Left=====*/
.footer-left{
    float: left;
    width: 50%;
    border-right: 1px solid #a1c2c1;
}
.left-top{
    float: left;
    width: 100%;
    padding-bottom: 28px;
}
.left-bottom{
    float: left;
    width: 100%;
}
.footer-menu-single{
    float: left;
    width: 100%;
}
.first-menu{
    width: 26%;
}
.second-menu{
    width: 20%;
}
.third-menu{
    width: 19%;
}
.fourth-menu{
    width: 35%;
}
.fifth-menu{
    width: 33%;
}
.sixth-menu{
    width: 31%;
}
.seventh-menu{
    width: 36%;
}
.footer-menu-single.large-one{
    max-width: 200px;
}
.footer-left h5{
    color: #ffffff;
    font-family: 'HelveticaNeueBold';
    text-transform: uppercase;
    padding-bottom: 2px;
}
.footer-left ul{
    padding-left: 6px;
}
.footer-left li{
    list-style: none;
}
.footer-menu-single li a{
    color: #99e1de;
    font-size: 15px;
    font-family: 'HelveticaNeue';
}
.footer-menu-single li a:hover{
    color: #ffd821;
}

/*======Footer Right=====*/
.footer-right{
    float: left;
    width: 50%;
    padding-left: 74px;
}
.footer-address{
    float: right;
}
.footer-address address{
    text-align: right;
    font-size: 21px;
    color: #ffffff;
    font-family: 'HelveticaNeue';
}
.footer-address address b{
    font-family: 'HelveticaNeueBold';
}
.footer-ad{
    float: left;
    width: 47%;
}
.first-ad{
    float: right;
    position: relative;
}
.first-ad h5{
    color: #ffffff;
    font-family: 'Rokkitt', serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    letter-spacing: 13px;
    bottom: 2px;
    left: 22px;
    position: absolute;
}
.second-ad{
    float: right;
    width: 100%;
    max-width: 160px;
    text-align: center;
    background: #4e4d4d;
    padding: 16px 0 8px;
    text-transform: uppercase;
}
.second-ad h6{
    font-size: 32px;    
    color:#ffd821;
    line-height: 22px;
}
.second-ad h4{
    font-size: 40px;
    color:#ffffff;
    line-height: 32px;
}
.second-ad h3{
    font-size: 56px;
    color:#ffd821;
    line-height: 38px;
}
.second-ad h5{
    font-size: 33px;
    color:#ffffff;
    line-height: 22px;
}
.second-ad a{
    font-size: 14px;
    color:#ffffff;
    font-weight: bold;
    text-transform: capitalize;
}
.second-ad a:hover{
    color: #ffd821;
}
.social-icons{
    float: right;
    position: relative;
    width: 113px;
    height: 102px;
    margin-top: 45px;
}
.social-icons li{
    list-style: none;
    float: left;
    text-align: center;
    position: absolute;
}
.social-icons li a{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: #ffffff;
    border: 6px solid #f4f3f3;
    -webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
    
    -webkit-box-shadow: 0 6px 6px 0 rgba(82,113,112,1);
-moz-box-shadow: 0 6px 6px 0 rgba(82,113,112,1);
box-shadow: 0 6px 6px 0 rgba(82,113,112,1);
}
.social-icons .fb-icon{
    top: 0;
    left: 0;
}
.social-icons .utube-icon{
    right: 9px;
    top: 7px;
}
.social-icons .twitter-icon{
    bottom: 0;
    left: 20px;
}
.social-icons .fb-icon a{
    background: #3b5998;
}
.social-icons .utube-icon a{
    background: #c70c0c;
}
.social-icons .twitter-icon a{
    background: #00aced;
}
.social-icons li a:hover{
    opacity: 0.4;
}


.footer-address address a[href^='tel'],
.footer-address address a[href^='tel']:hover,
.footer-address address a[href^='tel']:focus {
    color: #ffffff;
    text-decoration: none;
}

/*** End Footer Section ***************************************************************************************/


