@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&amp;family=Poppins:wght@400;500;600;700;800&amp;display=swap");

.hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.hover-sm:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.hover-lg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bg-grey {
    background-color: #efefef;
}
.btn-sm{
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
}
.flatpickr-current-month{
    display: flex!important;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    color: #1a1b1e;
    font-weight: 700;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

input,
select,
textarea {
    display: inherit;
    border: none;
    outline: none;
}

button {
    border: none;
    cursor: pointer;
}

button {
    outline: none;
}
button:hover,
button:focus {
    outline: none;
}

::placeholder {
    color: #fff;
}

body {
    font-family: "Archivo";
    font-size: 16px;
    line-height: 26px;
    color: #878b97;
    font-weight: normal;
    overflow-x: hidden;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.section_title {
    margin-bottom: 60px;
}
.section_title span {
    display: block;
    text-transform: uppercase;
    color: #fe3e57;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section_title h2 {
    color: #1a1b1e;
}
.section_title p {
    margin-top: 15px;
}

.overlay_title h2 {
    color: #fff;
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.makp_btn {
    display: inline-block;
    padding: 15px 45px 14px;
    text-align: center;
    background: #fe3e57;
    color: #fff;
    font: 400 16px "Poppins";
    -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;
}
.makp_btn:hover,
.makp_btn:focus {
    color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(254, 62, 87, 0.3);
}

.btn_link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #1a1b1e;
    -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;
}
.btn_link:after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #fe3e57;
    -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;
}
.btn_link:hover,
.btn_link:focus {
    color: #fe3e57;
}
.btn_link:hover:after,
.btn_link:focus:after {
    width: 100%;
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e2243;
    opacity: 0.8;
}

.preloader_area {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 11000;
}
.preloader_area .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #0e2243;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
    }
}
#scroll_up {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #fff;
    color: #fe3e57;
    cursor: pointer;
    display: none;
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    -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;
    box-shadow: 0px 10px 40px 0px rgba(126, 126, 126, 0.3);
    z-index: 337;
}
#scroll_up:hover,
#scroll_up:focus {
    box-shadow: 0px 10px 40px 0px rgba(126, 126, 126, 0.3);
}

/*----------- header ------------------*/
/*---------------------------
	Start Makp_header css
----------------------------*/
.makp_header .header_navigation .site_menu .button_box .makp_btn:hover,
.makp_header .header_navigation .site_menu .button_box .makp_btn:focus {
    box-shadow: 0px 10px 30px 0px rgba(254, 62, 87, 0.35);
}

.social_link li {
    display: inline-block;
}
.social_link li a {
    color: #fff;
}

.header_navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 337;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul > li > a {
    display: block;
    position: relative;
    color: #1a1b1e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 35px 18px;
}

.main-menu ul > li:hover > a {
    color: #fe3e57;
}

.main-menu ul > li.menu-item-has-children > a:after {
    position: relative;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    right: 0;
    top: -1px;
    margin-left: 5px;
}

.main-menu ul > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    padding: 0;
    text-align: left;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.main-menu ul > li:hover > .sub-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li > ul.sub-menu li {
    display: block;
    margin: 0;
}

.main-menu ul li > ul.sub-menu li > a {
    padding: 10px 35px;
    color: #000a2d;
    font-size: 14px;
    text-transform: capitalize;
}

.main-menu ul li > ul.sub-menu li > a:after {
    display: none;
}

.main-menu ul li > ul.sub-menu > li:hover > a {
    color: #fe3e57;
}

.main-menu ul li > ul.sub-menu li > ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li > ul.sub-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.header_v2 .header_top {
    padding: 6px 0;
}
.header_v2 .header_top .top_left span {
    margin-right: 54px;
}
.header_v2 .header_top .top_left span i {
    color: #fff;
    margin-right: 15px;
}
.header_v2 .header_top .top_left span a {
    color: #fff;
}
.header_v2 .header_top .top_right {
    float: right;
}
.header_v2 .header_top .top_right .social_link li {
    margin-left: 15px;
    margin-right: 15px;
}
.header_v2 .header_top .top_right .dropdown .btn {
    font-size: 16px;
    border-radius: 0;
    color: #fff;
}
.header_v2 .header_top .top_right .dropdown .btn:focus {
    box-shadow: none;
}
.header_v2 .header_top .top_right .dropdown .btn span {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.header_v2 .header_top .top_right .dropdown .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    margin: 0;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -2px;
}
.header_v2 .header_top .top_right .dropdown .dropdown-menu .dropdown-item span {
    margin-right: 10px;
}
.header_v2 .header_navigation .site_menu .logo {
    background: #fe3e57;
    height: 100px;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_v2 .main-menu ul > li > a {
    padding: 37px 22px 36.5px;
}

.mean-container .mean-bar {
    background: transparent;
    padding: 0;
}

.mean-container .mean-nav {
    margin-top: 15px;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #0e2243;
    top: -31px;
    padding: 5px 10px 4px;
    width: 20px;
    height: 20px;
    color: #0e2243;
}

.mean-container a.meanmenu-reveal span {
    background: #0e2243;
}

.mean-container .mean-nav ul li.search-icon {
    display: none;
}

/*----------- banner ------------------*/
/*---------------------------
	Start Makp_banner css
----------------------------*/
.makp_banner .banner_wrapper .banner_content span {
    display: inline-block;
    margin-bottom: 22px;
    color: #fff;
    text-transform: uppercase;
}
.makp_banner .banner_wrapper .banner_content h1 {
    margin-bottom: 15px;
}
.makp_banner .banner_wrapper .banner_content p {
    margin-bottom: 55px;
}

.banner_v1 {
    position: relative;
    background: #0e2243;
    padding: 255px 0 260px;
    z-index: 1;
    overflow: hidden;
}
.banner_v1 .img_1 {
    position: absolute;
    top: 10px;
    left: 10px;
}
.banner_v1 .img_2 {
    position: absolute;
    top: 210px;
    right: 555px;
}
.banner_v1 .img_3 {
    position: absolute;
    bottom: 60px;
    left: 85px;
}
.banner_v1 .img_4 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.banner_v1:before {
    position: absolute;
    top: 95px;
    content: "";
    background: url(../images/homepage1/shape/shape_1.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}
.banner_v1:after {
    position: absolute;
    top: 150px;
    content: "";
    background: url(../images/homepage1/banner/banner_2.jpg) no-repeat;
    width: 425px;
    height: 600px;
    right: 100px;
    bottom: 150px;
    z-index: -1;
}
.banner_v1 .banner_wrapper .banner_content {
    position: relative;
}
.banner_v1 .banner_wrapper .banner_content span {
    display: inline-block;
    position: relative;
    font: 500 22px "Archivo";
}
.banner_v1 .banner_wrapper .banner_content span:before {
    display: inline-block;
    content: "";
    width: 115px;
    height: 4px;
    vertical-align: middle;
    background: #fe3e57;
    margin-right: 10px;
}
.banner_v1 .banner_wrapper .banner_content h1 {
    color: #fff;
    max-width: 700px;
}
.banner_v1 .banner_wrapper .banner_content p {
    max-width: 525px;
    color: #fff;
}
.banner_v1 .banner_wrapper .button_box .makp_btn {
    margin-right: 20px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.banner_v1 .banner_wrapper .button_box .makp_btn:hover,
.banner_v1 .banner_wrapper .button_box .makp_btn:focus {
    background: #fe3e57;
    border-color: #fe3e57;
}
.banner_v1 .banner_wrapper .button_box .makp_btn.active_btn {
    background: #fe3e57;
    border-color: #fe3e57;
}
.banner_v1 .makp_img_box {
    position: relative;
}
.banner_v1 .makp_img_box .play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner_v1 .makp_img_box .play_button .play_btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fe3e57;
    z-index: 1;
}
.banner_v1 .makp_img_box .play_button .play_btn:after,
.banner_v1 .makp_img_box .play_button .play_btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 50%;
    background: #f9f9fb;
    z-index: -1;
}
.banner_v1 .makp_img_box .play_button .play_btn:after {
    width: 74px;
    height: 74px;
    margin-top: -37px;
    margin-left: -37px;
    opacity: 0.5;
    -webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
}
.banner_v1 .makp_img_box .play_button .play_btn:before {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    opacity: 0.3;
    -webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
}

.banner_v2 {
    overflow: hidden;
}
.banner_v2 .hero_slide_1 {
    margin-bottom: 0;
}
.banner_v2 .hero_slide_1 .slick-prev,
.banner_v2 .hero_slide_1 .slick-next {
    z-index: 1;
}
.banner_v2 .hero_slide_1 .slick-prev:before,
.banner_v2 .hero_slide_1 .slick-next:before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #0e2243;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    -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;
}
.banner_v2 .hero_slide_1 .slick-prev:hover:before,
.banner_v2 .hero_slide_1 .slick-next:hover:before {
    background: #0e2243;
    color: #fff;
    box-shadow: 0px 15px 30px 0px rgba(167, 168, 173, 0.3);
}
.banner_v2 .hero_slide_1 .slick-prev {
    left: 0;
}
.banner_v2 .hero_slide_1 .slick-prev:before {
    content: "\f104";
}
.banner_v2 .hero_slide_1 .slick-next {
    right: 40px;
}
.banner_v2 .hero_slide_1 .slick-next:before {
    content: "\f105";
}
.banner_v2 .hero_slide_1 .slick-dots {
    bottom: 111px;
}
.banner_v2 .hero_slide_1 .slick-dots li.slick-active button {
    color: #1a1b1e;
}
.banner_v2 .hero_slide_1 .slick-dots li.slick-active button:after {
    opacity: 1;
    visibility: visible;
}
.banner_v2 .hero_slide_1 .slick-dots li button {
    font: 600 16px "Poppins";
    color: #878b97;
}
.banner_v2 .hero_slide_1 .slick-dots li button:before {
    display: none;
}
.banner_v2 .hero_slide_1 .slick-dots li button:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #fe3e57;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.banner_v2 .hero_slide_1 .single_slider {
    position: relative;
    padding: 270px 0 270px;
    background-position: right bottom;
}
.banner_v2 .hero_slide_1 .single_slider .bg_overlay {
    background: -moz-linear-gradient(
        0deg,
        white 0%,
        black 0%,
        #eeeff0 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        white 0%,
        black 0%,
        #eeeff0 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        0deg,
        white 0%,
        black 0%,
        #eeeff0 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.banner_v2 .banner_wrapper .banner_content span {
    padding: 2px 12px;
    background: #0e2243;
}
.banner_v2 .banner_wrapper .banner_content h1 {
    max-width: 870px;
}
.banner_v2 .banner_wrapper .banner_content p {
    max-width: 500px;
}
.banner_v2 .banner_wrapper .button_box .makp_btn {
    margin-right: 25px;
    background: #fff;
    color: #1a1b1e;
}
.banner_v2 .banner_wrapper .button_box .makp_btn:hover,
.banner_v2 .banner_wrapper .button_box .makp_btn:focus {
    background: #fe3e57;
    color: #fff;
}
.banner_v2 .banner_wrapper .button_box .makp_btn.active_btn {
    background: #fe3e57;
    color: #fff;
}

/*----------- service ------------------*/
/*---------------------------
	Start makp_service css
----------------------------*/
.service_v1 {
    background: #f9f9fb;
}
.service_v1 .grid_item {
    background: #fff;
    padding: 50px 40px 40px;
    border: 1px dashed #fff;
    box-shadow: 0px 15px 30px 0px rgba(206, 206, 206, 0.3);
    -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;
}
.service_v1 .grid_item:hover {
    border-color: #fe3e57;
}
.service_v1 .grid_item .grid_inner_item .makp_icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fe3e57;
    color: #fff;
    font-size: 30px;
    box-shadow: 0px 15px 30px 0px rgba(254, 62, 87, 0.35);
    margin-bottom: 45px;
}
.service_v1 .grid_item .grid_inner_item .makp_content h3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.service_v1 .grid_item .grid_inner_item .makp_content h3 a {
    color: #1a1b1e;
}
.service_v1 .grid_item .grid_inner_item .makp_content p {
    margin-bottom: 25px;
}
.service_v1 .grid_item .grid_inner_item .makp_content .btn_link {
    position: relative;
    padding-bottom: 3px;
}
.service_v1 .grid_item .grid_inner_item .makp_content .btn_link:hover:after,
.service_v1 .grid_item .grid_inner_item .makp_content .btn_link:focus:after {
    width: 87px;
}
.service_v1 .grid_item .grid_inner_item .makp_content .btn_link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fe3e57;
    -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;
}

