body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

h1 {
    font-size: 44px;
    line-height: 54px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5{
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p, a {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

a {
    text-decoration: underline;
    color: #f45d31;
    font-weight: 700;
}

.text-orange {
    color: #f45d31;
}

.bg-grey {
    background-color: #f2f2f2;
}

.bg-black {
    background-color: #000;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 50px;
    width: auto;
    max-width: 750px;
    margin: 20px auto;
}

#header {
    padding: 10px 0;
    box-shadow: 1px 1px 5px #999;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header .col-md-10 {
    display: flex;
    justify-content: right;
}
#header .col-md-10 ul {
    padding-inline-start: 0;
}
#header .col-md-10 ul li {
    list-style: none;
    position: relative;
    display: inline-flex;
    padding: 5px 0;
}
#header .col-md-10 ul li + li:before {
    content: '|';
    padding: 0 10px;
}
.black-button {
    margin: 25px 50px 35px;
    border: 1px solid #000;
    font-family: 'Poppins';
    font-weight: 700;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}

.black-button:hover {
    background-color: transparent;
    color: #000;
    transition: 2s ease;
}

#adb-hero.hero {
    background-image: url(../images/adb-header.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#adb-hero.hero .hero-content {
    padding: 100px 0;
}

#adb-hero.hero .hero-content h1.text-orange {
    color: #f45d31;
    text-transform: uppercase;
}

.orange-btn {
    border: none;
    padding: 10px 20px;
    background-color: #f45d31;
    border: 1px solid #f45d31;
    font-family: 'Roboto';
    font-weight: 600;
    color: #fff;
}

.orange-btn:hover {
    background-color: transparent;
    color: #f45d31;
    transition: 2s ease;
}

#adb-lp-sec-1 .col-md-3 .image {
    position: relative;
}

#adb-lp-sec-1 .col-md-3 .text-overlay {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgba(46, 45, 45, 0.4);
    padding: 5px;
    width: 100%;
}

#adb-lp-sec-1 .col-md-2 i {
    font-size: 25px;
    font-weight: 800px;
    padding: 7.5px;
    background-color: #f45d31;
    border-radius: 50%;
    color: #fff;
}


#adb-sec-2 h2:after, #adb-sec-3 h2:after,#adb-sec-4 h2:after, #adb-sec-7 h2:after {
    content: "//";
    font-weight: 900;
    margin-left: 10px;
    font-size: 35px;
    letter-spacing: 5px;
    color: #f45d31;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img::before {
    position: absolute;
    content: '';
    bottom: 35px;
    right: -5px;
    width: 100px;
    height: 100px;
    background: #f45d31;
    z-index: -1;
}

.about-img::after {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    background: #f45d31;
    z-index: -1;
}

#adb-sec-2 ul {
    padding-inline-start: 0;
}

#adb-sec-2 ul li {
    list-style: none;
}

.pr-0 {
    padding-right: 0;
}

#adb-sec-2 i {
    color: #f45d31;
}

.extra-mar {
    margin-bottom: 110px;
}

#adb-sec-3 .col-md-4 p {
    min-height: 200px;
} 

.border-box {
    border: 1px solid #c9c9c9;
    min-height: 315px;
}

.border-box:hover {
    border-color: #f45d31;
    transition: 1s ease-in-out;
}

.border-box img {
    margin-top: -70px;
}

.border-box:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-duration: 2.5s;
    transition-property: transform;
}

.box-style {
    padding-top: 0;
}

.box-style {
    margin-bottom: -100px;
}

.hire-data {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    position: relative;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    background-attachment: fixed;
    background-color: #f45d31;
}

zindex {
    position: relative;
    z-index: 999;
}

.hire-table span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.work-item {
    padding: 48px 0 35px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.work-item span {
    background: #f45d31;
}

.work-item span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
}

.work-item span::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px dashed #f45d31;
    z-index: -1;
}

.work-item h5 {
    padding-top: 35px;
    padding-bottom: 6px;
    font-weight: 600;
}

.go-down {
    margin-top: 40px;
}

#testim .col-md-10 {
    padding: 25px;
    border: 1px solid #555555;
}

/* FOOTER CSS */

#footer-form {
    padding-bottom: 175px;
    background-color: #000;
}


footer {
    display: block;
}

.footer-dark.site-footer {
    height: auto !important;
}

.footer-dark.site-footer {
    border-top: 0px solid #212121;
}

.site-footer {
    background-position: center;
    background-size: cover;
    position: relative;
}

.call-to-action-wrap {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    
}

