ulul

@charset "utf-8";
/*-----------------------------------------------------------------------------

/*----- Stylesheets -----*/
@import "bootstrap.min.css";

/*----- Fonts -----*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import "simple-line-icons.css";
@import "ionicons.min.css";
@import "themify-icons.css";
@import "flaticon.css";
/*----- General ----*/



html,
body {
    height: 100%;
    min-height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size: 16px;
    color: #1c1c1c;
    overflow-x: hidden;
}

.font-small {
	  font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size: 10px;
    color: #1c1c1c;
    overflow-x: hidden;
}

a {
    color: #0e1032;
    background: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s cubic-bezier(0.25, .46, .45, .94);
    transition: .2s cubic-bezier(0.25, .46, .45, .94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    color: #1c1c1c;
    text-decoration: none;
}


a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: inherit;
}
/* =custom (04-02-21)
----------------------------------------------- */
/*===-----
common
------===*/

img{
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;

}
.nopadd{
    padding: 0;
}
.padd_tb{
    padding: 94px 0;
}
.padd_t{
    padding-top: 94px;
}
.padd_b{
    padding-bottom: 94px;
}
.nopadd_left {
    padding-left: 0 !important;
}
.nopadd_right {
    padding-right: 0 !important;
}
.fluid_padd{
    padding: 0 7%; 
}
.space_area{}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
li{
       font-size: 14px;
       line-height: 25px;
    color: #8d9297;
    margin-bottom: 10px;
}

ol{  list-style-type: lower-alpha;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.secpanel{
    display: block;
    overflow: visible;
    width: 100%;
    position: relative;
}

.secpanel p{
       font-weight: 400;
       font-size: 14px;
       line-height: 25px;
       color: #8d9297;
       margin-bottom: 15px;
} 
.secpanel p:last-child{
    margin-bottom: 0;
}
.sub_content {
    margin: 0 auto 40px;
    width: 56%;
}
.sub_content p {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #717171;
}
.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.12);
}

.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 0;
}
 .tm-skincolor {
    color: #f71735 !important;
}
.revs_row{
    flex-direction: row-reverse;
}
.slick-next, .slick-prev {
    display: none !important;
}
/*==================
animation
=======================*/
@-webkit-keyframes movertopbottom {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes movertopbottom {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/*----------------------*/
@-webkit-keyframes moverside {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
@keyframes moverside {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}









/*=====================
section Heading
======================*/
.heading{
    margin-bottom: 30px;
    position: relative;
}

.heading h4{
   font-size: 14px;
    line-height: 26px;
    color: #f71735;
    font-weight: 600;
    text-transform: uppercase;
}
.heading h2{
    font-size: 36px;
    line-height: 44px;
    color: #0e1032;
    font-weight: 700;
}

.hd_center{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.hd_center:after{
    content: "";
    width: 43px;
    bottom: -20px;
    height: 4px;
    left: 0;
    right: 0;
    background: #f71735;
    position: absolute;
    margin: auto;
}

.hd_white{}
.hd_white h2{
    color: #fff;
}
.hd_white h3{
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.heading.hd_white h3:after, 
.heading_center.hd_white h3:after{
    background: #fff;
}
/* ===================
company copyright
t=========================*/
.ft_company {
    font-size: 12px;
    color: #9a9a9a;
    line-height: 24px;
    font-weight: 500 !important;
}

.ft_company a.Copyright {
    color: #9a9a9a;    
    border-bottom: 0;
}

.ft_company a:hover.Copyright {
    text-decoration: none;
}

/*=======================
return to top css
==========================*/
#back-to-top{
    position: fixed;
    bottom: 20px;
    right: 12px;
    text-align: center;
    margin: 0 auto;
    background: #f71735;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999999;
}
#back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 0;
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#back-to-top:hover {
    background: #000;
    color: #fff;
}
#back-to-top:hover i {
    color: #fff;
    /*  top: 5px;*/
}

/*=========================
Blog
==========================*/


/*----- Blog -----*/

#blog {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-post {
    position: relative;
    margin-bottom: 80px;
}

.blog-post-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}

.blog-post-title a {
    color: #1c1c1c;
}

.blog-post-info {
    list-style: none;
    padding: 0;
}

.blog-post-info li {
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
}

.blog-post-info li a {
    color: #888;
}

.blog-post-info li a:hover {
    color: #1c1c1c;
}

.blog-post-info li i {
    font-size: 12px;
    margin-right: 3px;
}

.blog-post-date {
    position: absolute;
    right: 5px;
    top: -7px;
    text-align: center;
}

