@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1D2A38;
}

a {
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
}

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

p {
    padding: 0;
    margin: 0;
    color: #1D2A38;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #252525;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
section {
    display: block;
    float: left;
    width: 100%;
}


.menu_bar
{
    position: relative;
    z-index: 2;
}
.menu_bar .navbar-brand, .menu_bar  .navbar
{
    padding: 0;
}
.menu_bar .navbar-brand
{
    margin-bottom: -100px;
}
.menu_bar .navbar-brand img
{
    width: 250px;
}
.menu_bar .navbar-toggler {
    border: none;
}
.menu_bar .navbar-toggler:focus {
    box-shadow: none;
}
.menu_bar .nav-link {
    display: block;
    padding: .5rem 15px !important;
    color: #000 ;
}
.menu_bar .navbar-light .navbar-nav .nav-link.active, .menu_bar .navbar-light .navbar-nav .show>.nav-link {
    color:#EA4336 !important;
}
.login_but
{
    background: #212C70;
    color: #fff !important;
}
.login_submit
{
    background: #EA4336;
    color: #fff;
    border: none;
}


.header_slider_section
{
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.slide_img
{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 600px;
    position: relative;
    z-index: 1;
}

.carousel-control-next, .carousel-control-prev, .carousel-indicators
{
    z-index: 4;
}
.section1
{
    padding: 60px 0;
}
.section1 .heading_area
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.section1 .heading_area p
{
    color: #EA4336;
    font-weight: 700;
}
.section1 .heading_area h2
{
    font-size: 40px;
}
.section1_boxes
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.section1_box1
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.section1_box1_img_area
{
    display: block;
    float: left;
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.section1_box1_img_area img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.section1_box1 .section1_box1_img_area img
{
    transition: all .5s ;
	transition-timing-function:ease-out;
}   
.section1_box1:hover .section1_box1_img_area img
{
	transform: scale(1.1);
}
.section1_box1_img_area::after
{
    position: absolute;
    content: "";
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6783963585434174) 100%);
}
.what_we_do_icon_area
{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 90px;
    height: 80px;
    background: #EA4336;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
}
.what_we_do_text_area
{
    display: flex;
    float: left;
    background: #ffffff37;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    width: calc(100% - 40px);
    padding: 10px 20px;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
.what_we_do_text_area p
{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.count_section
{
    padding: 20px 0;
    background: url(../images/count_bg.jpg) center no-repeat;
    background-size: cover;
}
.count_section_box1
{
    display: flex;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.count_section_box1 .icon_area
{
    display: flex;
    float: left;
    width: 75px;
    height: 75px;
    flex: 75px 0 0;
    align-items: center;
    justify-content: center;
}
.count_section_box1 .icon_area img
{
    max-width: 75px;
    max-height: 75px;
}
.count_section_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    color: #fff;
}
.count_section_box1 .text_area h2
{
    font-size: 35px;
    color: #fff;
}
.count_section_box1 .text_area p
{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
footer
{
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
    background: url(../images/footer_bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
footer p
{
    color: #000;
}
footer p a
{
    color: #000;
    margin: 0 10px;
    font-weight: 600;
}
footer p a:hover
{
    color: #EA4336;
}