/*@import "https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap";*/

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    font-family: Verdana, "Mulish", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #462b34;
    overflow-x: hidden;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    padding: 0;
    margin: 0;
}

.text-white {
    color: #fff ;
}

.main_wrapper {
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin-bottom: 0;
}

a {
    color: #ff3b3e;
    text-decoration: none;
    transition: all .5s ease;
    outline: none
}

a:hover {
    color: #ff3b3e;
    text-decoration: none;
    transition: all .5s ease;
    outline: none
}

.container {
    position: relative
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0
    }
}

@media screen and (max-width: 991px) {
  .theme_slider_1 .slider .slide_content_img {
      display: none;
  }
    .container {
        max-width: 100%
    }
}

img {
    max-width: 100%
}

::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #a05960
}

::-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #a05960
}

:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #a05960
}

:-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #a05960
}

:placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #a05960
}

.section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px
}

.facebook a {
    color: #345895
}

.button {
    position: relative;
    min-width: 200px;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 13px 30px;
    background: #ff3b3e;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all .5s ease
}

.button:hover {
    background: #3f1817;
    color: #ff3b3e;
    transition: all .5s ease
}

.button.alt {
    background: #fff;
    color: #ff3b3e
}

.button.alt:hover {
    background: #ff3b3e;
    color: #fff
}

.header {
    position: relative;
    background: #ffe9e9;
    z-index: 3
}

.header .top_bar {
    position: relative;
    background: #1e1e2a;
    z-index: 2
}

.header .top_bar .top_bar_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap
}

.header .header_info {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 40px;
    flex-flow: row wrap
}

.header .schedule {
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    color: #fff;
    margin: 0 40px
}

.header .schedule img {
    margin-right: 15px
}

.header .phone {
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    background: #ff3b3e;
    color: #fff;
    line-height: 18px;
    padding: 20px 30px
}

.header .phone > * {
    position: relative
}

.header .phone img {
    margin-right: 10px
}

.header .phone span {
    font-weight: 600
}

.header .phone::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background: #e33134;
    border: 1px dashed #ff6b6d
}

.header .ma5menu__toggle {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    color: #ff3b3e;
    font-size: 24px;
    border: 1px solid #ff3b3e;
    display: none;
    transition: all .5s ease
}

.header .ma5menu__toggle:focus {
    outline: none
}

.header .ma5menu__toggle:hover {
    background: #ff3b3e;
    color: #fff
}

.header .header_search .search_form :placeholder {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #ff3b3e
}

.header .logo {
    position: absolute;
    z-index: 3;
    text-align: center
}

.header .logo a {
    display: inline-block
}

.header .logo img {
    transition: all .5s ease
}

.header .middle_bar_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px
}

.header .header_right_part {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto
}

.header .mainnav ul.main_menu {
    padding: 0;
    margin: 0
}

.header .mainnav ul.main_menu li {
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.header .mainnav ul.main_menu li a {
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #462b34;
    padding: 38px 0
}

.header .mainnav ul.main_menu li.active > a, .header .mainnav ul.main_menu li:hover > a {
    color: #9A0409
}

.header .mainnav ul.main_menu > li {
    margin: 0 25px
}

.header .mainnav ul.main_menu > li:first-child {
    margin-left: 0
}

.header .mainnav ul.main_menu > li:last-child {
    margin-right: 0
}

.theme_slider_1 .slider {
    background-position: top center
}

.theme_slider_1 .slider .slide_content {
    position: relative;
    z-index: 1;
    padding-top: 65px;
    padding-bottom: 165px;
    color: #fff
}

.theme_slider_1 .slider .slide_content span {
    color: #ff3b3e
}

.theme_slider_1 .slider .slide_content .heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    margin: 35px 0 45px
}

.theme_slider_1 .slider .slide_content .desc {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    border-left: 3px solid #ff3b3e;
    padding-left: 20px
}

.theme_slider_1 .slider .slider_button {
    margin-top: 35px
}

.theme_slider_1 .slider .slider_button .button {
    font-weight: 800;
    letter-spacing: 0
}

.theme_slider_1 .slider .slide_content_img {
    position: absolute;
    bottom: 0
}

.theme_slider_2 .registration_form :placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #752b32
}

.teambox {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .5s ease
}

.teambox img {
    width: 100%
}

