body{ 
  	margin:0; 
 	padding:0;
     font-family:  "Roboto", sans-serif;
	color:#656565;
	background: #fff;
    overflow-x: hidden;
   
}
body.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*{
	margin:0; 
	padding:0; 
	box-sizing: border-box;
}
img{ 
	 border:none; 
	 outline:none;
	 width: 100%;
}
a{ 
	text-decoration:none !important;
	font-family: "Roboto", sans-serif;;
	
}
li{ 
	list-style:none;
}

input, textarea, select{
	outline:none;
	font-family:  "Roboto", sans-serif;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
}
button:focus{
	outline: none;
}
.scrollToTop img {
    max-width: 60px;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 0;
}
.title {
    color: #fff;
    font-size: 88px;
    font-family: "Squada One", sans-serif;
    text-transform: capitalize;
}

.more {
    background: #E825EB;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 6px;
}
.more:hover {
    background: #ce12d1;
    color: #fff;
}
.container {
    max-width: 1200px;
}
/* Global Css */

/* Header Sec */

.header_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
}

@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}


/* .banner_sec {
    position: relative;
    background: none;
    height: 780px;
    overflow: hidden;
    border-radius: 0 0 170px 0;
} */

.top_header {
    background: #5217EA;
    padding: 10px 0;
}
/* .banner_sec .header_sec {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
   
} */

.header_sec .top_header .container {
    display: flex;
    justify-content: space-between;
}
.top_header .h_contact {
    display: flex;
}

.top_header .h_contact a {
    display: flex;
    color: #fff;
    align-items: center;
    margin-right: 20px;
}
.top_header .h_contact a i {
    margin-right: 10px;
    font-size: 18px;
}
.top_header a {
    color: #fff;
    font-size: 18px;
}
.top_header a i {
    font-size: 18px;
    margin-right: 8px;
}


.m_bottom_menu{ 
    display: block;
}



.banner_sec .banner_content {
    position: relative;
}

/* .banner_sec.sticky .header_sec {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
} */


/* Nav Header */


.header_sec .nav_header {
    background: #fff;
    padding: 10px 0;
    border-top: none;
    width: 100%;
    margin: 0;
}
.header_sec .nav_header .container {
    position: relative;
}
.header_sec .nav_header .logo {
    width: 80px;
}
.header_sec .nav_header .navbar-nav li a {
    font-size: 20px;
    color: #171717;
    border-right: 1px solid #171717;
    padding: 0 18px !important;
    line-height: 18px;
    text-transform: uppercase;
}
.header_sec .nav_header .navbar-nav li:last-child a {
    border-right: none;
    padding-right: 0 !important;
}
.header_sec .nav_header .navbar-nav li.active a, .header_sec .nav_header .navbar-nav li a:hover {
    color: #E825EB;
}

.header_sec.sticky .logo_header ul {
    margin: 8px 0;
}
.header_sec.sticky .logo_header {
    padding: 26px;
}
.header_sec .nav_header .m_logo {
    display: none;
}

/* Basic Styles */
.dropdown-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    position: relative;
}

.dropdown-menu ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

/* Submenu Styles */
.dropdown-menu ul li.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 0.8em;
}

.dropdown-menu ul li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #6d3ee5;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    width: 250px;
}
.dropdown-menu ul li .sub-menu li a {
    padding: 8px 16px;
    width: 160px; /* Adjust width if needed */
}

.dropdown-menu ul li:hover > .sub-menu {
    display: block;
}

/* Submenu hover effect */
.dropdown-menu ul li .sub-menu li a:hover {
    background-color: #ddd;
}

.dropdown-menu.header_sec ul li .sub-menu li a {
    border-right: none;
    padding: 0 !important;
    color: #fff;
}
.header_sec .dropdown-menu.nav_header .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 15px 11px !important;
    color: #fff;
    border-right: none;
    border-bottom: 1px solid #8961f1;
    width: 100%;
}
.header_sec .nav_header .navbar-nav li a:after {
    font-size: 13px;
    position: relative;
    top: -3px;
}
.header_sec .dropdown-menu.nav_header .navbar-nav li.menu-item-has-children .submenu li a:hover {
    background: #7d54e7;
}
/* Nav Header */


/* .banner_sec.sticky .banner_content {
    margin-top: 180px;
} */
/* Header Sec */

.m_bottom_menu {
    display: none;
}




/*****===== Home Page =====*****/
.home_page .service_sec .container {
    display: flex;
    flex-direction: row;
}
.header_sec .dropdown-menu.nav_header .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background: #4f28b5;
}
/* Banner Content */
.banner_sec {
    margin-top: 115px;
}
.banner_about {
    background: #591EF4;
    margin-top: 132px;
}
.banner_sec {
    background-color: #501CD8;
    border-radius: 0 0 450px 0;
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
    padding: 0;
    background-position: 0 bottom;
}