.service_v2 {
    position: relative;
    background-position: right bottom;
}
.service_v2 .bg_overlay {
    background: -moz-linear-gradient(
        0deg,
        #f9f9fb 0%,
        rgba(255, 255, 255, 0.78824) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        #f9f9fb 0%,
        rgba(255, 255, 255, 0.78824) 100%
    );
    background: -ms-linear-gradient(
        0deg,
        #f9f9fb 0%,
        rgba(255, 255, 255, 0.78824) 100%
    );
}
.service_v2 .grid_item {
    position: relative;
    overflow: hidden;
    padding: 60px 45px 50px;
    background: #fff;
    box-shadow: 0px 15px 35px 0px rgba(177, 177, 177, 0.25);
    -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;
}
.service_v2 .grid_item:hover {
    background: #fe3e57;
}
.service_v2 .grid_item:hover .grid_inner_item .makp_icon i {
    color: #fff;
}
.service_v2 .grid_item:hover .grid_inner_item .makp_content h3 a {
    color: #fff;
}
.service_v2 .grid_item:hover .grid_inner_item .makp_content p,
.service_v2 .grid_item:hover .grid_inner_item .makp_content .btn_link {
    color: #fff;
}
.service_v2 .grid_item:hover .grid_inner_item .makp_content .btn_link:after {
    width: 0;
}
.service_v2 .grid_item:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../images/service/shape_1.png) no-repeat;
    opacity: 0.4;
}
.service_v2 .grid_item .grid_inner_item .hover_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.service_v2 .grid_item .grid_inner_item .makp_icon {
    margin-bottom: 30px;
}
.service_v2 .grid_item .grid_inner_item .makp_icon i {
    font-size: 55px;
    color: #fe3e57;
}
.service_v2 .grid_item .grid_inner_item .makp_content h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
.service_v2 .grid_item .grid_inner_item .makp_content h3 a {
    color: #1a1b1e;
}
.service_v2 .grid_item .grid_inner_item .makp_content p {
    margin-bottom: 30px;
}
.service_v2 .grid_item .grid_inner_item .makp_content .btn_link:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: #fe3e57;
}

.service_v3 .grid_item {
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(198, 198, 198, 0.35);
}
.service_v3 .grid_item .grid_inner_item .makp_content {
    padding: 0 40px 40px;
}
.service_v3 .grid_item .grid_inner_item .makp_content .icon {
    margin-top: -30px;
    margin-bottom: 35px;
}
.service_v3 .grid_item .grid_inner_item .makp_content .icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #fe3e57;
}
.service_v3 .grid_item .grid_inner_item .makp_content .title {
    font-size: 22px;
    margin-bottom: 22px;
}
.service_v3 .grid_item .grid_inner_item .makp_content .title:hover a,
.service_v3 .grid_item .grid_inner_item .makp_content .title:focus a {
    color: #fe3e57;
}
.service_v3 .grid_item .grid_inner_item .makp_content .title a {
    color: #1a1b1e;
    -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;
}
.service_v3 .grid_item .grid_inner_item .makp_content p {
    padding-bottom: 15px;
}
.service_v3 .grid_item .grid_inner_item .makp_content .btn_link {
    font-weight: 500;
}
.service_v3 .grid_item .grid_inner_item .makp_content .btn_link:after {
    display: inline-block;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-weight: 600;
    width: 0;
    height: 0;
    background: transparent;
}

