@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');

/*
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
span {
    margin: 0;
    padding: 0;
}


/*====================
   COMMON CSS START
=====================*/

.common_btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.common_btn i {
    font-size: 10px;
    margin-left: 5px;
}

.common_btn:hover {
    background: #07123b;
    color: #fff;
    border-color: #07123b;
}

.read_btn {
    font-size: 16px;
    color: #fff;
    background: #2046DA;
    border-radius: 4px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.read_btn::after {
    position: absolute;
    content: "";
    background: #dddddd26;
    width: 20px;
    height: 100px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    top: -30px;
    left: -35px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.read_btn:hover {
    color: #fff;
}

.read_btn:hover::after {
    left: 120%;
}

.hire_btn {
    font-size: 16px;
    font-weight: 500;
    color: #05152f;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #284CD3;
    border-radius: 3px;
    padding: 7px 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.hire_btn:hover {
    color: #284CD3;
}

.small_heading {
    font-size: 16px;
    font-weight: 700;
    color: #2046da;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.medium_heading {
    font-size: 30px;
    font-weight: 700;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0px 25px 0px;
}


/*====================
   COMMON CSS END
=====================*/

.wpcc-color-custom-1474355761.wpcc-container {
    height: 100px !important;
}

.wpcc-banner .wpcc-message {
    margin-left: 100px !important;
}

.wpcc-color-custom-1474355761 {
    padding-right: 100px !important;
}

@media screen and (max-width: 576px) {
    .wpcc-banner .wpcc-message {
        margin-left: 20px !important;
    }
    .wpcc-color-custom-1474355761 {
        padding-right: 50px !important;
    }
}

.scroll_btn {
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    right: 0;
    bottom: 0;
    font-size: 20px;
    position: fixed;
    cursor: pointer;
    z-index: 10000;
    display: none;
    background: #2046DA;
    border-radius: 50%;
}


/*===================
    MENU PART START
=====================*/

.main_menu {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 999;
}

.main_menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin: 0px 7px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.main_menu li a:hover,
.main_menu li a.active {
    color: #2046da;
}

.right_menu {
    width: 273px;
    display: flex;
}

.right_menu li a {
    font-size: 14px;
    color: #07123b;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 10px;
}

.right_menu .signin {
    color: #07123b;
    border: 1px solid #0098f3;
    border-radius: 5px;
}

.right_menu .dropdown {
    background: #2046DA;
    color: #fff;
    border-radius: 5px;
    margin-left: 30px;
}

.right_menu .dropdown a {
    color: #fff;
}

.right_menu .signin a {
    margin: 0 !important;
}

.dropdown-menu {
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

.dropdown-menu li a {
    color: #000 !important;
    text-transform: uppercase;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    background-color: #ebecee;
}

#navbarDropdown:hover {
    color: #fff;
}

.menu_fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1s;
    background: #fff;
    border-bottom: 1px solid #D9DFE9;
    height: 65px;
}

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


/*===================
    MENU PART END
=====================*/


/*===================
   BANNER PART START
=====================*/

#banner {
    background: url(../images/banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0px 200px 0px;
}

.banner_text {
    color: #fff;
}

.banner_text h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
}

.banner_text h1 span {
    font-weight: 600;
}

.banner_text p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 27px 0px 45px 0px;
}

.banner_text a {
    margin-right: 25px;
}

.common_btn_1 {
    font-size: 16px;
    background: #fff;
    color: #07123b;
    padding: 15px 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.common_btn_1 i {
    font-size: 10px;
    margin-left: 5px;
}


/*===================
   BANNER PART END
=====================*/


/*===================
   WORK PART START
=====================*/

#work_part {
    padding: 70px 0px 100px 0px;
}

.work_text .medium_heading,
.work_text .small_heading {
    font-weight: 600;
}

.work_text p {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 27px;
}

.work_text ul {
    margin-bottom: 35px;
}

.work_text ul li {
    font-size: 16px;
    color: #11253c;
    font-style: italic;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.work_text ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f14a";
    top: 0;
    left: 0px;
    color: #2046DA;
}


/* #work_part li i {
    color: #fff;
    width: 20px;
    height: 20px;
    background: #2046DA;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    margin-right: 12px;
} */


/*===================
   WORK PART END
=====================*/


/*===================
   CARD PART START
=====================*/

#card_part {
    background: url(../images/card_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 98px 0px 80px 0px;
}

.card_area {
    margin-top: 45px;
}

.single_card {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    height: 310px;
    margin-bottom: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    overflow: hidden;
}

.single_card span {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: rgba(32, 70, 218, 0.2);
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    margin: 20px 0px 25px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_card span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #07123b;
    bottom: 10px;
    right: 5px;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_card span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #07123b;
    top: 10px;
    left: 5px;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_card h4 {
    font-size: 22px;
    font-weight: 500;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_card p {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_card:hover {
    background: #2046da;
}

.single_card:hover span {
    color: #fff;
    background: #4D6BE1 !important;
}

.single_card:hover span::before,
.single_card:hover span::after {
    background: #fff;
}

.single_card:hover h4,
.single_card:hover p {
    color: #fff;
}


/*===================
   CARD PART END
=====================*/


/*===================
  PROFILE PART START
=====================*/

#profile_part {
    padding: 100px 0px 70px 0px;
}

#profile_part .heading_area {
    margin-bottom: 70px;
}

.profile_item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.profile_item span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(7, 18, 59, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.profile_item:hover span {
    opacity: 1;
}


/*===================
  PROFILE PART END
=====================*/


/*===================
  PRICING PART START
=====================*/

#pricing_part {
    padding-bottom: 100px;
}

#pricing_part .nav-tabs .nav-link {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    margin-bottom: 0;
    border: 1px solid #2247D9;
    border-right: 0;
    border-radius: 0;
    width: 100%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#pricing_part .nav-tabs .l_border {
    border-right: 1px solid #2247D9;
}

#pricing_part .nav-tabs {
    border: 0;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 70px;
}

#pricing_part .nav-item {
    width: 33.33%;
}

#pricing_part .nav-tabs .nav-link:focus,
#pricing_part .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    outline: none;
}

#pricing_part .nav-tabs .nav-item.show .nav-link,
#pricing_part .nav-tabs .nav-link:hover,
#pricing_part .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2247d9;
    border-color: #2247d9;
}