.banner_about {
    background-color: #591EF4;
    margin-top: 132px;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.banner_sec .container {
    display: flex;
    align-items: center;
    position: relative;
}
.banner_sec .container .banner_arrow {
    position: absolute;
    right: -24%;
    width: 22%;
    bottom: 0;
}
.banner_sec .text_content .banner_title {
    color: #fff;
    font-family: "Squada One", sans-serif;
    font-size: 60px;
    text-transform: capitalize;
}

.banner_sec .text_content .banner_title span {
    display: block;
    font-size: 100px;
}

.banner_sec .text_content .des {
    color: #fff;
    width: 68%;
    line-height: 1.8;
}
.banner_sec .banner_photo {
    width: 48%;
    position: relative;
    top: 60px;
    flex: 0 0 48%;
}
.banner_sec .text_content .banner_dotted1 {
    width: 51px;
    position: absolute;
    right: 9%;
    top: -4px;
}
.banner_sec .banner_dotted2 {
    width: 74px;
    position: absolute;
    right: -4%;
    top: 40%;
}

.banner_sec .text_content {
    position: relative;
}

/* Banner Content */


/* About Sec */
.about_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 140px 0;
}
.about_sec .about_photo {
    width: 40%;
}

.about_sec .text_content {
    width: 40%;
    margin-left: 10%;
}
.about_sec .text_content .title {
    text-align: left;
}
.about_sec .text_content .more {
    display: inline-block;
    margin-top: 40px;
}
/* About Sec */



/* Service Sec */
.service_sec {
    background-color: #5F29EC;
    padding: 120px 0;
    background-image: url(../images/service_bg.png);
    background-repeat: no-repeat;
    background-position: 98% bottom;
}
.service_sec .container {
    display: flex;
}

.service_sec .text_content {
    width: 70%;
}

.service_sec .sub_title {
    color: #E825EB;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.service_sec .title {
    margin-bottom: 30px;
}

.service_sec .title span {
    font-size: 68px;
    display: block;
}

.service_sec .des {
    width: 60%;
    margin-bottom: 40px;
}


.service_sec .service_right {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    float: right;
}

.service_sec .service_right .service_content {
    background: #fff;
    width: 40%;
    margin: 0 20px 40px;
    border-radius: 15px;
    padding: 20px;
}
.service_sec .service_right .service_content:nth-child(2n -2) {
    margin-top: 40px;
    margin-bottom: 0;
}

.service_sec .service_right .service_content .service_icon {
    width: 44%;
    margin-bottom: 30px;
}

.service_sec .service_right .service_content .text_content {
    width: 100%;
}

.service_sec .service_right .service_content .text_content .service_title {
    color: #000;
    font-weight: 700;
    margin-bottom: 80px;
}

.service_sec .service_right .service_content .text_content .service_title span {
    display: block;
}
.service_sec .service_right .service_content .text_content .more {
    background: none;
    color: #E825EB;
    padding: 0;
    display: flex;
    align-items: center;
}

.service_sec .service_right .service_content .text_content .more img {
    width: 12px;
    margin-left: 10px;
}
/* Service Sec */


.benifits_sec {
    background-image: url(../images/benefits_bg.png);
    background-color: #591EF4;
    background-repeat: no-repeat;
    padding: 140px 0;
}
.benifits_sec .container {
    display: flex;
}

.benifits_sec .container .benifits_photo {
    width: 40%;
    flex: 0 0 40%;
    margin-right: 60px;
}


.get_touch_sec {
    background: url(../images/get_touch_bg.png);
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}
.get_touch_sec .text_content .des {
    font-size: 22px;
    width: 40%;
}
.get_touch_sec:after {
    content: "";
    background: url(../images/get_touch_photo.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
}


.review_sec {
    background-color: #591EF4;
    background-image: url(../images/review_bg.png);
    background-repeat: no-repeat;
    padding: 120px 0;
    background-size: cover;
}

.review_sec .title {
    text-align: center;
    margin-bottom: 70px;
}

/* Footer Sec */

.footer_sec .footer_top {
    padding: 60px 0 30px;
    border-bottom: 1px solid #262626;
    background-color: #3F10BC;
    background-image: url(../images/f_bg.png);
}

.about_sec .powered_by {
    color: #fff;
}

.footer_sec .footer_top .about_sec {
    padding: 0;
    display: block;
}
.footer_sec .footer_top .about_sec .powered_by {
    font-weight: 400;
    margin-bottom: 18px;
}

.footer_sec .footer_top .about_sec  .f_logo {
    display: block;
    /*background: #FFFFFF;*/
    width: 190px;
    border-radius: 6px;
    padding: 15px;
}

/* Footer Categories */
.footer_sec .footer_categories {
    border-bottom: 1px solid #262626;
    padding: 40px 0;
    display: none;
}
.footer_sec .footer_categories .f_list a:last-child {
    margin-bottom: 0;
}
.footer_sec .footer_categories .f_title {
    color: #FAFF01;
    font-size: 24px;
}
.footer_sec .footer_categories .f_list a {
    display: block;
    color: #5E5E5E;
    margin: 16px auto;
}

.footer_sec .footer_categories .f_list a span {
    color: #B8B8B8;
    margin-right: 10px;
}

/* Footer Categories */








.footer_sec .footer_top {
    padding: 60px 0 30px;
    border-bottom: 1px solid #262626;
}

.footer_sec .f_title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}
.footer_sec .f_title:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 18%;
    bottom: 0;
    left: 0;
}


