/* CONTACT SECTION */

.grid-70-30 {
    display: grid;
    grid-template-columns: 70% 30%;
}

.get_form_inner {
    display: block;
    padding: 26px 26px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.grid-full {
    margin: 20px 0;
}

.get_form_inner_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.get_say_form {
    display: inline-block;
    padding: 45px 0 25px 30px;
    background: #02377b;
    position: relative;
}

.get_say_form h5 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 40px;
}

.get_say_social-icn {
    display: flex;
    position: absolute;
    bottom: 40px;
}

.get_say_social-icn a {
    font-size: 22px;
    color: #fff;
    padding: 0 20px 0 0;
}

.get_say_info_sec i {
    color: #fff;
    font-size: 32px;
}

.get_say_info_sec>li {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    margin-bottom: 40px;
}

.get_say_info_sec>li a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #162b65;
    border-radius: 5px 0 0 5px;
    transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.get_say_info_sec>li a:hover {
    background-color: #f85508;
}

/* Annimated social Icon */

@media (max-width: 600px) {
    .social_icon {
        transform: scale(0.6);
    }
}

@media (min-width: 601px) and (max-width: 700px) {
    .social_icon {
        transform: scale(0.7);
    }
}

@media (min-width: 701px) and (max-width: 800px) {
    .social_icon {
        transform: scale(0.8);
    }
}

.social_icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.social_icon li {
    margin: 0 40px;
}

.social_icon li a i {
    font-size: 40px;
    color: #555;
    line-height: 80px;
    transition: 0.5s;
}
.social_icon li a i :hover{
    font-size: 40px;
    color: #ffffff !important;
    line-height: 80px;
    transition: 0.5s;
}
.social_icon li a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: 0.5s;
    box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
}

.social_icon li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    height: 100%;
    width: 20px;
    background: #b2b2b2;
    transition: 0.5s;
    transform: rotate(0deg) skewY(-45deg);
}

.social_icon li a::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -10px;
    height: 20px;
    width: 100%;
    background: #e5e5e5;
    transition: 0.5s;
    transform: rotate(0deg) skewX(-45deg);
}

.social_icon li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}

.social_icon li:hover .fa {
    color: #fff;
}

.social_icon li:hover:nth-child(1) a {
    background-color: #3b5999;
}

.social_icon li:hover:nth-child(1) a::before {
    background-color: #2f477a;
}

.social_icon li:hover:nth-child(1) a::after {
    background-color: #4e69a3;
}

.social_icon li:hover:nth-child(2) a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_icon li:hover:nth-child(2) a::before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_icon li:hover:nth-child(2) a::after {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_icon li:hover:nth-child(3) a {
    background-color: #0077b5;
}

.social_icon li:hover:nth-child(3) a::before {
    background-color: #0077b5;
}

.social_icon li:hover:nth-child(3) a::after {
    background-color:#0077b5;
}

.social_icon li:hover:nth-child(4) a {
   background:  #34A853;
}

.social_icon li:hover:nth-child(4) a::before {
   background:  #34A853;
}

.social_icon li:hover:nth-child(4) a::after {
   background:  #34A853;
}

.social_icon li:hover:nth-child(5) a {
    background-color: #285AEB ;
}

.social_icon li:hover:nth-child(5) a::before {
    background-color: #285AEB ;
}

.social_icon li:hover:nth-child(5) a::after {
    background-color: #285AEB ;
}


.social_icon li:hover:nth-child(6) a {
    background-color: #4FCE5D ;
}

.social_icon li:hover:nth-child(6) a::before {
    background-color: #4FCE5D;
}

.social_icon li:hover:nth-child(6) a::after {
    background-color: #4FCE5D;
}

.social_icon li:hover:nth-child(7) a {
    background-color: red;
}

.social_icon li:hover:nth-child(7) a::before {
    background-color: red;
}

.social_icon li:hover:nth-child(7) a::after {
    background-color: red;
}
.social_icon li:hover:nth-child(8) a {
    background-color: #e4405f;
    color: white !important;
}

.social_icon li:hover:nth-child(8) a::before {
    background-color: #b6334c;
    color: white !important;
}

.social_icon li:hover:nth-child(8) a::after {
    background-color: #e6536f;
    color: white !important;
}
/* Blog PAGE */
.blog_title {
    font-size: 20px;
    height: 50px;
    color: #015bcf;
    font-weight: 600;
    font-family: 'bootstrap-icons';
}
.blog_title_one{
    font-size: 25px;
    height: 63px;
    color: #015bcf;
    font-weight: 600;
    font-family: 'bootstrap-icons';
}
.blog_img {
    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
}

.blog_card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;

}

/* PRICING */

