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: 23px;
	color: #747373;
}
button:focus{
	outline: none;
}
.scrollToTop img {
    max-width: 60px;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 0;
}
.title {
    margin-bottom: 30px;
    color: #000;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.h_des {
    text-align: center;
    width: 48%;
    margin: auto;
    line-height: 28px;
}
.container {
    max-width: 1200px;
}
/* Global Css */

/* Header Sec */

.header_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #F57F11;
}
.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 {
    margin-top: 118px;
    position: relative;
    background: none;
    height: 750px;
}

.top_header {
    position: relative;
    padding: 12px 0;
    background: #E1720A;
}

.menu_bottom {
    display: none;
}

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

.header_sec .top_header .address_left .des {
    display: flex;
    margin: 10px 0;
    color: #fff;
}
.header_sec .top_header .address_left .des img {
    width: 12px;
    margin-right: 10px;
}
.header_sec .top_header .contact_left a img {
    width: 16px;
    margin-right: 10px;
}

.header_sec .top_header .h_social {
    display: flex;
    align-items: center;
}
.header_sec .top_header .h_social a {
    padding: 0 0 0 20px;
}


.header_sec .top_header .h_contact {
    display: flex;
    align-items: center;
}

.header_sec .top_header .h_contact a {
    display: flex;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 14px;
    padding-right: 14px;
    line-height: 10px;
    align-items: center;
}
.header_sec .top_header .h_contact a img {
    width: 14px;
    margin-right: 10px;
}



.banner_sec .banner_content {
    position: relative;
}

.header_sec .nav_header li.nav-item.dropdown .dropdown-menu li a:hover {
    color: #FEC700;
} 


.header_sec .nav_header {
    padding: 10px 0;
}
.header_sec .nav_header .logo {
    width: 160px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.header_sec .nav_header .navbar-nav li a {
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 18px !important;
    line-height: 18px;
    text-transform: uppercase;
}
.header_sec .nav_header .navbar-nav li a.login {
    border: 1px solid #fff;
    padding: 6px 24px !important;
    border-radius: 30px;
    background: #F57F11;
}
.header_sec .nav_header .navbar-nav li a.login:hover {
    background: #e97b14;
}
.header_sec .nav_header .navbar-nav li.active a, .header_sec .nav_header .navbar-nav li a:hover  {
    color: #f9c08c;
}

.header_sec.sticky .logo_header ul {
    margin: 8px 0;
}
.header_sec.sticky .logo_header {
    padding: 26px;
}

.header_sec .nav_header .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
}

.header_sec .nav_header .navbar-nav .dropdown-menu a.dropdown-item {
    background: #6059BB;
    border-right: none;
    padding: 10px !important;
    font-size: 16px;
    border-bottom: 1px solid #544dad;
}
/* Header Sec */

.m_bottom_menu {
    display: none;
}

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

/* Banner Content */

.banner_sec .banner_content .container-fluid {
    display: flex;
    padding: 220px 15px 0;
    justify-content: space-between;
}


.banner_content .banner_icon {
    width: 350px;
    margin: auto;
}
.banner_sec .banner_content {
    height: 750px;
    position: relative;
}
.banner_sec .banner_content img {
    height: 750px;
    object-fit: cover;
}
.banner_content .text_content {
    width: 32%;
    top: 0;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}
.banner_content .text_content .banner_title {
    margin: 0;
    font-size: 74px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 74px;
    margin-bottom: 20px;
}
.banner_content .text_content .banner_title span {
    font-size: 44px;
    font-weight: 300;
    display: block;
}
.banner_content .text_content .des {
    margin: 10px auto 40px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: 300;
}

.banner_sec .banner_slider {
    position: relative;
}
.banner_sec .banner_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3ba8463;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
}
.banner_sec .banner_slider .slick-dots li.slick-active button {
    background: #E1720A;
}
.banner_sec .banner_slider .slick-arrow {
    display: none !important;
}
.banner_sec .banner_slider .slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}
/* Banner Content */



/* About Sec */


