@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira:ital,wght@0,100..900;1,100..900&family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}

ol.c {
    list-style-type: lower-roman;
    padding-left: 18px;
}

ol,
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    color: #5e5e5e;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

.addressbox a {
    color: #000;
}

p {
    font-family: "Roboto", sans-serif;
    line-height: 23px;
    margin-bottom: 15px !important;
    color: #4A4A4A;
    text-align: justify;
    font-size: 14px;
}

.dropdown {
    margin-top: -1px;
}

.p-white {
    color: #fff;
}

.p-black {
    color: #0a0a0a;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-20 {
    padding-top: 20px;
}


.p_15 {
    font-size: 15px !important;
}

.p_14 {
    font-size: 13.5px;
}

.bg_blue {
    background: linear-gradient(to right, rgb(129 48 145), rgb(216 67 62));
    padding-top: 40px;
}

.footer_botom {
    background: #6d3999;
    margin-top: 40px;
}

.p_17 {
    font-size: 17px;
}

.p_18 {
    font-size: 18px !important;
}

.p_20 {
    font-size: 20px;
}

.p_24 {
    font-size: 24px !important;
}

.p-56 {
    font-size: 56px !important;
}

.p-48 {
    font-size: 48px !important;
}

.p-w-300 {
    font-weight: 400 !important;
}

.p-weight-300 {
    font-weight: 300;
}

.p_lighter {
    font-weight: 300 !important;
    line-height: 32px;
    text-transform: capitalize !important;
}

h1 {
    color: #0a0a0a;
    font-size: 46px;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 27px;
    color: #111111;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #111111;
}

h4 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* ---------- colors  --------- */
.bg_white {
    background: #fff;
}

.color_white {
    color: #fff;
}

.bg_gray {
    background: #edf3f8;
}

.bg_light_gray {
    background: #f7f7f7 !important;
}

.bg_light_gray_2 {
    background: #F2F2F2;
}



.abt-cd .tab-content {
    border: none;
}

.abt-cd {
    width: 100%;
    border: none;
    margin-top: 20px;
}

.abt-cd .nav-link {
    color: #6d3999;
    font-size: 16px;
    padding: 8px;
    border: 1px #9ea1a3 solid;
    margin: 5px;
    font-weight: 600;
}

.abt-cd .nav-link:hover {
    color: #de4635;
}

.abt-cd .nav-link.active {
    border: 3px #a63075 solid;
    cursor: pointer;
}

.abt-cd img {
    width: 40px;
    margin-right: 7px;
    padding: 4px;
    box-shadow: 1px 1px 5px #7c7a7a;
    border-radius: 50%;
}





.vision-icon img {
    filter: drop-shadow(1px 1px 4px gray);
}

.vision-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #6d3999;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
}

.vision-content h2:after {
    background: #e14632;
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 5px;
}

/* ================================= */
/* -------- Header Top Css  -------- */
/* ================================= */
#header-top .header-top-links {
    display: inline-block;
}

#header-top .cont_office {
    display: inline-block;
}

#header-top .nav-tabs>li {
    float: none;
}

#header-top .nav-tabs li .dropdown-toggle {
    color: #fff;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-right: 0;
    text-align: center;
    width: 166px;
    padding: 0;
}

#header-top .nav-tabs {
    border-bottom: none;
}

#header-top .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: -1px 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

#header-top .dropdown-menu>li>a {
    color: #fff;
    font-weight: normal;
    padding: 15px 20px;
    background: #111111;
}

#header-top .dropdown-menu>.active>a,
#header-top .dropdown-menu li>a:focus,
#header-top .dropdown-menu li>a:hover {
    background-color: #1d1d1d;
}

#options {
    color: #fff;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-right: 0;
    text-align: center;
    width: 166px;
    padding: 0;
    padding-right: 20px;
}

.cont_office select {
    border: 0 !important;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    background: url(../images/select_icon.png);
    background-position: center !important;
    background-position: 179px 7px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #FCAF17;
    width: 200px;
}

#header-top .nav-tabs {
    border-bottom: none;
}

#header-top .cont_office select option {
    padding: 15px 10px;
    background-color: #111111;
}

#header-top .cont_office select option:hover {
    background-color: #1d1d1d;
}

#footer_1 .header-top-links {
    text-align: right;
}

.social-icons li {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    margin-right: 2px;
    text-align: center;
    width: 29px;
}

.social-icons.text-right>ul {
    margin-right: 10px;
}

.social-icons li:hover {
    color: #fff;
}

