@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: 'Montserrat', sans-serif;
}
/* text  */

h1{font-size: 48px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  } 
  
h2{font-size: 44px !important;
  font-weight: 600 !important;
  } 
  
h3{font-size: 32px !important;
  font-weight: 600 !important;
  }

h4{font-size: 30px !important;
  font-weight: 600 !important;
  } 
  
h5{font-size: 24px !important;
  font-weight: 600 !important;
  } 

h6{font-size: 16px !important;
  font-weight: 600 !important;
  }   
  
p{font-size: 20px !important;
  font-weight: 300 !important;
  color: #959baf;
  }

/* --- common --- */
.container {
  position: relative;
  text-align: left;
  color: white;
}
.marginauto{margin: auto;}
.section{
	padding: 100px 0;
}
.section-top-padding{
	padding: 100px 0 0 0;
}
.textcolor{color: #cad0e5;}
.textcolorgreen{color: #8bb600;}
.marginauto{margin: auto;}
.textcenter{text-align: center;}

/* Navbar */
.navtetx{text-color:#cad0e5}
.pa{position: absolute;}
.right{float: right;}
.ptb{padding-top: 20px;
  padding-bottom: 20px;
}
.marginauto{margin: auto;}
.nav-uppercase{
  text-transform: uppercase;
}
.about-bg{background-color: #242d54;
}
.nav-text{color: #cad0e5;
  size: 30px;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
}

/* banner */
.about-bg-banner{
  font-size: 32px;
  font-weight: 500;
}
.about-bg-banner{background:#1c2340 url(../images/banner-bg.png) no-repeat top center; background-size: cover;}
img.banner-img-client{
  width: 100%;
  border-radius: 50px 0 50px 0;
  border-right: #8bb600 8px solid;
  border-bottom: #8bb600 8px solid;
}
.about-bg{background-color: #242d54;}


/* WHO WE ARE */
.bgcolor{background-color: #242d54;}



/* usp  */
img.usp-img-client{
  width: 409px;
  height: 250px;
  border-radius: 30px 0 30px 0;
  border-right: #2e3862 5px solid;
  border-bottom: #2e3862 5px solid;
}
.top_left {
  position: absolute;
  top: 25px;
  left: 45px;
}
.bottom-left {
  position: absolute;
  bottom: 25px;
  left: 45px;
}
.bottom-left {
  position: absolute;
  bottom: 25px;
  left: 45px;}

/*  Experts in Technology  */
.paddingtop-bottom{padding: 40px 0 40px 0;}
.backgroundcolor{background-color: #1f274b;}
img.et-img-client{
  width: 100%;
  border-radius: 30px 0 30px 0;
  border-right: #2e3862 5px solid;
  border-bottom: #2e3862 5px solid;
} 
.container-center {
  position: relative;
  text-align: center;
  color: white;
}
.et-text {
  position: absolute;
  bottom: 15px;
  left: 28%;} 

  
/*  successful Future  */ 
.sf-padding-bottom{padding: 0px 0 60px 0;}
.sf-padding-top-bottom{padding: 30px 0 20px 0;}


/*  footer  */  
.footer-bg-color{background-color: #1b2344;}
.footer-padding-top{padding: 80px 0px;}
.ftext{float: left;}
.footertext{color: #959baf;
  text-decoration: none;
}
.ftext ul{
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.ftext ul li{
  list-style: none;
}
.ftext ul li.location-icon{
    list-style-image:none;
    background: url(../images/location.png) no-repeat top left;
    font-size: 16px;
    font-weight: 600;
    color: #959baf;
    padding-left: 35px;
    margin-bottom: 20px;
}
.ftext ul li.email-icon{
  list-style-image:none;
  background:  url(../images/mail.png) no-repeat top left;
  font-size: 16px;
  font-weight: 600;
  padding-left: 35px;
}
.lineheighr ul{
  color: #959baf;
  list-style-image: url("../images/arrow_next_icon.png");
}
.lineheighr ul{
  color: #959baf;
  list-style-image: url("../images/arrow_next_icon.png");
}
li.textnune a{
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #959baf;
}


/* copyright  */
.copyrightcolor{background-color: #171e3c;} 
.copyrightpadding{padding: 20px 0px;}


/*  button  */
.button{margin-top: 20px;}
.button {
    background-color: #8bb600;
    border: #000000;
    color: rgb(0, 0, 0);
    padding: 10px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px 0px 20px 0px;
  }
  .button:hover {
    background-color: #8bb600;
    border: #000000;
    color: rgb(0, 0, 0);
    padding: 10px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 0px 20px 0px 20px;
    transition-duration: 0.4s;
  }

 





  







