﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400&display=swap');


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


@font-face {
  font-family: 'Muli-Light';
  src: url(fonts/Muli/Muli-Light.ttf);
  }

  @font-face {
  font-family: 'Muli-ExtraBold';
  src: url(fonts/Muli/Muli-ExtraBold.ttf);
  }

  @font-face {
  font-family: 'Muli-Bold';
  src: url(fonts/Muli/Muli-Bold.ttf);
  }




@font-face {
  font-family: 'Muli-Regular';
  src: url(fonts/Muli/Muli-Regular.ttf);
  }


@font-face {
  font-family: 'Muli-BoldItalic';
  src: url(fonts/Muli/Muli-BoldItalic.ttf);
  }

  @font-face {
  font-family: 'Muli-SemiBold';
  src: url(fonts/Muli/Muli-SemiBold.ttf);
  }

    @font-face {
  font-family: 'Muli-SemiBoldItalic';
  src: url(fonts/Muli/Muli-SemiBoldItalic.ttf);
  }



@font-face {
  font-family: 'HelveticaNeueLTPro-Bd';
  src: url(fonts/helvetica/HelveticaNeueLTPro-Bd.otf);
  }

  @font-face {
  font-family: 'HelveticaNeueLTPro-Hv';
  src: url(fonts/helvetica/HelveticaNeueLTPro-Hv.otf);
  }

    @font-face {
  font-family: 'HelveticaNeueLTPro-Lt';
  src: url(fonts/helvetica/HelveticaNeueLTPro-Lt.otf);
  }

    @font-face {
  font-family: 'HelveticaNeueLTPro-Th';
  src: url(fonts/helvetica/HelveticaNeueLTPro-Th.otf);
  }



@font-face {
  font-family:'Futura-Bold';
  src: url(fonts/futura/Futura-Bold.otf);
  }


@font-face {
  font-family: 'Futura-Book';
 src: url(fonts/futura/Futura-Book-Regular.otf);
  }

  @font-face {
  font-family: 'FuturaBT-Book';
 src: url(fonts/futura/futura-book-bt.ttf);
  }





/*font-family: 'Montserrat', sans-serif;*/



body{
    margin:0;
    color:#0a0e21;
  font-family: 'Muli-Regular';
     transition: 0.3s;
     -moz-transition: 0.3s;
     -webkit-transition: 0.3s;

}


    
div#load_screen{
     background-color:#fff;
    opacity: 1;
    position: fixed;
    z-index: 1000000000;
    top: 0px;
    height: 100%;
    width: 100%;
    /* background: #ffffff; */
    display: table;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}


#load_screen p{
          color: #000;
    text-align: center;
    font-size: 18px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -40px;
    letter-spacing: 2px;
}



.loader{
    position: relative;
    box-sizing: border-box;
    width: 500px;
    /* height: 200px; */
    display: block;
    margin: auto;
    /* top: 50%; */
    text-align: center;
    /* margin-top: -90px; */
    display: table-cell;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}



.loader .logo{
         display: block;
        text-align: center;
    width:auto;
}

.loader .logo img{
        width: auto;
}


.square-spin {
    display: inline-block
}


::-webkit-scrollbar-track
{
    border-radius: 9px;
}

::-webkit-scrollbar
{
        width: 4px;
}

::-webkit-scrollbar-thumb
{
     border: 1px solid #006598;
	background-color:#006598;
   
}
.mobile-nav.showw {
   
    }
    

    .caret{
            border-top: 5px dashed;
        border-top: 5px solid\9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
}

    


.scroll-down{
        display: table;
    margin: auto;
    margin-top: 100px;
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:2px;
    color: #fff !important;
    text-align:center;
}

.scroll-down:hover{
    text-decoration:none!important;
}

.scroll-down .fa {
      display: block;
    font-size: 72px;
    padding-left: 3px;
    color: #ff632b !important;
}


.tbl{
    width:100%;
display:table;
    height:100%;
}

.tbl-cell{
    display:table-cell;
    vertical-align:middle;
        height:100%;
        float:none;
}





.container{

    padding:0 15px;
    position:relative;
    
}


img{
    width:auto;
    max-width:100%;
    max-height:100%;
}