.blog-post-date h2,
.blog-post-date h5 {
    margin: 0;
}

.blog-post .blog-img,
.blog-post .video-container {
    margin-bottom: 20px;
}

.blog-post .img-responsive {
    width: 100%;
}

.blog-post .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 100 !important;
}

.blog-post .owl-theme .owl-controls .owl-page span {
    cursor: pointer;
    display: inline-block;
    background-color: #888;
    border-color: #888;
    border: 2px solid transparent;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    opacity: 1;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .owl-theme .owl-controls .owl-page.active span {
    border-color: #888;
    background-color: transparent;
}

.blog-post .btn {
    margin-top: 10px;
    margin-left: 0;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 8px 13px;
    background-color: #333;
    border: none;
    border-radius: 2px;
    font-size: 11px;
    color: #f3f3f3;
}

.blog-post #owl-slider {
    margin-bottom: 15px;
}

.post-title a {
    color: #3a3a3a;
}

.post-img {
    margin-bottom: 10px;
}

.project-img {
    margin-bottom: 60px;
}

.tags-list {
    list-style: none;
    padding: 0px;
}

.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 9px;
    border: 1px solid #ccc;
}

.tags-list li a {
    color: #888;
}

.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-list li {
    color: #888;
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-list li a {
    color: #3a3a3a;
}

.blog-list li a:hover {
    color: #fff;
}

.blog-list li:hover a {
    color: #fff;
}

.blog-widget-container {
    margin-bottom: 60px;
}

@media (min-width:992px) {
    .blog-sidebar {
        padding-left: 40px;
        padding-top: 10px;
    }
}

/*=========================
Button
==========================*/
.main_btn{
    margin-top: 30px;
}
.main_btn a{
    background: #f71735;
    border: 2px solid #f71735;
    color: #fff;
    display: inline-block;
    padding: 16px 35px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
}
.main_btn a:nth-child(2){
    background: transparent;
    color: #0b0c26;
    border-color: #0b0c26;
    margin-left: 7px;
}
.main_btn a:hover, .main_btn a:active, .main_btn a:focus{
    background: transparent;
    color: #f71735;
    outline: none;
    text-decoration: none;
}
.main_btn a:nth-child(2):hover, .main_btn a:nth-child(2):active, .main_btn a:nth-child(2):focus{
    background: #0b0c26;
    color: #fff;
}
/*==============================
header
================================*/
.main_header {
    position: fixed;
    z-index: 9999;
    /* background: transparent; */
    width: 100%;
    top: 0;
    left: 0;
    /* padding: 30px 60px 0px 59px; */
    transition: all 0.4s ease 0s !important;
}
/*---------- top header ----------*/
.top_hdr_wrap{
    background: #fff;
    padding: 6px 0;
    border-bottom: 1px solid #eaeef1;
}
.top_hdr_area{}
.top_hdr_area .row{
    
align-items: center;
}
/*---------*/
.tp_left_hdr{}
ul.top_contact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
ul.top_contact li{
    font-size: 13px;
    line-height: 18px;
    margin-right: 17px;
    margin-bottom: 0;
}
ul.top_contact li a{}
ul.top_contact li i{
    margin-right: 5px;
    vertical-align: middle;
}
ul.top_contact li a:hover, ul.top_contact li a:active, ul.top_contact li a:focus{}
/*-----*/
.tp_right_hdr{}
ul.top_right_list{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
ul.top_right_list li{
    font-size: 13px;
    line-height: 18px;
    margin-left: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0;
}
ul.top_right_list li img{
    height: 50px;
}
ul.top_right_list li i{
    top: 3px;
    position: relative;
    margin-right: 5px;
}
ul.top_right_list li .list_txt{
    font-weight: 600;
}
ul.top_right_list li .list_txt span{
    display: block;
    font-weight: 400;
    color: #656565;
}


/*-----------------------*/
.main_hdr_wrap {
    padding: 15px 0;
}
.main_hdr_area{}
.main_hdr_area .row {
    align-items: center;
}

.main_hdr_right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.next-menu {
    width: 24%;
    margin: 0;
}
.request-btn{
 
}
.request-btn a {
    color: #fff;
    background: transparent;
    border: 2px solid #0b0c26;
    color: #0b0c26;
    display: inline-block;
    padding: 16px 35px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.request-btn a:hover, .request-btn a:active, .request-btn a:focus {
    background: #0b0c26;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.main_menu{
    width: 76%;
/*    display: flex;
    flex-direction: row;
    justify-content: flex-end;*/
    padding-right: 20px;
}



.navbar-toggler.collapsed .icon-bar, .navbar-toggler .icon-bar {
    display: block;
    background-color: #f71735;
    width: 24px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px;
}
.header-bottom .navbar-light .navbar-toggler.collapsed {
    color: transparent;
    border: none;
    border-radius: 0;
    transition: all 0.3s;
    padding: 10px 12px;
}

.header-bottom .navbar-light .navbar-toggler{
    padding: 10px 12px;
    color: transparent;
    transition: all 0.3s;
    border: none;
    outline: none;
}
.navbar-toggler .icon-bar:first-child {
    transform: rotate(-45deg) translate(1px, 0px);
    transition: all 0.3s;
    position: relative;
    top: 6px;
}
.navbar-toggler .icon-bar:nth-child(2){
    transition: all 0.3s;
    display: none;
}
.navbar-toggler .icon-bar:last-child {
    transform: rotate(45deg) translate(0px, -1px);
    transition: all 0.3s;
    position: relative;
    top: -2px;
}
.navbar-toggler.collapsed .icon-bar{
    transform: rotate(0deg);
    transition: all 0.3s;
    position: relative;
    top: 0;
    display: block;
}
/* .collapse.navbar-collapse .navbar-nav {
   display: flex;
   align-items: self-start;
} */
/*.main-header.navbar-sticky .navbar .navbar-collapse.collapse ul li.nav-item.dropdown:hover a.nav-link,
.main-header .navbar .navbar-collapse.collapse ul li.nav-item.dropdown:hover a.nav-link{
    color: red;
}

.main-header.navbar-sticky .navbar .navbar-collapse.collapse ul li .dropdown-main ul li.nav-item a.nav-link{
    color: #1c1c1c;
}
*/
.main-header .navbar .navbar-collapse.collapse ul li.nav-item:hover .dropdown-main ul li a{
    color: #ccc;
}
.main-header.navbar-sticky .navbar .navbar-collapse.collapse ul li.nav-item:hover .dropdown-main ul li a{
    color: #ccc;
} 
.main-header ul.navbar-nav li.nav-item:hover a.nav-link{color: #f71735;}
.main-header ul.navbar-nav li.nav-item:hover i{color: red !important;}
.main-header.navbar-sticky .navbar .navbar-collapse.collapse ul li.nav-item:hover a.nav-link{color: #f71735;}
ul.navbar-nav li.nav-item:hover ul.navbar-nav li.nav-item .dropdown-main ul li a{color: #ccc !important;} 

ul.navbar-nav li.nav-item:hover .dropdown-main ul li .dropdown-main2 ul li a{color: #ccc !important;}


ul.navbar-nav li.nav-item:hover .dropdown-main ul li .dropdown-main2 ul li a:hover {
    color: #f71735 !important;
}

.dropdown-main ul li:hover, .dropdown-main2 ul li:hover{
    /* background: #000; */
}
.dropdown-main ul li:hover a, .dropdown-main2 ul li:hover a{
    color: #f71735 !important;
    padding-left: 25px !important;
}
.dropdown-main2 ul li a:hover{
    color: red !important;
}




.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar {
    padding: 0;
    float: right;
    width: 100%;
    margin: 0;
    min-height: auto;
    border: 0;
}
div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.main_menu .navbar-nav>li>a {
    padding: 12px 14px !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
        font-family: 'Poppins', sans-serif;
}

.navbar-nav {
    float: right;
    margin: 0;
    padding-left: 0;
}
.navbar-nav li{
    margin-bottom: 0;
}


.main_menu .nav-item.active a.nav-link{
    color: #f71735;
}
.nav-item.dropdown{
    position: relative;
}
.nav-item.dropdown1{
    position: relative;
}
.dropdown-main, .dropdown-main2{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 230px;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
    left: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    z-index: 1;
    border-top: 3px solid #f71735;
        font-family: 'Poppins', sans-serif;
}
.dropdown-main2 {
    left: 200px;
    top: 0px;
}
.dropdown:hover .dropdown-main, .dropdown1:hover .dropdown-main2{
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.dropdown-main ul{
    padding-left: 0px;
}
.dropdown-main ul li{
    border-bottom: 1px solid rgba(0,0,0,0.03);
    /* padding: 11px 25px 11px 20px; */
}
.dropdown-main ul li a {
    font-weight: 400;
    text-transform: none;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #3b3f44;
    padding: 15px 10px !important;
    width: 100%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.dropdown-main ul li a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 9px;
    content: "-";
    margin-right: 5px;
    position: static;
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    color: #f71735;
}
.dropdown-menu ul li a:hover{   
   color: #f71735;
}
.dropdown-main ul li a:hover:before {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}
.main-header .navbar-collapse ul.navbar-nav li.nav-item i,
.main-header.navbar-sticky .navbar-collapse ul.navbar-nav li.nav-item i{
    padding-right: 8px;
    color: #fff;
    position: relative;
    top: -2px;
}



.main-header.navbar-sticky .navbar-collapse ul.navbar-nav li.nav-item i{
    color: #1c1c1c;
}






/*==============================
Banner
================================*/
.main_banner_wrap{
    padding-top: 225px;
    padding-bottom: 100px;
}
.main_banner_wrap:before {
    content: "";
    background-image: url(../img/slider-bg-applanding.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.main_banner_area{}

.banner_slider{
    display: flex;
    position: relative;
}
.banner_text{}
.banner_text h1{
    font-size: 60px;
    line-height: 75px;
    color: #0e1032;
    font-weight: 700;
}
.banner_text h1 .small_txt_bnr{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}
.banner_text p{
    font-size: 16px;
    line-height: 26px;
    color: #687076;
}
.banner_image {
    position: absolute;
    max-width: 750px;
    right: -6%;
    width: 50%;
}

.banner_image img {
    -webkit-animation: movertopbottom 1s infinite  alternate;
    animation: movertopbottom 1s infinite  alternate;
}





/*---------------------
Footer contect Section 
-----------------------*/

/*demonstration*/
.demonstration-form p.small1{
    margin-top: 15px;
    margin-bottom: 30px !important;
}
.demonstration-form p{
    margin-top: 15px;
}
.demonstration{
  
}
.demonstration-text h3 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ced4da;
    font-weight: 700;
}
.location{
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.location i{
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    color: #D40436;
    font-size: 20px;
    margin-right: 15px;
}
.location p{
    font-size: 16px;
    color:#1c1c1c;
    margin: 0;
}
.location p span{
    display: inherit;
}
.mail-padding p{
    /* padding-top: 10px; */
}

.location.mail-padding a p{
    display: inline-block;
    transition: all 0.2s ease 0s;
}
.location.mail-padding a p:hover{
    color: #D40436;
    transition: all 0.2s ease 0s;
}
.social-icon{
    display: flex;
    margin-top: 30px;
}
.social-icon .linked-in{
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.social-icon .linked-in i{
    line-height: 40px;
}
.social-icon .linked-in{
    margin-right: 10px; 
    background-color: #017cb5;
}
.social-icon .linked-in:hover{
    background-color: #f71735;
}

/*---------------------
Footer
-----------------------*/
.main-footer {
    padding: 70px 0px 0;
    background-color: #0F112A;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-text{
    color: #1c1c1c;
}
.footer-text h3{
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ced4da;
    font-weight: 700;
}
.footer-text .social-icon{
    display: flex;
    margin-top: 30px;
}
.footer-text .social-icon .linked-in, 
.footer-text .social-icon .twitter{
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.footer-text .social-icon .linked-in i, 
.footer-text .social-icon .twitter i{
    line-height: 40px;
}
.footer-text .social-icon .linked-in{
    margin-right: 10px; 
    background-color: #212239;
}
.footer-text .social-icon .linked-in:hover{
     background-color: #f71735;
}
.social-icon .twitter{
     background-color: #212239;
   
}

.footer-text img{
    margin-bottom: 15px;
}
.footer-text p{
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
    padding-right: 10px;
}
.footer-text a{
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 5px;
}
.footer-text h4{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
    position: relative;
}
.footer-text h4:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    background-color: #f71735;
}
.footer-text a:hover{
    color: #f71735;
    transition: all 0.3s ease 0s;
}
ul.quick_links{}
ul.quick_links li{
    position: relative;
    padding-left: 24px;
    font-size: 14px;
}
ul.quick_links li:before{
    font-family: 'themify';
    content: "\e661";
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 1em;
    font-size: 14px;
    color: #fff;
}
ul.quick_links li a{
     color: #fff;
}

ul.tm_recent_post_list{}
ul.tm_recent_post_list li{}
.ftr_rct_post_box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.recent_post_img{
    width: 70px;
    height: 70px;
}
.recent_post_img img{}
.recent_post_details{
    width: 70%;
    padding-left: 14px;
    font-size: 14px;
    line-height: 23px;
}
.post-date{}
.recent_post_details a{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}

.ftr_map_box{}
.tm_our_locations{}
.tm_our_locations ul{}
.tm_our_locations ul li{
     color: rgb(255 255 255 / 80%);
}
.tm_our_locations ul li i{
     color: #f71735;
     margin-right: 10px;
}








.main-footer .footer-text.margin-left-common{
    margin-left: 30px;
}

.copyright{
    /* background-color: #1c1c1c; */
    padding: 15px 0px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 70px;
    text-align: center;
}


.copyright .copy_footer_text p{
    color: rgba(255,255,255,.8);
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
}
.copyright .copy_footer_text p a{
    color: #fff;
    display: inline-block;
    transition: all 0.2s ease 0s;
}
.copyright .copy_footer_text p a:hover{
    color: #fff;
    transition: all 0.2s ease 0s;
}

.ftr_links{}
.ftr_links ul{
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
.ftr_links ul li {
    padding: 0px 8px 0;
    border-right: 1px solid #ffffff;
    line-height: 14px;
}
.ftr_links ul li:last-child{
    border: 0;
    padding-right: 0
}
.ftr_links ul li a{
    line-height: 14px;
    margin: 0;
    color: #fff;
}
.ftr_links ul li a:hover,
.ftr_links ul li a:focus,
.ftr_links ul li a:active{
    color: #f71735; 
}
.ftr_links ul li:first-child {
    padding-left: 0;
}








/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1440px) {      }
@media screen and (max-width: 1366px) {      }
@media screen and (max-width: 1280px) {      }
@media screen and (max-width: 1200px) {      }
@media screen and (max-width: 1199px) { 
.container {
    width: 90%;
}
ul.top_right_list li img {
    height: 30px;
}
.request-btn a {
    padding: 12px 13px;
}
.main_menu .navbar-nav>li>a {
    padding: 12px 10px !important;
}









}
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {      }
@media screen and (max-width: 991px) { 
    header.main_header {
    /* position: relative; */
    background: #fff;
}
.request-btn {
    position: fixed;
    top: 19px;
    right: 5%;
}
    .top_hdr_wrap {
    margin-bottom: 10px;
    display: none;
}
ul.top_contact, ul.top_right_list,.main_hdr_right {
    justify-content: center;
}
.main_hdr_area {
    text-align: center;
}
.site_logo {
    display: inline-block;
    width: 225px;
}
button.navbar-toggler {
    display: block;
    float: right;
    border: none;
    background-color: transparent;
    position: fixed;
    left: 5%;
    top: 31px;
    padding: 0;
}
button.navbar-toggler:hover,button.navbar-toggler:focus, button.navbar-toggler:active{
    outline: none;
}
.navbar-collapse {
    position: fixed;
    left: -250px;
    top: 85px;
    width: 250px;
    background: #fff;
    height: 100%;
    display: block !important;
    padding: 20px;
    transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;

}

.main_menu {
    display: block;
    width: 100%;
}

.main_hdr_right {
    display: block;
}

.navbar-collapse.collapse.show,
.navbar-collapse.in{
    left: 0;
}
.navbar-nav {
    float: none;
    text-align: left;
}
.navbar-nav li {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}
.request-btn a {
    padding: 13px 16px 12px;
    font-size: 13px;
}

.main_banner_wrap {
    padding-top: 130px;
    padding-bottom: 80px;
}
.main_btn a {
    padding: 11px 27px;
    font-size: 14px;
    line-height: 15px;
}
.padd_tb{
    padding: 74px 0;
}
.padd_t{
    padding-top:74px;
}
.padd_b{
    padding-bottom: 74px;
}

.ftr_about, .ftr_quicklinks {
    margin-bottom: 40px;
}
.copyright{
    text-align: left;
}
.ftr_links ul {
    display: flex;
    justify-content: flex-start;
}

.dropdown-main {
    position: relative;
    width: 100%;
    box-shadow: none;
    background: #f9f9f9;
    height: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.dropdown:hover .dropdown-main, .dropdown1:hover .dropdown-main2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease 0s;
    height: 100%;
}
.dropdown-main ul li a:before{
    display: none;
}







}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 900px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {      }
@media screen and (max-width: 767px) {  
.footer-text {

    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding-bottom: 20px;
}
.padd_tb{
    padding: 54px 0;
}
.padd_t{
    padding-top:54px;
}
.padd_b{
    padding-bottom: 54px;
}
.next-menu {
    display: none;
}

.footer-text p {
    font-size: 13px;
}
.recent_post_img {
    width: 70px;
    height: 70px;
}
.footer-text.ftr_branch {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.copyright {
    padding: 15px 0px;
    margin-top: 55px;
}
.main-footer {
    padding: 54px 0px 0;
}




}
@media screen and (max-width: 736px) {      }
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {      }
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {      }
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {      }
@media screen and (max-width: 320px) {      }