﻿

﻿ /*Global CSS Start*/
hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #FFFF00;
    height: 1px;
}


body {
    background-color: rgb(241,245,247);
}


* {
    font-family: Arial, Helvetica, sans-serif;
}



.greywords {
    color: rgba(69,69,69,1)
}


/*@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}*/


.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.purple {
    background-color: blueviolet;
}

.yellow {
    background-color: yellow;
}

.Lightblue {
    background-color: turquoise;
}

.lightgreen {
    background-color: aquamarine;
}


.redwords {
    color: darkred;
}

.darkgreyWords {
    color: rgb(72,72,72)
}


ul.dotcircles {
    list-style-type: circle;
}

ul.disc {
    list-style-type: disc;
}


a {
    color: dodgerblue;
}

p {
    font-size: 18px;
}

.containersmokebg {
    background-color: whitesmoke;
}

.containerdark {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 58%, rgba(255,255,255,1) 100%);
    color: white;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

    .section-headline h2::after {
        border: 1px solid #333;
        bottom: -20px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 40%;
    }





.mt-6, .my-6 {
    margin-top: 4rem !important;
}

.mt-7, .my-7 {
    margin-top: 5rem !important;
}

.mt-8, .my-8 {
    margin-top: 6rem !important;
}

.mt-9, .my-9 {
    margin-top: 7rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 5rem !important;
}

.mb-8, .my-8 {
    margin-bottom: 6rem !important;
}

.mb-9, .my-9 {
    margin-bottom: 7rem !important;
}




/*Global css end */



/*Site Global begin */

.tsCards {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-color: darkgray;
}


.tsMainForms {
    background-color: white;
    max-width: 400px;
    margin-top: 75px;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    border-color: darkred;
    outline: 0;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;
    box-shadow: rgba(0,0,0,4)
}

/*site global end*/











/*Top Navbar   */
.navbar-brand {
    /*padding-top: .75rem;*/
    padding-bottom: .75rem;
    font-size: 25px;
    font-weight: bold;
    font-family: "Proxima Nova",Arial,SourceSansPro,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    color: #fff;
    background-color: rgba(52,58,54, .1);
    border-color: rgba(255, 255, 255, .1);
    margin-left: 100px;
    margin-bottom: 50px;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }




.mytransparent {
    height: 150px;
    background-color: rgba(255,255,255,0.0);
    color: black;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
}


.mydark {
    height: 100px;
    background-color: rgba(0,0,0, 0.8);
    position: fixed;
    width: 100%;
    transition: all 0.5s;
}

.mywhite {
    height: 100px;
    background-color: white;
    color: black;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
}

.usernavbar {
    height: 100px;
    background-color: white;
    color: black;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
}

/*This is only on layout when scrolled down*/
.mywhitehamburger {
    background-color: whitesmoke;
    color: black;
    transition: all 0.5s;
}

/*.mytransparenthamburger {
    background-color: rgba(255,255,255,0.0);
    color: black;
    transition: all 0.5s;
}*/

.ts_logo_white {
    padding-bottom: .75rem;
    padding-right: 169px;
    margin-left: 5px;
    margin-bottom: 50px;
    background-image: url(/img/navlogowhite.png);
    background-repeat: no-repeat;
    width: 172px;
    height: 40px;
}

.ts_logo_black {
    padding-bottom: .75rem;
    padding-right: 169px;
    margin-left: 5px;
    margin-bottom: 50px;
    background-image: url(/img/navlogocolor.png);
    background-repeat: no-repeat;
    width: 172px;
    height: 40px;
}

.accountdropdownmain {
    color: black;
    background-color: white;
}

.dropdown-account-submenu {
    color: white;
    background-color: rgba( 58,58,64,1);
}

.accountdropdownmain-index {
    color: white;
    background-color: blue;
}

.dropdown-account-submenu-index {
    color: white;
    background-color: rgba(27,27,28,1)
}

.mynavbarQualities {
    padding: 7px;
}

/*Top Navbar End */