.call-to-action-wrap .bg-primary {
    background-color: #f45d31 !important;
}

.p-a30 {
    padding: 30px;
}

.call-to-action-wrap h4 {
    color: #fff;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-t0 {
    margin-top: 0;
}

.call-to-action-left .mc-field-group input {
    border: 0;
    padding: 5px 0;
    text-indent: 20px;
    width: 100%;
}

.call-to-action-left #mc-embedded-subscribe {
    border: none;
    -webkit-appearance: button;
    cursor: pointer;
    BACKGROUND: #000;
    color: #fff;
    width: 100%;
    padding: 5px;
    margin-top: 22px;
}

.footer-dark .footer-top {
    background-color: #000;
}

.footer-top {
    padding: 50px 10px;
}
.orange-cta a {
    margin: auto;
    border: 1px solid #f45d31;
    font-family: 'Poppins';
    font-weight: 700;
    background-color: #f45d31;
    color: #fff;
    padding: 10px 20px;
    transition: 2s ease;
    text-transform: uppercase;
    text-decoration: none;
}

.orange-cta a:hover {
    background-color: transparent;
    color: #f45d31;
}
.widget {
    margin-bottom: 40px;
}



.logo-footer {
    display: table;
    width: 170px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    /* font-size: 36px; */
    /* color: #1bbce8; */
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 9;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b25 {
    padding-bottom: 25px;
}

.site-footer .widget ul {
    list-style: none;
    margin-top: 0px;
    padding-left: 0;
}

.social-icons {
    font-size: 12px;
    margin: 0px;
}

.site-footer p, .site-footer li {
    line-height: 20px;
}

.social-icons li {
    display: inline-block;
    text-align: center;
}

.social-icons li a {
    display: block;
    padding: 3px;
}

.footer-dark .social-icons li a {
    color: #f45d31;
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .widget>.widget-title {
    text-transform: uppercase;
    font-weight: 600;
}

.widget-title {
    margin-bottom: 20px;
}

.footer-dark .footer-top p, .footer-dark .footer-top strong, .footer-dark .footer-top b, .footer-dark .footer-top {
    color: #fff;
}

.footer-dark .footer-top h1, .footer-dark .footer-top h2, .footer-dark .footer-top h3, .footer-dark .footer-top h4, .footer-dark .footer-top h5, .footer-dark .footer-top h6, .footer-dark .footer-top h1 a, .footer-dark .footer-top h2 a, .footer-dark .footer-top h3 a, .footer-dark .footer-top h4 a, .footer-dark .footer-top h5 a, .footer-dark .footer-top h6 a {
    color: #fff;
}

.widget-post-bx {
    max-width: 100%;
}

.footer-dark .footer-bottom {
    background-color: #222222;
}

.footer-large .footer-bottom {
    padding: 20px 0px;
    color: #787878;
    font-size: 13px;
}

.mt-footer-bot-center {
    margin: 0 auto;
}

.mt-footer-bot-center {
    text-align: center;
}

.mt-footer-bot-left, .mt-footer-bot-right, .mt-footer-bot-center {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-dark .footer-bottom .copyrights-text {
    color: #b7b7b7;
}

footer p, .footer-pro p, footer li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

footer a {
    font-weight: inherit;
}

.indicates-required {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

#mc-embedded-subscribe-form  label {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

#mc-embedded-subscribe-form  input::placeholder {
     font-size: 12px;
     color: #000;
}

#contact-sec-1 #mc-embedded-subscribe-form  label {
    color: #000;
}

#contact-sec-1 input {
    width: 100%;
    padding: 5px;
    border: 1px solid #999
}

#contact-sec-1 #mc-embedded-subscribe {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
}

#contact-sec-1 #mc-embedded-subscribe.black-button {
    padding: 10px 20px !important;
}

#contact-sec-1 ul {
    padding-inline-start: 0
}

#contact-sec-1 ul i {
    display: block;
    float: left;
    padding: 5px 0;
}

#contact-sec-1 ul li {
    list-style: none;
    padding-inline-start: 30px;
    padding-bottom: 20px;
}

#contact-sec-1 ul li.last {
    padding-bottom: 0;
}

#contact-sec-1 .socials {
    padding-inline-start: 30px;
    padding-bottom: 20px;
}


#contact-sec-1 .socials i {
    color: #f45d31;
    padding: 7.5px;
    border: 1px solid #f45d31;
    display: inline-block;
    margin-right: 5px;
}

#contact-sec-1 .socials i:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: 2s ease;
}