/*======================

   01. Google fonts

========================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');



/*======================

   02. Basic css

========================*/

html,

body,

div,

span,

h1,

h2,

h3,

h4,

h5,

h6,

p,

a,

strong,

i,

ol,

ul,

li,

form,

label,

footer,

header,

menu,

nav,

section {

    margin: 0;

    padding: 0;

}

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

body {

    line-height: 26px;

    background: #ffffff;

    color: #323e49;

    font-family: 'Source Sans Pro', sans-serif;

    font-size: 16px;

    overflow-x: hidden;

}



ol,

ul {

    list-style: none;

}



a:hover {

    text-decoration: none;

}



button:focus, input:focus, textarea:focus {

    outline: 0;

}



h1, h2, h3, h4, h5, h6 {

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

}





/*======================

   03. Preloader css

========================*/



#preloader {

    position: fixed;

    background: #fff;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 99999;

    height: 100vh;

    width: 100vw;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

}

.loader3 {

    width: 50px;

    height: 50px;

    display: inline-block;

    padding: 0px;

    text-align: left;

}



.loader3 span {

    position: absolute;

    display: inline-block;

    width: 50px;

    height: 50px;

    border-radius: 100%;

    background: #3a74ba;

    -webkit-animation: loader3 1.5s linear infinite;

    animation: loader3 1.5s linear infinite;

}



.loader3 span:last-child {

    animation-delay: -0.9s;

    -webkit-animation-delay: -0.9s;

}



@keyframes loader3 {

    0% {

        -webkit-transform: scale(0, 0);

                transform: scale(0, 0);

        opacity: 0.8;

    }

    100% {

        -webkit-transform: scale(1, 1);

                transform: scale(1, 1);

        opacity: 0;

    }

}



@-webkit-keyframes loader3 {

    0% {

        -webkit-transform: scale(0, 0);

        opacity: 0.8;

    }

    100% {

        -webkit-transform: scale(1, 1);

        opacity: 0;

    }

}





/*Hamburger-menu START CSS*/



.hamburger-menu {

    cursor: pointer;

    position: absolute;

    right: 15px;

    display: none;

    z-index: 999;

    top: 25px;

}



.hamburger-menu span {

    background: #000;

    width: 30px;

    height: 3px;

    display: block;

    margin: 5px 0;

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



.hamburger-menu:hover .line-top {

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

}



.hamburger-menu:hover .line-bottom {

    -webkit-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);

}



.hamburger-menu:hover .line-top.current,

.hamburger-menu:hover .line-bottom.current {

    -webkit-transform: 0;

    -ms-transform: 0;

    transform: 0;

}



.hamburger-menu .line-top.current {

    -webkit-transform: translateY(200%) rotate(135deg);

    -ms-transform: translateY(200%) rotate(135deg);

    transform: translateY(200%) rotate(135deg);

}



.hamburger-menu .line-center.current {

    opacity: 0;

}



.hamburger-menu .line-bottom.current {

    -webkit-transform: translateY(-325%) rotate(-135deg);

    -ms-transform: translateY(-325%) rotate(-135deg);

    transform: translateY(-325%) rotate(-135deg);

}





header {

    position: fixed;

    height: 85px;

    line-height: 85px;

    z-index: 1000;

    width: 100%;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    left: 0;

    top: 0;

}



/*sticky START CSS*/

header.sticky {

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0;

    background: #ffffff;

    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);

            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);

    margin-top: -1px;

}



#menu {

    margin-top: -1px;

    text-align: right;

}



#menu i {

    font-size: 20px;

    vertical-align: middle;

}



#menu li {

    display: inline-block;

    color: #fff;

}



#menu li a {

    font-size: 14px;

    text-transform: capitalize;

    color: #323e49;

    padding: 0 12px;

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

    font-weight: 300;

}



#menu li:last-child a{

    padding-right: 0;

}



#menu>li>a.active {

    font-weight: 700;

}



#menu>li>a:hover {

    color: #000000;

}



.sales-logo {

    margin-left: 30px;

}





/*home area start*/



.home-wrapper {

    width: 100%;

    height: 553px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    overflow: hidden;

    margin-top: 85px;

}



.background-custom {

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-position: center !important;

}



.home-ab {
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative !important;
}



.home-ab img {

    width: 100%;

}



.home-img {

    margin-top: 60px;

}



