:root {
    --orange: #f2582d;
    --yellow: #f3bf2c;
    --gray: #c5ccce;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  /*   font-size: 18px; */
}

html {
    background-color: #101213;
}

body {
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.5;
    font-family: Raleway, sans-serif;
    background-color: #101213;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .25s;
}






svg {
    fill: currentColor;
}

.container {
  /*  max-width: 1040px; */
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container1 {
   max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: 310px;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 799px) {

.container2 {
         margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}



}

.btn {
    display: inline-flex;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
}

.btn1 {
    display: inline-flex;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
}
.header {
    padding-top: 20px;
}

.header-btn {
    padding: 3px 8px;
    font-size: 20px;
    font-weight: 500;
    /* color: var(--orange);
    border: 2px solid; */
}

.header-btn:hover {
    color: white;
}

.hero {
    margin-top: 195px;
    text-align: center;
}

.hero h1 {
    font-weight: 400;
    font-size: 50px;
}

.hero p {
    max-width: 530px;
    margin: 20px auto 0;
    font-size: 24px;
    color: var(--gray);
}

.hero-btn {
    margin-top: 60px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
 background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
   
}

.lines {
    width: 100%;
   
    user-select: none;
    pointer-events: none;
}

.lines1 {
    width: 100%;
   
    user-select: none;
    pointer-events: none;

 margin: -194px 0px 45px 0px;
}



/*resouces2 class added for training page */

.resources2 {
    margin-top: 120px;
}


.resources5 {
    margin-top: 120px;
}
.resources2 h2 {
    max-width: 795px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
}
.resources2 h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 24px;
   
}

.resources5 h3 {
    margin: 0px 0px 0px 45px;
    font-weight: 400;
    font-size: 18px;
   
}

.resources4 h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 24px;
   
}

.resources3 {
    margin-top: 120px;
}

.resources3 h2 {
    max-width: 795px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
}
.resources3 h3 {
   
    font-weight: 400;
    font-size: 24px;
   
}

.resources4 {
    margin-top: 0px;
}


.resources {
    margin-top: 120px;
}

.resources h2 {
    max-width: 795px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
}

.resources h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 24px;
    color: var(--gray);
}

.resources1 h2 {
    max-width: 795px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
}

.resources-col {
    margin-top: 50px;
}

.resources-ebook {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.resources-ebook:hover .resources-ebook-download {
    color: white;
}

.resources-ebook + .resources-ebook {
    padding-top: 20px;
    border-top: dotted 1px #353535;
}

.resources-ebook > img {
    display: block;
    width: 100px;
    height: auto;
}

.resources-ebook-text {
    margin-left: 20px;
}

.resources-ebook-text p {
    color: var(--gray);

}


.resources-ebook-text1 p {
    color: #ffffff;
    font-size: 19px;
}

.resources-text {
    margin-left: -56px;
}

@media (max-width: 799px) {
.resources-text {
    margin-left: 0px;
}
}

.resources-text p {
    color: var(--gray);
}

.resources-ebook-download {
    margin-top: 5px;
    display: inline-flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--orange);
    transition: .25s;
}

.resources-convo {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.resources-convo:not(:hover) .resources-convo-chevron {
    opacity: 0;
    transform: translateX(-10px);
}

.resources-convo:hover .resources-convo-icon {
    box-shadow: none;
    background-color: white;
}

.resources-convo:hover .resources-convo-text h4 {
    color: white;
}

.resources-convo + .resources-convo {
    border-top: dotted 1px #353535;
}

.resources-convo-icon {
    padding: 6px;
    border-radius: 50%;
    color: var(--orange);
    box-shadow: inset 0 0 0 2px rgba(242, 88, 45, .25);
    transition: .25s;
}

.resources-convo-icon svg {
    display: block;
}

.resources-convo-text {
    padding-right: 20px;
    margin-left: 20px;
}

.resources-convo-text h4 {
    color: var(--orange);
    transition: .25s;
}

.resources-convo-chevron {
    position: absolute;
    right: 0;
    opacity: .5;
    color: var(--gray);
    transition: .25s;
}

.resources-convo-chevron svg {
    display: block;
}

.bottom-cta {
    margin-top: 120px;
    text-align: center;
}


.bottom-cta1 {
    margin-top: -400px;
    text-align: center;
}


.bottom-cta2 {
    margin-top: -195px;
    text-align: center;
}


.bottom-cta3 {
    margin-top: 0px;
    text-align: center;
}


@media screen and (max-width: 799px) {
.bottom-cta2 {
    margin-top: 0px;
    text-align: center;
}
}

.bottom-cta h2 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
}