.makp_single_service .service_sidebar {
    margin-right: 20px;
}
.makp_single_service .service_sidebar .widget_box {
    padding: 0;
}
.makp_single_service .service_sidebar .service_menu_widget {
    background: #fff;
    box-shadow: 0px 15px 40px 0px rgba(198, 198, 198, 0.3);
}
.makp_single_service .service_sidebar .service_menu_widget .title {
    background: #0e2243;
    padding: 20px 40px;
}
.makp_single_service .service_sidebar .service_menu_widget .title h3 {
    color: #fff;
    font: 600 22px "Poppins";
}
.makp_single_service .service_sidebar .service_menu_widget ul {
    padding: 25px 40px 20px;
}
.makp_single_service .service_sidebar .service_menu_widget ul li {
    line-height: 44px;
    -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;
}
.makp_single_service .service_sidebar .service_menu_widget ul li:hover {
    padding-left: 15px;
}
.makp_single_service .service_sidebar .service_menu_widget ul li:hover:before {
    color: #fe3e57;
}
.makp_single_service .service_sidebar .service_menu_widget ul li:hover a {
    color: #fe3e57;
}
.makp_single_service .service_sidebar .service_menu_widget ul li:before {
    display: inline-block;
    content: "\f061";
    font-weight: 600;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    color: #1a1b1e;
}
.makp_single_service .service_sidebar .service_menu_widget ul li a {
    font-size: 16px;
    color: #1a1b1e;
    font-weight: 600;
    -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;
}
.makp_single_service .service_sidebar .cta_widget {
    position: relative;
}
.makp_single_service .service_sidebar .cta_widget .makp_content_box {
    padding: 60px 47px;
    position: relative;
}
.makp_single_service .service_sidebar .cta_widget .makp_content_box h4 {
    color: #fff;
    font-weight: 600;
    font-family: "Archivo";
    margin-bottom: 40px;
}
.makp_single_service .service_sidebar .download_widget .makp_btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
}
.makp_single_service .service_sidebar .download_widget .makp_btn i {
    margin-right: 10px;
}
.makp_single_service .single_service_wrapper .makp_content_box {
    padding-bottom: 20px;
}
.makp_single_service .single_service_wrapper .makp_content_box .makp_img {
    margin-bottom: 45px;
}
.makp_single_service .single_service_wrapper .makp_content_box h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
.makp_single_service .single_service_wrapper .makp_content_box p {
    padding-bottom: 25px;
}
.makp_single_service .single_service_wrapper .related_service_box {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
}
.makp_single_service
    .single_service_wrapper
    .related_service_box
    .section_title {
    margin-bottom: 15px;
}
.makp_single_service
    .single_service_wrapper
    .related_service_box
    .section_title
    span {
    margin-bottom: 0;
}
.makp_single_service
    .single_service_wrapper
    .related_service_box
    .section_title
    h4 {
    line-height: 32px;
}
.makp_single_service .single_service_wrapper .related_service_box p {
    padding-bottom: 5px;
}
.makp_single_service .single_service_wrapper .related_service_box ul li {
    padding-bottom: 5px;
}
.makp_single_service .single_service_wrapper .related_service_box ul li:before {
    display: inline-block;
    content: "\f14a";
    font-weight: 400;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    color: #fe3e57;
}

