.clients {
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
    margin: 0;
}

ul.sidelist-home {
    padding-left: 0px!important;
}

.press-right p {
    margin-top: 20px;
}


button.btn.btn-custom.btn-blue {
    background-color: #4267B2 !important;
    color: #fff !important;
    padding: 10px;
}
.top-mar {
    margin-top: 24px;
}

p.para-new {
    font-size: 16px;
}

section.product-sec {
    padding: 0px 0px 65px 0px;
}

.categorylist li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.press-right a.btn-custom.readmore {
    text-decoration: none;
}


.tab-content {
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-top: -1px;
}

p.product-para {
    font-size: 12px;
    color: #000;
}

h5.product-heading {
    margin-bottom: 12px;
}

.catalogue-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.download-btn {
    background-color: #f26522;
    color: white;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    text-decoration: none;
}

#description li {
    font-size: 13px !important;
}

.table-bordered {
    font-size: 13px !important;
}

.download-btn {
    font-size: 13px !important;
}


.tab-btn {
    border: none !important;
    outline: none !important;
    font-size: 12px;
    padding: 10px 15px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: black;
    margin: 5px;
}

.tab-btn.active {
    background-color:rgb(38, 77, 162);
    color: white;
}


ul.wrap.categorylist {
    padding-left: 0px!important;
}


ul.main-nav {
    margin-bottom: 0px !important;
}


ul.submenu {
    padding-left: 0px;
}

.footer-links a {
    text-decoration: none !important;
}


*{margin:0px; padding:0px; outline:none !important}
h1,h2,h3,h4,h5,h6{ margin:8px 0px; }

a:focus{text-decoration:none !important;}

.full{width:100% !important;}

a:hover{text-decoration:none !important;}

.cursor{cursor:pointer;}

.list-circle li{ list-style:inside circle; margin-bottom:10px;}

