/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
    /* Allow content to grow and fill remaining space */
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.img-class {
    max-width: 6%;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    background-size: 100%;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 18px;
    color: #000000;
    ;
    margin: 0px 6px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #A9A9A9;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #A9A9A9;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 15px;
    background-color: #fff !important;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.navbar-placeholder {
    display: none;
}

.navbar.transparent {
    background-color: rgba(0, 0, 0, 0) !important;
    /* Set initial background color to transparent */
    transition: background-color 0.5s;
    /* Add transition effect */
}

.navbar.scrolled {
    color: #fff !important;
    /* Set text color to white on scroll */
    background-color: rgba(0, 0, 0, 0) !important;
    /* Set initial background color to transparent */
}

.login_bt {
    width: 200px;
    float: left;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li {
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 0px 0px 30px;
}

.login_bt li a {
    color: #ffffff;
}

.login_bt li a:hover {
    color: #252525;
}


/* header section end */


/* banner section start */
.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    background-size: cover;
    padding: 150px 0px;
}

.colored-text {
    color: #ff0000;
    /* Your desired color for the colored part */
}

.banner_taital {
    font-size: 60px;
    color: #fefefd;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.banner_text {
    width: 80%;
    font-size: 16px;
    color: #fefefd;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.breadcrumb {
    background-color: transparent;
    font-size: 18px;
}


.btn_main {
    width: 36%;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.started_text {
    width: 100%;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #e93810;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #3f3d88;
}

.started_text.active a {
    color: #ffffff;
    background-color: #3f3d88;
}



/* banner section end */


/* Home page about us */
.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding: 40px 0px 0px 0px;
    font-weight: bold;

}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1d1d;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1e1d1d;
    margin: 0px;
    padding-top: 20px;
    text-align: justify;
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #e93810;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #3f3d88;
}


.about_img {
    width: 100%;
    float: left;
}

/* Home page about us end*/


/* about_section start */

.about {
    padding: 5rem 0 5rem 0;
}

.about .title {
    margin-top: 5rem;
    text-align: center;
    font-size: 35px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.about .title-sub {
    text-align: center;
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
    flex: 1;
    text-align: justify;
    text-align-last: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
    word-break: break-all;
    text-align-last: left;
}

.about .title-sub:first-letter {
    font-size: 150%;
    /* Increase the font size of the first letter for emphasis */
    font-weight: bold;
    /* Make the first letter bold */
    margin-right: 2px;
    /* Add spacing to the right of the first letter */
}

.about .title-sub:last-child {
    margin-bottom: 7.5rem;
    /* Add extra bottom margin to the last paragraph for spacing */
}

.about .about-col {
    background: #fff;
    box-shadow: 0px 2px 12px rgba(114, 112, 112, 0.562);
    margin-bottom: 20px;
    display: flex;
    /* Apply flexbox to each column */
    flex-direction: column;
    /* Set column direction */
    height: 100%;
}

.about .about-col .img {
    width: 100%; /* Set the width of the container */
    height: 200px; /* Set the height of the container */
    position: relative;
}
.img-fluid {
    width: 100%; /* Set the width to fill the container */
    height: 100%; /* Set the height to fill the container */
    object-fit: cover; /* Ensure the image fills the container */
}
.about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #dd4952;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

.about .about-col:hover .icon {
    background-color: #ffffff;
}

.about .about-col:hover .icon span {
    color: #dd4952;
}


.about .about-col span {
    font-size: 37px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    transition: 0.3s;
}


.about .about-col h2 {
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

.about .about-col h2 a {
    color: #333333;
}

.about .about-col h2 a:hover {
    color: #dd4952;
}

.about .about-col p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
    padding: 10px 30px;
    flex: 1;
    /* Allow paragraph to stretch within the column */
    text-align: justify;
    /* Justify the text */
    text-align-last: justify;
    /* Justify the last line of the paragraph */
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
    word-break: break-all;
    text-align-last: left;
}

.about .about-col p::first-letter {
    font-size: 150%;
    /* Increase the font size of the first letter for emphasis */
    font-weight: bold;
    /* Make the first letter bold */
    margin-right: 2px;
    /* Add spacing to the right of the first letter */
}

.about .about-col p:last-child {
    margin-bottom: 20px;
    /* Add extra bottom margin to the last paragraph for spacing */
}

/* about section end */


/* work section start */

.work_section {
    width: 100%;
    float: left;
    background-image: url(../images/service-bg.png);
    height: auto;
    background-size: cover;
    padding: 90px 0px;
}

.brSection {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.work_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
}

.work_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px 0px 0px;
    text-align: justify;
}

.readmore_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #e93810;
    color: #ffffff;
    text-align: center;
    padding: 14px;
}

.readmore_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}


/* work section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1d1d;
    font-weight: bold;
    text-transform: uppercase;
}

.services_text {
    width: 100%;
    float: left;
    color: #1e1d1d;
    margin: 0px;
    font-size: 18px;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 10px;
    flex: 1;
    text-align: justify;
    text-align-last: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
    text-align-last: left;
}

.services_section_2 {
    width: 100%;
    float: 100%;
    padding-top: 50px;
}

.Marketing_taital {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #1e1d1d;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}

.Marketing_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1e1d1d;
    margin: 0px;
    text-align: justify;
}

.Marketing_img {
    width: 100%;
    float: left;
}

.readmore_btn {
    width: 160px;
    float: left;
}

.readmore_btn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #252525;
    background-color: transparent;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: bold;
}

.readmore_btn a:hover {
    color: #fff;
    background-color: #e93810;
}

.readmore_btn.active a {
    color: #fff;
    background-color: #e93810;
}


/* services section end */


