* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  color: #f3f3f3;
  font-size: 16px;
  font-family: raleway,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #333;
  line-height: 1;
  margin: 4px;
}

element.style {
  display: block;
  background: #000269;
}

button {
  cursor: pointer;
  border: 1px white solid;
  padding: 10px 20px;
  border-radius: 5%;
  outline: none;
  font-weight: bold;
  overflow: hidden;
  background: none;
  z-index: -1;
  transition: 0.8s ease-out;
}
button:hover {
  color: #ffffff;
  background: #00afcf;
  border: 1px #B0C4DE solid;
}
a:hover {
  color: red;
}
p {
  color: #333;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 1;
}
a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #eee;
}
/*Profile*/
#profile{
  width: 100%;
  float: left;
  padding: 50px;
  background: #43d9ff;
}
#profile #branding img{
  background: #fff;
  padding: 10px 50px;
  margin-bottom: 30px;
  border-radius: 50px;
  display: block;
}
#profile .profiling-grid{
 text-align: center;
 width: 100%;
 float: left;
 margin-top: 60px;
}
#profile img{
  display: none;
}
#profile .profiling{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 15px 300px;
}
#profile .profiling h2{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
#profile .profiling a{
background: #fff;
color: #000;
 width: 100%;
 display: block;
 padding: 18px;
 font-size: 22px;
 position: relative;
 border-radius: 20px;
}
#profile .profiling a:hover{
  color: #fff;
  background: #000150;
}
#profile .profiling-social h2{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
#profile .profiling-social a{
  font-size: 30px;
  margin-left: 20px;
  color: #000;
  margin-top: 20px;
}
#profile .profiling-social a:hover{
  color: #000150;
}
/*Global */
.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.button_1 {
  height: 38px;
  width: 100px;
  background: #B0C4DE;
  margin: 0;
  color: white;
  font-weight: bold;
  opacity: 10;
  border: wheat 0 solid;
}

#branding img {
  height: 70px;
  width: 350px;
  margin: 10px;
}

header nav {
  display: block;
  position: static;
  font-size: 16px;
  width: 100%;
  background: #000150;
  margin: 0;
  text-align: center;
  border-top: white 2px solid;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  padding: 13px;
  cursor: pointer;
}
.menu3 a i {
  margin-left: 15px;
}
header nav ul li a {
  text-decoration: none;
  color: white;
  display: block;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
header nav ul li:hover {
  background: #00afcf;
}
header nav ul li.current {
  background: #00afcf;
}
header nav ul ul {
  position: absolute;
  width: auto;
  background: #000150;
  margin-top: 12px;
  margin-left: -13px;
  text-align: left;
  display: none;
}
header nav ul li span {
  font-weight: bold;
  color: #ffff;
  padding: 13px;
  background: #00afcf;
  text-transform: uppercase;
}

header nav ul ul li {
  display: block;
}
header nav ul li:hover > UL {
  display: block;
  z-index: 10000;

}

.menu-toggle {
  width: 100%;
  padding: 15px 20px;
  background: #003;
  text-align: right;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  display: none;
}
.menu-toggle p {
  color: #ffff;
  margin-top: 0;
}
.menu-toggle p a {
  color: #ffff;
}

/*showcase*/
#showcase {
  min-height: 600px;
  width: 100%;
  margin: 0;
  padding: 20px;
  background-size: cover;
  background: url('../img/banner/Web.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 9;
}
#showcase:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  z-index: -10;
}
#showcase .banner1 {
  float: none;
  width: 100%;
}

#showcase .banner1 h2,#showcase .banner1 h2 a {
  margin-top: 180px;
  color: #ffff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 10px;
}

#showcase .banner1 h3 {
  text-align: center;
  color: #ffff;
  font-size: 23px;
  font-weight: 100;
}
#showcase .banner1 .banner1_a{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#showcase .banner1 .banner1_a a {
  background: #000142;
  border: 2px #000142 solid;
  padding: 10px 30px;
  color: #ffff;
  font-size: 25px;
  border-radius: 10px;
  font-weight: 600;
}
#showcase .banner1 .banner1_a a:hover{
  border: 2px #fff solid;
  color: #fff;
  background: none;
}

/*Scroll*/

#demo {
  margin-top: -100px;
  float: left;
  width: 100%;
}
.indicator {
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  z-index: 500;
  left: 50%;
}
.indicator span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  animation: animate 1s linear infinite;
}
.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s;
}
.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s;
}
.indicator span:nth-child(3) {
  top: 0;
  left: 0;
  animation-delay: 0.4s;
}
@keyframes animate {
  0% {
      border-color: #ffffff;
      transform: translate(0,0);
  }
  100% {
      border-color: #fff;
      transform: translate(15px,15px);
  }
}
/*Pop Up */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.627);
  z-index: 9990;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px 60px;
  border-radius: 30px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-content img{
  width: 70%;
  padding: 10px;
  border-radius: 20px;
}
.popup-content a{
  padding: 10px 20px;
  background-color: #000150;
  border: 1px #000150 solid;
  border-radius: 10px;
  margin-left: 15px;
  color: #fff;
  font-size: 18px;
  outline: none;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.popup-content h2{
  font-size: 35px;
  font-weight: 600;
  color: #000150;
}
.popup-content h3{
  font-size: 25px;
  padding: 20px;
  border-radius: 30px;
  color: #000;
  margin-bottom: -10px;
  font-weight: 500;
}
.popup-content p{
  margin-bottom: 20px;
  font-size: 20px;
}
.popup-content a:hover {
 color: #000150;
  background-color: #fff;
  border: 2px #000150 solid;
}
.popup-content button:hover{
  background: none;
  outline: none;
  border: none;
}
.popup-content .close{
 color: #000;
 font-size: 50px;
}

.popup-content form {
  margin-top: 20px;
}

.popup-content form span{
  color: red;
}
.popup-content input[type="email"] {
  width: 250px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.popup-content button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.popup-content button:hover{
  border: 1px #007bff solid;
  color: #007bff;
}

/*Section_ful */
#section_ful {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  margin: 0;
  background-image: url('../img/banner/bg2.webp');
  background-size: cover;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 9;
}
#section_ful:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: -10;
}
#section_ful img {
  width: 40%;
  float: left;
  padding: 20px;
  margin-top: 200px;
}

#section_ful h1 {
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 400;
  color: #001053;
  text-align: center;
}