.f_contact .contact {
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 20px;
}

.f_contact .contact img {
    width: auto;
    height: 15px;
    margin-right: 10px;
}

.footer_sec  .f_list {
    margin-bottom: 0;
}

.footer_sec .f_list li a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.footer_sec .f_list li a img {
    width: 8px;
    height: auto;
    margin-right: 14px;
}
.footer_sec .f_list li a:hover {
    color: #8159ff;
}

.footer_sec .footer_bottom {
    background: #4E19DB;
}
.footer_sec .footer_bottom .copy_right {
    margin: 0;
    color: #fff;
}

.footer_sec .footer_bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
}

.footer_sec .footer_bottom .container a {
    color: #ffffff;
    border-left: 1px solid #e7e7e7;
    padding: 0 15px;
    line-height: 10px;
    height: 14px;
    font-size: 18px;
    border-right: 1px solid #e7e7e7;
    margin: 0 15px;
}
.footer_sec .footer_bottom .container a:hover {
    color: #ff7d04;
}
/* Footer Sec */
/*****===== Home Page =====*****/




/*****===== Contact Page =====*****/
.contact_page .contact_banner {
    margin-top: 150px;
    background: #5217ea;
}

.contact_page .contact_banner .title {
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 60px;
    padding: 54px 0;
}

.contact_page .contact_sec .contact_from:before, .contact_page .contact_sec .contact_from:after  {
    display: none;
}
.contact_page .contact_sec .container {
    display: flex;
    align-items: center;
    margin: 80px auto;
}

.contact_page .contact_sec .container .address_sec {
    background: #1B65D9;
    width: 44%;
    flex: 0 0 44%;
}

.contact_page .contact_sec .container .address_sec .address_title {
    background: #1B65D9;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 30px;
}

.contact_page .contact_sec .container .address_content {
    border: 1px solid #fff;
    margin: 15px;
    padding: 15px;
}

.contact_page .contact_sec .container .address_content .office_title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact_page .contact_sec .container .address_content .des {
    margin: 0 auto 16px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: start;
}
.contact_page .contact_sec .container .address_content .des img {
    width: 24px;
    margin: 8px 20px 0 0;
}



.contact_from {
    width: 460px;
    margin-left: auto;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 8px 8px;
    position: relative;
    top: -10px;
    margin-bottom: 30px;
}
.contact_from:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 11px;
    background: #FF7E56;
    clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
    top:0;
}
.contact_from:after {
    content: "";
    position: absolute;
    right: -10px;
    width: 10px;
    height: 11px;
    background: #FF7E56;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    top: 0;
}
.contact_from .title {
    background: #e92eec;
    color: #fff;
    font-size: 40px;
    padding: 15px;
    margin: 0;
    text-align: center;
}