/*----------- about ------------------*/
/*---------------------------
	Start Makp_about css
----------------------------*/
.about_v1 .makp_img_box {
    position: relative;
}
.about_v1 .makp_img_box .makp_img {
    max-width: 535px;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.about_v1 .makp_img_box .makp_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -60px;
    left: -60px;
    background: url(../images/about/shape_6.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.about_v1 .makp_img_box .experience_box {
    background: #0e2243;
    border: 15px solid #fff;
    border-bottom: none;
    border-right: none;
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 1;
    padding: 20px;
}
.about_v1 .makp_img_box .experience_box p {
    color: #fff;
}
.about_v1 .section_title {
    margin-bottom: 30px;
}
.about_v1 .section_title h2 {
    margin-bottom: 25px;
}
.about_v1 .section_title h2 span {
    font-family: "Poppins";
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
}
.about_v1 .section_title h4 {
    font-family: "Archivo";
    font-weight: 400;
    color: #878b97;
    margin-bottom: 10px;
}
.about_v1 .about_list_wrapper .single_list {
    display: flex;
    margin-bottom: 35px;
}
.about_v1 .about_list_wrapper .single_list:last-child {
    margin-bottom: 0;
}
.about_v1 .about_list_wrapper .single_list .icon i {
    display: block;
    max-width: 40px;
    max-height: 40px;
    font-size: 40px;
    color: #fe3e57;
}
.about_v1 .about_list_wrapper .single_list .text {
    margin-top: -10px;
    margin-left: 20px;
}
.about_v1 .about_list_wrapper .single_list .text h4 {
    margin-bottom: 10px;
}

.about_v2 {
    position: relative;
    z-index: 1;
}
.about_v2 .makp_img_box {
    position: relative;
}
.about_v2 .makp_img_box .makp_img {
    margin-left: -375px;
}
.about_v2 .makp_img_box .play_button {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}
.about_v2 .makp_img_box .play_button .play_btn {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fe3e57;
}
.about_v2 .makp_img_box .play_button .play_btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: -5px;
    width: 85px;
    height: 85px;
    background: #fff;
    z-index: -1;
}
.about_v2 .section_title {
    margin-bottom: 55px;
}
.about_v2 .section_title span {
    margin-bottom: 0px;
}
.about_v2 .section_title h2 {
    line-height: 66px;
}
.about_v2 .fun_wrapper .counter_box {
    text-align: center;
    padding: 60px 30px 54px;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0px 15px 40px 0px rgba(205, 205, 205, 0.3);
    -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;
}
.about_v2 .fun_wrapper .counter_box:hover {
    background: #fe3e57;
    box-shadow: 0px 15px 50px 0px rgba(254, 62, 87, 0.3);
}
.about_v2 .fun_wrapper .counter_box:hover i,
.about_v2 .fun_wrapper .counter_box:hover h2,
.about_v2 .fun_wrapper .counter_box:hover p {
    color: #fff;
}
.about_v2 .fun_wrapper .counter_box i {
    display: inline-block;
    font-size: 30px;
    color: #fe3e57;
    width: 30px;
    height: 25px;
    margin-top: 2px;
    margin-bottom: 28px;
}
.about_v2 .fun_wrapper .counter_box h2 {
    font-family: "Archivo";
    line-height: 45px;
}
.about_v2 .fun_wrapper .counter_box p {
    color: #878b97;
}

/*----------- features ------------------*/
/*---------------------------
	Start Makp_features css
----------------------------*/
.features_v1,
.service_v4 {
    position: relative;
}
.features_v1 .features_wrapper,
.service_v4 .features_wrapper {
    position: relative;
    margin-top: -70px;
}
.features_v1 .grid_item,
.service_v4 .grid_item {
    padding: 70px 50px 60px;
    background: #fff;
    min-height: 375px;
    -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;
}
.features_v1 .grid_item.grid_active,
.service_v4 .grid_item.grid_active {
    box-shadow: none;
    background: #0e2243;
}
.features_v1 .grid_item.grid_active .grid_inner_item .makp_icon .icon i,
.service_v4 .grid_item.grid_active .grid_inner_item .makp_icon .icon i {
    color: #fff;
}
.features_v1 .grid_item.grid_active .grid_inner_item .makp_icon .title h4,
.service_v4 .grid_item.grid_active .grid_inner_item .makp_icon .title h4 {
    color: #fff;
}
.features_v1 .grid_item.grid_active .grid_inner_item .makp_content p,
.service_v4 .grid_item.grid_active .grid_inner_item .makp_content p {
    color: #fff;
}
.features_v1 .grid_item.grid_active .grid_inner_item .makp_content .btn_link,
.service_v4 .grid_item.grid_active .grid_inner_item .makp_content .btn_link {
    color: #fff;
}
.features_v1 .grid_item:hover,
.service_v4 .grid_item:hover {
    background: #0e2243;
}
.features_v1 .grid_item:hover .grid_inner_item .makp_icon .icon i,
.service_v4 .grid_item:hover .grid_inner_item .makp_icon .icon i {
    color: #fff;
}
.features_v1 .grid_item:hover .grid_inner_item .makp_icon .title h4,
.service_v4 .grid_item:hover .grid_inner_item .makp_icon .title h4 {
    color: #fff;
}
.features_v1 .grid_item:hover .grid_inner_item .makp_icon .title h3 a,
.service_v4 .grid_item:hover .grid_inner_item .makp_icon .title h3 a {
    color: #fff;
}
.features_v1 .grid_item:hover .grid_inner_item .makp_content p,
.service_v4 .grid_item:hover .grid_inner_item .makp_content p {
    color: #fff;
}
.features_v1 .grid_item:hover .grid_inner_item .makp_content .btn_link,
.service_v4 .grid_item:hover .grid_inner_item .makp_content .btn_link {
    color: #fff;
}
.features_v1 .grid_item .grid_inner_item .makp_icon,
.service_v4 .grid_item .grid_inner_item .makp_icon {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.features_v1 .grid_item .grid_inner_item .makp_icon .icon,
.service_v4 .grid_item .grid_inner_item .makp_icon .icon {
    margin-top: 15px;
    width: 55px;
    height: 55px;
}
.features_v1 .grid_item .grid_inner_item .makp_icon .icon i,
.service_v4 .grid_item .grid_inner_item .makp_icon .icon i {
    font-size: 55px;
    color: #fe3e57;
    vertical-align: middle;
}
.features_v1 .grid_item .grid_inner_item .makp_icon .title,
.service_v4 .grid_item .grid_inner_item .makp_icon .title {
    margin-left: 20px;
}
.features_v1 .grid_item .grid_inner_item .makp_icon .title h4,
.service_v4 .grid_item .grid_inner_item .makp_icon .title h4 {
    margin-top: -5px;
    line-height: 32px;
}
.features_v1 .grid_item .grid_inner_item .hover_icon,
.service_v4 .grid_item .grid_inner_item .hover_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.features_v1 .grid_item .grid_inner_item .makp_content p,
.service_v4 .grid_item .grid_inner_item .makp_content p {
    margin-bottom: 25px;
}
.features_v1 .grid_item .grid_inner_item .makp_content .btn_link,
.service_v4 .grid_item .grid_inner_item .makp_content .btn_link {
    color: #fe3e57;
    font-weight: 500;
}
.features_v1 .grid_item .grid_inner_item .makp_content .btn_link:after,
.service_v4 .grid_item .grid_inner_item .makp_content .btn_link:after {
    display: inline-block;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-weight: 600;
    width: 0;
    height: 0;
    background: transparent;
}

.features_v1 .grid_item {
    box-shadow: 0px 10px 50px 0px rgba(153, 153, 153, 0.25);
}

.service_v4 .grid_item {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}
.service_v4 .grid_item .grid_inner_item .makp_icon .title h3 {
    margin-top: -5px;
    line-height: 32px;
    font-size: 24px;
}
.service_v4 .grid_item .grid_inner_item .makp_icon .title h3 a {
    color: #1a1b1e;
}
.service_v4 .grid_item:hover {
    background: #fe3e57;
    border-color: #fe3e57;
}
.service_v4 .grid_item .makp_content .btn_link {
    color: #1a1b1e;
}

.makp_breadcrumb {
    position: relative;
    padding: 100px 0 102px;
}
.makp_breadcrumb .breadcrumb_content h2 {
    color: #fff;
    margin-bottom: 6px;
}
.makp_breadcrumb .breadcrumb_content ul li {
    display: inline-block;
    color: #fff;
}
.makp_breadcrumb .breadcrumb_content ul li a {
    color: #fff;
}
.makp_breadcrumb .breadcrumb_content ul li:after {
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 9px;
    margin-right: 4px;
}
.makp_breadcrumb .breadcrumb_content ul li:last-child:after {
    display: none;
}

.makp_newsletter .newsletter_wrapper {
    background: #fff;
    border: 11px solid #e5e5e5;
}
.makp_newsletter .newsletter_wrapper .makp_content_box .form_group {
    max-width: 770px;
    margin: 0 auto;
}
.makp_newsletter
    .newsletter_wrapper
    .makp_content_box
    .form_group
    .form_control {
    height: 65px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.makp_newsletter .newsletter_wrapper .makp_content_box .form_group .makp_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.newsletter_v1 {
    position: relative;
    margin-bottom: -160px;
}
.newsletter_v1 .section_title {
    margin-bottom: 55px;
}
.newsletter_v1 .section_title h2 {
    margin-bottom: 0;
}
.newsletter_v1 .section_title p {
    margin-top: 5px;
}

.newsletter_v2 {
    margin-bottom: -185px;
}
.newsletter_v2 .newsletter_wrapper {
    box-shadow: 9.841px 11.321px 50px 0px rgba(31, 58, 103, 0.3);
    position: relative;
    border: none;
}
.newsletter_v2 .newsletter_wrapper .section_title p {
    max-width: 380px;
    margin: auto;
    margin-top: 15px;
    color: #fff;
}

.makp_cta {
    position: relative;
}
.makp_cta .makp_content_box h2 {
    color: #fff;
    line-height: 66px;
}

.cta_v1 {
    padding-bottom: 280px;
}

.cta_v2 .button_box {
    float: right;
}

.faq_v1 .faq_wrapper .card {
    margin-bottom: 40px;
    border-radius: 0;
    border-color: #e5e5e5;
}
.faq_v1 .faq_wrapper .card .card-header {
    position: relative;
    padding: 19px 30px 17px;
    border-bottom: 0;
    background: transparent;
    border-radius: 0;
    color: #1a1b1e;
    font: 500 22px "Poppins";
}
.faq_v1 .faq_wrapper .card .card-header .toggle_btn {
    float: right;
}
.faq_v1 .faq_wrapper .card .card-header .toggle_btn:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    transition: all 0.25s linear;
}
.faq_v1 .faq_wrapper .card .card-body {
    padding: 25px 30px 20px;
}
.faq_v1
    .faq_wrapper
    .card
    .card-header[aria-expanded="true"]
    .toggle_btn::after {
    transform: rotate(180deg);
    content: "\f068";
}
.faq_v1 .faq_wrapper .card .card-header[aria-expanded="true"] {
    background: #fe3e57;
    color: #fff;
}

.sponsor_slide_1 {
    border-top: 1px solid #364c71;
    position: relative;
    z-index: 333;
}
.sponsor_slide_1 .single_slide {
    margin-left: 75px;
    margin-right: 75px;
    position: relative;
}
.sponsor_slide_1 .single_slide:hover img {
    filter: grayscale(0);
}
.sponsor_slide_1 .single_slide img {
    filter: grayscale(1);
    margin: 0 auto;
    min-height: 30px;
}

.sponsor_v2 .sponsor_slide_1 {
    border-color: #e5e5e5;
}

.sponsor_v3 .sponsor_slide_1 {
    border-color: #efefef;
}

.makp_sidebar .widget_box {
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(185, 185, 185, 0.28);
    padding: 45px 35px;
    overflow: hidden;
}
.makp_sidebar .widget_box .widget_title {
    font: 600 22px "Poppins";
    margin-bottom: 40px;
}
.makp_sidebar .widget_box.search_widget .form_group {
    position: relative;
}
.makp_sidebar .widget_box.search_widget .form_group .form_control {
    margin-bottom: 0;
}
.makp_sidebar .widget_box.search_widget .form_group .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    background: #fe3e57;
}
.makp_sidebar .widget_box.about_box_2 {
    padding: 45px 35px 35px;
}
.makp_sidebar .widget_box.about_box_2 .widget_title {
    margin-bottom: 5px;
}
.makp_sidebar .widget_box.about_box_2 img {
    margin-bottom: 25px;
}
.makp_sidebar .widget_box.about_box_2 ul {
    padding-top: 20px;
}
.makp_sidebar .widget_box.about_box_2 ul li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.makp_sidebar .widget_box.about_box_2 ul li a {
    color: #878b97;
    font-size: 16px;
}
.makp_sidebar .widget_box.about_box_2 ul li a:hover,
.makp_sidebar .widget_box.about_box_2 ul li a:focus {
    color: #fe3e57;
}
.makp_sidebar .widget_box.categories_widget .categories_link li {
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}
.makp_sidebar .widget_box.categories_widget .categories_link li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.makp_sidebar .widget_box.categories_widget .categories_link li a {
    color: #878b97;
}
.makp_sidebar .widget_box.categories_widget .categories_link li a span {
    float: right;
}
.makp_sidebar .widget_box.categories_widget .categories_link li a:before {
    display: inline-block;
    content: "\f101";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}
.makp_sidebar .widget_box.categories_widget .categories_link li a:hover,
.makp_sidebar .widget_box.categories_widget .categories_link li a:focus {
    color: #fe3e57;
}
.makp_sidebar .widget_box.recent_post .post_wrapper .post_list {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    overflow: hidden;
}
.makp_sidebar .widget_box.recent_post .post_wrapper .post_list:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.makp_sidebar .widget_box.recent_post .post_wrapper .post_list .post_img {
    float: left;
}
.makp_sidebar .widget_box.recent_post .post_wrapper .post_list .post_info {
    margin-top: -7px;
    margin-left: 85px;
}
.makp_sidebar .widget_box.recent_post .post_wrapper .post_list .post_info h3 {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 3px;
}
.makp_sidebar
    .widget_box.recent_post
    .post_wrapper
    .post_list
    .post_info
    h3:hover
    a,
.makp_sidebar
    .widget_box.recent_post
    .post_wrapper
    .post_list
    .post_info
    h3:focus
    a {
    color: #fe3e57;
}
.makp_sidebar .widget_box.recent_post .post_wrapper .post_list .post_info h3 a {
    color: #1a1b1e;
}
.makp_sidebar .widget_box.insragram_box {
    padding: 45px 35px 15px;
}
.makp_sidebar .widget_box.insragram_box ul {
    margin-left: -15px;
    margin-right: -15px;
}
.makp_sidebar .widget_box.insragram_box ul li {
    overflow: hidden;
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.makp_sidebar .widget_box.insragram_box ul li a img {
    width: 100%;
}
.makp_sidebar .widget_box.tags_box {
    padding: 45px 35px 25px;
}
.makp_sidebar .widget_box.tags_box .tags_link li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 14px;
}
.makp_sidebar .widget_box.tags_box .tags_link li a {
    display: block;
    padding: 7px 20px;
    background: #f9f9fb;
    color: #878b97;
    -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;
}
.makp_sidebar .widget_box.tags_box .tags_link li a:hover,
.makp_sidebar .widget_box.tags_box .tags_link li a:focus {
    background: #fe3e57;
    color: #fff;
    box-shadow: 0px 8px 15px 0px rgba(254, 62, 87, 0.3);
}

.makp_pagination ul li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.makp_pagination ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #878b97;
    box-shadow: 0px 10px 20px 0px rgba(169, 169, 169, 0.3);
    -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;
}
.makp_pagination ul li a:hover,
.makp_pagination ul li a:focus {
    background: #fe3e57;
    color: #fff;
    box-shadow: 0px 10px 25px 0px rgba(254, 62, 87, 0.35);
}