#section_ful h4 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 200;
  margin-top: 20px;
  color: #333;
  text-align: center;
}
#section_ful .section_ful_a {
  width: 60%;
  float: right;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  padding: 20px;
  margin-top: 40px;
}
#section_ful .section_ful_a h2 {
  text-align: center;
  font-size: 35px;
  color: #000150;
  margin-top: 20px;
  font-weight: 300;
}
#section_ful .section_ful_a h4 span{
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  color: rgb(0, 79, 0);
  background: #caffca;
  padding: 5px 15px;
  border-radius: 20px;
}
#section_ful .section_ful_a p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#section_ful .section_ful_a .grid-co{
  width: 100%;
  margin-top: 20px;
  float: left;
}
#section_ful .section_ful_a .com-all{
  padding: 10px;
  width: 48%;
  display: inline-grid;
}
#section_ful .section_ful_a .com-grid{
  text-align: left;
  border-radius: 30px;
  background: #d5ecff;
  float: left; 
  padding: 10px;
}

#section_ful .section_ful_a .com-grid .com-cont .head{
  width: 100%;
  text-align: center;
  float: left;
}
#section_ful .section_ful_a .com-grid .com-cont .head img{
  width: 60%;
  margin-top: 0px;
}
#section_ful .section_ful_a .com-grid .com-cont h3{
  font-size: 20px;
}
#section_ful .section_ful_a .com-grid .mini-all{
  background: #068bff;
  text-align: center;
  width: 100%;
  float: left;
  border-radius: 30px;
}
#section_ful .section_ful_a .com-grid .mini-grid{
  width: 32%;
  display: inline-grid;
}
#section_ful .section_ful_a .com-grid .mini-grid h4{
  font-size: 20px;
  color: #fff;
}
#section_ful .section_ful_a .com-grid .mini-grid h3{
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
}
#section_ful .section_ful_a span a{
  background: #00afef44;
  color: #0056a3;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
}
#section_ful .section_ful_a span a:hover{
  background: #fff;
  border: 2px #0056a3 solid ;
}
#section_ful p span,
#section_ful p span a {
  font-weight: bold;
  font-size: 17px;
  text-transform: capitalize;
  color: #001053;
}
#section_ful p span a:hover {
  color: red;
}

/*Home Contact Link*/
#home-contact {
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
  top: 0;
  float: left;
  width: 100%;
}
#home-contact .homecontact {
  text-align: center;
  padding: 50px;
  background-image: url('../img/banner/banner1.webp');
  background-size: cover;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 9;
}
#home-contact .homecontact:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #003;
  opacity: 0.4;
  z-index: -10;
}

#home-contact .homecontact img {
  width: 25%;
  background: #fff;
  padding: 0 10px;
  border-radius: 20px;
  float: left;
}

#home-contact .homecontact .links {
  width: 60%;
  margin-top: 30px;
  float: right;
}
#home-contact .homecontact .links .link {
  display: inline-grid;
  border-radius: 30px;
  background: white;
  padding: 10px 20px;
}

#home-contact .homecontact .links h3 {
  font-size: 50px;
  color: white;
  margin-bottom: 0;
}
#home-contact .homecontact .links h3 span {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px;
  color: #eee;
}
#home-contact .homecontact .links .link {
  margin-top: 50px;
}

#home-contact .homecontact .links .link a {
  font-size: 17px;
  font-weight: bold;
  color: #0056a3;
  text-transform: uppercase;
  transition: 0.4s;
}
#home-contact .homecontact .links .link:hover {
  background: #001d69;
  border: 2px white solid;
}
#home-contact .homecontact .links .link a:hover {
  color: white;
  font-size: 22px;
  transition: 0.4s;
}

/*Home Contact */
/*Boxes */

.title h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  margin-top: 50px;
}

.title h2 span {
  font-size: 20px;
  line-height: 1;
}

.title p {
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  color: yellow;
  line-height: 2px;
}
#boxes {
  margin: 0;
  padding: 30px;
  background-image: url('../img/banner/banner1.webp');
  background-size: cover;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 9;
}
#boxes:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000142;
  opacity: 0.6;
  z-index: -10;
}
.boxes {
  display: inline-grid;
  padding: 20px;
  width: 30%;
  margin-left: 40px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.box-img {
  width: 5%;
  float: left;
}
.boxes img {
  display: inline-grid;
  width: 120px;
  height: 120px;
  margin-left: 0;
  border-radius: 50%;
  margin-bottom: 30px;
  padding: 10px;
  border: 2px white solid;
  align-items: center;
  z-index: 200;
}
.boxes h6 {
  font-size: 18px;
  float: right;
  margin-top: -60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #fffc00;
  z-index: 200;
}
.boxes p {
  letter-spacing: 1px;
  padding-bottom: 20px;
  line-height: 1.4;
  font-weight: lighter;
  font-size: 16px;
  color: white;
  z-index: 200;
}

.boxes ol {
  margin-top: -20px;
  margin-bottom: -20px;
}

.boxes ol li {
  line-height: 1.5;
}
.boxes a button {
  color: white;
}

/* End Boxes */

/*showcase Banner **/
#showcase_banner {
  min-height: 300px;
  margin: 0;
  padding: 20px;
  background: url('../img/banner/gt.webp');
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  position: relative;
  z-index: 9;
}
#showcase_banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00031f;
  opacity: 0.7;
  z-index: -10;
}
#showcase_banner h1 {
  margin-top: 80px;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
}

/*End of showcase*/


/*showcase Banner **/
#consulting_banner {
  min-height: 530px;
  margin: 0;
  padding: 50px;
  background: url('../img/service/consult.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  color: white;
  position: relative;
  z-index: 9;
}
#consulting_banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.682) 0%, rgba(0, 0, 0, 0.761) 54%, #00000064 100%);
  opacity: 0.9;
  z-index: -10;
}
#consulting_banner .container{
  width: 50%;
  float: left;
}
#consulting_banner h1 {
  margin-top: 100px;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
}
#consulting_banner p{
  color: #fff;
}


/*showcase Banner2 **/
#consulting_banner2 {
  min-height: 530px;
  margin: 0;
  padding: 50px;
  background: url('../img/service/service-cons.jpg');
  background-size: cover;
  background-position: cover;
  background-repeat: no-repeat;
  text-align: left;
  color: white;
  position: relative;
  z-index: 9;
}
#consulting_banner2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.682) 0%, rgba(0, 0, 0, 0.761) 54%, #00000064 100%);
  opacity: 0.9;
  z-index: -10;
}
#consulting_banner2 .container{
  width: 50%;
  float: left;
}
#consulting_banner2 h1 {
  margin-top: 100px;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
}
#consulting_banner2 p{
  color: #fff;
}
.link-a{
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.link-a a{
  background: #000269;
  border-radius: 20px;
  color: #fff;
  line-height: 2;
  font-size: 18px;
  padding: 10px 20px;
}
.link-a a i{
  margin-left: 10px;
}
.link-a a:hover{
  background: none;
  border: 2px #fff solid;
}
/*Start main nav*/
#showcase_banner nav {
  position: static;
  font-size: 17px;
  width: 100%;
  margin: 0;
  text-align: left;
  float: left;
}
#showcase_banner nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;

}
#showcase_banner nav ul li {
  display: inline-block;
  padding: 5px;
  color: #43d9ff;
  cursor: pointer;
}
#showcase_banner nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0;
}
#showcase_banner nav ul li a:hover {
  border-bottom: #fff 2px solid;
}
#showcase_banner .nav .current a {
  color: #fff;
  padding: 5px 7px;
  border-bottom: #fff 2px solid;
  font-weight: bold;
}