.social-icons a {
    color: #3a3a3a;
    display: block;
}

.social-icons li:hover a {
    color: #fff;
}

a:active,
a:hover {
    outline: none;
    text-decoration: none;
}

.addressbox {
    display: none;
    /* padding-top: 10px; */
}

.addressbox:first-child {
    display: block;
}

#header-bottom {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 5px 0;
}

.logo-img {
    padding-bottom: 10px;
}

#header-bottom .col-md-9 {
    text-align: right;
}

.bg-white {
    background: #fff;
    display: block;
    height: 90px;
    max-height: 100%;
    padding: 22px 7px;
}

.bg-white-2 {
    background: #fff !important;
}

#header-bottom .get-tuch {
    display: flex;
    /* margin-left: 40px; */
}

#header-bottom .get-tuch>ul {
    display: inline-block;
}

#header-bottom .get-tuch ul li h4,
#header-bottom .get-tuch ul li p {
    color: #303133 !important;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

#header-bottom .get-tuch i {
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-bottom;
    color: #862e90;
}

#header-bottom .get-tech-line {
    display: inline-block;
    padding: 0 15px 0 25px;
    vertical-align: top;
}

/* ================================= */
/* --------- About Us  Css  -------- */
/* ================================= */
/* --------- About Us - 1  -------- */
.about_box {
    background: #f2f2f2;
    text-align: left;
    border-radius: 5px;
}

.footer_box_1 .pull-right {
    float: none !important;
    margin-left: 26px;
}

.social-icons_1 {
    margin-left: 33px;
    margin-top: 25px;
}

.about_image img {
    width: 100%;
}

.about_box .heading_border {
    margin-bottom: 7px;
}

/* --------- About Us - 2  -------- */
.about_2_button .btn-dark:hover {
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.about_2_button .btn-light:hover {
    background: #0a0a0a;
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.heading_border {
    height: 3px;
    width: 46px;
    margin-bottom: 17px;
}

.bg_red {
    background: #83308e !important;
}

.heading>h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px !important;
    color: #111111;
}

.color_red {
    color: #d7433f;
}

#about_us_2 .feature_box:hover {
    background: transparent;
}

#about_us_2 .feature_box:hover {
    background: transparent;
}

#about_us_2 .feature_box:hover p {
    color: #5a5a5a;
}

.about_us_2 .about_box {
    background: transparent;
    padding-bottom: 10px;
}

.about_us_2 .heading {}

#sixth-section {
    background-color: #875F9A;
    display: inline;
    width: 100%;
    float: left;
}

/* ================================= */
/* ---------- Footer  Css  --------- */
/* ================================= */
.footer_link>li {
    display: inline-block;
}

.footer_link>li>a {
    color: #fff;
    padding: 10px;
}

.footer_link>li+li::before {
    content: url("../images/foote_di.jpg");
    top: -3px;
    position: relative;
    right: 2px;
}

.footer_link {
    margin-top: 10px;
}

.footer_line {
    background: #ffffff;
    display: block;
    height: 1px;
    opacity: 0.2;
}

.footer_email input.email {
    background: #ffffff;
    border: 1px solid #484848;
    border-radius: 5px 0 0 5px;
    display: block;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
    font-size: 12px;
    color: #111111;
}

.footer_email .submit {
    display: none;
}

.footer_email .submit_b>span>a {
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 50px;
    line-height: 54px;
    text-align: center;
}

.footer_email .col-md-10 {
    padding: 0;
}

.footer_email .col-md-2 {
    padding: 0;
}

.footer_p {
    color: #fff;
}

.footer_botom p {
    padding-top: 15px;
    color: #fff;
}

.footer_botom a {
    color: #fff;
}

.footer_botom i {
    vertical-align: middle;
    padding: 0 8px;
}

.color_white.p_24 {
    font-weight: 300;
}

/* ---------Footer - 2 Css  ------- */
.social-icons_1 li {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-right: 7px;
    text-align: center;
    width: 34px;
}

.social-icons_1 a {
    color: #fff;
    display: block;
}

.social-icons_1 a:hover {
    border-radius: 5px;
    background-color: #d64340;
    color: #fff;
    display: block;
}

.footer_box_1 .footer_p {
    color: #fff;
}

