<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body h2, body h3, body h4{
font-family: 'Lato', sans-serif !important;
}


#Primary_Sidebar-Service_Details_Actions-Change_Password, #Secondary_Sidebar-My_Services_Actions-View_Available_Addons{
    display: none;
}

.checkbox-inline, .radio-inline {
    margin-bottom: 10px !important;
}
.cancel::before {
    content: "\f2d3";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #F72C25;
}

.black, .black a {
    color: #000000 !important;
}

.pull-md-right {
  float: right !important;
}

.pull-md-left {
     float: left !important;
}

.main-content{
    min-height: 700px !important;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600');

body {
    font-family: 'Lato', sans-serif !important;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: 'Lato', sans-serif !important;
}

body p,
body h5 {
    font-family: 'Nunito Sans', sans-serif !important;
}

body a {
    color: #fff;
    transition: 300ms ease-in-out;
}

body a:hover {
    text-decoration: none !important;
    border-bottom: 0px !important;
    color: #999 !important;
}

body li {
    list-style: none;
    font-family: 'Lato', sans-serif !important;
}

body .default-title {
    text-align: center;
}

body .default-title h3 {
    font-weight: 800;
    font-size: 26px;
    color: #1E3338;
    text-transform: uppercase;
}

body .default-title h4 {
    font-weight: 800;
    font-size: 25px;
    color: #444;
    text-align: left;
    text-transform: uppercase;
}

body .default-title p {
    font-weight: 500;
    color: #5C7466;
    font-size: 16px;
}

body .btn-warning {
    background-color: #2dd61d;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    border: 0px;
    border-radius: 2px;
}

body .btn-outline {
    margin-top: 10px;
    color: #F72C25;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #F72C25;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body .red {
    background-color: #F72C25 !important;
    color: #fff !important;
    border: 0px solid #F72C25 !important;
}

body .red:hover {
    background-color: #2D1E2F !important;
    color: #fff !important;
    border: 0px solid #333;
}

body .btn-outline:hover {
    color: #fff;
    border: 1px solid #444;
    background-color: #444;
}

body .btn-default {
    background-color: #473549;
    border: 0px;
    color: #fff !important;
}

body .btn-default:hover {
    border: 0px;
    background-color: #2D1E2F;
    color: #fff;
}

body .btn-2 {
    position: relative;
    left: 0px;
    color: #fff;
    border-radius: 3px;
    background-color: #473549;
    border: 0px solid #fff;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body .btn-2:hover {
    color: #fff !important;
    background-color: #F72C25;
}

.main-content h2 {
    font-weight: 700 !important;
    font-size: 17px !important;
}

.main-content a {
    color: #2D1E2F;
}

.dropdown-menu&gt;li&gt;a:hover {
    color: #777 !important;
}

.dropdown-menu&gt;li&gt;a {
    padding: 5px 20px !important;
    color: #444 !important;
    font-weight: 500 !important;
    font-size: 15px;
}

.main-content a:hover {
    color: #999 !important;
}

.main-content .label a {
    color: #fff !important;
}

div.announcement-single .label {
    padding: 5px !important;
    color: #fff !important;
    border-radius: 5px !important;
}

body .fa {
    transition: 300ms ease-in-out !important;
}

.domain-checker-container {
    background: url(../img/domain.jpg) !important;
    background-repeat: repeat;
}

.domain-checker-bg {
    background-image: none;
}

.domain-checker-container .input-group-box {
    background-color: transparent !important;
}

#order-standard_cart .input-group-lg&gt;.form-control {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 0px !important;
    color: #fff;
}


/* red section */

.red-section {
    background-color: #F72C25;
    padding: 15px 0 20px 0;
    background-attachment: fixed;
}

.red-section h3 {
    color: #fff;
    font-weight: 700;
}

.red-section p {
    color: #fff;
    font-size: 15px;
}

.red-section .btn {
    background-color: transparent;
    position: relative;
    border: 1px solid #fff;
    top: 40px;
}

.red-section .btn:hover {
    background-color: #2D1E2F;
    border: 1px solid #2D1E2F;
}


/* red section end */



/* TOP-BAR */

.top-bar {
    background-color: #2D1E2F;
    padding: 0;
}

.top-bar li {
    color: #fff;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    font-size: 12px;
}

.top-bar li:hover {
    color: #ddd;
}