/* End main nav*/

/* Start Vision, Mission and Values*/
#OurVision {
  margin: 30px;
}

#OurVision p {
  float: left;
  height: auto;
  width: 70%;
  margin-top: 50px;
  text-align: justify;

}
#OurVision img {
  float: left;
  height: 170px;
  width: 350px;
  margin: 0;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
}
/*End Vision, Mission and Values*/

/*Start About Us */
#Main_page,
#about-all #About,
#page {
  margin: 0;
  padding: 50px 100px;
  float: left;
  width: 100%;
}
#About {
  margin-top: 40px;
  padding: 0;
  background-color: #eee;
}

#About h3 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #192453;
}
#About h3 span {
  font-size: 25px;
  color: #000;
}
#About p {
  float: right;
  width: 60%;
  margin-right: 22px;
  line-height: 2;
  font-size: 16px;
}
#About p span,
span a {
  font-weight: 520;
  color: #192453;
}
#About span a:hover {
  color: red;
}
#About u,
.values u {
  color: blue;
}

#About img {
  float: left;
  width: 35%;
  margin-top: 25px;
  padding: 10px;
}

.page h3 {
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
  color: #192453;
}
#values span,
.page p span {
  font-weight: bold;
}
.page h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: -20px;
  color: #196fd1;
  margin-bottom: 20px;
}
.page p {
  text-align: left;
  margin: 30px;
}
.page .mission-page {
  margin-top: -50px;
}

#apart {
  margin: 0;
  padding: 50px 100px;
  width: 100%;
}

#apart .all-part {
  width: 33%;
  display: inline-grid;
  padding: 30px;
}

#apart .what-apart h2 {
  text-align: center;
  font-size: 30px;
  color: #000428;
  font-weight: 600;
  margin-top: 90px;
  float: left;
  width: 100%;
}

#apart .all-part .apart-img img {
  width: 100%;
  height: 200px;
}
#apart .all-part .apart-content {
  width: 95%;
}
#apart .all-part .apart-content h3 {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

#values {
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: url('../img/banner/bg2.webp');
  position: relative;
  z-index: 9;
  width: 100%;
  float: left;
}
#values:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: -10;
}
#values h3 {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  padding: 40px 10px;

}

.values {
  width: 30%;
  display: inline-grid;
  background: #f3f3f3;
  margin-left: 25px;
  border-radius: 30px;
  padding: 18px;
  color: #000000;
}
.values h4 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #0b0020;
  margin-left: 0;
  margin-bottom: 0;
}
.values p {
  margin-top: 5px;
  line-height: 25px;
  text-align: left;
}
.values ul {
  color: #0b0020;
  margin-top: -15px;
  padding: 0px;
}

.values ul li {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}

.content h3 {
  margin-top: 100px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #192453;
  text-transform: uppercase;
}

.content ol li {
  line-height: 30px;
  font-size: 17px;
  color: #333;
}

#home_show {
  margin: 20px;
}
#home_show h3 {
  margin-top: 100px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  color: #192453;
  text-transform: uppercase;
}
.homeshow {
  width: 27%;
  display: inline-grid;
}
#home_show img {
  width: 300px;
}
#home_show p {
  font-size: 24px;
  color: #196fd1;
  font-weight: 400;
}
#home_show ul li a p:hover {
  color: red;
}



/*Start sub_companies */
#showcase_banner h1 a {
  color: white;
}
/*Slide*/
/*Product Owl */

.testimonial {
  width: 100%;
  float: right;
  padding: 20px 30px;
  background: #f3f3f3;
}

.owl-item {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;

}

/* Owl TWO */
.testimonial {
  width: 100%;
  padding: 20px 60px;
  margin-top: 90px;
  float: left;
}

.testimonial .container {
  padding: 0 150px;
  margin-top: -64px;
}

.testimonial h3 {
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 45px;
}

/*End Owl 2*/
.owl-item:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0px, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}
.shadow-effect {
  height: auto;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-carousel .owl-item .figure {
  height: auto;
}
.owl-carousel .owl-item .figure .icon{
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px 0px;
  border-radius: 20px;
  text-align: center;
}
.owl-carousel .owl-item .figure .icon i{
  color: #000150;
  font-size: 40px;
}
.owl-carousel .owl-item .figure h3{
  font-size: 16px;
}

.owl-carousel .owl-item .figure img {
  display: block;
  width: 100%;
  height: 70px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  background: #fff;
  padding: 10px;
}
.owl-carousel .owl-item .figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel .figure {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: 0;
}

.owl-next,
.owl-prev {
  transform: translateY(-50%);
}

.owl-nav {
  margin-top: 25px;
  width: 100%;
  font-size: 40px;
  float: left;
  text-align: center;
  color: #fff;
}

.testimonial .owl-item {
  background: none;
  margin-top: 90px;
}

button.owl-prev {
  margin-left: 20px;
  width: 20px;
}
button span {
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.349);
  padding: 18px;
}

.item-caption {
  text-align: center;
  width: 100%;
  float: left;
  padding: 10px;
  z-index: 90;
}
.item-caption2 h4 {
  white-space: nowrap;
  color: #1b1b1b;
  width: 98%;
  font-size: 23px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.item-caption2 h4 span {
  font-size: 16px;
}
/*Service Partner */

#service-part {
  margin: 0;
  padding: 0 100px;
  float: left;
}

#service-part h3 {
  font-size: 30px;
  float: left;
  font-weight: 400;
  padding: 10px;
  margin-top: 21px;
  color: #000;
}
#service-part .ser-part {
  width: 50%;
  margin-top: 20px;
  float: right;
  display: inline-grid;
  text-align: center;
  margin-left: 0;
}

#service-part .ser-part img {
  width: 17%;
}
#service-part .partner {
  width: 100%;
  padding: 15px;
}
/*End sub_companies */

/*Consult*/
#consult{
  width: 100%;
  float: left;
  text-align: center;
  padding:100px;
}
#consult .consult-container{
  text-align: left;
}