.bottom-cta-btn {
    margin-top: 50px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    background-color: white;
    color: black;
}

.bottom-cta-btn:hover {
    color: var(--orange);
}

.footer {
    margin-top: 120px;
    padding-bottom: 20px;
    text-align: center;
    color: var(--gray);
}

.footertext {
  position: relative;
         text-decoration: none;
         padding: 48px 47px 134px 20px;
         background-color: #181818;
}


.blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(32, 36, 38, .95);
    text-align: center;
}

.blocker::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    max-width: 400px;
    width: 100%;
    padding: 32px;
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    color: #101213;
}

.close-modal {
    position: absolute;
    top: -16px; right: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to right, var(--orange), var(--yellow));
    transition: .25s;
}

.close-modal:hover {
    transform: scale(1.2);
}

.modal h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.modal p {
    margin-top: 10px;
}

.modal .btn {
    display: block;
    width: 100%;
    padding: 15px 40px;
    font-weight: 600;
    background-image: linear-gradient(to right, var(--orange), var(--yellow));
    border: 0;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    font-family: Raleway, sans-serif;
    cursor: pointer;
}


.modal .btn.disabled {
    background-image: linear-gradient(to right, var(--gray), var(--gray));
}
.hidden {
    display:none;
}
.p4 {
    font-size: 9pt;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #f1f3f3;
    font-size: 15px;
    line-height: 1.5;
    font-family: Raleway, sans-serif;
    color: #101213;
    border: 1px solid #f1f3f3;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
}

select {
    width: 49%;
    height: 50px;
}
input.missing,
select.missing,
textarea.missing {
    border-color:red;
}
@media (max-width: 990px) {
    .header {
        text-align: center;
    }

    .header-cta {
        margin-top: 20px;
    }

    .header-btn {
        margin-top: 10px;
    }
        .header-cta-second {
        display: none;
}
   
}

@media (min-width: 991px) {
    .header {
        display: flex;
        /*justify-content: space-between; */
    }

    .header-cta {
        display: flex;
        align-items: center;
        margin-left: 10%;
    }
    .header-cta-second {
        line-height: 3em;
    text-indent: 5em;

    }
    .header-cta p {
        margin-right: 20px;
    }

    .resources-cols {
        display: flex;
        justify-content: space-between;
    }

    .resources-col {
        width: 47.5%;
    }
}

/*  Button */
.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}


.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

/*Additional changes - Typing characters  */
.move {
    color: deepskyblue;
    text-decoration: none;
    font-size: 18px;
    text-align: justify;
}
.move1 {
    color: deepskyblue;
    text-decoration: none;
    font-size: 19px;
    text-align: justify;
}
#header-sroll {
    position:fixed;
    height: 100px;
    background:#101213;
    left:0;
    top:0;
    width:100%;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll h1 {
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    line-height: 50px;
     -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll.small {
    height: 50px;
    line-height: 35px;
}
#header-sroll.small h1{
    height: 50px;
    line-height: 35px;
    font-size: 25px;
}


////////////////////////////////////////////////////////////////

.SiteFooterStyles_linkFooter-1oVdL {
    background: #010101;
    padding: 40px 0;
    position: relative;
}

.SiteFooterStyles_copyright-3gLgd {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: right;
    font-size: .8rem;
    color: #9b9dad;
}
//////////////////////////////////////////////////////////

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.wrapper {
    padding: 5px;
    max-width: 960px;
    width: 95%;
    margin: 20px auto;
}

.wrapper1 {
           color: #3ea5e1;
    font-size: 24px;
}
}
.wrapper2 {
        color: #5faa44;
        font-size: 16px;
}


.columns {
   display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 100px 4px 310px 10px;
}

.columns2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 86px 0;
}

.column {
    flex: 1;
  /*  border: 1px solid gray; */
    margin: 2px;
    padding: 10px;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
    
}