.single_price {
    background: #f7f7f7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center;
    padding: 40px 0px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_price::after {
    position: absolute;
    content: "";
    background: #07123b;
    width: 100%;
    height: 1px;
    top: 150px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_price h4 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #032f42;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_price h5 {
    font-size: 30px;
    font-weight: 700;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px 35px 0px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_price h5 i {
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: -15px;
}

.single_price h5 span {
    font-size: 19px;
    display: block;
}

.single_price p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_price a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #07123b;
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_price:hover {
    background: #07123b;
}

.single_price:hover::after {
    background: #fff;
}

.single_price:hover h4,
.single_price:hover h5,
.single_price:hover p {
    color: #fff;
}

.single_price:hover a {
    background: #fff;
    color: #07123b;
}

.single_price a:hover {
    background: #2046DA;
    color: #fff;
}


/*===================
  PRICING PART END
=====================*/


/*=========================
 TESTIMONIAL PART START
==========================*/

#testimonial {
    background: url(../images/testimonial_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px 0px 62px 0px;
}

.clients_img {
    padding: 70px 0px;
    position: relative;
}

.clients_img::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 100%;
    top: 0;
    right: -39px;
}

.clients_img img {
    border-radius: 50%;
}

.clients_text {
    margin-left: 55px;
    margin-top: 35px;
}

.clients_text h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.clients_text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 30px 0px 33px 0px;
}

.clients_rating {
    color: #FF7C12;
    font-size: 14px;
}

.clients_text h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 33px 0px 26px 0px;
}

.clients_text span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

#testimonial .slick-dots {
    position: absolute;
    left: 139%;
    bottom: 157px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#testimonial .slick-dots li button {
    font-size: 0;
    width: 5px;
    height: 20px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    outline: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#testimonial .slick-dots li.slick-active button {
    background: #2f333a;
}


/*=========================
 TESTIMONIAL PART END
==========================*/


/*===================
    BLOG PART START
=====================*/

#blog_part {
    padding: 100px 0px 0px 0px;
}

.blog_area {
    margin-top: 45px;
}

.blog_area_2 {
    margin-top: 25px;
}

.single_blog {
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    margin-top: 25px;
}

.single_blog a {
    width: 100%;
}

.single_blog img {
    border-radius: 5px;
    margin-bottom: 25px;
}

#blog_page .single_blog img {
    margin-bottom: 5px;
}

.single_blog span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #07123b;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_blog span i {
    color: #07123B;
    margin-right: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_blog h4 {
    font-size: 20px;
    font-weight: 600;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px -7px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_blog p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 26px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_blog .read_btn::after {
    display: none;
}

.read_btn i {
    font-size: 10px;
    margin-left: 5px;
}

.single_blog:hover {
    background: #2247d9;
}

.single_blog:hover span,
.single_blog:hover span i,
.single_blog:hover h4,
.single_blog:hover p {
    color: #fff;
}

.single_blog:hover .read_btn {
    background: #fff;
    color: #2247d9 !important;
}

.single_blog .read_btn:hover {
    background: #162253 !important;
    color: #fff !important;
}

.single_blog .read_btn {
    width: auto;
    padding: 10px 20px;
}


/*===================
    BLOG PAR END
=====================*/


/*===================
  FOOTER PART START
=====================*/

footer {
    background: url(../images/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 190px;
}

footer h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 38px;
    text-transform: capitalize;
}

.footer_text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.footer_icon li {
    float: left;
    margin-right: 12px;
}

.footer_icon li a {
    color: #fff;
    font-size: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_icon li a:hover {
    color: #2247d9;
}

.footer_link li {
    margin-bottom: 17px;
}

.footer_link li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-left: -12px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_link li a i {
    font-size: 10px;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_link li a:hover {
    color: #2247d9;
    margin-left: -12px;
}

.footer_link li a:hover i {
    opacity: 1;
    margin-left: 12px;
}

.footer_bottom {
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #000;
    margin-top: 95px;
}

.footer_bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
}

.footer_bottom p a {
    color: #2247d9;
}


/*===================
  FOOTER PART END
=====================*/


/******************************
       USER DETAILS START
*******************************/


/*===================
 BREADCRUMB PART START
=====================*/

.user_details_breadcroumb {
    background: url(../images/user_details_breadcroumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bread_overlay {
    background: rgba(32, 70, 218, 0.9);
    padding: 90px 0px 75px 0px;
}

#breadcrumb_part h4 {
    font-size: 34px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

#breadcrumb_part nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#breadcrumb_part li {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: capitalize;
}

#breadcrumb_part li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    color: #fff;
    content: ">>";
    padding-left: 5px;
    padding-right: 10px;
}


/*===================
BREADCRUMB PART END
=====================*/


/*===================
  USER DETAILS START
=====================*/

#user_details {
    padding: 200px 0px 0px 0px;
}

.user_area {
    background: url(../images/user_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #D9DFE9;
}

.single_user {
    position: relative;
    z-index: 10;
    margin-top: -50px;
}

.single_user img {
    border-top-right-radius: 100px;
}

.single_user::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background: #fff;
    top: -12px;
    right: -1px;
    border-radius: 50%;
    z-index: -1;
}

.single_user::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #284cd3;
    top: -48px;
    right: -25px;
    border-radius: 50%;
    z-index: -1;
}

.user_icon {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}

.user_icon li {
    margin-right: 10px;
}

.user_icon li:last-child {
    margin-right: 0;
}

.user_icon li a {
    color: #05152F;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    border: 1px solid #05152F;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_icon li a:hover {
    color: #284CD3;
    border-color: #284CD3;
}

.user_img_area .hire_btn {
    margin-bottom: 20px;
}

.user_img_area .hire_btn:hover {
    background: #284CD3;
    color: #fff;
}

.user_text {
    margin-top: 45px;
    padding-right: 30px;
}

.user_text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #11253c;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.user_line {
    font-size: 16px;
    font-weight: 300;
    color: #11253c;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}

.user_line .user_bold {
    font-weight: 700;
    width: 16.5%;
    display: inline-block;
}

.user_line .user_lite {
    margin-left: 3%;
    display: inline-block;
    text-transform: capitalize;
}

.user_text .user_details {
    font-size: 16px;
    font-weight: 400;
    color: #11253c;
    font-family: 'Roboto', sans-serif;
    margin-top: 22px;
}


/*===================
  USER DETAILS END
=====================*/


/*===================
   USER ABOUT START
=====================*/

.about_breadcroumb {
    background: url(../images/about_breadcrumb_mg.jpg);
}

.about_text {
    position: relative;
    width: 100%;
    height: 100%;
}

.about_text_middel {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.about_text p {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 27px;
}


/*===================
   USER ABOUT END
=====================*/


/*===================
 USER EXP_SKILL START
=====================*/

#user_exp_skill {
    padding: 95px 0px 60px 0px;
}

#user_exp_skill h4 {
    font-size: 20px;
    font-weight: 600;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.user_exp p {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.user_exp p span {
    display: block;
    margin-bottom: 33px;
}


/*===================
 USER EXP_SKILL END
=====================*/


/*===================
  SERVICE PART START
=====================*/

#service .heading_area {
    margin-bottom: 73px;
}

