/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
 
 body {
padding:0;
margin:0;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.7);
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader end*/

.clr{clear:both;}


.customcontainer {
    width: 1100px;
}


.gap{padding:100px 0 40px;}

.nogap{padding:0;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:2000;
}

.headertop{background:#000; text-align:right; padding:2px 10px;
}

.headerresponsive{display:none;}
.header{display:block;}

header{}

.title{padding:10px 0;}

h2>a {
    padding:0 0 0 10px;
	color:#ffffff;
	font-family: 'Anton'; font-size: 38px;
	text-decoration:none;
}

h2>a:hover {color:#ffffff; text-decoration:none;}

.nav-link {
    padding: .2rem 1rem;
}

.navbar{
-webkit-box-shadow: -1px 2px 5px 4px rgba(245,228,115,1);
-moz-box-shadow: -1px 2px 5px 4px rgba(245,228,115,1);
box-shadow: -1px 2px 5px 4px rgba(245,228,115,1);
}

.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	border:solid 4px transparent;
	font-size:13px;
	font-family: "Oswald", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:4px 10px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background:#f6ce20;
	color:#000000;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: #111547;
    background: #f6ce20;
}

.navbar-dark {
    position: relative;
    padding:0 10px;
    background:#ffffff;
	}	
	
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color:#f6ce20;
	color: #000000;
}	

.navbar-toggler {
    padding:2px 5px;
}

.dropdown-item {
    font-size:14px;
	border-bottom:solid 1px #cccccc;
	font-family: "Oswald", sans-serif;
}

.dropdown-item:last-child {border-bottom:0;}

.dropdown-item:hover {
    background:#f6ce20;
	color:#000000;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
}


