@charset "UTF-8"; /* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen {
    width: 100%;
    position: relative;
}

.slider-banner > ul, .slider-banner-2 > ul, .slider-banner-3 > ul, .slider-banner-fullscreen > ul {
    display: none;
}

.tp-loader.spinner0 {
    background: url("../images/loader.gif") no-repeat center center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    animation: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
}

.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
    background-color: #666666;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
}

.slideshow-boxed {
    padding: 20px 0 60px;
}

.slideshow-boxed .slider-banner-container {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eaeaea;
}

.slideshow-boxed .tp-caption {
    margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
    z-index: 5;
}

.tp-caption a.btn, .tp-caption a.btn:hover {
    /* color: #ffffff; */
}

.default_bg {
    background-color: #e84c3d;
    color: #ffffff;
}

.white_bg {
    background-color: #ffffff;
    color: #333333;
}

.dark_gray_bg {
    background-color: #666666;
    color: #ffffff;
}

.light_gray_bg {
    background-color: #fafafa;
    color: #333;
    border: 1px solid #f3f3f3 !important;
    border-left: none !important;
}

.tp-caption.small_thin_white {
    font-size: 25px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 1px #000000 !important;
}

.tp-caption.small_thin_white2 {
    font-size: 27px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 1px #000000 !important;
    background-color: rgba(0, 0, 0, 0.41) !important;
    padding: 7px 20px 7px 15px !important;
    border-left: 6px solid #1794b6 !important;
    text-transform: uppercase;
}

.tp-caption.small_thin_white3 {
    font-size: 25px !important;
    line-height: 30px !important;
    color: #e8faff !important;
    /* font-weight: 300 !important; */
    text-shadow: 1px 1px 1px #000000 !important;
}

.tp-caption.small_thin_white4 {
    font-size: 25px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 1px #000000 !important;
    background-color: rgba(0, 0, 0, 0.41) !important;
    padding: 7px 20px 25px 15px !important;
    border-bottom: 6px solid #f6931c !important;
    text-transform: uppercase;
    width: 570px !important;
}

.tp-caption.small_thin_white5 {
    font-size: 24px !important;
    line-height: 27px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    /* text-shadow: 1px 1px 1px #000000 !important; */
    /* background-color: rgb(255, 255, 255) !important; */
    padding: 15px 20px 15px 15px !important;
    /* border-left: 6px solid #1d375a !important; */
    text-align: center;
}

.tp-caption.small_thin_dark {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}

.tp-caption.large {
    font-size: 36px;
    padding: 0px 15px;
}

.tp-caption.medium {
    font-size: 22px;
    padding: 2px 10px;
}

.tp-caption.small {
    font-size: 14px;
    padding: 5px;
}

.tp-caption.black, .tp-caption .btn.black, .tp-caption .btn.black:hover {
    color: #333333;
}

/* Large devices (Large desktops less than 1199px) */
@media (max-width: 1199px) {
    .tp-caption {
        margin-left: 20px !important;
    }
}