.single_service {
    padding: 25px 25px 20px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_service span {
    width: 100px;
    height: 100px;
    background: #2046da;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 85px;
    display: block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_service h5 {
    font-size: 20px;
    font-weight: 700;
    color: #2046da;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0px 30px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_service p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_service .read_btn i {
    font-size: 16px;
}

.single_service:hover {
    background: #2046da;
}

.single_service:hover span {
    background: #4D6BE1;
}

.single_service:hover h5 {
    color: #fff;
}

.single_service:hover p {
    color: #fff;
}

.single_service:hover .read_btn {
    background: #fff;
    color: #2046da;
}

.single_service .read_btn:hover {
    background: #3c61f7;
    color: #fff;
}


/*===================
  SERVICE PART END
=====================*/


/*===================
 EXPERIENCE PART START
=====================*/

#experience {
    padding: 100px 0px 95px 0px;
}

#experience .heading_area {
    margin-bottom: 80px;
}

.exp_text .read_btn {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: capitalize;
}

.exp_text .read_btn::after {
    display: none;
}

.exp_text span:hover {
    background: #2046DA;
}

.single_exp h5 {
    font-size: 16px;
    font-weight: 500;
    color: #414042;
    font-family: 'Poppins', sans-serif;
    margin: 38px 0px 18px 0px;
}

.single_exp h3 {
    font-size: 20px;
    font-weight: 700;
    color: #414042;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.single_exp p {
    font-size: 16px;
    font-weight: 400;
    color: #414042;
    font-family: 'Roboto', sans-serif;
}


/*===================
 EXPERIENCE PART END
=====================*/


/*===================
  PORTFOLIO PART START
=====================*/

#portfolio .heading_area {
    margin-bottom: 50px;
}

.portfolio_item {
    background: #fff;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 30px;
}

.single_img {
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_img a {
    overflow: hidden;
    display: block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_img span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 37, 60, 0.6);
    top: 0;
    left: 0;
    opacity: .3;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.single_img span i {
    top: 50%;
    position: absolute;
    left: 50%;
    color: #fff;
    font-size: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.portfolio_item h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #11253c;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    margin-bottom: 12px;
}

.portfolio_item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.portfolio_item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.portfolio_item:hover h4 {
    border-color: #11253C;
}

.portfolio_item:hover span {
    opacity: 1;
}


/*===================
  PORTFOLIO PART END
=====================*/


/*===================
  REVIEW PART START
=====================*/

#review {
    padding-top: 100px;
    padding-bottom: 43px;
}

#review .heading_area {
    margin-bottom: 65px;
}

.single_review {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 20px 30px;
    overflow: hidden;
    margin: 10px 13px 5px 13px;
}

.single_review i {
    font-size: 50px;
    color: #07123B;
}

.single_review p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin: 22px 0px 25px 0px;
}

.single_review img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover !important;
}

.single_review h4 {
    font-size: 24px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 20px 0px 5px 0px;
}

.single_review h5 {
    font-size: 16px;
    font-weight: 400;
    color: #05152f;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

#review .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 5px;
    background: #2f333a;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    outline: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#review .slick-dots {
    position: absolute;
    left: 44%;
    bottom: -47px;
    display: flex;
}

#review .slick-dots li.slick-active button {
    background: #88919f;
    border-color: #88919f;
}


/*===================
  REVIEW PART END
=====================*/


/*===================
 GET IN TOUCH  START
=====================*/

#get_in_touch {
    padding-bottom: 5px;
}

#get_in_touch .medium_heading {
    margin-top: -5px;
}

.ger_in_area input,
.ger_in_area textarea {
    width: 100%;
    border: 1px solid #e8e6e6;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.ger_in_area textarea {
    resize: none;
}

.input_icon {
    position: relative;
}

.input_icon i {
    position: absolute;
    color: #646464;
    font-size: 20px;
    top: 14px;
    right: 25px;
}


/*===================
 GET IN TOUCH  END
=====================*/


/******************************
       USER DETAILS END
*******************************/


/******************************
      ABOUT PAGE START
*******************************/

