/*global*/
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #595959;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
}

.b-1 {
    border: 1px solid #fff;
}

/* flex */
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

/* padding */
.c-py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.relative-center {
    position: relative;
    transform: translateY(50%);
}

.header {
    position: relative;
    z-index: 1;
}

.header .s-icon {
    margin-bottom: 0;
}

.header .s-icon li {
    display: inline-block;
}

.header .s-icon a {
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    text-decoration: none;
}

.menu-top {
    z-index: 9999;
    position: relative;
}

.menu-top .commonbtn {
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.menu-top .mticons i {
    color: #fff;
    font-size: 16px;
}

.sm a.current {
    color: #14b1bb;
}

.sm a {
    color: #2d3e50;
    position: relative;
}

.sm a,
.sm a:active,
.sm a:focus,
.sm a:hover {
    font-size: 14px;
}

.sm a:hover {
    color: #14b1bb;
    border-bottom: 1px solid #14b1bb;
}

.enter {
    border: 1px solid #017277;
    border-radius: 5px;
}

.enter:hover {
    border: 1px solid #14b1bb;
}

.sm li .enter:last-of-type {
    color: #017277;
}

.sm li .enter:last-of-type:hover {
    color: #14b1bb;
}

.sm ul a.highlighted,
.sm ul a:active,
.sm ul a:focus,
.sm ul a:hover,
.sm a.highlighted,
.sm a:active,
.sm a:focus,
.sm a:hover {
    color: #017277;
}

/*slide*/
.h-slide {
    background-image: url(../images/bg/slide.jpg);
    background-size: cover;
    position: relative;
    height: 550px;
    background-repeat: repeat-x;
    background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
}

.h-slide::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000d1f;
    opacity: 0.73;
}

@keyframes scale {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0;
    }
}

.s-info .heading {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize; /*line-height: 86.25px;*/
    color: #fff;
    text-align: center;
}

.s-info .heading b {
    color: #14b1bb;
}

.s-info p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
}

.search_form {
    margin: 5px auto 16px;
    padding: 16px;
    border-radius: 5px;
}

.search_form .commonbtn {
    margin: 0 6px 10px;
}

.srch {
    background: #1ec2f3;
    padding: 13px;
    margin-top: -7px;
}

.search_form .form-group {
    margin-bottom: 0;
}

.search_form .fc {
    padding: 0 30px;
    font-size: 16px;
    height: 60px;
}

.search_btn .btn {
    background: #14b1bb;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.s-info .keywords p {
    color: #14b1bb;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}

.keywords ul {
    display: inline-block;
    padding-left: 0;
}

.keywords li {
    display: inline-block;
}

.keywords li a {
    display: block;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 10px 10px 0;
}

.categories {
    margin-top: -155px;
    display: block;
    position: relative;
    z-index: 999;
}

.categories .intro {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 60px;
}

.categories .h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    position: relative;
    display: block;
}

.categories .h4::before {
    content: "";
    position: absolute;
    right: 8%;
    top: 50%;
    height: 1px;
    background: #fff;
    opacity: 0.34;
    width: 20%;
}

.categories .h4::after {
    content: "";
    position: absolute;
    left: 8%;
    top: 50%;
    height: 1px;
    background: #fff;
    opacity: 0.34;
    width: 20%;
}

