﻿.site-header-menu-inner {
    transition: all 0.2s ease;
}

.site-header-menu{
    padding: 0px 20px;
}

.header-btn a {
    color: #ffffff;
    font-weight: 500;
    line-height: 40px;
    /* transition: all 0.3s ease; */
    font-size: 14px;
    background: #ff0000;
    display: inline-block;
    padding: 0px 10px;
}

.logo-images {
    display: flex;
    align-items: center;
}

.logo-text-1 {
    text-align: right;
    line-height: 20px;
    padding-left: 10px;
}

.logo-text {
    font-size: 14px;
    color: #ff0000;
}

.header-btn a:hover{
    color: #ffffff;
}
span.dotted-text {
    color: #1e2637;
}

.logo-text-1 span.logo-text-blk:hover {
    transform: scale(1.1);
}

 .navbar-light .navbar-brand {
     color: #2196F3;
}
.navbar-light .navbar-nav .nav-link {
    color: #1f2f51; 
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2d4a8a;
}
.navbar-light .navbar-nav .nav-link {
    /*transition: 0.3s;*/
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 51px;
    border-bottom: 3px solid #ffffff1c;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /* background: #1ebdc2; */
    /*transition: 0.3s;*/
    border-bottom: 3px solid #2d4a8a;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d4a8a !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    top: auto;
    margin-top: 0px;
    box-shadow: 0px 1px 4px 0px #1f2f51;
    /*border-bottom: 3px solid #1f2f51;*/
    border-radius: 2px;
    background:#1f2f51;
}
.megamenu h6 {
    margin-left: 21px;
    color: #2d4a8a;
}

.megamenu i{
    width: 20px;
}


.navbar {
    position: initial !important;
    width: 57%;
    margin: 0px 1px 0px 0px;
    padding: 0;
    margin-right: 0;
    text-align: right !important;
    float: right;
}


.nav-item a:last-child{
    padding-right: 0px;
}




/*navbar section*/

.submenu-section .sub-menu li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.submenu-section .sub-menu li a {
    padding: 10px 20px;
    text-align: center !important;
    color: #ffffff;
    display: block;
}













progress {
	position: fixed;
	left: 0;
	top: 70px;
	width: 100%;
	height: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #2d4a8a;
	z-index: 1;
}

progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}

progress::-webkit-progress-value {
	background-color: #2d4a8a;
	z-index: 10;
}

progress::-moz-progress-bar {
	background-color: #2d4a8a;
	z-index: 10;
}

.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	display: block;
	z-index: 100;
}

.progress-bar {
	background-color: #2d4a8a;
	width: 0%;
	display: block;
	height: inherit;
	z-index: 10;
}





.owl-prev {
    display: block !important;
    left: -40px !important;
    background: #1e2637 !important;
}


.owl-prev:hover {
    background: #2d4a8a !important;
}


.owl-next {
    display: block !important;
    right: -40px !important;
    background: #1e2637 !important;
}

.owl-next:hover {
    background: #2d4a8a !important;
}

.Product_button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    transition: all 0.5s;
    border: 1px solid #2d4a8a;
}

.Product_button a {
    font-size: 16px;
    font-weight: 500;
    color: #2d4a8a;
}

.Product_button:hover {
    background: #2d4a8a;
}


.Product_button:hover a{
    color: #ffffff;
}



.Product_detail_button {
    width: 150px;
    padding: 10px 0px;
    border: 1px solid #cccccc;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    background: #1e2637;
}

.Product_detail_button a {
    color: #ffffff;
    padding: 12px 28px;
    background: #1e2637;
}

.Product_detail_button a:hover {
    color: #ffffff;
    background: #2d4a8a;
}



iframe {
    width: 100%;
    border: none;
    display: block;
}








.navigation {
    text-align: right;
}


.navigation ul li {
    display: inline-block;
    /*transition : all 0.2s ease;*/ 
}

/*.navigation ul li:hover {
    background: #1f2f51;
}*/

.navigation ul li a {
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 70px;
    /*transition: all 0.2s ease;*/
    position: relative;
   
}

.navigation ul li a:hover{
    color: #ffffff;
    background: #1f2f51;

}

.nav-section ul li.has-submenu a:focus {
    color: #1f2f51;
}

.navigation ul li a:last-child {
    /*padding-right: 0;*/
}

