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

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

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

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
    
}











/*Main Navbar Widening and Centering*/

.navbar-nav.mr-auto {
  max-width: 100% !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center;
}

/*Hide Search Box In Collapsible Menu*/

.input-group.search.w-100.mb-2 {
    display: none;
}

/*Adjust Position of Mobile Menu*/

.navbar-nav.toolbar {
  right: 5%;
  position: absolute;
  top: 100%;
}

/*Remove Margins*/

.navbar-nav {
  margin: 0px 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}



/*Hide Top Breadcrumb Navigation*/

.master-breadcrumb {
  background-color: var(--bg-accented);
  display: none;
}


/*Hide Navbar Search Box*/

.form-inline.ml-auto.d-none.d-xl-block.mr-2 {
    display: none !important;
}

/*Hide Cart Link*/

.btn.nav-link.cart-btn {
    display: none;
}








/*Old Custom CSS*/



/*We Are Web Services Custom CSS File*/

/*Hide Top Bar*/

.top-bar {
    display: none;
}

/*Toggle Off Additional Team Member Bios In About Us Section*/

.tab2 {
    display: none  !important;
}

/*Hide Pill Box For Team Member Bio On Website Design Page*/

.aboutus .icon-box-tabs .nav-pills {
  float: left;
  display: none;
}



/*cPanel Tab Section
*/
.cpaneltabimg .img-responsive {
    width: 60px;
    float: left;
    margin: 10px;
}

/*Single Button Class*/


.single-button a.button.sign-up {
  width:25%;
  text-align: center;
  padding: 7px 0;
  border: 0 solid #0940b3;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 50px;
  font-size: 14px;
  clear: left;
  letter-spacing: 1.5px;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}

/*H1 Style*/

h1 {

    font-weight: 800;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

/*White and Black H2 Headings*/

.whiteh2heading h2 {
    font-weight: 800;
    font-size: 28px;
    color: 
    #fff !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

body .default-title h2 {
    font-weight: 800;
    font-size: 28px;
    color: 
    #000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}


body  h2:hover {
    color: none;
}

/*Body p*/

body p {
    font-family: 'Merriweather', sans-serif;
    color: #000;
}



/*Domain Form h2 Smaller Font*/

.new-header .domain-form h2 {
    color: #2b3e4d;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Merriweather', sans-serif;
    text-transform: none;
}

/*Dropdown Menu Button Style*/

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
  text-align: left;
  font-family: 'Merriweather', sans-serif;
  font-weight: 500;
}



/*Domain Container Position*/

.domain-container .domain-form {
    position: relative;
    top: 75px;
}


/*Domain Form Column Width*/

.col-sm-7.domain-form {
    width: 80%;
}

.form-control {
    width: 90%;
}

/*Pricing Slash and Month*/

.pricing-columns #pricing-chart .plan .price .month {
    font-weight: 400;
}

.pricing-columns #pricing-chart .plan .price .slash {
    font-weight: 400;
}

.price p {
    margin: 0 0 0px;
}

.price h3 {
    margin-bottom: 5px;
}

.pricing-columns #pricing-chart .plan .price, .pricing-columns-both #pricing-chart .plan .price {
    font-size: 25px;
}

/*Contact Form Breadcrumbs*/

.header-lined .breadcrumb {
    margin-top: -15px;
    padding-left: 0;
    background: 0 0;
    font-size: .8em;
    border-radius: 0 0 4px 4px;
    display: none;
}

/*Footer Prices Asterisk*/

.footer-prices-asterisk p {
    text-decoration: underline;
    font-weight: 500 !important;
    font-size:14px !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}


/*Additional Services Section
*/

.additionalservicesimg .img-responsive {

    width: 60px;
    float: left;
    margin-right: 5px;
    margin-top: 15px;
    
}


.pl-1 {
    border-right: 1px solid 
    #fff;
    padding: 0px !important;
}

html body div.wrapper section.list-part div.container div.col-sm-6.col-xs-12.pl-2 {
    padding-left: 25px;
}



.list-part .text {
    position: relative;
    left: 10px;
    overflow: hidden;
    padding-right: 25px;
}

/*Hosting Pricing Column
*/