h1, h2, .whatwedo_heading {font-size:35px; padding:3px 0 15px; margin-bottom:30px; position:relative; font-family: "Oswald", sans-serif; color:#f6ce20;}

h1:before, h2:before{content:""; position:absolute; left:0; right:0; margin:auto; bottom:10px; width:100px; height:2px; background-color:#f6ce20; z-index:100;}

.whatwedo_heading:before{content:""; position:absolute; left:0; margin:auto; bottom:10px; width:100px; height:2px; background-color:#f6ce20; z-index:100;}

h1 > span, h2 > span {padding:3px 0 15px; position:relative; font-family: "Oswald", sans-serif; color:#262281;}

.modal-title{font-size:24px; color:#900; font-family:'Dancing Script';}

.modal {z-index: 3000;}

.content{text-align:justify; margin:5px 0 25px; font-size:18px;}

#contentwrapper, #testimonialwrapper {
	padding:3% 0 3%;
}

#achievement {background:url(../images/achievementbg.png) no-repeat fixed; padding:5% 0 6%;}

.homeimg{float:left; padding:10px 10px 10px 0; width:300px; height:auto;}

.newsevents p{padding:10px 10px 20px;  overflow:hidden; border-radius:10px; border:solid 2px #f6cf27;
height:310px; font-size:14px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
background: rgb(149,149,149); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */

}

.newsevents p > marquee > a{color:#ffffff;}

.get_evolved img, .our_works img{margin-bottom:20px;}

.our_works a, .knowledge_section a{padding:10px; color:#ffffff; width:130px; margin-bottom:20px; display:block; font-weight:bold; text-decoration:none; font-family: "Oswald", sans-serif; transition:ease-in all 0.4s;}

.our_works a:hover, .knowledge_section a:hover{background:#f6ce20; color:#000000;}

.our_works img {box-shadow: -7px 8px 2px 0px rgb(255 235 59 / 52%);}

.knowledge_section > div > div > .fa{font-size:126px; color:#d0c492; transition:ease-in all 0.4s;}

.knowledge_section > div :hover .fa{color:#3b3d77;}


.counter{font-size: 60px; font-weight: 600;}
#achievement strong{font-size: 20px; font-weight:600;}


.our_works strong, .knowledge_section strong{color:#56588d; font-size:18px;}

.feedback{padding-top:13%; padding-bottom:30px;}
.feedback span{background:#e90000; color:#ffffff; font-weight:bold; padding:10px; border-radius:25px; font-size:20px; border:solid 10px #ffffff;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

}

.button{border:solid 1px #ffffff; border-radius:25px; width:auto; color:#ffffff; padding:5px 15px;}

.viewdetails{padding:1px 5px; font-size:14px; margin-top:2px; margin-bottom:2px;}

.whatwedo{
	color:#ffffff;
	padding:3% 4% 3%;
	background-color:#4b4848;
}
.whatwedo span{background:#f6ce20; padding:15px 10px 10px; color:#000000; border-radius:30px;}
.whatwedo span > a{color:#000000; font-size:27px; text-decoration:none; font-weight:bold; font-family: "Oswald", sans-serif;}
.whatwedo img{margin-bottom:20px;}

.chairmanspeech, .bankdetails {
	padding: 3% 4% 3%;
    background-color: #f4edd1;
}

.bankdetails table {font-weight:600;}
.bankdetails table td {padding:7px 0;}


.home_workshop ul{padding:0; margin:0;}
.home_workshop ul li{list-style-type:none;}
.home_workshop ul li a{display:block; text-decoration:none; color:#ffffff; background:#30679f; margin:2px 0; padding:5px;}
.home_workshop ul li a:hover{color:#000000; background:#f6ce20;}

.img-portfolio{
	margin:0 0 20px;
}

.img-portfolio:hover .img{

}

.img-portfolio > .image > h5, .img-portfolio > .image2 > h5{
	display:block;
	height:40px;
	margin:0 auto 10px;
	padding:5px 0;
	color:#3a3a3a;
	font-size:16px;
	text-align:center;
}

.border {border:solid 1px #cccccc!important;}

.gallery > div > div{background:#fff9ef; padding:6px; margin:10px auto; width:95%; position:relative;
    -webkit-box-shadow: -1px 3px 5px 0px rgb(247 79 33);
    -moz-box-shadow: -1px 3px 5px 0px rgba(247 79 33);
    box-shadow: -1px 3px 5px 0px rgb(247 79 33);
}
.gallery > div > div > div{width:100%; overflow:hidden; position:relative;}
.gallery > div > div > div > a >img{transform:scale(1); transition:ease-out 0.3s;}
.gallery > div > div > div > a >img:hover{transform:scale(1.1); transition:ease-out 0.3s;}

.gallery > div > div > div{width:100%; overflow:hidden; position:relative;}

.gallery > div > div > h6{padding:10px 0 0; height:40px; font-weight:bold; color:#352929;}

.pagen1 {
    font-size: 12px;
    text-align: justify;
    padding: 6px;
    color: #FFFFFF;
    text-align: justify;
    background: #b8161d;
    width: 80px;
    height: 16px;
    border: 1px solid #999;
}

.pagen {
    padding: 6px;
    color: #039;
    text-align: justify;
    font-size: 12px;
    width: 80px;
    height: 16px;
    border: 1px solid #525252;
    font-weight: bold;
    text-decoration: none;
    margin: 1px;
}


#next {
    background: none;
    color: #797474;
    font-weight: bold;
    border: solid 1px #797474;
    padding: 2px 10px;
    outline: none;
    margin: 0 auto 20px;
	font-size:14px;
    display: block;
}

.document > div, .bankdetailscontent > div {
	position:relative;
	border: solid 2px #cccccc;
    padding: 10px;
    margin: 10px 0;
	font-style:italic;
	color:#120c9f;
}

.bankdetailscontent > div {border:0; font-style:normal; color:#000000;}

.document > div:after, .bankdetailscontent > div:after {
	content:"";
	background:url(../images/documentbg_shadow.png) no-repeat bottom;
	position:absolute;
	bottom:-8px;
	width:100%; height:20px;
	left:0; right:0;
}

.scrollTop {
  position: fixed;
  right:4px;
  bottom: 10px;
  background-color: #f6ce20;
  padding:0 20px;
  border-radius:50%;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index:1000;
}

.scrollTop a {
  font-size: 43px; color: #000000; font-weight:bold; text-decoration:none;
}

footer{background:#000000; color:#ffffff; font-weight:bold; font-size:14px;}

.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:3% 3% 0;
   background-color:#222222;
   color:#ffffff; 
}

.footernav ul{padding:0; margin:0;}
.footernav ul li{}
.footernav ul li a{padding:5px 0 5px 4px; color:#ffffff; display:block; text-decoration:none;}
.footernav ul li a:hover{color:#f6ce20;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

footer > div > p > a {color:#000000;}

.text-warning{color:#f6ce20!important;}

.btn-primary, .btn-primary:hover {
    color: #fff;
	background:#3b3d77;
    border:0;
	border-radius:7px;
}

.sociallink{width:100%;}
.sociallink > a{float:left!important; width:30px; margin:20px 10px 0 0;}

.map{margin:50px 0 0;}

.fa1 {
  padding: 10px;
  font-size: 18px!important;
  width: 36px;
  height: 36px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	background:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
	
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-search-plus {
  background: #f6ce20;
  color:#000000!important;
}

.fa2 {
  padding: 10px;
  font-size: 44px!important;
  width: 44px;
  height: 44px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa2:hover, .fa2:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa2-facebook, .fa2-twitter, .fa2-youtube, .fa2-search-plus {
  color:#ffffff!important;
}


.form-control {
    color: #002b59;
    background:#ffffff;
    border-bottom: 1px solid #002b59;
	border-radius:0;
	outline:none;
}

::-webkit-input-placeholder { /* Edge */
  color: #002b59!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #002b59!important;
}

::placeholder {
  color: #002b59!important;
}

.captionad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    color: #fff;
    text-align: center;
    background-color: #ef1c2b;
    border: solid 1px #ffffff;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.captionad > a {color:#ffffff;}

.socialicon {
    width: 41px;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
}

.btn-dark {
    color: #fff;
    background-color: #0198be;
    border-color: #0198be;
}

.btn-warning{color:#000000;}


/* product details */
.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 400px;
  height: 400px;
  float: none;
  margin: 10px auto;
  border:solid 6px #cccccc;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.carddetails{margin-top:50px;}
.carddetails > span{font-size:17px; display:block; margin:9px 0;}
.carddetails > span > strong{color:#f20909;}

.table tr>th{color:#f20909;}
/* product details */

/* Screen larger than 600px? 2 column */
@media (min-width: 700px) {
  .grid-container { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .grid-container { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {

.navbar-dark {
	background:none;
    background-color:#ffffff;
	}		
	
	
.navbar-dark .navbar-nav .nav-link  {
	border:0;
	border-bottom:solid 1px;
	font-size:12px;
	padding:5px;
	margin:0 3px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover  {
	border:0;
	border-radius:0;
	transition:ease all 0.5s;
}

.customcontainer {
    max-width:100%;
}

.headertop{border-bottom:solid 1px #ffffff;}

header > div{
	padding:15px 0;
	width:100%;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
}

h1 {font-size:25px; padding:25px 0 15px; font-weight:bold;}

h2 > a {font-size:22px; padding:0 0 0 0;}


/* product details */
.carddetails{margin-top:0px;}
.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 100%;
  height: 400px;
  float: none;
  margin: 10px auto;
}
/* product details */

.chart .a{font-size:20px; background:#ffffff; padding-top:10%; padding-bottom:30px;}


}

@media (max-width: 800px) {
.navbar{position:relative!important; z-index:1000; width:100%;
}

.home_workshop ul li a{padding:2px 5px;}

#contentwrapper {
	padding:0;
}


.fixed-top {
    position: relative;
    z-index: 1030;
}
.gap{padding:3px 0;}

.img-portfolio > .image > span, .img-portfolio > .image2 > span{
	height:auto;
}

.client .leftblock{width:90%;}
.client .rightblock{width:10%;}

.counter{font-size: 40px;}

}

@media (max-width: 660px) {
.navbar-dark .navbar-toggler {
    margin-top:0;
}
}


@media (min-width: 992px){
.container {
    max-width: 95%;
}
}

@media (min-width: 768px){
.container {
    max-width: 95%;
}
}