.about_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 120px 30px;
}

.about_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_sec .about_photo {
    width: 420px;
    flex: 0 0 420px;
    height: 280px;
    overflow: hidden;
}
.about_sec .about_photo img {
    object-fit: cover;
    height: 280px;
}

.about_sec .text_content {
    margin-bottom: 40px;
    width: 56%;
}
.about_sec .text_content {
    width: 54%;
}
.about_sec .text_content .address_title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 47px;
}
.about_sec .text_content .des {
    line-height: 38px;
}
.about_sec .text_content .title {
    text-align: left;
    line-height: 60px;
}
.about_sec .text_content .title {
    text-align: left;
    line-height: 60px;
    margin-bottom: 20px;
}
.about_sec .text_content .list li {
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
}
.about_sec .text_content .list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #F57F11;
    top: 8px;
    margin: auto;
    border-radius: 50%;
}
/* About Sec */


/* Recharge Sec */
.recharge_sec {
    background: #FDFAFA;
    padding: 110px 0 30px;
}

.recharge_sec .recharge_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recharge_sec .recharge_content .icon_content {
    width: 18%;
    text-align: center;
    margin: 0 10px 80px;
}

.recharge_sec .recharge_content .icon_content .icon {
    border: 1px solid #F57F11;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.recharge_sec .recharge_content .icon_content .icon img {
    width: 34px;
}

.recharge_sec .recharge_content .icon_content .icon_title {
    font-size: 18px;
    color: #000;
}

.recharge_sec .title {
    margin-bottom: 80px;
}
/* Recharge Sec */

/* Business Sec */
.business_sec {
    background-color: #F57F11;
    background-image: url(../images/business_bg.png);
    background-position: center 8%;
    padding: 120px 0;
    background-repeat: no-repeat;
}

.business_sec .container {
    text-align: center;
}

.business_sec .title {
    color: #fff;
}

.business_sec .des {
    color: #fff;
    font-size: 30px;
}

.business_sec .business_slider {
    margin-top: 80px;
}

.business_content {
    background: #F8F8F8;
}
.business_sec .business_slider .slick-slide {
    margin: 0 15px;
}
.business_content .modal_litle {
    margin: 0;
    background: #000;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    padding: 14px;
}

.business_content .list {
    text-align: left;
    padding: 20px;
    margin-bottom: 0;
}

.business_content .list li {
    font-size: 16px;
    color: #2F2E2E;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}

.business_content .list li:before {
    content: "";
    left: 0;
    position: absolute;
    background: url(../images/tick_icon.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 4px;
}

.business_content .more {
    display: flex;
    color: #F57F11;
    justify-content: center;
    margin-bottom: 30px;
}
.business_content .more:hover {
    color: #ff9e44;
}
.business_content .more img {
    width: 16px;
    margin-left: 7px;
}

.business_sec .business_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3ba8463;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
}
.business_sec .business_slider .slick-dots li.slick-active button {
    background: #fff;
}
.business_sec .business_slider .slick-arrow {
    display: none !important;
}
.business_sec .business_slider .slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}
/* Business Sec */


/* Service Sec */

.service_sec .container {
    padding: 110px 15px;
}

.service_sec .title {
    margin-bottom: 70px;
}
.service_sec .service_slider .slick-slide {
    margin: 15px;
}
.service_sec .service_content {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(193, 193, 193, 0.25);
    text-align: center;
    padding: 30px;
}

.service_sec .service_content .icon {
    background: #F57F11;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.service_sec .service_content .icon img {
    width: 28px;
}
.service_sec .service_content .text_content .sevice_title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.service_sec .service_content .text_content .des {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.service_sec .service_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3ba8463;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
}
.service_sec .service_slider .slick-dots li.slick-active button {
    background: #F57F11;
}
.service_sec .service_slider .slick-arrow {
    display: none !important;
}
.service_sec .service_slider .slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}
/* Service Sec */


/* Blog Sec */
.blog_sec .blog_title_photo {
    width: 340px;
    margin: 0 auto 30px;
    display: block;
}

