
*{
    margin:0; 
    padding:0;
    font-family: 'VarelaRound-Regular', sans-serif;
}

*, ::after, ::before {
    box-sizing: border-box;
    
}


h1 {
    
    font-size: 42px;
	font-weight: 700;
	color: #ffbb00; 
	text-align: center;
    letter-spacing: 1px;
}

h3 {	

	font-size: 45px;
	font-weight: 700;
	color: #fff;
	text-align: center;
    margin-bottom: 18px;
    font-family:  sans-serif;
}

h5 {

    font-size: 25px;
    font-family: sans-serif!important;
	font-weight: 600;
    line-height: 2.5;
	color: #000000 !important;
	text-align: center !important;
}

.text {

    margin-top: 20px;
    font-size: 16px;
    letter-spacing: .6px;
	font-weight: 400;
	color: #040404;
    text-align: center;
    justify-content: center;
    font-family: sans-serif;
    line-height: 30px;
}

/* Banner -- section */

.Banner {

    position: relative;
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
   
}
  
.Banner-Wrapper {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Header-Section {
    
    height: 90px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
    padding: 12px 18px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b3b1b1;
}
.container {

    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
}

.Mini-widgets {

    background-color: #161717;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    letter-spacing: .5px;
    color: #f6b502;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
} 

.Site-Logo {

    text-align: left;
}

.Site-Logo {

    padding: 3vh 6vw;
    width: 500px;
}

.Logo {

    height: auto;
    max-width: 95%;
    width: 220px;
    padding-left: 8px;
}

.Nav-links {

    width: 100%;
    display: flex;
    justify-content: space-between;
    display: flex; 
    align-items: center;
    text-transform: uppercase;
    list-style: none;
    font-weight: 600;
    letter-spacing: 1px;
    
  
}

.Nav-links.show {

    display: flex;
}

.Nav-links li a {

    margin: 0 0.7vw;
    color: #1c1b1b;
    text-decoration: none;
    transition: all ease-in-out 350ms;
    padding: 12px 12px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
}

.Nav-links li a:hover {
    color: #df3800;
}

.Nav-links li {
    position: relative;
}


.icon {

    display: none;
    cursor: pointer;
    position: absolute;
    top: 70px !important;
    right: 35px;
    z-index: 1;
}

.bar {
    
    width: 25px;
    height: 3px;
    background-color: #1c1b1b;
    margin: 6px 0;
    transition: 0.4s;
}


.Row1 {

    display: inline-block;
    position: relative;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    flex-direction: row;
    align-items: center;
}



/* Main -- Section */

.Main-Section {

    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;   
}

.Main-container {

    position: relative;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

h2.Main-heading {

    text-align: center;
}

.Main-content {

    text-align: center;
}

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

.table-section {

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 850px;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    font-weight: bold;
}
.row {

    display: flex; 
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    color: #343a40 !important;
}

.table-section p {

    color: black;
    font-size: 15px;
    line-height: 25px;
    padding-left: 3px;
}
.info {

    padding-right: 0.25rem !important;
}

.first p img, .second p img, .third p img  {
    width: 27px;
}

img {

    vertical-align: middle;
    border-style: none;
}

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

.Row {

    display: flex;
    height: 196px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 43px;
    background: #fff;
    border-radius: 20px;
    line-height: 10px;
    border: 1.2px solid rgb(165 164 164);
    box-shadow: rgb(0 0 0 / 28%) 0px 3px 7px
}

.column-1 {

    width: 240px;
    padding: 0;
    position: relative;
}

.column-11 {

    width: 240px;
    padding: 0;
    position: relative;
}
.Inner-line {

    display: flex;
    height: 28px;
    width: 72%;
    position: relative;
    padding: 9px;
    left: 5px;
    font-weight: 600;
    top: 7px;
    color: #fff;
    border-radius: 10px 0 0 0;
    font-size: 15px;
    background-image: linear-gradient(90deg, #d800ff 0%, #0074eb 100%);
    clip-path: polygon(0 0, 92% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%); 
    z-index: 2; 
}

.column-1 img {

    border-radius: 19px 0 0 19px;
    height: 185px;
    width: 190px;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #202020;
    position: relative;
   
 
}
.column-11 img {

    border-radius: 19px 0 0 19px;
    height: 187px;
    width: 190px;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #b70000;
    position: relative;
    z-index: 1;
    margin-top: -27px
}
.bg-color {
    background-color: #3adbcb !important;
}

.column-2 {

    width: 300px;
    font-size: 26px;
    color: #000 !important;
}

.table-text {

    padding: 26px 10px 0;
    text-align: left;
    padding-left: 35px;
}

.table-text h4 {

    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.column-2 p {

    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #F94C10;
    margin: 0;
    margin-top: 17px;
}

.table-text p {

    font-weight: 700;
}

.table-text ul {

    list-style: none;
    color: #000 !important;
    margin: 0;
    margin-top: 10px;
}

.table-text ul li {

    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: 500;
    line-height: 25px;
}

ul.thumbs-up li img {

    margin-right: 12px;
}

.column-3 {

    width: 410px;
    font-size: 24px;
    color: #000;
}
.col-33 {

    width: 410px !important;
    font-size: 24px;
    color: #000;
}

.third-col {

    color: #000;
    padding: 15px 4px;
}

.third-col h2 {

    text-align: center;
    margin: 0;
    line-height: 33px;
    font-size: 35px;
    padding-top: 4%;
    color: #000;
}

.third-col h2 span {

    color: #ff8400;
    font-weight: 700;
}


 span.star-icon img {

    width: 110px;
    margin-top: 15px;
} 

.column-5 {
    
    width: 235px;
    padding: 0;
    vertical-align: middle !important;
}

.button-table {
    
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.mob-btn {
    display: none;
}

.button-table a {

    text-align: center;
    background-color: #4168f5;
    color: #fff;
    padding: 20px 36px;
    line-height: 1.5;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 700;
    font-family: sans-serif;
    border-radius: 10px;
    letter-spacing: .5px;
    cursor: pointer;
    border: 0;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
}

.button-table a:hover,
.Row:hover .button-table a {
    box-shadow: 0 0 0 0 rgba(37, 93, 234, 0.7);
    background-color: #1d59ef;
    animation: pulse 1.10s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.Row {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.button-table a, .Row:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 2) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    transition: 300ms linear;
}

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

.Content {
   
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 130px;
    margin-top: 70px;
    padding-top: 60px;
    background-color: #090a0a;
   
}

.Info2{
    
    margin-top:  40px;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 15px;
    font-family: sans-serif;
    text-align: center;
    line-height: 33px;
    color: #fff;
    
}


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


.image-container{
    
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.image {
    
    max-width: 100%;
    height: auto;
} 


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

.footer-heading {
    color: #fff !important;
    margin-top: -25px;
    letter-spacing: .6px;
    font-size: 30px !important;
}


#footer.solid-bg {
    
    background: #000 !important;
    padding: 40px 0 5px 0;
    text-align: center; 
    color: #fff; 
}

#footer .textwidget {

    width: 100%;
    margin: 0 auto; 
}

#footer .wf-container-footer {

    padding-top: 0px;
    padding-bottom: 0px;
}

.wf-container {

    margin: 0 -25px;
}

.footer .widget, .footer .tp_recent_tweets li {

    font-size: 14px;
    line-height: 30px;
}

.footer .widget {

    color: #6e6e6e;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#footer.solid-bg p {
    color: #ededed;
}

.footer-icons {

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.footer-icons img {

    margin: 0 10px;
}

.textwidget img {

    max-width: 100%;
    height: auto;
}

.footer-Text {

    margin-bottom: 30px;
    text-align: center; 
    font-size: 20px;
    color: #fff;
    
}

.footer-text {

    padding-left: 160px;
    padding-right: 160px;
    font-size: 15px;
    font-family: sans-serif;
    text-align: center;
    line-height: 33px;
    color: #fff;
}

.copy-text {

    margin-top: 30px;
    font-size: 19px;
    font-weight: 400 !important;
    font-family: sans-serif;
    text-align: center !important;
    color: #b3b3b9 !important;

}

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

.bottom-Section {

    position: relative;
    height: 70px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
    padding: 8px 18px;
    align-items: center;
    justify-content: space-between;
}

.bottom-container {

    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bottom-Site-Logo {

    padding: 3vh 6vw;
    text-align: left;
    width: 600px;
}

.bottom-Logo {
     
    height: auto;
    max-width: 50%;
    width: 216px;
    padding-left: 30px;
}

.bottom-Nav-links {

    width: 50vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.bottom-Nav-links li a {

    margin: 0 0.3vw;
    color: #fbf4f4;
    text-decoration: none;
    transition: all ease-in-out 350ms;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: .4px;
    font-family: sans-serif;
    font-weight: 400;
}

.bottom-Nav-links li a:hover {
    color: #ff7700;

}

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

.Content1 {
   
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 80px; */
   
}

.Info {
    
    margin-top:  60px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    font-family: sans-serif;
    text-align: left;
    line-height: 33px;
    color: #000000;
    
}

.Text-line {

    text-align: left;
    margin-top: -30px;
    margin-bottom: 20px;
    margin-left: 200px;
}

/* @media only screen and (max-width: 600px) and (min-width: 400px)  */

@media only screen and (max-width: 600px) {

    section.Banner {
        height: auto !important;
    }

    .column-11 {
        width: 170px;
    }

    .column-11 img {
        border-radius: 16px 0 0 16px;
        height: 92px;
        width: 98px;
        object-fit: contain;
        background-color: #b70000;
        position: relative;
        z-index: 1;
        margin-top: -12px;
    }

    .Inner-line {
        height: 26px !important;
        width: 87% !important;
        top: -17px !important;
        font-size: 9px !important;
        padding: 7px;
    }

    .column-1 img {
        height: 137px !important;
        width: 86px !important;
        object-fit: contain !important;
        padding-left: 3px;
        padding-right: 3px;
    }

    p.Info2 {
        padding: 0 !important;
        font-size: 12px;
        line-height: 28px;
    }
    section.Content {
        padding-top: 0px !important;
    }
    
    .button-table {
        width: 75% !important;
        margin: 0 auto;
    }

    .mob-btn {
        display: inline-block !important;
    }
    .des-btn {
        display: none !important;
    }

    .button-table {
        padding: 10px 0;
    }

    .button-table a {
        padding: 14px 8px !important;
        font-size: 9px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .col-33 {
        width: 192px !important;
        font-size: 15px !important;
    }
}


@media only screen and (max-width: 600px) {

    h1 {
        font-size: 35px !important; 
    }
  
    h3 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
  
    h5 {
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 17px !important;
    }
  
    .text {  
        font-size: 16px !important;
        line-height: 28px !important;
        padding: 0 25px !important;
    }
  
    .Mini-widgets {
        font-size: 12px !important;
        line-height: 13px !important;
        padding: 5px !important;
    }

    .header-container {
         padding: 16px 0 0 !important; 
    }

    .Site-Logo {
        padding: 2vh 1vw !important;
    }

    .Logo {
        margin-top: 0 !important;
        max-width: 75% !important;
    }

    .Nav-links {
        font-weight: 400 !important;
    }

    .Nav-links li a {
        padding: 0 !important;
        font-size: 12px !important;
    }

   .Row1 {
        margin-top: 30px !important;
    }

   .title {
        display: none !important;
    }

    .Main-container {
        width: 92% !important;
        margin-top: 30px;
    }

    .Row {
        width: 100%;
        height: 148px !important;
    }

    .column-1 {
        width: 110px !important;
        border-radius: 19px; 
    }

    .column-1 img {
        height: 95px !important;
        width: 98px !important;
        object-fit: contain !important;
    }

    .column-2 {
        width: 205px !important;
    } 

    span.star-icon img {
        width: 58px !important;
        margin-top: 6px !important;
    }

    ul.thumbs-up li img {
       display: none !important;
    }

    .table-text {
        padding: 8px !important;
    }

    .table-text h4 {
        font-size: 14px !important;
        line-height: 1.1;
    }

    .table-text p {
        margin-top: 8px;
    }

    .table-text ul li {
        font-size: 12px !important;
        line-height: 13px !important;
    }


    .column-3 {
        width: 149px !important;
        font-size: 15px !important;
    }

    .third-col h2 {

        font-size: 18px !important;
        padding-top: 5% !important;
        line-height: 27px !important;
    }

    .third-col h2 span {

        font-size: 14px !important;
    }

    td.column-5 {
        width: 80px !important;
    }
    
    

    .footer-text {
        padding-left: 25px !important;
        padding-right: 25px !important;
        line-height: 26px !important;
    }

    .copy-text {
        font-size: 15px !important;
    }

    .Nav-links {
        display: none !important;
        flex-direction: column;
        text-align: center;
        background-color: #ff8489;; 
        position: absolute;
        top: 142px !important;
        right: 0 !important;
        width: 100% !important;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1 !important;
    }

    .icon {

        display: block !important;
    }

    .Nav-links.show {

        display: flex !important;
    }

    .icon.active .bar:nth-child(1) {

        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .icon.active .bar:nth-child(2) {

        opacity: 0;
    }

    .icon.active .bar:nth-child(3) {

        transform: rotate(45deg) translate(-5px, -6px);
    }

    .bottom-Site-Logo {

        padding: 3vh 3vw !important;
        width: 400px !important;
    }

    .bottom-Nav-links li a {
 
        display: block;
        line-height: 15px !important;
        padding: 5px 8px !important;
        font-size: 10px !important;
        text-align: center !important;
        justify-content: center !important;
       
    }
    
    .bottom-Nav-links {

        width: 61% !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .Info {

        font-size: 14px !important;
        line-height: 22px !important;
    }

    .Text-line {

        text-align: center !important;
        margin-left: 0 !important;
    }
}