#consult .con-grid{
  width: 32%;
  display: inline-grid;
  padding: 10px;
  left: 2%;
  margin-bottom: 30px;
  position: relative;
}
#consult .con-grid h3{
  font-size: 25px;
  color: #000;
}
#consult .con-section{
  width: 100%;
  padding: 50px 0px;
  float: left;
  background: #fff;
}
#consult .con-section .con-img{
  width: 50%;
  float: left;
  padding: 30px;
}
#consult .con-section .con-img img{
  width: 100%;
}
#consult .con-section .con-content{
  width: 50%;
  float: right;
  padding: 20px;
  text-align: left;
}
#consult .con-section .con-content h3{
  font-size: 35px;
  font-weight: 600;
  margin-top: 0px;
}
#consult .con-section .con-content p{
  line-height: 2;
}
#consult .con-section .con-content a{
  font-size: 20px;
  font-weight: 600;
  background: #000269;
  padding: 10px 25px;
  color: #fff;
}
#consult .con-section .con-content a:hover{
border: 1px #000269 solid;
color: #000269;
background: none;
}


#consult .con-grid1 a{
  font-size: 20px;
  font-weight: 600;
  background: #000269;
  padding: 10px 25px;
  margin-left: 30px;
  color: #fff;
}
#consult .con-grid1 a:hover{
border: 1px #000269 solid;
color: #000269;
background: none;
}

#sub-consult{
  width: 100%;
  float: left;
  background: #eee;
  padding: 80px 100px;
}
/*Achievement */
.achieve p {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  color: red;
}

/*Team */

#te {
  margin-top: 90px;
}

.titi {
  padding: 60px;
  text-align: center;
  font-size: 16px;
}
.titi h2 {
  font-size: 40px;
  font-weight: 300;
}
.titi p {
  font-size: 18px;
}

#team {
  margin-top: 20px;
  width: 100%;
  padding: 0 100px;
}
.team {
  margin-top: 30px;
  padding: 0;
  float: left;
  width: 100%;
  background: #f1f1f1;
  box-shadow: 5px 5px 5px #eee;
}

.info-all span,
.info-all2 span {
  font-style: italic;
  font-weight: bold;
}

.info-all {
  width: 60%;
  padding: 40px;
  margin-left: 20px;
  z-index: 20;
  position: relative;
  background: #f1f1f1;
  display: inline-block;
}

.info-all2 {
  width: 60%;
  padding: 40px;
  margin-left: 20px;
  display: inline-block;
  background-color: #fff;
}

.info-img {
  float: left;
  width: 37%;
}

.info-img img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  /*filter: gray;
-webkit-filter: grayscale(1);
filter: grayscale(1);*/
}
.info-section {
  display: inline-block;
  margin-top: 30px;
}
.info-section h3 {
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.info-section h4 {
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

.info-all .info-section i {
  color: #000;
  font-size: 20px;
  background: #eee;
  padding: 3px;
}
.info-all .info-exp {
  float: right;
  background: #fff;
  text-align: center;
  color: #000;
  width: 25%;
  padding: 20px;
}
.info-all .info-exp h5 {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
}

.info-all .info-exp span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

/*Info 2 */
.team2 {
  padding-top: 50px;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 5px #eee;
}

.info-img2 {
  float: right;
  width: 37%;
}
.info-img2 img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  /*filter: gray;
-webkit-filter: grayscale(1);
filter: grayscale(1);*/
}

.info-all2 .info-section i {
  color: #000;
  font-size: 20px;
  background: #eee;
  padding: 3px;
}

.info-all2 .info-exp {
  float: right;
  background: #eee;
  text-align: center;
  color: #000;
  width: 25%;
  padding: 20px;
}

.info-all2 .info-exp h5 {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
}

.info-all2 .info-exp span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.info-all p,
.info-all2 p {
  width: 100%;
  float: left;
  font-size: 17px;
  margin-top: 70px;
}

/* Disable grayscale on hover */
.info-all a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 0.9;
}

/*showcase 5ervice */
#service {
  margin: 0;
  padding: 0;
  background-color: #eee;
}

.services {
  margin-bottom: 30px;
  padding: 90px;
}
.services .grid-item {
  display: inline-grid;
  width: 30%;
  padding: 0px;
  margin-top: 30px;
  margin-left: 30px;

}

.services img {
  display: block;
  height: 200px;
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.services .grid-item:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}

.services figure {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: 0;
}

.services figcaption {
  background: rgba(0,0,0,0.8);
  color: white;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.services figcaption p {
  display: table-cell;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  top: -40px;
  width: 200px;
  color: white;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  vertical-align: middle;
}
.services .grid-item:hover figcaption {
  opacity: 1;
}
.services .grid-item:hover figcaption p {
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  border: 1px solid white;
}
.services h5 a {
  color: #ffff;
  margin-top: -20px;
  font-size: 20px;
}
.services h5 {
  margin-top: 0;
  background: #000269;
  text-align: center;
  font-weight: lighter;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #00afef 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.3s;
  z-index: 400;
}
.services h5:hover {
  color: #fff;
  width: 100%;
  background-position: -100% 0;
}

/*website */

/*Modal*/

/**Contact **/
#Contact_Form {
  margin: 0;
  padding: 60px 150px;
  top: 0;
  float: left;
}

.contact {
  width: 100%;
  margin: 0;
  float: left;
}
.contact .conv{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.contact .conv h3{
  margin-bottom: 20px;
}
.contact .conv a{
background: green;
color: #fff;
border-radius: 30px;
font-size: 23px;
padding: 10px 20px;
}
.contact .conv a:hover{
  border: 1px green solid;
  background: none;
  color: green;
}

.contact form .input-div {
  width: 49.5%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-grid;
}

.contact form h2 {
  font-size: 30px;
  color: #000546;
}

.contact {
  left: 90px;
}

.contact textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
  max-height: 350px;
}

.contact form span {
  color: red;
  font-size: 16px;
}

.contact form span i {
  color: seagreen;
  font-size: 16px;
}

.Social h3 {
  color: #325;
  font-weight: lighter;
  font-size: 30px;
}
.Social a i {
  letter-spacing: 20px;
  font-size: 30px;
  color: #01bafd;
}
.Social a i:hover {
  color: #325;
}

.column_1 button {
  cursor: pointer;
  border: 2px #325 solid;
  background-color: #325;
}
.column_1 button:hover {
  color: #325;
  background-color: white;
  border: 1px #325 solid;
}

/* Form Inputs */

.contact form #contact-us {
  min-height: 400px;
}

.contact .form {
  outline: none;
  border: 0.5px #444444 solid;
  width: 100%;
  padding: 14px 10px;
  font-weight: 300;
  font-size: 15px;
  margin: 10px auto;
  background: #f5f5f5;

}
.contact .form-btn span,
.new-btn span {
  display: none;
  margin-top: 30px;
  margin-left: 40px;
}