.blog_sec .title {
    margin-bottom: 60px;
}
.blog_sec .blog_slider .blog_content {
    box-shadow: 0px 0px 24px rgb(193 193 193 / 25%);
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.blog_sec .blog_slider .blog_content .blog_photo {
    height: 220px;
    overflow: hidden;
}

.blog_sec .blog_slider .blog_content .blog_photo img {
    object-fit: cover;
    height: 220px;
}

.blog_sec .blog_slider .slick-slide {
    margin: 0 15px;
}

.blog_sec .blog_slider .blog_content .text_content .more {
    display: flex;
    color: #F57F11;
}
.blog_sec .blog_slider .blog_content .text_content .more:hover {
    color: #ff9e44;
}

.blog_sec .blog_slider .blog_content .text_content .more img {
    width: 16px;
    margin-left: 7px;
}
.blog_sec .blog_slider .blog_content .text_content {
    padding: 20px;
}

.blog_sec .blog_slider .blog_content .text_content .blog_title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.blog_sec .blog_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3ba8463;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
}
.blog_sec .blog_slider .slick-dots li.slick-active button {
    background: #F57F11;
}
.blog_sec .blog_slider .slick-arrow {
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    overflow: hidden;
    text-indent: -110px;
    width: 50px;
    border: none;
    position: absolute;
    background: none !important;
    z-index: 1;
}

.blog_sec .blog_slider .slick-arrow.slick-prev {
    left: -10px;
   
    background-image: url(../images/blog_larrow.svg) !important;
}
.blog_sec .blog_slider .slick-arrow.slick-next {
    right: -10px;
    background-image: url(../images/blog_rarrow.svg) !important;
}

.blog_sec .blog_slider .slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}
/* Blog Sec */