html body div.wrapper section.pricing-columns.pricing-section div.container div#monthly.wrapper-full div#pricing-chart-wrap.animated.slideInRight div#pricing-chart div#smaller-plans div.col-md-25.col-sm-99.col-xs-12 div.plan div.price img.img-responsive {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;

}

/*Add-On Columns
*/

html body div.wrapper section.pricing-columns.pricing-section div.container div#monthly.wrapper-full div#pricing-chart-wrap.animated.slideInRight div#pricing-chart div#smaller-plans div.col-md-25.col-sm-100.col-xs-12 div.plan div.price img.img-responsive {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;

}


/*Additional Services and About Us Section
*/
html body div.wrapper section.list-part div.container div.col-sm-6.col-xs-12.pl-1 div.col-sm-12.col-xs-12 div.text p {
    
    color: #ffffff;
}

html body div.wrapper section.list-part div.container div.col-sm-6.col-xs-12.pl-2 div.col-sm-12.col-xs-12 div.text p {
    
    color: #ffffff;
}



/*Dropdown Menu
*/
.navbar .col-menu h5 {
    text-align: center;
    font-size: 18px;
    color: 
    #000;
    font-weight: 550;
    text-align: center;
    position: relative;
    top: 7px;
}

.megamenu-fw p {
    color: 
    #000;
}

.navbar .col-menu h6 {
    color: 
#000;
}

body .btn-outline {
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
    background-color: 
#1062fe;
}

.navbar .col-menu .btn-outline {
    float: none;
    color: 
#fff;
border: 1px solid
#1062fe;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px 
#0940b3;
border-right: solid 1px
    #0940b3;
}

.pricing-columns #pricing-chart .plan .price .amount {
    font-weight: 400;
    font-size: 25px;
}



/*Domain Extension Pricing
*/


html body div.wrapper section.new-header div.container div.domain-container div.col-sm-7.domain-form form div.domainpricing p {
    margin-top: 15px;
    margin-left: -3px;
    font-size: 20px;
    
}





.new-header .domain-form h2 { color: white;}
.new-header p { color: white;}
.new-header .form-control {
    background-color: black;
    border: 1px solid white !important;
    }
    
nav.navbar.bootsnav ul.nav > li > a {
    color: 
#000;
   font-family: 'Lato', sans-serif;
   text-transform: uppercase;
}

nav.navbar.bootsnav ul.nav > li > hover {
    color: 
#011a62;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: 3px solid 
    #0940b3 !important;
}

.new-header .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    border-radius: 3px !important;
    background-color: 
#1062fe !important;
transition: .2s linear;
border: 1px solid
#1062fe !important;
color:
    #fff !important;
}



.pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
    color: 
    #000;
}


    
.new-header {
    height: 525px;
}

.form-control { 
    color: black;
}


.new-header .form-control {
    background-color: rgba(255, 255, 255, 1) !important;}