.navigation ul li.menu-padding a:last-child {
    padding-right: 0;
}

.mega-full2, .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.0s ease;
}

.navigation ul li:hover .mega-menu{
    visibility: visible;
    opacity: 1;
}


.mega-full {
    background: #1f2f51;
}

.mega-full .mega-wrap {
    text-align: center;
}

.mega-wrap {
    width: 100%;
    margin: 0 auto;
}



.mega-menu ul {
    display: inline-block;
    vertical-align: top;
}

.mega-menu ul li {
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 0;
}

.mega-menu ul>li>a {
    display: block;
    color: #fff;
    line-height: 25px;
}

.mega-menu ul li:hover a, nav li.submenu:hover .first-level a {
    color: #000;
    background: #f3ff67;
}


/*ul.sub-menu li.lavel1{
    transition: all 0.1s ease;
}*/


/*ul.sub-menu li.active .mega-full2 {
    visibility: visible;
    opacity: 1;
}*/

/*nav ul li:hover .mega-menu,
ul.sub-menu li.active a{
    color: #000;
    background: #f3ff67
}*/

.mega-menu ul li:hover a, nav li.submenu:hover a {
    color: #fff;
    background: #2d4a8a;
}

.menu-hover .mega-full2{
    visibility: visible;
    opacity: 1;
}

ul.sub-menu li.lavel1:hover .mega-full2 {
    visibility: visible;
    opacity: 1;
}



.mega-wrap-inner {
    padding: 10px 10px;
    background: #fff;
    border-bottom: 2px solid #2d4a8a;
    text-transform: initial;
    text-align: left;
    box-shadow: 0 -1px 5px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 -1px 5px rgb(0 0 0 / 40%);
    display: flex;
}



.mega-col {
    width: 100%;
    float: left;
    /*padding-right: 10px;
    padding-left: 10px*/
}

.mega-menu .mega-title {
    color: #212121;
    font-size: 16px;
    margin-bottom: 8px;
    /*line-height: 25px;*/
    text-align: left;
}

.mega-menu .mega-wrap-inner p {
    color: #727272;
    font-size: 14px;
    /*font-family: museo_sans300;*/
    /*line-height: 20px;*/
    text-align: left;
}



.mega-col a.common-btn {
    padding: 10px 20px;
    text-align: left;
}

.mega-img {
     margin-bottom: 10px;
    height: 145px;
    overflow: hidden;
}

.mega-img img {
    width: 100%;
}

.mega-col p {
    font-size: 15px;
    color: #1e2637;
    /*line-height: 24px;*/
    /*margin-top: 15px;*/
    margin: 0px;
}

/*.menulavel-blk .mega-wrap-lavel a {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
}*/

.srvicMnu {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.srvicMnu .mega-col-inner .mega-title a {
    color: #16ace7;
    font-size: 14px;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: inherit;
}


.mega-col-inner p {
    font-size: 15px;
    color: #1e2637;
    margin: 0;
}

.mega-title a {
    padding: 0;
    line-height: 22px;
}



.top-banner-section {
    margin-top: 70px;
}


.top-banner-section #demos{
    margin: 0 !important;
}


.category-section {
    background: #1f2f51;
}

.category-section h3 {
    padding: 4px 10px;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}

.category-section ul li{
    position: relative;
    transition: all 0.5s ease;
}

.category-section ul li a {
    color: #ffffff;
    padding: 3.8px 10px;
    display: block;
    border-top: 1px solid #ffffff;
    font-size: 15px;
    transition: all 0.5s ease;
    border-left: 2px solid #1f2f51;
}

.category-section-blk ul li a {
    padding: 4.1px 10px;
}

.category-section ul li a:hover{
    background: #ffffff;
    color: #1f2f51;
    border-left: 2px solid #1f2f51;
}


.category-megamenu {
    position: absolute;
    top: 0px;
    left: 280px;
    background: #1f2f51;
    z-index: 9;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
}

.category-section ul li:hover .category-megamenu{
    visibility: visible;
    opacity: 1;

}


#demos {
    margin-top: 70px;
}

/*.footer-static-content ul.social-media {
    text-align: right;
    margin-top: 15px;
}*/

.footer-static-content .social-media li {
    display: inline-block;
}

