@font-face {
    font-family: MontserratBlack;
    src: url(./font/Montserrat-Black.ttf);
  }
  @font-face {
    font-family: MontserratBold;
    src: url(./font/Montserrat-Bold.ttf);
  }
  @font-face {
    font-family: MontserratLight;
    src: url(./font/Montserrat-Light.ttf);
  }
  @font-face {
    font-family: MontserratSemiBold;
    src: url(./font/Montserrat-SemiBold.ttf);
  }
  @font-face {
    font-family: MontserratRegular;
    src: url(./font/Montserrat-Regular.ttf);
  }
  @font-face {
    font-family: MontserratMedium;
    src: url(./font/Montserrat-Medium.ttf);
  }

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: rgba(14, 14, 44, 0) !important;
}

html{
    overflow: hidden;
}
.homebg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/analysis-banking-business-1451448.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 720px;
    width: 100%;
    background-size: 100%;
    position: relative;
}

.bg-custom-1 {
    background-color: #85144b;
  }
  
  .bg-custom-2 {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  }

@media only screen and (max-width: 600px) {
    .homebg {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/analysis-banking-business-1451448.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 430px;
    }
    .navbar-brand img {
        width: 120px !important;
    }
    #footer img {
        width: 100px !important;
    }
}


.navbar-brand img{
    height: auto;
    margin:auto;

}
 
.whatwedo .socialbar {
    width: 260px;
    height: 220px;
    margin-bottom: -50px;
    margin-left: 140px;
    padding-top: 10px;
   
}
.socialbar a i{
    color: black !important;
}

.socialbar a i:hover{
    color: #884900 !important;
}

.socialbar a i social-icons{
    color: white !important;
}

.socialbar a i social-icons:hover{
    color: #884900 !important;
}


@media only screen and (max-width: 600px) {
    .socialbar {
        height: auto;
        margin:auto;
        align-content: center;
        align-items: center;
        width: 100%;
        float: none;
    }
  }

  .nav-link {
    font-size: 16px;
}

.nav-item {   
    overflow: hidden;
}

.navbar-nav > li {
   
  
    align-content: center;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.navbar{
    background:  rgb(0, 0, 0.);
    margin-top: 0px;
    height: 120px;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    position: fixed;
 
}


@media only screen and (max-width: 600px) {
    .navbar {
        height: auto;
        margin:auto;
        align-content: center;
        align-items: center;
    }
  }

.navbar-toggler-icon {
    color: limegreen;
}

@media only screen and (max-width: 600px) {
    .navbar-toggler-icon {
        height: auto;
        margin:auto;
        align-content: center;
        align-items: center;
        width: 100%;
        float: none;
    }
  }

@media only screen and (max-width: 600px) {
    .navbar-toggler {
        height: auto;
        margin:auto;
        align-content: center;
        align-items: center;
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
  }
#navbarMenu {
    background: transparent !important;
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    left: 520px;
  
}
@media only screen and (max-width: 600px) {
    #navbarMenu {
        height: auto;
        margin:auto;
        align-content: center;
        align-items: center;
        width: 100%;
        float: none;
    }
  }
#navbarMenu ul li {
    display: inline-block;


    align-content: center;
    align-items: center;
    text-align: center;
}

#navbarMenu ul li a {
    float: left;
    display: block;
    padding: 12px;
    text-decoration: none;
    color:rgb(255, 255, 255);
    word-spacing: 4px;
    letter-spacing: .5mm;

    text-align: center;
 
    
}

#navbarMenu ul li a,
#navbarMenu ul li a:after,
#navbarMenu ul li a:before {
  transition: all .5s;
}

#navbarMenu ul li a:hover {
  color:#884900;
}

#navbarMenu.collapse ul li a {
  position: relative;
}

#navbarMenu.collapse ul li a:after,
.nav-link ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #884900;
  height: 1px;
}

#navbarMenu.collapse ul li a:hover:after {
  width: 100%;
}

#navbarMenu ul li a {
  transition: all 1s;
}

#navbarMenu ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}