.new-services {
    
    background: linear-gradient(90deg,#011a62,#0940b3);
}

nav.navbar.bootsnav {
    border-bottom: #ffffff;
}



.arrow-f5-dark2 {
    background: linear-gradient(90deg,#011a62,#0940b3);
}

.arrow-f5-dark {
    background: linear-gradient(90deg,#011a62,#0940b3);
}

.top-bar {
    background: linear-gradient(-90deg,#011a62,#0940b3);
}


.line-title { background: linear-gradient(90deg,#011a62,#0940b3);
}

.title-arrow { background: linear-gradient(90deg,#011a62,#0940b3) transparent transparent transparent !important;
}


.section-dd-ft {
    padding: 30px 0 30px 0;
    background: linear-gradient(90deg,#011a62,#0940b3);
}

.arrow-f5 { border-color: #f9f9f9 transparent transparent transparent !important;
}


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



body a { color: #011a62;
}

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

#footeer { color: black; background: #f7f7f7 !important;
}

#footeer p { color: #000;
}

section#footer {
    background: linear-gradient(90deg,#011a62,#0940b3);
    border-top: 0px !important;
    color: white;
}

section#footer p {
    color: #fff;
}

.col-sm-6.contact-p2 h2 a {
     color: #fff;
 }

.col-sm-6.contact-p2 h2 a:hover {
     color: #1062fe;
 }
 
.title-widget { color: #2b3e4d;
}

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

body .default-title p {
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

.toplist-3::before {
    content: "\f0e0";
}

.why-tera .btn-2 {
    bottom: 5px;
    display: block;
}



.form-group {
    margin-bottom: 15px;
    color: #011a62;
}

.navbar .logo {
    position: relative;
    top: 4px;
    width: 125px;
    bottom: 4px;
}

.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 154px;
}

a#languageChooser.choose-language { display: none;
}

.pricing-columns #pricing-chart .plan .price, .pricing-columns-both #pricing-chart .plan .price { text-align: center;
}
    
.toggle {background-color: #011a62;
}

a.button.sign-up {
    font-weight: 600 !important;
    background-color: #011a62 !important;
}


.toggler, .toggle {
    background-color: #011a62;
    display: none;
}

/* Text Alignment for Page Header
*/
.centeredheader { text-align: center;
     margin-top: 100px;
}

.wt-list li::before {
    content: "\f067 ";
    font-family: 'Font Awesome 6 Pro';
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    color: 
    #1062fe;
}

.section-tabs .panel-body .compare-hosting li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro' !important;
    padding-right: 5px;
    color: #0940b3;
}


/* New Social Media Page Box Icons
*/
.why-tera .wt-4::before {
    content: "\f09a";
    font-family: fontawesome;
    padding-right: 5px;
    color:  #0940b3;
}

.why-tera .wt-5::before {
    content: "\f16d";
    font-family: fontawesome;
    padding-right: 5px;
    color:  #0940b3;
}

.why-tera .wt-6::before {
    content: "\f099";
    font-family: fontawesome;
    padding-right: 5px;
    color:  #0940b3;
}

.why-tera .wt-7::before {
    content: "\f02d";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color:  #0940b3;
}

.why-tera .wt-8::before {
    content: "\f044";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color:  #0940b3;
}

.why-tera .wt-9::before {
    content: "\f164";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color:  #0940b3;
}

.why-tera .wt-10::before {
    content: "\f1fa";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-11::before {
    content: "\f0a0";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-12::before {
    content: "\f0ad";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-13::before {
    content: "\f013";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-14::before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-15::before {
    content: "\f12e";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-16::before {
    content: "\f1c5";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-17::before {
    content: "\f0c5";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-18::before {
    content: "\f050";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-19::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-20::before {
    content: "\f53f";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-21::before {
    content: "\f4ad";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}

.why-tera .wt-22::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #0940b3;
}



/*Website Builder Button*/

.website-builder-button a.button.sign-up {
    color: 
    #fff;
    padding: 5px 40px;
    border-radius: 3px;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.website-builder-button {
    margin-bottom: 40px;
}





.why-tera h4 {
    color: 
    #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}









/*
Top-Bar Login, Register, View Cart
*/

.top-bar .account {
    padding-top: 11px;
    padding-right: 15px;
padding-bottom: 11px;
padding-left: 15px;
    background-color: 
    #1062fe;
    border-right: #0940b3 solid 1px;
    display: none;
}

.top-bar .register {
    padding-top: 11px;
    padding-right: 15px;
padding-bottom: 11px;
padding-left: 15px;
    background-color: 
    #1062fe;
    border-right: #0940b3 solid 1px;
    position: relative;
     display: none;
}

.top-bar .viewcart {
    padding-top: 11px;
padding-right: 15px;
padding-bottom: 11px;
padding-left: 15px;
    background-color: 
    #1062fe;
    position: relative;
     display: none;
}

.top-bar .register::before {
    content: "\f234 ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: 
    #f2f2f2;
}

.top-bar .viewcart::before {
    content: "\f07a ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: 
    #f2f2f2;
}

.top-bar .account:hover {
    background-color: #0940b3;
    color: #fff;
}

.top-bar .register:hover {
    background-color: #0940b3;
    color: #fff;
}

.top-bar .viewcart:hover {
    background-color: #0940b3;
    color: #fff;
}

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

.top-bar .viewcart a:hover {
    color: 
    #fff;
}
.terms-title: {
    text-alignment: left;
    
}

.top-bar {
    height: 30px;
}



.list-part {
    padding: 40px 0;
    background: linear-gradient(90deg,#011a62,#0940b3);
color:
    #ededed;
}

/*
Services & Products Dropdown Menu CSS
*/

#navbar-menu .col-md-4 {width: 25%;
text-align: center;
}


.col-md-13 {width:41.66666667%;
}

.col-md-13 {position:relative;min-height:1px;padding-right:15px;padding-left:15;
} 

.col-md-13 {float:left;
}

.col-md-13 {width: 25%;
text-align: center;
}

.img-responsive {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Column Box Button Hover Color
*/
.pricing-columns #pricing-chart .plan a.sign-up:hover {
    background-color: #1062fe !important;
    color: #fff;
}

/* Column Border Customization
*/
.pricing-columns #pricing-chart .plan::before, .pricing-columns-both #pricing-chart .plan::before {
    content: "";
    position: absolute;
    height: 5px;
    left: 6px;
    top: 0;
    background-color: #0940b3;
    width: 100%;
    display: none;
}

.pricing-columns #pricing-chart .plan:first-child, .pricing-columns-both #pricing-chart .plan:first-child {
    border-left: 1px solid #f0f0f0 !important;
    border-radius: 5px;
}

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

.panel-default > .panel-heading {
    color: #002869;
    background-color: #002869;
    border-color: #002869;
}





/* Homepage Announcements Section Removal */


.div1 #main-body {
    margin: 0;
    padding: 20px 0;
    min-height: 350px;
    background-color: #fff;
    display: none !important;
}


/* New Services Centered Text CSS
*/
.new-services {
    text-align: center;
}


.kb-article-content .body p {
    color: #000000;
}

.page-content.tab-parallax {
    padding-top: 0px;
}

.list-part .default-title {
    padding-bottom: 35px;
    padding-right: 0px;
}

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

/* section tabs 2 */

.section-tabs2 .tab-pane {
    background-color: #fff;
    padding: 0;
    margin-top: 0;
    border-left: 0 solid #1062fe;
}

.nav-pills2>li {
    float: none;
    display: inline-block;
}

.nav-pills2 p {
    color: #fff;
    padding-top: 10px;
}

.icon-box-tabs .nav-pills > li > a:hover, .icon-box-tabs .nav-pills > li.active > a, .icon-box-tabs .nav-pills > li.active > a:focus, .icon-box-tabs .nav-pills > li.active > a:hover {
    background-color: 
    #1062fe !important;
    border-radius: 5px;
}

.icon-box-tabs .nav-pills > li > a::after {
    
    border-color: 
#1062fe transparent transparent
    transparent;
    
}

.section-tabs2 .panel-body {
    background-color: #fff;
    padding: 15px 20px 40px 20px;
    border: 0px solid #e9e9e9;
    border-radius:15px;
}

.img-shadow {
    position: relative;
    z-index: 1;
}

.img-shadow:before,
.img-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.img-shadow:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.parag {
    color: #000;
    font-size: 14px;
}

.panel-body ul {
    display: inline;
}

.section-tabs2 .panel-body li {
    color: #777;
    padding: 5px 0;
    display: flex;
    font-size: 15px;
}

.section-tabs2 .panel-body h4 {
    font-weight: 200;
    font-size: 27px;
}

.section-tabs2 .panel-body .compare-hosting li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #1062fe;
}

.icon-box-tabs2 .nav-pills2>li>a {
    background-color: #1062fe !important;
}

.section-tabs2 .panel-body h2 {
    font-weight: 800;
    font-size: 32px;
    color: #2b3e4d;
}

.icon-box-tabs2 .nav-pills2>li>a:hover,
.icon-box-tabs2 .nav-pills2>li.active>a,
.icon-box-tabs2 .nav-pills2>li.active>a:focus,
.icon-box-tabs2 .nav-pills2>li.active>a:hover {
    background-color: #1062fe !important;
    border-radius: 5px;
}

.page-content {
    padding: 50px 0;
    display: inline-block;
    background-color: #f7f7f7;
    width: 100%;
}

.icon-box-tabs2 .nav-pills2 {
    text-align: center;
    margin: 0 auto 30px auto;
    display: table;
    position: relative;
}

.icon-box-tabs2 .nav-pills2>li>a {
    border-radius: 0;
    background: rgba(34, 34, 34, .05);
    color: #434343;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;

    
}

.icon-box-tabs2 .nav-pills2>li>a:hover:after,
.icon-box-tabs2 .nav-pills2>li.active>a:after,
.icon-box-tabs2 .nav-pills2>li.active>a:focus:after,
.icon-box-tabs2 .nav-pills2>li.active>a:hover:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.icon-box-tabs2 .nav-pills2>li>a:after {
    opacity: 0;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0940b3 transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-tabs2 .nav-pills2>li>a i {
    font-size: 35px;
    color: #ededed;
}

.icon-box-tabs2 .nav-pills2>li+li {
    margin-left: 10px;
}

.icon-box-tabs2 .nav>li>a {
    position: relative;
    display: block;
    padding: 20px 40px;
}

.icon-box-tabs2 .nav-pills2>li>a:hover,
.icon-box-tabs2 .nav-pills2>li.active>a,
.icon-box-tabs2 .nav-pills2>li.active>a:focus,
.icon-box-tabs2 .nav-pills2>li.active>a:hover {
    color: #222;
    background: rgba(255, 255, 255, 1);
}

.img-shadow-profilepic {
    position: relative;
    z-index: 1;
    width: 75%;
}

.img-responsive-profilepic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 25px;
}

.custom.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: relative;
    color: #fff;
    padding: 17px 20px 0 0px;
    font-size: 25px;
    margin: 0px 8px 8px 0;
}

.custom1.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: relative;
    color: #fff;
    padding: 17px 0px 0 0px;
    font-size: 25px;
    margin: 8px 0px 0px 0;
}

.custom.fab {
    border: 1px solid #666;
    margin-right: .3em;
    width: 55px;
    height: 55px;
    background-color: transparent;
    padding: 13px !important;
    margin: 8px 8px 8px 0;
}

.list-part .custom.fab {
    border: 1px solid #666;
    padding: 13px !important;
    margin: 8px 0;
        margin-right: 8px;
    width: 55px;
    height: 55px;
    background-color: transparent;
    color: #fff;
}

.list-part .custom.fas {
    border: 1px solid #666;
    padding: 13px !important;
    margin: 8px 0;
        margin-right: 8px;
    width: 55px;
    height: 55px;
    background-color: transparent;
    color: #fff;
}

.pricing-columns.pricing-section-footer {
    padding: 0px 0 25px 0;
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
}

.aboutus.col-sm-7 {
    width: 58.33333333%;
    margin-top: 30px;
}

.aboutus.why-tera {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #f9f9f9;
}

.aboutus.page-content.tab-parallax {
    padding-top: 0px;
    background-color: #ffffff;
}


.aboutus.img-responsive-profilepic {
    display: block;
    margin-left: 100px;
    margin-right: auto;
    width: 100%;
    border-radius: 25px;
}

.layouts.col-sm-7 {
    display: none;
}

.layouts.page-content.tab-parallax {
    padding-top: 0px;
    background-color: #ffffff;
}

.layouts.page-content.tab-parallax .col-sm-5 {
    width: 132%;
}

.aboutus.img-responsive-profilepic {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
    border-radius: 25px;
}

.pricing-columns .list1::before {
    color: #0940b3;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f233";
}

.pricing-columns .list4::before {
    color: #0940b3;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f0a0";
}

.pricing-columns .list5::before {
    color: #0940b3;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f023";
}

.pricing-columns .list6::before {
    color: #0940b3;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f109";
}

.pricing-columns .list7::before {
    color: #0940b3;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f01c";
}

.pricing-columns .list8::before {
    color: #0940b3;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f1c0";
}

/*Custom Page Header Background Images*/

.seo.new-header {
    height: 525px;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
                      url(../img/magnifyingglasslaptop.jpg);
}


.websitedesign.new-header {
    height: 525px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
                      url(../img/websitedesign4.jpg);
}

.aboutus.new-header {
    height: 525px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
                      url(../img/aboutus2.jpg);
}

.home.new-header {
    height: 525px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
                      url(../img/paintbrushandcode.jpg);
}

.managedhosting.new-header {
    height: 525px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
                      url(../img/hostingservers.jpg);
}

.portfolio.new-header {
    height: 525px;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
                      url(../img/portfolio.jpg);
}
.termsofservice.new-header {
    height: 525px;
    background: url(../img/termsofserviceglasses.jpg) center;
    background-size: cover;
}






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

.pricing-section .sign-up {
    margin-top: 0px;
}

/*
Styling for Page Template Main Content
*/

.newpagestyle #main-body {
    display: none;
}

.cityhubsstyle #main-body {
    display: none;
}

.managedhostingstyle #main-body {
    display: none;
}

.seostyle #main-body {
    display: none;
}

.installationsstyle #main-body {
    display: none;
}