.teambox:hover .teambox_inner {
    left: 0;
    transform: rotate3d(0, 1, 0, 0deg)
}

.teambox .teambox_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    background: rgba(39, 39, 52, 0.95);
    transition: all .8s ease;
    transform: rotate3d(0, 1, 0, 90deg)
}

.teambox .teambox_inner .teambox_intro {
    position: absolute;
    left: 45px;
    bottom: 45px;
    width: 100%
}

.teambox .teambox_inner .teambox_intro h5 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 0
}

.teambox .teambox_inner .teambox_intro h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff3b3e;
    letter-spacing: 2px;
    margin-bottom: 0
}

.testibox1 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px
}

.testibox1 .testibox_inner {
    position: relative;
    background: #fff4f4;
    padding: 30px 40px 40px 45px;
    border-left: 4px solid #d9bebe;
    border-top: 4px solid #d9bebe;
    border-radius: 10px
}

.testibox1 .testibox_inner:before {
    content: url("../images/border_radius_shape.webp");
    position: absolute;
    bottom: 5px;
    right: 13px;
    z-index: 2
}

.testibox1 .testibox_inner:after {
    content: url("../images/arrow.webp");
    position: absolute;
    top: 100%;
    left: 40px;
    z-index: 2
}

.testibox1:before {
    content: url("../images/quote.webp");
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 2
}

.testibox1 .testi-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 35px
}

.testibox1 .testi-img {
    width: 60px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #ff3b3e;
    margin-right: 25px
}

.testibox1 h4 {
    font-weight: 700;
    color: #752b32
}

.testibox1 h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #ff3b3e
}

.testibox1 p {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #a05960
}

.testibox1 ul {
    padding: 0;
    margin-bottom: 20px
}

.testibox1 ul li {
    display: inline-block;
    font-size: 16px;
    color: #ff3b3e
}

.testibox1 ul li.text {
    font-size: 16px;
    font-weight: 700;
    color: #752b32;
    margin-right: 10px
}

.iconbox {
    position: relative;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(255, 59, 62, 0.09)
}

.iconbox .iconbox_wrapper {
    border-radius: 0 0 0 0;
    display: block;
    text-align: left
}

.iconbox .iconbox_wrapper .iconbox_image {
    position: relative
}

.iconbox .iconbox_wrapper .iconbox_image img {
    width: 100%
}

.iconbox .iconbox_wrapper .iconbox_content {
    position: relative;
    background: #fff;
    padding: 45px 35px 45px 45px;
    margin: 0
}

.iconbox .iconbox_wrapper .iconbox_content h3 {
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 20px
}

.iconbox .iconbox_wrapper .iconbox_content h3 a {
    color: #000
}

.iconbox .iconbox_wrapper .iconbox_content h3 a:hover {
    color: #ff3b3e
}

.iconbox .iconbox_wrapper .iconbox_content p {
    font-size: 17px;
    color: #656a7c;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

.iconbox2 {
    position: relative;
    margin: 0 0 30px
}

.iconbox2 .iconbox_wrapper {
    border-radius: 0 0 0 0;
    display: block;
    text-align: left
}

.iconbox2 .iconbox_wrapper .iconbox_image {
    position: relative
}

.iconbox2 .iconbox_wrapper .iconbox_image img {
    width: 100%
}

.iconbox2 .iconbox_wrapper .iconbox_content {
    position: relative;
    background: #1e1e2a;
    padding: 45px;
    margin: -135px 20px 0;
    transition: all .5s ease
}

.iconbox2 .iconbox_wrapper .iconbox_content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 55px;
    height: 55px;
    background: #ff3b3e
}

.iconbox2 .iconbox_wrapper .iconbox_content h3 {
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px
}

.iconbox2 .iconbox_wrapper .iconbox_content p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

.iconbox2 .iconbox_wrapper:hover .iconbox_content {
    background: #ff3b3e
}

.iconbox3 {
    position: relative;
    background: #1e1e2a;
    margin: 0;
    overflow: hidden;
    transition: all .5s ease
}

.iconbox3 .iconbox_wrapper {
    display: flex;
    padding: 60px
}

.iconbox3 .iconbox_wrapper .iconbox_image {
    position: relative;
    margin-right: 50px;
    min-width: 70px
}

.iconbox3 .iconbox_wrapper .iconbox_image img {
    width: auto
}

.iconbox3 .iconbox_wrapper .iconbox_icon img {
    width: auto
}