#navbarMenu ul li a:hover {
  color: #a15805;
  z-index: 1;
}

#navbarMenu ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  opacity: 1;
}

.navbar-brand {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}

.navbar-brand {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@media only screen and (max-width: 600px) {
    .navbar-brand {
      margin:auto;
      width: 100%;
        align-content: center;
        align-items: center;
    }
  }


.contactus {
    padding: 5px 23px;
    background-color: #203864;
    border-radius: 20px;
    position: relative;
    top: 5px;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@media only screen and (max-width: 600px) {
    .navbar-brand {
      margin:auto;
      width: 100%;
        align-content: center;
        align-items: center;
    }
  }

  #w4 h1 {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    word-spacing: 3px;
    color: rgb(201, 201, 201);
    font-weight: bold;

}

#w4 h2 {
    margin-top: 180px;
    font-size: 54px;
    font-weight: lighter;
    letter-spacing: 2px;
    text-align: left;
    word-spacing: 3px;
    color: rgb(201, 201, 201);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.whatwedo {
    align-content: center;
    align-items: center;
}

.whatwedo .btn-outline-secondary {
    color: rgb(201, 201, 201) !important;
    border-radius: 0% !important;
}



.login .btn-outline-secondary{
    color:rgb(201, 201, 201);
    border-color:#975100 !important;
    background-color: #975100 !important;
    border-radius: 2px !important;
}

.login .btn-outline-secondary:hover{
    color: #975100 !important;
    border-color:#975100 !important;
    background-color: white !important;
}

.work h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #975100;
    font-weight: bold;
    font-size: 54px;
    padding-top: 160px;
}
.work h1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #975100;
    border-radius: 20px;
    position: relative;
    top: 40px;
}
#workpicture {
    height: 310px;
    overflow: hidden !important;
}

#workpicture .description{
    color: white;
    background-color: #203864;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    border-radius: 0rem;
}

#portfolioldmrbtn{
    margin-top: 8px;
    color: white;
    background: #203864;
    border-color: #203864;
    font-size: 18px;
    padding: 5px 30px;
}
#portfolioldmrbtn:hover{
    margin-top: 8px;
    color: #203864;
    background: transparent;
    border-color: #203864;
    font-size: 18px;
    padding: 5px 30px;
}

/*Start Section*/
#myCarousel{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("images/iStock-475297640a.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 420px;
    width: 100%;
    background-size: 100%;
    position: relative;

}
    
    
#myCarousel h2 {
	color: white;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 50px;
	text-transform: uppercase;
    display: inline-block;
  
}
#myCarousel h2::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 4px;
	border-radius: 1px;
	background: limegreen;
	left: 0;
	bottom: -20px;
}
.carousel {
    margin: 50px auto !important;
    padding-bottom: 80px;
    padding-top: 40px;
    background-color: #203864;
}
.carousel .carousel-item {
	color: limegreen;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 50px !important;
}
.carousel .media img {
	width: 75px;
	height: 100% !important;
	display: block;

    border: none !important;
}
.carousel .testimonial {
    color: white;
    position: relative;    
    background: transparent;
  
	padding: 15px;
	margin: 0 0 20px 50px !important;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: transparent !important;
	box-shadow: none !important;
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: whitesmoke
}
/*hold
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: transparent !important;
    text-shadow: none;
    top: 50px !important;

}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 16px;

 
}
.carousel-control-prev i{
    font-size: 46px;

    margin-right: 80px !important;
 
}

.carousel-control-prev {
	margin-right: 80px !important;
}
.carousel-control-next {
    left: auto;
  
}
.carousel-indicators {
 top: 340px;
  
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
    border-radius: 1rem;
    border: 0;
	margin: 1px 5px;
    box-sizing: border-box;
    background: white !important;
     
}
.carousel-indicators li {	
    background: rgba(128, 128, 128, 0.212) !important;
    border-radius: 1rem !important;
    color: rgba(255, 255, 255, 0.63);
}
.carousel-indicators li.active {
	color: rgb(255, 255, 255);
    background: white;
    border: 5px double;    
}
*/
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: limegreen;
}
/*End Section*/