#search-modal {
    background: rgba(23, 26, 33, 0.95);
}
#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0;
}
#search-modal form {
    width: 555px;
    position: relative;
}
#search-modal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none;
}
#search-modal .modal-content:focus {
    box-shadow: none;
}
#search-modal .modal-content .form_control {
    padding-left: 0;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    margin-bottom: 0;
}
#search-modal .modal-content .form_control::placeholder {
    color: #fff;
}
#search-modal .modal-content .search_btn {
    position: absolute;
    background: transparent;
    top: 10px;
    right: 10px;
    color: #fff;
}

@-webkit-keyframes play-pluse {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -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;
        opacity: 0;
    }
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -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;
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        -webkit-transition: all 0.7s ease-out 0s;
        -moz-transition: all 0.7s ease-out 0s;
        -ms-transition: all 0.7s ease-out 0s;
        -o-transition: all 0.7s ease-out 0s;
        transition: all 0.7s ease-out 0s;
        opacity: 0;
    }
}
/*----------- what_we ------------------*/
/*---------------------------
	Start makp_what_we css
----------------------------*/
.what_we_v1 .we_wrapper {
    position: relative;
    margin: -80px 40px 0px;
}
.what_we_v1 .we_wrapper .grid_item {
    background: #fff;
    padding: 48px 40px 45px;
    box-shadow: 0px 15px 40px 0px rgba(198, 198, 198, 0.3);
    -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;
}
.what_we_v1 .we_wrapper .grid_item .grid_inner_item .makp_icon i {
    display: inline-block;
    margin-top: 8px;
    font-size: 40px;
    max-width: 40px;
    max-height: 40px;
    color: #fe3e57;
    margin-bottom: 32px;
}
.what_we_v1 .we_wrapper .grid_item .grid_inner_item .makp_content h4 {
    margin-bottom: 16px;
}
.what_we_v1 .we_wrapper .grid_item .grid_inner_item .makp_btn {
    display: none;
    margin-top: 33px;
}

.what_we_v2 .makp_img_box .makp_img .play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.what_we_v2 .makp_img_box .makp_img .play_button .play_btn {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #fe3e57;
    color: #fff;
    font-size: 16px;
}
.what_we_v2 .makp_img_box .makp_img .play_button .play_btn:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.5;
    margin-top: -60px;
    margin-left: -60px;
}
.what_we_v2 .we_wrapper {
    margin: 0px;
}
.what_we_v2 .we_wrapper .grid_item:hover {
    max-height: 415px;
    -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;
    background: #fe3e57;
}
.what_we_v2 .we_wrapper .grid_item:hover .grid_inner_item .makp_icon i {
    color: #fff;
}
.what_we_v2 .we_wrapper .grid_item:hover .grid_inner_item .makp_content h4,
.what_we_v2 .we_wrapper .grid_item:hover .grid_inner_item .makp_content p {
    color: #fff;
}
.what_we_v2
    .we_wrapper
    .grid_item:hover
    .grid_inner_item
    .makp_content
    .makp_btn {
    display: inline-block;
    background: #fff;
    color: #fe3e57;
}

/*----------- portfolio ------------------*/
/*---------------------------
	Start makp_portfolio css
----------------------------*/
.makp_portfolio {
    position: relative;
}
.makp_portfolio .portfolio_button {
    margin-top: -10px;
    margin-bottom: 50px;
}
.makp_portfolio .portfolio_button .portfolio_btn {
    position: relative;
    background: transparent;
    margin-left: 20px;
    margin-right: 20px;
    font: 400 16px "Poppins";
    color: #878b97;
    padding-bottom: 3px;
    -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;
}
.makp_portfolio .portfolio_button .portfolio_btn.active_btn {
    color: #fe3e57;
}
.makp_portfolio .portfolio_button .portfolio_btn.active_btn:after {
    width: 100%;
}
.makp_portfolio .portfolio_button .portfolio_btn:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fe3e57;
    -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;
}
.makp_portfolio .portfolio_button .portfolio_btn:hover,
.makp_portfolio .portfolio_button .portfolio_btn:focus {
    color: #fe3e57;
}
.makp_portfolio .portfolio_button .portfolio_btn:hover:after,
.makp_portfolio .portfolio_button .portfolio_btn:focus:after {
    width: 100%;
}
.makp_portfolio .grid_item .grid_inner_item .makp_img {
    position: relative;
    overflow: hidden;
}

.portfolio_v1 .grid_item {
    margin-bottom: 50px;
}
.portfolio_v1 .grid_item .grid_inner_item .makp_content {
    position: relative;
    padding: 25px 20px;
    background: #fff;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -50px;
    box-shadow: 0px 15px 30px 0px rgba(206, 206, 206, 0.3);
}
.portfolio_v1 .grid_item .grid_inner_item .makp_content .text h3 {
    max-width: 190px;
    font-size: 22px;
    font-weight: 500;
}
.portfolio_v1 .grid_item .grid_inner_item .makp_content .text h3 a {
    color: #1a1b1e;
    -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;
}
.portfolio_v1 .grid_item .grid_inner_item .makp_content .text h3 a:hover,
.portfolio_v1 .grid_item .grid_inner_item .makp_content .text h3 a:focus {
    color: #fe3e57;
}
.portfolio_v1 .grid_item .grid_inner_item .makp_content .icon a {
    position: absolute;
    top: 25px;
    right: 20px;
    display: inline-block;
    margin-left: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #0e2243;
    background: #e5e5e5;
    -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;
}
.portfolio_v1 .grid_item .grid_inner_item .makp_content .icon a:hover,
.portfolio_v1 .grid_item .grid_inner_item .makp_content .icon a:focus {
    background: #fe3e57;
    color: #fff;
}

.portfolio_v2 .section_title {
    max-width: 380px;
}
.portfolio_v2 .portfolio_slide {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio_v2 .portfolio_slide .slick-next {
    top: -120px;
    right: 15px;
    width: 60px;
    height: 60px;
}
.portfolio_v2 .portfolio_slide .slick-prev {
    top: -120px;
    left: auto;
    right: 75px;
    width: 60px;
    height: 60px;
}
.portfolio_v2 .portfolio_slide .slick-next:hover:before,
.portfolio_v2 .portfolio_slide .slick-prev:hover:before {
    color: #fe3e57;
}
.portfolio_v2 .portfolio_slide .slick-next:before,
.portfolio_v2 .portfolio_slide .slick-prev:before {
    display: block;
    font-family: "Flaticon";
    font-weight: 600;
    font-size: 18px;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #0e2243;
    line-height: 60px;
    opacity: 1;
    -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;
}
.portfolio_v2 .portfolio_slide .slick-next:before {
    content: "\f114";
}
.portfolio_v2 .portfolio_slide .slick-prev:before {
    content: "\f115";
}
.portfolio_v2 .portfolio_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px;
}
.portfolio_v2
    .portfolio_slide
    .grid_item:hover
    .grid_inner_item
    .makp_img
    .portfolio_overlay {
    bottom: 0px;
}
.portfolio_v2
    .portfolio_slide
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay {
    position: absolute;
    background: #fff;
    left: 50%;
    bottom: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 79%;
    height: 95px;
    -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;
}
.portfolio_v2
    .portfolio_slide
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .makp_content {
    text-align: center;
    padding: 20px;
}
.portfolio_v2
    .portfolio_slide
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .makp_content
    h3 {
    font-size: 22px;
}
.portfolio_v2
    .portfolio_slide
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .makp_content
    h3
    a {
    color: #1a1b1e;
}
.portfolio_v2
    .portfolio_slide
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .makp_content
    span {
    color: #fe3e57;
}

.portfolio_v3 .grid_item {
    margin-bottom: 30px;
}
.portfolio_v3 .grid_item:hover .grid_inner_item .makp_img .portfolio_overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio_v3 .grid_item .grid_inner_item .makp_img .portfolio_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(14, 34, 67, 0.85);
    width: 92.985%;
    height: 92.31%;
    opacity: 0;
    visibility: hidden;
    -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;
}
.portfolio_v3
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .portfolio_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
}
.portfolio_v3
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .portfolio_content
    .text
    p {
    color: #fff;
}
.portfolio_v3
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .portfolio_content
    .text
    h3 {
    font: 600 22px "Poppins";
}
.portfolio_v3
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .portfolio_content
    .text
    h3
    a {
    color: #fff;
}
.portfolio_v3
    .grid_item
    .grid_inner_item
    .makp_img
    .portfolio_overlay
    .portfolio_content
    .icon
    a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #fe3e57;
}

