html{scroll-behavior:smooth}
body{color:#6d6d6d !important;margin:0;padding:0;font-family:first !important;font-size:14px!important;overflow-x:hidden}

@font-face{font-family:first;src:url(../font/OpenSans-Regular.ttf);}
@font-face{font-family:sec;src:url(../font/OpenSans-Semibold.ttf);}
@font-face{font-family:third;src:url(../font/OpenSans-Bold.ttf);}



h1, h2, h3, h4, h5, h6{border:none;outline:none;}

input,select,option,textarea{outline:none;}
button{outline:none}
img{border:none;margin:0;padding:0}
a{text-decoration:none}
a:hover{text-decoration:none!important}
a:focus{text-decoration:none}
ul{list-style-type: none; padding: 0; margin: 0;}

.top-space{margin-top: 60px;}
.full-width{width: 100%;}

.top-bar{
	background-color: #031094;
	padding: 0px 0 0px 0;
/*	max-height: 119px;*/
}
ul.top-call{
    margin-top: 23px !important;
}
ul.top-call li{
    display: inline-block !important;
    margin: 0 !important;
}
.home-header{
	background-color: #fff;
    border-radius: 0 0 0 110px;
	border: solid #d33e47 5px;
	border-top: none;
	border-right: none;
	position: relative;
}
.header-after{
	position: relative;
	z-index: 0;
}
.header-after:after{
	content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 125px;
    right: 0;
    top: 0;
    z-index: -1;
    border-bottom: solid #d33e47 5px;
}
.logo{
position: absolute;
    z-index: 1;
    background-color: white;
    display: inline-block;
    padding: 13px;
    width: 18%;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.logo img{
	width: 150px;
}
.search-panel{
	float: right;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 120px;
}
.search-panel input{
	min-width: 350px;
    border: solid #ccc 1px;
    min-height: 45px;
    padding: 0 0 0 12px;
    border-radius: 5px;
}
.search-panel button{
	min-height: 45px;
    padding: 0 20px 0 20px;
    outline: none;
    border: none;
    background-color: #d33e47;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 0 6px;
}
.menu-panel{
	background-color: #041094;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
	z-index: 2;
}

.cus-fixed{
    z-index: 1030 !important;
    left: auto !important;
}

video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
/***** Custom Slider ****/
/*.slider-bg{*/
/*    background-image: url(../images/slider3.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    position: relative;*/
/*    padding: 0 0 40px 0;*/
/*}*/
/*.slider-bg:before{*/
/*    content: "";*/
/*    display: block;*/
/*    background-color: #000000b5;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.slider-panel{*/
/*    background-color: #fff;*/
/*    min-height: 500px;*/
/*    border-radius: 0 0 0 500px;*/
/*    border: solid #ef1313 10px;*/
/*    border-right: 0;*/
/*    border-top: 0;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    background-image: url(../images/car.png);*/
/*    background-size: cover;*/
/*    background-position: bottom;*/
/*}*/
/*.carousel-item img{*/
/*    height: 500px;*/
/*    object-fit: cover;*/
/*    overflow: hidden;*/
/*}*/




/*.carousel-caption h5{*/
/*	color: #fff;*/
/*	text-transform: uppercase;*/
/*	letter-spacing: 2px;*/
/*}*/
/*.carousel-caption p{*/
/*	margin: 0;*/
/*    font-size: 24px;*/
/*    letter-spacing: 5px;*/
/*}*/
.filter-search{
	background-color: #041094;
    padding: 40px 70px;
    border-radius: 0px;
margin: -7px 0 0 0;
}
.filter-search select{
    width: 100%;
    min-height: 44px;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    border: none;
    outline: none;
    background-color: #ffff;
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: 13px;
    background-position: 94% 17px;
}
.filter-search button{
	border: none;
    width: 100%;
    background-color: #d33e47;
    color: #fff;
    min-height: 44px;
    border-radius: 5px;
	font-size: 18px;
}
.web-content{
	font-size: 15px;
    letter-spacing: .18px;
    line-height: 1.8;
    color: #797878;
}
.web-content h1, h2, h3, h4, h5, h6{
	font-family: third;
    color: #282828;
    font-size: 36px !important;
    margin: 0 0 11px 0;
}
.web-content a{
	background-color: #d33e47;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 28px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.home-about-panel{
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 90px 0 90px 0;
    position: relative;
    z-index: 1;
}
.home-about-panel:before{
    content: "";
    display: block;
    background-color: #ffffffd1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.machine-section{
    height: 305px;
    overflow: hidden;
    border-radius: 20px;
}
.machine-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section{
    background-image: url(../images/about-section.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
}
.about-section:before{
    content: "";
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .55;
    z-index: -1;
}
.about-section h1{
    color: #fff;
}
.product-panel{
	background-color: #f7f7f7;
    padding: 2% 0 3% 0;
}
.product-box{
	margin: 7px 0 30px 0;
}
.product-icon{
	height: 235px;
    overflow: hidden;
}
.product-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-text{
	background-color: #fff;
    min-height: 150px;
	padding: 12px 18px;
}
.product-text h3{
	font-family: 'first';
    font-size: 20px !important;
    margin: 0 0 3px 0;
}
.product-text p{
	margin: 7px 0 6px 0;
}
.product-text a{
	background: transparent;
    color: #333 !important;
    padding: 0;
    margin: 0;
    letter-spacing: .5px;
    text-transform: none;
    font-size: 15px;
    font-family: 'sec';
}
.product-text a span{
	background-color: #000;
    height: 1px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: -3px;
	margin: 0 0 0 2px;
}
.product-text a span:before, .product-text a span:after{
	content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: 7px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    top: -3px;
}
.product-text a span:after{
	transform: rotate(-45deg);
    top: 3px;
}
.footer-panel{
	background-color: #041094;
    padding: 2% 0 3% 0;
	color: #fff;
}
.ftr-box{
	margin: 30px 0 12px 0;
}
.ftr-box h6{
	color: #fff;
    font-size: 20px !important;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.ftr-socials{
	margin: 12px 0 0 0;
	padding: 0;
}
ul.ftr-socials li{
	display: inline-block;
    margin: 0 5px 0 0;
    color: #fff;
}
ul.ftr-socials li a{
	color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #414ea0;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}
ul.ftr-socials li:nth-child(2) a{
	background-color: #2272b9;
}
ul.ftr-socials li:nth-child(3) a{
	background-color: #c11e9f;
}
ul.ftr-links{
	padding: 0;
}
ul.ftr-links li{
	color: #dedede;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
ul.ftr-links li a{
	color: #dedede;
    text-decoration: none;
}
ul.ftr-links li:before{
	content: "\eaca";
    display: block;
    font-family: "IcoFont";
    float: left;
    margin: 0px 1px 0 0;
}
ul.ftr-contact{}
ul.ftr-contact li:before{
	display: none;
}
ul.ftr-contact li{
	display: flex;
	margin-bottom: 15px;
}
.copyright-panel{
	background-color: #000652;
    text-align: center;
    color: #adadad;
    padding: 20px 0;
    letter-spacing: 1.1px;
}	
.copyright-panel p{
	margin: 0;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
	background-color: #d33e47 !important;
    border-color: #d33e47 !important;
	box-shadow: none !important;
	color: #fff !important;
}
.btn-outline-primary{
	color: #636363 !important;
    border-color: #d33e47 !important;
}
.btn-outline-primary:hover{
	color: #fff !important;
    border-color: #d33e47 !important;	
	background-color: #d33e47 !important;
}
.inner-header{
	background-image: url("../images/about-02.jpg");
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}
.sub-hdng{
	font-family: 'sec';
    font-size: 21px !important;
    margin: 0 0 13px 0;
    color: #2f2f2f;
}
.about-box{
	background-color: #f3f3f3;
    padding: 5% 6% 4% 6%;
	min-height: 300px;
}
.about-box h1, .about-box h2{
}
.director-box{
	padding: 0 5% 0 0;
}
.director-box img{
	float: left;
    padding: 0 30px 0 0;
    width: 290px;
}
.achivement-box{
	background-color: #d33e47;
    color: #fff;
    padding: 7% 8%;
}
ul.achievements-list{
	padding: 0;
}
ul.achievements-list li{
	padding: 9px 0 9px 0;
    display: flex;
    border-bottom: solid #ffffffa6 1px;
}
ul.achievements-list li:before{
	content: "\eaa0";
    display: block;
    font-family: "IcoFont";
    float: left;
    margin: 5px 10px 0 0;
    background-color: black;
    flex: none;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    line-height: 1.6;
    font-size: 13px;
}
.category-filter button{
	margin: 0 0 10px 0;
}
.services-panel{
	background-color: #eaeaea;
    padding: 4% 0 4% 0;
}
.services-box{
	background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 8px #00000014;
}
.services-box h1{
	background-color: #d33e47;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}
.service-form{
    overflow: auto;
}
.service-form input, textarea, select{
    width: 100%;
    min-height: 36px;
    border: solid #ccc 1px;
    margin: 0 0 13px 0;
    padding: 0 0 0 10px;
    border-radius: 3px;
}
.service-form textarea{
    margin: 0 0 9px 0;
    padding: 10px 0 0 10px;
}
.service-form select{
    margin: 0 0 13px 0;
    color: #737373;
}
.service-form button{
    border: none;
    background-color: #041094;
    color: #fff;
    width: 100px;
    min-height: 50px;
    outline: none;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 16px;
    float: right;
}
.inner-video{
    height: 50vh;
}
.stock-icon img{
	border-radius: 12px 12px 0 0;
}
.stock-box{
	min-height: auto;
    border-radius: 0 0 10px 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 3px 2px #00000014;
}
.stock-box h3{
	font-size: 16px !important;
    color: #5d5d5d;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.stock-box a{
	font-family: 'first';
    text-transform: uppercase;
    background-color: #d33e47;
    color: #fff !important;
    padding: 4px 20px;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 5px 0 0 0;
    border-radius: 50px;
	transition: all ease .5s;
}
.stock-box a:hover{
    background-color: #031094;
	letter-spacing: 1.5px;
}
.stock-sidebar{
	background-color: #031094;
    padding: 20px 0px;
	border-radius: 20px;
	margin: 20px 0 0 0;
}
ul.stock-list{
	padding: 0;
}
ul.stock-list li{
	border-bottom: dotted 1px;
	padding: 0 0 0 10px;
}
ul.stock-list li:before{
	content: "\eaca";
    display: block;
    font-family: "IcoFont";
    float: left;
    margin: 10px 3px 0 0;
	color: #fff9f8;
}
ul.stock-list li a{
	text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 10px;
}
.stock-contact{
	display: block;
    background-color: #da230f;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 13px 0 13px 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 45px;
	margin-top: 10px;
	width: 100%;
    border: none;
    outline: none;
}

.page-wrapper{
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}


@keyframes sonar {
    0% {
      transform: scale(0.9);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  
  
  
  /*----------------toggeled sidebar----------------*/
  
  
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
      padding-left: 300px;
    }
  }
  
  .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .sidebar-wrapper ul li{
    padding: 0 0 4px 0;
}
.sidebar-wrapper ul li input{
    margin: 2px 6px 0 0;
    float: left;
}

  .sidebar-wrapper a {
    text-decoration: none;
  }
  
  /*----------------sidebar-content----------------*/
  
  .sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
  }
  
  .sidebar-content.desktop {
    overflow-y: hidden;
  }
  
  /*--------------------sidebar-brand----------------------*/
  
  .sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  
  .sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
  }
  
  .sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
  }
  /*--------------------sidebar-header----------------------*/
  
  .sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
  }
  
  .sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
  }
  
  .sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
  .sidebar-wrapper .sidebar-header .user-info {
    float: left;
  }
  
  .sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
  }
  
  /*-----------------------sidebar-search------------------------*/
  
  .sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
  }
  
  /*----------------------sidebar-menu-------------------------*/
  
  .sidebar-wrapper .sidebar-menu {
    padding-bottom: 0px;
    background-color: #f1f1f1;
  }
  
  .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    color: #333;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "IcoFont";
    font-weight: 900;
    content: "\eab8";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: auto;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a span.label,
  .sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
  }

  

