@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;}
 textarea::placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}   
    .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: #192730 !IMPORTANT;
}
.wpcf7-submit:hover {
    background:#ffd700 !important;
    color: #000 !important;
}
.heading-t h4 {
    padding-left: 15px;
    border-left: 3px solid #192730;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.new-pd{padding: 30px 15px !Important;}
.bef-line:before {
    top: 10px;
    content: "";
    position: absolute;
    width: 86px;
    height: 97%;
    background: #b10819;
}
.testimonial-one__content-text p {
   font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
  
.post, .page {
    margin: 0px !important;
}

   
.min-title h1 {
        -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 130px !important;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;
}

.breadcrumb-link span {
    color: #fff;    float: left;
    
}
.currentm {
    max-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: inline-block;
    font-weight: 600;
    margin: auto;
}

.subbanners {
    padding: 9% 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}


.subbanners:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(118deg, rgb(46, 67, 146) 43%, rgb(17, 162, 215) 72%);
    opacity: 0.7;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
}
.min-title h1{  -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 90px !important;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;text-transform: uppercase;}
.min-title h2{  -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 90px !important;
    color: #fff;
    line-height: 1;text-transform: uppercase;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;}
.subbanners h1 {
        -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 90px !important;
    color: #fff;text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;
}
.subbanners h2 {
       -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 130px !important;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;
}
 
.service-carousel .owl-nav {
    position: initial;
    top: -7em;
    right: 3em; 
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.service-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b10819 !IMPORTANT;
    border: 1px solid #b10819 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b10819 !IMPORTANT;
}
.service-carousel .owl-nav button:hover{background: #b10819 !important; border: 1px solid #b10819 !IMPORTANT;color: #fff !IMPORTANT;}
.service-carousel .owl-nav button{float: left;}
.service-carousel .owl-nav button:first-child{margin-left: 0px;}

 .goals-carousel .owl-nav {
   position: absolute;
    top: -7em;
    right: 0;   
    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: #b10819 !IMPORTANT;
    border: 1px solid #b10819 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b10819 !IMPORTANT;
}
.goals-carousel .owl-nav button:hover{background: #b10819 !important; border: 1px solid #b10819 !IMPORTANT;color: #fff !IMPORTANT;}


.img-box-inner {
    position: relative;
}
.img-box .inner-title {
    position: absolute;
    bottom: 0;
    background: #b10819;
    width: 80%;
    right: 0;
}
.img-box .inner-title h3 {
    margin: 0px;
    font-size: 19px;
    padding: 15px;line-height: 23px;
     display: -webkit-box!important;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.img-box .inner-title h3 a{ color:#fff;}
.img-box .right-arrow-btn {
    position: absolute;
    right: 0;
    background: #fa9300;
    width: 53px;
    height: 53px;
    bottom: 0;
    text-align: center;
   line-height: 60px;
    color: #161616;
}

.img-box .right-arrow-btn a {
    padding: 15px;color: #161616;
    transform: rotate(45deg);
}
.img-box .right-arrow-btn .icon  {
   
    transform: rotate(45deg);color: #161616;
}
.img-box .text-box {
    padding: 20px 0;
}
.img-box .text-box p {
    font-size: 15px;
    font-weight: 400;
    color: #141414;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 27px;
}
.img-box:hover .inner-title {
    background: #fa9300;
}
.img-box:hover .right-arrow-btn {
    background:#b10819;
}

.img-box:hover .right-arrow-btn .icon{ color:#fff;}

.img-box:hover .inner-title h3 a{ color: #141414;}
.testimonial-one__client-img-box {
    display: flex;
    width: 100%;margin-bottom: 30px
}
.testimonial-one__img {
    width: 85px;
    margin-right: 20px;
}
.testimonial-one__user-name h4 {
    font-size: 18px;
    color: #b10819;
    margin-bottom: 5px;
}
.testimonial-one__user-name p {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0px;
}
.testimonial-one__rating-icon i {
    color: #ff9b00;
    font-size: 12px;
}
.testimonial-one__user-name {
    margin-top: 6px;
}

.testimonial-one__icon-box {
    width: 80px;
    background: #fa9300;
    text-align: center;
    line-height: 90px;
    font-size: 45px;
    height: 85px;
}
.testimonial-one__content-text {
    padding-left: 20px;
}
.testimonial-one__single {
    padding-bottom: 70px;
}
.testimonial-one__carousel .owl-stage-outer{
    border-left: 2px dashed #999;
    
}

.testimonial-one__carousel .owl-nav {
        position: relative;
    float: left;
    margin-left: -5.2em;
    margin-top: -3.4em !important;
    text-align: center;
    z-index: 999;
}
.testimonial-one__carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b10819 !IMPORTANT;
    border: 1px solid #b10819 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b10819 !IMPORTANT;
}
.testimonial-one__carousel .owl-nav button:hover{background: #b10819 !important; border: 1px solid #b10819 !IMPORTANT;color: #fff !IMPORTANT;}

.bd-blog-content {
    width: 52%;
    float: left;
}
.bd-blog-thumb {
    width: 43%;
    margin-right: 5%;
    position: relative;
    float: left;
}
.bd-blog {
    display: inline-block;
    width: 100%;
}
.post-author {
    text-transform: capitalize;
    color: #b10819;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 15px;
}
.bd-blog-content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.bl-dis p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #4a4a4a;
    display: -webkit-box!important;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.bl-date {
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 41px;
    height: max-content;
    line-height: 38px;
    background: #fa9300;
    padding: 21px 0px;
    color: #181818;
    right: 10px;
    bottom: 0;
    font-size: 13px;
}
.bl-read {
    background-color: #b10819;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.bl-read:hover{ background-color: #fa9300; color: #181818;}
.left-f {
    padding: 50px !important;
    padding-bottom: 25px !IMPORTANT;
}
.left-f {
    /* display: inherit; */
    float: left;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.new-pd {
    padding: 30px 15px !Important;
}

.subbanner2 {
    padding: 7% 0% 7% 0%;
    background-position: top center;
    background-size: cover;
}
.subbanner2:before{
    content:"";    background-color: #070707;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.new-blog h5.min-line {
    font-size: 37px;
}
.det-auth span {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0px 10px;
}
.po-btn .wpcf7-submit {
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 22px !important;
    height: 50px;
    background: #fa9300 !IMPORTANT;
}
.po-btn .wpcf7-submit:hover {
    color:#fff !Important;
    background: #FF8B5A !IMPORTANT;
}
.fav-list {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #ededed;
    text-align: center;    overflow: hidden;
}
.fav-list:hover .fav-cont-l h3 a {
    color: #e93c2d;
}
.fav-list:hover {
    box-shadow: 0px 3px 19px -5px #00000030;
    background-color: #fff;
}
.fav-list .ser-po-icon {
    margin-top: 3em;
    margin-bottom: 2em;
}
.fav-cont-l h3 {
    margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.fav-cont-l h3 a {
    font-size: 19px;
    line-height: 11px;
    font-weight: 500;
}
.fav-cont-l p {
    font-size: 15px;
    line-height: 24px;
    color: #393939;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 8px;
}
.fav-read{    color: #000;
    font-size: 15px;
    padding: 10px 0;
    display: block;}
.fav-list:hover .fav-read {
    color: #e93c2d;
}
.ser-po-icon{
    width: 145px;
    height: 145px;
    display: block;
    margin: auto;
    position: relative;
    background: red;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
