.portfolio_v4 .grid_item .grid_inner_item .makp_img .portfolio_overlay {
    width: 89.2%;
    height: 89%;
}

.makp_project_single .makp_content_box {
    padding-bottom: 35px;
}
.makp_project_single .makp_content_box .makp_img {
    margin-bottom: 45px;
}
.makp_project_single .makp_content_box h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.makp_project_single .makp_content_box p {
    margin-bottom: 28px;
}
.makp_project_single .project_info_box {
    padding: 45px 70px;
    border: 1px dashed #fe3e57;
}
.makp_project_single .project_info_box .project_info h5 {
    margin-bottom: 10px;
}

/*----------- testimonial ------------------*/
/*---------------------------
	Start makp_testimonial css
----------------------------*/
.testimonial_v1 {
    position: relative;
    z-index: 1;
}
.testimonial_v1:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 317px;
    height: 334px;
    background: url(../images/homepage1/testimonial/shape_1.png) no-repeat;
    z-index: 1;
}
.testimonial_v1:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 317px;
    height: 334px;
    background: url(../images/homepage1/testimonial/shape_2.png) no-repeat;
    z-index: 111;
    opacity: 0.5;
}
.testimonial_v1 .section_title h2 {
    color: #fff;
}
.testimonial_v1 .testimonial_slide_1 .slick-prev,
.testimonial_v1 .testimonial_slide_1 .slick-next {
    z-index: 1;
}
.testimonial_v1 .testimonial_slide_1 .slick-prev:before,
.testimonial_v1 .testimonial_slide_1 .slick-next:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0e2243;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    -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;
}
.testimonial_v1 .testimonial_slide_1 .slick-prev:hover:before,
.testimonial_v1 .testimonial_slide_1 .slick-next:hover:before {
    background: #fe3e57;
    box-shadow: 0px 10px 20px 0px rgba(254, 62, 87, 0.45);
}
.testimonial_v1 .testimonial_slide_1 .slick-prev {
    left: auto;
    right: 140px;
    top: auto;
    bottom: 90px;
}
.testimonial_v1 .testimonial_slide_1 .slick-prev:before {
    content: "\f060";
}
.testimonial_v1 .testimonial_slide_1 .slick-next {
    right: 80px;
    top: auto;
    bottom: 90px;
}
.testimonial_v1 .testimonial_slide_1 .slick-next:before {
    content: "\f061";
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box {
    background: #fff;
    padding: 80px 60px;
    position: relative;
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    width: 135px;
    height: 95px;
    background: url(../images/homepage1/testimonial/quote_1.png) no-repeat;
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box .makp_content_box p {
    margin-bottom: 35px;
}
.testimonial_v1
    .testimonial_slide_1
    .testimonial_box
    .makp_content_box
    .rating {
    margin-bottom: 40px;
}
.testimonial_v1
    .testimonial_slide_1
    .testimonial_box
    .makp_content_box
    .rating
    li {
    display: inline-block;
}
.testimonial_v1
    .testimonial_slide_1
    .testimonial_box
    .makp_content_box
    .rating
    li
    i {
    color: #ffa848;
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box .admin_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box .admin_box .thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box .admin_box .info {
    margin-left: 20px;
}
.testimonial_v1 .testimonial_slide_1 .testimonial_box .admin_box .info h5 {
    margin-bottom: 5px;
}

.testimonial_v2 {
    background: url(../images/homepage2/testimonial/map.png) no-repeat;
    background-position: 50%;
}
.testimonial_v2 .testimonial_wrapper .thumb_slide .single_thumb {
    padding: 60px 44px;
}
.testimonial_v2 .testimonial_wrapper .thumb_slide .single_thumb img {
    transform: scale(0.8);
}
.testimonial_v2 .testimonial_wrapper .thumb_slide .slick-current img {
    position: relative;
    z-index: 99;
    transform: scale(1.1);
    border: 5px solid #fe3e57;
    transition: all linear 0.3s;
    margin: 0 auto;
}
.testimonial_v2 .testimonial_wrapper .testimonial_slide_2 {
    max-width: 580px;
    margin: 0 auto;
}
.testimonial_v2 .testimonial_wrapper .testimonial_slide_2 .testimonial_box {
    text-align: center;
}
.testimonial_v2
    .testimonial_wrapper
    .testimonial_slide_2
    .testimonial_box
    .rating {
    margin-bottom: 40px;
}
.testimonial_v2
    .testimonial_wrapper
    .testimonial_slide_2
    .testimonial_box
    .rating
    li {
    display: inline-block;
}
.testimonial_v2
    .testimonial_wrapper
    .testimonial_slide_2
    .testimonial_box
    .rating
    li
    i {
    color: #ffa848;
}
.testimonial_v2 .testimonial_wrapper .testimonial_slide_2 .testimonial_box p {
    margin-bottom: 30px;
}

/*----------- pricing ------------------*/
/*---------------------------
	Start makp_pricing css
----------------------------*/
.makp_pricing .pricing_box {
    position: relative;
    padding: 70px 40px;
    border: 1px solid #efefef;
    -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;
}
.makp_pricing .pricing_box:after {
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 5px;
    margin: auto;
    left: 0;
    right: 0;
    background: #fe3e57;
    -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;
}
.makp_pricing .pricing_box:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 0px 15px 50px 0px rgba(142, 142, 142, 0.18);
}
.makp_pricing .pricing_box:hover:after {
    width: 100%;
}
.makp_pricing .pricing_box .pricing_head {
    text-align: center;
    padding-bottom: 33px;
}
.makp_pricing .pricing_box .pricing_head h4 {
    margin-bottom: 15px;
}
.makp_pricing .pricing_box .pricing_head h2 {
    color: #fe3e57;
    font-size: 48px;
}
.makp_pricing .pricing_box .pricing_head h2 span {
    font-size: 16px;
    color: #878b97;
}
.makp_pricing .pricing_box .pricing_body {
    padding: 50px 50px 40px;
    border-top: 1px solid #efefef;
}
.makp_pricing .pricing_box .pricing_body ul li {
    line-height: 36px;
}
.makp_pricing .pricing_box .pricing_body ul li.check:before {
    content: "\f00c";
}
.makp_pricing .pricing_box .pricing_body ul li.uncheck:before {
    content: "\f00d";
}
.makp_pricing .pricing_box .pricing_body ul li:before {
    display: inline-block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 15px;
    color: #fe3e57;
}
.makp_pricing .pricing_box .button_box {
    text-align: center;
}
.makp_pricing .pricing_box .button_box .makp_btn {
    background: transparent;
    border: 1px solid #fe3e57;
    color: #1a1b1e;
    padding: 15px 57px 14px;
    font-family: "Poppins";
}
.makp_pricing .pricing_box .button_box .makp_btn:hover,
.makp_pricing .pricing_box .button_box .makp_btn:focus {
    box-shadow: 0px 15px 40px 0px rgba(254, 62, 87, 0.3);
    background: #fe3e57;
    color: #fff;
}

/*----------- team ------------------*/
/*---------------------------
	Start makp_team css
----------------------------*/
.team_v1 .grid_item .grid_inner_item .makp_content {
    background: #fff;
    position: relative;
    box-shadow: 0px 15px 30px 0px rgba(206, 206, 206, 0.3);
    padding: 50px 20px 40px;
}
.team_v1 .grid_item .grid_inner_item .makp_content .icon {
    margin-top: -76px;
    margin-bottom: 25px;
}
.team_v1 .grid_item .grid_inner_item .makp_content .icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e5e5e5;
    font-size: 16px;
    color: #0e2243;
    -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;
}
.team_v1 .grid_item .grid_inner_item .makp_content .icon a:hover,
.team_v1 .grid_item .grid_inner_item .makp_content .icon a:focus {
    background: #fe3e57;
    color: #fff;
    box-shadow: 0px 15px 30px 0px rgba(254, 62, 87, 0.35);
}
.team_v1 .grid_item .grid_inner_item .makp_content h4 {
    margin-bottom: 10px;
}

.team_v2 .grid_item {
    background: #fff;
    box-shadow: 0px 15px 35px 0px rgba(177, 177, 177, 0.25);
}
.team_v2 .grid_item:hover .grid_inner_item .makp_img .team_overlay {
    bottom: 0;
}
.team_v2 .grid_item .grid_inner_item .makp_img {
    position: relative;
    overflow: hidden;
}
.team_v2 .grid_item .grid_inner_item .makp_img .team_overlay {
    position: absolute;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
    padding: 5px;
    text-align: center;
    background: #fff;
    -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;
}
.team_v2 .grid_item .grid_inner_item .makp_img .team_overlay .social ul li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.team_v2
    .grid_item
    .grid_inner_item
    .makp_img
    .team_overlay
    .social
    ul
    li:first-child {
    margin-left: 0;
}
.team_v2
    .grid_item
    .grid_inner_item
    .makp_img
    .team_overlay
    .social
    ul
    li:last-child {
    margin-right: 0;
}
.team_v2 .grid_item .grid_inner_item .makp_img .team_overlay .social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0e2243;
    color: #fff;
    font-size: 16px;
    -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;
}
.team_v2
    .grid_item
    .grid_inner_item
    .makp_img
    .team_overlay
    .social
    ul
    li
    a:hover,