.footer_box_1>h3 {
    color: #fff;
    border-bottom: 1px solid rgba(251, 251, 251, 0.17);
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.footer_link_1>li+li {
    margin-top: 12px;
}

.footer_link_1>li>a {
    color: #fff;
    font-size: 13px;
}

.footer_link_1 li a i {
    padding-right: 10px;
}

.footer_link_1 {
    display: inline-block;
}

.footer_link_1>li {
    margin-left: 0;
}

.footer_link_1 li a:hover {
    transition: all 0.7s ease 0s;
}

.latest_footer {
    border-radius: 5px;
    padding: 16px 20px;
    margin-bottom: 10px;
}

.latest_footer>p {
    color: #ccc;
}

.latest_footer h4 a {
    color: #fff;
}

.latest_footer h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footer_1_contact p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 17px;
}

.footer_1_contact .icon-icons74 {
    color: #fff;
    font-size: 30px;
    margin-left: -4px;
    margin-right: 10px;
    vertical-align: top;
}

.adres_box>p {
    display: table-cell;
    font-size: 13px;
    text-align: left;
}

.adres_box>p a {
    color: #fff;
}

.adres_box {
    display: table;
    width: 100%;
}

.footer_1_contact p i {
    font-size: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

#footer_1 p {
    color: #fff;
}

.newbtn {
    padding: 15px 10px;
    min-width: 160px;
    text-align: center;
}

.btn-dark {
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #833190;
    color: #fff;
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

.btn-dark:hover {
    color: #fff;
    background: #d64340;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}


/* service section */
.specialization {
    background: aliceblue;
    padding: 40px 0;
    margin-top: 20px;
}

.specialization .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4d8720 !important;
}

.specialization .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 10px !important;
}

.img-team img {
    display: block;
    width: 100%;
    height: 240px;
}

@media(max-width:480px) {
    #MenuControl {
        position: absolute;
        top: 175px;
    }
}

@media(max-width: 376px) {
    #MenuControl {
        position: absolute;
        top: 165px;
    }
}

@media(max-width: 321px) {
    #MenuControl {
        position: absolute;
        top: 154px;
    }
}

@media(max-width:767px) {
    .ft-phone {
        margin-top: -35px;
    }

    #msform {
        margin-top: 20px !important;
    }

    .officeaddress {
        display: block;
    }

    .logo-img {
        width: 100%;
        padding-bottom: 0px;
    }

    #header-bottom {
        padding: 0;
    }

    .banner-section .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 2rem !important;
        height: 6rem !important;
    }

    #MenuControl {
        position: absolute;
    }

    .social-icons_1 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .footer_box_1>h3 {
        margin-top: 25px;
        margin-bottom: 16px;
    }

    .navbar {
        width: 100%;
        background-color: #02245b;
    }

    .banner-section .carousel-item img {
        height: 330px;
    }

    .item .prod_bx img {
        width: 100%;
        height: 230px;
    }

    .specialization-hm .carousel-control-prev {
        display: none;
    }

    .specialization-hm .carousel-control-next {
        display: none;
    }

    .product-mob h2 {
        color: #000 !important;
    }
}

.specialization-hm .carousel-control-prev-icon {
    background-color: #4d8720;
}

.specialization-hm .carousel-control-next-icon {
    background-color: #4d8720;
}

.specialization-hm .carousel-indicators {
    display: none;
}

.specialization-hm .carousel-control-prev {
    text-decoration: none;
    /* position: unset; */
    width: 42px;
    height: 40px;
    /* background-color: #ffffff; */
    opacity: 1;
    left: -70px;
    top: 53px;
    color: #111111;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.specialization-hm .carousel-control-next {
    text-decoration: none;
    width: 42px;
    height: 40px;
    /* background-color: #ffffff; */
    opacity: 1;
    right: -24px;
    top: 53px;
    /* border-radius: 100%; */
    color: #111111;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.accordion {
    margin-top: 35px;
}

.team-box h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 27px;
    padding-bottom: 15px;
}

.team-box:hover {
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.img-team {
    display: block;
}

.team-box:hover .img-team img {
    transform: scale(1.09);
    transition: all 0.7s ease 0s;
}

.car {
    position: absolute;
    right: 28px;
    top: -82px;
}

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container {
    max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
    margin-top: 0 !important;
}

.innr-pg-bnnr {
    background-position: center;
    padding: 100px 0 0;
    width: 100%;
    background-size: cover;
    min-height: 500px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 80px;
}

.innr-pg-bnnr:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-bottom: 4px solid #ff5e14;
}

.main-table.innr-pg {
    padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
    margin-top: 170px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}


.contact-form .form-control {
    padding: 10px;
    margin: 0 0 18px 0;
}