.home-content {

    font-size: 70px;

    font-weight: 700;

    line-height: 80px;
text-transform: lowercase;
}



.home-para {

    line-height: 20px;

}



.make-btn {

    padding: 6px 20px 8px 20px;

    background: #3a74ba;

    display: inline-block;

    color: #fff;

    text-transform: uppercase;

    border: 1px solid transparent;

    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;

    font-weight: 700;

}



.make-btn:hover {

    color: #000;

    border: 1px solid #3a74ba;

    background: #ffffff;

}





/*default area start*/



.deafult-text h3 {

    font-size: 24px;

    color: #fff;

    font-weight: 800;

}



.deafult-text p {

    color: #fff;

    font-size: 14px;

    line-height: 20px;

    margin-top: 15px;

}

 

.default-sign-btn {

    background: #333e48;

}



/*dedicate area start*/

.dedicat-wrapper {

    padding: 80px 0 155px 0;

}



.dedicat-ab {

    top: -43px;

    z-index: -9;

    left: 0;

    max-width: 440px;

}



.dedtcat-img {

    border-radius: 50%;

    width: 134px;

    height: 134px;

}



.dedicat-box h3 {

    font-size: 18px;

    font-weight: 700;

    margin: 30px 0 30px 0;

}



.dedicat-box p {

    max-width: 200px;

    margin: 0 auto;

    line-height: 20px;

}



/*brand area start*/



.brand-wrapper {

    padding: 30px 0;

    background: #333e48;

}



.brand-wrapper h2 {

    font-size: 70px;

    color: #fff;

    font-weight: 700;

}



.default_logo_carousel {

    padding: 60px 0;

}



.default_logo_carousel .owl-stage {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}



.default_logo_carousel .owl-item {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;

}



/*.default_logo_carousel img {

    width: auto !important;

}*/



/*service area start*/



.head-text {

    font-weight: 700;

    font-size: 70px;

    line-height: 70px;

}



.service-shape {

    right: 0;

    top: -6%;

    width: 200px;

}



.implement-shape {

    left: 0;

    bottom: 25%;

}



.service-img {

    max-width: 280px;

}



.service-ab {

    position: absolute;

    right: 15px;

    top: 30px;

}



.service-content h2 {

    font-size: 20px;

    font-weight: 700;

}
.service-content h3 {

    font-size: 20px;

    font-weight: 700;

}


.service-content p {

    line-height: 20px;

    margin-top: 20px;

}



.service-ab-two {

    position: absolute;

    top: 30px;

    left: 15px;

}



.service-content-two {

    padding-left: 70px;

}



/*perfect area start*/



.perfect-wrapper {

    margin-top: 30px;

}



.perfect-shape {

    right: 0;

    bottom: 0;

}



/*plan area start*/



.plan-box {

    background: #7f8a9a;

    padding: 30px;

    border-radius: 10px;

    -webkit-box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 49%);

            box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 49%);

    margin-top: 70px;

}



.plan-box h2 {

    font-size: 20px;

    font-weight: 700;

    color: #fff;

    padding-bottom: 15px;

    border-bottom: 2px solid #fff;

}



.plan-box p {

    color: #fff;

    font-size: 15px;

    line-height: 20px;

    padding: 20px 0 10px 0;

    border-bottom: 2px solid #fff;

}



.plan-icon {

    width: 25px;

    height: 25px;

    background: #fff;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    border-radius: 50%;

    -ms-flex-negative: 0;

        flex-shrink: 0;

    margin-right: 10px;

    color: #7f8a9a;

}



.plan-box ul li {

    color: #fff;

    font-size: 15px;

}



.plan-box-two {

    background: #3a74ba !important;

}



.plan-box-three {

    background: #ffffff !important;

}



.plan-box .make-btn {

    background: #fff;

    color: #333e48;

}



.plan-box-two .make-btn {

    color: #2b66ac;

}



.plan-box-three .make-btn {

    color: #fff;

    background: #3a74ba;

}



.plan-box-three h2 {

    color: #3a74ba;

    border-bottom: 2px solid #3a74ba;

}



.plan-box-three p {

    color: #3a74ba;

    border-bottom: 2px solid #3a74ba;

}



.plan-box-three .plan-icon {

    background: #3a74ba;

    color: #fff;

}