.team_v2
    .grid_item
    .grid_inner_item
    .makp_img
    .team_overlay
    .social
    ul
    li
    a:focus {
    background: #fe3e57;
}
.team_v2 .grid_item .grid_inner_item .makp_content {
    padding: 40px;
}

/*----------- blog ------------------*/
/*---------------------------
	Start Makp_blog css
----------------------------*/
.blog_v1 .button_box {
    margin-bottom: 60px;
}
.blog_v1 .blog_box {
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(188, 188, 188, 0.25);
    margin-right: 20px;
}
.blog_v1 .blog_box .blog_img {
    position: relative;
    overflow: hidden;
}
.blog_v1 .blog_box .blog_img .play_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog_v1 .blog_box .blog_img .play_box .pop_btn {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fe3e57;
    border-radius: 50%;
    box-shadow: 0px 15px 35px 0px rgba(254, 62, 87, 0.3);
}
.blog_v1 .blog_box .blog_img .play_box .pop_btn i {
    line-height: 80px;
}
.blog_v1 .blog_box .blog_content {
    padding: 38px 45px 43px;
}
.blog_v1 .blog_box .blog_content .blog_meta {
    margin-bottom: 22px;
}
.blog_v1 .blog_box .blog_content .blog_meta span {
    margin-right: 45px;
}
.blog_v1 .blog_box .blog_content .blog_meta span i {
    color: #fe3e57;
    margin-right: 10px;
}
.blog_v1 .blog_box .blog_content .blog_meta span a {
    color: #878b97;
}
.blog_v1 .blog_box .blog_content .title {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 32px;
}
.blog_v1 .blog_box .blog_content .title a {
    color: #1a1b1e;
    -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;
}
.blog_v1 .blog_box .blog_content .title a:hover,
.blog_v1 .blog_box .blog_content .title a:focus {
    color: #fe3e57;
}
.blog_v1 .blog_box .blog_content .btn_link {
    margin-top: 25px;
}
.blog_v1 .blog_list_wrapper .blog_box {
    min-height: 170px;
    margin-right: 0;
    margin-bottom: 50px;
    -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;
}
.blog_v1 .blog_list_wrapper .blog_box:hover {
    background: #fe3e57;
}
.blog_v1 .blog_list_wrapper .blog_box:hover .blog_content .title a {
    color: #fff;
}
.blog_v1 .blog_list_wrapper .blog_box:hover .blog_content .blog_meta span a {
    color: #fff;
}
.blog_v1
    .blog_list_wrapper
    .blog_box:hover
    .blog_content
    .blog_meta
    span:after {
    color: #fff;
}
.blog_v1 .blog_list_wrapper .blog_box:last-child {
    margin-bottom: 0;
}
.blog_v1 .blog_list_wrapper .blog_box .blog_content {
    padding: 30px 30px 30px;
}
.blog_v1 .blog_list_wrapper .blog_box .blog_content .title {
    margin-bottom: 17px;
}
.blog_v1 .blog_list_wrapper .blog_box .blog_content .blog_meta {
    margin-bottom: 0;
}
.blog_v1 .blog_list_wrapper .blog_box .blog_content .blog_meta span {
    margin-right: 0;
}
.blog_v1
    .blog_list_wrapper
    .blog_box
    .blog_content
    .blog_meta
    span:last-child:after {
    display: none;
}
.blog_v1 .blog_list_wrapper .blog_box .blog_content .blog_meta span:after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #fe3e57;
}