.form-btn {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}

.form-btn button {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin-top: 10px;
  cursor: pointer;
  height: auto;
  width: 35%;
  background-color: #000150;
  border-radius: 30px;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
}
.form-btn button:hover {
  border: 1px #000269 solid;
  background-color: #fff;
  color: #000269;
}

.map iframe {
  margin-top: 150px;
  width: 50%;
  float: right;
}

.address {
  width: 45%;
  float: left;
  margin-top: 60px;
  margin-bottom: 90px;
  margin-right: 30px;
}
.address h2 {
  margin-top: 50px;
  font-size: 30px;
  color: #000150;
}
.address ul li {
  margin-left: -30px;
  line-height: 3.5;
  list-style-type: none;
  font-size: 20px;
  border-bottom: #333 1px solid;
  color: #000;
}
.address ul li a {
  font-size: 20px;
  color: #000428;
  margin-left: 20px;

}
.address ul li i {
  letter-spacing: 5px;
  color: #000428;
  padding-left: 20px;
  font-size: 20px;
}
.address a i:hover,
.address ul li a:hover {
  color: #000428;
}
.address h3 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #000428;
}
.address a i {
  letter-spacing: 20px;
  font-size: 25px;
  color: #000428;
}

#appointment {
  padding: 40px;
  width: 100%;
  float: left;
}
#appointment_sent {
  margin: 30px;
  text-align: center;
}
.appointment_sent1 h2 {
  color: #325;
  font-size: 30px;
}
.appointment_sent1 p {
  font-size: 20px;
  color: #000000;
}
.Social h3 {
  color: #000150;
  font-weight: lighter;
  font-size: 30px;
}
.Social a i {
  letter-spacing: 20px;
  font-size: 30px;
  color: #01bafd;
}
.Social a i:hover {
  color: #000150;
}

/**End Contact **/

/*Networking*/
#networking {
  margin: 0;
  width: 100%;
  float: left;
  padding: 10px;
}
#networking h3{
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
#networking h4 {
  padding: 80px;
  line-height: 2;
  font-weight: 300;
}
#networking .net-contain {
  float: left;
  width: 100%;
  background-image: url('../img/banner/bg2.webp');
  background-size: cover;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 9;
}
#networking .net-contain:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffff;
  opacity: 0.9;
  z-index: -10;
}
#networking .network-all2 {
  width: 100%;
  float: left;
  display: inline-table;
  margin-bottom: 30px;
  padding: 80px;
}
#networking .network-all2 .network-img {
  width: 50%;
  padding: 10px;
  margin-top: 0px;
  float: left;
}
#networking .network-all2 .network-img img {
  width: 100%;
  border-radius: 30px;
}
#networking .network-all2 .network-text {
  width: 45%;
  float: right;
  padding: 20px;
  margin-top: -20px;
  display: block;
}
#networking .network-all2 .network-text p {
  font-size: 17px;
  font-weight: 500;
}
#networking .network-all2 .network-text p span {
  font-weight: 500;
}
#networking .network-all2 .network-text h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #015cad;
  text-align: left;
}
#networking .network-all2 a{
  color: #fff;
  background: #00031f;
  padding-bottom: 5px;
  font-size: 18px;
  padding: 10px 20px;
}
#networking .network-all2 a:hover{
  color: #00031f;
  border: 1px #00031f solid;
  background: none;
}

/*Network all 2*/
#networking .network-all {
  width: 100%;
  background: #000546;
  float: left;
  padding: 80px;
  display: inline-table;
  margin-bottom: 30px;
  border-radius: 60px;
}
#networking .network-all .network-img {
  width: 50%;
  padding: 10px;
  float: right;
}
#networking .network-all .network-img img {
  width: 100%;
  border-radius: 30px;
}
#networking .network-all .network-text {
  width: 45%;
  float: left;
  padding: 20px;
  margin-top: -20px;
  display: block;
}
#networking .network-all a{
  color: #000428;
  padding-bottom: 5px;
  font-size: 18px;
  background: #fff;
  padding: 10px 20px;
}
#networking .network-all a:hover{
  color: #fff;
  background: none;
  border: 1px #fff solid;
}


#networking .network-all .network-text p {
  color: #f3f3f3;
  font-size: 17px;
  font-weight: 500;
}
#networking .network-all .network-text p span {
  font-weight: bold;
}

#networking .network-all .network-text h3 {
  font-size: 30px;
  color: #ffff;
  text-align: left;
  text-transform: uppercase;
  margin: 11px 0px;
}

#networking .network-all .network-text h5,#networking .network-all2 .network-text h5{
  font-size: 18px;
  color: #00afef;
  font-weight: 500;
}

/*End Networking*/

/*Manage IT Services*/
#manage_ser .manage-content {
  width: 100%;
  float: left;
  padding: 30px 90px;
}
#manage_ser {
  width: 100%;
  float: left;
}

#manage_ser .manage_s {
  width: 100%;
  float: left;
  text-align: center;
  padding: 90px 200px;
  background: #f2f2f2;
}
#manage_ser .manage_s h2 {
  font-size: 50px;
  color: #000;
  font-weight: 600;
}
#manage_ser .manage_s p {
  font-size: 17px;
  text-align: justify;
  margin-top: 30px;
}
#manage_ser .manages {
  width: 100%;
  float: left;
}

#manage_ser .manages .manage-content {
  width: 100%;
  float: left;
  padding: 50px 100px;
  margin-top: 10px;
  text-align: center;
}
#manage_ser .manages h2 {
  font-size: 60px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

#manage_ser .manages .manage-content h2 {
  font-size: 40px;
  color: #000a33;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

#manage_ser .manages .manage-content h3 {
  font-size: 25px;
  font-weight: 400;
}
#manage_ser .manages .manage-content p{
  text-align: justify;
}

#manage_ser .manages_img {
  width: 40%;
  float: left;
  margin-top: 90px;
}

#manage_ser .manages_img img {
  width: 100%;
}

#manage_ser .manages_cont {
  width: 60%;
  float: right;
  margin-top: 50px;
  padding: 0 60px;
}
#manage_ser .manages_cont h4,
#manage_ser .manages_cont2 h4 {
  font-size: 38px;
  font-weight: 500;
  padding: 10px 2px;
  margin: 0;
}
#manage_ser .manages_cont h5,#manage_ser .manages_cont2 h5 {
  font-size: 20px;
}

#manage_ser .manages_cont h6 {
  font-size: 20px;
}
#manage_ser .manages_cont h3 {
  font-size: 40px;
}
#manage_ser .manages_cont ul li {
  color: #444444;
  line-height: 2;
  font-size: 18px;
  list-style: disc;
}

