@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;
    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;
}
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;*/
}

/*=========================
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;
}

.main_menu .navbar-nav>li>a {
    padding: 12px 14px !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.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;
}
.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;
}









/*==============================
Home page
================================*/
.bg2_wrap{
     background-image: url(../img/row-bg-005.jpg);
     background-position: -118px -41px;
     background-size: 121%;
     background-repeat: no-repeat;
}
.multi_boxs_wrap{}
.multi_boxs_area{}
.multi_boxes_row_wrapper{}
.multi_box_row_area{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

/*---------------*/
.multi_box_col_wrapper{
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
}
.multi_box_service{height: 100%; }
.multi_box_item{
    height: 100%;
    background-color: #fff;
    text-align: center;
    padding: 28px 40px 25px;
    margin: 15px auto;
  z-index: 9;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
}
.multi_box_item:before {
    content: "";
    position: absolute;
    width: 306px;
    height: 325px;
    border-radius: 50%;
    top: -105px;
    left: -130px;
    background-color: #f5faff;
   z-index: -1;
}
.multi_box_item_inner{}
.multi_box_iconbox{
    position: relative;
    height: 115px;
    width: 115px;
    margin: 20px auto 27px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    background-color: #fff;
    padding: 13px 0 15px;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.multi_box_iconbox .service_icon{
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #f71735;
}
.multi_box_iconbox .service_icon i{}
.multi_box_bottom_content{}
.multi_box_title{}
.multi_box_title h4{
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
}
.multi_box_title h4 a{
    color: #0e1032;
}
.multi_box_title h4:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 45px;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
    background-color: #f71735;
}
.multi_box_desc{
    padding-top: 25px;
}
.multi_box_short_desc {
    margin-bottom: 15px;
}
.multi_box_short_desc p{}

.multi_box_bottom_content:before, 
.multi_box_bottom_content:after {
    content: " ";
    position: absolute;
    height: 3px;
    width: 100px;
    transition: all 0.5s ease-in-out;
   background-color: #f71735;
    bottom: 0;
}
.multi_box_bottom_content:before {
    margin-left: -90px;
}
.multi_box_bottom_content:after {
    margin-right: -33px;
}



.multi_box_service:hover .multi_box_item {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.multi_box_service:hover .multi_box_iconbox{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateY(
360deg);
    -webkit-transform: rotateY(
360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
.multi_box_service:hover .multi_box_bottom_content:before {
    margin-left: -100%;
    width: 100%;
}
.multi_box_service:hover .multi_box_bottom_content:after {
    margin-right: -100%;
    width: 100%;
}


/*---------------------
What we do Section 
-----------------------*/
.what_we_do_wrap{}
.whatwedo_imgbox{}
.whatwedo_imgbox img {
    -webkit-animation: moverside 1s infinite  alternate;
    animation: moverside 1s infinite  alternate;
}


.whatwedo_contentwrap{}
.tm_content_wrapper{}
.tm_sbox_list{
    border-top: 2px solid #ebebeb;
    margin-top: 25px;
    padding-top: 25px;
}
.tm_sbox_list ul{}
.tm_sbox_list ul li{}
.tm_sbox_list ul li .tm_sbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.tm_sbox_list ul li .tm_sbox .tm_boxicon{
    width: 30px;
    padding-top: 4px;
}
.tm_sbox_list ul li .tm_sbox .tm_boxicon i{}
.tm_sbox_list ul li .tm_sbox .tm_content_container{
    width: 80%;
}
.tm_sbox_list ul li .tm_sbox .tm_content_container p{
        font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #0b0c26;
    font-weight: 600;
}
.tm_content_wrapper{}


/*---------------------
Feature Section 
-----------------------*/
.feature_wrap{ }
.feature_area{
    padding: 30px 0;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
}
.feature_area ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0;
}
.feature_area ul li{
    width: 33.33%;
    border-left: 1px solid #f3f3f3;
    padding: 0 20px;
    margin-bottom: 0;
}
.feature_area ul li:first-child{
   border-left: none;
    
}
.feature_area ul li .tm_sbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.feature_area ul li .tm_sbox .tm_boxicon{
  width: 60px;
  height: 65px;
  /* padding-top: 4px; */
  position: relative;
  font-size: 42px;
  line-height: 65px;
  text-align: center;
}
.feature_area ul li .tm_sbox .tm_boxicon span{
    color: #f71735;
    display: inline-block;
}
.feature_area ul li .tm_sbox .tm_content_container{
    width: 80%;
}
.feature_area ul li .tm_sbox .tm_content_container h2{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 0;
        color: #0b0c26;
        font-weight: 600;
        padding-left: 10px;
}




/*--------------
Count Section 
------------------*/
.count_wrap{
    background-image: url(../img/row-bg-010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.count_area{}

.count_list{
    padding: 0 0 30px;
}
.count_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0;
}
.count_list ul li{
    width: 25%;
    /* border-left: 1px solid #f3f3f3; */
    padding: 0 20px;
    margin-bottom: 0;
}
.count_list ul li:first-child{
   border-left: none;
    
}
.count_list ul li .tm_sbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.count_list ul li .tm_sbox .tm_boxicon{
  width: 65px;
  height: 65px;
  /* padding-top: 4px; */
  position: relative;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
}
.count_list ul li .tm_sbox .tm_boxicon span{
    color: #f71735;
    display: inline-block;
}
.count_list ul li .tm_sbox .tm_content_container{
    width: 74%;
    padding-left: 25px;
}

.count_list ul li .tm_sbox .tm_content_container:before{
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e7e7e7;
}
.count_list ul li .tm_sbox .tm_content_container h4{
            font-size: 35px;
    line-height: 40px;
        margin-bottom: 0;
        color: #0b0c26;
        font-weight: 600;
        padding-left: 10px;
}
.count_list ul li .tm_sbox .tm_content_container h3{
     font-size: 16px;
       ine-height: 20px;
        margin-bottom: 0;
        color: #0b0c26;       
    font-weight: 500;
        padding-left: 10px;
}
.count_content{
    text-align: center;
}
.count_content p{
    margin-bottom: 0;
}

.count_content .main_btn {
    margin-top: 30px;
}



/*---------------------
vision Section 
-----------------------*/
.vision_wrap{}
.vision_area{}
.vison_imgbox{}
.vison_imgbox img {
    -webkit-animation: moverside 1s infinite  alternate;
    animation: moverside 1s infinite  alternate;
}
.vision_contentwrap{}
.vis_top_cont{}
.vision_list{
    margin-top: 30px;
}
.visionacc{}
.visionacc.accordion>.card{
    border: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.visionacc.accordion>.card>.card-header{
    padding: 0;
    border: 0;
    background: transparent;
}
.visionacc.accordion>.card>.card-header h2{}
.visionacc .accor_hd{
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
}
.visionacc .accor_hd i{
    position: absolute;
    left: 0;
    top: 6px;
    color: #f71735;
}
.visionacc .card-body{
    padding: 14px 10px 0 30px;
}


.vis_btm_cont{}

/*---------------------
Blog Section 
-----------------------*/
.blog_wrap{
    background-color: #f1f5f8;
}
.blog_area{}
.blog_hd{
    text-align: center;
}
.blog_hd h4{
    display: inline-block;
    position: relative;
    color: #4a4a4a;
}
.blog_hd h4:after,
.blog_hd h4:before {
    content: "";
    width: 43px;
    bottom: 0;
    top: 0;
    height: 2px;
    background: #f71735;
    position: absolute;
    margin: auto;
}
.blog_hd h4:after{right: -64px;}
.blog_hd h4:before{left: -64px;}
.blog_hd h2{}
.blog_list{}
.blog_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.blog_list ul li{
    width: 31%;
    padding: 0;
}
.blog_box{}
.blog_img{
    position: relative;
}
.blog_img img{}
.blog_cat {
    background: #f71735;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 27px;
    left: 27px;
    padding: 5px 18px;
}
.blog_desc{
    padding-top: 8px;
}
.blog_desc h2{
    margin: 0;
}
.blog_desc h2 a{
    color: #1f446e;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}
.blog_desc h2 a:hover,.blog_desc h2 a:active, .blog_desc h2 a:focus{
 color: #f71735;   
}
.auth_dt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 8px 0;
}
.auth_box{}
.auth_dt > div{margin-right: 18px;text-transform: uppercase;display: flex;}
.iconbox{
    color: #1f446e;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
.textbox{
    font-size: 14px;
}


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

/*demonstration*/
.demonstration-form p.small1{
    margin-top: 15px;
    margin-bottom: 30px !important;
}
.demonstration-form p{
    margin-top: 15px;
}
.demonstration{
  
}

.demonstration-form .row {
    margin-bottom: 20px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + .75rem + 2px);
}
.demonstration-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.demonstration-form  .form-control {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 7px 15px;
    font-weight:300;
}
.demonstration-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #828282;
    opacity: 1; /* Firefox */
    font-weight:300;
}

.demonstration-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #828282;
    font-weight:300;
}

.demonstration-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #828282;
    font-weight:300;
}
.demonstration-form  .md-textarea {
    display: block;
    width: 100%;
    height: 110px;
    padding: 15px;
}
.demonstration-text{
    padding: 0px 0px 0px 30px;
}
.demonstration-text h3 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ced4da;
    font-weight: 700;
}
.demonstration-form input, 
.demonstration-form textarea, 
.demonstration-form select,
.demonstration-form .hs-input{
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 10px;
    color: #959393;
}

.demonstration-form textarea{}
.demonstration-form .hs-input, .demonstration-form select {
        width: 100%;
}
.demonstration-form input.sign-up-button, input.hs-button.primary.large {
    background: #f71735;
    border: 2px solid #f71735;
    color: #fff;
    display: inline-block;
    padding: 16px 35px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
   -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;
}   
    
.demonstration-form input.sign-up-button:hover,
.demonstration-form input.sign-up-button:focus,
.demonstration-form input.sign-up-button:active,
input.hs-button.primary.large:hover, input.hs-button.primary.large:focus, input.hs-button.primary.large:active{
        background: transparent;
    color: #f71735;
    outline: none;
    text-decoration: none;
}
.actions {
    margin-top: 30px;
}
.actions {
    margin-top: 30px;
}

fieldset.form-columns-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hs_email {
    width: 50%;
    padding-right: 10px;
}

.hs_phone {
    width: 50%;
    padding-left: 10px;
}

.hs-form {}

.hs-form fieldset {
    margin-bottom: 14px;
}

.hs_firstname {
    width: 50%;
    padding-right: 10px;
}

.hs_lastname {
    width: 50%;
    padding-left: 10px;
}
.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;
}