.iconbox3 .iconbox_wrapper .iconbox_icon .first_icon {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease
}

.iconbox3 .iconbox_wrapper .iconbox_icon .second_icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.iconbox3 .iconbox_wrapper .iconbox_content {
    position: relative;
    padding: 0;
    margin: 0
}

.iconbox3 .iconbox_wrapper .iconbox_content h3 {
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    color: #ff3b3e;
    margin-bottom: 20px
}

.iconbox3 .iconbox_wrapper .iconbox_content h3 a {
    color: #ff3b3e
}

.iconbox3 .iconbox_wrapper .iconbox_content h3 a:hover {
    color: #ff3b3e
}

.iconbox3 .iconbox_wrapper .iconbox_content p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0
}

.iconbox3.first:after {
    content: url("../images/services/shadow_icon1.webp");
    position: absolute;
    right: 15px;
    bottom: -15px
}

.iconbox3.second {
    background: #3f1817
}

.iconbox3.second:after {
    content: url("../images/services/shadow_icon2.webp");
    position: absolute;
    right: 15px;
    bottom: -30px
}

.iconbox3.third:after {
    content: url("../images/services/shadow_icon3.webp");
    position: absolute;
    right: 15px;
    bottom: -30px
}

.iconbox3.third {
    background: #ffe9e9
}

.iconbox3.third .iconbox_content p {
    color: #752b32
}

.iconbox3:hover {
    background: #ff3b3e;
    transition: all .5s ease
}

.iconbox3:hover.second {
    background: #ff3b3e
}

.iconbox3:hover.third {
    background: #ff3b3e
}

.iconbox3:hover .iconbox_wrapper .iconbox_icon .first_icon {
    opacity: 0;
    visibility: hidden
}

.iconbox3:hover .iconbox_wrapper .iconbox_icon .second_icon {
    opacity: 1;
    visibility: visible
}

.iconbox3:hover .iconbox_content h3 a {
    color: #fff
}

.iconbox3:hover .iconbox_content h3 a:hover {
    color: #fff
}

.iconbox3:hover .iconbox_content p {
    color: #fff
}

.services {
    background: #fff7f7
}

.services_1 {
    background: #fff4f4;
    padding-bottom: 210px
}

.service_testimonial {
    padding: 90px 0
}

.service_testimonial .section_header .section_title {
    font-size: 36px;
    line-height: 44px
}

.widget.widget_menu {
    padding: 0;
    background: transparent
}

.sidenav ul {
    padding: 0;
    margin: 0
}

.sidenav ul li {
    list-style: none;
    margin-top: -1px
}

.sidenav ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 22px;
    color: #222;
    list-style: none;
    background: #fff;
    padding: 11px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #f4f4f4
}

.sidenav ul li a i {
    font-size: 36px;
    margin-right: 15px;
    color: #ff3b3e
}

.sidenav ul li a:hover {
    background: #ff3b3e;
    color: #fff
}

.sidenav ul li a:hover i {
    color: #fff
}

.sidenav ul li.active a {
    background: #ff3b3e;
    color: #fff
}

.sidenav ul li.active a i {
    color: #fff
}

.widget.widget_side_contact {
    padding: 0;
    background: transparent
}

.side_contact {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background: #ff3b3e
}

.side_contact .side_contact_top {
    position: relative;
    background: #3f1817;
    padding: 25px 30px;
    border-radius: 3px
}

.side_contact .side_contact_top .side_contact_inner {
    position: relative;
    color: #fff;
    padding: 15px 20px;
    border: 1px dashed #ff3b3e;
    background: #592624
}

.side_contact .side_contact_top .side_contact_inner p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    margin-bottom: 5px;
    color: #ff3b3e
}

.side_contact .side_contact_top .side_contact_inner h4 {
    position: relative;
    z-index: 1;
    font-weight: 500
}

.side_contact .side_contact_top img {
    position: absolute;
    bottom: 0;
    right: 8px
}

.side_contact .side_phone_inner {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    color: #fff;
    line-height: 32px;
    padding: 15px 30px;
    word-break: break-word
}

.side_contact .side_phone_inner > * {
    position: relative;
    text-align: left
}

.side_contact .side_phone_inner img {
    max-width: 50px;
    margin-right: 15px
}

.funfacts {
    padding-top: 100px
}