/*New side navbar */
.navfont {
    font-weight: bold;
    font-size: large;
}


.sideMenuHamburgerButton {
    border-radius: 5px;
    background-color: rgba(69,69,69,1);
    border-color: white;
    transition-duration: 0.4s;
}

    .sideMenuHamburgerButton:hover {
        background-color: rgba(69,69,69,1);
        border-color: white;
    }

    .sideMenuHamburgerButton:active {
        background-color: rgba(69,69,69,1);
        border-color: white;
    }




#wrapper {
    overflow-x: hidden;
}



#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background-color: rgba(69,69,69,1);
}



    /*this is the small top cell part of the sidebar with the logo*/
    #sidebar-wrapper .sidebar-heading {
        max-height: 63px;
        padding: 10px;
        font-size: 1.2rem;
        background-color: whitesmoke;
        color: white;
    }

    /*This is the actual sidebar*/
    #sidebar-wrapper .list-group {
        padding-top: 16px;
        width: 15rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

/*Side Menu NAV Button styles */
.list-group-item {
    background-color: rgba(69,69,69,1);
    color: white;
}

    .list-group-item:hover {
        background-color: rgba(32,32,32,1);
        color: white;
    }

.drop-item-style {
    background-color: rgba(110,110,110,1);
    color: white;
}

.main-role-button-style {
    background-color: rgba(16,196,232);
    color: white;
}

.home-Button {
    background-color: rgba(32,32,32,1);
    color: white;
}

.analyticsMenuButtons {
    background-color: whitesmoke;
    color: black;
}

    .analyticsMenuButtons:hover {
        background-color: lightgray;
        color: black;
    }

    .analyticsMenuButtons:active {
        background-color: darkgray;
        color: black;
    }



/*this is the main page body*/
#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}


@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}
/* Testing New side nav */




/*NoWebAppsYet*/
.GoappButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: white;
    background-color: darkred;
    width: 200px;
    text-align: center;
}

a.GoappButton:hover {
    text-decoration: none;
    color: white;
    background-color: purple;
}
/*NoWebAppsYet end*/





/*Old Sidebar*/



/*.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#newsidebar {
    padding-top: 100px;
    min-width: 250px;
    max-width: 250px;
    background-color: rgba(30,30,30,1);
    color: white;
    transition: all 0.3s;
}
.newsidebar-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
}
    #newsidebar.active {
        margin-left: -250px;
    }
#newsidebar .newsidebar-header {
    padding: 20px;
    background-color:rgba(30,30,30,1)
}
    #newsidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }
    #newsidebar ul p {
        color: green;
        padding: 10px;
    }
    #newsidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }
        #newsidebar ul li a:hover {
            color: #7386D5;
            background-color: black;
        }
#newsidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;*/
/*background-color:rgb(226, 10, 10);*/
/*background-color: rgba(30,30,30,1);
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background-color:chartreuse;
}
ul.CTAs {
    padding: 20px;
}
    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }
a.download {
    background-color:grey;
    color: #7386D5;
}
a.article,
a.article:hover {
    background-color:dodgerblue;
    color: #fff !important;
}*/




/*Old Sidebar end */










/*Dashboard*/

.text-color-titles {
    color: rgba(90,90,90,1);
}

.text-color-data {
    color: rgba(50,50,50,1);
}

/*Dashboard end */



















/* Index */
header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    header .cardbottom {
        position: absolute;
        bottom: 0;
    }



    header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.3;
        z-index: 1;
    }

.nopadding {
    margin: 0;
    padding: 0;
}

.cardtop {
    padding: 24px;
    margin-top: 1px;
    margin-bottom: 4px;
    min-height: 114px;
}

.firstCard {
    min-height: 166px;
}

