.container {
    max-width: 1281px;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
}

a {
    text-decoration: inherit;
    color: inherit;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

a:hover {
    color: unset;
    text-decoration: none;
}

img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
}

h1 {
    font-size: 75px;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 300;
    text-transform: capitalize;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 0;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
}

.header_background_image, .brown_box_link, .footer_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden_image {
    opacity: 0;
    min-height: 490px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.second_content_header {
    position: absolute;
    top: 6.4rem;
    left: 0;
    right: 0;
}

.second_content_header h1 {
    color: #ddc79b;
    line-height: 1;
    font-family: 'times', sans-serif;
    font-size: 56px;
    margin-bottom: 0px;
}

.company_logo {
    margin-bottom: 30px;
}

.text_second_section p {
    font-family: 'roboto',san-serif;
    font-size: 18px;
    line-height: normal;
}
.brown_box_link a {
    padding: 8px 17px;
    font-family: roboto;
    font-size: 18px;
}

.brown_box_link {
    font-family: roboto;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}

.right_section_border {
    display: inline-table;
    border-left: 2px solid #ddc79b;
}

.text_second_section {
    margin-top: 2.5rem;
}

/*responsivce*/
.left_section, .right_section_border {
    padding: 0 80px;
}

/*responsivce*/
.five_blocks {
    display: inline-block;
    vertical-align: text-top;
    width: 218px;
    padding: 0 12px;
}

.five_blocks p {
    font-family: 'roboto', san-serif;
    font-size: 20px;
    color: #ffffff;
    padding-top: 30px;
    position: relative;
    line-height: normal;
}

.five_menu_block {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 50px;
    background-color: #203049;
}

.five_blocks img {
    padding-bottom: 38px;
    border-bottom: 4px dotted #ddc79b;
}

.five_blocks img::after {
    content: "";
    width: 100px;
    background: black;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.footer_image {
    padding-top: 7rem;
}

.footer_section p {
    font-family: roboto, sans-serif;
    color: white;
    padding: 20px 0;
    font-size: 20px;
    padding-bottom: 6rem;
}

.copiright_section p {
    font-family: roboto, sans-serif;
    padding: 14px 0;
    margin: 0;
    font-size: 16px;
    color: #6e88b3;
}

.copiright_section {
    background: #2030499c;
    margin-top: -60px;
    z-index: 9;
}
.lic_logo::before {
    content: "";
    width: 135px;
    height: 3px;
    background-color: #ddc79b;
    position: absolute;
    top: 29px;
    right: 105px;
}

h1.lic_logo {
    position: relative;
    display: inline-block;
}
.lic_logo::after {
    content: "";
    width: 155px;
    height: 3px;
    background-color: #ddc79b;
    position: absolute;
    top: 51%;
    margin-left: 7px;
}
@media screen and (max-width:1200px) {
    .five_blocks {
        width: 177px;
    }
}

@media screen and (max-width:1024px) {
    .brown_box_link a {
        padding: 8px 13px;
        font-size: 21px;
    }
}

@media screen and (max-width:991px) {
    .right_section_border {
        border-left: 0px;
    }
    .second_content_header h1 {
        font-size: 47px;
    }
}

@media screen and (max-width:768px) {

    .copiright_section {
        background: #203049;
    }
}

@media screen and (max-width:580px) {
    .second_content_header h1 {
        font-size: 41px;
    }
    .left_section, .right_section_border{
        padding: 0 15px;
    }
    .brown_box_link a {
        padding: 0px 10px;
        font-size: 16px;
    }
    .text_second_section p {
        font-family: 'roboto',sans-serif;
        font-size: 17px;
    }
    .hidden_image {
        min-height: 400px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .five_blocks {
        margin: 15px 0;
    }
    .footer_section p {
        font-size: 18px;
    }
    .lic_logo::before {
        display: none;
    }
    .lic_logo::after {
        display: none;
    }
    .copiright_section p {
        padding: 5px 0;
    }
}

@media screen and (max-width:480px) {

}