/*------------------------------------------------------------------
[Table of contents]
1. Global CSS
          1.1 Global Header Logo/Menu CSS
          1.2. Global Section CSS
2. Home Section CSS
3. Services Section CSS
4. Portfolio Section CSS
5. Inspire Section CSS
6. About Section CSS
7. News Section CSS
8. Pricing Section CSS
9. Skills Section CSS
10. Team Section CSS
11. Clients Section CSS
12. Contact Section CSS
13. Milestones Section CSS
14. Footer CSS
15. Responsive CSS
-------------------------------------------------------------------*/


@import url("css/clear.css");
@import url("css/font-awesome.min.css");
@import url("css/sm-clean.css");
@import url("css/slick.css");
@import url("css/prettyPhoto.css");
@import url("css/owl.carousel.min.css");
@import url("css/owl.theme.default.min.css");
@import url("css/common.css");




/* ===================================
    1. Global CSS
====================================== */
body
{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    background-color: #1e1e1e;
    overflow-x: hidden;
}

body a
{
    text-decoration: none;
    color: #E21F26;
    transition: color .2s ease;
}

body a:hover
{
    color: #ff1e5c; 
}

body p, body pre
{
    margin-bottom: 13px;
    
}

.site-wrapper img
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #080808;
}

.doc-loader img
{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1170
{
    width: 1170px;    
}

.content-960
{
    width: 960px;    
}

.content-740
{
    width: 740px;
}

.pagination-holder
{
    margin: 60px 0;
}

.section-wrapper 
{
    position: relative;
    padding: 20px 0 75px 0;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/* ===================================
    1.1 Global Header Logo/Menu CSS
====================================== */

.header-holder
{
    z-index: 99 !important;
    background-color: #0076a8;
    width: 100% !important;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
}

.sticky-wrapper
{
    height: 77px !important;
}

.admin-bar .header-holder
{
    top: 32px !important;
}

.menu-wrapper
{
    width: 98%;
    max-width: 1450px;
    min-height: 77px;
}

.header-logo
{
    line-height: 0;
    font-size: 0;
    float: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.menu-holder
{
    float: right;
    max-width: 80%;
}

.toggle-holder
{
    display: none;
    right: 10px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle:hover
{
    cursor: pointer;
}

#toggle div
{
    height: 3px;
    margin-bottom: 6px;
    background-color: #fff;
    width: 22px;
}

#toggle .second-menu-line
{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;    
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

#toggle:hover .second-menu-line
{
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

#toggle.on .second-menu-line {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

#toggle .third-menu-line
{        
    margin-bottom: 5px;
}

#header-main-menu 
{
    display: inline-block;
}

.sm-clean .has-submenu 
{
    padding-right: 35px !important;
}

body .site-wrapper .sm-clean a 
{
    cursor: pointer;
    color: #fff;
}

.sm-clean a span.sub-arrow 
{
    right: 3px;
}

.sm-clean a.highlighted
{
    padding: 15px;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-size: 14px;
    font-weight: 400;
    transition: color .3s ease, background-color .3s ease;
    padding: 12px;
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {    
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sm-clean
{
    background-color: transparent;        
    padding: 15px 0;
}

body .sm-clean a:hover, body .main-menu.sm-clean .sub-menu li a:hover, body .sm-clean li.active a, body .sm-clean li.current-page-ancestor > a, body .sm-clean li.current_page_ancestor > a, body .sm-clean li.current_page_item > a
{
    color: #fff !important;
}

.sm-clean li 
{
    margin-right: 10px;
}

.sm-clean li:last-child
{
    margin-right: 0;
}

.sm-clean ul 
{    
    background-color: #000;
}

.sm-clean a.has-submenu 
{
    padding-right: 24px;
}

.sub-menu a, .children a
{
    padding-left: 15px !important;
}

.sub-menu .sub-menu, .children .children
{
    padding-top: 8px;
}

.sub-menu .sub-menu a, .children .children a, .sub-menu .sub-menu a:hover, .children .children a:hover {
    padding-top: 10px !important;
}

@media (min-width: 925px) {

    .sm-clean ul a span.sub-arrow {
        margin-top: 0;
    }
    .sm-clean ul {
        padding: 8px 0;
    }
}

@media (max-width: 925px) {
    .sm-clean ul
    {
        background-color: #fff;
    }
}

.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul
{
    border-radius: 5px;
}


/* ===================================
    1.2. Global Section CSS
====================================== */

.section 
{    
    background-color: #f5f5f5;
    overflow: hidden;
}

.section h2.entry-title, .page-template-default.page .section h1.entry-title 
{
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-weight: 200;
    word-break: break-word;
}

.page .page-content
{
    background-color: #fff;
    padding: 75px;    
}

.sticky-spacer 
{
    position: static !important;
}

.section-title-holder 
{
    width: 270px;
    position: relative;
    color: #fff;
    word-break: break-all;
    padding-top: 50px;
}

.section-content-holder 
{
    width: 690px;
    margin-top: 50px;
}

.no-padding .section-content-holder
{
    margin-top: 0;
    width: 810px;
}

.no-padding .section-content-holder.float-right 
{
    float: left;
    margin-left: 88px;
}

.no-padding .section-content-holder.float-left 
{
    float: right;
    margin-right: 90px;
}

@media screen and (min-width: 1025px) {
.no-padding .section-wrapper
{
    padding: 0;
}

.no-padding .section-title-holder
{
    padding-top: 125px;
    padding-bottom: 75px;
}

}
.section.page-split h2.entry-title
{
    text-align: left;
    padding-top: 0;
    font-size: 50px;
}

.section .page-desc
{
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 60px;
    word-break: break-word;
}

.section.page-split .section-title-holder .page-desc 
{
    text-align: left;
    margin-bottom: 40px;
    margin-top: 60px;
}

.full-width 
{
    padding: 50px 0;
}

.section.full-screen
{
    min-height: calc(100vh - 77px);    
    display: flex;
    padding: 0;
}

.section.full-screen .section-wrapper 
{
    margin: auto;
    padding: 0;
}

.bg-holder
{
    float: none !important;
}

.bg-holder.float-left .split-color 
{
    position: absolute;
    top: 0;
    transform: translateX(-104%);
    left: 405px;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.bg-holder.float-right .split-color 
{
    position: absolute;
    top: 0;
    transform: translateX(100%);
    right: 360px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #d41e5c;
}



/* ===================================
    2. Home Section CSS
====================================== */

#home
{
    background-image: url(images/hero_main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.big-text
{    
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
}


/* ===================================
    3. Services Section CSS
====================================== */

#services
{
    background-color: #0076a8;
}

#services .split-color
{
    background-color: #0076a8;
}
#services
{
    background-color: #0076a8;
}

#services .split-color
{
    background-color: #E21F26;
}

.service-holder
{
    margin: 25px 0;
}

.service-holder:after
{
    content: "";
    display: block;
    clear: both;    
}

.service-img
{
    float: left;
    width: 30%;
    max-width: 90px;
}

.service-txt
{
    
    margin-left: 25px;
    text-align: left;
    line-height: 25px;
    
}

.service-txt h4
{
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 0;
    color: #000;
    font-weight: 600;
}

/* ===================================
    3. Takeaways Section CSS
====================================== */

#takeaways
{
    background-color: #F09537;
}

#takeaways .split-color
{
    background-color: #F48020;
}

#venue
{
    background-color: #0076a8;
}

#venue .split-color
{
    background-color: #0888bf;
}

/* ===================================
    4. Portfolio Section CSS
====================================== */

#portfolio
{
    background-color: #f5f5f5;
}

#portfolio .split-color
{
    background-color: #505cc1;
}

.grid 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
}

.grid-sizer
{
    width: 50%;
}

.grid-item
{
    float: left;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.grid-item.p_one_half
{
    width: 50%;
}

.grid-item.p_one
{
    width: 100%;
}


.grid-item img
{
    width: 100% !important;
    height: auto;
    display: block;    
}

.grid-item .entry-holder 
{
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
}

.grid-item a.item-link:after 
{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.portfolio-text-holder 
{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%);
    transition: all .3s ease;
    text-align: center;
}

.portfolio-title 
{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
}

.portfolio-desc
{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 2px;
}

.grid-item a.item-link:hover:after, .grid-item a.item-link:hover .portfolio-text-holder
{
    opacity: 1;
}


.more-posts-portfolio-holder
{
    min-height: 1px;
    margin-top: -1px;
    margin-bottom: 50px;
}

.no-padding .more-posts-portfolio-holder
{
    margin-bottom: 0;
}

.more-posts-portfolio-holder img 
{
    width: 70px !important;
    height: 70px !important;
}

.more-posts-portfolio-holder.hide
{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.more-posts-portfolio
{
    color: #fff;
    background-color: #000000;
    padding: 17px 6px 17px 14px;
    display: block;
    transition: all .3s ease;
}

.more-posts-portfolio
{
    cursor: pointer;   
}

.portfolio-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
    width: 690px;
    max-width: 100%;
}

.section-content-holder.float-right .portfolio-load-content-holder {
    margin-right: 0;
    margin-left: auto;    
}

.section-content-holder.float-left .portfolio-load-content-holder {
    margin-right: auto;
    margin-left: 0;    
}

.portfolio-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.section.no-padding .portfolio-content-wrapper {
    margin: 75px 0;
}    

.portfolio-content-wrapper {
    display: none;
}

.portfolio-content-wrapper.show {
    display: block;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}

#portfolio-grid.hide {
    opacity: 0;
    transform: translateY(70px);    
}

.grid-item a.item-link.animate-plus:after, .ajax-portfolio.animate-plus .portfolio-text-holder {
    opacity: 1;
}

.portfolio-item-wrapper
{
    width: 690px;
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: 95%;
}



/* ===================================
    5. Inspire Section CSS
====================================== */

#inspire
{    
    background-image: url(images/bg_sec.jpg);
    background-color: #000000;
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
}


/* ===================================
    6. About Section CSS
====================================== */

#about
{
    background-color: #ffc43b;
}

#about .split-color
{
    background-color: #ffd23e;
}


/* ===================================
    7. News Section CSS
====================================== */

#news
{
    background-color: #0076a8;
}

#news .split-color
{
    background-color: #d41e5b;
}
#past
{
    background-color: #F0171F;
}

#past .split-color
{
    background-color: #E21F26;
}
.blog-holder-scode
{
    margin-top: -30px;
}

.blog-holder-scode article:nth-of-type(2n) 
{
    margin-right: 0;
}

.blog-item-holder-scode
{
    margin: 30px 0;
    width: 45%;
    display: inline-block;
    margin-right: 8%;
    vertical-align: text-top;
}

.blog-item-holder-scode .excerpt
{
    margin-top: 20px;
}

.blog-item-holder-scode h4 
{
    padding: 0;
    max-width: 930px;
    margin: 0 auto;
}

.blog-item-holder-scode h4 a 
{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    transition: all .2s ease;
}

.blog-item-holder-scode h4 a:hover
{
    color: #fff;
    opacity: 0.5;
}

.blog-item-holder-scode .cat-links ul
{
    list-style: none;
    padding: 0;    
}

.blog-item-holder-scode .cat-links ul li
{
    display: inline-block;
}

.blog-item-holder-scode .cat-links ul li a:after
{
    content: ",";    
    padding-right: 5px;
}

.blog-item-holder-scode .cat-links ul li:last-child a:after
{
    display: none

}

.blog-item-holder-scode .cat-links ul a
{
    text-transform: uppercase;
    color: #fff;
    transition: all .2s ease;
}

.blog-item-holder-scode .cat-links ul li a:hover
{
    opacity: 0.5;
}

.blog-item-holder-scode .entry-date.published, .blog-item-holder-scode .cat-links
{
    display: inline-block;
    font-size: 14px;    
    margin-top: -10px;
}

.blog-item-holder-scode .entry-date.published:after
{   
    content: "\2022";
    display: inline-block;
    margin: 0 7px 0 10px;
}

.blog-holder-scode .more-posts-link
{
    vertical-align: text-bottom;
    display: inline-block;
    background: #864eff;
    border-radius: 5px;
    width: 255px;
    height: 90px;
}

.blog-holder-scode .more-posts-link a 
{
    display: block;
    text-align: center;
}

.blog-holder-scode .more-posts-link img
{
    transition: transform .3s ease;
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.blog-holder-scode .more-posts-link:hover img 
{
    transform: translateX(10px);
}


/* ===================================
    8. Pricing Section CSS
====================================== */

#pricing
{
    background-color: #0076a8;
}

.pricing-table 
{
    text-align: center;
    padding-bottom: 20px;
    overflow: hidden;
    color: #969696;
    background-color: #000000;
    margin-top: 30px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-table-title 
{
    background-color: #ff1e5c;
    color: #fff;
    font-size: 24px;
    padding: 40px 0;
    margin-bottom: 25px;
}

.pricing-table-price 
{
    font-size: 60px;
    line-height: 100%;
    color: #ffffff;
}

.pricing-table ul 
{
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.pricing-table ul li 
{
    padding: 10px 0;
}

.pricing-table-content-holder 
{
    padding: 0 10%;
    margin-bottom: 40px;
}

.pricing-button
{
    display: inline-block;
    color: #fff !important;
    border: 2px solid;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 15px; margin-top:15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.pricing-button:hover
{
    opacity: 0.5;
}


.pricing-orange
{
    background-color: #de8234;
}

.pricing-blue
{
    background-color: #505CC1;
}

.pricing-green
{
    background-color: #37bd6c;
}



/* ===================================
    9. Skills Section CSS
====================================== */

#skills
{
    background-color: #5067c1;
}

#skills .split-color
{
    background-color: #505cc1;
}

.skills-holder 
{
    position: relative;
    margin: 40px 0;
}

.skill-holder 
{
    margin-bottom: 30px;
}

.skill-holder:after 
{
    clear: both;
    display: block;
    content: "";
}

.skill-percent
{
    font-size: 48px;
    line-height: 100%;
    font-weight: 100;
    width: 100px;
    display: inline-block;    
    vertical-align: text-top;
}

.skill 
{
    width: 100%;
    height: 3px;
    background-color: rgba(202, 202, 202, 0.3);
    margin-bottom: 30px;
}

.skill-text 
{
    display: inline-block;
    width: calc(100% - 145px);
    margin-right: 0;
    float: right;
    vertical-align: text-top;
}

.skill-fill 
{
    width: 100%;
    height: 10px;
    background-color: #fff;
}

.skill-text span
{
    font-size: 22px;
    line-height: 35px;
}



/* ===================================
    10. Team Section CSS
====================================== */

#team
{
    background-color: #f5f5f5;
}

#team .split-color
{
    background-color: #21733F;
}

.member-item-wrapper
{    
    width: 690px;    
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: 95%;
}

.section.no-padding .member-content-wrapper {
    margin: 75px 0;    
}

.info-text 
{    
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 40px;
    font-weight: 100;
}

#team-holder 
{
    position: relative;
    margin-bottom: 50px;
}

.section.no-padding #team-holder
{
    margin-bottom: 0;
}

.member-holder-wrapper 
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-holder-wrapper li.one_third:nth-child(3n), .member-holder-wrapper li.one_half:nth-child(2n), .member-holder-wrapper li.one_fourth:nth-child(4n)  
{
    margin-right: 0;
}

.member-info-holder
{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.member-name 
{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.member-position 
{
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    margin-left: -2px;
    color: #fff;
    line-height: 100%;
}

.team-load-content-holder 
{
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
    width: 690px;
    max-width: 100%;
}

.section-content-holder.float-right .team-load-content-holder {
    margin-right: 0;
    margin-left: auto;    
}

.section-content-holder.float-left .team-load-content-holder {
    margin-right: auto;
    margin-left: 0;    
}

.team-load-content-holder.show 
{
    transform: translateY(0);
    opacity: 1;
}

.team-load-content-holder.show.viceversa 
{
    opacity: 0;
    transform: translateY(70px);
}

.member-holder 
{
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
    text-align: center;
}

.member-holder.one_half
{
    margin: 0;
    width: 50%;
}

.member-holder.one_third
{
    margin: 0;
    width: calc(100% / 3);
}

.member-holder.one_fourth
{
    margin: 0;
    width: calc(100% / 4);
}

.member-holder img.attachment-post-thumbnail
{
    width: 100%;
    height: 100%;
    display: block;
}

.member-holder.hide 
{
    opacity: 0;
    transform: translateY(70px);    
}

.member-content-wrapper 
{
    display: none;
}

.member-content-wrapper.show 
{
    display: block;
}

.close-icon
{
    background-image: url(images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: rgba(191, 191, 191, 0.22);
    border-radius: 5px;
    margin-bottom: 20px;
    background-size: 70px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-icon:hover 
{
    background-position: -5px 0;
}

.member-mask 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: opacity .3s ease;
}

.member-mask:hover
{
    opacity: 1;
}

.member-mask.animate-plus
{
    opacity: 1;
}

.member-holder a.img-link 
{
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}


/* ===================================
    11. Clients Section CSS
====================================== */

#clients
{
    background-color: #000000;
}



/* ===================================
    12. Contact Section CSS
====================================== */

#contact
{
    background-color: #ff1e5e;
}

#contact .split-color
{
    background-color: #d41e5b;
}

.contact-form
{
    max-width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
}
.contact-form p
{
    margin-bottom: 20px !important;
}
.contact-form input[type=text], .contact-form input[type=password], .contact-form input[type=select], .contact-form input[type=email], .contact-form textarea
{
    border: 0;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    text-indent: 10px;
    background-color: transparent;
    border-bottom: 1px solid;
}
.contact-form textarea
{
    height: 150px;
}
.contact-form input[type=text]::-webkit-input-placeholder,.contact-form input[type=password]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder
{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]::-moz-placeholder,.contact-form input[type=password]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder
{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.contact-form input[type=text]:-ms-input-placeholder,.contact-form input[type=password]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder
{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]:-moz-placeholder,.contact-form input[type=password]:-moz-placeholder, .contact-form input[type=email]:-moz-placeholder, .contact-form textarea:-moz-placeholder
{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.contact-form input[name="your-name"]
{
    margin-top: 0;    
}
.contact-submit-holder
{
    position: relative;
    margin-bottom: 25px;
}
.contact-form input[type=submit]
{
    display: block;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    margin-top: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: transparent;
    padding-bottom: 17px;
    padding-top: 17px;
    transition: all .2s linear;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
.contact-form input[type=submit]:hover
{
    opacity: 0.5;
}

.contact-form1 input[type=text], .contact-form1 input[type=file], .contact-form1 select
{
    display: block;
    border: 1px solid;
    text-align: left;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: 0px;
    vertical-align: middle;
    text-decoration: none;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: all .2s linear;
    font-size: 16px;
    font-weight: 700;
    width: 100%; padding-left:5px;
}
.contact-form1 input[type=submit]
{
    display: block;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    margin-top: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: transparent;
    padding-bottom: 17px;
    padding-top: 17px;
    transition: all .2s linear;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
.contact-form1 input[type=submit]:hover
{
    opacity: 0.5;
}


/* ===================================
    13. Milestones Section CSS
====================================== */

#milestones
{
    background-color: #111111;
}

ul.milestones-holder 
{
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    text-align: center;
}

li.milestone 
{
    display: inline-block;
    position: relative;
    margin: 0 50px;
}

li.milestone:before {
    content: "/";
    display: inline-block;
    position: absolute;
    right: -55px;
    font-size: 55px;
    top: 0;
    line-height: 100%;
    font-weight: 100;
    transform: rotate(27deg);
    color: #969696;
}

li.milestone:last-child:before
{
    display: none;
}

p.milestone-num {
    font-size: 65px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

p.milestone-text {
    font-size: 22px;
    line-height: 30px;
    color: #969696;
    max-width: 190px;
    margin: 0 auto;
}

p.milestone-num:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff;
}


/* ===================================
    14. Footer CSS
====================================== */


footer ul 
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer
{
    font-size: 16px;
    line-height: 36px;
    padding-top: 70px;
    padding-bottom: 65px;
    clear: both;
    color: #000;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    background-color: #fff;
}

.footer-content
{
    padding-top: 35px;
    width: 900px;
    
}

.footer-mail 
{
    font-size: 46px;
    margin-bottom: 35px;
    line-height: 100%;
    font-weight: 700;
}

.footer-number
{
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-info 
{
    font-size: 18px;
    line-height: 24px;
    color: #969696;
    margin-bottom: 50px;
}

.social-holder
{
    margin-bottom: 20px;
}

.social-holder a 
{
    font-size: 28px;
    margin-right: 25px;
}

.social-holder a:last-of-type 
{
    margin: 0;
}

.site-wrapper .footer a
{
    color: #fff;
}

.site-wrapper .footer a:hover
{
    color: #ff1e5c;
}


/* ===================================
    15. Responsive CSS
====================================== */


@media screen and (max-width: 1600px) { 

    .content-1170, .content-960, .content-740
    {
        max-width: 95%;
    }               

}

@media screen and (max-width: 1270px)
{
    li.milestone
    {
        margin: 0 25px;
    }  

    li.milestone:before
    {
        display: none;
    }
}

@media screen and (max-width: 1024px) {   

    .sm-clean li 
    {
        margin-right: 8px;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted 
    {
        padding: 15px 8px;
    }

    .footer-content
    {
        width: 100%;
        padding: 0;
    }    

    .bg-holder 
    {
        display: none;
    }    

    .section-title-holder 
    {
        float: none !important;
        display: block;
        position: relative !important;
        width: auto !important;
        top: 0 !important;
        padding-top: 0;
    }

    .section-title-holder .entry-title br, .section.page-split .section-title-holder .page-desc br
    {
        display: none;
    }

    .section h2.entry-title
    {
        margin-bottom: 0 !important;        
    }

    .section.page-split .section-title-holder .page-desc
    {
        display: block;
        margin-top: 20px;
    }    

    .sticky-spacer
    {
        height: auto !important;
        width: auto !important;
        position: relative !important;
    }    

    .section-content-holder 
    {   
        width: 100% !important;
        margin-top: 75px;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }  

    .info-text
    {
        margin-bottom: 20px;
    }

    .info-text br
    {
        display: none;
    }  

    .portfolio-load-content-holder.show, .team-load-content-holder.show
    {
        margin-left: auto !important;
        margin-right: auto !important;
    }   

    #team-holder    
    {
        margin-bottom: 75px;
    }
    
    .full-width 
    {
        padding: 30px 0;
    }
    
    .section-wrapper 
    {    
        padding: 75px 0 15px 0;
    }
    
    .full-width .section-wrapper
    {
        padding-top: 50px;
    }

    .blog-holder-scode  
    {
        margin-bottom: 25px;        
    }
    
    ul.milestones-holder
    {
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width: 1020px) {   

    #header-main-menu
    {
        padding-bottom: 70px;
    }

    .menu-wrapper
    {
        width: 95%;
    }

    .main-menu ul 
    {
        width: 12em;
    }        

    .toggle-holder
    {
        display: block;
    }

    .sm-clean li 
    {
        margin: 0 auto !important;
        border: 0;
    }

    .sm-clean a.has-submenu 
    {
        display: inline-block;
    }

    .menu-holder
    {
        position: fixed;
        text-align: center;
        background-color: #000000;
        right: -100%;
        top: 77px;
        transition: right .3s ease;
        height: 100%;
        width: 300px;
        overflow: auto;
        max-width: 100%;
    }    

    .header-holder
    {
        -webkit-transform: none;
    }

    .menu-holder.show
    {
        right: 0;
    }

    .sm-clean ul ul a, .sm-clean ul ul a:hover, .sm-clean ul ul a:focus, .sm-clean ul ul a:active
    {
        border: none;
    }

    .sm-clean a span.sub-arrow
    {
        background: transparent;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted
    {
        padding: 10px 18px 10px 18px;
        padding-left: 10px !important;
        margin-bottom: 5px;
    }     

    .wait-01s, .wait-02s, .wait-03s, .wait-04s, .wait-05s, .wait-06s, .wait-07s, .wait-08s, .wait-09s, .wait-10s, .wait-11s, .wait-12s, .wait-13s, .wait-14s, .wait-15s
    {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }    

    .section-wrapper 
    {
        padding: 40px 0 0 0;
    }   
        
    .full-width
    {
        padding: 0;
    }       

    .section h2.entry-title, .page-template-default.page .section h1.entry-title 
    {
        font-size: 50px;
        line-height: 50px;
    }

    .section-content-holder 
    {
        margin-top: 35px;
    }       

    .big-text br 
    {
        display: none;
    }

    li.milestone
    {
        width: 40%;
        margin: 30px 0;
    }

    .section.page-split h2.entry-title 
    {        
        font-size: 50px;
        line-height: 50px;
    }


}



@media screen and (max-width: 767px) {

    .header-logo img 
    {
        max-width: 140px;
        width: auto !important;
        height: auto !important;
    }

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth
    {
        width: 100% !important;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }    

    .footer-mail 
    {
        font-size: 30px;
    }

    .site-content 
    {
        overflow: hidden;
    }    

    .section.page-split h2.entry-title 
    {
        max-width: 90%;
        font-size: 40px;
        line-height: 40px;
    }

    .section.page-split .section-title-holder .page-desc
    {
        margin-bottom: 30px;
    }

    .big-text 
    {
        font-size: 27px;
        line-height: 35px;
        text-align: center;
    }    

    .big-text br
    {
        display: none;
    }

    .section.full-screen .section-wrapper 
    {
        transform: none;
    }

    .big-text 
    {
        font-size: 30px;
        line-height: 35px;
    }

    a.button 
    {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .grid-item, .grid-sizer
    {
        width: 100% !important;
    }   

    .info-text 
    {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }  

    .blog-item-holder-scode
    {
        display: block;
        width: 100%;
        margin: 45px 0;
    } 

    .text-slider-wrapper
    {
        width: 100%;
    }
    
    .image-slider-wrapper 
    {
        margin-bottom: 20px;
    }
    
    #team-holder 
    {
        margin-bottom: 50px;
    }
    
    .section-wrapper 
    {
        padding: 55px 0 20px 0
    }   
    
    .section.full-screen
    {
        min-height: auto;
        display: block;
        padding: 30px;
    }
    
    #home.section.full-screen
    {
        min-height: calc(100vh - 135px);
        display: flex;
    }
            
    .full-width
    {
        padding: 0 0 20px 0;
    }
    
    .copyright-holder 
    {
        max-width: 90%;
        margin: 0 auto;
        line-height: 25px;
    }

}

@media screen and (max-width: 650px) {          

    .text-slider-wrapper .text-slide
    {
        font-size: 16px;
        line-height: 32px;
    }

    li.milestone
    {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .milestones-holder li:last-child
    {
        margin-bottom: 0;    
    }

    p.milestone-num
    {
        font-size: 40px;
    }

    p.milestone-text
    {
        font-size: 16px;
        line-height: 120%;
        max-width: 95%;
    }

    p.milestone-text br
    {
        display: none;
    }

    .skill-text 
    {
        width: calc(100% - 110px);
    }    

}


@media screen and (max-width: 400px) {     
    .footer-mail 
    {
        font-size: 20px;
    }
}

h8
{    font-size:15px; 
     color:White;   
    }
h10
{ 
    font-size:12px;
    color:White;   
    }
    
    
    
    .mySlides {display: none;} 

/* Slideshow container */
.slideshow-container {
  max-width: -webkit-fill-available;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top:250px;
  font-weight:700;
  width: 100%;
  text-align: center;
}

 

/* The dots/bullets/indicators
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



/* --------------------------------------------
    Button
 ---------------------------------------------- */
.btn {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 13px 30px;
  background: #E7EDF8;
  position: relative;
  z-index: 1;
}

.btn:focus, .btn.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: 2px solid transparent;
}

.btn:hover {
  background-color: #FF393C;
  color: #ffffff;
}

.btn.radius {
  border-radius: 6px;
}

.btn.btn-border {
  border: 2px solid #e7e7e7;
  background: transparent;
}

.btn.btn-border:hover {
  background: #FF393C;
  border-color: #FF393C;
}

.btn.btn-border.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #e7e7e7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
  border-color: #e7e7e7;
  color: #091d3e;
}

.btn.btn-border.animation:hover::after {
  width: 100%;
}

.btn.btn-border-dark {
  border: 2px solid #011e2a;
  background: transparent;
}

.btn.btn-border-dark:hover {
  background: #091d3e;
  border-color: #091d3e;
}

.btn.btn-border-dark.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #091d3e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
  border-color: #091d3e;
  color: #ffffff;
}

.btn.btn-border-dark.animation:hover::after {
  width: 100%;
}

.btn.btn-border-theme {
  border: 2px solid #FF393C;
  background: transparent;
}

.btn.btn-border-theme:hover {
  background: #FF393C;
  border-color: #FF393C;
}

.btn.btn-border-theme.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #FF393C;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
  border-color: #FF393C;
  color: #ffffff;
}

.btn.btn-border-theme.animation:hover::after {
  width: 100%;
}

.btn.btn-border-light {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn.btn-border-light:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #091d3e;
}

.btn.btn-border-light.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
  border-color: #ffffff;
  color: #091d3e;
}

.btn.btn-border-light.animation:hover::after {
  width: 100%;
}

.btn.btn-gradient {
  border: none;
  color: #ffffff;
}

.btn.btn-red {
  border: none;
  color: #ffffff;
}

.btn.btn-gradient::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color:  #0d6cdd;  
  background-size: 220% 150%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-gradient:hover::after {
  background-position: -70% 0;
}

.btn.btn-gradient.active {
  background-position: -70% 0;
}

.btn.btn-theme {
  color: #ffffff;
  border: none;
  background: #FF393C;
}

.btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: #091d3e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
          transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
          transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
  color: #091d3e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
          transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
  color: #232323;
  border: none;
  background: #ffffff;
  border: 2px solid transparent;
}

.btn.btn-light:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.btn.btn-dark {
  color: #ffffff;
  background: #14366e;
  border: none;
}

.btn.btn-dark::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #0840b0;  color:#fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-dark:hover::after {
  width: 100%;
}

.btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.btn.text-slide {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
}

.btn.text-slide span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.btn.animate-border {
  overflow: inherit;
  z-index: inherit;
  width: 200px;
  height: 55px;
  line-height: 55px;
  padding: 0;
}

.btn.animate-border:hover {
  background: transparent;
  color: #091d3e;
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
  opacity: 1;
  -webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
  animation: open 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
  opacity: 1;
  -webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
  animation: openB 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.btn.animate-border .hover-border {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  width: 100%;
}

.btn.animate-border .hover-border::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px red;
  border-left: solid 2px red;
  right: 98px;
  top: -1px;
}

.btn.animate-border .hover-border::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px red;
  border-right: solid 2px red;
  left: 98px;
  top: -1px;
}

.btn.animate-border .hover-border-bottom {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 55px;
  border-bottom: solid 2px red;
  right: -1px;
  bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 100%;
  border-bottom: solid 2px red;
  left: 0;
  bottom: -2px;
}

.btn.animated-arrow {
  border: none;
  background: transparent;
  min-width: 14rem;
  height: auto;
  padding: 0;
}

.btn.animated-arrow .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #FF393C;
  border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 15px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn.animated-arrow .circle .icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  margin: 0 0 0 70px;
  color: #091d3e;
  line-height: 2;
  text-align: left;
  width: 100%;
  font-size: 14px;
}

.btn.animated-arrow:hover {
  color: #ffffff;
}

.btn.animated-arrow:hover .circle {
  width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
  background: #ffffff;
  -webkit-transform: translate(1.5rem, 0);
          transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
  color: #ffffff;
}

.btn.circle {
  border-radius: 30px !important;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;  
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top:180px;
  font-weight:700;
  width: 100%;
  text-align: center;
}
 
 /* Caption text */
.text1 {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top:405px;
  font-weight:700;
  width: 100%;
  text-align: center;
}
 
 
 
.logoa{  top:255px;position:absolute;text-align:center; }
 @media (max-width: 680px) {

    .text {
        top: 110px;
        font-size:18px;
    }
    .logoa{  top:190px;  }
    .text1 {
        top:  265px;
        font-size:18px;
    }
    


 @media (max-width: 480px) {

    .text {
        top: 68px;
        font-size:16px;
    }
    .logoa{  top:140px;  }
    
    .text1 {
        top: 175px;
        font-size:16px;
    }
}