.about_breadcroumb {
    background: url(../images/about_breadcrumb_mg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*===================
    ABOUT START
=====================*/

.about {
    padding: 100px 0px 100px 0px;
}

.about .single_counter {
    margin-bottom: 40px;
    margin-top: 4px;
}

.about .single_counter span {
    font-size: 20px;
    font-weight: 600;
    color: #11253c;
    font-family: 'Poppins', sans-serif;
}

.about .single_counter h4 {
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}


/*===================
    ABOUT END
=====================*/


/*===================
   SUBSCRIBE START
=====================*/

#subscribe {
    padding-top: 100px;
    margin-bottom: -140px;
    z-index: 10;
    position: sticky;
}

.subscribe_bg {
    background: url(../images/subs_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    padding: 70px 0px 62px 0px;
}

.subs_text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.subs_text h3::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100px;
    height: 7px;
    top: -20px;
    left: 0;
}

.subs_form form {
    position: relative;
}

.subs_form form input {
    width: 100%;
    padding: 15px 30px;
    border: none;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
}

.subs_form form button {
    padding: 13px 15px;
    border: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #2247d9;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none;
}

.subs_form form button i {
    margin-left: 10px;
}

.foot_mar {
    padding-top: 234px;
}


/*===================
   SUBSCRIBE END
=====================*/


/******************************
      ABOUT PAGE END
*******************************/


/******************************
      CONTACT PAGE START
*******************************/

.contact_breadcroumb {
    background: url(../images/contact_breadcrumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_mar {
    margin-top: 100px;
}


/******************************
      CONTACT PAGE END
*******************************/


/*===================
 GET IN TOUCH  START
=====================*/

#get_in_touch .heading_area {
    margin-bottom: 70px;
}

#get_in_touch .medium_heading {
    margin-top: -5px;
}

.contact_box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contact_box_icon {
    width: 30%;
    float: left;
    text-align: left;
    padding: 38px;
    border-right: 1px solid #ddd;
}

.contact_box_icon i {
    font-size: 50px;
    color: #2046DA;
    font-weight: 900;
}

.contact_box_text {
    width: 70%;
    float: left;
    padding: 0px 25px;
}

.contact_box_text a,
.contact_box_text p {
    display: block;
    color: #2046DA;
    font-size: 16px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.contact_box_text a:hover {
    color: #000;
}

.ger_in_area {
    margin-top: 55px;
}

.ger_in_area input,
.ger_in_area textarea {
    width: 100%;
    border: 1px solid #e8e6e6;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.ger_in_area textarea {
    resize: none;
}

.input_icon {
    position: relative;
}

.input_icon i {
    position: absolute;
    color: #646464;
    font-size: 16px;
    top: 14px;
    right: 25px;
}

.ger_in_area form button {
    border: none;
    margin-top: 30px;
    margin-bottom: 95px;
}

.contact_map {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 100px;
}

.contact_map_mar {
    margin-top: 0;
}


/*===================
 GET IN TOUCH  END
=====================*/


/******************************
      FAQS PAGE END
*******************************/

.faq_breadcroumb {
    background: url(../images/contact_breadcrumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#accordion {
    padding-top: 63px;
}

#accordion .heading_area {
    margin-bottom: 37px;
}

.accordion_area .accordion-item {
    margin-bottom: 30px;
}

.accordion_area .accordion-header {
    font-size: 16px;
    font-weight: 500;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
}

.accordion_area .accordion-button {
    border-radius: 0;
    border: 1px solid #D9DFE9;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 1px;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
}

.accordion_area .accordion-button:focus {
    box-shadow: none;
}

.accordion_area .accordion-collapse {
    border: none;
}

.accordion_area .accordion-item:last-child {
    margin-bottom: 0px;
}


/******************************
      FAQS PAGE END
*******************************/


/******************************
      LOGIN PAGE END
*******************************/

.login_breadcroumb {
    background: url(../images/login_breadcrumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#logon {
    padding-top: 100px;
}

.login_form {
    padding: 50px 50px 33px 50px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.login_form .input-group {
    margin-bottom: 10px;
}

.login_form span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border: 1px solid #D9DFE9;
}

.login_form .form-control-lg {
    padding: 9px 20px !important;
    background: #fff;
    border: 1px solid #D9DFE9;
    font-size: 12px !important;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding-right: 30px !important;
}

.login_form .eye {
    position: absolute;
    display: inline-block;
    top: 13px;
    right: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    box-shadow: none;
    border: 1px solid #D9DFE9;
}

.check_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.check_area .form-check {
    display: flex;
    align-items: center;
}

.check_area label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    margin-top: 4px;
    margin-left: 5px;
}

.login_form button {
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}

.login_form .reg_forget {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.login_form .reg_forget small {
    margin-top: -10px;
}

.login_form .reg_forget a {
    font-size: 12px;
    font-weight: 400;
    color: red;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.login_form .reg_forget .color {
    color: #2046da;
}

.login_form .or {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    position: relative;
    margin-top: 24px;
    margin-bottom: 36px;
}

.login_form .or::after {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    top: 10px;
    left: 0;
    background: #D9DFE9;
}

.login_form .or::before {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    top: 10px;
    right: 0;
    background: #D9DFE9;
}

.login_link li a {
    background: #2046da;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.login_link li a span {
    position: absolute;
    width: 37px;
    height: 37px;
    background: #233a68;
    text-align: center;
    line-height: 39px;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
    border: none;
}

.login_link li a span i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    color: #07123B;
    border-radius: 50%;
    font-size: 13px;
}

.login_link li:nth-child(2) a {
    background: #06abec;
}

.login_link li:nth-child(2) a span {
    background: #0c95c9;
}

.login_link li:nth-child(3) a {
    background: #f7412f;
}

.login_link li:nth-child(3) a span {
    background: #cd352d;
}


/******************************
      LOGIN PAGE END
*******************************/

.privacy_policy,
.terms_condition {
    padding-top: 65px !important;
}

.terms_condition .blog_area {
    margin-bottom: -30px;
}

.privacy_policy .blog_area {
    margin-bottom: -5px;
}


/******************************
      PRICING PAGE START
*******************************/

.pricing_breadcroumb {
    background: url(../images/pricing_breadcrumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#member_pricing {
    padding-top: 62px;
}

#member_pricing .medium_heading {
    margin-bottom: 30px;
}

#member_pricing .price_btn {
    margin-bottom: 65px;
    margin-top: 25px;
}

#member_pricing .nav-tabs {
    border-bottom: 0;
}

#member_pricing .nav-item {
    width: 33.33%;
}

#member_pricing .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #07123b;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    text-align: center;
    outline: none;
    position: relative;
}

#member_pricing .position {
    position: relative;
}

#member_pricing .position::after {
    position: absolute;
    content: "";
    background: #07123b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 14px;
    left: -2px;
}

#member_pricing .position::before {
    position: absolute;
    content: "";
    background: #07123b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 14px;
    right: -2px;
    z-index: 1;
}

#member_pricing .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background: #2344ca;
    bottom: 5px;
    left: 25%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#member_pricing .nav-tabs .nav-item.show .nav-link,
#member_pricing .nav-tabs .nav-link.active {
    color: #2344ca !important;
}

#member_pricing .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.member_price {
    padding: 32px 35px 30px 35px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 5px;
    border-bottom: 5px solid #2046DA !important;
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.member_price::after {
    position: absolute;
    content: "";
    background: rgba(35, 68, 202, 0.15);
    width: 100%;
    height: 25%;
    top: -60px;
    left: 0;
    z-index: -1;
    clip-path: circle(68.6% at 50% 24%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.member_price h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2344ca;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.member_price h5 {
    font-size: 30px;
    font-weight: 700;
    color: #2344ca;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.member_price h5 i {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    font-size: 20px;
}

.member_price span {
    display: block;
    font-size: 14px;
    color: #2344ca;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 60px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.member_price p {
    font-size: 14px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.member_price a {
    font-size: 16px;
    font-weight: 500;
    color: #2344ca;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #2344ca;
    padding: 6px 20px;
    border-radius: 40px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    margin-top: 17px;
}

.member_price:hover {
    border-color: transparent;
}

.member_price:hover::after {
    background: #2344ca;
}

.member_price:hover h4,
.member_price:hover h5,
.member_price:hover span {
    color: #ffff;
}

.member_price:hover a {
    background: #2344ca;
    color: #fff;
}

.member_price a:hover {
    background: #0b1c60;
    border: 1px solid #0b1c60;
}


/******************************
      PRICING PAGE END
*******************************/


/******************************
      USERS PAGE START
*******************************/

.users_breadcroumb {
    background: url(../images/user_details_breadcroumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#user {
    padding-top: 100px;
}

#user .user_sidebar form button {
    border: none;
    padding: 15px 0px;
}

.sidebar_line {
    padding: 15px;
    border: 1px solid #D9DFE9;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar_line_select {
    margin-bottom: 30px;
}

.sidebar_line form {
    position: relative;
}

.sidebar_line input {
    font-size: 16px;
    font-weight: 600;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: none;
}

.sidebar_line input::placeholder {
    color: #07123b;
}

.sidebar_line button {
    position: absolute;
    top: 2px;
    right: 0;
    border: none;
    background: none;
    font-weight: 700;
    color: #07123b;
    outline: none;
}

.sidebar_line span {
    font-size: 16px;
    font-weight: 600;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.sidebar_tab {
    color: #000;
    padding: 12px 15px;
    border: 1px solid #D9DFE9;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar_tab .nav-link {
    border: none;
    background: #fff;
    color: #07123b;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 20px;
    outline: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #2046DA;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.right_user {
    padding: 25px;
    border: 1px solid #D9DFE9;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    overflow: hidden;
}

.right_user img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #2344CA;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    object-fit: cover !important;
}

.right_user h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2f333a;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 11px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.right_user p {
    font-size: 14px;
    font-weight: 300;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.right_user_link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.right_user_link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    color: #07123B;
    border: 1px solid #D9DFE9;
    border-radius: 5px;
    margin: 0px 7px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.right_user_link li a:hover {
    background: #fff;
    color: #3B63F8;
    border-color: #fff;
}

.right_user .read_btn {
    background: #fff;
    color: #07123b;
    border: 1px solid #D9DFE9;
    padding: 5px 15px;
}

.right_user:hover {
    background: #2344ca;
    border-color: #2046DA !important;
}

.right_user:hover img {
    border-color: #fff;
}

.right_user:hover h3,
.right_user:hover p {
    color: #fff;
}

.right_user:hover .right_user_link li a {
    background: #fff;
}

.right_user:hover .read_btn {
    background: #2344ca;
    border-color: #fff;
    color: #fff;
}

#pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pagination p {
    font-size: 16px;
    font-weight: 500;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

#pagination .page-item .page-link {
    color: #07123b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2344ca;
}

#pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #2344ca;
}

#pagination .page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #2344ca;
    margin-left: 10px !important;
    border-radius: 3px;
}

.right_user_list {
    padding: 30px;
    border: 1px solid #D9DFE9;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_user_img {
    width: 35%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2344ca;
}

.center_text {
    width: 65%;
    text-align: center;
}

.center_text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #2f333a;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 11px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.center_text p {
    font-size: 20px;
    font-weight: 300;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.right_user_list .read_btn {
    border: 1px solid transparent;
}

.right_user_list:hover {
    background: #2344ca;
    border-color: #2046DA !important;
}

.right_user_list:hover h3,
.right_user_list:hover p {
    color: #fff;
}

.right_user_list:hover .read_btn {
    background: #2344ca;
    color: #fff;
    border-color: #fff;
}

.right_user_list:hover .right_user_link li a {
    background: #fff;
}


/******************************
      USERS PAGE END
*******************************/


/******************************
      USERS_2 PAGE START
*******************************/

#user_2 {
    padding-top: 100px;
}