.termsofservicestyle #main-body {
    display: none;
}

.websitedesignstyle #main-body {
    display: none;
}

.aboutusstyle #main-body {
    display: none;
}

.homestyle #main-body {
    display: none;
}

.layoutsstyle #main-body {
    display: none;
}

.builditstyle #main-body {
    display: none;
}

.socialmediastyle #main-body {
    display: none;
}

.contentwritingstyle #main-body {
    display: none;
}

.websitebuilderstyle #main-body{
    display: none;
}

.portfoliostyle #main-body {
    display: none;
}

.carepackagesstyle #main-body {
    display: none;
}

.websitedemosstyle #main-body {
    display: none;
}



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

#footeer {
    background-color: #f9f9f9 !important;
}

.page-content {
    background-color: #f9f9f9 !important;
}


section#header {
    margin: 0;
    padding: 0px 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}


.navbar .logo {
    top: 5px !important;
    width: 135px !important;
    left: 0px !important;
}

.new-services .text {
    overflow: hidden;
    border-right: 0 solid rgba(255, 255, 255, 0.17);
    padding: 10px 20px 20px 20px;
}

/*Quick Installs Section Paragraph Text Color
*/

.mojosection .list-part p {
    color: #ffffff;
}

/*Website Builder Page Video Section
*/
.websitebuilderstyle .why-tera {
    padding-bottom: 0px;
}

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