.plan-box-three ul li {

    color: #3a74ba;

}



.plan-box-two .plan-icon {

    color: #3a74ba;

}



.plan-btn-one:hover {

    background: #3a74ba;

    color: #fff;

}



.plan-btn-two:hover {

    background: #7f8a9a;

    color: #fff;

}



.plan-btn-three:hover {

    background: #333e48;

    color: #fff

}



/*value area start*/



.value-wrapper .head-text {

    margin-bottom: 30px;

}



/*choose area start*/



.choose-wrapper {

    background: #333e48;

    padding: 45px 0 0 0;

}



.choose-wrapper .head-text {

    color: #fff;

}



.choose-box {

    background: #fff;

    border-radius: 10px;

    padding: 25px 15px;

    -webkit-box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 49%);

            box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 49%);

    margin-bottom: -90px;

    margin-top: 60px;

    height: 110%;

}



.choose-box h2 {

    font-size: 20px;

    font-weight: 700;

    padding: 20px 0 30px 0;

}
.choose-box h3 {

    font-size: 20px;

    font-weight: 700;

    padding: 20px 0 30px 0;

}




.choose-box p {

    font-size: 15px;

    line-height: 22px;

}



/*industries area start*/



.industries-wrapper {

    margin-top: 90px;

    padding: 100px 0;

}



.industries-box {

    margin-top: 60px;

}



.industries-box h2 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

}
.industries-box h3 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

}


.industries-content {

    margin-left: 15px;

}



.industries-content p {

    line-height: 22px;

    font-size: 15px;

}



/*client area start*/



.client-active .slick-dots {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    position: absolute;

    left: 17%;

    bottom: -10%;

}



.client-active .slick-dots li {

    margin-right: 5px;

}



.client-active .slick-dots li button {

    border: none;

    width: 11px;

    height: 11px;

    background: #88acd6;

    border-radius: 50%;

    padding: 0;

    text-indent: 6000px;

}



.client-active .slick-dots li.slick-active button {

    background: #ffffff;

}



.client-active-sub .slick-list {

   padding: 0 !important;

}



.why-img {

    width: auto !important;

}



.client-wrapper .head-text {

    color: #fff;

    font-size: 58px;

}



/*.client-wrapper {

    overflow: hidden;

}*/

.client-wrapper .slick-slider {
    margin-top: -33px;
}



.client-box {

    padding-right: 45px;

}



.queto-sub-content {

    display: inline-block;

    margin-top: 40px;

}



.queto-sub-content i {

    font-size: 30px;

    color: #fff;

}



.queto-sub-content p {

    line-height: 25px;

    font-size: 20px;

    color: #fff;

    text-align: right;

    font-weight: 300;

    margin-left: 30px;

    max-width: 600px;

}



.queto-sub-content h4 {

    font-size: 20px;

    font-weight: 700;

    color: #fff;

    text-align: right;

    margin-right: 20px;

}



.why-space-ab {

    position: absolute;

    right: 51px;

    top: -37px;

}





/*get area start*/



.get-wrapper {

    padding: 70px 0 120px 0;

    background: #fff;

    overflow: hidden;

}



.sub-get-touch {

    right: 0;

    bottom: 0;

}



.get-touch-ab {

    top: 0;

    left: 0;

}



.touch-img-ab {

    left: -16px;

    top: 50%;

    -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

            transform: translateY(-50%);

}



.get-content p {

    font-size: 16px;

    line-height: 20px;

}



.get-content span {

    font-size: 25px;

    font-weight: 700;

    display: block;

    margin: 30px 0;

}



/*contact area start*/



.contact-wrapper {

    background: #333e48;

    padding: 80px 0 100px 0;

}



.contact-wrapper .head-text {

    color: #fff;

}



.input-info,

.text-info {

    width: 100%;

    height: 50px;

    border: 2px solid #ffffff;

    background: no-repeat;

    text-align: center;

    color: #fff !important;

    font-size: 20px;

    font-weight: 300;

}



.input-info::-webkit-input-placeholder, .text-info::-webkit-input-placeholder {

    color: #fff;

}



.input-info::-moz-placeholder, .text-info::-moz-placeholder {

    color: #fff;

}



.input-info:-ms-input-placeholder, .text-info:-ms-input-placeholder {

    color: #fff;

}



.input-info::-ms-input-placeholder, .text-info::-ms-input-placeholder {

    color: #fff;

}