.list-custom{ margin:5px 0px;}
.list-custom li{ font-size:15px !important; padding-left:20px; list-style:none; margin-bottom:15px; position:relative; color:#000; line-height:25px;}
.list-custom li a{color:#000 !important; font-size:15px !important; position:relative; }
.list-custom li a:after{background:#000 !important;}

.list-custom li:before{z-index: 1;
content:'';
  
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
   background: rgba(1,64,134,0.6); position:absolute; top:8px; left:0px; width:10px; height:10px;}
   
   



.list-custom li:hover a:after{
 -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
  animation-name: example;
    animation-duration:0.8s;
	 animation-iteration-count: infinite;
}


@-webkit-keyframes example {
    50%  {right:-60px;}
    100% {right:-40px;}
}

/* Standard syntax */
@keyframes example {
     
    50%  {right:-60px;}
    100% {right:-40px;}
}
 
   
   
body{overflow-x:hidden !important; font-family: 'Montserrat', sans-serif !important;}
.container{ width:95%;}


.plus-minus-toggle {
  cursor: pointer;
width:51px;
  height: 51px;
  position:absolute;
  display:block;
 right:5px; top:21px;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #000;
  content: '';
  height: 2px;
  left: 2px;
  position: absolute;
  top: 10px;
  width: 15px;
  transition: transform 500ms ease;
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}





.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  padding: 12px 12px;
  border: 0;
  text-align: center;
  background-color: #A1C87C;
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 20px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  cursor:pointer;
  z-index:100000;
}

.gototop > span {
  display: inline-block;
  -webkit-transition: transform 100ms 100ms ease-in-out;
  transition: transform 100ms 100ms ease-in-out;
}


.gototop:hover > span, .gototop:focus > span {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.gototop img{opacity:0.6;}


.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}
 @-webkit-keyframes 
hide {  0% {
 opacity: 1;
 -webkit-transform:translateY(0);
}
 25% {
 opacity: .5;
 -webkit-transform: rotate(-3deg) translateY(-40px);
}
 75% {
 -webkit-transform: rotate(3deg);
}
 100% {
 opacity: 0;
 -webkit-transform:translateY(100px);
}
}
@keyframes 
hide {  0% {
 opacity: 1;
 transform:translateY(0);
}
 25% {
 opacity: .5;
 transform: rotate(-3deg) translateY(-40px);
}
 75% {
 transform: rotate(3deg);
}
 100% {
 opacity: 0;
 transform:translateY(100px);
}
}
 @-webkit-keyframes 
show {  0% {
 -webkit-transform: rotate(0deg);
}
 25% {
 opacity: .5;
 -webkit-transform: rotate(-3deg) translateY(-40px);
}
 75% {
 -webkit-transform: rotate(3deg);
}
 100% {
 opacity: 1;
 -webkit-transform: rotate(0deg);
}
}
 @keyframes 
show {  0% {
 transform: rotate(0deg);
}
 25% {
 opacity: .5;
 transform: rotate(-3deg) translateY(-40px);
}
 75% {
 transform: rotate(3deg);
}
 100% {
 opacity: 1;
 transform: rotate(0deg);
}
}



.link.border-effect:after{ background:#000;}
.padding-bottom0{ padding-bottom:0px !important;}

.transition{transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s;}

.padding0{padding:0px !important;}
.padding-top0{padding-top:0px !important;}

.bold{font-weight:bold !important;}

.none{display:none;}

.weight{font-weight:500;}

.text-white{color:#fff !important;}

.border-effect {
  position: relative;
  color: #ff3296;
  text-decoration:none;
}
.border-effect:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #94c93d;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.border-effect:hover {
	text-decoration:none;
	color:#94c93d;
}
.border-effect:hover:after {
  width: 100%;
}




::-webkit-scrollbar {

    width: 5px !important;
	height:3px !important;

	cursor:pointer;

	transition:all 0.4s;

	-webkit-transition:all 0.4s;

	-moz-transition:all 0.4s;

	-o-transition:all 0.4s;

}


.height-box:hover::-webkit-scrollbar{

	width:14px;

}

 

/* Track */

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;

    border-radius: 10px;

	cursor:pointer;
	
	
	
	border-radius: 10px;
	background-color: #F5F5F5;
}

 
 
 
/* Handle */

::-webkit-scrollbar-thumb {
     
    -webkit-border-radius: 10px;

    border-radius: 10px;
    
    background:#012a5e; 


	cursor:pointer;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);


}

::-webkit-scrollbar-thumb:window-inactive {

	background:#012a5e; 


}

.cardcss
{
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;padding: 10px;

}

.wow
{
      margin-bottom: 33px!important;
}

strong{font-weight:500;}

.text{ font-size:16px; color:#000; line-height:30px; color:#000;}
.text-sml{font-size:15px; line-height:25px; color:#000;}

.text-blue{ color:#4267B2;}
.custom-hd{ line-height:40px; font-weight:400;  position:relative; font-size:30px; margin:0px; margin-bottom:20px;}
.custom-hd span{ font-weight:500;}
.custom-hd:before{ content:''; position:absolute; bottom:-15px; left:0px; width:21%; height:1px; background:rgba(0,0,0,0.2); }
.custom-hd:after{ content:''; position:absolute; bottom:-15px; left:0px; width:100px; height:5px; background:#A1C87C; border-radius:20px;	 }

.custom-hd2{ line-height:40px; font-weight:400;  position:relative; font-size:30px; margin:0px; margin-bottom:64px;text-align: center;}
.custom-hd2 span{ font-weight:500;}
.custom-hd2 span:before{ content:''; position:absolute; bottom:-15px;  width:21%; height:1px; background:rgba(0,0,0,0.2); }
.custom-hd2 span:after{ content:''; position:absolute; bottom:-15px; left:47%; width:100px; height:5px; background:#A1C87C; border-radius:20px;  }


h4.before{ line-height:40px; font-weight:400;  position:relative; font-size:20px; margin:0px; margin-bottom:20px;}
h4.before span{ font-weight:500;}
h4.before:before{ content:''; position:absolute; bottom:-15px; left:0px; width:100%; height:1px; background:rgba(0,0,0,0.2); }
h4.before:after{ content:''; position:absolute; bottom:-15px; left:0px; width:100px; height:3px; background:#A1C87C; border-radius:20px;	 }


.bg-blue{ background:#4267B2 !important;}
.bg-org{ background:#f09505;}
.bg-light{background:#eff1f1;}
.bg-light2{background:#f1f6ff;}

.space{ width:100%; height:10px; clear:both; margin:auto;}	

.btn-custom{ border:1px solid #000; border-radius:0px; color:#000 !important; font-size:15px;transition:all 0.3s; padding:10px 20px; background:none;}
.btn-custom:hover{ border:1px solid #2c477e;   background:#2c477e !important; color:#fff !important; font-weight:400;}

.btn{border-radius:0px !important;}
.btn-blue2{ color:#fff !important; background:#21386a !important; border-radius:0px;  font-size:15px;transition:all 0.3s; padding:10px 20px; }

h1,h2,h3,h4,h5,h6{font-weight:400;}
h3{line-height:35px;}


.red{color:red;}

.nav-icon1{display:none;}top-strip{ width:100%; height:35px; padding:0px 0px; background:#2c477e;}
.top-strip *{ color:#fff !important; font-weight:400;}

.top-strip marquee{height:29px;}
.top-strip marquee a{ position:relative; margin:0px 15px; top:7px;}
.top-strip marquee a:before{ content:''; width:8px; height:8px; background:#fff; position:absolute; top:5px; left:-16px;  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);    transform: rotate(45deg); opacity:0.8;}
	
.top-strip ul{margin-bottom:0px; float:right; width:100%; text-align:right;}	
.top-strip ul li{ padding:0px 20px; border-right:1px solid rgba(255,255,255,0.3);}
.top-strip ul li:first-child *{ position:relative; top:1px;}
.top-strip ul li:last-child{border-right:0px; padding-right:0px;}
.top-strip ul li a{display:block;}
.top-strip ul .btn{ border-radius:0px; font-size:18px; position:relative;  font-weight:500; position:relative; z-index:1; z-index:100 !important; color:#000 !important;}
.top-strip ul .btn:before{ width: 0;   height: 0;   border-left: 50px solid transparent;  border-right: 150px solid #A1C87C;  border-bottom: 40px solid #A1C87C;
	position:absolute; top:-2px; left:-50px; content:''; z-index:-1; transition:all 0.4s;}

.top-strip ul .btn img{ width:20px; position:relative; top:-1px;}

.top-strip ul .btn:hover:before{ border-left: 50px solid transparent;  border-right: 150px solid #ffbf35;  border-bottom: 40px solid #ffbf35;}

.top-mail{ font-size:13px;}
.top-mail img{width:20px; position:relative; top:0px !important;}


header .logo{ width:120px;}

header .tagling{ font-size:30px; position:relative; top:25px; font-weight:500; left:-25px;}

header .add{float:right; position:relative; top:5px;}



nav{width:100%; height:auto; margin:auto;  background: #4267B2;   background: linear-gradient(#4267B2, #264077);   }
nav img{ width:20px;}
nav .fa-home{ font-size:22px; position:relative; top:3px;}

nav ul li{ float:left;}
nav ul li:last-child a{ border-right:0px;}
nav ul li a{ font-size:15px; position:relative; top:0px; padding:14px 19px; border-right:1px solid rgba(255,255,255,0.2); }

nav ul li a:hover{color:#000; background:#ffc13b; }
nav ul li .submenu{ background:#4267B2; padding-top:0px; padding-bottom:0px;}
nav ul li .submenu li{ margin:0px !important;}
nav ul li .submenu li a{ line-height:22px; font-size:12px; padding-left:7px;  border-bottom:1px dotted rgba(255,255,255,0.2); transition:all 0.4s;}
nav ul li .submenu li a:before{ background:#fff;}
nav ul li .submenu li:last-child a{ border-bottom:0px;}
nav ul li .submenu li a:hover{ color:#000 !important; opacity:1 !important; font-weight:500; background:none;}


.nav{width:100%; height:auto; margin:auto;  background: #4267B2;   background: linear-gradient(#4267B2, #264077); display:block !important; }
.nav img{ width:20px;}
.nav .fa-home{ font-size:22px; position:relative; top:3px;}

.nav ul li{ float:left;}
.nav ul li:last-child a{ border-right:0px;}
.nav ul li a{ font-size:15px; position:relative; top:0px; padding:14px 19px; border-right:1px solid rgba(255,255,255,0.2); }

.nav ul li a:hover{color:#000; background:#ffc13b; }
.nav ul li .submenu{ background:#4267B2; padding-top:0px; padding-bottom:0px;}
.nav ul li .submenu li{ margin:0px !important; width:100%;}
.nav ul li .submenu li a{ line-height:22px; font-size:12px; padding:8px 10px; padding-left:20px;  border-bottom:1px dotted rgba(255,255,255,0.2); transition:all 0.4s;}
.nav ul li .submenu li a:before{ background:#fff;}
.nav ul li .submenu li:last-child a{ border-bottom:0px;}
.nav ul li .submenu li a:hover{ color:#000 !important; opacity:1 !important; font-weight:500; background:none;}


.nav-fixed{ position:fixed; top:-100px; left:0px; z-index:100000000 !important; transition:0.5s ease-in-out all; -webkit-transition:0.5s ease-in-out all; -ms-transition:0.5s ease-in-out all; -moz-transition:0.5s ease-in-out all; -o-transition:0.5s ease-in-out all;  width:100%; height:auto; }

.nav-fixed-on-scroll{ top:0px; left:0px;}




.home-slider{ overflow:hidden; height:500px; position:relative;}
.home-slider .owl-buttons{display:none;}
.home-slider .owl-pagination{ position:absolute; width:100%; text-align:center; bottom:10px; left:0px;}
.home-slider .owl-pagination .owl-page span{ opacity:0.8 !important; background:#fff !important; margin:3px !important; width:10px !important; height:10px !important;}
.home-slider .owl-pagination .owl-page.active span{ opacity:1 !important;}

.slider-wrapper .container{padding:0px;}
.slider-wrapper .home-slider{ height:558px ;}
.slider-wrapper .home-slider img{ height:556px ;}


.about{ padding:10px 0px; padding-bottom:10px; padding-top: 35px;}


.about .part1{ width:45%; padding-left:0px;}
.about .part2{ height:520px; background:#fff; width:27%; margin:0px 5px; padding:15px; overflow:hidden; margin:0px 20px; border:1px solid rgba(0,0,0,0.1);}
.about .part2.new{ height:553px;}
.about .part2 h3{color:#000; border-bottom:1px solid rgba(0,0,0,0.1); margin-bottom:0px; padding-bottom:10px;}

.jobs{ width:100%; height:auto; padding:12px 10px;   margin-bottom:0px; overflow:hidden;  border-bottom:2px solid #f1f1f1;}
.about .part2 .jobs h4{font-size:17px; color:#000; font-weight:500; line-height:27px;}
.about .part2 .jobs h4 a { color:#000;}
.about .part2 .jobs .text{font-size:14px;}
.about .part2 .jobs span{ font-size:13px; color:#000;}
.about .part2 .jobs .text-sml{ font-size:13px; line-height:22px; margin:10px 0px;}

.about .part2 .jobs:hover{ border-bottom:2px solid #A1C87C;}
.about .part2 .jobs .link{ color:#000; float:right; font-weight:500;}
.about .part2 .jobs .link:hover{color:red;}


.about .part3{  width:23%; margin:0px 0px; padding:0px; margin-bottom:10px; float:right; width:300px;}
.about .part3.new{ width:24.9%; margin:0px;}
.about .part3.new img{width:100%;}

.right-bar-static{ float:right !important; }

.add1{ margin-bottom:18px;}

.add2 img{width:100%;}



.slideshow { margin: auto; height:455px !important; overflow:hidden; }
.slideshow img { width: 100px; height: 100px; padding: 2px; }
div.responsive img { width: auto; height: auto }
.cycle-pager { position: static; margin-top: 5px }


.vertical-controls{ position:absolute; top:15px; right:5px;}
.vertical-controls .fa{ font-size:30px; color:#000; margin:0px 10px;}



.section2{ background:#1d325f; padding:55px 15px;}
.section2 .col-md-6{}

.announcement{ width:100%; height:340px; background:#fff; padding:15px;  border:1px solid #f1f1f1; transition:all 0.3s;}
.announcement *{color:#454544 !important;}
.announcement h3{ color:#000; border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:15px; height:50px;}
.announcement  .list-custom li:before{ background:#000; opacity:0.5; }
.announcement  .list-custom li a{ font-weight:400; color:#000;}


.section2 .right li{padding-left:0px; padding:20px; padding-top:0px; text-align:justify !important; }
.section2  .container{ padding:0px;}
.section2 .right li a{}
.section2 .right li:before{ display:none !important;}
.section2 .right li strong{ opacity:0.8;}
.section2 .right li .fa{opacity:0.7; margin:0px 5px;}
.section2 .right .owl-buttons{display:none;}
.section2 .right .owl-pagination{ position:absolute; top:50px; left:0px; text-align:right; width:95%;}
.section2 .right .owl-pagination .owl-page span{ margin:5px; background:#1a2e59; width:9px; height:9px;}
.section2 .right .owl-pagination .owl-page.active span{ background:#646464;}



.row3{ width:100%; height:460px; background:#192d57; padding:0px 0px; background:#eff1f1; overflow:hidden;}
.row3 .left{padding:35px 0px; padding-left:35px;}
.row3 .left .col-md-6{ height:auto; background:#fff;  margin:10px; padding:15px;  width:45.3%; height:362px; border:1px solid rgba(0,0,0,0.1);}
.row3 .left .col-md-6 h4{padding-bottom:0px; color:#000; font-weight:500; font-size:18px;}
.row3 .left .col-md-6 h4:before{ bottom:-8px;}
.row3 .left .col-md-6 h4:after{ bottom:-8px;}


.knowledge-corner h3{ font-size:15px; color:#000; margin:15px 0px; font-weight:500; line-height:25px; margin-bottom:0px;}

.knowledge-corner{ height:auto; overflow:hidden;}
.knowledge-corner .col{width:100% !important; margin:10px 0px; height:auto !important; overflow:hidden;}

.row3 .right{ padding:0px; padding-left:15px;   }
.row3 .right .box{ height:460px; background:#fff; width:100%;}





.gallery-section{ width:100%; height:auto; margin:auto; padding:0px 0px; padding-bottom:0px;
	position:relative;}

#gallery-slider .owl-buttons{ position:absolute; top:-50px; right:0px; display:none;}
#gallery-slider .owl-buttons *{background:none !important; color:#000; font-size:30px !important;}
#gallery-slider  .owl-pagination{ position:absolute; bottom:20px; left:0px; width:100%;}
#gallery-slider .owl-page span{ background:#fff; width:7px; height:7px; margin:4px;}

.gallery-section ul{margin:0px !important;}
.gallery-section ul li{ height:460px; width:100%; float:left; list-style:none; margin:0px; overflow:hidden; position:relative;}
.gallery-section ul li img{height:100%;}
.gallery-section ul li .overlay{ position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,0.7); cursor:pointer;
	opacity:0;}
.gallery-section ul li .overlay:before{ content:''; width:90%; height:85%; position:absolute; top:7%; left:5%; border:1px solid #fff;}

.gallery-section ul li .overlay img{ position:relative; top:45%; left:45%; width:36px !important; height:auto;	}


.gallery-section ul:hover .overlay{ opacity:1;}




.gallery-section2 li .overlay{ text-align:center; padding:100px 40px;  background:rgba(0,0,0,0.8) !important;} 
.gallery-section2 li .overlay:before{ display:none !important;}
.gallery-section2 li .overlay *{color:#fff !important;}
.gallery-section2 li .overlay h3{font-weight:400;}
.gallery-section2 li .overlay .text-sml{font-weight:300 !important; line-height:35px;}
.gallery-section2 li .overlay .read-more{ position:static !important; float:none !important; top:0px !important	;}




#member-slider li{ text-align:center; width:100%;}
#member-slider .owl-buttons{display:none;}
#member-slider li h3{color:#000; font-size:20px; font-weight:500;}
#member-slider li h4{ font-size:16px; line-height:28px;}
#member-slider li .img{margin-bottom:15px; width:140px; margin-top:10px;}
#member-slider li .text-sml{ line-height:20px; color:#000; font-size:13px; font-weight:500;}

#member-slider  .owl-pagination{ position:absolute; width:100%; left:0px; bottom:-40px; display:none;}
#member-slider .owl-page span{ background:#fff; width:7px; height:7px; margin:4px;}


.fancybox-overlay{ overflow-x:hidden !important;}

.right-area {
    float: right;
    display: flex;
}

.contact-info {
    margin: 0;
    float: left;
}

.contact-info li {
    float: left;
    list-style: none;
    min-width: 205px;
    margin: 0 20px 0 0;
}

.contact-info i {
    background-color: #A1C87C !important;
}
.contact-info i {
    float: left;
    width: 37px;
    height: 37px;
    background: #006db7;
    color: #fff;
    line-height: 37px !important;
    border-radius: 2px;
    text-align: center;
}

.contact-info .info-text {
    overflow: hidden;
    padding: 0 0 0 12px;
}

 .contact-info .info-title {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 15px !important;
}

.contact-info .text {
    display: block;
    font-size: 18px;
    line-height: 22px !important;
    color: #333;
}
.bottom-adds ul{ text-align:left;}
.bottom-adds ul li{ justify-content: space-between; margin:4px; width:24.2%; max-width:24.2%; display:inline-block;}
.bottom-adds ul li:first-child{ margin-left:0px;}
.bottom-adds ul li:last-child{ margin-right:0px;}
.bottom-adds ul li img{ max-width:100%;}



.bottom-strip{ padding:25px 0px; background:#4267B2; overflow:hidden;}
.bottom-strip h3{color:#fff; font-size:28px; font-weight:300;}
.bottom-strip h3 a{ font-size:18px;  background:none; color:#A1C87C; display:block; width:max-content; float:right; padding:5px 25px !important; font-weight:500;
	border-radius:50px; border:1px solid #A1C87C;}


.bottom-strip h3 a:hover{ background:#A1C87C; color:#000;}

.bottom-strip .col-md-7{ padding-top:10px;}
.bottom-strip .col-md-7 a{ position:relative; left:40px;}
.bottom-strip .col-md-5{ position:relative; text-align:center; z-index:1; cursor:pointer;}
.bottom-strip .col-md-5:before{ content:''; width:100%; height:100px;  position:absolute; top:-50px; left:0px;
border-left:150px solid transparent;
    border-right: 550px solid #A1C87C;
    border-bottom: 240px solid #A1C87C; z-index:-1; cursor:pointer; transition:all 0.4s;}

.bottom-strip .col-md-5:hover:before{border-left:150px solid transparent;
    border-right: 550px solid #e59d03;
    border-bottom: 240px solid #e59d03;}

.bottom-strip .col-md-5 span{ font-size:27px; color:#000; position:relative; left:70px; font-weight:500; }
.bottom-strip .col-md-5  label{ display:block; text-align:center; position:relative; left:70px; color:#000; font-size:20px; cursor:pointer;}

.headingbox p {
    font-size: 16px;
}

footer{padding:15px 0px; padding-right:30px;}
footer *{color:#000; font-weight:500;}
footer span{ float:right;}

.footer{ padding:50px 0px; background:#eff4ff}
.footer-logo{ width:100px; position:relative; top:25px;}


.footer h4{color:#000; font-size:22px; margin-bottom:30px; font-weight:500; position:relative;}
.footer h4:before{ content:''; position:absolute; bottom:-10px; left:0px; width:40px; height:2px; background:#000;}
.footer .col-md-6{ padding-left:45px; width:50%; }
.footer .col-md-6 .text.weight{font-size:18px;}

.footer .col-md-6 .text-sml{font-size:13px; color:#000; font-weight:500; line-height:22px;}

.footer .col-md-5 ul{ height:100px !important; overflow:hidden;}
.footer .col-md-5 ul li{margin:0px 15px 25px 0px; }

.footer .col-md-5 h4:before{width:80px;}

.footer-links li{ width:30%; float:left; margin-bottom:10px;}
.footer-links li a{ color:#000; font-weight:500; font-size:15px; transition:all 0.3s;}
.footer-links li a:hover{ padding-left:5px;}



.footer .text-sml{font-weight:500;}

.footer form{ position:relative; top:15px;}
.footer form input.field{ height:45px; border:1px solid rgba(0,0,0,0.2); transition:all 0.3s; background:none; margin-bottom:10px; font-size:13px !important;
	color:#000; font-weight:500;}
.footer form input.field:hover{ border:1px solid #4267B2;}
.footer form button{ background:#4267B2; color:#fff; border-radius:0px; height:45px; text-transform:uppercase; width:max-content; padding:10px 15px; border:1px solid #4267B2;
	font-weight:500; }
.footer form button:hover{ color:#fff; }



.copyright{ padding:10px 0px; background:#262626; padding-right:40px;}
.copyright *{color:#fff;}
.copyright a:hover{color:#fff;}
.copyright span{float:right;}



.inner-banner{ width:100%; height:200px; margin:auto;}

.about-page{padding-bottom:50px;}
.about-page .part1{ padding-right:25px; width:75%;}

.about-circle li{ margin:5px;}

.about-page-section .part3{ height:1300px !important;}


.president-message .president-img{ float:left; margin-right:20px; margin-bottom:20px; }
.president-message .hd{ margin-bottom:10px;}

.president-name{ line-height:32px; font-size:20px; font-weight:500;}


.central-executive-council li{ padding-left:50px; margin-bottom:20px; position:relative;}
.central-executive-council li h4.hd{font-weight:500; position:relative; line-height:28px; font-size:18px;}
.central-executive-council li h4{ position:relative; line-height:28px;  font-size:15px;}
.central-executive-council li .value{ position:absolute; top:0px; left:-50px; font-size:15px; font-weight:700;}

.membership-list li{padding-left:35px;}
.membership-list li ul{ margin-top:10px;}
.membership-list li ul li{padding-left:40px;}
.membership-list li ul li:last-child{ margin-bottom:0px;}
.membership-list .value{ left:0px !important;}

.central-executive-council li h4 a{ color:#000;}


.pagination a{ transition:all 0.3s; color:#000 !important; font-size:14px !important;}
.pagination a:hover{ background:#004086 !important; color:#fff !important;}
.pagination a.act{ background:#004086 !important; color:#fff !important;}


.committees ul li{ width:100%; background:#f1f6ff; padding:10px 15px; border-bottom:2px solid #1c315e; float:left; margin-bottom:20px; transition:all 0.4s;}
.committees ul li:nth-child(odd){background:#f7f7f7;}
.committees ul li .text-sml{font-size:14px; color:#000;}
.committees ul li h4.weight{ font-size:18px; color:#000; text-align:left; position:relative; margin-bottom:25px; line-height:32px;}
.committees ul li h4.weight:before{ content:''; width:100px; height:1px; position:absolute; bottom:-10px; left:0px; background:#000;}
.committees ul li h4{ font-size:14px; font-weight:500; color:#000; margin-top:15px; line-height:25px; text-align:right;}

.committees ul li iframe{width:100%; height:200px; margin-top:20px; padding:3px;}

.committees ul li:hover{box-shadow:0 10px 21px 0 rgba(0,0,0,.1);}


.office-bearers-team li{width:100%; overflow:hidden; height:auto; position:relative; float:left; margin:10px 0px 20px 0px; background:#f7f7f7; padding:15px;
	border-bottom:1px solid #1f3665;}
.office-bearers-team li:nth-child(even){ background:#f1f6ff;}	
.office-bearers-team li .col-md-3{padding-left:0px;}
.office-bearers-team li .col-md-3 .img{width:150px; height:150px; overflow:hidden; border-radius:100%; margin:25px auto; }
.office-bearers-team li .col-md-3 .img img{width:100%;}
.office-bearers-team li  .fa{opacity:0.8;}





@media only screen and (max-width: 767px) {
  .right-choice-section {
    padding-bottom: 30px; } }
.right-choice-section .section-title {
  margin-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    .right-choice-section .section-title {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 479px) {
    .right-choice-section .section-title {
      margin-bottom: 30px; } }
.right-choice-section .section-wrapper { border: 1px solid #ddd; overflow: hidden; }

  .right-choice-section .section-wrapper .caption {
    position: relative;
    background: #fff;
    padding: 8px;
    padding-top: 0px!important;
    font-size: 11px;
    text-align: left;
}

    .right-choice-section .section-wrapper .caption:hover .hover-view {
      opacity: 1;
      transform: translateY(0); }
    .right-choice-section .section-wrapper .caption:hover .hover .hover-one,
    .right-choice-section .section-wrapper .caption:hover .hover .hover-two,
    .right-choice-section .section-wrapper .caption:hover .hover .hover-three,
    .right-choice-section .section-wrapper .caption:hover .hover .hover-four {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1); }
    .right-choice-section .section-wrapper .caption img {
      width: 100%; }
    .right-choice-section .section-wrapper .caption .hover-view {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 150px;
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      border: 1px solid #FFFFFF;
      padding: 8px 0;
      margin: -24px auto 0;
      opacity: 0;
      z-index: 5;
      transform: translateY(80px);
      transition-delay: .1s; text-align:center; font-weight:400 !important; }
	  
	  
	     .right-choice-section .section-wrapper .caption  .data{ position:absolute; top:15px; left:0px; width:100%; z-index:10000; padding:10px; opacity:0;} 
		     .right-choice-section .section-wrapper .caption:hover .data{opacity:1;}@media only reen and (max-width: 991px) {
        .right-choice-section .section-wrapper .caption .hover-view {
          width: 100px;
          font-size: 14px;
          padding: 2px 0;
          margin: -17px auto 0; } }
      .right-choice-section .section-wrapper .caption .hover-view:hover {
        color: #fff; }
    .right-choice-section .section-wrapper .caption .hover .hover-one,
    .right-choice-section .section-wrapper .caption .hover .hover-two,
    .right-choice-section .section-wrapper .caption .hover .hover-three,
    .right-choice-section .section-wrapper .caption .hover .hover-four {
      position: absolute;
      height: 50%;
      width: 50%;
      background: rgba(32,55,104,0.9);
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .right-choice-section .section-wrapper .caption .hover .hover-one {
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .right-choice-section .section-wrapper .caption .hover .hover-two {
      top: 0;
      left: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .right-choice-section .section-wrapper .caption .hover .hover-three {
      top: 0;
      right: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .right-choice-section .section-wrapper .caption .hover .hover-four {
      bottom: 0;
      right: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  .right-choice-section .section-wrapper .content {
    box-shadow: 0 0 15px #e2e2e2;
    padding: 10px; }
    @media only screen and (max-width: 991px) {
      .right-choice-section .section-wrapper .content {
        padding: 15px 15px 12px; } }
    .right-choice-section .section-wrapper .content h4 {
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      color: #222222;
      margin: 0px 0 10px 0px;  }
      @media only screen and (max-width: 1199px) {
        .right-choice-section .section-wrapper .content h4 {
          font-size: 22px; } }
      @media only screen and (max-width: 991px) {
        .right-choice-section .section-wrapper .content h4 {
          font-size: 20px; } }
    .right-choice-section .section-wrapper .content p {
      font-size: 14px;
      line-height: 24px;
      color: #000; }
	  
	  
	  
.all-jobs{ padding:45px 0px;}	  
.all-jobs .col-md-9{padding-right:0px;}
.job-filter .col-md-4{ width:25%;  height:auto; background:#fff; padding:10px; border:1px solid rgba(0,0,0,0.1);}
.job-filter .col-md-4 h3{ font-size:20px; color:#fff; margin:0px; padding:15px; margin-bottom:15px; background:#233c70; margin-left:-10px; margin-right:-10px; margin-top:-10px;}
.job-filter .col-md-4 h4{ font-size:18px; color:#000; margin:8px 0px; margin-bottom:15px; font-weight:500; cursor:pointer;}
.job-filter .col-md-4 h4 .fa{float:right; font-size:25px; transform:rotate(0deg);}
.job-filter .col-md-4 h4 .fa.open{ transform:rotate(180deg);}

.field{ width:100%; height:40px; border:1px solid rgba(0,0,0,0.1); padding-left:15px;}

.job-filter .col-md-4 input.search{ background:url(../images/search2.png) no-repeat top 12px right 10px;}
.job-filter .col-md-4 .wrap{ margin:0px 0px 0px; overflow:scroll; overflow-x:hidden;}
.job-filter .col-md-4 .wrap.show{display:block !important;}
.job-filter .col-md-4 .wrap::-webkit-scrollbar{ width:3px !important;}
.job-filter .col-md-4 .wrap label{ font-weight:400; color:#fff; font-size:13px;}


.job-filter .col-md-8{ width:68%; margin:0px 2%; padding-left:20px;}

.job-section{ width:100%; height:auto; margin:auto; border:1px solid rgba(0,0,0,0.1); padding-right:0px; padding:15px;}
.job-section h3{border-bottom:1px solid rgba(0,0,0,0.1); margin-top:0px; padding-bottom:20px; color:#000;}
.job-section h3 a.btn{float:right;}

.job-row{margin-bottom:30px; border-bottom:1px dashed rgba(0,0,0,0.2);}

.job-section h4.title{ font-size:25px; color:#000;}
.job-section h4.title .btn{float:right; background:#4267B2; color:#fff !important;}
.job-section h4.title .btn:hover{ background:none !important; color:#000 !important;}

.job-section .company-name{ color:#000; margin:15px 0px; position:relative;}
.job-section .company-name img{ position:absolute; top:-50px; right:0px; width:125px;}
.job-section .company-name a{color:#000;}

.job-section .text-sml{font-size:14px; color:#000;}
.job-section .toggle{ height:200px; overflow:hidden; transition:all 0.4s;}

.job-section .toggle.open{height:auto;}



.company-info-header{ padding:45px 0px; padding-top:20px;}
.company-info-header .company-logo{ background:#fff; width:150px; height:auto; padding:20px;}
.company-info-header h3{margin:0px; margin-bottom:5px; padding:0px;}
.company-info-header ul{ width:55%;}
.company-info-header ul li{float:left; width:50%; margin-bottom:10px;}
.company-info-header ul li *{color:#000;}
.company-info-header ul li{color:#000;}


.company-info-section{ padding:30px 0px;}
.company-info-section .part1{padding-left:30px;}





.scrapcar-contact-form,.scrapcar-contact-form input[type="text"],.scrapcar-contact-form input[type="email"],
.scrapcar-contact-form textarea {
    float: left;
    width: 100%;
}

.scrapcar-contact-form {
    padding: 30px 85px;
    margin-bottom: 10px;
    background: #eee;
}

.scrapcar-contact-form ul { margin: 0px ;}
.scrapcar-contact-form ul li {
    float: left;
    width: 100%;
    margin: 0px 0px 25px;
    padding: 0px 6px 0px 6px;
    list-style: none;
    position: relative;
}

.scrapcar-contact-form span{ position:relative; top:7px;}

.scrapcar-contact-form ul li textarea{height:80px !important;}

.scrapcar-contact-form ul li.full-width { width: 100%;}
.scrapcar-contact-form ul li > label.title {
    margin-bottom: 18px;
}
.scrapcar-contact-form input[type="text"],
.scrapcar-contact-form input[type="email"],
.scrapcar-contact-form input[type="date"],
.scrapcar-contact-form input[type="password"],
.scrapcar-contact-form select,
.scrapcar-contact-form textarea {
 width: 100%;
    height: 45px;
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    background-color: transparent;
    border: 1px solid #dddddd;
    padding: 4px 44px 4px 14px;
	transition:all 0.4s;
}
.scrapcar-contact-form textarea {
    height: 100px;
    color: #272727;
}
.scrapcar-contact-form ul li > i {
    position: absolute;
    right: 31px;
    top: 42px;
    color: #bbbbbb;
}
.scrapcar-contact-form ul li > i:after {
    content: '';
    position: absolute;
    left: -16px;
    top: -3px;
    height: 20px;
    width: 1px;
    background-color: #dddddd;
}
.scrapcar-contact-form ul li > label.submit-btn {
    margin: 0px;
    float: left;
    position: relative;
}

.scrapcar-contact-form a.link{color:#000; font-size:14px;}

body{padding-right:0px !important;}
.modal-open{ overflow:inherit !important;}
.modal-open{padding-right:0px !important; padding-left:0px !important;}

.enquiry-popup{ width:30%;}
.popup .modal-content{ padding:15px; padding-right:25px;}
.popup h3{ font-weight:400 !important; text-transform:capitalize;}
label{ font-weight:500;}

.modal-backdrop{pointer-events:none !important;}
.modal-content{border-radius:0px;}
.modal{ z-index:100000000000000 !important; }
.modal-backdrop{z-index:1000000000 !important;}

.modal-body{ overflow:hidden; padding-bottom:0px; padding-top:0px;}
.modal-body .scrapcar-contact-form li{ margin-right:0px !important; padding-right:0px;}
.modal-body .scrapcar-contact-form li:last-child{ margin-bottom:0px;}
.modal-body .scrapcar-contact-form li label{ display:block; width:20%; float:left; position:relative; top:0px; color:#000;}
.modal-body .scrapcar-contact-form li input{ display:block; width:80%; float:left; font-size:14px; color:#000;}
.modal-body .scrapcar-contact-form li textarea{ display:block; width:80%; float:left;}
.modal-body .scrapcar-contact-form li select{ display:block; width:80%; float:left;}
.modal-body .scrapcar-contact-form li .fa{display:none;}
.modal-body .scrapcar-contact-form li textarea{padding-top:10px;}
.modal-header{padding-top:0px; padding-bottom:0px; margin-bottom:10px;}
.modal-header .close{ background:#003e85; opacity:1; padding:5px; color:#fff; position:relative; top:-13px; right:-32px; width:30px; height:30px;}
.modal-dialog{animation-duration:0.6s !important;}


#forgot-email .form span{ display:block; margin-bottom:10px;}
#forgot-email .col-md-12{margin-bottom:15px;}

.popup .btn{background:#fff;}
.popup .btn:hover{ background:#223a6c; color:#fff;}

.salary-range li{ float:left; width:49%;}
.ui-state-active{ background:#2c477e !important;}


.part1.membership-list-section{width:50%;}

.committees.zonal-offices li{ width:100%;}
.zonal-offices h4{ text-align:left !important; margin-top:5px !important; position:relative;}


.proceed-btn{font-size:15px; padding:10px 25px;}
.memner-list-tab-wrap{height:auto	;}

.memner-list-tab{ width:270px; background:#f8f8f8; padding:15px;}
.memner-list-tab li a{ font-size:13px; color:#000; display:block; padding:8px 10px; font-weight:500; transition:all 0.4s;}
.memner-list-tab li a:hover{ background:#2c477e; color:#fff;}




.acc h4.hd{ display:block; padding:15px 15px; color:#fff; background:#4267B2; position:relative; cursor:pointer; margin:0px; font-size:15px !important; border-bottom:1px dashed rgba(255,255,255,0.2);}
.acc h4.hd.act{pointer-events:none !important;  background:#183980 !important;}
.acc h4.hd .plus-minus-toggle{ top:10px; right:-10px;}
.acc h4.hd .plus-minus-toggle:before{ background:#fff; }
.acc h4.hd .plus-minus-toggle:after{ background:#fff; }
.acc h4.hd{transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s;}
.acc h4.hd:hover{ background:#183980 !important;}

.acc .box{ padding:15px; border:1px solid rgba(0,0,0,0.1); display:none;}
.acc .box .text-sml{color:#000; font-size:14px;}
.acc .box h4{font-size:15px; color:#000;}

.acc .box .btn{ float:right;}
.acc .box .btn .fa{color:rgba(0,0,0,0.7);}
.acc .box .btn:hover .fa{ color:#fff;}

.acc .box iframe{width:100%; height:250px;}

#contact{ width:985px; padding-right:20px;}

.contact{padding-bottom:0px;}

.newsletter a{ color:#000;}

.newsletter-row{  padding:25px; padding-bottom:15px; margin-bottom:15px; border-bottom:2px solid #4267B2;}
.newsletter-row:nth-child(odd){background:#f7f7f7;}
.newsletter-row:nth-child(even){background:#eff4ff;}
.newsletter-row h4{ margin-bottom:20px;}

.newsletter-tab{ float:right; margin-bottom:20px;   overflow:hidden; position:relative; right:-3px;}
.newsletter-tab li a.act{ background:#4267B2 !important; color:#fff !important;}


.membership-form form ul li{width:50%;}
.membership-form form ul li label{ line-height:25px !important;}
.membership-form form ul li  textarea{height:45px !important;}
.membership-form form ul li input{color:#000 !important;}
.membership-form form ul li textarea{color:#000 !important;}
.membership-form form ul li input:hover{ border:1px solid #4267B2 !important;}
.membership-form form ul li input:focus{ border:1px solid #4267B2 !important;}
.membership-form form ul li textarea:hover{ border:1px solid #4267B2 !important;}
.membership-form form ul li textarea:focus{ border:1px solid #4267B2 !important;}

.membership-form form button{background:none;}


.tables tr.bg-blue { background:#365699 !important;}
.tables tr.bg-blue th{ padding:15px 10px; font-weight:500; border-right:1px solid rgba(255,255,255,0.1); text-align:left;}
.tables td{ color:#000; font-size:12px; line-height:22px !important; font-weight:500; text-align:left; }
.tables td a{color:#000;}
.tables .middle-hd td{font-size:17px !important; font-weight:500; padding:15px 15px !important;}

.tables tr:hover{ background:#f1f6ff;}


.awards-list li:before{display:none;}
.awards-list li{padding-left:0px; margin-bottom:30px;}


.login-page .bg-light2{ padding:25px; background:#f4f4f4;}

.register-box{ background:url(../images/register-box.jpg) no-repeat top center; background-size:cover; padding:25px;}
.register-box *{color:#fff !important;}
.register-box .btn{  background:#A1C87C !important; color:#000 !important; font-weight:600 !important;}
.register-box .btn *{color:#000 !important;}
.register-box .btn .fa{ position:relative; top:2px;}
.register-box .btn:hover{}
.register-box .text-sml{line-height:30px;}


.register-form ul li{width:50%; float:left;}
.register-form label{ display:block; width:100%; float:left; position:relative; top:10px;}
.register-form .field{ display:block; width:100% !important; float:left;}
.register-form .textarea{ display:block; width:70% !important; float:left;}

.register-form .choose{ width:100%;}
.register-form .choose select{ width:49% !important;}
.register-form select{ font-size:15px !important;}




.form-container {
display:inline-block !important;
width:50%;
	float:left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

/* Hide the browser's default checkbox */
.form-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.gst-tab{display:none;}
.gst-pan-tab{display:none;}

.form .file{ width:96%; height:100%; position:relative; top:0px; left:0px; background:#fff;  overflow:hidden; cursor:pointer;}
.form .file  span{ display:block; width:50%; height:40px; background:#555e6f; color:#fff; text-align:center; font-size:17px; padding-top:6px; cursor:pointer;
	cursor:pointer;}
.form .file label{float:right; position:relative; top:-30px; left:60%;}

.file-input{ position:absolute; top:0px; left:0px; z-index:100; opacity:0;}


.read-more{ font-weight:500; float:right; margin-top:-47px; font-size:13px; color:#000;}
.read-more .fa{ margin-left:5px; position:relative; top:2px;}
.read-more:after{background:#274179 !important;}
.read-more:hover{color:#29447d;}

.read-more-static{ position:relative !important; float:none !important; margin-top:0px !important;}



.job-delails .company-name img{ top:0px;}

.apply-popup{ width:28%; height:auto; position:absolute; top:14%; right:-100%;  z-index:100000; box-shadow:0 10px 21px 10px rgba(0,0,0,.1);
	padding:25px;}
	
.apply-popup .field{background:#fff !important;}	
.apply-popup .file{background:none !important;}
	
.apply-popup.open{right:0px !important;}	
	
.apply-popup h3{margin-top:0px; margin-bottom:25px;}	

.apply-popup .col-md-12{ margin-bottom:15px;}



.apply-popup .closed{ position:absolute; top:-10px; left:-10px; font-size:40px; color:#21386a; cursor:pointer;}

.contact-list *{ font-weight:500;}

select{background:none !important;}

#lightgallery{position:relative; left:7px;}
#lightgallery li{ padding:0px; margin:8px; width:31%;}
#lightgallery li{ position:relative;}
#lightgallery li .overlay{ position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,0.7); cursor:pointer;
	opacity:0; transition:all 0.4s;}
#lightgallery li .overlay:before{ content:''; width:90%; height:85%; position:absolute; top:7%; left:5%; border:1px solid #fff;}

#lightgallery li .overlay img{ position:relative; top:40%; left:45%; width:36px !important; height:auto;	}
#lightgallery li:hover .overlay{ opacity:1;}


.otai-journal{ background:url(../images/shadow.png) no-repeat top -70px center;}
.otai-journal li{padding-left:0px; width:50%; float:left;}
.otai-journal li:before{ display:none;}
.otai-journal li span a{ font-size:12px !important;}
.otai-journal li  a{font-weight:500;}



/*======================================
          New CSS start Here
=========================================*/

ul{padding: 0px; margin: 0px;}
ul li {list-style: none; display: inline-block;}

ul.headerlink a {
    color: #29447d;
    font-weight: 500;
    padding: 0px 5px;
}

ul.headersocial {
    padding-left: 10px;
}

ul.headersocial a {
    font-size: 23px;
    display: inline-block;
    margin-top: -5px;
}

ul.headersocial li:nth-child(1) a {
    color: #4267B2;
}

ul.headersocial li:nth-child(2) a {
    color: #DD2A7B;
}

ul.headersocial li:nth-child(3) a {
    color: #0e76a8;
}

ul.headersocial li:nth-child(4) a {
    color: #1DA1F2;
}

nav.transition {position: relative;}

.headercontact {
    position: absolute;
    top: 0;
    right: 0%;
    background: #ffc13b;
    height: 100%;
    padding: 13px 41px;
}

.headercontact a {
    color: #000;
    font-size: 18px;
}

.headercontact a:hover {
    color: #000;
}

.side-menu {
    width: 300px;
    position: relative;
    top: 0;
    float: left;
    height: 558px;
    overflow-y: scroll;
    background: #355698;
    padding: 0 !important;
    color: #fff;
}

.slider-wrapper {
    width: calc(100% - 300px);
    height: auto;
    padding: 0px 0px;
    float: right;
}

.side-menu h3 {
    background: #ffc13b;
    margin: 0;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    padding: 10px;
    padding-left: 25px;
}

.side-menu li {
    display: block;

    }

.side-menu li a {
    display: block;
    padding: 3px 0 2px 25px;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #2e4a86;
    text-decoration: none;
    font-size: 15px;
}

.side-menu li a:hover {background: #ffc13b;}

section.home-mainsec {
    position: relative;
    height: 560px;
}

section.homeform-sec {
    padding: 35px 85px;
}

.headingbox {
    text-align: center;
    padding-bottom: 45px;
    width: 85%;
    margin: auto;
}

.headingbox h3 {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.product-img {
    height: 165px;
    width: 100%;
    overflow: hidden;
}

.product-content {
    background: #2a4680;
    color: #fff;
    padding: 12px;
}

.product-content h4 {
    font-size: 16px;
    margin: 0;
}



.headingbox h3:before {
    content: "";
    width: 85px;
    position: absolute;
    border-bottom: 2px solid #2a467f;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section.brand-sec {
    padding: 45px 0px;
    background: #eee;
}

/*.brandimg {*/
/*    width: 80px;*/
/*    margin: auto;*/
/*}*/


.heading-us {
    font-size: 15px;
    margin-top: 8px;
    font-weight: 700;
}

div#brand-slider .item {
  background: #fff;
  padding: 15px;
  margin-left: 10px;
  filter: grayscale(1);
  transition: .4s;
}

div#brand-slider .item:hover {
  filter: grayscale(0);
}

.press-main {
    display: flex;
}

.press-right {
    width: 50%;
    padding: 30px 30px;
    border: 1px solid #eee;
}

.press-left {
    width: 50%;
}

.press-right span.date-press {
    font-weight: 600;
    color: #999;
}

.press-right h3.press-title {
    font-weight: 600;
    color: #3e3e3e;
    letter-spacing: 1px;
}

.press-right p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #6f6f6f;
}

a.btn-custom.readmore {
    display: inline-block;
    margin-top: 12px;
    text-transform: uppercase;
}

.press-sec {padding: 45px 0px;}

.categorylist li {
    display: block;
    margin: 0;
    padding-left: 20px;
    background: #28427b;
    line-height: 37px;
    border-bottom: 1px solid #5d76aa;
}

.img-captin img {
    width: 100%;
}

.img-captin {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.section-wrapper .caption h4 {
    font-weight: 500;
    background: #28427b;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px;
    position: relative;
    left: -10px;
    margin: 0;
    width: 109%;
    color: #fff;
    margin-bottom: 18px;
}

.read-more.product-r {
    position: absolute;
    top: -5px;
    margin: 0;
    background: #ffc13b;
    width: 100%;
    left: -100%;
    padding: 10px;
    text-align: center;
}


.right-choice-section .section-wrapper:hover .read-more.product-r {left: 0;}

.productright-text .headingbox {
    text-align: left;
    width: 100%;
    padding-bottom: 10px
}

.productright-text .headingbox h3 {padding-bottom: 8px;}
.productright-text .headingbox h3:before {right: auto;}

.productright-text {
    padding-left: 25px;
    padding-right: 100px;
}

.productright-text p {
    line-height: 25px;
}

.productleft-img {
    width: 445px;
    height: 380px;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #ddd;
    float: right;
}

.productleft-img img { height: 100%; }

section.product-detaile {
    padding: 65px 0px;
}


.item.right-choice-section {
    margin: 5px;
}

section.product-detaile-slider .headingbox { padding-bottom: 10px; }

section.product-detaile-slider {
    background: #eee;
    padding: 35px 0;
}

span.barsbtn, span.sidenavbtn {display: none;}


/* .....product image slider..... */
.products-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumbnail-container img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail-container img:hover {
    border: 2px solid #000;
}

.slider-container {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border: 2px solid #ddd;
    touch-action: pan-y;
}

.slider-container {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border: 2px solid #ddd;
    margin: auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.slider img:hover {
    transform: scale(1.2);
}

.prev-btns, .next-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.prev-btns { left: 10px;}
.next-btns { right: 10px; }

.thumbnail-containers {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.thumbnail-containers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.thumbnail-containers img {
    width: 80px;
    height: 80px;
    margin: 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail-containers img:hover {
    border: 2px solid #000;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    .thumbnail-container {
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
        order: 1;
    }
    .slider-container {
        order: 0;
    }
}

@media (min-width: 769px) {
    .container {
        flex-direction: row;
    }
    .thumbnail-container {
        flex-direction: column;
    }
}

/* .....product image slider end..... */


#product-catalog{
    display: flex;
    gap: 20px;
}

#phone-no {

    margin-left:150px;
}

#camera-icon i{
    background-color:  #3c4094;
    color: white;
    padding: 4px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 15px;
    align-items: center;
}

#camera-icon h3{
    color:  #3c4094 ;
}
#career h3 , p{
    color:  #3c4094;
}
#application h3{
    color:  #3c4094;
}
#application h4{
    color:  #3c4094;
}
.download-icon i{
    background-color:  #3c4094;
    color: white;
    padding: 4px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 15px;
}
#product-enquiry{
    margin-left: 35px;
}
#product-catalog h3{
    color: #3c4094;
}
.thumbnail-container{
    margin-top:-50px;
}
#img-card-cont{
    border-radius: none;
}

.card{
    padding: 20px;
}

/* ....career.. */


.career-from {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0px 20px 20px 20px; 
}
.form-containers {
    width: 100%;
    max-width: 800px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}
.form-rows {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.form-rows input {
    width: 60%;
}
.form-rows input:nth-child(2) {
    margin-left: 20px;
}
.form-containers input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.form-containers input[type="file"] {
    width: 100%;
    margin-top: 15px;
    font-size:12px;
}
.submit-btns {
    width: 100%;
    padding: 10px;
    background-color: #3c4094;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 20px;
}
.submit-btn:hover {
    background-color:  #3c4094;
}
.form-rows input[placeholder]{
    font-size:12px;
}

@media (max-width: 600px) {
    #career{
    margin-top:100px;
}
    .career-from {
        padding: 10px;
    }

    .form-container {
        padding: 20px;
    }
    .form-rows {
        flex-direction: column;
        gap: 10px;
    }
    .form-row input {
        width: 100%;
        margin-left: 0; 
    }
    .submit-btns {
        padding: 12px;
        font-size: 14px;
    }
    .form-rows input:nth-child(2) {
    margin-left: 0px; 
}

}

.contact-containers {
    max-width: 1400px;
    margin: auto;
    padding: 40px;
    background: #fff;
    border-radius: 0px;
}


#contact-add{
    margin-top: 22px;
    color: black;
}
#mail-icons{
background-color: #003e85;
}
.contact-info {

    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
}
.form-control {
    padding: 10px;
}
textarea.form-control {
    padding: 10px;
}
.contact-containers input{
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-containers input[placeholder]{
    font-size:13px;
}

#location-map{
    margin-top:40px;
}
.email-id-icon{
    background-color: #003e85;
}








