*

      {

        padding: 0;

        margin: 0;

        font-family: 'Open Sans', sans-serif;

        font-family: sans-serif;

      }




     .navbar{
     background: #000000 !important;
     padding-top: 0;
     padding-bottom: 0;
     box-shadow: 1px 3px 4px 0 #adadad33;

}
 .navbar-light .navbar-brand {
     color: #2196F3;
}
 .navbar-light .navbar-nav .nav-link {
     color: #fff;
     text-transform: uppercase;
     font-weight: 500;

}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-link{
     padding-top: 22px;
     padding-bottom: 22px;
     transition: 0.3s;
     padding-left: -24px;
     padding-right: 24px;
    font-size: 14px;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #fff;
     transition: 0.3s;
     color: #ff0000;
     font-weight: bold;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ff0000;
    text-decoration: none;
    background-color: #fff !important;
    font-weight: bold;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 93%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
    background-color: #000000;
}
.dropdown-item {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    background-color: #000000;
    text-transform: uppercase;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}




 label { }
.control-label { font-size: 14px; text-transform: capitalize; color: #06131a; margin-bottom: 10px; letter-spacing: 0px; font-weight: 500; }
textarea.form-control { height: 100px; }
.required { }
.form-group { margin-bottom: 5px; }
select.form-control:not([size]):not([multiple]) { height: 40px; color: #50595e; }
.hero-section .form-control { border: 1px solid #8c897d; height: 58px; }
.form-control { border-radius: 0px; font-size: 14px; font-weight: 500; width: 100%; height: 40px; line-height: 1.42857143; border: 1px solid #d2d8db; background-color: #fff; text-transform: capitalize; letter-spacing: 0px; margin-bottom: 14px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); -webkit-appearance: none; }
.form-control:focus { color: #06131a !important; outline: 0; box-shadow: 0 0 0 0.1rem rgb(234, 231, 222); border-color: #06131a; }
input::-webkit-input-placeholder { color: #50595e !important; }
textarea::-webkit-input-placeholder { color: #50595e !important; }
.input-group-addon { background-color: transparent; border: 1px solid #eee; border-radius: 0px; position: absolute; right: 16px; top: 16px; font-size: 12px; }
.focus { border: 1px solid #d2d8db; }
.focus:focus { border: 1px solid #06131a; }
.has-success .form-control { border-color: #3c763d; background-color: transparent; box-shadow: none; }
.has-success .form-control:focus { border-color: #3c763d; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.has-error .form-control { border-color: #a94442; background-color: transparent; box-shadow: none; }
.has-error .form-control:focus { border-color: #34b2a4; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.input-group-addon:last-child { border-left: 0; border-right: transparent; border-top: transparent; border-bottom: transparent; }
.input-group-addon i { color: #63480f; }
.btn-select { font-size: 14px; }
select option { margin: 0px; background: rgba(255, 255, 255, 1); color: #50595e; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); position: relative; }
select.form-control { position: relative; }
select { -moz-appearance: none; border-radius: 0px; font-size: 14px; font-weight: 700; width: 100%; padding: 14px; line-height: 1.42857143; border: 1px solid #e0e5e9; background-color: #fff; text-transform: capitalize; -webkit-appearance: none; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.select { position: relative; display: block; line-height: 2.2; overflow: hidden; }
select { width: 100%; height: 100%; margin: 0; padding: 0 0 0 .5em; cursor: pointer; color: #50595e; font-size: 16px; }
.select::after { position: absolute; top: 0; right: 0; bottom: 0; padding: 10px 17px 0px 0px; background: transparent; pointer-events: none; font-family: 'FontAwesome'; content: "\f107"; font-size: 16px; }
.select:hover::after { color: #50595e; }
.select::after { -webkit-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease; }
select option { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; padding: 10px; width: 100%; background-color: #fff; font-family: 'Barlow Semi Condensed', sans-serif; }
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }


/*--- 4.8 Img hover effect ---*/
.btn-primary { background-color: #4f06a0; color: #fff; border: 2px solid #06131a; }
.btn-primary:hover { background-color: transparent; color: red; border: 2px solid #ff8a00; }
.btn-primary.focus, .btn-primary:focus { background-color: transparent; color: #050a0d; border: 2px solid #050a0d; box-shadow: 0 0 0 0.2rem rgb(5, 10, 13); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgb(5, 10, 13); }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #050a0d; background-color: transparent; border-color: #050a0d; }
.btn-lg { padding: 10px 26px; font-size: 18px; }
.btn { font-family: 'Barlow Semi Condensed', sans-serif; font-size: 16px; text-transform: uppercase; font-weight: 700; padding: 10px 26px; letter-spacing: 0px; border-radius: 0px; line-height: 2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }

.btn-default { background-color: #a600ff; color: #000000; border: 2px solid #00c6ff; }
.btn-default:hover { background-color: #000000; color: #00c6ff; border: 2px solid #ce0058; }
.btn-default.focus, .btn-default:focus { background-color: transparent; color: #ce0058; border: 2px solid #ce0058; box-shadow: 0 0 0 0.2rem rgb(206, 0, 88); }
 

 .mt-60{
    margin-top:60px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #5f27cd;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #5f27cd;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #5f27cd;
}



.zoom {
  cursor: pointer;
  transition: transform .2s;
  
}

.zoom:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}



::-moz-selection { background: #8542a0; color: #fff; text-shadow: none; }
::selection { background: #8542a0; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }
.section-description { margin-top: 60px; padding-bottom: 10px; }
.section-description p { margin-top: 20px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Section 1 *****/

.div-wrapper {
  height: 200px;
  margin-top: 40px;
  border: 2px dashed #ddd;
  border-radius: 8px;
}

.div-to-align {
  width: 75%;
  padding: 40px 20px;
  
  background: #8542a0; /* Old browsers */
  background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */
  
  border-radius: 8px;
  color: #fff;
}

.div-to-align p {
  margin-bottom: 0;
}

 .mt-60{
    margin-top:60px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.navbar-toggler-icon
{
  color: #fff;
  background-color: #fff;
}

.unique-color-dark
{
  background-color: #1c2331;
  color: #fff;
}

.footer-copyright
{
  background-color: #000000;
}

.bgground
{
  background-image: url(../assets/img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

}