.footer-static-content .social-media li a {
    font-size: 18px;
    color: #ffffff;
    background: #cccccc;
    display: block;
    border-radius: 50%;
    padding: 6px 13px;
    margin-left: 6px;
    text-align: center;
}

.footer-static-content .social-media li.facebook a {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1877f2;
}

.footer-static-content .social-media li.twitter a {
    background: #1d9bf0;
    width: 40px;
    height: 40px;
    text-align: center;
}

.footer-static-content .social-media li.instragram a {
    background: rgb(131,58,180);
    background: linear-gradient(145deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.footer-static-content .social-media li.linkedin a {
    background: #0a66c2;
}

.footer-static-content .social-media li.whatsapp a {
    background: #24cc63;
}



.footer_button_area {
    padding: 20px 0px;
}

.footer_button {
    text-align: center;
}

.footer_button .collapsible {
    color: white;
    padding: 8px 0px;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.6s ease;
    display: block;
}



.collapsible:hover{
    background: transparent;
}

.content {
    padding: 15px 0px 15px 0px;
    display: none;
    overflow: hidden;
    text-align: justify;
}

.content a:hover {
    color: #ffffff;
}

/*.footer_coverage {
    margin-top: 20px;
}*/

.footer_brand span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.footer_brand a {
    font-size: 14px;
    font-weight: 400;
    color: #ced6e7;
}

.footer_coverage a {
    color: #ced6e7;
}


.text-center button:hover {
    background: transparent;
    color: #2d4a8a;
    border: 1px solid #2d4a8a;
}



a.ttm-btn.ttm-btn-size-md.ttm-btn-style-border.ttm-icon-btn-left.ttm-btn-color-white {
    border: none;
    /* padding: 10px 13px 10px 40px; */
    color: rgb(255 255 255 / 80%);
    padding: 0px 0px 0px 24px;
}

/*.text-sm.tel_number {
    text-align: right;
}*/



.text-sm.tel_number h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}





.text-sm.mail_id a:hover {
    background: transparent !important;
}

.text-sm.mail_id a {
    display: block;
    background: transparent;
    color: #dbdbdb;
}


.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left {
    padding-left: 30px;
}


.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i {
    left: 0px;
}

a.ttm-btn.ttm-btn-size-md.ttm-btn-color-white:hover {
    background: #ffffff;
    /*border: 0;*/
    margin: 0;
    color: #1f2f51 !important;
}

.text-sm.tel_number a:hover {
    background: transparent !important;
}



.ttm-row.our-client-section {
    padding-top: 20px !important; 
    padding-bottom: 0px !important;
    margin: 0px 0px 30px 0px;
}

.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip {
    margin-right: 13px;
    margin-left: 13px;
    padding: 12px 0 !important; 
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip:hover {
    /* box-shadow: 0px 0px 1px #1f2f51; */
    transform: scale(1.2);
}


.slider-brand h2 {
    font-size: 24px;
    color: #2d4a8a;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
}


.ttm-row.our-client-section.ttm-bgcolor-skincolor.clearfix {
    background: transparent;
}



/****************** About Page Section ****************/




#demo .owl-carousel .owl-item {
    padding: 0px !important;
}

.owl-carousel .item img{
    width: 100%;
}


.owl-carousel .item{
    position: relative;

}

.owl-carousel-contant {
    position: absolute;
    top: 84%;
    left: 50%;
    /* right: 0; */
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}

.owl-carousel-contant h2 {
    font-size: 46px;
    font-weight: 600;
    /* margin: 10px 0 20px; */
    /* word-spacing: 3px; */
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 54px;
}

.owl-item.active .owl-carousel-contant h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}



/*@keyframes fadeInDown{
    from{
        opacity: 0;
        top: 0;
    }
    to{
        opacity: 1;
        top: 200px;
    }
}*/

.owl-controls {
    /*display: none;*/
}

.owl-dots {
    text-align: center;
    display: none !important;
}

.clients-slide-nav .owl-controls {
    display: block;
}


/*.owl-theme .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #ffffff;
    border-radius: 18px;
}

.owl-theme .owl-dots .owl-dot .active{
    background: #ffffff;
}*/



.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    top: 50%;
    right: 59px;
    display: block !important;
    padding: 30px 0px;
    margin-left: 40px;
    background: #000000 !important;
    line-height: 0px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    top: 50%;
    right: 59px;
    display: block !important;
    padding: 30px 0px;
    margin-right: 40px;
    background: #000000 !important;
    line-height: 0px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.7s ease;
}