#manage_ser .manages_cont .consult-link,
#manage_ser .manages_cont2 .consult-link{
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
#manage_ser .manages_cont .consult-link a,
#manage_ser .manages_cont2 .consult-link a{
font-size: 20px;
background: #000142;
color: #ffff;
padding: 10px 20px;
width: 100%;
transition: 0.3s;
border-radius: 20px;
}

#manage_ser .manages_cont .consult-link a:hover,
#manage_ser .manages_cont2 .consult-link a:hover{
  border: 2px #000150 solid;
  background: none;
  color: #000150;
  padding: 10px 30px;
  transition: 0.3s;
 
}

.SMN_effect-22 a rect {
	fill: none;
	stroke: rgba(255, 255, 255, 0.4);
	stroke-width: 4;
	stroke-dasharray: 422, 0;
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.SMN_effect-22 a:hover rect {
	stroke-width: 5;
	stroke: #fff;
	stroke-dasharray: 15, 310;
	stroke-dashoffset: 48;
}

/*Manage Cont2*/
#manage_ser .manages_al {
  width: 100%;
  float: left;
  margin-top: 50px;
  background: #eee;
}
#manage_ser .manages_img2 {
  width: 40%;
  float: right;
  margin-top: 90px;
}

#manage_ser .manages_img2 img {
  width: 100%;
}

#manage_ser .manages_cont2 {
  width: 60%;
  float: left;
  padding: 0 60px;
  margin-top: 50px;
}
#manage_ser .manages_cont2 ul {
  width: 45%;
  display: inline-grid;
}
#manage_ser .manages_cont2 ul li {
  color: #444444;
  list-style: disc;
  line-height: 2;
}
.learnMore{
  width: 100%;
  float: left;
  padding: 30px 20px;
  text-align: center;
}
.learnMore a{
  background: #000150;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  transition: 0.3s ease;
}
.learnMore a:hover{
  border: 2px #000150 solid;
  color: #000150;
  background: none;
}
/*Pro-Section*/
#pro-section {
  margin: 0;
  padding: 80px 120px;
  width: 100%;
  float: left;
  background: url('../img/banner/bg2.webp');
  background-size: cover;
  background-position: top;
  color: white;
  position: relative;
  z-index: 9;
}
#pro-section:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: -10;
}
#pro-section .pro-s .pro-image {
  margin-top: 60px;
  width: 40%;
  float: left;
}
#pro-section .pro-s .pro-image img {
  width: 100%;
}
#pro-section .pro-content {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  float: right;
  padding: 30px;
  margin-top: 60px;
  border-radius: 30px;
  width: 55%;
  color: #000269;
}
#pro-section .pro-s .pro-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
#pro-section .pro-s .pro-content p {
  font-size: 16px;
  font-weight: 100;
}
#pro-section .pro-s .pro-content .pro-gro h5 {
  width: 45%;
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 20px;
}
.pro-gro {
  width: 100%;
  float: left;
}

#pro-section .pro-s .pro-content a {
  font-size: 20px;
  background: #010037;
  color: #fff;
  line-height: 2;
  padding: 10px 20px;
}
#pro-section .pro-s .pro-content a:hover {
  background: #0056a3;
}

#pro-s {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 200px;
}
#pro-s .p-ser h2 {
  font-size: 40px;
  color: #000;
  font-weight: 300;
}
#pro-s .p-ser p {
  font-size: 19px;
}

#pro-full {
  width: 100%;
  float: left;
  padding: 50px 90px;
}
#pro-full .pro-all img,
#pro-full .pro-all2 img {
  width: 37%;
  margin-top: 70px;
  padding: 10px;
}

#pro-full .pro-all {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #f1f1f1;
}
#pro-full .content-left {
  width: 60%;
  float: right;
}
#pro-full .content-right {
  width: 60%;
  float: left;
}
#pro-full .content-left h3,
#pro-full .content-right h3 {
  font-size: 40px;
  font-weight: 300;
  color: #003;
}
#pro-full .content-left h4,
#pro-full .content-right h4 {
  font-size: 35px;
  font-weight: 500;
  color: rgb(0, 0, 29);
  margin-bottom: 10px;
}
#pro-full .content-left h5 {
  font-size: 18px;
  width: 40%;
  display: inline-grid;
  font-weight: 100;
  color: #001d69;
  margin-bottom: -10px;
}
#pro-full .content-right h5 {
  font-size: 30px;
  font-weight: 200;
  color: #001d69;
  margin-bottom: -10px;
}

#pro-full .content-left h6,
#pro-full .content-right h6 {
  font-size: 25px;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}

#pro-full .content-left a,
#pro-full .content-right a {
  font-size: 18px;
  color: #fff;
  background: #0056a3;
  padding: 5px 10px;
}
#pro-full .content-left a,
#pro-full .content-right a:hover {
  background: #000428;
}
#pro-full .content-left span,
#pro-full .content-right span {
  margin-top: 30px;
  color: #000;
  font-size: 25px;
}
#pro-section .pro-grid {
  width: 100%;
  float: left;
  position: relative;
}
#pro-section .pro-grid .pro-grids-s {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 20px;
}

#pro-section .pro-grid .pro-grids {
  width: 100%;
  height: 350px;
  float: left;
  margin: 0px;
  padding: 20px;
  border-radius: 20px;
  background: #b9f4ff;
}
#pro-section .pro-grid .pro-grids:nth-of-type(2) {
  background: #000000;
}
#pro-section .pro-grid .pro-grids h3 {
  font-size: 40px;
  width: auto;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 0; /* To remove default margin */
}

#pro-section .pro-grid .pro-grids-img {
  width: 70%;
  float: right;
}

#pro-section .pro-grid .pro-grids img {
  width: 100%;
  padding: 20px;
  margin-top: -30px;
}

#pro-section .pro-grid .pro-grids-s .pro-grids a{
  background: #000150;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 70px;
  position: absolute;
  color: #fff;
}
#pro-section .pro-grid .pro-grids-s .pro-grids a:hover{
  background: none;
  border: 1px #000150 solid;
  color: #000150;
}
/*Con Section*/
.con-section{
  width: 100%;
  float: left;
  padding: 30px;
  background: #6bd8ffc7;
}
.con-section .con-lef{
  width: 60%;
  float: left;
}
.con-section .con-lef h2{
  color:#000;
  font-size: 40px;
}
.con-section .con-lef h3{
  color:#000;
  font-size: 25px;
  font-weight: 500;
}
.con-section .con-right{
  width: 40%;
  float: right;
  margin-top: 20px;
}
.con-section .con-right a{
  font-size: 20px;
  background: #000269;
  padding: 10px 20px;
  margin-left: 20px;
  color: #fff;
}
.con-section .con-right a:hover{
  background: none;
  border: 1px #000269 solid;
  color: #000269;
}
/*Homepage */
#Home {
  margin: 0;
  background: #eee;
  padding: 0;
  float: left;
  width: 100%;

}
#Home .home1 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#Home .home1 h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  color: #000;
  margin-bottom: 100px;
}
#Home .home2 {
  width: 100%;
  float: left;
  padding: 70px 130px;
  margin-bottom: 50px;
}
#Home .home2 .home2-img {
  width: 40%;
  float: left;
}
#Home .home1 .home2 .home2-img img {
  width: 100%;
}