.pricingTable {
    color: var(--main-color);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0 0 50px;
    position: relative;
    z-index: 1;
}

.pricingTable:before,
.pricingTable:after {
    content: "";
    background: #015bcf;
    width: 100%;
    height: calc(100% - 100px);
    border-radius: 20px 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.pricingTable:after {
    background: #fff;
    width: calc(100% - 30px);
    height: calc(100% - 1px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.pricingTable .pricingTable-header {
    color: #fff;
    background: #015bcf;
    width: calc(100% - 70px);
    border-radius: 0 0 50px 50px;
    padding: 10px 0;
    margin: 0 auto 30px;
}

.pricingTable .title {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .price-value {
    margin: 0 0 30px;
}

.pricingTable .price-value .amount {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    display: block;
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 25px;
    letter-spacing: .5px;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin: 0;
}

.pricingTable .pricing-content li:before {
    color: var(--main-color);
    background-color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    line-height: 21px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: #015bcf;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 35px;
    border-radius: 50px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: -2px 2px 1px #000;
}

.pricingTable.blue {
    --main-color: #21475C;
}

.pricingTable.magenta {
    --main-color: #971F45;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 58px;
    }
}

/* Learn and Grow */
.contact_card {
    border-radius: 10px;
    width: 389px;
    height: 684px;
    margin-left: -225px;
}
    .contact_card_two {
        /* height: 450px; */
        width: 116%;
        margin-left: -124px;
    }
.btn-learn-grow {
    background: rgb(16, 9, 98);
    color: white;
}

.btn-learn-grow:hover {
    background: rgb(16, 9, 98);
    color: white;
}

/* Learn and Grow Apply Now Page */
.contact_card_one{
    border-radius: 30px;margin-left:0px;width:128%; }
    
@media (min-width:1919px) {
    .contact_card_one {
        width: 53% !important;
    }
}
 /* nest hub max  */

  @media  (min-width:1026) and (max-width:1406){
    .contact_card_one {
     width:86% !important;
  }
  }
@media (min-width:992px) and (max-width:1278px) {
    .contact_card_one {
        width: 94% !important;
        margin-left: 130px !important;
    }
}

@media (min-width:1279px) and (max-width:1326px) {
    .contact_card_one {
        width: 78% !important;
        margin-left: 130px !important;
    }
}

@media (min-width:1330) and (max-width:1919px) {
    .contact_card_one {

        margin-left: 117px;
        width: 67%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

.contact_card_one {
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 72%;
    margin-left: 110px;
}
.footerbg1{
    /* background-color: black; */
    background-color: #02377b;
  }
  .input_border_h{
    border-top: none;
    border-left: none;
    border-left: none;
    border-right: none;
    /* border-bottom: none; */
    box-shadow: none !important;
    border-bottom: 2px #02377b solid;
    border-radius: 1px !important;
  }
  /* services page */
  .text_underline {
    text-underline-offset: 5px;
    text-decoration: underline;
}
.text_underline:hover {
    text-underline-offset: 5px;
    text-decoration: underline;
}
.ecommers_icon{
    color: #02377b;
    font-size: 62px;
  }
.f-right {
    float: right;
}
/* ABOUT SECTION */




.about-section .content-column .inner-column{
	position:relative;
	/* padding-top:50px; */
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:10px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	/* margin-bottom:50px; */
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:8px solid #0d2f6f;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
    height: 368px;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#0d2f6f;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #0d2f6f;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #0d2f6f;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 10px;
}
.sec-title .title {
    position: relative;
    color: #0d2f6f;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}
/* Carrer PAGE */
.carrer_card{
    background-color: rgb(255, 255, 255);
    border-bottom: 5px #02377b solid;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.carrer_card img{
height:-webkit-fill-available;
width: 100%;
border-right: 4px solid #02377b;
}
.carrer_card p{
    font-family: system-ui;
}
.carrer_card_title{
    color: #02377b;
    font-size: 16px;
}


 /* ACHIVMENT PAGE CSS */
 .achievement_card{
    background: linear-gradient(transparent 30px, #f4f4f4 30px);
    font-family: 'Nunito', sans-serif;
    padding: 15px 0 20px;
    border-radius: 15px;
}
.achievement_card .service-content{
    background: linear-gradient(#38D3FF, #1840BC);
    padding: 6px 5px;
    margin: 0 0 25px;
    border-radius: 15px;
    box-shadow: 0 10px 5px rgba(24, 64, 188, 0.3);
}
.achievement_card .service-icon{
    color: #082239;
    background-color: #e6e9ec;
    font-size: 48px;
    text-align: center;
    line-height: 85px;
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    border-radius: 50%;
    transform: translateY(-15px);
}
.achievement_card .title{
    color: rgb(0 102 160);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}
.achievement_card .title:before{
    content: '';
    /* background-color: rgba(0,0,0,0.2); */
    /* height: 2px; */
    /* width: 150px; */
    /* margin: 0 auto 10px; */
    /* display: block; */
    /* clear: both; */
}
.achievement_card .description{
    color: #082239;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin: 0 15px;
}
.achievement_card .description:after{
    content: '';
    background: linear-gradient(to right,#38D3FF, #1840BC);
    height: 3px;
    width: 50%;
    margin: 20px auto 0;
    display: block;
    clear: both;
}
/* .achievement_card.pink .service-content{
    background: linear-gradient(#FEBF4B, #DA316C);
    box-shadow: 0 10px 5px rgba(218, 49, 108, 0.3);
}
.achievement_card.pink .description:after{ background: linear-gradient(to right,#FEBF4B, #DA316C); }
.achievement_card.purple .service-content{
    background: linear-gradient(#A86FFE, #804AF8);
    box-shadow: 0 10px 5px rgba(128, 74, 248, 0.3);
} */
/* .achievement_card.purple .description:after{ background: linear-gradient(to right, #A86FFE, #804AF8); }
.achievement_card.blue .service-content{
    background: linear-gradient(#0083B7, #00639E);
    box-shadow: 0 10px 5px rgba(0, 99, 158, 0.3);
} */
.achievement_card.blue .description:after{ background: linear-gradient(to right, #0083B7, #00639E); }
@media only screen and (max-width:990px){
    .achievement_card{ margin: 0 0 30px; }
}
 .text_clamp_one {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
 
.text_clamp_two {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_clamp_three {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* ABOUT US PAGE */


.about_us_four_card{
    color: #999;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 0 15px;
    /* height: 430px; */
    position: relative;
}
.about_us_four_card:before,
.about_us_four_card:after{
    content: "";
    background: #06326b;
    width: 150px;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.about_us_four_card:after{
    width: 80%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    top: auto;
    bottom: 0;
    clip-path: none;
}
.about_us_four_card .service-content{
    background: #fff;
    padding: 25px 20px;
    height:390px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about_us_four_card .service-content:before{
    content: "";
    background:#06326b;
    width: 128px;
    height: 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.about_us_four_card .service-icon{
    color: #77787a;
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 7px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}
.about_us_four_card .service-icon:before{
    content: "";
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.about_us_four_card .title{
    color: #06326b;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.about_us_four_card .description{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.about_us_four_card.green:before{ background: #719e2a; }
.about_us_four_card.green:after,
.about_us_four_card.green .service-content:before{
    background: #85bc16;
}
.about_us_four_card.green .title{ color: #85bc16; }
@media only screen and (max-width:990px){
    .about_us_four_card{ margin: 0 0 30px; }
}
.website_text{
    color: #083978;
}
.website_bg{
    background-color: #083978;
}
.seven_step_bg{
    background-color: rgb(0 0 0 / 90%);
}
/* FAQ */

.about_nine_point{
    text-align: center;
    background-color: rgb(0 0 0 / 90%);
    padding-top: 30px;
    padding-bottom: 30px;
    height: 458px;
    /* margin-bottom: 50px; */
    border-top: 4px solid #06326b;
}


@media screen and (orientation: landscape) {
    .carousel img {
      height: 100vh;
    }
  }
  .Fast_set_up_img_card{
    border-radius: 22px 22px 0px 0px;
  }
  .Fast_set_up_img{
    height: 200px;
    width: 100%;
    border-radius: 22px 22px 0px 0px;
  }
  .icon_font_size {
    font-size: 52px;
    color: #ffffff;
    margin-top: 20px;
}
.letter {
    font-family: "Trirong", serif;
    color: #ffffff;
    font-size: 40px;
    /* text-decoration-line: underline; */
}
.about_img{
    width:100%; height:400px;
  }
  :root{
    --white: #fff;
    --black: #000;
    --color_1: #A51A44;
    --color_2: #1DA493;
    --color_3: #0BA4C4;
    --color_4: #EC8F0E;
}

.counter{
    padding: 20px;
    background: linear-gradient(to bottom, #06326b, #06326b);
    border-radius: 50px;
    text-align: center;
    position: relative;
}
.counter:before,
.counter:after{
    content: "";
    width: 10px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #aaaeb1;
    background: #fff;
    background-image: repeating-linear-gradient( transparent, transparent 2px, #c9cbcc 2px, #c9cbcc 4px);
    z-index: 1;
    position: absolute;
    top: -14px;
    left: 20%;
}
.counter:after{
    left: auto;
    right: 20%;
}
.counter .counter-content{
    padding: 50px 0 9px;
    background: #ffffff;
    border-radius: 45px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    position: relative;
}
.counter .counter-content:before{
    content: "";
    width: 100%;
    height: 40px;
    background: #0347a1;
    border-radius: 45px 45px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.counter .counter-value{
    display: block;
    font-size: 45px;
    font-weight: 700;
    color: #0364a0;
    margin-bottom: 10px;
}
.counter .title{
    font-size: 18px;
    font-weight: 600;
    color: #0364a0;
    text-transform: uppercase;
}
@media only screen and (max-width: 990px){
    .counter{ margin-bottom: 30px; }
}
/* OUR WORK */

  

  
  .listar-map-button {
    width: 100%;
    position: absolute;
    display: table;
    right: 0;
    top: 0;
    height: 200px;
    line-height: 164px;
    white-space: nowrap;
    font-size: 0;
  }
  
  .listar-map-button {
    right: auto;
    /***
      box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
  }
  
  .listar-page-header-content .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  

  
  .listar-feature-item-wrapper {
    /* margin-bottom: 120px; */
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item {
    height: calc(100% - 20px);
  }
  
  .listar-feature-item.listar-feature-has-link
    ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
  }
  
  .listar-feature-item a {
    position: absolute;
    top: -12px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .listar-feature-item .listar-feature-item-inner {
    padding: 50px 30px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
  }
  
  .listar-feature-item .listar-feature-item-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    border: 0;
    /* box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
      10px 0px 10px rgba(80, 80, 80, 0.02); */
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
  }
  
  .listar-feature-items {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    border: 11px solid #2f53bf;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before,
  .listar-hovering-features-grey
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid #258bd5;
    border-radius: 800px;
    left: -50%;
  }
  
  .listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    height: calc(100% + 100px);
  }
  
  .listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
  }
  
  .listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
  }
  
  .listar-feature-icon-inner div {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: left;
  }
  
  .listar-feature-icon-inner img {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 55px;
  }
  
  .listar-feature-item img,
  .listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #258bd5;
  }
  
  .listar-feature-with-image .listar-feature-content-wrapper {
    top: 0;
  }
  .listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
  }
  
  .listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }
  
  .listar-feature-item
    .listar-feature-item-title.listar-feature-counter-added
    > span {
    margin-left: 25px;
    border-radius: 0 50px 50px 0;
  }
  
  .listar-feature-item .listar-feature-item-title > span {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title > span span {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -3px;
    left: -40px;
    border-radius: 50px;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title span {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-shadow: none;
    border-radius: 50px;
    color: #252525;
    font-size: 18px;
  }
  
  .listar-feature-item-excerpt {
    padding: 0 20px;
  }
  
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .pset {
    padding-top: 80px;
    /* padding-bottom: 80px; */
  }
  
  .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-map-button-text span:after {
    border: 12px solid #fff;
  }
  
  .listar-map-button-text span:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 36px;
  }
  
  .listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #258bd5;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
  }
  .ec_4th_img{
    border-top-left-radius: 157px;
    height: 318px;
    width: 100%;
  }
  .ec_4th_img_h2{
    font-size: 53px; font-weight: 600;color: #06326b;
  }
  

  /* contact */
  .contact_email_Box{
    color:#06326b;
    background: white;
    font-family: 'Roboto', sans-serif;
    /* text-align: center; */
    padding: 24px 29px 35px ;
    border-radius: 20px 20px 0 0;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.contact_email_Box:before,
.contact_email_Box:after{
    content: "";
    background: #06326b;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    z-index: -1;
}
.contact_email_Box:after{
    background: #fff;
    height: 40px;
    bottom: 21px;
    left: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.contact_email_Box .title{
    color:#00639E;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
    font-family: 'Roboto';
}
.contact_email_Box .description{
    color: #000000;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    font-family: sans-serif;
    /* margin: 0 0 7px; */
}
.contact_email_Box .service-icon{
    color: #06326b;
    font-size: 45px;
    text-align: center;
}
.contact_email_Box .service-icon:before,
.contact_email_Box .service-icon:after{
    content: "";
    background: linear-gradient(to top left, var(--dark-color) 45%, transparent 50%);
    width: 10px;
    height: 12px;
    position: absolute;
    left: -10px;
    bottom: 60px;
}
.contact_email_Box .service-icon:after{
    transform: rotateY(180deg);
    left: auto;
    right: -10px;
}
.contact_email_Box.yellow{
    --main-color: #F09018;
    --dark-color: #B46F12;
}
.contact_email_Box.purple{
    --main-color: #a55eea;
    --dark-color: #8854d0;
}
.contact_email_Box.blue{
    --main-color: #1291B2;
    --dark-color: #1B6070;
}
@media only screen and (max-width: 1199px){
    .contact_email_Box{ margin: 0 10px 30px; }
}
  
  