#clients {
    position: relative;
    padding-bottom: 80px;
    background-color:white;
}

#clients img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#clients img:hover{
    -webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}
#clients h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #203864;
    font-size: 54px;
}
#clients h1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #203864;
    border-radius: 20px;
    position: relative;
    top: 40px;
}
#clients h2{
    font-family:  MontserratSemiBold;
    color: #203864;
    font-size: 26px;
}
#moreclients {
    height: 100px;
    overflow: hidden;
}
#moreclients div div{
    width: 20%;
    padding: 10px;
}
#clientbtn{
    margin-top: 8px;
    color: white;
    background: #203864;
    border-color: #203864;
    font-size: 18px;
    padding: 5px 30px;
}
#clientbtn:hover{
    margin-top: 8px;
    color: #203864;
    background: transparent;
    border-color: #203864;
    font-size: 18px;
    padding: 5px 30px;
}
#stack h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #884900;
    font-size: 54px;
}
#stack h1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #884900;
    border-radius: 20px;
    position: relative;
    top: 40px;
}
#stack h2{
    font-family:  MontserratSemiBold;
    color: #884900;
    font-size: 26px;
}
#services h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(58, 58, 58);
    font-size: 54px;
}
#services h1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgb(58, 58, 58);
    border-radius: 20px;
    position: relative;
    top: 40px;
}

#stack img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#stack img:hover{
    -webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}
#services div div {
    border-color: #62789d !important;
}
#services div div p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(58, 58, 58);
}

#aboutus {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/ILRAA\ mcp.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
  
 
    background-size: 100%;
    position: relative;
}


#aboutus h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 54px;
}
#aboutus h1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 20px;
    position: relative;
    top: 40px;
}
#aboutus h2 {
    font-family:  MontserratSemiBold;
    color: #884900;
    font-size: 30px;
}
#aboutus p {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

#aboutus .aboutimg p {
    font-size: 11px;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {

    #w4 h2 {
        font-size: 30px !important;
    }
    #w4 h1 {
        font-size: 15px !important;
    }
    .login .btn-outline-secondary{
        font-size: 10px !important;
    }

    .work h1 {
        font-size: 30px !important;
        padding-top: 235px;
    }
    .work h1 i {
        width: 13px !important;
        height: 13px !important;
        top: 23px !important;
    }
    #portfolioldmrbtn {
        font-size: 13px !important;
    }
    #clients h1 {
        font-size: 30px !important;
    }
    #clients h1 i {
        width: 13px !important;
        height: 13px !important;
        top: 23px !important;
    }
    #clients h2{
        font-size: 19px;
    }
    #clients div div {
        padding: 0 !important;
        width: 90%;
        margin: auto;
        padding-left: 5% !important;
    }
    #moreclients {
        height: 348px;
    }
    #moreclients div div{
        width: 100% !important;
        padding: 10px;
    }
    #services h1 {
        font-size: 30px !important;
    }
    #services h1 i {
        width: 13px !important;
        height: 13px !important;
        top: 23px !important;
    }
    #stack h1 {
        font-size: 30px !important;
    }
    #stack h1 i {
        width: 13px !important;
        height: 13px !important;
        top: 23px !important;
    }
    #stack h2{
        font-size: 19px;
    }
    #aboutus h1 {
        font-size: 30px !important;
    }
    #aboutus h1 i {
        width: 13px !important;
        height: 13px !important;
        top: 23px !important;
    }
    #aboutus h2{
        font-size: 19px;
    }
    #aboutus p {
        font-size: 15px;
    }
    .aboutimg {
        padding: 10px 6px;
    }
    #aboutus .aboutimg p {
        font-size: 9px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    
    .work img {
        height: 173px !important;
    }
    .work h1 {
        padding-top: 110px !important;
    }
    #moreclients {
        height: 70px;
    }
    #stack h1 {
        font-size: 35px !important;
    }
    #stack h1 i {
        width: 15px !important;
        height: 15px !important;
        top: 25px !important;
    }
    #aboutus h1{
        font-size: 50px;
    }
    #aboutus h2{
        font-size: 16px;
    }
    #aboutus h2{
        font-size: 19px;
    }
    #aboutus p {
        font-size: 15px;
    }
}


