@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;
        outline: none;
        box-shadow: none;
    } 

    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 #ffdc7861;
    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: #1855DA;
    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: #ffdc78;
    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: #1855DA;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 500ms ease;
}
.team-block .inner-box .lower-content h4 a {
    color: #1855DA;
}
.team-block .inner-box .lower-content .designation {
        font-size: 14px;
    position: relative;
    display: block;
    color: #303030;
    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: #1855da !IMPORTANT;
}
.wpcf7-submit:hover {
    background: #ffce41 !important;
    color: #000 !important;
}

.bd-blog-content h4 a {
    font-size: 19px;
    color: #000;     
}
.bd-blog-content h4 a:hover {
    color: #1855da;
}
.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: #1855da !IMPORTANT;
    border: 1px solid #1855da !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1855da !IMPORTANT;
}
.client .owl-nav button:hover{background: #1855da !important; border: 1px solid #1855da !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: #1855da;
    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: #1855da;
}
.wrap-author {
    position: relative;
}
.icon-user-img {
    position: relative;
}

.service-content-wrap {
    padding: 25PX;
    border: 2px solid #dbdbdb;
    padding-bottom: 140px;
    position: relative;
}
.service-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: 19px;
    margin-bottom: 17px;}
.service-content-content h2 a {
    font-size: 18px;font-weight: 600;
}
.service-excerpt p {
    font-size: 14px;
    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;
}
.service-post-thumbnail {
    position: absolute;
    left: 23px;
    width: 100%;
}
.service-content-wrap:hover {
    background: #1855da;
    border-color: #1855da;
}
.service-content-wrap:hover .service-excerpt p{ color:#fff;}
.service-content-wrap:hover .service-content-content h2 a{ color:#fff;}
.service-content-wrap:hover .icon-m{background: #1855da;}
.service-content-wrap:hover .icon-m i{color: #fff;}

.service-style-4 {
    padding: 0px 25px;
}

.icon-m {
    position: absolute;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #ffdc78;
    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;
}
.service-style-42 {
    padding: 0px 10px;
}
.service-carousel .owl-stage-outer{overflow-y: inherit;
    min-height: 400px;
    max-height: 400px;}
 
.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: #E8E0CB !IMPORTANT;
    border: 1px solid #E8E0CB !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1855da !IMPORTANT;
}
.service-carousel .owl-nav button:hover{background: #1855da !important; border: 1px solid #1855da !IMPORTANT;color: #fff !IMPORTANT;}

.subbanners {
    padding: 12% 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.subbanners:before {
    content: "";
    position: absolute;
    left: 0;
    background: #1855da;
    width: 40%;
    height: 73%;
    bottom: 0;
    border-radius: 0px 73px 0px 0px;
    border-bottom: 3px #000;
}

.min-title {
    padding-top: 17%;
   position: relative;
   z-index:9;
}

.min-title h1 {
    color: #fff;
    margin-bottom: 20px;font-size: 50px;
    font-weight: 600;
}

.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: #1855da !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 #1855da;
    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: #1855da !IMPORTANT;
    border: 1px solid #1855da !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1855da !IMPORTANT;
}
.goals-carousel .owl-nav button:hover{background: #1855da !important; border: 1px solid #1855da !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: #1855da !IMPORTANT;
    border: 1px solid #1855da !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #1855da !IMPORTANT;
}
.team-carousel .owl-nav button:hover{background: #1855da !important; border: 1px solid #1855da !IMPORTANT;color: #fff !IMPORTANT;}


.po-b4 {
    position: absolute;
    bottom: -11.6%;
    z-index: 9;
}