@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
p,h1,h2,h3{
    margin: 0;
}
.wd-100{
    width: 100%;
}
/*--------------------------------------------
header start
--------------------------------------------*/
header {
    background: #fdfeff;
    padding: 20px 0;
    transition: all .3s linear;
}
header.header.stick {
    padding: 10px 0;
    box-shadow: 0px 1px 27px 1px #0000002e;
}
.logo {
    font-weight: 700;
}
.menu li {
    margin-left: 25px;
}

.menu li a {
    color: #000 !important;
    font-weight: 600;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.menu li a:hover{
    color: #2C87C7 !important;
}
/*--------------------------------------------
header end
--------------------------------------------*/
/*--------------------------------------------
banner start
--------------------------------------------*/
.banner {
    background: linear-gradient(
292deg
, rgb(0 0 0 / 60%),rgb(0 0 0 / 60%)),url(../images/banner2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    background-position: center;
}
.banner-content {
    margin-top: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-content h1 {
    font-size: 35px;
    margin-bottom: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
}
.banner-content p {
    color: #fff;
}
.banner-content a {
    display: inline-block;
    color: #fff;
    background: linear-gradient(70deg, #005baa, #007dbf, #009aad, #00b07e, #70bf46);
    padding: 11px 21px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .8s linear;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
}
.banner-content a:hover {
    background: linear-gradient(
-70deg
, #005baa, #007dbf, #009aad, #00b07e, #70bf46);
}
.banner-content a i {
    margin-left: 8px;
}
/*--------------------------------------------
banner end
--------------------------------------------*/
/*--------------------------------------------
reinsurance start
--------------------------------------------*/
section.reinsurance {
    padding: 60px 0;
}
.reinsurance-img {
    width: 70px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #72bf4438;
    border-radius: 50%;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reinsurance-content h2 {
    font-size: 18px;
    font-weight: 500;
}
.reinsurance-content {
    margin-top: 15px;
}
/*--------------------------------------------
reinsurance end
--------------------------------------------*/

/*--------------------------------------------
presentation start
--------------------------------------------*/
section.presentation {
    padding: 60px 0;
}
.presentation-img {
    position: relative;
}
.presentation-img::before {
    content: '';
    position: absolute;
    right: 34px;
    bottom: -47px;
    width: 367px;
    height: 500px;
    background: linear-gradient(
        70deg
        , #005baa, #007dbf, #009aad, #00b07e, #70bf46);
    opacity: .5;
    z-index: -1;
}
.presentation-content {
    margin-top: 64px;
}
.presentation-content h2 {
    font-weight: 700;
}
.presentation-content p {
    margin-top: 30px;
}
.presentation-content a {
    display: inline-block;
    color: #fff;
    background: linear-gradient(70deg, #005baa, #007dbf, #009aad, #00b07e, #70bf46);
    padding: 11px 21px;
    margin-top: 37px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s linear;
}
.presentation-content  a:hover {
    background: linear-gradient(-70deg, #005baa, #007dbf, #009aad, #00b07e, #70bf46);
}
/*--------------------------------------------
presentation end
--------------------------------------------*/

/*--------------------------------------------
service start
--------------------------------------------*/
section.service1 {
    padding: 60px 0;
    background: #72bf440a;
    margin-top: 70px;
}

.service1-heading.text-center hr {
    border-top: 6px solid #72BF44;
    width: 99px;
    border-radius: 9px;
}
.single-service.text-center {
    padding: 50px 10px;
    margin-top: 40px;
    border-radius: 7px;
}
.single-service.text-center p {
    font-size: 18px;
    font-weight: 600;
}
.single-service.text-center span {
    display: inline-block;
    font-size: 30px;
    color: #72BF44;
    margin-bottom: 10px;
    border-radius: 50%;
    padding: 7px 7px;
    min-width: 60px;
    min-height: 60px;
    background: #fff;
}
.single-service.service2-single-item.text-center {
    background: #72bf440a;
}
section.service2 {
    padding: 60px 0px;
}
/*--------------------------------------------
service end
--------------------------------------------*/
/*--------------------------------------------
sponsor start
--------------------------------------------*/
section.sponsor {
    padding: 60px 0;
}
.sponsor-slider {
    margin-top: 65px;
}
/*--------------------------------------------
sponsor end
--------------------------------------------*/

.c-form form input, textarea {
    width: 100%;
    border: 1px solid #00000038;
    padding: 10px 0 10px 25px;
    margin: 0 0 17px 0;
    outline: none;
}
.text-area {
    min-height: 110px;
}
.c-form {
    background: #fff;
    padding: 35px 25px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.g-map {
    margin-top: 25px;
}
.c-form h2 {
    font-weight: 700;
    margin-bottom: 37px;
    color: #000;
}
.c-form form button {
    display: inline-block;
    color: #fff;
    background: linear-gradient(70deg, #005baa, #007dbf, #009aad, #00b07e, #70bf46);
    padding: 11px 21px;
    margin-top: 21px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.c-form form button:hover {
    background: linear-gradient(
        -70deg
        , #005baa, #007dbf, #009aad, #00b07e, #70bf46);
}
a.navbar-brand.logo {
    max-width: 100px;
}
/********************/
.reinsurance-single-item.text-center {
    box-shadow: 0px 0px 4px #324af324;
    width: 100%;
    padding: 30px 10px;
}