.funfacts .section_header {
    padding-right: 120px
}

.funfacts .section_header .section_title {
    color: #fff
}

.funfacts .section_header .section_desc {
    color: #c5d1e7
}

.funfacts .man_img {
    margin-top: 70px;
    margin-left: -15px
}

.funbox1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.funbox1 .fun_img {
    margin-right: 20px
}

.funbox1 .fun_content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #fff
}

.blog_details .post_img {
    position: relative;
    margin-bottom: 60px
}

.blog_details .post_img img {
    width: 100%
}

.blog_details .post_header .post_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    margin: 18px 0 30px
}

.blog_details .post_content {
    text-align: justify
}

.blog_details .fulltext {
    font-size: 17px;
    line-height: 28px;
    color: #656a7c
}

.blog_details .fulltext .widget_title {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%
}

.blog_details p {
    margin-bottom: 20px
}

.blog_details ul.point_order {
    padding-left: 55px;
    margin-bottom: 35px;
    list-style-type: none
}

.blog_details ul.point_order li {
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    line-height: 36px;
    color: #a05960
}

.blog_details ul.point_order li:before {
    content: '\f382';
    font-family: 'Ionicons';
    font-size: 24px;
    position: absolute;
    left: 0;
    color: #ff3b3e
}

.blog_details .post_gallery {
    margin-bottom: 30px;
    text-align: center
}

.makeacomment .contact_form :placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #a05960
}

.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    background: #fff
}

.widget {
    margin-bottom: 40px;
    background: #fff4f4;
    padding: 40px 30px 40px 40px;
    border-radius: 8px
}

.widget:last-child {
    margin-bottom: 0
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style-type: none
}

.sidebar_search .search_form :placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #ff3b3e
}

.contact_us_1 :placeholder {
    color: #fff
}

.contact_us_2 :placeholder {
    color: #a05960
}

.pd_0 {
    padding: 0
}

.pd_lr_65 {
    padding-left: 65px;
    padding-right: 65px
}

.footer {
    position: relative
}

.footer .footer_above {
    background: url(../images/footer_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 65px
}

.footer ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none
}

.footer ul li {
    list-style-type: none
}

.footer .footer_widget {
    margin-top: 30px
}

.footer .widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px
}

.footer .widget_title .title_line {
    display: block;
    width: 65px;
    height: 2px;
    background: #ff3b3e;
    margin-top: 15px
}

.footer .footer_nav li {
    position: relative;
    padding: 10px 0
}

.footer .footer_nav li:first-child {
    padding-top: 0
}

.footer .footer_nav li a {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #c5d1e7;
    display: block;
    padding-left: 0;
    text-decoration: none;
    padding-left: 30px
}

.footer .footer_nav li a:hover {
    color: #ff3b3e
}

.footer .footer_nav li a:before {
    content: '\f30f';
    font-family: 'Ionicons';
    font-size: 18px;
    color: #ff3b3e;
    position: absolute;
    left: 0;
    top: 0
}

.footer .footer_contact {
    position: relative;
    background: #1b1b27;
    text-align: center;
    margin-top: 0
}

.footer .footer_contact .logo_footer {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -57%)
}

.footer .contact_info {
    padding: 85px 50px 50px
}

.footer .contact_info h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin: 15px 0
}

.footer .contact_info .phone {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    color: #fff;
    line-height: 32px;
    padding: 30px;
    margin-top: 25px;
    border: 1px dashed #ff3b3e;
    word-break: break-word
}

.footer .contact_info .phone > * {
    position: relative;
    text-align: left
}

.footer .contact_info .phone img {
    margin-right: 15px
}

.footer .contact_info .phone span {
    font-size: 18px;
    font-weight: 500
}

.footer .footer_bottom {
    background: #1b1b27;
    padding: 13px 30px
}

.footer .footer_bottom .footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    color: #fff
}

.footer .footer_bottom .footer_bottom_inner > div {
    width: 33.33%;
    max-width: 100%;
    flex: auto
}

.footer .footer_bottom .footer_bottom_inner .copyright p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize;
    color: #99abbd
}

.footer .footer_bottom .footer_bottom_inner .totop {
    text-align: right
}

.footer .footer_bottom .footer_bottom_inner .totop a {
    width: 54px;
    height: 54px;
    background: #ff3b3e;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    border-radius: 4px;
    box-shadow: 0 0 10px #ff3b3e
}