.top-bar ul {
    position: relative;
}

.top-bar a {
    color: #fff;
}

.top-bar a:hover {
    color: #aaa;
}

.top-list-right ul {
    position: relative;
    top: 0;
}

.top-list li {
    display: inline;
    float: left;
    color: #fff;
    padding: 10px 10px;
}

.top-list .fa {
    color: #fff;
    position: relative;
    font-size: 12px;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.top-list .fa:hover {
    color: #ddd;
}

.top-list-right {
    float: right;
}

.top-list-right li {
    padding: 0;
    display: inline;
    float: right;
    font-size: 12px;
    padding: 10px 8px;
}



.top-bar .account {
    background-color: #F72C25;
    padding: 10px 15px;
}

.top-bar .account:hover {
    background-color: #DB2720;
    color: #fff !important;
}

.top-bar .account a:hover {
    color: #fff !important;
}


/*END OF TOPBAR */


ul.top-nav&gt;li&gt;a {
    color: #888 !important;
}

ul.top-nav&gt;li&gt;a:hover {
    color: #555 !important;
}

.home-shortcuts li:hover span {
    display: none !important;
}
.navbar-default .navbar-nav&gt;li&gt;a {
    font-weight: 600;
    color: #2D1E2F;
    padding: 25px 15px;
}

/* parallax effect */

.parallax {
    height: 450px;
    background: url(../img/04.jpg) center;
    background-attachment: fixed;
}

.parallax .text {
    position: relative;
    top: 70px;
}

.parallax .text h3 {
    font-size: 42px;
    padding: 0px 0 10px 0;
    font-weight: 700;
    color: #fff;
}

.parallax .text h4 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 25px 0;
}

.parallax .btn {
    border-radius: 15px;
}


/* parallax effect end */

.trng {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0px 50px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
}

.trng-bg {
    background-color: #f7f7f7;
}

.trng-hp {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #291B2B transparent transparent transparent;
    margin: 0 auto;
}

.trng-bg-pricing {
    background-color: transparent;
}

.trng-pricing {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 0 20px;
    border-color: #F72C25 transparent transparent transparent;
    margin: 0 auto;
}

.trng-df {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #f7f7f7 transparent transparent transparent;
    margin: 0 auto;
}

.for-df {
    background-color: #fff;
}

.welcome-message {
    position: relative;
    top: 10px;
    font-size: 12px;
    color: #888;
}
section#header {
    background-color: #f9f9f9;
    padding: 0 !important;
}
ul.top-nav&gt;li&gt;a {
    position: relative;
    top: 2px;
    font-size: 12px;
    
}
/* section-dd-ft */

.section-dd-ft2 {
    padding: 60px 0 50px 0;
    border-top: 0px solid #e0e0e0;
    background-color: #fff;
    border-bottom: 0px solid #e3e3e3 !important;
    text-align: center;
}

.section-dd-ft2 .text {
    overflow: hidden;
}

.section-dd-ft2 h3 {
    font-weight: 700;
    color: #1E3338;
    font-size: 14px;
    text-transform: uppercase;
}

.section-dd-ft2 .fa {
    position: relative;
    color: #F72C25;
    font-size: 50px;
}

.section-dd-ft2 h5 {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 20px;
}


/* section dd ft end */


/* features - list */

#features-list {
    padding: 0px 0 30px 0;
    background-color: #f7f7f7;
}

#features-list .default-title {
    padding: 25px 0 30px 0;
}

#features-list .fa {
    color: #12ba0d;
    font-size: 17px;
    padding-top: 3px;
}

#features-list ul {
    position: relative;
}

#features-list li {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 35px;
}

#features-list li::before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #F72C25;
    font-family: FontAwesome;
}

#features-list .universal-title h1 {
    font-size: 35px;
}


/* features list / end here */

.navbar {
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 8px 30px -15px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 8px 30px -15px rgba(0,0,0,0.37);
box-shadow: 0px 8px 30px -15px rgba(0,0,0,0.37);
}
.navbar-default a:hover {
    color: #F72C25 !important;
}
ul.top-nav {
    margin-top: 0px !important;
}
.navbar img {
    width: 280px;
    position: relative;
  
}
/* header */

.navbar-main .navbar-nav&gt;li&gt;a {
    font-family: 'Lato', sans-serif !important;
}