/*Portfolio Section CSS
*/

#portfolio {
	padding: 0px 0 20px 0;
	margin-top: -40px;
}
.categories {
	margin-bottom: 80px;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-right: 20px;
}
ol.type li a {
	font-family: 'Merriweather', sans-serif;
	color: #444;
	font-size: 14px;
	padding: 10px 20px;
	border: 2px solid #444;
	border-radius: 0;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #444;
	color: #eee;
}
ol.type li a:hover {
	background: #444;
	color: #eee;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0 10px;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 10px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border: solid 2px #002868;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #333;
	background: rgba(0, 40, 140, 0.75);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text .overlay-caption {
	display: table;
	height: 100%;
	width: 100%;
}
.hover-bg .hover-text .overlay-caption .overlay-content {
	display: table-cell;
	vertical-align: middle;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.hover-bg .hover-text {
    text-align: center;
    color: #fff;
}

/*Contact Page Pricing Columns Adjustment*/

#contactpage-columns .col-md-25.col-sm-99.col-xs-12 {
    width: 32% !important;
}

.form-horizontal {
    margin-top: 25px !important;
}


/*Top Bar Email and We Are TX Link Hiding
*/

li.toplist-5 {
    display: none;
}

li.toplist-2 {
    display: none;
}

#supportsectionlistspacing1 {
    margin-bottom: 126px;
}

