@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%;
}
.mtc-10 {
    margin-top: 19px;
}
/*--------------------------------------------
header start
--------------------------------------------*/
header {
    background: #fdfeff;
    padding: 0px 0;
    transition: all .3s linear;
}
header.header.stick {
    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: #0c26d3 !important;
}
/*--------------------------------------------
header end
--------------------------------------------*/
/*--------------------------------------------
banner start
--------------------------------------------*/

.banner-content {
    margin-top: 115px;
    background: #3a96d047;
    padding: 40px 40px;
}
.banner-content h1 {
    font-size: 50px;
    margin-bottom: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.banner-content p {
    color: #fff;
}
.banner-content a {
    display: inline-block;
    color: #fff;
    border: 1px solid #0c26d3;
    background: #0c26d3;
    padding: 11px 21px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s linear;
    min-width: 187px;
    text-align: center;
    margin-right: 15px;
}
.banner-content a:hover {
    background: #fff;
    color: #0c26d3;
}
.banner-content a i {
    margin-left: 8px;
}
/*--------------------------------------------
banner end
--------------------------------------------*/
/*--------------------------------------------
reinsurance start
--------------------------------------------*/
section.reinsurance {
    padding: 60px 0;
}
.reinsurance-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00A82726;
}
.reinsurance-img img {
    width: 40px;
}
.reinsurance-content h2 {
    font-size: 18px;
    font-weight: 500;
}
.reinsurance-content {
    margin-top: 15px;
}
/*--------------------------------------------
reinsurance end
--------------------------------------------*/

/*--------------------------------------------
presentation start
--------------------------------------------*/
section.presentation {
    padding: 60px 0;
}
.presentation-content {
    margin-top: 0;
}
.presentation-content h2 {
    font-weight: 700;
}
.presentation-content p {
    margin-top: 30px;
}
.presentation-content a {
    display: inline-block;
    color: #fff;
    background: #0c26d3;
    padding: 11px 21px;
    margin-top: 37px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #0c26d3;
    transition: all .3s linear;
}
.presentation-content  a:hover {
    background: #fff;
    color: #0c26d3;
}
.pr-img1 {
    position: relative;
}
.pr-img2 {
    position: absolute;
    left: 78px;
    top: 72px;
}
.pr-img1 img {
    width: 270px;
    border-radius: 25px;
}
.pr-img2 img {
    width: 396px;
    border-radius: 25px;
}
/*--------------------------------------------
presentation end
--------------------------------------------*/

/*--------------------------------------------
service start
--------------------------------------------*/
section.service1 {
    padding: 60px 0;
    background: #ffffff;
}

.service1-heading hr {
    border-top: 6px solid #0c26d3;
    width: 99px;
    border-radius: 9px;
}
.single-service {
    background: #fff;
    padding: 0 10px 34px 10px;
    margin-top: 60px;
    border-radius: 7px;
    border: 1px solid #2c87c740;
    position: relative;
}
.single-service p {
    font-size: 18px;
    font-weight: 600;
}
.single-service span {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    color: #0c26d3;
    border-radius: 50%;
    padding: 12px 12px;
    width: 70px;
    height: 70px;
    border: 1px solid #2c87c740;
    background: #fff;
    position: relative;
    top: -35px;
    transition: .3s;
}
.single-service:hover span {
    box-shadow: 0px 0px 10px #dadadabd;
    background: #0c26d3;
    color: #fff;
    transition: .3s;
}
.single-service.service2-single-item {
    background: #ffffff;
}
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: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #e3e3e3;
}
.g-map {
    margin-top: 25px;
}
.c-form h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.c-form form button {
    display: inline-block;
    color: #fff;
    background: #0c26d3;
    padding: 11px 21px;
    margin-top: 21px;
    border: 1px solid #0c26d3;
    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: #fff;
    color: #0c26d3;
}
a.navbar-brand.logo {
    max-width: 100px;
}
/********************/
.reinsurance-single-item {
    box-shadow: 0px 0px 4px #324af324;
    width: 100%;
    padding: 20px 20px;
    min-height: 200px;
    margin-top: 30px;
}
/*--------------------------------------------
faq start
--------------------------------------------*/
.footer-card {
    border: 0;
}
.map-heading h2 {
    margin-bottom: 20px;
}

.map-heading {
    margin-top: 55px;
    padding-left: 25px;
}
.card-content {
    margin-top: 40px;
}
.card-content .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 8px #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-content i {
    font-size: 23px;
    color: #0c26d3;
}
/*--------------------------------------------
faq end
--------------------------------------------*/
/*--------------------------------------------
pricing-table start
--------------------------------------------*/
.pricing{
    padding: 60px 0;
}
.price-box {
    text-align: center;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    border-radius: 5px;
    border: 1px solid#eee;
    min-height: 605px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.price-header {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
}
.price-header i {
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 50px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #0c26d3;
    border: 1px solid#eee;
}
.price-header .price {
    font-size: 70px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.price-header h5 {
    font-weight: 400;
}
.line {
    width: 50px;
    background: #0c26d3;
    height: 1px;
    margin: 10px auto;
}
.price-box ul {
    padding: 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid#eee;
    min-height: 230px;
    list-style: none;
}
.price-box ul li {
    padding: 6px 0px;
}
.price-box a {
    margin-bottom: 30px;
    color: #fff ;
    background: #0c26d3;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}
.price-box:hover{
    background-color: #0c26d3;
}
.price-box:hover i,.price-box:hover ul li, price-box:hover .price-header, .price-box:hover h5, .price-box:hover .price {
    color: #fff;
}
.price-box:hover .line{
    background-color: #fff;
}
.price-box:hover a {
    background-color: #fff;
    color: #0c26d3;
}
/*--------------------------------------------
pricing-table end
--------------------------------------------*/