.scategories a {
    display: block;
    position: relative;
    background: #14b1bb;
    margin: 0 0 5px;
    border-radius: 3px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.scategories .con,
.sc1 .con {
    text-align: center;
    padding: 18px 0;
}

.scategories .con i {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
}

.scategories p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.scategories span {
    color: #fff;
    line-height: 15px;
    display: block;
    font-size: 13px;
}

.sc1 a {
    display: block;
    position: relative;
    background: #14b1bb;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 0 5px;
    height: 138px;
    border-radius: 3px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}

.sc1 p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.sc1 .con i {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
}

/*featured job*/
.featuredjob {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-heading {
    display: block;
    text-align: center;
    margin: 0 0 35px;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #3c3c3c;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.section-heading p {
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
}

.featuredjob .items:hover {
    transform: translateY(-5px);
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.featuredjob .items {
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: 30px 0 30px 30px;
    background: #fff;
    margin: 0 0 10px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.5s ease;
}

.featuredjob figure {
    display: block;
    height: 120px;
    width: 120px;
    border: 1px solid #cfcfcf;
    line-height: 120px;
    margin: 0 auto 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.featuredjob figure img {
    height: 100px;
}

.featuredjob .color1 {
    color: #f22929;
}

.featuredjob .content a {
    font-size: 19px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    text-decoration: none;
}

.featuredjob .content .btn {
    float: right;
    color: #fff;
    background: #14b1bb;
    font-size: 18px;
    margin-top: 3px;
}

.featuredjob .content {
    text-align: left;
    padding-right: 30px;
}

.featuredjob .content p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #7f7f7f;
}

.featuredjob .content li .con {
    text-align: justify;
    padding-left: 12px;
}

.featuredjob .content ul li {
    line-height: 30px;
}

.featuredjob .content ul li:nth-child(1) .ico {
    color: #237be7;
}

.featuredjob .content ul li:nth-child(2) .ico {
    color: #14b1bb;
}

.featuredjob .content ul li:nth-child(3) .ico {
    color: #08c478;
}

.welcomebanner {
    position: relative;
}

.welcomebanner .banner-con {
    padding: 80px 0;
    display: block;
    position: relative;
    z-index: 999;
}

.welcomebanner .banner-con h2 {
    font-size: 40px;
    color: #3c3c3c;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.welcomebanner .banner-con h3 {
    font-size: 25px;
    margin: 0 0 20px;
}

.welcomebanner .banner-con p {
    font-size: 17px;
}

.btn1 {
    display: inline-block;
    position: relative;
    padding: 0 24px;
    line-height: 46px;
    height: 46px;
    background: #14b1bb;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}

.btn1:hover {
    color: #fff;
    text-decoration: none;
}

.welcomebanner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/bg/bg-1.jpg) center;
    background-size: cover;
}

.companyregst {
    padding: 50px 0;
}

.companyregst .company:hover {
    transform: translateY(-5px);
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.companyregst .company {
    display: block;
    text-align: center;
    border: 1px solid #cfcfcf;
    padding: 20px 0 30px;
    background: #fff;
    margin: 0 0 10px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.companyregst img {
    height: 70px;
}

.companyregst .content {
    text-align: center;
}

.companyregst .content h4 {
    font-size: 19px;
    font-weight: 600;
    color: #3c3c3c;
    margin: 0 0 3px;
}

.companyregst p {
    margin-bottom: 0;
}

.companyregst .content a {
    color: #14b1bb;
    display: inline-block;
    font-size: 14px;
}

/*banners*/
.banners {
    padding-bottom: 50px;
}
.pban {
    padding-left: 0;
    padding-right: 0;
}
.banners .left {
    z-index: 0;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg/banner1.jpg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    transform: translate3d(0px, 64.55px, 0px);
}

.banners .left::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0d4291;
    opacity: 0.8;
}

.banners .right {
    z-index: 0;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg/banner2.jpg);
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    transform: translate3d(0px, 64.55px, 0px);
}

.banners .right::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #004726;
    opacity: 0.8;
}

.banners .banner-con {
    display: block;
    position: relative;
    text-align: center;
    padding: 100px 0 150px;
}

.banners .right .btn1 {
    background: #00d07c;
}

.banners .con {
    position: relative;
    z-index: 999;
    text-align: center;
    padding-top: 0;
}

.banners .con h3 {
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    margin: 0 0 10px;
}

.banners .con h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.banners .con p {
    font-size: 17px;
    color: #fff;
    margin: 0 0 20px;
}

/*blog-wrap*/
.blog-wrap {
    padding: 80px 0;
    background: #f0f0f0;
}

.bcol1 {
    padding-top: 30px;
}

.bcol1 .bg-head {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
    text-transform: capitalize;
}

.bcol1 img {
    width: 100%;
    transition: all 0.5s ease;
}

.bcol1:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.bcol1 p {
    color: #555555;
}

.bcol1 .bg-btn {
    color: #000;
    font-weight: bold;
}

.bcol1 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 250px;
}

.testi {
    padding: 90px 0 70px;
    background: url(../images/bg/1.jpg) no-repeat 0 0 / cover;
    position: relative;
}
.testi::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(20, 177, 187, 0.1);
}
.testi .indhead {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.testi .item p {
    text-align: justify;
}
.testi .c-name {
    float: right;
    color: #14b1bb;
}

/*footer*/
.footer-top {
    display: block;
    position: relative;
    background: #14b1bb;
    padding: 25px 0;
}

.footer-top span {
    width: 90px;
    display: inline-block;
    vertical-align: bottom;
}

.fcont {
    display: inline-block;
}

.footer-top h3 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}