.blog_v2,
.blog_v3 {
    position: relative;
}
.blog_v2 .blog_box .blog_content,
.blog_v3 .blog_box .blog_content {
    padding: 35px 30px 40px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.blog_v2 .blog_box .blog_content .blog_meta,
.blog_v3 .blog_box .blog_content .blog_meta {
    margin-bottom: 23px;
}
.blog_v2 .blog_box .blog_content .blog_meta span,
.blog_v3 .blog_box .blog_content .blog_meta span {
    margin-right: 26px;
}
.blog_v2 .blog_box .blog_content .blog_meta span i,
.blog_v3 .blog_box .blog_content .blog_meta span i {
    margin-right: 8px;
    color: #fe3e57;
}
.blog_v2 .blog_box .blog_content .blog_meta span a,
.blog_v3 .blog_box .blog_content .blog_meta span a {
    color: #878b97;
}
.blog_v2 .blog_box .blog_content .title,
.blog_v3 .blog_box .blog_content .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.blog_v2 .blog_box .blog_content .title a,
.blog_v3 .blog_box .blog_content .title a {
    color: #1a1b1e;
    -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;
}
.blog_v2 .blog_box .blog_content .title a:hover,
.blog_v2 .blog_box .blog_content .title a:focus,
.blog_v3 .blog_box .blog_content .title a:hover,
.blog_v3 .blog_box .blog_content .title a:focus {
    color: #fe3e57;
}
.blog_v2 .blog_box .blog_content .btn_link,
.blog_v3 .blog_box .blog_content .btn_link {
    color: #fe3e57;
}

.blog_v2 {
    margin-top: -140px;
}

.blog_v3 .blog_box .blog_content {
    border: none;
    box-shadow: 0px 10px 35px 0px rgba(185, 185, 185, 0.28);
}

.blog_v4 .blog_box .blog_img .post_img_slide .single-post-imgm,
.blog_v4 .blog_box .blog_img .post_img_slide .slick-slide {
    height: auto;
}
.blog_v4 .blog_box .blog_img .post_img_slide .slick-next {
    right: 50px;
    width: 40px;
    height: 40px;
}
.blog_v4 .blog_box .blog_img .post_img_slide .slick-prev {
    left: 50px;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.blog_v4 .blog_box .blog_img .post_img_slide .slick-next:hover:before,
.blog_v4 .blog_box .blog_img .post_img_slide .slick-prev:hover:before {
    background: #fe3e57;
    color: #fff;
}
.blog_v4 .blog_box .blog_img .post_img_slide .slick-next:before,
.blog_v4 .blog_box .blog_img .post_img_slide .slick-prev:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-family: "Flaticon";
    font-size: 16px;
    opacity: 1;
    color: #fe3e57;
    -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;
}
.blog_v4 .blog_box .blog_img .post_img_slide .slick-next:before {
    content: "\f114";
}
.blog_v4 .blog_box .blog_img .post_img_slide .slick-prev:before {
    content: "\f115";
}
.blog_v4 .blog_box .blog_content {
    padding: 43px 45px 43px;
}

.makp_blog_details .blog_wrapper_content .blog_content {
    padding: 45px 50px 50px;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(185, 185, 185, 0.28);
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_meta {
    margin-bottom: 35px;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_meta span {
    margin-right: 40px;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_meta span a {
    color: #878b97;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_meta span i {
    color: #fe3e57;
    margin-right: 10px;
}
.makp_blog_details .blog_wrapper_content .blog_content p {
    margin-bottom: 18px;
}
.makp_blog_details .blog_wrapper_content .blog_content blockquote {
    margin: 25px 0;
    background: #f9f9fb;
    padding: 30px 20px 30px 25px;
    border-left: 5px solid #fe3e57;
}
.makp_blog_details .blog_wrapper_content .blog_content blockquote h4 {
    font: 600 22px "Archivo";
    line-height: 32px;
    margin-bottom: 10px;
}
.makp_blog_details .blog_wrapper_content .blog_content blockquote h6 {
    font: 600 16px "Archivo";
    color: #fe3e57;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_img {
    margin-top: 7px;
    margin-bottom: 22px;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_post_tag h6 {
    margin-bottom: 20px;
    color: #878b97;
    font-weight: 600;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_post_tag a {
    background: #f9f9fb;
    display: inline-block;
    padding: 7px 27px;
    font-size: 16px;
    color: #878b97;
    margin-right: 14px;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_post_share h6 {
    margin-bottom: 20px;
    color: #878b97;
    font-weight: 600;
}
.makp_blog_details .blog_wrapper_content .blog_content .blog_post_share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fe3e57;
    color: #fff;
    font-size: 16px;
    margin-left: 3px;
}
.makp_blog_details
    .blog_wrapper_content
    .blog_content
    .blog_post_share
    a.facebook {
    background: #3b5998;
}
.makp_blog_details
    .blog_wrapper_content
    .blog_content
    .blog_post_share
    a.twitter {
    background: #55acee;
}
.makp_blog_details
    .blog_wrapper_content
    .blog_content
    .blog_post_share
    a.linkedin {
    background: #0174b5;
}
.makp_blog_details
    .blog_wrapper_content
    .blog_content
    .blog_post_share
    a.pinterest {
    background: #e60023;
}
.makp_blog_details .blog_wrapper_content .author_box {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(185, 185, 185, 0.28);
}
.makp_blog_details .blog_wrapper_content .author_box .author_img {
    float: left;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info {
    margin-left: 150px;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info span {
    margin-top: -6px;
    color: #1a1b1e;
    display: block;
    margin-bottom: 5px;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info h4 {
    font: 700 22px "Archivo";
    margin-bottom: 17px;
    color: #fe3e57;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info p {
    margin-bottom: 10px;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info ul li {
    display: inline-block;
    margin-right: 10px;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info ul li a {
    color: #878b97;
}
.makp_blog_details .blog_wrapper_content .author_box .author_info ul li a:hover,
.makp_blog_details
    .blog_wrapper_content
    .author_box
    .author_info
    ul
    li
    a:focus {
    color: #fe3e57;
}
.makp_blog_details .blog_wrapper_content .makp_navigation h5 {
    font: 400 16px "Archivo";
}
.makp_blog_details .blog_wrapper_content .makp_navigation h5 a {
    color: #1a1b1e;
}
.makp_blog_details .blog_wrapper_content .makp_navigation h5 a:hover,
.makp_blog_details .blog_wrapper_content .makp_navigation h5 a:focus {
    color: #fe3e57;
}
.makp_blog_details .blog_wrapper_content .makp_navigation h5 a i {
    margin-right: 10px;
}
.makp_blog_details .blog_wrapper_content .makp_navigation.next_post h5 a i {
    margin-left: 10px;
}
.makp_blog_details .blog_wrapper_content .post_comment_form {
    padding: 45px 50px 50px;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(185, 185, 185, 0.28);
}
.makp_blog_details .blog_wrapper_content .post_comment_form .title {
    margin-bottom: 35px;
}

/*----------- contact ------------------*/
/*---------------------------
	Start Makp_contact css
----------------------------*/
.contact_v1 {
    padding-bottom: 140px;
}
.contact_v1 .contact_form {
    padding: 45px 50px 50px;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(185, 185, 185, 0.28);
}
.contact_v1 .contact_form h4 {
    margin-bottom: 35px;
}
.contact_v1 .makp_conent_box .section_title {
    margin-bottom: 30px;
    overflow: hidden;
}
.contact_v1 .makp_conent_box .section_title h2 {
    margin-bottom: 20px;
}
.contact_v1 .makp_conent_box .section_title p {
    margin-bottom: 15px;
}
.contact_v1 .makp_conent_box .contact_list .single_list {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.contact_v1 .makp_conent_box .contact_list .single_list .icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #fe3e57;
    font-size: 30px;
    box-shadow: 0px 5px 20px 0px rgba(146, 146, 146, 0.3);
}
.contact_v1 .makp_conent_box .contact_list .single_list .text {
    margin-left: 20px;
}
.contact_v1 .makp_conent_box .contact_list .single_list .text p {
    max-width: 185px;
}
.contact_v1 .makp_conent_box .contact_list .single_list .text p a {
    color: #878b97;
}

.form_group {
    position: relative;
}

.form_control {
    width: 100%;
    height: 55px;
    padding: 18px 20px;
    background: #f6f6f6;
    margin-bottom: 30px;
    color: #878b97;
    border: 1px solid #ccc;
}
.form_control::placeholder {
    color: #878b97;
}

textarea.form_control {
    padding: 14px 20px 20px;
    min-height: 210px;
    max-height: 600px;
}

.makp_map .map_box iframe {
    width: 100%;
    display: inherit;
    height: 555px;
    border: none;
}

/*----------- footer ------------------*/
/*---------------------------
	Start Makp_footer css
----------------------------*/
.makp_footer .footer_top .widget_box {
    overflow: hidden;
}
.makp_footer .footer_top .widget_box.about_box img {
    margin-bottom: 15px;
}
.makp_footer .footer_top .widget_box.about_box p {
    color: #fff;
    margin-bottom: 25px;
}
.makp_footer .footer_top .widget_box .widget_title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.makp_footer .footer_top .widget_box .widget_link li {
    line-height: 40px;
}
.makp_footer .footer_top .widget_box .widget_link li:hover a {
    color: #fe3e57;
}
.makp_footer .footer_top .widget_box .widget_link li a {
    color: #fff;
    -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;
}
.makp_footer .footer_top .widget_box.insragram_box ul li {
    width: 25%;
    float: left;
    padding: 0 7px;
    margin-bottom: 15px;
}
.makp_footer .footer_top .widget_box.insragram_box ul li img {
    width: 100%;
}
.makp_footer .footer_contact .widget_box .icon i {
    font-size: 40px;
    color: #fff;
}
.makp_footer .footer_contact .widget_box .info {
    margin-left: 15px;
}
.makp_footer .footer_contact .widget_box .info h4 {
    color: #fff;
    font-family: "Archivo";
}
.makp_footer .footer_contact .widget_box .info p {
    color: #fff;
}
.makp_footer .footer_contact .widget_box .info p a {
    color: #fff;
}
.makp_footer .footer_bootom {
    padding: 25px 0;
    background: #152f58;
}
.makp_footer .footer_bootom .copyright_text p {
    color: #fff;
}

.footer_v1 .footer_top .widget_box.about_box .contact_box {
    background: #fe3e57;
    max-width: 260px;
    padding: 21px 30px 17px;
}
.footer_v1 .footer_top .widget_box.about_box .contact_box .icon i {
    font-size: 40px;
    color: #fff;
}
.footer_v1 .footer_top .widget_box.about_box .contact_box .info {
    margin-left: 15px;
}
.footer_v1 .footer_top .widget_box.about_box .contact_box .info h4 {
    color: #fff;
}
.footer_v1 .footer_top .widget_box.about_box .contact_box .info p {
    margin-bottom: 0;
}
.footer_v1 .footer_top .widget_box .widget_link li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    vertical-align: middle;
    background: #d6d7db;
    margin-right: 4px;
}

.footer_v2 .footer_newsletter {
    border-bottom: 1px solid #1c3b6e;
}
.footer_v2 .footer_newsletter .makp_content_box h2 {
    color: #fff;
}
.footer_v2 .footer_newsletter .makp_content_box .form_group {
    position: relative;
}
.footer_v2 .footer_newsletter .makp_content_box .form_group .makp_btn {
    position: absolute;
    right: 0;
    top: 0;
}
.footer_v2 .footer_top .widget_box .widget_title {
    margin-bottom: 45px;
}
.footer_v2 .footer_top .widget_box.about_box .contact_box p {
    margin-bottom: 5px;
}
.footer_v2 .footer_top .widget_box.about_box .contact_box p a {
    color: #fff;
}
.footer_v2 .footer_top .widget_box .widget_link {
    margin-top: -15px;
}
.footer_v2 .footer_top .widget_box .widget_link li {
    line-height: 36px;
}
.footer_v2 .footer_top .widget_box .widget_link li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.footer_v2 .footer_top .widget_box .post_wrapper .post_list {
    overflow: hidden;
    margin-bottom: 30px;
}
.footer_v2 .footer_top .widget_box .post_wrapper .post_list .post_img {
    float: left;
}
.footer_v2 .footer_top .widget_box .post_wrapper .post_list .post_info {
    margin-left: 100px;
    margin-top: -7px;
}
.footer_v2 .footer_top .widget_box .post_wrapper .post_list .post_info h3 {
    font: 700 16px "Archivo";
    line-height: 26px;
}
.footer_v2
    .footer_top
    .widget_box
    .post_wrapper
    .post_list
    .post_info
    h3:hover
    a,
.footer_v2
    .footer_top
    .widget_box
    .post_wrapper
    .post_list
    .post_info
    h3:focus
    a {
    color: #fe3e57;
}
.footer_v2 .footer_top .widget_box .post_wrapper .post_list .post_info h3 a {
    color: #fff;
}
.footer_v2 .footer_top .widget_box .post_wrapper .post_list .post_info p {
    color: #fff;
}
.footer_v2 .footer_bootom {
    background: #183058;
    border-top: none;
}
.footer_v2 .footer_bootom .social_box {
    float: right;
}
.footer_v2 .footer_bootom .social_box .social_link li {
    margin-left: 30px;
}
.footer_v2 .footer_bootom .social_box .social_link li a:hover,
.footer_v2 .footer_bootom .social_box .social_link li a:focus {
    color: #fe3e57;
}

.toast-body .ml-n4 {
    margin-left: -0.5rem !important;
}

/*# sourceMappingURL=style.css.map */
