*{
	margin: 0;
  	padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

html,body{
	width: 100%;
	height: auto;
} 

h1, h2{
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}

p{
    font-size: 18px;
}

/* TOP MESSAGE */

#top-message{
    background-color: #243a4f;
    width: 100%;
    height: auto;
}

.text-top{
    padding: 5px;
    text-align: center;
    color: white;
}

.text-top p{
    margin-bottom: 0;
}

.text-top p a{
    text-decoration: underline;
    color: white;
}

/* SIGN IN */

#sign-in{
    background-color: #eeeeee;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

.sales a{
    color: #555;
    text-decoration: none;
}

.get-demo{
    
}

.get-demo ul{
    margin-bottom: 0;
    text-align: right;
}

.get-demo ul li{
    list-style: none;
    display: inline-block;
}

.get-demo ul li:first-of-type a{
    text-transform: capitalize;
    border: 2px solid #243a4f;
    color: #243a4f;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
}

.get-demo ul li:first-of-type a:hover{
    border: 2px solid #243a4f;
    color: white;
    text-decoration: none;
    background-color: #243a4f;
}

.get-demo ul li:last-of-type a{
    text-transform: capitalize;
    border: 2px solid #ff6c39;
    color: white;
    background-color: #ff6c39;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
}

.get-demo ul li:last-of-type a:hover{
    border: 2px solid #ff6c39;
    color: #ff6c39;
    background-color: transparent;
    text-decoration: none;
}

/* NAVBAR */

.navbar {
    transition: all 0.4s;
    background-color: white;
}

.navbar .nav-link {
    color: #555;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ff6c39;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #ff6c39;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
    text-transform: capitalize;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* HERO */

#hero{
    background-color: white;
    width: 100%;
    min-height: 82vh;
}

.bg-hero{
    background-image: url(..//images/Untitled-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: inherit;
    width: 100%;
}

.text-hero{
    text-align: center;
    padding-top: 25vh;
}

.text-hero h5{
    margin-bottom: 0;
    color: #555;
}

.text-hero h1{
    font-size: 60px;
    margin-bottom: 0;
    padding: 20px 0;
    color: #243a4f;
}

.text-hero p{
    color: #555;
}

.btn-hero{
    padding-top: 40px;
    padding-bottom: 16px;
}

.btn-hero a{
    text-transform: uppercase;
    border: 2px solid #ff6c39;
    color: white;
    background-color: #ff6c39;
    padding: 15px 35px;
    font-weight: 600;
    text-decoration: none;
}

.btn-hero a:hover{
    border: 2px solid #ff6c39;
    color: #ff6c39;
    background-color: transparent;
    text-decoration: none;
}

/* PLATFORMS */

#platforms{
    background-color: #eeeeee;
    width: 100%;
    height: auto;
   padding: 80px 0;
}

.title-platforms{
    text-align: center;   
}

.title-platforms h2{
    color: #243a4f;
    margin-bottom: 60px;
    font-size: 40px;
}

.text-platforms{
    
}

.text-platforms p{
    color: #555;
}

.text-platforms ul{
    
}

.text-platforms ul li{
    list-style: none;
    margin-bottom: 5px;
    font-size: 18px;
    color: #555;
}

.text-platforms ul li i{
    color: #243a4f;
}

.explore{
    
}

.explore h4{
    color: #243a4f;
    font-weight: 600;
    margin-bottom: 20px;
}

.explore ul{
    
}

.explore ul li{
    list-style: none;
    margin-bottom: 5px;
}

.explore ul li i{
    color: #243a4f;
}

.explore ul li a{
    text-decoration: none;
    font-size: 18px;
}