#demos:hover .owl-theme .owl-controls .owl-nav div.owl-prev{
    opacity: 1;
}

#demos:hover .owl-theme .owl-controls .owl-nav div.owl-next{
    opacity: 1;
}


/*.clients-slide-nav{
    transition: all 0.4s ease;
}*/

.clients-slide-nav:hover .owl-controls .owl-nav div.owl-prev{
    opacity: 1 !important;
}

.clients-slide-nav:hover .owl-controls .owl-nav div.owl-next{
    opacity: 1 !important;
}



/*.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    padding: 0px 5px;
}*/

.featured-content-blk {
    padding: 15px 10px;
    text-align: center;
}

.space-section {
    padding: 110px 0px 50px 0px;
    background: #e1e1e1;
}

.space-section-content marquee {
    font-size: 28px;
    color: #ff0000;
    font-weight: 600;
}


.ttm-page-title-row-1 img {
    width: 100%;
}

.about-section {
    background: #ffffff;
    padding: 40px 0px 10px 0px;
}

.about-section .about-section-contant h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2f51;
    text-align: center;
    margin: 0px;
}

.about-section .about-section-contant p {
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    margin: 0;
    padding: 10px 0px;
    color: #000000;
}

.factsheet-section {
    padding: 20px 0px;
    overflow: hidden;
    background: #f6f6f6;
}

/*.factsheet-section .factsheet-header-block {
    position: relative;
}*/

/*factsheet-header{
    position: relative;
}*/

.factsheet-header {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}

.factsheet-header-block {
    align-items: center;
}



.factsheet-content {
    text-align: center;
}


.factsheet-section .factsheet-header-block .factsheet-content h3 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0;
}





.table-section {
    background: #ffffff;
    padding: 10px 10px;
    display: block;
}

table {
    margin: 0;
}


table tbody tr, table thead tr {
    /*border: 1px solid #e6e6e6;*/
    border-bottom: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.table-section table tbody tr td {
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    color: #000000;
}

table tbody tr td h2 {
    font-size: 20px;
    margin: 0;
    color: #1f2f51;
    font-weight: 400;
}

table tbody tr td ol li h2 {
    color: #00839b;
    font-weight: 600;
}



.bg8_f {
    background-color: #f4f3f3;
}

table tbody tr td ul li {
    list-style: inside;
}


.warehousing-packaging {
    padding: 30px 0px;
    margin-bottom: 30px;
    background: #fdfdfd;
}


.warehousing-title h2 {
    font-size: 28px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    color: #1f2f51;
    font-weight: 400;
}


.warehousing-contant h3 {
    font-size: 20px;
    margin: 0;
    padding: 6px 0px;
}

.warehousing-contant p {
    font-size: 17px;
    text-align: justify;
    margin: 0;
    color: #1e3a76;
}

.warehousing-img img {
    width: 100%;
}

.warehousing-contant ul li {
    list-style: inside;
    font-size: 17px;
    line-height: 30px;
    color: #1e3a76;
}





/* Style the tab */
.tab {
  float: left;
  /*border: 1px solid #ccc;*/
  /*background-color: #374ca0;*/
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #1f2f51;
    padding: 6px 8px;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    /*transition: 0.3s;*/
    font-size: 15px;
    border-bottom: 1px dotted #1f2f51;
    position: relative;
   
}

.tab button .arrowright {
    float: right;
    opacity: 0;
}



/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #1f2f51;
  border-right: 0;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

.tab button:hover .arrowright{
    opacity: 1;
}


/*.tab button:hover, .tab button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 30px solid #1f2f51;
}*/


/*.tab button:hover {
 height: 0px;
 width: 0px;
 border: 10px solid transparent;
 right: -20px;
}*/



/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #1f2f51;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.tab button.active .arrowright{
    opacity: 1;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 10px 10px;
  border: 1px solid #ccc;
  width: 100%;
  /*border-left: none;*/
  height: 100%;
}


.tabcontent img {
    width: 100%;
}


.nav-categories-image {
    width: 100%;
    /*border: .5px solid #1f2f51;*/
    overflow: hidden;
    /*transition: all 0.5s ease;*/
    box-shadow: 0px 1px 3px #1f2f51;
}