.contact_from .des {
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.contact_from .from_content {
    padding: 15px;
}
.contact_from .from_content .contact_number {
    display: flex;
}
.contact_from .from_content .form-group .form-control {
    height: 44px;
    font-size: 16px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}
.contact_from .from_content .form-group textarea {
    height: 140px !important;
    /* border-radius: 5px; */
}
.contact_from .from_content .form-group .form-control:focus, .contact_from .from_content .form-group textarea:focus {
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

.contact_from .sumit_btn {
    display: block;
    width: 100%;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
}

.contact_from .sumit_btn:focus {
    box-shadow: none !important;
}
.contact_from .sumit_btn:active {
    background: #E825EB !important;
}
.address_sec.container .address_content .company_address {
    margin: auto;
    -moz-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    -webkit-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    display: flex;
    padding: 20px;
    width: 60%;
    align-items: start;
    background: #5217ea;
}



.address_sec {
    text-align: center;
    width: 830px;
    margin: 0 auto 80px;
}

.address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.address_sec .des {
    font-size: 16px;
}

.address_sec .address_content {
    margin: 40px auto 0;
}

.address_sec.container .address_content .company_address .icon {
    width: 34px;
    flex: 0 0 34px;
    background: #7444ed;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}
.address_sec.container .address_content .company_address .icon i {
    color: #fff;
}

.address_sec.container .address_content .company_address .text_content {
    margin-left: 20px;
    text-align: left;
}
.contact_page .address_sec .des {
    color: #9b9b9b;
    font-size: 19px;
}

.address_sec.container .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 34px;
    margin: 0 auto 6px;
}

.address_sec.container .address_content .company_address .des {
    text-align: left;
    margin: 0;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
}

.address_sec .address_content .email_contact {
    display: flex;
    margin: 50px auto 0;
}

.address_sec .address_content .email_contact .company_address {
    margin: 0 20px;
    width: 100%;
}
.address_sec.container .address_content .company_address .text_content a {
    color: #ffffff;
    font-size: 16px;
}
/*****===== Contact Page =====*****/



/*****===== About Page =====*****/
.about_page .banner_about img {
    height: 340px;
    object-fit: cover;
}

.about_page .banner_about {
    background: none;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.about_page .banner_about .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.about_page .banner_about .container .text_content .banner_title {
    color: #fff;
    font-size: 90px;
    font-family: "Squada One", sans-serif;
    margin: 0;
}
.about_page .about_sec .text_content .title {
    font-size: 74px;
}
.about_wrapper {
    background: #591EF4;
}
.about_wrapper .about_sec .about_photo {
    width: 38%;
}

.about_wrapper .about_sec .text_content {
    margin-left: 61px;
    width: 56%;
}

.about_wrapper .about_sec .container {
    display: flex;
    flex-wrap: wrap;
}
.about_page .who_we_are_sec {
    padding-bottom: 60px;
}
.about_page .who_we_are_sec .title {
    font-size: 74px;
}
.about_page .who_we_are_sec .who_list {
    margin: 0;
}

.about_page .who_we_are_sec .who_list li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 22px;
    position: relative;
}

.about_page .who_we_are_sec .who_list li:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*****===== About Page =====*****/



/*****===== Service Page =====*****/
.about_page .service_sec .service_content {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}
.about_page .service_sec .service_content .service_icon {
    width: 44%;
    margin-bottom: 30px;
}

.about_page .service_sec .service_content .text_content {
    width: 100%;
}

.about_page .service_sec .service_content .text_content .service_title {
    color: #000;
    font-weight: 700;
    margin-bottom: 80px;
}

.about_page .service_sec .service_content .text_content .service_title span {
    display: block;
}
.about_page .service_sec .service_content .text_content .more {
    background: none;
    color: #E825EB;
    padding: 0;
    display: flex;
    align-items: center;
}

.about_page .service_sec .service_content .text_content .more img {
    width: 12px;
    margin-left: 10px;
}
/*****===== Service Page =====*****/

/*****===== Service Details Page =====*****/
.about_page .service_sec.service_details {
    background: #fff;
    padding: 60px 0;
}

.about_page .service_sec.service_details .service_menu a {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #b3b3b3;
    padding: 10px;
}
.about_page .service_sec.service_details .service_menu a:hover {
    color: #e825eb;
    border: 1px solid #e825eb;
}
.service_sec .container {
    display: flex;
    flex-direction: column;
}

.about_page .service_sec.service_details .service_details_wrapp .container {
    flex-direction: column;
}

.about_page .service_sec.service_details .service_details_wrapp .detail_content {
    margin-bottom: 40px;
}

.about_page .service_sec.service_details .service_details_wrapp .detail_content h4 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #222;
    padding-bottom: 10px;
    position: relative;
}
.about_page .service_sec.service_details .service_details_wrapp .detail_content h4:after {
    content: "";
    background: #e92eec;
    position: absolute;
    height: 4px;
    width: 6%;
    bottom: 0;
    left: 0;
}
.about_page .service_sec.service_details .service_details_wrapp .detail_content p {
    width: 100%;
    margin-bottom: 40px;
    color: #333;
}

.about_page .service_sec.service_details .service_details_wrapp .detail_content  ul, .about_page .service_sec.service_details .service_details_wrapp .detail_content  ol {
    padding: 0 0 0 20px;
    margin: 20px auto 40px;
}
.about_page .service_sec.service_details .service_details_wrapp .detail_content  ol li{
    margin-bottom: 14px;
    padding-left: 0;
    list-style-type: auto;
    color: #333;
}
.about_page .service_sec.service_details .service_details_wrapp .detail_content  ul li {
    margin-bottom: 14px;
    padding-left: 0;
    list-style-type: disc;
    color: #333;
}

.about_page .service_sec.service_details .service_menu {
    margin-bottom: 60px;
}
.about_page .service_sec.service_details .service_menu .container {
    flex-direction: column;
}
.mf_list {
    padding: 0 0 0 20px;
    margin: 20px auto 0;
}

.mf_list li {
    margin-bottom: 14px;
    padding-left: 0;
    list-style-type: disc;
    color: #333;
}
.about_page .service_sec.service_details .service_menu a img {
    width: 7px;
    margin-right: 9px;
}
.management_banner {
    margin-bottom: 80px;
    height: 274px;
}
.management_banner img {
    height: 274px;
}
.about_page .service_sec.service_details .service_menu .menu_title {
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Squada One", sans-serif;
    font-size: 44px;
    display: inline-block;
    background: #e825eb;
    width: 380px;
    padding: 8px 30px;
    clip-path: polygon(0 0, 76% 0, 68% 100%, 0% 100%);
}
/*****===== Service Details Page =====*****/

/*****===== Shop Cart Page =====*****/
.category_page .container.shop_cart {
    padding: 120px 15px;
    overflow: hidden;
}

.category_page .container.shop_cart .shop_table {
    width: 100%;
}


.category_page .container.shop_cart .shop_table tr th {
    background: #F2F2F2;
    color: #253D4E;
    font-weight: 400;
    padding: 15px 10px;
    font-size: 20px;
}
.category_page .container.shop_cart .shop_table td {
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    padding: 15px;
}
.category_page .container.shop_cart .shop_table td .close_icon {
    width: 20px;
}

.category_page .container.shop_cart .shop_table td .product_title {
    color: #3BB77E;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.category_page .container.shop_cart .shop_table td .price {
    font-size: 18px;
    color: #777777;
    margin: 0;
}
.category_page .container.shop_cart .shop_table td .product_photo {
    width: 56px;
    height: 60px;
    overflow: hidden;
}

.category_page .container.shop_cart .shop_table td .product_photo img {
    width: 61px;
    margin: auto;
}

/* Product Count */
.product-count .count_btn {
    display: flex;
    border: 1px solid #3BB77E;
    border-radius: 5px;
    padding: 9px;
    width: 90px;
    height: 43px;
    align-items: center;
}

.product-count .count_btn .number-product {
    border: none;
    color: #3BB77E;
    text-align: center;
    width: 100%;
}

.product-count .count_btn .arrow_btn {
    flex-direction: column;
    display: flex;
}

.product-count .count_btn .arrow_btn button.button-count {
    border: none;
    background: no-repeat;
    height: 18px;
    display: flex;
    align-items: center;
}

.product-count .count_btn .arrow_btn button.button-count img {
    width: 15px;
}
/* Product Count */

.category_page .container.shop_cart .shop_table td .coupon_from {
    display: flex;
    margin-right: auto;
    justify-content: right;
    align-items: center;
}

.coupon_from .form-group {
    margin: 0;
}
.coupon_from .form-group input {
    border: 1px solid #E9E3E3;
    border-radius: 6px 0 0 6px;
    font-size: 18px;
    height: 48px;
    color: #777777;
}
.coupon_from .form-group input:focus,  .coupon_from .copon_btn:focus {
    box-shadow: none;
}

 .coupon_from .copon_btn, .coupon_from .copon_btn.active {
    background: #3BB77E !important;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    height: 48px;
    border-radius: 0 10px 10px 0;
    box-shadow: none !important;
}
.category_page .container.shop_cart .shop_table td.total {
    text-align: right;
    color: #253D4E;
    font-size: 20px;
    font-weight: 700;
}

.category_page .container.shop_cart .shop_table td.price {
    color: #3BB77E;
    font-weight: 700;
}
.category_page .container.shop_cart .checkout {
    margin: 20px;
    float: right;
    background: #3BB77E;
    border-radius: 120px;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 24px;
}

/*****===== Shop Cart Page =====*****/

.strip_banner_wrapp {
   background-color: #522ccb;
    background-image: url(../images/review_bg.png);
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    position: relative;
}
.strip_banner_wrapp:after {
    content: "";
    background: url(../images/investing_photo.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 170px 0 0 170px;
}
.strip_banner_wrapp .text_content .title {
    font-size: 68px;
    margin-bottom: 20px;
}

.strip_banner_wrapp .text_content .des {
    width: 60%;
}

  
 /*=============== Start Responsive css ===============*/
 
 /* 1800px */
@media screen and (max-width: 1800px) {


    /* Home Page */
    .banner_sec .container .banner_arrow {
        right: -15%;
    } 
    /* Home Page */
  

}
 
/* 1600px */
@media screen and (max-width: 1600px) {

    .title {
        font-size: 74px;
    }

    /* Home Page */
   .banner_sec .banner_photo {
        width: 38%;
        flex: 0 0 38%;
    }
    .banner_sec .text_content {
        width: 56%;
    }
    .banner_sec .text_content .banner_dotted1 {
        right: 16%;
    }
    .banner_sec .container .banner_arrow {
        right: -7%;
        width: 15%;
    }
    .service_sec .des {
        width: 80%;
    }
     /* Home Page */

	.strip_banner_wrapp:after {
		width: 40%;
	}
 
}



/* 1400px */
@media screen and (max-width: 1400px) {

    
    .container {
        max-width: 1100px;
    }
    .title {
        font-size: 58px;
    }

    /* Home Page */
    .banner_sec {
        height: 400px;
    }
    .banner_sec .banner_photo {
        width: 34%;
        flex: 0 0 34%;
    }
    .banner_sec .container .banner_arrow {
        right: -4%;
        width: 15%;
    }
    .banner_sec .text_content .banner_title {
        font-size: 48px;
    }
    .banner_sec .text_content .banner_title span {
        font-size: 78px;
    }
    .banner_sec .text_content .des {
        color: #fff;
        width: 78%;
        line-height: 1.8;
    }
    .service_sec .title {
        font-size: 48px;
    }
    .service_sec .title span {
        font-size: 58px;
    }
    /* Home Page */

    /* About Page */
    .about_page .banner_about, .about_page .banner_about img  {
        height: 240px;
    }
    .about_page .about_sec .text_content .title {
        font-size: 64px;
    }
    .about_page .who_we_are_sec .title {
        font-size: 64px;
    }
    .about_page .about_sec {
        padding: 140px 0 80px;
    }
    /* About Page */

    /* Contact Page */
    .contact_page .location_map .mapouter {
        width: 550px;
    }
    .contact_page .location_map .mapouter .gmap_canvas {
        width: 100%;
    }
    /* Contact Page */
	.strip_banner_wrapp .text_content .title {
		font-size: 54px;
		margin-bottom: 20px;
	}
	.strip_banner_wrapp .text_content .des {
		width: 66%;
	}
}






/* 1200px */
@media screen and (max-width: 1200px) {

    .container {
        max-width: 900px;
    }
    .title {
        font-size: 48px;
    }
     /* Home Page */
    .banner_sec .banner_photo {
        width: 40%;
        flex: 0 0 40%;
    }
    .banner_sec .container .banner_arrow {
        right: 4%;
        width: 15%;
        top: 82%;
    }
    .banner_sec .text_content .banner_dotted1 {
        right: 9%;
        width: 41px;
    }
    .about_sec {
        padding: 90px 0;
    }
    .about_sec .about_photo {
        width: 44%;
    }
    .service_sec {
        padding: 80px 0 50px;
    }
    .service_sec .service_right .service_content {
        width: 38%;
    }
    .service_sec .text_content {
        width: 84%;
    }
    .service_sec .title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .service_sec .title span {
        font-size: 48px;
    }
    .service_sec .service_right .service_content .text_content .service_title {
        margin-bottom: 40px;
        font-size: 22px;
    }
    .benifits_sec {
        padding: 90px 0;
    }
    .get_touch_sec {
        padding: 30px 0;
    }
    .get_touch_sec:after {
        width: 60%;
    }
    /* Home Page */

    /* About Page */
    .about_page .banner_about .container .text_content .banner_title {
        font-size: 80px;
    }
    .about_page .banner_about, .about_page .banner_about img {
        height: 200px;
    }
    .about_wrapper .about_sec .text_content {
        margin-left: 50px;
        width: 56%;
    }
    /* About Page */

    /* Contact Page */
    .contact_page .contact_banner {
        margin-top: 133px;
    }
    .contact_page .location_map .mapouter {
        width: 470px;
        margin-right: 50px;
    }
    /* Contact Page */   
    .strip_banner_wrapp .text_content .title {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.strip_banner_wrapp:after {
		width: 40%;
	}
	.strip_banner_wrapp .text_content .des {
		width: 68%;
		margin-bottom: 28px;
	}
}

/* 991px */
@media screen and (max-width: 991px) {

    .container {
        max-width: 94%;
    }

     /* Home Page */
     .home_page .service_sec .container {
        flex-direction: column;
    }
    .home_page .service_sec .service_right .service_content .service_icon {
        width: 25%;
    }
     .banner_sec .text_content {
        width: 56%;
        margin-top: 50px;
    }
    .banner_sec .banner_dotted2 {
        right: -2%;
    }
     .banner_sec .text_content .banner_title {
        font-size: 34px;
    }
    .banner_sec .text_content .banner_title span {
        font-size: 54px;
    }
    .banner_sec .banner_photo {
        top: 30px;
    }
    .about_sec .about_photo {
        width: 44%;
    }
    .about_sec .text_content {
        width: 50%;
        margin-left: 4%;
    }
    .benifits_sec .container .benifits_photo {
        width: 40%;
        flex: 0 0 40%;
        margin-right: 30px;
    }
    .get_touch_sec .text_content .des {
        font-size: 22px;
        width: 60%;
    }
    .get_touch_sec .title {
        font-size: 44px;
    }
    .service_sec .container {
        flex-direction: column;
    }
    .service_sec .text_content {
        width: 100%;
        text-align: center;
    }
    .service_sec .des {
        width: 100%;
    }
    .service_sec .service_right .service_content .text_content .service_title {
        margin-bottom: 20px;
        font-size: 22px;
        text-align: left;
    }
    .service_sec .service_right {
        float: none;
        margin-top: 70px;
    }
    .service_sec .service_right .service_content {
        width: 44%;
    }
     /* Home Page */

    /* About Page */
    .about_page .banner_about, .about_page .banner_about img {
        height: 180px;
    }
    .about_page .banner_about .container .text_content .banner_title {
        font-size: 70px;
    }
    .about_wrapper .about_sec .text_content {
        margin-left: 28px;
        width: 57%;
    }
    .about_page .about_sec .text_content .title {
        font-size: 54px;
    }
    .about_page .who_we_are_sec .title {
        font-size: 54px;
    }
     /* About Page */

     /* Service Page */
     .about_page .service_sec .service_content .text_content {
        width: 100%;
        text-align: left;
    }
     /* Service Page */


     /* Contact Page */
     .contact_page .location_map .mapouter {
        width: 340px;
        margin-right: 50px;
        height: 530px;
    }
     .contact_page .location_map .mapouter .gmap_canvas {
        width: 100%;
        height: 100%;
    }
     .contact_page .location_map .mapouter .gmap_canvas iframe {
        height: 100%;
    }
     /* Contact Page */

    .footer_sec .footer_top .about_sec  .f_logo {
        width: 150px;
    }
   
	.strip_banner_wrapp:after {
	   display: none;
	}
	.strip_banner_wrapp .text_content .des {
		width: 80%;
		margin-bottom: 28px;
		margin: 0 auto 40px;
	}
}


/* 767px */
@media screen and (max-width: 767px) {
    
    .container {
        max-width: 100%;
    }

   

    /* Header Sec */
    .home_page .service_sec .service_right .service_content .service_icon {
        width: 34%;
        margin: 0 auto 20px;
    }
    .header_sec {
        position: fixed;
    }
    .header_sec.sticky {
        animation: auto;
    }
    .header_sec .top_header .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .top_header .header_contact {
        justify-content: center;
    }
    .header_sec .nav_header .logo {
        width: 60px;
    }
    .header_sec .top_header .header_social {
        justify-content: center;
    }
    .header_sec .top_header .header_social a {
        height: auto;
        margin: 10px;
    }

    .header_sec .nav_header {
        padding: 10px 15px;
    }
    .header_sec .nav_header .container-fluid {
        padding: 0;
    }
    
    .header_sec .nav_header button.navbar-toggler {
        border: none;
        background: #5217ea;
        display: flex;
        flex-direction: column;
        padding: 4px;
        width: 34px;
        margin-left: auto;
    }
    .header_sec .nav_header .navbar-collapse {
        display: block;
        position: fixed;
        z-index: 9;
        background: #5217ea;
        height: 100vh;
        top: 154px;
        width: 60%;
        right: -70%;
        box-shadow: -10px 10px 40px rgb(8 38 82 / 46%);
        transition: all 0.6s ease-in-out 0.3s;
        -webkit-transition: all 0.6s ease-in-out 0.3s;
        -moz-transition: all 0.6s ease-in-out 0.3s;
        -ms-transition: all 0.6s ease-in-out 0.3s;
        -o-transition: all 0.6s ease-in-out 0.3s;
    }
    .header_sec .nav_header .navbar-collapse.show {
        right: 0;
    }
    .header_sec .nav_header .navbar-nav li.menu-item-has-children {
        position: relative;
    }
    .header_sec .nav_header .navbar-nav li.menu-item-has-children:after {
        content: "";
        clip-path: polygon(55% 100%, 0 0, 100% 0);
        background: #ffffff;
        position: absolute;
        width: 9px;
        height: 6px;
        top: 24px;
        margin: auto;
        right: 10%;
    }
    .header_sec .nav_header .navbar-nav li.menu-item-has-children a:after {
        display: none;
    }
    .header_sec .nav_header .navbar-nav li.menu-item-has-children a {
        width: 82%;
    }
   
     .header_sec .nav_header button.navbar-toggler span {
        background: #fff;
        height: 1px;
        margin: 3px auto;
        width: 100%;
    }
    .header_sec .nav_header .navbar-collapse .navbar-nav {
        height: 100%;
        overflow: scroll;
        justify-content: start !important;
    }
    .header_sec .nav_header .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #7a4bf3;
    }
    .header_sec .nav_header .navbar-collapse .navbar-nav li a {
        margin: 0;
        padding: 16px !important;
        display: block;
        font-weight: 400;
        margin: 0;
        border-right: none;
        font-size: 14px;
        color: #fff;
    }
    .header_sec .nav_header .navbar-nav li a.order_btn {
        margin: 12px !important;
    }
    .about_page .service_sec.service_details .service_menu .menu_title {
        width: 100%;
    }
    .management_banner, .management_banner img {
        height: 80px;
    }
    .management_banner {
        margin-bottom: 30px;
    }
    .header_sec .nav_header li.nav-item.dropdown .dropdown-menu {
        box-shadow: none;
        left: 0;
        right: 0;
        border-radius: 0;
        background: #0f51b5;
    }
    .dropdown-menu ul li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }
    .header_sec .nav_header {
        padding: 15px 20px;
    }
    
    .header_sec .search_header .right_sec, .header_sec.sticky .search_header .right_sec {
        display: none;
    }
   

    .header_sec .store_btn {
        right: 36px;
        padding: 4px 6px;
    }
    .header_sec .store_btn img {
        width: 14px;
        margin-right: 7px;
    }

    .dropdown-menu ul li .submenu {
        position: relative;
        top: 0;
        box-shadow: none;
    }
    .header_sec .dropdown-menu.nav_header .navbar-nav li.menu-item-has-children .submenu li a {
        border-right: none;
        border-bottom: none;
        width: 100%;
    }
    /* Header Sec */
    
    .banner_sec {
        height: auto;
    }
    .banner_sec .text_content {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .banner_sec .container {
        flex-direction: column-reverse;
    }
    .banner_sec .text_content .des {
        width: 100%;
    }
    .banner_sec .banner_photo {
        width: 80%;
        flex: 0 0 80%;
        margin-top: 60px;
        top: auto;
    }
    .banner_sec .text_content .banner_dotted1, .banner_sec .banner_dotted2, .banner_sec .container .banner_arrow {
        display: none;
    }
    .about_sec {
        flex-direction: column;
    }
    .about_sec .about_photo {
        width: 80%;
        margin-bottom: 50px;
    }
    .about_sec .text_content {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .about_sec .text_content .title {
        font-size: 38px;
        margin-bottom: 20px;
        text-align: center;
    }
    .service_sec .title, .service_sec .title span {
        font-size: 40px;
    }
    .service_sec .sub_title {
        font-size: 20px;
    }
    .service_sec .service_right .service_content {
        width: 70%;
        margin: 0 auto 40px;
    }
    .service_sec .service_right .service_content .service_icon {
        width: 44%;
        margin: 0 auto 30px;
    }
    .service_sec .service_right .service_content .text_content .service_title {
        text-align: center;
    }
    .service_sec .service_right .service_content .text_content .more {
        justify-content: center;
    }
    .service_sec .service_right .service_content:nth-child(2n -2) {
        margin: 0 auto 40px;
    }
    .benifits_sec .container {
        flex-direction: column;
        text-align: center;
    }
    .benifits_sec .container .benifits_photo {
        width: 80%;
        flex: 0 0 80%;
        margin: 0 auto 50px;
    }
    .benifits_sec .container .text_content .more {
        margin-top: 20px;
        display: inline-block;
    }

    .get_touch_sec .text_content .des {
        font-size: 22px;
        width: 100%;
    }
    .get_touch_sec .text_content {
        text-align: center;
    }
    .get_touch_sec:after {
        display: none;
    }

    .review_sec {
        padding: 80px 0;
    }
    .review_sec .title {
        margin-bottom: 30px;
        font-size: 34px;
    }


  
    /*****===== Home Page =====*****/


    /*****===== About Page =====*****/
    .about_page .banner_about {
        margin-top: 152px;
    }
    .about_page .banner_about, .about_page .banner_about img {
        height: 130px;
    }
    .about_page .banner_about .container .text_content .banner_title {
        font-size: 48px;
    }
    .about_page .banner_about .container {
        justify-content: center;
    }
    .about_page .about_sec {
        padding: 70px 0 20px;
    }
    .about_wrapper .about_sec .about_photo {
        width: 80%;
        margin: 0 auto 40px;
    }
    .about_wrapper .about_sec .text_content {
        margin-left: 0;
        width: 100%;
    }
    .about_page .about_sec .text_content .title {
        font-size: 40px;
    }
    .about_page .who_we_are_sec {
        text-align: center;
    }
    .about_page .who_we_are_sec .title {
        font-size: 40px;
    }
    .about_page .who_we_are_sec .who_list {
        text-align: left;
    }
    .about_page .who_we_are_sec .who_list li:before {
        top: 8px;
        bottom: auto;
    }
    
    /*****===== About Page =====*****/


    /*****===== Service Page =====*****/
    .about_page .service_sec .service_content .service_icon {
        width: 24%;
        margin: 0 auto 20px;
    }
    .about_page .service_sec .service_content .text_content {
        text-align: center;
    }
    .about_page .service_sec .service_content .text_content .more {
        justify-content: center;
    }
    .about_page .service_sec .service_content .text_content .service_title {
        margin-bottom: 40px;
    }
   
    /*****===== Service Page =====*****/
   


 
    /*****===== Contact Page =====*****/
    .contact_page .contact_banner {
        margin-top: 152px;
    }
    .contact_page .contact_banner .title {
        font-size: 48px;
        padding: 38px 0;
        text-align: center;
    }
    .contact_page .location_map .mapouter {
        width: 100%;
        margin: 0;
        height: 460px;
    }
    .contact_page .contact_sec .container {
        display: flex;
        flex-direction: column;
        margin: 40px auto;
    }
    .contact_page .contact_sec .location_map {
        width: 100%;
        margin: 0 auto 40px;
    }
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas {
        width: 100%;
        height: 460px;
    }
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas iframe {
        height: 460px;
    }
    .address_sec.container .address_content .company_address {
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .address_sec.container .address_content .company_address .text_content .title {
        font-size: 28px;
    }
    .address_sec .address_content .email_contact {
        display: flex;
        flex-direction: column;
    }
    .contact_page .contact_sec .contact_from {
        width: 100%;
    }
    .contact_page .address_sec.container {
        width: 100%;
        margin-bottom: 110px;
    }
    .contact_page .address_sec.container {
        margin-bottom: 40px;
    }
    /*****===== Contact Page =====*****/


    

    /* Footer Sec */
    .footer_sec .footer_top .about_sec {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer_sec .footer_top .about_sec  .f_logo {
        margin: auto;
    }
    .footer_sec .f_title {
        text-align: center;
    }
    .footer_sec .f_title:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer_sec .f_list li a {
        justify-content: center;
    }
    /* Footer Sec */
    
    .strip_banner_wrapp .text_content .title {
		font-size: 38px;
		margin-bottom: 20px;
	}
	.strip_banner_wrapp .text_content .des {
		width: 100%;
		margin-bottom: 28px;
		margin: 0 auto 22px;
		line-height: 1.4;
	}
}




