@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
*{
    font-family: 'Raleway', sans-serif;
    transition: all ease-in-out 0.2s;
}
a{
    color: #1831d8;
    text-decoration: none;
}
a:active,a:focus{
    outline: 0;
    color: #091b95;
}
body{
    background: #ffffff;
    color: #282828;
}
.nav{
    margin-top: 5px;
}
.f-nav {
    position: fixed !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    animation:slide-down 0.7s;
    transition: all ease-in-out 0.3s;
	background-color:#000 !important;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-moz-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-ms-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-o-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    padding: 5px 20px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    margin-top: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
	background:url(../images/b1.jpg) center top no-repeat;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #e31f25 !important;
	border-radius:25px;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: #e31f25 !important;
	border-radius:25px;
}
.navbar-inverse .navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>li>a.active>i.fa{
    color: #ff8401 !important;
}
.navbarbg {
    border-bottom: none!important;
    background: #2aabe1 url(../images/logo-bg.jpg) no-repeat -25% 0% !important;
    padding:15px 0;
}
.dropdown-menu {
    min-width: 177px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background: none;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.main-se {
    overflow:hidden;
    width:100%;
    //margin-top: 80px;
}
.top-box {
    background:#ebebeb;
    color:#000;
    padding:8px 0;
}
.top-box a {
    color:#db4e02;
}
.logo-bg {
    background:#fff;
    padding:25px 0;
}

.fixed-header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:16!important;
    padding: 10px 0px;
}


.box_wrapper{
    background: #f3f6f5;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 4em 0;
}
.box_wrapper .inner_box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 214px;
    transform: translate(-50%,-50%);
}
.box_wrapper .inner_box .img_area{
    float: left;
    width: 76px;
}
.box_wrapper .inner_box .content_area{
    float: left;
    width: 136px;
    line-height: 24px;
    padding-top: 2px;
    color: #828282;
    font-size: 16px;
}
.box_wrapper .inner_box .content_area span{
    font-size: 27px;
    color: #ff661a;
    display: block;
    margin-bottom: 4px;
}

.carousel-indicators .active {
    background-color: #0d6db9;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: none;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
}
.carousel-indicators .active {
    background-color: #0474bb;
}