/*aboutussection*/
#w1 h1 {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    word-spacing: 3px;
    color: black;
    font-weight: bold;
 
}

#w1 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    word-spacing: 3px;
    color: black;
    font-weight: bold;
    margin-top: 0px;
   
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#w1 h2:hover {
    color: #884900;
}

#w2 h2:hover {
    color: #884900;
}

#w3 h2:hover {
    color: #884900;
}
#w4 h2:hover {
    color: #884900;
}
.divider1 {
    width: 100px;
}

.login p{
    margin-top: 50px;
    transition: width 2s;
}

.login a p{
    display:none;
    color: white;
    font-size: 14px;
    text-align: center;
    transition: width 2s;
}

.login a:hover p {
    display:block;
    text-align: center;
    color: white;
    font-size: 14px;
    transition: width 2s;
}

.zoom {
    transition: transform .3s;
}

.zoom:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .zoom:hover {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Safari 3-8 */
        transform: none;
        position: relative;
        z-index: 2;

    }
}

.fa-2x {
    font-size: 1.5rem;
    color: rgb(32,55,100);
}

.fa-twitter:hover {
    color: rgb(32,55,100);
}

.fa-facebook:hover {
    color: rgb(32,55,100);
}
.fa-instagram:hover {
    color: rgb(32,55,100);
}
.fa-icon-upwork:hover {
    color: rgb(32,55,100);
}
.fa-linkedin:hover {
    color: rgb(32,55,100);
}

.navsection .container .row {
    width: 100%;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:rgb(32,55,100);
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #a15805 ;
}
@media only screen and (max-width: 600px) {
    nav > div a.nav-item.nav-link.active:after {
        left: 0;
    }
  }


.work img {
    height: 250px;
    background-size: 100% 100%;
}


.overlay {
	background-color: rgba(48, 26, 146, 0);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.overlay:hover {
    opacity: 0;
}
#footer {
    color:rgb(131, 130, 130);
    background-color: #0f2041 !important;
    padding-bottom: 1.7%;
    font-size: 11px;
    text-align: left;
    width: 100%;
    margin-top: auto !important;
}
#footer .cright{
    color: gray;
    background-color: #1e3053;
    height: 30px;   
}
#footer a {
    color: gray !important;
}

#footer a:hover {
    color: #a15805 !important;
}

.footer-contact h5 {
    font-size: 12px;
    padding: 1px;
}

.footer-contact h4 {
    color: rgb(32, 100, 55);
}

#footer .copyright {
    text-align: left;
    padding-top: 6px;
    font-size: 10px;
    margin-left: 140px;
}

#footer .credits {
    text-align: left;
    font-size: 11px;
    color: limegreen;
}

.fa-twitter:hover {
    color: #a15805;
}

.fa-facebook:hover {
    color:#a15805;
}

.fa-instagram:hover {
    color:#a15805;
}

.fa-icon-upwork:hover {
    color:#a15805;
}

.fa-linkedin:hover {
    color:#a15805;
}

.aboutus {
    text-align: left;
}

.footer-info img {
    margin-top: -10px;
    margin-left: -30px;
}
#navbarMenu {
    position: fixed;
    z-index: 99999999999;
    background: rgba(0, 0, 0, 0.9);
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
}
#navbarMenu ul li {
    display: block;
    text-align: left;
}
#myBtntop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }

  #myBtntop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }




  .herothree .item{
    display:none;
    background-color:#333;
    height:200px;
    margin:10px 0;
    border:1px solid #ccc;
  }


  .herotwo {
    width: 100%;
    float: left;
    background: url(../../assets/img/hero-bg-2.png) no-repeat;
    background-size: inherit;
    background-position: right center;
    padding: 280px 0 130px;
    position: relative;
    overflow: hidden;
}


.herothree {
    display: block;
    align-items: center;
    justify-content: space-between;
}