@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif;
}

.btn-explore-more,
.btn-explore-more:hover {
    text-decoration: none;
    color: #0690FF;

    font-size: 14px;
}

.btn-blue {
    background-color: #0690FF;
    color: #fff !important;
    border-radius: 50px;
    font-size: 16px;
}

.btn-blue:hover{background-color: #233645 !important;}

.back-text {
    font-size: 125px;
    font-weight: bold;
    background: #FFFFFF;
    background: linear-gradient(to top, transparent 30%, #DADBDC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-text {
    position: relative;
}

.text-content {
    position: absolute;
    top: 70px;
    width: 100%;
}

.text-content h6 {
    font-size: 18px;
    color: #0690FF;
}

.text-content h4 {
    font-size: 32px;
    color: #233645;
}


/*********Navigation************/


header.main-header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar ul.navbar-nav li {
    padding: 0 15px;
}

.navbar ul.navbar-nav li a {
    font-size: 16px;
    color: #fff;
}

.navbar ul.navbar-nav li a.nav-link.active {
    color: #fff;
    font-weight: 500;
}

.navbar .right-menus {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
    margin: 0;
}

.navbar  button.navbar-toggler {
    background-color: #fff;
}

/**************** Banner Slider ************************/
#carouselPowell .carousel-caption {
    bottom: 7.5rem !important;
    max-width: 400px;
    margin-left: 60px
}

#carouselPowell .carousel-caption h5 {
    font-size: 42px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 10px #000;
}

#carouselPowell .carousel-caption p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    text-shadow: 0 0 10px #000;
}

#carouselPowell .carousel-caption h5 span {
    color: #017DFF;

}

#carouselPowell ul.banner-button {
    list-style: none;
    display: flex;
    justify-content: start;
    padding: 0;
}

#carouselPowell ul.banner-button li {
    margin-right: 20px
}

#carouselPowell ul.banner-button li:first-child a {
    text-decoration: none;
    background: #fff;
    padding: 10px;
    color: #141414;
    border-left: 3px solid #FD8D5E;
    border-radius: 0
}

#carouselPowell ul.banner-button li:last-child a {
    text-decoration: none;
    background: #141414;
    padding: 10px;
    color: #fff;
    border-left: 3px solid #FD8D5E;
    border-radius: 0
}


/**** PEACE MIND *****/
.peace-mind {
    border-bottom: 1px solid #ddd;
}

.peace-mind .col-lg-3:not(:last-of-type) {
    border-right: 1px solid #ddd;
}

.peace-mind .peace-mind-content h4 {
    font-size: 20px;
}

.peace-mind .peace-mind-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;

}

.peace-mind .peace-mind-box div {
    margin: 0 8px;
}

.peace-mind .peace-mind-content p {
    font-size: 12px;
}

/***About Callas***/

.about-callas-content {
    position: relative;
}

.about-callas-text {
    position: absolute;
    top: 70px;
}

.about-callas .about-callas-text h6 {
    font-size: 16px;
    color: #017DFF;
}

.about-callas .about-callas-text h4 {
    font-size: 32px;
    color: #233645;
}

.about-callas .about-callas-text p {
    color: #000;
    font-size: 16px;
}

.about-callas ul.about-button {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 0px
}

.about-callas ul.about-button li {
    margin: 0 10px;
}

.about-callas ul.about-button li a.phone-number {
    text-decoration: none;
    color: #000;
}

/* *****Services**** */

.services {
    background: #F4F9FC;
}

.services .services-box {
    position: relative;
}

.services .services-content {
    position: absolute;
    top: 4%;
    right: 0;
    max-width: 250px;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px #ddd;
}

.services .services-content img {
    width: 40px !important;
    margin-bottom: 10px;
}

.services .services-box img {
    width: 100%;
    max-width: 250px;
}

.services .services-content h4 {
    font-size: 18px;
    color: #233645;
}

.services .services-content p {
    font-size: 14px;
    color: #000;
    min-height: 110px;
}

/***Happy customer count***/

.intro-count {
    position: relative;
    z-index: 99;
}

.intro-count h2 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.intro-count .container {
    background-color: #0D529B;
    padding: 30px;
    border-radius: 30px;
}

.intro-count h2 span {
    font-size: 20px;
    font-weight: 500;
}

.intro-count .col-lg-3:not(:last-of-type) {
    border-right: 1px solid #ffffff57;
}

/************Testimonials*************/
#testimonials {
    background: #0966C8;
    margin-top: -50px;
    padding: 100px 0 50px;
}

#testimonials h6 {
    font-size: 16px;
    color: #0690FF;
    text-align: center;
}

#testimonials h2 {
    font-size: 32px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

#testimonials-slider p {
    font-size: 18px;
    text-align: justify;
    color: #fff;
    line-height: 1.6;
    padding: 10px 0;
}