#Home .home2 .home2-content {
  width: 50%;
  float: right;
}

#Home .home2 .home2-content ul {
  margin: 0 0 20px;

}
#Home .home2 .home2-content ul li {
  color: #1b1b1b;
  list-style: disclosure-closed;
  margin-left: -22px;
  line-height: 1.5;
}
#Home .home2 .home2-content h3 {
  font-size: 40px;
  color: #000a33;
  font-weight: 400;
}
#Home .home2 .home2-content h4 {
  font-size: 20px;
  color: #000a33;
  font-weight: 600;
  margin-bottom: 20px;
}
#Home .home2 .home2-content p {
  font-size: 18px;
}
#Home .home2 .home2-content a {
  background: #000a33;
  padding: 9px 20px;
  color: #fff;
  border-radius: 30px;
}

/*Section 2*/

#Home .home3 {
  width: 100%;
  background: #fff;
  float: left;
  padding: 70px 130px;
  margin-bottom: 50px;
}
#Home .home3 .home3-img {
  width: 40%;
  float: right;
}
#Home .home1 .home3 .home3-img img {
  width: 100%;
}

#Home .home3 .home3-content {
  width: 50%;
  float: left;
}

#Home .home3 .home3-content ul {
  margin: 0 0 20px;

}
#Home .home3 .home3-content ul li {
  color: #1b1b1b;
  list-style: disclosure-closed;
  margin-left: -22px;
  font-size: 17px;
  line-height: 1.5;
}
#Home .home3 .home3-content h3 {
  font-size: 40px;
  color: #000a33;
  font-weight: 400;
}
#Home .home3 .home3-content h4 {
  font-size: 20px;
  color: #000a33;
  font-weight: 600;
  margin-bottom: 20px;
}
#Home .home3 .home3-content p {
  font-size: 17px;
}
#Home .home3 .home3-content a {
  background: #000a33;
  padding: 9px 20px;
  color: #fff;
  border-radius: 30px;
}
#Home .home2 .home2-content a:hover,
#Home .home3 .home3-content a:hover {
  background: #fff;
  color: #000a33;
  border: 1px #000a33 solid;
}
/*SIte-map*/
.site {
  margin-top: 10px;
  float: left;
  width: 100%;
  display: block;
  padding: 100px;
}
.site h1 {
  font-size: 30px;
  text-transform: uppercase;
}

.site .site-map h3 {
  border-bottom: 2px #000 solid;
  width: 10%;
  font-size: 20px;
  text-transform: uppercase;
}

.site .site-map a {
  display: block;
  line-height: 2;
  color: blue;
}
.site .site-map a:hover {
  color: red;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

* {
  box-sizing: border-box;
}


#accord1 {
  margin: 0;
  padding: 30px;
  width: 100%;
  margin-bottom: 100px;
}
#accord1 h3 {
  font-weight: 400;
  text-align: center;
  font-size: 40px;
}
#accord1 span p {
  font-size: 17px;
  text-align: center;
}

#accord1 h4 {
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  text-align: center;
  float: left;
}
#accord1 img {
  width: 40%;
}

#accord1 .accord1 {
  width: 47%;
  float: left;
}

#accord1 .accord2 {
  width: 47%;
  float: right;
}

#accord1 .accord1 h4,
#accord1 .accord2 h4 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.accordion {
  background-color: #eee;
  color: #003;
  margin-bottom: 10px;
  margin-top: 30px;
  border-radius: 30px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  float: left;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
}
button .accordion span{
  background: #fff;
}
.panel p {
  text-align: left;
  line-height: 20px;
  width: 98%;
}
.panel a {
  color: #fff;
  line-height: 2;
  background: #00afcf;
  padding: 5px 10px;
  font-weight: bold;
}
.panel a:hover {
  color: red;
}
.panel ol li {
  color: #000;
  line-height: 1.5;
}
.accordion:hover,
.active {
  background-color: #00afcf;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active-accord:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Blog*/
#blog {
  margin: 0;
  padding: 70px;
  width: 100%;
  float: left;
}

#blog .blog-news {
  display: inline-table;
  width: 31%;
  margin-left: 20px;
  padding: 20px;
}
#blog .blogs h2 {
  font-size: 40px;
  font-weight: lighter;
  text-align: center;
}

#blog .blogs h4 {
  font-size: 25px;
  font-weight: 400;
}

#blog .blogs p {
  font-size: 16px;
}
#blog .blog-news span {
  font-size: 12px;
  color: red;
}

#blog .blog-news img {
  width: 100%;
  height: 200px;
  margin-top: 50px;
}

#blog .blog-news a {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  background-color: #000546;
  transition: 1s;
}
#blog .blog-news a:hover {
  font-size: 17px;
  color: #000546;
  background-color: #f3f3f3f3;
  border: 2px #000546 solid;
}
#blog-home {
  margin: 0;
  padding: 60px;
}

#blog-home .blog-read {
  width: 70%;
  float: left;
  color: #333;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
}

#blog-home .blog-read img {
  width: 100%;
}
#blog-home .blog-read span {
  width: 100%;
  float: left;
}
#blog-home .blog-read span img {
  width: 70%;
}
#blog-home .blog-read h2 {
  font-size: 35px;
  color: #000;
}

#blog-home .blog-read h3 {
  font-size: 35px;
  margin-top: 30px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
#blog-home .blog-read a h3:hover{
  color: red;
}

#blog-home .blog-read h4 {
  font-size: 25px;
}
#blog-home .blog-read li {
  list-style: lower-roman;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: normal;
}
#blog-home .blog-read span li {
  list-style: inherit;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  margin-left: 50px;
}
#blog-home .blog-read h5 {
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 40px;
  line-height: normal;
}
#blog-home .otherlink {
  float: left;
  width: 60%;
  background-color: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px;
}
#blog-home .otherlink h3 {
  text-transform: uppercase;
  text-align: center;

}
#blog-home .otherlink li {
  list-style-type: none;
  line-height: 2;
  border-bottom: 1px #333 solid;
}
#blog-home .otherlink li a:hover {
  color: red;
}

  /* Style the WhatsApp button */
  #whatsapp{
    position: fixed;
    bottom: 300px;
    z-index: 500;
    right: 10px;
  }
  .whatsapp-button {
    text-align: center;

    color: white;
    font-size: 30px;
    cursor: pointer;
  
  }

  /* Style the WhatsApp button icon */
  .whatsapp-button i {
    display: inline-block;
    vertical-align: middle;
    width:50px;
    height: 50px;
    line-height: 50px;
    background-color: green;
    border-radius: 50%;
  }

  #whatsapp p{
    font-size: 13px;
    background: #fff;
    font-weight: 600;
    padding: 1px 10px;
    text-align: center;
    border-radius: 30px;
  }