.footer-top p {
    margin: 0;
    color: #fff;
    font-size: 21px;
}

.fcont1 h3 {
    font-size: 21px;
    padding-top: 15px;
}

.fcont1 .btn1 {
    font-size: 14px;
    padding: 0 24px;
    line-height: 46px;
    height: 46px;
    background: #14b1bb;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.footer {
    background: #017277;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
}

.foot-top .foo-about p {
    font-size: 15px;
    color: #fff;
    margin: 0 0 15px;
    line-height: 25px;
}

.foo-about .link {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px;
}

.foo-about .link i {
    padding-left: 3px;
    color: #fff;
}

.foot-top1 {
    padding: 45px 0 35px;
}

.foo-about .logo img {
    height: 90px;
}

.footbottom {
    border-top: 1px solid #14b1bb;
}

.footbottom p {
    color: #fff;
    margin-bottom: 0;
    padding: 8px 0;
}

.social_link li {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #017277;
    border-radius: 50%;
    font-size: 15px;
}

.social_link li a {
    text-decoration: none;
}

.social_link li:hover {
    background: #14b1bb;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

.foo_link li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}

.foo_link li a:hover {
    color: #14b1bb;
}

.foo_link li {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}
.foo_link p {
    padding-left: 30px;
    margin-top: -35px;
}

.pagetop {
    padding-top: 10px;
    padding-bottom: 10px;
}

.layer-overlay::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.title-head {
    margin: 0 auto;
    color: #fff;
}

.title-head h1 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.contact-wrap {
    padding: 40px 0;
}

.contact-wrap h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 800;
    margin-bottom: 20px;
}

.formwrap {
    background: #e9e9e9;
    padding: 30px;
}

.contact-wrap .common-btn {
    background: #14b1bb;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.contact-address {
    background: #0097a2;
    padding: 53px 30px;
}

.contact-address p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 10px;
}

.c-style i {
    font-size: 20px;
    color: #fff;
}

/*about page*/
.about-wrap {
    padding: 50px 0;
}

.about-wrap h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-wrap p {
    line-height: 26px;
}

/*jobspage*/
.jobind-dcrp {
    background: #f0f0f0;
    padding: 40px 0;
}

jobind-dcrp {
    background: #f0f0f0;
    padding: 40px 0;
}

.jname {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin: 0 auto 15px;
}

.jname .heading {
    color: #1d70a3;
    font-size: 17px;
}

.jname .subheading {
    color: #1d70a3;
    font-size: 16px;
}

.jname .label {
    background: #90d241;
    font-size: 15px;
    padding: 4px 3px;
    border-radius: 2px;
    margin-right: 10px;
}

.jname .location {
    padding-left: 20px;
}

.jname .location i {
    color: #90d241;
    font-weight: 600;
    font-size: 20px;
    padding-right: 7px;
}

.indfoot {
    text-align: center;
    font-size: 12.5px;
}

.j-name p {
    font-size: 14px;
}

.j-name .c-ma {
    margin: 0 auto;
}

.c-ma td {
    padding: 7px;
    font-size: 14px;
}

.intrestform {
    background: #fcfcfc;
    padding: 20px;
}

.intrestform h2 {
    color: #1d70a3;
    font-size: 22px;
}

/*candidate*/
.candidate {
    padding: 40px 0;
}

.userpro {
    text-align: center;
    display: block;
    border: 1px solid #cfcfcf;
    padding: 25px;
    margin-bottom: 20px;
}

.userpro .userimage {
    overflow: hidden;
    border-radius: 100%;
}

.userpro img {
    transition: all 0.5s ease;
}

.userpro img:hover {
    transform: scale(1.1);
}

.userpro .name {
    color: #14b1bb;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.userpro span {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
}

.userpro p {
    font-size: 13px;
    padding: 6px;
}

.userpro li {
    border-radius: 50%;
    width: 50px;
    height: 60px;
    font-size: 20px;
    line-height: 38px;
}

.userpro li {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}

.userpro li:nth-child(1) {
    border: 1px solid #375d93;
}

.userpro li:nth-child(2) {
    border: 1px solid #43afe9;
}

.userpro li:nth-child(3) {
    border: 1px solid #007eb3;
}

