@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

:root {
    /*--cololr-1: #121212;*/
  	--cololr-1: #080d15;
    --cololr-2: #1b334d;
    --cololr-3: orange;
    --cololr-4: #ffd26a;
    --cololr-5: #ffffff;
    --size: .76vw;
    --size: 10.001px;
}

html {
    font-size: var(--size);
}
.main_para{
color:#fff !important;
}
.item .main_para{
color:#000000 !important;
}

body {
    font-size: 1.5rem;
    color: var(--cololr-2);
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
}

button {
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all linear .3s;
}

a:hover {
    text-decoration: none;
}

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

.custom_container {
    position: static;
    max-width: 120rem;
    padding: 0px 1.5rem;
    margin: 0 auto;
}

.main_heading {
    position: relative;
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.text {
    position: relative;
    font-size: 1.67rem;
    font-weight: 600;
    color: #e7e7e7;
    line-height: 1.6em;
    font-family: 'Raleway', sans-serif;
}

.main_btn {
    padding: 1rem 3.5rem;
    border-radius: 5rem;
    border: .2rem solid var(--cololr-3);
    font-size: 1.4rem;
    font-weight: 400;
    background-color: var(--cololr-3);
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: block;
    max-width: fit-content;
    transition: all linear .3s;
}

.main_btn:hover, .main_btn.active {
    background-color: var(--cololr-1);
    color: var(--cololr-4);
}

.main_btn.active:hover {
    color: #FFFFFF;
    background-color: var(--cololr-3);
}

.main_sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
  	background:#000;
}


.section_heading {
    position: relative;
    padding: 0;
    color: var(--cololr-3);
    line-height: 1;
    letter-spacing: 0.3rem;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 3rem;
}

.section_heading:before {
    content: '';
    width: 6rem;
    height: .3rem;
    background: var(--cololr-3);
    position: absolute;
    left: 0px;
    bottom: -1rem;
    right: 0;
    margin: 0 auto;
}

.section_heading span {
    font-weight: 700;
    padding-bottom: .5rem;
    color: #ffc324
}

.main_para {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.sub-heading {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

/* Common Styling */
/*////////////////////////////////////////////*/
/* Header */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header .dropdown-toggle::after {
    display: none !important;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgb(0, 0, 0);
}



.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 4rem;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid var(--cololr-3);
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: var(--cololr-3);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: var(--cololr-5) !important;
    font-weight: 500;
    transition: all 200ms linear;
    position: relative;
    display: inline-block;
}

.header-btn .main_btn {
    padding: 0.1rem 1.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
}

.nav-link:not(.main_btn) {
    padding: 5px 0 !important;
}

.nav-item:hover .nav-link,
.nav-item.active .nav-link {
    color: var(--cololr-3) !important;
}

.nav-item:not(.header-btn):after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--cololr-3);
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after, .nav-item.active:after {
    bottom: 0;
    opacity: 1;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}


/* Header */
/*////////////////////////////////////////////*/
/* Footer  */
footer {
    background: var(--cololr-1);
    color: white;
    padding-top: 5rem;
}

footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}

footer a:hover {
    color: var(--cololr-3);
    text-decoration: none;
}

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
    margin-top: 3rem;
}

.footer-middle {
    color: white;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: var(--cololr-2);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: var(--cololr-5);
}

.social-network a:hover {
    background-color: var(--cololr-3);
    color: var(--cololr-5);
}

.social-network a:hover i {
    color: var(--cololr-5);
}

footer .sub-heading {
    margin-bottom: 1.3rem;
    color: var(--cololr-3);
}


/* Footer */
/*////////////////////////////////////////////*/

@media (max-width: 767px) {

  .navigation-wrap {
      background-color: black;
  }


    .section_heading {
        font-size: 2.7rem;
    }

    .main_para {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    .main_heading {
        font-size: 3.5rem;
    }

    .footer-middle .container .row {
        row-gap: 3rem;
    }
}

@media (max-width: 600px) {
    .text {
        font-size: 1.4rem;
    }

    .main_btn {
        padding: 0.6rem 2.5rem;
        font-size: 1rem;
    }
}