#user_2 .user_sidebar {
    margin-top: 93px;
}

.user2_topbar {
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
}

.user2_topbar .topbar_tab {
    border: 1px solid #D9DFE9 !important;
    background: #fff;
    color: #000;
    margin-bottom: 0px;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    padding: 5px 20px;
    display: inline-block;
}

.topbar_tab .sidebar_tab {
    padding: 10px 0px;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 70px;
}

.topbar_tab p {
    font-size: 15px;
    font-weight: 500;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
}

.topbar_tab span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
}

.user2_topbar .bar_align {
    display: flex;
    align-items: center;
    width: 28%;
    margin: 0;
}

.user2_topbar .select2-container {
    width: 25% !important;
}

.user2_topbar .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

#user_2 .select2-container--default .select2-selection--single {
    padding: 12.5px 7px;
}

#user_2 .mar_top {
    margin-top: -28px
}

.right_user_2 {
    padding: 20px 0px;
}

.user2_link {
    margin-top: 20px;
}

.user2_link li {
    float: left;
    width: 33.33%;
    border-right: 1px solid #ddd;
}

.user2_link li:last-child {
    border-right: 0;
}

.user2_link li i {
    width: 30px;
    height: 30px;
    border: 1px solid #07123B;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #07123B;
    font-size: 14px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user2_link li i::after {
    position: absolute;
    content: "5";
    background: #2344CA;
    width: 15px;
    height: 15px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    top: -2px;
    right: -8px;
    font-size: 11px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user2_link li:nth-child(2) i::after {
    display: none;
}

.user2_link li:nth-child(3) i::after {
    background: #F60E76;
}

.user2_link li p {
    font-weight: 500;
    color: #2f333a;
}

.user2_link li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_2_bottom li {
    float: left;
    margin: 0px 11px;
    margin-top: 20px;
}

.user_2_bottom li a {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    color: #000;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_2_bottom .read_btn {
    background: #fff;
    color: #07123b;
    border: 1px solid #D9DFE9;
    width: auto;
    height: auto;
    padding: 2px 15px;
}

.right_user_2:hover .user2_link li span {
    color: #fff;
}

.right_user_2:hover .user2_link li i {
    color: #fff;
    border-color: #fff;
}

.right_user_2:hover .user2_link li i::after {
    background: #F60E76;
}

.right_user_2:hover .user_2_bottom li a {
    color: #fff;
}

.right_user_2 img {
    border: none;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 15px;
}

.right_user_2_full {
    padding: 30px 20px;
}

.right_user_2_full .right_img_area {
    width: 40%;
    float: left;
}

.right_user_2_full .user2_link {
    width: 39%;
    float: left;
    margin-top: 40px;
}

.right_user_2_full .user_2_bottom {
    width: 20%;
    float: left;
}

.right_user_2_full .right_img_area img {
    width: 150px;
    height: 150px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    float: left;
}

.right_user_2_full h3 {
    margin-top: 49px;
}

.right_user_2_full .user_2_bottom li {
    float: left;
    margin: 0px 20px;
    margin-top: 28px;
}

.right_user_2_full:hover .user2_link li span,
.right_user_2_full:hover .user_2_bottom li a {
    color: #fff;
}

.right_user_2_full:hover .user2_link li i {
    color: #fff;
    border-color: #fff;
}

.right_user_2_full:hover .user2_link li i::after {
    background: #F60E76;
}

.user_detail_blog {
    padding-bottom: 100px !important;
}


/******************************
      USERS_2 PAGE END
*******************************/


/******************************
      REVIEW PAGE END
*******************************/

.pricing_breadcroumb {
    background: url(../images/user_details_breadcroumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.review_page {
    margin-bottom: -74px;
}

.review_page .single_review {
    margin: 0;
    margin-bottom: 30px;
}


/***********************
    REVIEW PAGE END
************************/


/***********************
    BLOG PAGE START
************************/

#blog_page {
    padding-top: 100px;
}

#blog_page .blog_area {
    margin-top: 15px;
}

#blog_page .single_blog {
    margin-top: 30px;
}

#blog_page span.read_btn {
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.blog_riter img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin: 0;
    margin-right: 15px;
    border: 1px solid #2046DA;
    object-fit: cover !important;
}

.blog_riter p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.blog_riter span {
    font-size: 12px;
    font-weight: 300;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.blog_riter span i {
    margin-left: 7px;
}


/***********************
    BLOG PAGE END
************************/


/***********************
   BLOG DETAILS START
************************/

#blog_details {
    padding-top: 100px;
}

.main_blog {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 40px;
}