/* team section start */

.team-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.team-container h1 {
    margin-top: 5rem;
    text-align: center;
    font-size: 35px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .team-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .team-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .team-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .team-container {
        max-width: 1140px;
    }
}

.team-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.team-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .team-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .team-column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .team-column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.team-section-title {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 100px 0 30px 0;
}

.team-section-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    background: #353535;
}

.team-section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .team-section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .team-section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

.team {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img img {
    height: 20rem;
    width: auto;
    object-fit: cover;
    border-radius: 100%;
    border: 15px solid #f3f4fa;
    transition: all .3s;
}

.team:hover .team-img img {
    border: 0px solid #f3f4fa;
}

.team .team-content {
    text-align: center;
}

.team .team-content h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
    color: #0a0a0a;
    border-bottom: 2px solid #141414;
}

.team .team-content h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #777;
    /* Grey color */
}


.team .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 12px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team .team-social a.social-tw {
    background: #00acee;
}

.team .team-social a.social-fb {
    background: #3b5998;
}

.team .team-social a.social-li {
    background: #0e76a8;
}

.team .team-social a.social-in {
    background: #3f729b;
}

.team .team-social a.social-yt {
    background: #c4302b;
}

.team .team-social a:last-child {
    margin-right: 0;
}

.team .team-social a:hover {
    background: #222222;
}

/* team section end */

/* customers section start */

.customer_section {
    width: 100%;
    float: left;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070603;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.customer_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box_main {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.customer_img {
    height: 20rem;
    overflow: hidden;
}

.customer_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.customer_text {
    width: 100%;
    font-size: 16px;
    color: #262626;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 1.25rem;
}

.customer_main {
    width: 100%;
    float: left;
}

.customer_left {
    width: 100%;
    float: left;
}


.customer_name {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #262626;
}

.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3f3d88;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 160px;
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 160px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #e93810;
    opacity: 1;
    font-size: 36px;
    color: #ffffff;
    border-radius: 100%;
}


.carousel-item-left.active,
.carousel-item-next,
.carousel-item-right.active,
.carousel-item-prev {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #3f3d88;
}

/* customers section end */


/* contact section start */
.contact_map {
    padding-top: 5%;
    width: 100%;
    height: 450px;
    overflow: hidden;
    text-align: left;
}

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #070603;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.contact_section_2 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.mail_section {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262626;
    border: 0px;
    background-color: #ebebeb;
    padding: 14px 15px;
    margin-top: 40px;
}

input.mail_text::placeholder {
    color: #262626;
}

.massage-bt {
    color: #262626;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: #ebebeb;
    padding: 40px 15px 0px 15px;
    border: 0px;
    margin-top: 40px;
}

.massage-bt.error {
    border-color: red !important;
    border: 1px solid red;
}

textarea#comment.massage-bt::placeholder {
    color: #262626;
}

.send_bt {
    width: 160px;
    display: flex;
    align-items: center;
}

.send_bt button {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #e93810;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
}

.send_bt button:hover {
    color: #fff;
    background-color: #3f3d88;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    bottom: 0;
    /* Ensure it stays at the bottom */
    float: left;
    background-color: #111111;
    height: auto;
    padding: 90px 0px;
}

.footer_logo {
    width: 100%;
    float: left;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a:hover {
    font-size: 16px;
    color: #e93810;
}

.footer_menu li a:hover {
    font-size: 16px;
    color: #e93810;
}

.footer_section .row {
    display: flex;
    justify-content: space-between;
}

.footer_section .col-lg-3 {
    flex: 1;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    float: left;
    font-size: 15px;
    color: #ffffff;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #e93810;
}

.padding_left_10 {
    padding-right: 10px;
}

.email-text {
    color: #ffffff;
    width: 100%;
    height: 30px;
    font-size: 15px;
    background-color: transparent;
    padding: 0px 15px 0px 0px;
    border: 0px;
    border-bottom: 2px solid #ffffff;
    margin-top: 15px;
}

textarea#comment.email-text::placeholder {
    color: #ffffff;
}

input:required:invalid {
    border-color: red;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit_bt {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.submit_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #e93810;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}


.error-message {
    color: red;
    font-size: 16px;
    display: none;
}

.success-message {
    color: #155724;
    font-weight: bold;
    display: none;
    margin-top: 2.5rem;
}

.mail_text.error {
    border-color: red !important;
    border: 1px solid red;
}

.submit_bt a:hover {
    color: #ffffff;
    background-color: #3f3d88;
}

.footer_social_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
}

.footer_social_icon li {
    float: left;
    font-size: 24px;
    color: #ffffff;
    padding-right: 30px;
}

.footer_social_icon li a {
    color: #ffffff;
}

.footer_social_icon li a:hover {
    color: #e93810;
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e93810;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}