.nav-categories-image img {
    width: 100%;
}



.client a img{
    background: transparent !important;
}




















/*.nav-categories-image:hover img{
    transform: scale(1.1);
}*/


.nav-categories ul li{
    width: 100%;
    text-align: left;
}

.nav-categories ul li a{
    font-size: 14.2px;
    font-weight: 500;
    margin: 0;
    padding: 4px 10px;
    background: transparent !important;
    border-bottom: 1px dotted #1f2f51;
    color: #1f2f51 !important;
    /*transition: all 0.2s ease;*/
}


.nav-categories ul li a:hover {
  background-color: #1f2f51 !important;
  border-right: 0;
  color: #ffffff !important;
  border-bottom: 1px dotted #ffffff;
}


.ttm-page-title-row1{
    position: relative;
    margin-top: 70px;
}

.ttm-page-title-row1 img {
    width: 100%;
}


.page-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c7ccce;
    padding: 12px 30px;
    border-radius: 12px;
}

.address p.phone{
    margin: 0;
}

.address .phone a {
    color: #1f2f51;
    margin: 0;
    font-weight: 500;
}

.product-banner-section {
    padding: 0px 0px 25px;
}

.product-banner-section .product-banner-img img {
    width: 100%;
}

.product-content-section {
    padding-top: 30px;
}

.product-content-section-blk{
    padding-bottom: 30px;
}

.product-text p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    color: #1f2f51;
    margin: 0;
}


.title-desc span {
    display: block;
}



.featured-desc a {
    font-size: 14px;
    color: #1e2637;
}

.featured-desc a:hover {
    color: #485571;
}


.product-blk {
    padding-top: 65px !important;
}

.product-blk-margin {
    padding-top: 112px !important;
}

.product-blk .title-blk {
    text-align: center;
}

.product-blk .title-blk h2 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 15px;
}

.product-blk .title-blk p {
    font-size: 16px;
    text-align: justify;
    color: #1e3a76;
}

.product-blk .title-blk p span {
    display: block;
}


/*.social-btn {
    display: flex;
    width: 158px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    left: -124px;
    transition: left 1s;
}
.social-btn:hover {
  left: -10px;
  transition: left 1s;
}

.social {
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 99;

}
.social a {
  text-decoration: none;
}

.color-contact {
  background-color: #1e2637;
}

.color-facebook {
  background-color: #1877f2;
}

.color-twitter {
  background-color: #1d9bf0;
}

.color-telegram {
  background-color: #30a3e6;
}
.color-instagram {
  background: rgb(131,58,180);
  background: linear-gradient(220deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.color-linkedin {
  background-color: #0a66c2;
}
.color-whatsapp {
  background-color: #24cc63;
}

.google-font {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}

.social-btn p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}



.social-btn i.fa.fa {
    font-size: 20px;
    margin-left: 8px;
}*/


/************** Accordian *************/

.accordion {
    color: #444;
    cursor: pointer;
    padding: 6px 0px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: #2d4a8a;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.panel {
  display: none;
  overflow: hidden;
  margin-top: 8px;
}





/*************** Services-section ********************/

.job-section {
    padding: 50px 0px;
}

.job-section .job-section-content h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    color: #1e2637;
    margin: 0;
    padding-bottom: 20px;
}

.job-section .job-section-content h2:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 5px;
    background: #1e2637;
    top: 48px;
    left: 0;
}


.job-section .job-section-content p {
    font-size: 20px;
    line-height: 44px;
    margin: 0;
}

.job-section .job-section-content p a{
    font-weight: 700;
}

.job-section .job-section-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 1px #000000;
}

.job-section-content h3 {
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
}

.job-section-content h3:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 4px;
    background: #1e2637;
    top: 50px;
    left: 0;
}









.accordion .accordion-item {
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px #6e7a7a;
}
.accordion-titel {
    background-color: #1e2637;
    padding: 4px 15px;
    cursor: pointer;
    margin-top: 10px;
}
.accordion-contant {
    padding: 8px 15px;
    background-color: rgba(55, 138, 159, 0.521);
    display: none;
}
.accordion-titel h2 span {
  float: right;
}


.accordion-titel h2 {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}



