.pricingTable {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 25px 0 0;
    position: relative;
    z-index: 1;
}

.pricingTable:before,
.pricingTable:after {
    content: '';
    background-color: #df0e0e;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}

.pricingTable:after {
    background-color: #e6e6e6;
    width: auto;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
}

.pricingTable .pricingTable-header {
    color: #fff;
    background: #df0e0e;
    height: 150px;
    width: 150px;
    padding: 10px 10px;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 0 -10px 50px -15px rgba(0, 0, 0, 0.2) inset;
    border: 4px solid #fff;
}

.pricingTable .title {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #666;
    font-size: 18px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricing-content li:before {
    content: "\f00c";
    color: #777;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 0;
}

.pricingTable .pricing-content li.disable:before {
    display: none;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: #df0e0e;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    padding: 10px 17px;
    margin: 10px 0 25px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 -10px 50px -10px rgba(0, 0, 0, 0.2) inset;
}

.pricingTable .price-value {
    color: #fff;
    background: #df0e0e;
    padding: 15px 15px;
    box-shadow: 0 -10px 50px -10px rgba(0, 0, 0, 0.2) inset;
}

.validiti {
    font-size: 23px;
    line-height: 40px;
}

.pricingTable .price-value .amount {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    display: block;
}

.pricingTable .price-value .duration {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

.pricingTable.cyan:before,
.pricingTable.cyan .pricingTable-header,
.pricingTable.cyan .pricingTable-signup a,
.pricingTable.cyan .price-value {
    background-color: #20b9bf;
}

.pricingTable.blue:before,
.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue .price-value {
    background-color: #3ba5d6;
}

.ser_contiaer {
  border: 7px solid #f19598 !important;
 
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }

    .terms ul li a {
        font-size: 14px;
        margin: 0px 5px;
    }
}

.terms ul {
    display: inline-flex;
    color: #fff;
}

.terms ul li a {
    color: #fff;
    margin: 0px 5px;
}

/*************************************************/

/************why choose us******************/


.serviceBox {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 25px 15px;
    margin: 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    height: 340px;
    margin-bottom: 30px;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background-color: var(--main-color);
    height: 100%;
    width: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 76%);
}

.serviceBox:after {
    transform: rotateY(180deg);
    left: auto;
    right: -15px;
}

.serviceBox .service-icon {
    color: var(--main-color);
    font-size: 66px;
    margin: 0 0 20px;
}

.serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.serviceBox .description {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
    color: #222;
}

.serviceBox.green {
    --main-color: #7DB000;
}

.serviceBox.yellow {
    --main-color: #FDA111;
}

.serviceBox.pink {
    --main-color: #F34489;
}

.serviceBox.blue {
    --main-color: #1189d7;
}

.serviceBox.red {
    --main-color: #df0e0e;
}

.serviceBox.blue2 {
    --main-color: #1189d7;
}

.serviceBox.green {
    --main-color: #0ed3df;
}


@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 15px 30px;
    }
}

/*****************End**********************/


/*****************************************/

.our-project {
  padding: 50px 0px;
}

.testimonial {
    border: 10px solid #d50300;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
}

.testimonial:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #d50300;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial .title {
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #0e2593;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.testimonial .title:before {
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial .title:after {
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial .description {
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}

.owl-next:before {
    content: "\f061";
}

@media only screen and (max-width: 990px) {
    .testimonial {
        margin: 30px;
    }
    .rgfd {
      font-size: 20px !important;
      color: #fff;
    }
    .carousel-caption{
        top: 26% !important;
        left: 11% !important;
        width: 60% !important;
    }
    .logo img {
      max-width: 250px !important;
    }
}

/****************************************/

.header-style-two {
    background: #0e2593;
}

.sticky-menu .navbar-wrap ul li a {
    color: #000;
}

.sticky-menu .header-action .header-btn .transparent-btn {
    border-color: #0e2593;
    color: #0e2593;

}

.navbar-wrap ul li .sub-menu li .sub-menu {
    left: 315px;
    top: 0px;
}


.blog-area .blog-post-thumb img {
    width: 100%;
    height: 215px;
}

.blog-post-content {
    background: #ededed;
    padding: 20px 15px;
}

.blog-post-thumb {

    border: 2px solid #e8e8e8;
}
.rgfd{
    font-size: 50px;
    color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 40%;

}


.kiughy .col-lg-1{
    width:33% !important;
}

.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
    width: 100%;
  height: 200px;
}
.post-slide .post-img img{
    width: 100%;
    height: 200px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 10px 5px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
