@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import "fontawesome-all.css";
@import "flaticon.css";
@import "animate.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Hind', sans-serif;}
p {font-size:17px;
    line-height:27px;
	color:#768492;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#192437;font-family: 'Open Sans', sans-serif;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm0 {margin-bottom:0px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm70 {margin-bottom:70px;}
.mar-btm80 {margin-bottom:80px;}
.pad0 { padding:0px !important;}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom: 45px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size:15px;
    text-align: center;
	color:#fff;
    display: block;
    background-color:#0b4972;
	border-radius:2px;
}
#scroll i {display:block;font-size:20px;line-height:40px;}
#scroll:hover {color:#fff;}
/*======header=====*/
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
/* ANIMATED X COLLAPSED */
/*header*/
.top-header {position:relative;}
.top-header .logo {padding:20px 0;}
.top-header .logo img {width:200px;}
.header-top-info ul {display: flex;}
.header-top-info ul li:first-child {
    margin-left: 0;
    border-left: 0;
}
.header-top-info ul li {
    position: relative;
    margin-left:40px;
    padding-left: 116px;
    border-left: 1px solid #eaeaea;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-top-info ul li i {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color:#0B4972;
}
.header-top-info ul li span {
    display: block;
    font-size: 12px;
    color:#7F8692;
    text-transform: uppercase;
}
.header-top-info ul li a {
    font-size: 16px;
    color:#192437;
    font-weight:600;
}
/*navbar start*/
.my-header {position: relative;}
.navbar-default {
    background-color: #192437;
    border-color: transparent;
}
.navbar {border-radius:0;}
.navbar {min-height:70px;margin-bottom:0;border:0px;}
.navbar-default .navbar-nav > li > a {
   color:#D6DEEB;
    font-weight:500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fff;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color:transparent;
}
.header-btn {
    background:#0b4972;
    line-height: 70px;
    padding:0 50px 0 75px;
    color: #fff;
    font-size:15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-radius:0;
    border:0;
    border-right: 10px solid #fff;
    white-space: nowrap;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.header-btn::before {
    position: absolute;
    content: '';
    left:50px;
    top:48%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transition: all 0.4s 
}
.header-btn:hover::before {-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding: 0px 20px;
    border-bottom: 2px solid #0b4972 !important;
    min-width: 250px;
    border: 0px;
    
}
.dropdown-menu > li > a {
    padding:17px 0;
    color:#333;
    text-transform: uppercase;
    font-size: 15px;
	font-weight:600;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    letter-spacing: 0.4px;
}
.dropdown-menu > li > a:before {
    position: absolute;
    top: 2px;
    left:0;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background:#0b4972;
    border-radius: 50%;
    content: "";
    margin: 23px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:hover > a {
    padding-left:15px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#0b4972;
    background-color:transparent;
}
/*header close*/
/*welcome-section start*/
.welcome-section {padding:60px 0px;position:relative;}
.heading-style h2 {margin-top:0px;font-size:45px;color:#222222;position: relative;font-weight: 700;}
.heading-style h2 img {width:150px;margin-left:5px;}
.heading-center {text-align:center;}
.heading-white h2 {color:#fff;}
.welcome-image {position: relative;}
.welcome-image:before {
    top: 0;
    left: 0;
    background-image: url(../img/arrow-top-left.png);
    background-position: right bottom;
    width: 53px;
    height: 270px;
    -webkit-animation: top_shape 8s infinite;
    animation: top_shape 8s infinite;
    content: '';
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}
@-webkit-keyframes top_shape {
  0% {top: 100px;}
  50% {top: 0;}
  100% {top: 100px;}
}
@keyframes top_shape {
  0% {top: 100px;}
  50% {top: 0;}
  100% {top: 100px;}
}
.btn2 {background-color:#094166;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size:15px;
    padding: 15px 30px;
}
.btn2:hover, .btn2:focus {box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    color: #fff;
    background: #094166;
}
/*product-section start*/
.product-section {padding:70px 0px;background-color:#F7F7F9;}
.product-item {position: relative;margin-bottom:30px;}
.product-image {overflow: hidden;}
.product-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product-image a {position: relative;display: block;}
.product-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1f2e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.product-item .product-content {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%);
    border: 1px solid #eaeaea;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -45px;
    background: #fff;
    position: relative;
    z-index: 6;
    padding:25px 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%);
    text-align: center;
}
.product-content h3 {margin: 0;
    position: relative;
    font-size:19px;
    font-weight: 700;
    padding-bottom:15px;
}
.product-content h3:after {
    content: '';
    width: 15px;
    height: 3px;
    background: #0b4972;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
}
.project-item:hover .product-content h3:after {background: #fff;}
.project-item:hover .product-image img {transform: scale(1.1);}
.product-item:hover .product-content {background:#0b4972;border-color:#0b4972;}
.product-item:hover .product-content h3 {color:#fff;}
.product-item:hover .product-content h3:after {background-color:#fff;}
.product-item:hover .product-image a:after {
    opacity: 0.4;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*service-section start*/
.service-section {padding:50px 0;}
.service-item {border:1px solid #ddd;
    margin-bottom:15px;
    text-align:center;
}
.ser-detail {background-color:#ddd;
    padding:15px;
}
.ser-detail h4 {margin:0;font-weight:600;}
/*faq-section start*/
.faq-section {background-color:#f4f4f5;padding:60px 0;}
#accordion .panel{
    border:1px solid #dce0e8;
    border-radius: 0;
    margin-bottom:10px;
    box-shadow:0px 10px 30px 0px rgb(0 0 0 / 5%);
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    background-color:#fff;
}
#accordion .panel-title a{
    display: block;
    padding:20px 45px 20px 30px;
    margin: 0;
    font-size: 17px;
    font-weight:700;
    color:#0b4972;
    text-transform: capitalize;
    position: relative;
}
#accordion .panel-title a.collapsed {color:#192437;}
#accordion .panel-title a:before {
   content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size:16px;
    font-weight: 900;
    color:#0b4972;
    position: absolute;
    top:37%;
    right: 15px;
}
#accordion .panel-title a.collapsed:before {content: "\f067";color: #192437;}
#accordion .panel-body{padding: 20px 30px;}
.faq-request-quote {
    padding: 20px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%);
    background: #fff;
}
.faq-request-quote h5 {
    background: #192437;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0;
    padding: 25px 10px;
}
.form-wrap {padding:25px;}
.form-control {box-shadow:none;border-radius:0;
    width: 100%;
    background: #f4f4f5;
    height:60px;
    border: 0;
    padding-left:25px;
    font-size: 16px;
    color: #7e8591;
}
.form-control:focus {border-color:inherit;box-shadow:none;}
/*parnter-section start*/
.parnter-section {padding:60px 0;}
.owl-theme .owl-nav [class*='owl-'] {
     position: absolute;
    top: 5%;
    margin:0 !important;
}
.owl-theme .owl-nav [class*='owl-'] i {background: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    width: 35px;
    height: 40px;
    line-height:40px;
    font-size: 21px;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, 0.1); 
}
.owl-theme .owl-nav [class*='owl-prev'] {left:0;}
.owl-theme .owl-nav [class*='owl-next'] {right:0;}
.owl-theme .owl-nav [class*='owl-']:hover i, .owl-theme .owl-nav [class*='owl-']:focus i, .owl-theme .owl-nav [class*='owl-']:active i {
    background:#0b4972;
    color:#fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#0b4972 !important;}
/*footer start*/
.footer {background-color:#192437;border-top: 1px solid rgba(255,255,255,.05);position: relative;overflow: hidden;}
.main-footer {padding:70px 0px 40px 0px;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.footer-widget {margin-bottom:30px;}
.footer-hd {margin-bottom:30px;}
.footer-hd h3 {margin-top:0px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.footer-widget p {color:#D6DEEB;}
.list-link li {
    position: relative;
    padding: 0 0 12px 12px;
	font-size:15px;
    color:#D6DEEB;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top:24%;
    width: 4px;
    height: 4px;
    background:#D6DEEB;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover {color:#399bbf;}
.list-link li:hover:before {left:5px;color:#1a2451;}
.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left:30px;
}
.add-wdt p strong {color:#6a7c92;}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color: #399bbf;
    top:0;
    left: 0px;
}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:#121B2B;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#399BBF;
    color: #fff;
    animation-name: animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
@-webkit-keyframes animation-push {
    50% {transform: scale(0.8);}
    100% {transform: scale(1);}
}
.bottom-footer {border-top:1px solid rgba(255, 255, 255, 0.2);text-align:center;}
.bottom-footer p {margin-bottom:0px;padding: 30px 0;color:#D5DAEF;letter-spacing:0.4px;}
/*====inner page start==========*/
.inner-banner {position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:100px 0px;
	background-image:url(../img/inner-banner.jpg);
}
.inner-banner:before {
	content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 70%);
}
.page-title-item nav ol {background-color:rgb(0 0 0 / 30%);
    padding:14px 25px 10px;
    border-radius: 0;
    margin: 0;
    display: inline-block;
}
.page-title-item nav ol li {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.page-title-item nav ol li.active {color:#399bbf;}
.page-title-item h2 {margin-top:8px;
    font-size:50px;
    text-transform:capitalize;
    font-weight: 700;
    color: #fff;
}
.innerpg-wrapper {padding:70px 0px;}
/*product page start*/
.shop-wrap {position: relative;margin-bottom:35px;border:1px solid #E9E9EE;}
.sh-image {position: relative;overflow: hidden;}
.sh-image .image-second {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .7s ease 0s,transform 3s cubic-bezier(0,0,.44,1.18) 0s,-webkit-transform 3s cubic-bezier(0,0,.44,1.18) 0s;
    transition: opacity .7s ease 0s,transform 3s cubic-bezier(0,0,.44,1.18) 0s,-webkit-transform 3s cubic-bezier(0,0,.44,1.18) 0s;
    -moz-transition: opacity .7s ease 0s,transform 3s cubic-bezier(0,0,.44,1.18) 0s,-webkit-transform 3s cubic-bezier(0,0,.44,1.18) 0s;
    -ms-transition: opacity .7s ease 0s,transform 3s cubic-bezier(0,0,.44,1.18) 0s,-webkit-transform 3s cubic-bezier(0,0,.44,1.18) 0s;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}
.sh-image .attachment-shop_catalog {
    position: relative;
    z-index: 11;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
}
.sh-detail {padding:0 20px 20px;
    border: 1px solid #E9E9EE;
    background-color: #F7F7F9;
    text-align: center;
}
.sh-detail h3 {font-size: 18px;font-weight:700;min-height: 40px;}
.btn-quote {background-color: #0b4972;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 7px 30px;
}
.shop-wrap:hover .sh-image .image-second {
    z-index: 11;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    visibility: visible;
}
.shop-wrap:hover .sh-image .attachment-shop_catalog {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    visibility: hidden;
}
/*modal form*/
.modal-form .form-control {border-radius:6px;}
.modal-box .show-modal{
    color: #fff;
    background-color: #A51E14;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    border-radius: 5px 5px;
    outline: none;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{color: #fff;}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width:500px;
    margin: 50px auto 0;
}
.modal.fade .modal-dialog{
    transform: scaleY(0);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}
.modal.in .modal-dialog{ transform: scaleY(1);}
.modal-box .modal-dialog .modal-content{
     background: #1e1e1e;
    text-align: center;
    border-radius: 8px;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 20%);
}
.modal-box .modal-dialog .modal-content .close {
    color: #fff;
    /* background: #A51E14; */
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover {color:#f27474;}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .modal-body {padding:40px 30px;}
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #fff;
    background: #3a4943;
    font-size: 100px;
    line-height: 120px;
    width: 115px;
    height: 115px;
    margin: 0 auto 10px;
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 12px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: #0b4972;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    background-color:#094166;
   color:#fff;
}
/*certification page start*/
.certification-item {border:1px solid #DDDDDD;
    margin-bottom:25px;
    padding:15px;
}
.certification-item img {margin:0 auto;}
/*partner page start*/
.partner-item {margin-bottom:25px;
    border: 1px solid #dce0e8;
    padding:5px;
    box-shadow:0px 2px 5px 0px rgb(0 0 0 / 5%);
    overflow: hidden;
}
.partner-item img {transition-duration: 0.6s;}
.partner-item:hover img {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
/*contact us page start*/
.conatct-info h3 {font-size: 34px;
    margin-bottom: 35px;
    margin-top: 0;
    font-weight: 700;
}
.conatct-info-item .item {
    padding-left: 58px;
    position: relative;
}
.conatct-info-item .item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color:#094166;
}
.conatct-info-item .item span {
    font-size:14px;
    text-transform: uppercase;
    color: #7f8692;
    letter-spacing:0.5px;
}
.conatct-info-item .item p {color: #192437;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
}
.conatct-info-item .item.center {margin: 25px 0;
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    padding-bottom: 15px;
}
/*=====Media Query====*/
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:25px;padding-bottom:25px;}
     ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;}
   .justify-content-between {-ms-flex-pack: justify!important;justify-content: space-between!important;}
   .d-flex {display: -ms-flexbox!important;display: flex!important;}
    .my-header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 20%;
    background: #fff;
    z-index:1;}
    .navbar-nav > li > a {padding-top: 25px;padding-bottom: 25px;}
    .conatct-info-item {margin-right:40px;}
}
@media(max-width:769px){
    .top-header .logo {text-align: center;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #fff;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #399bbf;}
    .navbar-toggle .icon-bar {width: 35px;height: 5px;}
    .navbar-toggle {margin-top:12px;}
    .modal-box .modal-dialog{width: 95% !important; }
}
@media(max-width:580px){ 
}
@media(max-width:480px){
}


