*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}
h1, h2,
h3, h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: underline;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input, button,
textarea, select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
a {
    text-decoration: none !important;
    color: #333;
}
a:hover {
    color: #2f5aae;
}
body{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.content {
    width: 1170px;
    margin: 0 auto;
    display: block;
}

.home_banner_bg {
  background-color: #000000;
  background-image: url(img/services_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.33;
}

.content_2 {
  max-width: 1600px;
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  /* align-items: center; */
}

.home_banner .content_2, .home_our_services .content_2 {
    align-items: center;
}

.footer .content_2 {
    display: flex;
    align-items: flex-start;
}

.footer p {
    margin: 30px 0;
    color: #324A6D;
}

.banner_list {
  width: 100%;
  margin: 100px 0;
  text-align: center;
}

.banner_list .item p {
    font-size: 25px;
    color: #fff;
}

.banner_list .item .icon {
    background: url(img/ico_star.svg);
    width: 27px;
    height: 27px;
    background-size: cover;
    margin-bottom: 30px;
    transition: .3s;
}

.banner_list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_list .item:hover .icon {
    transform: scale(1.5);
}
.home_banner {
  background-color: #000000;
  padding: 5% 2% 5% 2%;
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.home_banner h1 {
    color: #fff;
    font-size: 68px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}
.top_logo b {
    display: block;
    font-size: 11.3px;
    color: #10395f;
}

.top_menu .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top_menu {
    height: 76px;
    width: 100%;
}

.top_logo {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 100%;
}

.top_logo a {
    color: #333;
}
ul.nav_a {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    grid-gap: 30px;
}

li.use a {
    color: #2f5aae;
    cursor: default;
}
a.main_butt {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FF2D3E;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF2D3E;
    border-radius: 100px 100px 100px 100px;
    padding: 14px 55px 14px 55px;
    display: block;
    width: fit-content;
    transition: .3s;
}

a.main_butt:hover {
    background-color: #ff2d3e00;
    color: #FF2D3E;
}
.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  transition: all .3s cubic-bezier(.79,.14,.15,.86)
}
h2 {
    color: #10395F;
    font-size: 55px;
    font-weight: bold;
}
.home_info h2 {
    margin-bottom: 30px;
}
.home_info p {
    margin-bottom: 30px;
}
.center {
    text-align: center;
    margin-bottom: 4%;
}


.home_our_services img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition-duration: 0.3s;
    margin-bottom: 15px;
}

.home_our_services h3 {
    font-size: 22px;
    color: #10395f;
    margin-bottom: 15px;
}

.home_our_services p {
    color: #324A6D;
    font-size: 16px;
}

.home_our_services img:hover, .serve_list .item:hover {
    transform: scale(1.05);
}

.our_services_butt {
    margin: 5% 0% 0% 0%;
}
.serve_list .item {
  background: #F3F5F8;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 71px;
  justify-content: center;
  transition-duration: 0.3s;
}

.serve_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  grid-gap: 1%;
}

.serve_list img {
  width: 64px;
  margin-bottom: 20px;
}

.serve_list .item p {
    color: #10395f;
    font-weight: bold;
}

.home_serve {
    margin: 100px 0;
}
.box_contact_us .home_info .row {
  display: flex;
  justify-content: space-between;
}

.box_contact_us .home_info .cont_img {
  object-fit: cover;
}

.box_contact_us .home_info .cont_main {
    max-height: 413px;
    overflow: hidden;
}
.cont_main {
  display: flex;
  justify-content: center;
}
.box_contact_us .home_info:last-child {
    margin-top: 80px;
}
.box_our_services_bg{
  background-image: url(img/box_our_services_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 68vh;
}
.serv_list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 80px 0%;
  justify-content: space-between;
}

.serv_list .item {
  width: 46%;
  display: flex;
  align-items: center;
}

.serv_list .item .info {
  width: 37%;
  margin-left: 5%;
}

.serv_list .item .serv_img {
  width: 46%;
  margin-right: 4%;
}

.box_our_services .box_2 {
  margin: 100px 0;
}

.serv_list .item .info h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  color: #10395F;
}
.our_story_text {
  padding-left: 50px;
  padding-right: 259px;
}

.our_story_box {
  margin-bottom: 100px;
}
.padd{
  padding-right: 100px;
}