.main_blog_text {
    padding: 40px 40px 35px 40px;
}

.main_blog_text .top_row span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
    margin-right: 20px;
    text-transform: capitalize;
}
.main_blog_text .top_row span:last-child{
    margin-right: 0;
}
.main_blog_text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}

.main_blog_text .p_detail {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.main_blog_text a {
    font-size: 17px;
    color: #2344CA;
    padding: 10px 20px;
    border: 1px solid #2344CA;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.main_blog_text a i {
    margin-left: 30px;
    font-size: 11px;
}

.main_blog_text a:hover {
    background: #2344CA;
    color: #fff;
}
.main_blog_text p{
    margin-bottom: 1.5rem;
}
.blog_business {
    margin-bottom: 40px;
    overflow: hidden;
}

.blog_business img {
    float: left;
    margin-right: 40px;
}

.blog_business h4 {
    font-size: 20px;
    font-weight: 600;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding-top: 25px;
}

.blog_business p {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog_business ul {
    float: left;
    margin-left: 20px;
}

.blog_business ul li {
    font-size: 16px;
    font-weight: 400;
    color: #11253c;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    position: relative;
}

.blog_business ul li::after {
    position: absolute;
    content: "";
    background: #11253C;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
    left: -20px;
}

.blockquot {
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #2344ca;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    margin-bottom: 36px;
}

.blockquot p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}

.blockquot span {
    display: inline;
    font-size: 16px;
    font-weight: 300;
    color: #11253c;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

.blockquot i {
    position: absolute;
    font-size: 50px;
    top: 35px;
    left: 45px;
    color: rgba(0, 0, 0, 0.1);
}

.best_business {
    margin-bottom: 10px;
}

.best_business h4 {
    padding-top: 0;
}

.best_business ul {
    float: none;
}

.left_btn_area {
    border-top: 1px solid #d1cfcf;
    border-bottom: 1px solid #d1cfcf;
    padding: 30px 0px;
    margin-bottom: 40px;
}

.left_btn_area span {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background: #2046DA;
    border-radius: 4px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.share_blog {
    padding: 40px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.share_blog h4 {
    font-size: 20px;
    font-weight: 600;
    color: #05152f;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.share_link li {
    float: left;
    margin-right: 5px;
}

.share_link li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #647589;
    padding: 5px 15px;
    border-radius: 3px;
}

.share_link li:nth-child(1) a {
    background: #3b5999;
}

.share_link li:nth-child(2) a {
    background: #3fbff5;
}

.share_link li:nth-child(3) a {
    background: #0073b0;
}

.share_link li:nth-child(4) a,
.share_link li:nth-child(5) a {
    background: #e60122;
}

.share_link li:nth-child(1) a i,
.share_link li:nth-child(2) a i,
.share_link li:nth-child(3) a i {
    margin-right: 5px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.comment_heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #d1cfcf;
    padding-bottom: 10px;
}

.single_comment {
    padding-top: 30px;
    border-bottom: 1px solid #d1cfcf;
    padding-bottom: 27px;
    overflow: hidden;
}

.single_comment .comm_img {
    width: 15%;
    float: left;
}

.single_comment .comm_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comm_text {
    width: 85%;
    float: left;
}

.comm_text .com_top_area {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.comm_text .com_top_area span {
    float: right;
    font-style: initial;
}

.comm_text .com_top_area span i {
    margin-right: 10px;
}

.comm_text h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #2344ca;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comm_text p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
}

.comm_bottom {
    display: block;
    width: 100%;
    overflow: hidden;
}

.comm_bottom h3 {
    font-size: 20px;
    font-weight: 600;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
}

.comm_bottom h3 span {
    color: #2344ca;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
    cursor: pointer;
}

.comm_bottom h6 {
    font-size: 16px;
    font-weight: 400;
    color: #11253c;
    font-family: 'Roboto', sans-serif;
}

.comment_input .input_1,
.comment_input .input_2,
.comment_input .input_3,
.comment_input textarea {
    padding: 10px 20px;
    border: 1px solid #e3e2e2;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    background: rgba(227, 226, 226, 0.3);
    font-family: 'Roboto', sans-serif;
}

.comment_input .input_1,
.comment_input .input_2 {
    width: 47.7%;
}

.comment_input .input_1 {
    margin-right: 25px;
}

.comment_input .input_3 {
    width: 100%;
}

.comment_input .form-check {
    margin-top: 25px;
}

.comment_input .form-check label {
    font-size: 16px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
}

.comment_input textarea {
    width: 100%;
    resize: none;
}

.comment_input button {
    border: none;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    padding: 10px 30px;
}


/* .comment_input button i{
    margin-left: 35px;
} */

.card_img {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.card_img .user_img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.card_img .sign {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.card_img p {
    font-size: 16px;
    font-weight: 400;
    color: #070c2d;
    font-family: 'Roboto', sans-serif;
}

.blog_search {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 40px;
}

.blog_search form {
    position: relative;
}

.blog_search input {
    width: 100%;
    padding: 20px;
    border: 1px solid #2344ca;
    border-radius: 5px;
    background: #fff;
    color: #05152f;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.blog_search button {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 7px;
    background: #2344ca;
    border: none;
}

.blog_search button i {
    font-size: 16px;
    margin: 0;
    margin-left: -3px;
}

.categorie h3 {
    font-size: 20px;
    font-weight: 700;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.categorie h3::after {
    position: absolute;
    content: "";
    background: #2344ca;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
}

.categorie ul li {
    margin-bottom: 17px;
}

.categorie ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    display: block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.categorie ul li a i {
    margin-right: 5px;
    color: #2344ca;
}

.categorie ul li a span {
    float: right;
}

.categorie ul li a:hover {
    color: #2344ca;
}

.recent_post {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 35px;
}

.recent_post h3 {
    font-size: 20px;
    font-weight: 700;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #11253c;
    padding-bottom: 5px;
}

.single_post {
    margin-top: 20px;
    overflow: hidden;
}

.single_post .single_img {
    width: 35%;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.single_post .single_img img {
    border-radius: 5px;
}

.single_post .single_text {
    width: 60%;
    float: left;
}

.single_post .single_text P {
    font-size: 16px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
}

.single_post .single_text span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #646464;
    font-family: 'Roboto', sans-serif;
}

.gallery_item {
    margin-top: 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.gallery_item a {
    position: relative;
    display: block;
}

.gal_img_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 37, 60, 0.85);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.gal_img_overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.gallery_item:hover .gal_img_overlay {
    opacity: 1;
}

.popular_tag {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.recent_post .tag_link {
    margin-top: 20px;
}

.recent_post .tag_link li {
    float: left;
}

.recent_post .tag_link li a {
    padding: 10px 15px;
    margin-right: 13px;
    margin-bottom: 5px;
}

.tag_link li:nth-child(3) a,
.tag_link li:nth-child(6) a {
    margin-right: 0px;
}

.free_call {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.free_call a {
    background: rgba(5, 21, 47, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.free_call .center_text {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.free_call .center_text span {
    display: block;
    font-size: 23px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.free_call .center_text span i {
    font-size: 40px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


/***********************
   BLOG DETAILS END
************************/


/***********************
  USER DETAILS_2 START
************************/

.side_menu_2 {
    width: 85px !important;
    padding: 0 !important;
    border: none !important;
}

.side_menu_2 .user_img img {
    width: 60px;
    height: 60px;
    object-fit: cover !important;
}

.side_menu_2 .side_menu_link li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.side_menu_2 .side_menu_link li a i {
    width: 30px;
    font-size: 20px;
}

.side_menu_2 ul li a .hide_name {
    transform: scaleX(0);
    transform-origin: left;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#user_menu_3 .menu_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background: #07123b;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -30px;
}

.side_menu_2.\.menu_slide {
    width: 200px !important;
}

#arrow_icon.\.btn_roatet {
    transform: rotateY(180deg);
}

.hide_name.\.show_name {
    transform: scaleX(1) !important;
}

#arrow_icon {
    transition: all linear .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*
.side_menu_2 .side_menu_link li a:hover,
.side_menu_2 .side_menu_link li a.active {
	color: #ffb703;
}
*/

.user_details_2 {
    padding-top: 100px;
}

.user_2 {
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.user_2 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ddd;
    object-fit: cover !important;
}

.user_2 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
}

.user_2 p {
    font-size: 14px;
    color: #2344ca;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.user_2_text a,
.user_2_text p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.user_2_text a i,
.user_2_text p i {
    margin-right: 5px;
}

.user_2_link li {
    float: left;
}

.user_2_link li a {
    font-size: 16px;
    color: #353535;
    margin-right: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_2_link li:nth-child(1) a {
    color: #4769E8;
}

.user_2_link li:nth-child(2) a {
    color: #6684F3;
}

.user_2_link li:nth-child(3) a {
    color: #EF1F7C;
}

.user_2_link li:nth-child(4) a {
    color: #2344CA;
}

.user_2_link li a:hover {
    color: #353535;
}

.user_text_2 h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
}

.user_text_2 p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    margin-bottom: 28px;
}

.user_2_bar .single_bar p {
    font-size: 14px;
    font-weight: 500;
    color: #07123b;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 5px;
}

.user_2_bar .barfiller {
    margin: 0;
    margin-bottom: 15px;
}

.service_2 {
    padding-top: 100px;
}

.service_2 .single_service {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 60px;
    position: relative;
}

.service_2 .single_service span {
    background: #07123b;
    border-radius: 0;
    color: #fff;
    font-size: 40px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.service_2 .single_service h5 {
    color: #07123b;
}

.service_2 .read_btn {
    background: #07123b;
}

.service_2 .single_service span {
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.service_2 .serial {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    color: #E6E7EB;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.service_2 .single_service:hover h5 {
    color: #fff;
}

.service_2 .single_service:hover .serial {
    color: #4764D2;
}

.service_2 .single_service:hover span {
    color: #07123b;
    background: #fff;
}

.experience_2 .border_area {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.review_2 {
    padding-bottom: 43px !important;
}

.single_review_2 {
    padding: 20px;
    text-align: center;
    overflow: visible;
    background: #2344ca;
    box-shadow: 12px 12px 0px 0px #07123b;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.single_review_2 img {
    margin-top: -70px;
}

.single_review_2 .shape {
    width: 200px;
    height: 10px;
    margin: 0;
    margin-top: -20px;
}

.single_review_2 h4 {
    color: #fff;
}

.single_review_2 .rating i {
    font-size: 16px;
    color: #FF5E14;
}

.single_review_2 p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.single_review_2 img {
    display: inline-block;
}


/***********************
   USER DETAILS_2 END
************************/


/***********************
  USER DETAILS 3 START
************************/


/*====================
    NAV START
=====================*/

.menu_icon {
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .5s ease;
    -moz-transition: all linear .5s ease;
    -ms-transition: all linear .5s ease;
    -o-transition: all linear .5s ease;
    text-transform: uppercase;
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background: #07123b;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.side_menu {
    position: fixed;
    width: 250px;
    height: 100vh;
    background: #2147DA;
    border-right: 1px solid #ddd;
    padding: 20px;
    top: 0;
    left: 0;
    z-index: 9999;
    transform-origin: left;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.side_menu .close_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    background: red;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_img {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.user_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover !important;
}

.side_menu .side_menu_link {
    margin-left: 30px;
}

.side_menu .side_menu_link li {
    margin-top: 16px;
}

.side_menu .side_menu_link li a {
    color: #fff;
    font-weight: 500;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.side_menu .side_menu_link li a i {
    margin-right: 10px;
}

.side_menu .side_menu_link li a:hover {
    color: #ffb703 !important;
}

.side_menu .side_menu_link li a.active {
    color: #ffb703;
}

.side_menu .side_menu_link li a.active::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.menu_hide {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: right;
}

.side_menu.\.menu_show {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}


/*====================
      NAV END
=====================*/


/*------USER BANNER START-----*/

#user_banner_area {
    background: url(../images/user_banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
}

.user_banner img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover !important;
}

.user_banner h1 {
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
    margin-bottom: 20px;
}

.user_banner p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.user_banner_link {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

.user_banner_link li {
    margin: 0px 4px;
}

.user_banner_link li a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_banner_link li a:hover {
    background: #fff;
    color: #2147DA;
}

.banner_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    background: #fff;
    color: #07123b;
    text-transform: capitalize;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.banner_btn i {
    font-size: 13px;
    margin-left: 5px;
}

.banner_btn:hover {
    background: #07123b;
    color: #fff;
    border-color: #07123b;
}


/*------USER BANNER END-----*/


/*------USER ABOUT START-----*/

#user_about {
    padding: 100px 0px;
    background: #fff;
}

.user_about_img {
    margin-bottom: 100px;
}

.user_about_area p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

.user_counter span {
    width: 140px;
    height: 140px;
    text-align: center;
    display: inline-block;
    line-height: 140px;
    background: #07123b;
    color: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    position: relative;
    padding-right: 23px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_counter span::after {
    position: absolute;
    content: "%";
    width: 30px;
    height: 30px;
    padding-right: 20px;
    font-size: 30px;
    top: 0;
    right: 30px;
}

.user_counter h4 {
    font-size: 20px;
    font-weight: 600;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_counter p {
    margin: 0;
}

.user_counter:hover span {
    background: #2143ca;
}

.user_counter:hover h4 {
    color: #2143ca;
}


/*------USER ABOUT END-----*/


/*----USER SERVICE START----*/

#user_service {
    background: #07123b;
    padding: 100px 0px 60px 0px;
}

#user_service .heading_area {
    margin-bottom: 60px;
}

#user_service .medium_heading {
    color: #fff;
}

.user_single_ser {
    display: flex;
    margin-bottom: 32px;
}

.user_single_ser .user_icon {
    float: left;
    margin: 0;
    margin-right: 20px;
}

.user_single_ser .user_icon i {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #fff;
    border-radius: 5px;
    font-size: 40px;
}

.user_content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.user_content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 13px;
    margin-bottom: 10px;
}

.user_content a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_content a i {
    margin-left: 15px;
}

.user_content a:hover {
    color: #2046da;
}


/*----USER SERVICE END----*/


/*----USER RESUME START----*/

#user_resume {
    padding: 100px 0px 0px 0px;
    background: #fff;
}

#user_resume .heading_area {
    margin-bottom: 55px;
}

.resume_area .single_heading {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
}

.resume_area .details {
    font-size: 16px;
    font-weight: 300;
    color: #2143ca;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    margin-bottom: 5px;
}

.resume_column {
    padding: 30px;
    background: #fff;
    border: 1px solid #D9DFE9;
    border-radius: 5px;
    margin-top: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.resume_column h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.resume_column span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.resume_column p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.resume_column a {
    border: 1px solid #D9DFE9;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

.resume_column:hover {
    background: #2143ca;
    border-color: #2046DA;
}

.resume_column:hover h5,
.resume_column:hover span,
.resume_column:hover p {
    color: #ffff;
}


/*----USER RESUME END----*/


/*----USER PORTFOLIO END----*/

#user_portfolio {
    padding: 100px 0px;
}

#user_portfolio .heading_area {
    margin-bottom: 34px;
}

.user_single_portfolio {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.user_single_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(7, 18, 59, 0.7);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_middle_text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.user_middle_text p {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.user_middle_text span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.user_single_portfolio:hover .user_single_text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}


/*----USER PORTFOLIO END----*/


/*---USER TESTMONIAL START---*/

#user_testimonial {
    padding: 100px 0px 100px 0px;
    background: url(../images/user_testy_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user_testi_img {
    width: 30%;
    float: left;
    position: relative;
}

.user_testi_img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 40px;
    object-fit: cover !important;
}

.user_testi_img .quot_top {
    position: absolute;
    font-size: 45px;
    top: 20px;
    right: 98px;
    color: #2046da;
}

.user_testi_img .quot_bott {
    position: absolute;
    font-size: 45px;
    bottom: 0;
    left: 5px;
    color: #2046da;
}

.user_clients_text {
    width: 70%;
    float: left;
}

.user_clients_text h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2046da;
    font-family: 'Poppins', sans-serif;
}

.user_clients_text p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    margin-bottom: 35px;
}

.user_clients_text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
}

.user_clients_text span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

#user_testimonial .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -50px;
    display: flex !important;
}

#user_testimonial .slick-dots li button {
    font-size: 0;
    width: 16px;
    height: 16px;
    background: #07123B;
    border: 1px solid #07123B;
    border-radius: 50%;
    margin: 0 5px;
    outline: 0;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#user_testimonial .slick-dots li button::after {
    position: absolute;
    content: "";
    background: #07123B;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}

#user_testimonial .slick-dots li.slick-active button {
    background: #fff !important;
}

.review_2 .heading_area {
    margin-bottom: 75px !important;
}


/*---USER TESTMONIAL END---*/


/*---USER BLOG START---*/

#user_blog {
    padding: 100px 0px;
}

#user_blog .heading_area {
    margin-bottom: 55px;
}

#user_blog .single_blog h4 {
    font-size: 17px;
}

#user_blog .single_blog .read_btn {
    color: #fff;
}


/*---USER BLOG END---*/


/*---USER CONTACT START---*/

#user_contact {
    padding-bottom: 100px;
}

#user_contact h4 {
    font-size: 30px;
    font-weight: 600;
    color: #07123b;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.user_soingle_input {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

.user_contact_form input,
.user_contact_form textarea {
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    resize: none;
}

.user_soingle_input i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #646464;
}

.user_contact_form .m_right {
    margin-right: 0;
}

.user_contact_form button {
    border: none;
    padding: 10px 35px;
}


/* .user_contact_add {
	padding-top: 89px;
} */

.user_contact_add h4 {
    margin-bottom: 30px;
}

.user_contact_add a,
.user_contact_add p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #07123b;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.user_contact_add .con_details {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.user_contact_add i {
    margin-right: 10px;
}