#supportsectionlistspacing2 {
    margin-bottom: 73px;
}

.why-tera .box {
    margin: 15px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0px 35px 
rgba(0, 0, 0, 0.3);
transition: 200ms ease-in-out;
border: 1px solid
    #f0f0f0;
}

.pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
    box-shadow: 0 0px 35px 
rgba(0, 0, 0, 0.3);
}

hr {
    border-top: 1px solid #1062fe;
}

.section-tabs .panel-body {
    background-color: 
#fff;
padding: 15px 20px 40px 20px;
border: 2px solid
    #ebebeb;
    border-radius: 15px;
}

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

a.button.sign-up {
    font-weight: 600 !important;
    background-color: 
    #0940b3 !important;
}

.premium-services .list-part h4  {
    color: #fff !important;
    
}

/*Website Demos Overlay*/



.websitedemosoverlay h4 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: center;
}

/*Knowledgebase Article CSS*/

.kb-article-content p {
    font-weight: 400;
    color: #000000;
    font-family: 'Merriweather',sans-serif;
}

/*Section Tabs Body*/

.section-tabs .panel-body li {
  color: #000;
  padding: 5px 0;
  display: flex;
  font-size: 15px;
}


/*Footer Web Services Description*/

#footeer p {
  margin: 0 0 26px;
}