.footer .footer_social {
    text-align: center
}

.footer .footer_social .bottom_social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0
}

.footer .footer_social .bottom_social li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 0 8px
}

.footer .footer_social .bottom_social li:first-child {
    padding-left: 0
}

.footer .footer_social .bottom_social li:last-child {
    padding-right: 0
}

.footer .footer_social .bottom_social li a {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    background: #2f2f3e;
    color: #fff;
    display: block;
    outline: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%
}

.footer .footer_social .bottom_social li a:hover {
    color: #ff3b3e
}

@media screen and (max-width: 991px) {
    .footer .footer_contact {
        padding-left: 0
    }

    .footer .footer_links {
        padding-left: 0
    }

    .footer .footer_widget {
        margin: 20px 0
    }

    .footer .footer_social {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0
    }
}

.bg_image_3 {
    background-image: url(../images/bg3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bglayer_1 {
    background-image: url(../images/bglayer_1.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px
}

.page_header .page_header_content {
    position: relative;
    background-image: url("../images/MOTTURA BANNER.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 135px 0;
    text-align: center
}

.page_header .page_header_content1 {
    position: relative;
    background-image: url(../images/securemme.webp);
    background-color: #2c2b2b;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 135px 0;
    text-align: center
}

.page_header .page_header_content2 {
    position: relative;
    background-image: url(../images/cisa.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 135px 0;
    text-align: center
}

.page_header .page_header_content2 > div {
    position: relative
}

.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #222;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px
}

.widget_title .title_line {
    display: block;
    width: 50px;
    height: 2px;
    background: #ff3b3e;
    margin-top: 10px
}

.section_header {
    margin-bottom: 45px
}

.section_header .shadow_icon {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%)
}
#center1 {
  text-align: center;
}
#center2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #ff3b3e
}


.section_header .section_sub_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #ff3b3e
}

.section_header .section_title {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    color: #000;
    letter-spacing: 0;
    margin-top: 6px
}

.section_header .section_desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #656a7c;
    margin-top: 20px
}

.banner .banner_content {
    background: #AD0003;
    padding: 60px 0
}

.banner .banner_content .row {
    align-items: center
}

.banner .banner_content .banner_text {
    padding-left: 70px;
    padding-right: 70px;
    border-right: 1px solid #fff
}

.banner .banner_content .banner_phone img {
    margin-right: 15px
}

.banner .banner_content .banner_phone span {
    font-size: 30px;
    font-weight: 800;
    color: #fff
}

.banner.type_3 {
    margin-top: -100px;
    margin-bottom: 50px
}

.banner.type_3 .banner_content {
    background: #ff3b3e;
    border-radius: 10px
}

.top_feature {
    text-align: center;
    padding-bottom: 90px
}

.top_feature .logo_image_holder {
    margin-top: 90px
}

.top_feature .logo_image_holder img {
    margin: 0 15px
}

.top_feature .content_inner {
    padding: 0 100px
}

.top_feature .content_inner h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    color: #222;
    margin: 30px 0
}

.experience {
    padding-bottom: 155px
}

.experience .section_header .shadow_icon {
    margin-bottom: 15px;
    position: relative;
    left: auto;
    top: 0;
    transform: none
}

.group_image_holder {
    position: relative;
    padding-top: 46px;
    text-align: right
}

.group_image_holder .sub_img {
    position: absolute;
    left: 0;
    bottom: -70px
}

.group_image_holder .sub_img2 {
    position: absolute;
    left: auto;
    right: -40px;
    bottom: -70px
}

.expe_box {
    position: absolute;
    right: -40px;
    top: 90px;
    background: #ff3b3e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 150px;
    height: 140px;
    text-align: center;
    display: table
}

.expe_box .expe_box_inner {
    display: table-cell;
    vertical-align: middle
}

.expe_box::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 100px;
    height: 100px;
    background: #bb3638;
    top: -38px;
    transform: rotate(35deg);
    z-index: -1
}

.experience_content {
    padding-top: 20px;
    padding-left: 70px
}

.experience_content .appoint {
    position: relative;
    color: #222;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block
}

.experience_content .appoint span {
    color: #ff3b3e
}

.experience_content .appoint:after {
    content: '';
    position: absolute;
    background: #ffe9e9;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -3px;
    z-index: -1
}

.preloader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff
}

