@font-face {
    font-family: raleway;
    src: url(../fonts/Raleway-Regular_0.ttf);
}

@font-face {
    font-family: raleway_semi;
    src: url(../fonts/Raleway-Medium_0.ttf);
}

@font-face {
    font-family: raleway_light;
    src: url(../fonts/Raleway-Light_0.ttf);
}

@font-face {
    font-family: raleway_bold;
    src: url(../fonts/Raleway-Bold_0.ttf);
}

@font-face {
    font-family: raleway_black;
    src: url(../fonts/Raleway-ExtraBold_0.ttf);
}

@font-face {
    font-family: lato_semi;
    src: url(../fonts/Lato-Semibold.ttf);
}

@font-face {
    font-family: lato_black;
    src: url(../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: lato_medium;
    src: url(../fonts/Lato-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: raleway;
    overflow-x: hidden;
}

em {
    font-style: normal;
}

button {
    border: 0;
    outline: inherit;
    cursor: pointer;
}

a,
img {
    border: 0;
    text-decoration: inherit !important;
    outline: none;
    display: inline-block;
    color: #ccc;
    text-transform: uppercase;
}

ul,
ol li,
li {
    list-style: none inside;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

p {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

table {
    border: 0;
    border-collapse: collapse;
}

textarea,
input,
select {
    font-family: raleway;
    font-size: 14px;
    outline: inherit;
}

button:focus {
    outline: inherit;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

.align_item_start {
    align-items: flex-start;
}

.align_item_end {
    align-items: flex-end;
}

.text_right {
    text-align: right;
}

.flex_row_align {
    align-items: center;
}

a .menu_bar:hover {
    text-decoration: inherit;
}

.white {
    color: #fff;
}

.black {
    background: #000;
}

.item > img {
    width: 100%;
}

.banner {}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 50px;
    top: 35%;
    background: url(../images/left-arrow.png) no-repeat 13px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 50px;
    top: 35%;
    background: url(../images/right-arrow.png) no-repeat 13px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: #f2cf2a url(../images/right-arrow.png) no-repeat 13px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #f2cf2a url(../images/left-arrow.png) no-repeat 13px;
}

.pos_relative {
    position: relative;
}

.padding0 {
    padding: 0;
}

.margin0 {
    margin: 0;
}

.pos_absolute {
    position: absolute;
}

.header_pos {
    padding: 25px 0;
    background: #eee;
    border-bottom: 1px solid #ccc;
    z-index: 9;
}

.top_header {
    background: #1e2248;
    padding: 5px 40px;
    justify-content: space-between;
}

.top_header a {
    text-transform: capitalize;
}

.logo {
    width: 100px;
    position: absolute;
    top: -80px;
    border-radius: 50%;
}

.logo img {
    width: 100%;
}

.top_lft li {
    color: #ccc;
    margin-right: 10px;
    font-size: 13px;
}

.top_lft li i,
.top_rht li i {
    width: 25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    line-height: 25px;
    text-align: center;
    font-size: 13px;
}

.top_rht li {
    margin-right: 5px;
}

.top_rht li.log {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    line-height: 30px;
    border-radius: 50px;
}

.top_rht li.log:hover {
    background: #f2cf2a;
}

.banner {
    background: #1e2248;
    padding-bottom: 10px;
}

.txt_center {
    text-align: center;
}

.slide {
    float: left;
    padding: 30px 0 0 0;
}

.slide_pic {
    float: left;
}

.slide h4 {
    color: #fff;
}

.slide h2 {
    color: #fff;
    font-family: raleway_black;
    font-size: 60px;
    text-transform: uppercase;
    margin: 5px 0;
}

.slide h2 span {
    color: #f2cf2a;
}

.slide p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 1px;
}

.slide a {
    padding: 10px 35px;
}

.banner {}

.banner .slide_image {
    width: 58%;
    display: block;
    margin: 0 auto;
}

.slide2 {
    padding: 120px 0;
}

.wid_50 .slide_image {
    width: 100%;
}

.btn_style {
    color: #1e2248;
    border-radius: 50px;
    padding: 15px 45px;
    background: #f2cf2a;
    font-family: raleway_black;
    margin-top: 20px;
}

.slide .btn_style:hover,
.enq li .btn_style:hover {
    background: #fff;
    color: #1e2248;
}

.btn_style:hover {
    background: #1e2248;
    color: #fff;
}

.menu {
    position: fixed;
    top: -300%;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: url(../images/menu_bg.jpg) 0 0 / cover;
    z-index: 5;
    background-attachment: fixed;
    padding: 50px 30px;
    transition: all 0.5s ease;
}

.main_menu {
    justify-content: flex-end;
}

.main_menu li {
    position: relative;
}

.main_menu li a {
    padding: 13px 15px;
    color: #5a5a5a;
    font-family: raleway_bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    z-index: 6;
    margin: 0 15px;
}

.main_menu li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    background: #f2cf2a;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.main_menu li:hover a,
.main_menu li.active a {
    color: #333;
}

.main_menu li:hover::before,
.main_menu li.active::before {
    left: 0;
}

.about {
    padding: 60px 0;
}

p {
    font-family: lato;
    line-height: 26px;
    font-size: 16px;
}

.abt_lft {
    flex-basis: 60%;
}

.abt_lft p {
    color: #666;
    margin-bottom: 20px;
    max-width: 95%;
}

.abt_rht {
    flex-basis: 35%;
}

.abt_rht li {
    padding: 30px;
    border: 5px solid #eee;
    margin-top: -5px;
    position: relative;
}

.abt_page ul li:first-child {
    padding: 0;
}

.abt_rht li img {
    width: 100%;
}

.service {
    background: #1e2248;
    padding: 80px 0 40px 0;
}

.abt_rht li:hover {
    border-color: #f2cf2a;
    z-index: 9;
}

.abt_rht li:hover h3 {
    color: #f2cf2a;
}

.abt_rht h3 {
    font-family: raleway_bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.about {
    justify-content: space-between;
}

.tittle span {
    font-size: 100px;
    color: #eee;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
}

.tittle span.light {
    color: #292d51;
}

.min_tittle {
    font-family: raleway_bold;
    color: #f2cf2a;
    font-size: 25px;
}

.white {
    color: #fff;
}

.ser_lst_inr {
    flex-basis: 33%;
    text-align: center;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.ser_lst_inr::before {
    content: "";
    position: absolute;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
    left: 100%;
    right: 0;
    height: 2px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.ser_lst_inr:hover::before {
    opacity: 1;
    left: -100%;
}

.ser_lst_ctn {
    margin-left: 15px;
    margin-top: 35px;
}

.ser_lst_inr p {
    color: #f1f1f1;
    font-size: 13px;
    max-width: 90%;
    margin: 0 auto;
}

.ser_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background: #1e2248;
    z-index: 6;
}

.ser_icon img {
    margin-top: 20px;
}

.animated-circles {
    background: #292d51;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    transform: scale(1);
    animation: 3000ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-iteration-count: infinite;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.animated-circles2 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    transform: scale(1.6);
    animation: 3000ms scaleToggleThree2 cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-iteration-count: infinite;
    animation-delay: 0.6s;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu_inr li a {
    font-family: raleway_semi;
    color: #fff;
    padding: 25px 0;
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
}

.menu_inr li a::before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background: url(../images/line.png) 0 0 no-repeat / cover;
    bottom: 0;
}

.social {
    margin-top: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.social li i {
    width: 35px;
    line-height: 30px;
    border: 2px solid #191e2b;
    text-align: center;
}

.tittle {
    font-family: raleway_black;
    font-size: 40px;
    margin: 20px 0;
    position: relative;
}

.tittle2 {
    font-family: raleway_black;
    font-size: 25px;
    margin: 20px 0;
    position: relative;
}



.pro_lst ul {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 40px;
}

.product {
    padding: 80px 0 40px 0;
    position: relative;
}

.track {
    position: absolute;
}

.track1 {
    right: 20px;
    top: 10px;
}

.track2 {
    left: 20px;
    bottom: 10px;
}

.pro_lst li {
    padding: 0 20px;
    overflow: hidden;
    height: 295px;
    position: relative;
    margin: 0 5px;
    border: 2px dashed rgba(0, 0, 0, 0.05);
}

.pro_ctn {
    background: #1e2248;
    padding: 20px;
    transform: translate(0);
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    top: 78%;
    left: 0;
    right: 0;
}

.pro_ctn a,
.pro_ctn span {
    color: #fff;
    font-size: 14px;
    font-family: raleway;
    text-transform: capitalize;
    margin-top: 25px;
    transform: translateY(100px);
    transition: all 0.5s ease;
    opacity: 0;
    transition-delay: 0.3s;
    display: block;
}

.pro_lst li:hover .pro_ctn a,
.pro_lst li:hover .pro_ctn span {
    transform: translateY(0);
    opacity: 1;
}

.pro_ctn a:hover {
    color: #f2cf2a;
}

.pro_lst h3 {
    margin-bottom: 25px;
}

.pro_ctn p {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}

.pro_lst li:hover .pro_ctn {
    transform: translateY(-px);
    top: 0;
}

.pro_lst li img {
    width: 100%;
}

.footer {
    background: #222;
}

.footer h4 {
    color: #fff;
    font-family: raleway_bold;
    margin-bottom: 15px;
}

.footer p {
    color: #ccc;
    padding: 5px 0;
}

.footer_blg {
    padding: 30px 0 0 0;
    text-align: center;
}

.footer a {
    font-size: 13px;
    padding: 15px 0;
    margin-top: 10px;
    font-family: raleway_bold;
}

.reser {
    background: #111;
    text-align: center;
    padding: 30px;
    position: relative;
    top: -50px;
}

.reser li {
    justify-content: space-between;
    padding: 15px 0;
    color: #999;
    border-bottom: 1px dashed #49433f;
}

.reser li:last-child {
    border: 0;
}

.client_sup .tittle {
    text-align: center;
    font-size: 30px;
}

.client_sup .owl-pagination {
    position: absolute;
    right: 0;
    top: 45%;
}

.client_sup .owl-theme .owl-controls .owl-page {
    display: block;
}

.client_lft .owl-theme .owl-controls {
    display: none !important;
}

.client_sup .container {
    background: #fff;
    box-shadow: 3px 3px 85px rgba(0, 0, 0, 0.1);
    padding: 40px 0 60px 0;
}

.copy {
    background: #111;
    padding: 15px 0;
}

.copy p {
    color: #666;
    text-align: center;
    margin-bottom: 5px;
}

.main_menuacrd {
    padding: 10px 0;
}

.min_tittle {
    font-family: raleway_bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.red {
    color: #e7272d;
}

.footer {
    padding: 40px 0;
    background: #1e2248;
}

.contact_blg {
    text-align: center;
}

.contact_blg h1 {
    font-family: lato_black;
    color: #f2cf2a;
    font-size: 50px;
    letter-spacing: 1px;
}

.contact_blg h5 {
    color: #eee;
    margin-bottom: 0;
}

.contact_tab {
    text-align: center;
}

.contact_tab li {
    display: inline-block;
}

.contact_tab li a {
    padding: 5px 20px;
    font-size: 18px;
    color: #fff;
    border-right: 2px solid #fff;
    margin-top: 35px;
}

.contact_tab li:last-child a {
    border-right: 0;
}

.contact_tab li a:hover,
.contact_tab li a.active {
    color: #f2cf2a;
}

.wid_50 {
    width: 50%;
}

.wid_100 {
    width: 100%;
    flex-basis:100%;
    display:inline-block;
}

.contact_tab_ctn {
    width: 70%;
    margin: 0 auto;
}

.enq li {
    padding: 0 30px;
    float: left;
    margin-bottom: 25px;
    text-align: center;
}

.enq li input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #5b5e7a;
    height: 40px;
    padding: 0 10px;
    background-color: transparent;
    color: #fff;
}

.enq li textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #5b5e7a;
    height: 105px;
    padding: 0 10px;
    background-color: transparent;
    color: #fff;
}

.copy_right {
    background: #111;
    text-align: center;
    padding: 10px 0;
}

.copy_right p {
    color: #eee;
}

.copy_right p a {
    text-transform: capitalize;
    color: #f2cf2a;
}

.top_bg {
    background: url(../images/top_bg.jpg) 0 0 / cover;
    background-attachment: fixed;
}

.top_bg_inr {
    background: rgba(41, 45, 81, 0.9);
    padding: 60px 0;
    text-align: center;
}

.top_bg_inr h2 {
    margin: 0;
}

.m_t {
    margin-top: 50px;
}

.ser_page {
    padding: 40px 0;
}

.ser_page .flex_row {
    justify-content: space-between;
}

.ser_lst_p {
    flex-basis: 46%;
    flex-wrap: nowrap;
    margin: 20px 15px;
    padding: 10px;
}

.ser_lst_img {
    flex-basis: 100%;
    margin-bottom: 15px
}

.ser_lst_img img {
    width: 100%;
}

.ser_page_ctn {
    margin-left: 20px;
}

.bg .ser_page_ctn p {
    color: #fff;
}

.bg {
    background: #1e2248;
}

.product_pge {
    padding: 40px 0;
}

.contact_page {
    padding: 40px 0;
}

.contact_lft {
    flex-basis: 50%;
    text-align: left;
}

.contact_lft li {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.contact_lft li i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 20px;
    background: #f2cf2a;
    color: #000;
    border-radius: 50%;
    margin-right: 15px;
}

.contact_lft li span {
    line-height: 30px;
    font-family: lato_semi;
    font-size: 18px;
}

.res_menu {
    display: none;
}

.per_det h2 {
    font-size: 23px !important;
    margin: 0;
}

.per_det ul li {
    border: 0;
    padding: 10px 0;
}

.per_det ul li span {
    margin-right: 5px;
}

.sbi {
    position: absolute;
    right: 20px;
    width: 30%;
    bottom: 10px;
}

.md {
    width: 40%;
    margin: 0 auto;
}

.md img {
    width: 100%;
}

.per_det_all {
    background: #f8f8f8;
    padding: 0;
}

.md_all {
    background: #eee;
    padding: 20px 0;
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes scaleToggleThree2 {
    0% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1.6);
        background: rgba(255, 255, 255, 0.1);
    }

    100% {
        transform: scale(1.3);
    }
}

.swal-title:first-child {
    font-size: 15px;
}

.swal-button {
    background-color: #f2cf2a;
    color: #000;
    border-radius: 3px;
    font-weight: bold;
}


/*new prograss bar*/
.pro {
    position: relative;
    z-index: 999
}

.progra_bar {
    text-align: center;
    background: #eee;
    padding-top: 30px
}

.position {
    margin-top: 0 !important;
    position: relative;
    padding-bottom: 60px !important;
}

.progress-bar h3 {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    font-size: 17px;
    color: #333
}

.progra {
    max-width: 80%;
    margin: 0 auto 30px auto
}

.web_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction:column;
}

.web_popup_inr {
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 10px;
    flex-basis: 60%;
}
.web_popup_inr h3.tittle{
    background: #1e2248 
}

.pop_logo {
    width: 20%;
    margin: 0 auto;

}
.kural{
    text-align:center;
    position:relative;
    z-index:9;
}


.chs_btn {
    justify-content: center;
    
}
.chs_btn > div{
    background: #1e2248
}

.chs_btn a {
    font-family: raleway_semi;
    color: #000;
    padding: 10px;
}

.chs_btn a:first-child {
    border-right: 1px dashed #ddd;
}

.chs_btn a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}



.pop_logo img {
    width: 100%;
}

.hide {
    display: none
}

.cont_tab {
    padding: 30px 0
}

.min_tittle2 {
    font-size: 16px;
    font-family: raleway_bold;
    color: #333;
}

.tab_blg {}

.tab_blg li a {
    padding: 15px 30px;
    border: 1px solid #eee;
    margin: 15px 0
}

.tab_blg li a:hover,
.tab_blg li a.active {
    background: #1e2248;
    color: #fff;
}

.tab_ctn {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: -16px
}

.tab_ctn h4 {
    margin-bottom: 15px
}

.sta_con {
    padding: 15px 0
}

.sta_con img {
    width: 100%;
}

.sta_con h4 {
    font-size: 13px;
    text-align: center
}

.border_to {
    border-top: 1px dashed #ccc;
}

.border_bo {
    border-bottom: 1px dashed #ccc;
}

.border_le {
    border-left: 1px dashed #ccc;
}

.border_ri {
    border-right: 1px dashed #ccc;
}

.arr {
    position: absolute;
    top: 40%;
    left: 100%
}

.arr2 {
    top: inherit;
    bottom: 20%;
    left: 100%;

}
.hwork .arr{
    left: 105%
}
.hwork .arr_ri{
    right: 105%;
    left: inherit;
    transform: rotate(180deg)
}
.field_sta_img {
    margin-left: 10px;
}

.field_sta img {
    /* width: 100%; */
    height: 105px;
}

.tab_ctn h5 {
    margin-bottom: 10px;
    text-overflow: ellipsis;
}

.field_sta {
    text-align: right;
    flex-wrap: nowrap;
    padding: 15px 0
}

.field_sta_all2 .field_sta {
    text-align: left
}

.field_sta_all2 .field_sta_img {
    margin-right: 10px;
    margin-left: 0
}

.field_sta_all p {
    font-size: 14px;
    line-height: 20px;
}

.mob {
    text-align: center;
}

.mob img {
    display: block;
    margin: 0 auto;
}

.prb {
    background: #fbfbfb;
    padding: 20px;
}

.use_app {
    background: #1e2248;
    padding: 30px 0
}

.mobe img {
    width: 100%;
}

.use li {
    margin-bottom: 25px
}

.hide {
    display: none
}

.sta_car {
    background: #fff
}

.margin_lf {
    margin-left: 35px;
}

.sub_ul h4 {
    margin: 10px 0;
}

.sub_ul li {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px
}

.attn_inr h3 {
    margin-bottom: 15px
}

.attn {
    background: #eee;
    padding: 60px 0;
    text-align: center
}

.sml_p {
    font-size: 14px;
}

.ent_blg {
    padding-bottom: 20px;
    padding-left: 30px;
    justify-content: flex-start;
    align-items: flex-start !important;
}
.ent_blg{
    
}
.ent_blg span {
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    background: #eee;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 0
}

.ent_blg > div {
    flex-basis: 85%;
}

.margin_to {
    margin-top: 20px;
}

.margin_bo {
    margin-bottom: 20px;
}

.hwo_inr {
    text-align: center;
    padding-bottom: 15px
}

.hwo_inr img {
    display: block;
    margin: 15px auto;
}

.int {
    text-align: center;
    margin-top: 75px
}

.int img {
    display: block;
    margin: 0 auto;
    width: 250px;
}

.mob_scr {
    background: #fff;
}

.mob_scr img {
    width: 100%;
}

.mob_req {
    background: #fff;
}

.cmp_lst {
    border: 1px solid #ccc;
    margin: 30px 0;
    width: 100%
}

.cmp_lst th {
    background: #1e2248;
    color: #fff;
}

.cmp_lst td,
.cmp_lst th {
    padding: 10px;
    border: 1px solid #ccc
}

.los_com {
    padding: 40px 0;
}

.beni h3 {
    margin-bottom: 15px;
}



.marke {
    padding: 30px 0;
    background: #fcf8e3;
    margin-top: 20px;

}

.mark_inr {
    margin: 20px 0;
    border: 2px solid #ccc;
    background: #fff;
    flex-wrap: nowrap !important;
}

.mark_ctn {
    margin-left: 15px;

}

.ser_bus {
    background: #fff;
}

.ser_bus .mark_inr {
    background: #fcf8e3;

}

.mark_inr h3 {
    margin-bottom: 15px
}

.site_sup {
    background: #fcf8e3;
    margin-top: 30px;
}

.hu_traban {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999
}

.mobileSlider {
    right: 0;
    margin: 0 0 60px;
    max-width: 210px;
    position: relative;
    top: 25px;
    border-radius: 10px;
    overflow: hidden;
    height: 409px;
    left: 0;
    margin: 0 auto;
}
.wid_50 .mobile {
    background-image: url(../images/mock_mboi.png);
    background-repeat: no-repeat;
    height: 499px;
    /* margin-left: -96px; */
    /* margin-top: 0; */
    overflow: hidden;
    width: auto;
    background-position: top center;
    padding-left: 64px;
    width: 470px;
}

.mobileSlider img {
    width: 100%;
    height: 409px;
}

.banner2 {
    padding-bottom: 0;
    background: url(../images/ban_bg.png)no-repeat 0 0 / cover;
    padding-top: 30px;
    background-attachment: fixed
}

.banner2 .owl-theme .owl-controls .owl-buttons {
    display: none;
}

.mobile:hover .owl-theme .owl-controls .owl-buttons {
    display: block
}


.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 50px;
    top: 35%;
    background: url(../images/left-arrow.png) no-repeat 13px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 50px;
    top: 35%;
    background: url(../images/right-arrow.png) no-repeat 13px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: #f2cf2a url(../images/right-arrow.png) no-repeat 13px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #f2cf2a url(../images/left-arrow.png) no-repeat 13px;
}

.banner2 .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3) url(../images/right-arrow.png) no-repeat 6px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-size: 20px
}

