.alignleft {
    float: left;
    margin-right: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Ma+Shan+Zheng&display=swap');

.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

html {
  scroll-behavior: smooth;
}

body{font-family: 'Open Sans', sans-serif;}

a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
p:last-child {
    margin-bottom: 0
}
.fix{overflow: hidden;}

/*-- Start my style --*/


/*-- .collus_area{color: #012158;
    width: 329px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 75px;
    margin-left: 111px;
    margin-bottom: 70px;
    float: right;}
.collus_area h2{    margin-top: 40px;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 35px;}
.collus_area p{    margin-top: -12px;
    font-size: 15px;
    margin-bottom: 21px;
    font-family: 'Open Sans', sans-serif;
}
.call_form {    height: auto;
    padding-bottom: 30px;}
.call_form input {     margin: 7px 0px;
    padding: 10px 5px;
    width: 273px;
    border-radius: 4px;
    border: 1px solid #012158;
    font-family: 'Open Sans', sans-serif;}
.call_form textarea{   margin: 5px 0px;
    padding: 5px;
    width: 273px;
    border-radius: 4px;
    border: 1px solid #012158;font-family: 'Open Sans', sans-serif;}
.call_form input[type="submit"]{background-color: #012158;
    cursor: pointer;
    font-size: 18px;
    color: #fff;font-family: 'Open Sans', sans-serif;}
.call_form input[type="submit"]:hover{background:#020145}

enad hero--*/

.fix {overflow: hidden;}

/*-- Hero area */
.header_area {
    display: block;
    width: 100%;
    min-height: 125px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 99999;
}
.header_logo {
    width: 30%;
    display: contents;
}
.header_logo img{}
.header_menu {
    display: block;
    float: right;
    padding-top: 40px;
    width: 70%;
}
.header_menu ul {
    margin: 0;
    padding: 0;
    float: right;
}
.header_menu ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}
.header_menu ul li a {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.header_menu ul li a:hover{}

.menu-btn{display: none}



/*-- Hero area */
.hero_area {
    display: block;
    background: #2A5EA9;
    /* padding: 100px 0; */
    min-height: 702px;
    padding-top: 210px;
}
.hero_content {
    display: block;
    width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-top: 85px;
}
.hero_content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: bolder;
    line-height: 60px;
    margin-bottom: 30px;
}
.hero_button{}
.hero_button a {
    border: 3px solid #fff;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
}
.button_left{
    margin-left: 5px;
    background: #fff;
    color: #2A5EA9;
}
.button_right {
    margin-left: 5px;
    background: transparent;
    color: #fff;
}

.button_left:hover{
    background: transparent;
    color: #fff;
}
.button_right:hover{
    background: #fff;
    color: #2A5EA9;
}



/*-- hero_buttom area */
.hero_buttom_area {
    padding: 55px 0px;
    display: block;
    width: 100%;
}
.buttom_text {
    display: block;
    text-align: center;
    color: #2a5ea9;
}
.buttom_text h1 {
    color: #2a5ea9;
    font-size: 50px;
    line-height: 68px;
    font-weight: 600;
}


/*-- About area */

.About_area {
    height: auto;
    width: 100%;
    background-color: #2a5ea9;
    padding: 85px 0;
    display: block;
}
.single_about {
    display: block;
    width: 100%;
    height: 350px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.single_about h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #2a5ea9;
    font-weight: bold;
    padding-top: 30px;
}
.about_box {
    margin-bottom: 25px;
    display: block;
}
.about_box p {
    font-size: 22px;
    font-weight: normal;
    color: #4d4d4d;
}


/*-- list area */

.list_area {
    display: block;
    width: 100%;
    background-color: #2a5ea9;
    padding: 150px 0px;
}
.List_content {
    display: block;
    color: #fff;
}
.List_content h1 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
}
.list_one {
    margin-bottom: 60px;
}
.list_one h2, .list_two h2 {
    font-size: 40px;
    font-weight: bold;
}
.list_one p, .list_two p {
    font-size: 20px;
    font-weight: normal;
}
.list_one ul, .list_two ul {
    margin: 0;
    padding: 0 0 0 74px;
    font-size: 20px;
}
.list_one ul li {
    font-size: 22px;
}

.list_two ul li {
    font-size: 22px;
    margin-bottom: 22px;
}

.list_two ul li p {
    font-size: 15px;
}


/*-- bold_text_area area */

.bold_text_area {
    display: block;
    width: 100%;
    padding: 75px 0px;
    padding-top: 131px;
}
.bold_content {}
.bold_content h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
    color: #2a5ea9;
    text-align: justify;
}



/*-- Contact_us area */

.contact_us_area {
    background-color: #2a5ea9;
    display: block;
    padding: 120px 0px;
    padding-top: 160px;
}
.collus_area {
    width: 700px;
    margin: 0 auto;
    color: #fff;
}
.collus_area h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.call_form{}
.call_form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #8499B9;
    border: none;
    color: #fff;
}

.call_form textarea {
    width: 100%;
    height: 95px;
    margin-bottom: 20px;
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #8499B9;
    border: none;
    color: #fff;
}

::placeholder {
  color: #fff;
}

.call_form input[type="submit"] {
    background-color: #012158;
    cursor: pointer;
    font-size: 32px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    font-weight: bold;
}
.call_form input[type="submit"]:hover{background:#020145}





/*-- brand slide */
.newcontainer {
    max-width: 90%;
    display: block;
}
.brand_slide {
    display: block;
    padding: 56px 0px;
}
.slider{}
.slider h1 {
    margin-bottom: 73px;
    font-size: 42px;
    font-weight: 800;
    color: #2a5ea9;
    text-align: center;
}


.buttom_img_content {
    display: block;
    width: 100%;
}
.buttom_img_content{}
.buttom_img_content h1 {
    font-size: 40px;
    font-weight: 800;
    color: #2a5ea9;
    text-align: center;
    margin-bottom: 42px;
}

.buttom_img {
    width: 648px;
    margin: 0 auto;
    margin-bottom: 60px
}
.buttom_img img{}

.footer_area {
    display: block;
    background-color: #2a5ea9;
}
.footer_content h1 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 24px 0px;
}

.menu-btn{
    width: 80px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}


