@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none !important;
        outline: none !important;
        box-shadow: none !important;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{text-decoration: none !IMPORTANT;} 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 .w-f-bg .wpcf7-form-control {
    padding: 10px !IMPORTANT;
}
.w-f-bg .wpcf7-select {
    font-size: 14px !IMPORTANT;
}
 .w-f-bg .wpcf7-form-control:placeholder {
    color: #161616;
    font-size: 14px;
    opacity: 1;
}
input:placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
input::placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
  
.post, .page {
    margin: 0px !important;
}

 .before-l:before {
    position: absolute;
    content: '';
    border: 10px solid #fe800561;
    width: 355px;
    height: 490px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.po-b {
    position: absolute;
    bottom: -4.5em;
    z-index: 99;
}

.bg-be:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 44%);
    top: 0;
    bottom: 0;
    right: 0;
    width: 58%;
    opacity: 1;
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.team-block .inner-box .image-box {
    position: relative;
    display: block;
    background: #1072f8;
    overflow: hidden;
}
.team-block .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.team-block .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 28px 15px 24px 15px;
    transition: all 500ms ease;
}
.team-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background: #fe8005;
    transition: all 500ms ease;
}
.team-block:hover .inner-box .lower-content:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.team-block .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    color: #1072f8;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 500ms ease;
}
.team-block .inner-box .lower-content h4 a {
    color: #fff;
}
.team-block .inner-box .lower-content {
    background: #1072f8;
}
.team-block:hover .inner-box .lower-content .designation {
    color: #000;
}
.team-block .inner-box .lower-content .designation {
        font-size: 14px;
    position: relative;
    display: block;
    color: #fff;
    transition: all 500ms ease;
}
.team-block:hover .inner-box .lower-content h4, .team-block:hover .inner-box .lower-content h4 a {
    color: #000;
}
.po-r {
    position: relative;
    z-index: 2;
}
.w-f-bg {
    margin: 0px !important;
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 10px 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.wpcf7-submit {
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 22px !important;
    height: 50px;
    background: #1072f8 !IMPORTANT;
}
.wpcf7-submit:hover {
    background:#fe8005 !important;
    color: #000 !important;
}

.bd-blog-content h4 a {
    font-size: 19px;
    color: #000;     
}
.bd-blog-content h4 a:hover {
    color: #1072f8;
}
.bd-blog-content-title {
    margin: 20px 0;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height:27px;
}
.date-t {
    font-size: 14px;
    color: #858585;
    font-weight: 400;
}
.po-r-z {
    position: relative;
   
}
.w-f-bg {
    position: relative;
    z-index: 2;
}
.client .owl-nav {
    position: initial;
    top: -7em;
    right: 3em;
	
     
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.client .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #1072f8 !IMPORTANT;
    border: 1px solid #1072f8 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1072f8 !IMPORTANT;
}
.client .owl-nav button:hover{background: #1072f8 !important; border: 1px solid #1072f8 !IMPORTANT;color: #fff !IMPORTANT;}
.item-testimonial {
    border: 1px solid #d5d5d5;background: #fff;
}
.wrap-author {
    padding: 20px;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
}
.content {
    width: 100%;
}
.icon-user-img {
    width: 67px;
    height: 55px;
     
}
.item-testimonial .description {
    padding: 20px;
}
.item-testimonial .description p {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0px;
    color: #121212;    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 26px;
}
.content .name {
    color: #1072f8;
    font-size: 17px;
    font-weight: 600;
}
.content .position {
    font-size: 14px;
    font-weight: normal;
    color: #8b8b8b;
}
.wrap-author:before{ content:"";}
.wrap-author:before {
    content: "";
    position: absolute;
    width: 97px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1072f8;
}
.wrap-author {
    position: relative;
}
.icon-user-img {
    position: relative;
}


.subbanners {
    padding: 12% 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.subbanners:before {
    content: "";
    position: absolute;
    left: 0;
    background: #1072f8;
    width: 40%;
    height: 73%;
    bottom: 0;
    border-radius: 0px 73px 0px 0px;
    border-bottom: 3px #000;
}

section.subbanner2:before {
    content: "";
    position: absolute;
    background-color: #1072f8;
    
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 34%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.min-title h1 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.breadcrumb-link span {
    color: #fff;
    
}
.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
   
    margin-left: 10px;
}
.breadcrumb-link a {
    color:#fff;
    position: relative;
     
}
 
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #fff;
}
.breadcrumb-link {
    display: flex;font-weight: 600;
}


.subbanners:after {
    content: "";
    position: absolute;
    background-image: url(../images/line.png);
    width: 42%;
    height: 37%;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.tab-t-p p {
    text-align: center;
    color: #292929;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}
.tab-t-p .ekit-icon-image img {
    width: 60px;
    margin-bottom: 10px;
}

h5.min-line {
    font-size: 25px;
   }
.det-auth span:first-child {
    margin-right: 15px;
}
.det-auth span i {
    color: #1072f8 !important;
}
.det-auth span {
    text-transform: capitalize;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 15px;
}

.heading-t h4 {
    padding-left: 15px;
    border-left: 3px solid #1072f8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.new-pd{padding: 30px 15px !Important;}






.goals-carousel .owl-nav {
    position: initial;
    top: -7em;
    right: 3em;
	
     
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.goals-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #1072f8 !IMPORTANT;
    border: 1px solid #1072f8 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1072f8 !IMPORTANT;
}
.goals-carousel .owl-nav button:hover{background: #1072f8 !important; border: 1px solid #1072f8 !IMPORTANT;color: #fff !IMPORTANT;}



.team-carousel .owl-nav {
    position: absolute;
    top: -9em;
    right: 0px;
	
     
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.team-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #1072f8 !IMPORTANT;
    border: 1px solid #1072f8 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1072f8 !IMPORTANT;
}
.team-carousel .owl-nav button:hover{background: #1072f8 !important; border: 1px solid #1072f8 !IMPORTANT;color: #fff !IMPORTANT;}


.po-b4 {
    position: absolute;
    bottom: -11.6%;
    z-index: 9;
}
.service-content-wrap {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.service-post-thumbnail {
    width: 25%;
    height: 100px;
    display: inline-block;
    float: left;
}
.service-content-content {
    width: 75%;
    float: left;
    padding-left: 15px;
    display: inline-block;
    padding-top: 9px;
}
.service-content-content h2 {
    font-size: 19px;
    font-weight: 500;
	display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;    line-height: 19px;
}
.service-content-content .service-excerpt p {
    font-size: 15px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 22px;
    color: #535353;
    font-weight: 400;
}
.service-post-thumbnail img {
    border-radius: 16px 16px 44px 44px;
}

.link-t {
    color: #747474;
    font-style: italic;
    margin-bottom: 0px;
}

.l-f .elementor-counter-number {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.l-f .elementor-counter-number-suffix {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}



.work-content-wrap {
    padding: 25PX;
    border: 2px solid #dbdbdb;
    padding-bottom: 140px;
    position: relative;
}
.work-content-content h2{display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;    line-height:29px;
    margin-bottom: 5px;}
.work-content-content h2 a {
    font-size: 18px;font-weight: 600;
}
.work-excerpt p {
    font-size: 15px;
    font-weight: normal;
    color: #121212;
    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 40px;
}
.work-post-thumbnail {
    position: absolute;
    left: 23px;
    width: 100%;
}
.work-content-wrap:hover {
    background: #1072f8;
    border-color: #1072f8;
}
.work-content-wrap:hover .work-excerpt p{ color:#fff;}
.work-content-wrap:hover .work-content-content h2 a{ color:#fff;}
.work-content-wrap:hover .icon-m{background: #1072f8;}
.work-content-wrap:hover .icon-m i{color: #fff;}

.work-style-4 {
    padding: 0px 25px;
}

.icon-m {
    position: absolute;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #fe8005;
    line-height: 60px;
    text-align: center;
}
.icon-m i:before{
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(45deg);  display: block;
    
}
.icon-m i {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
    display: block;
    text-decoration: none;
}
.work-style-42 {
    padding: 0px 10px;
}
.work-carousel .owl-stage-outer{overflow-y: inherit;
    min-height: 410px;
    max-height: 410px;}
 
.work-carousel .owl-nav {
    position: initial;
    top: -7em;
    right: 3em;
	
     
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.work-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #1072f8 !IMPORTANT;
    border: 1px solid #1072f8 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1072f8 !IMPORTANT;
}
.work-carousel .owl-nav button:hover{background: #1072f8 !important; border: 1px solid #1072f8 !IMPORTANT;color: #fff !IMPORTANT;}
.bg-y:before {
    content: "";
    position: absolute;
    width: 40%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fe8005;
    z-index: 1;
}

.testimonial-one__single {
  position: relative;
  display: block;
  padding: 40px 50px 41px 121px;
  background-color: rgb(255, 255, 255);
  
  margin-left: 64px;
  border-left: 5px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover {
  border-left: 5px solid #fe8005;
}

.testimonial-one__client-img-box {
  position: absolute;
  left: -70px;
  top: 50px;
}

.testimonial-one__img {
  position: relative;
  display: inline-block;
  width: 140px;
  border-radius: 50%;
}

.testimonial-one__img img {
  width: 100% !important;
  border-radius: 50%;
}

.testimonial-one__icon-box {
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
}

.testimonial-one__icon-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 67px;
  height: 67px;
  background-color: #fe8005;
  border-radius: 50%;
  color: #1c1c1c;
}
.testimonial-one__content-text {
    font-size: 15px;
    font-weight: normal;
    color: #525252;
    display: -webkit-box!important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 25px;
    
} 

.testimonial-one__rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.testimonial-one__rating-icon {
  position: relative;
  display: flex;
  align-items: center;
  top: -3px;
}

.testimonial-one__rating-icon i {
  font-size: 15px;
  color: #fe8005;
}

.testimonial-one__user {
  position: relative;
  display: block;
}

.testimonial-one__user-name {
  position: relative;
  display: block;
  text-align: right;
}

.testimonial-one__user-name h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #1072f8;
}

.testimonial-one__user-name p {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #878680;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

 .testimonial-one__carousel .owl-nav {
    position: initial;
    top: -7em;
    right: 3em;
	
     
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.testimonial-one__carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #1072f8 !IMPORTANT;
    border: 1px solid #1072f8 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1072f8 !IMPORTANT;
}
.testimonial-one__carousel .owl-nav button:hover{background: #1072f8 !important; border: 1px solid #1072f8 !IMPORTANT;color: #fff !IMPORTANT;}



.top-meta-list {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
	    position: relative;
    padding-bottom: 13px;
}

.author-img {
    color: gold;
}
.top-meta-list li {
    float: left;
    width: 50%;
    padding: 0px 10px;
    position: relative;
}
.top-meta-list li:first-child {
    text-align: right;
}
.top-meta-list li:last-child {
    text-align: left;
}
.author-name {
    font-size: 13px;
    text-transform: capitalize;
    color: #7e7e7e;
    font-weight: 400;
}
.bd-blog-content {
    text-align: center;
    margin-top: 0px !IMPORTANT;
    display: inline-block;
}
.bd-blog-content-title {
    margin-top: 4px;
}
.bd-blog-content h4 a:hover {
    color: #046fb1;
}
.top-meta-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cbcbcb;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.top-meta-list li:first-child:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #cbcbcb;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.newsletter .wpcf7-submit {
     background: #fe8005 !IMPORTANT;
    color: #ffffff !IMPORTANT;
}



.services-boxs__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.services-boxs__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #13223c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-boxs__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-boxs__single:hover .services-boxs__img img {
  transform: scale(1.05);
  opacity: .5;
}

.services-boxs__icon {
  position: absolute;
  top: -42px;
  left: 30px;
  height: 108px;
  width: 108px;
  background-color: #fe8005;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.services-boxs__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--austry-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-boxs__single:hover .services-boxs__icon span {
  transform: scale(.9);
}

.services-boxs__content-box {
  position: relative;
  display: block;
  z-index: 2;
}

.services-boxs__content {
  position: relative;
  display: block;
  border: 1px solid var(--austry-bdr-color);
  border-top: 0;
  padding: 83px 30px 31px;
  background-color: rgb(255, 255, 255);
  margin-top: -60px;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 101%);
  z-index: 2;
}

.services-boxs__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.services-boxs__title a {
  color: #13223c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-boxs__title a:hover {
  color: #fe8005;
}

.services-boxs__text {
  padding-top: 5px;
  padding-bottom: 16px;
}
.services-boxs__icon img {
    width: 55px;
    margin-top: -13px;
}
.services-boxs__text p{font-size: 16px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 24px;
    color: #535353;
    font-weight: 400;}
.services-boxs__btn {
  position: relative;
  display: flex;
  align-items: center;
 font-size: 16px;
    font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--austry-letter-spacing-two);
  color: var(--austry-gray);
  line-height: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-boxs__btn span {
  font-size: 15px;
  padding-left: 11px;
}
.widt-50 img{    width: 100px !important;}
.services-boxs__title a:hover {
    color: #046fb1;
}
.services-boxs__btn:hover {
    color: #046fb1;
}
.subbanner2 {
       
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 12% 0% 12% 0%; 
    background-position: center center;
    background-size: cover;
    }
    .wpcf7-response-output {
    position: relative;
    z-index: 9;
    background: #fff;
}
.widt-501 img {
    width: 60px;
}