/* Revolution Nav Controls */
.tparrows.round {
    background-image: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50% !important;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tparrows.round:before {
    font-family: 'fontello';
    font-size: 24px;
    content: '\e87c';
    line-height: 52px;
    display: inline-block;
}

.tparrows.round.tp-rightarrow:before {
    content: '\e87d';
}

.tparrows.round:hover {
    color: #ffffff;
    background-color: #e84c3d;
}

.slideshow-boxed .slider-banner-container .tparrows {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slideshow-boxed .slider-banner-container:hover .tparrows {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tp-bullets {
    z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
    background-image: none;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 3px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.bullets-with-bg + .tp-bullets.preview4 {
    height: auto;
    background-color: white;
    padding: 5px 15px;
    bottom: -6px !important;
    border-radius: 3px;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #e84c3d;
}

.tp-bannertimer {
    background-image: none;
    background-color: rgba(232, 76, 61, 0.7);
    z-index: 100;
    display: none;
}

.slideshow-boxed .tp-bullets {
    bottom: -33px !important;
}

.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
    padding: 7px 15px 2px;
    bottom: -45px !important;
}

.slideshow-boxed .slider-banner-container .tp-rightarrow {
    right: 10px !important;
}

.slideshow-boxed .slider-banner-container .tp-leftarrow {
    left: 10px !important;
}

.slideshow-boxed .tp-bullets.hidebullets {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.tparrows.preview2 {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.tparrows.preview2:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tparrows.preview2:after {
    margin-top: -18px;
    left: 22px;
    color: #ffffff;
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 36px;
    line-height: 1;
}

.tp-rightarrow.preview2:after {
    content: "\f105";
    left: auto;
    right: 22px;
}

.tparrows.preview2:hover:after {
    color: #ffffff;
}

.tparrows.preview2 .tp-arr-titleholder {
    color: #ffffff;
    font-size: 16px;
}

/* Medium devices (phones, tablets, laptops) */
@media (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2:after {
        margin-top: -13px;
        left: 15px;
        font-size: 24px;
    }

    .tp-rightarrow.preview2:after {
        left: auto;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .tparrows.preview2 {
        display: none;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .tparrows, .tp-bullets {
        display: none;
    }
}

/**********************************************************
***********************************************************
***********************************************************



   SOME MORE LAYER EXAMPLES, USE ONLY WHICH YOU NEED,
   TO SAVE LOAD TIME 



***********************************************************
***********************************************************
***********************************************************/
.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;

    padding: 2px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #888;
    white-space: nowrap;
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.medium_text {
    position: absolute !important;
    color: #fff !important;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 20px !important;

    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #000;
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #fff;
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;

    padding: 3px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;

    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0,0,0,0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;

    background-color: transparent;
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0,0,0,0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
 
    background-color: transparent;
}

.tp-caption.largeblackbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;

    background-color: #000;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;

    background-color: #db4360;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;

    background-color: #fff;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;

    background-color: #67ae73;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
  
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0px;
    letter-spacing: -1.5px;
    padding: 1px 4px 0px 4px;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
 
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0px;
    padding: 1px 4px 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;

    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
  
    color: rgb(117, 117, 117);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
 
    color: rgb(52, 73, 94);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(52, 73, 94);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;

    color: rgb(227, 58, 12);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
  
    color: rgb(227, 58, 12);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(227, 58, 12);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    
    color: rgb(243, 156, 18);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
 
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(243, 156, 18);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
 
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;

    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(127, 140, 141);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    
    color: rgb(52, 73, 94);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.roundedimage {
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 10px 20px 15px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0px 5px 10px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0px 5px 10px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}

.tp-caption.black_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.white_heavy_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.grey_heavy_72 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
   
    color: rgb(213, 210, 210);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.grey_regular_18 {
    font-size: 18px;
    line-height: 26px;
    
    color: rgb(119, 119, 119);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_thin_34 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 100;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.arrowicon {
    line-height: 1px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.light_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_bold_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.light_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.greenbox30 {
    line-height: 30px;
    text-decoration: none;
    background-color: rgb(134, 181, 103);
    padding: 0px 14px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.blue_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(49, 165, 203);
    padding: 3px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.green_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(134, 181, 103);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.whitecircle_600px {
    line-height: 1px;
    width: 800px;
    height: 800px;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid;
    background-color: transparent;
    border-radius: 400px 400px 400px 400px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.fullrounded {
    border-radius: 400px 400px 400px 400px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.light_heavy_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.white_thin_34 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 200;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.fullbg_gradient {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #490202;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.light_medium_30 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.red_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(224, 51, 0);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.blue_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(53, 152, 220);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.white_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.white_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.light_heavy_70_shadowed {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
   
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.light_medium_30_shadowed {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
   
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.blackboxed_heavy {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 5px 20px;
    text-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 7px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.bignumbers_white {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    font-size: 84px;
    line-height: 84px;
    font-weight: 800;
   
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 0px 7px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none solid none none;
}

.tp-caption.whiteline_long {
    line-height: 1px;
    min-width: 660px;
    background-color: transparent;
    text-decoration: none;
    border-width: 2px 0px 0px 0px;
    border-color: rgb(255, 255, 255) rgb(34, 34, 34) rgb(34, 34, 34) rgb(34, 34, 34);
    border-style: solid none none none;
}

.tp-caption.light_medium_20_shadowed {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;

    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.fullgradient_overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.light_medium_20 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;

    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.reddishbg_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(100, 1, 24, 0.8);
    padding: 50px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.borderbox_725x130 {
    min-width: 725px;
    min-height: 130px;
    background-color: transparent;
    text-decoration: none;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
}

.tp-caption.light_heavy_34 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_thin_30 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_thin_whitebg_30 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
   
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.white_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.black_thin_blackbg_30 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 5px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.light_thin_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.greenbgfull {
    background-color: #85b85f;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.bluebgfull {
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-color: rgb(61, 164, 207);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.blackbgfull {
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.247059);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.wave_repeat1 {
    width: 100%;
    height: 600px;
    background-repeat: repeat-x;
    background-color: transparent;
    text-decoration: none;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.wavebg2 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(https://www.themepunch.com/page-not-found/);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.wavebg1 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(https://www.themepunch.com/page-not-found/);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.wavebg3 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(https://www.themepunch.com/page-not-found/);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.wavebg4 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(https://www.themepunch.com/page-not-found/);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.greenishbg_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
   
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 50px;
    text-shadow: none;
    background-color: rgba(40, 67, 62, 0.8);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.wavebg5 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(https://www.themepunch.com/page-not-found/);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.deepblue_sea {
    width: 100%;
    height: 1000px;
    background-color: rgba(30, 46, 59, 1);
    text-decoration: none;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #ffa902;
}

.largeredbtn {

    font-weight: 900;
    font-size: 16px;
    line-height: 60px;
    color: #fff !important;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: rgb(234,91,31);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f', endColorstr='#e33a0c',GradientType=0 );
    /* IE6-9 */
}

.largeredbtn:hover {
    background: rgb(227,58,12);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c', endColorstr='#ea5b1f',GradientType=0 );
    /* IE6-9 */
}

.fullrounded img {
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
}

.p10 {
    font-size: 20px !important;
    color: #686868 !important;
    line-height: 25px !important;
    text-transform: initial !important;
    margin-top: 15px !important;
}

.p-color {
    color: #71bafb;
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -1px !important;
}

.tp-caption.very_large_text2 {
    position: absolute !important;
    color: #fff!important;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important;
    font-weight: 300!important;
    font-size: 35px !important;
    line-height: 50px !important;
    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    /* background-color: rgba(0, 0, 0, 0.41) !important; */
    padding: 5px 20px 7px 0px !important;
    /* border-left: 6px solid #1e9cbe !important; */
    text-transform: uppercase;
}

.tp-caption.very_large_text3 {
    position: absolute !important;
    color: #f6931c!important;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important;
    font-weight: 400!important;
    font-size: 34px;
    line-height: 60px !important;
    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgba(0, 0, 0, 0.61) !important;
    padding: 10px 20px 15px 15px !important;
    border-left: 5px solid #f6931c !important;
    text-transform: uppercase;
    /* width: 570px !important; */
}

.tp-caption.very_large_text5 {
    position: absolute !important;
    color: #ffffff!important;
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important; */
    font-weight: 500!important;
    font-size: 30px !important;
    line-height: 30px !important;
    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgba(0, 0, 0, 0.68) !important;
    padding: 15px 20px 15px 15px !important;
    border-bottom: 3px solid #62b5ff !important;
    text-transform: uppercase;
}

.tp-caption.very_large_text6 {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 100;
    font-size: 60px !important;
    line-height: 60px;

    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: 0px !important;
    background: #043f51;
    padding: 15px 20px !important;
}

.tp-caption.very_large_text7 {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 100;
    font-size: 45px !important;
    line-height: 60px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: 0px !important;
    background: #33a468;
    padding: 5px 20px !important;
}

.tp-caption.very_large_text8 {
    position: absolute !important;
    /* color: #ffffff!important; */
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important; */
    font-weight: 500!important;
    font-size: 30px !important;
    line-height: 30px !important;

    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    padding: 114px 40px 200px 40px !important;
    /* border-left: 1px solid #0085ff !important; */
    text-transform: uppercase;
}

.tp-caption.very_large_text9 {
    position: absolute !important;
    /* color: #ffffff!important; */
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important; */
    font-weight: 500!important;
    font-size: 30px !important;
    line-height: 30px !important;

    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 15px 20px 15px 15px !important;
    border-left: 1px solid #0085ff !important;
    text-transform: uppercase;
}

.tp-caption.very_large_text10 {
    position: absolute !important;
    /* color: #ffffff!important; */
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important; */
    font-weight: 500!important;
    font-size: 30px !important;
    line-height: 30px !important;

    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    padding: 20px 40px 20px 40px !important;
    /* border-left: 1px solid #0085ff !important; */
    text-transform: uppercase;
}

.tp-caption.very_large_text11 {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 35px !important;
    line-height: 40px !important;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: 0px !important;
}
.tp-caption.small_thin_white11 {
    font-size: 25px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 1px #000000 !important;
}




.tp-caption.very_large_text12 {
    position: absolute !important;
    color: #12678e!important;
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important; */
    font-weight: 500!important;
    font-size: 30px !important;
    line-height: 30px !important;

    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 15px 20px 15px 15px !important;
    border-top: 3px solid #12678e !important;
    text-transform: uppercase;
}



.tp-caption.very_large_text13 {
    position: absolute !important;
    color: #ffffff!important;
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) !important; */
    font-weight: 400!important;
    font-size: 27px !important;
    line-height: 30px !important;
 
    margin: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    white-space: nowrap !important;
    letter-spacing: 1px !important;
    background-color: rgba(0, 0, 0, 0.56) !important;
    padding: 15px 20px 15px 15px !important;
    /* border-bottom: 3px solid #FF9800 !important; */
    text-transform: uppercase;
}






.a1 {
    line-height: 30px !important;
    font-size: 25px !important;
    text-transform: initial;
    font-weight: 100;
    color: white;
}

.a2 {
    font-weight: 300;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    line-height: 40px !important;
    color: black;
}

.a3 {
    color: #0c6dc6;
}

.a4 {
    font-weight: 300;
    font-size: 20px !important;
    line-height: 25px !important;
    text-transform: initial !important;
    padding-top: 15px !important;
}

.a1 {
    line-height: 30px !important;
    font-size: 25px !important;
    text-transform: initial;
    font-weight: 100;
    color: white;
}

.a5 {
    font-weight: 300;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    line-height: 40px !important;
    color: white;
}

.a6 {
    color: #ffa145;
    font-size: 50px !important;
    font-weight: 700;
    line-height: 60px !important;
}

.a7 {
    font-weight: 300;
    font-size: 17px !important;
    line-height: 25px !important;
    text-transform: initial !important;
    padding-top: 15px !important;
    color: white;
}

.c-main-title01 {
    padding: 40px 50px 40px 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    max-width: 650px;
    /* width: 100%; */
    padding: 30px 40px 40px 30px;
    outline: 1px solid rgba(255, 255, 255, 0.7);
    border: 1px solid #ffffff;
    outline-offset: 4px;
    background: rgba(0, 0, 0, 0.77);
}

.c-main-title02 {
    padding: 40px 50px 40px 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    /* max-width: 650px; */
    /* width: 100%; */
    padding: 30px 40px 40px 30px;
    /* outline: 1px solid rgba(255, 255, 255, 0.7); */
    border-bottom: 5px solid #ffce3c;
    outline-offset: 4px;
    background: rgba(0, 0, 0, 0.77);
    text-align: center;
}
.c-main-title03 {
    padding: 40px 50px 40px 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    /* max-width: 650px; */
    /* width: 100%; */
    padding: 40px 50px 40px 50px;
    /* outline: 1px solid rgba(255, 255, 255, 0.7); */
    border: 1px solid rgb(255, 255, 255);
    /* outline-offset: 4px; */
    background: rgba(0, 0, 0, 0.46);
    /* text-align: center; */
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
    /* border-radius: 50px; */
}

.a8 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    line-height: 55px;
    /* padding-top: 20px !important; */
    /* margin-bottom: 20px !important; */
    /* padding-bottom: 20px !important; */
    font-size: 35px;
}

.a9 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
    color: #ff734d;
    line-height: 50px;
}

.a10 {
    letter-spacing: 1px;
    position: relative;
    color: #ffd146;
    line-height: 52px;
    font-weight: 100;
    font-size: 28px;
}

.a11 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    line-height: 22px;
    font-weight: 300;
}

@media (max-width: 1400px) and (min-width: 1100px) {
    .c-main-title01 {
        padding: 40px 50px 40px 50px !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        position: relative;
        max-width: 840px;
        padding: 30px 40px 40px 30px !important;
        outline: 1px solid rgba(255, 255, 255, 0.7);
        border: 1px solid #ffffff;
        outline-offset: 4px;
        background: rgba(0, 0, 0, 0.77);
    }

    .a8 {
        letter-spacing: 1px;
        position: relative;
        color: #ffffff;
        font-weight: 300!important;
        line-height: 55px !important;
        /* padding-top: 20px !important; */
        /* margin-bottom: 20px !important; */
        /* padding-bottom: 20px !important; */
        font-size: 30px !important;
    }

    .a9 {
        letter-spacing: 1px;
        position: relative;
        color: #ffffff;
        font-weight: 600;
        font-size: 40px !important;
        color: #ff734d !important;
        line-height: 35px;
    }

    .a10 {
        letter-spacing: 1px;
        position: relative;
        color: #ffd146;
        line-height: 44px!important;
        font-weight: 500;
        font-size: 20px !important;
    }

    .a11 {
        letter-spacing: 1px;
        position: relative;
        color: #ffffff;
        line-height: 22px!important;
        font-weight: 300!important;
    }
}

.c-action-bar01 {
    position: relative;
    bottom: 0;
    left: 10%;
    right: 0;
    padding: 25px;
    /* background: rgba(0, 0, 0, 0.42); */
}

.a12 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 300!important;
    line-height: 55px !important;
    /* padding-top: 20px !important; */
    /* margin-bottom: 20px !important; */
    /* padding-bottom: 20px !important; */
    font-size: 30px !important;
}

.a13 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 100;
    font-size: 57px !important;
    color: #ffce3c !important;
    line-height: 35px;
}

.a14 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    line-height: 57px!important;
    font-weight: 300;
    font-size: 35px !important;
}

@media (max-width: 1400px) and (min-width: 1100px) {
    .c-main-title02 {
        padding: 40px 50px 40px 50px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        /* max-width: 650px; */
        /* width: 100%; */
        padding: 30px 40px 40px 30px;
        /* outline: 1px solid rgba(255, 255, 255, 0.7); */
        border-bottom: 5px solid #ffce3c;
        outline-offset: 4px;
        background: rgba(0, 0, 0, 0.77);
        text-align: center;
    }

 
.a12 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 300!important;
    line-height: 49px !important;
    /* padding-top: 20px !important; */
    /* margin-bottom: 20px !important; */
    /* padding-bottom: 20px !important; */
    font-size: 25px !important;
}

.a13 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 45px !important;
    color: #ffce3c !important;
    line-height: 25px;
}

.a14 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    line-height: 57px!important;
    font-weight: 300;
    font-size: 35px !important;
}
}




.a15 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 300!important;
    line-height: 24px !important;
    /* padding-top: 20px !important; */
    /* margin-bottom: 20px !important; */
    /* padding-bottom: 20px !important; */
    font-size: 21px !important;
    font-family: 'El Messiri', sans-serif;
}

.a16 {
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px !important;
    color: #b7e71f !important;
    line-height: 65px;
}

.a17 {
    letter-spacing: 1px;
    position: relative;
    color: #ffd148;
    line-height: 57px!important;
    font-weight: 300;
    font-size: 30px !important;
    border-bottom: 1px Solid rgba(231, 172, 7, 0.7);
    padding-bottom: 4px;
}

@media (max-width: 1400px) and (min-width: 1100px) {
    .c-main-title03 {
        padding: 40px 50px 40px 50px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        position: relative;
        /* max-width: 650px; */
        /* width: 100%; */
        padding: 30px 50px 40px 50px;
        /* outline: 1px solid rgba(255, 255, 255, 0.7); */
        outline-offset: 4px;
        /* text-align: center; */
    }

 
.a15 {
    letter-spacing: 1px;
    position: relative;
    font-weight: 300!important;
    line-height: 23px !important;
    /* padding-top: 20px !important; */
    /* margin-bottom: 20px !important; */
    /* padding-bottom: 20px !important; */
    font-size: 20px !important;
}

.a16 {
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    font-size: 30px !important;
    line-height: 55px;
}

.a17 {
    letter-spacing: 1px;
    position: relative;
    line-height: 57px!important;
    font-weight: 300;
    font-size: 33px !important;
    padding-bottom: 7px !important;
}
}








@media (max-width: 767px) {

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 17px !important;
    line-height: 60px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: 0px !important;
}

.tp-caption.small_thin_white {
    font-size: 15px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 1px #000000 !important;
}

}