.preloader .preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.preloader .siteloading-preloader {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.preloader .siteloading-preloader, .preloader .siteloading-preloader:before, .preloader .siteloading-preloader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out
}

.preloader .siteloading-preloader:before, .preloader .siteloading-preloader:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    animation: siteloading-animation 1.73s infinite ease-in-out;
    -o-animation: siteloading-animation 1.73s infinite ease-in-out;
    -webkit-animation: siteloading-animation 1.73s infinite ease-in-out;
    -moz-animation: siteloading-animation 1.73s infinite ease-in-out
}

.preloader .siteloading-preloader:before {
    background-color: #ff3b3e
}

.preloader .siteloading-preloader:after {
    background-color: #401818;
    animation-delay: .86s;
    -o-animation-delay: .86s;
    -webkit-animation-delay: .86s;
    -moz-animation-delay: .86s
}

@keyframes siteloading-animation {
    0% {
        transform: translateX(-100%) scale(0)
    }
    50% {
        transform: translateX(0%) scale(1)
    }
    100% {
        transform: translateX(100%) scale(0)
    }
}

@media screen and (max-width: 1199px) {
    .header .mainnav ul.main_menu > li {
        margin: 0 15px
    }
}

@media screen and (max-width: 991px) {
    .header .header_info {
        border-left: 0 solid rgba(255, 255, 255, 0.1);
        margin-left: 0
    }

    .header .schedule {
        margin: 10px 15px;
        line-height: 20px
    }

    .header .logo {
        position: relative
    }

    .header .logo img {
        display: none
    }

    .header .mainnav ul.main_menu {
        display: none
    }

    .header .ma5menu__toggle {
        display: block;
        margin-left: 15px
    }

    .banner .banner_content {
        text-align: center;
        padding: 30px
    }

    .banner .banner_content .banner_text {
        padding: 0 0 15px;
        border: 0
    }

    .iconbox3 .iconbox_wrapper {
        padding: 30px
    }

    .iconbox3 .iconbox_wrapper .iconbox_image {
        margin-right: 30px
    }

    .footer .footer_above .pd_0 {
        padding: 0 15px
    }

    .footer .footer_above .pd_lr_65 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer .footer_contact {
        padding-top: 15px
    }

    .footer .footer_contact .logo_footer {
        position: relative;
        left: auto;
        transform: none
    }

    .footer .contact_info {
        padding: 0 30px 30px
    }
}

@media screen and (max-width: 767px) {
    .theme_slider_1 .slider .slide_content .heading {
        font-size: 36px;
        line-height: 36px
    }

    .theme_slider_1 .slider .slide_content_img {
        display: none;
    }

    .top_feature .content_inner {
        padding: 0 30px
    }

    .top_feature .content_inner h1 {
        font-size: 36px;
        line-height: 42px
    }

    .funbox1 {
        margin-bottom: 30px
    }

    .funfacts .section_header {
        padding-right: 0
    }

    .funfacts .man_img {
        margin-top: 0;
        margin-left: 0;
        text-align: center
    }

    .experience_content {
        padding-top: 90px;
        padding-left: 0
    }

    .section_header .section_title {
        font-size: 36px;
        line-height: 42px
    }

    .footer .contact_info .phone {
        padding: 15px
    }

    .footer .footer_bottom .footer_bottom_inner > div {
        width: 100%;
        text-align: center;
        margin: 10px 0
    }

    .footer .footer_bottom .footer_bottom_inner .totop {
        text-align: center
    }

    .footer .footer_social .bottom_social {
        justify-content: center
    }

    .blog_details .blog_details_inner .fulltext {
        font-size: 16px;
        line-height: 28px
    }

    .blog_details .post_gallery img {
        margin: 15px 0
    }
}

@media screen and (max-width: 600px) {
    .header .middle_bar_inner {
        display: block;
        padding: 15px 0
    }

    .header .mainnav {
        display: none
    }
    .group_image_holder img {
        width: 100%
    }

    .group_image_holder .sub_img, .group_image_holder .sub_img2 {
        position: relative;
        margin: 10px 0;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }

    .expe_box {
        right: 0
    }

    .banner .banner_content .banner_phone {
        word-break: break-word
    }

    .banner .banner_content .banner_phone img {
        margin-right: 0;
        margin-bottom: 15px
    }

    .banner .banner_content .banner_phone span {
        font-size: 30px
    }
}
