* {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

p {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 10px;
}

a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cacdd0d9;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #cacdd0d9;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #cacdd0d9;
}

body {
    font-family: 'Roboto', sans-serif;
    max-width: 2540px;
    margin: 0 auto;
    scroll-behavior: smooth;
}

.terms_conditions .gray:hover {
    text-decoration: none;
    color: #fff;
}

.font-weight-500 {
    font-weight: 500
}

.compindia_white_logo {
    display: none;
}


/* Navigation */

.navigation_bar {
    max-width: 1350px;
}

.toggler_color {
    color: #2059f9;
}

.navbar-dark .navbar-toggler {
    border-color: #2059f9;
}

.navbar_bg {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.body_content_sec {
    padding-top: 75px;
}

.banner {
    width: 100%;
    background-image: url("../images/banner_1.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.logo a img {
    width: 100%;
}

.navbar .logo a {
    display: block;
    width: 160px;
}

.navbar a.nav-link {
    margin: 0px 10px;
    padding: 0 !important;
    border: 1px solid transparent;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #2059f9;
    border-bottom: 1px solid blue;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-weight: 400!important;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 10px;
}

a.nav-link {
    font-size: 13px;
    letter-spacing: 1px;
}

button.navbar-toggler {
    outline: none;
}


/* Banner */

p.white {
    font-size: 16px;
}

.display {
    display: block;
}

.banner_content {
    margin: 0 auto;
}

.banner_content .text {
    letter-spacing: 2px;
}

.banner1 {
    padding-top: 1.5rem!important;
}

.white {
    color: #ffffff;
}

.slider_image img {
    max-width: 480px;
    width: 100%;
    padding-top: 12px;
}


/* section1 */

.sub_heading {
    font-size: 18px;
    padding: 20px 0px;
}

.millions_of_people {
    color: #808080;
}

.section_heading {
    font-size: 19px;
    letter-spacing: 1px;
}

.dflex_class {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}

.content_sec {
    color: #2059f9;
    font-size: 16px;
    letter-spacing: 1px;
}

.content_sec_1 {
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}


/* footer */

.footer_bg {
    background: url("../images/footer_bg.png");
}

.footer_headings {
    font-size: 20px;
    padding-top: 20px;
}

.gray {
    color: gray;
}

.gray li a {
    color: gray;
    text-decoration: none;
}

.gray li a:hover {
    color: #007bff;
    text-decoration: none;
}

.branch_address ul {
    list-style-type: none;
}

.font {
    font-size: 16px;
}

.copyrights_bg {
    background-color: #1A2135;
}

.social_icons {
    color: #9c9fa5;
    font-size: 18px;
}

.social_icons:hover {
    color: #fff;
}

.icons_sec {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.copyrights {
    font-size: 14px;
}

.footer_logo img {
    width: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.company ul li {
    padding-bottom: 13px;
}

.company {
    padding-left: 35px;
}

.line_height {
    line-height: 2;
}

.line_height li {
    padding-left: 30px;
}

.relative {
    position: relative;
}

.address_icon_1 {
    position: absolute;
    top: 4px;
    font-size: 25px;
}

.address_icon_2 {
    position: absolute;
    bottom: 100px;
    font-size: 25px;
}

.copyrights_sec {
    padding: 0px 30px;
}

.terms:hover {
    color: #fff;
    text-decoration: none;
}

.terms {
    padding: 0;
    text-decoration: none;
    color: #9c9fa5
}

@media screen and (max-width: 480px) {
    .card_content_inner {
        padding: 10px;
        display: block !important;
        text-align: center;
    }
    .card_content {
        padding: 0px;
    }
    .icons {
        font-size: 50px;
        padding-right: 10px;
    }
    .font_size {
        font-size: 24px;
    }
    .line_height {
        line-height: 1.5;
    }
    .body_content_sec {
        padding-top: 78px;
    }
}

@media screen and (min-width: 480px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 20px 50px;
    }
    .banner {
        height: 500px;
    }
    /* .banner_section {
        padding-left: 8%;
    } */
    .banner_content {
        padding-top: 80px;
    }
    .text {
        font-size: 40px;
    }
    .section_heading {
        font-size: 36px;
    }
    .dflex_class {
        padding-bottom: 15px;
    }
    .icons_sec {
        text-align: right;
    }
}

@media screen and (min-width: 375px) {
    .col-lg-4.col-md-6.p-2 {
        padding: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .sub_sec_heading,
    .content_sec,
    .content_sec_1 {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .nav-link:hover {
        border-bottom: 1px solid blue;
    }
}

@media screen and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .active>.nav-link {
        border: 0;
    }
    .navbar a.nav-link {
        margin: 5px !important;
        border: 0;
    }
    .banner {
        height: auto;
    }
    .banner_content {
        text-align: center;
        padding-top: 60px;
    }
    .slider_image {
        margin: 0 auto;
    }
    .banner {
        background-image: none;
        height: auto;
        background-color: #2f5be9;
        padding-bottom: 20px;
    }
    .banner_section {
        padding: 0 15px !important;
    }
    .text,
    .section_heading {
        font-size: 32px;
    }
    .banner_content p {
        padding: 10px 0 !important;
    }
    .icons_sec,
    .copyrights {
        text-align: center;
    }
    .d-block {
        display: inline !important;
    }
    .landing_page .py-5 {
        padding: 20px 0 !important;
    }
    .landing_page .pt-5 {
        padding-top: 15px !important;
    }
    .landing_page .pb-5 {
        padding-bottom: 15px !important;
    }
    .landing_page .p-5 {
        padding: 20px !important;
    }
    .we_create {
        margin: 0 auto;
    }
    .icons_sec {
        display: block !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .terms_conditions {
        padding-right: 0 !important;
    }
    .card_content {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .slider_image img {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .p.err_sucess_msg {
        position: absolute;
        top: 6px;
        left: auto;
        right: auto;
        text-align: center;
        width: calc(100% - 100px);
    }
    .banner1 {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-6.company {
        width: 50%;
    }
    .text,
    .section_heading {
        font-size: 26px;
    }
    .sub_sec_heading {
        font-size: 20px;
    }
    .footer_logo img {
        width: 55px;
    }
}

@media screen and (min-width: 1023px) {
    .banner_section {
        position: relative;
    }
}


/* CSS for ContactUs page */

 ::placeholder {
    color: #9d9d9d!important;
}

form.custom {
    margin: 35px 0px 35px auto;
    position: relative;
}

.custom {
    background: #fff;
    margin-top: 55px;
    max-width: 700px;
    margin: 50px 60px 50px auto;
}

.bgcolor {
    background-color: #F0F3FC;
}

div.dashed {
    border-style: dashed;
    color: #CED9FF;
}

p.para_text {
    color: #9D9D9D;
    font-size: 21px;
    font-weight: 400;
}

span.icon {
    color: #7391F1;
    font-size: 26px;
    margin-right: 18px;
}

h3.top {
    margin-top: 40px;
}

.person_img {
    max-width: 477px;
    margin: 0 auto 0 0;
}

.main_heading {
    font-size: 35px;
    font-weight: 600;
}

.m-top {
    margin-top: 70px;
}


/* section3 */

.city_name {
    font-weight: 500;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem #dbdbdb !important;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.map_icon {
    font-size: 40px;
    margin-right: 12px;
}

.address {
    font-weight: 400;
    margin: 14px 6px 20px 2px;
    font-size: 17px;
}

.address-info {
    max-width: 315px;
}

.sub_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.custom .heading {
    color: #305cea;
}

.custom_control,
textarea {
    border: none;
    border-bottom: 1.5px solid #C5C5C5 !important;
    outline: none;
    box-shadow: none !important;
    background-color: #ffffff;
    border-radius: 0px;
    max-width: 86%;
    padding: 0px 2px !important;
}

textarea {
    border: 1.5px solid #C5C5C5 !important;
    resize: none !important;
    box-shadow: none !important;
    max-width: 86%;
}

.custom_button {
    min-width: 173px;
    border-radius: unset;
    padding: 12px;
    font-size: 17px;
    margin-top: 30px;
}

.slider img {
    max-width: 540px;
    width: 100%;
}

.banner-height {
    height: 608px;
}

.form_img {
    background-image: url('../../assets/images/contact.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.margin input {
    margin: 0px 0px 0px auto;
}

label.error {
    color: red;
    font-size: 12px;
    text-align: left !important;
}

.margin label.error {
    margin: 0px 0px 0px auto;
    max-width: 86%;
    display: block;
}

p.err_sucess_msg {
    position: absolute;
    top: 6px;
    left: auto;
    right: auto;
    text-align: center;
    width: calc(100% - 100px);
}

p.err_sucess_msg .alert {
    margin: 0 auto;
    max-width: 300px;
    font-size: 12px;
    padding: 5px;
}

p.err_sucess_msg .alert-dismissible .close {
    padding: 4;
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link {
    color: #2059f9;
}


/* MEDIA QUERIES */

@media screen and (min-width: 1600px) {
    .contact_us {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1400px) {
    .padding {
        flex-wrap: wrap;
        padding: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
    .padding {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 992px) {
    p.white {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    a.nav-link.first {
        margin-top: 18px;
    }
    .banner-height {
        height: auto;
    }
    .form_img {
        background-size: cover;
    }
    span.icon {
        font-size: 18px;
    }
    p.err_sucess_msg {
        width: calc(100% - 50px);
    }
}

@media screen and (min-width: 600px) {
    .content_block {
        max-width: 637px;
    }
}

@media screen and (max-width: 577px) {
    .margin input {
        margin: 0px;
    }
    .custom {
        padding: 20px !important;
    }
}

@media screen and (min-width: 576px) {
    textarea {
        max-width: 100%!important;
    }
}

@media screen and (min-width: 320px) and (max-width:500px) {
    span.icon {
        font-size: 18px;
        margin-right: 18px;
    }
    p.para_text {
        font-size: 14px;
    }
    .map2 {
        margin-top: 8%;
    }
    input.custom_control,
    textarea#exampleFormControlTextarea2 {
        font-size: 14px;
    }
    h3.h4.heading.text-left {
        font-size: 18px;
    }
    .address {
        font-size: 13px;
    }
    .map_icon {
        font-size: 30px;
    }
}

@media screen and (min-width: 501px) and (max-width:991px) {
    .map2 {
        margin-top: 5%;
    }
    .person_img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .button {
        max-width: fit-content;
    }
    .custom_button {
        min-width: 118px;
        border-radius: unset;
        padding: 9px;
        font-size: 17px;
        margin-top: 30px;
    }
    .margin label.error {
        margin: 0px;
    }
}

@media screen and (min-width: 501px) and (max-width:1400px) {
    p.para_text {
        font-size: 18px;
    }
}

@media screen and (min-width: 1265px) {
    p.bottom {
        margin-bottom: 10%;
    }
    h3.top {
        margin-top: 80px;
    }
    .padding {
        padding: 7%;
    }
}

@media screen and (max-width:1400px) {
    .padding {
        padding: 7%;
    }
}

@media screen and (max-width:991px) {
    .m-top {
        margin-top: 26px;
    }
    h3.top {
        margin: 20px 0px;
        font-size: 24px;
    }
    .contact_us_info {
        padding-left: 0%;
    }
}