.columntext {
    flex: 1;
  /*  border: 1px solid gray; */
    margin: 12px 0px 0 -68px;
    padding: 10px;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
    
}

@media screen and (max-width: 799px) {
.columntext {
    flex: 1;
  /*  border: 1px solid gray; */
     margin: 2px;
    padding: 10px;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
    
}
}







@media screen and (max-width: 799px) {
.column3 {
       margin-left: 2px;
}
}


.column4 {
       margin-left: 176px;
       font-size: 35px;
}
}


@media screen and (max-width: 980px) {
  .columns .column {
        margin-bottom: 5px;
    flex-basis: 40%;
        &:nth-last-child(2) {
            margin-right: 0;
        }
        &:last-child {
            flex-basis: 100%;
            margin: 0;
        }
    }
}

@media screen and (max-width: 680px) {
    .columns .column {
        flex-basis: 100%;
        margin: 0 0 5px 0;
    }
}





/*What we manage table */
    .columns1 {
    display: flex;
    /* flex-flow: row wrap; */
    justify-content: center;
    
}

.column1 {
    flex: 1;
   border: 1px solid #2D2D2D;
    margin: 0px;
    padding: 10px 10px 5px 10px;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
    
}

.column2 {

    border-left: none;
     flex: 1;
    margin: 0px;
    padding: 10px;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
}

.column3 {
    flex: 1;
   
    margin: 0px;
    padding: 16px 0 0 0 ;
   
    
}



.wrapper2 {
        color: #5faa44;
        font-size: 16px;
}



@media screen and (max-width: 980px) {
  .columns1 .column1 {
        margin-bottom: 5px;
    flex-basis: 40%;
        &:nth-last-child(2) {
            margin-right: 0;
        }
        &:last-child {
            flex-basis: 100%;
            margin: 0;
        }
    }




}

@media screen and (max-width: 680px) {
    .columns1 .column1 {
        flex-basis: 100%;
        margin: 0 0 5px 0;
    }
}


@media screen and (max-width: 980px) {
  .columns1 .column3 {
        margin-bottom: 5px;
    flex-basis: 40%;
        &:nth-last-child(2) {
            margin-right: 0;
        }
        &:last-child {
            flex-basis: 100%;
            margin: 0;
        }
    }




}

@media screen and (max-width: 680px) {
    .columns1 .column3 {
        flex-basis: 100%;
        margin: 0 0 5px 0;
    }
}

.clearfix {
  overflow: auto;
}

.img1 {
  float: right;
  width: 74px;
    margin: 0 0 0 19px;
}

.img3{
width: 530px; 
height: auto;

}


.imghelp{


    width: 370px;
    height: auto;
    margin-top: 90px;
}


@media (max-width: 799px) {
.imghelp{


    width: 370px;
    height: auto;
   
}
}





@media (max-width: 994px) {
.img3 {

    width: 310px;
    height: auto;
    margin-left: 0;
}

}



//////////////////

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}




.img2{
  width: 120px;
  height: auto;

}

//////////////

/* Form */


.form-item {
    margin: 0 0 10px;
}   

label {
    font-size: 14px;
    font-weight: 400;
    cursor: default;
}
@media only screen and (min-width: 960px)
.webform-component {
    width: 49%;
}

@media only screen and (min-width: 960px)
.webform-component:nth-child(odd) {
    clear: left;
    float: left;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea {
    width: 49%;
    resize: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    border: 1px solid #9cbccd;
    border-radius: 4px;
    box-shadow: 0 3px 5px #fff inset;
    background-color: #fff;
    color: #231f20;

}


.input1 {
float: right;
}


.input2{
    margin: 68px -156px 11px 6px;
    float: right;
}

.formheight {


    line-height: 60px;
}

////////////////////////

/* Header Font size */

.headerfont {
        font-size: 13px;
}

/* Tick Box */
span.tickcolor {
  content: "\2713";
  font-size: 18px;
    padding: 0 14px 0 0;
    color: orange;
}
}

.footersep {
    width: 1280px;
    height: 6px;
    margin: -116px 10px 0 0;


}

.topnav {
  overflow: hidden;
  
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.topnav a:hover {
  border-bottom: 3px solid red;
}

.topnav a.active {
  border-bottom: 3px solid red;
}

.logosize {
	width: 275px;
    height: auto;
	
}

