:root{
    --gradient-1: linear-gradient(-59deg, rgba(242,197,255,1) 0%, rgba(69,174,255,1) 45%, rgba(0,0,0,1) 100%);
    --gradient-2: linear-gradient(-59deg, rgba(69,174,255,1) 0%, rgba(242,197,255,1) 100%);
    --gradient-3: linear-gradient(-59deg, rgba(245,243,78,1) 0%, rgba(255,162,0,1) 100%);
}

body{
    font-family: "Roboto", sans-serif;
    background-color:#0b0b10;
}

.bg-dark-blue{
    background: rgb(21,23,35);
background: linear-gradient(239deg, rgba(21,23,35,1) 0%, rgba(8,8,16,1) 100%);

}


.text-shadow-white{
    /*text-shadow: rgb(255, 255, 255) 1px 0 10px;*/
}




.container{
    max-width:1100px;
}

.btn-rounded{
    border-radius:30px;
}
.btn-primary{
    background:var(--gradient-1);
    border:none;
    border-radius:30px;
}

.btn-gold{
    background:var(--gradient-3);
    border:none;
    border-radius:30px;
    color:#000;
    font-weight:600;
    padding-left:30px;
    padding-right:30px;
}


.btn-outline-gold{
   
    font-weight:600;
    padding:5px 40px;
    font-size:21px;
    border-radius:20px;

   

    background: linear-gradient(#080810, #080810) padding-box,
    linear-gradient(to right, rgba(245,243,78,1), rgba(255,162,0,1)) border-box;
    border-radius: 50em;
    border: 3px solid transparent;
}

.btn-outline-gold:hover{

    
    background: linear-gradient(#080810, #080810) padding-box,
    linear-gradient(to right, rgba(245,243,78,1), rgba(255,162,0,1)) border-box;
    border: 3px solid transparent;

}

.btn-learn-more{
    background:#1e1e2a;
    border-radius:10px;
    border:1px solid #46495b;
    color:#fff;
    font-weight:600;
    padding:10px 60px;
}
.btn-learn-more:hover{
    background:#4c4c5b;
    border:1px solid #46495b;
}


.header .navbar-brand img{
    max-width:150px;
    height:auto;
}
.header .btn-top{
    margin-top:8px;
    font-weight:600;
    padding:5px 40px;
    font-size:21px;
    border-radius:20px;

   

    background: linear-gradient(#080810, #080810) padding-box,
    linear-gradient(to right, rgba(245,243,78,1), rgba(255,162,0,1)) border-box;
    border-radius: 50em;
    border: 3px solid transparent;
}
.header .navbar-expand-lg .navbar-nav .nav-link{
    font-size:18px;
    font-weight:400;
    padding-right:25px;
    padding-left:25px;
    color:#fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link.active::after
{
  content: '';
  background:var(--gradient-3);
  width: 100%;
  height:3px;
  display: block;
}



.footer{
    padding:10px 0px;
}
.footer .container{
    border-top:1px solid #8d93a8;
    padding-top:20px;
    padding-bottom:20px;
}
.footer .navbar-brand img{
    max-width:150px;
    height:auto;
}
.footer  .nav-link{
    font-size:16px;
    font-weight:500;
    padding-right:20px;
    padding-left:20px;
    font-weight:400;
    color:#a2a3a9;
}


.bg-primary{
    background:var(--gradient-1);
}
.section{
    padding:50px 0px;
}


/* Intro Section */
.intro-section{
    background:url("../img/intro-section.jpg");
    background-size: cover;
}

.intro-section{
    padding:200px 0px;
    /*text-align:justify;*/
}
.intro-section.section-icon{
    padding:20px;
}
.intro-section .btn-take{
    font-size:24px;
    font-weight:600;
}



.section-video .video{
    border-radius:10px;
    background:#000;
    padding:5px;
    /*width:800px;*/
    /*height:340px;*/
    margin:0 auto;
}
.section-video .video iframe{
    border-radius:30px;
    overflow:hidden;
    width:100%;

    display:block;
}


.cursor-pointer{
    cursor: pointer;
}

/* Sign Up Button */
.sign-up-button{
    max-width:500px;
    margin:0 auto;
    padding-top:40px;
    position:relative;
}

.sign-up-button .form-control{
    border-radius:10px;
    background:none;
    border:2px solid #d3d3d375;
    color:#fff;
    border-right:none;
    height:80px;
}
.sign-up-button .form-control::placeholder {
   color:#fff;
  }
  
.sign-up-button .btn-gold{
    border-radius:10px;
}





.sign-up-arrow{
    position:absolute;
    background:url("../img/point-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:120px;
    height:68px;
    top:-10px;
    right:-130px;
}



.section .section-title{
    font-size:38px;
    font-weight:600;
    padding-bottom:10px;
    color:#fff;
}
.section .section-subtitle{
    font-size:24px;
    padding-bottom:20px;
    color:#fff;
}
.text-yellow{
    color:#f5e74e;
}

.text-blue{
    color:#8faffe;
}
.text-shadow{
    	
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.text-gold-gradient{
    background:var(--gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-blue-gradient{
    background:var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-blue-gradient-dark{
    background:var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-1{
    background:var(--gradient-1);
    margin-bottom:20px;
    padding:20px;
    color:#fff;
    border-radius:20px;
}

.box-1 .box-title{
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
}
.box-1 .box-text{
    
}









.intro-section .section-title{
    font-size:44px;
    line-height:44px;
}


/* Second Section */
.second-section{
    background:url("../img/second-section.jpg");
    background-size: cover;
}

.second-section{
    padding:20px 0px;
    /*text-align:justify;*/
}


.second-section .carousel-container{
    max-width:800px;
    margin:0 auto;
}

.second-section .carousel-container .carousel-indicators{
    position:relative;
    padding-top:20px;
}

.second-section .carousel-container .carousel-indicators .active{
    background-color:#f5e74e;
}

.second-section .section-title{
    font-weight:500;

}
.second-section .image{
    border-radius:30px;
    overflow:hidden;
}







.third-section{

}

.fourth-section .section-title{
    font-weight:400;
}


.fourth-section  .carousel-mags-controls{
    text-align:center;
    padding:20px;
    font-size:44px;
}
.fourth-section .carousel-control-prev{
    position:relative;
    display:inline-block;
}
.fourth-section  .carousel-control-next{
    position:relative;
    display:inline-block;
}


.seventh-section .section-title{
    font-weight:400;
}
.seventh-section .carousel-mags-controls{
    text-align:center;
    padding:20px;
    font-size:44px;
}
.seventh-section .carousel-control-prev{
    position:relative;
    display:inline-block;
}
.seventh-section .carousel-control-next{
    position:relative;
    display:inline-block;
}







.sixth-section .accordion-header{
    background:var(--gradient-3);
    border-radius:10px;
    margin-bottom:5px;
}
.sixth-section .accordion-item{
    background:none;
    border:none;
    color:#fff;
    
}
.sixth-section .accordion-button{
    border:none;
    color:#000;
    outline:0;
    font-size:18px;
   box-shadow:none;
   font-weight:600;
   background:none;

}

.sixth-section .accordion-button:focus{
    outline:0;
    box-shadow: none;
    border-bottom:0px;
}

.sixth-section .accordion-body{
    color:#fff;
}






.section-3{
    background:url('../img/section-3-bg.jpg');
    background-size: cover;
}
.section-3 .video{
    border-radius:30px;
    background:#fff;
    padding:5px;
}
.section-3 .video iframe{
    border-radius:30px;
    overflow:hidden;
    max-width:100%;
    display:block;
}
.section-3 .section-title{
    margin-bottom:20px;
}

.section-3 .box-2{
    
    margin-bottom:20px;
}

.box-2 .box-title{
    font-weight:600;
    color:#000;
}
.box-2 .box-text{
    color:#fff;
}



.announcement-bar{
    padding:10px;
    color:#000;
    font-size:18px;
    background:var(--gradient-3);
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    
    font-weight:600;

}


.black-bar{
    padding:20px;
    color:#000;
    font-size:18px;
    background:var(--gradient-3);
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height:60px;
    font-weight:600;

}

.black-bar span{
    display:inline-block;
    padding-right:20px;
}

.black-bar .text {
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0;
   
    text-align: center;
    /* Start off the right edge */
    transform: translateX(100%);
    /* Animate to the left */
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}





.black-bar .logo-bar{
    width:50px;
}
.section-4{
    padding:20px 0px;
    text-align:center;
}
.section-4 .btn-box{
    font-weight:600;
    font-size:24px;
    
}


.section-5{
    background:url('../img/section-5-bg.jpg') center;
    background-size: cover;
    padding:50px 0px;
    
}

.section-5 .section-title{
    font-size:28px;
    margin-bottom:50px;
}
.section-5 .section-title-bubble{

}

.section-5 .bubble{
    border-radius:30px;
    background:#fff;
    padding:10px 20px;
    margin-bottom:20px;
    display:inline-block;
}

.section-5 .bubble-dark{
    background:#494949;
}
.section-5 .bubble-1{
    width:80%;
}

.section-5 .bubble-2{
    width:70%;
    float:right;
    margin-top:100px;
}
.section-5 .bubble-3{
    float:right;
    width:70%;
    margin-bottom:100px;
}

.section-6{
    background:url('../img/section-6-bg.jpg') center;
    background-size: cover;
    padding:50px 0px;
    
}
.section-6 .icon img{
    max-width:100%;
    height:auto;
}
.section-6 .title{
    font-weight:600;
}
.section-6  .btn-box{
    font-weight:600;
    font-size:24px;
}

.section-7{
    background:#000;
    background: linear-gradient(-59deg, rgba(0,0,0,1) 0%, rgba(26,26,26,1) 100%);
    background-size: cover;
}
.section-7 .video{
    background:var(--gradient-2);
    border-radius:20px;
    padding:5px;
   
}
.section-7 .video iframe{
    overflow:hidden;
    max-width:100%;
    border-radius:20px;
    padding:0px;
    border:0px;
    margin:0px;
    display:block;
}
.section-7 .section-title{
    margin-bottom:20px;
    
}
.section-7 .accordion-item{
    background:none;
    border:none;
    color:#fff;
    
}
.section-7 .accordion-button{
    border:none;
    color:var(--gradient-2);
    outline:0;
    font-size:18px;
   box-shadow:none;

}

.section-7 .accordion-button:focus{
    outline:0;
    box-shadow: none;
    border-bottom:0px;
}


.section-8{
    background:url('../img/section-6-bg.jpg') center;
    background-size: cover;
    padding:50px 0px;
    
}

.testimonial-box{
    background: rgb(54,59,80);
    background: linear-gradient(-30deg, rgba(54,59,80,1) 0%, rgba(24,25,34,1) 48%, rgba(53,58,78,1) 100%);
        border:1px solid #8d93a8;
        border-radius:10px;
}
.testimonial-box .video{
    padding:20px;
  
}
.testimonial-box .video iframe{
    display:block;
    border-radius:10px;
    overflow:hidden;
}
.testimonial-box .title{
    
    font-size:24px;
    color:#fff;
    padding:5px 20px;
    font-weight:400;
    

}
.testimonial-box .title.text-gold-gradient{
    font-weight:600;
}
.testimonial-box .testimonial{
    color:#bac7dd;
    padding:5px 20px;
    font-size:14px;
    font-weight:500;
    padding-bottom:20px;
    height:100px;
    

}



.section-9{
    background:url('../img/section-9-bg.jpg');
    background-size: cover;
}

.section-9 .section-title{
    margin-bottom:20px;
}

.section-9 .box-title{
    color:#fff;
}
.section-9 .box-2{
    margin-bottom:20px;
}
.box-2 .icon-text{
    background:var(--gradient-2);
    color:#fff;
    font-weight:600;
    padding:5px 12px;
    font-size:24px;
    border-radius:10px;
    display:inline-block;
    box-shadow: 0 0 50px #fbfbfb;
}

.box-2 .icon-text2{
    background:#000;
    color:#fff;
    font-weight:600;
    padding:5px 12px;
    font-size:24px;
    border-radius:10px;
    display:inline-block;
    box-shadow: 0 0 50px #fbfbfb;
}


.section-10{
    background:url('../img/section-10-bg.jpg');
    background-size: cover;
    color:#000;
}

.section-10 .section-title{
    margin-bottom:20px;
    border:2px solid #8faffe;
    border-radius:30px;
    display:inline-block;
    padding:10px 40px;
}




.section-10 .accordion-item{
    background:none;
    border:none;
    color:#fff;
    
}
.section-10 .accordion-button{
    border:none;
    color:var(--gradient-1);
    outline:0;
    font-size:18px;
   box-shadow:none;
   font-weight:600;

}

.section-10 .accordion-button:focus{
    outline:0;
    box-shadow: none;
    border-bottom:0px;
}

.section-10 .accordion-body{
    color:#000;
}


.section-11{
    background:#000;
    background:url('../img/section-11-bg.jpg');
    background-size: cover;
    color:#000;
    padding:100px 0px;
}


.accordion-button:after {
    display:none;
}



.accordion-button:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 20px;
    content: ""; /*plus*/
    background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-right"><title>1234</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6.113,15.495 C5.531,16.076 4.01,16.395 4.01,14.494 L4.01,1.506 C4.01,-0.333 5.531,-0.076 6.113,0.506 L12.557,6.948 C13.137,7.529 13.137,8.47 12.557,9.052 L6.113,15.495 L6.113,15.495 Z" fill="%23000000" class="si-glyph-fill"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-down"><title>1237</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.106,12.69 C9.525,13.27 8.584,13.27 8.002,12.69 L1.561,6.246 C0.979,5.665 0.722,4.143 2.561,4.143 L15.549,4.143 C17.45,4.143 17.131,5.664 16.549,6.246 L10.106,12.69 L10.106,12.69 Z" fill="%23000000" class="si-glyph-fill"></path></g></svg>');
    transform: var(--bs-accordion-btn-icon-transform);
}


.section-7 .accordion-button:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 20px;
    content: ""; /*plus*/
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-down"><title>1237</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.106,12.69 C9.525,13.27 8.584,13.27 8.002,12.69 L1.561,6.246 C0.979,5.665 0.722,4.143 2.561,4.143 L15.549,4.143 C17.45,4.143 17.131,5.664 16.549,6.246 L10.106,12.69 L10.106,12.69 Z" fill="%23000000" class="si-glyph-fill"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.section-7 .accordion-button:not(.collapsed)::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-down"><title>1237</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.106,12.69 C9.525,13.27 8.584,13.27 8.002,12.69 L1.561,6.246 C0.979,5.665 0.722,4.143 2.561,4.143 L15.549,4.143 C17.45,4.143 17.131,5.664 16.549,6.246 L10.106,12.69 L10.106,12.69 Z" fill="%23000000" class="si-glyph-fill"></path></g></svg>');
    transform: var(--bs-accordion-btn-icon-transform);
}


  


  .separator-line{
    
    background:url("../img/separator-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    
    background-position: center;
    width:100%;
    height:20px;
    margin-bottom:-13px;
    z-index:100;
    position:relative;
    
  }

  .separator-line-2{
    
    background:var(--gradient-3);
    width:100%;
    height:5px;
    
  }

  .mag-box-1{

  }
  .mag-box-1 .icon{
    border-radius:10px;
    overflow:hidden;
  }
  .mag-box-1 .button{
    padding:20px 0px;
  }
  .mag-box-1 .subtitle{
    color:#bac7dd
  }


  
  .mag-box-2{
    background:#000;
  }
  .mag-box-2 .icon{
    border-radius:15px;
    border:1px solid #46495b;
    overflow:hidden;
    height:400px;
    position:relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .mag-box-2 .overlay{
    background: linear-gradient(0deg, rgba(195,154,2,1) 0%, rgba(255,162,0,0) 54%);
    position:absolute;
    width:100%;
    height:100%;
    left:0;

  }
  .mag-box-2 .title-box{
        background:#000;
        border-radius:15px;
        margin:0 auto;
        width:90%;
        margin-top:300px;
        padding:10px;
  }
  .mag-box-2 .title-box .title{
    font-weight:600;
    font-size:24px;
    color:#fff;
  }


  .mag-box-3{
    text-align:center;
    background: rgb(54,59,80);
background: linear-gradient(-30deg, rgba(54,59,80,1) 0%, rgba(24,25,34,1) 48%, rgba(53,58,78,1) 100%);
    border:1px solid #8d93a8;
    border-radius:10px;
    margin-bottom:20px;

  }
  .mag-box-3 .icon{
    font-size:54px;
    padding:10px;
  }
  .mag-box-3 .title{
    color:#bac7dd;
    font-size:14px;
    padding:10px;
  }


  

  /* fifth Section */
 .fifth-section-new .mag-box-3{
    background:#46495b;
 }

 .fifth-section-new .mag-box-3 .icon{
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
 }

.package-box{
    
    border:1px solid #8d93a8;
    padding:20px;
    margin-bottom:20px;
    border-radius:5px;

}
.package-box .icon img{
max-width:60%;
}
.package-box .icon{
padding:20px 0px;
}
.package-box .package-name{
border-radius:10px;
overflow:hidden;

}
.package-box .package-name .title{

color:#fff;
font-size:24px;
padding:10px;
font-weight:600;
}
.package-box .package-name .subtitle{
background:#fff;
color:#000;
font-size:14px;
font-weight:600;
padding:10px;
}
.package-box .package-text{
padding:20px 0px;
text-align:center;
color:#8b919d;
}
.package-box .package-text ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.package-box .btn-package{
border-radius:30px;
background:none;
box-shadow: rgb(255 255 255) 0px 0px 8px;
padding:5px;
padding-left:60px;
padding-right:60px;
font-weight:600;
font-size:24px;
}
.package-box .package-price{
    font-size:21px;
    padding:10px;
}

.package-box .cards{
    padding: 20px 50px;
}

.package-box.standard{
    background: rgb(54,59,80);
background: linear-gradient(-30deg, rgba(54,59,80,1) 0%, rgba(24,25,34,1) 48%, rgba(53,58,78,1) 100%);
}
.package-box.standard .package-price{
    font-weight:500;
}

.package-box.gold{
    background: linear-gradient(180deg, rgba(245,243,78,1) 0%, rgba(255,162,0,1) 100%);
    color:#000;
}
.package-box.gold .package-name .title{
    color:#000;
}

.package-box.gold .package-text{
    color:#865e13;
}
.package-box.gold .package-price{
    font-weight:600;
}

.package-box .btn-outline-gold{
    padding-left:60px;
    padding-right:60px;
}


.package-box.gold .btn-package{
    border-radius:20px;
    background:none;
    box-shadow: rgb(255 255 255) 0px 0px 8px;
    
  
    font-weight:600;
    font-size:24px;
    background:#000;
    }

    .package-box.gold .cards{
        opacity: 0.5;
    }

.section-eight{

}
.section-eight .section-title-small{
    font-size:21px;
    font-weight:600;
}










/* Second Section */
.ninth-section{
    background:url("../img/ninth-section.jpg");
    background-size: cover;
}

.ninth-section{
    padding:20px 0px;
    /*text-align:justify;*/
}


.ninth-section .carousel-container{
    text-align:center;
    background: rgb(54,59,80);
background: linear-gradient(-30deg, rgba(54,59,80,1) 0%, rgba(24,25,34,1) 48%, rgba(53,58,78,1) 100%);
    border:1px solid #8d93a8;
    border-radius:20px;
    margin-bottom:20px;

}

.ninth-section .custom-image-height{
    min-height:540px;
}

.ninth-section .carousel-container .carousel-indicators{
    position:relative;
    padding-top:20px;
}

.ninth-section .carousel-container .carousel-indicators .active{
    background-color:#f5e74e;
}

.ninth-section .section-title{
    font-weight:400;
}

.ninth-section .text-big{
    color:#fff;
    font-size:28px;
}
.ninth-section .text-small{
    color:#bac7dd;
    font-size:14px;
}
.ninth-section .left-section{
    text-align:left;
    padding:50px;
}
.ninth-section .logo{
    padding-bottom:50px;
}
.ninth-section .logo img{
    max-width:150px;
    height:auto;
}

.ninth-section .carousel-control-prev{
    left:10px;
    bottom:20px;
    align-items:self-end;
    height:50px;
    top:auto;
    width:50px;
   
}
.ninth-section .carousel-control-prev-icon{
    border-radius:5px;
    border:2px solid #f5e74e;
    padding:10px;
}
.ninth-section .carousel-control-next-icon{
    border-radius:5px;
    border:2px solid #f5e74e;
    padding:10px;
}
.ninth-section .carousel-control-next{
    left:50px;
    bottom:20px;
    align-items:self-end;
    height:50px;
    top:auto;
    width:50px;
}

.section-newsletter{
    background: rgb(105,110,137);
    background: linear-gradient(180deg, rgba(105,110,137,0.1741071428571429) 0%, rgba(53,58,78,0) 100%);
    padding:40px;
}

.section-newsletter .section-title{
    font-size:18px;
    text-align:center;
    color:#fff;
}


/* Miscelanous */

.section-page-title{

    background:url("../img/page-title.jpg");
    background-size: cover;

}

.section-page-title .inside{
    width:50%;
    margin:0 auto;
    text-align:center;
    background: rgba(54, 59, 80, 0.166);
    border:1px solid #8d93a8;
    border-radius:10px;
    padding:40px;

}
.section-page-title .section-subtitle{
    color:#bac7dd;
    font-weight:400;
}

.section-tool .section-icon{
    border-radius:10px;
    overflow:hidden;
}

.section-tool .section-text{
    color:#bac7dd;
}
.section-tool .icon{
    border:1px solid #8d93a866;
    text-align:center;
    padding:10px 15px;
    display:inline-block;
    border-radius:10px;
    font-size:18px;
}
.section-tool .section-subtitle{
    font-weight:600;
    padding-top:10px;
}






.mags-modal{
    color:#000;
}
.mags-modal .modal-content{
    background: rgb(54,59,80);
    background: linear-gradient(-30deg, rgba(54,59,80,1) 0%, rgba(24,25,34,1) 48%, rgba(53,58,78,1) 100%);
        border:1px solid #8d93a8;
    padding:40px;
    border-radius:20px;
}


.mags-modal .section-text{
    color:#fff;
    padding-bottom:20px;
}

.mags-modal .section-icon{
    border-radius:10px;
    overflow:hidden;
}
.mags-modal .btn-outline-gold{
    font-size:16px;
}



/* MObile Tweaks */

@media(max-width: 600px) {

    .sign-up-arrow{
        display:none;
    }
    .section-page-title .inside{
        width:90%;
    }
    .section-tool{
        text-align:center;
    }

    .announcement-bar{
        white-space:normal;
    }

    .mag-box-2{
        margin-bottom:20px;
    }

    .section{
        padding:50px 0px;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link{
        padding-left:0px;
        padding-right:0px;
    }


    .section .section-title{
        font-size:28px;
        text-align:center;
    }
    .section .section-subtitle{
        font-size:21px;
    }

    .section-1 .section-title{
        text-align:left;
        font-size:24px;
    }

    .section-1 .section-subtitle{
        text-align:left;
        font-size:18px;
    }
    .section .section-icon{
        text-align:center;
        margin-bottom:20px;
        padding:0px;
    }
    .section .section-icon img{
        max-width:60%;
    }

    .box-2{
        margin-top:20px;
    }
    .testimonial-box{
        margin-bottom:20px;
    }
    .testimonial-box.bbox-1, .testimonial-box.bbox-3{
        margin-top:0px;
    }


    .footer{
        text-align:center;
    }
    .footer .navbar-brand{
        display:block;
        padding-bottom:20px;
    }
    .footer .nav-link{
        font-size:14px;
        padding:5px 20px;
    }

  
    .section-6 .text{
        margin-bottom:20px;
    }

  }
  
  
  
  