#testimonials-slider .testimonials-clients p strong {
    color: #fff;
    font-size: 18px
}

#testimonials-slider .testimonials-clients p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#testimonials-slider .item {
    padding: 24px;
    max-width: 840px;
    margin: 40px auto;
    border-radius: 30px;
    background: #3995F5;
}

#testimonials-slider .testimonials-clients p {
    margin-bottom: 0px;
}

#testimonials-slider .item img {
    width: 100%;
    max-width: 31px;
}

#testimonials-slider .testimonials-clients {
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
}

#testimonials-slider ul.testimonials-clients li {
    margin-right: 20px;
}

#testimonials-slider .testimonials-clients img {
    width: 100%;
    max-width: 61px;
    ;
}

/***********Owl Carousel Nav arrow css************/

#testimonials-slider .owl-nav .owl-next {
    position: absolute;
    left: 80px;
    bottom: 0;
    /*border: 2px solid #000;*/
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    font-size: 20px;
    border-radius: 50px;
    line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    left: 22px;
    bottom: 0;
    /*border: 2px solid #000;*/
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #fff;
    transition: all 0.3s;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev:hover .fas,
#testimonials-slider .owl-nav .owl-next:hover .fas {
    color: #FD8D5E;
}

#testimonials-slider .owl-nav .owl-prev .fas {
    font-size: 16px;
    color: #000;
    padding: 0 !important;
}

#testimonials-slider .owl-nav .owl-next .fas {
    font-size: 16px;
    color: #000;
    padding: 0 !important;
}

#testimonials-slider .owl-nav {
    margin-top: 30px;
}

/* Testimonials Dots css */



#testimonials-slider .owl-dots {
    text-align: center;
    display: block;}

#testimonials-slider .owl-dots button.owl-dot.active span,
#testimonials-slider .owl-dots button.owl-dot:hover span {
    background-color: #fff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 1px;
    left: 1px;
}

#testimonials-slider .owl-dots button.owl-dot {
    border: 1px solid #017eff;
    background: #017eff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: relative;
    margin: 0 5px;
}

/****WHY CHOOSE US****/

.why-choose {
    position: relative;
    overflow: hidden;
}

.why-right {
    position: absolute;
    right: -16%;
    top: 20%;
    z-index: 00;
}

.why-choose .why-choose-content {
    position: relative;
    z-index: 99;
}

.why-choose .why-choose-content img {
    position: absolute;
    top: 70px;
    right: 0;
}



.why-choose ul.why-choose-list {
    list-style: none;
    display: flex;
    justify-content: end;
    /*position: absolute;
    left: 20%;
    z-index: 99;*/
}

.why-choose .why-choose-listcontent {
    width: 100%;
    max-width: 410px;
    padding: 15px 20px;
    border: 1px solid #0690FF;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.why-choose .why-choose-listcontent p span {
    color: #017DFF;
}

.why-choose ul.why-choose-list li {
    margin: 0 20px;
}
.why-choose-right {
    position: relative;
    z-index: 99;
}

/*** Get insur***/

.get-insurance {
    background-image: url(../images/get-insurancebg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.get-insurance figure img {
    position: absolute;
    bottom: -2px;
}

.wpcf7-response-output {
    color: #fff !important;!i;!;
}

.get-insurance .get-insurance-content h6 {
    color: #0690FF;
    font-size: 18px;
}

.get-insurance .get-insurance-content h2 {
    font-size: 32px;
    color: #fff;
}

.get-insurance .get-insurance-content h2 span {
    color: #017DFF;
}

.get-insurance .get-insurance-content .form-label {
    color: #508AC0;
}

.get-insurance .get-insurance-content button {
    border-radius: 0;
    height: 40px;
}

/**** Blog *****/

.blog {
    background: #0690ff05;
}

.blog .card h5.card-title {
    font-size: 20px;
    color: #233645;
}

.blog .card {
    border: none;
}

.blog .card p.card-date {
    font-size: 14px;
    color: #0690FF;
}

.blog .card a.btn.btn-explore-more {
    color: #6D6D6D;
}

/************CopyRight **********/
#footer {
    background: #017DFF;
}

.footer-about p {
    color: #B1B1B1;
    font-size: 14px;
    padding: 20px 20px 20px 0
}

.footer-links h4 {
    font-size: 20px;
    color: #fff;
}

#footer ul.footer-menus {
    border-right: 1px solid #fff;
    padding: 0 5px;
    min-height: 177px;
}

.footer-links:not(:last-of-type) {
    border-right: 1px solid #fff;
}

#footer ul.footer-menus li {
    list-style: none;
    line-height: 2.2;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#footer ul.footer-menus li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}


.copyright {
    text-align: center;
}