.bg-card-dark {
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.ts-bg-card-clear {
    background-color: rgba(0,0,0,0.0);
    color: white;
}

.bg-card-fade1 {
    background-image: linear-gradient(to right, rgba(224,45,78,1), rgba(126,22,105,1));
    color: white;
}

.bg-card-fade2 {
    background-image: linear-gradient(to right, rgba(232,139,44,1), rgba(229,56,72,1));
    color: white;
}

.bg-card-fade3 {
    background-image: linear-gradient(to right, rgba(153,91,201,1), rgba(32,73,204,1));
    color: white;
}

.my-hero-card-border {
    border-color: darkgrey;
    border-bottom-width: 1px;
}



.industrycard {
    color: white;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,1.5);
}

.jetcontainer {
    background-image: url(../img/jetbkgrnd2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}



.morinfoButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: white;
    background-color: darkred;
    width: 165px;
    text-align: center;
}

.containerBoarderBreak {
    border-bottom: 5px solid black;
}

.suppoercontainerwords {
    z-index: 1;
    color: white;
}

.supportcontainer {
    background-image: url(../img/supportofficebw.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    height: 400px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.color-overlay {
    width: 100%;
    height: 100%;
    background-color: darkred;
    opacity: .7;
    position: absolute;
}

/*Index end */













/*Contact page*/

.bannerhero {
    background-image: linear-gradient(to left,rgba(0,0,0,0.6),rgba(51,51,51,0.1)),url(/img/contactheadder.png);
    height: 50vh;
    color: white;
    background-size: cover;
    margin-top: 100px;
}

.outlinecontainer {
    border-color: darkred;
    border-style: solid;
    border-width: 2px;
}

.textblack {
    color: black;
}

.contactbuttons {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: white;
    background-color: darkblue;
    width: 165px;
    text-align: center;
}


/*Contact end */












/*Website page    */
.headcontainer {
    background-image: url(../img/jetbkgrnd2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding-top: 150px;
    color: white;
}

.othercontainer {
    background-image: url(../img/devbackground.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

.freeauditButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: solid;
    border-width: 2px;
    color: darkred;
    background-color: transparent;
    width: 400px;
    text-align: center;
}

.mainsearchbutton {
    background-color: mediumblue;
    border: none;
    color: white;
    height: 50px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
}


.searchAgainButton {
    background-color: mediumblue;
    border: none;
    color: white;
    height: 50px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
}

.searchbox {
    height: 35px;
    width: 300px;
    border: 1px solid black;
    padding: 10px;
    margin: 15px;
}
/*Website pagen end  */















/*Development*/
.devpagehead {
    height: 100vh;
    max-height: 500px;
    background-image: url('/img/office.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.picturetint {
    background-color: rgba(138,0,7,0.6);
    // background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}

.gradient3--vertical {
    background-image: linear-gradient(270deg,#e62f4a 0,#73136e 100%);
}


/*Development page end */

















/*Software page*/
.softpagehead {
    height: 100vh;
    max-height: 500px;
    background-image: url('/img/softwarebnr.png.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.resp-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/*.my-cardborder {
    border:solid;
    border-color: lightgray;
    border-width: 2px;
 
}
.my-rowborder {
    border: solid;
    border-top-color: lightgray;
    border-top-width: 2px;
    border-bottom-color: lightgray;
    border-bottom-width: 2px;
    border-right-color: lightgray;
    border-right-width: 0px;
    border-left-color: lightgray;
    border-left-width: 0px;
}*/

/*Software Page End*/



















/***************Pricing Area**********/
ul {
    list-style-type: none;
}
/**************end pricing*************/










/*begin login css       */
.newLoginForm {
    background-color: white;
    max-width: 800px;
    margin-top: 75px;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    border-color: darkred;
    outline: 0;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;
    box-shadow: rgba(0,0,0,4)
}

.btn-ForgotPasswrd {
    background-color: lightgray;
    color: black;
    border-color: lightgrey;
    width: 200px;
}

    .btn-ForgotPasswrd:hover {
        background-color: darkgray;
        color: white;
    }


.btn-login {
    background-color: forestgreen;
    color: white;
    border-color: lightgrey;
    width: 200px;
}

    .btn-login:hover {
        background-color: darkgreen;
        color: white;
    }

/*.myloginform {*/
/* position: relative;
    display: -ms-flexbox;
    display: flex;*/
/*margin-top: 100px;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    border-color:darkred;
    outline: 0;
    max-width: 500px;
    color: black;
}*/
/*login,forgotpassword (button)*/
/*.mymainbtn {
    border-radius: 50px;
    height: 50px;
}*/
/*login, (button)*/
/*.myminorbtn {
    border-radius: 50px;
    height: 50px;
}*/


/*form card boarder*/
.mycardboarder {
    position: relative;
    padding: 1rem;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    border-color: darkred;
    outline: 0;
    color: black;
}
/*end login css    */












/*Stripe  */

.StripeElement {
    /*box-sizing: border-box;
    height: 40px;
    width: 400px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;*/
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

button {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

    button:hover {
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
        background-color: #43458b;
    }
/* Stripe End  */




/* old sidebar  */
/*body {
    font-size: .875rem;
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;*/ /* Behind the navbar */
/*padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;*/ /* Height of navbar from top of page */
/*height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;*/ /* Scrollable contents if viewport is shorter than content. */
/*}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}
    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }
    .sidebar .nav-link.active {
        color: #007bff;
    }
        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }
.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}*/

/*Old Sidebar*/






/*Welcome new users page / url page */

.choiceCards {
    max-width: 350px;
    margin: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-color: darkgray;
}

/*-----------------*/

/*Domain Search page*/
.search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .search-container button:hover {
        background: #ccc;
    }


/*--------------*/



.domainRegContainer {
    padding: 10px;
    max-width: 650px;
    margin: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    border-color: darkred;
}





/*Logout buttons*/


.logButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: rgba(69,69,69,1);
    width: 130px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 10px;
}



/*End logout buttons */


/*License Section CSS*/
.cardtop {
    background-color: black;
    color: white;
    font-weight: 500;
}

.btn-Managebutt {
    color: rgb(49,119,217);
    border-color: rgb(49,119,217);
    font-weight: bold;
}

    .btn-Managebutt:hover {
        color: white;
        border-color: rgb(75,75,128);
        background-color: rgb(75,75,128);
        font-weight: bold;
    }


.mysmallCcards {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.CanceledLicenceCard {
    background-color: lightgray;
    color: darkgray;
    max-width: 400px;
    margin-top: 75px;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    border-color: darkred;
    outline: 0;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;
    box-shadow: rgba(0,0,0,4)
}

.canceledText {
    writing-mode: tb-rl;
    white-space: nowrap;
    display: inline-block;
    overflow: visible;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    color: palevioletred;
}

/*License Section CSS*/



/*Fa fa-cog hover words */
.hoverWords {
    cursor: pointer;
}

    .hoverWords:hover {
        border: 1px solid #888;
        background-color: #ddd;
    }
/*end-------*/


.noteContainer {
    background-color: lightcyan;
    border: solid;
    border-color: lightblue;
    border-width: 2px;
    border-radius: 10px;
}






















/*Media Querries */
@media screen and (min-width: 200px) {
    .show-Hamburger {
        display: block !important;
    }


    .ShowOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: flex !important;
    }

    .hide-me {
        display: none !important;
    }

    .hideOnMobile {
        display: none !important;
    }

    .banerherowords {
        font-size: 50px;
    }

    .respH1 {
        font-size: 30px;
    }

    .respH2 {
        font-size: 20px;
    }

    .respH3 {
        font-size: 20px;
    }

    .respH4 {
        font-size: 20px;
    }

    .respH5 {
        font-size: 7px;
    }

    .respP {
        font-size: 6px;
    }

    .contacttext {
        font-size: 80px;
    }

    .wordDrop {
        padding-top: 101px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: black;
        /*background-color:rgba(69,137,189,1)*/
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: white;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .superFadeText {
        font-size: 50px;
    }

    .subdescription {
        font-size: 20px;
    }
}









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

    .ShowOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: flex !important;
    }

    .show-Hamburger {
        display: block !important;
    }

    .hide-me {
        display: none !important;
    }

    .hideOnMobile {
        display: none !important;
    }

    .banerherowords {
        font-size: 60px;
    }

    .respH1 {
        font-size: 30px;
    }

    .respH2 {
        font-size: 20px;
    }

    .respH3 {
        font-size: 17px;
    }

    .respH4 {
        font-size: 12px;
    }

    .respH5 {
        font-size: 9px;
    }

    .respP {
        font-size: 10px;
    }

    .contacttext {
        font-size: 80px;
    }

    .wordDrop {
        padding-top: 201px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: transparent;
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: transparent;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .superFadeText {
        font-size: 50px;
    }

    .subdescription {
        font-size: 25px;
    }
}










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

    .ShowOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: flex !important;
    }

    .Hide-Hamburger {
        display: none !important;
    }

    .hide-me {
        display: none !important;
    }

    .hideOnMobile {
        display: none !important;
    }

    .banerherowords {
        font-size: 60px;
    }

    .respH1 {
        font-size: 60px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 30px;
    }

    .respH4 {
        font-size: 25px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 15px;
    }

    .contacttext {
        font-size: 150px;
    }

    .wordDrop {
        padding-top: 250px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: transparent;
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: transparent;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .superFadeText {
        font-size: 100px;
    }

    .subdescription {
        font-size: 30px;
    }
}













@media screen and (min-width: 1300px) {
    .ShowOnMobile {
        display: none !important;
    }

    .Hide-Hamburger {
        display: none !important;
    }

    .show-me {
        display: inline !important;
    }

    .hideOnMobile {
        display: inline !important;
    }

    .banerherowords {
        padding-top: 50px;
        font-size: 60px;
    }

    .respH1 {
        font-size: 70px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 30px;
    }

    .respH4 {
        font-size: 25px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 15px;
    }

    .contacttext {
        font-size: 100px;
    }

    .wordDrop {
        padding-top: 250px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: transparent;
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: transparent;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .ts-dropdowntransparent {
        background-color: transparent;
        color: white;
    }

    .superFadeText {
        font-size: 100px;
    }

    .subdescription {
        font-size: 30px;
    }
}









@media screen and (min-width: 1900px) {
    .ShowOnMobile {
        display: none !important;
    }

    .Hide-Hamburger {
        display: none !important;
    }

    .show-me {
        display: inline !important;
    }

    .hideOnMobile {
        display: inline !important;
    }

    .banerherowords {
        padding-top: 150px;
        font-size: 80px;
    }

    .respH1 {
        font-size: 70px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 30px;
    }

    .respH4 {
        font-size: 25px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 15px;
    }

    .contacttext {
        font-size: 150px;
    }

    .wordDrop {
        padding-top: 203px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: transparent;
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: transparent;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .ts-dropdowntransparent {
        background-color: transparent;
        color: white;
    }

    .superFadeText {
        font-size: 100px;
    }

    .subdescription {
        font-size: 30px;
    }
}











@media screen and (min-width: 2560px) {
    .ShowOnMobile {
        display: none !important;
    }

    .Hide-Hamburger {
        display: none !important;
    }

    .show-me {
        display: inline !important;
    }

    .hideOnMobile {
        display: inline !important;
    }

    .banerherowords {
        padding-top: 200px;
        font-size: 100px;
    }

    .respH1 {
        font-size: 80px;
    }

    .respH2 {
        font-size: 65px;
    }

    .respH3 {
        font-size: 40px;
    }

    .respH4 {
        font-size: 30px;
    }

    .respH5 {
        font-size: 40px;
    }

    .respP {
        font-size: 20px;
    }

    .contacttext {
        font-size: 200px;
    }

    .wordDrop {
        padding-top: 300px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: transparent;
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: transparent;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .ts-dropdowntransparent {
        background-color: transparent;
        color: white;
    }

    .superFadeText {
        font-size: 140px;
    }

    .subdescription {
        font-size: 30px;
    }
}









@media screen and (min-width: 4000px) {
    .ShowOnMobile {
        display: none !important;
    }

    .Hide-Hamburger {
        display: none !important;
    }

    .show-me {
        display: inline !important;
    }

    .hideOnMobile {
        display: inline !important;
    }

    .banerherowords {
        padding-top: 400px;
        font-size: 160px;
    }

    .respH1 {
        font-size: 160px;
    }

    .respH2 {
        font-size: 110px;
    }

    .respH3 {
        font-size: 50px;
    }

    .respH4 {
        font-size: 50px;
    }

    .respH5 {
        font-size: 60px;
    }

    .respP {
        font-size: 25px;
    }

    .contacttext {
        font-size: 250px;
    }

    .wordDrop {
        padding-top: 550px;
        z-index: 1;
    }

    .ts-white-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: white;
        background-color: transparent;
    }

    .ts-black-nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        color: black;
        background-color: transparent;
    }

    .ts-dropdownbgcolor {
        background-color: white;
        color: black;
    }

    .ts-dropdowntransparent {
        background-color: transparent;
        color: white;
    }

    .superFadeText {
        font-size: 140px;
    }

    .subdescription {
        font-size: 30px;
    }
}
/*Media Querries End  */







































/*Footer */
.footerplane {
    padding-top: 10px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100px;
}

.footerItPage {
    position: fixed;
    height: 50px;
    background-color: black;
    color: white;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.smallfont {
    font-size: 10px;
    margin: 0em;
}



.bgc-lightBlack {
    background-color: rgb(30,30,30);
}


/*Footer End */










/* _______ ______  _____ _______ _____ _   _  _____  
 |__   __|  ____|/ ____|__   __|_   _| \ | |/ ____| 
    | |  | |__  | (___    | |    | | |  \| | |  __  
    | |  |  __|  \___ \   | |    | | | . ` | | |_ | 
    | |  | |____ ____) |  | |   _| |_| |\  | |__| | 
    |_|  |______|_____/   |_|  |_____|_| \_|\_____| 
                                                    
                                                    */

.mycardmargins {
    margin-top: 80px;
    margin-bottom: 80px;
}



/*Slider Switches*/

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    /*  background: #E1B42B;*/
    background: RGB(20,118,252);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}



/*SliderSwitched End*/
/*Danger Switch Begin*/

.dangerSwitch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.dangerSwitch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.dangerSwitch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .dangerSwitch-label:before, .dangerSwitch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .dangerSwitch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .dangerSwitch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.dangerSwitch-input:checked ~ .dangerSwitch-label {
    /*  background: #E1B42B;*/
    background: RGB(253,0,0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .dangerSwitch-input:checked ~ .dangerSwitch-label:before {
        opacity: 0;
    }

    .dangerSwitch-input:checked ~ .dangerSwitch-label:after {
        opacity: 1;
    }

.dangerSwitch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .dangerSwitch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.dangerSwitch-input:checked ~ .dangerSwitch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.dangerSwitch-label, .dangerSwitch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}


/*Danger Switch End*/







/*404 page */

#gameCanvas {
    border: solid 1px blue;
    width: 100%;
}

/*404 page end */




/*Domain pages*/
.selectListBox {
    width: 120px;
    height: 35px;
    /* border: 1px solid #999;*/
    font-size: 18px;
    color: black;
    background-color: white;
    border-radius: 5px;
    /* box-shadow: 4px 4px #ccc;*/
}
/*End domain pages*/



/* _______ ______  _____ _______ _____ _   _  _____  
 |__   __|  ____|/ ____|__   __|_   _| \ | |/ ____| 
    | |  | |__  | (___    | |    | | |  \| | |  __  
    | |  |  __|  \___ \   | |    | | | . ` | | |_ | 
    | |  | |____ ____) |  | |   _| |_| |\  | |__| | 
    |_|  |______|_____/   |_|  |_____|_| \_|\_____| 
                                                    
                                                    */