/*Main Body Container Width*/

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.container-fluid.footer-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
}




/*Website Builder Videos Transparent Background Boxes*/

.websitebuildervideos1 .pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
    box-shadow: none;
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}


/*Footer Phone Contact Link*/

.phonecontactlink h2 {
    color: #fff;
}

.contact-p1 h2::before {
    content: "\f095";
    font-family: 'Font Awesome 6 Pro';
    padding: 0 10px 0 0;
}

.phonecontactlink h2:hover {
    color: #1062fe;
}


/*Website Design Page Learn More About Our Work */

.learnmoreaboutourwork .col-sm-99 {
    width: 50%;
    padding-top: 10px;
    padding-right: 0px;
}

/*Website Design Add-On Titles*/

.section-tabs .panel-body h2 {
    
    text-align: center;
}

/*Page Headers Paragraph Text*/

.new-header p {
   
    font-size: 20px;
   
}



/*Show and Hide Website Builder Vidoes*/

@media only screen and (max-width: 1399px) {
    .websitebuildervideos1 {
    display:none;
}
  }



@media only screen and (min-width: 1400px) {
    .websitebuildervideos2 {
    display:none;
}
  }



/*Desktop and Mobile Tabs Section Display
*/
@media only screen and (min-width: 1400px)   {
#mobile-tabs-section {
    display: none;
}

     }
 
 
     
@media only screen and (max-width: 1399px)   {
#desktop-tabs-section {
    display: none;
}
     }
     
/*Tabs Section Width*/

@media only screen and (min-width: 768px) and (max-width: 1399px) {
#mobile-tabs-section .section-tabs .page-content.tab-parallax .container {
    width: 100%;
}
    }
     


/*Website Builder Page Videos*/

@media only screen and (min-width: 1399px) {

.websitebuilderyoutubevideos .col-sm-99 {
    width: 50%;
}
    }
    
    
    
@media only screen and (min-width: 768px)   {
.why-tera h4 {
    text-align: center;
}
    }
    
   
    
@media only screen and (min-width: 768px)   {
.small-box .wt-list li {
    line-height: 32px;
    color: #6b7179;
    font-weight: 400;
    overflow: hidden;
    font-size: 15px;
    margin-left: 30px;
}
    }



@media only screen and (min-width: 768px)   {    
.small-box-2 .wt-list li {
    line-height: 32px;
    color: #6b7179;
    font-weight: 400;
    overflow: hidden;
    font-size: 15px;
    margin-left: 49px;
}
    }
    

@media only screen and (min-width: 768px)   {
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 25px;
}
    }







@media only screen and (min-width: 768px)   {
.dropdown-menu {
    top: 49%;
}
    }
    
    
    
@media only screen and (min-width: 768px) {    
.navbar-nav>li>.dropdown-menu {
    margin-top: 15px;
}
    }
    

  
  
  



/*Mobile Media CSS*/
@media only screen and (min-width: 768px) {
    .col-sm-99 {
    width: 33%;
    padding-top: 10px;
    padding-right: 0px;
}
    }
    
    
    
@media only screen and (min-width: 768px) {
    .col-sm-100 {
    width: 24.5%;
    padding-top: 10px;
    padding-right: 0px;
}
    }
    
    
    
@media only screen and (min-width: 768px) {
    .websitedesignpage .col-sm-100 {
    width: 25%;
    padding-top: 10px;
    padding-right: 0px;
}
    }
    
@media only screen and (min-width: 768px) {
    .seopage .col-sm-100 {
    width: 24.5%;
    padding-top: 10px;
    padding-right: 0px;
}
    }
   
   
   
@media screen and (max-width: 768px) {
    .custom1.fas {
    display: none;
    }
}



@media only screen and (max-width: 768px) {
.icon-box-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 48px 51px;
    float: right;
    margin: 0 2px 2px 4px;
}
    }
    
@media only screen and (max-width: 768px) {    
.pricing-columns #pricing-chart .plan { 
    margin-bottom: 10px;
}
    }