.copyright p {
    color: #fff;
}

.copyright p a {
    background-color: #4EA4FE;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 50px;

}

.footer input[type="email"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 15px 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

.footer .inputWithIcon {
    position: relative;
}

.footer .inputWithIcon i {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 9px 8px;
    color: #017DFF;
    transition: 0.3s;
}

.footer .subscribe h2 {
    font-size: 32px;
    color: #fff;
}

.footer .subscribe p {
    font-size: 16px;
    color: #fff;
}

/* Services and Blog Carousel Nav css */

.blog .owl-carousel .owl-nav.disabled,
.services .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
}

.blog .owl-nav .owl-next,
.services .owl-nav .owl-next {
    /* position: absolute;
    left: 80px;
    bottom: 0;
    border: 2px solid #000;
    z-index: 5;
    */
    text-align: center;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #d6f2fe !important;
    color: #0490ff;
    transition: all 0.3s;
    margin: 0 5px;
}

.blog .owl-nav .owl-prev,
.services .owl-nav .owl-prev {
    /* position: absolute;
    left: 22px;
    bottom: 0;
    border: 2px solid #000;
     z-index: 5;
    */
    text-align: center;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #d6f2fe !important;
    transition: all 0.3s;
    color: #0490ff;
    margin: 0 5px;

}

.blog .owl-nav .owl-prev:hover .fas,
.services .owl-nav .owl-prev:hover .fas,
.blog .owl-nav .owl-next:hover .fas,
.services .owl-nav .owl-next:hover .fas {
    color: #0D529B;
}

.blog .owl-nav .owl-prev .fas,
.services .owl-nav .owl-prev .fas {
    font-size: 16px;
    color: #0490ff;
    padding: 0 !important;
}

.blog .owl-nav .owl-next .fas,
.services .owl-nav .owl-next .fas {
    font-size: 16px;
    color: #0490ff;
    padding: 0 !important;
}

.blog .owl-nav,
.services .owl-nav {
    margin-top: 30px;
    text-align: center;
}


/*******Responsive********/


@media screen and (max-width: 1199px) and (min-width: 992px) {

#carouselPowell .carousel-caption h5 {
    font-size: 30px;
    color: #fff;
    text-align: left;}

  #carouselPowell .carousel-caption { bottom: 5.5rem !important;}  

}

@media screen and (max-width: 991px) and (min-width: 768px) {

    #carouselPowell .carousel-caption h5 {  font-size: 24px;}
    #carouselPowell .carousel-caption { bottom: 0rem !important; max-width: 100%;}  
}

@media screen and (max-width: 991px) {
.home .services {
    background: #F4F9FC;
    margin-top: 225px;}
    .peace-mind .peace-mind-box {
       justify-content: start;
       align-items: center;}
       .peace-mind .col-lg-3 {
    border-right: 1px solid #ddd;}
    .why-choose-right{margin-top: 110px;}
    .page-template-about .about-callas-text {
    position: relative;
    top: 0px;}
    .navbar-collapse {
    background-color: #01121af0;}
.menu-item-has-children::before{right: 3px;}
}

@media screen and (max-width: 767px) {
    #carouselPowell .carousel-item {  height: 500px !important;}
#carouselPowell .carousel-item img {  object-fit: cover;    min-height: 500px !important;}
 #carouselPowell .carousel-caption h5 { font-size: 24px;}
#carouselPowell .carousel-caption { bottom: 1rem !important; max-width: 100%;}  
.home .services .services-content{position: relative; min-height: 280px;}
.copyright p{line-height: 2.5;}
#footer ul.footer-menus{border: none;}
#carouselPowell .carousel-caption{margin-left: 0px;}
.get-insurance figure img {  position: relative !important; bottom: -18px !important; }

    }

    @media screen and (max-width: 556px) {
.back-text{font-size: 70px;}
 #carouselPowell .carousel-caption h5 {  font-size: 20px;}
 #carouselPowell .carousel-caption { bottom: 3rem !important; max-width: 100%;} 
.home .services{margin-top: 410px;}
 .services .services-box {
    position: relative;    
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     margin-top:50px;}
     .services .services-content{position: relative;}
     .why-choose .why-choose-content p {
    margin-top: 80px;
}
.why-choose ul.why-choose-list{position: relative; left: 0;}
#footer ul.footer-menus{min-height: auto;}
.peace-mind .col-lg-3:not(:last-of-type), .peace-mind .col-lg-3, .intro-count .col-lg-3:not(:last-of-type){border: none;}
.why-choose-right{margin-top: 0px;}


    }

    /********About Us******/

    .inner-banner {
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-position: unset;
}

.inner-banner h1 {
    margin-top: 185px;
    color: #fff;
}
.inner-banner p{color: #fff;}