.input-info::placeholder,

.text-info::placeholder {

    color: #fff;

}



.text-info {

    height: 190px;

    padding-top: 65px;

    resize: none;

}



.submit-btn {

    width: 170px;

    height: 40px;

    background: #295b9d;

    color: #fff;

    border: none;

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 700;

    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;

}



.submit-btn:hover {

    background: #205daf;

}



.social-icon a {

    margin-left: 30px;

    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;

}



.social-icon a:hover {

    opacity: 0.7;

}





/*footer area start*/

footer {

    padding: 40px 0 60px 0;

}



.copyright-footer a {

    text-decoration: underline;

    color: #323e49;

}



.copyright-footer a:hover {

    text-decoration: none;

}



.footer-head {

    font-size: 17px;

    font-weight: 700;

}



.footer-first p {

    font-size: 15px;

    margin-top: 15px;

}



.footer-social {

    padding-bottom: 70px;

}



.footer-social a {

    display: block;

}



.footer-social a {

    color: #323e49;

    margin-top: 20px;

}



.footer-social a img {

    margin-right: 12px;

    width: 22px;

}



.second-footer ul li a {

    color: #333e48;

    margin-top: 15px;

    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;

    display: block;

}



.second-footer ul li a:hover {

    color: #0056b3;

}



.footer-icon-partner a {

    margin-right: 40px;

}



.language-box {

    width: 200px;

    height: 40px;

    border: 1px solid #333e48;

    background-image: url(../img/arrow-icon.png);

    background-repeat: no-repeat;

    background-position: calc(100% - 20px) center;

    -webkit-appearance: none;

}



.language-box .dropdown {

    height: 40px;

}



.language-box .bootstrap-select > .dropdown-toggle.bs-placeholder, .language-box .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .language-box .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .language-box .bootstrap-select > .dropdown-toggle.bs-placeholder:active {

    color: #333e48;

}



.btn-light {

    background-color: transparent !important;

    border-color: transparent !important;

}



.bootstrap-select > .dropdown-toggle {

    width: 200px;

    height: 40px;

    padding: 0px 25px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}



.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {

    outline: none !important;

    outline: none !important;

    outline-offset: 0 !important;

}



.btn-light.focus, .btn-light:focus {

    -webkit-box-shadow: none !important;

            box-shadow: none !important;

}



.dropdown-toggle::after {

    display: none;

}



.filter-option-inner {

    margin-top: 7px;

}



.bootstrap-select .dropdown-toggle .filter-option-inner-inner {

    overflow: hidden;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}



.dropup .dropdown-toggle::after {

    display: none;

}





/*service area start*/

.service-home-img {

    width: 90% !important;

    margin-top: 80px;

}



/*benefit area start*/

.benefit-wrapper {

    padding: 80px 0 !important;

}



.benefit-shape {

    right: 0;

    bottom: 0;

}



.benefit-wrapper .head-text {

    margin-bottom: 30px;

}



.benefit-wrapper .make-btn {

    margin-top: 60px;

}



.benefit-wrapper .dedicat-box p {

    max-width: 295px;

}



/*service delivery area start*/

.service-delivery-wrapper {

    padding: 60px 0;

}



.service-delivery-wrapper h2 {

    margin-bottom: 40px;

}



.delivery-text h3 {

    font-size: 20px;

    color: #ffffff;

    font-weight: 700;

}



.delivery-text p {

    color: #fff;

    font-size: 15px;

    line-height: 20px;

    padding: 25px 0;

    border-bottom: 2px solid #ffffff;

}



.service-delivery-wrapper .make-btn {

    margin-top: 70px;

}





/*get touch area start*/



.get-touch-wrapper .head-text {

    margin-top: 110px;

}



.get-touch-shape {

    right: 0;

    top: 35px;

}



.icon-img {

    width: 150px;

}



.get-touch-wrapper .submit-btn {

    background: #333e48;

    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;

}



.get-touch-wrapper .submit-btn:hover {

    background: #295b9d;

}





/*service area start*/

.managed-service-wrapper .service-home-img {

    margin-bottom: 30px;

    width: 85% !important;

}



.managed-shape {

    position: absolute;

    right: 0;

    bottom: -270px;

}



/*sfmc area start*/



.sfmc-home-img {

    width: 70% !important;

}