/*scrollToTop*/
.scrollToTop {
  position: fixed;
  bottom: 60px;
  border-radius: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0056a3;
  color: #ffffff;
  z-index: 500;
  display: none;
}
/* Marquee*/
.marslide {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  height: 30px;
  padding: 0;
  width: 100%;
  float: left;
  animation: marquee 5s linear infinite;
  background: white;
}
.marslide .marsliderup {
  width: 20%;
  float: left;
  margin-top: -20px;
  text-transform: uppercase;
  padding-left: 10px;
}
.marslide .marsliderup p {
  font-weight: bold;
  font-size: 18px;
  color: red;
}
.marslide marquee {
  width: 80%;
  margin-top: 5px;
}
.marslide marquee span {
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
  padding-left: 130px;
}
.marslide marquee span b {
  font-weight: bold;
  color: #fff;
  padding: 10px;
  background: #2f3191;
  font-style: italic;
}
.marslide marquee span a {
  color: #2f3191;
}
.marslide marquee span a:hover {
  color: red;
}

.ad-get{
  width: 100%;
  float: left;
  padding: 50px 100px;
}
.ad-get h2{
  font-size: 55px;
  color: #000;
}

.ad-get .get-grid{
  background: #eee;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
  float: left;
}
.ad-get .get-grid .get-img{
  width: 45%;
  float: left;
}
.ad-get .get-grid .get-img img{
  width: 100%;
}
.ad-get .get-grid .get-content{
  width: 50%;
  float: right;
  margin-top: 60px;
}
.ad-get .get-grid .get-content h3{
  font-size: 38px;
  color: #000;
}
.ad-get .get-grid2{
  width: 100%;
  float: left;
  padding: 20px;
  text-align: center;
}
.ad-get .get-grid2 h2{
  font-size: 35px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.ad-get .get-grid2 .get-grid-content{
  width: 31%;
  height: 550px;
  float: left;
  display: inline-grid;
  position: relative;
  border-radius: 20px;
  background: #eee;
  margin: 10px;
  text-align: left;
}
.ad-get .get-grid2 .get-grid-content:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.ad-get .get-grid2 .get-grid-content img{
  width: 100%;
  min-height: 230px;
  border-radius: 20px;
}
.ad-get .get-grid2 .get-grid-content h3{
  font-size: 25px;
  font-weight: 600;
  padding: 10px;
  margin: 0;
}
.ad-get .get-grid2 .get-grid-content p{
  padding: 10px;
  margin-top: -40px;
}
#privacy {
  margin: 0;
  padding: 60px;
}
#privacy .policy {
  width: 70%;
}
#privacy .policy h3 {
  color: #000546;
}
#privacy .policy a {
  color: #000546;
  font-weight: bold;
  font-size: 20px;
}
#privacy .policy a:hover {
  color: red;
}
/*Footer*/
#footer {
  background: #191970;
  background-size: cover;
  margin-top: 60px;
  z-index: -10;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.flex-rw {
  display: flex;
  flex-flow: row wrap;
}

footer {
  background: #f5f5f5;
  width: 100%;
}
.footer-list-top {
  margin: 10px 10px 10px 40px;
  width: 20%;
}
.footer-list-top h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
  color: #000269;
  margin-left: -10px;
  margin-top: 30px;

}
.footer-list-top > li a {
  width: 100%;
  text-transform: capitalize;
  font-size: 17px;
  color: #00031f;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.footer-list-top a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: #000269;
  text-decoration: underline;
}
.footer-list-top p {
  font-size: 17px;
  color: #00031f;
  width: 100%;
  line-height: 25px;
}
.footer-list-top p i {
  margin-right: 10px;
  color: #00031f;
}
.footer-list-top p i a {
  font-size: 12px;
}
.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}

#foote {
  background: #f3f3f3;
  width: 100%;
  float: left;
  padding: 0 40px 20px;
  z-index: 200;
}
#foote .container {
  display: inline-table;
}
.sopa {
  width: 50%;
  float: right;
}
.newsletter {
  width: 50%;
  float: left;
  margin-top: 0;
}
#foote .newsletter h6 {
  margin-bottom: -25px;
  font-size: 20px;
  text-transform: uppercase;
  color: #000269;
}
#foote .newsletter form {
  border: none;
  margin-top: 40px;
}

#foote .newsletter form span {
  color: red;
  font-size: 16px;
}

#foote .newsletter form span i {
  color: seagreen;
  font-size: 16px;
}

#foote .newsletter input[type="email"] {
  padding: 20px;
  border: none;
  background: #fff;
  border: #010037 1px solid;
  color: #000000;
  border-radius: 30px;
  outline: none;
  height: 20px;
  width: 60%;
}
#foote .newsletter input .placeholder {
  color: #eee;
}
.new-btn {
  width: 100%;
}

.new-btn button {
  height: 38px;
  width: 370px;
  background: #B0C4DE;
  margin: 0;
  color: white;
  font-weight: bold;
  opacity: 10;
  border: wheat 0 solid;
  margin-top: 10px;
}

#foote .container [type="Submit"] {
  padding: 4px;
  background: #000269;
  height: 45px;
  font-size: 17px;
  border-radius: 30px;
}
#foote .container [type="Submit"]:hover {
  background: #0056a3;
}
.social {
  margin: 2px;
  float: left;
}
.social h6 {
  font-weight: 700;
  font-size: 20px;
  color: #000269;
  text-transform: uppercase;
  margin-left: 40px;
  margin-bottom: 20px;
}

.social a i {
  text-align: center;
  color: #000269;
  margin-left: 35px;
  font-size: 20px;
}
.social a i:hover {
  color: #00afcf;
}

.foot2 {
  float: right;
  margin-right: 40px;
}
.foot2 h6 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000269;
  text-transform: uppercase;
}

.foot2 img {
  height: 40px;
  width: 200px;
  margin-top: 10px;
}

#foot3 {
  text-align: center;
}
#foot3 p {
  font-size: 16px;
  color: black;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;

}
#foot3 a {
  font-size: 17px;
  text-decoration: none;
  color: blue;
  margin-left: 9px;
  font-weight: bolder;
}
#foot3 a:hover {
  color: #00afcf;
}