/*---------------------
Inner 
-----------------------*/

.inr_banner_wrap {
      background-image: url(../img/titlebar-bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 152px;
}
.inr_banner_area{}
.inr_bnr_desc{
    padding: 100px 0;
}
.inr_banner_text{}
.inr_banner_text h1{
        font-weight: 600;
        text-transform: capitalize;
        font-size: 43px;
        line-height: 50px;
        color: #fff;
}
.breadcrumb_wrapper_inner{
    font-size: 15px;
}
span.post.post-tm_service.current-item {
    color: #f71735;
}

span.tm-bread-sep {
    color: #fff;
}

a.home {
    color: #fff;
}

a.home i {
    margin-right: 5px;
}

/*----------------*/

.inr_left_side{
    position: relative;
    background: #f5faff;
    padding: 30px 30px;
    margin-top: 65px;
    padding-top: 35px;
    padding-bottom: 40px;
}
.widget{
    
margin-bottom: 40px;
}
.inr_all_post_list_widget{}
.inr_all_post_list_div{}
ul.inr_all_post_list{}
ul.inr_all_post_list li{
    border-bottom: 3px solid #f5faff;
}
ul.inr_all_post_list li.tm-post-active{}
ul.inr_all_post_list li a{
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: #fff;
    color: #0b0c26;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.inr_all_post_list li a:hover,ul.inr_all_post_list li a:focus,
ul.inr_all_post_list li a:active{}
ul.inr_all_post_list li a:before{
   content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #ebf3f9;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
    
}
ul.inr_all_post_list li a:after{
    content: "";
    width: 0;
    height: 100%;
        background-color: #f71735;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}
ul.inr_all_post_list li.tm-post-active a, ul.inr_all_post_list li:hover a{ color: #fff;}
ul.inr_all_post_list li.tm-post-active a:before,ul.inr_all_post_list li:hover a:before{  background: #0b0c26;}
ul.inr_all_post_list li.tm-post-active a:after, ul.inr_all_post_list li:hover a:after{
    background-color: #f71735;
    width: 100%;
}

.inr_file_links{
}
.tm_file_links{}
.tm_links{
    margin-bottom: 15px;
}
.tm_links a{
        display: block;
    width: 100%;
    color: #0b0c26;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: #fff;
    border: none;
}
.tm_links a i{
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
    padding: 13px 16px;
    background: #0b0c26;
    display: inline-block;
    margin-right: 20px;
    width: 55px;
    text-align: center;
}
.tm_links a:hover{
    background: #0b0c26;
    color: #fff;
}

h3.widget-title{
   font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #0e1032;
        margin-bottom: 50px;
        position: relative;
}


h3.widget-title:after{
    content: "";
    width: 43px;
    bottom: -20px;
    height: 4px;
    left: 0;   
    background: #f71735;
    position: absolute;
    margin: auto;
}
.inr_recent_posts,.inr_contact_wrapper, .inr_tag_cloud{
    background-color: #fff;
    padding: 30px 20px;
}
.inr_recent_posts{}
.inr_recent_posts .post-date{}
.inr_recent_posts .recent_post_details a{
    display: block;
    color: #0e1032;
    font-weight: 600;
}
.inr_recent_posts .recent_post_img{
    width: 80px;
    height: 80px;
}

.inr_contact_sidebar{
    
}
.inr_contact_wrapper{}
ul.inr_contact_wrapper li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
ul.inr_contact_wrapper li i{
    color: #f71735;
    margin: 1px 12px 0 0;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
}
.side_cont_details{}
.side_cont_details p{}
.side_cont_details a{}
.side_cont_details a:hover, .side_cont_details a:focus, .side_cont_details a:active{}

.inr_tag_cloud{}
.tagcloud{}
.tagcloud a{
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid #0e1032;
    border-radius: 0;
    font-size: 14px!important;
    background-color: transparent;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active{
    color: #fff;
    border-color: transparent;
    background-color: #f71735;
}

/*----------------*/
.inr_right_side{
      margin-top: 65px;
      padding-left: 20px;
}
.inrheading{margin-bottom: 16px;}
.inrheading h2{
    font-size: 25px;
    line-height: 30px;
    color: #0e1032;
    font-weight: 600;
}
.single_img {
    margin-bottom: 40px;
}

.part_car {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.partner_box {
    width: 50%;
    border-right: 1px solid #f3f3f3;
    padding-right: 20px;
}

.part_car_wrap {
    width: 50%;
    padding-left: 20px;
}
.items {
    padding: 50px 10px 25px;
    position: relative;
}
.imgtooltip {
    
}
.imgtooltip div {
    z-index:10;  
    padding: 8px 8px;  
    width: 94%;
    display: block;
    line-height:16px;
    background: #333;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 5px;
    right: 0;
        opacity: 0;
    visibility: visible;
    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;

}
.imgtooltip div:after{
   content: "";
    -webkit-clip-path: polygon(0 0, 50% 97%, 100% 0);
    clip-path: polygon(0 0, 50% 97%, 100% 0);
    background: #333;
    width: 15px;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: auto;
}
.imgtooltip:hover div{
   opacity: 1;
   visibility: visible;
   top:0;
}
.analy_box {
    margin-bottom: 40px;
}

.adv_analy_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.adv_analy_img {
    width: 50%;
}

.adv_analy_desc {
    width: 50%;
    padding-left: 40px;
}

.inr_accor_box {
    margin-bottom: 40px;
}
ul.tm-list {}

ul.tm-list i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

ul.tm-list li {
    margin-bottom: 12px;
}

.inr_accor_box{}
.inr_accor_box .accor_hd i {
    float: right;
}
.inr_accor .card {
    margin-bottom: 13px;
    border: 0;
}

.inr_accor.accordion>.card>.card-header {
    background-color: transparent;
    border: 0;
    /* border-radius: 0; */
    /* margin-bottom: 5px; */
    padding: 0;
}

.inr_accor  .accor_hd {
    background-color: #f5faff;
    border: 1px solid #f1f1f1 !important;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 15px 20px;
}
.accor_hd[aria-expanded="true"] {
  background-color: #fff;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  rigth: 0;
  bottom: 0;
   background-color: rgba(0, 0, 0, 0.5); 
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-overlay .popup {
  display: inline-block;
  width: 600px;
  background-color: #fff;
  /* border-radius: 5px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
.popup-overlay .popup .heading{
    margin-bottom: 10px;
}
.popup-overlay .popup .heading h2{
    text-transform: uppercase;
}
.popup-overlay .popup p {
}
.signup_box{
    width: 100%;
}
.signup_box .md-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.signemail{
    border-radius: 0;
    padding: 16px 20px;
    height: inherit;
    width: 64%;
}
.signsubmit{
        width: 33%;
    background: #f71735;
    border: 2px solid #f71735;
    color: #fff;
    display: inline-block;
    padding: 16px 35px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    -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.signclose {border-bottom: 1px solid #adaaaa;margin-top: 33px;display: inline-block;}



/*=============
home testimonial section
===================*/

.testimonail_wrap{
      background-image: url(../img/map-bg-row-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonial_area{}
.testimonial_list {
/*    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;*/
}
.testi_item {
    padding: 40px 15px;
}
.testi_box{
    position: relative;
    /* padding: 30px; */
    width: 92%;
}
.testi_box:before {
    position: absolute;
    content: '';
    background: #f1f6fb;
    right: 0;
    left: 20px;
    top: -20px;
    width: 100%;
    height: 100%;
}

.testi_content{
    position: relative;
    background: #ffff;
    padding: 63px 37px 60px 37px;
    transition: .5s ease;
    box-shadow: 0 15px 39px 0 rgb(8 18 109 / 10%);
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #f71735;
    eight: 100%;
}
.testibox_desc {}

blockquote.testibox_text {
    border: none;
    margin: 0;
    outline: none;
    text-align: left;
    position: relative;
    color: #687076;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background-color: transparent;
    line-height: 29px;
}
blockquote.testibox_text i {
    color: #0b0c26;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
       font-style: italic;
    top: -12px;
    left: 0;
    opacity: .1;
}
.testibox_author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-top: 30px;
}

.testibox_img {}

span.testibox_thumbnail {
    display: block;
    left: 0;
    right: 0;
    border: 4px solid #f0f6fb;
    border-radius: 50%;
    width: 91px;
    height: 91px;
    text-align: left;
}

span.testibox_thumbnail_inner {}

span.testibox_thumbnail_inner img {
    border-radius: 50%;
}

.testibox_title {
    padding-left: 20px;
}

h3.testibox_author_name {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: -6px;
    color: #0b0c26;
}

span.testibox_designation {
    font-size: 12px;
    line-height: 26px;
    color: #687076;
}

.testibox_ratting_star {
}
.testibox_ratting_star i{
    display: inline-block;
    width: 12px;
    margin: 0 0px;
    font-size: 13px;
}

.tm-active {
    color: #fd4;
}
.testi_content:hover {
    transform: translate(10px,-10px);
}








/*============= 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;
}
.multi_box_item {
    padding: 28px 32px 25px;
}
.multi_box_title h4 {
    font-size: 16px;
    line-height: 25px;
}
.feature_area ul li {
    padding: 0 12px;
}
.feature_area ul li .tm_sbox .tm_content_container {
    width: 77%;
}
.feature_area ul li .tm_sbox .tm_content_container h2 {
    font-size: 18px;
    line-height: 24px;
}
.count_list ul li .tm_sbox .tm_boxicon {
    width: 45px;
    height: 65px;
}
.recent_post_img {
    width: 50px;
    height: 50px;
}
.inr_recent_posts .recent_post_img {
    width: 75px;
    height: 75px;
}
.adv_analy_img {
    width: 100%;
}
.adv_analy_desc {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
}











}
@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 {
    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;
}
.banner_text h1 {
    font-size: 38px;
    line-height: 44px;

}
.banner_text h1 .small_txt_bnr {
    font-size: 16px;
}
.banner_text p {
    font-size: 14px;
    line-height: 23px;
    color: #687076;
}
.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;
}
.heading h2 {
    font-size: 30px;
    line-height: 35px;
}
.tm_sbox_list ul li .tm_sbox .tm_content_container p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.feature_area ul {
    display: block;
}

.feature_area ul li {
    width: 100%;
    border: 0;
    padding: 0;
}

.feature_area {
    padding: 30px;
}

.count_list ul li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.whatwedo_imgbox {
    margin-bottom: 60px;
}
.blog_desc h2 a {
    font-size: 18px;
    line-height: 24px;
}

.textbox {
    font-size: 12px;
}
.demonstration-text {
    padding: 60px 0 0 0;
}
.ftr_about, .ftr_quicklinks {
    margin-bottom: 40px;
}
.copyright{
    text-align: left;
}
.ftr_links ul {
    display: flex;
    justify-content: flex-start;
}
.inr_banner_wrap {
    margin-top: 84px;
}
.inr_bnr_desc {
    padding: 40px 0;
}
.inr_right_side {
    padding-left: 0;
}
.inr_banner_text h1 {
    font-size: 34px;
    line-height: 42px;
}
.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;
}
.banner_image {
    display: none;
}
.banner_text h1 {
    font-size: 28px;
    line-height: 34px;
}
.main_banner_wrap:before {
    background-size: 140%;
}
.main_banner_wrap {
    padding-top: 130px;
    padding-bottom: 0;
}

.bg2_wrap {
    background-position: 30% 0;
    background-size: cover;
}
.heading h2 {
    font-size: 25px;
    line-height: 30px;
}
.heading h4 {
    font-size: 13px;
    line-height: 20px;
}
.multi_box_row_area {
    display: block;
}
.multi_box_col_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.tm_sbox_list ul li .tm_sbox .tm_content_container p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.feature_area {
    padding: 0;
    box-shadow: none;
}
.feature_area ul li .tm_sbox .tm_content_container h2 {
    font-size: 16px;
    line-height: 22px;
}
.feature_area ul li {
    margin-bottom: 15px;
}
.feature_area ul li:last-child {
    margin-bottom: 0;
}
.feature_area ul li .tm_sbox .tm_boxicon {
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    text-align: left;
}
.count_list ul li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.count_list ul li .tm_sbox .tm_boxicon {
    width: 65px;
    height: 65px;
}
.count_list ul li .tm_sbox .tm_content_container h4 {
    font-size: 27px;
    line-height: 34px;
}

.count_content {
    text-align: left;
}
.visionacc .accor_hd {
    font-size: 16px;
    line-height: 22px;
}
.blog_list ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.blog_list ul li:last-child{
    margin-bottom: 0
}
.demonstration-form input[type="email"] {
    margin-bottom: 20px;
}
.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;
}
.inr_right_side {
    margin-top: 54px;
    padding-left: 0;
}
.inr_banner_text h1 {
    font-size: 30px;
    line-height: 35px;
}
.breadcrumb_wrapper_inner {
    font-size: 12px;
}
.part_car {
    display: block;
    margin-bottom: 0;
}
.partner_box {
    width: 100%;
    border-right: 0;
    padding-right: 0;
}
.inrheading h2 {
    font-size: 22px;
    line-height: 28px;
    
}

.part_car_wrap {
    width: 100%;
    padding-left: 0;
}
.inr_recent_posts .recent_post_img {
    width: 68px;
    height: 68px;
}
.side_cont_details p {
    font-size: 13px;
}

ul.inr_contact_wrapper li i {
    margin: 1px 1px 0 0;
}

.signemail {
    width: 100%;
    margin-bottom: 10px;
}
.signsubmit{
      width: 100%; 
}

.testi_content {
    padding: 43px 25px 40px 25px;
}
blockquote.testibox_text {
    font-size: 15px;
    line-height: 25px;
}




}
@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) {      }