.sfmc-wrapper .home-ab {

    right: -15px;

    text-align: right;

}



/*about area start*/



.about-home-wrapper .home-ab img {

    width: auto;

    margin-top: 40px;

}



.about-home-wrapper .home-ab {

    text-align: right;

}



.about-home-shape-1 {

    right: 0;

    bottom: 0;

}



.about-home-shape-2 {

    bottom: 30px;

    left: 0;

}





/*about second area start*/



.about-us-wrapper .head-text{

    color: #fff;

}



.about-us-wrapper .dedicat-box h3 {

    color: #fff;

}



.about-us-wrapper .dedicat-box p {

    color: #fff;
	font-size: 15px;

}





/*customer area start*/



.cutomer-wrapper {

    padding: 80px 0 100px 0;

}



.cutomer-wrapper .head-text {

    margin-bottom: 30px;

}



.customer-box {

    border-radius: 7px;

    padding: 50px 30px 40px 30px;

    -webkit-box-shadow: 1px 1px 15px 1px #0009;

            box-shadow: 1px 1px 15px 1px #0009;

    background: #ffffff;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    height: 95%;

}



.third-customer-box .customer-content i, .third-customer-box .customer-content p {

    color: #3a74ba;

}



.customer-content i, .customer-content p {

    color: #ffffff;

    line-height: 22px;

}



.customer-img {

   

    height: 153px;

    border-radius: 50%;

}



.customer-box:hover {

    -webkit-box-shadow: 1px 1px 22px 1px #0009;

            box-shadow: 1px 1px 22px 1px #0009;

    -webkit-transform: translateY(-5px);

        -ms-transform: translateY(-5px);

            transform: translateY(-5px);

}



.customer-bg-one {

    background: #7f8a9a;

}



.customer-bg-two {

    background: #3a74ba;

}



.customer-content i, .customer-content p {

    color: #ffffff;

    line-height: 22px;

}



.customer-content i {

    font-size: 22px;

}



.third-customer-box .customer-content h4 {

    color: #3a74ba;

}



.customer-content h4 {

    font-size: 20px;

    color: #fff;

    font-weight: 700;

    margin-top: 40px;

}



.queto-btm {

    -webkit-transform: translateY(8px);

        -ms-transform: translateY(8px);

            transform: translateY(8px);

    margin-left: 7px;

}



/*default lorem area start*/

.default-lorem-wrapper {

    background: -webkit-gradient(linear, left top, right top, from(rgba(60,120,188,1)), to(rgba(87,175,216,1)));

    background: -o-linear-gradient(left, rgba(60,120,188,1) 0%, rgba(87,175,216,1) 100%);

    background: linear-gradient(90deg, rgba(60,120,188,1) 0%, rgba(87,175,216,1) 100%);

}



.lorem-content-box h2 {

    font-size: 20px;

    color: #fff;

    font-weight: 700;

    padding: 30px 0;

}



.lorem-content-box p {

    color: #fff;

    line-height: 22px;

    max-width: 221px;

    margin: 0 auto;

}





/*customer success story area start*/



/*.success-home-img {

    width: 80% !important;

}*/



/*our expertise area start*/



.specialist-wrapper {

    background: #3a74ba;

    padding: 30px;

}



.conjumer-wrapper {

    padding: 40px 0 70px 0;

}



.specialist-wrapper .head-text {

    color: #fff;

}



.consumer-box h3 {

    font-size: 20px;

    font-weight: 700;

    padding: 30px 0;

}



.home-shape-ab {

    bottom: -52px;

    left: -64px;

}





.partnership-home-wrapper .service-home-img {

    width: 70% !important;

}



#form-messages.success {

    color: #ffffff;

}

.get-touch-shape-two {
    display: none;
}



/*return-to-top START CSS*/



.back-to-top {

    font-size: 24px;

    width: 45px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    color: #4DE2C1;

    display: none;

    position: fixed;

    bottom: 30px;

    right: 20px;

    z-index: 999999999999;

    border-radius: 50%;

    background: #3a74ba;

}



.back-to-top i {

    color: #fff;

}

.dropdown-menu {
    line-height: initial;
}

.dropdown-menu a {
    padding-top: 0;
    line-height: 35px;
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: block;
		position: relative;
    }
}

#menu .dropdown-menu li {
    display: block;
}