/*YouTube Video Responsive Settings
*/
@media only screen and (max-width: 768px) {
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
     }



@media only screen and (max-width: 768px) {
.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
     }
     
     
     
@media only screen and (max-width: 768px) {
    #mobile-tabs-section .pricing-section {
    padding-bottom: 0px;
}
    }
 


@media only screen and (max-width: 768px) {
    .list-part p {
    display: block;
}
   
/*Bottom Contact Support Section*/

.contact-p2 h2 {
    padding: 0px 0px 0px 0px;
    float: none;
    font-size: 17px;
}

.contact-p1 h2 {
    padding: 0px 0px 0px 0px;
    float: none;
    font-size: 17px;
}

.pl-1 {
    border-right: none;
}
    }



@media only screen and (min-width: 300px) and (max-width: 639px)
{ 
    
/*Footer Contact Adjustment*/

.contact-p2 {
    height: 70px;
}

/*Domain Header Sizes*/

.new-header .domain-form h2 {
    color: #2b3e4d;
    font-weight: 800;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
}

h1 {
    font-weight: 800;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #fff;
}

html body div.wrapper section.new-header div.container div.domain-container div.col-sm-7.domain-form form div.domainpricing p {
    font-size: 13px;
}

/*About Us Column*/

.aboutus.col-sm-7 {
    width: 100%;
    margin-top: 30px;
}

.aboutus.img-responsive-profilepic {
  
    margin-left: 0px;
   
}

.img-shadow-profilepic {

    width: 100%;
}
    }
    
@media only screen and (min-width: 640px) and (max-width: 767px)
{ 
    
/*Domain Header Sizes*/

.new-header .domain-form h2 {
    color: #2b3e4d;
    font-weight: 800;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #fff;
}

/*About Us Column*/

.aboutus.col-sm-7 {
    width: 100%;
    margin-top: 30px;
}

.aboutus.img-responsive-profilepic {
  
    margin-left: 0px;
   
}

.img-shadow-profilepic {

    width: 100%;
}

    }




@media only screen and (min-width: 768px) and (max-width: 920px)
{
    
nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 0px;
    right: 0;
}

/*Domain Header Sizes*/

html body div.wrapper section.new-header div.container div.domain-container div.col-sm-7.domain-form form div.domainpricing p {
    margin-top: 15px;
    margin-left: -3px;
    font-size: 15px;
}

/*About Us Column*/

.aboutus.img-responsive-profilepic {
    display: block;
    margin-left: 50px;
    margin-right: auto;
    width: 100%;
    border-radius: 25px;
    margin-top: 100px;
}
    }

@media only screen and (min-width: 768px) and (max-width: 1119px)
{ 
    
.navbar .logo {
    top: 5px !important;
    width: 135px !important;
    left: 35px !important;
}    

.col-sm-4 {
    width: 100%;
    margin-bottom: 10px;
}

.col-sm-99 {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
}
    
nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
    margin-left: 2px;
}

nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: left;
    margin-right: -200px;
    margin-top: 15px;
    margin-left: 125px;
}

.col-sm-100 {
    width: 50%;
    padding-top: 10px;
    padding-right: 0px;
}

.websitedesignpage .col-sm-100 {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
}

.seopage .col-sm-100 {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
}


    }
    

@media only screen and (min-width: 920px) and (max-width: 1119px)
{ 

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 0px;
    right: 0;
}

/*About Us Column*/

.aboutus.img-responsive-profilepic {
    display: block;
    margin-left: 50px;
    margin-right: auto;
    width: 100%;
    border-radius: 25px;
    margin-top: 50px;
}
    }
    
    
    
@media only screen and (min-width:1399px){
    .navbar .logo {
  top: 15px !important;
  width: 135px !important;
  left: 0px !important;
}
}
    

@media only screen and (min-width: 1120px) and (max-width: 1399px)
{ 
.navbar .logo {
    top: 5px !important;
    width: 135px !important;
    left: 35px !important;
}    

.websitedesignpage .col-sm-100 {
    width: 50%;
    padding-top: 10px;
    padding-right: 0px;
}

.seopage .col-sm-100 {
    width: 50%;
    padding-top: 10px;
    padding-right: 0px;
}
}










   






