.table-section table tbody tr ol {
    list-style: auto;
    margin: 8px 0px 8px 15px;
    padding: 0;
}


.table-section table tbody tr ol li {
    padding-left: 7px;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}


.table-section table tbody tr td h3.job-section-color {
    font-size: 16px;
    margin: 0;
}


.table-section table tbody tr td h2.job-section-color {
    color: #ee2c30;
    font-weight: 600;
}













.industry-category {
    text-align: center;
    border: 3px solid #ededed;
    margin-bottom: 30px;
    padding: 20px 8px;
    border-radius: 20px;
    height: 94%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.industry-category:hover {
    box-shadow: 0px 0px 5px #374ca0;
    border-color: #374ca0;
    background: #374ca0;
}


.industry-category .industry-image {
    margin: 0px auto;
    padding: 25px;
    border-radius: 50%;
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: 10px;
    border: 2px solid #374ca0;
    transition: all 0.3s ease;
}

.industry-category:hover .industry-image{
    background: #ffffff;
}


.industry-category .industry-image .icon-image {
    width: 50px;
}

.industry-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ee2c30;
    transition: all 0.3s ease; 
}

.industry-category:hover .industry-content h2{
    color: #ffffff;
} 

.industry-content h4 {
    font-size: 17px;
    transition: all 0.3s ease; 
}

.industry-category:hover .industry-content h4{
    color: #ffffff;
}

.industry-content p {
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease;
}

.industry-category:hover .industry-content p{
    color: #ffffff;
}

.title-desc-blk {
    text-align: center !important;
}























.box {
  overflow: hidden;
}

.contextNav {
  display: none;
}

.selected {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

.checklist_wrap .box {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

/*.checklist-wrap {
  padding-top: 2em;
}*/

.contextNav.onethird {
  background-color: transparent;
}

.checklist-select li {
  /*text-align: right;*/
  color: #fff;
  background: #00a5b5;
  padding: 0.60em 0.75em;
  margin-bottom: 0.25em;
}

.checklist-select li i.fa.fa-caret-right {
    float: right;
    display: flex;
    align-content: center;
    margin-top: 5px;
    font-size: 16px;
    opacity: 0;
    transition: all 0.2s ease;
}


.checklist-select li.active {
  background-color: #00839b;
}

.checklist-select li:hover {
  cursor: pointer;
  background-color: #00839b;
}

.checklist-select li.active i.fa.fa-caret-right{
    opacity: 1;
}

.checklist-select li:hover i.fa.fa-caret-right{
    opacity: 1;
} 

@media only screen and (min-width: 609px) {
  .contextNav {
    display: block;
  }
  .checklist-wrap .box {
    display: none;
    opacity: 0;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
  }

  .checklist-wrap .selected {
    display: block;
    opacity: 1;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
  }

  .checklist-wrap .box .deptBox > div {
    display: none;
  }

  .checklist-wrap .selected .deptBox > div {
    display: block;
  }
}



.about-section-are{
    background: #f2f6f9;
    padding: 80px 0px 40px 0px;
}

.title-header h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: -5px;
    
}

.title-header-blk h5{
    text-align: center;
}

.about-section-are h2{
    text-align: center;
}

.title-header h2.title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}

.title-header h2.title span {
    font-style: italic;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1.2px;
    color: #2d4a8a;
}

.single-about-box {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 25px;
    transition: .5s;
    position: relative;
}

.single-about-box:before {
    content: "";
    height: 3px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1f2f51;
    transition: .5s;
}

.single-about-box .icon {
    margin-bottom: 18px;
    background-color: #1f2f51;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    transition: .5s;
    text-align: center;
    color: #ffffff;
}

.single-about-box .icon i:before {
    font-size: 35px;
}

.flaticon-income:before {
    content: "";
}

.single-about-box h3 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
}

.single-about-box:hover:before {
    width: 100%;
    height: 4px;
    background: #2d4a8a;
}

.single-about-box p {
    margin-top: 12px;
    margin-bottom: 0;
}

.single-about-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px 3px rgba(0,0,0,.05);
}

.single-about-box:hover .icon {
    background: #2d4a8a;
}


.product-thumbnail img {
    transition: all 0.4s ease;
    cursor: pointer;
}


