/*======== beg Fonts ========*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
/*======== end Fonts ========*/

/*======== beg General ========*/
*{margin:0;padding:0}
::-webkit-input-placeholder{color:#B9B9B9;opacity:1}
:-moz-placeholder{color:#B9B9B9;opacity:1}
::-moz-placeholder{color:#B9B9B9;opacity:1}
:-ms-input-placeholder{color:#B9B9B9;opacity:1}
body{font-family: 'Montserrat', sans-serif;font-size:18px;line-height:1.2;font-weight:400;margin:0}
body.page{margin:0}
a{-webkit-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in;text-decoration:none}
button{-webkit-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in;text-decoration:none}
svg path,svg rect{-webkit-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in}
a:hover{text-decoration:none}
a:focus,button:focus,input:focus,textarea:focus{outline:0}
::-webkit-scrollbar{width:7px}
::-webkit-scrollbar-track{background:#E8E8E8}
::-webkit-scrollbar-thumb{background: rgb(0, 122, 232)}
.container {
    max-width: 1170px;
}
.hidden-lg{
	display: none;
}
/*======== end General ========*/

/*======== beg Header ========*/
.header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 16px 0px rgba(214, 230, 242, 0.35);
    width: 100%;
    padding: 38px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
        -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.header-container{
	height: 113px;
}

.sticky_header{
	padding: 20px 0;
	box-shadow: 0px 20px 16px 0px rgba(214, 230, 242, 0.6);
}

.header .row{
	align-items: center;
}

.nav-menu ul{
	display: flex;
	justify-content: flex-start;
	list-style: none;
	margin-left: -11px;
}

.nav-menu ul li {
    margin-right: 32px;
}

.nav-menu ul li:last-child{
	margin-right: 0;
}

.nav-menu ul li a {
  border-radius: 7px;
  padding: 0 10px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Montserrat";
  color: rgb(16, 17, 13);
  font-weight: 700;
  text-transform: uppercase;
}



.nav-menu ul li a:hover{
  background-color: rgb(0, 122, 232);
  color: rgb(255, 255, 255);
}

.nav-menu ul li a.active{
  background-color: rgb(0, 122, 232);
  color: rgb(255, 255, 255);
}

nav a.Active{
	color: #ffffff;
}


.lang ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.lang ul li {
    margin-right: 17px;
}

.lang ul li:last-child{
	margin-right: 0;
}

.lang ul li a{
  font-size: 13px;
  font-family: "Montserrat";
  color:  #9fabb6;
  text-transform: uppercase;
}

.lang ul li a:hover{
 color: rgb(46, 48, 51);
}

.lang ul li a.active{
 color: rgb(46, 48, 51);
}

/*======== end Header ========*/


/*======== beg Top ========*/
.top {
    background-image: url(../img/top-bg.png);
    padding: 153px 0 240px;
    background-size: cover;
    background-position: center;
}

.top h1 {
    font-size: 38px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.579;
    text-align: center;
    font-weight: 800;
    margin: 0 0 29px;
}

.top p {
    max-width: 768px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-align: justify;
    /*width: 90%;*/
    margin: 0 auto;
}

.top .container{
	/*max-width: 600px;*/
    max-width: 976px;	
}

/*======== end Top ========*/


/*======== beg Who-we ========*/
.who-we {
    padding: 101px 0 117px;
}

.title-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 7px;
}

.who-we h2 {
    font-size: 34px;
    color: rgb(46, 48, 51);
    font-weight: 800;
    line-height: 1.765;
    text-align: center;
    margin: 0 0 27px;
}

.who-we p {
    max-width: 768px;
    font-size: 14px;
    color: rgb(129, 143, 156);
    line-height: 2;
    text-align: justify;
    margin: 0 auto;
    /*margin: 0 0 28px;*/
}

.who-we .container {
    max-width: 976px;
}




/*======== end Who-we ========*/


/*======== beg Expertise ========*/
.expertise {
    padding: 99px 0 101px;
    background-image: url(../img/expertise-bg.png);
    background-size: cover;
    background-position: center;
}

.expertise h2 {
    font-size: 34px;
    color: rgb(255, 255, 255);
    line-height: 1.765;
    text-align: center;
    font-weight: 800;
    margin: 0 0 21px;
}

.expertise-block-back {
  border-radius: 20px;
  background-color: rgb(255, 255, 255, 0.2);
  width: 100%;
  padding: 12px;
}

.expertise-block {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 16px 0px rgba(214, 230, 242, 0.35);
    width: 100%;
    padding: 44px 0 41px;
}

.expertise-text {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 10px;
}

.expertise-block h3 {
    font-size: 16px;
    color: rgb(46, 48, 51);
    font-weight: 700;
    line-height: 1.75;
    text-align: left;
    margin: 0 0 4px;
}

.expertise-block .expertise-title h3{
	margin: 0 0 37px;
}

.expertise-block ul li{
  font-size: 14px;
  color: rgb(129, 143, 156);
  line-height: 2.571;
  text-align: left;
  list-style: none;
  margin: 0 0 1px;
  position: relative;
}

.expertise-block ul li:before {
    content: "";
    border-radius: 50%;
    background-color: rgb(0, 122, 232);
    position: absolute;
    width: 7px;
    height: 7px;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.expertise-block ul {
    padding-left: 47px;
    margin: 0 0 25px;
}

.expertise-block p {
    font-size: 14px;
    color: rgb(129, 143, 156);
    line-height: 2;
    text-align: justify;
    padding-left: 30px;
    margin: 0 0 23px;
}

.portfolio {
    padding: 101px 0 64px;
}

.portfolio p {
   text-align: justify;
}
/*======== end Expertise ========*/


/*======== beg Footer ========*/

.footer {
    background-color: rgb(46, 48, 51);
    padding: 71px 0 0;
}

.footer .row{
	align-items: center;
}

.footer h3 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: center;
    padding: 8px 0 0 24px;
    font-weight: 400;
}

.footer h3 span{
  font-size: 16px;
  color: rgb(0, 122, 232);
  font-weight: 700;
  margin-right: 10px;
}

.footer-right h3{
	text-align: right;
}

.footer p {
    font-size: 13px;
    color: rgb(99, 102, 105);
    line-height: 2.154;
    margin: 34px 0 0;
}

.footer {
    background-color: rgb(46, 48, 51);
    padding: 71px 0 66px;
}


/*======== end Footer ========*/