section#home-banner .btn.search {
    background-color: #F72C25 !important;
    border-radius: 20px !important;
    margin-left: 5px;
}

section#home-banner .btn.transfer {
    background-color: #2D1E2F !important;
    border-radius: 20px !important;
    margin-left: 10px;
}

section#home-banner h2 {
    margin-bottom: 0px;
    font-weight: 700;
}

.navbar-main .navbar-nav&gt;li&gt;a {
    transition: 300ms ease-in-out;
    padding: 9px 10px !important;
}

.navbar-main .navbar-nav&gt;.active&gt;a,
.navbar-main .navbar-nav&gt;.active&gt;a:focus,
.navbar-main .navbar-nav&gt;.active&gt;a:hover,
.navbar-main .navbar-nav&gt;.open&gt;a,
.navbar-main .navbar-nav&gt;.open&gt;a:focus,
.navbar-main .navbar-nav&gt;.open&gt;a:hover,
.navbar-main .navbar-nav&gt;li&gt;a:focus,
.navbar-main .navbar-nav&gt;li&gt;a:hover {
    background-color: #2D1E2F !important;
    color: #fff !important;
}

section#home-banner .form-control {
    border-radius: 15px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

#header .fa {
    color: #F72C25 !important;
}

section#home-banner {
    background: url(../img/08.jpg) bottom;
    padding: 130px 0 !important;
    background-size: cover;
}

.navbar-main {
    background-color: #F72C25 !important;
    border-radius: 0px !important;
}

.livechat-bg {
    background-color: #332235;
}

.home-shortcuts {
    padding: 8px 0;
    background-color: #f0f0f0;
    border-bottom: 2px solid #e0e0e0;
}

.home-shortcuts li {
    border-right: 0px;
    transition: 200ms ease-in-out;
}

.home-shortcuts li:hover {
    background-color: #fff;
    border-radius: 5px;
}

.home-shortcuts li:first-child {
    border-left: 0px;
}

ul.top-nav&gt;li.primary-action&gt;a.btn {
    border: 0 !important;
    background-color: transparent !important;
    color: #999 !important;
}

ul.top-nav&gt;li.primary-action&gt;a.btn:hover {
    background-color: #f5f5f5 !important;
}


/* header */

body .btn-primary {
    background-color: #F72C25 !important;
    border: 1px solid #F72C25 !important;
    color: #fff !important;
}

body .btn-primary:hover {
    background-color: #2D1E2F !important;
    border: 1px solid #2D1E2F !important;
    color: #fff !important;
}

.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group {
    background-color: #2D1E2F;
    transition: 300ms ease-in-out;
}

.input-group-btn:last-child&gt;.btn:hover,
.input-group-btn:last-child&gt;.btn-group:hover {
    background-color: #F72C25;
    border: 1px solid #F72C25 !important;
}

div.header-lined h1 {
    color: #f72c25 !important;
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase !important;
}

.tile .stat {
    color: #888;
}



.label-info {
    background-color: #473549;
}

.alert-success {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
}

.alert-info {
    background-color: #f0f0f0;
    border-color: #e0e0e0;
    color: #888;
}

/*.list-group-item{
    border:none !important
}*/

.panel&gt;.list-group .list-group-item,
.panel&gt;.panel-collapse&gt;.list-group .list-group-item {
    color: #999 !important;
}

.domain-promo-box .btn {
    color: #fff !important;
}

.domain-promo-box .btn:hover {
    color: #fff !important;
}

.panel-sidebar&gt;.panel-heading {
    background-color: #f5f5f5 !important;
}

.panel-sidebar&gt;.panel-heading h3 {
    color: #999 !important;
}

#order-standard_cart .order-summary h2 {
    font-weight: 400 !important;
}

#order-standard_cart .empty-cart .btn {
    background-color: #F72C25 !important;
    transition: 300ms ease-in-out;
}

#order-standard_cart .empty-cart .btn:hover {
    background-color: #473549 !important;
    border: 0px solid #important;
}

.client-home-panels .panel&gt;.panel-heading .panel-title .btn {
    background-color: #473549;
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    background-color: #473549 !important;
    border-color: #473549 !important;
}

#order-standard_cart .order-summary {
    background-color: #473549 !important;
    border-bottom: 5px solid #F72C25 !important;
}