.userpro .f1 {
    color: #375d93;
}

.userpro .f2 {
    color: #43afe9;
}

.userpro .f3 {
    color: #007eb3;
}

/*blog*/
.blog h2 {
    font-size: 23px;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
}

.blog h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #14b1bb;
}

.blogger {
    padding: 30px;
}

.blogger img {
    padding-bottom: 15px;
}

.blogger .right-info {
    padding-top: 3px;
}

.blogger h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    padding-left: 0px;
}

.blogger h5 {
    font-size: 15px;
    color: #14b1bb;
}

.blogger p {
    color: #848484;
}

.blog1 {
    background: #eee;
    padding-top: 20px;
    margin-bottom: 15px;
}

.blog2 {
    background: #eee;
    padding-top: 20px;
    margin-bottom: 15px;
}

.blog3 {
    background: #eee;
    padding-top: 20px;
    margin-bottom: 15px;
}

.blog4 {
    background: #eee;
    padding-top: 20px;
    margin-bottom: 15px;
}

.blogborder {
    border: 1px solid #14b1bb;
    padding: 10px;
}

.blogger2 {
    padding-bottom: 20px;
}

.blogger2 h2 {
    font-size: 23px;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
}

.blogger2 h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #14b1bb;
}

.blogger2 h3 {
    font-size: 23px;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    padding-left: 0px;
}

.commonbtn {
    background: #14b1bb;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.commonbtn:hover {
    color: #fff;
    text-decoration: none;
    background: #012b88;
}
.commonbtn1 {
    background: #14b1bb;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.commonbtn1:hover {
    color: #fff;
    text-decoration: none;
    background: #012b88;
}
.term-wrap {
    padding: 30px 0;
}
.term-wrap li {
    line-height: 30px;
}
.pri-wrap {
    padding: 30px 0;
}
.pri-wrap li,
.pri-wrap p {
    line-height: 30px;
}

@media (min-width: 576px) {
    .sm {
        padding-top: 14px;
    }
}
/*mobile responsive*/

@media (max-width: 767px) {
    .d-xs-block {
        display: block;
    }

    .h-slide {
        height: unset;
        padding: 30px 0;
    }

    .h-slide .relative-center {
        transform: unset;
    }

    .s-info .heading {
        font-size: 25px;
    }
    .s-info p {
        font-size: 13px;
    }
    .categories {
        margin-top: -127px;
    }
    .categories .h4::after {
        left: 1%;
        top: 50%;
        width: 10%;
    }
    .categories .h4::before {
        right: 2%;
        top: 50%;
        width: 9%;
    }
    .categories .h4 {
        font-size: 15px;
    }
    .section-heading h2 {
        font-size: 26px;
    }
    .section-heading p {
        width: unset;
    }
    .featuredjob .content ul li {
        line-height: 30px;
        text-align: left;
    }
    .featuredjob .content {
        text-align: unset;
        padding-right: 0;
    }
    .featuredjob .color1 {
        font-size: 11px;
    }
    .featuredjob .content .btn {
        float: unset;
        margin-top: 3px;
        margin-left: 9px;
    }
    .featuredjob .content a {
        font-size: 15px;
    }
    .welcomebanner .banner-con h2 {
        font-size: 22px;
    }
    .welcomebanner .banner-con p {
        font-size: 15px;
    }
    .welcomebanner::after {
        background: unset;
    }
    .banners .left {
        margin-left: 0;
    }
    .banners .con h2 {
        font-size: 45px;
    }
    .footer-top h3 {
        font-size: 20px;
    }
    .footer-top p {
        font-size: 16px;
    }
    .footer-top span img {
        width: 45px;
    }
    .footer-top span {
        width: 54px;
    }
    .fcont1 .btn1 {
        height: 45px;
    }
    .about-wrap {
        padding: 0;
    }
    .blog2 {
        padding-bottom: 24px;
    }
    .blog3 {
        padding-bottom: 20px;
    }
    .blog4 {
        padding-bottom: 20px;
    }
    .blogborder img {
        height: 90px;
    }
    .contact-address p {
        margin: -19px 0 10px;
        padding-left: 29px;
    }
}

/* icon */
.fixed-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 80px;
}

.fg-whatsapp {
    color: #29b53f;
}

.fg-phone {
    color: #2396f2;
}

.d-block {
    display: block;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: tada;
    animation-name: tada;
}