.audio-solution-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.audio-solution-blk {
    border: 1px solid #1f2f5154;
    /*padding: 10px 0px;*/
    background: #ffffff;
    box-shadow: 4px 4px 3px #1f2f512b;
    transition: all 0.5s ease;
}
.audio-solution-blk:hover{
    border: 1px solid #1f2f51;
    background: #ffffff;
    box-shadow: 4px 4px 3px #1f2f51;
}

.audio-solution-blk ul li {
    line-height: 28px;
}

.audio-solution-blk ul li a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #1e3a76;
    padding: 4px 15px;
    transition: all 0.5s ease;
}

.audio-solution-blk ul li a:hover{
    background: #1e3a76;
    color: #ffffff;
}







.most-popular-screen-right h2 {
    font-size: 20px;
    background: #1f2f51;
    padding: 0px 10px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #ffffff;
}


.top-area-banner .singal-banner a img {
    width: 100%;
    padding-top: 30px;
}


.head-title {
    text-align: center;
}

.head-title h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.head-title p {
    font-size: 16px;
    font-weight: 500;
    color: #1f2f51;
    margin: 0;
    padding-top: 10px;
}

.head-title p span {
    display: block;
}

.single-banner{
    transition: all 0.4s ease;
}

.single-banner-margin {
    margin: 15px 0px;
}

.single-banner:hover {
    box-shadow: 0px 1px 4px #2a3a5a;
}

.single-banner a img {
    width: 100%;
}


.banner-content p {
    padding: 7px;
    background: #2a3a5a;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

/*.featured-content{
    background: #ffffff;
}*/

.featured-content-abc {
    padding: 0px !important;
}

.featured-content-abc a {
    padding: 0px 10px;
}

.featured-content a img {
    width: 124px;
}

/************* Industrie Section ***************/

.industrie-section {
    padding: 30px 0px;
    background: #f2f2f2;
    transition: all .5s ease;
}

.industrie-section .head-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.industrie-section .industrie {
    background: #ffffff;
    transition: all 0.5s ease;
    margin-top: 30px;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
}


.industrie-section .industrie:hover {
    box-shadow: 0px 0px 4px #1f2f51;
}

.industrie-section .industrie-icon {
    overflow: hidden;
}

.industrie-section .industrie-icon img {
    width: 100%; 
    transition: all 0.3s ease;
}

.industrie-section .industrie:hover .industrie-icon img{
    transform: scale(1.1);
}

.industrie h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 10px;
}

.industrie p {
    font-size: 15px;
    margin: 0;
}

.gutter-border {
    /*border: 1px solid #1e2637;*/
    background: #ffffff !important;
    box-shadow: 0px 4px 10px #1e2637;
}




.contact-button {
    position: fixed;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    z-index: 9;
    transform: rotate(-90deg);
    /* margin: -35px; */
    color: #ffffff;
}

.contact-button .contact-button-blk a {
    padding: 8px 20px;
    background: #1e2637;
    color: #ffffff;
    font-size: 17px;
    /* display: block; */
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}


.contact-button .contact-button-blk a:hover{
    background: #ffffff;
    color: #1e2637;
    border: 1px solid #1e2637;
}


.our-store-section .heading h2 {
    margin: 0;
}

.heading h2 a {
    font-size: 60px;
    text-align: center;
    display: block;
    color: #ee2c30;
    /* box-shadow: 0px 0px 0px #cccccc; */
    margin: 0 auto;
    text-shadow: 0px 5px 3px #0e182c;
}


.store-button-section {
    position: fixed;
    top: 50%;
    right: -40px;
    /*transform: translate(0, -50%);*/
    z-index: 99;
    transform: rotateZ(-90deg);
}

.store-button-section .store-button a {
    background: #ed1f25;
    padding: 8px 12px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #ed1f25;
    transition: all 0.3s ease;
}

.store-button-section .store-button a:hover{
    color: #ed1f25;
    border: 1px solid #ed1f25;
    background: #ffffff;
}

.brand-logo-section {
    padding-top: 30px;
}


.logo-area-image a {
    border: 1px solid #1f2f5173;
    text-align: center;
    margin: 8px auto;
    padding: 5px 5px;
    /*height: 72px;*/
    transition: all 0.3s ease;
    display: block;
}
.logo-area-image a img {
    width: 100%;
}

.logo-area-image a:hover {
    box-shadow: 0px 0px 6px #1f2f51;
}