.panel-default&gt;.panel-heading {
    background-color: #2D1E2F !important;
}

.label-success {
    background-color: #473549 !important;
}

.panel-title {
    color: #fff !important;
}

.client-home-panels .panel&gt;.panel-heading {
    background-color: #473549 !important;
}

body .btn-warning {
    background-color: #2D1E2F !important;
    transition: 300ms ease-in-out;
}

body .btn-warning:hover {
    background-color: #F72C25 !important;
}

.domain-promo-box .fa {
    color: #F72C25 !important;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #2D1E2F !important
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    color: #fff !important;
}

.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 6px solid #F72C25 !important;
}

.panel.panel-accent-gold {
    border-top: 0px solid #2D1E2F !important;
}

.panel.panel-accent-blue {
    border-top: 0px solid #2D1E2F !important;
}

#order-standard_cart .products .product div.product-pricing span.price {
    font-weight: 700;
}

.panel.panel-accent-emerald {
    border-top: 0px solid #2D1E2F !important;
}

.panel.panel-accent-asbestos {
    border-top: 0px solid #2D1E2F !important;
}

#order-standard_cart .view-cart-items-header {
    background-color: #473549 !important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 4px solid #F72C25 !important;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
    border: 0px !important;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    border: 0px !important;
}

.btn-success {
    background-color: #473549 !important;
    border: 0px !important;
    transition: 300ms ease-in-out;
    color: #fff !important;
}

.btn-success:hover {
    background-color: #222 !important;
    color: #fff;
}

.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group {
    background-color: #F72C25 !important;
    color: #fff !important;
    margin-left: 5px !important;
    border: 0px !important;
}

.input-group-btn:last-child&gt;.btn:hover,
.input-group-btn:last-child&gt;.btn-group:hover {
    background-color: #2D1E2F !important;
    border: 0px !important;
}

.navbar-main li.account {
    background-color: #E22822 !important;
}


/* why-tera */

.why-tera {
  
    background-color: #fff;
}

.why-tera .default-title {
    padding-bottom: 0px;
}

.why-tera .wt-1::before {
    content: "\f1ad";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #F72C25;
}

.why-tera .wt-2::before {
    content: "\f233";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #F72C25;
}

.why-tera .wt-3::before {
    content: "\f219";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #F72C25;
}

.why-tera .box {
    margin: 15px;
    border-radius: 4px;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    -webkit-box-shadow: 0px 51px 61px -61px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 51px 61px -61px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 51px 61px -61px rgba(0, 0, 0, 0.54);
    transition: 200ms ease-in-out;
    border: 1px solid #e0e0e0;
}

.wt-list {
    display: inline;
    position: relative;
    bottom: 25px;
}

.why-tera .btn-outline {
    position: relative;
    left: 15px;
}

.why-tera .btn {
    position: relative;
    bottom: 10px;
    font-size: 15px;
}

.why-tera .red {
    position: relative;
    left: 0px;
}

.why-tera .btn-2 {
    position: relative;
    bottom: 5px;
}

.wt-list li {
    line-height: 32px;
    color: #2D1E2F;
    font-weight: 500;
    overflow: hidden;
    font-size: 14px;
    margin-left: 5px;
    font-family: Nunito Sans;
}

.why-tera h4 {
    color: #2D1E2F;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Maven Pro;
}

.home-shortcuts li p {
    margin: 5px 0 0;
    font-size: 11px;
    color: #999;
}

.home-shortcuts li i {
    color: #e67e22 !important;
}

.home-shortcuts .lead {
    font-size: 15px !important;
    color: #999 !important;
    text-transform: uppercase;
}

/* on sale */

.on-sale {
    background-color: #F72C25;
    text-align: center;
    padding: 10px 0;
}

.on-sale h3 {
    color: #fff;
}

.on-sale .btn-2 {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.on-sale .btn-2:hover {
    background-color: #2D1E2F;
    border: 1px solid #2D1E2F;
}



/*============ FOOTER ==========*/

#footeer {
    background-color: #1F1521 !important;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

.partners {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.08);
    margin-bottom: 50px;
}

.partners img {
    opacity: 0.7;
}

.footer-fluid {
    padding: 0 200px;
}

.title-widget {
    color: #ededed;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0px;
}