nav{
        background: #fff;
    top:0;
    width: 100%;
     position: fixed;
     z-index: 200000000;
      padding: 0px;
     transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top{
         transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
 top: -56px;
        box-shadow: 1px 1px 22px 0px rgb(0 0 0 / 20%);
}

.fixed-nav-top .custom_logo{
        padding:10px 20px;
          transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .desktop-menu {
    padding-right: 20px;
}

.custom_logo a{
    height: 94px;
        transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .custom_logo a{
       height: 45px;
      transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .desktop-menu ul li a {
    padding: 24px 0;
      transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
    }
/*
.fixed-nav-top  .desktop-menu{
        padding-right: 20px;
           transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
        margin-top: 13px;
}



.fixed-nav-top .topest-menu{
     transition: 0.3s;
               transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .nav_upper_menu{
         transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}*/

.topest-menu{
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    z-index: 1000;

}

.top_part{
    background: #1c1c1c;
    padding-left:50px;
}

.top_part .tbl-cell{
     padding-top: 13px ;
     padding-bottom: 13px ;
     padding-left: 20px;
     padding-right: 20px;
    border-right: solid 1px #464646;
        text-align: center;
}

.top_part .tbl-cell:last-child{
    border-right:0;
}

.tp_right_2 {

}

.top_part_left{
       padding-left: 0;
    margin-top: 11px;
    width: auto;
    border: solid 1px #c4c4c4;
    padding: 5px ;
    border-radius: 50px;
    position: relative;
    width: 77px;
    
}


.langauge_option ul li{
    display: block;
}

.language_dropdown{
    cursor: pointer;
    padding-left: 4px;
}

.language_dropdown img{
        margin-top: -2px;
}

.langauge_option a{
    display: block;
}


.langauge_option span{
    padding-left: 4px;
  font-family: 'Muli-Black';
      font-size: 12px;
    text-decoration: none;
    font-weight: 800;
     color: #c4c4c4;
}

.langauge_option i.fa{
     vertical-align: middle;
    padding-left: 8px;
    font-size: 12px;
   color: #c4c4c4;
}


.langauge_option .dropdown-menu>li>a {
    display: block;
    padding: 5px;
   color: #c4c4c4;
      font-family: 'Muli-Black';
      font-size: 12px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;

}

.langauge_option .dropdown-menu>li>a img{
    width: 22px;
}

.langauge_option .dropdown-menu>li>a:hover{
        background-color: #006598;
            transition: all .25s ease-out;
}

.langauge_option .dropdown-menu>li>a:hover span{
    color: #fff;
     transition: all .25s ease-out;
}


.nav_upper_menu{
    padding:0px 0px;
    position: relative;
}

.nav_upper_menu .dropdown-menu{
      padding: 0;
    margin: 0;
    text-align: left;
    float: none;
    top: 30px;
    left: 0;
    /* right: 38px; */
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    pointer-events: none;
    display: block;
    border-radius: 0;
    /* width: auto; */
    min-width: 90px;

}


.langauge_option:hover > ul.dropdown-menu {
    display: block;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.desktop-menu .dropdown-menu ul li a{
    padding: 0;
    margin: 0;
    font-family: 'Muli-Regular';
    color: #434343;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}

.desktop-menu .dropdown-menu ul li a:after{
       content: '';
    height: 45px;
    width: 1px;
    background: #eee;
    position: absolute;
    right: 0;
    bottom: 50%;
    left: inherit;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.desktop-menu .dropdown-menu ul li:last-child a:after{
    display: none;
}

.desktop-menu .dropdown-menu ul li a img{
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 79px;
}

.desktop-menu .dropdown-menu ul li a:hover{
        color: #006598;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}


.nav_upper_menu a:hover {
    color: #006598;
    transition: all .25s ease-out;
}


.nav_upper_menu li span{
    margin-right: 4px;
        vertical-align: middle;
}


.top_part_left select:focus{
    outline: 0;
}

.top_pat_right{
        width: auto;
    float: right;
}



.top_pat_right a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
        transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
    padding: 5px 0;

letter-spacing: 1px;
  
}

.top_pat_right a:hover{
     color: #006598;
}


.top_pat_right a:after{
        display: block;
    background-color: #006598;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: all .25s ease-out;
}

.top_pat_right a:hover:after{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}


.tp_right_1 ul{
    padding: 0;
    margin: 0;
}

.tp_right_1 ul li{
    display: list-item;
    list-style: disc;
    list-style-type: disc;
    float: left;
    color: #fff;
    width: auto;
    margin-right: 33px;
    padding: 0 4px;
}

.tp_right_1 ul li:last-child{
    margin-right: 0;
}


.tp_right_1 a,
.tp_right_2 a
{
        font-family: 'Muli-Light';
          
}



.tp_right_1 a{
 text-transform: uppercase;

}

.tp_right_2 a{
    
}

.tp_right_3 a{
    font-size: 15px;
}

.tp_right_2 a .fa{
    margin-right: 10px;
        font-size: 19px;
            display: inline-block;
    vertical-align: middle;
}



.tp_right_3 a .fa{
    margin-right: 10px;
        font-size: 19px;
            display: inline-block;
    vertical-align: middle;
}


.tp_right_4 a{
    margin: 0 7px;
    font-size: 20px;
}

.tp_right_4 a:hover{
        color: #006598;
}



.custom_logo{
    float: left;
    border-left: 0;
    border-top: 0;
    width: auto;
    text-align: left;
    padding: 10px 5px 0px 50px;
        transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.custom_logo a{
    display: block;
}

.custom_logo a img{
    width: auto;
    height: 100%;
}

.custom_navigation{
 float: left;
    width: 80%;
        text-align: right;
}


a:hover{
     text-decoration: none;
}

.desktop-menu{
    float: right;
    width: auto;
    border-left: 0;
    text-align: left;
    border-right: 0;
    position: relative;
    /* text-align: right; */
    padding-right: 50px;
       transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}


.respon_btn{
    text-align: center;
    margin: 0;
    margin-right: 0;
    padding-left: 0px;
    /* border: solid 1px #464242; */
    border-left: 0;
    width: auto;
    right: 0;
    top: 0;
    /* float: right; */
    display: inline-block;
    vertical-align: middle;


}

.respon_btn span{
    font-weight: 400;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase;
     font-family: 'Muli-Black';
    font-size: 13px;
    letter-spacing: 1px;
}

.respon_btn span strong{
    font-weight: 700;
}




.nav_start{
      background: #006598;
    padding: 14px 25px !important;
    text-align: center;
    margin-bottom: 0;
    display: block;
    color: #fff;
    letter-spacing: 0;
    margin: 0 !important;
    transition: 0.3s;
}

.nav_start .blob-btn__blob{
    
     background:#0183c5;
}



.nav_start:hover{
    transition: 0.3s;
        box-shadow: 2px 2px 22px 0px #0183c5;
}

.nav_start:after{
    display: none  !important;
}

.bigg{
    transition: 0.6s !important;
    -webkit-transition: all 0.6s;
    transform: translateY(-133px) !important;
}

.top-grunge img{
vertical-align: top;
    margin-top: -1px;
    width:100%;
     transition: 0.3s;
}

nav{
        transition: 0.3s;
}

nav .logo a{

    display: block;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
    height: 32px
    
}

.fixed-nav-top .logo a{
         height: 25px;
        -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}


.fixed-nav-top .topest-menu{
    transition: 0.3s;
}

.fixed-nav-top .top-grunge img{
        margin-top: -2px;
         transition: 0.3s;
}

nav.small .logo a{
      height:80px;
       -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  
      transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

nav.bigg .logo img{
    
      transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
    
}

.fixed-pos{
    overflow:hidden;
}

.top-socio a{
        border-right:solid 1px #525665;
    padding: 0 21px;
        transition: 0.4s;
}

.top-socio a:hover{

text-decoration:none;
}

.top-socio a img{
     transition: 0.4s;
}

.top-socio a:hover img{
        transition: 0.4s;
    transform: rotateY(180deg);
}

.top-socio a:first-child{
    
    padding-left:0;
}

.top-socio a:last-child{
    border:none;
    padding-right:0;
}

.top-socio{
    display:table-cell;
    vertical-align:middle;
    width: 30%;
}



.logo{
    display: table-cell;
    vertical-align: middle;
    transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
    text-align: left;
        width: 100%;
}


.nicescroll-cursors{
    border:0 !important;
}



.desktop-menu li{
    display: inline-block;
    vertical-align: middle;
}

.desktop-menu li:last-child{
    margin-right:0;
}

.no_use a:before{
        position: absolute;
    right: -12px;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-top: 4px dashed #fff;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: 0.3s;
    content: '';
    top: 6px;
}

.no_use .dropdown-menu a:before{
    display:none !important;
}




.sub_dropdown{
       width: 100%;
           background: #eee;
        opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    pointer-events: none;
       top: -97%;
    position: absolute;
       max-height: 200px;
    overflow: auto;

}

.further_sub:hover .sub_dropdown{
       pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
     top:0;
    position: relative;
}

.further_sub:hover .fa-plus:before{
        content: "\f068";
}



.further_sub a:first-child{
       padding-right: 42px !important;
}

.further_sub .sub_dropdown li a{
        padding:5px  !important;
    border-bottom: solid 1px #909090;
    margin-top: 0;
    border: 0 !important;
    left: 0;
    border-radius: 0;
     margin-right:0 !important;

}



.sub_dropdown li a:after{
    display: none;
}

.further_sub .fa{
    font-size: 12px;
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
}



.desktop-menu ul li a{
         color: #414042;
    font-size: 13px;
    padding: 47px 0;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
    position: relative;
    display: block;
    border-right: 0;
    border-left: 0;
    margin-right: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
        font-family: 'Muli-SemiBold' !important;
}

.desktop-menu a:after {
      display: block;
    background-color: #006598;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: all .25s ease-out;
}

.desktop-menu a:hover{
    color: #006598;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;

}

.highlighted_menu{
    color: #006598!important;
}

.highlighted_menu:after{
            visibility: visible !important;
    -webkit-transform: scaleX(1)!important;
    transform: scaleX(1)!important;
}

.desktop-menu a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.desktop-menu li:first-child a{
}

.current-menu-item a{
    color: #fff;
}

.current-menu-item a:after {
        visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



.desktop-menu li:last-child a{
    padding-right:0;
    border-right:0;

}

.desktop-menu ul {
      margin-bottom: 0;
    list-style: none;
    padding: 0;
    vertical-align: middle;
    border-left: 0;
    text-align: left;
    border-right: 0;
    display: inline-block;
    vertical-align: middle;
}

.desktop-menu .dropdown-menu>li>a{
    padding: 10px 10px;
    border-bottom: solid 1px #909090;
    min-width: 200px;
    margin-top: 0;
    border-radius: 0;
    left: 0;
    border-radius: 0;
    color: #414042;
    text-transform: capitalize;
   margin-right: 0;
    font-family: 'Muli-SemiBold' !important;
}




.desktop-menu .dropdown-menu>li:last-child a{
    border-bottom: none;
}

.desktop-menu .dropdown-menu {
   /* display:none;*/
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    pointer-events: none;
}

.desktop-menu .dropdown-menu ul{
        display: block;
        padding: 35px 15px;
}


.desktop-menu .dropdown-menu li {

    margin-right:0;
    display:block;
    float: left;
    border: 0;
    width: auto;

} 
.dropdown-menu>.active>a {
    color: #fff !important;
}


.desktop-menu li:hover > .dropdown-menu {
    display:block;
 pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
     transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;

}


.mobile-nav .dropdown {
    position: relative;
        z-index: 10;
}

.mobile-nav li:hover > ul.dropdown-menu {
    display:block;
 pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
     transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
     background: #fff;
    padding: 0;
}

.mobile-nav .dropdown-menu li a{
        font-size: 12px;
    color: #434343;
    transition: 0.3s;
}

.mobile-nav .dropdown-menu ul{
    padding: 15px;
}

.mobile-nav .dropdown-menu li a:hover{
color: #006598;
transition: 0.3s;
}



.desktop-menu .dropdown-menu{
       box-shadow:0px 0 28px 0px #6b6b6b;
    padding: 0;
    min-width: /*800px*/100%;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    left: /*-61%*/ 0;
    /* min-height: 191px; */
    border-radius: 0;
        top: 83px;
            transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.desktop-menu .dropdown-menu h1{
        margin: 0;
    padding: 20px 40px;
    background: #000;
    color: #fff;
      font-family: 'HelveticaNeueLTPro-Bd';
      font-size: 16px;
      text-transform: uppercase;
}


.fixed-nav-top .desktop-menu .dropdown-menu
{

        top: 58px;
        transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}


a{
    
color:#000;
}



.desktop-menu  .dropdown-menu>li>a:focus, .desktop-menu .dropdown-menu>li>a:hover{
     color: #ffffff!important;
    text-decoration: none;
    background-color: #006598;
    transition: 0.3s;
   
    
}



.new-li{
    margin-left:20px;
    margin-right:0 !important;
}

.new-li a{
        font-weight: 700;
    padding: 12px 17px 12px 53px;
    background: #ea2323;
    color: #fff;
    position: relative;
    transition:0.3s;
    text-transform:uppercase;
    letter-spacing:1px;
}

.new-li a .fa{
        background: #d51b1b;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0;
    font-weight:bold;
    padding: 10px 16px;
    transition:0.3s;
}

.new-li a:hover{
    transition: 0.3s;
    background: #000;
}

.new-li a:hover .fa{
    transition: 0.3s;
    background: #493157;
}


.top-menu {
    display: none;
    vertical-align: middle;
    padding-left: 36px;
    position: relative;
}





.blob-btn{
        z-index: 1;
    position: relative;
 border-radius: 80px;
}



.blob-btn__inner {
    z-index: -1;
  overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     border-radius: 80px;
}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    -webkit-filter: url(#goo);
    filter: url(#goo);
}

.blob-btn__blob {
    position: absolute;
    top: 7px;
    width: 100%;
    height: 100%;
      background: #10122d;
    border-radius:0;
    -webkit-transform: translate3d(1%, 107%, 0) scale(1.4);
    transform: translate3d(1%, 107%, 0) scale(1.4);
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s;
    transition: transform 0.45s, -webkit-transform 0.45s;
    -webkit-transition: transform 0.45s;
    -moz-transition: transform 0.45s;
    -o-transition: transform 0.45s;
    transition: transform 0.45s;
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0.04s;
}

a:hover, a:active{
    text-decoration: none;
}

.blob-btn__blob {
    -webkit-transform: translate3d(1%, 107%, 0) scale(1.4);
    transform: translate3d(1%, 109%, 0) scale(1.4);
}

.blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.6);
    transform: translateZ(0) scale(1.6);
}


 #burger {
    width: 30px;
    display: block;
    padding-right: 0;
    height: 20px;
    left: 0px;
    cursor: pointer;
    z-index: 1000000000;
    position: relative;
    
}

#burger:hover  .bar{
    
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
        transition: 0.8s;
}



#burger .bar {
    height: 1px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
     background: #006699;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bar.one {
    width: 20px;
    top: 0;
}

.bar.two {
        width: 13px;
    top: 8px;
}

.bar.three {
    width: 26px;
    top: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.bar.four {
    width: 30px;
    top: 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.animate .bar.one{
        opacity: 0;
    transform: translateY(-2px) rotate(-44deg);
    -webkit-transform:translateY(-2px) rotate(44deg);
}

.animate .bar.four{
        opacity: 0;
        transform: translateY(-8px) rotate(45deg);   
       -webkit-transform:translateY(-8px) rotate(45deg);
}

.animate .two{
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
    top: 12px;
        width: 26px;
}

.animate .three{
        -webkit-transform: rotate(44deg);
    top: 12px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.top-menu .join {
    float: right;
    margin-right: 10px;
}
.join a {
       border: solid 1px #f69c0c;
    border-right-color: #f66e0c;
    border-top-color: #f66e0c;

    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}


.top-menu .menu-text{
    display:none;
    
}

.hidden_menu{
   
    position: relative;
}

.mob_front_logo{
    display: none;
}

.mobile-nav {
        background:#1c1c1c;
    
    position: fixed;
    top: -110%;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .2s ease;
    z-index: 100000000;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    opacity: 0;
    left: 0;
}

.mobile-nav.showw{
           left: 0%;
    opacity: 1;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.2s;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    top: 0;
    overflow: auto;
}

.mobile-nav .tbl{
     height: 75px;
             padding: 0 15px;
}

.mobile-nav #accordion{
    display: table-cell;
    vertical-align: middle;
    /* margin: auto; */
    height: 100%;
    text-align: center;
    position: relative;
   
}

.mobile-nav ul{
     list-style: none;
    margin: auto;
    padding: 0;
    margin-top: 0;
    text-align: center;
    position: relative;
       padding-top:0;
       padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
}

.mobile-nav .dropdown-menu h1{
        margin: 0;
    padding: 20px ;
    background: #000;
    color: #fff;
    font-family: 'HelveticaNeueLTPro-Bd';
    font-size: 16px;
    text-transform: uppercase;
}

.mobile_ul{
      display: table;

}

.mobile-nav ul li{
      /* margin-bottom: 5px !important; */
    /* margin-top: 0; */
    text-align: left;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    box-shadow: none;
    width: auto;
}

.hover_mob_menu{
    z-index: 100 !important;
}


.mobile-nav .dropdown-menu {
       box-shadow: 0px 0 28px 0px #6b6b6b;
    padding: 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    left: 0;
    border-radius: 0;
    top: 0;
    transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
    box-shadow: none;
    z-index: 1000000000000;
    position: relative;
    float: none;
    width: 100%;
        margin-bottom: 10px;
}

.mobile-nav ul li:hover .dropdown-menu {
        display: block;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.mobile-nav ul li:hover .dropdown-menu ul li{
     float: left; 
      width: 16%;
    text-align: center;
}

.mobile-nav .dropdown-menu li a img{
    display: block;
    margin: 10px auto;
        height: 50px;
}

.mobile-nav li a{
      color: #fff;
    transition: 0.3s;
    display: block;
    margin: auto;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0;
    padding-bottom: 8px;
    position: relative;
    font-size: 22px;
    /* text-align: center; */
    letter-spacing: 0px;
    padding: 10px 0;
   
}


.mobile-nav .search_bg{
    top:0 !important;
    background: none!important;
    position: relative!important;
    width: auto;
    height: auto;
        padding: 0 15px;
}

.mobile-nav #top_search_ico {
    right: 0px;
    top: 0;
    position: absolute;
    color: #fff;
    background: #5cad2f;
    width: 60px;
    height: 100%;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    padding: 15px;
    font-size: 20px;
        margin: 0;
}

.mobile-nav .top_search{
    width: 100%;

}

.mobile-nav .top_search .form-control{
    width: 100%;
    border: solid 2px #242430;
    font-size: 14px;
    color: #000;
    height: 65px;
}

.mobile-nav .panel-heading a:hover:after{
        visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.primary-hidden-menu{
    display: none;
}

.mobile-nav .panel-heading a:after{
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: all .25s ease-out;
}

.mobile-nav .collapse{
     color: #ea2323;
     transition:0.3s;
}

.nelo{
    
    color:#ffcc23 !important;
}


.nelo:before
{       
    transition: 0.2s;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}

.glyphicon-chevron-up{
    color:#ffcc23!important;
    
}


.mobile-nav.showw ul li{
    
-webkit-transform: scale(1) translateY(0px);
 transform: scale(1) translateY(0px);
  opacity: 1;
}

.mob_bottom_social{
        -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-nav.showw .mob_bottom_social{
    -webkit-transform: scale(1) translateY(0px);
 transform: scale(1) translateY(0px);
  opacity: 1;
}

.mobile-nav.showw ul li:nth-child(1) {
  transition-delay: 0.55s;
}
.mobile-nav.showw ul li:nth-child(2) {
  transition-delay: 0.52s;
}
.mobile-nav.showw ul li:nth-child(3) {
   transition-delay: 0.49s;
}
.mobile-nav.showw ul li:nth-child(4) {
 transition-delay: 0.42s;
}
.mobile-nav.showw ul li:nth-child(5) {
transition-delay: 0.35s;
}
.mobile-nav.showw ul li:nth-child(6) {
   transition-delay: 0.28s;
}
.mobile-nav.showw ul li:nth-child(7) {
  transition-delay: 0.21s;
}

.mob_bottom_social{
     transition-delay: 0.19s;
     padding-left: 15px;
     margin-top:20px;
}


.mobile-nav.showw ul.secondary-new-menu li:nth-child(1){
 transition-delay: 0.14s;
}

.mobile-nav.showw ul.secondary-new-menu li:nth-child(2){
  transition-delay: 0.07s;
}



.mobile-nav  .panel-heading{
     border: none;
    background-color:transparent;
    padding:0;

}

.mobile-nav .panel{
    background-color: #00000000;
    border: none;
    border-bottom: solid 1px #d8d8d8;
    border-radius: 0;
}

.mobile-nav .panel-body{
        padding: 0;
        margin-top:10px;
        border: none !important;
}
.mobile-nav .panel-body li{
        margin-bottom: 0 !important;
    margin-top: 0;
}

.mobile-nav .panel-body a{
          color: #fff;
    text-transform: capitalize;
    display: block;
    margin-top: 0;
    padding: 5px 0;
    margin: auto;
    text-decoration: none;
}

.mobile-nav .panel-body a:hover{
    
    text-decoration:none;
    color:#fff  ;
}

.mobile-nav .nav_login{
    display: block;
    margin-top: 25px;
    text-align: center;
    border:solid 2px #fff;
     color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    transition: 0.3s;
   
}


.mobile-nav .nav_start{
  
  

}

.mobile-nav.showw .nav_start{
            -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
        transition-delay: 0.14s;
}

.mobile-nav .nav_start:hover{
}

.mobile-nav .new-li{
    margin-top:35px;
    margin-bottom:0;
    margin-left:0;
    
}

.mobile-nav  .new-li a .fa{
        height: 100%;
        padding: 20px 26px;
}

.mobile-nav .new-li a{
    display:block;
    
        padding: 20px 17px 20px 53px;
}


.mobile-nav .indicator {
        right: 0;
    position: absolute;
    top: 8px;
    color: #fff;
}

    
.animated-border::before, .animated-border::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background:#f66e0c;
}
    

    
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    transition: 02s;
    opacity: 1;
}   
    
    
    .scroll-top-wrapper {
       position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 1000;
    color: #ffffff;
    border-radius: 30px;
    padding: 0;
    right: 27px;
    bottom: 40px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


.mobil-logo{
    display:none;
}
    
.xx-mobile-nav{
    
         position: absolute;
    width: 100%;
  
    z-index: 1000;
    top: 100%;
    left: 0;
    height: 0px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    z-index: 10000;
    text-align: center;

}

.xx-mobile-nav .join{
        padding: 30px 10px;
    display:block;
}

.xx-mobile-nav .join a{
        border: solid 1px #f69c0c !important;
    border-right-color: #f66e0c !important;
    border-top-color: #f66e0c !important;
    display: table !important;
  
    /* padding: 10px 15px !important; */
    /* height: auto !important; */
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.xx-mobile-nav.showw{
        height: 100vh;
   
  
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.2s;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
}


.xx-mobile-nav ul {
        display: block;
    padding: 0;
    list-style: none;
    margin-top: 0;
    vertical-align: middle;
}


.xx-mobile-nav ul li {
    background:#050713;
    text-align: center;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    /* height: 50px; */
    /* line-height: 45px; */
    /* border-bottom: solid 2px #0f1430; */
     border-top: solid 2px #0f1430;
}
    
    
    .xx-mobile-nav.showw ul li {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}
    
.xx-mobile-nav.showw ul li:nth-child(1) {
  transition-delay: 0.49s;
}
.xx-mobile-nav.showw ul li:nth-child(2) {
  transition-delay: 0.42s;
}
.xx-mobile-nav.showw ul li:nth-child(3) {
  transition-delay: 0.35s;
}
.xx-mobile-nav.showw ul li:nth-child(4) {
  transition-delay: 0.28s;
}
.xx-mobile-nav.showw ul li:nth-child(5) {
  transition-delay: 0.21s;
}
.xx-mobile-nav.showw ul li:nth-child(6) {
  transition-delay: 0.14s;
}
.xx-mobile-nav.showw ul li:nth-child(7) {
  transition-delay: 0.07s;
}

    
    .xx-mobile-nav ul li a {

    font-size: 12px;
    color: #fff;
    background: #050713;
    transition: 0.3s;
    margin: auto;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    display: block;
    padding: 15px 5px;
    height: 55px;
    /* line-height: 45px; */
   
    transition: 0.3s;
}

.xx-mobile-nav ul li a:hover{
    background:#f65a0c;
    transition:0.3s;
}
    
.xx-mob-display{

display:none;
}   

    
    
    .app-container{
       overflow:hidden;
           margin-top: 137px;
    }


.nav_login{
    border: solid 1px ;
    padding: 15px;
    font-size:13px;
    transition:0.3s;
}

.nav_login:hover{
background:#2f2f2f;
color:#fff!important;
transition:0.3s;
}


/*bototm arrow*/

#to-top {
    overflow: hidden;
        transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    background-color: rgba(0,0,0,0.25);
        border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    
    display: block;
  
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
}


 #to-top:before {
    background-color: rgba(255,255,255,0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    opacity: 0;
    z-index: 2;
}

 #to-top:after, #to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}


 #to-top i.fa-angle-up.top-icon, #to-top i.fa-angle-up {
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
}


#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

#to-top:hover,  #to-top.dark:hover {
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.16);
    background-color: transparent!important;
}

 #to-top:hover i.fa-angle-up.top-icon,  #to-top:hover i.fa-angle-up, #to-top.hovered i.fa-angle-up.top-icon, #to-top.hovered i.fa-angle-up {
    -webkit-transform: translate(0,-29px);
    transform: translate(0,-29px);
}

 #to-top:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    background:#006598;
 }   
 





.bottomlogo {
      width: 28px;
    height: 24px;
    background: url(../images/credits2.png) no-repeat;
    transition: all .5s linear 0s;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-position: 0 0;
    transition: all 500ms linear 0s;
    background-size: cover;
    animation: waggle 1.5s 3s forwards ease-out infinite;
    position: relative;
    margin-bottom: 15px;
 
}


.tooltip .tooltiptext {
      visibility: hidden;
    width: 220px;
        background-color:#006598;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: 36px;
    margin-left: -112px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip {
    opacity: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext::after {
        content: "";
    position: absolute;
    top: 38%;
    right: -10px;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #8bc34a00 #f3333300 #f3f3f300 #006598;
}

.footer_contact .text-right {
    margin-top: 40px;
}

.footer_contact .text-right p{
font-weight: 300;
color: #717171;
font-size: 16px;
}


footer {
  
}


.foot_top{
      padding: 50px;
      border-bottom: solid 1px #eee;
      margin-bottom: 40px;
}

.foot_logo{
    text-align: right;
}

.Copyright{
    text-align: center;
    margin-bottom: 40px;
}

.Copyright p{
       font-family: 'Lato', sans-serif;
       font-size: 16px;
       color: #414042;
       font-weight: 300;
}

.foot_top strong{
font-weight: 900;
display: block;
color: #006598;
font-size: 25px;
  font-family: 'Muli-ExtraBold';
}

.foot_top a{
    font-size: 35px;
    color: #414042;

}


.foot_social{
    text-align: center;
}

.foot_social{
    margin-top: 25px;
    margin-bottom:  25px;
}

.foot_social a{
     color: #0b2c3d;
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
}


.foot_social a:hover{
        color: #bf0413;
            transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.foot_social a:hover{
    text-decoration: none;
}


a:focus, a:active{
      text-decoration: none;
}


.foot_menu h3{
font-weight: 900;
margin-top:35px;
margin-bottom: 20px;
color: #bf0413;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
}


.foot_menu a{
    padding-left: 15px;
    display: table;
    margin-bottom: 10px;
    font-weight: 400;
    color: #181818;
    font-size: 18px;
    position: relative;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.foot_menu a:before{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 700;
    font-size: 19px;
}

.foot_menu a:hover{
    color: #bf0413;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    margin-left: 2px;
}


/*safari*/

.safari .same_content{
    background: #08212e;
}



/*home*/


.same_banner{
   
}

.home_banner{
     background-size: cover !important;
    position: relative;
}


.new_chat_box{
    position: fixed;
    bottom: -429px;
    z-index: 10000;
    right: 50px;
    width: 400px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.new_chat_box_open{
    bottom: 0;
}

.chat_title{
    background-color:#224326;
    padding:10px 15px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.chat_title .fa{
    color: #fff;
    /* float: left; */
    vertical-align: middle;
    font-size: 18px;
    padding-left: 10px;

}

.chat_title h1{
     color: #fff;
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 0;
    padding-left: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    
}

.chat_button{
     float: right;
    color: #5da422;
    text-transform: capitalize;
}

.chat_button .fa{
    color: #fff;
        margin: 0 5px;
        cursor: pointer;
}

.new_chat_box .last_form {
    padding-top: 30px;
    background: #fff;
    margin: 0;
    box-shadow: 4px 16px 19px 1px #a0a0a0;
}



.input_main span:first-child {
    position: absolute;
    left: 0;
    top: 18px;
    height: 18px;
    padding: 7px 25px;
    border-right: solid 1px #d5d5d5;
    text-align: center;
    background-position: center center !important;
    z-index:9999;
        background-size: contain !important;
}

.contact-form .input_main span:first-child {
    left: 13px;
    padding: 7px 20px;
}
.input_main .form-control {
      font-size: 15px;
    color: #616161;
    font-weight: 400;
    outline: 0;
    padding: 15px 15px 19px 65px;
    border: solid 2px #dcdcdc;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    border-radius: 5px;
    box-shadow: none;
}

.input_main .form-control:focus {
    border: solid 2px #006598;
    transition: 0.3s;
}



.input_main .form-control::placeholder /* Firefox */
{
      color: #616161;
      font-size: 15px;
       font-weight: 400;
}

.input_main .form-control:-ms-input-placeholder  /* Internet Explorer 10-11 */
{
      color: #616161;
     font-size: 15px;
         font-weight: 400;
}

.input_main .form-control::-ms-input-placeholder  /* Microsoft Edge */
{
      color: #616161;
        font-size: 15px;
         font-weight: 400;
}

.input_main {
    position: relative;
}

.new_chat_box .input_main .form-control{
    padding: 10px 15px 10px 45px;
}

.new_chat_box .input_main span {
     top: 12px;
    padding: 7px 17px;
}

.new_chat_box .submit_inner_btn {
    padding: 0;
    margin-top: 0;
    }

    .btn_submit {
    outline: 0;
    background: none;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    padding: 14px 42px;
}

.pos_right_button{
     position: fixed;
    top: 60%;
    background: #ffb600;
    font-weight: 900;
    color: #fff;
    padding: 0 0;
    font-size: 17px;
    z-index: 100;
    height: 243px;
    text-align: center;
    width: 67px;
    margin-top: -140px;
    right: -100%;
    cursor: pointer;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pos_right_button_added{
    right: -8px;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pos_right_button:hover{
        background:#59585a;
         -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pos_right_button a{
     transform: rotate(-90deg);
    margin: 0;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 6px;
    bottom: 101px;
   color: #fff;

}

.pos_right_button a:hover{
    text-decoration: none;
}

.pos_right_button img{
    position: absolute;
    bottom: 35px;
    right: 26px;
}

.pos_right_button:hover{
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
}

.same_content{
    position: relative;
    z-index: 100;
}


.same_layer{
         -webkit-transform: translate3d(0px,46px,0px);
    -moz-transform: translate3d(0px,46px,0px);
    -ms-transform: translate3d(0px,46px,0px);
    transform: translate3d(0px,46px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
      padding: 80px 0px ;
}

.animatations .same_layer {
     transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

.same_content h3{
    margin-top: 0;
    margin-bottom: 10px;
      color: #fff;
      text-transform: uppercase;
         font-weight: 500;
         font-size: 25px;

}



.home_heading{
    display: table;
    padding: 35px 50px;
    background: -webkit-linear-gradient(to right, rgb(255 255 255) 50%, #ffffff7a 90%);
    background:linear-gradient(to right, rgb(255 255 255 / 0.86) 50%, #ffffff7a 90%);
    box-shadow: 2px 2px 24px 4px rgb(255 255 255 / 86%);
    max-width: 750px;
}


.same_content h1{
    margin-top: 0;
    margin-bottom: 10px;
    color: #2d2d2d;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 36px;
        font-family: 'Futura-Book';
          text-transform: uppercase;
}

.same_content h1 span{
    font-family: 'Futura-Bold';
      color: #006598;
      font-weight: 500;
}

.same_content h2{
     margin-top: 0;
    margin-bottom: 0;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 29px;
      font-family: 'FuturaBT-Book';
	text-align: center;
    font-weight: 600;
}

.same_content hr{
        width: 100px;
    margin-left: 0;
    margin-right: 0;
}

.same_content p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.banner_btn{
background: #006598;
    padding: 14px 25px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    margin-left: 50px;
    font-family: 'Futura-Bold';
    font-size: 18px;
    font-weight: 500;
    min-width: 200px;
    display: table;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 22px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: transform 0.45s;
    -moz-transition: transform 0.45s;
    -o-transition: transform 0.45s;
    transition: transform 0.45s;
        max-width: 750px;
}

.slide-right {
    -webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}



@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}


.banner_btn:hover{
    color: #fff;
        -webkit-transition: transform 0.45s;
    -moz-transition: transform 0.45s;
    -o-transition: transform 0.45s;
    transition: transform 0.45s;
    box-shadow: 2px 2px 22px 0px #0183c5;
}

.banner_btn:focus{
    color: #fff;
}

.banner_btn .blob-btn__blob{
    background: #0183c5;

}

.banner_btn .blob-btn__inner{
        border-radius: 22px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.custom_Btn{
    background: #006598;
    padding: 14px 25px;
    text-align: center;
    margin-bottom: 0;
    display: block;
    color: #fff;
}

.custom_Btn:hover{
    color: #fff;
}

.custom_Btn span{
    color: #fff;
}

.custom_Btn .blob-btn__inner{

}



#owl_banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#owl_banner .item{
background-size: cover !important;
height: 600px;
position: relative;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
overflow: hidden;
}

.geat_a_quote{
   position: absolute;
     width: 400px;
    right: 0;
    top: 0;
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.get_top{
    position: absolute;
    top: 0;
    width: 100%;
        height: 260px;
    background-size: contain !important;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
}

.get_bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
      height: 260px;
    background-size: contain !important;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
}


.geat_a_quote_form{
    background: #1c1c1c;
    padding: 40px 30px;
    width: 100%;
    height: 551px;
    /* float: right; */
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
        overflow: hidden;
}



.geat_a_quote_form h1{
    color: #fff;
    margin-top: 0;
      font-family: 'HelveticaNeueLTPro-Hv';
      font-size: 28px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px;
      position: relative;
      z-index: 100;
}

.geat_a_quote_form .fa{
    display: none;
}


.geat_a_quote_fixed{
        position: fixed;
    top: 50%;
    margin-top: -310px;
    z-index: 100;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
 
}

.geat_a_quote_fixed .fa{
    display: block;
        color: #fff;
    position: absolute;
    top: 10px;
    right: 11px;
    font-size: 20px;
    border: solid 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}



.geat_a_quote_fixed .geat_a_quote_form{
       transform: none !important; 
}


.geat_a_quote_form .form-control{
        padding: 15px;
    height: 48px;
    position: relative;
z-index: 100;
   transition: 0.3s;
}

.geat_a_quote_form .form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0 148 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0 148 0);
    border: solid 2px #006598;
    transition: 0.3s;
}

.geat_a_quote_form textarea.form-control{
       height: auto;
}

.geat_a_quote_form .custom_Btn{
    background: #ffb600;
    font-family: 'Muli-Black';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: 200;
    display: table;
    min-width: 215px;
    margin-left: auto;
    margin-right: auto;
        padding: 5px 15px;
}

.geat_a_quote_form .custom_Btn:hover
{
        transition: 0.3s;
       box-shadow: 2px 2px 27px 0px rgb(243 132 0 / 82%);
}
.geat_a_quote_form .blob-btn__blob{
background: #f38400;
}




.geat_a_quote_form .form-control::placeholder /* Firefox */
{
      color: #414042;
      font-size: 13px;
       font-weight: 400;
         font-family: 'Muli-Bold';
}

.ingeat_a_quote_formput_main .form-control:-ms-input-placeholder  /* Internet Explorer 10-11 */
{
      color: #414042;
      font-size: 13px;
       font-weight: 400;
         font-family: 'Muli-Bold';
}

.geat_a_quote_form .form-control::-ms-input-placeholder  /* Microsoft Edge */
{
      color: #414042;
      font-size: 13px;
       font-weight: 400;
         font-family: 'Muli-Bold';
}


.home_slider2{
    padding: 90px 50px;
    position: relative;
    background-size: cover !important;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
}


.home_slider2_absolute{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
}

#owl_banner_2 h1{
    font-family: 'HelveticaNeueLTPro-Bd';
    color: #2f2f2f;
    font-size: 22px;
    margin-bottom: 23px;
    margin-top: 40px;
    display: block;
}

#owl_banner_2 p{
    font-size: 18px;
    color: #5d5d5d;
    margin-bottom: 0;
}

.item_img{
    width: 160px;
    height: 160px;
    text-align: center;
    display: block;
    padding: 45px 20px;
    background: #fff;
    border-radius: 85px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
        box-shadow: 2px 2px 26px 2px #e6e6e6;
}

#owl_banner_2 img{
    width: auto;
    margin:auto;
}

#owl_banner_2 .item{
    text-align: center;
        padding: 12px 70px;
}

#owl_banner_2 .owl-nav{
   margin: 0;
}

#owl_banner_2 .owl-prev{
margin: 0;
position: absolute;
left:0;
top: 50%;
color: #454445;
font-size: 40px;
 line-height: normal;
    display: block;
     transition: 0.3s;
    margin-top: -20px;
        -webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}

#owl_banner_2 .owl-next{
margin: 0;
position: absolute;
right:0;
top: 50%;
color: #454445;
font-size: 40px;
 line-height: normal;
    display: block;
     margin-top: -20px;
      transition: 0.3s;
          -webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}



@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

#owl_banner_2 .owl-prev:focus,
#owl_banner_2 .owl-next:focus
{
    outline: 0;

}

#owl_banner_2 .owl-prev:hover,
#owl_banner_2 .owl-next:hover
{
   background: none;
   color: #006598;
   transition: 0.3s;

}

#owl_banner_2 .owl-prev .fa,
#owl_banner_2 .owl-next .fa{
    line-height: normal;
    display: block;
}

.home_cta_div{
    background: #006598;
    padding: 40px 0px;
}

.home_cta_div p{
  font-family: 'Muli-Black';
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  float: left;
  margin-top: 10px;
}

.cta_btn{
     font-family: 'Muli-Black';
    background: #1c1c1c;
    padding: 15px 25px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    display: block;
    color: #fff;
    letter-spacing: 0;
    margin: 0 ;
    transition: 0.3s;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta_btn:hover{
    color: #fff;
}

.cta_btn .blob-btn__blob{
background: #ffb600;

}




.home_door_info{
    padding: 75px 0;
}

.home_door_info_img{
     float: left;
    width: 35%;
}

.home_door_info_cont{
    float: left;
    width: 65%;
    padding-left: 50px;
    padding-right: 50px;
}

.home_door_info_cont span{
  font-family: 'HelveticaNeueLTPro-Lt';
  color: #006598;
  font-size: 24px;
  display: block;

}

.home_door_info_cont h1{
  font-family: 'HelveticaNeueLTPro-Th';
   color: #181818;
  font-size: 41px;
  margin-top: 10px;
}

.home_door_info_cont hr{
    height: 2px;
    width: 85px;
    background: #006598;
    border: 0;
    margin: 35px 0;
}

.home_door_info_cont p{
   font-family: 'Muli-Light';
   color: #181818;
  font-size: 18px;

}

.home_door_info_cont p span{
 font-family: 'Muli-SemiBoldItalic';
   color: #181818;
  font-size: 18px;
  display: inline-block;
}


#owl_banner_3{
    background: #f7f7f7;
    padding: 85px 50px;
}

#owl_banner_3 .item , .product_item{
border: solid 2px #dddddd;
border-radius: 5px;
padding-top: 35px;
text-align: center;
background: #fff;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
      margin-top: 15px;
    margin-bottom: 17px;
}

.product_item {
    padding-top: 0px;
}

#owl_banner_3 .item a , .product_item a{
    display: block;
}

#owl_banner_3 .item:hover ,  .product_item:hover{
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-color: #006598;
    box-shadow: 1px 2px 19px 0px #b1b1b1;
    /* padding-top: 4px; */

}

#owl_banner_3 .item img {
width: auto;
margin: auto;
height: 100px;
}
.product_thumbnail {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

#owl_banner_3 .item hr{
background: #dddddd;
height: 2px;
border: 0;
margin-bottom: 0;
margin-top: 40px;
}

#owl_banner_3 .item h2 , .product_item h1{
  font-family: 'HelveticaNeueLTPro-Lt';
  color: #2f2f2f;
  font-size: 16px;
  margin: 0;
  padding: 20px 15px;
  font-weight: 600;
}

.finance_it{
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.finance_it .container{
        position: relative;
        z-index: 10;
}

.finance_left{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 620px;
    height:  414px;
   -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.finance_right{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 529px;
    height:  278px;
    -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.finance_info{
position: relative;
z-index: 10;
}

.finance_info h1{
 font-family: 'HelveticaNeueLTPro-Th';
 color: #2f2f2f;
 text-transform: uppercase;
 font-size: 40px;
 margin-top: 0;
 margin-bottom: 25px;
    line-height: 45px;
}

.finance_info h1 span{
  font-family: 'HelveticaNeueLTPro-Hv';
 color: #006598;

}

.finance_info p{
    font-family: 'Muli-ExtraBold';
    color: #2f2f2f;
    font-size: 21px;

}

.finance_logo{
text-align: center;
position: relative;
z-index: 10;
}

.finance_logo img{
    margin-bottom: 25px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.finance_logo a
{
    font-family: 'Muli-Black';
   background: rgb(255,182,0);
    background: linear-gradient(90deg, rgba(255,182,0,1) 11%, rgba(253,183,1,1) 15%, rgba(250,184,1,1) 23%, rgba(243,187,3,1) 35%);
    padding: 15px;
    width: 213px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    display: block;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
       box-shadow: 1px 10px 29px 9px #feebbd;
       margin: auto;
}

.finance_logo a:hover{
    box-shadow: 1px 10px 29px 9px #bde4bd;
 
   
}

.blob-btn__blob{
       background: #04d004;
     background: linear-gradient(90deg, #04d004 11%, #03c503 15%, #02b702 23%, #01a301 35%);
}
.home_galery{
    display: table;
    width: 100%;
    overflow: hidden;
}

.home_gal_img{
    height: 442px;
    width: 25%;
    display: table-cell;
    background-size: cover !important;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    position: relative;

}

.home_gal_img a{
    display: block;
}

.home_gal_img h1{
font-family: 'Raleway', sans-serif;
font-size: 28px;
margin-top: 0;
margin-bottom: 0px;
font-weight: 500;
color: #000;
text-transform: uppercase;
}

.home_gal_img p{
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 27px;
color: #000;
	    text-align: right;
    padding-right: 95px;
}

.home_gal_img:last-child{
    border-right: 0;
}


.right_home_gal_logo{
        top: 50%;
    margin-top: -97px;
    position: absolute;
    z-index: 1000;
    -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 80%;
    margin: -88px 52px;
}

.home_gal_img img {
    margin: 0 auto !important;
    display: block !important;
}

.right_home_gal_logo:after{
    background: url(https://jcvltd.com/wp-content/uploads/2021/02/home_galery_shape-1.png)no-repeat;
    content: '';
    width: 168px;
    height: 233px;
    position: absolute;
    right: -66px;
    top: 9px;

}

.left_home_gal_logo{
    top: 50%;
    margin-top: -97px;
    position: absolute;
    left: 210px;
    z-index: 1000;
            -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.left_home_gal_logo img{
    display: block;
    margin:auto;
}

.left_home_gal_logo:after{
    background: url(../images/home_galery-shape2.png)no-repeat;
    content: '';
    width: 168px;
    height: 233px;
    position: absolute;
    left: -66px;
    top: 0;

}

.home_hal_layer{
    position: absolute;
     height: 0;
      top: 0;
    left: 0;
   
    width: 100%;
    background: rgb(255 255 255 / 68%);
      -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.home_gal_img:hover .home_hal_layer{
        height: 100%;
      -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}




.home_gal_img:hover .home_hal_layer{
        height: 100%;
      -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.green_border{
height: 50px;
background: #006598;

}


.testimonials{
    padding: 75px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: rgb(251 251 251 / 59%);
}

.testimonials h1{
  font-family: 'HelveticaNeueLTPro-Hv';
    color: #2f2f2f;
    font-size: 40px;
    margin-bottom: 0;
}

.testimonials h3{
font-family: 'HelveticaNeueLTPro-Th';
    color: #2f2f2f;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.testimonials p{
  font-family: 'Muli-SemiBold';
  color: #2f2f2f;
  font-size: 18px;
}

.testimonials span{
 font-family: 'Muli-BoldItalic';
color: #006598;
  font-size: 18px;
font-style: italic;
}

#owl_banner_4{
    width: 800px;
    margin:auto;
}

#owl_banner_4 img{
    width: auto;
}

#owl_banner_4 .item{


}


.testimonials .finance_left{
width: 956px;
height: 100%;
z-index: -1;
}

.testimonials .finance_right{
width: 956px;
height: 100%;
z-index: -1;
    background-position: right !important;
}

.testimonials .owl-dots{
    margin: 0;
}

.testimonials .owl-dot{
    outline: 0 !important;
}

.testimonials .owl-dot span{
    border: solid 1px #006598;
    margin: 0 3px!important;
    background: none !important;
}

.testimonials .owl-dot.active span{
   background: #006598 !important;
}


.area_of_map{
    padding: 76px 50px;
    position: relative;
        background: rgb(255 255 255 / 66%);
        overflow: hidden;
}

.area_of_map_bg{
    position: absolute;
    right:0;
    top: 0;
    width: 670px;
    height: 100%;
   z-index: -1;
   background-size: cover !important;
     -moz-transform: translate3d(0px,0px,0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.area_of_map h1{
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLTPro-Hv';
    color: #2f2f2f;
    font-size: 35px;
    text-transform: uppercase;
}

.area_of_map ul{
margin:0;
padding:0;
}

.area_of_map ul li{
padding-left: 25px;
list-style: none;
position: relative;
color: #2f2f2f;
font-size: 16px;
margin-top: 15px;
}

.area_of_map li:before{
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/tick.png) no-repeat;
    width: 15px;
    height: 13px;
    content: '';
}


.map_of_instal{
    position: relative;
    background: #fff;
    padding: 25px 35px;
    margin-top: 110px;
    box-shadow: 1px 1px 25px 1px #eee;
        display: table;
}

.map_of_instal img{
position: absolute;
left:40px;
top: 20px;

}

.map_of_instal h2{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 50px;
      font-family: 'HelveticaNeueLTPro-Hv';
      color: #2f2f2f;
      font-size: 30px;
}

.free_estimaate_form{
    background: #f5f5f5;
    position: relative;
    display: table;
    width: 100%;
}

.form_left_box{
    width: 40%;
    height: 100%;
    display: table-cell;
    padding: 80px 50px;
    background-size: cover !important;
    position: relative;
}


.form_left_box h1{
    position: relative;
    z-index: 100;
 color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
      font-family: 'HelveticaNeueLTPro-Bd';
}

.form_left_box p{
       position: relative;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
      font-family: 'HelveticaNeueLTPro-Lt';
}

.form_left_box .custom_Btn{
       position: relative;
    z-index: 100;
    background: #ffa500;
    background: linear-gradient(90deg, #ffa500 15%, #ff9800 19%, #ff9100 29%, #ff8a00 42%);
    font-family: 'Muli-Black';
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.form_left_box .custom_Btn:hover{
          -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
        box-shadow: 1px 4px 29px 9px rgb(255 147 0 / 43%);
}

.form_left_box .blob-btn__blob{
 background: linear-gradient(90deg, #ffa500 15%, #ff9800 19%, #ff9100 29%, #ff8a00 42%);
}

.cont_forms{
width: 60%;
    height: 100%;
    display: table-cell;
padding:80px 60px;
}

.form_left_box_bottom{
      position: absolute;
    bottom: 0;
    width: 400px;
    height: 260px;
    background-size: contain !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
}


.cont_forms .custom_Btn{
    display: inline-block;
    padding: 0;
      font-family: 'Muli-Black';
            -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 20px;
}

.cont_forms .custom_Btn .btn_submit{
    letter-spacing: 1px;
        padding: 14px 32px;
}



.cont_forms .custom_Btn:hover{
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 2px 2px 22px 0px #0183c5;
}

.cont_forms  .blob-btn__blob{
    background: #0183c5;
}

.diff_banner{
    height: 600px;
    background-size: cover !important;
}


.cont_form_div{
    padding: 100px 50px;
}

.cont_form_div h1{
  font-family: 'HelveticaNeueLTPro-Th';
  color: #000;
  font-size: 45px;
}

.cont_form_div hr{
    height: 2px;
    width: 85px;
    background: #006598;
    border: 0;
    margin: 35px 0;
}

.cont_form_div p{
  font-family: 'Muli-Light';
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
}


.cont_form_div .input_main{
    margin-bottom: 15px;
}

.cont_form_div a{
  font-family: 'Muli-Bold';
  font-size: 20px;
  color: #414042;
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_form_div a .fa{
      width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #006598;
    border-radius: 50px;
    line-height: 57px;
    font-size: 32px;
        margin-right: 20px;
           -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_form_div a:hover .fa{
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
        background: #4a494b;
}

.cont_form_div .input_main .form-control{
    padding-left: 20px;
    -webkit-box-shadow: 2px 4px 16px 0px rgba(0,0,0,.075);
    box-shadow: 2px 4px 27px 7px rgb(0 0 0 / 8%);
    height: 70px;
    border-radius: 10px;
}


.cont_form_div textarea.form-control {
    height: auto !important;
}

.cont_form_div .custom_Btn{
        display: table;
    float: right;
    padding: 0;
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_form_div .custom_Btn .btn_submit{
        letter-spacing: 1px;
}

.cont_form_div .custom_Btn:hover{
       -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
        box-shadow: 2px 2px 22px 0px #0183c5;
}

.iframe_map iframe{
height: 520px;
}


.diff_banner .geat_a_quote{
        top: -691px;
}

.diff_banner .geat_a_quote_fixed {
    top: 50%;
}


.our_mission{
    margin: 0 50px 75px 50px;
    padding: 114px 50px;
    background-size: cover !important;
        position: relative;
}

.our_misison_cont{
    position: relative;
    z-index: 100;
}

.our_misison_cont .tbl-cell{
     padding: 10px 15px;
}


.our_misison_cont .omc_1{
    width: auto;
    white-space: nowrap;
    padding-right: 45px !important;
  
}



.our_misison_cont .omc_3{
      width: 75%;
    padding-left: 41px !important;
        border-left:  solid 1px #a0a0a0;
}



.our_misison_cont h1{
  font-family:'Futura-Bold';
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.our_misison_cont p{
 font-family: 'Muli-Light';
 color: #fff;
 font-size: 22px;
 font-weight: 300;
 margin-bottom: 0;
}

.our_mission .our_mission_top{
    position: absolute;
    top: 0;
    width: 400px;
    height: 260px;
    background-size: contain !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    z-index: 10;

}

.our_mission_layer{
    background: rgb(0 0 0 / 82%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}


#product .diff_banner{
    height: 460px;
        border-bottom: solid;
}

#product .home_door_info_img{
padding: 0 15px;
    text-align: center;
}

#product .home_door_info_img img{
       border: solid 1px #eee;
    padding: 31px;
}

#product .home_door_info_cont{
    padding-left: 15px;
}


.timeline{
      margin: 52px 50px 0 50px;
    text-align: center;
    position: relative;
}

.timeline::before {
     background: #848484;
    content: '';
    width: 78%;
    left: 11%;
    position: absolute;
    top: 50%;
    height: 1px;
    margin-top: -15px;
}

.timeline_item{
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 19%;
        vertical-align: top;
}


.timeline_item_img  {
    width: 140px;
    height: 140px;
    box-shadow: 4px 4px 40px 4px #eee;
    border-radius: 100%;
    /* line-height: 124px; */
    margin: auto;
    padding: 36px 22px;
            background: #fff;
    position: relative;
}


.timeline_item label{
        font-family: 'HelveticaNeueLTPro-Lt';
    font-size: 19px;
    color: #2f2f2f;
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 100;
}

.product_inner{
    padding: 75px 50px;
    background-size: cover !important;
}

.product_inner h1{
  font-family: 'HelveticaNeueLTPro-Hv';
  color: #fff;
  font-size: 35px;
  margin-top:0;
  margin-bottom: 30px;
}

.product_inner p{
  font-family: 'Muli-Light';
  color: #fff;
  font-size: 18px;
}

.product_inner ul{
    margin: 0;
    padding: 0;
}


.product_inner ul li{
    padding-left: 25px;
    list-style: none;
    position: relative;
    font-family: 'Muli-Light';
      color: #fff;
      font-size: 18px;
    font-size: 16px;
    margin-top: 15px;
}

.product_inner ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/tick.png) no-repeat;
    width: 15px;
    height: 13px;
    content: '';
        filter: brightness(3.5);
}


.product_gallery{
  
    text-align: center;
     padding-top: 75px;
}

#product .finance_it{
    background: #f3f3f3;
}


.product_gallery #owl_banner_3{
    padding-top: 20px;
      background: #fff;
}

.product_gallery h1{
        font-family: 'HelveticaNeueLTPro-Hv';
    color: #2f2f2f;
    font-size: 40px;
    margin-bottom: 0;
}

.product_gallery h3{
    font-family: 'HelveticaNeueLTPro-Th';
    color: #2f2f2f;
    font-size: 35px;
    margin-top: 10px;
}

.door_gal .owl-stage{
    margin:auto;
}

.product_content_section {
    padding: 80px 0px;
}

.product_content table {
    width: 100%;
}

.lvca-tabs.lvca-style5 .lvca-tab-nav a
{
	padding: 20px !important;
}