/*---USER CONTACT END---*/


/*------USER FOOTER START-----*/

.user_footer_bottom {
    background: #07123b;
    padding: 20px 0px;
}

.user_footer_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_footer_link ul {
    display: flex;
}

.user_footer_link ul li {
    margin-right: 10px;
}

.user_footer_link ul li a {
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.user_footer_link ul li a:hover {
    background: #fff;
    color: #07123b;
}

.user_footer_link p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.user_footer_link p a {
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}


/*------USER FOOTER END-----*/


/***********************
  USER DETAILS 3 END
************************/

.single_user_img {
    width: 150px;
    overflow: hidden;
    height: 50px;
    border-radius: 3px;
}

.single_user_img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover !important;
}

.blog_riter_align {
    width: 65%;
    float: left;
}

.single_blog .read-more {
    float: right;
    margin-top: 5px;
}

.single_blog span.read_btn {
    display: inline-block;
}

.user_banner {
    margin-top: 20px;
}

.user_detail_blog_2 .medium_heading {
    margin: 30px 0px 10px 0px;
}

.user_detail_blog_1 .medium_heading {
    margin-bottom: 10px;
}

.right_user_list .right_user_img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.user_contact_1 .heading_area {
    margin-bottom: 0 !important;
}

.user_contact_1 .medium_heading {
    margin: 30px 0px 15px 0px;
}

#card_part .medium_heading {
    margin: 30px 0px 40px 0px;
}

#blog_part .medium_heading {
    margin: 30px 0px 30px 0px;
}


/* error page start */

#error_page {
    padding: 85px 0px 80px 0px;
}

#error_page h1 {
    font-size: 130px;
    font-weight: 700;
    margin: 30px 0px 15px 0px;
}

#error_page h2 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

#error_page .read_btn {
    margin-top: 30px;
}

.user_single_ser .user_icon i {
    line-height: 85px;
}

#main_logo {
    max-width: 140px;
    max-height: 50px;
}

.user_menu1 li a {
    color: #fff;
}

.user_profile_qr svg{
    border: 2px solid black;
    padding: 7px;
}
.user_profile_b_qr svg{
    border: 2px solid white;
    padding: 7px;
}
.users_profile_qr svg{
    border: 1px solid black;
    padding: 6px;
}

.blog_area p{
    margin-bottom: 1.5rem;
}