/* .contact-form input[type="button"] {background: #4d8720;color: #fff;padding: 15px 36px;border: 0;border-radius: 0;font-size: 16px;letter-spacing: .7px;}  */

.contact-page .contact-info {
    background: #833190;
    padding: 10px;
    display: flex;
    margin: 8px 0;
}

.contact-page .contact-info i {
    color: #fff;
    font-size: 30px;
    margin: 0 20px 0 0;
}

.contact-page .contact-info h5 {
    text-align: left;
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 21px;
    letter-spacing: .5px;
}

.contact-page .contact-info p,
.contact-page .contact-info p a {
    color: #dfdfdf;
    margin: 0;
    font-size: 15px;
}

.contact-page .contact-info a {
    text-decoration: none;
    color: #fff;
}

.contact-form .submit-btn[type="button"] {
    padding: 10px 36px;
    background: #d74340;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    color: #fff;
    border: none;
}

.contact-form .submit-btn:hover {
    background: #83308e;
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.main-table {
    /* font-family: Saira; */
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    Font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: justify;
}

.team_img {
    width: 100%;
    box-shadow: 1px 1px 5px #bbb7b7;
}

.sub-heading {
    font-weight: bold;
    Font-size: 17px;
    color: #833190;
    line-height: 34px;
    text-transform: capitalize;
    margin: 10px 0;
}


.banner-sectio .carousel-caption {
    /* margin-top: -100px; */
    position: absolute;
    right: 15%;
    bottom: 8.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.banner-section h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: -16px !important;
    padding: 20px 0px;
}

.topright {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}

.banner-section .carousel-caption {
    top: 40px !important;
    position: absolute !important;
    right: 100px !important;
}

.srv-int li i {
    margin-right: 10px;
    color: #d54241;
}

.topleft {
    position: absolute;
    top: 26px;
    left: -83px;
    font-size: 18px;
}

.otherpagecss #header-bottom {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 5px 0 0;
}

.otherpagecss #HeaderControl {
    position: absolute;
    top: 0px !important;
}

.banner-span {
    font-size: 18px;
    margin-top: 100px;
    margin-left: 90px;
}

.banner-span1 {
    font-size: 18px;
    margin-top: 100px;
    margin-right: 90px;
}

.banner-section .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 5rem !important;
    height: 6rem !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #02245b !important;
}

/* menu show on hover */

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
}

#msform {
    margin-top: 40px !important;
}

.ft-phone {
    margin-top: -20px;
}


.work-expertise{ background-size:100% 100%;  background-attachment:fixed;}
.bg-trns {
    /* background: rgba( 255, 255, 255, 0.6 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6px );
-webkit-backdrop-filter: blur( 6px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 10px;
    margin-bottom:30px; */
        font-family: "Roboto", sans-serif;
    line-height: 23px;
    margin-bottom: 15px !important;
    color: #4A4A4A;
    text-align: justify;
    font-size: 14px;
    background-color:#fff;
    padding:1rem;
     margin-bottom:30px;
    font-weight: 500;
    border-radius:4px;
    background: rgba( 255, 255, 255, 0.55 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
color:#000;
}

.bg-trns p{color:#000;}
.bg-trns ul li:before{ content: "\f101";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;}

.table-responsive1{height:300px;overflow-y:scroll;margin:20px 0;border}
.table-responsive1 table{border:1px solid ; }
 .table-active{background-color:#ffd1d0 !important; }
.Vrtx-sln-inner {
    height:400px;
    object-fit:cover;
    width:400px;
}


.innr-pg-bnnr p{color:#fff;}


.mnging-dtr .tm-icn {float:left; margin-right:20px; border:2px solid purple; border-radius:3px;}
.mnging-dtr .tm-motto{display:none;}
/* .mnging-dtr .tm-motto{display:flex; flex-direction:column;font-size:20px;row-gap:1rem; align-items:end; margin-top:2rem;width:20%;}
.mnging-dtr .tm-motto .first{font-weight:bold;color:#d7433f;align-self:start;}
.mnging-dtr .tm-motto .scnd{font-weight:bold; align-self:center;}
.mnging-dtr .tm-motto .trd{font-weight:bold;color:#d7433f;align-self:start;} */
.mnging-dtr .tm-title{margin-bottom: 10px;color:#d7433f;font-weight:bold;}


.cnt-page{
    background: aliceblue;
    padding: 0 0 040px;
    margin-top: 20px;
    }
.cnt-img{border-radius:5px;}