/* Get Started */
.get_started {
    background: linear-gradient(89.93deg, #F57F11 0.53%, #FD6329 100.03%);
    box-shadow: 0px -6px 54px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    padding: 60px 30px;
    align-items: center;
    position: relative;
    top: 100px;
}
.get_started .text_content .title {
    font-size: 38px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.get_started .text_content .title span {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
.get_started .text_content .des {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.get_started .call_btn {
    background: #FFFBF3;
    border: 1px solid #F9A620;
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.12);
    border-radius: 56px;
    font-size: 20px;
    padding: 10px 30px;
    color: #F57F11;
    display: flex;
    align-items: center;
}
.get_started .call_btn img {
    width: 6px;
    height: 20px;
    margin-left: 10px;
}
.get_started .call_btn:hover {
    background: linear-gradient(89.93deg, #F57F11 0.53%, #FD6329 100.03%);
    color: #fff;
}
/* Get Started */





/* Footer Sec */
.footer_sec {
    background: #000;
}
.footer_sec .footer_top .about_content {
    margin: 0;
}
.footer_sec .footer_top .about_sec {
    flex-direction: column;
}
.footer_sec .about_sec .f_logo {
    display: block;
    width: 260px;
    margin-bottom: 20px;
}

.footer_sec .footer_top {
    padding: 160px 0 60px;
}
.footer_sec .footer_top .des {
    color: #DFEAFF;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.footer_sec .footer_top .f_social{
    display: flex;
}

.footer_sec .footer_top .f_social a {
    padding: 6px 15px  0 0;
    width: auto;
}
.footer_sec .footer_top .f_social a img {
    width: 100%;
    margin: 0;
}
.footer_sec .footer_top .f_about .f_title {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 20px;
}

.footer_sec .footer_top .f_about .f_title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;
}


.f_contact .office_address .office_title {
    color: #fff;
    font-size: 18px;
    font-weight: 00;
    display: flex;
    align-items: center;
}

.f_contact .office_address .office_title img {
    width: 12px;
    margin-right: 7px;
}
.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_title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_sec  .f_list {
    margin-bottom: 0;
}

.footer_sec .f_list li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.footer_sec .f_list li a img {
    width: 14px;
    height: 12px;
    margin-right: 10px;
}
.footer_sec .f_list li a:hover {
    color: #f57f11;
}
.footer_sec .footer_bottom {
    background: #060606;
}
.footer_sec .footer_bottom .copy_right {
    margin: 0;
    padding: 0 15px;
    color: #fff;
    border-right: 1px solid #e7e7e7;
    line-height: 18px;
}
.footer_sec .footer_bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
}

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


/*****===== Login Page =====*****/
.login_page {
    margin-top: 118px;
    height: 49.2vh;
    display: flex;
    align-items: center;
}
.login_page .from_content {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: auto;
    border: 1px solid #eaeaea;
    padding: 20px;
}
.login_page .from_content .form-group input.form-control {
    height: 44px;
    border: 1px solid #cdcccc;
}
.login_page .from_content .form-group input.form-control:focus {
    box-shadow: none !important;
}
.login_page .from_content .form-check {
    margin-bottom: 18px;
}

.login_page .from_content .form-check label a {
    color: #F57F11;
}

.login_page .from_content .form-check input {
    position: relative;
}
.login_page .from_content .sumit_btn {
    display: block;
    width: 100%;
    background: #E1720A;
    border: none;
    font-size: 18px;
    padding: 8px;
    border: 1px solid #E1720A;
}
.login_page .from_content .sumit_btn:hover {
    background: #bb5f09;
}
.login_page .from_content .sumit_btn:focus {
    box-shadow: none !important;
}
.login_page .from_content .sumit_btn:active {
    background: #bb5f09 !important;
    border:  1px solid #bb5f09 !important;
}
/*****===== Login Page =====*****/


/*****===== Contact Page =====*****/
.contact_page .contact_banner {
    margin-top: 118px;
    background: url(../images/contact_banner.png);
    background-repeat: no-repeat;
}
.contact_page .contact_banner .title {
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 48px;
    padding: 40px 0;
    position: relative;
}

.contact_page .contact_sec .title {
    margin-bottom: 80px;
    font-size: 48px;
}

.contact_page .contact_sec .contact_from {
    flex: 0 0 30%;
    background: #8f4703;
}
.contact_page .contact_sec .contact_from .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    background: #E1720A;
    padding: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.contact_page .contact_sec .contact_from form.from_content {
    padding: 20px;
}


.contact_page .contact_sec .contact_from:before, .contact_page .contact_sec .contact_from:after  {
    display: none;
}
.contact_page .contact_sec .container {
    margin: 80px auto;
}


.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_page .contact_sec .contact_from .from_content .form-group input.form-control {
    height: 44px;
}
.contact_page .contact_sec .contact_from .from_content .form-group .form-control:focus {
    box-shadow: none !important;
    border-color:#fff !important;
}
.contact_page .contact_sec .contact_from .from_content .sumit_btn {
    display: block;
    width: 100%;
    background: #E1720A;
    border: none;
    font-size: 18px;
    padding: 8px;
    border: 1px solid #E1720A;
}
.contact_page .contact_sec .contact_from .from_content .sumit_btn:hover {
    background: #bb5f09;
}




.contact_page .contact_sec .container .address_content li {
    display: block;
    align-items: start;
    width: 100%;
    flex: 0 0 100%;
    box-shadow: 0px -20px 34px rgb(193 193 193 / 25%);
    padding: 20px;
    margin-bottom: 29px;
}

.contact_page .contact_sec .container .address_content li .icon {
    background: #E1720A;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 20px;
    border: 4px solid #ffc08599;
}

.contact_page .contact_sec .container .address_content li .icon img {
    width: 21px;
}

.contact_page .contact_sec .container .address_content li  .text_content {
    margin: 0;
    overflow: hidden;
}

.contact_page .contact_sec .container .address_content li .text_content .contact_title {
    font-size: 28px;
    color: #000;
    margin: 0 0 10px;
}

.contact_page .contact_sec .container .address_content li .text_content  .des {
    color: #7c7878;
    font-size: 20px;
    margin: 0;
}

/*****===== Contact Page =====*****/






/*****===== About Page =====*****/
.about_page .about_banner {
    margin-top: 118px;
    background: url(../images/contact_banner.png);
    background-repeat: no-repeat;
}
.about_page .about_content .container {
    margin: 0 auto 30px;
}

.about_page .about_banner .title {
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 44px;
    padding: 40px 0;
}
.about_content {
    margin: 150px auto;
}
.about_content .about_sec:nth-child(2n-2) {
    flex-direction: row-reverse;
}
.about_content .about_sec .text_content .title {
    font-size: 28px;
    line-height: 34px;
}
.about_page .about_details .text_content .title {
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px;
}

.about_details .text_content  .des {
    line-height: 34px;
}

.about_content .about_sec .list {
    margin: 0;
}

.about_content .about_sec .list li {
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
}

.about_content .about_sec .list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #F57F11;
    top: 8px;
    margin: auto;
    border-radius: 50%;
}

/*****===== About Page =====*****/





  
 /*=============== Start Responsive css ===============*/

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

    /*****===== Home Page =====*****/
    .banner_content .text_content {
        width: 40%;
    }
    /*****===== Home Page =====*****/

}



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

    .container {
        max-width: 990px;
    }

     /*****===== Home Page =====*****/
    .banner_content .text_content {
        width: 48%;
    }
    .about_sec .text_content {
        width: 46%;
    }
    .about_sec .principal_photo {
        width: 40%;
    }
    .about_sec .text_content .title {
        line-height: 54px;
        font-size: 40px;
    }
  
     /*****===== Home Page =====*****/
    
}






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

    /*****===== Home Page =====*****/
    .banner_sec, .banner_sec .banner_content, .banner_sec .banner_content img {
        height: 590px;
    }
    .banner_content .text_content {
        width: 60%;
    }
    .get_started {
        max-width: 850px !important;
    }
    /*****===== Home Page =====*****/

    /*****===== Contact Page =====*****/
    .contact_page .contact_sec .container .address_sec {
        width: 48%;
        flex: 0 0 48%;
    }
   
   
    /*****===== Contact Page =====*****/


    /*****===== About Page =====*****/
    .about_sec .text_content .address_title {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 34px;
    }
    .about_sec .about_content_sec .text_content .about_list li {
        width: 48%;
    }
    .about_page .about_content {
        margin: 70px auto;
    }
    .about_page .about_banner {
        background-position: center right;
    }
    
    /*****===== About Page =====*****/

    
}

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


    .header_sec .top_header .address_left .des img {
        width: 10px;
        margin-right: 5px;
    }
    .header_sec .top_header .address_left .des {
        font-size: 15px;
    }
    .header_sec .top_header .contact_right a {
        padding: 10px 8px;
        font-size: 15px;
    }
    /*****===== Home Page =====*****/
    .banner_sec, .banner_sec .banner_content, .banner_sec .banner_content img {
        height: 430px;
    }
    .banner_content .text_content .banner_title {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 10px;
    }
    .about_sec .principal_photo {
        width: 30%;
    }
    .about_sec .text_content {
        width: 64%;
        margin-bottom: 0;
    }
    .business_content .list li {
        font-size: 15px;
    }
    .get_started {
        max-width: 94% !important;
    }
    /*****===== Home Page =====*****/


    /*****===== Contact Page =====*****/
    .contact_page .contact_banner .title {
        font-size: 34px;
        padding: 40px 0;
    }
  
    /*****===== Contact Page =====*****/

    /*****===== About Page =====*****/
    .about_page .about_content .container {
        margin: 0 auto 30px;
        padding-bottom: 0;
    }

    .about_sec .about_photo {
        width: 350px;
        flex: 0 0 350px;
    }
    /*****===== About Page =====*****/


    /*****===== Login Page =====*****/
    .login_page .from_content {
        width: 48%;
    }
    /*****===== Login Page =====*****/

    .footer_sec .about_sec {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer_sec .about_sec .f_logo {
        margin: 0 auto 20px;
    }
}


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


    /* Header Sec */
    .header_sec .top_header .container-fluid {
        flex-direction: column;
        align-items: center;
    }
    .header_sec .top_header .h_contact {
        margin-bottom: 20px;
    }
    .header_sec .top_header .contact_left a {
        margin: 0 10px;
    }

    .header_sec .nav_header .logo {
        width: 34%;
    }

   
    .header_sec .top_header .container {
        justify-content: center;
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    .header_sec .top_header .address_left {
        background: #ff7d04;
    }
    .header_sec .top_header .address_left .des {
        justify-content: center;
    }
    .header_sec .top_header .contact_right {
        display: flex;
        align-items: center;
        background: #fafafa;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 10px;
    }
    .header_sec .top_header .contact_right a {
        margin: 10px 0 0;
        padding: 0 10px;
    }
    .header_sec .top_header .contact_right a:last-child {
        border-right: none;
    }
    

    .header_sec .nav_header {
        padding: 10px 0;
    }
    .header_sec .nav_header .logo {
        width: 140px;
    }


    .header_sec .nav_header {
        padding: 10px 15px;
    }
    .header_sec .nav_header .container-fluid {
        padding: 0;
    }
    
    .header_sec .nav_header button.navbar-toggler {
        border: 1px solid #ffffff;
        background: #E1720A;
        display: flex;
        flex-direction: column;
        padding: 4px;
        width: 34px;
    }
    .header_sec .nav_header .navbar-collapse {
        display: block;
        position: fixed;
        z-index: 9;
        background: #E1720A;
        height: 100vh;
        top: 0;
        width: 50%;
        right: -60%;
        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 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;
        flex-direction: column;
        width: 100%;
    }
    .header_sec .nav_header .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f9ba7f;
        border-top: 1px solid #9b5617;
    }
    .header_sec .nav_header .navbar-collapse .navbar-nav li a {
        margin: 0;
        padding: 16px !important;
        display: block;
        color: #fff;
        font-weight: 400;
        margin: 0;
        border-right: none;
        font-size: 14px;
    }
    .header_sec .nav_header .navbar-collapse .navbar-nav li a.login {
        display: block;
        margin: 20px auto;
        width: 130px;
        text-align: center;
        padding: 6px !important;
        border: 1px solid #fff;
    }

    .header_sec .nav_header li.nav-item.dropdown .dropdown-menu {
        box-shadow: none;
        left: 0;
        right: 0;
        border-radius: 0;
        background: #0f51b5;
    }
    .header_sec .nav_header {
        padding: 10px 20px;
    }
    .header_sec .nav_header .navbar-nav li:last-child a {
        border-bottom: 1px solid #544dad;
    }
    .header_sec .nav_header .navbar-nav .dropdown-menu a.dropdown-item {
        background: #574fb5;
        border-bottom: 1px solid #655ec3;
    }
    
    /* Header Sec */


    /*****===== Home Page =====*****/
    .banner_sec, .banner_sec .banner_content, .banner_sec .banner_content img {
        height: 420px;
        object-position: right;
    }
    .banner_content .text_content {
        width: auto;
        padding: 20px;
        text-align: center;
    }
    .banner_content .text_content .banner_title {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .banner_content .text_content .banner_title span {
        font-size: 24px;
    }
    .banner_content .text_content .des {
        margin: 10px auto 40px;
        font-size: 20px;
        line-height: 28px;
    }

    .home_page .about_sec .container {
        padding: 40px 30px;
        flex-direction: column;
    }
    .home_page .about_sec .principal_photo {
        width: auto;
        margin-bottom: 40px;
    }
    .home_page .about_sec .text_content {
        width: auto;
        text-align: center;
    }
    .home_page .about_sec .text_content .title {
        line-height: 42px;
        font-size: 28px;
        text-align: center;
    }
    .home_page .about_sec .text_content .list {
        text-align: left;
    }
    .recharge_sec .title {
        font-size: 34px;
        margin-bottom: 50px;
        line-height: 55px;
    }
    .recharge_sec .recharge_content .icon_content {
        width: 44%;
        margin: 0 10px 50px;
    }
    .business_sec .des {
        font-size: 28px;
        line-height: 38px;
    }
    .business_sec .business_slider {
        margin-top: 50px;
    }
    .blog_sec .blog_title_photo {
        width: 60%;
    }
    .get_started {
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .get_started .text_content {
        text-align: center;
        margin-bottom: 30px;
    }
    .get_started .text_content .title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px;
    }
    /*****===== Home Page =====*****/

    /*****===== Contact Page =====*****/
    .contact_page .contact_sec .container {
        margin: 40px auto;
    }
    .contact_page .contact_banner {
        margin-top: 150px;
        background-position: center right;
    }

    .contact_page .contact_banner .title {
        font-size: 30px;
        padding: 24px 0;
    }
    .contact_sec .map_from {
        flex-direction: column;
    }
    .contact_page .contact_sec .contact_from {
        margin: 0 0 30px;
        flex: 0 0 100%;
    }
    .contact_sec .map_from .google_map {
        flex: 0 0 100%;
    }
    .contact_page .address_sec {
        background-size: cover;
        margin-bottom: 50px;
    }
    .contact_page .address_sec .address_content {
        flex-direction: column;
    } 
    .contact_page .address_sec .des {
        margin: 15px auto;
        width: 100%;
    }
    .contact_page .address_sec .des img {
        width: 14px;
        margin-right: 8px;
    }
    .contact_page .address_sec .address_title {
        font-size: 30px;
        margin: 0 auto 15px;
    }

    .contact_page .contact_sec .title {
        margin-bottom: 30px;
        font-size: 30px;
    }
    /*****===== Contact Page =====*****/


    /*****===== About Page =====*****/
    .about_sec .about_content_sec {
        margin: 40px auto 40px;
    }
    .about_page .about_banner {
        margin-top: 150px;
    }
    .about_sec .about_content_sec .about_phto img {
        height: 300px;
    }
    .about_page .about_banner .title {
        font-size: 28px;
        padding: 28px 0;
    }
    
    .about_page .about_content .container {
        text-align: center;
    }
    .about_page .about_details .text_content .title {
        text-align: center;
    }

    .about_details .text_content .list {
        text-align: left;
    }
    .about_content .about_sec .list li {
        text-align: left;
    }
    .about_details .text_content .list li:before {
        top: 8px;
        bottom: auto;
    }
    /*****===== About Page =====*****/

    /*****===== Login Page =====*****/
    .login_page {
        margin-top: 118px;
        height: 90vh;
    }
    .login_page .from_content {
        width: 100%;
    }
    /*****===== Login Page =====*****/

    

    /* Footer Sec */
    .footer_sec .footer_top .f_social_sec {
        width: 64%;
    }
    .footer_sec .footer_top .f_social_sec .f_logo img {
        width: 100%;
    }
    .footer_sec .footer_top .f_nav.ml-5 {
        margin-left: 0 !important;
    }
    .footer_sec .footer_top .des {
        width: auto;
    }
    .footer_sec .f_title.nav_title {
        display: none;
    }

    .footer_sec .footer_top .f_about {
        margin-bottom: 30px;
    }
    .f_contact .contact {
        justify-content: center;
    }

    .footer_sec .f_contact {
        margin-top: 30px;
        text-align: center;
    }
    .footer_sec .f_title {
        text-align: center;
    }
    .footer_sec .footer_top .f_social {
        justify-content: center;
    }
    .footer_sec .footer_top .f_social a {
        padding: 10px;
        margin: 0;
    }
    .footer_sec .footer_bottom .container a {
        display: block;
        margin: 10px auto;
        width: 100%;
        text-align: center;
        border: none;
    }
    .footer_sec .footer_bottom .copy_right {
        padding: 5px 15px;
        font-size: 16px;
        line-height: 9px;
        margin: 8px 0;
    }
    /* Footer Sec */
    
    
}