.title-widget::before {
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget-container a {
    color: #ddd;
}

.widget-container a:hover {
    color: #fff;
}

.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 100%;
}

.title-median {
    color: #ddd;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}

#footeer p {
    color: #ddd;
    font-size: 14px;
    word-wrap: break-word;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

.footer-bottom {
    background-color: #28232D;
    min-height: 40px;
    width: 100%;
}

.copyright {
    color: #fff;
    padding-top: 13px;
    font-size: 12px;
}

.design {
    color: #fff;
    padding-top: 13px;
    text-align: right;
    font-size: 12px;
}

.design a {
    color: #fff;
}

section##footeer {
    padding: 10px 10px !important;
    background-color: #2D1E2F !important;
    border-top: 0px !important;
}

#footer {
    background-color: #2D1E2F !important;
    border-top: 0px !important;
}

/* home boxes */

.home-boxes {
    padding: 30px 0 60px 0;
    background-color: #fff;
}

.home-boxes .text-container::before,
.home-boxes .text-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.home-boxes .text-container::before {
    border-width: 35px;
    border-right-color: #F72C25;
    border-top-color: #F72C25;
    z-index: 3;
    position: absolute;
    right: 15px;
    border-bottom-width: 50px;
    border-left-width: 50px;
}

.home-boxes .text-container::after {
    content: 'ON \A SALE';
    top: 6px;
    right: 12px;
    z-index: 4;
    text-transform: uppercase;
    color: #fff;
    white-space: pre;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-boxes .before-box p {
    font-size: 12px;
}

.home-boxes .text-container {
    text-align: center;
    background-color: #fcfcfc;
    border-bottom: 0px solid #F72C25;
    padding: 40px 15px 15px;
-webkit-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.78);
-moz-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.78);
box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.78);
}

.home-boxes .default-title {
    padding: 0px 0 30px 0;
}

.home-boxes .text-container p {
    color: #999;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.home-boxes .text-container h3 {
    font-size: 25px;
    font-weight: 800;
}

.home-boxes .btn {
    font-size: 18px !important;
    margin: 0 3px;
    width: 95%;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #F72C25;
    border-radius: 0;
}

.home-boxes .btn:hover {
    color: #fff !important;
}

.home-boxes .fa {
    color: #F72C25;
}


/* home boxes */

/* section-dd-ft */

.section-dd-ft {
    padding: 40px 0 40px 0;
    background-color: #F72C25;
    border-top: 0px solid #e3e3e3;
}

.section-dd-ft .text {
    overflow: hidden;
}

.section-dd-ft h3 {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.section-dd-ft .fa {
    position: relative;
    color: #fff;
    padding: 18px 20px 0 0px;
    border-radius: 40px;
    font-size: 30px;
}

.section-dd-ft p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#contact-parts {
    text-align: center;
}

#contact-parts .container-fluid {
    padding: 0;
}

.contact-p1 h2:before {
    content: "\f2a0";
    font-family: FontAwesome;
    color: #fff;
    padding: 0 10px 0 0;
}

.contact-p1 {
    background-color: #2D1E2F;
    padding: 5px 0;
    color: #fff;
}

.contact-p1 h2 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    padding: 0 50px 0 20px;
    word-break: break-all;
}

#contact-us a {
    color: #444;
}

#contact-us .default-title {
    padding: 0 0 40px 0;
}

.contact-info p {
    font-size: 15px;
}

.contact-p2 {
    background-color: #F72C25;
    padding: 5px 0;
    color: #fff;
}

.contact-p2 h2 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    padding: 0 20px 0 50px;
    word-break: break-all;
}

.contact-p2 h2:before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #fff;
    padding: 0 10px 0 0;
}

/* partners2 */

.partners2 {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
}

.partners2 img {
    padding: 20px 0;
    opacity: 0.6;
    max-width: 100px;
}

.partners2 h4 {
    font-weight: 600;
    font-size: 17px;
    color: #999;
}

.partners2 .border-img {
    border-right: 1px solid #e0e0e0;
}

.partners2 .border-text {
    border-right: 1px solid #e0e0e0;
}


/* support */

.team-support {
    padding: 30px 0 0 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,221,250,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,221,250,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,221,250,1) 100%);
}

.team-support span {
    font-weight: 200;
}