.carousel-inner .item .content{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 5;
}
.carousel-inner .item .content h1{
    font-size: 46px;
    font-weight: normal;
}
.carousel-inner .item .content p{
    font-size: 18px;
    font-weight: bold;
    color: #b9b9b9;
}
.owl-nav {
    position: absolute;
    top: 30%;
    left: 0px;
    transform: translate(0%,-50%);
    width: 100%;
}
.owl-nav span {
    font-size: 34px;
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 28px;
    border-radius: 50%;
    color: #f0612f;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.owl-nav span:hover {
    color: rgba(255, 255, 255, 1);
    background: #0f4d8f;
    box-shadow: none;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -8%;
    position: absolute;
}
button.owl-prev {
    left: -8%;
    position: absolute;
}
.banner_area {
    padding: 0;
    background: url('../images/b1.jpg') right top no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    min-height: 455px !important;
    background-color: #4d4e28;
    margin-top: 86px;
    background-size: cover;
}
.banner_area .content_area{
    padding: 2em 0;
}
.banner_area .content_area .heading {
    font-size: 55px;
    position: relative;
    font-weight: 900;
    line-height: 70px;
    color: #ffffff;
}
.banner_area .content_area h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 10px;
    color: #ffffff;
}
.banner_area .content_area .location{
    margin-top: 70px;
}
.banner_area .content_area .location p {
    font-size: 42px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
	line-height: 50px;
}
.banner_area .content_area .apply_msg{
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.banner_area .btn-primary {
    background-color: #3675dd;
    padding: 10px 40px;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: 'Lato';
	margin-bottom: 40px;
}
.banner_area .btn-primary:hover {
    background: #5db106;
    color: #FFF;
}
.banner_area .content_area .apply_msg span{
    font-family: 'Lato';
    color: #000;
    font-weight: 500;
	font-size: 16px;
}
.banner_area .content_area .msg{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-top: 18px;
    display: inline-block;
}
.apply-btn {
    width: auto;
    margin: 40px 0 0 80px;
}
.apply-btn a {
    font-size: 23px;
    text-align: center;
    padding: 10px 30px;
    background-color: #FFF;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}





.apply-btn1 a:hover {
    color: #133b58;
}
.apply-btn1 {
    width: auto;
	text-align:center;
}
.apply-btn1 a {
    font-size: 23px;
    text-align: center;
	padding: 15px 50px;
    background-color: #FFF;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #000;
    text-align: center;
}
.apply-btn a:hover {
    color: #133b58;
}
.slider-text {
    margin-top: 2%;
    text-align: left;
    color: black;
}
.slider-text span{
	font-size:26px;
	text-transform:uppercase;
margin-top: 100px !important;
}
.slider-text h2{
	font-size:48px;
	text-transform:uppercase;
margin-top: 0px !important;
}
.slider-text p{
	font-size:17px;
}












.about_wrapper .heading {
    font-size: 24px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.about_wrapper {
    background: none;
}
.about_wrapper img{
    text-align:center;
}
.about_wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #484848;
    line-height: 28px;
	text-align:justify;
}
.about_wrapper span {
    color: #f1565a;
}
.about_wrapper .title span{
    font-weight: 500;
    color: #169ace;
}
.process_wrapper {
    text-align:center;
}
.work_wrapper {
	background:url(../images/work-bg.jpg) center top no-repeat;
}
.work_wrapper p{
    color: white;
    font-size: 18px;
    line-height: 32px;
}
.aboutus_wrapper {
	background-color:white;
	background:url(../images/about-bg.jpg) center top no-repeat;
}
.life_wrapper {
	background-color:#f8f8f8;
}
.heading_inside5 {
    color: black;
    font-size: 35px;
    line-height: 60px;
}
.heading_inside4 {
    color: white;
    font-size: 35px;
    line-height: 60px;
}
.process_wrapper img{
    text-align:center;
}
section {
    padding: 2em 0;
}
.about_wrap {
    padding: 0em;
}
.about_wrap .content{
    font-size: 16px;
    line-height: 29px;
}
.about_wrap .img-box,
.about_wrap .img-box img{
    width: 100%;
}
.job_wrap {
padding: 2em 4em;
    background-color: #FFF;
    border-radius: 10px;
	margin-top:60px !important;
}
.job_wrap h2 {
    color: #ffa500;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.job_wrap h4 {
	margin-top:20px;
}
.jobs_area {
	background:url(../images/jd-bg.jpg) center top no-repeat;
    background-color: #f1f1f1;
}
.jobs_area .job_content .content_heading{
    font-size: 21px;
    background: #ef4815;
    color: #ffffff;
    font-weight: 500;
    padding: 0.5em 0.7em;
    display: inline-block;
    margin-bottom: 20px;
}

.jobs_area .title {
    font-size: 34px;
    font-weight: 300;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 30px;
}
.title1 {
    font-size: 34px;
    font-weight: 300;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 30px;
}
.title1::after {
    content: '';
    width: 120px;
    height: 2px;
    background: #de0504;
    position: absolute;
    left: 0px;
    top: 70px;
}
.title2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffa500;
    font-weight: 600;
}
.heading_inside {
    line-height: 50px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #FFF;
	background:url(../images/heading-bg.png) left top no-repeat;
}

.heading_inside2 {
    line-height: 60px;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #e31f25;
    margin-top: 30px;
}
.heading_inside2::before {
    content: '';
    background-color: #e31f25;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 100px;
}
.heading_inside3 {
    line-height: 60px;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFF;
    margin-top: 30px;
}
.heading_inside3::before {
    content: '';
    background-color: #FFF;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 100px;
}

.list_area{
    margin-bottom: 3em;
}
.list_area ul{
    padding-left: 6px;
}
.list_area ul li{
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}
.list_area ul li{
}
.list_area ul li:before{
    position: absolute;
    content: '';
    left: -25px;
    top: 10px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets_b.png') no-repeat;
	padding-left: 20px;
}
.list_area2{
    margin-bottom: 3em;
}
.list_area2 ul{
    padding-left: 6px;
}
.list_area2 ul li{
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    background: url(../images/bullet2.png) left top no-repeat;
        background-position-y: top;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    background-position-y: 7px;
}
.title3 {
    font-size: 23px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    border-left: 4px solid #ffa500;
    padding-left: 10px;
}
.jd_area {
    margin-top: 3em;
}
.jd_area p {
    font-size: 14px;
    color: white;
    line-height: 22px;
    margin-bottom: 20px;
}
.jd_area .main_title {
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 0 !important;
    line-height: 29px;
    margin-bottom: 30px;
    color: #FFF;
}
.jd_area .main_title::after {
    content: '';
    width: 80px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 20px;
    top: 40px !important;
}

.jd_area .main_title span{
    font-weight: 500;
    color: #000;
}
.carousel {
    position: relative;
    margin-top: 85px;
}
.carousel-indicators {
    bottom: 0;
}

.bottom_arrow_btn {
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 28px;
    background: #fff;
    border: 1px solid #1e91c3;
    color: #1e91c3;
    line-height: 34px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0;
}
.btn_area{
    margin-top: 20px;
}
.btn_area .btn-default {
    background: #e31f25;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 13px;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 17px;
    border: none !important;
}
.btn_area .btn-default:hover{
    background: #f16136;
    border-color: #f16136;
    color: #fff;
}
.about_area {
	background-color:#FFF;
}
.process_area {
    background:url(../images/work-bg.jpg) center top no-repeat;
    padding: 2em 0;
}
.about-bg {
	background-color:#FFF;
}
.list_area{

}
.list_area ul{
    padding-left: 26px;
}
.list_area ul li {
    font-size: 24px;
    margin-bottom: 12px;
    color: #FFF;
    font-weight: normal;
    padding-left: 10px;
	line-height: 35px;
}
.heading2 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #ffa500;
    padding: 10px 30px;
    border-radius: 0;
    border: none !important;
	color:#4d4e28;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #333;
}
.divider_space{
    padding: 20px;
}
.list_area ul li a{
    color: #f16136;
    text-decoration: none;
}
footer{
    background: #303133;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
	text-align: left;
}
footer p *{
    color: #fff;
}
footer p.poweredby{
    text-align: left;
    padding-top: 5px;
    font-weight: 400;
}
footer .poweredby .first{
    color: #6a38a0;
    font-size: 16px;
    font-weight: bold;
}
footer .poweredby .naukri{
    color: #d3710c;
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
@media (max-width:1024px){
	.slider-text {
    position: relative;
    margin-top: 10% !important;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    color: white;
    font-size: 18px;
    line-height: 20px;
}
.slider-text h2 {
    font-size: 32px;
    text-transform: uppercase;
}
.btn_area {
    text-align: center;
}
	.carousel {
    margin-top: 83px;
}
.carousel-indicators {
    bottom: -15px;
}
.aboutus_wrapper img {
	width:100%;
}
.aboutus_wrapper {
    background-color: white;
    padding: 15px;
}
.heading_inside {
    line-height: 50px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #FFF;
    background: url(../images/heading-bg.png) left top no-repeat;
        background-position-y: top;
    background-position-y: -10px;
    padding-bottom: 20px;
}
.apply-btn {
    margin: 0;
}
.work_wrapper {
    background: url(../images/work-bg.jpg) center top no-repeat;
        background-size: auto;
    background-size: cover;
    padding: 15px;
}
.process_area img {
	width:100%;
}
.banner_area .content_area .location p {
    font-size: 22px;
    line-height: 30px;
}
.jobs_area {
    background-size: cover;
}
.list_area ul li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #FFF;
    font-weight: normal;
    padding-left: 10px;
    line-height: 25px;
}
.apply-btn {
    margin-bottom: 30px;
}
.heading2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.banner_area .content_area .location {
    margin-top: 20px;
}
.banner_area {
    margin-top: 83px;
}
    .navbarbg {
        background-image: url(../images/logo-bg.jpg) no-repeat -50% 0% !important;
    }
	.logo {
		width:auto;
}
.logo img {
    width: auto;
    margin-bottom: 10px;
}
.banner_area {
    padding: 0;
    background: none;
    min-height: auto !important;
    background-color: #353535;
}
.heading_inside {
    line-height: 30px;
    font-size: 35px;
    margin-top: 40px;
}
.heading_inside2 {
    line-height: 30px;
    font-size: 34px;
}
.heading_inside::before {
    top: 15px;
}
.job-text p {
    line-height: 25px;
}
.about_wrapper img{
    width:100%;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
}
.banner_area .content_area h3 {
    line-height: 30px;
}
@media (max-width:450px){
    .navbarbg {
        background-image:none!important;
    }
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 0px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #026496;
        background: #ffffff !important;
        margin-top: 4px;
    }
    .navbar-header {
        padding-top: 17px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #026496;
    }
    .fixed-header {
        padding: 0;
        height: auto;
    }

    section .wrapper {
        padding: 2em 0.5em;
    }
    .wrapper .content {
        text-align: justify;
    }
    nav .collapse.in ul.nav {
        margin: 0;
    }
    nav .collapse.in {

    }
    .job_detail_area {
        padding-bottom: 3em;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 12px 17px;
        margin-right: 0;
        border: none;
    }
    .table{
        border: none;
        width: 100%;
    }
    footer {
        text-align: center;
    }
    footer p.poweredby {
        text-align: center !important;
    }
    .bottom_section .title {
        font-size: 28px;
        margin-bottom: 0.5em;
    }
    .bottom_section {
        padding: 3em 0;
    }
    .right_img img {
        width: 100%;
    }
    .two_list ul {
        float: left;
        margin-right: 0%;
        width: 100%;
    }
    .award_wrapper{
        margin-bottom: 20px;
    }
    .small_heading .logos ul {
        display: inline-block;
        padding-left: 0;
        width: 100%;
    }
    .small_heading .logos ul li {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .walkin_area {
        padding: 4em 0;
    }
}
@media screen and (max-width:850px) {
    #myNavbar{
        float:left!important;
        width:100%;
        background:#fff;
        margin-bottom: 20px;
        padding: 0;
    }
.navbar-inverse .navbar-nav > li > a {
    padding: 0px 17px;
    color: black;
    border-bottom: 1px solid #ccc;
}
    #myNavbar .nav.navbar-nav li a:hover {
        color: #ff8400 !important;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #ff8400 !important;
        background-color: #080808;
    }	
    .navbar-inverse .navbar-collapse{border:none;}
    .full img{
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .carousel-inner .item .content h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .carousel-inner .item .content p {
        font-size: 12px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .job_detail_area .text_area {
        padding-left: 1em;
    }
    .box_wrapper {
        padding: 2em 0;
    }
    .about_area .right_img img {
        left: 0;
    }
    .about_area .job_detail_area {
        padding-left: 0;
    }
    .banner_area {
        padding: 0em 0;
        background-size: cover;
        background-position-x: -280px;
    min-height: 550px !important;
}
    .banner_area .content_area {
        margin: 0em 0;
        border-left: 0px solid #ef4815;
        padding-left: 0;
        padding: 1em 0;
    }
    .banner_area .content_area .title {
        font-size: 52px;
        line-height: 55px;
    }
    .banner_area .content_area .heading {
        font-size: 34px;
        line-height: 50px;
    }
    .banner_area .content_area .location p {
        margin-bottom: 8px;
    }
    .jobs_area .table_area tr td {
        display: block;
        width: 100%;
        padding: 10px !important;
    }
    .jd_page_area .title {
        line-height: 34px;
    }
    .who_we_are .brand_img img {
        margin-bottom: 6px;
    }
    .contact_box .divide_box {
        width: 100%;
    }
    .list_wrapper {
        width: 100%;
        margin-top: 2em;
    }
    .personal_info .job_detail_area {
        left: 0;
    }
    .personal_info .listing {
        padding-left: 0;
    }
    .listing ul li:before {
        top: 3px;
    }
    .job_detail_area .btn_area {
        text-align: center;
    }
    .btn_area .btn-warning{
        padding: 8px 22px;
    }
    .nav {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .recognize_area .content_box {
        display: block;
        width: 100%;
    }
    .recognize_area .content_box .heading {
        display: block;
        padding-top: 0px;
        margin-right: 0;
    }
    .recognize_area .content_box .brand_img {
        display: inline-block;
        margin-top: 27px;
        width: 100%;
    }
    .who_we_are .about_content_wrapper {
        margin-top: 0.5em;
    }

    .social .heading {
        font-size: 25px;
    }
    .social .icon_area a {
        margin-right: 14px;
    }
    .social .icon_area img {
        margin-top: 9px;
    }
    .about_wrap .content {
        font-size: 14px;
        line-height: 23px;
    }
    .who_we_are {
        padding: 2em 0;
    }
    .video iframe {
        margin-bottom: 1em;
    }
    .video {
        padding-bottom: 7em;
        margin-bottom: 0em;
    }
    .horizontal-small-img_box {
        margin-top: 15px;
    }
    .small-img_box {
        margin-top: 15px;
    }
    .about_wrap {
        padding: 1em;
    }
	.jd_area .main_title {
    margin-left: 10px;
}
	.jd_area img {
    width: 100%;
}
.box-left, .box-right {
    width: 100% !important;
    margin: 20px 0 auto;
    min-height: auto !important;
}
.gallery-box {
    width: 100% !important;
    margin-bottom: 60px;
}
section {
    padding: 1em 0;
}
.about_wrapper .title {
    font-size: 26px !important;
}
.title1 {
    font-size: 24px;
}
.title1::after {
    top: 130px;
}
.title2 {
    font-size: 24px;
}
.title2::after {
    top: 40px;
}
}

@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 15px;
    }
}
.smooth-scroll{
    transition: all ease-in-out 0.3s;
}
.smooth-scroll:scroll{
    transition: all ease-in-out 0.3s;
}