.brochure{
    background-color: #243a4f;
    padding: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.brochure a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.brochure h5{
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.brochure h5 i{
    color: #ff6c39;
    margin-left: 5px;
}

.brochure p{
    margin-bottom: 0;
    color: white;
}

/* GET LIVE */

#get-live{
    background-image: url(..//images/get-live1%20-%20Copy.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    width: 100%;
    height: auto;
}

.marg-live{
    margin-left: auto;
}

.text-live{
    text-align: right;
}

.text-live h2{
    color: #243a4f;
    font-size: 40px;
}

.btn-live{
    padding-top: 40px;
    padding-bottom: 16px;
}

.btn-live a{
    text-transform: uppercase;
    border: 2px solid #ff6c39;
    color: white;
    background-color: #ff6c39;
    padding: 15px 35px;
    font-weight: 600;
    text-decoration: none;
}

.btn-live a:hover{
    border: 2px solid #ff6c39;
    color: #ff6c39;
    background-color: transparent;
    text-decoration: none;
}

/* MARKETING */

#marketing{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.title-marketing{
    text-align: center;   
}

.title-marketing h2{
    color: #243a4f;
    margin-bottom: 60px;
    font-size: 40px;
}

.text-marketing{
    padding: 40px;
}

.text-marketing h4{
    font-weight: 600;
    color: #243a4f;
    margin-bottom: 20px;
}

.text-marketing p{
    color: #555;
}

.img-marketing{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.img-disp{
    display: none;
}

.mark-padd{
    padding: 0;
}

.btn-marketing{
    padding-top: 80px;
    padding-bottom: 16px;
    text-align: center;
}

.btn-marketing a{
    text-transform: uppercase;
    border: 2px solid #ff6c39;
    color: white;
    background-color: #ff6c39;
    padding: 15px 35px;
    font-weight: 600;
    text-decoration: none;
}

.btn-marketing a:hover{
    border: 2px solid #ff6c39;
    color: #ff6c39;
    background-color: transparent;
    text-decoration: none;
}

/* RESULTS */

#results{
    background-color: #eeeeee;
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.titile-results{
    text-align: center;   
}

.titile-results h2{
    color: #243a4f;
    margin-bottom: 80px;
    font-size: 40px;
}

.text-results{
    text-align: center;
}

.padd-result{
    padding: 15px;
}

.text-results h4{
    margin: 20px 0;
    font-weight: 600;
    color: #243a4f;
}

.text-results p{
    color: #555;
}

.text-results-box{
    background-color: white;
    padding: 20px;
    margin-top: -20px;
}

.text-results-box p span{
    color: #ff6c39;
}

/* PART OF */

#part-of{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.text-part-of{
  padding: 30px 0;
}

.text-part-of h2{
    color: #243a4f;
    margin-bottom: 40px;
    font-size: 40px;
}

.text-part-of p{
    color: #555;
}

.btn-part-of{
    padding-top: 50px;
    padding-bottom: 16px;
}

.btn-part-of a{
    text-transform: uppercase;
    border: 2px solid #ff6c39;
    color: white;
    background-color: #ff6c39;
    padding: 15px 35px;
    font-weight: 600;
    text-decoration: none;
}

.btn-part-of a:hover{
    border: 2px solid #ff6c39;
    color: #ff6c39;
    background-color: transparent;
    text-decoration: none;
}

.img-part-of{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-part{
    
}

.text-part ul{
    text-align: center;
    margin-bottom:0;
    margin-top: 60px;
}

.text-part ul li{
    list-style: none;
    display: inline-block;
}

.text-part ul li a{
    text-decoration: none;
    color: #ff6c39;
}

.text-part ul li span{
    border-right: 1px solid #555;
    margin-left: 11px;
    margin-right: 5px;
}

/* REQUEST DEMO */

#request-demo{
    background-color: #eeeeee;
    width: 100%;
    height: auto;
}

.bg-img-demo{
    background-image: url(..//images/Untitled-2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 250px;
}

.text-request{
    background-color: white;
    padding: 40px;
    text-align: center;
}

.text-request h2{
    color: #243a4f;
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
}

.text-request p{
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.form-demo{
    box-shadow: none !important;
    border-radius: 0;
}

.btn-get-demo{
    text-transform: uppercase;
    border: 2px solid #ff6c39;
    color: white;
    background-color: #ff6c39;
    padding: 15px 35px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 40px;
}

.btn-get-demo:hover{
    border: 2px solid #ff6c39;
    color: #ff6c39;
    background-color: transparent;
    text-decoration: none;
}

.text-request h6{
    font-size: 14px;
}

.text-request h6 a{
    text-decoration: none;
}



/* FOOTER */

footer{
    padding-top: 80px;
}

.text-footer{
    
}

.text-footer h5{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    color: #243a4f;
}

.text-footer hr{
    margin-top: 5px;
}

.text-footer ul{
    margin-bottom: 0;
}

.text-footer ul li{
    list-style: none;
    margin-bottom: 5px;
}

.text-footer ul li a{
    text-decoration: none;
    color: #555;
}

.text-footer ul li a:hover{
    text-decoration: none;
    color: #243a4f;
}

.text-footer ul li{
    color: #555;
}

.marg-res{
    margin-top: 35px;
}

.text-footer h3{
    font-weight: 600;
    margin-bottom: 15px;
}

.soc-icons-foo{
    
}

.soc-icons-foo ul{
    margin-top: 15px;
}

.soc-icons-foo ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.soc-icons-foo ul li a i{
    color: #555;
    font-size: 22px;
}

.soc-icons-foo ul li a i:hover{
    color: #243a4f;
}

.text-copy{
    
}

.text-copy ul{
    margin-top: 60px
}

.text-copy ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.text-copy ul li a{
    text-decoration: none;
}

/* RESPONSIVE */

@media (min-width: 992px) and (max-width: 1199px) {

}

@media(min-height: 1366px){

}

@media (min-width: 768px) and (max-width: 991px) {
    .text-hero{
        padding-top: 18vh;
    }
    .img-disp-1{
        display: none;
    }
    .img-disp{
        display: block;
    }
    .mark-padd{
        padding: 0 15px;
    }
    .text-footer h3{
        margin-top: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-hero{
        padding-top: 18vh;
    }
    .text-top p{
        font-size: 14px;   
    }
    .sales{
        text-align: center;
        margin-bottom: 20px;
    }
    .get-demo ul{
        text-align: center;
        margin-bottom: 15px;
    }
    .img-marketing{
        height: 400px;
    }
    .img-disp-1{
        display: none;
    }
    .img-disp{
        display: block;
    }
    .title-marketing h2{
        margin-bottom: 40px;
    }
    .mark-padd{
        padding: 0 15px;
    }
    .text-part-of{
        padding-top: 0;
    }
    .img-part-of{
        width: 100%;
        height: 400px;
    }
    .ord-part-1{
        order: 1;
    }
    .ord-part-2{
        order: 2;
    }
    .ord-part-3{
      order: 3;
    }
    .marg-foo{
        margin-top: 30px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .text-top p{
        font-size: 14px;   
    }
    .sales{
        text-align: center;
        margin-bottom: 20px;
    }
    .get-demo ul{
        text-align: center;
        margin-bottom: 15px;
    }
    .img-marketing{
        height: 250px;
    }
    .img-disp-1{
        display: none;
    }
    .img-disp{
        display: block;
    }
    .title-marketing h2{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .text-marketing{
        padding: 20px 0;
    }
    .mark-padd{
        padding: 0 15px;
    }
    .text-part-of{
        padding-top: 0;
    }
    .img-part-of{
        width: 100%;
        height: 250px;
    }
    .ord-part-1{
        order: 1;
    }
    .ord-part-2{
        order: 2;
    }
    .ord-part-3{
      order: 3;
    }
    #hero{
        min-height: 70vh;
    }
    .marg-foo{
        margin-top: 30px;
    }
    .text-hero{
        padding-top: 8vh;
    }
    .text-hero h1{
        font-size: 50px;
    }
    .title-platforms h2{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .title-platforms h2 span{
        display: none;
    }
    .text-live h2{
        font-size: 30px;
    }
    .titile-results h2{
        margin-bottom: 40px;
        font-size: 30px;    
    }
    .text-part-of h2{
        font-size: 30px;
    }
    .text-request h2{
        font-size: 30px;
    }
    .text-request{
        padding: 40px 20px;
    }
    .bg-img-demo{
        padding: 80px 0;
    }
}

@media (max-width: 320px) {
    .text-top p{
        font-size: 14px;   
    }
    .sales{
        text-align: center;
        margin-bottom: 20px;
    }
    .get-demo ul{
        text-align: center;
        margin-bottom: 15px;
    }
    .img-marketing{
        height: 250px;
    }
    .img-disp-1{
        display: none;
    }
    .img-disp{
        display: block;
    }
    .title-marketing h2{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .text-marketing{
        padding: 20px 0;
    }
    .mark-padd{
        padding: 0 15px;
    }
    .text-part-of{
        padding-top: 0;
    }
    .img-part-of{
        width: 100%;
        height: 250px;
    }
    .ord-part-1{
        order: 1;
    }
    .ord-part-2{
        order: 2;
    }
    .ord-part-3{
      order: 3;
    }
    #hero{
        min-height: 100vh;
    }
    .marg-foo{
        margin-top: 30px;
    }
    .text-hero{
        padding-top: 12vh;
    }
    .text-hero h1{
        font-size: 50px;
    }
    .title-platforms h2{
        font-size: 30px;
        margin-bottom: 40px;
        margin-top: 0px;
    }
    .title-platforms h2 span{
        display: none;
    }
    .text-live h2{
        font-size: 30px;
    }
    .titile-results h2{
        margin-bottom: 40px;
        font-size: 30px;    
    }
    .text-part-of h2{
        font-size: 30px;
    }
    .text-request h2{
        font-size: 30px;
    }
    .text-request{
        padding: 40px 20px;
    }
    .bg-img-demo{
        padding: 80px 0;
    }
    #top-message{
        display: none;
    }
    .get-demo ul li:first-of-type{
        margin-bottom: 30px;
    }
}

/*** INFO 

title font - font-family: 'Montserrat', sans-serif;

title color - #243a4f
text color - #555
orange - #ff6c39
grey bg - #eeeeee

***/