.banner2 .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: #f2cf2a url(../images/right-arrow.png) no-repeat 6px;
    background-size: 20px
}


.banner2 .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3) url(../images/right-arrow.png) no-repeat 6px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-size: 20px;
    transform: rotate(180deg)
}

.banner2 .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #f2cf2a url(../images/right-arrow.png) no-repeat 6px;
    background-size: 20px
}

.banner2 p {
    max-width: 70%;
}

.btn_style span {
    font-family: raleway_semi;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.white_bg {
    background: #eee;
}

.btn_style.white_bg:hover {
    background: #fff
}

.slide p.sml_font {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
}

.sml_font {

    font-size: 13px;
    line-height: 18px;
}

.banner2 .slide2 {
    text-align: left
}

.high_li{
    background: #b22516
}
.high_li2{
    background: #40abec
}
.high_li2 td{
    color: #fff;
}
.high_li td{
    color: #fff;
}
.tab_two{
    margin-top: 30px;
}
.cont_tab h3{
    margin-bottom: 30px; 
}


.neeuma_header{
    padding: 10px 0;
}
.neeuma_logo{
    position: static;
    top: 0;
}
.neeuma_attn p, .neeuma_staff p{
    font-size: 16px;
    line-height: 24px;
}
.neeuma_staff p{
    margin-bottom: 15px;
}
.attn_inr_col6{
    margin-top: 20px;
}
.attn_inr_col6 p{
    text-align: justify;
}

.our_clients{
    padding: 60px 0;
}
.our_clients img{
    width: 70%;
    display: block;
    margin: 0 auto;
}

.neeuma_header .main_menu li a {
    padding: 13px 5px;
    margin: 0 5px;
}