/************ TABLE OF CONTENTS ***************
Template Name: Tranzint
Author: Tranzint Team
Version: 1.0
Main Font : 'Noto Sans JP';
**********************************************/
/************ TABLE OF CONTENTS ***************

01. Reset CSS
02. Header/ Navigation 
03. BANNER SLIDER
04. What We Do
05. Service
06. Footer

**********************************************/
/*Reset CSS*/
:root {
    --black: #000;
    --dark: #20292e;
    --gray: #f5f5f7;
    --dark_gray: #5f6469;
    --body_color: #3C4043;
    --white: #ffffff;
}

body {
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    font-display: swap;
}

.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}

body p,
li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    text-decoration: none;
    outline: none !important;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
}

.radius_50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.list_fs_0 {
    font-size: 0;
}

.d_ib {
    display: inline-block;
}

.mt_60 {
    margin-top: 60px;
}

.mt_120 {
    margin-top: 120px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.bg_cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.bg_gray {
    background: var(--gray);
}

.pos_rel {
    position: relative;
}

.c_pointer {
    cursor: pointer !important;
}

.fw_600 {
    font-weight: 600;
}

.section_space {
    padding: 70px 0;
}

.section_heading {
    margin: 0px auto 20px;
    max-width: 768px;
}

.section_heading h2 {
    font-weight: 600;
    font-size: 42px;
}

.section_heading .desing {
    width: 100px;
    height: 6px;
    border-radius: 5px;
    background: #921a1d;
    display: block;
    margin: 10px auto;
    position: relative;
}

.section_heading .tagline {
    font-size: 18px;
    line-height: 18px;
}

.btn_custom {
    font-size: 17px;
    font-weight: 600;
    color: #fff !important;
    background-image: linear-gradient(to right, #1d1953, #921a1d) !important;
    text-align: center;
    border: 1px solid #921a1d;
    display: inline-block;
    padding: 15px;
    min-width: 180px;
    margin: 15px auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn_custom:hover {
    background-image: linear-gradient(to right, #921a1d, #1d1953) !important;
}

/* Header */

#header {
    padding-right: 0 !important;
}

#header #myNavbar .navbar-nav .nav-item {
    margin: 0;
    padding: 0 2px !important;
    overflow-x: hidden !important;
}

#header #myNavbar .navbar-nav .nav-item .nav-link {
    color: #5f6469;
    font-size: 15px;
    padding: 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    line-height: 100px;
}

#header #myNavbar .navbar-nav .nav-item .nav-link:hover {
    background: #921a1d;
    color: #fff !important;
}

#header .navbar-toggler {
    padding: 0;
    font-size: 32px;
    line-height: 1;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}

.header_slide {
    height: 100px;
}

.main_content {
    min-height: calc(100vh - 60px);
}

/* home Banner Section */

.home_banner {
    padding: 100px 0px;
    border-bottom: 5px solid #921a1d;
}

.home_banner h2 {
    font-size: 62px;
    line-height: 1.3;
    color: #c19165;
}

.home_banner h3 {
    font-size: 32px;
    line-height: 1.7;
}

.home_banner .tgaline {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    padding: 15px;
    border: 3px solid #c19165;
}


/*What We Do Section section*/
.what_we_do .content_box {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px auto;
    min-height: 400px;
    transition: margin-top .3s linear
}

.what_we_do .content_box h3 {
    color: #921a1d;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px auto;
}

.what_we_do .content_box:hover {
    margin-top: 0;

}

.what_we_do .content_box:hover img {
    opacity: 0.8
}

.what_we_do .content_box:hover h3 {
    color: #1d1953;
}

.what_we_do .content_box p {
    color: #5f6469;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
}

.service_section p {
    margin-bottom: 10px;
}

.service_section ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-top: 10px;
}

footer {
    border-top: 5px double #921a1d
}

/*Inner Page Banner*/
.inner_page_banner {
    padding: 50px 0;
    background-color: #1d1953;
    border-bottom: 3px solid #921a1d
}

.inner_page_banner h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 20px;
    position: relative;
}

.inner_page_banner h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;

}

/*About Page*/
.about_content_section p:not(:nth-last-child(1)) {
    margin-bottom: 15px;
}

.about_content_section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_content_section ul {
    list-style-type: none;
    position: relative;
    font-size: 0;
}

.about_content_section ul li {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 25%;
    position: relative;
    padding: 8px 0px 8px 32px;
}

.about_content_section ul li::before {
    content: url('../images/plus.png');
    position: absolute;
    left: 0;
    top: 11px;
}

/*Contact Page*/
.conatct_form_section .form_wrapper {
    max-width: 670px;
}

.conatct_form_section .form_wrapper .form-group {
    margin-bottom: 25px;
}

.conatct_form_section .form_wrapper .form-control {
    background-color: transparent;
    border: 2px solid #1d1953;
    color: #921a1d;
    border-radius: 0;
}

.conatct_form_section .form_wrapper .form-control:focus {
    border-color: #921a1d;
}

.conatct_form_section .form_wrapper .btn_submit {
    font-size: 17px;
    font-weight: 600;
    background-image: linear-gradient(to right, #1d1953, #921a1d) !important;
    text-align: center;
    border: 1px solid #921a1d;
    display: block;
    padding: 15px;
    width: 200px;
    margin: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.conatct_form_section .form_wrapper .btn_submit:hover {
    background-image: linear-gradient(to right, #921a1d, #1d1953) !important;
}

.conatct_form_section .form_wrapper .btn_submit i {
    display: inline-block;
    transition: margin-left 0.3s linear
}

.conatct_form_section .form_wrapper .btn_submit:hover i {
    margin-left: 10px;
}

.contact_info_list li {
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
    position: relative;
}

.contact_info_list li a {
    color: #921a1d;
}

.contact_info_list li a:hover {
    color: #1d1953;
}

.contact_info_list li img {
    max-width: 25px;
    position: absolute;
    left: 0;
}

/*Form Submission Message*/
.message_box {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    background-color: #18ba60;
    text-align: center;
    padding: 10px 15px;
    border-radius: 2px;
    margin: 15px auto;
    display: none;
}