.detail-panel{
    padding: 0 60px 0 0;
}
.owl-dots{
    display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    border: none;
    font: inherit;
    width: 30px;
    height: 30px;
    background-color: #d33e47 !important;
    color: #fff !important;
    font-size: 22px;
    line-height: 0;
}
.machine-cost{
    font-size: 18px !important;
    font-family: sec;
    color: #171717;
    border-bottom: solid #08080826 1px;
    padding: 0 0 16px 0;
}
.machine-cost span{
    display: block;
    color: #da230f;
    font-size: 25px;
    position: relative;
    left: -7px;
    margin: 4px 0 0 0;
    font-family: 'third';
}
ul.details-list{
    padding: 0;
    margin: 0 0 40px 0;
}
ul.details-list li{
    padding: 8px 10px 8px 10px;
    border-bottom: solid #00000017 1px;
    font-size: 14px;
}
ul.details-list li:hover{
    background-color: #e0e0e0;
}
ul.details-list li span{
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
ul.details-list li span.machine-title{
    width: 100px;
}
.machine-details{
    font-size: 17px !important;
    margin: 0px 0 10px 0;
    font-family: 'first';
}
ul.button-list{
    padding: 0;
}
ul.button-list li{
    display: inline-block;
    margin: 0 10px 0 0;
}
ul.button-list li a{
    display: block;
    background-color: #d33e47;
    text-decoration: none;
    color: #fff !important;
    padding: 10px 20px;
    width: 170px;
    text-align: center;
    border-radius: 40px;
    font-size: 15px;
    letter-spacing: .2px;
}
ul.button-list li:last-child a{
    padding: 0;
    background-color: transparent;
    color: #f21311 !important;
    font-family: 'sec';
    width: auto;
}
.social-sharebox{
    border: solid #d0d0d0 1px;
    padding: 20px;
    border-radius: 9px;
    margin: 40px 0 0 0;
}
ul.detail-social{
    margin: 0;
    padding: 0;
}
ul.detail-social li{
    margin: 0 4px 0 0;
}
ul.detail-social li a{
    border-radius: 4px;
    background-color: #000 !important;
    width: 35px;
    height: 35px;
    font-size: 12px;
}
.contact-bg{
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 90px 0 0px 0;
    position: relative;
    z-index: 1;
}
.contact-bg:before{
    content: "";
    display: block;
    background-color: #000000b8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.contact-icons{
    position: relative;
}
/*.contact-icons:before{*/
/*    content: "";*/
/*    display: block;*/
/*    background-image: url(../images/contact-us.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*    background-size: 50%;*/
/*    opacity: .4;*/
/*    width: 857px;*/
/*    height: 677px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/
.contact-panel {
    background-color: transparent;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 8px 7px #0000001c;
}

.contact-panel input, .contact-panel textarea{
    width: 100%;
    min-height: 50px;
    margin: 0 0 12px 0;
    padding: 0 0 0 15px;
    border: solid #ececec 1px;
    border-radius: 4px;
}
.contact-panel textarea{
    min-height: auto;
    padding-top: 10px;
}
.contact-panel button{
    border: none;
    background-color: red;
    color: #fff;
    display: table;
    width: 20%;
    min-height: 44px;
    border-radius: 50px;
    float: right;
}
.contact-panel h1{
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin: 0 0 14px 0;
}
.contact-info{
    color: #fff;
}
.contact-info h2{
    color: #fff;
}
ul.contact-list{
    padding: 24px;
    display: inline-block;
    margin: 0 30px 0 0;
    background-color: #ffd400;
    border-radius: 10px;
    min-height: 160px;
}
ul.contact-list li{
    color: #464646;
}
ul.contact-list li a{
    background: transparent;
    color: #464646 !important;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    padding: 0;
}
.opening-hrs{
    font-family: 'first';
    font-size: 19px !important;
    color: #000;
    margin: 20px 0 5px 0;
}
.team-panel{
    margin-bottom: 50px;
}
.team-details{
    background-color: #fff;
    height: 170px;
    overflow: hidden;
    padding: 25px 20px 10px 20px;
    letter-spacing: 0.4px;
    color: #969696;
    border-radius: 0 0 10px 10px;
}
.team-icon{
    height: 300px;
    overflow: hidden;
}
.team-icon img{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-details h1, .team-details h2{
    font-size: 18px;
    color: #000;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.team-details h2{
    font-size: 14px !important;
    font-family: first;
    margin: 7px 0 6px 0;
    color: #5f5f5f;
}
.blog-panel{}
.blog-box{
    background-color: #f5f5f5;
    overflow: auto;
    padding: 40px 30px 40px 40px;
    margin-bottom: 40px;
}
.blog-box span{
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 18px 0 0;
}
.blog-box span img{
    position: relative;
    left: -13px;
}
.blog-box h2{
    font-size: 16px !important;
    font-family: 'sec';
    margin-top: 22px;
    float: left;
}
.blog-date{
    float: left;
    width: 100%;
}
.blog-date h3{
    font-size: 14px !important;
    font-family: 'first';
    letter-spacing: 1px;
    margin: 8px 0 4px 0;
    color: #989898;
}
.blog-content{
    float: left;
    margin: 10px 0 0 0;
}
.blog-content h4{
    font-size: 22px !important;
    letter-spacing: 0;
    font-family: 'sec';
}
ul.latest-list{
    padding: 0;
}
ul.latest-list li{
    margin: 0 0 10px 0;
    display: flex;
}
ul.latest-list li:before{
    content: "\ea5d";
    display: block;
    font-family: "IcoFont";
    float: left;
    margin: 0px 4px 0 0;
}
ul.latest-list li a{
    padding: 0;
    background: transparent;
    color: #000 !important;
    text-transform: none;
    text-decoration: underline;
    letter-spacing: 0;
    font-size: 14px !important;
}


/*****************************
 *****************************/
 .parts-wrappper{
    transition: all ease .4s;
    margin-bottom: 60px;
 } 
.parts-icon{
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all ease .4s;
}
.parts-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parts-text{
    position: absolute;
    bottom: 0;
    background-color: #04109487;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: all ease .4s;
}
.parts-text h2{
    color: #fff;
    font-family: 'first';
    font-size: 20px !important;
    margin: 0;
    letter-spacing: .655px;
}
.parts-wrappper:hover .parts-icon{
    overflow: unset;
    transition: all ease .4s;
}
.parts-wrappper:hover .parts-text{
    transform: translateY(44px);
    transition: all ease .4s;
    background-color: #041094;
}
.partsform{
    font-size: 27px !important;
    font-family: 'first';
    margin: 20px 0 20px 0;
    color: #fff;
 }
.parts-contact-wrapper{
    background-color: #ec2c00;
    padding: 30px 0 40px 0;
    border-radius: 10px;
}
.parts-contact-wrapper input, textarea, select{
  width: 100%;
  min-height: 48px;
  outline: none;
  border-radius: 0px;
  border: solid #ccc 1px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  color: #666;
}
.parts-contact-wrapper select{
  margin-bottom: 20px; 
}
.parts-contact-wrapper textarea{
  height: auto;
  padding-top: 5px;
}
.parts-contact-wrapper button{
  border: none;
  outline: none;
  background-color: #021094;
  color: #fff;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  float: right;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: .5px;
}
.parts-contact-wrapper input[type="checkbox"]{
  width: 14px;
  min-height: 14px;
  float: left;
  margin: 3px 7px 0 0;
}
.tok-box{
  color: #fff;
}
.out-wrapper h6{
  font-family: sec;
  font-size: 16px !important;
  line-height: 1.4;
  color: #00c4ff;
}
ul.out-list{
  padding: 0;
}
ul.out-list li span{
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;

}
.out-flex{
  display: flex;
}
.out-flex > div{
    margin: 0 6px 0 0;
    border-right: solid #ccc 1px;
    line-height: .9;
    padding: 0 6px 0 0;

}
.out-flex > div:last-child{
  border-right: 0;
  padding: 0;
  margin: 0;
}
.out-flex > div a{
  color: #00c4ff;
  text-decoration: none;
  letter-spacing: .5px;
}





















@media screen and (max-width: 991px) {
video{
    height: auto;
}
.search-panel input {
    min-width: -webkit-fill-available;
    }
    .logo {
    width: auto;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    }
}
@media screen and (max-width: 768px) {
.web-content h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 11px 0;
}
.hamburger{
    background-color: #e22b01 !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0 4px 20px;
    margin: 0 !important;
}

.search-panel input {
    min-width: auto;
}
.detail-panel {
    padding: 0;
    }
    ul.top-call {
    text-align: center;
    }
}

@media screen and (max-width: 575px) {
.top-bar{
   max-height: none;
   text-align: center;
}
.search-panel {
    float: none;
    margin: 10px 0 10px 0;
	min-height: auto;
}
.filter-search select{
	margin-bottom: 10px;
}
.out-flex{
  flex-direction: column;
}
.out-flex > div{
  border-right: none;
}
.out-flex > div a{
  line-height: 1.8;
  letter-spacing: 1px;
}
}

.register-btn-header {
   display: block;
    background-color: #da230f;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    border: none;
    outline: none;
}