.team-support .default-title {
    text-align: left;
}
.team-support .default-title h3 {
    font-size: 30px;
}
.team-support .default-title p {
    color: #b4b4b4 !important;
    font-weight: 200;
}

.team-support .number {
    font-weight: 200;
    color: #F72C25;
    font-size: 40px;
}

.team-support .number::before {
    content: "\f095";
    font-family: 'Fontawesome';
    float: left;
    color: #F72C25;
    margin-right: 10px;
}

.team-support .red {
    margin-bottom: 10px;
}

.arrow-bg {
    background-color: #fff;
}



.arrow-f5-dark {
    background-color: #2D1E2F;
}

.arrow-f5-red {
    background-color: #F72C25;
}

.arrow-white {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 45px 0 45px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
}

.arrow-red {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #F72C25 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-dark {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: #f7f7f7 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-red-top {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 40px 25px 40px;
    border-color: transparent transparent #F72C25 transparent;
    position: relative;
    bottom: 25px;
    position: static;
}

.arrow-red-top-dark {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 40px 25px 40px;
    border-color: transparent transparent #F72C25 transparent;
    position: relative;
    bottom: 25px;
    position: static;
}

.arrow-red-bottom {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #F72C25 transparent transparent transparent;
    position: relative;
    bottom: 25px;
}

.arrow-f5-top {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 45px 25px 45px;
    border-color: transparent transparent #f7f7f7 transparent;
}

.arrow-f5 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #f7f7f7 transparent transparent transparent;
    margin: 0 auto;
}


.pl-1 {
    border-right: 1px solid #1E323D;
}

.pl-1 .fa {
    color: #ededed;
}

.pl-2 .fa {
    color: #ededed;
}


.list-part {
    padding: 30px 0;
    background-color: #2D1E2F;
    color: #ededed;
}

.list-part .default-title p,
.list-part .default-title h3 {
    color: #fff;
}
.list-part .text {
    position: relative;
    left: 20px;
}

.list-part .fa {
    border: 1px solid #666;
    padding: 13px;
    margin: 8px 25px;
    width: 55px;
    height: 55px;
    background-color: transparent;
}

.list-part span {
    font-weight: 400;
}

.list-part .text-content {
    overflow: hidden;
}

.list-part h4 {
    font-weight: 700;
}

.list-part p {
    overflow: hidden;
    color: #888;
}

.list-part img {
    margin: 30px auto;
    width: 470px;
}



/*=============== END / FOOTER ====================*/

@media only screen and (max-width: 1200px) {
    .footer-fluid {
        padding: 0 15px;
    }
    .why-tera .btn-2 {
        left: 0;
        margin-top: 2px;
    }
    #features-list li {
        font-size: 14px;
    }
}

@media only screen and (max-width:992px) {
    .on-sale .btn-2 {
        margin-right: 0;
        margin-top: 10px;
        display: block;
    }
    .toplist-2 {
        display: none !important;
    }
}

@media (max-width:768px) {
    .top-list {
        display: none !important;
    }
    .top-list-right {
        width: 100%;
        float: left;
    }
    .top-bar {
        height: 38px !important;
    }
    ul.top-nav {
        position: relative;
        top: 10px;
    }
    .home-shortcuts li {
        border-bottom: 0px;
    }
    .navbar-main .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #fff !important;
    }
    .contact-p1 h2 {
        float: none;
    }
    .contact-p1 h2 {
        margin-left: 20px;
    }
    .contact-p2 h2 {
        float: none !important;
    }
    .contact-p2 h2 {
        padding: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width:480px) {
    .navbar img {
        top: 0;
        left: 5px;
    }
    section#home-banner h2 {
        font-size: 30px;
    }
    section#home-banner p {
        text-align: left;
        padding-left: 27px;
        font-size: 15px;
    }
    ul.top-nav {
        top: 0;
    }
    ul.top-nav {
        float: left;
    }
    .top-list-right ul {
        display: inline-table;
        position: absolute;
        left: -40px;
    }
    .input-group-btn {
        display: inherit;
        margin-top: 60px;
    }
    section#home-banner {
        min-height: 80px 0;
    }
    section#home-banner h2 {
        text-align: left;
    }
    .parallax .text {
        top: 10px;
    }
    .red-section .btn {
        top: 5px;
    }
    #features-list .default-title {
        padding: 25px 15px !important;
    }
}
</pre></body></html>