@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


* { margin:0; padding:0; }
body { background:#fcf4eb; font-family: 'Roboto', sans-serif; }
a { text-decoration:none; }
a.active {
    /*color: #ebff57 !important;*/
}
.back-to-top {
  position: fixed;
  display: none;
  background: #ec681f;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ec681f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul { list-style:none; }
section {
    max-width: 1366px;
    margin: 0 auto;
    background: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
}
section#slider {
    padding-top: 180px !important;
    height: 514px;
}
div#ga-logo {
    float: left;
    padding-left: 40px;
}
div#header_right {
    float: right;
    padding-top: 20px;
    padding-right: 40px;
}
div#ga-top-nav ul li {
    float: left;
    margin: 0 10px;
}
nav#header ul li {
    float: left;
    margin: 2px;
    background: url(../../images/sep_man_nav.jpg) top right no-repeat;
}
nav#header ul li:last-child {
    background: none;
}
nav#header ul a {
    padding: 16px 28px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}
nav#header {
    background: url(../../images/bg_main_nav.jpg) top left repeat-x;
    height: 58px;
    clear: both;
    border-radius: 10px;
    overflow: hidden;
}
div#ga-top-nav {
    margin: 0;
    display: block;
    width: 535px;
    height: 36px;
    text-align: right;
    float: right;
}
section#ga-header {
    border-top: 8px solid #e5f1f8;
    padding: 10px 0;
}
section#aboutus {
    background: #387aac;
    color: #fff;
    padding-bottom: 80px;
}
h2 {
    text-align: center;
    padding: 56px 30px 3px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.container {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.clear {
    clear: both;
    float: none;
}
section#aboutus .rows {
    width: 33%;
    float: left;
    margin: 0px 27px;
}
.rows.row3 {
    width: 21% !important;
}
section#aboutus .rows:last-child {
    width: 21%;
}
section#aboutus h4 {
    font-weight: 300;
    font-size: 33px;
    line-height: 50px;
    text-align: right;
}
section#aboutus p {
    text-align: justify;
    float: left;
    margin: 2%;
    font-weight: 300;
    line-height: 26px;
}
.rows.row3 p {
    font-weight: 400 !important;
    padding: 5px 5px 0 5px;
    font-size: 20px;
    width: 160px;
    text-align: left !important;
}
.rows.row3 ul li {
    clear: both;
    padding: 0px 0 18px;
    display: flex;
}
section#aboutus h5 {
    text-align: center;
    font-size: 25px;
    padding: 16px 0 0 0;
    display: block;
    clear: both;
}
section#softwares {
    background: url(../../images/sep_software.jpg) bottom center no-repeat #ebf1f7;
    padding-bottom: 110px;
}
section#softwares h2 {
    color: #000;
}
section#softwares p {
    max-width: 1130px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
		width: 90%;
}
div#softpics {
    width: 90%;
    margin: 15px auto 0;
    max-width: 1130px;
}
div#softpics img {
    float: left;
		margin: 10px;
}
section#services {
    background: #dbdcdc;
}
section#services h2 {
    color: #000;
}
section#services p {
    max-width: 1130px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    width: 90%;
}
.bg_serv {
    background: url(../../images/bg_ser.jpg) center bottom no-repeat;
    padding: 10px 10px 30px;
    display: inline-block;
}
div#serv {
    width: 90%;
    margin: 15px auto 0;
    max-width: 1130px;
    text-align: center;
}
div#softpics p {
    text-align: center;
}
div#serv p {
    text-align: center;
}
section#clients {
    padding-bottom: 90px;
}
section#clients h2 {
    color: #000;
}
div#clientlist {
    width: 92%;
    margin: 15px auto 0;
    max-width: 1205px;
}
.bg_client {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: none;
    margin: -3px 0 0px -3px;
    border-top: none;
    height: 167px;
}
div#clientlist .bg_client:nth-child(4), div#clientlist .bg_client:nth-child(8), div#clientlist .bg_client:nth-child(12), div#clientlist .bg_client:nth-child(16), div#clientlist .bg_client:nth-child(20), div#clientlist .bg_client:nth-child(24), div#clientlist .bg_client:nth-child(28) {
    border-right: none;
}
.bg_client:nth-child(25), .bg_client:nth-child(26), .bg_client:nth-child(27), .bg_client:nth-child(28) {
	border-bottom: none;
}
section#services {
    background: url(../../images/sep_grey_white.jpg) bottom left repeat-x #dbdcdc;
    padding-bottom: 80px;
}
section#team {
    background: url(../../images/sep_white_blue.jpg) top left repeat-x #387aac;
		padding-bottom:80px;
}
section#team p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
div#teamlist {
    width: 90%;
    margin: 15px auto 0;
    max-width: 1205px;
    text-align: center;
}
.bg_team {
    display: inline-block;
    padding: 10px 20px;
}
section#contacts {
    background: #eceded;
		padding:90px 0;
}
section#contacts h2 {
    color: black;
    font-weight: 500;
    font-size: 34px;
    text-align: left;
    margin: 0;
    padding: 10px;
}
section#contacts h2 span {
    font-weight: 300;
}
div#contactdata {
    width: 90%;
    margin: 0 auto 0;
    max-width: 1205px;
}
div#partright {
	background: #dddede;
}
div#partleft, div#partright {
    width: 48%;
    float: left;
}
.tbox {
    border-bottom: 2px solid #000;
    width: 85%;
    margin: 0 auto 22px;
    padding: 10px;
    font-size: 22px;
}
.tbox input {
    width: 70%;
    font-size: 24px;
    background: no-repeat;
    border: 0;
    outline: none;
}
.tbox label {
    width: 20%;
    display: inline-block;
}
div#partright h2 {
    padding: 35px 35px 10px;
}
input[type="submit"] {
    background: #387aac;
    border: 0;
    padding: 14px 38px;
    font-size: 23px;
    color: #fff;
    display: block;
    margin: 0 auto 50px;
}
section#footer {
    background: url(../../images/bg_footer.jpg) top left repeat-x;
    padding: 50px 0;
}
div#footerdata {
    width: 90%;
    margin: 15px auto 0;
    max-width: 1205px;
    color: #fff;
}
div#shortinfo {
    max-width: 300px;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    float: left;
}
div#shortinfo ul {
    margin: 10px;
}
div#shortinfo ul li {
    display: inline-block;
    margin: 6px;
}
div#menu_software, div#menu_services, div#menu_site {
    float: left;
}
div#menu_software h3, div#menu_services h3, div#menu_site h3 {
    color: #ebff57;
}
div#menu_software {
    margin-left: 120px;
}
div#menu_software ul li, div#menu_services ul li {
    background: #326e9a;
    padding: 8px 10px;
    margin: 2px 0;
    width: 230px;
}
div#menu_services {
    margin-left: 5px;
}
div#menu_site {
    margin: 0px 0 0 70px;
    width: 170px;
}
div#menu_site ul li {
    font-size: 14px;
    padding: 8px 5px;
    border-bottom: 1px dashed #ebff57;
}
div#menu_site ul li:last-child {
    border: none;
}
p#copyright {
    font-size: 14px;
    text-align: center;
    padding-bottom: 50px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header.header-scrolled, #header.header-pages {
    height: 44px;
    padding: 0;
}

.fixed-top.header-scrolled #ga-logo img {
    height: 100px !important;
}
.fixed-top.header-scrolled #header_right {
    padding: 0 !important;
}
.fixed-top.header-scrolled nav#header {
	background-position: bottom;
  margin-right: 42px;
}
.fixed-top.header-scrolled nav#header ul a {
    padding: 9px 28px;
}
.fixed-top.header-scrolled nav#header {
    background-position: bottom;
}
nav#header ul li.active a {
    /*color: yellow;*/
}
.addpad {
    padding-top: 130px;
}
nav#header ul li:nth-child(6) {
    display: none !important;
}
section#team {
    display: none !important;
}
div#menu_site ul li a {
    color: #fff;
}
@media (min-width: 992px) {
	.d-lg-none {
			display: none!important;
	}
}